01K5MQ1V1GA2X4GD2EFYD4X1E9: 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: 01K5MQ2AE77DGH12BYNN6ZF2TS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-20T23:24:36.583Zjob assigned to worker 01K5MQ2DZNA2KYZFRXB02WXWT8 [factory gimlet-EVT22200007-propolis, EVT22200007/42575] (queued for 28 s)
 
22025-09-20T23:24:45.642Zstarting task 0: "setup"
32025-09-20T23:24:45.667Z++ uname -s
42025-09-20T23:24:45.667Z+ kern=SunOS
52025-09-20T23:24:45.667Z+ build_user=build
62025-09-20T23:24:45.667Z+ build_uid=12345
72025-09-20T23:24:45.668Z+ work_dir=/work
82025-09-20T23:24:45.668Z+ input_dir=/input
92025-09-20T23:24:45.668Z+ [[ 0 == 12345 ]]
102025-09-20T23:24:45.668Z+ case "$kern" in
112025-09-20T23:24:45.668Z+ groupadd -g 12345 build
122025-09-20T23:24:45.668Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-20T23:24:47.669Z+ zfs create -o mountpoint=/work rpool/work
142025-09-20T23:24:47.708Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-20T23:24:47.734Z+ home_fs=zfs
162025-09-20T23:24:47.734Z+ [[ zfs == autofs ]]
172025-09-20T23:24:47.734Z+ mkdir -p /home/build
182025-09-20T23:24:47.734Z+ chown build:build /home/build /work
192025-09-20T23:24:48.717Z+ chmod 0700 /home/build /work
202025-09-20T23:24:48.742Zprocess exited: duration 3081 ms, exit code 0
 
212025-09-20T23:24:48.794Zstarting task 1: "rust-toolchain"
222025-09-20T23:24:48.819Z * rust toolchain channel = "1.89.0"
232025-09-20T23:24:48.819Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
242025-09-20T23:24:48.819Z * rust toolchain profile = "default"
252025-09-20T23:24:48.819Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-09-20T23:24:48.819Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-20T23:24:48.819Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-09-20T23:24:48.819Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-20T23:24:48.819Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-20T23:24:48.950Zinfo: downloading installer
312025-09-20T23:24:49.552Zwarn: It looks like you have an existing installation of Rust at:
322025-09-20T23:24:49.552Zwarn: /opt/ooce/bin
332025-09-20T23:24:49.552Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-20T23:24:49.553Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-20T23:24:49.553Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-20T23:24:49.553Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-20T23:24:49.553Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-20T23:24:49.553Zerror: cannot install while Rust is installed
392025-09-20T23:24:49.553Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-20T23:24:49.577Zinfo: profile set to 'default'
412025-09-20T23:24:49.577Zinfo: default host triple is x86_64-unknown-illumos
422025-09-20T23:24:49.577Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-20T23:24:49.706Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-20T23:24:49.706Zinfo: downloading component 'cargo'
452025-09-20T23:24:49.921Zinfo: downloading component 'clippy'
462025-09-20T23:24:50.005Zinfo: downloading component 'rust-docs'
472025-09-20T23:24:50.260Zinfo: downloading component 'rust-std'
482025-09-20T23:24:50.534Zinfo: downloading component 'rustc'
492025-09-20T23:24:51.651Zinfo: downloading component 'rustfmt'
502025-09-20T23:24:51.710Zinfo: installing component 'cargo'
512025-09-20T23:24:52.909Zinfo: installing component 'clippy'
522025-09-20T23:24:53.379Zinfo: installing component 'rust-docs'
532025-09-20T23:24:56.478Zinfo: installing component 'rust-std'
542025-09-20T23:24:58.746Zinfo: installing component 'rustc'
552025-09-20T23:25:07.056Zinfo: installing component 'rustfmt'
562025-09-20T23:25:07.504Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-09-20T23:25:07.504Z
582025-09-20T23:25:07.640Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-20T23:25:07.640Z
602025-09-20T23:25:07.640Z
612025-09-20T23:25:07.640ZRust is installed now. Great!
622025-09-20T23:25:07.640Z
632025-09-20T23:25:07.640ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-20T23:25:07.643Zenvironment variable. This has not been done automatically.
652025-09-20T23:25:07.643Z
662025-09-20T23:25:07.644ZTo configure your current shell, you need to source
672025-09-20T23:25:07.644Zthe corresponding env file under $HOME/.cargo.
682025-09-20T23:25:07.644Z
692025-09-20T23:25:07.644ZThis is usually done by running one of the following (note the leading DOT):
702025-09-20T23:25:07.644Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-20T23:25:07.644Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-20T23:25:07.644Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-20T23:25:07.822Z+ rustup --version
742025-09-20T23:25:07.823Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-20T23:25:07.823Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-20T23:25:07.957Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-20T23:25:07.957Z+ cargo --version
782025-09-20T23:25:08.113Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-20T23:25:08.113Z+ rustc --version
802025-09-20T23:25:08.196Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-20T23:25:08.196Zprocess exited: duration 19304 ms, exit code 0
 
822025-09-20T23:25:08.269Zstarting task 2: "authentication"
832025-09-20T23:25:08.349Zprocess exited: duration 77 ms, exit code 0
 
842025-09-20T23:25:08.435Zstarting task 3: "clone repository"
852025-09-20T23:25:08.460Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-20T23:25:08.460Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-20T23:25:08.485ZCloning into '/work/oxidecomputer/omicron'...
882025-09-20T23:25:19.918Z+ cd /work/oxidecomputer/omicron
892025-09-20T23:25:19.918Z+ git fetch origin 066fb4828f500adfdc13845d4f94f9016c4f54da
902025-09-20T23:25:20.383ZFrom https://github.com/oxidecomputer/omicron
912025-09-20T23:25:20.383Z * branch 066fb4828f500adfdc13845d4f94f9016c4f54da -> FETCH_HEAD
922025-09-20T23:25:20.408Z+ [[ -n labbott/cosmo_awareness ]]
932025-09-20T23:25:20.408Z++ git branch --show-current
942025-09-20T23:25:20.408Z+ current=main
952025-09-20T23:25:20.408Z+ [[ main != labbott/cosmo_awareness ]]
962025-09-20T23:25:20.408Z+ git branch -f labbott/cosmo_awareness 066fb4828f500adfdc13845d4f94f9016c4f54da
972025-09-20T23:25:20.432Z+ git checkout -f labbott/cosmo_awareness
982025-09-20T23:25:20.639ZSwitched to branch 'labbott/cosmo_awareness'
992025-09-20T23:25:20.690Z+ git reset --hard 066fb4828f500adfdc13845d4f94f9016c4f54da
1002025-09-20T23:25:20.852ZHEAD is now at 066fb4828 Make wicketd + installinator cosmo aware
1012025-09-20T23:25:20.895Zprocess exited: duration 12423 ms, exit code 0
 
1022025-09-20T23:25:20.953Zstarting task 4: "build"
1032025-09-20T23:25:20.978Z+ source .github/buildomat/ci-env.sh
1042025-09-20T23:25:20.978Z++ export CARGO_TERM_COLOR=always
1052025-09-20T23:25:20.978Z++ CARGO_TERM_COLOR=always
1062025-09-20T23:25:20.978Z+ cargo --version
1072025-09-20T23:25:21.057Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-09-20T23:25:21.085Z+ rustc --version
1092025-09-20T23:25:21.127Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-09-20T23:25:21.152Z+ cargo tree --locked
1112025-09-20T23:25:21.492Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-09-20T23:25:21.956Z Updating crates.io index
1132025-09-20T23:25:22.051Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142025-09-20T23:25:22.452Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152025-09-20T23:25:23.371Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-09-20T23:25:23.782Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-09-20T23:25:24.165Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182025-09-20T23:25:24.627Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192025-09-20T23:25:26.008Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202025-09-20T23:25:28.387Z Updating git repository `https://github.com/oxidecomputer/opte`
1212025-09-20T23:25:29.541Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222025-09-20T23:25:30.388Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232025-09-20T23:25:31.368Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242025-09-20T23:25:31.760Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1252025-09-20T23:25:32.140Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262025-09-20T23:25:32.820Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272025-09-20T23:25:33.473Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1282025-09-20T23:25:33.853Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1292025-09-20T23:25:34.305Z Updating git repository `https://github.com/oxidecomputer/tofino`
1302025-09-20T23:25:34.804Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1312025-09-20T23:25:35.148Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1322025-09-20T23:25:35.508Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1332025-09-20T23:25:35.911Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1342025-09-20T23:25:36.362Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1352025-09-20T23:25:37.061Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1362025-09-20T23:25:37.579Z Updating git repository `https://github.com/oxidecomputer/ispf`
1372025-09-20T23:25:37.948Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382025-09-20T23:25:38.629Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1392025-09-20T23:25:39.299Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1402025-09-20T23:25:39.634Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1412025-09-20T23:25:40.172Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1422025-09-20T23:25:40.764Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432025-09-20T23:25:41.193Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442025-09-20T23:25:41.576Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452025-09-20T23:25:41.926Z Updating git repository `https://github.com/oxidecomputer/omicron`
1462025-09-20T23:25:54.780Z Updating git repository `https://github.com/illumos/smf-rs`
1472025-09-20T23:25:56.702Z Downloading crates ...
1482025-09-20T23:25:56.833Z Downloaded cargo-platform v0.1.8
1492025-09-20T23:25:56.866Z Downloaded cbc v0.1.2
1502025-09-20T23:25:56.866Z Downloaded either v1.15.0
1512025-09-20T23:25:56.866Z Downloaded aes v0.8.4
1522025-09-20T23:25:56.866Z Downloaded num_enum_derive v0.5.11
1532025-09-20T23:25:56.866Z Downloaded num-conv v0.1.0
1542025-09-20T23:25:56.866Z Downloaded num-integer v0.1.46
1552025-09-20T23:25:56.866Z Downloaded pest_meta v2.7.14
1562025-09-20T23:25:56.892Z Downloaded postgres-types v0.2.9
1572025-09-20T23:25:56.893Z Downloaded plotters-svg v0.3.7
1582025-09-20T23:25:56.893Z Downloaded progenitor-client v0.10.0
1592025-09-20T23:25:56.893Z Downloaded flagset v0.4.6
1602025-09-20T23:25:56.893Z Downloaded rayon-core v1.12.1
1612025-09-20T23:25:56.917Z Downloaded ref-cast v1.0.24
1622025-09-20T23:25:56.918Z Downloaded regex v1.11.1
1632025-09-20T23:25:56.943Z Downloaded hostname v0.3.1
1642025-09-20T23:25:56.943Z Downloaded serde_repr v0.1.19
1652025-09-20T23:25:56.943Z Downloaded psl-types v2.0.11
1662025-09-20T23:25:56.943Z Downloaded string_cache v0.8.9
1672025-09-20T23:25:56.943Z Downloaded scheduled-thread-pool v0.2.7
1682025-09-20T23:25:56.943Z Downloaded tabled_derive v0.7.0
1692025-09-20T23:25:56.968Z Downloaded progenitor-client v0.11.0
1702025-09-20T23:25:56.968Z Downloaded rustyline v14.0.0
1712025-09-20T23:25:56.968Z Downloaded vte_generate_state_changes v0.1.2
1722025-09-20T23:25:56.969Z Downloaded thiserror v2.0.16
1732025-09-20T23:25:56.994Z Downloaded vsss-rs v3.3.4
1742025-09-20T23:25:56.994Z Downloaded zerocopy-derive v0.7.35
1752025-09-20T23:25:56.994Z Downloaded convert_case v0.4.0
1762025-09-20T23:25:57.019Z Downloaded deranged v0.5.3
1772025-09-20T23:25:57.019Z Downloaded cookie_store v0.21.1
1782025-09-20T23:25:57.019Z Downloaded dunce v1.0.5
1792025-09-20T23:25:57.019Z Downloaded is_ci v1.2.0
1802025-09-20T23:25:57.019Z Downloaded itoa v1.0.11
1812025-09-20T23:25:57.019Z Downloaded impl-trait-for-tuples v0.2.2
1822025-09-20T23:25:57.045Z Downloaded dropshot_endpoint v0.16.4
1832025-09-20T23:25:57.045Z Downloaded lzss v0.8.2
1842025-09-20T23:25:57.045Z Downloaded salsa20 v0.10.2
1852025-09-20T23:25:57.045Z Downloaded cfg-if v1.0.1
1862025-09-20T23:25:57.045Z Downloaded maybe-uninit v2.0.0
1872025-09-20T23:25:57.045Z Downloaded dtrace-parser v0.2.0
1882025-09-20T23:25:57.045Z Downloaded cfg_aliases v0.1.1
1892025-09-20T23:25:57.045Z Downloaded proc-macro-error-attr v1.0.4
1902025-09-20T23:25:57.540Z Downloaded half v1.8.3
1912025-09-20T23:25:57.540Z Downloaded http-range v0.1.5
1922025-09-20T23:25:57.540Z Downloaded md5 v0.7.0
1932025-09-20T23:25:57.540Z Downloaded match_cfg v0.1.0
1942025-09-20T23:25:57.540Z Downloaded parse-size v1.1.0
1952025-09-20T23:25:57.540Z Downloaded tower v0.5.2
1962025-09-20T23:25:57.540Z Downloaded http-body-util v0.1.3
1972025-09-20T23:25:57.540Z Downloaded idna_adapter v1.2.0
1982025-09-20T23:25:57.540Z Downloaded unicode-truncate v1.1.0
1992025-09-20T23:25:57.540Z Downloaded strip-ansi-escapes v0.2.0
2002025-09-20T23:25:57.540Z Downloaded stringprep v0.1.5
2012025-09-20T23:25:57.540Z Downloaded constant_time_eq v0.3.1
2022025-09-20T23:25:57.540Z Downloaded concurrent-queue v2.5.0
2032025-09-20T23:25:57.540Z Downloaded dof v0.3.0
2042025-09-20T23:25:57.541Z Downloaded console v0.15.10
2052025-09-20T23:25:57.541Z Downloaded indent_write v2.2.0
2062025-09-20T23:25:57.541Z Downloaded const-oid v0.9.6
2072025-09-20T23:25:57.541Z Downloaded nibble_vec v0.1.0
2082025-09-20T23:25:57.541Z Downloaded maplit v1.0.2
2092025-09-20T23:25:57.541Z Downloaded is-terminal v0.4.13
2102025-09-20T23:25:57.541Z Downloaded hmac v0.12.1
2112025-09-20T23:25:57.541Z Downloaded take_mut v0.2.2
2122025-09-20T23:25:57.541Z Downloaded openssl-macros v0.1.1
2132025-09-20T23:25:57.541Z Downloaded progenitor v0.10.0
2142025-09-20T23:25:57.541Z Downloaded derive-ex v0.1.8
2152025-09-20T23:25:57.541Z Downloaded der_derive v0.7.3
2162025-09-20T23:25:57.541Z Downloaded percent-encoding v2.3.2
2172025-09-20T23:25:57.541Z Downloaded rand_seeder v0.4.0
2182025-09-20T23:25:57.541Z Downloaded progenitor v0.9.1
2192025-09-20T23:25:57.541Z Downloaded progenitor v0.8.0
2202025-09-20T23:25:57.541Z Downloaded scopeguard v1.2.0
2212025-09-20T23:25:57.541Z Downloaded indexmap v2.11.0
2222025-09-20T23:25:57.541Z Downloaded tough v0.20.0
2232025-09-20T23:25:57.541Z Downloaded tokio-native-tls v0.3.1
2242025-09-20T23:25:57.541Z Downloaded tokio-macros v2.5.0
2252025-09-20T23:25:57.541Z Downloaded tap v1.0.1
2262025-09-20T23:25:57.541Z Downloaded derive-where v1.5.0
2272025-09-20T23:25:57.541Z Downloaded rand_core v0.9.3
2282025-09-20T23:25:57.541Z Downloaded indexmap v1.9.3
2292025-09-20T23:25:57.541Z Downloaded ignore v0.4.23
2302025-09-20T23:25:57.541Z Downloaded proc-macro-error2 v2.0.1
2312025-09-20T23:25:57.541Z Downloaded scroll v0.12.0
2322025-09-20T23:25:57.541Z Downloaded getrandom v0.2.15
2332025-09-20T23:25:57.541Z Downloaded tracing-attributes v0.1.27
2342025-09-20T23:25:57.541Z Downloaded zerocopy-derive v0.8.26
2352025-09-20T23:25:57.541Z Downloaded phf_shared v0.12.1
2362025-09-20T23:25:57.541Z Downloaded pem-rfc7468 v0.7.0
2372025-09-20T23:25:57.541Z Downloaded httpdate v1.0.3
2382025-09-20T23:25:57.541Z Downloaded crc-catalog v2.4.0
2392025-09-20T23:25:57.541Z Downloaded stringmetrics v2.2.2
2402025-09-20T23:25:57.541Z Downloaded slog-term v2.9.2
2412025-09-20T23:25:57.542Z Downloaded proc-macro2 v1.0.101
2422025-09-20T23:25:57.542Z Downloaded omicron-zone-package v0.12.2
2432025-09-20T23:25:57.542Z Downloaded half v2.4.1
2442025-09-20T23:25:57.542Z Downloaded time-macros v0.2.24
2452025-09-20T23:25:57.542Z Downloaded serde_with_macros v3.14.0
2462025-09-20T23:25:57.542Z Downloaded tiny-keccak v2.0.2
2472025-09-20T23:25:57.542Z Downloaded keccak v0.1.5
2482025-09-20T23:25:57.542Z Downloaded crc v3.2.1
2492025-09-20T23:25:57.542Z Downloaded polar-core v0.27.3
2502025-09-20T23:25:57.542Z Downloaded unit-prefix v0.5.1
2512025-09-20T23:25:57.542Z Downloaded serde_cbor v0.11.2
2522025-09-20T23:25:57.542Z Downloaded target-triple v0.1.3
2532025-09-20T23:25:57.542Z Downloaded scroll_derive v0.12.0
2542025-09-20T23:25:57.542Z Downloaded rstest v0.25.0
2552025-09-20T23:25:57.542Z Downloaded der v0.7.9
2562025-09-20T23:25:57.542Z Downloaded proc-macro-error v1.0.4
2572025-09-20T23:25:57.542Z Downloaded yoke-derive v0.7.4
2582025-09-20T23:25:57.542Z Downloaded xattr v1.3.1
2592025-09-20T23:25:57.542Z Downloaded tui-tree-widget v0.23.1
2602025-09-20T23:25:57.542Z Downloaded universal-hash v0.5.1
2612025-09-20T23:25:57.542Z Downloaded typify v0.2.0
2622025-09-20T23:25:57.542Z Downloaded object v0.36.5
2632025-09-20T23:25:57.542Z Downloaded utf16_iter v1.0.5
2642025-09-20T23:25:57.542Z Downloaded unicode-xid v0.2.6
2652025-09-20T23:25:57.542Z Downloaded flume v0.11.1
2662025-09-20T23:25:57.542Z Downloaded synstructure v0.13.1
2672025-09-20T23:25:57.542Z Downloaded sync_wrapper v1.0.1
2682025-09-20T23:25:57.542Z Downloaded slog-stdlog v4.1.1
2692025-09-20T23:25:57.542Z Downloaded slog-scope v4.4.0
2702025-09-20T23:25:57.542Z Downloaded slog-json v2.6.1
2712025-09-20T23:25:57.542Z Downloaded slog-envlogger v2.2.0
2722025-09-20T23:25:57.542Z Downloaded slog-dtrace v0.3.0
2732025-09-20T23:25:57.542Z Downloaded serde_plain v1.0.2
2742025-09-20T23:25:57.542Z Downloaded serde_path_to_error v0.1.17
2752025-09-20T23:25:57.542Z Downloaded russh-cryptovec v0.7.3
2762025-09-20T23:25:57.542Z Downloaded pest_derive v2.7.14
2772025-09-20T23:25:57.542Z Downloaded cpufeatures v0.2.14
2782025-09-20T23:25:57.542Z Downloaded zeroize v1.8.1
2792025-09-20T23:25:57.543Z Downloaded tower-http v0.6.6
2802025-09-20T23:25:57.543Z Downloaded tagptr v0.2.0
2812025-09-20T23:25:57.543Z Downloaded rtoolbox v0.0.2
2822025-09-20T23:25:57.543Z Downloaded parse-display v0.10.0
2832025-09-20T23:25:57.543Z Downloaded cookie v0.18.1
2842025-09-20T23:25:57.543Z Downloaded ciborium-io v0.2.2
2852025-09-20T23:25:57.543Z Downloaded hickory-resolver v0.25.2
2862025-09-20T23:25:57.543Z Downloaded cobs v0.2.3
2872025-09-20T23:25:57.543Z Downloaded crucible-workspace-hack v0.1.0
2882025-09-20T23:25:57.543Z Downloaded oorandom v11.1.4
2892025-09-20T23:25:57.543Z Downloaded md-5 v0.10.6
2902025-09-20T23:25:57.568Z Downloaded phf v0.12.1
2912025-09-20T23:25:57.568Z Downloaded thread_local v1.1.8
2922025-09-20T23:25:57.568Z Downloaded cstr-argument v0.1.2
2932025-09-20T23:25:57.568Z Downloaded itertools v0.12.1
2942025-09-20T23:25:57.568Z Downloaded slog v2.7.0
2952025-09-20T23:25:57.568Z Downloaded zerovec-derive v0.10.3
2962025-09-20T23:25:57.568Z Downloaded crunchy v0.2.2
2972025-09-20T23:25:57.568Z Downloaded proc-macro-error-attr2 v2.0.0
2982025-09-20T23:25:57.568Z Downloaded pest_generator v2.7.14
2992025-09-20T23:25:57.568Z Downloaded rand_core v0.6.4
3002025-09-20T23:25:57.569Z Downloaded parse-display-derive v0.10.0
3012025-09-20T23:25:57.569Z Downloaded opaque-debug v0.3.1
3022025-09-20T23:25:57.569Z Downloaded macaddr v1.0.1
3032025-09-20T23:25:57.569Z Downloaded is_terminal_polyfill v1.70.1
3042025-09-20T23:25:57.569Z Downloaded compact_str v0.8.0
3052025-09-20T23:25:57.569Z Downloaded colored v2.2.0
3062025-09-20T23:25:57.569Z Downloaded unicode-linebreak v0.1.5
3072025-09-20T23:25:57.569Z Downloaded chacha20 v0.9.1
3082025-09-20T23:25:57.569Z Downloaded vergen v8.3.2
3092025-09-20T23:25:57.569Z Downloaded futures-lite v2.3.0
3102025-09-20T23:25:57.569Z Downloaded tar v0.4.44
3112025-09-20T23:25:57.569Z Downloaded env_logger v0.11.5
3122025-09-20T23:25:57.569Z Downloaded partial-io v0.5.4
3132025-09-20T23:25:57.569Z Downloaded radix_trie v0.2.1
3142025-09-20T23:25:57.569Z Downloaded phf_shared v0.11.2
3152025-09-20T23:25:57.569Z Downloaded zeroize_derive v1.4.2
3162025-09-20T23:25:57.569Z Downloaded wait-timeout v0.2.0
3172025-09-20T23:25:57.569Z Downloaded time-core v0.1.6
3182025-09-20T23:25:57.569Z Downloaded progenitor v0.11.0
3192025-09-20T23:25:57.569Z Downloaded tabled_derive v0.11.0
3202025-09-20T23:25:57.569Z Downloaded const_format v0.2.34
3212025-09-20T23:25:57.569Z Downloaded rustls-webpki v0.101.7
3222025-09-20T23:25:57.569Z Downloaded criterion-plot v0.6.0
3232025-09-20T23:25:57.569Z Downloaded tabled v0.18.0
3242025-09-20T23:25:57.569Z Downloaded libscf-sys v1.1.0
3252025-09-20T23:25:57.569Z Downloaded diesel-dtrace v0.4.2
3262025-09-20T23:25:57.569Z Downloaded debug-ignore v1.0.5
3272025-09-20T23:25:57.569Z Downloaded pretty-hex v0.2.1
3282025-09-20T23:25:57.569Z Downloaded instant v0.1.13
3292025-09-20T23:25:57.569Z Downloaded progenitor-macro v0.9.1
3302025-09-20T23:25:57.569Z Downloaded crypto-common v0.1.6
3312025-09-20T23:25:57.569Z Downloaded signal-hook-tokio v0.3.1
3322025-09-20T23:25:57.569Z Downloaded httparse v1.9.5
3332025-09-20T23:25:57.569Z Downloaded tabled v0.20.0
3342025-09-20T23:25:57.569Z Downloaded path-slash v0.1.5
3352025-09-20T23:25:57.569Z Downloaded display-error-chain v0.2.2
3362025-09-20T23:25:57.569Z Downloaded dirs-sys-next v0.1.2
3372025-09-20T23:25:57.569Z Downloaded dirs-next v2.0.0
3382025-09-20T23:25:57.570Z Downloaded ciborium v0.2.2
3392025-09-20T23:25:57.570Z Downloaded headers v0.4.1
3402025-09-20T23:25:57.570Z Downloaded regex-syntax v0.6.29
3412025-09-20T23:25:57.570Z Downloaded smallvec v0.6.14
3422025-09-20T23:25:57.570Z Downloaded peg-runtime v0.8.5
3432025-09-20T23:25:57.570Z Downloaded rand_distr v0.5.1
3442025-09-20T23:25:57.570Z Downloaded sha1 v0.10.6
3452025-09-20T23:25:57.570Z Downloaded unicode-properties v0.1.3
3462025-09-20T23:25:57.595Z Downloaded smoltcp v0.9.1
3472025-09-20T23:25:57.595Z Downloaded lazycell v1.3.0
3482025-09-20T23:25:57.596Z Downloaded nix v0.29.0
3492025-09-20T23:25:57.621Z Downloaded crc-any v2.5.0
3502025-09-20T23:25:57.622Z Downloaded lazy_static v1.5.0
3512025-09-20T23:25:57.622Z Downloaded kv-log-macro v1.0.7
3522025-09-20T23:25:57.622Z Downloaded datatest-stable v0.3.2
3532025-09-20T23:25:57.622Z Downloaded kstat-rs v0.2.4
3542025-09-20T23:25:57.622Z Downloaded libefi-sys v0.1.0
3552025-09-20T23:25:57.622Z Downloaded lalrpop-util v0.19.12
3562025-09-20T23:25:57.622Z Downloaded oxnet v0.1.3
3572025-09-20T23:25:57.647Z Downloaded rust-argon2 v2.1.0
3582025-09-20T23:25:57.647Z Downloaded sct v0.7.1
3592025-09-20T23:25:57.647Z Downloaded ipnetwork v0.21.1
3602025-09-20T23:25:57.647Z Downloaded libsw v3.5.0
3612025-09-20T23:25:57.647Z Downloaded pin-project-internal v1.1.6
3622025-09-20T23:25:57.647Z Downloaded pkcs8 v0.10.2
3632025-09-20T23:25:57.648Z Downloaded darling_macro v0.20.10
3642025-09-20T23:25:57.648Z Downloaded progenitor-macro v0.8.0
3652025-09-20T23:25:57.648Z Downloaded snafu v0.8.5
3662025-09-20T23:25:57.674Z Downloaded serde_bytes v0.11.17
3672025-09-20T23:25:57.674Z Downloaded target-spec v3.5.0
3682025-09-20T23:25:57.674Z Downloaded swrite v0.1.0
3692025-09-20T23:25:57.674Z Downloaded ingot-macros v0.1.1
3702025-09-20T23:25:57.674Z Downloaded hashbrown v0.13.2
3712025-09-20T23:25:57.674Z Downloaded predicates-core v1.0.8
3722025-09-20T23:25:57.674Z Downloaded publicsuffix v2.3.0
3732025-09-20T23:25:57.699Z Downloaded zip v0.6.6
3742025-09-20T23:25:57.699Z Downloaded semver v0.1.20
3752025-09-20T23:25:57.699Z Downloaded serde-value v0.7.0
3762025-09-20T23:25:57.699Z Downloaded xshell v0.2.7
3772025-09-20T23:25:57.699Z Downloaded ipnet v2.11.0
3782025-09-20T23:25:57.699Z Downloaded tokio-tungstenite v0.23.1
3792025-09-20T23:25:57.699Z Downloaded utf-8 v0.7.6
3802025-09-20T23:25:57.724Z Downloaded write16 v1.0.0
3812025-09-20T23:25:57.724Z Downloaded ordered-float v2.10.1
3822025-09-20T23:25:57.724Z Downloaded ssh-encoding v0.2.0
3832025-09-20T23:25:57.724Z Downloaded heapless v0.7.17
3842025-09-20T23:25:57.724Z Downloaded which v4.4.2
3852025-09-20T23:25:57.724Z Downloaded icu_locid v1.5.0
3862025-09-20T23:25:57.749Z Downloaded curve25519-dalek-derive v0.1.1
3872025-09-20T23:25:57.749Z Downloaded thiserror v1.0.69
3882025-09-20T23:25:57.749Z Downloaded http v1.3.1
3892025-09-20T23:25:57.749Z Downloaded subtle v2.6.1
3902025-09-20T23:25:57.749Z Downloaded strum v0.27.2
3912025-09-20T23:25:57.749Z Downloaded serde-big-array v0.5.1
3922025-09-20T23:25:57.749Z Downloaded serde-untagged v0.1.7
3932025-09-20T23:25:57.774Z Downloaded unarray v0.1.4
3942025-09-20T23:25:57.774Z Downloaded rustls-pemfile v1.0.4
3952025-09-20T23:25:57.774Z Downloaded rustls-native-certs v0.8.1
3962025-09-20T23:25:57.774Z Downloaded rustc-demangle v0.1.24
3972025-09-20T23:25:57.774Z Downloaded rand_chacha v0.3.1
3982025-09-20T23:25:57.774Z Downloaded rustc-hash v1.1.0
3992025-09-20T23:25:57.774Z Downloaded openssl-probe v0.1.5
4002025-09-20T23:25:57.774Z Downloaded newtype_derive v0.1.6
4012025-09-20T23:25:57.774Z Downloaded newline-converter v0.3.0
4022025-09-20T23:25:57.799Z Downloaded socket2 v0.5.10
4032025-09-20T23:25:57.799Z Downloaded writeable v0.5.5
4042025-09-20T23:25:57.799Z Downloaded indicatif v0.18.0
4052025-09-20T23:25:57.800Z Downloaded want v0.3.1
4062025-09-20T23:25:57.800Z Downloaded term v1.1.0
4072025-09-20T23:25:57.825Z Downloaded pin-utils v0.1.0
4082025-09-20T23:25:57.825Z Downloaded zone_cfg_derive v0.3.0
4092025-09-20T23:25:57.825Z Downloaded crossbeam-epoch v0.9.18
4102025-09-20T23:25:57.825Z Downloaded pretty-hex v0.4.1
4112025-09-20T23:25:57.825Z Downloaded pin-project v1.1.6
4122025-09-20T23:25:57.850Z Downloaded ident_case v1.0.1
4132025-09-20T23:25:57.850Z Downloaded prefix-trie v0.7.0
4142025-09-20T23:25:57.850Z Downloaded quick-error v1.2.3
4152025-09-20T23:25:57.850Z Downloaded hyper-tls v0.6.0
4162025-09-20T23:25:57.850Z Downloaded humantime v2.2.0
4172025-09-20T23:25:57.850Z Downloaded icu_provider_macros v1.5.0
4182025-09-20T23:25:57.850Z Downloaded rustc-hash v2.1.1
4192025-09-20T23:25:57.850Z Downloaded russh-keys v0.45.0
4202025-09-20T23:25:57.850Z Downloaded zone v0.3.1
4212025-09-20T23:25:57.875Z Downloaded yasna v0.5.2
4222025-09-20T23:25:57.875Z Downloaded linear-map v1.2.0
4232025-09-20T23:25:57.875Z Downloaded newtype-uuid v1.2.4
4242025-09-20T23:25:57.875Z Downloaded socket2 v0.6.0
4252025-09-20T23:25:57.875Z Downloaded jiff-static v0.2.15
4262025-09-20T23:25:57.875Z Downloaded serde_yaml v0.9.34+deprecated
4272025-09-20T23:25:57.875Z Downloaded mime v0.3.17
4282025-09-20T23:25:57.875Z Downloaded similar v2.7.0
4292025-09-20T23:25:57.901Z Downloaded shell-words v1.1.0
4302025-09-20T23:25:57.901Z Downloaded sigpipe v0.1.3
4312025-09-20T23:25:57.901Z Downloaded testing_table v0.3.0
4322025-09-20T23:25:57.901Z Downloaded lockfree-object-pool v0.1.6
4332025-09-20T23:25:57.901Z Downloaded usdt v0.5.0
4342025-09-20T23:25:57.901Z Downloaded whoami v1.5.2
4352025-09-20T23:25:57.901Z Downloaded crypto-bigint v0.5.5
4362025-09-20T23:25:57.926Z Downloaded progenitor-macro v0.11.0
4372025-09-20T23:25:57.926Z Downloaded plain v0.2.3
4382025-09-20T23:25:57.926Z Downloaded uuid v1.18.1
4392025-09-20T23:25:57.926Z Downloaded serde_json v1.0.145
4402025-09-20T23:25:57.926Z Downloaded ciborium-ll v0.2.2
4412025-09-20T23:25:57.926Z Downloaded rustls-pemfile v2.2.0
4422025-09-20T23:25:57.951Z Downloaded zone_cfg_derive v0.1.2
4432025-09-20T23:25:57.951Z Downloaded doc-comment v0.3.3
4442025-09-20T23:25:57.951Z Downloaded daft v0.1.4
4452025-09-20T23:25:57.951Z Downloaded typify v0.3.0
4462025-09-20T23:25:57.951Z Downloaded typenum v1.17.0
4472025-09-20T23:25:57.951Z Downloaded similar-asserts v1.7.0
4482025-09-20T23:25:57.951Z Downloaded icu_collections v1.5.0
4492025-09-20T23:25:57.976Z Downloaded oso-derive v0.27.3
4502025-09-20T23:25:57.976Z Downloaded itertools v0.13.0
4512025-09-20T23:25:57.976Z Downloaded hyper-util v0.1.16
4522025-09-20T23:25:57.976Z Downloaded progenitor-client v0.9.1
4532025-09-20T23:25:57.976Z Downloaded signal-hook-registry v1.4.2
4542025-09-20T23:25:57.976Z Downloaded rustls-webpki v0.102.8
4552025-09-20T23:25:58.001Z Downloaded rfc6979 v0.4.0
4562025-09-20T23:25:58.002Z Downloaded progenitor-client v0.8.0
4572025-09-20T23:25:58.002Z Downloaded plotters-backend v0.3.7
4582025-09-20T23:25:58.027Z Downloaded diff v0.1.13
4592025-09-20T23:25:58.027Z Downloaded tempfile v3.20.0
4602025-09-20T23:25:58.027Z Downloaded ucd-trie v0.1.7
4612025-09-20T23:25:58.027Z Downloaded parking v2.2.1
4622025-09-20T23:25:58.027Z Downloaded toml v0.8.23
4632025-09-20T23:25:58.027Z Downloaded signature v2.2.0
4642025-09-20T23:25:58.027Z Downloaded tokio-stream v0.1.17
4652025-09-20T23:25:58.052Z Downloaded critical-section v1.1.3
4662025-09-20T23:25:58.052Z Downloaded cmake v0.1.51
4672025-09-20T23:25:58.052Z Downloaded serde v1.0.223
4682025-09-20T23:25:58.052Z Downloaded typify-macro v0.2.0
4692025-09-20T23:25:58.052Z Downloaded icu_normalizer_data v1.5.0
4702025-09-20T23:25:58.052Z Downloaded unsafe-libyaml v0.2.11
4712025-09-20T23:25:58.052Z Downloaded memmap v0.7.0
4722025-09-20T23:25:58.052Z Downloaded zone v0.1.8
4732025-09-20T23:25:58.052Z Downloaded lru v0.12.5
4742025-09-20T23:25:58.077Z Downloaded darling v0.20.10
4752025-09-20T23:25:58.077Z Downloaded ingot-types v0.1.2
4762025-09-20T23:25:58.077Z Downloaded tokio-rustls v0.25.0
4772025-09-20T23:25:58.077Z Downloaded defmt v0.3.8
4782025-09-20T23:25:58.077Z Downloaded icu_properties v1.5.1
4792025-09-20T23:25:58.077Z Downloaded proc-macro-crate v1.3.1
4802025-09-20T23:25:58.077Z Downloaded ron v0.7.1
4812025-09-20T23:25:58.103Z Downloaded diesel_derives v2.2.3
4822025-09-20T23:25:58.103Z Downloaded signal-hook-mio v0.2.4
4832025-09-20T23:25:58.103Z Downloaded strum_macros v0.24.3
4842025-09-20T23:25:58.103Z Downloaded structmeta v0.3.0
4852025-09-20T23:25:58.103Z Downloaded ssh-cipher v0.2.0
4862025-09-20T23:25:58.103Z Downloaded shlex v1.3.0
4872025-09-20T23:25:58.103Z Downloaded hyper-rustls v0.27.7
4882025-09-20T23:25:58.129Z Downloaded data-encoding v2.9.0
4892025-09-20T23:25:58.129Z Downloaded uzers v0.12.1
4902025-09-20T23:25:58.129Z Downloaded tinyvec_macros v0.1.1
4912025-09-20T23:25:58.129Z Downloaded clap_lex v0.7.4
4922025-09-20T23:25:58.129Z Downloaded crossbeam-deque v0.8.5
4932025-09-20T23:25:58.129Z Downloaded typify-macro v0.4.3
4942025-09-20T23:25:58.129Z Downloaded document-features v0.2.11
4952025-09-20T23:25:58.129Z Downloaded darling v0.21.0
4962025-09-20T23:25:58.155Z Downloaded libz-rs-sys v0.5.1
4972025-09-20T23:25:58.155Z Downloaded httptest v0.16.3
4982025-09-20T23:25:58.155Z Downloaded terminal_size v0.4.0
4992025-09-20T23:25:58.155Z Downloaded schemars_derive v0.8.22
5002025-09-20T23:25:58.155Z Downloaded piper v0.2.4
5012025-09-20T23:25:58.155Z Downloaded hkdf v0.12.4
5022025-09-20T23:25:58.155Z Downloaded hyper-staticfile v0.10.1
5032025-09-20T23:25:58.181Z Downloaded sec1 v0.7.3
5042025-09-20T23:25:58.181Z Downloaded structmeta-derive v0.3.0
5052025-09-20T23:25:58.181Z Downloaded rustc_version v0.1.7
5062025-09-20T23:25:58.181Z Downloaded strum v0.26.3
5072025-09-20T23:25:58.181Z Downloaded typify-macro v0.3.0
5082025-09-20T23:25:58.181Z Downloaded typeid v1.0.3
5092025-09-20T23:25:58.181Z Downloaded sync-ptr v0.1.4
5102025-09-20T23:25:58.181Z Downloaded sqlparser_derive v0.2.2
5112025-09-20T23:25:58.181Z Downloaded secrecy v0.10.3
5122025-09-20T23:25:58.181Z Downloaded pretty_assertions v1.4.1
5132025-09-20T23:25:58.181Z Downloaded support-bundle-viewer v0.1.2
5142025-09-20T23:25:58.181Z Downloaded ctr v0.9.2
5152025-09-20T23:25:58.207Z Downloaded memoffset v0.9.1
5162025-09-20T23:25:58.207Z Downloaded zstd-safe v7.2.3
5172025-09-20T23:25:58.207Z Downloaded inout v0.1.3
5182025-09-20T23:25:58.207Z Downloaded memchr v2.7.4
5192025-09-20T23:25:58.207Z Downloaded wyz v0.5.1
5202025-09-20T23:25:58.207Z Downloaded peg v0.8.5
5212025-09-20T23:25:58.207Z Downloaded slog-bunyan v2.5.0
5222025-09-20T23:25:58.232Z Downloaded rand_chacha v0.9.0
5232025-09-20T23:25:58.232Z Downloaded try-lock v0.2.5
5242025-09-20T23:25:58.232Z Downloaded clap_derive v4.5.41
5252025-09-20T23:25:58.232Z Downloaded ron v0.8.1
5262025-09-20T23:25:58.232Z Downloaded colorchoice v1.0.2
5272025-09-20T23:25:58.232Z Downloaded h2 v0.4.6
5282025-09-20T23:25:58.257Z Downloaded semver v1.0.26
5292025-09-20T23:25:58.257Z Downloaded rustc_version v0.4.1
5302025-09-20T23:25:58.258Z Downloaded hubpack_derive v0.1.1
5312025-09-20T23:25:58.258Z Downloaded precomputed-hash v0.1.1
5322025-09-20T23:25:58.258Z Downloaded indoc v1.0.9
5332025-09-20T23:25:58.258Z Downloaded derive_more v0.99.20
5342025-09-20T23:25:58.258Z Downloaded spin v0.9.8
5352025-09-20T23:25:58.283Z Downloaded quinn-udp v0.5.5
5362025-09-20T23:25:58.283Z Downloaded multimap v0.10.1
5372025-09-20T23:25:58.283Z Downloaded difflib v0.4.0
5382025-09-20T23:25:58.283Z Downloaded libtest-mimic v0.8.1
5392025-09-20T23:25:58.283Z Downloaded untrusted v0.7.1
5402025-09-20T23:25:58.283Z Downloaded schemars v0.8.22
5412025-09-20T23:25:58.308Z Downloaded crc8 v0.1.1
5422025-09-20T23:25:58.308Z Downloaded parking_lot_core v0.8.6
5432025-09-20T23:25:58.308Z Downloaded serde_derive_internals v0.29.1
5442025-09-20T23:25:58.308Z Downloaded derive_more v2.0.1
5452025-09-20T23:25:58.308Z Downloaded instability v0.3.2
5462025-09-20T23:25:58.308Z Downloaded progenitor-impl v0.9.1
5472025-09-20T23:25:58.333Z Downloaded paste v1.0.15
5482025-09-20T23:25:58.333Z Downloaded crc32fast v1.4.2
5492025-09-20T23:25:58.333Z Downloaded pbkdf2 v0.11.0
5502025-09-20T23:25:58.333Z Downloaded salty v0.3.0
5512025-09-20T23:25:58.333Z Downloaded password-hash v0.5.0
5522025-09-20T23:25:58.333Z Downloaded tls_codec v0.4.1
5532025-09-20T23:25:58.333Z Downloaded nix v0.27.1
5542025-09-20T23:25:58.358Z Downloaded des v0.8.1
5552025-09-20T23:25:58.358Z Downloaded pkcs1 v0.7.5
5562025-09-20T23:25:58.358Z Downloaded primeorder v0.13.6
5572025-09-20T23:25:58.358Z Downloaded sha2 v0.10.9
5582025-09-20T23:25:58.358Z Downloaded prettyplease v0.2.36
5592025-09-20T23:25:58.383Z Downloaded papergrid v0.14.0
5602025-09-20T23:25:58.383Z Downloaded iddqd v0.3.13
5612025-09-20T23:25:58.383Z Downloaded rpassword v7.4.0
5622025-09-20T23:25:58.383Z Downloaded minimal-lexical v0.2.1
5632025-09-20T23:25:58.408Z Downloaded darling_core v0.21.0
5642025-09-20T23:25:58.408Z Downloaded tungstenite v0.23.0
5652025-09-20T23:25:58.408Z Downloaded bzip2-sys v0.1.13+1.0.8
5662025-09-20T23:25:58.408Z Downloaded derive_more-impl v2.0.1
5672025-09-20T23:25:58.433Z Downloaded lalrpop v0.19.12
5682025-09-20T23:25:58.433Z Downloaded toml_edit v0.19.15
5692025-09-20T23:25:58.458Z Downloaded quinn v0.11.5
5702025-09-20T23:25:58.458Z Downloaded typed-path v0.9.3
5712025-09-20T23:25:58.483Z Downloaded x509-cert v0.2.5
5722025-09-20T23:25:58.483Z Downloaded chrono v0.4.41
5732025-09-20T23:25:58.483Z Downloaded crossterm v0.29.0
5742025-09-20T23:25:58.510Z Downloaded idna v1.0.3
5752025-09-20T23:25:58.510Z Downloaded dropshot v0.16.4
5762025-09-20T23:25:58.537Z Downloaded p521 v0.13.3
5772025-09-20T23:25:58.537Z Downloaded unicode-width v0.1.14
5782025-09-20T23:25:58.564Z Downloaded winnow v0.6.26
5792025-09-20T23:25:58.564Z Downloaded winnow v0.5.40
5802025-09-20T23:25:58.590Z Downloaded clap_builder v4.5.41
5812025-09-20T23:25:58.590Z Downloaded moka v0.12.10
5822025-09-20T23:25:58.590Z Downloaded zerocopy v0.8.26
5832025-09-20T23:25:58.615Z Downloaded webpki-roots v1.0.1
5842025-09-20T23:25:58.641Z Downloaded syn v1.0.109
5852025-09-20T23:25:58.641Z Downloaded smoltcp v0.11.0
5862025-09-20T23:25:58.666Z Downloaded p384 v0.13.0
5872025-09-20T23:25:58.666Z Downloaded openapiv3 v2.2.0
5882025-09-20T23:25:58.690Z Downloaded syn v2.0.106
5892025-09-20T23:25:58.715Z Downloaded hickory-proto v0.25.2
5902025-09-20T23:25:58.715Z Downloaded curve25519-dalek v4.1.3
5912025-09-20T23:25:58.740Z Downloaded rustls v0.21.12
5922025-09-20T23:25:58.765Z Downloaded typify-impl v0.4.3
5932025-09-20T23:25:58.765Z Downloaded typify-impl v0.3.0
5942025-09-20T23:25:58.790Z Downloaded typify-impl v0.2.0
5952025-09-20T23:25:58.815Z Downloaded rustls v0.22.4
5962025-09-20T23:25:58.839Z Downloaded zerocopy-derive v0.6.6
5972025-09-20T23:25:58.839Z Downloaded petgraph v0.8.2
5982025-09-20T23:25:58.864Z Downloaded rustix v0.38.37
5992025-09-20T23:25:58.889Z Downloaded rustls v0.23.19
6002025-09-20T23:25:58.914Z Downloaded rustix v1.0.7
6012025-09-20T23:25:58.939Z Downloaded diesel v2.2.12
6022025-09-20T23:25:58.963Z Downloaded petgraph v0.6.5
6032025-09-20T23:25:58.988Z Downloaded ratatui v0.29.0
6042025-09-20T23:25:59.013Z Downloaded hickory-proto v0.24.4
6052025-09-20T23:25:59.013Z Downloaded regress v0.10.4
6062025-09-20T23:25:59.038Z Downloaded jiff v0.2.15
6072025-09-20T23:25:59.062Z Downloaded regex-automata v0.4.8
6082025-09-20T23:25:59.062Z Downloaded lzma-sys v0.1.20
6092025-09-20T23:25:59.096Z Downloaded libc v0.2.174
6102025-09-20T23:25:59.125Z Downloaded chrono-tz v0.10.4
6112025-09-20T23:25:59.150Z Downloaded unicode-width v0.2.0
6122025-09-20T23:25:59.177Z Downloaded winnow v0.7.10
6132025-09-20T23:25:59.177Z Downloaded icu_properties_data v1.5.0
6142025-09-20T23:25:59.177Z Downloaded openssl v0.10.73
6152025-09-20T23:25:59.202Z Downloaded zlib-rs v0.5.1
6162025-09-20T23:25:59.202Z Downloaded quinn-proto v0.11.8
6172025-09-20T23:25:59.227Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6182025-09-20T23:25:59.227Z Downloaded libz-sys v1.1.20
6192025-09-20T23:25:59.251Z Downloaded csv v1.3.1
6202025-09-20T23:25:59.276Z Downloaded sqlparser v0.45.0
6212025-09-20T23:25:59.301Z Downloaded gimli v0.31.1
6222025-09-20T23:25:59.301Z Downloaded sha3 v0.10.8
6232025-09-20T23:25:59.301Z Downloaded zerocopy v0.7.35
6242025-09-20T23:25:59.328Z Downloaded tokio v1.47.0
6252025-09-20T23:25:59.359Z Downloaded plotters v0.3.7
6262025-09-20T23:25:59.385Z Downloaded quick-xml v0.37.2
6272025-09-20T23:25:59.385Z Downloaded nix v0.28.0
6282025-09-20T23:25:59.410Z Downloaded mio v1.0.2
6292025-09-20T23:25:59.411Z Downloaded sled v0.34.7
6302025-09-20T23:25:59.435Z Downloaded libxml v0.3.3
6312025-09-20T23:25:59.435Z Downloaded encoding_rs v0.8.34
6322025-09-20T23:25:59.461Z Downloaded hyper v1.7.0
6332025-09-20T23:25:59.461Z Downloaded progenitor-impl v0.10.0
6342025-09-20T23:25:59.461Z Downloaded git2 v0.19.0
6352025-09-20T23:25:59.486Z Downloaded log v0.4.27
6362025-09-20T23:25:59.486Z Downloaded clang-sys v1.8.1
6372025-09-20T23:25:59.486Z Downloaded url v2.5.4
6382025-09-20T23:25:59.486Z Downloaded tinytemplate v1.2.1
6392025-09-20T23:25:59.486Z Downloaded trybuild v1.0.106
6402025-09-20T23:25:59.512Z Downloaded httpmock v0.8.0-alpha.1
6412025-09-20T23:25:59.537Z Downloaded indicatif v0.17.11
6422025-09-20T23:25:59.537Z Downloaded clap v4.5.41
6432025-09-20T23:25:59.537Z Downloaded toml_edit v0.22.27
6442025-09-20T23:25:59.537Z Downloaded qorb v0.4.1
6452025-09-20T23:25:59.562Z Downloaded yoke v0.7.4
6462025-09-20T23:25:59.562Z Downloaded serde_core v1.0.223
6472025-09-20T23:25:59.562Z Downloaded reqwest v0.12.22
6482025-09-20T23:25:59.562Z Downloaded ingot v0.1.1
6492025-09-20T23:25:59.562Z Downloaded ring v0.17.14
6502025-09-20T23:25:59.614Z Downloaded twox-hash v2.1.0
6512025-09-20T23:25:59.639Z Downloaded simd-adler32 v0.3.7
6522025-09-20T23:25:59.639Z Downloaded zstd v0.13.3
6532025-09-20T23:25:59.639Z Downloaded walkdir v2.5.0
6542025-09-20T23:25:59.639Z Downloaded darling_core v0.20.10
6552025-09-20T23:25:59.639Z Downloaded rsa v0.9.6
6562025-09-20T23:25:59.639Z Downloaded tokio-postgres v0.7.13
6572025-09-20T23:25:59.665Z Downloaded crossterm v0.28.1
6582025-09-20T23:25:59.665Z Downloaded zip v4.2.0
6592025-09-20T23:25:59.665Z Downloaded hubpack v0.1.2
6602025-09-20T23:25:59.665Z Downloaded termios v0.3.3
6612025-09-20T23:25:59.665Z Downloaded mime_guess v2.0.5
6622025-09-20T23:25:59.665Z Downloaded zerocopy v0.6.6
6632025-09-20T23:25:59.690Z Downloaded subprocess v0.2.9
6642025-09-20T23:25:59.690Z Downloaded tracing-core v0.1.32
6652025-09-20T23:25:59.690Z Downloaded indoc v2.0.6
6662025-09-20T23:25:59.690Z Downloaded cipher v0.4.4
6672025-09-20T23:25:59.690Z Downloaded quote v1.0.40
6682025-09-20T23:25:59.690Z Downloaded crossbeam-channel v0.5.15
6692025-09-20T23:25:59.690Z Downloaded libgit2-sys v0.17.0+1.8.1
6702025-09-20T23:25:59.757Z Downloaded miniz_oxide v0.8.5
6712025-09-20T23:25:59.784Z Downloaded textwrap v0.16.2
6722025-09-20T23:25:59.784Z Downloaded goblin v0.8.2
6732025-09-20T23:25:59.784Z Downloaded untrusted v0.9.0
6742025-09-20T23:25:59.784Z Downloaded linked-hash-map v0.5.6
6752025-09-20T23:25:59.784Z Downloaded csv-core v0.1.11
6762025-09-20T23:25:59.784Z Downloaded predicates v3.1.3
6772025-09-20T23:25:59.784Z Downloaded nanorand v0.7.0
6782025-09-20T23:25:59.784Z Downloaded term v0.7.0
6792025-09-20T23:25:59.809Z Downloaded strum_macros v0.26.4
6802025-09-20T23:25:59.809Z Downloaded parking_lot_core v0.9.10
6812025-09-20T23:25:59.809Z Downloaded typify v0.4.3
6822025-09-20T23:25:59.809Z Downloaded pkcs5 v0.7.1
6832025-09-20T23:25:59.809Z Downloaded native-tls v0.2.12
6842025-09-20T23:25:59.809Z Downloaded openssl-sys v0.9.109
6852025-09-20T23:25:59.835Z Downloaded siphasher v1.0.1
6862025-09-20T23:25:59.835Z Downloaded termtree v0.5.1
6872025-09-20T23:25:59.835Z Downloaded criterion v0.7.0
6882025-09-20T23:25:59.835Z Downloaded tokio-util v0.7.15
6892025-09-20T23:25:59.835Z Downloaded time v0.3.43
6902025-09-20T23:25:59.860Z Downloaded serde_with v3.14.0
6912025-09-20T23:25:59.860Z Downloaded papergrid v0.17.0
6922025-09-20T23:25:59.885Z Downloaded yansi v1.0.1
6932025-09-20T23:25:59.885Z Downloaded waitgroup v0.1.2
6942025-09-20T23:25:59.885Z Downloaded peg-macros v0.8.5
6952025-09-20T23:25:59.885Z Downloaded lock_api v0.4.12
6962025-09-20T23:25:59.885Z Downloaded progenitor-macro v0.10.0
6972025-09-20T23:25:59.885Z Downloaded multer v3.1.0
6982025-09-20T23:25:59.885Z Downloaded litrs v0.4.1
6992025-09-20T23:25:59.885Z Downloaded p256 v0.13.2
7002025-09-20T23:25:59.885Z Downloaded test-strategy v0.4.3
7012025-09-20T23:25:59.910Z Downloaded ssh-key v0.6.6
7022025-09-20T23:25:59.910Z Downloaded zopfli v0.8.1
7032025-09-20T23:25:59.910Z Downloaded signal-hook v0.3.18
7042025-09-20T23:25:59.910Z Downloaded unicode-normalization v0.1.24
7052025-09-20T23:25:59.910Z Downloaded usdt-impl v0.5.0
7062025-09-20T23:25:59.910Z Downloaded toml v0.9.5
7072025-09-20T23:25:59.936Z Downloaded crossbeam-utils v0.8.21
7082025-09-20T23:25:59.936Z Downloaded tinyvec v1.8.0
7092025-09-20T23:25:59.936Z Downloaded serde_derive v1.0.223
7102025-09-20T23:25:59.936Z Downloaded parking_lot v0.12.3
7112025-09-20T23:25:59.936Z Downloaded pathdiff v0.2.3
7122025-09-20T23:25:59.936Z Downloaded rand v0.9.2
7132025-09-20T23:25:59.936Z Downloaded xz2 v0.1.7
7142025-09-20T23:25:59.936Z Downloaded owo-colors v4.2.2
7152025-09-20T23:25:59.962Z Downloaded icu_normalizer v1.5.0
7162025-09-20T23:25:59.962Z Downloaded libm v0.2.8
7172025-09-20T23:25:59.962Z Downloaded digest v0.10.7
7182025-09-20T23:25:59.962Z Downloaded pin-project-lite v0.2.14
7192025-09-20T23:25:59.962Z Downloaded toml_datetime v0.7.0
7202025-09-20T23:25:59.962Z Downloaded toml_datetime v0.6.11
7212025-09-20T23:25:59.988Z Downloaded tokio-dtrace v0.1.0
7222025-09-20T23:25:59.988Z Downloaded secrecy v0.8.0
7232025-09-20T23:25:59.988Z Downloaded resolv-conf v0.7.0
7242025-09-20T23:25:59.988Z Downloaded toml v0.7.8
7252025-09-20T23:25:59.988Z Downloaded sqlformat v0.3.5
7262025-09-20T23:25:59.988Z Downloaded pbkdf2 v0.12.2
7272025-09-20T23:25:59.988Z Downloaded oxide-tokio-rt v0.1.2
7282025-09-20T23:25:59.988Z Downloaded parking_lot v0.11.2
7292025-09-20T23:25:59.988Z Downloaded rand_xorshift v0.4.0
7302025-09-20T23:25:59.988Z Downloaded proc-macro-crate v3.2.0
7312025-09-20T23:25:59.988Z Downloaded zerovec v0.10.4
7322025-09-20T23:26:00.014Z Downloaded tokio-rustls v0.24.1
7332025-09-20T23:26:00.014Z Downloaded defmt-macros v0.3.9
7342025-09-20T23:26:00.014Z Downloaded darling_macro v0.21.0
7352025-09-20T23:26:00.014Z Downloaded xshell-macros v0.2.7
7362025-09-20T23:26:00.014Z Downloaded usdt-macro v0.5.0
7372025-09-20T23:26:00.014Z Downloaded memmap2 v0.9.5
7382025-09-20T23:26:00.014Z Downloaded hashbrown v0.15.4
7392025-09-20T23:26:00.014Z Downloaded daft-derive v0.1.4
7402025-09-20T23:26:00.014Z Downloaded litemap v0.7.3
7412025-09-20T23:26:00.039Z Downloaded tokio-rustls v0.26.0
7422025-09-20T23:26:00.039Z Downloaded oso v0.27.3
7432025-09-20T23:26:00.039Z Downloaded icu_locid_transform_data v1.5.0
7442025-09-20T23:26:00.039Z Downloaded nested v0.1.1
7452025-09-20T23:26:00.039Z Downloaded lru-cache v0.1.2
7462025-09-20T23:26:00.039Z Downloaded icu_provider v1.5.0
7472025-09-20T23:26:00.039Z Downloaded unicode-segmentation v1.12.0
7482025-09-20T23:26:00.039Z Downloaded progenitor-impl v0.11.0
7492025-09-20T23:26:00.039Z Downloaded itertools v0.14.0
7502025-09-20T23:26:00.064Z Downloaded hickory-resolver v0.24.4
7512025-09-20T23:26:00.064Z Downloaded termcolor v1.4.1
7522025-09-20T23:26:00.064Z Downloaded tracing v0.1.40
7532025-09-20T23:26:00.064Z Downloaded regex-syntax v0.8.5
7542025-09-20T23:26:00.089Z Downloaded hickory-server v0.25.2
7552025-09-20T23:26:00.089Z Downloaded hashbrown v0.12.3
7562025-09-20T23:26:00.089Z Downloaded papergrid v0.11.0
7572025-09-20T23:26:00.089Z Downloaded usdt-attr-macro v0.5.0
7582025-09-20T23:26:00.089Z Downloaded toml_parser v1.0.2
7592025-09-20T23:26:00.089Z Downloaded pest v2.7.14
7602025-09-20T23:26:00.114Z Downloaded iri-string v0.7.8
7612025-09-20T23:26:00.114Z Downloaded strum_macros v0.27.1
7622025-09-20T23:26:00.114Z Downloaded tungstenite v0.21.0
7632025-09-20T23:26:00.114Z Downloaded smallvec v1.15.1
7642025-09-20T23:26:00.114Z Downloaded new_debug_unreachable v1.0.6
7652025-09-20T23:26:00.114Z Downloaded unicode_categories v0.1.1
7662025-09-20T23:26:00.139Z Downloaded diesel_table_macro_syntax v0.2.0
7672025-09-20T23:26:00.139Z Downloaded defmt-parser v0.3.4
7682025-09-20T23:26:00.139Z Downloaded russh v0.45.0
7692025-09-20T23:26:00.139Z Downloaded supports-color v3.0.2
7702025-09-20T23:26:00.139Z Downloaded libsw-core v0.3.1
7712025-09-20T23:26:00.139Z Downloaded icu_locid_transform v1.5.0
7722025-09-20T23:26:00.139Z Downloaded itertools v0.10.5
7732025-09-20T23:26:00.139Z Downloaded samael v0.0.19
7742025-09-20T23:26:00.164Z Downloaded spki v0.7.3
7752025-09-20T23:26:00.164Z Downloaded siphasher v0.3.11
7762025-09-20T23:26:00.165Z Downloaded serde-hex v0.1.0
7772025-09-20T23:26:00.165Z Downloaded tls_codec_derive v0.4.1
7782025-09-20T23:26:00.165Z Downloaded libloading v0.8.5
7792025-09-20T23:26:00.165Z Downloaded internet-checksum v0.2.1
7802025-09-20T23:26:00.165Z Downloaded chacha20poly1305 v0.10.1
7812025-09-20T23:26:00.165Z Downloaded futures-util v0.3.31
7822025-09-20T23:26:00.190Z Downloaded tokio-tungstenite v0.21.0
7832025-09-20T23:26:00.190Z Downloaded once_cell v1.21.3
7842025-09-20T23:26:00.190Z Downloaded vcpkg v0.2.15
7852025-09-20T23:26:00.234Z Downloaded target-lexicon v0.13.2
7862025-09-20T23:26:00.259Z Downloaded snafu-derive v0.8.5
7872025-09-20T23:26:00.259Z Downloaded jobserver v0.1.32
7882025-09-20T23:26:00.260Z Downloaded predicates-tree v1.0.12
7892025-09-20T23:26:00.260Z Downloaded pem v3.0.5
7902025-09-20T23:26:00.260Z Downloaded path-tree v0.8.1
7912025-09-20T23:26:00.260Z Downloaded packed_struct v0.10.1
7922025-09-20T23:26:00.260Z Downloaded iana-time-zone v0.1.63
7932025-09-20T23:26:00.260Z Downloaded packed_struct_codegen v0.10.1
7942025-09-20T23:26:00.260Z Downloaded displaydoc v0.2.5
7952025-09-20T23:26:00.260Z Downloaded hashbrown v0.16.0
7962025-09-20T23:26:00.285Z Downloaded utf8parse v0.2.2
7972025-09-20T23:26:00.285Z Downloaded utf8_iter v1.0.4
7982025-09-20T23:26:00.285Z Downloaded password-hash v0.4.2
7992025-09-20T23:26:00.285Z Downloaded heapless v0.8.0
8002025-09-20T23:26:00.285Z Downloaded scrypt v0.11.0
8012025-09-20T23:26:00.285Z Downloaded rstest_macros v0.25.0
8022025-09-20T23:26:00.285Z Downloaded proptest v1.7.0
8032025-09-20T23:26:00.310Z Downloaded managed v0.8.0
8042025-09-20T23:26:00.310Z Downloaded dsl_auto_type v0.1.2
8052025-09-20T23:26:00.310Z Downloaded derive_builder_macro v0.20.2
8062025-09-20T23:26:00.310Z Downloaded derive_builder_core v0.20.2
8072025-09-20T23:26:00.310Z Downloaded convert_case v0.7.1
8082025-09-20T23:26:00.310Z Downloaded tinystr v0.7.6
8092025-09-20T23:26:00.310Z Downloaded strsim v0.11.1
8102025-09-20T23:26:00.310Z Downloaded slog-async v2.8.0
8112025-09-20T23:26:00.310Z Downloaded serde_urlencoded v0.7.1
8122025-09-20T23:26:00.310Z Downloaded serde_tokenstream v0.2.2
8132025-09-20T23:26:00.335Z Downloaded unicode-bidi v0.3.17
8142025-09-20T23:26:00.335Z Downloaded tower-service v0.3.3
8152025-09-20T23:26:00.335Z Downloaded highway v1.3.0
8162025-09-20T23:26:00.335Z Downloaded vte v0.11.1
8172025-09-20T23:26:00.335Z Downloaded same-file v1.0.6
8182025-09-20T23:26:00.335Z Downloaded relative-path v1.9.3
8192025-09-20T23:26:00.335Z Downloaded funty v2.0.0
8202025-09-20T23:26:00.360Z Downloaded vergen-gitcl v1.0.8
8212025-09-20T23:26:00.360Z Downloaded unicode-ident v1.0.18
8222025-09-20T23:26:00.360Z Downloaded tabled v0.15.0
8232025-09-20T23:26:00.385Z Downloaded portable-atomic v1.11.0
8242025-09-20T23:26:00.385Z Downloaded futures v0.3.31
8252025-09-20T23:26:00.385Z Downloaded expectorate v1.2.0
8262025-09-20T23:26:00.385Z Downloaded zerofrom-derive v0.1.4
8272025-09-20T23:26:00.385Z Downloaded vergen-lib v0.1.6
8282025-09-20T23:26:00.385Z Downloaded rayon v1.10.0
8292025-09-20T23:26:00.410Z Downloaded derive_builder v0.20.2
8302025-09-20T23:26:00.410Z Downloaded console v0.16.0
8312025-09-20T23:26:00.410Z Downloaded cfg_aliases v0.2.1
8322025-09-20T23:26:00.410Z Downloaded zerofrom v0.1.4
8332025-09-20T23:26:00.410Z Downloaded void v1.0.2
8342025-09-20T23:26:00.410Z Downloaded thiserror-no-std v2.0.2
8352025-09-20T23:26:00.435Z Downloaded reedline v0.40.0
8362025-09-20T23:26:00.435Z Downloaded getrandom v0.3.1
8372025-09-20T23:26:00.435Z Downloaded const_format_proc_macros v0.2.34
8382025-09-20T23:26:00.435Z Downloaded topological-sort v0.2.2
8392025-09-20T23:26:00.435Z Downloaded thread-id v4.2.2
8402025-09-20T23:26:00.435Z Downloaded thiserror-impl v2.0.16
8412025-09-20T23:26:00.435Z Downloaded steno v0.4.1
8422025-09-20T23:26:00.460Z Downloaded home v0.5.9
8432025-09-20T23:26:00.460Z Downloaded futures-sink v0.3.31
8442025-09-20T23:26:00.460Z Downloaded futures-executor v0.3.31
8452025-09-20T23:26:00.460Z Downloaded fs-err v3.1.1
8462025-09-20T23:26:00.460Z Downloaded toml_writer v1.0.2
8472025-09-20T23:26:00.460Z Downloaded num-bigint-dig v0.8.4
8482025-09-20T23:26:00.460Z Downloaded globwalk v0.9.1
8492025-09-20T23:26:00.460Z Downloaded globset v0.4.15
8502025-09-20T23:26:00.460Z Downloaded thiserror-impl v1.0.69
8512025-09-20T23:26:00.460Z Downloaded tabwriter v1.4.0
8522025-09-20T23:26:00.460Z Downloaded rustls-pki-types v1.10.0
8532025-09-20T23:26:00.493Z Downloaded nom v7.1.3
8542025-09-20T23:26:00.493Z Downloaded hostname v0.4.0
8552025-09-20T23:26:00.493Z Downloaded heck v0.4.1
8562025-09-20T23:26:00.523Z Downloaded gethostname v0.5.0
8572025-09-20T23:26:00.523Z Downloaded foreign-types-macros v0.2.3
8582025-09-20T23:26:00.524Z Downloaded foldhash v0.2.0
8592025-09-20T23:26:00.524Z Downloaded vergen v9.0.6
8602025-09-20T23:26:00.524Z Downloaded value-bag v1.9.0
8612025-09-20T23:26:00.548Z Downloaded tower-layer v0.3.3
8622025-09-20T23:26:00.548Z Downloaded tabled_derive v0.10.0
8632025-09-20T23:26:00.548Z Downloaded static_assertions v1.1.0
8642025-09-20T23:26:00.549Z Downloaded smawk v0.3.2
8652025-09-20T23:26:00.549Z Downloaded ryu v1.0.18
8662025-09-20T23:26:00.549Z Downloaded fixedbitset v0.5.7
8672025-09-20T23:26:00.549Z Downloaded version_check v0.9.5
8682025-09-20T23:26:00.549Z Downloaded unicase v2.7.0
8692025-09-20T23:26:00.574Z Downloaded smf v0.2.3
8702025-09-20T23:26:00.574Z Downloaded serde_spanned v1.0.0
8712025-09-20T23:26:00.574Z Downloaded serde_regex v1.1.0
8722025-09-20T23:26:00.574Z Downloaded rusty-fork v0.3.0
8732025-09-20T23:26:00.575Z Downloaded rcgen v0.12.1
8742025-09-20T23:26:00.575Z Downloaded rand v0.8.5
8752025-09-20T23:26:00.600Z Downloaded heck v0.5.0
8762025-09-20T23:26:00.600Z Downloaded headers-core v0.3.0
8772025-09-20T23:26:00.600Z Downloaded hash32 v0.3.1
8782025-09-20T23:26:00.600Z Downloaded ed25519-dalek v2.1.1
8792025-09-20T23:26:00.601Z Downloaded slab v0.4.9
8802025-09-20T23:26:00.601Z Downloaded serde_spanned v0.6.9
8812025-09-20T23:26:00.601Z Downloaded rustversion v1.0.22
8822025-09-20T23:26:00.601Z Downloaded r2d2 v0.8.10
8832025-09-20T23:26:00.601Z Downloaded cc v1.2.30
8842025-09-20T23:26:00.625Z Downloaded toml_write v0.1.2
8852025-09-20T23:26:00.625Z Downloaded thiserror-impl-no-std v2.0.2
8862025-09-20T23:26:00.626Z Downloaded ref-cast-impl v1.0.24
8872025-09-20T23:26:00.626Z Downloaded radium v0.7.0
8882025-09-20T23:26:00.626Z Downloaded postgres-protocol v0.6.8
8892025-09-20T23:26:00.626Z Downloaded polling v3.7.3
8902025-09-20T23:26:00.626Z Downloaded fxhash v0.2.1
8912025-09-20T23:26:00.626Z Downloaded futures-timer v3.0.3
8922025-09-20T23:26:00.626Z Downloaded form_urlencoded v1.2.2
8932025-09-20T23:26:00.626Z Downloaded flate2 v1.1.2
8942025-09-20T23:26:00.651Z Downloaded progenitor-impl v0.8.0
8952025-09-20T23:26:00.651Z Downloaded pkg-config v0.3.31
8962025-09-20T23:26:00.678Z Downloaded num-rational v0.4.2
8972025-09-20T23:26:00.678Z Downloaded num-complex v0.4.6
8982025-09-20T23:26:00.678Z Downloaded nu-ansi-term v0.50.1
8992025-09-20T23:26:00.678Z Downloaded base64 v0.22.1
9002025-09-20T23:26:00.678Z Downloaded backtrace v0.3.74
9012025-09-20T23:26:00.678Z Downloaded ppv-lite86 v0.2.20
9022025-09-20T23:26:00.678Z Downloaded powerfmt v0.2.0
9032025-09-20T23:26:00.678Z Downloaded phf v0.11.2
9042025-09-20T23:26:00.703Z Downloaded olpc-cjson v0.1.4
9052025-09-20T23:26:00.703Z Downloaded num_threads v0.1.7
9062025-09-20T23:26:00.703Z Downloaded num-iter v0.1.45
9072025-09-20T23:26:00.703Z Downloaded num-derive v0.4.2
9082025-09-20T23:26:00.703Z Downloaded num-derive v0.3.3
9092025-09-20T23:26:00.703Z Downloaded num v0.4.3
9102025-09-20T23:26:00.703Z Downloaded nodrop v0.1.14
9112025-09-20T23:26:00.703Z Downloaded ghash v0.5.1
9122025-09-20T23:26:00.703Z Downloaded futures-task v0.3.31
9132025-09-20T23:26:00.704Z Downloaded futures-macro v0.3.31
9142025-09-20T23:26:00.704Z Downloaded event-listener v2.5.3
9152025-09-20T23:26:00.704Z Downloaded elliptic-curve v0.13.8
9162025-09-20T23:26:00.704Z Downloaded bytes v1.10.1
9172025-09-20T23:26:00.729Z Downloaded polyval v0.6.2
9182025-09-20T23:26:00.729Z Downloaded number_prefix v0.4.0
9192025-09-20T23:26:00.729Z Downloaded num_enum v0.5.11
9202025-09-20T23:26:00.729Z Downloaded foreign-types-shared v0.1.1
9212025-09-20T23:26:00.729Z Downloaded foreign-types v0.3.2
9222025-09-20T23:26:00.729Z Downloaded hash32 v0.2.1
9232025-09-20T23:26:00.754Z Downloaded bstr v1.10.0
9242025-09-20T23:26:00.754Z Downloaded block-padding v0.3.3
9252025-09-20T23:26:00.754Z Downloaded blake2b_simd v1.0.2
9262025-09-20T23:26:00.754Z Downloaded bcrypt-pbkdf v0.10.0
9272025-09-20T23:26:00.754Z Downloaded stable_deref_trait v1.2.0
9282025-09-20T23:26:00.779Z Downloaded embedded-io v0.6.1
9292025-09-20T23:26:00.779Z Downloaded ed25519 v2.2.3
9302025-09-20T23:26:00.779Z Downloaded dyn-clone v1.0.20
9312025-09-20T23:26:00.779Z Downloaded cancel-safe-futures v0.1.5
9322025-09-20T23:26:00.779Z Downloaded camino-tempfile-ext v0.3.2
9332025-09-20T23:26:00.779Z Downloaded bytecount v0.6.8
9342025-09-20T23:26:00.779Z Downloaded bumpalo v3.16.0
9352025-09-20T23:26:00.779Z Downloaded buf-list v1.0.3
9362025-09-20T23:26:00.805Z Downloaded bitfield-struct v0.6.2
9372025-09-20T23:26:00.805Z Downloaded base64ct v1.6.0
9382025-09-20T23:26:00.805Z Downloaded guppy v0.17.20
9392025-09-20T23:26:00.805Z Downloaded futures-core v0.3.31
9402025-09-20T23:26:00.805Z Downloaded foreign-types v0.5.0
9412025-09-20T23:26:00.805Z Downloaded fancy-regex v0.14.0
9422025-09-20T23:26:00.831Z Downloaded erased-serde v0.4.6
9432025-09-20T23:26:00.831Z Downloaded cast v0.3.0
9442025-09-20T23:26:00.831Z Downloaded bitfield-macros v0.19.2
9452025-09-20T23:26:00.831Z Downloaded base64 v0.21.7
9462025-09-20T23:26:00.831Z Downloaded fastrand v2.1.1
9472025-09-20T23:26:00.831Z Downloaded aws-lc-sys v0.26.0
9482025-09-20T23:26:01.090Z Downloaded escape8259 v0.5.3
9492025-09-20T23:26:01.117Z Downloaded equivalent v1.0.2
9502025-09-20T23:26:01.118Z Downloaded endian-type v0.1.2
9512025-09-20T23:26:01.118Z Downloaded cargo_metadata v0.21.0
9522025-09-20T23:26:01.118Z Downloaded bzip2 v0.4.4
9532025-09-20T23:26:01.118Z Downloaded block-buffer v0.10.4
9542025-09-20T23:26:01.118Z Downloaded bindgen v0.71.1
9552025-09-20T23:26:01.118Z Downloaded bcs v0.1.6
9562025-09-20T23:26:01.118Z Downloaded guppy-workspace-hack v0.1.0
9572025-09-20T23:26:01.118Z Downloaded group v0.13.0
9582025-09-20T23:26:01.118Z Downloaded foreign-types-shared v0.3.1
9592025-09-20T23:26:01.118Z Downloaded fixedbitset v0.4.2
9602025-09-20T23:26:01.118Z Downloaded fd-lock v4.0.2
9612025-09-20T23:26:01.118Z Downloaded fatfs v0.3.6
9622025-09-20T23:26:01.143Z Downloaded cexpr v0.6.0
9632025-09-20T23:26:01.143Z Downloaded castaway v0.2.3
9642025-09-20T23:26:01.143Z Downloaded cargo-platform v0.2.0
9652025-09-20T23:26:01.143Z Downloaded camino v1.2.0
9662025-09-20T23:26:01.143Z Downloaded bit-vec v0.8.0
9672025-09-20T23:26:01.143Z Downloaded http-body v1.0.1
9682025-09-20T23:26:01.143Z Downloaded generic-array v0.14.7
9692025-09-20T23:26:01.143Z Downloaded fs_extra v1.3.0
9702025-09-20T23:26:01.143Z Downloaded blowfish v0.9.1
9712025-09-20T23:26:01.143Z Downloaded bitvec v1.0.1
9722025-09-20T23:26:01.168Z Downloaded bitflags v2.9.1
9732025-09-20T23:26:01.168Z Downloaded bit-set v0.5.3
9742025-09-20T23:26:01.168Z Downloaded hex-literal v0.4.1
9752025-09-20T23:26:01.168Z Downloaded hex v0.4.3
9762025-09-20T23:26:01.168Z Downloaded heck v0.3.3
9772025-09-20T23:26:01.168Z Downloaded ff v0.13.0
9782025-09-20T23:26:01.168Z Downloaded cargo_metadata v0.18.1
9792025-09-20T23:26:01.168Z Downloaded base64 v0.13.1
9802025-09-20T23:26:01.168Z Downloaded backoff v0.4.0
9812025-09-20T23:26:01.194Z Downloaded futures-channel v0.3.31
9822025-09-20T23:26:01.194Z Downloaded foldhash v0.1.5
9832025-09-20T23:26:01.195Z Downloaded bit-vec v0.6.3
9842025-09-20T23:26:01.195Z Downloaded async-trait v0.1.89
9852025-09-20T23:26:01.195Z Downloaded env_filter v0.1.2
9862025-09-20T23:26:01.195Z Downloaded async-std v1.13.0
9872025-09-20T23:26:01.219Z Downloaded async-bb8-diesel v0.2.1
9882025-09-20T23:26:01.219Z Downloaded hickory-client v0.25.2
9892025-09-20T23:26:01.219Z Downloaded float-cmp v0.10.0
9902025-09-20T23:26:01.220Z Downloaded fallible-iterator v0.2.0
9912025-09-20T23:26:01.220Z Downloaded event-listener-strategy v0.5.2
9922025-09-20T23:26:01.220Z Downloaded async-lock v3.4.0
9932025-09-20T23:26:01.220Z Downloaded async-executor v1.13.1
9942025-09-20T23:26:01.220Z Downloaded assert-json-diff v2.0.2
9952025-09-20T23:26:01.220Z Downloaded glob v0.3.2
9962025-09-20T23:26:01.245Z Downloaded fs-err v2.11.0
9972025-09-20T23:26:01.245Z Downloaded fnv v1.0.7
9982025-09-20T23:26:01.245Z Downloaded float-ord v0.3.2
9992025-09-20T23:26:01.245Z Downloaded enum-as-inner v0.6.1
10002025-09-20T23:26:01.245Z Downloaded async-task v4.7.1
10012025-09-20T23:26:01.245Z Downloaded async-stream v0.3.6
10022025-09-20T23:26:01.245Z Downloaded async-global-executor v2.4.1
10032025-09-20T23:26:01.245Z Downloaded assert_matches v1.5.0
10042025-09-20T23:26:01.245Z Downloaded ascii-canvas v3.0.0
10052025-09-20T23:26:01.245Z Downloaded anstream v0.6.18
10062025-09-20T23:26:01.245Z Downloaded postcard v1.0.10
10072025-09-20T23:26:01.245Z Downloaded poly1305 v0.8.0
10082025-09-20T23:26:01.270Z Downloaded petname v2.0.2
10092025-09-20T23:26:01.270Z Downloaded object v0.30.4
10102025-09-20T23:26:01.270Z Downloaded nix v0.30.1
10112025-09-20T23:26:01.295Z Downloaded futures-io v0.3.31
10122025-09-20T23:26:01.295Z Downloaded errno v0.3.12
10132025-09-20T23:26:01.295Z Downloaded cfg-expr v0.20.1
10142025-09-20T23:26:01.295Z Downloaded aws-lc-rs v1.12.4
10152025-09-20T23:26:01.295Z Downloaded atty v0.2.14
10162025-09-20T23:26:01.295Z Downloaded atomicwrites v0.4.4
10172025-09-20T23:26:01.295Z Downloaded async-recursion v1.1.1
10182025-09-20T23:26:01.320Z Downloaded num-bigint v0.4.6
10192025-09-20T23:26:01.320Z Downloaded event-listener v5.3.1
10202025-09-20T23:26:01.320Z Downloaded anyhow v1.0.99
10212025-09-20T23:26:01.320Z Downloaded filetime v0.2.25
10222025-09-20T23:26:01.320Z Downloaded ena v0.14.3
10232025-09-20T23:26:01.320Z Downloaded ecdsa v0.16.9
10242025-09-20T23:26:01.320Z Downloaded arrayref v0.3.9
10252025-09-20T23:26:01.320Z Downloaded num-traits v0.2.19
10262025-09-20T23:26:01.345Z Downloaded normalize-line-endings v0.3.0
10272025-09-20T23:26:01.345Z Downloaded embedded-io v0.4.0
10282025-09-20T23:26:01.345Z Downloaded async-process v2.3.0
10292025-09-20T23:26:01.345Z Downloaded async-channel v1.9.0
10302025-09-20T23:26:01.345Z Downloaded approx v0.5.1
10312025-09-20T23:26:01.345Z Downloaded anstyle-query v1.1.1
10322025-09-20T23:26:01.345Z Downloaded anstyle v1.0.11
10332025-09-20T23:26:01.345Z Downloaded aho-corasick v1.1.3
10342025-09-20T23:26:01.345Z Downloaded aes-gcm v0.10.3
10352025-09-20T23:26:01.345Z Downloaded blocking v1.6.1
10362025-09-20T23:26:01.345Z Downloaded arc-swap v1.7.1
10372025-09-20T23:26:01.370Z Downloaded allocator-api2 v0.2.21
10382025-09-20T23:26:01.370Z Downloaded addr2line v0.24.2
10392025-09-20T23:26:01.370Z Downloaded cassowary v0.3.0
10402025-09-20T23:26:01.370Z Downloaded cargo-util-schemas v0.8.2
10412025-09-20T23:26:01.370Z Downloaded camino-tempfile v1.4.1
10422025-09-20T23:26:01.370Z Downloaded bzip2 v0.5.2
10432025-09-20T23:26:01.370Z Downloaded byteorder v1.5.0
10442025-09-20T23:26:01.370Z Downloaded blake3 v1.5.4
10452025-09-20T23:26:01.395Z Downloaded blake2 v0.10.6
10462025-09-20T23:26:01.395Z Downloaded bitflags v1.3.2
10472025-09-20T23:26:01.395Z Downloaded bitfield v0.19.2
10482025-09-20T23:26:01.395Z Downloaded bindgen v0.69.5
10492025-09-20T23:26:01.395Z Downloaded bb8 v0.8.5
10502025-09-20T23:26:01.395Z Downloaded base16ct v0.2.0
10512025-09-20T23:26:01.395Z Downloaded atomic-waker v1.1.2
10522025-09-20T23:26:01.395Z Downloaded async-signal v0.2.10
10532025-09-20T23:26:01.395Z Downloaded async-io v2.3.4
10542025-09-20T23:26:01.422Z Downloaded assert_cmd v2.0.17
10552025-09-20T23:26:01.422Z Downloaded arrayvec v0.7.6
10562025-09-20T23:26:01.422Z Downloaded array-init v0.0.4
10572025-09-20T23:26:01.422Z Downloaded argon2 v0.5.3
10582025-09-20T23:26:01.422Z Downloaded anes v0.1.6
10592025-09-20T23:26:01.422Z Downloaded ahash v0.8.12
10602025-09-20T23:26:01.422Z Downloaded aead v0.5.2
10612025-09-20T23:26:01.422Z Downloaded adler2 v2.0.0
10622025-09-20T23:26:01.422Z Downloaded bit-set v0.8.0
10632025-09-20T23:26:01.422Z Downloaded autocfg v1.4.0
10642025-09-20T23:26:01.422Z Downloaded async-stream-impl v0.3.6
10652025-09-20T23:26:01.422Z Downloaded async-object-pool v0.1.5
10662025-09-20T23:26:01.422Z Downloaded async-channel v2.3.1
10672025-09-20T23:26:01.447Z Downloaded async-attributes v1.1.2
10682025-09-20T23:26:01.447Z Downloaded anstyle-parse v0.2.5
10692025-09-20T23:26:01.776Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10702025-09-20T23:26:16.974Z Startup: Refreshing catalog 'helios-dev' ... Done
10712025-09-20T23:26:26.479Z Startup: Caching catalogs ... Done
10722025-09-20T23:26:36.176ZPlanning: Solver setup ... Done (8.229s)
10732025-09-20T23:26:36.249ZPlanning: Running solver ... Done (0.073s)
10742025-09-20T23:26:36.334ZPlanning: Finding local manifests ... Done (0.002s)
10752025-09-20T23:26:36.410ZPlanning: Fetching manifests: 0/4 0% complete
10762025-09-20T23:26:36.783ZPlanning: Fetching manifests: 4/4 100% complete
10772025-09-20T23:26:36.849ZPlanning: Package planning ... Done (0.065s)
10782025-09-20T23:26:36.908ZPlanning: Merging actions ... Done (0.059s)
10792025-09-20T23:26:37.239ZPlanning: Checking for conflicting actions ... Done (0.331s)
10802025-09-20T23:26:37.264ZPlanning: Consolidating action changes ... Done (0.013s)
10812025-09-20T23:26:37.906ZPlanning: Evaluating mediators ... Done (0.653s)
10822025-09-20T23:26:37.931ZPlanning: Planning completed in 11.34 seconds
10832025-09-20T23:26:37.956Z Packages to install: 4
10842025-09-20T23:26:37.956Z Mediators to change: 2
10852025-09-20T23:26:37.956Z Services to change: 1
10862025-09-20T23:26:37.956Z Estimated space available: 154.56 GB
10872025-09-20T23:26:37.956ZEstimated space to be consumed: 1.72 GB
10882025-09-20T23:26:37.956Z Create boot environment: No
10892025-09-20T23:26:37.956ZCreate backup boot environment: No
10902025-09-20T23:26:37.956Z Rebuild boot archive: No
10912025-09-20T23:26:37.956Z
10922025-09-20T23:26:37.956ZChanged mediators:
10932025-09-20T23:26:37.956Z mediator clang:
10942025-09-20T23:26:37.956Z version: None -> 15 (system default)
10952025-09-20T23:26:37.956Z
10962025-09-20T23:26:37.956Z mediator llvm:
10972025-09-20T23:26:37.956Z version: 14 (system default) -> 15 (system default)
10982025-09-20T23:26:37.956Z
10992025-09-20T23:26:37.956ZChanged packages:
11002025-09-20T23:26:37.956Zhelios-dev
11012025-09-20T23:26:37.956Z developer/build-essential
11022025-09-20T23:26:37.956Z None -> 11-2.0
11032025-09-20T23:26:37.956Z library/libxmlsec1
11042025-09-20T23:26:37.956Z None -> 1.2.35-2.0
11052025-09-20T23:26:37.956Z ooce/developer/clang-15
11062025-09-20T23:26:37.956Z None -> 15.0.7-2.0
11072025-09-20T23:26:37.956Z ooce/developer/llvm-15
11082025-09-20T23:26:37.956Z None -> 15.0.7-2.0
11092025-09-20T23:26:37.956Z
11102025-09-20T23:26:37.956ZServices:
11112025-09-20T23:26:37.956Z restart_fmri:
11122025-09-20T23:26:37.956Z svc:/system/update-man-index:default
11132025-09-20T23:26:38.002Z
11142025-09-20T23:26:38.002ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11152025-09-20T23:26:43.002ZDownload: 1642/3290 items 115.5/212.6MB 54% complete (23.4M/s)
11162025-09-20T23:26:48.026ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (20.5M/s)
11172025-09-20T23:26:48.870ZDownload: Completed 212.60 MB in 10.87 seconds (19.6M/s)
11182025-09-20T23:26:49.108Z Actions: 1/3689 actions (Installing new actions)
11192025-09-20T23:26:54.110Z Actions: 3369/3689 actions (Installing new actions)
11202025-09-20T23:26:54.862Z Actions: Completed 3689 actions in 5.75 seconds.
11212025-09-20T23:26:55.740Z Done (0.873s)
11222025-09-20T23:26:55.740Z Done (0.000s)
11232025-09-20T23:26:56.809Z Done (1.068s)
11242025-09-20T23:27:01.666Z Done (4.632s)
11252025-09-20T23:27:01.758Z Done (0.018s)
11262025-09-20T23:27:01.758Z Done (0.000s)
11272025-09-20T23:27:01.914Z Done (0.000s)
11282025-09-20T23:27:02.801ZPlanning: Evaluating mediator changes ... Done
11292025-09-20T23:27:03.004ZPlanning: Checking for conflicting actions ... Done
11302025-09-20T23:27:03.029ZPlanning: Consolidating action changes ... Done
11312025-09-20T23:27:03.336ZPlanning: Evaluating mediators ... Done
11322025-09-20T23:27:03.361ZPlanning: Planning completed in 0.54 seconds
11332025-09-20T23:27:03.385Z Mediators to change: 2
11342025-09-20T23:27:03.386Z Create boot environment: No
11352025-09-20T23:27:03.386ZCreate backup boot environment: No
11362025-09-20T23:27:03.433Z Done
11372025-09-20T23:27:03.433Z Done
11382025-09-20T23:27:04.184Z Done
11392025-09-20T23:27:08.815Z Done
11402025-09-20T23:27:08.904Z Done
11412025-09-20T23:27:08.904Z Done
11422025-09-20T23:27:08.956Z Done
11432025-09-20T23:27:09.664ZPlanning: Evaluating mediator changes ... Done
11442025-09-20T23:27:09.689ZPlanning: Merging actions ... Done
11452025-09-20T23:27:09.898ZPlanning: Checking for conflicting actions ... Done
11462025-09-20T23:27:09.923ZPlanning: Consolidating action changes ... Done
11472025-09-20T23:27:10.258ZPlanning: Evaluating mediators ... Done
11482025-09-20T23:27:10.316ZPlanning: Planning completed in 0.91 seconds
11492025-09-20T23:27:10.355Z Packages to change: 1
11502025-09-20T23:27:10.356Z Mediators to change: 1
11512025-09-20T23:27:10.358Z Services to change: 1
11522025-09-20T23:27:10.358Z Create boot environment: No
11532025-09-20T23:27:10.358ZCreate backup boot environment: Yes
11542025-09-20T23:27:12.200Z Actions: 1/6 actions (Updating modified actions)
11552025-09-20T23:27:12.225Z Actions: Completed 6 actions in 0.00 seconds.
11562025-09-20T23:27:12.225Z Done
11572025-09-20T23:27:12.225Z Done
11582025-09-20T23:27:12.417Z Done
11592025-09-20T23:27:16.972Z Done
11602025-09-20T23:27:17.073Z Done
11612025-09-20T23:27:17.098Z Done
11622025-09-20T23:27:17.176Z Done
11632025-09-20T23:27:17.724ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11642025-09-20T23:27:17.724Zclang system 15 system
11652025-09-20T23:27:17.724Zcsh system system illumos
11662025-09-20T23:27:17.724Zctags system system illumos
11672025-09-20T23:27:17.724Zfile system system illumos
11682025-09-20T23:27:17.724Zgcc vendor 12 vendor
11692025-09-20T23:27:17.724Zgcc system 10 system
11702025-09-20T23:27:17.724Zgcc system 7 system
11712025-09-20T23:27:17.724Zgo system 1.20 system
11722025-09-20T23:27:17.724Zgo system 1.19 system
11732025-09-20T23:27:17.724Zllvm system 15 system
11742025-09-20T23:27:17.724Zllvm system 14 system
11752025-09-20T23:27:17.724Zmariadb system 10.6 system
11762025-09-20T23:27:17.724Zmta vendor vendor dma
11772025-09-20T23:27:17.724Zopenjdk system 17 system
11782025-09-20T23:27:17.724Zopenjdk system 11 system
11792025-09-20T23:27:17.724Zopenjdk system 1.8 system
11802025-09-20T23:27:17.724Zopenssl vendor 3 vendor
11812025-09-20T23:27:17.724Zperl system 5.36 system
11822025-09-20T23:27:17.724Zpostgresql system 15 system
11832025-09-20T23:27:17.724Zpostgresql system 13 system
11842025-09-20T23:27:17.724Zpython vendor 3 vendor
11852025-09-20T23:27:17.724Zpython system 2 system
11862025-09-20T23:27:17.724Zpython3 system 3.11 system
11872025-09-20T23:27:17.724Zruby system 3.0 system
11882025-09-20T23:27:17.724Zwords vendor vendor american-english
11892025-09-20T23:27:17.724Zwords system system australian-english
11902025-09-20T23:27:17.724Zwords system system british-english
11912025-09-20T23:27:17.724Zwords system system canadian-english
11922025-09-20T23:27:17.724Zwords system system french
11932025-09-20T23:27:17.725Zwords system system italian
11942025-09-20T23:27:17.725Zwords system system ngerman
11952025-09-20T23:27:17.725Zwords system system ogerman
11962025-09-20T23:27:17.725Zwords system system spanish
11972025-09-20T23:27:18.127ZPUBLISHER TYPE STATUS P LOCATION
11982025-09-20T23:27:18.127Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11992025-09-20T23:27:24.036ZFMRI IFO
12002025-09-20T23:27:24.036Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12012025-09-20T23:27:24.036Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12022025-09-20T23:27:24.036Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12032025-09-20T23:27:24.036Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12042025-09-20T23:27:24.036Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12052025-09-20T23:27:24.036Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12062025-09-20T23:27:24.036Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12072025-09-20T23:27:24.036Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12082025-09-20T23:27:24.036Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12092025-09-20T23:27:24.036Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12102025-09-20T23:27:24.036Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12112025-09-20T23:27:24.036Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12122025-09-20T23:27:24.036Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12132025-09-20T23:27:24.036Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12142025-09-20T23:27:24.037Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12152025-09-20T23:27:24.037Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12162025-09-20T23:27:25.744Z Downloading crates ...
12172025-09-20T23:27:25.841Z Downloaded cargo_toml v0.21.0
12182025-09-20T23:27:25.941Z Compiling proc-macro2 v1.0.101
12192025-09-20T23:27:25.941Z Compiling unicode-ident v1.0.18
12202025-09-20T23:27:25.966Z Compiling serde_core v1.0.223
12212025-09-20T23:27:25.966Z Compiling serde v1.0.223
12222025-09-20T23:27:25.966Z Compiling version_check v0.9.5
12232025-09-20T23:27:25.966Z Compiling libc v0.2.174
12242025-09-20T23:27:25.966Z Compiling memchr v2.7.4
12252025-09-20T23:27:25.966Z Compiling stable_deref_trait v1.2.0
12262025-09-20T23:27:26.188Z Compiling thiserror v1.0.69
12272025-09-20T23:27:26.240Z Compiling ucd-trie v0.1.7
12282025-09-20T23:27:26.607Z Compiling litemap v0.7.3
12292025-09-20T23:27:26.632Z Compiling ryu v1.0.18
12302025-09-20T23:27:26.939Z Compiling writeable v0.5.5
12312025-09-20T23:27:26.964Z Compiling itoa v1.0.11
12322025-09-20T23:27:26.989Z Compiling autocfg v1.4.0
12332025-09-20T23:27:27.187Z Compiling once_cell v1.21.3
12342025-09-20T23:27:27.432Z Compiling byteorder v1.5.0
12352025-09-20T23:27:27.563Z Compiling icu_locid_transform_data v1.5.0
12362025-09-20T23:27:27.670Z Compiling bitflags v2.9.1
12372025-09-20T23:27:27.804Z Compiling errno v0.3.12
12382025-09-20T23:27:27.829Z Compiling icu_properties_data v1.5.0
12392025-09-20T23:27:27.879Z Compiling quote v1.0.40
12402025-09-20T23:27:27.913Z Compiling serde_json v1.0.145
12412025-09-20T23:27:28.090Z Compiling num-traits v0.2.19
12422025-09-20T23:27:28.115Z Compiling utf16_iter v1.0.5
12432025-09-20T23:27:28.237Z Compiling syn v2.0.106
12442025-09-20T23:27:28.374Z Compiling utf8_iter v1.0.4
12452025-09-20T23:27:28.450Z Compiling icu_normalizer_data v1.5.0
12462025-09-20T23:27:28.480Z Compiling write16 v1.0.0
12472025-09-20T23:27:28.572Z Compiling typeid v1.0.3
12482025-09-20T23:27:28.623Z Compiling smallvec v1.15.1
12492025-09-20T23:27:28.648Z Compiling hashbrown v0.15.4
12502025-09-20T23:27:28.648Z Compiling rustix v0.38.37
12512025-09-20T23:27:28.743Z Compiling equivalent v1.0.2
12522025-09-20T23:27:29.068Z Compiling proc-macro-error-attr v1.0.4
12532025-09-20T23:27:29.302Z Compiling usdt-impl v0.5.0
12542025-09-20T23:27:29.346Z Compiling toml_write v0.1.2
12552025-09-20T23:27:29.377Z Compiling winnow v0.7.10
12562025-09-20T23:27:29.488Z Compiling syn v1.0.109
12572025-09-20T23:27:29.649Z Compiling indexmap v2.11.0
12582025-09-20T23:27:29.699Z Compiling thread-id v4.2.2
12592025-09-20T23:27:30.245Z Compiling proc-macro-error v1.0.4
12602025-09-20T23:27:30.705Z Compiling percent-encoding v2.3.2
12612025-09-20T23:27:30.879Z Compiling utf8parse v0.2.2
12622025-09-20T23:27:31.044Z Compiling rustix v1.0.7
12632025-09-20T23:27:31.069Z Compiling camino v1.2.0
12642025-09-20T23:27:31.232Z Compiling log v0.4.27
12652025-09-20T23:27:31.440Z Compiling semver v1.0.26
12662025-09-20T23:27:31.552Z Compiling getrandom v0.3.1
12672025-09-20T23:27:31.577Z Compiling thiserror v2.0.16
12682025-09-20T23:27:31.614Z Compiling plain v0.2.3
12692025-09-20T23:27:31.933Z Compiling ordered-float v2.10.1
12702025-09-20T23:27:31.989Z Compiling anstyle-parse v0.2.5
12712025-09-20T23:27:32.262Z Compiling form_urlencoded v1.2.2
12722025-09-20T23:27:32.358Z Compiling terminal_size v0.4.0
12732025-09-20T23:27:32.581Z Compiling colorchoice v1.0.2
12742025-09-20T23:27:32.606Z Compiling cfg-if v1.0.1
12752025-09-20T23:27:32.708Z Compiling pretty-hex v0.4.1
12762025-09-20T23:27:32.760Z Compiling anstyle v1.0.11
12772025-09-20T23:27:32.785Z Compiling anstyle-query v1.1.1
12782025-09-20T23:27:32.882Z Compiling is_terminal_polyfill v1.70.1
12792025-09-20T23:27:33.088Z Compiling anstream v0.6.18
12802025-09-20T23:27:33.266Z Compiling fs-err v3.1.1
12812025-09-20T23:27:33.438Z Compiling strsim v0.11.1
12822025-09-20T23:27:33.579Z Compiling fnv v1.0.7
12832025-09-20T23:27:33.722Z Compiling heck v0.5.0
12842025-09-20T23:27:33.747Z Compiling fastrand v2.1.1
12852025-09-20T23:27:33.850Z Compiling unicode-width v0.1.14
12862025-09-20T23:27:34.090Z Compiling clap_lex v0.7.4
12872025-09-20T23:27:34.169Z Compiling heck v0.4.1
12882025-09-20T23:27:34.325Z Compiling synstructure v0.13.1
12892025-09-20T23:27:34.499Z Compiling anyhow v1.0.99
12902025-09-20T23:27:34.540Z Compiling bytecount v0.6.8
12912025-09-20T23:27:34.565Z Compiling unicode-xid v0.2.6
12922025-09-20T23:27:34.742Z Compiling papergrid v0.11.0
12932025-09-20T23:27:34.742Z Compiling tempfile v3.20.0
12942025-09-20T23:27:35.411Z Compiling clap_builder v4.5.41
12952025-09-20T23:27:35.521Z Compiling memmap v0.7.0
12962025-09-20T23:27:35.591Z Compiling smawk v0.3.2
12972025-09-20T23:27:35.628Z Compiling unicode-width v0.2.0
12982025-09-20T23:27:35.809Z Compiling unicode-linebreak v0.1.5
12992025-09-20T23:27:36.241Z Compiling textwrap v0.16.2
13002025-09-20T23:27:36.329Z Compiling camino-tempfile v1.4.1
13012025-09-20T23:27:36.763Z Compiling swrite v0.1.0
13022025-09-20T23:27:36.835Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13032025-09-20T23:27:37.102Z Compiling tabled_derive v0.7.0
13042025-09-20T23:27:37.782Z Compiling serde_derive v1.0.223
13052025-09-20T23:27:37.782Z Compiling zerofrom-derive v0.1.4
13062025-09-20T23:27:37.807Z Compiling yoke-derive v0.7.4
13072025-09-20T23:27:37.807Z Compiling zerovec-derive v0.10.3
13082025-09-20T23:27:37.807Z Compiling thiserror-impl v1.0.69
13092025-09-20T23:27:39.085Z Compiling displaydoc v0.2.5
13102025-09-20T23:27:40.029Z Compiling icu_provider_macros v1.5.0
13112025-09-20T23:27:40.304Z Compiling zerocopy-derive v0.7.35
13122025-09-20T23:27:40.472Z Compiling scroll_derive v0.12.0
13132025-09-20T23:27:40.677Z Compiling pest v2.7.14
13142025-09-20T23:27:40.949Z Compiling zerofrom v0.1.4
13152025-09-20T23:27:41.007Z Compiling thiserror-impl v2.0.16
13162025-09-20T23:27:41.208Z Compiling yoke v0.7.4
13172025-09-20T23:27:41.556Z Compiling zerovec v0.10.4
13182025-09-20T23:27:41.665Z Compiling scroll v0.12.0
13192025-09-20T23:27:42.246Z Compiling zerocopy v0.7.35
13202025-09-20T23:27:42.325Z Compiling goblin v0.8.2
13212025-09-20T23:27:42.734Z Compiling clap_derive v4.5.41
13222025-09-20T23:27:43.109Z Compiling tabled v0.15.0
13232025-09-20T23:27:43.629Z Compiling tinystr v0.7.6
13242025-09-20T23:27:43.654Z Compiling pest_meta v2.7.14
13252025-09-20T23:27:43.679Z Compiling icu_collections v1.5.0
13262025-09-20T23:27:44.066Z Compiling icu_locid v1.5.0
13272025-09-20T23:27:44.985Z Compiling pest_generator v2.7.14
13282025-09-20T23:27:45.572Z Compiling icu_provider v1.5.0
13292025-09-20T23:27:45.665Z Compiling serde_spanned v0.6.9
13302025-09-20T23:27:45.887Z Compiling toml_datetime v0.6.11
13312025-09-20T23:27:45.986Z Compiling dof v0.3.0
13322025-09-20T23:27:46.362Z Compiling icu_locid_transform v1.5.0
13332025-09-20T23:27:46.421Z Compiling toml_edit v0.22.27
13342025-09-20T23:27:46.486Z Compiling erased-serde v0.4.6
13352025-09-20T23:27:46.537Z Compiling serde_tokenstream v0.2.2
13362025-09-20T23:27:47.076Z Compiling serde-value v0.7.0
13372025-09-20T23:27:47.402Z Compiling serde-untagged v0.1.7
13382025-09-20T23:27:47.531Z Compiling pest_derive v2.7.14
13392025-09-20T23:27:47.556Z Compiling icu_properties v1.5.1
13402025-09-20T23:27:47.874Z Compiling cargo-platform v0.2.0
13412025-09-20T23:27:48.231Z Compiling dtrace-parser v0.2.0
13422025-09-20T23:27:48.374Z Compiling clap v4.5.41
13432025-09-20T23:27:48.398Z Compiling macaddr v1.0.1
13442025-09-20T23:27:49.515Z Compiling toml v0.8.23
13452025-09-20T23:27:49.797Z Compiling usdt-attr-macro v0.5.0
13462025-09-20T23:27:49.860Z Compiling usdt-macro v0.5.0
13472025-09-20T23:27:50.338Z Compiling cargo_toml v0.21.0
13482025-09-20T23:27:50.733Z Compiling icu_normalizer v1.5.0
13492025-09-20T23:27:50.902Z Compiling usdt v0.5.0
13502025-09-20T23:27:51.484Z Compiling idna_adapter v1.2.0
13512025-09-20T23:27:51.655Z Compiling idna v1.0.3
13522025-09-20T23:27:52.199Z Compiling url v2.5.4
13532025-09-20T23:27:53.248Z Compiling cargo-util-schemas v0.8.2
13542025-09-20T23:27:55.042Z Compiling cargo_metadata v0.21.0
13552025-09-20T23:27:57.066Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13562025-09-20T23:28:01.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.39s
13572025-09-20T23:28:01.347Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13582025-09-20T23:28:02.837Z Compiling value-bag v1.9.0
13592025-09-20T23:28:02.837Z Compiling shlex v1.3.0
13602025-09-20T23:28:02.837Z Compiling lock_api v0.4.12
13612025-09-20T23:28:02.862Z Compiling scopeguard v1.2.0
13622025-09-20T23:28:02.862Z Compiling typenum v1.17.0
13632025-09-20T23:28:02.862Z Compiling syn v2.0.106
13642025-09-20T23:28:02.887Z Compiling getrandom v0.2.15
13652025-09-20T23:28:02.887Z Compiling jobserver v0.1.32
13662025-09-20T23:28:03.156Z Compiling rand_core v0.6.4
13672025-09-20T23:28:03.245Z Compiling generic-array v0.14.7
13682025-09-20T23:28:03.315Z Compiling log v0.4.27
13692025-09-20T23:28:03.392Z Compiling cc v1.2.30
13702025-09-20T23:28:03.554Z Compiling smallvec v1.15.1
13712025-09-20T23:28:03.713Z Compiling portable-atomic v1.11.0
13722025-09-20T23:28:03.772Z Compiling subtle v2.6.1
13732025-09-20T23:28:03.872Z Compiling critical-section v1.1.3
13742025-09-20T23:28:03.952Z Compiling const-oid v0.9.6
13752025-09-20T23:28:04.033Z Compiling pkg-config v0.3.31
13762025-09-20T23:28:04.058Z Compiling parking_lot_core v0.9.10
13772025-09-20T23:28:04.119Z Compiling pin-project-lite v0.2.14
13782025-09-20T23:28:04.259Z Compiling rustix v0.38.37
13792025-09-20T23:28:04.952Z Compiling signal-hook-registry v1.4.2
13802025-09-20T23:28:04.977Z Compiling parking_lot v0.12.3
13812025-09-20T23:28:04.977Z Compiling mio v1.0.2
13822025-09-20T23:28:05.111Z Compiling futures-core v0.3.31
13832025-09-20T23:28:05.328Z Compiling spin v0.9.8
13842025-09-20T23:28:05.528Z Compiling once_cell v1.21.3
13852025-09-20T23:28:05.553Z Compiling libm v0.2.8
13862025-09-20T23:28:05.663Z Compiling socket2 v0.6.0
13872025-09-20T23:28:05.687Z Compiling aho-corasick v1.1.3
13882025-09-20T23:28:05.687Z Compiling num-traits v0.2.19
13892025-09-20T23:28:05.883Z Compiling slab v0.4.9
13902025-09-20T23:28:05.907Z Compiling allocator-api2 v0.2.21
13912025-09-20T23:28:05.933Z Compiling foldhash v0.1.5
13922025-09-20T23:28:05.991Z Compiling cpufeatures v0.2.14
13932025-09-20T23:28:06.101Z Compiling getrandom v0.3.1
13942025-09-20T23:28:06.175Z Compiling regex-syntax v0.8.5
13952025-09-20T23:28:06.217Z Compiling serde_json v1.0.145
13962025-09-20T23:28:06.522Z Compiling hashbrown v0.15.4
13972025-09-20T23:28:06.643Z Compiling percent-encoding v2.3.2
13982025-09-20T23:28:06.709Z Compiling futures-sink v0.3.31
13992025-09-20T23:28:06.801Z Compiling glob v0.3.2
14002025-09-20T23:28:06.875Z Compiling futures-channel v0.3.31
14012025-09-20T23:28:07.624Z Compiling clang-sys v1.8.1
14022025-09-20T23:28:07.649Z Compiling either v1.15.0
14032025-09-20T23:28:07.707Z Compiling futures-io v0.3.31
14042025-09-20T23:28:07.976Z Compiling prettyplease v0.2.36
14052025-09-20T23:28:08.024Z Compiling pin-utils v0.1.0
14062025-09-20T23:28:08.143Z Compiling futures-task v0.3.31
14072025-09-20T23:28:08.247Z Compiling lazy_static v1.5.0
14082025-09-20T23:28:08.335Z Compiling minimal-lexical v0.2.1
14092025-09-20T23:28:08.395Z Compiling libloading v0.8.5
14102025-09-20T23:28:08.456Z Compiling base64ct v1.6.0
14112025-09-20T23:28:08.765Z Compiling nom v7.1.3
14122025-09-20T23:28:08.855Z Compiling bindgen v0.69.5
14132025-09-20T23:28:08.999Z Compiling home v0.5.9
14142025-09-20T23:28:09.094Z Compiling pem-rfc7468 v0.7.0
14152025-09-20T23:28:09.234Z Compiling synstructure v0.13.1
14162025-09-20T23:28:09.591Z Compiling regex-automata v0.4.8
14172025-09-20T23:28:10.180Z Compiling itertools v0.12.1
14182025-09-20T23:28:10.455Z Compiling lazycell v1.3.0
14192025-09-20T23:28:10.661Z Compiling rustc-hash v1.1.0
14202025-09-20T23:28:10.801Z Compiling flagset v0.4.6
14212025-09-20T23:28:11.013Z Compiling cmake v0.1.51
14222025-09-20T23:28:11.312Z Compiling dunce v1.0.5
14232025-09-20T23:28:11.460Z Compiling cexpr v0.6.0
14242025-09-20T23:28:11.692Z Compiling fs_extra v1.3.0
14252025-09-20T23:28:11.774Z Compiling form_urlencoded v1.2.2
14262025-09-20T23:28:12.077Z Compiling vcpkg v0.2.15
14272025-09-20T23:28:12.247Z Compiling paste v1.0.15
14282025-09-20T23:28:12.301Z Compiling iana-time-zone v0.1.63
14292025-09-20T23:28:12.649Z Compiling ring v0.17.14
14302025-09-20T23:28:12.792Z Compiling tracing-core v0.1.32
14312025-09-20T23:28:12.852Z Compiling aws-lc-rs v1.12.4
14322025-09-20T23:28:13.264Z Compiling rustls-pki-types v1.10.0
14332025-09-20T23:28:13.548Z Compiling serde_derive v1.0.223
14342025-09-20T23:28:13.625Z Compiling zeroize_derive v1.4.2
14352025-09-20T23:28:13.706Z Compiling zerofrom-derive v0.1.4
14362025-09-20T23:28:13.762Z Compiling yoke-derive v0.7.4
14372025-09-20T23:28:13.993Z Compiling zerovec-derive v0.10.3
14382025-09-20T23:28:14.224Z Compiling displaydoc v0.2.5
14392025-09-20T23:28:14.980Z Compiling zeroize v1.8.1
14402025-09-20T23:28:15.554Z Compiling tokio-macros v2.5.0
14412025-09-20T23:28:16.062Z Compiling zerocopy-derive v0.7.35
14422025-09-20T23:28:16.103Z Compiling icu_provider_macros v1.5.0
14432025-09-20T23:28:16.607Z Compiling crypto-common v0.1.6
14442025-09-20T23:28:16.694Z Compiling block-buffer v0.10.4
14452025-09-20T23:28:16.821Z Compiling zerofrom v0.1.4
14462025-09-20T23:28:16.866Z Compiling block-padding v0.3.3
14472025-09-20T23:28:16.990Z Compiling digest v0.10.7
14482025-09-20T23:28:17.048Z Compiling futures-macro v0.3.31
14492025-09-20T23:28:17.073Z Compiling yoke v0.7.4
14502025-09-20T23:28:17.172Z Compiling inout v0.1.3
14512025-09-20T23:28:17.471Z Compiling cipher v0.4.4
14522025-09-20T23:28:17.539Z Compiling zerovec v0.10.4
14532025-09-20T23:28:17.564Z Compiling hmac v0.12.1
14542025-09-20T23:28:17.839Z Compiling sha2 v0.10.9
14552025-09-20T23:28:17.926Z Compiling zerocopy v0.7.35
14562025-09-20T23:28:18.031Z Compiling regex v1.11.1
14572025-09-20T23:28:18.726Z Compiling futures-util v0.3.31
14582025-09-20T23:28:19.088Z Compiling der_derive v0.7.3
14592025-09-20T23:28:19.158Z Compiling thiserror-impl v1.0.69
14602025-09-20T23:28:19.233Z Compiling ppv-lite86 v0.2.20
14612025-09-20T23:28:19.259Z Compiling tinystr v0.7.6
14622025-09-20T23:28:19.546Z Compiling icu_collections v1.5.0
14632025-09-20T23:28:19.653Z Compiling icu_locid v1.5.0
14642025-09-20T23:28:19.983Z Compiling salsa20 v0.10.2
14652025-09-20T23:28:20.130Z Compiling serde v1.0.223
14662025-09-20T23:28:20.245Z Compiling pbkdf2 v0.12.2
14672025-09-20T23:28:20.434Z Compiling scrypt v0.11.0
14682025-09-20T23:28:20.653Z Compiling cbc v0.1.2
14692025-09-20T23:28:20.788Z Compiling icu_provider v1.5.0
14702025-09-20T23:28:20.905Z Compiling aes v0.8.4
14712025-09-20T23:28:20.945Z Compiling openssl-sys v0.9.109
14722025-09-20T23:28:21.128Z Compiling bitflags v2.9.1
14732025-09-20T23:28:21.254Z Compiling bytes v1.10.1
14742025-09-20T23:28:21.582Z Compiling semver v1.0.26
14752025-09-20T23:28:21.698Z Compiling icu_locid_transform v1.5.0
14762025-09-20T23:28:21.882Z Compiling indexmap v2.11.0
14772025-09-20T23:28:21.954Z Compiling der v0.7.9
14782025-09-20T23:28:22.298Z Compiling thiserror v1.0.69
14792025-09-20T23:28:22.462Z Compiling tokio v1.47.0
14802025-09-20T23:28:22.702Z Compiling http v1.3.1
14812025-09-20T23:28:23.306Z Compiling icu_properties v1.5.1
14822025-09-20T23:28:23.401Z Compiling rustc_version v0.4.1
14832025-09-20T23:28:23.932Z Compiling pest v2.7.14
14842025-09-20T23:28:24.204Z Compiling spki v0.7.3
14852025-09-20T23:28:24.234Z Compiling uuid v1.18.1
14862025-09-20T23:28:24.591Z Compiling pkcs5 v0.7.1
14872025-09-20T23:28:24.765Z Compiling chrono v0.4.41
14882025-09-20T23:28:24.947Z Compiling tracing-attributes v0.1.27
14892025-09-20T23:28:25.581Z Compiling which v4.4.2
14902025-09-20T23:28:25.694Z Compiling pkcs8 v0.10.2
14912025-09-20T23:28:26.122Z Compiling http-body v1.0.1
14922025-09-20T23:28:26.293Z Compiling pest_meta v2.7.14
14932025-09-20T23:28:26.612Z Compiling scroll_derive v0.12.0
14942025-09-20T23:28:27.590Z Compiling icu_normalizer v1.5.0
14952025-09-20T23:28:27.843Z Compiling tinyvec_macros v0.1.1
14962025-09-20T23:28:27.879Z Compiling tracing v0.1.40
14972025-09-20T23:28:27.906Z Compiling base64 v0.22.1
14982025-09-20T23:28:27.978Z Compiling httparse v1.9.5
14992025-09-20T23:28:28.425Z Compiling rustversion v1.0.22
15002025-09-20T23:28:28.606Z Compiling idna_adapter v1.2.0
15012025-09-20T23:28:28.725Z Compiling tinyvec v1.8.0
15022025-09-20T23:28:28.886Z Compiling idna v1.0.3
15032025-09-20T23:28:29.194Z Compiling scroll v0.12.0
15042025-09-20T23:28:29.302Z Compiling pest_generator v2.7.14
15052025-09-20T23:28:29.730Z Compiling url v2.5.4
15062025-09-20T23:28:30.055Z Compiling serde_derive_internals v0.29.1
15072025-09-20T23:28:30.325Z Compiling rand_core v0.9.3
15082025-09-20T23:28:30.349Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15092025-09-20T23:28:30.884Z Compiling bzip2-sys v0.1.13+1.0.8
15102025-09-20T23:28:30.909Z Compiling time-core v0.1.6
15112025-09-20T23:28:30.910Z Compiling atomic-waker v1.1.2
15122025-09-20T23:28:31.070Z Compiling tokio-util v0.7.15
15132025-09-20T23:28:31.164Z Compiling openssl v0.10.73
15142025-09-20T23:28:31.209Z Compiling try-lock v0.2.5
15152025-09-20T23:28:31.355Z Compiling foreign-types-shared v0.1.1
15162025-09-20T23:28:31.386Z Compiling schemars v0.8.22
15172025-09-20T23:28:31.498Z Compiling num-conv v0.1.0
15182025-09-20T23:28:31.523Z Compiling powerfmt v0.2.0
15192025-09-20T23:28:31.587Z Compiling tower-service v0.3.3
15202025-09-20T23:28:31.723Z Compiling untrusted v0.7.1
15212025-09-20T23:28:31.755Z Compiling openssl-probe v0.1.5
15222025-09-20T23:28:31.802Z Compiling untrusted v0.9.0
15232025-09-20T23:28:31.914Z Compiling adler2 v2.0.0
15242025-09-20T23:28:31.945Z Compiling time-macros v0.2.24
15252025-09-20T23:28:32.086Z Compiling miniz_oxide v0.8.5
15262025-09-20T23:28:32.161Z Compiling schemars_derive v0.8.22
15272025-09-20T23:28:32.200Z Compiling deranged v0.5.3
15282025-09-20T23:28:33.333Z Compiling h2 v0.4.6
15292025-09-20T23:28:33.649Z Compiling foreign-types v0.3.2
15302025-09-20T23:28:34.570Z Compiling want v0.3.1
15312025-09-20T23:28:34.900Z Compiling goblin v0.8.2
15322025-09-20T23:28:34.987Z Compiling pest_derive v2.7.14
15332025-09-20T23:28:35.221Z Compiling rand_chacha v0.9.0
15342025-09-20T23:28:36.469Z Compiling ipnet v2.11.0
15352025-09-20T23:28:36.887Z Compiling openssl-macros v0.1.1
15362025-09-20T23:28:37.050Z Compiling rustls v0.23.19
15372025-09-20T23:28:37.373Z Compiling crossbeam-utils v0.8.21
15382025-09-20T23:28:37.538Z Compiling native-tls v0.2.12
15392025-09-20T23:28:37.589Z Compiling num_threads v0.1.7
15402025-09-20T23:28:37.638Z Compiling dyn-clone v1.0.20
15412025-09-20T23:28:37.752Z Compiling zerocopy v0.8.26
15422025-09-20T23:28:37.883Z Compiling syn v1.0.109
15432025-09-20T23:28:37.908Z Compiling httpdate v1.0.3
15442025-09-20T23:28:38.373Z Compiling time v0.3.43
15452025-09-20T23:28:38.585Z Compiling dtrace-parser v0.2.0
15462025-09-20T23:28:40.234Z Compiling hyper v1.7.0
15472025-09-20T23:28:41.022Z Compiling dof v0.3.0
15482025-09-20T23:28:41.806Z Compiling rand v0.9.2
15492025-09-20T23:28:42.688Z Compiling unicode-normalization v0.1.24
15502025-09-20T23:28:42.822Z Compiling heapless v0.7.17
15512025-09-20T23:28:43.273Z Compiling signature v2.2.0
15522025-09-20T23:28:43.394Z Compiling zerocopy-derive v0.8.26
15532025-09-20T23:28:43.504Z Compiling cookie v0.18.1
15542025-09-20T23:28:43.598Z Compiling crc32fast v1.4.2
15552025-09-20T23:28:43.693Z Compiling slog v2.7.0
15562025-09-20T23:28:43.730Z Compiling unicode-properties v0.1.3
15572025-09-20T23:28:43.824Z Compiling zstd-safe v7.2.3
15582025-09-20T23:28:43.954Z Compiling signal-hook v0.3.18
15592025-09-20T23:28:44.113Z Compiling zlib-rs v0.5.1
15602025-09-20T23:28:44.169Z Compiling unicode-bidi v0.3.17
15612025-09-20T23:28:44.194Z Compiling siphasher v0.3.11
15622025-09-20T23:28:44.550Z Compiling phf_shared v0.11.2
15632025-09-20T23:28:44.917Z Compiling stringprep v0.1.5
15642025-09-20T23:28:45.018Z Compiling usdt-impl v0.5.0
15652025-09-20T23:28:45.396Z Compiling hyper-util v0.1.16
15662025-09-20T23:28:46.262Z Compiling curve25519-dalek v4.1.3
15672025-09-20T23:28:46.907Z Compiling toml_datetime v0.6.11
15682025-09-20T23:28:46.959Z Compiling serde_tokenstream v0.2.2
15692025-09-20T23:28:47.080Z Compiling serde_spanned v0.6.9
15702025-09-20T23:28:47.372Z Compiling rand_chacha v0.3.1
15712025-09-20T23:28:47.500Z Compiling md-5 v0.10.6
15722025-09-20T23:28:47.575Z Compiling num-integer v0.1.46
15732025-09-20T23:28:47.777Z Compiling sync_wrapper v1.0.1
15742025-09-20T23:28:47.959Z Compiling hash32 v0.2.1
15752025-09-20T23:28:48.337Z Compiling ff v0.13.0
15762025-09-20T23:28:48.361Z Compiling memoffset v0.9.1
15772025-09-20T23:28:48.583Z Compiling psl-types v2.0.11
15782025-09-20T23:28:48.671Z Compiling litrs v0.4.1
15792025-09-20T23:28:48.812Z Compiling gimli v0.31.1
15802025-09-20T23:28:48.918Z Compiling fallible-iterator v0.2.0
15812025-09-20T23:28:49.550Z Compiling base16ct v0.2.0
15822025-09-20T23:28:49.574Z Compiling tower-layer v0.3.3
15832025-09-20T23:28:49.670Z Compiling newtype-uuid v1.2.4
15842025-09-20T23:28:49.697Z Compiling num-bigint-dig v0.8.4
15852025-09-20T23:28:49.869Z Compiling libz-rs-sys v0.5.1
15862025-09-20T23:28:49.925Z Compiling smoltcp v0.9.1
15872025-09-20T23:28:49.958Z Compiling cfg_aliases v0.2.1
15882025-09-20T23:28:50.080Z Compiling nix v0.29.0
15892025-09-20T23:28:50.104Z Compiling flate2 v1.1.2
15902025-09-20T23:28:50.174Z Compiling tower v0.5.2
15912025-09-20T23:28:50.550Z Compiling sec1 v0.7.3
15922025-09-20T23:28:50.615Z Compiling document-features v0.2.11
15932025-09-20T23:28:50.824Z Compiling postgres-protocol v0.6.8
15942025-09-20T23:28:50.986Z Compiling publicsuffix v2.3.0
15952025-09-20T23:28:51.107Z Compiling group v0.13.0
15962025-09-20T23:28:51.300Z Compiling num-iter v0.1.45
15972025-09-20T23:28:51.443Z Compiling rand v0.8.5
15982025-09-20T23:28:51.913Z Compiling tokio-native-tls v0.3.1
15992025-09-20T23:28:52.260Z Compiling ipnetwork v0.21.1
16002025-09-20T23:28:52.700Z Compiling addr2line v0.24.2
16012025-09-20T23:28:53.025Z Compiling strum_macros v0.27.1
16022025-09-20T23:28:53.052Z Compiling rustls-native-certs v0.8.1
16032025-09-20T23:28:53.077Z Compiling http-body-util v0.1.3
16042025-09-20T23:28:53.141Z Compiling terminal_size v0.4.0
16052025-09-20T23:28:53.267Z Compiling hkdf v0.12.4
16062025-09-20T23:28:53.384Z Compiling crypto-bigint v0.5.5
16072025-09-20T23:28:53.412Z Compiling webpki-roots v1.0.1
16082025-09-20T23:28:53.572Z Compiling thiserror-impl v2.0.16
16092025-09-20T23:28:53.597Z Compiling curve25519-dalek-derive v0.1.1
16102025-09-20T23:28:53.624Z Compiling async-trait v0.1.89
16112025-09-20T23:28:53.649Z Compiling ahash v0.8.12
16122025-09-20T23:28:53.976Z Compiling fs-err v3.1.1
16132025-09-20T23:28:54.277Z Compiling object v0.36.5
16142025-09-20T23:28:54.862Z Compiling winnow v0.5.40
16152025-09-20T23:28:55.809Z Compiling buf-list v1.0.3
16162025-09-20T23:28:56.374Z Compiling bitflags v1.3.2
16172025-09-20T23:28:56.399Z Compiling managed v0.8.0
16182025-09-20T23:28:56.506Z Compiling lockfree-object-pool v0.1.6
16192025-09-20T23:28:56.680Z Compiling hubpack_derive v0.1.1
16202025-09-20T23:28:56.789Z Compiling rustix v1.0.7
16212025-09-20T23:28:56.822Z Compiling simd-adler32 v0.3.7
16222025-09-20T23:28:57.380Z Compiling rustc-demangle v0.1.24
16232025-09-20T23:28:57.415Z Compiling iri-string v0.7.8
16242025-09-20T23:28:57.507Z Compiling bumpalo v3.16.0
16252025-09-20T23:28:57.539Z Compiling anyhow v1.0.99
16262025-09-20T23:28:57.991Z Compiling zopfli v0.8.1
16272025-09-20T23:28:58.118Z Compiling toml_edit v0.19.15
16282025-09-20T23:28:58.227Z Compiling hubpack v0.1.2
16292025-09-20T23:28:58.649Z Compiling clap_builder v4.5.41
16302025-09-20T23:28:58.674Z Compiling strum v0.27.2
16312025-09-20T23:28:58.980Z Compiling thiserror v2.0.16
16322025-09-20T23:28:59.156Z Compiling elliptic-curve v0.13.8
16332025-09-20T23:29:00.190Z Compiling tower-http v0.6.6
16342025-09-20T23:29:00.516Z Compiling hyper-tls v0.6.0
16352025-09-20T23:29:00.921Z Compiling backtrace v0.3.74
16362025-09-20T23:29:01.053Z Compiling oxnet v0.1.3
16372025-09-20T23:29:01.116Z Compiling signal-hook-mio v0.2.4
16382025-09-20T23:29:01.300Z Compiling cookie_store v0.21.1
16392025-09-20T23:29:01.810Z Compiling zstd v0.13.3
16402025-09-20T23:29:02.411Z Compiling postgres-types v0.2.9
16412025-09-20T23:29:03.296Z Compiling usdt-attr-macro v0.5.0
16422025-09-20T23:29:03.629Z Compiling usdt-macro v0.5.0
16432025-09-20T23:29:03.654Z Compiling phf v0.11.2
16442025-09-20T23:29:03.946Z Compiling ed25519 v2.2.3
16452025-09-20T23:29:04.354Z Compiling bzip2 v0.4.4
16462025-09-20T23:29:04.749Z Compiling bzip2 v0.5.2
16472025-09-20T23:29:04.774Z Compiling strum_macros v0.26.4
16482025-09-20T23:29:04.982Z Compiling pkcs1 v0.7.5
16492025-09-20T23:29:05.140Z Compiling serde_urlencoded v0.7.1
16502025-09-20T23:29:05.651Z Compiling serde-big-array v0.5.1
16512025-09-20T23:29:05.692Z Compiling rfc6979 v0.4.0
16522025-09-20T23:29:05.835Z Compiling bstr v1.10.0
16532025-09-20T23:29:05.890Z Compiling enum-as-inner v0.6.1
16542025-09-20T23:29:05.914Z Compiling daft-derive v0.1.4
16552025-09-20T23:29:05.954Z Compiling serde_repr v0.1.19
16562025-09-20T23:29:06.084Z Compiling clap_derive v4.5.41
16572025-09-20T23:29:06.788Z Compiling float-cmp v0.10.0
16582025-09-20T23:29:06.931Z Compiling env_filter v0.1.2
16592025-09-20T23:29:07.080Z Compiling socket2 v0.5.10
16602025-09-20T23:29:07.322Z Compiling encoding_rs v0.8.34
16612025-09-20T23:29:07.347Z Compiling unicode-segmentation v1.12.0
16622025-09-20T23:29:07.603Z Compiling new_debug_unreachable v1.0.6
16632025-09-20T23:29:07.720Z Compiling predicates-core v1.0.8
16642025-09-20T23:29:07.964Z Compiling normalize-line-endings v0.3.0
16652025-09-20T23:29:08.048Z Compiling difflib v0.4.0
16662025-09-20T23:29:08.128Z Compiling fixedbitset v0.4.2
16672025-09-20T23:29:08.155Z Compiling whoami v1.5.2
16682025-09-20T23:29:08.562Z Compiling mime v0.3.17
16692025-09-20T23:29:08.718Z Compiling data-encoding v2.9.0
16702025-09-20T23:29:08.747Z Compiling precomputed-hash v0.1.1
16712025-09-20T23:29:08.928Z Compiling static_assertions v1.1.0
16722025-09-20T23:29:09.056Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16732025-09-20T23:29:09.088Z Compiling string_cache v0.8.9
16742025-09-20T23:29:09.303Z Compiling strum v0.26.3
16752025-09-20T23:29:09.505Z Compiling hickory-proto v0.25.2
16762025-09-20T23:29:09.531Z Compiling toml_edit v0.22.27
16772025-09-20T23:29:09.974Z Compiling clap v4.5.41
16782025-09-20T23:29:10.109Z Compiling predicates v3.1.3
16792025-09-20T23:29:10.308Z Compiling tokio-postgres v0.7.13
16802025-09-20T23:29:10.726Z Compiling petgraph v0.6.5
16812025-09-20T23:29:11.457Z Compiling similar v2.7.0
16822025-09-20T23:29:12.960Z Compiling daft v0.1.4
16832025-09-20T23:29:13.504Z Compiling env_logger v0.11.5
16842025-09-20T23:29:13.558Z Compiling usdt v0.5.0
16852025-09-20T23:29:14.091Z Compiling ecdsa v0.16.9
16862025-09-20T23:29:14.267Z Compiling rsa v0.9.6
16872025-09-20T23:29:14.291Z Compiling zip v4.2.0
16882025-09-20T23:29:14.919Z Compiling zip v0.6.6
16892025-09-20T23:29:15.079Z Compiling ed25519-dalek v2.1.1
16902025-09-20T23:29:16.179Z Compiling crossterm v0.28.1
16912025-09-20T23:29:16.377Z Compiling toml v0.7.8
16922025-09-20T23:29:17.514Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16932025-09-20T23:29:17.602Z Compiling crossbeam-epoch v0.9.18
16942025-09-20T23:29:17.757Z Compiling tokio-stream v0.1.17
16952025-09-20T23:29:17.918Z Compiling x509-cert v0.2.5
16962025-09-20T23:29:18.282Z Compiling openapiv3 v2.2.0
16972025-09-20T23:29:18.707Z Compiling sha1 v0.10.6
16982025-09-20T23:29:19.110Z Compiling itertools v0.10.5
16992025-09-20T23:29:19.207Z Compiling winnow v0.6.26
17002025-09-20T23:29:20.198Z Compiling lalrpop-util v0.19.12
17012025-09-20T23:29:20.371Z Compiling rustc-hash v2.1.1
17022025-09-20T23:29:20.578Z Compiling peg-runtime v0.8.5
17032025-09-20T23:29:20.603Z Compiling thread_local v1.1.8
17042025-09-20T23:29:21.083Z Compiling slog-async v2.8.0
17052025-09-20T23:29:21.155Z Compiling crossbeam-channel v0.5.15
17062025-09-20T23:29:21.184Z Compiling xattr v1.3.1
17072025-09-20T23:29:21.421Z Compiling futures-executor v0.3.31
17082025-09-20T23:29:21.467Z Compiling filetime v0.2.25
17092025-09-20T23:29:21.656Z Compiling is-terminal v0.4.13
17102025-09-20T23:29:21.689Z Compiling take_mut v0.2.2
17112025-09-20T23:29:21.791Z Compiling term v1.1.0
17122025-09-20T23:29:21.824Z Compiling futures v0.3.31
17132025-09-20T23:29:21.888Z Compiling tar v0.4.44
17142025-09-20T23:29:22.430Z Compiling slog-term v2.9.2
17152025-09-20T23:29:26.187Z Compiling aws-lc-sys v0.26.0
17162025-09-20T23:29:59.523Z Compiling rustls-webpki v0.102.8
17172025-09-20T23:30:05.475Z Compiling tokio-rustls v0.26.0
17182025-09-20T23:30:05.805Z Compiling hyper-rustls v0.27.7
17192025-09-20T23:30:06.152Z Compiling reqwest v0.12.22
17202025-09-20T23:30:10.647Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212025-09-20T23:30:10.991Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222025-09-20T23:30:16.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
17232025-09-20T23:30:16.660Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17242025-09-20T23:30:16.727ZSep 20 23:30:16.044 INFO Starting download, target: Cockroach
17252025-09-20T23:30:16.727ZSep 20 23:30:16.045 INFO Starting download, target: Console
17262025-09-20T23:30:16.727ZSep 20 23:30:16.045 INFO Starting download, target: Clickhouse
17272025-09-20T23:30:16.727ZSep 20 23:30:16.045 INFO Starting download, target: DendriteStub
17282025-09-20T23:30:16.727ZSep 20 23:30:16.045 INFO Starting download, target: MaghemiteMgd
17292025-09-20T23:30:16.727ZSep 20 23:30:16.045 INFO Starting download, target: TransceiverControl
17302025-09-20T23:30:16.753ZSep 20 23:30:16.046 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312025-09-20T23:30:16.753ZSep 20 23:30:16.046 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322025-09-20T23:30:16.753ZSep 20 23:30:16.047 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332025-09-20T23:30:16.753ZSep 20 23:30:16.047 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342025-09-20T23:30:16.753ZSep 20 23:30:16.047 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352025-09-20T23:30:16.753ZSep 20 23:30:16.047 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362025-09-20T23:30:17.047ZSep 20 23:30:16.364 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372025-09-20T23:30:17.454ZSep 20 23:30:16.756 INFO Download complete, target: Console
17382025-09-20T23:30:17.621ZSep 20 23:30:16.917 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392025-09-20T23:30:17.995ZSep 20 23:30:17.311 INFO Download complete, target: TransceiverControl
17402025-09-20T23:30:21.067ZSep 20 23:30:20.382 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412025-09-20T23:30:22.853ZSep 20 23:30:22.171 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422025-09-20T23:30:25.890ZSep 20 23:30:25.209 INFO Download complete, target: DendriteStub
17432025-09-20T23:30:27.473ZSep 20 23:30:26.792 INFO Download complete, target: MaghemiteMgd
17442025-09-20T23:30:30.423ZSep 20 23:30:29.727 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452025-09-20T23:30:30.423ZSep 20 23:30:29.727 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462025-09-20T23:30:38.589ZSep 20 23:30:37.909 INFO Checking that binary works, target: Cockroach
17472025-09-20T23:30:38.782ZSep 20 23:30:38.101 INFO Download complete, target: Cockroach
17482025-09-20T23:30:46.312ZSep 20 23:30:45.632 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492025-09-20T23:30:58.224ZSep 20 23:30:57.544 INFO Checking that binary works, target: Clickhouse
17502025-09-20T23:30:58.351ZSep 20 23:30:57.671 INFO Download complete, target: Clickhouse
17512025-09-20T23:30:58.376ZAll prerequisites installed successfully
17522025-09-20T23:30:58.376Z
17532025-09-20T23:30:58.376Zreal 4:56.595770284
17542025-09-20T23:30:58.376Zuser 15:27.253503141
17552025-09-20T23:30:58.376Zsys 2:31.535978707
17562025-09-20T23:30:58.376Ztrap 0.604959258
17572025-09-20T23:30:58.376Ztflt 0.453402530
17582025-09-20T23:30:58.376Zdflt 1.075615046
17592025-09-20T23:30:58.376Zkflt 0.010761372
17602025-09-20T23:30:58.376Zlock 47:42.254388914
17612025-09-20T23:30:58.376Zslp 57:25.050482311
17622025-09-20T23:30:58.376Zlat 1:14.078079073
17632025-09-20T23:30:58.376Zstop 2:39.151525299
17642025-09-20T23:30:58.376Z+ source ./tools/include/force-git-over-https.sh
17652025-09-20T23:30:58.376Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17662025-09-20T23:30:58.376Z++ (( i = 0 ))
17672025-09-20T23:30:58.376Z++ (( i < 5 ))
17682025-09-20T23:30:58.376Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17692025-09-20T23:30:58.376Z++ (( i++ ))
17702025-09-20T23:30:58.376Z++ (( i < 5 ))
17712025-09-20T23:30:58.376Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17722025-09-20T23:30:58.376Z++ (( i++ ))
17732025-09-20T23:30:58.376Z++ (( i < 5 ))
17742025-09-20T23:30:58.376Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17752025-09-20T23:30:58.376Z++ (( i++ ))
17762025-09-20T23:30:58.376Z++ (( i < 5 ))
17772025-09-20T23:30:58.376Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17782025-09-20T23:30:58.401Z++ (( i++ ))
17792025-09-20T23:30:58.401Z++ (( i < 5 ))
17802025-09-20T23:30:58.401Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17812025-09-20T23:30:58.401Z++ (( i++ ))
17822025-09-20T23:30:58.401Z++ (( i < 5 ))
17832025-09-20T23:30:58.401Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17842025-09-20T23:30:58.401Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17852025-09-20T23:30:58.401Z+ rc=0
17862025-09-20T23:30:58.401Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17872025-09-20T23:31:34.757Z+ case $rc in
17882025-09-20T23:31:34.757Z+ pfexec zfs create -p rpool/images/build/host
17892025-09-20T23:31:34.868Z+ pfexec zfs create -p rpool/images/build/recovery
17902025-09-20T23:31:34.908Z+ cargo xtask releng --output-dir /work --mkincorp
17912025-09-20T23:31:35.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
17922025-09-20T23:31:35.953Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
17932025-09-20T23:31:37.591Z Compiling proc-macro2 v1.0.101
17942025-09-20T23:31:37.591Z Compiling unicode-ident v1.0.18
17952025-09-20T23:31:37.591Z Compiling libc v0.2.174
17962025-09-20T23:31:37.591Z Compiling serde_core v1.0.223
17972025-09-20T23:31:37.591Z Compiling serde v1.0.223
17982025-09-20T23:31:37.616Z Compiling autocfg v1.4.0
17992025-09-20T23:31:37.616Z Compiling cfg-if v1.0.1
18002025-09-20T23:31:37.809Z Compiling version_check v0.9.5
18012025-09-20T23:31:37.889Z Compiling memchr v2.7.4
18022025-09-20T23:31:37.986Z Compiling shlex v1.3.0
18032025-09-20T23:31:38.474Z Compiling lock_api v0.4.12
18042025-09-20T23:31:38.557Z Compiling typenum v1.17.0
18052025-09-20T23:31:38.804Z Compiling generic-array v0.14.7
18062025-09-20T23:31:39.157Z Compiling portable-atomic v1.11.0
18072025-09-20T23:31:39.182Z Compiling value-bag v1.9.0
18082025-09-20T23:31:39.572Z Compiling jobserver v0.1.32
18092025-09-20T23:31:40.086Z Compiling quote v1.0.40
18102025-09-20T23:31:40.086Z Compiling log v0.4.27
18112025-09-20T23:31:40.136Z Compiling cc v1.2.30
18122025-09-20T23:31:40.335Z Compiling getrandom v0.3.1
18132025-09-20T23:31:40.365Z Compiling libm v0.2.8
18142025-09-20T23:31:40.812Z Compiling syn v2.0.106
18152025-09-20T23:31:40.812Z Compiling num-traits v0.2.19
18162025-09-20T23:31:40.852Z Compiling scopeguard v1.2.0
18172025-09-20T23:31:40.970Z Compiling serde_json v1.0.145
18182025-09-20T23:31:41.129Z Compiling parking_lot_core v0.9.10
18192025-09-20T23:31:41.397Z Compiling semver v1.0.26
18202025-09-20T23:31:41.549Z Compiling rustix v0.38.37
18212025-09-20T23:31:41.584Z Compiling smallvec v1.15.1
18222025-09-20T23:31:41.832Z Compiling pkg-config v0.3.31
18232025-09-20T23:31:42.092Z Compiling getrandom v0.2.15
18242025-09-20T23:31:42.547Z Compiling aho-corasick v1.1.3
18252025-09-20T23:31:42.856Z Compiling slab v0.4.9
18262025-09-20T23:31:42.881Z Compiling itoa v1.0.11
18272025-09-20T23:31:43.016Z Compiling regex-syntax v0.8.5
18282025-09-20T23:31:43.259Z Compiling errno v0.3.12
18292025-09-20T23:31:43.514Z Compiling spin v0.9.8
18302025-09-20T23:31:43.615Z Compiling stable_deref_trait v1.2.0
18312025-09-20T23:31:43.640Z Compiling subtle v2.6.1
18322025-09-20T23:31:43.798Z Compiling glob v0.3.2
18332025-09-20T23:31:43.869Z Compiling rand_core v0.6.4
18342025-09-20T23:31:44.025Z Compiling either v1.15.0
18352025-09-20T23:31:44.080Z Compiling prettyplease v0.2.36
18362025-09-20T23:31:44.129Z Compiling lazy_static v1.5.0
18372025-09-20T23:31:44.462Z Compiling clang-sys v1.8.1
18382025-09-20T23:31:44.641Z Compiling heck v0.5.0
18392025-09-20T23:31:44.791Z Compiling minimal-lexical v0.2.1
18402025-09-20T23:31:45.284Z Compiling nom v7.1.3
18412025-09-20T23:31:45.662Z Compiling libloading v0.8.5
18422025-09-20T23:31:45.765Z Compiling home v0.5.9
18432025-09-20T23:31:45.935Z Compiling critical-section v1.1.3
18442025-09-20T23:31:46.058Z Compiling bindgen v0.69.5
18452025-09-20T23:31:46.520Z Compiling regex-automata v0.4.8
18462025-09-20T23:31:46.679Z Compiling once_cell v1.21.3
18472025-09-20T23:31:46.729Z Compiling itertools v0.12.1
18482025-09-20T23:31:47.407Z Compiling synstructure v0.13.1
18492025-09-20T23:31:48.248Z Compiling cexpr v0.6.0
18502025-09-20T23:31:48.732Z Compiling paste v1.0.15
18512025-09-20T23:31:48.957Z Compiling rustc-hash v1.1.0
18522025-09-20T23:31:49.140Z Compiling lazycell v1.3.0
18532025-09-20T23:31:49.512Z Compiling cmake v0.1.51
18542025-09-20T23:31:49.597Z Compiling fs_extra v1.3.0
18552025-09-20T23:31:49.682Z Compiling dunce v1.0.5
18562025-09-20T23:31:50.217Z Compiling allocator-api2 v0.2.21
18572025-09-20T23:31:50.292Z Compiling ryu v1.0.18
18582025-09-20T23:31:50.425Z Compiling serde_derive v1.0.223
18592025-09-20T23:31:50.889Z Compiling zeroize_derive v1.4.2
18602025-09-20T23:31:51.076Z Compiling zerofrom-derive v0.1.4
18612025-09-20T23:31:51.197Z Compiling yoke-derive v0.7.4
18622025-09-20T23:31:51.237Z Compiling zerovec-derive v0.10.3
18632025-09-20T23:31:51.354Z Compiling displaydoc v0.2.5
18642025-09-20T23:31:52.161Z Compiling icu_provider_macros v1.5.0
18652025-09-20T23:31:52.600Z Compiling zeroize v1.8.1
18662025-09-20T23:31:53.086Z Compiling tokio-macros v2.5.0
18672025-09-20T23:31:53.396Z Compiling zerocopy-derive v0.7.35
18682025-09-20T23:31:53.434Z Compiling regex v1.11.1
18692025-09-20T23:31:53.613Z Compiling futures-macro v0.3.31
18702025-09-20T23:31:53.819Z Compiling zerofrom v0.1.4
18712025-09-20T23:31:54.162Z Compiling yoke v0.7.4
18722025-09-20T23:31:54.700Z Compiling zerovec v0.10.4
18732025-09-20T23:31:54.946Z Compiling litemap v0.7.3
18742025-09-20T23:31:55.265Z Compiling writeable v0.5.5
18752025-09-20T23:31:55.448Z Compiling percent-encoding v2.3.2
18762025-09-20T23:31:55.527Z Compiling equivalent v1.0.2
18772025-09-20T23:31:55.831Z Compiling schemars v0.8.22
18782025-09-20T23:31:56.017Z Compiling pin-project-lite v0.2.14
18792025-09-20T23:31:56.085Z Compiling serde_derive_internals v0.29.1
18802025-09-20T23:31:56.339Z Compiling icu_locid_transform_data v1.5.0
18812025-09-20T23:31:56.560Z Compiling foldhash v0.1.5
18822025-09-20T23:31:56.939Z Compiling tinystr v0.7.6
18832025-09-20T23:31:57.360Z Compiling bitflags v2.9.1
18842025-09-20T23:31:57.390Z Compiling bytes v1.10.1
18852025-09-20T23:31:57.976Z Compiling icu_locid v1.5.0
18862025-09-20T23:31:58.017Z Compiling schemars_derive v0.8.22
18872025-09-20T23:31:58.343Z Compiling hashbrown v0.15.4
18882025-09-20T23:31:58.865Z Compiling icu_collections v1.5.0
18892025-09-20T23:31:59.626Z Compiling icu_provider v1.5.0
18902025-09-20T23:31:59.903Z Compiling crypto-common v0.1.6
18912025-09-20T23:32:00.314Z Compiling der_derive v0.7.3
18922025-09-20T23:32:00.514Z Compiling icu_locid_transform v1.5.0
18932025-09-20T23:32:00.676Z Compiling ring v0.17.14
18942025-09-20T23:32:01.684Z Compiling which v4.4.2
18952025-09-20T23:32:01.879Z Compiling icu_properties_data v1.5.0
18962025-09-20T23:32:02.263Z Compiling icu_properties v1.5.1
18972025-09-20T23:32:02.293Z Compiling futures-core v0.3.31
18982025-09-20T23:32:02.361Z Compiling const-oid v0.9.6
18992025-09-20T23:32:02.437Z Compiling icu_normalizer_data v1.5.0
19002025-09-20T23:32:02.585Z Compiling vcpkg v0.2.15
19012025-09-20T23:32:03.813Z Compiling aws-lc-rs v1.12.4
19022025-09-20T23:32:03.913Z Compiling write16 v1.0.0
19032025-09-20T23:32:04.077Z Compiling utf16_iter v1.0.5
19042025-09-20T23:32:04.170Z Compiling utf8_iter v1.0.4
19052025-09-20T23:32:04.344Z Compiling byteorder v1.5.0
19062025-09-20T23:32:04.531Z Compiling openssl-sys v0.9.109
19072025-09-20T23:32:05.441Z Compiling signal-hook-registry v1.4.2
19082025-09-20T23:32:05.999Z Compiling icu_normalizer v1.5.0
19092025-09-20T23:32:06.361Z Compiling parking_lot v0.12.3
19102025-09-20T23:32:06.461Z Compiling tracing-attributes v0.1.27
19112025-09-20T23:32:06.806Z Compiling mio v1.0.2
19122025-09-20T23:32:07.193Z Compiling idna_adapter v1.2.0
19132025-09-20T23:32:07.259Z Compiling thiserror v2.0.16
19142025-09-20T23:32:07.930Z Compiling thiserror v1.0.69
19152025-09-20T23:32:07.975Z Compiling idna v1.0.3
19162025-09-20T23:32:08.582Z Compiling block-buffer v0.10.4
19172025-09-20T23:32:08.978Z Compiling form_urlencoded v1.2.2
19182025-09-20T23:32:09.556Z Compiling httparse v1.9.5
19192025-09-20T23:32:09.669Z Compiling digest v0.10.7
19202025-09-20T23:32:10.160Z Compiling thiserror-impl v2.0.16
19212025-09-20T23:32:10.269Z Compiling thiserror-impl v1.0.69
19222025-09-20T23:32:10.339Z Compiling socket2 v0.6.0
19232025-09-20T23:32:10.948Z Compiling url v2.5.4
19242025-09-20T23:32:11.096Z Compiling tokio v1.47.0
19252025-09-20T23:32:12.563Z Compiling indexmap v2.11.0
19262025-09-20T23:32:12.884Z Compiling num-conv v0.1.0
19272025-09-20T23:32:12.974Z Compiling time-core v0.1.6
19282025-09-20T23:32:13.005Z Compiling aws-lc-sys v0.26.0
19292025-09-20T23:32:13.497Z Compiling futures-sink v0.3.31
19302025-09-20T23:32:13.540Z Compiling time-macros v0.2.24
19312025-09-20T23:32:13.679Z Compiling futures-channel v0.3.31
19322025-09-20T23:32:15.077Z Compiling openssl v0.10.73
19332025-09-20T23:32:15.161Z Compiling fnv v1.0.7
19342025-09-20T23:32:15.403Z Compiling futures-task v0.3.31
19352025-09-20T23:32:15.606Z Compiling pin-utils v0.1.0
19362025-09-20T23:32:15.750Z Compiling futures-io v0.3.31
19372025-09-20T23:32:15.783Z Compiling zerocopy v0.7.35
19382025-09-20T23:32:15.812Z Compiling iana-time-zone v0.1.63
19392025-09-20T23:32:15.867Z Compiling uuid v1.18.1
19402025-09-20T23:32:16.266Z Compiling futures-util v0.3.31
19412025-09-20T23:32:16.468Z Compiling chrono v0.4.41
19422025-09-20T23:32:16.728Z Compiling openssl-macros v0.1.1
19432025-09-20T23:32:17.357Z Compiling cpufeatures v0.2.14
19442025-09-20T23:32:17.480Z Compiling native-tls v0.2.12
19452025-09-20T23:32:17.578Z Compiling rustls v0.23.19
19462025-09-20T23:32:17.932Z Compiling hmac v0.12.1
19472025-09-20T23:32:17.957Z Compiling rustc_version v0.4.1
19482025-09-20T23:32:19.626Z Compiling block-padding v0.3.3
19492025-09-20T23:32:20.292Z Compiling cookie v0.18.1
19502025-09-20T23:32:20.340Z Compiling zerocopy v0.8.26
19512025-09-20T23:32:20.611Z Compiling inout v0.1.3
19522025-09-20T23:32:21.001Z Compiling http v1.3.1
19532025-09-20T23:32:21.195Z Compiling serde_tokenstream v0.2.2
19542025-09-20T23:32:21.558Z Compiling bzip2-sys v0.1.13+1.0.8
19552025-09-20T23:32:22.064Z Compiling dyn-clone v1.0.20
19562025-09-20T23:32:22.819Z Compiling cipher v0.4.4
19572025-09-20T23:32:23.065Z Compiling sha2 v0.10.9
19582025-09-20T23:32:24.655Z Compiling zerocopy-derive v0.8.26
19592025-09-20T23:32:25.182Z Compiling scroll_derive v0.12.0
19602025-09-20T23:32:25.319Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19612025-09-20T23:32:25.541Z Compiling rustls-pki-types v1.10.0
19622025-09-20T23:32:26.407Z Compiling base64ct v1.6.0
19632025-09-20T23:32:26.849Z Compiling rustversion v1.0.22
19642025-09-20T23:32:27.221Z Compiling slog v2.7.0
19652025-09-20T23:32:27.355Z Compiling syn v1.0.109
19662025-09-20T23:32:27.525Z Compiling ucd-trie v0.1.7
19672025-09-20T23:32:27.776Z Compiling rustix v1.0.7
19682025-09-20T23:32:28.007Z Compiling crossbeam-utils v0.8.21
19692025-09-20T23:32:28.156Z Compiling pest v2.7.14
19702025-09-20T23:32:28.579Z Compiling pem-rfc7468 v0.7.0
19712025-09-20T23:32:29.136Z Compiling ppv-lite86 v0.2.20
19722025-09-20T23:32:30.059Z Compiling litrs v0.4.1
19732025-09-20T23:32:30.326Z Compiling flagset v0.4.6
19742025-09-20T23:32:30.578Z Compiling der v0.7.9
19752025-09-20T23:32:31.061Z Compiling pest_meta v2.7.14
19762025-09-20T23:32:31.192Z Compiling document-features v0.2.11
19772025-09-20T23:32:33.749Z Compiling tokio-util v0.7.15
19782025-09-20T23:32:34.381Z Compiling tracing-core v0.1.32
19792025-09-20T23:32:34.414Z Compiling powerfmt v0.2.0
19802025-09-20T23:32:34.945Z Compiling newtype-uuid v1.2.4
19812025-09-20T23:32:35.227Z Compiling base64 v0.22.1
19822025-09-20T23:32:36.246Z Compiling untrusted v0.7.1
19832025-09-20T23:32:36.463Z Compiling untrusted v0.9.0
19842025-09-20T23:32:36.856Z Compiling tracing v0.1.40
19852025-09-20T23:32:37.970Z Compiling deranged v0.5.3
19862025-09-20T23:32:38.128Z Compiling spki v0.7.3
19872025-09-20T23:32:38.317Z Compiling pest_generator v2.7.14
19882025-09-20T23:32:38.403Z Compiling salsa20 v0.10.2
19892025-09-20T23:32:38.642Z Compiling http-body v1.0.1
19902025-09-20T23:32:38.795Z Compiling pbkdf2 v0.12.2
19912025-09-20T23:32:39.944Z Compiling atomic-waker v1.1.2
19922025-09-20T23:32:40.132Z Compiling num_threads v0.1.7
19932025-09-20T23:32:40.696Z Compiling pest_derive v2.7.14
19942025-09-20T23:32:41.164Z Compiling time v0.3.43
19952025-09-20T23:32:41.564Z Compiling scrypt v0.11.0
19962025-09-20T23:32:42.175Z Compiling cbc v0.1.2
19972025-09-20T23:32:42.466Z Compiling aes v0.8.4
19982025-09-20T23:32:44.216Z Compiling usdt-impl v0.5.0
19992025-09-20T23:32:44.255Z Compiling num-bigint-dig v0.8.4
20002025-09-20T23:32:44.602Z Compiling tower-service v0.3.3
20012025-09-20T23:32:44.658Z Compiling try-lock v0.2.5
20022025-09-20T23:32:44.797Z Compiling zstd-safe v7.2.3
20032025-09-20T23:32:44.900Z Compiling want v0.3.1
20042025-09-20T23:32:45.248Z Compiling pkcs5 v0.7.1
20052025-09-20T23:32:45.894Z Compiling h2 v0.4.6
20062025-09-20T23:32:47.007Z Compiling scroll v0.12.0
20072025-09-20T23:32:47.640Z Compiling heapless v0.7.17
20082025-09-20T23:32:47.966Z Compiling ipnet v2.11.0
20092025-09-20T23:32:48.391Z Compiling async-trait v0.1.89
20102025-09-20T23:32:48.727Z Compiling ahash v0.8.12
20112025-09-20T23:32:49.229Z Compiling signal-hook v0.3.18
20122025-09-20T23:32:49.404Z Compiling openssl-probe v0.1.5
20132025-09-20T23:32:49.641Z Compiling anyhow v1.0.99
20142025-09-20T23:32:50.079Z Compiling foreign-types-shared v0.1.1
20152025-09-20T23:32:50.242Z Compiling httpdate v1.0.3
20162025-09-20T23:32:50.304Z Compiling plain v0.2.3
20172025-09-20T23:32:50.410Z Compiling foreign-types v0.3.2
20182025-09-20T23:32:50.524Z Compiling goblin v0.8.2
20192025-09-20T23:32:51.167Z Compiling pkcs8 v0.10.2
20202025-09-20T23:32:54.747Z Compiling daft-derive v0.1.4
20212025-09-20T23:32:56.044Z Compiling hyper v1.7.0
20222025-09-20T23:32:58.014Z Compiling strsim v0.11.1
20232025-09-20T23:32:59.394Z Compiling tinyvec_macros v0.1.1
20242025-09-20T23:32:59.590Z Compiling pretty-hex v0.4.1
20252025-09-20T23:32:59.750Z Compiling tinyvec v1.8.0
20262025-09-20T23:33:00.015Z Compiling dof v0.3.0
20272025-09-20T23:33:00.190Z Compiling hyper-util v0.1.16
20282025-09-20T23:33:05.834Z Compiling dtrace-parser v0.2.0
20292025-09-20T23:33:07.207Z Compiling curve25519-dalek v4.1.3
20302025-09-20T23:33:07.628Z Compiling rand_core v0.9.3
20312025-09-20T23:33:07.732Z Compiling clap_derive v4.5.41
20322025-09-20T23:33:08.084Z Compiling thread-id v4.2.2
20332025-09-20T23:33:08.264Z Compiling memoffset v0.9.1
20342025-09-20T23:33:09.260Z Compiling smoltcp v0.9.1
20352025-09-20T23:33:09.516Z Compiling adler2 v2.0.0
20362025-09-20T23:33:10.267Z Compiling miniz_oxide v0.8.5
20372025-09-20T23:33:15.255Z Compiling rand_chacha v0.9.0
20382025-09-20T23:33:17.613Z Compiling http-body-util v0.1.3
20392025-09-20T23:33:17.668Z Compiling strum_macros v0.26.4
20402025-09-20T23:33:19.794Z Compiling sync_wrapper v1.0.1
20412025-09-20T23:33:20.078Z Compiling encoding_rs v0.8.34
20422025-09-20T23:33:21.301Z Compiling buf-list v1.0.3
20432025-09-20T23:33:21.497Z Compiling cfg_aliases v0.2.1
20442025-09-20T23:33:21.858Z Compiling anstyle v1.0.11
20452025-09-20T23:33:22.087Z Compiling tower-layer v0.3.3
20462025-09-20T23:33:22.154Z Compiling psl-types v2.0.11
20472025-09-20T23:33:22.337Z Compiling utf8parse v0.2.2
20482025-09-20T23:33:22.444Z Compiling mime v0.3.17
20492025-09-20T23:33:22.576Z Compiling anstyle-parse v0.2.5
20502025-09-20T23:33:22.634Z Compiling tower v0.5.2
20512025-09-20T23:33:22.985Z Compiling publicsuffix v2.3.0
20522025-09-20T23:33:25.103Z Compiling nix v0.29.0
20532025-09-20T23:33:29.034Z Compiling rand v0.9.2
20542025-09-20T23:33:30.360Z Compiling tokio-native-tls v0.3.1
20552025-09-20T23:33:31.074Z Compiling unicode-normalization v0.1.24
20562025-09-20T23:33:31.609Z Compiling rustls-native-certs v0.8.1
20572025-09-20T23:33:31.818Z Compiling hubpack_derive v0.1.1
20582025-09-20T23:33:32.095Z Compiling strum_macros v0.27.1
20592025-09-20T23:33:32.358Z Compiling webpki-roots v1.0.1
20602025-09-20T23:33:32.750Z Compiling openapiv3 v2.2.0
20612025-09-20T23:33:32.839Z Compiling signature v2.2.0
20622025-09-20T23:33:33.088Z Compiling serde_urlencoded v0.7.1
20632025-09-20T23:33:33.233Z Compiling serde_spanned v0.6.9
20642025-09-20T23:33:33.678Z Compiling toml_datetime v0.6.11
20652025-09-20T23:33:33.704Z Compiling curve25519-dalek-derive v0.1.1
20662025-09-20T23:33:34.529Z Compiling fs-err v3.1.1
20672025-09-20T23:33:34.557Z Compiling crc32fast v1.4.2
20682025-09-20T23:33:34.965Z Compiling anstyle-query v1.1.1
20692025-09-20T23:33:35.180Z Compiling unicode-properties v0.1.3
20702025-09-20T23:33:35.241Z Compiling iri-string v0.7.8
20712025-09-20T23:33:35.636Z Compiling siphasher v0.3.11
20722025-09-20T23:33:35.879Z Compiling unicode-bidi v0.3.17
20732025-09-20T23:33:36.029Z Compiling zlib-rs v0.5.1
20742025-09-20T23:33:36.238Z Compiling is_terminal_polyfill v1.70.1
20752025-09-20T23:33:36.470Z Compiling colorchoice v1.0.2
20762025-09-20T23:33:36.692Z Compiling stringprep v0.1.5
20772025-09-20T23:33:36.770Z Compiling anstream v0.6.18
20782025-09-20T23:33:37.036Z Compiling phf_shared v0.11.2
20792025-09-20T23:33:39.283Z Compiling tower-http v0.6.6
20802025-09-20T23:33:41.026Z Compiling libz-rs-sys v0.5.1
20812025-09-20T23:33:41.581Z Compiling hyper-tls v0.6.0
20822025-09-20T23:33:41.788Z Compiling cookie_store v0.21.1
20832025-09-20T23:33:42.459Z Compiling usdt-attr-macro v0.5.0
20842025-09-20T23:33:42.902Z Compiling usdt-macro v0.5.0
20852025-09-20T23:33:43.383Z Compiling rand_chacha v0.3.1
20862025-09-20T23:33:44.150Z Compiling md-5 v0.10.6
20872025-09-20T23:33:44.248Z Compiling num-integer v0.1.46
20882025-09-20T23:33:44.283Z Compiling hash32 v0.2.1
20892025-09-20T23:33:44.922Z Compiling ff v0.13.0
20902025-09-20T23:33:45.194Z Compiling base16ct v0.2.0
20912025-09-20T23:33:45.248Z Compiling winnow v0.7.10
20922025-09-20T23:33:45.881Z Compiling gimli v0.31.1
20932025-09-20T23:33:46.003Z Compiling fallible-iterator v0.2.0
20942025-09-20T23:33:46.715Z Compiling postgres-protocol v0.6.8
20952025-09-20T23:33:47.065Z Compiling sec1 v0.7.3
20962025-09-20T23:33:47.623Z Compiling group v0.13.0
20972025-09-20T23:33:47.699Z Compiling num-iter v0.1.45
20982025-09-20T23:33:48.047Z Compiling rand v0.8.5
20992025-09-20T23:33:49.476Z Compiling flate2 v1.1.2
21002025-09-20T23:33:50.209Z Compiling addr2line v0.24.2
21012025-09-20T23:33:50.734Z Compiling ipnetwork v0.21.1
21022025-09-20T23:33:50.998Z Compiling hkdf v0.12.4
21032025-09-20T23:33:51.589Z Compiling terminal_size v0.4.0
21042025-09-20T23:33:51.613Z Compiling crypto-bigint v0.5.5
21052025-09-20T23:33:51.833Z Compiling serde_repr v0.1.19
21062025-09-20T23:33:52.201Z Compiling enum-as-inner v0.6.1
21072025-09-20T23:33:52.741Z Compiling object v0.36.5
21082025-09-20T23:33:53.045Z Compiling clap_lex v0.7.4
21092025-09-20T23:33:53.442Z Compiling rustls-webpki v0.102.8
21102025-09-20T23:33:53.874Z Compiling rustc-demangle v0.1.24
21112025-09-20T23:33:54.624Z Compiling winnow v0.5.40
21122025-09-20T23:33:54.882Z Compiling bitflags v1.3.2
21132025-09-20T23:33:56.250Z Compiling managed v0.8.0
21142025-09-20T23:33:57.294Z Compiling bumpalo v3.16.0
21152025-09-20T23:33:57.725Z Compiling lockfree-object-pool v0.1.6
21162025-09-20T23:33:57.776Z Compiling simd-adler32 v0.3.7
21172025-09-20T23:33:58.035Z Compiling toml_edit v0.19.15
21182025-09-20T23:33:58.378Z Compiling zopfli v0.8.1
21192025-09-20T23:33:59.471Z Compiling backtrace v0.3.74
21202025-09-20T23:34:01.120Z Compiling tokio-rustls v0.26.0
21212025-09-20T23:34:01.635Z Compiling hyper-rustls v0.27.7
21222025-09-20T23:34:02.327Z Compiling elliptic-curve v0.13.8
21232025-09-20T23:34:02.474Z Compiling clap_builder v4.5.41
21242025-09-20T23:34:03.028Z Compiling oxnet v0.1.3
21252025-09-20T23:34:06.171Z Compiling zstd v0.13.3
21262025-09-20T23:34:07.125Z Compiling signal-hook-mio v0.2.4
21272025-09-20T23:34:08.033Z Compiling postgres-types v0.2.9
21282025-09-20T23:34:08.205Z Compiling phf v0.11.2
21292025-09-20T23:34:08.390Z Compiling strum v0.27.2
21302025-09-20T23:34:08.650Z Compiling ed25519 v2.2.3
21312025-09-20T23:34:08.679Z Compiling hubpack v0.1.2
21322025-09-20T23:34:08.742Z Compiling bzip2 v0.4.4
21332025-09-20T23:34:08.851Z Compiling bzip2 v0.5.2
21342025-09-20T23:34:09.235Z Compiling pkcs1 v0.7.5
21352025-09-20T23:34:09.542Z Compiling rfc6979 v0.4.0
21362025-09-20T23:34:09.569Z Compiling float-cmp v0.10.0
21372025-09-20T23:34:09.700Z Compiling regress v0.10.4
21382025-09-20T23:34:09.785Z Compiling serde-big-array v0.5.1
21392025-09-20T23:34:09.870Z Compiling bstr v1.10.0
21402025-09-20T23:34:10.130Z Compiling env_filter v0.1.2
21412025-09-20T23:34:10.827Z Compiling socket2 v0.5.10
21422025-09-20T23:34:11.052Z Compiling memmap v0.7.0
21432025-09-20T23:34:11.370Z Compiling precomputed-hash v0.1.1
21442025-09-20T23:34:11.571Z Compiling toml_write v0.1.2
21452025-09-20T23:34:11.952Z Compiling unicode-segmentation v1.12.0
21462025-09-20T23:34:12.395Z Compiling fixedbitset v0.4.2
21472025-09-20T23:34:12.742Z Compiling static_assertions v1.1.0
21482025-09-20T23:34:12.835Z Compiling predicates-core v1.0.8
21492025-09-20T23:34:12.968Z Compiling new_debug_unreachable v1.0.6
21502025-09-20T23:34:13.150Z Compiling difflib v0.4.0
21512025-09-20T23:34:13.182Z Compiling fastrand v2.1.1
21522025-09-20T23:34:13.880Z Compiling data-encoding v2.9.0
21532025-09-20T23:34:13.928Z Compiling normalize-line-endings v0.3.0
21542025-09-20T23:34:15.365Z Compiling reqwest v0.12.22
21552025-09-20T23:34:15.864Z Compiling whoami v1.5.2
21562025-09-20T23:34:17.735Z Compiling toml_edit v0.22.27
21572025-09-20T23:34:18.407Z Compiling tokio-postgres v0.7.13
21582025-09-20T23:34:23.077Z Compiling hickory-proto v0.25.2
21592025-09-20T23:34:24.869Z Compiling predicates v3.1.3
21602025-09-20T23:34:26.014Z Compiling tempfile v3.20.0
21612025-09-20T23:34:27.222Z Compiling string_cache v0.8.9
21622025-09-20T23:34:27.612Z Compiling typify-impl v0.3.0
21632025-09-20T23:34:27.638Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21642025-09-20T23:34:29.348Z Compiling petgraph v0.6.5
21652025-09-20T23:34:32.570Z Compiling similar v2.7.0
21662025-09-20T23:34:32.864Z Compiling usdt v0.5.0
21672025-09-20T23:34:33.534Z Compiling env_logger v0.11.5
21682025-09-20T23:34:33.649Z Compiling ecdsa v0.16.9
21692025-09-20T23:34:34.174Z Compiling rsa v0.9.6
21702025-09-20T23:34:35.887Z Compiling zip v4.2.0
21712025-09-20T23:34:36.023Z Compiling zip v0.6.6
21722025-09-20T23:34:37.131Z Compiling ed25519-dalek v2.1.1
21732025-09-20T23:34:37.324Z Compiling crossterm v0.28.1
21742025-09-20T23:34:37.634Z Compiling clap v4.5.41
21752025-09-20T23:34:37.713Z Compiling daft v0.1.4
21762025-09-20T23:34:37.949Z Compiling crossbeam-epoch v0.9.18
21772025-09-20T23:34:38.364Z Compiling toml v0.7.8
21782025-09-20T23:34:38.557Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21792025-09-20T23:34:38.963Z Compiling strum v0.26.3
21802025-09-20T23:34:39.645Z Compiling tokio-stream v0.1.17
21812025-09-20T23:34:39.882Z Compiling x509-cert v0.2.5
21822025-09-20T23:34:40.572Z Compiling sha1 v0.10.6
21832025-09-20T23:34:40.601Z Compiling hex v0.4.3
21842025-09-20T23:34:40.976Z Compiling structmeta-derive v0.3.0
21852025-09-20T23:34:41.235Z Compiling itertools v0.10.5
21862025-09-20T23:34:41.509Z Compiling winnow v0.6.26
21872025-09-20T23:34:42.941Z Compiling unicode-xid v0.2.6
21882025-09-20T23:34:43.152Z Compiling lalrpop-util v0.19.12
21892025-09-20T23:34:44.164Z Compiling camino v1.2.0
21902025-09-20T23:34:44.450Z Compiling peg-runtime v0.8.5
21912025-09-20T23:34:44.515Z Compiling rustc-hash v2.1.1
21922025-09-20T23:34:44.950Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21932025-09-20T23:34:45.123Z Compiling structmeta v0.3.0
21942025-09-20T23:34:46.671Z Compiling typify-macro v0.3.0
21952025-09-20T23:34:51.026Z Compiling radium v0.7.0
21962025-09-20T23:34:59.496Z Compiling maybe-uninit v2.0.0
21972025-09-20T23:34:59.533Z Compiling tap v1.0.1
21982025-09-20T23:35:00.819Z Compiling wyz v0.5.1
21992025-09-20T23:35:04.616Z Compiling futures-executor v0.3.31
22002025-09-20T23:35:05.103Z Compiling wait-timeout v0.2.0
22012025-09-20T23:35:05.427Z Compiling bit-vec v0.8.0
22022025-09-20T23:35:05.555Z Compiling quick-error v1.2.3
22032025-09-20T23:35:05.731Z Compiling funty v2.0.0
22042025-09-20T23:35:06.008Z Compiling packed_struct v0.10.1
22052025-09-20T23:35:06.318Z Compiling ident_case v1.0.1
22062025-09-20T23:35:06.521Z Compiling typeid v1.0.3
22072025-09-20T23:35:06.545Z Compiling darling_core v0.20.10
22082025-09-20T23:35:07.026Z Compiling bitvec v1.0.1
22092025-09-20T23:35:08.110Z Compiling bit-set v0.8.0
22102025-09-20T23:35:08.485Z Compiling rusty-fork v0.3.0
22112025-09-20T23:35:09.305Z Compiling futures v0.3.31
22122025-09-20T23:35:10.872Z Compiling typify v0.3.0
22132025-09-20T23:35:11.035Z Compiling derive-ex v0.1.8
22142025-09-20T23:35:11.989Z Compiling rand_xorshift v0.4.0
22152025-09-20T23:35:12.264Z Compiling packed_struct_codegen v0.10.1
22162025-09-20T23:35:13.652Z Compiling bitfield-macros v0.19.2
22172025-09-20T23:35:13.821Z Compiling zerocopy-derive v0.6.6
22182025-09-20T23:35:14.123Z Compiling indexmap v1.9.3
22192025-09-20T23:35:14.417Z Compiling unarray v0.1.4
22202025-09-20T23:35:14.921Z Compiling unsafe-libyaml v0.2.11
22212025-09-20T23:35:14.950Z Compiling nodrop v0.1.14
22222025-09-20T23:35:15.025Z Compiling crc-catalog v2.4.0
22232025-09-20T23:35:15.479Z Compiling rustls v0.22.4
22242025-09-20T23:35:16.033Z Compiling serde_yaml v0.9.34+deprecated
22252025-09-20T23:35:18.773Z Compiling zerocopy v0.6.6
22262025-09-20T23:35:19.480Z Compiling crc v3.2.1
22272025-09-20T23:35:19.531Z Compiling array-init v0.0.4
22282025-09-20T23:35:20.455Z Compiling bitfield v0.19.2
22292025-09-20T23:35:20.810Z Compiling proptest v1.7.0
22302025-09-20T23:35:21.595Z Compiling test-strategy v0.4.3
22312025-09-20T23:35:25.792Z Compiling darling_macro v0.20.10
22322025-09-20T23:35:26.388Z Compiling progenitor-impl v0.9.1
22332025-09-20T23:35:26.554Z Compiling smallvec v0.6.14
22342025-09-20T23:35:29.832Z Compiling toml v0.8.23
22352025-09-20T23:35:30.529Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22362025-09-20T23:35:31.152Z Compiling xattr v1.3.1
22372025-09-20T23:35:31.506Z Compiling pin-project-internal v1.1.6
22382025-09-20T23:35:31.965Z Compiling thread_local v1.1.8
22392025-09-20T23:35:32.568Z Compiling filetime v0.2.25
22402025-09-20T23:35:32.926Z Compiling multer v3.1.0
22412025-09-20T23:35:33.517Z Compiling match_cfg v0.1.0
22422025-09-20T23:35:33.642Z Compiling same-file v1.0.6
22432025-09-20T23:35:33.668Z Compiling hashbrown v0.12.3
22442025-09-20T23:35:33.939Z Compiling rayon-core v1.12.1
22452025-09-20T23:35:34.036Z Compiling base64 v0.21.7
22462025-09-20T23:35:34.227Z Compiling slog-async v2.8.0
22472025-09-20T23:35:34.651Z Compiling ref-cast v1.0.24
22482025-09-20T23:35:35.106Z Compiling ron v0.8.1
22492025-09-20T23:35:35.249Z Compiling walkdir v2.5.0
22502025-09-20T23:35:35.832Z Compiling hostname v0.3.1
22512025-09-20T23:35:35.953Z Compiling pin-project v1.1.6
22522025-09-20T23:35:36.109Z Compiling tar v0.4.44
22532025-09-20T23:35:36.133Z Compiling progenitor-macro v0.9.1
22542025-09-20T23:35:36.157Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
22552025-09-20T23:35:36.586Z Compiling erased-serde v0.4.6
22562025-09-20T23:35:37.691Z Compiling serde-hex v0.1.0
22572025-09-20T23:35:38.012Z Compiling darling v0.20.10
22582025-09-20T23:35:38.153Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
22592025-09-20T23:35:39.812Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22602025-09-20T23:35:40.982Z Compiling hashbrown v0.13.2
22612025-09-20T23:35:41.116Z Compiling progenitor-client v0.9.1
22622025-09-20T23:35:41.941Z Compiling toml_parser v1.0.2
22632025-09-20T23:35:42.122Z Compiling crossbeam-channel v0.5.15
22642025-09-20T23:35:42.146Z Compiling slog-json v2.6.1
22652025-09-20T23:35:42.564Z Compiling serde_spanned v1.0.0
22662025-09-20T23:35:42.827Z Compiling toml_datetime v0.7.0
22672025-09-20T23:35:43.443Z Compiling serde_path_to_error v0.1.17
22682025-09-20T23:35:43.564Z Compiling ordered-float v2.10.1
22692025-09-20T23:35:44.120Z Compiling snafu-derive v0.8.5
22702025-09-20T23:35:44.334Z Compiling ref-cast-impl v1.0.24
22712025-09-20T23:35:44.637Z Compiling async-stream-impl v0.3.6
22722025-09-20T23:35:44.878Z Compiling is-terminal v0.4.13
22732025-09-20T23:35:45.051Z Compiling fs-err v2.11.0
22742025-09-20T23:35:45.289Z Compiling dropshot v0.16.4
22752025-09-20T23:35:45.387Z Compiling take_mut v0.2.2
22762025-09-20T23:35:45.593Z Compiling debug-ignore v1.0.5
22772025-09-20T23:35:45.628Z Compiling toml_writer v1.0.2
22782025-09-20T23:35:45.672Z Compiling crc-any v2.5.0
22792025-09-20T23:35:45.791Z Compiling term v1.1.0
22802025-09-20T23:35:46.120Z Compiling toml v0.9.5
22812025-09-20T23:35:46.436Z Compiling slog-term v2.9.2
22822025-09-20T23:35:47.561Z Compiling snafu v0.8.5
22832025-09-20T23:35:48.596Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
22842025-09-20T23:35:48.902Z Compiling async-stream v0.3.6
22852025-09-20T23:35:49.706Z Compiling progenitor v0.9.1
22862025-09-20T23:35:49.981Z Compiling tokio-rustls v0.25.0
22872025-09-20T23:35:50.429Z Compiling serde-value v0.7.0
22882025-09-20T23:35:51.539Z Compiling slog-bunyan v2.5.0
22892025-09-20T23:35:51.841Z Compiling object v0.30.4
22902025-09-20T23:35:52.007Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22912025-09-20T23:35:53.177Z Compiling serde_with_macros v3.14.0
22922025-09-20T23:35:54.116Z Compiling serde-untagged v0.1.7
22932025-09-20T23:35:55.014Z Compiling camino-tempfile v1.4.1
22942025-09-20T23:35:55.700Z Compiling globset v0.4.15
22952025-09-20T23:35:57.036Z Compiling crossbeam-deque v0.8.5
22962025-09-20T23:35:57.423Z Compiling parse-display-derive v0.10.0
22972025-09-20T23:35:59.372Z Compiling olpc-cjson v0.1.4
22982025-09-20T23:35:59.686Z Compiling waitgroup v0.1.2
22992025-09-20T23:35:59.965Z Compiling pem v3.0.5
23002025-09-20T23:36:00.217Z Compiling rustls-pemfile v2.2.0
23012025-09-20T23:36:00.306Z Compiling dropshot_endpoint v0.16.4
23022025-09-20T23:36:00.681Z Compiling serde_plain v1.0.2
23032025-09-20T23:36:00.755Z Compiling hashbrown v0.16.0
23042025-09-20T23:36:01.183Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23052025-09-20T23:36:01.255Z Compiling derive-where v1.5.0
23062025-09-20T23:36:01.813Z Compiling async-recursion v1.1.1
23072025-09-20T23:36:02.065Z Compiling blake3 v1.5.4
23082025-09-20T23:36:02.130Z Compiling hostname v0.4.0
23092025-09-20T23:36:02.410Z Compiling instant v0.1.13
23102025-09-20T23:36:02.566Z Compiling path-slash v0.1.5
23112025-09-20T23:36:02.618Z Compiling typed-path v0.9.3
23122025-09-20T23:36:02.644Z Compiling foldhash v0.2.0
23132025-09-20T23:36:02.832Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
23142025-09-20T23:36:03.160Z Compiling iddqd v0.3.13
23152025-09-20T23:36:03.523Z Compiling backoff v0.4.0
23162025-09-20T23:36:03.685Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23172025-09-20T23:36:03.883Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23182025-09-20T23:36:04.033Z Compiling parse-display v0.10.0
23192025-09-20T23:36:04.513Z Compiling serde_with v3.14.0
23202025-09-20T23:36:05.711Z Compiling tough v0.20.0
23212025-09-20T23:36:06.581Z Compiling cargo-util-schemas v0.8.2
23222025-09-20T23:36:07.133Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232025-09-20T23:36:07.597Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
23242025-09-20T23:36:08.441Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
23252025-09-20T23:36:08.465Z Compiling itertools v0.13.0
23262025-09-20T23:36:08.942Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
23272025-09-20T23:36:09.528Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23282025-09-20T23:36:10.481Z Compiling progenitor-client v0.10.0
23292025-09-20T23:36:11.235Z Compiling cargo-platform v0.2.0
23302025-09-20T23:36:11.308Z Compiling macaddr v1.0.1
23312025-09-20T23:36:11.789Z Compiling memmap2 v0.9.5
23322025-09-20T23:36:11.820Z Compiling parse-size v1.1.0
23332025-09-20T23:36:12.158Z Compiling arrayvec v0.7.6
23342025-09-20T23:36:12.317Z Compiling constant_time_eq v0.3.1
23352025-09-20T23:36:12.342Z Compiling arrayref v0.3.9
23362025-09-20T23:36:12.481Z Compiling indent_write v2.2.0
23372025-09-20T23:36:12.531Z Compiling cargo_metadata v0.21.0
23382025-09-20T23:36:12.743Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
23392025-09-20T23:36:14.617Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23402025-09-20T23:36:15.248Z Compiling topological-sort v0.2.2
23412025-09-20T23:36:15.402Z Compiling display-error-chain v0.2.2
23422025-09-20T23:36:15.549Z Compiling omicron-zone-package v0.12.2
23432025-09-20T23:36:15.655Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23442025-09-20T23:36:19.174Z Compiling shell-words v1.1.0
23452025-09-20T23:36:26.742Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23462025-09-20T23:36:38.213Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23472025-09-20T23:36:58.365Z Finished `release` profile [optimized] target(s) in 5m 22s
23482025-09-20T23:36:58.539Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23492025-09-20T23:36:58.621ZSep 20 23:36:57.963 DEBG changing working directory to /work/oxidecomputer/omicron
23502025-09-20T23:36:58.794ZSep 20 23:36:58.137 DEBG running: git rev-parse HEAD
23512025-09-20T23:36:58.819ZSep 20 23:36:58.142 DEBG process exited with exit status: 0 (5.125155ms)
23522025-09-20T23:36:58.819ZSep 20 23:36:58.142 INFO version: 16.0.0-0.ci+git066fb4828f5
23532025-09-20T23:36:58.847ZSep 20 23:36:58.190 INFO cloning helios to /work/oxidecomputer/helios
23542025-09-20T23:36:58.847ZSep 20 23:36:58.190 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23552025-09-20T23:36:58.872ZCloning into '/work/oxidecomputer/helios'...
23562025-09-20T23:36:59.543ZSep 20 23:36:58.886 DEBG process exited with exit status: 0 (695.838448ms)
23572025-09-20T23:36:59.543ZSep 20 23:36:58.886 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23582025-09-20T23:36:59.568ZSep 20 23:36:58.891 DEBG process exited with exit status: 0 (4.803782ms)
23592025-09-20T23:36:59.568ZSep 20 23:36:58.891 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
23602025-09-20T23:37:01.113ZSep 20 23:37:00.456 DEBG process exited with exit status: 0 (1.564971369s)
23612025-09-20T23:37:01.113ZSep 20 23:37:00.456 DEBG running: zfs list rpool/images/build/host
23622025-09-20T23:37:01.138ZNAME USED AVAIL REFER MOUNTPOINT
23632025-09-20T23:37:01.138Zrpool/images/build/host 96K 151G 96K /rpool/images/build/host
23642025-09-20T23:37:01.138ZSep 20 23:37:00.466 DEBG process exited with exit status: 0 (9.908505ms)
23652025-09-20T23:37:01.138ZSep 20 23:37:00.466 DEBG running: zfs list rpool/images/build/recovery
23662025-09-20T23:37:01.138ZNAME USED AVAIL REFER MOUNTPOINT
23672025-09-20T23:37:01.138Zrpool/images/build/recovery 96K 151G 96K /rpool/images/build/recovery
23682025-09-20T23:37:01.138ZSep 20 23:37:00.473 DEBG process exited with exit status: 0 (7.453406ms)
23692025-09-20T23:37:01.138ZSep 20 23:37:00.474 INFO [hubris-production] running task
23702025-09-20T23:37:01.138ZSep 20 23:37:00.474 INFO [incorp-manifest] running task
23712025-09-20T23:37:01.138ZSep 20 23:37:00.474 INFO [hubris-staging] running task
23722025-09-20T23:37:01.138ZSep 20 23:37:00.475 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-20T23:37:01.138ZSep 20 23:37:00.476 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
23742025-09-20T23:37:01.138ZSep 20 23:37:00.476 INFO [incorp-create] running: pkgrepo create /work/incorporation
23752025-09-20T23:37:01.138ZSep 20 23:37:00.477 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
23762025-09-20T23:37:01.252Z[ helios-setup] cd tools/helios-build && cargo build --quiet
23772025-09-20T23:37:01.575ZSep 20 23:37:00.918 INFO [incorp-create] process exited with exit status: 0 (441.181764ms)
23782025-09-20T23:37:01.599ZSep 20 23:37:00.919 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
23792025-09-20T23:37:02.005ZSep 20 23:37:01.348 INFO [incorp-publisher] process exited with exit status: 0 (429.650421ms)
23802025-09-20T23:37:02.033Z[ omicron-package] Blocking waiting for file lock on package cache
23812025-09-20T23:37:02.774Z[ omicron-package] Blocking waiting for file lock on package cache
23822025-09-20T23:37:04.314Z[ omicron-package] Compiling ring v0.17.14
23832025-09-20T23:37:04.436Z[ omicron-package] Compiling darling_core v0.21.0
23842025-09-20T23:37:04.465Z[ omicron-package] Compiling proc-macro-crate v1.3.1
23852025-09-20T23:37:04.490Z[ omicron-package] Compiling itertools v0.14.0
23862025-09-20T23:37:04.490Z[ omicron-package] Compiling heapless v0.8.0
23872025-09-20T23:37:04.570Z[ omicron-package] Compiling hash32 v0.3.1
23882025-09-20T23:37:04.595Z[ omicron-package] Compiling smoltcp v0.11.0
23892025-09-20T23:37:05.366Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23902025-09-20T23:37:05.780Z[ omicron-package] Compiling num_enum_derive v0.5.11
23912025-09-20T23:37:06.295Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23922025-09-20T23:37:07.136Z[ omicron-package] Compiling cobs v0.2.3
23932025-09-20T23:37:07.397Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23942025-09-20T23:37:08.387Z[ omicron-package] Compiling postcard v1.0.10
23952025-09-20T23:37:09.236Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
23962025-09-20T23:37:09.548Z[ omicron-package] Compiling num_enum v0.5.11
23972025-09-20T23:37:10.389Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
23982025-09-20T23:37:10.480Z[ omicron-package] Compiling proc-macro-error v1.0.4
23992025-09-20T23:37:10.718ZSep 20 23:37:10.061 INFO [hubris-production] task succeeded (9.58691977s)
24002025-09-20T23:37:10.821Z[ omicron-package] Compiling rustls v0.23.19
24012025-09-20T23:37:10.956Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24022025-09-20T23:37:11.410Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24032025-09-20T23:37:11.675Z[ omicron-package] Compiling unicode-width v0.1.14
24042025-09-20T23:37:13.159Z[ omicron-package] Compiling tabwriter v1.4.0
24052025-09-20T23:37:13.386Z[ omicron-package] Compiling darling_macro v0.21.0
24062025-09-20T23:37:13.471Z[ omicron-package] Compiling foreign-types v0.5.0
24072025-09-20T23:37:13.824Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24082025-09-20T23:37:13.963Z[ omicron-package] Compiling cstr-argument v0.1.2
24092025-09-20T23:37:14.346Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24102025-09-20T23:37:14.769Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24112025-09-20T23:37:14.889Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24122025-09-20T23:37:15.325Z[ omicron-package] Compiling pretty-hex v0.2.1
24132025-09-20T23:37:15.571Z[ omicron-package] Compiling darling v0.21.0
24142025-09-20T23:37:15.947Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24152025-09-20T23:37:16.027Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24162025-09-20T23:37:16.027Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24172025-09-20T23:37:16.183Z[ omicron-package] Compiling ingot-macros v0.1.1
24182025-09-20T23:37:16.363Z[ omicron-package] Compiling rayon v1.10.0
24192025-09-20T23:37:16.866Z[ omicron-package] Compiling rustls-webpki v0.102.8
24202025-09-20T23:37:17.192Z[ omicron-package] Compiling colored v2.2.0
24212025-09-20T23:37:17.539Z[ omicron-package] Compiling heck v0.4.1
24222025-09-20T23:37:18.514Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
24232025-09-20T23:37:19.750Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24242025-09-20T23:37:20.446Z[ omicron-package] Compiling sigpipe v0.1.3
24252025-09-20T23:37:20.490Z[ omicron-package] Compiling num-derive v0.4.2
24262025-09-20T23:37:20.903Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24272025-09-20T23:37:21.318Z[ omicron-package] Compiling jiff v0.2.15
24282025-09-20T23:37:21.466Z[ omicron-package] Compiling glob v0.3.2
24292025-09-20T23:37:22.765Z[ omicron-package] Compiling rustls v0.22.4
24302025-09-20T23:37:22.828Z[ omicron-package] Compiling libefi-sys v0.1.0
24312025-09-20T23:37:23.441Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24322025-09-20T23:37:23.975Z[ omicron-package] Compiling ingot-types v0.1.2
24332025-09-20T23:37:24.266Z[ omicron-package] Compiling zone v0.3.1
24342025-09-20T23:37:24.547Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24352025-09-20T23:37:25.524Z[ omicron-package] Compiling ingot v0.1.1
24362025-09-20T23:37:25.715Z[ omicron-package] Compiling smf v0.2.3
24372025-09-20T23:37:28.509Z[ omicron-package] Compiling tokio-rustls v0.26.0
24382025-09-20T23:37:29.068Z[ omicron-package] Compiling hyper-rustls v0.27.7
24392025-09-20T23:37:30.364Z[ omicron-package] Compiling reqwest v0.12.22
24402025-09-20T23:37:31.924Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24412025-09-20T23:37:32.908Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24422025-09-20T23:37:33.339Z[ omicron-package] Compiling bitfield-struct v0.6.2
24432025-09-20T23:37:34.021Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24442025-09-20T23:37:34.394Z[ omicron-package] Compiling unicode-width v0.2.0
24452025-09-20T23:37:35.289Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24462025-09-20T23:37:35.643Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24472025-09-20T23:37:35.951Z[ omicron-package] Compiling console v0.16.0
24482025-09-20T23:37:36.231Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24492025-09-20T23:37:36.817Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24502025-09-20T23:37:37.345Z[ omicron-package] Compiling tokio-rustls v0.25.0
24512025-09-20T23:37:38.279Z[ omicron-package] Compiling dropshot v0.16.4
24522025-09-20T23:37:39.106Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24532025-09-20T23:37:39.666Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24542025-09-20T23:37:40.254Z[ omicron-package] Compiling tokio-dtrace v0.1.0
24552025-09-20T23:37:41.039Z[ omicron-package] Compiling gethostname v0.5.0
24562025-09-20T23:37:41.297Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
24572025-09-20T23:37:41.297Z[ helios-setup] --> src/main.rs:79:10
24582025-09-20T23:37:41.321Z[ helios-setup] |
24592025-09-20T23:37:41.346Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
24602025-09-20T23:37:41.346Z[ helios-setup] | ^^^^ --------- the same lifetime is hidden here
24612025-09-20T23:37:41.346Z[ helios-setup] | |
24622025-09-20T23:37:41.346Z[ helios-setup] | the lifetime is elided here
24632025-09-20T23:37:41.346Z[ helios-setup] |
24642025-09-20T23:37:41.346Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
24652025-09-20T23:37:41.346Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
24662025-09-20T23:37:41.346Z[ helios-setup] help: use `'_` for type paths
24672025-09-20T23:37:41.346Z[ helios-setup] |
24682025-09-20T23:37:41.346Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
24692025-09-20T23:37:41.346Z[ helios-setup] | ++++
24702025-09-20T23:37:41.346Z[ helios-setup]
24712025-09-20T23:37:41.370Z[ omicron-package] Compiling fixedbitset v0.5.7
24722025-09-20T23:37:41.913Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24732025-09-20T23:37:43.105Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24742025-09-20T23:37:43.865Z[ omicron-package] Compiling unit-prefix v0.5.1
24752025-09-20T23:37:44.089Z[ omicron-package] Compiling petgraph v0.8.2
24762025-09-20T23:37:44.400Z[ omicron-package] Compiling indicatif v0.18.0
24772025-09-20T23:37:46.441Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
24782025-09-20T23:37:47.453Z[ omicron-package] Compiling progenitor-client v0.9.1
24792025-09-20T23:37:49.295Z[ omicron-package] Compiling progenitor v0.9.1
24802025-09-20T23:37:49.320Z[ helios-setup] Sep 20 23:37:48.653 INFO helios repository root is: /work/oxidecomputer/helios
24812025-09-20T23:37:49.320Z[ helios-setup] Sep 20 23:37:48.655 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
24822025-09-20T23:37:49.320Z[ helios-setup] Sep 20 23:37:48.655 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
24832025-09-20T23:37:49.320Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
24842025-09-20T23:37:49.510ZSep 20 23:37:48.856 DEBG process exited with exit status: 0 (48.380206144s)
24852025-09-20T23:37:49.535ZSep 20 23:37:48.859 INFO [incorp-manifest] task succeeded (48.384267207s)
24862025-09-20T23:37:49.536ZSep 20 23:37:48.859 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24872025-09-20T23:37:49.662Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
24882025-09-20T23:37:49.907ZSep 20 23:37:49.253 INFO [incorp-fmt] process exited with exit status: 0 (393.639871ms)
24892025-09-20T23:37:49.931ZSep 20 23:37:49.253 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24902025-09-20T23:37:50.495Z[ helios-setup] Sep 20 23:37:49.841 INFO clone ok!, project: image-builder
24912025-09-20T23:37:50.519Z[ helios-setup] Sep 20 23:37:49.841 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
24922025-09-20T23:37:50.519Z[ helios-setup] Sep 20 23:37:49.841 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
24932025-09-20T23:37:50.519Z[ helios-setup] Sep 20 23:37:49.841 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
24942025-09-20T23:37:50.519Z[ helios-setup] Sep 20 23:37:49.841 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
24952025-09-20T23:37:50.519Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
24962025-09-20T23:37:50.570Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250920T233749Z
24972025-09-20T23:37:50.570Z[ incorp-pkgsend] PUBLISHED
24982025-09-20T23:37:50.735Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24992025-09-20T23:37:50.760ZSep 20 23:37:50.105 INFO [incorp-pkgsend] process exited with exit status: 0 (852.018132ms)
25002025-09-20T23:37:50.761ZSep 20 23:37:50.106 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25012025-09-20T23:37:51.088Z[ omicron-package] Compiling progenitor-client v0.10.0
25022025-09-20T23:37:51.204Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
25032025-09-20T23:37:51.228Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
25042025-09-20T23:37:51.260Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25052025-09-20T23:37:51.260Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25062025-09-20T23:37:51.260Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25072025-09-20T23:37:51.285Z[ helios-incorp]
25082025-09-20T23:37:51.285Z[ helios-incorp] Archiving packages ...
25092025-09-20T23:37:51.285Z[ helios-incorp] Packages to add: 1
25102025-09-20T23:37:51.285Z[ helios-incorp] Files to retrieve: 0
25112025-09-20T23:37:51.285Z[ helios-incorp] Estimated transfer size: 0.00 B
25122025-09-20T23:37:51.285Z[ helios-incorp]
25132025-09-20T23:37:51.285Z[ helios-incorp] Packages to archive:
25142025-09-20T23:37:51.285Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250920T233749Z
25152025-09-20T23:37:51.285Z[ helios-incorp]
25162025-09-20T23:37:51.285Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25172025-09-20T23:37:51.285Z[ helios-incorp] Archiving: Completed 107.19 kB in 0.00 seconds
25182025-09-20T23:37:51.374ZSep 20 23:37:50.720 INFO [helios-incorp] process exited with exit status: 0 (614.390252ms)
25192025-09-20T23:37:51.401Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25202025-09-20T23:37:52.117Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25212025-09-20T23:37:52.726Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25222025-09-20T23:37:56.112Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25232025-09-20T23:38:00.165Z[ helios-setup] Sep 20 23:37:59.512 INFO clone ok!, project: amd-firmware
25242025-09-20T23:38:00.190Z[ helios-setup] Sep 20 23:37:59.512 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
25252025-09-20T23:38:00.190Z[ helios-setup] Sep 20 23:37:59.512 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
25262025-09-20T23:38:00.190Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25272025-09-20T23:38:01.337Z[ helios-setup] Sep 20 23:38:00.683 INFO clone ok!, project: amd-host-image-builder
25282025-09-20T23:38:01.337Z[ helios-setup] Sep 20 23:38:00.683 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
25292025-09-20T23:38:01.362Z[ helios-setup] Sep 20 23:38:00.683 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25302025-09-20T23:38:01.362Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25312025-09-20T23:38:02.136Z[ helios-setup] Sep 20 23:38:01.482 INFO clone ok!, project: bootserver
25322025-09-20T23:38:02.136Z[ helios-setup] Sep 20 23:38:01.482 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
25332025-09-20T23:38:02.160Z[ helios-setup] Sep 20 23:38:01.482 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25342025-09-20T23:38:02.160Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25352025-09-20T23:38:03.401Z[ helios-setup] Sep 20 23:38:02.747 INFO clone ok!, project: chelsio-t6-roms
25362025-09-20T23:38:03.401Z[ helios-setup] Sep 20 23:38:02.747 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
25372025-09-20T23:38:03.426Z[ helios-setup] Sep 20 23:38:02.748 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25382025-09-20T23:38:03.426Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25392025-09-20T23:38:04.113Z[ helios-setup] Sep 20 23:38:03.459 INFO clone ok!, project: pinprick
25402025-09-20T23:38:04.113Z[ helios-setup] Sep 20 23:38:03.459 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25412025-09-20T23:38:04.138Z[ helios-setup] Sep 20 23:38:03.459 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
25422025-09-20T23:38:04.138Z[ helios-setup] Sep 20 23:38:03.459 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25432025-09-20T23:38:04.138Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25442025-09-20T23:38:05.001ZSep 20 23:38:04.348 INFO [hubris-staging] task succeeded (63.873089895s)
25452025-09-20T23:38:05.026Z[ helios-setup] Sep 20 23:38:04.349 INFO clone ok!, project: phbl
25462025-09-20T23:38:05.026Z[ helios-setup] Sep 20 23:38:04.349 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
25472025-09-20T23:38:05.026Z[ helios-setup] Sep 20 23:38:04.349 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25482025-09-20T23:38:05.026Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25492025-09-20T23:38:06.182Z[ helios-setup] Sep 20 23:38:05.529 INFO clone ok!, project: pilot
25502025-09-20T23:38:06.207Z[ helios-setup] Sep 20 23:38:05.529 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
25512025-09-20T23:38:06.712Z[ helios-setup] Sep 20 23:38:06.058 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
25522025-09-20T23:38:07.167Z[ helios-setup] Sep 20 23:38:06.513 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
25532025-09-20T23:38:07.167Z[ helios-setup] Sep 20 23:38:06.513 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
25542025-09-20T23:38:07.604Z[ helios-setup] Sep 20 23:38:06.950 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
25552025-09-20T23:38:08.058Z[ helios-setup] Sep 20 23:38:07.405 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
25562025-09-20T23:38:08.058Z[ helios-setup] Sep 20 23:38:07.405 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
25572025-09-20T23:38:08.523Z[ helios-setup] Sep 20 23:38:07.869 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
25582025-09-20T23:38:08.942Z[ helios-setup] Sep 20 23:38:08.289 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
25592025-09-20T23:38:08.942Z[ helios-setup] Sep 20 23:38:08.289 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
25602025-09-20T23:38:08.967Z[ helios-setup] Sep 20 23:38:08.289 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
25612025-09-20T23:38:08.967Z[ helios-setup] Sep 20 23:38:08.289 INFO ok!
25622025-09-20T23:38:08.967Z[ helios-setup] Sep 20 23:38:08.289 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
25632025-09-20T23:38:08.967Z[ helios-setup] Sep 20 23:38:08.289 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
25642025-09-20T23:38:08.967Z[ helios-setup] Sep 20 23:38:08.289 INFO ok!
25652025-09-20T23:38:08.967Z[ helios-setup] Sep 20 23:38:08.289 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
25662025-09-20T23:38:08.967Z[ helios-setup] Sep 20 23:38:08.289 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
25672025-09-20T23:38:08.967Z[ helios-setup] Sep 20 23:38:08.289 INFO ok!
25682025-09-20T23:38:08.967Z[ helios-setup] Sep 20 23:38:08.289 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
25692025-09-20T23:38:09.023Z[ helios-setup] Sep 20 23:38:08.370 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)"
25702025-09-20T23:38:09.023Z[ helios-setup] Sep 20 23:38:08.370 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
25712025-09-20T23:38:09.023Z[ helios-setup] Sep 20 23:38:08.370 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
25722025-09-20T23:38:09.242Z[ helios-setup] Sep 20 23:38:08.588 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
25732025-09-20T23:38:09.670Z[ helios-setup] Sep 20 23:38:09.017 INFO E| From https://github.com/jclulow/rust-jmclib
25742025-09-20T23:38:09.670Z[ helios-setup] Sep 20 23:38:09.017 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
25752025-09-20T23:38:09.695Z[ helios-setup] Sep 20 23:38:09.034 INFO E| Updating crates.io index
25762025-09-20T23:38:09.867Z[ helios-setup] Sep 20 23:38:09.214 INFO E| Downloading crates ...
25772025-09-20T23:38:09.932Z[ helios-setup] Sep 20 23:38:09.279 INFO E| Downloaded errno v0.3.1
25782025-09-20T23:38:09.957Z[ helios-setup] Sep 20 23:38:09.287 INFO E| Downloaded anyhow v1.0.72
25792025-09-20T23:38:09.957Z[ helios-setup] Sep 20 23:38:09.293 INFO E| Downloaded md-5 v0.9.1
25802025-09-20T23:38:09.957Z[ helios-setup] Sep 20 23:38:09.295 INFO E| Downloaded once_cell v1.18.0
25812025-09-20T23:38:09.957Z[ helios-setup] Sep 20 23:38:09.299 INFO E| Downloaded toml v0.5.11
25822025-09-20T23:38:09.982Z[ helios-setup] Sep 20 23:38:09.304 INFO E| Downloaded tempfile v3.7.0
25832025-09-20T23:38:09.982Z[ helios-setup] Sep 20 23:38:09.308 INFO E| Downloaded walkdir v2.3.3
25842025-09-20T23:38:09.982Z[ helios-setup] Sep 20 23:38:09.310 INFO E| Downloaded typenum v1.16.0
25852025-09-20T23:38:09.982Z[ helios-setup] Sep 20 23:38:09.313 INFO E| Downloaded unicode-width v0.1.10
25862025-09-20T23:38:09.982Z[ helios-setup] Sep 20 23:38:09.315 INFO E| Downloaded uuid v0.8.2
25872025-09-20T23:38:09.982Z[ helios-setup] Sep 20 23:38:09.319 INFO E| Downloaded serde_json v1.0.103
25882025-09-20T23:38:09.982Z[ helios-setup] Sep 20 23:38:09.327 INFO E| Downloaded syn v2.0.32
25892025-09-20T23:38:10.006Z[ helios-setup] Sep 20 23:38:09.339 INFO E| Downloaded serde v1.0.193
25902025-09-20T23:38:10.006Z[ helios-setup] Sep 20 23:38:09.343 INFO E| Downloaded itoa v1.0.9
25912025-09-20T23:38:10.006Z[ helios-setup] Sep 20 23:38:09.344 INFO E| Downloaded serde_derive v1.0.193
25922025-09-20T23:38:10.007Z[ helios-setup] Sep 20 23:38:09.347 INFO E| Downloaded proc-macro2 v1.0.66
25932025-09-20T23:38:10.007Z[ helios-setup] Sep 20 23:38:09.350 INFO E| Downloaded opaque-debug v0.3.0
25942025-09-20T23:38:10.007Z[ helios-setup] Sep 20 23:38:09.351 INFO E| Downloaded unicode-ident v1.0.11
25952025-09-20T23:38:10.031Z[ helios-setup] Sep 20 23:38:09.354 INFO E| Downloaded sha-1 v0.9.8
25962025-09-20T23:38:10.031Z[ helios-setup] Sep 20 23:38:09.356 INFO E| Downloaded libdevinfo-sys v1.0.0
25972025-09-20T23:38:10.031Z[ helios-setup] Sep 20 23:38:09.357 INFO E| Downloaded quote v1.0.31
25982025-09-20T23:38:10.031Z[ helios-setup] Sep 20 23:38:09.360 INFO E| Downloaded getrandom v0.2.10
25992025-09-20T23:38:10.032Z[ helios-setup] Sep 20 23:38:09.363 INFO E| Downloaded ryu v1.0.15
26002025-09-20T23:38:10.032Z[ helios-setup] Sep 20 23:38:09.367 INFO E| Downloaded digest v0.9.0
26012025-09-20T23:38:10.032Z[ helios-setup] Sep 20 23:38:09.368 INFO E| Downloaded bitflags v2.3.3
26022025-09-20T23:38:10.032Z[ helios-setup] Sep 20 23:38:09.371 INFO E| Downloaded rustix v0.38.4
26032025-09-20T23:38:10.056Z[ helios-setup] Sep 20 23:38:09.394 INFO E| Downloaded cpufeatures v0.2.9
26042025-09-20T23:38:10.056Z[ helios-setup] Sep 20 23:38:09.396 INFO E| Downloaded glob v0.3.1
26052025-09-20T23:38:10.056Z[ helios-setup] Sep 20 23:38:09.397 INFO E| Downloaded fastrand v2.0.0
26062025-09-20T23:38:10.057Z[ helios-setup] Sep 20 23:38:09.399 INFO E| Downloaded block-buffer v0.9.0
26072025-09-20T23:38:10.081Z[ helios-setup] Sep 20 23:38:09.404 INFO E| Downloaded libc v0.2.147
26082025-09-20T23:38:10.144Z[ helios-setup] Sep 20 23:38:09.491 INFO E| Compiling libc v0.2.147
26092025-09-20T23:38:10.144Z[ helios-setup] Sep 20 23:38:09.491 INFO E| Compiling proc-macro2 v1.0.66
26102025-09-20T23:38:10.169Z[ helios-setup] Sep 20 23:38:09.491 INFO E| Compiling unicode-ident v1.0.11
26112025-09-20T23:38:10.169Z[ helios-setup] Sep 20 23:38:09.491 INFO E| Compiling cfg-if v1.0.0
26122025-09-20T23:38:10.169Z[ helios-setup] Sep 20 23:38:09.491 INFO E| Compiling version_check v0.9.4
26132025-09-20T23:38:10.169Z[ helios-setup] Sep 20 23:38:09.491 INFO E| Compiling typenum v1.16.0
26142025-09-20T23:38:10.169Z[ helios-setup] Sep 20 23:38:09.491 INFO E| Compiling serde v1.0.193
26152025-09-20T23:38:10.169Z[ helios-setup] Sep 20 23:38:09.491 INFO E| Compiling num-conv v0.1.0
26162025-09-20T23:38:10.388Z[ helios-setup] Sep 20 23:38:09.735 INFO E| Compiling time-core v0.1.2
26172025-09-20T23:38:10.767Z[ helios-setup] Sep 20 23:38:10.114 INFO E| Compiling rustix v0.38.4
26182025-09-20T23:38:10.792Z[ helios-setup] Sep 20 23:38:10.122 INFO E| Compiling powerfmt v0.2.0
26192025-09-20T23:38:10.816Z[ helios-setup] Sep 20 23:38:10.156 INFO E| Compiling itoa v1.0.9
26202025-09-20T23:38:11.251Z[ helios-setup] Sep 20 23:38:10.598 INFO E| Compiling generic-array v0.14.7
26212025-09-20T23:38:11.276Z[ helios-setup] Sep 20 23:38:10.607 INFO E| Compiling slog v2.7.0
26222025-09-20T23:38:11.432Z[ helios-setup] Sep 20 23:38:10.779 INFO E| Compiling deranged v0.3.11
26232025-09-20T23:38:11.463Z[ helios-setup] Sep 20 23:38:10.810 INFO E| Compiling time-macros v0.2.18
26242025-09-20T23:38:12.030Z[ helios-setup] Sep 20 23:38:11.377 INFO E| Compiling bitflags v2.3.3
26252025-09-20T23:38:12.303Z[ helios-setup] Sep 20 23:38:11.650 INFO E| Compiling num_threads v0.1.6
26262025-09-20T23:38:12.417Z[ helios-setup] Sep 20 23:38:11.764 INFO E| Compiling quote v1.0.31
26272025-09-20T23:38:12.673Z[ helios-setup] Sep 20 23:38:12.020 INFO E| Compiling once_cell v1.18.0
26282025-09-20T23:38:13.034Z[ helios-setup] Sep 20 23:38:12.381 INFO E| Compiling syn v2.0.32
26292025-09-20T23:38:13.176Z[ helios-setup] Sep 20 23:38:12.523 INFO E| Compiling thread_local v1.1.7
26302025-09-20T23:38:13.230Z[ helios-setup] Sep 20 23:38:12.577 INFO E| Compiling fastrand v2.0.0
26312025-09-20T23:38:13.564Z[ helios-setup] Sep 20 23:38:12.911 INFO E| Compiling anyhow v1.0.72
26322025-09-20T23:38:13.620Z[ helios-setup] Sep 20 23:38:12.968 INFO E| Compiling dirs-sys-next v0.1.2
26332025-09-20T23:38:13.973Z[ helios-setup] Sep 20 23:38:13.320 INFO E| Compiling dirs-next v2.0.0
26342025-09-20T23:38:14.018Z[ helios-setup] Sep 20 23:38:13.365 INFO E| Compiling errno v0.3.1
26352025-09-20T23:38:14.349Z[ helios-setup] Sep 20 23:38:13.696 INFO E| Compiling term v0.7.0
26362025-09-20T23:38:14.397Z[ helios-setup] Sep 20 23:38:13.744 INFO E| Compiling atty v0.2.14
26372025-09-20T23:38:14.616Z[ helios-setup] Sep 20 23:38:13.963 INFO E| Compiling serde_json v1.0.103
26382025-09-20T23:38:14.710Z[ helios-setup] Sep 20 23:38:14.057 INFO E| Compiling block-buffer v0.9.0
26392025-09-20T23:38:14.735Z[ helios-setup] Sep 20 23:38:14.082 INFO E| Compiling digest v0.9.0
26402025-09-20T23:38:15.066Z[ helios-setup] Sep 20 23:38:14.413 INFO E| Compiling time v0.3.36
26412025-09-20T23:38:15.091Z[ helios-setup] Sep 20 23:38:14.421 INFO E| Compiling opaque-debug v0.3.0
26422025-09-20T23:38:15.272Z[ helios-setup] Sep 20 23:38:14.619 INFO E| Compiling getrandom v0.2.10
26432025-09-20T23:38:15.308Z[ helios-setup] Sep 20 23:38:14.655 INFO E| Compiling ryu v1.0.15
26442025-09-20T23:38:15.726Z[ helios-setup] Sep 20 23:38:15.074 INFO E| Compiling unicode-width v0.1.10
26452025-09-20T23:38:15.908Z[ helios-setup] Sep 20 23:38:15.256 INFO E| Compiling same-file v1.0.6
26462025-09-20T23:38:16.080Z[ helios-setup] Sep 20 23:38:15.427 INFO E| Compiling cpufeatures v0.2.9
26472025-09-20T23:38:16.125Z[ helios-setup] Sep 20 23:38:15.473 INFO E| Compiling getopts v0.2.21
26482025-09-20T23:38:16.192Z[ helios-setup] Sep 20 23:38:15.539 INFO E| Compiling sha-1 v0.9.8
26492025-09-20T23:38:16.511Z[ helios-setup] Sep 20 23:38:15.859 INFO E| Compiling walkdir v2.3.3
26502025-09-20T23:38:16.769Z[ helios-setup] Sep 20 23:38:16.116 INFO E| Compiling md-5 v0.9.1
26512025-09-20T23:38:17.145Z[ helios-setup] Sep 20 23:38:16.493 INFO E| Compiling tempfile v3.7.0
26522025-09-20T23:38:17.221Z[ helios-setup] Sep 20 23:38:16.568 INFO E| Compiling glob v0.3.1
26532025-09-20T23:38:17.484Z[ helios-setup] Sep 20 23:38:16.831 INFO E| Compiling libdevinfo-sys v1.0.0
26542025-09-20T23:38:17.777Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26552025-09-20T23:38:18.281Z[ helios-setup] Sep 20 23:38:17.628 INFO E| Compiling slog-term v2.9.0
26562025-09-20T23:38:19.636Z[ helios-setup] Sep 20 23:38:18.984 INFO E| Compiling serde_derive v1.0.193
26572025-09-20T23:38:19.874Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26582025-09-20T23:38:21.808Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26592025-09-20T23:38:28.700Z[ helios-setup] Sep 20 23:38:28.048 INFO E| Compiling toml v0.5.11
26602025-09-20T23:38:28.700Z[ helios-setup] Sep 20 23:38:28.048 INFO E| Compiling uuid v0.8.2
26612025-09-20T23:38:30.150Z[ helios-setup] Sep 20 23:38:29.498 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
26622025-09-20T23:38:30.819Z[ helios-setup] Sep 20 23:38:30.167 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
26632025-09-20T23:38:39.002Z[ helios-setup] Sep 20 23:38:38.351 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.89s
26642025-09-20T23:38:39.033Z[ helios-setup] Sep 20 23:38:38.381 INFO building project "image-builder" ok (30 seconds)
26652025-09-20T23:38:39.033Z[ helios-setup] Sep 20 23:38:38.381 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26662025-09-20T23:38:39.075Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 37s
26672025-09-20T23:38:39.117Z[ helios-setup] Sep 20 23:38:38.466 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')"
26682025-09-20T23:38:39.117Z[ helios-setup] Sep 20 23:38:38.466 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26692025-09-20T23:38:39.117Z[ helios-setup] Sep 20 23:38:38.466 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26702025-09-20T23:38:39.368Z[ omicron-package]
26712025-09-20T23:38:39.368Z[ omicron-package] real 1:38.153285166
26722025-09-20T23:38:39.393Z[ omicron-package] user 7:39.274831921
26732025-09-20T23:38:39.393Z[ omicron-package] sys 35.824841243
26742025-09-20T23:38:39.393Z[ omicron-package] trap 1.073621445
26752025-09-20T23:38:39.393Z[ omicron-package] tflt 0.633081499
26762025-09-20T23:38:39.393Z[ omicron-package] dflt 1.515122635
26772025-09-20T23:38:39.393Z[ omicron-package] kflt 0.000299504
26782025-09-20T23:38:39.393Z[ omicron-package] lock 26:19.272421179
26792025-09-20T23:38:39.393Z[ omicron-package] slp 30:18.928714806
26802025-09-20T23:38:39.393ZSep 20 23:38:38.718 INFO [omicron-package] process exited with exit status: 0 (98.24283243s)
26812025-09-20T23:38:39.393Z[ omicron-package] lat 3:35.740545672
26822025-09-20T23:38:39.393Z[ omicron-package] stop 1:32.934230990
26832025-09-20T23:38:39.393ZSep 20 23:38:38.719 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26842025-09-20T23:38:39.393ZSep 20 23:38:38.719 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26852025-09-20T23:38:39.393Z[ helios-setup] Sep 20 23:38:38.740 INFO E| Updating crates.io index
26862025-09-20T23:38:39.393Z[ helios-setup] Sep 20 23:38:38.740 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26872025-09-20T23:38:39.393Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26882025-09-20T23:38:39.393Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26892025-09-20T23:38:39.418Z[ host-target] Created new build target 'host' and set it as active
26902025-09-20T23:38:39.418Z[ recovery-target] Created new build target 'recovery' and set it as active
26912025-09-20T23:38:39.418ZSep 20 23:38:38.748 INFO [recovery-target] process exited with exit status: 0 (28.437539ms)
26922025-09-20T23:38:39.418ZSep 20 23:38:38.749 INFO [host-target] process exited with exit status: 0 (29.916545ms)
26932025-09-20T23:38:39.418ZSep 20 23:38:38.749 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26942025-09-20T23:38:39.418Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26952025-09-20T23:38:39.836Z[ host-package] Blocking waiting for file lock on package cache
26962025-09-20T23:38:39.966Z[ helios-setup] Sep 20 23:38:39.315 INFO E| From https://github.com/oxidecomputer/amd-apcb
26972025-09-20T23:38:39.966Z[ helios-setup] Sep 20 23:38:39.315 INFO E| * [new ref] d8244b0a0f4a1496799c660e53dfe294b46f8888 -> refs/commit/d8244b0a0f4a1496799c660e53dfe294b46f8888
26982025-09-20T23:38:40.033Z[ helios-setup] Sep 20 23:38:39.382 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26992025-09-20T23:38:40.576Z[ helios-setup] Sep 20 23:38:39.924 INFO E| From https://github.com/oxidecomputer/amd-efs
27002025-09-20T23:38:40.576Z[ helios-setup] Sep 20 23:38:39.924 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27012025-09-20T23:38:40.918Z[ helios-setup] Sep 20 23:38:40.267 INFO E| Blocking waiting for file lock on package cache
27022025-09-20T23:38:41.518Z[ host-package] Blocking waiting for file lock on package cache
27032025-09-20T23:38:42.566Z[ helios-setup] Sep 20 23:38:40.891 INFO E| Blocking waiting for file lock on package cache
27042025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.022 INFO E| Downloading crates ...
27052025-09-20T23:38:42.613Z[ host-package] Blocking waiting for file lock on package cache
27062025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.097 INFO E| Downloaded ansi_term v0.12.1
27072025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.100 INFO E| Downloaded serde_derive v1.0.219
27082025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.104 INFO E| Downloaded strum v0.27.1
27092025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.106 INFO E| Downloaded unic-char-property v0.9.0
27102025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.109 INFO E| Downloaded serde v1.0.219
27112025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.114 INFO E| Downloaded structopt v0.3.26
27122025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.124 INFO E| Downloaded unic-ucd-ident v0.9.0
27132025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.129 INFO E| Downloaded zerocopy v0.8.25
27142025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.162 INFO E| Downloaded unic-ucd-version v0.9.0
27152025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.163 INFO E| Downloaded pest_meta v2.8.0
27162025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.166 INFO E| Downloaded thiserror-impl v2.0.12
27172025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.168 INFO E| Downloaded structopt-derive v0.4.18
27182025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.170 INFO E| Downloaded zerocopy-derive v0.8.25
27192025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.178 INFO E| Downloaded typenum v1.18.0
27202025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.181 INFO E| Downloaded ryu v1.0.20
27212025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.185 INFO E| Downloaded parse_int v0.9.0
27222025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.186 INFO E| Downloaded pest_derive v2.8.0
27232025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.189 INFO E| Downloaded syn v2.0.101
27242025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.200 INFO E| Downloaded modular-bitfield-impl v0.11.2
27252025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.202 INFO E| Downloaded dyn-clone v1.0.19
27262025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.203 INFO E| Downloaded unic-common v0.9.0
27272025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.204 INFO E| Downloaded unic-char-range v0.9.0
27282025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.206 INFO E| Downloaded clap v2.34.0
27292025-09-20T23:38:42.613Z[ helios-setup] Sep 20 23:38:41.213 INFO E| Downloaded textwrap v0.11.0
27302025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.215 INFO E| Downloaded pest_generator v2.8.0
27312025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.216 INFO E| Downloaded modular-bitfield v0.11.2
27322025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.228 INFO E| Downloaded libc v0.2.172
27332025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.253 INFO E| Downloaded vec_map v0.8.2
27342025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.254 INFO E| Downloaded goblin v0.9.3
27352025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.260 INFO E| Downloaded thiserror v2.0.12
27362025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.266 INFO E| Downloaded serde_json v1.0.140
27372025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.273 INFO E| Downloaded scroll_derive v0.12.1
27382025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.274 INFO E| Downloaded pest v2.8.0
27392025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.280 INFO E| Downloaded four-cc v0.4.0
27402025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.281 INFO E| Downloaded cpufeatures v0.2.17
27412025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.283 INFO E| Downloaded fletcher v1.0.0
27422025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.283 INFO E| Downloaded rustversion v1.0.20
27432025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.286 INFO E| Downloaded proc-macro2 v1.0.95
27442025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.289 INFO E| Downloaded bytesize v2.0.1
27452025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.291 INFO E| Downloaded strsim v0.8.0
27462025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.292 INFO E| Downloaded itoa v1.0.15
27472025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.295 INFO E| Blocking waiting for file lock on package cache
27482025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.706 INFO E| Compiling proc-macro2 v1.0.95
27492025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.706 INFO E| Compiling unicode-ident v1.0.18
27502025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.706 INFO E| Compiling memchr v2.7.4
27512025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.706 INFO E| Compiling syn v1.0.109
27522025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.706 INFO E| Compiling autocfg v1.4.0
27532025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.706 INFO E| Compiling thiserror v2.0.12
27542025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.706 INFO E| Compiling serde v1.0.219
27552025-09-20T23:38:42.614Z[ helios-setup] Sep 20 23:38:41.707 INFO E| Compiling version_check v0.9.5
27562025-09-20T23:38:42.639Z[ helios-setup] Sep 20 23:38:41.945 INFO E| Compiling serde_json v1.0.140
27572025-09-20T23:38:43.033Z[ helios-setup] Sep 20 23:38:42.382 INFO E| Compiling schemars v0.8.22
27582025-09-20T23:38:43.057Z[ helios-setup] Sep 20 23:38:42.398 INFO E| Compiling ryu v1.0.20
27592025-09-20T23:38:43.082Z[ helios-setup] Sep 20 23:38:42.411 INFO E| Compiling itoa v1.0.15
27602025-09-20T23:38:43.106Z[ helios-setup] Sep 20 23:38:42.455 INFO E| Compiling proc-macro-error-attr v1.0.4
27612025-09-20T23:38:43.198Z[ helios-setup] Sep 20 23:38:42.547 INFO E| Compiling num-traits v0.2.19
27622025-09-20T23:38:43.297Z[ helios-setup] Sep 20 23:38:42.642 INFO E| Compiling memoffset v0.9.1
27632025-09-20T23:38:43.426Z[ helios-setup] Sep 20 23:38:42.774 INFO E| Compiling libc v0.2.172
27642025-09-20T23:38:43.451Z[ helios-setup] Sep 20 23:38:42.780 INFO E| Compiling ucd-trie v0.1.7
27652025-09-20T23:38:43.489Z[ helios-setup] Sep 20 23:38:42.838 INFO E| Compiling rustversion v1.0.20
27662025-09-20T23:38:43.593Z[ helios-setup] Sep 20 23:38:42.942 INFO E| Compiling zerocopy v0.8.25
27672025-09-20T23:38:43.667Z[ host-package] Compiling ring v0.17.14
27682025-09-20T23:38:43.736Z[ helios-setup] Sep 20 23:38:43.085 INFO E| Compiling paste v1.0.15
27692025-09-20T23:38:43.827Z[ host-package] Compiling typify-impl v0.4.3
27702025-09-20T23:38:43.929Z[ helios-setup] Sep 20 23:38:43.278 INFO E| Compiling dyn-clone v1.0.19
27712025-09-20T23:38:43.954Z[ host-package] Compiling convert_case v0.4.0
27722025-09-20T23:38:43.954Z[ host-package] Compiling num-rational v0.4.2
27732025-09-20T23:38:43.954Z[ host-package] Compiling num-complex v0.4.6
27742025-09-20T23:38:43.954Z[ host-package] Compiling float-ord v0.3.2
27752025-09-20T23:38:44.366Z[ helios-setup] Sep 20 23:38:43.715 INFO E| Compiling proc-macro-error v1.0.4
27762025-09-20T23:38:44.406Z[ helios-setup] Sep 20 23:38:43.755 INFO E| Compiling once_cell v1.21.3
27772025-09-20T23:38:44.459Z[ helios-setup] Sep 20 23:38:43.801 INFO E| Compiling quote v1.0.40
27782025-09-20T23:38:44.534Z[ helios-setup] Sep 20 23:38:43.883 INFO E| Compiling static_assertions v1.1.0
27792025-09-20T23:38:44.790Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27802025-09-20T23:38:45.311Z[ helios-setup] Sep 20 23:38:44.660 INFO E| Compiling syn v2.0.101
27812025-09-20T23:38:45.782Z[ helios-setup] Sep 20 23:38:45.131 INFO E| Compiling heck v0.5.0
27822025-09-20T23:38:45.824Z[ host-package] Compiling derive_more v0.99.20
27832025-09-20T23:38:46.165Z[ helios-setup] Sep 20 23:38:45.514 INFO E| Compiling unicode-width v0.1.14
27842025-09-20T23:38:46.327Z[ helios-setup] Sep 20 23:38:45.675 INFO E| Compiling unicode-segmentation v1.12.0
27852025-09-20T23:38:46.351Z[ host-package] Compiling bytecount v0.6.8
27862025-09-20T23:38:46.591Z[ host-package] Compiling num v0.4.3
27872025-09-20T23:38:46.705Z[ helios-setup] Sep 20 23:38:46.054 INFO E| Compiling atty v0.2.14
27882025-09-20T23:38:46.876Z[ host-package] Compiling is-terminal v0.4.13
27892025-09-20T23:38:47.025Z[ helios-setup] Sep 20 23:38:46.374 INFO E| Compiling textwrap v0.11.0
27902025-09-20T23:38:47.159Z[ helios-setup] Sep 20 23:38:46.504 INFO E| Compiling parse_int v0.9.0
27912025-09-20T23:38:47.188Z[ helios-setup] Sep 20 23:38:46.538 INFO E| Compiling fletcher v1.0.0
27922025-09-20T23:38:47.213Z[ host-package] Compiling secrecy v0.10.3
27932025-09-20T23:38:47.301Z[ helios-setup] Sep 20 23:38:46.650 INFO E| Compiling heck v0.3.3
27942025-09-20T23:38:47.325Z[ helios-setup] Sep 20 23:38:46.670 INFO E| Compiling strsim v0.8.0
27952025-09-20T23:38:47.383Z[ host-package] Compiling console v0.15.10
27962025-09-20T23:38:47.533Z[ helios-setup] Sep 20 23:38:46.882 INFO E| Compiling bitflags v1.3.2
27972025-09-20T23:38:47.583Z[ helios-setup] Sep 20 23:38:46.932 INFO E| Compiling vec_map v0.8.2
27982025-09-20T23:38:47.647Z[ host-package] Compiling swrite v0.1.0
27992025-09-20T23:38:47.778Z[ helios-setup] Sep 20 23:38:47.127 INFO E| Compiling byteorder v1.5.0
28002025-09-20T23:38:47.813Z[ helios-setup] Sep 20 23:38:47.162 INFO E| Compiling ansi_term v0.12.1
28012025-09-20T23:38:47.857Z[ host-package] Compiling camino v1.2.0
28022025-09-20T23:38:47.931Z[ helios-setup] Sep 20 23:38:47.280 INFO E| Compiling unic-char-range v0.9.0
28032025-09-20T23:38:48.100Z[ helios-setup] Sep 20 23:38:47.449 INFO E| Compiling strum v0.27.1
28042025-09-20T23:38:48.124Z[ helios-setup] Sep 20 23:38:47.457 INFO E| Compiling unic-common v0.9.0
28052025-09-20T23:38:48.149Z[ host-package] Compiling password-hash v0.5.0
28062025-09-20T23:38:48.244Z[ host-package] Compiling blake2 v0.10.6
28072025-09-20T23:38:48.268Z[ helios-setup] Sep 20 23:38:47.617 INFO E| Compiling unic-char-property v0.9.0
28082025-09-20T23:38:48.383Z[ helios-setup] Sep 20 23:38:47.732 INFO E| Compiling lazy_static v1.5.0
28092025-09-20T23:38:48.408Z[ helios-setup] Sep 20 23:38:47.744 INFO E| Compiling unic-ucd-version v0.9.0
28102025-09-20T23:38:48.465Z[ helios-setup] Sep 20 23:38:47.814 INFO E| Compiling plain v0.2.3
28112025-09-20T23:38:48.590Z[ helios-setup] Sep 20 23:38:47.939 INFO E| Compiling clap v2.34.0
28122025-09-20T23:38:48.614Z[ helios-setup] Sep 20 23:38:47.948 INFO E| Compiling log v0.4.27
28132025-09-20T23:38:48.614Z[ helios-setup] Sep 20 23:38:47.948 INFO E| Compiling unic-ucd-ident v0.9.0
28142025-09-20T23:38:48.644Z[ helios-setup] Sep 20 23:38:47.991 INFO E| Compiling bytesize v2.0.1
28152025-09-20T23:38:50.064Z[ host-package] Compiling rustls v0.23.19
28162025-09-20T23:38:50.146Z[ host-package] Compiling argon2 v0.5.3
28172025-09-20T23:38:51.493Z[ host-package] Compiling atomicwrites v0.4.4
28182025-09-20T23:38:52.212Z[ host-package] Compiling newline-converter v0.3.0
28192025-09-20T23:38:52.398Z[ host-package] Compiling fastrand v2.1.1
28202025-09-20T23:38:52.564Z[ host-package] Compiling expectorate v1.2.0
28212025-09-20T23:38:53.230Z[ host-package] Compiling tempfile v3.20.0
28222025-09-20T23:38:53.286Z[ host-package] Compiling rustls v0.22.4
28232025-09-20T23:38:53.390Z[ host-package] Compiling thread_local v1.1.8
28242025-09-20T23:38:53.414Z[ host-package] Compiling wait-timeout v0.2.0
28252025-09-20T23:38:53.541Z[ host-package] Compiling match_cfg v0.1.0
28262025-09-20T23:38:53.913Z[ host-package] Compiling rustls-webpki v0.102.8
28272025-09-20T23:38:53.971Z[ helios-setup] Sep 20 23:38:53.321 INFO E| Compiling modular-bitfield-impl v0.11.2
28282025-09-20T23:38:53.971Z[ helios-setup] Sep 20 23:38:53.321 INFO E| Compiling structopt-derive v0.4.18
28292025-09-20T23:38:53.996Z[ helios-setup] Sep 20 23:38:53.338 INFO E| Compiling serde_derive_internals v0.29.1
28302025-09-20T23:38:54.069Z[ host-package] Compiling cancel-safe-futures v0.1.5
28312025-09-20T23:38:54.371Z[ host-package] Compiling quick-error v1.2.3
28322025-09-20T23:38:54.427Z[ host-package] Compiling bit-vec v0.8.0
28332025-09-20T23:38:54.675Z[ host-package] Compiling owo-colors v4.2.2
28342025-09-20T23:38:54.845Z[ host-package] Compiling rusty-fork v0.3.0
28352025-09-20T23:38:55.178Z[ host-package] Compiling bit-set v0.8.0
28362025-09-20T23:38:55.906Z[ host-package] Compiling hostname v0.3.1
28372025-09-20T23:38:56.098Z[ host-package] Compiling ref-cast v1.0.24
28382025-09-20T23:38:56.332Z[ host-package] Compiling multer v3.1.0
28392025-09-20T23:38:56.357Z[ host-package] Compiling slog-async v2.8.0
28402025-09-20T23:38:56.705Z[ host-package] Compiling crossbeam-channel v0.5.15
28412025-09-20T23:38:56.730Z[ host-package] Compiling toml_parser v1.0.2
28422025-09-20T23:38:56.902Z[ host-package] Compiling slog-json v2.6.1
28432025-09-20T23:38:57.346Z[ helios-setup] Sep 20 23:38:56.695 INFO E| Compiling thiserror-impl v2.0.12
28442025-09-20T23:38:57.346Z[ helios-setup] Sep 20 23:38:56.695 INFO E| Compiling serde_derive v1.0.219
28452025-09-20T23:38:57.381Z[ helios-setup] Sep 20 23:38:56.730 INFO E| Compiling schemars_derive v0.8.22
28462025-09-20T23:38:57.406Z[ host-package] Compiling typify-macro v0.4.3
28472025-09-20T23:38:57.552Z[ helios-setup] Sep 20 23:38:56.901 INFO E| Compiling zerocopy-derive v0.8.25
28482025-09-20T23:38:57.577Z[ host-package] Compiling rand_xorshift v0.4.0
28492025-09-20T23:38:57.614Z[ helios-setup] Sep 20 23:38:56.963 INFO E| Compiling modular-bitfield v0.11.2
28502025-09-20T23:38:57.679Z[ helios-setup] Sep 20 23:38:57.029 INFO E| Compiling num-derive v0.4.2
28512025-09-20T23:38:57.743Z[ helios-setup] Sep 20 23:38:57.093 INFO E| Compiling strum_macros v0.27.1
28522025-09-20T23:38:58.377Z[ host-package] Compiling libsw-core v0.3.1
28532025-09-20T23:38:58.473Z[ helios-setup] Sep 20 23:38:57.812 INFO E| Compiling scroll_derive v0.12.1
28542025-09-20T23:38:58.498Z[ host-package] Compiling futures-executor v0.3.31
28552025-09-20T23:38:58.984Z[ host-package] Compiling serde_spanned v1.0.0
28562025-09-20T23:38:59.031Z[ helios-setup] Sep 20 23:38:58.381 INFO E| Compiling structopt v0.3.26
28572025-09-20T23:38:59.249Z[ host-package] Compiling toml_datetime v0.7.0
28582025-09-20T23:38:59.530Z[ host-package] Compiling hex v0.4.3
28592025-09-20T23:38:59.649Z[ host-package] Compiling toml_writer v1.0.2
28602025-09-20T23:39:00.659Z[ helios-setup] Sep 20 23:39:00.009 INFO E| Compiling scroll v0.12.0
28612025-09-20T23:39:00.798Z[ host-package] Compiling term v1.1.0
28622025-09-20T23:39:01.041Z[ host-package] Compiling take_mut v0.2.2
28632025-09-20T23:39:01.221Z[ host-package] Compiling unarray v0.1.4
28642025-09-20T23:39:01.374Z[ helios-setup] Sep 20 23:39:00.724 INFO E| Compiling goblin v0.9.3
28652025-09-20T23:39:01.720Z[ host-package] Compiling proptest v1.7.0
28662025-09-20T23:39:01.916Z[ helios-setup] Sep 20 23:39:01.266 INFO E| Compiling pest v2.8.0
28672025-09-20T23:39:02.793Z[ host-package] Compiling typify v0.4.3
28682025-09-20T23:39:03.170Z[ host-package] Compiling progenitor-impl v0.10.0
28692025-09-20T23:39:03.404Z[ host-package] Compiling tokio-rustls v0.25.0
28702025-09-20T23:39:04.341Z[ host-package] Compiling slog-term v2.9.2
28712025-09-20T23:39:06.118Z[ helios-setup] Sep 20 23:39:05.468 INFO E| Compiling pest_meta v2.8.0
28722025-09-20T23:39:07.439Z[ host-package] Compiling tokio-rustls v0.26.0
28732025-09-20T23:39:07.845Z[ helios-setup] Sep 20 23:39:07.195 INFO E| Compiling pest_generator v2.8.0
28742025-09-20T23:39:08.206Z[ host-package] Compiling hyper-rustls v0.27.7
28752025-09-20T23:39:09.248Z[ host-package] Compiling reqwest v0.12.22
28762025-09-20T23:39:10.334Z[ helios-setup] Sep 20 23:39:09.684 INFO E| Compiling pest_derive v2.8.0
28772025-09-20T23:39:12.273Z[ host-package] Compiling progenitor-macro v0.10.0
28782025-09-20T23:39:12.360Z[ host-package] Compiling toml v0.9.5
28792025-09-20T23:39:13.235Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28802025-09-20T23:39:13.508Z[ helios-setup] Sep 20 23:39:12.858 INFO E| Compiling json5 v0.4.1
28812025-09-20T23:39:13.650Z[ host-package] Compiling progenitor-client v0.9.1
28822025-09-20T23:39:14.488Z[ host-package] Compiling progenitor v0.9.1
28832025-09-20T23:39:14.837Z[ host-package] Compiling futures v0.3.31
28842025-09-20T23:39:15.081Z[ host-package] Compiling libsw v3.5.0
28852025-09-20T23:39:15.563Z[ host-package] Compiling slog-bunyan v2.5.0
28862025-09-20T23:39:17.422Z[ helios-setup] Sep 20 23:39:16.773 INFO E| Compiling four-cc v0.4.0
28872025-09-20T23:39:17.422Z[ helios-setup] Sep 20 23:39:16.773 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28882025-09-20T23:39:17.713Z[ helios-setup] Sep 20 23:39:17.064 INFO E| Compiling amd-apcb v0.5.4 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#d8244b0a)
28892025-09-20T23:39:18.735Z[ host-package] Compiling dropshot v0.16.4
28902025-09-20T23:39:19.113Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28912025-09-20T23:39:19.172Z[ host-package] Compiling async-stream v0.3.6
28922025-09-20T23:39:19.865Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28932025-09-20T23:39:19.971Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28942025-09-20T23:39:20.485Z[ host-package] Compiling waitgroup v0.1.2
28952025-09-20T23:39:20.849Z[ host-package] Compiling rustls-pemfile v2.2.0
28962025-09-20T23:39:21.275Z[ host-package] Compiling hashbrown v0.16.0
28972025-09-20T23:39:23.596Z[ host-package] Compiling serde_path_to_error v0.1.17
28982025-09-20T23:39:24.200Z[ host-package] Compiling hostname v0.4.0
28992025-09-20T23:39:24.408Z[ host-package] Compiling instant v0.1.13
29002025-09-20T23:39:24.532Z[ host-package] Compiling linear-map v1.2.0
29012025-09-20T23:39:24.752Z[ host-package] Compiling foldhash v0.2.0
29022025-09-20T23:39:25.211Z[ host-package] Compiling debug-ignore v1.0.5
29032025-09-20T23:39:25.297Z[ host-package] Compiling iddqd v0.3.13
29042025-09-20T23:39:28.001Z[ host-package] Compiling progenitor-client v0.10.0
29052025-09-20T23:39:30.550Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
29062025-09-20T23:39:33.658Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29072025-09-20T23:39:34.119Z[ host-package] Compiling progenitor v0.10.0
29082025-09-20T23:39:34.447Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29092025-09-20T23:39:39.384Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29102025-09-20T23:39:40.671Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29112025-09-20T23:39:41.347Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29122025-09-20T23:39:43.681Z[ host-package] Compiling backoff v0.4.0
29132025-09-20T23:39:47.013Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
29142025-09-20T23:39:48.164Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29152025-09-20T23:39:48.479Z[ host-package] Compiling parse-display v0.10.0
29162025-09-20T23:39:48.641Z[ host-package] Compiling serde_with v3.14.0
29172025-09-20T23:39:49.080Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29182025-09-20T23:39:50.032Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
29192025-09-20T23:39:51.471Z[ host-package] Compiling macaddr v1.0.1
29202025-09-20T23:39:51.976Z[ host-package] Compiling utf-8 v0.7.6
29212025-09-20T23:39:52.001Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29222025-09-20T23:39:52.456Z[ host-package] Compiling toml v0.8.23
29232025-09-20T23:39:52.662Z[ host-package] Compiling keccak v0.1.5
29242025-09-20T23:39:53.706Z[ host-package] Compiling sha3 v0.10.8
29252025-09-20T23:39:53.994Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29262025-09-20T23:39:54.665Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29272025-09-20T23:39:55.434Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29282025-09-20T23:39:56.294Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29292025-09-20T23:39:56.565Z[ helios-setup] Sep 20 23:39:55.918 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29302025-09-20T23:39:56.870Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29312025-09-20T23:40:06.436Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29322025-09-20T23:40:06.697Z[ helios-setup] Sep 20 23:40:06.050 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29332025-09-20T23:40:08.194Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29342025-09-20T23:40:08.909Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29352025-09-20T23:40:09.575Z[ host-package] Compiling prettyplease v0.2.36
29362025-09-20T23:40:09.762Z[ host-package] Compiling papergrid v0.11.0
29372025-09-20T23:40:10.225Z[ host-package] Compiling tabled_derive v0.7.0
29382025-09-20T23:40:12.153Z[ host-package] Compiling csv-core v0.1.11
29392025-09-20T23:40:13.108Z[ host-package] Compiling highway v1.3.0
29402025-09-20T23:40:14.578Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29412025-09-20T23:40:17.291Z[ host-package] Compiling tough v0.20.0
29422025-09-20T23:40:17.485Z[ host-package] Compiling csv v1.3.1
29432025-09-20T23:40:19.886Z[ host-package] Compiling tabled v0.15.0
29442025-09-20T23:40:21.494Z[ host-package] Compiling tungstenite v0.21.0
29452025-09-20T23:40:22.438Z[ host-package] Compiling half v2.4.1
29462025-09-20T23:40:23.149Z[ host-package] Compiling semver v0.1.20
29472025-09-20T23:40:23.754Z[ host-package] Compiling ciborium-io v0.2.2
29482025-09-20T23:40:23.951Z[ host-package] Compiling ciborium-ll v0.2.2
29492025-09-20T23:40:24.555Z[ host-package] Compiling rustc_version v0.1.7
29502025-09-20T23:40:25.295Z[ host-package] Compiling tokio-tungstenite v0.21.0
29512025-09-20T23:40:26.696Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29522025-09-20T23:40:26.826Z[ host-package] Compiling newtype_derive v0.1.6
29532025-09-20T23:40:27.535Z[ host-package] Compiling ciborium v0.2.2
29542025-09-20T23:40:28.156Z[ host-package] Compiling humantime v2.2.0
29552025-09-20T23:40:29.151Z[ host-package] Compiling unicode-linebreak v0.1.5
29562025-09-20T23:40:29.487Z[ host-package] Compiling smawk v0.3.2
29572025-09-20T23:40:29.897Z[ host-package] Compiling textwrap v0.16.2
29582025-09-20T23:40:30.088Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
29592025-09-20T23:40:30.447Z[ host-package] Compiling resolv-conf v0.7.0
29602025-09-20T23:40:31.584Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
29612025-09-20T23:40:32.165Z[ host-package] Compiling universal-hash v0.5.1
29622025-09-20T23:40:32.531Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
29632025-09-20T23:40:32.836Z[ host-package] Compiling opaque-debug v0.3.1
29642025-09-20T23:40:33.044Z[ host-package] Compiling poly1305 v0.8.0
29652025-09-20T23:40:33.291Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
29662025-09-20T23:40:33.711Z[ host-package] Compiling steno v0.4.1
29672025-09-20T23:40:33.941Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29682025-09-20T23:40:34.199Z[ host-package] Compiling chacha20 v0.9.1
29692025-09-20T23:40:34.389Z[ host-package] Compiling aead v0.5.2
29702025-09-20T23:40:34.642Z[ host-package] Compiling linked-hash-map v0.5.6
29712025-09-20T23:40:34.796Z[ host-package] Compiling chacha20poly1305 v0.10.1
29722025-09-20T23:40:34.852Z[ host-package] Compiling thiserror-no-std v2.0.2
29732025-09-20T23:40:34.889Z[ host-package] Compiling hickory-proto v0.24.4
29742025-09-20T23:40:35.135Z[ host-package] Compiling vsss-rs v3.3.4
29752025-09-20T23:40:35.159Z[ host-package] Compiling lru-cache v0.1.2
29762025-09-20T23:40:35.250Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29772025-09-20T23:40:35.477Z[ host-package] Compiling slog-dtrace v0.3.0
29782025-09-20T23:40:36.073Z[ host-package] Compiling moka v0.12.10
29792025-09-20T23:40:36.536Z[ host-package] Compiling tagptr v0.2.0
29802025-09-20T23:40:36.946Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29812025-09-20T23:40:37.036Z[ helios-setup] Sep 20 23:40:36.391 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
29822025-09-20T23:40:37.082Z[ helios-setup] Sep 20 23:40:36.437 INFO building project "amd-host-image-builder" ok (117 seconds)
29832025-09-20T23:40:37.082Z[ helios-setup] Sep 20 23:40:36.438 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
29842025-09-20T23:40:37.184Z[ helios-setup] Sep 20 23:40:36.540 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)"
29852025-09-20T23:40:37.184Z[ helios-setup] Sep 20 23:40:36.540 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29862025-09-20T23:40:37.184Z[ helios-setup] Sep 20 23:40:36.540 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29872025-09-20T23:40:37.429Z[ helios-setup] Sep 20 23:40:36.785 INFO E| Downloading crates ...
29882025-09-20T23:40:37.483Z[ helios-setup] Sep 20 23:40:36.838 INFO E| Downloaded cpufeatures v0.2.5
29892025-09-20T23:40:37.507Z[ helios-setup] Sep 20 23:40:36.841 INFO E| Downloaded generic-array v0.14.6
29902025-09-20T23:40:37.507Z[ helios-setup] Sep 20 23:40:36.851 INFO E| Downloaded sha2 v0.10.5
29912025-09-20T23:40:37.508Z[ helios-setup] Sep 20 23:40:36.855 INFO E| Downloaded digest v0.10.3
29922025-09-20T23:40:37.508Z[ helios-setup] Sep 20 23:40:36.858 INFO E| Downloaded typenum v1.15.0
29932025-09-20T23:40:37.508Z[ helios-setup] Sep 20 23:40:36.861 INFO E| Downloaded miniz_oxide v0.6.2
29942025-09-20T23:40:37.532Z[ helios-setup] Sep 20 23:40:36.864 INFO E| Downloaded flate2 v1.0.25
29952025-09-20T23:40:37.532Z[ helios-setup] Sep 20 23:40:36.869 INFO E| Downloaded block-buffer v0.10.3
29962025-09-20T23:40:37.532Z[ helios-setup] Sep 20 23:40:36.876 INFO E| Downloaded bytes v1.2.1
29972025-09-20T23:40:37.532Z[ helios-setup] Sep 20 23:40:36.881 INFO E| Downloaded anyhow v1.0.62
29982025-09-20T23:40:37.590Z[ helios-setup] Sep 20 23:40:36.946 INFO E| Compiling version_check v0.9.4
29992025-09-20T23:40:37.590Z[ helios-setup] Sep 20 23:40:36.946 INFO E| Compiling typenum v1.15.0
30002025-09-20T23:40:37.590Z[ helios-setup] Sep 20 23:40:36.946 INFO E| Compiling cfg-if v1.0.0
30012025-09-20T23:40:37.615Z[ helios-setup] Sep 20 23:40:36.946 INFO E| Compiling crc32fast v1.3.2
30022025-09-20T23:40:37.615Z[ helios-setup] Sep 20 23:40:36.946 INFO E| Compiling anyhow v1.0.62
30032025-09-20T23:40:37.615Z[ helios-setup] Sep 20 23:40:36.946 INFO E| Compiling adler v1.0.2
30042025-09-20T23:40:37.615Z[ helios-setup] Sep 20 23:40:36.946 INFO E| Compiling cpufeatures v0.2.5
30052025-09-20T23:40:37.615Z[ helios-setup] Sep 20 23:40:36.946 INFO E| Compiling unicode-width v0.1.10
30062025-09-20T23:40:38.188Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
30072025-09-20T23:40:38.373Z[ helios-setup] Sep 20 23:40:37.729 INFO E| Compiling bytes v1.2.1
30082025-09-20T23:40:38.653Z[ helios-setup] Sep 20 23:40:38.009 INFO E| Compiling miniz_oxide v0.6.2
30092025-09-20T23:40:38.860Z[ helios-setup] Sep 20 23:40:38.216 INFO E| Compiling getopts v0.2.21
30102025-09-20T23:40:38.934Z[ helios-setup] Sep 20 23:40:38.290 INFO E| Compiling bitflags v1.3.2
30112025-09-20T23:40:39.501Z[ helios-setup] Sep 20 23:40:38.856 INFO E| Compiling generic-array v0.14.6
30122025-09-20T23:40:40.495Z[ helios-setup] Sep 20 23:40:39.851 INFO E| Compiling flate2 v1.0.25
30132025-09-20T23:40:42.963Z[ helios-setup] Sep 20 23:40:42.318 INFO E| Compiling crypto-common v0.1.6
30142025-09-20T23:40:42.963Z[ helios-setup] Sep 20 23:40:42.318 INFO E| Compiling block-buffer v0.10.3
30152025-09-20T23:40:43.211Z[ helios-setup] Sep 20 23:40:42.567 INFO E| Compiling digest v0.10.3
30162025-09-20T23:40:43.559Z[ helios-setup] Sep 20 23:40:42.915 INFO E| Compiling sha2 v0.10.5
30172025-09-20T23:40:44.136Z[ helios-setup] Sep 20 23:40:43.492 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30182025-09-20T23:40:45.002Z[ host-package] Compiling hickory-resolver v0.24.4
30192025-09-20T23:40:48.172Z[ helios-setup] Sep 20 23:40:47.528 INFO E| Finished `release` profile [optimized] target(s) in 10.90s
30202025-09-20T23:40:48.196Z[ helios-setup] Sep 20 23:40:47.543 INFO building project "bootserver" ok (11 seconds)
30212025-09-20T23:40:48.197Z[ helios-setup] Sep 20 23:40:47.543 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
30222025-09-20T23:40:48.291Z[ helios-setup] Sep 20 23:40:47.647 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)"
30232025-09-20T23:40:48.291Z[ helios-setup] Sep 20 23:40:47.647 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30242025-09-20T23:40:48.316Z[ helios-setup] Sep 20 23:40:47.647 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30252025-09-20T23:40:48.663Z[ helios-setup] Sep 20 23:40:48.019 INFO E| Downloading crates ...
30262025-09-20T23:40:48.833Z[ helios-setup] Sep 20 23:40:48.189 INFO E| Downloaded miniz_oxide v0.8.8
30272025-09-20T23:40:48.941Z[ helios-setup] Sep 20 23:40:48.298 INFO E| Compiling adler2 v2.0.0
30282025-09-20T23:40:49.205Z[ helios-setup] Sep 20 23:40:48.562 INFO E| Compiling miniz_oxide v0.8.8
30292025-09-20T23:40:49.515Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302025-09-20T23:40:50.365Z[ host-package] Compiling qorb v0.4.1
30312025-09-20T23:40:51.459Z[ helios-setup] Sep 20 23:40:50.816 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30322025-09-20T23:40:52.376Z[ helios-setup] Sep 20 23:40:51.732 INFO E| Finished `release` profile [optimized] target(s) in 3.98s
30332025-09-20T23:40:52.401Z[ helios-setup] Sep 20 23:40:51.746 INFO building project "pinprick" ok (4 seconds)
30342025-09-20T23:40:52.401Z[ helios-setup] Sep 20 23:40:51.746 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30352025-09-20T23:40:52.494Z[ helios-setup] Sep 20 23:40:51.850 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)"
30362025-09-20T23:40:52.494Z[ helios-setup] Sep 20 23:40:51.851 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30372025-09-20T23:40:52.494Z[ helios-setup] Sep 20 23:40:51.851 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30382025-09-20T23:40:52.762Z[ helios-setup] Sep 20 23:40:52.118 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
30392025-09-20T23:40:53.718Z[ host-package] Compiling hickory-resolver v0.25.2
30402025-09-20T23:40:53.997Z[ helios-setup] Sep 20 23:40:53.353 INFO E| From https://github.com/oxidecomputer/progenitor
30412025-09-20T23:40:53.997Z[ helios-setup] Sep 20 23:40:53.353 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
30422025-09-20T23:40:54.119Z[ helios-setup] Sep 20 23:40:53.475 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30432025-09-20T23:40:54.526Z[ helios-setup] Sep 20 23:40:53.883 INFO E| From https://github.com/jclulow/hiercmd
30442025-09-20T23:40:54.526Z[ helios-setup] Sep 20 23:40:53.883 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
30452025-09-20T23:40:54.551Z[ helios-setup] Sep 20 23:40:53.902 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
30462025-09-20T23:40:55.022Z[ helios-setup] Sep 20 23:40:54.378 INFO E| From https://github.com/jclulow/network-interface
30472025-09-20T23:40:55.022Z[ helios-setup] Sep 20 23:40:54.378 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
30482025-09-20T23:40:55.046Z[ helios-setup] Sep 20 23:40:54.394 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30492025-09-20T23:40:55.489Z[ helios-setup] Sep 20 23:40:54.846 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30502025-09-20T23:40:55.489Z[ helios-setup] Sep 20 23:40:54.846 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30512025-09-20T23:40:55.517Z[ helios-setup] Sep 20 23:40:54.874 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
30522025-09-20T23:40:56.044Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30532025-09-20T23:40:56.363Z[ helios-setup] Sep 20 23:40:55.719 INFO E| From https://github.com/oxidecomputer/facade
30542025-09-20T23:40:56.363Z[ helios-setup] Sep 20 23:40:55.719 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
30552025-09-20T23:40:56.415Z[ helios-setup] Sep 20 23:40:55.759 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
30562025-09-20T23:40:57.315Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30572025-09-20T23:40:57.383Z[ helios-setup] Sep 20 23:40:56.740 INFO E| From https://github.com/oxidecomputer/dropshot
30582025-09-20T23:40:57.383Z[ helios-setup] Sep 20 23:40:56.740 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
30592025-09-20T23:40:57.418Z[ helios-setup] Sep 20 23:40:56.775 INFO E| Updating crates.io index
30602025-09-20T23:40:57.558Z[ helios-setup] Sep 20 23:40:56.914 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
30612025-09-20T23:40:58.315Z[ host-package] Compiling derive_builder_core v0.20.2
30622025-09-20T23:40:58.486Z[ helios-setup] Sep 20 23:40:57.843 INFO E| From https://github.com/oxidecomputer/typify
30632025-09-20T23:40:58.486Z[ helios-setup] Sep 20 23:40:57.843 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
30642025-09-20T23:40:58.916Z[ helios-setup] Sep 20 23:40:58.273 INFO E| Downloading crates ...
30652025-09-20T23:40:59.163Z[ helios-setup] Sep 20 23:40:58.520 INFO E| Downloaded project-root v0.2.2
30662025-09-20T23:40:59.188Z[ helios-setup] Sep 20 23:40:58.522 INFO E| Downloaded autocfg v1.1.0
30672025-09-20T23:40:59.212Z[ helios-setup] Sep 20 23:40:58.557 INFO E| Downloaded tokio-tungstenite v0.18.0
30682025-09-20T23:40:59.212Z[ helios-setup] Sep 20 23:40:58.561 INFO E| Downloaded unicode-linebreak v0.1.4
30692025-09-20T23:40:59.212Z[ helios-setup] Sep 20 23:40:58.564 INFO E| Downloaded rustls-pemfile v1.0.2
30702025-09-20T23:40:59.213Z[ helios-setup] Sep 20 23:40:58.567 INFO E| Downloaded schemars_derive v0.8.12
30712025-09-20T23:40:59.213Z[ helios-setup] Sep 20 23:40:58.569 INFO E| Downloaded schemars v0.8.12
30722025-09-20T23:40:59.237Z[ helios-setup] Sep 20 23:40:58.585 INFO E| Downloaded strsim v0.10.0
30732025-09-20T23:40:59.238Z[ helios-setup] Sep 20 23:40:58.588 INFO E| Downloaded serde_yaml v0.9.21
30742025-09-20T23:40:59.238Z[ helios-setup] Sep 20 23:40:58.594 INFO E| Downloaded smawk v0.3.1
30752025-09-20T23:40:59.262Z[ helios-setup] Sep 20 23:40:58.597 INFO E| Downloaded smartstring v1.0.1
30762025-09-20T23:40:59.262Z[ helios-setup] Sep 20 23:40:58.602 INFO E| Downloaded scopeguard v1.1.0
30772025-09-20T23:40:59.262Z[ helios-setup] Sep 20 23:40:58.604 INFO E| Downloaded syn v2.0.72
30782025-09-20T23:40:59.287Z[ helios-setup] Sep 20 23:40:58.626 INFO E| Downloaded rustfmt-wrapper v0.2.0
30792025-09-20T23:40:59.287Z[ helios-setup] Sep 20 23:40:58.633 INFO E| Downloaded utf8parse v0.2.1
30802025-09-20T23:40:59.287Z[ helios-setup] Sep 20 23:40:58.637 INFO E| Downloaded toml_datetime v0.6.1
30812025-09-20T23:40:59.287Z[ helios-setup] Sep 20 23:40:58.642 INFO E| Downloaded uuid v1.3.0
30822025-09-20T23:40:59.312Z[ helios-setup] Sep 20 23:40:58.651 INFO E| Downloaded tokio-rustls v0.24.0
30832025-09-20T23:40:59.312Z[ helios-setup] Sep 20 23:40:58.655 INFO E| Downloaded url v2.3.1
30842025-09-20T23:40:59.312Z[ helios-setup] Sep 20 23:40:58.661 INFO E| Downloaded rsa v0.9.8
30852025-09-20T23:40:59.312Z[ helios-setup] Sep 20 23:40:58.669 INFO E| Downloaded toml_edit v0.19.8
30862025-09-20T23:40:59.338Z[ helios-setup] Sep 20 23:40:58.695 INFO E| Downloaded winnow v0.4.1
30872025-09-20T23:40:59.363Z[ helios-setup] Sep 20 23:40:58.707 INFO E| Downloaded parking_lot_core v0.9.6
30882025-09-20T23:40:59.363Z[ helios-setup] Sep 20 23:40:58.710 INFO E| Downloaded unicode-normalization v0.1.22
30892025-09-20T23:40:59.363Z[ helios-setup] Sep 20 23:40:58.718 INFO E| Downloaded rhai_codegen v1.5.0
30902025-09-20T23:40:59.406Z[ helios-setup] Sep 20 23:40:58.763 INFO E| Downloaded mio v0.8.5
30912025-09-20T23:40:59.431Z[ helios-setup] Sep 20 23:40:58.772 INFO E| Downloaded pest v2.5.7
30922025-09-20T23:40:59.431Z[ helios-setup] Sep 20 23:40:58.780 INFO E| Downloaded aho-corasick v0.7.20
30932025-09-20T23:40:59.431Z[ helios-setup] Sep 20 23:40:58.786 INFO E| Downloaded hashbrown v0.15.3
30942025-09-20T23:40:59.456Z[ helios-setup] Sep 20 23:40:58.794 INFO E| Downloaded rustls v0.21.0
30952025-09-20T23:40:59.456Z[ helios-setup] Sep 20 23:40:58.809 INFO E| Downloaded h2 v0.3.16
30962025-09-20T23:40:59.481Z[ helios-setup] Sep 20 23:40:58.818 INFO E| Downloaded rustix v0.37.3
30972025-09-20T23:40:59.505Z[ helios-setup] Sep 20 23:40:58.843 INFO E| Downloaded libm v0.2.15
30982025-09-20T23:40:59.505Z[ helios-setup] Sep 20 23:40:58.857 INFO E| Downloaded git2 v0.16.1
30992025-09-20T23:40:59.530Z[ helios-setup] Sep 20 23:40:58.869 INFO E| Downloaded regex v1.7.3
31002025-09-20T23:40:59.530Z[ helios-setup] Sep 20 23:40:58.879 INFO E| Downloaded chrono v0.4.24
31012025-09-20T23:40:59.555Z[ helios-setup] Sep 20 23:40:58.888 INFO E| Downloaded regress v0.5.0
31022025-09-20T23:40:59.555Z[ helios-setup] Sep 20 23:40:58.897 INFO E| Downloaded idna v0.3.0
31032025-09-20T23:40:59.555Z[ helios-setup] Sep 20 23:40:58.905 INFO E| Downloaded hyper v0.14.25
31042025-09-20T23:40:59.579Z[ helios-setup] Sep 20 23:40:58.914 INFO E| Downloaded http v0.2.9
31052025-09-20T23:40:59.579Z[ helios-setup] Sep 20 23:40:58.919 INFO E| Downloaded rhai v1.14.0
31062025-09-20T23:40:59.579Z[ helios-setup] Sep 20 23:40:58.933 INFO E| Downloaded der v0.7.10
31072025-09-20T23:40:59.604Z[ helios-setup] Sep 20 23:40:58.940 INFO E| Downloaded crossbeam-channel v0.5.6
31082025-09-20T23:40:59.604Z[ helios-setup] Sep 20 23:40:58.945 INFO E| Downloaded memchr v2.5.0
31092025-09-20T23:40:59.604Z[ helios-setup] Sep 20 23:40:58.950 INFO E| Downloaded openapiv3 v1.0.2
31102025-09-20T23:40:59.629Z[ helios-setup] Sep 20 23:40:58.964 INFO E| Downloaded iddqd v0.3.1
31112025-09-20T23:40:59.629Z[ helios-setup] Sep 20 23:40:58.970 INFO E| Downloaded futures-util v0.3.28
31122025-09-20T23:40:59.629Z[ helios-setup] Sep 20 23:40:58.985 INFO E| Downloaded derive-where v1.4.0
31132025-09-20T23:40:59.654Z[ helios-setup] Sep 20 23:40:58.989 INFO E| Downloaded clap_builder v4.2.1
31142025-09-20T23:40:59.654Z[ helios-setup] Sep 20 23:40:58.998 INFO E| Downloaded bytes v1.4.0
31152025-09-20T23:40:59.654Z[ helios-setup] Sep 20 23:40:59.003 INFO E| Downloaded tokio v1.27.0
31162025-09-20T23:40:59.684Z[ helios-setup] Sep 20 23:40:59.041 INFO E| Downloaded anyhow v1.0.68
31172025-09-20T23:40:59.709Z[ helios-setup] Sep 20 23:40:59.046 INFO E| Downloaded num-traits v0.2.15
31182025-09-20T23:40:59.709Z[ helios-setup] Sep 20 23:40:59.050 INFO E| Downloaded pin-project-lite v0.2.9
31192025-09-20T23:40:59.709Z[ helios-setup] Sep 20 23:40:59.055 INFO E| Downloaded ipnet v2.7.2
31202025-09-20T23:40:59.709Z[ helios-setup] Sep 20 23:40:59.057 INFO E| Downloaded getrandom v0.2.8
31212025-09-20T23:40:59.709Z[ helios-setup] Sep 20 23:40:59.060 INFO E| Downloaded parking_lot v0.12.1
31222025-09-20T23:40:59.709Z[ helios-setup] Sep 20 23:40:59.063 INFO E| Downloaded io-lifetimes v1.0.10
31232025-09-20T23:40:59.733Z[ helios-setup] Sep 20 23:40:59.066 INFO E| Downloaded futures-channel v0.3.28
31242025-09-20T23:40:59.733Z[ helios-setup] Sep 20 23:40:59.068 INFO E| Downloaded libc v0.2.139
31252025-09-20T23:40:59.758Z[ helios-setup] Sep 20 23:40:59.097 INFO E| Downloaded futures v0.3.28
31262025-09-20T23:40:59.758Z[ helios-setup] Sep 20 23:40:59.103 INFO E| Downloaded cc v1.0.78
31272025-09-20T23:40:59.758Z[ helios-setup] Sep 20 23:40:59.106 INFO E| Downloaded cargo-lock v8.0.3
31282025-09-20T23:40:59.758Z[ helios-setup] Sep 20 23:40:59.109 INFO E| Downloaded base64 v0.21.0
31292025-09-20T23:40:59.758Z[ helios-setup] Sep 20 23:40:59.114 INFO E| Downloaded async-trait v0.1.68
31302025-09-20T23:40:59.783Z[ helios-setup] Sep 20 23:40:59.119 INFO E| Downloaded ahash v0.8.3
31312025-09-20T23:40:59.783Z[ helios-setup] Sep 20 23:40:59.132 INFO E| Downloaded ahash v0.7.6
31322025-09-20T23:40:59.783Z[ helios-setup] Sep 20 23:40:59.136 INFO E| Downloaded proc-macro2 v1.0.86
31332025-09-20T23:40:59.783Z[ helios-setup] Sep 20 23:40:59.139 INFO E| Downloaded percent-encoding v2.2.0
31342025-09-20T23:40:59.783Z[ helios-setup] Sep 20 23:40:59.141 INFO E| Downloaded num_enum_derive v0.5.7
31352025-09-20T23:40:59.829Z[ helios-setup] Sep 20 23:40:59.142 INFO E| Downloaded log v0.4.17
31362025-09-20T23:40:59.829Z[ helios-setup] Sep 20 23:40:59.147 INFO E| Downloaded jobserver v0.1.26
31372025-09-20T23:40:59.829Z[ helios-setup] Sep 20 23:40:59.149 INFO E| Downloaded httpdate v1.0.2
31382025-09-20T23:40:59.829Z[ helios-setup] Sep 20 23:40:59.154 INFO E| Downloaded httparse v1.8.0
31392025-09-20T23:40:59.829Z[ helios-setup] Sep 20 23:40:59.160 INFO E| Downloaded http-body v0.4.5
31402025-09-20T23:40:59.829Z[ helios-setup] Sep 20 23:40:59.163 INFO E| Downloaded clap v4.2.1
31412025-09-20T23:40:59.829Z[ helios-setup] Sep 20 23:40:59.173 INFO E| Downloaded anstyle-parse v0.1.1
31422025-09-20T23:40:59.829Z[ helios-setup] Sep 20 23:40:59.176 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
31432025-09-20T23:40:59.829Z[ helios-setup] Sep 20 23:40:59.178 INFO E| Downloaded proc-macro-crate v1.2.1
31442025-09-20T23:40:59.829Z[ helios-setup] Sep 20 23:40:59.179 INFO E| Downloaded paste v1.0.12
31452025-09-20T23:40:59.829Z[ helios-setup] Sep 20 23:40:59.183 INFO E| Downloaded itoa v1.0.6
31462025-09-20T23:40:59.854Z[ helios-setup] Sep 20 23:40:59.185 INFO E| Downloaded is-terminal v0.4.7
31472025-09-20T23:40:59.854Z[ helios-setup] Sep 20 23:40:59.186 INFO E| Downloaded iana-time-zone v0.1.56
31482025-09-20T23:40:59.854Z[ helios-setup] Sep 20 23:40:59.189 INFO E| Downloaded env_logger v0.10.2
31492025-09-20T23:40:59.854Z[ helios-setup] Sep 20 23:40:59.193 INFO E| Downloaded dyn-clone v1.0.11
31502025-09-20T23:40:59.854Z[ helios-setup] Sep 20 23:40:59.196 INFO E| Downloaded clap_lex v0.4.1
31512025-09-20T23:40:59.854Z[ helios-setup] Sep 20 23:40:59.200 INFO E| Downloaded tracing v0.1.37
31522025-09-20T23:40:59.854Z[ helios-setup] Sep 20 23:40:59.210 INFO E| Downloaded once_cell v1.17.0
31532025-09-20T23:40:59.879Z[ helios-setup] Sep 20 23:40:59.215 INFO E| Downloaded futures-io v0.3.28
31542025-09-20T23:40:59.879Z[ helios-setup] Sep 20 23:40:59.216 INFO E| Downloaded crossbeam-utils v0.8.14
31552025-09-20T23:40:59.879Z[ helios-setup] Sep 20 23:40:59.222 INFO E| Downloaded clap_derive v4.2.0
31562025-09-20T23:40:59.879Z[ helios-setup] Sep 20 23:40:59.225 INFO E| Downloaded unsafe-libyaml v0.2.8
31572025-09-20T23:40:59.905Z[ helios-setup] Sep 20 23:40:59.241 INFO E| Downloaded unicode-bidi v0.3.13
31582025-09-20T23:41:00.025Z[ helios-setup] Sep 20 23:40:59.381 INFO E| Downloaded tracing-core v0.1.30
31592025-09-20T23:41:00.050Z[ helios-setup] Sep 20 23:40:59.388 INFO E| Downloaded encoding_rs v0.8.32
31602025-09-20T23:41:00.075Z[ helios-setup] Sep 20 23:40:59.416 INFO E| Downloaded tokio-util v0.7.7
31612025-09-20T23:41:00.075Z[ helios-setup] Sep 20 23:40:59.423 INFO E| Downloaded textwrap v0.16.0
31622025-09-20T23:41:00.075Z[ helios-setup] Sep 20 23:40:59.426 INFO E| Downloaded quote v1.0.36
31632025-09-20T23:41:00.075Z[ helios-setup] Sep 20 23:40:59.430 INFO E| Downloaded ppv-lite86 v0.2.17
31642025-09-20T23:41:00.075Z[ helios-setup] Sep 20 23:40:59.432 INFO E| Downloaded num_enum v0.5.7
31652025-09-20T23:41:00.100Z[ helios-setup] Sep 20 23:40:59.436 INFO E| Downloaded lock_api v0.4.9
31662025-09-20T23:41:00.100Z[ helios-setup] Sep 20 23:40:59.438 INFO E| Downloaded concolor-override v1.0.0
31672025-09-20T23:41:00.100Z[ helios-setup] Sep 20 23:40:59.440 INFO E| Downloaded built v0.6.0
31682025-09-20T23:41:00.100Z[ helios-setup] Sep 20 23:40:59.442 INFO E| Downloaded bitfield v0.14.0
31692025-09-20T23:41:00.100Z[ helios-setup] Sep 20 23:40:59.443 INFO E| Downloaded anstream v0.2.6
31702025-09-20T23:41:00.100Z[ helios-setup] Sep 20 23:40:59.446 INFO E| Downloaded tokio-macros v2.0.0
31712025-09-20T23:41:00.100Z[ helios-setup] Sep 20 23:40:59.447 INFO E| Downloaded tinyvec v1.6.0
31722025-09-20T23:41:00.100Z[ helios-setup] Sep 20 23:40:59.451 INFO E| Downloaded tempfile v3.5.0
31732025-09-20T23:41:00.100Z[ helios-setup] Sep 20 23:40:59.454 INFO E| Downloaded pkg-config v0.3.26
31742025-09-20T23:41:00.100Z[ helios-setup] Sep 20 23:40:59.456 INFO E| Downloaded num-integer v0.1.45
31752025-09-20T23:41:00.125Z[ helios-setup] Sep 20 23:40:59.457 INFO E| Downloaded futures-executor v0.3.28
31762025-09-20T23:41:00.125Z[ helios-setup] Sep 20 23:40:59.459 INFO E| Downloaded crc v3.3.0
31772025-09-20T23:41:00.125Z[ helios-setup] Sep 20 23:40:59.461 INFO E| Downloaded ucd-trie v0.1.5
31782025-09-20T23:41:00.125Z[ helios-setup] Sep 20 23:40:59.463 INFO E| Downloaded toml v0.7.3
31792025-09-20T23:41:00.125Z[ helios-setup] Sep 20 23:40:59.467 INFO E| Downloaded tls_codec_derive v0.4.2
31802025-09-20T23:41:00.125Z[ helios-setup] Sep 20 23:40:59.469 INFO E| Downloaded time v0.1.45
31812025-09-20T23:41:00.125Z[ helios-setup] Sep 20 23:40:59.471 INFO E| Downloaded termcolor v1.2.0
31822025-09-20T23:41:00.125Z[ helios-setup] Sep 20 23:40:59.472 INFO E| Downloaded slab v0.4.7
31832025-09-20T23:41:00.125Z[ helios-setup] Sep 20 23:40:59.474 INFO E| Downloaded serde v1.0.204
31842025-09-20T23:41:00.125Z[ helios-setup] Sep 20 23:40:59.478 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31852025-09-20T23:41:00.183Z[ helios-setup] Sep 20 23:40:59.540 INFO E| Downloaded num_cpus v1.15.0
31862025-09-20T23:41:00.208Z[ helios-setup] Sep 20 23:40:59.550 INFO E| Downloaded lazy_static v1.4.0
31872025-09-20T23:41:00.208Z[ helios-setup] Sep 20 23:40:59.552 INFO E| Downloaded home v0.5.4
31882025-09-20T23:41:00.208Z[ helios-setup] Sep 20 23:40:59.553 INFO E| Downloaded futures-sink v0.3.28
31892025-09-20T23:41:00.208Z[ helios-setup] Sep 20 23:40:59.554 INFO E| Downloaded thiserror v1.0.38
31902025-09-20T23:41:00.208Z[ helios-setup] Sep 20 23:40:59.559 INFO E| Downloaded terminal_size v0.2.6
31912025-09-20T23:41:00.208Z[ helios-setup] Sep 20 23:40:59.561 INFO E| Downloaded futures-task v0.3.28
31922025-09-20T23:41:00.208Z[ helios-setup] Sep 20 23:40:59.562 INFO E| Downloaded futures-core v0.3.28
31932025-09-20T23:41:00.208Z[ helios-setup] Sep 20 23:40:59.564 INFO E| Downloaded flagset v0.4.7
31942025-09-20T23:41:00.233Z[ helios-setup] Sep 20 23:40:59.566 INFO E| Downloaded const-random-macro v0.1.15
31952025-09-20T23:41:00.233Z[ helios-setup] Sep 20 23:40:59.567 INFO E| Downloaded const-random v0.1.15
31962025-09-20T23:41:00.233Z[ helios-setup] Sep 20 23:40:59.568 INFO E| Downloaded async-stream v0.3.5
31972025-09-20T23:41:00.233Z[ helios-setup] Sep 20 23:40:59.571 INFO E| Downloaded unicode-ident v1.0.8
31982025-09-20T23:41:00.233Z[ helios-setup] Sep 20 23:40:59.574 INFO E| Downloaded tungstenite v0.18.0
31992025-09-20T23:41:00.233Z[ helios-setup] Sep 20 23:40:59.577 INFO E| Downloaded tower-service v0.3.2
32002025-09-20T23:41:00.233Z[ helios-setup] Sep 20 23:40:59.578 INFO E| Downloaded toolchain_find v0.2.0
32012025-09-20T23:41:00.233Z[ helios-setup] Sep 20 23:40:59.579 INFO E| Downloaded tls_codec v0.4.2
32022025-09-20T23:41:00.233Z[ helios-setup] Sep 20 23:40:59.582 INFO E| Downloaded syn v1.0.107
32032025-09-20T23:41:00.259Z[ helios-setup] Sep 20 23:40:59.594 INFO E| Downloaded socket2 v0.4.9
32042025-09-20T23:41:00.259Z[ helios-setup] Sep 20 23:40:59.596 INFO E| Downloaded sha1 v0.10.5
32052025-09-20T23:41:00.259Z[ helios-setup] Sep 20 23:40:59.599 INFO E| Downloaded semver v1.0.17
32062025-09-20T23:41:00.259Z[ helios-setup] Sep 20 23:40:59.602 INFO E| Downloaded semver v0.11.0
32072025-09-20T23:41:00.259Z[ helios-setup] Sep 20 23:40:59.604 INFO E| Downloaded num-iter v0.1.44
32082025-09-20T23:41:00.259Z[ helios-setup] Sep 20 23:40:59.605 INFO E| Downloaded futures-macro v0.3.28
32092025-09-20T23:41:00.259Z[ helios-setup] Sep 20 23:40:59.613 INFO E| Downloaded concolor-query v0.3.3
32102025-09-20T23:41:00.259Z[ helios-setup] Sep 20 23:40:59.613 INFO E| Downloaded byteorder v1.4.3
32112025-09-20T23:41:00.259Z[ helios-setup] Sep 20 23:40:59.613 INFO E| Downloaded anstyle v0.3.5
32122025-09-20T23:41:00.259Z[ helios-setup] Sep 20 23:40:59.613 INFO E| Downloaded want v0.3.0
32132025-09-20T23:41:00.259Z[ helios-setup] Sep 20 23:40:59.613 INFO E| Downloaded try-lock v0.2.4
32142025-09-20T23:41:00.259Z[ helios-setup] Sep 20 23:40:59.614 INFO E| Downloaded spin v0.5.2
32152025-09-20T23:41:00.284Z[ helios-setup] Sep 20 23:40:59.616 INFO E| Downloaded slog-bunyan v2.4.0
32162025-09-20T23:41:00.284Z[ helios-setup] Sep 20 23:40:59.618 INFO E| Downloaded serde_tokenstream v0.2.0
32172025-09-20T23:41:00.284Z[ helios-setup] Sep 20 23:40:59.622 INFO E| Downloaded serde_spanned v0.6.1
32182025-09-20T23:41:00.284Z[ helios-setup] Sep 20 23:40:59.623 INFO E| Downloaded serde_derive_internals v0.26.0
32192025-09-20T23:41:00.284Z[ helios-setup] Sep 20 23:40:59.625 INFO E| Downloaded form_urlencoded v1.1.0
32202025-09-20T23:41:00.284Z[ helios-setup] Sep 20 23:40:59.626 INFO E| Downloaded fastrand v1.9.0
32212025-09-20T23:41:00.284Z[ helios-setup] Sep 20 23:40:59.628 INFO E| Downloaded camino v1.1.4
32222025-09-20T23:41:00.284Z[ helios-setup] Sep 20 23:40:59.630 INFO E| Downloaded bincode v1.3.3
32232025-09-20T23:41:00.284Z[ helios-setup] Sep 20 23:40:59.633 INFO E| Downloaded base64ct v1.8.0
32242025-09-20T23:41:00.284Z[ helios-setup] Sep 20 23:40:59.635 INFO E| Downloaded serde_path_to_error v0.1.11
32252025-09-20T23:41:00.284Z[ helios-setup] Sep 20 23:40:59.640 INFO E| Downloaded serde_json v1.0.95
32262025-09-20T23:41:00.309Z[ helios-setup] Sep 20 23:40:59.649 INFO E| Downloaded serde_derive v1.0.204
32272025-09-20T23:41:00.309Z[ helios-setup] Sep 20 23:40:59.652 INFO E| Downloaded libz-sys v1.1.8
32282025-09-20T23:41:00.359Z[ helios-setup] Sep 20 23:40:59.716 INFO E| Downloaded async-stream-impl v0.3.5
32292025-09-20T23:41:00.383Z[ helios-setup] Sep 20 23:40:59.717 INFO E| Downloaded smallvec v1.10.0
32302025-09-20T23:41:00.383Z[ helios-setup] Sep 20 23:40:59.720 INFO E| Downloaded semver-parser v0.10.2
32312025-09-20T23:41:00.383Z[ helios-setup] Sep 20 23:40:59.722 INFO E| Downloaded sct v0.7.0
32322025-09-20T23:41:00.383Z[ helios-setup] Sep 20 23:40:59.726 INFO E| Downloaded ryu v1.0.13
32332025-09-20T23:41:00.383Z[ helios-setup] Sep 20 23:40:59.730 INFO E| Downloaded rustls-webpki v0.100.1
32342025-09-20T23:41:00.383Z[ helios-setup] Sep 20 23:40:59.737 INFO E| Downloaded reqwest v0.11.16
32352025-09-20T23:41:00.409Z[ helios-setup] Sep 20 23:40:59.747 INFO E| Downloaded slog-async v2.7.0
32362025-09-20T23:41:00.409Z[ helios-setup] Sep 20 23:40:59.749 INFO E| Downloaded sha2 v0.10.6
32372025-09-20T23:41:00.409Z[ helios-setup] Sep 20 23:40:59.752 INFO E| Downloaded thiserror-impl v1.0.38
32382025-09-20T23:41:00.409Z[ helios-setup] Sep 20 23:40:59.753 INFO E| Downloaded signal-hook-registry v1.4.0
32392025-09-20T23:41:00.455Z[ helios-setup] Sep 20 23:40:59.812 INFO E| Downloaded ring v0.16.20
32402025-09-20T23:41:00.709Z[ helios-setup] Sep 20 23:41:00.066 INFO E| Compiling proc-macro2 v1.0.86
32412025-09-20T23:41:00.734Z[ helios-setup] Sep 20 23:41:00.085 INFO E| Compiling unicode-ident v1.0.8
32422025-09-20T23:41:00.734Z[ helios-setup] Sep 20 23:41:00.085 INFO E| Compiling libc v0.2.139
32432025-09-20T23:41:00.734Z[ helios-setup] Sep 20 23:41:00.085 INFO E| Compiling autocfg v1.1.0
32442025-09-20T23:41:00.734Z[ helios-setup] Sep 20 23:41:00.085 INFO E| Compiling cfg-if v1.0.0
32452025-09-20T23:41:00.734Z[ helios-setup] Sep 20 23:41:00.085 INFO E| Compiling version_check v0.9.4
32462025-09-20T23:41:00.734Z[ helios-setup] Sep 20 23:41:00.085 INFO E| Compiling serde v1.0.204
32472025-09-20T23:41:01.050Z[ helios-setup] Sep 20 23:41:00.407 INFO E| Compiling syn v1.0.107
32482025-09-20T23:41:01.196Z[ helios-setup] Sep 20 23:41:00.553 INFO E| Compiling memchr v2.5.0
32492025-09-20T23:41:01.520Z[ host-package] Compiling derive_builder_macro v0.20.2
32502025-09-20T23:41:01.563Z[ helios-setup] Sep 20 23:41:00.920 INFO E| Compiling once_cell v1.17.0
32512025-09-20T23:41:02.260Z[ helios-setup] Sep 20 23:41:01.618 INFO E| Compiling thiserror v1.0.38
32522025-09-20T23:41:03.144Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32532025-09-20T23:41:03.393Z[ helios-setup] Sep 20 23:41:02.750 INFO E| Compiling itoa v1.0.6
32542025-09-20T23:41:03.418Z[ helios-setup] Sep 20 23:41:02.751 INFO E| Compiling log v0.4.17
32552025-09-20T23:41:03.467Z[ helios-setup] Sep 20 23:41:02.824 INFO E| Compiling serde_json v1.0.95
32562025-09-20T23:41:04.003Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32572025-09-20T23:41:04.379Z[ helios-setup] Sep 20 23:41:03.737 INFO E| Compiling indexmap v1.9.3
32582025-09-20T23:41:04.533Z[ helios-setup] Sep 20 23:41:03.890 INFO E| Compiling quote v1.0.36
32592025-09-20T23:41:05.064Z[ helios-setup] Sep 20 23:41:04.422 INFO E| Compiling bitflags v1.3.2
32602025-09-20T23:41:05.367Z[ helios-setup] Sep 20 23:41:04.724 INFO E| Compiling syn v2.0.72
32612025-09-20T23:41:05.670Z[ helios-setup] Sep 20 23:41:05.028 INFO E| Compiling getrandom v0.2.8
32622025-09-20T23:41:05.788Z[ helios-setup] Sep 20 23:41:05.145 INFO E| Compiling jobserver v0.1.26
32632025-09-20T23:41:06.219Z[ helios-setup] Sep 20 23:41:05.574 INFO E| Compiling pin-project-lite v0.2.9
32642025-09-20T23:41:06.431Z[ helios-setup] Sep 20 23:41:05.789 INFO E| Compiling cc v1.0.78
32652025-09-20T23:41:06.806Z[ helios-setup] Sep 20 23:41:06.162 INFO E| Compiling const-oid v0.9.6
32662025-09-20T23:41:06.888Z[ helios-setup] Sep 20 23:41:06.245 INFO E| Compiling typenum v1.16.0
32672025-09-20T23:41:07.077Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32682025-09-20T23:41:07.166Z[ helios-setup] Sep 20 23:41:06.524 INFO E| Compiling generic-array v0.14.6
32692025-09-20T23:41:07.429Z[ helios-setup] Sep 20 23:41:06.786 INFO E| Compiling futures-core v0.3.28
32702025-09-20T23:41:07.871Z[ host-package] Compiling nix v0.30.1
32712025-09-20T23:41:07.896Z[ helios-setup] Sep 20 23:41:07.239 INFO E| Compiling bytes v1.4.0
32722025-09-20T23:41:08.875Z[ helios-setup] Sep 20 23:41:08.232 INFO E| Compiling ryu v1.0.13
32732025-09-20T23:41:09.619Z[ helios-setup] Sep 20 23:41:08.977 INFO E| Compiling lock_api v0.4.9
32742025-09-20T23:41:09.978Z[ host-package] Compiling vergen-lib v0.1.6
32752025-09-20T23:41:10.012Z[ helios-setup] Sep 20 23:41:09.347 INFO E| Compiling parking_lot_core v0.9.6
32762025-09-20T23:41:11.139Z[ helios-setup] Sep 20 23:41:10.497 INFO E| Compiling slab v0.4.7
32772025-09-20T23:41:11.164Z[ host-package] Compiling derive_builder v0.20.2
32782025-09-20T23:41:11.347Z[ helios-setup] Sep 20 23:41:10.705 INFO E| Compiling libm v0.2.15
32792025-09-20T23:41:11.463Z[ helios-setup] Sep 20 23:41:10.821 INFO E| Compiling futures-sink v0.3.28
32802025-09-20T23:41:11.463Z[ helios-setup] Sep 20 23:41:10.821 INFO E| Compiling futures-channel v0.3.28
32812025-09-20T23:41:11.988Z[ host-package] Compiling vergen v9.0.6
32822025-09-20T23:41:12.089Z[ helios-setup] Sep 20 23:41:11.446 INFO E| Compiling pkg-config v0.3.26
32832025-09-20T23:41:12.327Z[ helios-setup] Sep 20 23:41:11.684 INFO E| Compiling io-lifetimes v1.0.10
32842025-09-20T23:41:12.352Z[ helios-setup] Sep 20 23:41:11.685 INFO E| Compiling futures-task v0.3.28
32852025-09-20T23:41:12.563Z[ helios-setup] Sep 20 23:41:11.921 INFO E| Compiling scopeguard v1.1.0
32862025-09-20T23:41:12.684Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32872025-09-20T23:41:13.449Z[ helios-setup] Sep 20 23:41:12.807 INFO E| Compiling block-buffer v0.10.3
32882025-09-20T23:41:13.564Z[ helios-setup] Sep 20 23:41:12.922 INFO E| Compiling crypto-common v0.1.6
32892025-09-20T23:41:13.740Z[ helios-setup] Sep 20 23:41:13.098 INFO E| Compiling tokio v1.27.0
32902025-09-20T23:41:13.934Z[ helios-setup] Sep 20 23:41:13.292 INFO E| Compiling num-traits v0.2.15
32912025-09-20T23:41:14.108Z[ host-package] Compiling proc-macro-error2 v2.0.1
32922025-09-20T23:41:14.188Z[ helios-setup] Sep 20 23:41:13.546 INFO E| Compiling futures-util v0.3.28
32932025-09-20T23:41:14.330Z[ helios-setup] Sep 20 23:41:13.688 INFO E| Compiling rustix v0.37.3
32942025-09-20T23:41:14.378Z[ helios-setup] Sep 20 23:41:13.736 INFO E| Compiling digest v0.10.7
32952025-09-20T23:41:14.458Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32962025-09-20T23:41:14.556Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32972025-09-20T23:41:15.391Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32982025-09-20T23:41:15.464Z[ host-package] Compiling vergen-gitcl v1.0.8
32992025-09-20T23:41:16.243Z[ helios-setup] Sep 20 23:41:15.601 INFO E| Compiling mio v0.8.5
33002025-09-20T23:41:16.402Z[ helios-setup] Sep 20 23:41:15.760 INFO E| Compiling signal-hook-registry v1.4.0
33012025-09-20T23:41:16.427Z[ host-package] Compiling dirs-sys-next v0.1.2
33022025-09-20T23:41:16.810Z[ helios-setup] Sep 20 23:41:16.168 INFO E| Compiling num_cpus v1.15.0
33032025-09-20T23:41:16.934Z[ helios-setup] Sep 20 23:41:16.292 INFO E| Compiling socket2 v0.4.9
33042025-09-20T23:41:17.051Z[ helios-setup] Sep 20 23:41:16.409 INFO E| Compiling errno v0.3.1
33052025-09-20T23:41:17.304Z[ helios-setup] Sep 20 23:41:16.662 INFO E| Compiling futures-io v0.3.28
33062025-09-20T23:41:17.369Z[ host-package] Compiling crunchy v0.2.2
33072025-09-20T23:41:17.512Z[ helios-setup] Sep 20 23:41:16.871 INFO E| Compiling pin-utils v0.1.0
33082025-09-20T23:41:17.744Z[ host-package] Compiling maplit v1.0.2
33092025-09-20T23:41:17.887Z[ helios-setup] Sep 20 23:41:17.245 INFO E| Compiling spin v0.5.2
33102025-09-20T23:41:18.030Z[ helios-setup] Sep 20 23:41:17.389 INFO E| Compiling crunchy v0.2.2
33112025-09-20T23:41:18.055Z[ host-package] Compiling dirs-next v2.0.0
33122025-09-20T23:41:18.631Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33132025-09-20T23:41:18.794Z[ host-package] Compiling dsl_auto_type v0.1.2
33142025-09-20T23:41:19.057Z[ helios-setup] Sep 20 23:41:18.416 INFO E| Compiling num-integer v0.1.45
33152025-09-20T23:41:19.161Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33162025-09-20T23:41:19.328Z[ helios-setup] Sep 20 23:41:18.687 INFO E| Compiling tiny-keccak v2.0.2
33172025-09-20T23:41:19.447Z[ helios-setup] Sep 20 23:41:18.805 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
33182025-09-20T23:41:19.567Z[ helios-setup] Sep 20 23:41:18.925 INFO E| Compiling schemars v0.8.12
33192025-09-20T23:41:20.819Z[ helios-setup] Sep 20 23:41:20.178 INFO E| Compiling cpufeatures v0.2.5
33202025-09-20T23:41:20.910Z[ helios-setup] Sep 20 23:41:20.268 INFO E| Compiling hashbrown v0.12.3
33212025-09-20T23:41:20.942Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
33222025-09-20T23:41:21.186Z[ helios-setup] Sep 20 23:41:20.545 INFO E| Compiling thiserror-impl v1.0.38
33232025-09-20T23:41:21.478Z[ host-package] Compiling tiny-keccak v2.0.2
33242025-09-20T23:41:21.700Z[ host-package] Compiling diesel_derives v2.2.3
33252025-09-20T23:41:21.861Z[ helios-setup] Sep 20 23:41:21.220 INFO E| Compiling serde_derive_internals v0.26.0
33262025-09-20T23:41:22.466Z[ host-package] Compiling r2d2 v0.8.10
33272025-09-20T23:41:22.512Z[ helios-setup] Sep 20 23:41:21.869 INFO E| Compiling ahash v0.7.6
33282025-09-20T23:41:23.055Z[ helios-setup] Sep 20 23:41:22.409 INFO E| Compiling heck v0.4.1
33292025-09-20T23:41:23.098Z[ helios-setup] Sep 20 23:41:22.457 INFO E| Compiling slog v2.7.0
33302025-09-20T23:41:24.027Z[ host-package] Compiling term v0.7.0
33312025-09-20T23:41:24.579Z[ helios-setup] Sep 20 23:41:23.938 INFO E| Compiling serde_derive v1.0.204
33322025-09-20T23:41:24.795Z[ helios-setup] Sep 20 23:41:24.153 INFO E| Compiling tokio-macros v2.0.0
33332025-09-20T23:41:24.970Z[ helios-setup] Sep 20 23:41:24.329 INFO E| Compiling futures-macro v0.3.28
33342025-09-20T23:41:25.350Z[ helios-setup] Sep 20 23:41:24.709 INFO E| Compiling schemars_derive v0.8.12
33352025-09-20T23:41:25.551Z[ helios-setup] Sep 20 23:41:24.910 INFO E| Compiling ahash v0.8.3
33362025-09-20T23:41:25.831Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33372025-09-20T23:41:26.590Z[ helios-setup] Sep 20 23:41:25.949 INFO E| Compiling anyhow v1.0.68
33382025-09-20T23:41:27.558Z[ helios-setup] Sep 20 23:41:26.917 INFO E| Compiling unicode-width v0.1.10
33392025-09-20T23:41:27.583Z[ helios-setup] Sep 20 23:41:26.917 INFO E| Compiling const-random-macro v0.1.15
33402025-09-20T23:41:29.365Z[ helios-setup] Sep 20 23:41:28.724 INFO E| Compiling fnv v1.0.7
33412025-09-20T23:41:29.674Z[ helios-setup] Sep 20 23:41:29.033 INFO E| Compiling byteorder v1.4.3
33422025-09-20T23:41:29.736Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33432025-09-20T23:41:30.364Z[ helios-setup] Sep 20 23:41:29.723 INFO E| Compiling http v0.2.9
33442025-09-20T23:41:30.676Z[ helios-setup] Sep 20 23:41:30.035 INFO E| Compiling const-random v0.1.15
33452025-09-20T23:41:31.500Z[ helios-setup] Sep 20 23:41:30.859 INFO E| Compiling getopts v0.2.21
33462025-09-20T23:41:32.278Z[ helios-setup] Sep 20 23:41:31.637 INFO E| Compiling aho-corasick v0.7.20
33472025-09-20T23:41:32.393Z[ helios-setup] Sep 20 23:41:31.752 INFO E| Compiling rand_core v0.6.4
33482025-09-20T23:41:32.477Z[ helios-setup] Sep 20 23:41:31.836 INFO E| Compiling regex-syntax v0.6.29
33492025-09-20T23:41:32.750Z[ host-package] Compiling const_format_proc_macros v0.2.34
33502025-09-20T23:41:32.950Z[ helios-setup] Sep 20 23:41:32.309 INFO E| Compiling num-conv v0.1.0
33512025-09-20T23:41:33.423Z[ helios-setup] Sep 20 23:41:32.782 INFO E| Compiling crc32fast v1.3.2
33522025-09-20T23:41:33.524Z[ helios-setup] Sep 20 23:41:32.882 INFO E| Compiling tinyvec_macros v0.1.1
33532025-09-20T23:41:34.616Z[ helios-setup] Sep 20 23:41:33.975 INFO E| Compiling powerfmt v0.2.0
33542025-09-20T23:41:34.773Z[ helios-setup] Sep 20 23:41:34.133 INFO E| Compiling percent-encoding v2.2.0
33552025-09-20T23:41:34.856Z[ host-package] Compiling num-derive v0.3.3
33562025-09-20T23:41:35.512Z[ helios-setup] Sep 20 23:41:34.871 INFO E| Compiling httparse v1.8.0
33572025-09-20T23:41:35.612Z[ helios-setup] Sep 20 23:41:34.972 INFO E| Compiling time-core v0.1.2
33582025-09-20T23:41:35.722Z[ host-package] Compiling bit-vec v0.6.3
33592025-09-20T23:41:35.974Z[ helios-setup] Sep 20 23:41:35.332 INFO E| Compiling tinyvec v1.6.0
33602025-09-20T23:41:36.069Z[ helios-setup] Sep 20 23:41:35.428 INFO E| Compiling form_urlencoded v1.1.0
33612025-09-20T23:41:36.165Z[ helios-setup] Sep 20 23:41:35.524 INFO E| Compiling time-macros v0.2.18
33622025-09-20T23:41:36.722Z[ host-package] Compiling bit-set v0.5.3
33632025-09-20T23:41:37.334Z[ host-package] Compiling const_format v0.2.34
33642025-09-20T23:41:37.423Z[ helios-setup] Sep 20 23:41:36.782 INFO E| Compiling deranged v0.3.11
33652025-09-20T23:41:37.645Z[ host-package] Compiling diesel v2.2.12
33662025-09-20T23:41:38.185Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33672025-09-20T23:41:38.476Z[ host-package] Compiling libscf-sys v1.1.0
33682025-09-20T23:41:38.709Z[ helios-setup] Sep 20 23:41:38.069 INFO E| Compiling chrono v0.4.24
33692025-09-20T23:41:39.815Z[ host-package] Compiling ascii-canvas v3.0.0
33702025-09-20T23:41:40.128Z[ helios-setup] Sep 20 23:41:39.488 INFO E| Compiling regex v1.7.3
33712025-09-20T23:41:40.697Z[ helios-setup] Sep 20 23:41:40.056 INFO E| Compiling hashbrown v0.13.2
33722025-09-20T23:41:41.130Z[ helios-setup] Sep 20 23:41:40.489 INFO E| Compiling libz-sys v1.1.8
33732025-09-20T23:41:41.226Z[ helios-setup] Sep 20 23:41:40.586 INFO E| Compiling dyn-clone v1.0.11
33742025-09-20T23:41:41.721Z[ helios-setup] Sep 20 23:41:41.080 INFO E| Compiling num_threads v0.1.6
33752025-09-20T23:41:41.864Z[ helios-setup] Sep 20 23:41:41.224 INFO E| Compiling ppv-lite86 v0.2.17
33762025-09-20T23:41:42.122Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33772025-09-20T23:41:42.559Z[ helios-setup] Sep 20 23:41:41.918 INFO E| Compiling uuid v1.3.0
33782025-09-20T23:41:42.746Z[ helios-setup] Sep 20 23:41:42.105 INFO E| Compiling regress v0.5.0
33792025-09-20T23:41:42.900Z[ helios-setup] Sep 20 23:41:42.260 INFO E| Compiling unicode-normalization v0.1.22
33802025-09-20T23:41:43.362Z[ helios-setup] Sep 20 23:41:42.722 INFO E| Compiling time v0.3.36
33812025-09-20T23:41:43.515Z[ helios-setup] Sep 20 23:41:42.875 INFO E| Compiling rand_chacha v0.3.1
33822025-09-20T23:41:44.126Z[ host-package] Compiling ena v0.14.3
33832025-09-20T23:41:45.037Z[ host-package] Compiling diff v0.1.13
33842025-09-20T23:41:46.375Z[ host-package] Compiling regex-syntax v0.6.29
33852025-09-20T23:41:46.424Z[ helios-setup] Sep 20 23:41:45.784 INFO E| Compiling toml v0.5.11
33862025-09-20T23:41:46.735Z[ helios-setup] Sep 20 23:41:46.095 INFO E| Compiling serde_tokenstream v0.2.0
33872025-09-20T23:41:46.957Z[ helios-setup] Sep 20 23:41:46.316 INFO E| Compiling is-terminal v0.4.7
33882025-09-20T23:41:47.218Z[ helios-setup] Sep 20 23:41:46.578 INFO E| Compiling sha2 v0.10.6
33892025-09-20T23:41:48.008Z[ helios-setup] Sep 20 23:41:47.368 INFO E| Compiling smallvec v1.10.0
33902025-09-20T23:41:48.811Z[ host-package] Compiling bindgen v0.71.1
33912025-09-20T23:41:49.777Z[ host-package] Compiling arc-swap v1.7.1
33922025-09-20T23:41:50.221Z[ helios-setup] Sep 20 23:41:49.581 INFO E| Compiling parking_lot v0.12.1
33932025-09-20T23:41:51.349Z[ host-package] Compiling slog-scope v4.4.0
33942025-09-20T23:41:51.516Z[ helios-setup] Sep 20 23:41:50.876 INFO E| Compiling lazy_static v1.4.0
33952025-09-20T23:41:52.118Z[ helios-setup] Sep 20 23:41:51.478 INFO E| Compiling dirs-sys-next v0.1.2
33962025-09-20T23:41:52.589Z[ helios-setup] Sep 20 23:41:51.949 INFO E| Compiling tracing-core v0.1.30
33972025-09-20T23:41:52.868Z[ host-package] Compiling lalrpop v0.19.12
33982025-09-20T23:41:54.137Z[ helios-setup] Sep 20 23:41:53.497 INFO E| Compiling base64 v0.21.0
33992025-09-20T23:41:55.104Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34002025-09-20T23:41:55.374Z[ helios-setup] Sep 20 23:41:54.734 INFO E| Compiling ucd-trie v0.1.5
34012025-09-20T23:41:55.646Z[ helios-setup] Sep 20 23:41:55.006 INFO E| Compiling unicode-bidi v0.3.13
34022025-09-20T23:41:55.970Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34032025-09-20T23:41:56.435Z[ helios-setup] Sep 20 23:41:55.796 INFO E| Compiling utf8parse v0.2.1
34042025-09-20T23:41:57.384Z[ helios-setup] Sep 20 23:41:56.744 INFO E| Compiling idna v0.3.0
34052025-09-20T23:41:58.697Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34062025-09-20T23:41:58.750Z[ helios-setup] Sep 20 23:41:58.111 INFO E| Compiling anstyle-parse v0.1.1
34072025-09-20T23:41:58.750Z[ helios-setup] Sep 20 23:41:58.111 INFO E| Compiling pest v2.5.7
34082025-09-20T23:41:59.834Z[ helios-setup] Sep 20 23:41:59.195 INFO E| Compiling tracing v0.1.37
34092025-09-20T23:42:01.070Z[ helios-setup] Sep 20 23:42:00.431 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
34102025-09-20T23:42:01.121Z[ helios-setup] Sep 20 23:42:00.480 INFO E| Compiling dirs-next v2.0.0
34112025-09-20T23:42:01.317Z[ helios-setup] Sep 20 23:42:00.676 INFO E| Compiling proc-macro-crate v1.2.1
34122025-09-20T23:42:01.956Z[ helios-setup] Sep 20 23:42:01.316 INFO E| Compiling rand v0.8.5
34132025-09-20T23:42:02.139Z[ host-package] Compiling tabled_derive v0.11.0
34142025-09-20T23:42:03.250Z[ helios-setup] Sep 20 23:42:02.611 INFO E| Compiling futures-executor v0.3.28
34152025-09-20T23:42:03.644Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34162025-09-20T23:42:03.782Z[ helios-setup] Sep 20 23:42:03.143 INFO E| Compiling terminal_size v0.2.6
34172025-09-20T23:42:04.426Z[ helios-setup] Sep 20 23:42:03.787 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
34182025-09-20T23:42:04.683Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34192025-09-20T23:42:05.246Z[ helios-setup] Sep 20 23:42:04.608 INFO E| Compiling time v0.1.45
34202025-09-20T23:42:05.665Z[ helios-setup] Sep 20 23:42:05.027 INFO E| Compiling thread_local v1.1.7
34212025-09-20T23:42:05.702Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34222025-09-20T23:42:05.736Z[ helios-setup] Sep 20 23:42:05.087 INFO E| Compiling concolor-query v0.3.3
34232025-09-20T23:42:05.845Z[ helios-setup] Sep 20 23:42:05.206 INFO E| Compiling concolor-override v1.0.0
34242025-09-20T23:42:06.100Z[ helios-setup] Sep 20 23:42:05.461 INFO E| Compiling semver v1.0.17
34252025-09-20T23:42:06.374Z[ host-package] Compiling papergrid v0.17.0
34262025-09-20T23:42:06.657Z[ host-package] Compiling testing_table v0.3.0
34272025-09-20T23:42:06.762Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34282025-09-20T23:42:06.952Z[ helios-setup] Sep 20 23:42:06.314 INFO E| Compiling anstyle v0.3.5
34292025-09-20T23:42:07.390Z[ helios-setup] Sep 20 23:42:06.751 INFO E| Compiling iana-time-zone v0.1.56
34302025-09-20T23:42:07.873Z[ helios-setup] Sep 20 23:42:07.234 INFO E| Compiling anstream v0.2.6
34312025-09-20T23:42:08.057Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34322025-09-20T23:42:08.542Z[ helios-setup] Sep 20 23:42:07.903 INFO E| Compiling futures v0.3.28
34332025-09-20T23:42:08.776Z[ helios-setup] Sep 20 23:42:08.137 INFO E| Compiling tokio-util v0.7.7
34342025-09-20T23:42:09.040Z[ helios-setup] Sep 20 23:42:08.401 INFO E| Compiling semver-parser v0.10.2
34352025-09-20T23:42:09.168Z[ helios-setup] Sep 20 23:42:08.522 INFO E| Compiling num_enum_derive v0.5.7
34362025-09-20T23:42:09.658Z[ helios-setup] Sep 20 23:42:09.020 INFO E| Compiling term v0.7.0
34372025-09-20T23:42:11.993Z[ helios-setup] Sep 20 23:42:11.355 INFO E| Compiling url v2.3.1
34382025-09-20T23:42:12.534Z[ helios-setup] Sep 20 23:42:11.895 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
34392025-09-20T23:42:12.967Z[ host-package] Compiling tabled v0.20.0
34402025-09-20T23:42:14.626Z[ helios-setup] Sep 20 23:42:13.987 INFO E| Compiling atty v0.2.14
34412025-09-20T23:42:15.174Z[ helios-setup] Sep 20 23:42:14.536 INFO E| Compiling strsim v0.10.0
34422025-09-20T23:42:15.363Z[ helios-setup] Sep 20 23:42:14.725 INFO E| Compiling clap_lex v0.4.1
34432025-09-20T23:42:15.458Z[ helios-setup] Sep 20 23:42:14.819 INFO E| Compiling same-file v1.0.6
34442025-09-20T23:42:16.163Z[ helios-setup] Sep 20 23:42:15.524 INFO E| Compiling adler v1.0.2
34452025-09-20T23:42:16.310Z[ helios-setup] Sep 20 23:42:15.672 INFO E| Compiling try-lock v0.2.4
34462025-09-20T23:42:17.014Z[ helios-setup] Sep 20 23:42:16.376 INFO E| Compiling want v0.3.0
34472025-09-20T23:42:17.139Z[ helios-setup] Sep 20 23:42:16.501 INFO E| Compiling miniz_oxide v0.6.2
34482025-09-20T23:42:17.210Z[ helios-setup] Sep 20 23:42:16.571 INFO E| Compiling clap_builder v4.2.1
34492025-09-20T23:42:17.686Z[ helios-setup] Sep 20 23:42:17.048 INFO E| Compiling walkdir v2.3.3
34502025-09-20T23:42:18.554Z[ helios-setup] Sep 20 23:42:17.915 INFO E| Compiling slog-term v2.9.0
34512025-09-20T23:42:21.911Z[ helios-setup] Sep 20 23:42:21.273 INFO E| Compiling num_enum v0.5.7
34522025-09-20T23:42:21.951Z[ helios-setup] Sep 20 23:42:21.313 INFO E| Compiling h2 v0.3.16
34532025-09-20T23:42:22.458Z[ helios-setup] Sep 20 23:42:21.820 INFO E| Compiling semver v0.11.0
34542025-09-20T23:42:23.605Z[ helios-setup] Sep 20 23:42:22.967 INFO E| Compiling http-body v0.4.5
34552025-09-20T23:42:24.062Z[ helios-setup] Sep 20 23:42:23.424 INFO E| Compiling clap_derive v4.2.0
34562025-09-20T23:42:24.560Z[ helios-setup] Sep 20 23:42:23.922 INFO E| Compiling ring v0.16.20
34572025-09-20T23:42:25.239Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34582025-09-20T23:42:26.385Z[ helios-setup] Sep 20 23:42:25.747 INFO E| Compiling zeroize v1.8.1
34592025-09-20T23:42:27.296Z[ helios-setup] Sep 20 23:42:26.659 INFO E| Compiling tower-service v0.3.2
34602025-09-20T23:42:27.912Z[ helios-setup] Sep 20 23:42:27.275 INFO E| Compiling base64ct v1.8.0
34612025-09-20T23:42:28.761Z[ host-package] Compiling slog-stdlog v4.1.1
34622025-09-20T23:42:29.229Z[ host-package] Compiling polar-core v0.27.3
34632025-09-20T23:42:29.597Z[ helios-setup] Sep 20 23:42:28.960 INFO E| Compiling httpdate v1.0.2
34642025-09-20T23:42:30.526Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34652025-09-20T23:42:30.995Z[ helios-setup] Sep 20 23:42:30.357 INFO E| Compiling fastrand v1.9.0
34662025-09-20T23:42:31.071Z[ helios-setup] Sep 20 23:42:30.434 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
34672025-09-20T23:42:31.577Z[ host-package] Compiling headers-core v0.3.0
34682025-09-20T23:42:31.736Z[ host-package] Compiling libxml v0.3.3
34692025-09-20T23:42:31.913Z[ helios-setup] Sep 20 23:42:31.276 INFO E| Compiling home v0.5.4
34702025-09-20T23:42:32.405Z[ host-package] Compiling headers v0.4.1
34712025-09-20T23:42:32.492Z[ helios-setup] Sep 20 23:42:31.855 INFO E| Compiling toolchain_find v0.2.0
34722025-09-20T23:42:32.836Z[ host-package] Compiling samael v0.0.19
34732025-09-20T23:42:33.482Z[ helios-setup] Sep 20 23:42:32.845 INFO E| Compiling hyper v0.14.25
34742025-09-20T23:42:35.487Z[ helios-setup] Sep 20 23:42:34.850 INFO E| Compiling tempfile v3.5.0
34752025-09-20T23:42:35.636Z[ helios-setup] Sep 20 23:42:34.999 INFO E| Compiling clap v4.2.1
34762025-09-20T23:42:36.158Z[ helios-setup] Sep 20 23:42:35.521 INFO E| Compiling pem-rfc7468 v0.7.0
34772025-09-20T23:42:38.274Z[ host-package] Compiling slog-envlogger v2.2.0
34782025-09-20T23:42:38.575Z[ helios-setup] Sep 20 23:42:37.938 INFO E| Compiling cargo-lock v8.0.3
34792025-09-20T23:42:39.479Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34802025-09-20T23:42:41.919Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34812025-09-20T23:42:43.840Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34822025-09-20T23:42:44.180Z[ host-package] Compiling strum_macros v0.24.3
34832025-09-20T23:42:44.518Z[ host-package] Compiling convert_case v0.7.1
34842025-09-20T23:42:44.762Z[ host-package] Compiling termtree v0.5.1
34852025-09-20T23:42:45.118Z[ host-package] Compiling indoc v1.0.9
34862025-09-20T23:42:45.504Z[ host-package] Compiling crc8 v0.1.1
34872025-09-20T23:42:46.387Z[ host-package] Compiling derive_more-impl v2.0.1
34882025-09-20T23:42:46.665Z[ helios-setup] Sep 20 23:42:46.028 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
34892025-09-20T23:42:47.006Z[ helios-setup] Sep 20 23:42:46.370 INFO E| Compiling flate2 v1.0.25
34902025-09-20T23:42:47.366Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34912025-09-20T23:42:48.488Z[ host-package] Compiling progenitor-impl v0.11.0
34922025-09-20T23:42:48.868Z[ host-package] Compiling oso-derive v0.27.3
34932025-09-20T23:42:49.451Z[ helios-setup] Sep 20 23:42:48.815 INFO E| Compiling serde_urlencoded v0.7.1
34942025-09-20T23:42:49.733Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
34952025-09-20T23:42:51.211Z[ host-package] Compiling quick-xml v0.37.2
34962025-09-20T23:42:51.386Z[ helios-setup] Sep 20 23:42:50.750 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
34972025-09-20T23:42:52.043Z[ host-package] Compiling derive_more v2.0.1
34982025-09-20T23:42:52.442Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34992025-09-20T23:42:54.030Z[ host-package] Compiling progenitor-client v0.11.0
35002025-09-20T23:42:55.033Z[ helios-setup] Sep 20 23:42:54.397 INFO E| Compiling der_derive v0.7.3
35012025-09-20T23:42:56.227Z[ helios-setup] Sep 20 23:42:55.591 INFO E| Compiling sha1 v0.10.5
35022025-09-20T23:42:58.901Z[ host-package] Compiling progenitor-macro v0.11.0
35032025-09-20T23:42:59.426Z[ host-package] Compiling diesel-dtrace v0.4.2
35042025-09-20T23:42:59.585Z[ helios-setup] Sep 20 23:42:58.950 INFO E| Compiling flagset v0.4.7
35052025-09-20T23:43:00.222Z[ helios-setup] Sep 20 23:42:59.586 INFO E| Compiling der v0.7.10
35062025-09-20T23:43:00.474Z[ host-package] Compiling vte_generate_state_changes v0.1.2
35072025-09-20T23:43:01.869Z[ host-package] Compiling siphasher v1.0.1
35082025-09-20T23:43:02.878Z[ host-package] Compiling phf_shared v0.12.1
35092025-09-20T23:43:03.527Z[ helios-setup] Sep 20 23:43:02.892 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35102025-09-20T23:43:04.382Z[ host-package] Compiling vte v0.11.1
35112025-09-20T23:43:04.407Z[ helios-setup] Sep 20 23:43:03.772 INFO E| Compiling rustfmt-wrapper v0.2.0
35122025-09-20T23:43:05.122Z[ helios-setup] Sep 20 23:43:04.486 INFO E| Compiling openapiv3 v1.0.2
35132025-09-20T23:43:05.521Z[ helios-setup] Sep 20 23:43:04.885 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
35142025-09-20T23:43:05.636Z[ helios-setup] Sep 20 23:43:05.001 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35152025-09-20T23:43:06.151Z[ helios-setup] Sep 20 23:43:05.516 INFO E| Compiling encoding_rs v0.8.32
35162025-09-20T23:43:06.896Z[ host-package] Compiling crossterm v0.29.0
35172025-09-20T23:43:07.069Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
35182025-09-20T23:43:07.308Z[ helios-setup] Sep 20 23:43:06.672 INFO E| Compiling mime v0.3.17
35192025-09-20T23:43:07.498Z[ helios-setup] Sep 20 23:43:06.863 INFO E| Compiling project-root v0.2.2
35202025-09-20T23:43:08.214Z[ helios-setup] Sep 20 23:43:07.579 INFO E| Compiling unsafe-libyaml v0.2.8
35212025-09-20T23:43:08.895Z[ helios-setup] Sep 20 23:43:08.259 INFO E| Compiling ipnet v2.7.2
35222025-09-20T23:43:10.878Z[ helios-setup] Sep 20 23:43:10.243 INFO E| Compiling untrusted v0.7.1
35232025-09-20T23:43:11.358Z[ helios-setup] Sep 20 23:43:10.723 INFO E| Compiling utf-8 v0.7.6
35242025-09-20T23:43:11.526Z[ helios-setup] Sep 20 23:43:10.891 INFO E| Compiling base64 v0.13.1
35252025-09-20T23:43:12.065Z[ helios-setup] Sep 20 23:43:11.430 INFO E| Compiling radium v0.7.0
35262025-09-20T23:43:12.355Z[ helios-setup] Sep 20 23:43:11.720 INFO E| Compiling tungstenite v0.18.0
35272025-09-20T23:43:12.815Z[ helios-setup] Sep 20 23:43:12.180 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35282025-09-20T23:43:13.245Z[ helios-setup] Sep 20 23:43:12.610 INFO E| Compiling reqwest v0.11.16
35292025-09-20T23:43:13.416Z[ helios-setup] Sep 20 23:43:12.782 INFO E| Compiling serde_yaml v0.9.21
35302025-09-20T23:43:15.387Z[ helios-setup] Sep 20 23:43:14.752 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35312025-09-20T23:43:17.668Z[ host-package] Compiling oso v0.27.3
35322025-09-20T23:43:19.544Z[ helios-setup] Sep 20 23:43:18.909 INFO E| Compiling spki v0.7.3
35332025-09-20T23:43:19.658Z[ host-package] Compiling progenitor v0.11.0
35342025-09-20T23:43:20.381Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35352025-09-20T23:43:20.542Z[ helios-setup] Sep 20 23:43:19.908 INFO E| Compiling crossbeam-utils v0.8.14
35362025-09-20T23:43:21.350Z[ helios-setup] Sep 20 23:43:20.716 INFO E| Compiling tap v1.0.1
35372025-09-20T23:43:21.897Z[ helios-setup] Sep 20 23:43:21.263 INFO E| Compiling maybe-uninit v2.0.0
35382025-09-20T23:43:22.587Z[ helios-setup] Sep 20 23:43:21.952 INFO E| Compiling wyz v0.5.1
35392025-09-20T23:43:23.819Z[ helios-setup] Sep 20 23:43:23.185 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35402025-09-20T23:43:23.954Z[ helios-setup] Sep 20 23:43:23.320 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35412025-09-20T23:43:29.562Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35422025-09-20T23:43:30.831Z[ helios-setup] Sep 20 23:43:30.197 INFO E| Compiling tokio-tungstenite v0.18.0
35432025-09-20T23:43:30.861Z[ host-package] Compiling bb8 v0.8.5
35442025-09-20T23:43:32.355Z[ host-package] Compiling unicase v2.7.0
35452025-09-20T23:43:33.373Z[ helios-setup] Sep 20 23:43:32.740 INFO E| Compiling serde_spanned v0.6.1
35462025-09-20T23:43:33.581Z[ host-package] Compiling chrono-tz v0.10.4
35472025-09-20T23:43:34.368Z[ helios-setup] Sep 20 23:43:33.735 INFO E| Compiling toml_datetime v0.6.1
35482025-09-20T23:43:34.393Z[ host-package] Compiling xshell-macros v0.2.7
35492025-09-20T23:43:35.742Z[ helios-setup] Sep 20 23:43:35.109 INFO E| Compiling zerocopy-derive v0.6.6
35502025-09-20T23:43:36.218Z[ host-package] Compiling xshell v0.2.7
35512025-09-20T23:43:39.401Z[ helios-setup] Sep 20 23:43:38.768 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
35522025-09-20T23:43:40.696Z[ helios-setup] Sep 20 23:43:40.063 INFO E| Compiling smartstring v1.0.1
35532025-09-20T23:43:40.728Z[ host-package] Compiling async-bb8-diesel v0.2.1
35542025-09-20T23:43:41.185Z[ helios-setup] Sep 20 23:43:40.552 INFO E| Compiling packed_struct v0.10.1
35552025-09-20T23:43:41.930Z[ helios-setup] Sep 20 23:43:41.297 INFO E| Compiling num-bigint-dig v0.8.4
35562025-09-20T23:43:42.726Z[ helios-setup] Sep 20 23:43:42.093 INFO E| Compiling winnow v0.4.1
35572025-09-20T23:43:42.984Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
35582025-09-20T23:43:43.143Z[ helios-setup] Sep 20 23:43:42.510 INFO E| Compiling funty v2.0.0
35592025-09-20T23:43:45.715Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35602025-09-20T23:43:46.194Z[ helios-setup] Sep 20 23:43:45.561 INFO E| Compiling rustls v0.21.0
35612025-09-20T23:43:47.528Z[ helios-setup] Sep 20 23:43:46.895 INFO E| Compiling bitvec v1.0.1
35622025-09-20T23:43:49.330Z[ helios-setup] Sep 20 23:43:48.697 INFO E| Compiling toml_edit v0.19.8
35632025-09-20T23:43:51.938Z[ helios-setup] Sep 20 23:43:51.306 INFO E| Compiling zerocopy v0.6.6
35642025-09-20T23:43:55.645Z[ helios-setup] Sep 20 23:43:55.013 INFO E| Compiling sct v0.7.0
35652025-09-20T23:43:56.560Z[ helios-setup] Sep 20 23:43:55.928 INFO E| Compiling rustls-webpki v0.100.1
35662025-09-20T23:43:56.655Z[ helios-setup] Sep 20 23:43:56.023 INFO E| Compiling pkcs8 v0.10.2
35672025-09-20T23:43:58.425Z[ host-package] Compiling strip-ansi-escapes v0.2.0
35682025-09-20T23:43:59.592Z[ helios-setup] Sep 20 23:43:58.960 INFO E| Compiling num-iter v0.1.44
35692025-09-20T23:43:59.865Z[ host-package] Compiling phf v0.12.1
35702025-09-20T23:44:00.023Z[ helios-setup] Sep 20 23:43:59.390 INFO E| Compiling packed_struct_codegen v0.10.1
35712025-09-20T23:44:00.308Z[ helios-setup] Sep 20 23:43:59.677 INFO E| Compiling static_assertions v1.1.0
35722025-09-20T23:44:00.427Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35732025-09-20T23:44:00.760Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35742025-09-20T23:44:00.949Z[ helios-setup] Sep 20 23:44:00.317 INFO E| Compiling match_cfg v0.1.0
35752025-09-20T23:44:01.059Z[ helios-setup] Sep 20 23:44:00.427 INFO E| Compiling paste v1.0.12
35762025-09-20T23:44:01.313Z[ helios-setup] Sep 20 23:44:00.681 INFO E| Compiling crc-catalog v2.4.0
35772025-09-20T23:44:01.682Z[ host-package] Compiling fd-lock v4.0.2
35782025-09-20T23:44:01.851Z[ host-package] Compiling peg-macros v0.8.5
35792025-09-20T23:44:01.896Z[ helios-setup] Sep 20 23:44:01.264 INFO E| Compiling camino v1.1.4
35802025-09-20T23:44:02.367Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35812025-09-20T23:44:02.505Z[ helios-setup] Sep 20 23:44:01.873 INFO E| Compiling nodrop v0.1.14
35822025-09-20T23:44:03.274Z[ helios-setup] Sep 20 23:44:02.642 INFO E| Compiling slog-async v2.7.0
35832025-09-20T23:44:03.364Z[ helios-setup] Sep 20 23:44:02.732 INFO E| Compiling async-trait v0.1.68
35842025-09-20T23:44:04.205Z[ host-package] Compiling nu-ansi-term v0.50.1
35852025-09-20T23:44:05.021Z[ helios-setup] Sep 20 23:44:04.390 INFO E| Compiling array-init v0.0.4
35862025-09-20T23:44:05.331Z[ helios-setup] Sep 20 23:44:04.700 INFO E| Compiling crc v3.3.0
35872025-09-20T23:44:06.321Z[ host-package] Compiling reedline v0.40.0
35882025-09-20T23:44:06.360Z[ helios-setup] Sep 20 23:44:05.729 INFO E| Compiling hostname v0.3.1
35892025-09-20T23:44:06.821Z[ host-package] Compiling peg v0.8.5
35902025-09-20T23:44:07.476Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35912025-09-20T23:44:11.053Z[ helios-setup] Sep 20 23:44:10.422 INFO E| Compiling pkcs1 v0.7.5
35922025-09-20T23:44:11.672Z[ helios-setup] Sep 20 23:44:11.041 INFO E| Compiling toml v0.7.3
35932025-09-20T23:44:12.210Z[ helios-setup] Sep 20 23:44:11.579 INFO E| Compiling crossbeam-channel v0.5.6
35942025-09-20T23:44:15.259Z[ helios-setup] Sep 20 23:44:14.628 INFO E| Compiling smallvec v0.6.14
35952025-09-20T23:44:16.358Z[ helios-setup] Sep 20 23:44:15.727 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
35962025-09-20T23:44:16.539Z[ helios-setup] Sep 20 23:44:15.908 INFO E| Compiling slog-json v2.6.1
35972025-09-20T23:44:17.596Z[ helios-setup] Sep 20 23:44:16.965 INFO E| Compiling bincode v1.3.3
35982025-09-20T23:44:19.387Z[ helios-setup] Sep 20 23:44:18.756 INFO E| Compiling bitflags v2.9.1
35992025-09-20T23:44:19.637Z[ helios-setup] Sep 20 23:44:19.007 INFO E| Compiling unicode-linebreak v0.1.4
36002025-09-20T23:44:19.793Z[ helios-setup] Sep 20 23:44:19.162 INFO E| Compiling signature v2.2.0
36012025-09-20T23:44:21.043Z[ helios-setup] Sep 20 23:44:20.412 INFO E| Compiling async-stream-impl v0.3.5
36022025-09-20T23:44:21.127Z[ helios-setup] Sep 20 23:44:20.497 INFO E| Compiling rhai_codegen v1.5.0
36032025-09-20T23:44:23.277Z[ helios-setup] Sep 20 23:44:22.647 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
36042025-09-20T23:44:23.667Z[ helios-setup] Sep 20 23:44:23.036 INFO E| Compiling termcolor v1.2.0
36052025-09-20T23:44:23.927Z[ helios-setup] Sep 20 23:44:23.296 INFO E| Compiling equivalent v1.0.2
36062025-09-20T23:44:24.403Z[ helios-setup] Sep 20 23:44:23.773 INFO E| Compiling allocator-api2 v0.2.21
36072025-09-20T23:44:24.647Z[ helios-setup] Sep 20 23:44:24.016 INFO E| Compiling take_mut v0.2.2
36082025-09-20T23:44:25.370Z[ helios-setup] Sep 20 23:44:24.739 INFO E| Compiling foldhash v0.1.5
36092025-09-20T23:44:25.526Z[ helios-setup] Sep 20 23:44:24.896 INFO E| Compiling bitfield v0.14.0
36102025-09-20T23:44:25.982Z[ helios-setup] Sep 20 23:44:25.351 INFO E| Compiling subtle v2.6.1
36112025-09-20T23:44:26.093Z[ helios-setup] Sep 20 23:44:25.462 INFO E| Compiling hashbrown v0.15.3
36122025-09-20T23:44:26.337Z[ helios-setup] Sep 20 23:44:25.707 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
36132025-09-20T23:44:26.392Z[ helios-setup] Sep 20 23:44:25.762 INFO E| Compiling rhai v1.14.0
36142025-09-20T23:44:26.628Z[ helios-setup] Sep 20 23:44:25.998 INFO E| Compiling rsa v0.9.8
36152025-09-20T23:44:28.848Z[ helios-setup] Sep 20 23:44:28.218 INFO E| Compiling env_logger v0.10.2
36162025-09-20T23:44:29.072Z[ helios-setup] Sep 20 23:44:28.441 INFO E| Compiling async-stream v0.3.5
36172025-09-20T23:44:29.556Z[ helios-setup] Sep 20 23:44:28.926 INFO E| Compiling ron v0.8.1
36182025-09-20T23:44:30.288Z[ helios-setup] Sep 20 23:44:29.658 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
36192025-09-20T23:44:30.704Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36202025-09-20T23:44:32.055Z[ helios-setup] Sep 20 23:44:31.425 INFO E| Compiling slog-bunyan v2.4.0
36212025-09-20T23:44:32.959Z[ helios-setup] Sep 20 23:44:32.330 INFO E| Compiling serde-hex v0.1.0
36222025-09-20T23:44:33.838Z[ helios-setup] Sep 20 23:44:33.208 INFO E| Compiling tokio-rustls v0.24.0
36232025-09-20T23:44:34.739Z[ helios-setup] Sep 20 23:44:34.110 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36242025-09-20T23:44:35.850Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
36252025-09-20T23:44:38.611Z[ helios-setup] Sep 20 23:44:37.981 INFO E| Compiling x509-cert v0.2.5
36262025-09-20T23:44:39.041Z[ helios-setup] Sep 20 23:44:38.412 INFO E| Compiling rustls-pemfile v1.0.2
36272025-09-20T23:44:39.400Z[ helios-setup] Sep 20 23:44:38.770 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
36282025-09-20T23:44:40.640Z[ helios-setup] Sep 20 23:44:40.010 INFO E| Compiling serde_path_to_error v0.1.11
36292025-09-20T23:44:41.196Z[ helios-setup] Sep 20 23:44:40.566 INFO E| Compiling derive-where v1.4.0
36302025-09-20T23:44:41.961Z[ host-package] Compiling typify-impl v0.2.0
36312025-09-20T23:44:42.370Z[ helios-setup] Sep 20 23:44:41.741 INFO E| Compiling crc-any v2.5.0
36322025-09-20T23:44:42.395Z[ helios-setup] Sep 20 23:44:41.753 INFO E| Compiling rustc-hash v2.1.1
36332025-09-20T23:44:43.262Z[ helios-setup] Sep 20 23:44:42.633 INFO E| Compiling hex v0.4.3
36342025-09-20T23:44:43.322Z[ helios-setup] Sep 20 23:44:42.693 INFO E| Compiling debug-ignore v1.0.5
36352025-09-20T23:44:43.971Z[ helios-setup] Sep 20 23:44:43.341 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36362025-09-20T23:44:45.688Z[ helios-setup] Sep 20 23:44:45.059 INFO E| Compiling object v0.30.4
36372025-09-20T23:44:46.263Z[ helios-setup] Sep 20 23:44:45.634 INFO E| Compiling iddqd v0.3.1
36382025-09-20T23:44:46.986Z[ helios-setup] Sep 20 23:44:46.357 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
36392025-09-20T23:44:47.942Z[ host-package] Compiling bcs v0.1.6
36402025-09-20T23:44:49.562Z[ host-package] Compiling fxhash v0.2.1
36412025-09-20T23:44:50.466Z[ host-package] Compiling libz-sys v1.1.20
36422025-09-20T23:44:51.942Z[ host-package] Compiling half v1.8.3
36432025-09-20T23:44:51.966Z[ helios-setup] Sep 20 23:44:51.323 INFO E| Compiling path-slash v0.1.5
36442025-09-20T23:44:52.634Z[ helios-setup] Sep 20 23:44:52.005 INFO E| Compiling smawk v0.3.1
36452025-09-20T23:44:53.214Z[ host-package] Compiling serde_cbor v0.11.2
36462025-09-20T23:44:53.515Z[ helios-setup] Sep 20 23:44:52.886 INFO E| Compiling textwrap v0.16.0
36472025-09-20T23:44:55.026Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36482025-09-20T23:44:55.050Z[ helios-setup] Sep 20 23:44:54.417 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36492025-09-20T23:44:56.033Z[ helios-setup] Sep 20 23:44:55.405 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
36502025-09-20T23:44:56.272Z[ host-package] Compiling typify-macro v0.2.0
36512025-09-20T23:44:57.208Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36522025-09-20T23:45:01.576Z[ host-package] Compiling kstat-rs v0.2.4
36532025-09-20T23:45:02.534Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36542025-09-20T23:45:02.614Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36552025-09-20T23:45:03.729Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36562025-09-20T23:45:04.474Z[ host-package] Compiling nanorand v0.7.0
36572025-09-20T23:45:04.541Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
36582025-09-20T23:45:05.617Z[ host-package] Compiling parking_lot_core v0.8.6
36592025-09-20T23:45:06.791Z[ host-package] Compiling flume v0.11.1
36602025-09-20T23:45:08.249Z[ host-package] Compiling mime_guess v2.0.5
36612025-09-20T23:45:11.827Z[ helios-setup] Sep 20 23:45:11.199 INFO E| Compiling bzip2 v0.4.4
36622025-09-20T23:45:12.616Z[ host-package] Compiling tabled_derive v0.10.0
36632025-09-20T23:45:13.147Z[ helios-setup] Sep 20 23:45:12.520 INFO E| Compiling zip v0.6.6
36642025-09-20T23:45:15.332Z[ helios-setup] Sep 20 23:45:14.705 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36652025-09-20T23:45:17.498Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36662025-09-20T23:45:18.393Z[ helios-setup] Sep 20 23:45:17.766 INFO E| Compiling git2 v0.16.1
36672025-09-20T23:45:20.697Z[ host-package] Compiling ignore v0.4.23
36682025-09-20T23:45:25.203Z[ helios-setup] Sep 20 23:45:24.576 INFO E| Compiling built v0.6.0
36692025-09-20T23:45:26.268Z[ host-package] Compiling papergrid v0.14.0
36702025-09-20T23:45:26.420Z[ helios-setup] Sep 20 23:45:25.794 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
36712025-09-20T23:45:27.870Z[ helios-setup] Sep 20 23:45:27.243 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
36722025-09-20T23:45:28.187Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36732025-09-20T23:45:28.502Z[ helios-setup] Sep 20 23:45:27.876 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
36742025-09-20T23:45:29.602Z[ helios-setup] Sep 20 23:45:28.975 INFO E| warning: struct `NeedRequestContext` is never constructed
36752025-09-20T23:45:29.602Z[ helios-setup] Sep 20 23:45:28.975 INFO E| --> racktest/agent/server/src/lib.rs:104:9
36762025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.975 INFO E| |
36772025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.975 INFO E| 104 | rc: RequestContext<Arc<Agent>>,
36782025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.975 INFO E| | ^^^^^^^^^^^^^^
36792025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.975 INFO E| |
36802025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| = note: `#[warn(dead_code)]` on by default
36812025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| warning: struct `NeedHttpResponse` is never constructed
36822025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| --> racktest/agent/server/src/lib.rs:107:6
36832025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| |
36842025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| 107 | ) -> DSResult<HttpResponseUpdatedNoContent> {
36852025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| | ^^^^^^^^
36862025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| warning: struct `NeedRequestContext` is never constructed
36872025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| --> racktest/agent/server/src/lib.rs:132:9
36882025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| |
36892025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| 132 | rc: RequestContext<Arc<Agent>>,
36902025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| | ^^^^^^^^^^^^^^
36912025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| warning: struct `NeedHttpResponse` is never constructed
36922025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| --> racktest/agent/server/src/lib.rs:135:6
36932025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| |
36942025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| 135 | ) -> DSResult<HttpResponseUpdatedNoContent> {
36952025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| | ^^^^^^^^
36962025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| warning: struct `NeedRequestContext` is never constructed
36972025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| --> racktest/agent/server/src/lib.rs:284:9
36982025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| |
36992025-09-20T23:45:29.649Z[ helios-setup] Sep 20 23:45:28.976 INFO E| 284 | rc: RequestContext<Arc<Agent>>,
37002025-09-20T23:45:29.650Z[ helios-setup] Sep 20 23:45:28.976 INFO E| | ^^^^^^^^^^^^^^
37012025-09-20T23:45:29.650Z[ helios-setup] Sep 20 23:45:28.976 INFO E| warning: struct `NeedRequestContext` is never constructed
37022025-09-20T23:45:29.650Z[ helios-setup] Sep 20 23:45:28.976 INFO E| --> racktest/agent/server/src/lib.rs:406:9
37032025-09-20T23:45:29.650Z[ helios-setup] Sep 20 23:45:28.976 INFO E| |
37042025-09-20T23:45:29.650Z[ helios-setup] Sep 20 23:45:28.976 INFO E| 406 | rc: RequestContext<Arc<Agent>>,
37052025-09-20T23:45:29.650Z[ helios-setup] Sep 20 23:45:28.976 INFO E| | ^^^^^^^^^^^^^^
37062025-09-20T23:45:31.534Z[ host-package] Compiling castaway v0.2.3
37072025-09-20T23:45:31.737Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37082025-09-20T23:45:32.054Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
37092025-09-20T23:45:32.568Z[ host-package] Compiling compact_str v0.8.0
37102025-09-20T23:45:33.450Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37112025-09-20T23:45:33.938Z[ helios-setup] Sep 20 23:45:33.312 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
37122025-09-20T23:45:36.374Z[ host-package] Compiling tabled v0.18.0
37132025-09-20T23:45:41.517Z[ helios-setup] Sep 20 23:45:40.891 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
37142025-09-20T23:45:42.181Z[ helios-setup] Sep 20 23:45:41.556 INFO E| warning: `racktest-agent` (lib) generated 6 warnings
37152025-09-20T23:45:42.339Z[ host-package] Compiling globwalk v0.9.1
37162025-09-20T23:45:46.871Z[ host-package] Compiling typify v0.2.0
37172025-09-20T23:45:47.342Z[ host-package] Compiling predicates-tree v1.0.12
37182025-09-20T23:45:49.346Z[ host-package] Compiling unicode-truncate v1.1.0
37192025-09-20T23:45:49.446Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37202025-09-20T23:45:50.044Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37212025-09-20T23:46:00.269Z[ host-package] Compiling lru v0.12.5
37222025-09-20T23:46:01.353Z[ host-package] Compiling vergen v8.3.2
37232025-09-20T23:46:02.307Z[ host-package] Compiling nibble_vec v0.1.0
37242025-09-20T23:46:02.749Z[ host-package] Compiling cargo-platform v0.1.8
37252025-09-20T23:46:03.001Z[ host-package] Compiling atty v0.2.14
37262025-09-20T23:46:03.807Z[ host-package] Compiling instability v0.3.2
37272025-09-20T23:46:03.874Z[ host-package] Compiling cassowary v0.3.0
37282025-09-20T23:46:06.370Z[ host-package] Compiling indoc v2.0.6
37292025-09-20T23:46:07.881Z[ host-package] Compiling endian-type v0.1.2
37302025-09-20T23:46:08.431Z[ host-package] Compiling http-range v0.1.5
37312025-09-20T23:46:08.865Z[ host-package] Compiling salty v0.3.0
37322025-09-20T23:46:09.159Z[ host-package] Compiling radix_trie v0.2.1
37332025-09-20T23:46:09.460Z[ host-package] Compiling ratatui v0.29.0
37342025-09-20T23:46:09.598Z[ host-package] Compiling cargo_metadata v0.18.1
37352025-09-20T23:46:10.473Z[ host-package] Compiling git2 v0.19.0
37362025-09-20T23:46:11.980Z[ helios-setup] Sep 20 23:46:11.356 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37372025-09-20T23:46:18.462Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37382025-09-20T23:46:19.893Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37392025-09-20T23:46:25.322Z[ host-package] Compiling progenitor-impl v0.8.0
37402025-09-20T23:46:27.155Z[ host-package] Compiling parking_lot v0.11.2
37412025-09-20T23:46:32.307Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37422025-09-20T23:46:33.712Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37432025-09-20T23:46:38.094Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37442025-09-20T23:46:44.746Z[ host-package] Compiling rand_seeder v0.4.0
37452025-09-20T23:46:45.642Z[ host-package] Compiling prefix-trie v0.7.0
37462025-09-20T23:46:45.704Z[ host-package] Compiling lzma-sys v0.1.20
37472025-09-20T23:46:47.245Z[ host-package] Compiling rustls v0.21.12
37482025-09-20T23:46:47.630Z[ host-package] Compiling hickory-server v0.25.2
37492025-09-20T23:46:48.445Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37502025-09-20T23:46:49.374Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37512025-09-20T23:46:52.392Z[ host-package] Compiling progenitor-macro v0.8.0
37522025-09-20T23:46:55.392Z[ host-package] Compiling hyper-staticfile v0.10.1
37532025-09-20T23:46:58.361Z[ host-package] Compiling sled v0.34.7
37542025-09-20T23:46:59.013Z[ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37552025-09-20T23:47:01.882Z[ helios-setup] Sep 20 23:47:01.261 INFO E| Finished `release` profile [optimized] target(s) in 6m 09s
37562025-09-20T23:47:01.984Z[ helios-setup] Sep 20 23:47:01.364 INFO building project "pilot" ok (369 seconds)
37572025-09-20T23:47:02.009Z[ helios-setup] rm -f helios-build
37582025-09-20T23:47:02.009Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37592025-09-20T23:47:02.009Z[ helios-setup]
37602025-09-20T23:47:02.009Z[ helios-setup] Setup complete! ./helios-build is now available.
37612025-09-20T23:47:02.009Z[ helios-setup]
37622025-09-20T23:47:02.009Z[ helios-setup]
37632025-09-20T23:47:02.009ZSep 20 23:47:01.377[ helios-setup] real 10:00.895042501
37642025-09-20T23:47:02.009Z INFO [helios-setup] process exited with exit status: 0 (600.899494779s)
37652025-09-20T23:47:02.009Z[ helios-setup] user 25:42.378453008
37662025-09-20T23:47:02.009Z[ helios-setup] sys 2:49.822341069
37672025-09-20T23:47:02.009Z[ helios-setup] trap 1.841791796
37682025-09-20T23:47:02.009Z[ helios-setup] tflt 4.884663896
37692025-09-20T23:47:02.010Z[ helios-setup] dflt 15.128770900
37702025-09-20T23:47:02.010Z[ helios-setup] kflt 0.020250735
37712025-09-20T23:47:02.010Z[ helios-setup] lock 2:17:29.292835264
37722025-09-20T23:47:02.010Z[ helios-setup] slp 3:24:40.032611640
37732025-09-20T23:47:02.010Z[ helios-setup] lat 30:07.986568215
37742025-09-20T23:47:02.010Z[ helios-setup] stop 6:06.297574330
37752025-09-20T23:47:02.010ZSep 20 23:47:01.378 INFO [helios-record] running task
37762025-09-20T23:47:02.010ZSep 20 23:47:01.378 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37772025-09-20T23:47:02.010ZSep 20 23:47:01.384 DEBG process exited with exit status: 0 (6.241995ms)
37782025-09-20T23:47:02.010ZSep 20 23:47:01.385 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37792025-09-20T23:47:02.035ZSep 20 23:47:01.392 DEBG process exited with exit status: 0 (7.269733ms)
37802025-09-20T23:47:02.035ZSep 20 23:47:01.392 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37812025-09-20T23:47:02.035ZSep 20 23:47:01.399 DEBG process exited with exit status: 0 (6.717571ms)
37822025-09-20T23:47:02.035ZSep 20 23:47:01.399 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37832025-09-20T23:47:02.035ZSep 20 23:47:01.405 DEBG process exited with exit status: 0 (6.205881ms)
37842025-09-20T23:47:02.035ZSep 20 23:47:01.405 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37852025-09-20T23:47:02.035ZSep 20 23:47:01.411 DEBG process exited with exit status: 0 (5.710044ms)
37862025-09-20T23:47:02.035ZSep 20 23:47:01.411 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37872025-09-20T23:47:02.060ZSep 20 23:47:01.416 DEBG process exited with exit status: 0 (5.277615ms)
37882025-09-20T23:47:02.060ZSep 20 23:47:01.416 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37892025-09-20T23:47:02.060ZSep 20 23:47:01.421 DEBG process exited with exit status: 0 (4.946292ms)
37902025-09-20T23:47:02.060ZSep 20 23:47:01.421 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37912025-09-20T23:47:02.060ZSep 20 23:47:01.426 DEBG process exited with exit status: 0 (4.865918ms)
37922025-09-20T23:47:02.060ZSep 20 23:47:01.426 INFO [helios-record] task succeeded (48.502315ms)
37932025-09-20T23:47:04.323Z[ host-package] Compiling hickory-client v0.25.2
37942025-09-20T23:47:05.957Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37952025-09-20T23:47:07.087Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37962025-09-20T23:47:07.607Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
37972025-09-20T23:47:09.944Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37982025-09-20T23:47:12.481Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37992025-09-20T23:47:12.942Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38002025-09-20T23:47:15.303Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
38012025-09-20T23:47:16.677Z[ host-package] Compiling progenitor-client v0.8.0
38022025-09-20T23:47:17.206Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38032025-09-20T23:47:17.475Z[ host-package] Compiling sct v0.7.1
38042025-09-20T23:47:17.544Z[ host-package] Compiling rustls-webpki v0.101.7
38052025-09-20T23:47:17.928Z[ host-package] Compiling primeorder v0.13.6
38062025-09-20T23:47:18.482Z[ host-package] Compiling heck v0.3.3
38072025-09-20T23:47:18.821Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
38082025-09-20T23:47:18.965Z[ host-package] Compiling void v1.0.2
38092025-09-20T23:47:19.216Z[ host-package] Compiling lzss v0.8.2
38102025-09-20T23:47:19.293Z[ host-package] Compiling zone_cfg_derive v0.1.2
38112025-09-20T23:47:19.649Z[ host-package] Compiling p384 v0.13.0
38122025-09-20T23:47:20.724Z[ host-package] Compiling progenitor v0.8.0
38132025-09-20T23:47:20.999Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38142025-09-20T23:47:21.921Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38152025-09-20T23:47:23.649Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38162025-09-20T23:47:26.349Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
38172025-09-20T23:47:28.177Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38182025-09-20T23:47:28.926Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38192025-09-20T23:47:29.263Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38202025-09-20T23:47:30.469Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38212025-09-20T23:47:30.826Z[ host-package] Compiling tungstenite v0.23.0
38222025-09-20T23:47:34.452Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38232025-09-20T23:47:34.789Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38242025-09-20T23:47:35.169Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38252025-09-20T23:47:35.411Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38262025-09-20T23:47:35.498Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38272025-09-20T23:47:35.745Z[ host-package] Compiling nix v0.27.1
38282025-09-20T23:47:36.155Z[ host-package] Compiling serde_bytes v0.11.17
38292025-09-20T23:47:36.667Z[ host-package] Compiling number_prefix v0.4.0
38302025-09-20T23:47:36.959Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
38312025-09-20T23:47:37.307Z[ host-package] Compiling base64 v0.13.1
38322025-09-20T23:47:37.966Z[ host-package] Compiling ron v0.7.1
38332025-09-20T23:47:39.982Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38342025-09-20T23:47:41.217Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38352025-09-20T23:47:42.748Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38362025-09-20T23:47:44.244Z[ host-package] Compiling indicatif v0.17.11
38372025-09-20T23:47:45.993Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38382025-09-20T23:47:46.509Z[ host-package] Compiling tokio-tungstenite v0.23.1
38392025-09-20T23:47:46.658Z[ host-package] Compiling xz2 v0.1.7
38402025-09-20T23:47:47.176Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38412025-09-20T23:47:47.320Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38422025-09-20T23:47:49.717Z[ host-package] Compiling tokio-rustls v0.24.1
38432025-09-20T23:47:50.303Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38442025-09-20T23:47:51.456Z[ host-package] Compiling zone v0.1.8
38452025-09-20T23:47:54.421Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38462025-09-20T23:47:54.513Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38472025-09-20T23:47:55.595Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
38482025-09-20T23:47:59.150Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38492025-09-20T23:47:59.726Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38502025-09-20T23:48:00.591Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38512025-09-20T23:48:00.936Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38522025-09-20T23:48:03.873Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38532025-09-20T23:48:06.599Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38542025-09-20T23:48:08.194Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38552025-09-20T23:48:08.531Z[ host-package] Compiling rustls-pemfile v1.0.4
38562025-09-20T23:48:09.214Z[ host-package] Compiling signal-hook-tokio v0.3.1
38572025-09-20T23:48:09.496Z[ host-package] Compiling twox-hash v2.1.0
38582025-09-20T23:48:10.440Z[ host-package] Compiling yasna v0.5.2
38592025-09-20T23:48:11.238Z[ host-package] Compiling secrecy v0.8.0
38602025-09-20T23:48:11.539Z[ host-package] Compiling is_ci v1.2.0
38612025-09-20T23:48:11.780Z[ host-package] Compiling supports-color v3.0.2
38622025-09-20T23:48:12.268Z[ host-package] Compiling rcgen v0.12.1
38632025-09-20T23:48:13.369Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38642025-09-20T23:48:20.822Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38652025-09-20T23:48:21.512Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38662025-09-20T23:48:26.812Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38672025-09-20T23:48:32.910Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
38682025-09-20T23:48:42.380Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38692025-09-20T23:48:42.448Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
38702025-09-20T23:48:44.007Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38712025-09-20T23:48:45.459Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38722025-09-20T23:48:50.894Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38732025-09-20T23:48:55.337Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38742025-09-20T23:48:56.827Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38752025-09-20T23:48:58.211Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38762025-09-20T23:49:03.080Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38772025-09-20T23:49:03.376Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38782025-09-20T23:49:03.490Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38792025-09-20T23:49:03.706Z[ host-package] Compiling fatfs v0.3.6
38802025-09-20T23:49:03.806Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
38812025-09-20T23:49:04.335Z[ host-package] Compiling subprocess v0.2.9
38822025-09-20T23:49:06.022Z[ host-package] Compiling rtoolbox v0.0.2
38832025-09-20T23:49:06.425Z[ host-package] Compiling assert_matches v1.5.0
38842025-09-20T23:49:06.581Z[ host-package] Compiling rpassword v7.4.0
38852025-09-20T23:49:07.035Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38862025-09-20T23:49:11.254Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872025-09-20T23:49:13.672Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38882025-09-20T23:49:18.134Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38892025-09-20T23:49:38.254Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38902025-09-20T23:49:44.196Z[ host-package] Compiling tui-tree-widget v0.23.1
38912025-09-20T23:49:44.686Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38922025-09-20T23:49:45.612Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38932025-09-20T23:49:46.032Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38942025-09-20T23:49:51.665Z[ host-package] Compiling uzers v0.12.1
38952025-09-20T23:49:54.339Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38962025-09-20T23:49:54.593Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38972025-09-20T23:49:56.430Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38982025-09-20T23:50:16.993Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38992025-09-20T23:50:19.679Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39002025-09-20T23:50:20.047Z[ host-package] Compiling support-bundle-viewer v0.1.2
39012025-09-20T23:50:23.102Z[ host-package] Compiling multimap v0.10.1
39022025-09-20T23:52:10.974Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
39032025-09-21T00:00:03.763Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 24s
39042025-09-21T00:01:20.148ZSep 21 00:01:19.579 INFO [host-package] process exited with exit status: 0 (1360.82981356s)
39052025-09-21T00:01:20.148ZSep 21 00:01:19.579 INFO [host-stamp] running task
39062025-09-21T00:01:20.173ZSep 21 00:01:19.580 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39072025-09-21T00:01:20.173ZSep 21 00:01:19.581 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+git066fb4828f5
39082025-09-21T00:01:20.173ZSep 21 00:01:19.581 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+git066fb4828f5
39092025-09-21T00:01:20.173ZSep 21 00:01:19.582 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+git066fb4828f5
39102025-09-21T00:01:20.173ZSep 21 00:01:19.583 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+git066fb4828f5
39112025-09-21T00:01:20.173ZSep 21 00:01:19.583 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+git066fb4828f5
39122025-09-21T00:01:20.173ZSep 21 00:01:19.583 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+git066fb4828f5
39132025-09-21T00:01:20.173ZSep 21 00:01:19.584 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+git066fb4828f5
39142025-09-21T00:01:20.173ZSep 21 00:01:19.587 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+git066fb4828f5
39152025-09-21T00:01:20.173Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39162025-09-21T00:01:20.173Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39172025-09-21T00:01:20.173Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39182025-09-21T00:01:20.173Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39192025-09-21T00:01:20.173Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39202025-09-21T00:01:20.173Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39212025-09-21T00:01:20.173Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39222025-09-21T00:01:20.174Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39232025-09-21T00:01:20.199Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39242025-09-21T00:01:20.199ZSep 21 00:01:19.610 INFO [stamp-overlay] process exited with exit status: 0 (27.343616ms)
39252025-09-21T00:01:20.199Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
39262025-09-21T00:01:20.199Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
39272025-09-21T00:01:20.199Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39282025-09-21T00:01:20.199ZSep 21 00:01:19.620 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (36.164142ms)
39292025-09-21T00:01:20.199ZSep 21 00:01:19.624 INFO [stamp-oxlog] process exited with exit status: 0 (40.93169ms)
39302025-09-21T00:01:20.287Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39312025-09-21T00:01:20.312ZSep 21 00:01:19.725 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (142.589255ms)
39322025-09-21T00:01:20.733Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39332025-09-21T00:01:20.758ZSep 21 00:01:20.170 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (589.195072ms)
39342025-09-21T00:01:20.855Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39352025-09-21T00:01:20.880ZSep 21 00:01:20.292 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (708.696598ms)
39362025-09-21T00:01:21.727Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39372025-09-21T00:01:21.753ZSep 21 00:01:21.165 INFO [stamp-propolis-server] process exited with exit status: 0 (1.583305627s)
39382025-09-21T00:01:21.867Z[recovery-package] Compiling newtype-uuid v1.2.4
39392025-09-21T00:01:22.428Z[recovery-package] Compiling daft v0.1.4
39402025-09-21T00:01:23.000Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39412025-09-21T00:01:23.486Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
39422025-09-21T00:01:23.487Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39432025-09-21T00:01:23.512Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39442025-09-21T00:01:23.559Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39452025-09-21T00:01:24.197Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39462025-09-21T00:01:30.350Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39472025-09-21T00:01:30.375ZSep 21 00:01:29.788 INFO [stamp-switch-asic] process exited with exit status: 0 (10.201023679s)
39482025-09-21T00:01:30.376ZSep 21 00:01:29.788 INFO [host-stamp] task succeeded (10.208832768s)
39492025-09-21T00:01:30.376ZSep 21 00:01:29.788 INFO [host-proto] running task
39502025-09-21T00:01:31.613ZSep 21 00:01:31.044 INFO [host-proto] task succeeded (1.256530447s)
39512025-09-21T00:01:31.613ZSep 21 00:01:31.044 INFO [host-profile] running task
39522025-09-21T00:01:31.639ZSep 21 00:01:31.045 INFO [host-profile] task succeeded (629.94µs)
39532025-09-21T00:01:31.639ZSep 21 00:01:31.045 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/.tmpJHwTRO/proto/host/root -N 'ci 066fb48/${os_short_commit} 2025-09-20 23:37' -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/'
39542025-09-21T00:01:31.639Z[ host-image] Sep 21 00:01:31.059 INFO Checking files for board 'cosmo'
39552025-09-21T00:01:31.639Z[ host-image] Sep 21 00:01:31.059 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39562025-09-21T00:01:31.639Z[ host-image] Sep 21 00:01:31.059 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
39572025-09-21T00:01:31.639Z[ host-image] Sep 21 00:01:31.059 INFO Checking files for board 'gimlet'
39582025-09-21T00:01:31.639Z[ host-image] Sep 21 00:01:31.059 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39592025-09-21T00:01:31.639Z[ host-image] Sep 21 00:01:31.059 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
39602025-09-21T00:01:31.665Z[ host-image] Sep 21 00:01:31.080 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpJHwTRO/proto/host/root"
39612025-09-21T00:01:31.665Z[ host-image] Sep 21 00:01:31.081 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39622025-09-21T00:01:31.665Z[ host-image] Sep 21 00:01:31.081 INFO image builder template: ramdisk-01-os...
39632025-09-21T00:01:31.665Z[ host-image] Sep 21 00:01:31.081 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/.tmpJHwTRO/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
39642025-09-21T00:01:31.692Z[ host-image] Sep 21 00:01:31.108 INFO O| Sep 21 00:01:31.108 INFO CREATE DATASET: rpool/images/build/host/output
39652025-09-21T00:01:31.803Z[ host-image] Sep 21 00:01:31.235 INFO O| Sep 21 00:01:31.235 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39662025-09-21T00:01:31.828Z[ host-image] Sep 21 00:01:31.241 INFO O| Sep 21 00:01:31.241 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39672025-09-21T00:01:31.898Z[ host-image] Sep 21 00:01:31.330 INFO O| Sep 21 00:01:31.330 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39682025-09-21T00:01:31.928Z[ host-image] Sep 21 00:01:31.360 INFO O| Sep 21 00:01:31.360 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39692025-09-21T00:01:31.928Z[ host-image] Sep 21 00:01:31.360 INFO O| Sep 21 00:01:31.360 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39702025-09-21T00:01:31.953Z[ host-image] Sep 21 00:01:31.360 INFO O| Sep 21 00:01:31.360 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39712025-09-21T00:01:31.953Z[ host-image] Sep 21 00:01:31.360 INFO O| Sep 21 00:01:31.360 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39722025-09-21T00:01:31.953Z[ host-image] Sep 21 00:01:31.371 INFO O| Sep 21 00:01:31.371 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39732025-09-21T00:01:32.014Z[ host-image] Sep 21 00:01:31.446 INFO O| Sep 21 00:01:31.446 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39742025-09-21T00:01:32.039Z[ host-image] Sep 21 00:01:31.464 INFO O| Sep 21 00:01:31.464 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39752025-09-21T00:01:32.478Z[ host-image] Sep 21 00:01:31.910 INFO O| Sep 21 00:01:31.910 INFO O| Caching catalogs ... Done
39762025-09-21T00:01:32.564Z[ host-image] Sep 21 00:01:31.997 INFO O| Sep 21 00:01:31.996 INFO STEP 0 (pkg_image_create) COMPLETE
39772025-09-21T00:01:32.589Z[ host-image] Sep 21 00:01:31.997 INFO O| Sep 21 00:01:31.997 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39782025-09-21T00:01:32.589Z[ host-image] Sep 21 00:01:32.010 INFO O| Sep 21 00:01:32.010 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"]
39792025-09-21T00:01:33.022Z[ host-image] Sep 21 00:01:32.454 INFO O| Sep 21 00:01:32.454 INFO STEP 1 (pkg_set_publisher) COMPLETE
39802025-09-21T00:01:33.022Z[ host-image] Sep 21 00:01:32.454 INFO O| Sep 21 00:01:32.454 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39812025-09-21T00:01:33.022Z[ host-image] Sep 21 00:01:32.454 INFO O| Sep 21 00:01:32.454 INFO skip step because feature "publisher_1_name" is not enabled
39822025-09-21T00:01:33.047Z[ host-image] Sep 21 00:01:32.454 INFO O| Sep 21 00:01:32.454 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39832025-09-21T00:01:33.047Z[ host-image] Sep 21 00:01:32.454 INFO O| Sep 21 00:01:32.454 INFO skip step because feature "publisher_2_name" is not enabled
39842025-09-21T00:01:33.047Z[ host-image] Sep 21 00:01:32.454 INFO O| Sep 21 00:01:32.454 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39852025-09-21T00:01:33.047Z[ host-image] Sep 21 00:01:32.454 INFO O| Sep 21 00:01:32.454 INFO skip step because feature "publisher_3_name" is not enabled
39862025-09-21T00:01:33.047Z[ host-image] Sep 21 00:01:32.454 INFO O| Sep 21 00:01:32.454 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39872025-09-21T00:01:33.458Z[ host-image] Sep 21 00:01:32.891 INFO O| Sep 21 00:01:32.890 INFO variant opensolaris.zone is already global
39882025-09-21T00:01:33.483Z[ host-image] Sep 21 00:01:32.891 INFO O| Sep 21 00:01:32.890 INFO STEP 5 (pkg_change_variant) COMPLETE
39892025-09-21T00:01:33.483Z[ host-image] Sep 21 00:01:32.891 INFO O| Sep 21 00:01:32.891 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39902025-09-21T00:01:33.876Z[ host-image] Sep 21 00:01:33.308 INFO O| Sep 21 00:01:33.308 INFO variant opensolaris.imagetype is full; changing to partial
39912025-09-21T00:01:33.901Z[ host-image] Sep 21 00:01:33.308 INFO O| Sep 21 00:01:33.308 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39922025-09-21T00:01:35.194Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39932025-09-21T00:01:35.194Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39942025-09-21T00:01:35.219Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39952025-09-21T00:01:39.542Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39962025-09-21T00:01:39.615Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39972025-09-21T00:01:40.894Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39982025-09-21T00:01:41.234Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39992025-09-21T00:01:41.541Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40002025-09-21T00:01:43.676Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40012025-09-21T00:01:46.110Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40022025-09-21T00:02:00.576Z[ host-image] Sep 21 00:02:00.010 INFO O| Sep 21 00:02:00.010 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40032025-09-21T00:02:09.363Z[recovery-package] Finished `release` profile [optimized] target(s) in 48.92s
40042025-09-21T00:02:10.547Z[ host-image] Sep 21 00:02:09.978 INFO O| Sep 21 00:02:09.978 INFO O| Startup: Caching catalogs ... Done
40052025-09-21T00:02:10.628Z[ host-image] Sep 21 00:02:10.060 INFO O| Sep 21 00:02:10.060 INFO O| Planning: Planning completed in 0.00 seconds
40062025-09-21T00:02:10.657Z[ host-image] Sep 21 00:02:10.061 INFO O| Sep 21 00:02:10.061 INFO O| Planning: Consolidating action changes ... Done
40072025-09-21T00:02:10.657Z[ host-image] Sep 21 00:02:10.061 INFO O| Sep 21 00:02:10.061 INFO O| Planning: Evaluating mediators ... Done
40082025-09-21T00:02:10.657Z[ host-image] Sep 21 00:02:10.061 INFO O| Sep 21 00:02:10.061 INFO O| Planning: Planning completed in 0.00 seconds
40092025-09-21T00:02:10.658Z[ host-image] Sep 21 00:02:10.062 INFO O| Sep 21 00:02:10.061 INFO O| Variants/Facets to change: 1
40102025-09-21T00:02:10.658Z[ host-image] Sep 21 00:02:10.078 INFO O| Sep 21 00:02:10.078 INFO O| Done
40112025-09-21T00:02:10.658Z[ host-image] Sep 21 00:02:10.078 INFO O| Sep 21 00:02:10.078 INFO O| Done
40122025-09-21T00:02:12.213Z[ host-image] Sep 21 00:02:11.648 INFO O| Sep 21 00:02:11.647 INFO O| Done
40132025-09-21T00:02:12.304Z[ host-image] Sep 21 00:02:11.739 INFO O| Sep 21 00:02:11.739 INFO O| Done
40142025-09-21T00:02:12.330Z[ host-image] Sep 21 00:02:11.740 INFO O| Sep 21 00:02:11.740 INFO O| Done
40152025-09-21T00:02:12.330Z[ host-image] Sep 21 00:02:11.740 INFO O| Sep 21 00:02:11.740 INFO O| Done
40162025-09-21T00:02:12.330Z[ host-image] Sep 21 00:02:11.742 INFO O| Sep 21 00:02:11.742 INFO O| Done
40172025-09-21T00:02:13.600Z[ host-image] Sep 21 00:02:13.034 INFO O| Sep 21 00:02:13.034 INFO STEP 6 (pkg_change_variant) COMPLETE
40182025-09-21T00:02:13.600Z[ host-image] Sep 21 00:02:13.035 INFO O| Sep 21 00:02:13.034 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40192025-09-21T00:02:13.625Z[ host-image] Sep 21 00:02:13.035 INFO O| Sep 21 00:02:13.034 INFO skip step because feature "debug_variant" is not enabled
40202025-09-21T00:02:13.626Z[ host-image] Sep 21 00:02:13.035 INFO O| Sep 21 00:02:13.034 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40212025-09-21T00:02:14.017Z[ host-image] Sep 21 00:02:13.451 INFO O| Sep 21 00:02:13.451 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40222025-09-21T00:02:15.673ZSep 21 00:02:15.108 INFO [recovery-package] process exited with exit status: 0 (55.527824911s)
40232025-09-21T00:02:15.673ZSep 21 00:02:15.108 INFO [recovery-stamp] running task
40242025-09-21T00:02:15.698ZSep 21 00:02:15.109 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40252025-09-21T00:02:15.699ZSep 21 00:02:15.109 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+git066fb4828f5
40262025-09-21T00:02:15.699ZSep 21 00:02:15.110 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 16.0.0-0.ci+git066fb4828f5
40272025-09-21T00:02:15.699Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40282025-09-21T00:02:15.724Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40292025-09-21T00:02:15.819Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40302025-09-21T00:02:15.845ZSep 21 00:02:15.260 INFO [stamp-installinator] process exited with exit status: 0 (149.807414ms)
40312025-09-21T00:02:16.102Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40322025-09-21T00:02:16.128ZSep 21 00:02:15.544 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (435.500138ms)
40332025-09-21T00:02:16.128ZSep 21 00:02:15.544 INFO [recovery-stamp] task succeeded (436.120539ms)
40342025-09-21T00:02:16.128ZSep 21 00:02:15.544 INFO [recovery-proto] running task
40352025-09-21T00:02:16.128ZSep 21 00:02:15.544 INFO [tuf-stamp] running task
40362025-09-21T00:02:16.128ZSep 21 00:02:15.545 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+git066fb4828f5
40372025-09-21T00:02:16.128ZSep 21 00:02:15.546 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+git066fb4828f5
40382025-09-21T00:02:16.128ZSep 21 00:02:15.546 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+git066fb4828f5
40392025-09-21T00:02:16.128ZSep 21 00:02:15.547 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+git066fb4828f5
40402025-09-21T00:02:16.128ZSep 21 00:02:15.548 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+git066fb4828f5
40412025-09-21T00:02:16.128ZSep 21 00:02:15.548 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+git066fb4828f5
40422025-09-21T00:02:16.128ZSep 21 00:02:15.549 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+git066fb4828f5
40432025-09-21T00:02:16.128ZSep 21 00:02:15.553 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+git066fb4828f5
40442025-09-21T00:02:16.128ZSep 21 00:02:15.556 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+git066fb4828f5
40452025-09-21T00:02:16.153ZSep 21 00:02:15.563 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+git066fb4828f5
40462025-09-21T00:02:16.153Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40472025-09-21T00:02:16.153Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40482025-09-21T00:02:16.154ZSep 21 00:02:15.571 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+git066fb4828f5
40492025-09-21T00:02:16.154Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40502025-09-21T00:02:16.154Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40512025-09-21T00:02:16.154ZSep 21 00:02:15.572 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+git066fb4828f5
40522025-09-21T00:02:16.154Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40532025-09-21T00:02:16.154Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40542025-09-21T00:02:16.154Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40552025-09-21T00:02:16.154Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40562025-09-21T00:02:16.154Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40572025-09-21T00:02:16.154Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40582025-09-21T00:02:16.154Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40592025-09-21T00:02:16.179Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40602025-09-21T00:02:16.246Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40612025-09-21T00:02:16.271ZSep 21 00:02:15.688 INFO [stamp-probe] process exited with exit status: 0 (115.700292ms)
40622025-09-21T00:02:16.506ZSep 21 00:02:15.941 INFO [recovery-proto] task succeeded (396.456956ms)
40632025-09-21T00:02:16.506ZSep 21 00:02:15.941 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/.tmpJHwTRO/proto/recovery/root -N 'recovery 066fb48/${os_short_commit} 2025-09-20 23:37' -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/'
40642025-09-21T00:02:16.532Z[ recovery-image] Sep 21 00:02:15.953 INFO Checking files for board 'cosmo'
40652025-09-21T00:02:16.532Z[ recovery-image] Sep 21 00:02:15.954 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40662025-09-21T00:02:16.532Z[ recovery-image] Sep 21 00:02:15.954 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
40672025-09-21T00:02:16.532Z[ recovery-image] Sep 21 00:02:15.954 INFO Checking files for board 'gimlet'
40682025-09-21T00:02:16.532Z[ recovery-image] Sep 21 00:02:15.954 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40692025-09-21T00:02:16.532Z[ recovery-image] Sep 21 00:02:15.954 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
40702025-09-21T00:02:16.557Z[ recovery-image] Sep 21 00:02:15.970 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpJHwTRO/proto/recovery/root"
40712025-09-21T00:02:16.557Z[ recovery-image] Sep 21 00:02:15.970 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40722025-09-21T00:02:16.557Z[ recovery-image] Sep 21 00:02:15.970 INFO image builder template: ramdisk-01-os...
40732025-09-21T00:02:16.557Z[ recovery-image] Sep 21 00:02:15.970 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/.tmpJHwTRO/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
40742025-09-21T00:02:16.582Z[ recovery-image] Sep 21 00:02:15.996 INFO O| Sep 21 00:02:15.996 INFO CREATE DATASET: rpool/images/build/recovery/output
40752025-09-21T00:02:16.875Z[ recovery-image] Sep 21 00:02:16.310 INFO O| Sep 21 00:02:16.310 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40762025-09-21T00:02:16.901Z[ recovery-image] Sep 21 00:02:16.318 INFO O| Sep 21 00:02:16.318 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40772025-09-21T00:02:17.011Z[ recovery-image] Sep 21 00:02:16.446 INFO O| Sep 21 00:02:16.446 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40782025-09-21T00:02:17.039Z[ recovery-image] Sep 21 00:02:16.474 INFO O| Sep 21 00:02:16.474 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40792025-09-21T00:02:17.039Z[ recovery-image] Sep 21 00:02:16.474 INFO O| Sep 21 00:02:16.474 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40802025-09-21T00:02:17.064Z[ recovery-image] Sep 21 00:02:16.474 INFO O| Sep 21 00:02:16.474 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40812025-09-21T00:02:17.064Z[ recovery-image] Sep 21 00:02:16.474 INFO O| Sep 21 00:02:16.474 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40822025-09-21T00:02:17.064Z[ recovery-image] Sep 21 00:02:16.491 INFO O| Sep 21 00:02:16.491 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40832025-09-21T00:02:17.163Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40842025-09-21T00:02:17.221Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40852025-09-21T00:02:17.246Z[ recovery-image] Sep 21 00:02:16.658 INFO O| Sep 21 00:02:16.658 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40862025-09-21T00:02:17.271Z[ recovery-image] Sep 21 00:02:16.684 INFO O| Sep 21 00:02:16.680 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40872025-09-21T00:02:17.661Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40882025-09-21T00:02:17.691ZSep 21 00:02:17.124 INFO [stamp-ntp] process exited with exit status: 0 (1.576084303s)
40892025-09-21T00:02:17.850Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40902025-09-21T00:02:17.888ZSep 21 00:02:17.323 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.752082601s)
40912025-09-21T00:02:17.913Z[ recovery-image] Sep 21 00:02:17.344 INFO O| Sep 21 00:02:17.344 INFO O| Caching catalogs ... Done
40922025-09-21T00:02:18.004Z[ recovery-image] Sep 21 00:02:17.438 INFO O| Sep 21 00:02:17.438 INFO STEP 0 (pkg_image_create) COMPLETE
40932025-09-21T00:02:18.004Z[ recovery-image] Sep 21 00:02:17.438 INFO O| Sep 21 00:02:17.438 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40942025-09-21T00:02:18.029Z[ recovery-image] Sep 21 00:02:17.454 INFO O| Sep 21 00:02:17.453 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"]
40952025-09-21T00:02:18.205Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40962025-09-21T00:02:18.232ZSep 21 00:02:17.654 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.091210725s)
40972025-09-21T00:02:18.361Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40982025-09-21T00:02:18.386Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40992025-09-21T00:02:18.386ZSep 21 00:02:17.806 INFO [stamp-external-dns] process exited with exit status: 0 (2.249976683s)
41002025-09-21T00:02:18.386ZSep 21 00:02:17.806 INFO [stamp-internal-dns] process exited with exit status: 0 (2.259079121s)
41012025-09-21T00:02:18.538Z[ recovery-image] Sep 21 00:02:17.973 INFO O| Sep 21 00:02:17.973 INFO STEP 1 (pkg_set_publisher) COMPLETE
41022025-09-21T00:02:18.538Z[ recovery-image] Sep 21 00:02:17.973 INFO O| Sep 21 00:02:17.973 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41032025-09-21T00:02:18.538Z[ recovery-image] Sep 21 00:02:17.973 INFO O| Sep 21 00:02:17.973 INFO skip step because feature "publisher_1_name" is not enabled
41042025-09-21T00:02:18.564Z[ recovery-image] Sep 21 00:02:17.973 INFO O| Sep 21 00:02:17.973 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41052025-09-21T00:02:18.564Z[ recovery-image] Sep 21 00:02:17.973 INFO O| Sep 21 00:02:17.973 INFO skip step because feature "publisher_2_name" is not enabled
41062025-09-21T00:02:18.564Z[ recovery-image] Sep 21 00:02:17.973 INFO O| Sep 21 00:02:17.973 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41072025-09-21T00:02:18.564Z[ recovery-image] Sep 21 00:02:17.973 INFO O| Sep 21 00:02:17.973 INFO skip step because feature "publisher_3_name" is not enabled
41082025-09-21T00:02:18.564Z[ recovery-image] Sep 21 00:02:17.973 INFO O| Sep 21 00:02:17.973 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41092025-09-21T00:02:18.626Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41102025-09-21T00:02:18.651ZSep 21 00:02:18.067 INFO [stamp-oximeter] process exited with exit status: 0 (2.516951841s)
41112025-09-21T00:02:19.024Z[ recovery-image] Sep 21 00:02:18.459 INFO O| Sep 21 00:02:18.459 INFO variant opensolaris.zone is already global
41122025-09-21T00:02:19.024Z[ recovery-image] Sep 21 00:02:18.459 INFO O| Sep 21 00:02:18.459 INFO STEP 5 (pkg_change_variant) COMPLETE
41132025-09-21T00:02:19.025Z[ recovery-image] Sep 21 00:02:18.459 INFO O| Sep 21 00:02:18.459 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41142025-09-21T00:02:19.489Z[ recovery-image] Sep 21 00:02:18.924 INFO O| Sep 21 00:02:18.923 INFO variant opensolaris.imagetype is full; changing to partial
41152025-09-21T00:02:19.489Z[ recovery-image] Sep 21 00:02:18.924 INFO O| Sep 21 00:02:18.923 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41162025-09-21T00:02:21.156Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41172025-09-21T00:02:21.182ZSep 21 00:02:20.597 INFO [stamp-nexus] process exited with exit status: 0 (5.050922858s)
41182025-09-21T00:02:22.114Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41192025-09-21T00:02:22.140ZSep 21 00:02:21.556 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.008190433s)
41202025-09-21T00:02:23.863Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41212025-09-21T00:02:23.922Z[verify-libraries] Compiling home v0.5.9
41222025-09-21T00:02:23.954Z[verify-libraries] Compiling cfg_aliases v0.1.1
41232025-09-21T00:02:23.997Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41242025-09-21T00:02:23.997Z[verify-libraries] Compiling sqlparser_derive v0.2.2
41252025-09-21T00:02:24.022Z[verify-libraries] Compiling unicode_categories v0.1.1
41262025-09-21T00:02:24.160Z[verify-libraries] Compiling nix v0.28.0
41272025-09-21T00:02:24.200Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41282025-09-21T00:02:24.225Z[verify-libraries] Compiling polyval v0.6.2
41292025-09-21T00:02:24.426Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41302025-09-21T00:02:24.651Z[verify-libraries] Compiling sqlformat v0.3.5
41312025-09-21T00:02:25.110Z[verify-libraries] Compiling ghash v0.5.1
41322025-09-21T00:02:25.274Z[verify-libraries] Compiling ctr v0.9.2
41332025-09-21T00:02:25.495Z[verify-libraries] Compiling sqlparser v0.45.0
41342025-09-21T00:02:25.652Z[verify-libraries] Compiling ssh-encoding v0.2.0
41352025-09-21T00:02:25.870Z[verify-libraries] Compiling blowfish v0.9.1
41362025-09-21T00:02:26.071Z[verify-libraries] Compiling aes-gcm v0.10.3
41372025-09-21T00:02:26.546Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41382025-09-21T00:02:26.697Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41392025-09-21T00:02:26.748ZSep 21 00:02:26.183 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.638058979s)
41402025-09-21T00:02:27.117Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41412025-09-21T00:02:27.182ZSep 21 00:02:26.618 INFO [stamp-clickhouse_server] process exited with exit status: 0 (11.061382632s)
41422025-09-21T00:02:27.230Z[verify-libraries] Compiling ssh-cipher v0.2.0
41432025-09-21T00:02:27.358Z[verify-libraries] Compiling password-hash v0.4.2
41442025-09-21T00:02:27.658Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41452025-09-21T00:02:27.689ZSep 21 00:02:27.124 INFO [stamp-clickhouse] process exited with exit status: 0 (11.578389696s)
41462025-09-21T00:02:27.689ZSep 21 00:02:27.124 INFO [tuf-stamp] task succeeded (11.579916428s)
41472025-09-21T00:02:29.434Z[verify-libraries] Compiling rustyline v14.0.0
41482025-09-21T00:02:30.908Z[verify-libraries] Compiling petname v2.0.2
41492025-09-21T00:02:31.029Z[verify-libraries] Compiling ssh-key v0.6.6
41502025-09-21T00:02:32.211Z[verify-libraries] Compiling pbkdf2 v0.11.0
41512025-09-21T00:02:32.884Z[verify-libraries] Compiling p521 v0.13.3
41522025-09-21T00:02:33.147Z[verify-libraries] Compiling p256 v0.13.2
41532025-09-21T00:02:33.808Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41542025-09-21T00:02:34.292Z[verify-libraries] Compiling md5 v0.7.0
41552025-09-21T00:02:35.074Z[verify-libraries] Compiling russh-keys v0.45.0
41562025-09-21T00:02:41.251Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41572025-09-21T00:02:41.828Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41582025-09-21T00:02:41.932Z[verify-libraries] Compiling num-bigint v0.4.6
41592025-09-21T00:02:42.296Z[verify-libraries] Compiling des v0.8.1
41602025-09-21T00:02:42.908Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41612025-09-21T00:02:43.847Z[verify-libraries] Compiling sync-ptr v0.1.4
41622025-09-21T00:02:44.189Z[verify-libraries] Compiling hex-literal v0.4.1
41632025-09-21T00:02:44.488Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
41642025-09-21T00:02:45.387Z[ host-image] Sep 21 00:02:44.824 INFO O| Sep 21 00:02:44.824 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41652025-09-21T00:02:47.965Z[verify-libraries] Compiling russh v0.45.0
41662025-09-21T00:02:50.458Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41672025-09-21T00:02:51.205Z[ recovery-image] Sep 21 00:02:50.642 INFO O| Sep 21 00:02:50.641 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41682025-09-21T00:02:54.138Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41692025-09-21T00:02:57.571Z[ host-image] Sep 21 00:02:57.008 INFO O| Sep 21 00:02:57.008 INFO O| Startup: Caching catalogs ... Done
41702025-09-21T00:02:57.677Z[ host-image] Sep 21 00:02:57.114 INFO O| Sep 21 00:02:57.114 INFO O| Planning: Planning completed in 0.00 seconds
41712025-09-21T00:02:57.702Z[ host-image] Sep 21 00:02:57.115 INFO O| Sep 21 00:02:57.115 INFO O| Planning: Consolidating action changes ... Done
41722025-09-21T00:02:57.702Z[ host-image] Sep 21 00:02:57.115 INFO O| Sep 21 00:02:57.115 INFO O| Planning: Evaluating mediators ... Done
41732025-09-21T00:02:57.702Z[ host-image] Sep 21 00:02:57.116 INFO O| Sep 21 00:02:57.116 INFO O| Planning: Planning completed in 0.00 seconds
41742025-09-21T00:02:57.703Z[ host-image] Sep 21 00:02:57.116 INFO O| Sep 21 00:02:57.116 INFO O| Variants/Facets to change: 1
41752025-09-21T00:02:57.740Z[ host-image] Sep 21 00:02:57.177 INFO O| Sep 21 00:02:57.177 INFO O| Done
41762025-09-21T00:02:57.740Z[ host-image] Sep 21 00:02:57.177 INFO O| Sep 21 00:02:57.177 INFO O| Done
41772025-09-21T00:02:59.246Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41782025-09-21T00:02:59.715Z[ host-image] Sep 21 00:02:59.152 INFO O| Sep 21 00:02:59.152 INFO O| Done
41792025-09-21T00:02:59.863Z[ host-image] Sep 21 00:02:59.300 INFO O| Sep 21 00:02:59.300 INFO O| Done
41802025-09-21T00:02:59.889Z[ host-image] Sep 21 00:02:59.301 INFO O| Sep 21 00:02:59.301 INFO O| Done
41812025-09-21T00:02:59.889Z[ host-image] Sep 21 00:02:59.302 INFO O| Sep 21 00:02:59.302 INFO O| Done
41822025-09-21T00:02:59.889Z[ host-image] Sep 21 00:02:59.304 INFO O| Sep 21 00:02:59.303 INFO O| Done
41832025-09-21T00:03:01.541Z[ host-image] Sep 21 00:03:00.979 INFO O| Sep 21 00:03:00.979 INFO STEP 8 (pkg_change_facet) COMPLETE
41842025-09-21T00:03:01.542Z[ host-image] Sep 21 00:03:00.979 INFO O| Sep 21 00:03:00.979 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41852025-09-21T00:03:01.566Z[ host-image] Sep 21 00:03:00.979 INFO O| Sep 21 00:03:00.979 INFO skip step because feature "recovery" is not enabled
41862025-09-21T00:03:01.566Z[ host-image] Sep 21 00:03:00.979 INFO O| Sep 21 00:03:00.979 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41872025-09-21T00:03:01.566Z[ host-image] Sep 21 00:03:00.979 INFO O| Sep 21 00:03:00.979 INFO skip step because feature "recovery" is not enabled
41882025-09-21T00:03:01.566Z[ host-image] Sep 21 00:03:00.979 INFO O| Sep 21 00:03:00.979 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892025-09-21T00:03:01.566Z[ host-image] Sep 21 00:03:00.992 INFO O| Sep 21 00:03:00.992 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"]
41902025-09-21T00:03:03.342Z[ recovery-image] Sep 21 00:03:02.779 INFO O| Sep 21 00:03:02.779 INFO O| Startup: Caching catalogs ... Done
41912025-09-21T00:03:03.433Z[ recovery-image] Sep 21 00:03:02.871 INFO O| Sep 21 00:03:02.871 INFO O| Planning: Planning completed in 0.00 seconds
41922025-09-21T00:03:03.458Z[ recovery-image] Sep 21 00:03:02.871 INFO O| Sep 21 00:03:02.871 INFO O| Planning: Consolidating action changes ... Done
41932025-09-21T00:03:03.458Z[ recovery-image] Sep 21 00:03:02.871 INFO O| Sep 21 00:03:02.871 INFO O| Planning: Evaluating mediators ... Done
41942025-09-21T00:03:03.458Z[ recovery-image] Sep 21 00:03:02.872 INFO O| Sep 21 00:03:02.872 INFO O| Planning: Planning completed in 0.00 seconds
41952025-09-21T00:03:03.458Z[ recovery-image] Sep 21 00:03:02.872 INFO O| Sep 21 00:03:02.872 INFO O| Variants/Facets to change: 1
41962025-09-21T00:03:03.504Z[ recovery-image] Sep 21 00:03:02.942 INFO O| Sep 21 00:03:02.942 INFO O| Done
41972025-09-21T00:03:03.504Z[ recovery-image] Sep 21 00:03:02.942 INFO O| Sep 21 00:03:02.942 INFO O| Done
41982025-09-21T00:03:05.171Z[ recovery-image] Sep 21 00:03:04.608 INFO O| Sep 21 00:03:04.608 INFO O| Done
41992025-09-21T00:03:05.276Z[ recovery-image] Sep 21 00:03:04.714 INFO O| Sep 21 00:03:04.714 INFO O| Done
42002025-09-21T00:03:05.301Z[ recovery-image] Sep 21 00:03:04.715 INFO O| Sep 21 00:03:04.715 INFO O| Done
42012025-09-21T00:03:05.301Z[ recovery-image] Sep 21 00:03:04.715 INFO O| Sep 21 00:03:04.715 INFO O| Done
42022025-09-21T00:03:05.301Z[ recovery-image] Sep 21 00:03:04.717 INFO O| Sep 21 00:03:04.717 INFO O| Done
42032025-09-21T00:03:07.197Z[ recovery-image] Sep 21 00:03:06.634 INFO O| Sep 21 00:03:06.634 INFO STEP 6 (pkg_change_variant) COMPLETE
42042025-09-21T00:03:07.197Z[ recovery-image] Sep 21 00:03:06.634 INFO O| Sep 21 00:03:06.634 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42052025-09-21T00:03:07.222Z[ recovery-image] Sep 21 00:03:06.634 INFO O| Sep 21 00:03:06.634 INFO skip step because feature "debug_variant" is not enabled
42062025-09-21T00:03:07.222Z[ recovery-image] Sep 21 00:03:06.634 INFO O| Sep 21 00:03:06.634 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42072025-09-21T00:03:07.713Z[ recovery-image] Sep 21 00:03:07.151 INFO O| Sep 21 00:03:07.150 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42082025-09-21T00:03:08.704Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42092025-09-21T00:03:09.045Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42102025-09-21T00:03:09.668Z[verify-libraries] Compiling internet-checksum v0.2.1
42112025-09-21T00:03:10.036Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42122025-09-21T00:03:28.203Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42132025-09-21T00:03:34.236Z[ host-image] Sep 21 00:03:33.675 INFO O| Sep 21 00:03:33.675 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42142025-09-21T00:03:39.555Z[ recovery-image] Sep 21 00:03:38.994 INFO O| Sep 21 00:03:38.994 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42152025-09-21T00:03:39.963Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42162025-09-21T00:03:42.533Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42172025-09-21T00:03:46.961Z[ host-image] Sep 21 00:03:46.401 INFO O| Sep 21 00:03:46.401 INFO O| Startup: Caching catalogs ... Done
42182025-09-21T00:03:52.028Z[ recovery-image] Sep 21 00:03:51.468 INFO O| Sep 21 00:03:51.467 INFO O| Startup: Caching catalogs ... Done
42192025-09-21T00:03:52.177Z[ recovery-image] Sep 21 00:03:51.618 INFO O| Sep 21 00:03:51.618 INFO O| Planning: Planning completed in 0.00 seconds
42202025-09-21T00:03:52.202Z[ recovery-image] Sep 21 00:03:51.619 INFO O| Sep 21 00:03:51.619 INFO O| Planning: Consolidating action changes ... Done
42212025-09-21T00:03:52.202Z[ recovery-image] Sep 21 00:03:51.619 INFO O| Sep 21 00:03:51.619 INFO O| Planning: Evaluating mediators ... Done
42222025-09-21T00:03:52.202Z[ recovery-image] Sep 21 00:03:51.619 INFO O| Sep 21 00:03:51.619 INFO O| Planning: Planning completed in 0.00 seconds
42232025-09-21T00:03:52.202Z[ recovery-image] Sep 21 00:03:51.620 INFO O| Sep 21 00:03:51.620 INFO O| Variants/Facets to change: 1
42242025-09-21T00:03:52.248Z[ recovery-image] Sep 21 00:03:51.688 INFO O| Sep 21 00:03:51.688 INFO O| Done
42252025-09-21T00:03:52.272Z[ recovery-image] Sep 21 00:03:51.688 INFO O| Sep 21 00:03:51.688 INFO O| Done
42262025-09-21T00:03:54.312Z[ recovery-image] Sep 21 00:03:53.753 INFO O| Sep 21 00:03:53.753 INFO O| Done
42272025-09-21T00:03:54.436Z[ recovery-image] Sep 21 00:03:53.876 INFO O| Sep 21 00:03:53.876 INFO O| Done
42282025-09-21T00:03:54.462Z[ recovery-image] Sep 21 00:03:53.877 INFO O| Sep 21 00:03:53.877 INFO O| Done
42292025-09-21T00:03:54.462Z[ recovery-image] Sep 21 00:03:53.877 INFO O| Sep 21 00:03:53.877 INFO O| Done
42302025-09-21T00:03:54.462Z[ recovery-image] Sep 21 00:03:53.879 INFO O| Sep 21 00:03:53.879 INFO O| Done
42312025-09-21T00:03:56.388Z[ recovery-image] Sep 21 00:03:55.829 INFO O| Sep 21 00:03:55.829 INFO STEP 8 (pkg_change_facet) COMPLETE
42322025-09-21T00:03:56.388Z[ recovery-image] Sep 21 00:03:55.829 INFO O| Sep 21 00:03:55.829 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42332025-09-21T00:03:56.971Z[ recovery-image] Sep 21 00:03:56.412 INFO O| Sep 21 00:03:56.412 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42342025-09-21T00:04:11.362Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42352025-09-21T00:04:16.862Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42362025-09-21T00:04:21.231Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42372025-09-21T00:04:22.308Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42382025-09-21T00:04:23.068Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42392025-09-21T00:04:24.203Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42402025-09-21T00:04:24.473Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42412025-09-21T00:04:29.084Z[ recovery-image] Sep 21 00:04:28.526 INFO O| Sep 21 00:04:28.526 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42422025-09-21T00:04:29.120Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42432025-09-21T00:04:30.911Z[verify-libraries] Compiling diff v0.1.13
42442025-09-21T00:04:31.937Z[verify-libraries] Compiling yansi v1.0.1
42452025-09-21T00:04:32.392Z[verify-libraries] Compiling heck v0.4.1
42462025-09-21T00:04:33.078Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
42472025-09-21T00:04:33.626Z[verify-libraries] Compiling pretty_assertions v1.4.1
42482025-09-21T00:04:34.644Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42492025-09-21T00:04:40.423Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42502025-09-21T00:04:40.853Z[ recovery-image] Sep 21 00:04:40.296 INFO O| Sep 21 00:04:40.296 INFO O| Startup: Caching catalogs ... Done
42512025-09-21T00:04:40.976Z[ recovery-image] Sep 21 00:04:40.420 INFO O| Sep 21 00:04:40.420 INFO O| Planning: Planning completed in 0.00 seconds
42522025-09-21T00:04:41.001Z[ recovery-image] Sep 21 00:04:40.421 INFO O| Sep 21 00:04:40.421 INFO O| Planning: Consolidating action changes ... Done
42532025-09-21T00:04:41.001Z[ recovery-image] Sep 21 00:04:40.421 INFO O| Sep 21 00:04:40.421 INFO O| Planning: Evaluating mediators ... Done
42542025-09-21T00:04:41.001Z[ recovery-image] Sep 21 00:04:40.421 INFO O| Sep 21 00:04:40.421 INFO O| Planning: Planning completed in 0.00 seconds
42552025-09-21T00:04:41.001Z[ recovery-image] Sep 21 00:04:40.421 INFO O| Sep 21 00:04:40.421 INFO O| Variants/Facets to change: 1
42562025-09-21T00:04:41.026Z[ recovery-image] Sep 21 00:04:40.462 INFO O| Sep 21 00:04:40.462 INFO O| Done
42572025-09-21T00:04:41.026Z[ recovery-image] Sep 21 00:04:40.462 INFO O| Sep 21 00:04:40.462 INFO O| Done
42582025-09-21T00:04:42.917Z[ recovery-image] Sep 21 00:04:42.360 INFO O| Sep 21 00:04:42.360 INFO O| Done
42592025-09-21T00:04:43.088Z[ recovery-image] Sep 21 00:04:42.532 INFO O| Sep 21 00:04:42.532 INFO O| Done
42602025-09-21T00:04:43.113Z[ recovery-image] Sep 21 00:04:42.532 INFO O| Sep 21 00:04:42.532 INFO O| Done
42612025-09-21T00:04:43.113Z[ recovery-image] Sep 21 00:04:42.533 INFO O| Sep 21 00:04:42.533 INFO O| Done
42622025-09-21T00:04:43.113Z[ recovery-image] Sep 21 00:04:42.534 INFO O| Sep 21 00:04:42.534 INFO O| Done
42632025-09-21T00:04:44.719Z[ recovery-image] Sep 21 00:04:44.162 INFO O| Sep 21 00:04:44.162 INFO STEP 9 (pkg_change_facet) COMPLETE
42642025-09-21T00:04:44.719Z[ recovery-image] Sep 21 00:04:44.162 INFO O| Sep 21 00:04:44.162 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42652025-09-21T00:04:45.284Z[ recovery-image] Sep 21 00:04:44.728 INFO O| Sep 21 00:04:44.727 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42662025-09-21T00:04:48.738Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42672025-09-21T00:04:58.704Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42682025-09-21T00:04:59.237Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42692025-09-21T00:04:59.851Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42702025-09-21T00:05:00.294Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42712025-09-21T00:05:00.429Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42722025-09-21T00:05:00.727Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42732025-09-21T00:05:01.545Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42742025-09-21T00:05:18.865Z[ recovery-image] Sep 21 00:05:18.311 INFO O| Sep 21 00:05:18.311 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42752025-09-21T00:05:31.213Z[ recovery-image] Sep 21 00:05:30.660 INFO O| Sep 21 00:05:30.660 INFO O| Startup: Caching catalogs ... Done
42762025-09-21T00:05:31.333Z[ recovery-image] Sep 21 00:05:30.780 INFO O| Sep 21 00:05:30.780 INFO O| Planning: Planning completed in 0.00 seconds
42772025-09-21T00:05:31.358Z[ recovery-image] Sep 21 00:05:30.781 INFO O| Sep 21 00:05:30.781 INFO O| Planning: Consolidating action changes ... Done
42782025-09-21T00:05:31.358Z[ recovery-image] Sep 21 00:05:30.781 INFO O| Sep 21 00:05:30.781 INFO O| Planning: Evaluating mediators ... Done
42792025-09-21T00:05:31.358Z[ recovery-image] Sep 21 00:05:30.781 INFO O| Sep 21 00:05:30.781 INFO O| Planning: Planning completed in 0.00 seconds
42802025-09-21T00:05:31.358Z[ recovery-image] Sep 21 00:05:30.782 INFO O| Sep 21 00:05:30.782 INFO O| Variants/Facets to change: 1
42812025-09-21T00:05:31.398Z[ recovery-image] Sep 21 00:05:30.844 INFO O| Sep 21 00:05:30.844 INFO O| Done
42822025-09-21T00:05:31.398Z[ recovery-image] Sep 21 00:05:30.844 INFO O| Sep 21 00:05:30.844 INFO O| Done
42832025-09-21T00:05:31.913Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42842025-09-21T00:05:33.235Z[ recovery-image] Sep 21 00:05:32.682 INFO O| Sep 21 00:05:32.682 INFO O| Done
42852025-09-21T00:05:33.338Z[ recovery-image] Sep 21 00:05:32.784 INFO O| Sep 21 00:05:32.784 INFO O| Done
42862025-09-21T00:05:33.362Z[ recovery-image] Sep 21 00:05:32.786 INFO O| Sep 21 00:05:32.786 INFO O| Done
42872025-09-21T00:05:33.362Z[ recovery-image] Sep 21 00:05:32.789 INFO O| Sep 21 00:05:32.789 INFO O| Done
42882025-09-21T00:05:33.362Z[ recovery-image] Sep 21 00:05:32.791 INFO O| Sep 21 00:05:32.791 INFO O| Done
42892025-09-21T00:05:34.831Z[ recovery-image] Sep 21 00:05:34.277 INFO O| Sep 21 00:05:34.277 INFO STEP 10 (pkg_change_facet) COMPLETE
42902025-09-21T00:05:34.831Z[ recovery-image] Sep 21 00:05:34.278 INFO O| Sep 21 00:05:34.277 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42912025-09-21T00:05:34.856Z[ recovery-image] Sep 21 00:05:34.294 INFO O| Sep 21 00:05:34.294 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@16.0.0.0"]
42922025-09-21T00:05:41.251Z[ host-image] Sep 21 00:05:40.698 INFO O| Sep 21 00:05:40.698 INFO O| Planning: Solver setup ... Done
42932025-09-21T00:05:45.569Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42942025-09-21T00:05:59.239Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
42952025-09-21T00:05:59.239Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42962025-09-21T00:06:03.072Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42972025-09-21T00:06:08.023Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42982025-09-21T00:06:10.472Z[ recovery-image] Sep 21 00:06:09.921 INFO O| Sep 21 00:06:09.921 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42992025-09-21T00:06:12.294Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43002025-09-21T00:06:13.363Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43012025-09-21T00:06:17.031Z[verify-libraries] Compiling termios v0.3.3
43022025-09-21T00:06:17.484Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43032025-09-21T00:06:21.843Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43042025-09-21T00:06:23.148Z[ recovery-image] Sep 21 00:06:22.598 INFO O| Sep 21 00:06:22.598 INFO O| Startup: Caching catalogs ... Done
43052025-09-21T00:07:06.397Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43062025-09-21T00:07:13.804Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43072025-09-21T00:07:21.479Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43082025-09-21T00:08:37.945Z[ recovery-image] Sep 21 00:08:36.005 INFO O| Sep 21 00:08:35.000 INFO O| Planning: Solver setup ... Done
43092025-09-21T00:08:59.544Z[ host-image] Sep 21 00:08:59.001 INFO O| Sep 21 00:08:58.005 INFO O| Planning: Running solver ... Done
43102025-09-21T00:09:00.773Z[ host-image] Sep 21 00:09:00.233 INFO O| Sep 21 00:09:00.232 INFO O| Planning: Finding local manifests ... Done
43112025-09-21T00:09:01.281Z[ host-image] Sep 21 00:09:00.741 INFO O| Sep 21 00:09:00.741 INFO O| Planning: Fetching manifests: 0/126 0% complete
43122025-09-21T00:09:06.293Z[ host-image] Sep 21 00:09:05.753 INFO O| Sep 21 00:09:05.753 INFO O| Planning: Fetching manifests: 79/126 62% complete
43132025-09-21T00:09:09.295Z[ host-image] Sep 21 00:09:08.756 INFO O| Sep 21 00:09:08.755 INFO O| Planning: Fetching manifests: 126/126 100% complete
43142025-09-21T00:09:10.173Z[ host-image] Sep 21 00:09:09.634 INFO O| Sep 21 00:09:09.633 INFO O| Planning: Package planning ... Done
43152025-09-21T00:09:11.195Z[ host-image] Sep 21 00:09:10.656 INFO O| Sep 21 00:09:10.655 INFO O| Planning: Merging actions ... Done
43162025-09-21T00:09:11.516Z[ host-image] Sep 21 00:09:10.976 INFO O| Sep 21 00:09:10.976 INFO O| Planning: Checking for conflicting actions ... Done
43172025-09-21T00:09:11.826Z[ host-image] Sep 21 00:09:11.287 INFO O| Sep 21 00:09:11.287 INFO O| Planning: Consolidating action changes ... Done
43182025-09-21T00:09:12.523Z[ host-image] Sep 21 00:09:11.984 INFO O| Sep 21 00:09:11.983 INFO O| Planning: Evaluating mediators ... Done
43192025-09-21T00:09:17.911Z[ host-image] Sep 21 00:09:17.372 INFO O| Sep 21 00:09:17.372 INFO O| Planning: Planning completed in 330.85 seconds
43202025-09-21T00:09:17.936Z[ host-image] Sep 21 00:09:17.376 INFO O| Sep 21 00:09:17.376 INFO O| Packages to install: 126
43212025-09-21T00:09:17.936Z[ host-image] Sep 21 00:09:17.376 INFO O| Sep 21 00:09:17.376 INFO O| Mediators to change: 5
43222025-09-21T00:09:17.936Z[ host-image] Sep 21 00:09:17.376 INFO O| Sep 21 00:09:17.376 INFO O| Services to change: 6
43232025-09-21T00:09:18.045Z[ host-image] Sep 21 00:09:17.505 INFO O| Sep 21 00:09:17.505 INFO O| Download: 0/22885 items 0.0/207.4MB 0% complete
43242025-09-21T00:09:23.057Z[ host-image] Sep 21 00:09:22.518 INFO O| Sep 21 00:09:22.518 INFO O| Download: 1153/22885 items 7.1/207.4MB 3% complete (1.4M/s)
43252025-09-21T00:09:28.070Z[ host-image] Sep 21 00:09:27.532 INFO O| Sep 21 00:09:27.531 INFO O| Download: 1796/22885 items 13.0/207.4MB 6% complete (1.3M/s)
43262025-09-21T00:09:33.091Z[ host-image] Sep 21 00:09:32.553 INFO O| Sep 21 00:09:32.553 INFO O| Download: 2365/22885 items 27.7/207.4MB 13% complete (2.1M/s)
43272025-09-21T00:09:38.091Z[ host-image] Sep 21 00:09:37.554 INFO O| Sep 21 00:09:37.553 INFO O| Download: 3586/22885 items 36.0/207.4MB 17% complete (2.3M/s)
43282025-09-21T00:09:43.216Z[ host-image] Sep 21 00:09:42.678 INFO O| Sep 21 00:09:42.678 INFO O| Download: 4717/22885 items 43.3/207.4MB 20% complete (1.6M/s)
43292025-09-21T00:09:48.223Z[ host-image] Sep 21 00:09:47.686 INFO O| Sep 21 00:09:47.686 INFO O| Download: 5796/22885 items 46.6/207.4MB 22% complete (1.1M/s)
43302025-09-21T00:09:53.240Z[ host-image] Sep 21 00:09:52.703 INFO O| Sep 21 00:09:52.703 INFO O| Download: 6912/22885 items 49.2/207.4MB 23% complete (593k/s)
43312025-09-21T00:09:58.240Z[ host-image] Sep 21 00:09:57.703 INFO O| Sep 21 00:09:57.703 INFO O| Download: 7969/22885 items 59.7/207.4MB 28% complete (1.3M/s)
43322025-09-21T00:10:03.262Z[ host-image] Sep 21 00:10:02.725 INFO O| Sep 21 00:10:02.725 INFO O| Download: 8438/22885 items 72.4/207.4MB 34% complete (2.3M/s)
43332025-09-21T00:10:06.537Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43342025-09-21T00:10:08.262Z[ host-image] Sep 21 00:10:07.726 INFO O| Sep 21 00:10:07.726 INFO O| Download: 9437/22885 items 84.3/207.4MB 40% complete (2.4M/s)
43352025-09-21T00:10:13.273Z[ host-image] Sep 21 00:10:12.737 INFO O| Sep 21 00:10:12.737 INFO O| Download: 10426/22885 items 91.2/207.4MB 43% complete (1.9M/s)
43362025-09-21T00:10:18.381Z[ host-image] Sep 21 00:10:17.846 INFO O| Sep 21 00:10:17.846 INFO O| Download: 11173/22885 items 95.4/207.4MB 46% complete (1.1M/s)
43372025-09-21T00:10:18.406Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43382025-09-21T00:10:23.389Z[ host-image] Sep 21 00:10:22.855 INFO O| Sep 21 00:10:22.854 INFO O| Download: 11739/22885 items 99.7/207.4MB 48% complete (859k/s)
43392025-09-21T00:10:28.389Z[ host-image] Sep 21 00:10:27.855 INFO O| Sep 21 00:10:27.854 INFO O| Download: 12480/22885 items 112.9/207.4MB 54% complete (1.8M/s)
43402025-09-21T00:10:33.406Z[ host-image] Sep 21 00:10:32.872 INFO O| Sep 21 00:10:32.871 INFO O| Download: 13767/22885 items 113.6/207.4MB 54% complete (1.4M/s)
43412025-09-21T00:10:38.407Z[ host-image] Sep 21 00:10:37.873 INFO O| Sep 21 00:10:37.873 INFO O| Download: 14568/22885 items 118.7/207.4MB 57% complete (491k/s)
43422025-09-21T00:10:43.565Z[ host-image] Sep 21 00:10:43.031 INFO O| Sep 21 00:10:43.031 INFO O| Download: 15617/22885 items 128.8/207.4MB 62% complete (1.5M/s)
43432025-09-21T00:10:45.961Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43442025-09-21T00:10:48.572Z[ host-image] Sep 21 00:10:48.038 INFO O| Sep 21 00:10:48.038 INFO O| Download: 16651/22885 items 139.5/207.4MB 67% complete (2.0M/s)
43452025-09-21T00:10:53.573Z[ host-image] Sep 21 00:10:53.040 INFO O| Sep 21 00:10:53.039 INFO O| Download: 17716/22885 items 149.0/207.4MB 71% complete (2.0M/s)
43462025-09-21T00:10:54.668Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43472025-09-21T00:10:58.573Z[ host-image] Sep 21 00:10:58.040 INFO O| Sep 21 00:10:58.039 INFO O| Download: 18741/22885 items 168.1/207.4MB 81% complete (2.9M/s)
43482025-09-21T00:11:00.287Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43492025-09-21T00:11:02.228Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43502025-09-21T00:11:03.593Z[ host-image] Sep 21 00:11:03.060 INFO O| Sep 21 00:11:03.060 INFO O| Download: 19932/22885 items 173.7/207.4MB 83% complete (2.5M/s)
43512025-09-21T00:11:06.108Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43522025-09-21T00:11:08.599Z[ host-image] Sep 21 00:11:08.067 INFO O| Sep 21 00:11:08.067 INFO O| Download: 20887/22885 items 177.9/207.4MB 85% complete (1008k/s)
43532025-09-21T00:11:13.600Z[ host-image] Sep 21 00:11:13.068 INFO O| Sep 21 00:11:13.068 INFO O| Download: 21783/22885 items 187.5/207.4MB 90% complete (1.4M/s)
43542025-09-21T00:11:18.615Z[ host-image] Sep 21 00:11:18.083 INFO O| Sep 21 00:11:18.083 INFO O| Download: 22477/22885 items 206.9/207.4MB 99% complete (2.9M/s)
43552025-09-21T00:11:19.920Z[ host-image] Sep 21 00:11:19.383 INFO O| Sep 21 00:11:19.383 INFO O| Download: Completed 207.37 MB in 121.88 seconds (1.7M/s)
43562025-09-21T00:11:20.811Z[ host-image] Sep 21 00:11:20.279 INFO O| Sep 21 00:11:20.279 INFO O| Actions: 1/50803 actions (Installing new actions)
43572025-09-21T00:11:25.811Z[ host-image] Sep 21 00:11:25.279 INFO O| Sep 21 00:11:25.279 INFO O| Actions: 11721/50803 actions (Installing new actions)
43582025-09-21T00:11:30.811Z[ host-image] Sep 21 00:11:30.280 INFO O| Sep 21 00:11:30.279 INFO O| Actions: 20581/50803 actions (Installing new actions)
43592025-09-21T00:11:31.392Z[ recovery-image] Sep 21 00:11:30.861 INFO O| Sep 21 00:11:30.861 INFO O| Planning: Running solver ... Done
43602025-09-21T00:11:32.519Z[ recovery-image] Sep 21 00:11:31.988 INFO O| Sep 21 00:11:31.988 INFO O| Planning: Finding local manifests ... Done
43612025-09-21T00:11:32.644Z[ recovery-image] Sep 21 00:11:32.114 INFO O| Sep 21 00:11:32.114 INFO O| Planning: Fetching manifests: 0/126 0% complete
43622025-09-21T00:11:35.821Z[ host-image] Sep 21 00:11:35.291 INFO O| Sep 21 00:11:35.291 INFO O| Actions: 37170/50803 actions (Installing new actions)
43632025-09-21T00:11:37.645Z[ recovery-image] Sep 21 00:11:37.114 INFO O| Sep 21 00:11:37.114 INFO O| Planning: Fetching manifests: 69/126 54% complete
43642025-09-21T00:11:37.913Z[ host-image] Sep 21 00:11:37.382 INFO O| Sep 21 00:11:37.382 INFO O| Actions: Completed 50803 actions in 17.10 seconds.
43652025-09-21T00:11:38.467Z[ host-image] Sep 21 00:11:37.936 INFO O| Sep 21 00:11:37.936 INFO O| Done
43662025-09-21T00:11:38.492Z[ host-image] Sep 21 00:11:37.936 INFO O| Sep 21 00:11:37.936 INFO O| Done
43672025-09-21T00:11:40.273Z[ host-image] Sep 21 00:11:39.743 INFO O| Sep 21 00:11:39.743 INFO O| Done
43682025-09-21T00:11:40.745Z[ recovery-image] Sep 21 00:11:40.215 INFO O| Sep 21 00:11:40.215 INFO O| Planning: Fetching manifests: 126/126 100% complete
43692025-09-21T00:11:41.595Z[ recovery-image] Sep 21 00:11:41.065 INFO O| Sep 21 00:11:41.065 INFO O| Planning: Package planning ... Done
43702025-09-21T00:11:42.032Z[ host-image] Sep 21 00:11:41.501 INFO O| Sep 21 00:11:41.501 INFO O| Done
43712025-09-21T00:11:42.082Z[ host-image] Sep 21 00:11:41.552 INFO O| Sep 21 00:11:41.552 INFO O| Done
43722025-09-21T00:11:42.118Z[ recovery-image] Sep 21 00:11:41.588 INFO O| Sep 21 00:11:41.587 INFO O| Planning: Merging actions ... Done
43732025-09-21T00:11:42.272Z[ recovery-image] Sep 21 00:11:41.739 INFO O| Sep 21 00:11:41.739 INFO O| Planning: Checking for conflicting actions ... Done
43742025-09-21T00:11:42.356Z[ recovery-image] Sep 21 00:11:41.826 INFO O| Sep 21 00:11:41.825 INFO O| Planning: Consolidating action changes ... Done
43752025-09-21T00:11:42.642Z[ recovery-image] Sep 21 00:11:42.112 INFO O| Sep 21 00:11:42.112 INFO O| Planning: Evaluating mediators ... Done
43762025-09-21T00:11:46.335Z[ recovery-image] Sep 21 00:11:45.805 INFO O| Sep 21 00:11:45.805 INFO O| Planning: Planning completed in 323.12 seconds
43772025-09-21T00:11:46.359Z[ recovery-image] Sep 21 00:11:45.808 INFO O| Sep 21 00:11:45.808 INFO O| Packages to install: 126
43782025-09-21T00:11:46.359Z[ recovery-image] Sep 21 00:11:45.808 INFO O| Sep 21 00:11:45.808 INFO O| Mediators to change: 5
43792025-09-21T00:11:46.359Z[ recovery-image] Sep 21 00:11:45.809 INFO O| Sep 21 00:11:45.808 INFO O| Services to change: 5
43802025-09-21T00:11:46.500Z[ recovery-image] Sep 21 00:11:45.970 INFO O| Sep 21 00:11:45.970 INFO O| Download: 0/15944 items 0.0/184.0MB 0% complete
43812025-09-21T00:11:47.704Z[ host-image] Sep 21 00:11:47.175 INFO O| Sep 21 00:11:47.174 INFO O| Done
43822025-09-21T00:11:48.487Z[ host-image] Sep 21 00:11:47.957 INFO O| Sep 21 00:11:47.957 INFO O| Done
43832025-09-21T00:11:51.453Z[ host-image] Sep 21 00:11:50.923 INFO O| Sep 21 00:11:50.923 INFO STEP 11 (pkg_install) COMPLETE
43842025-09-21T00:11:51.477Z[ host-image] Sep 21 00:11:50.924 INFO O| Sep 21 00:11:50.923 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43852025-09-21T00:11:51.477Z[ host-image] Sep 21 00:11:50.945 INFO O| Sep 21 00:11:50.944 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"]
43862025-09-21T00:11:51.595Z[ recovery-image] Sep 21 00:11:51.065 INFO O| Sep 21 00:11:51.065 INFO O| Download: 1075/15944 items 9.1/184.0MB 4% complete (1.9M/s)
43872025-09-21T00:11:56.617Z[ recovery-image] Sep 21 00:11:56.088 INFO O| Sep 21 00:11:56.088 INFO O| Download: 1536/15944 items 22.2/184.0MB 12% complete (2.3M/s)
43882025-09-21T00:12:01.861Z[ recovery-image] Sep 21 00:12:01.332 INFO O| Sep 21 00:12:01.332 INFO O| Download: 2684/15944 items 33.2/184.0MB 18% complete (2.4M/s)
43892025-09-21T00:12:06.861Z[ recovery-image] Sep 21 00:12:06.332 INFO O| Sep 21 00:12:06.332 INFO O| Download: 3764/15944 items 40.4/184.0MB 21% complete (1.8M/s)
43902025-09-21T00:12:11.869Z[ recovery-image] Sep 21 00:12:11.341 INFO O| Sep 21 00:12:11.341 INFO O| Download: 4957/15944 items 43.4/184.0MB 23% complete (1.0M/s)
43912025-09-21T00:12:16.911Z[ recovery-image] Sep 21 00:12:16.383 INFO O| Sep 21 00:12:16.383 INFO O| Download: 5883/15944 items 52.6/184.0MB 28% complete (1.1M/s)
43922025-09-21T00:12:21.922Z[ recovery-image] Sep 21 00:12:21.394 INFO O| Sep 21 00:12:21.394 INFO O| Download: 6572/15944 items 67.2/184.0MB 36% complete (2.3M/s)
43932025-09-21T00:12:22.339Z[ host-image] Sep 21 00:12:21.811 INFO O| Sep 21 00:12:21.811 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43942025-09-21T00:12:26.922Z[ recovery-image] Sep 21 00:12:26.394 INFO O| Sep 21 00:12:26.394 INFO O| Download: 7704/15944 items 77.0/184.0MB 41% complete (2.4M/s)
43952025-09-21T00:12:31.927Z[ recovery-image] Sep 21 00:12:31.400 INFO O| Sep 21 00:12:31.400 INFO O| Download: 8442/15944 items 83.1/184.0MB 45% complete (1.6M/s)
43962025-09-21T00:12:33.778Z[ host-image] Sep 21 00:12:33.250 INFO O| Sep 21 00:12:33.250 INFO O| Startup: Caching catalogs ... Done
43972025-09-21T00:12:36.936Z[ recovery-image] Sep 21 00:12:36.409 INFO O| Sep 21 00:12:36.409 INFO O| Download: 9012/15944 items 96.0/184.0MB 52% complete (1.9M/s)
43982025-09-21T00:12:41.273Z[ host-image] Sep 21 00:12:40.747 INFO O| Sep 21 00:12:40.746 INFO O| Planning: Solver setup ... Done
43992025-09-21T00:12:41.298Z[ host-image] Sep 21 00:12:40.763 INFO O| Sep 21 00:12:40.763 INFO O| Planning: Running solver ... Done
44002025-09-21T00:12:41.422Z[ host-image] Sep 21 00:12:40.895 INFO O| Sep 21 00:12:40.895 INFO O| Planning: Finding local manifests ... Done
44012025-09-21T00:12:41.521Z[ host-image] Sep 21 00:12:40.994 INFO O| Sep 21 00:12:40.994 INFO O| Planning: Fetching manifests: 0/5 0% complete
44022025-09-21T00:12:41.795Z[ host-image] Sep 21 00:12:41.269 INFO O| Sep 21 00:12:41.269 INFO O| Planning: Fetching manifests: 5/5 100% complete
44032025-09-21T00:12:41.825Z[ host-image] Sep 21 00:12:41.298 INFO O| Sep 21 00:12:41.298 INFO O| Planning: Package planning ... Done
44042025-09-21T00:12:41.849Z[ host-image] Sep 21 00:12:41.303 INFO O| Sep 21 00:12:41.303 INFO O| Planning: Merging actions ... Done
44052025-09-21T00:12:41.915Z[ host-image] Sep 21 00:12:41.388 INFO O| Sep 21 00:12:41.388 INFO O| Planning: Checking for conflicting actions ... Done
44062025-09-21T00:12:41.942Z[ host-image] Sep 21 00:12:41.390 INFO O| Sep 21 00:12:41.390 INFO O| Planning: Consolidating action changes ... Done
44072025-09-21T00:12:41.967Z[ recovery-image] Sep 21 00:12:41.418 INFO O| Sep 21 00:12:41.418 INFO O| Download: 10188/15944 items 96.6/184.0MB 52% complete (1.4M/s)
44082025-09-21T00:12:42.225Z[ host-image] Sep 21 00:12:41.698 INFO O| Sep 21 00:12:41.698 INFO O| Planning: Evaluating mediators ... Done
44092025-09-21T00:12:42.250Z[ host-image] Sep 21 00:12:41.700 INFO O| Sep 21 00:12:41.700 INFO O| Planning: Planning completed in 8.32 seconds
44102025-09-21T00:12:42.250Z[ host-image] Sep 21 00:12:41.701 INFO O| Sep 21 00:12:41.701 INFO O| Packages to install: 5
44112025-09-21T00:12:42.250Z[ host-image] Sep 21 00:12:41.701 INFO O| Sep 21 00:12:41.701 INFO O| Services to change: 2
44122025-09-21T00:12:42.274Z[ host-image] Sep 21 00:12:41.724 INFO O| Sep 21 00:12:41.724 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
44132025-09-21T00:12:43.772Z[ host-image] Sep 21 00:12:43.245 INFO O| Sep 21 00:12:43.245 INFO O| Download: Completed 1.48 MB in 1.52 seconds (993k/s)
44142025-09-21T00:12:43.861Z[ host-image] Sep 21 00:12:43.334 INFO O| Sep 21 00:12:43.334 INFO O| Actions: 1/313 actions (Installing new actions)
44152025-09-21T00:12:44.039Z[ host-image] Sep 21 00:12:43.512 INFO O| Sep 21 00:12:43.512 INFO O| Actions: Completed 313 actions in 0.18 seconds.
44162025-09-21T00:12:45.293Z[ host-image] Sep 21 00:12:44.766 INFO O| Sep 21 00:12:44.766 INFO O| Done
44172025-09-21T00:12:45.293Z[ host-image] Sep 21 00:12:44.766 INFO O| Sep 21 00:12:44.766 INFO O| Done
44182025-09-21T00:12:46.598Z[ host-image] Sep 21 00:12:46.072 INFO O| Sep 21 00:12:46.071 INFO O| Done
44192025-09-21T00:12:46.951Z[ recovery-image] Sep 21 00:12:46.424 INFO O| Sep 21 00:12:46.424 INFO O| Download: 11148/15944 items 102.9/184.0MB 55% complete (587k/s)
44202025-09-21T00:12:48.247Z[ host-image] Sep 21 00:12:47.721 INFO O| Sep 21 00:12:47.721 INFO O| Done
44212025-09-21T00:12:48.310Z[ host-image] Sep 21 00:12:47.784 INFO O| Sep 21 00:12:47.784 INFO O| Done
44222025-09-21T00:12:48.335Z[ host-image] Sep 21 00:12:47.785 INFO O| Sep 21 00:12:47.785 INFO O| Done
44232025-09-21T00:12:48.359Z[ host-image] Sep 21 00:12:47.811 INFO O| Sep 21 00:12:47.811 INFO O| Done
44242025-09-21T00:12:49.733Z[ host-image] Sep 21 00:12:49.207 INFO O| Sep 21 00:12:49.207 INFO STEP 12 (pkg_install) COMPLETE
44252025-09-21T00:12:49.733Z[ host-image] Sep 21 00:12:49.207 INFO O| Sep 21 00:12:49.207 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44262025-09-21T00:12:49.758Z[ host-image] Sep 21 00:12:49.221 INFO O| Sep 21 00:12:49.221 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44272025-09-21T00:12:51.965Z[ recovery-image] Sep 21 00:12:51.439 INFO O| Sep 21 00:12:51.439 INFO O| Download: 11891/15944 items 126.9/184.0MB 68% complete (3.0M/s)
44282025-09-21T00:12:56.984Z[ recovery-image] Sep 21 00:12:56.458 INFO O| Sep 21 00:12:56.458 INFO O| Download: 12779/15944 items 146.3/184.0MB 79% complete (4.4M/s)
44292025-09-21T00:13:01.984Z[ recovery-image] Sep 21 00:13:01.459 INFO O| Sep 21 00:13:01.458 INFO O| Download: 13773/15944 items 151.4/184.0MB 82% complete (2.5M/s)
44302025-09-21T00:13:06.997Z[ recovery-image] Sep 21 00:13:06.472 INFO O| Sep 21 00:13:06.471 INFO O| Download: 14760/15944 items 154.8/184.0MB 84% complete (852k/s)
44312025-09-21T00:13:11.998Z[ recovery-image] Sep 21 00:13:11.473 INFO O| Sep 21 00:13:11.473 INFO O| Download: 15482/15944 items 171.7/184.0MB 93% complete (2.0M/s)
44322025-09-21T00:13:16.962Z[ recovery-image] Sep 21 00:13:16.437 INFO O| Sep 21 00:13:16.437 INFO O| Download: Completed 184.02 MB in 90.47 seconds (2.0M/s)
44332025-09-21T00:13:17.785Z[ recovery-image] Sep 21 00:13:17.260 INFO O| Sep 21 00:13:17.260 INFO O| Actions: 1/26307 actions (Installing new actions)
44342025-09-21T00:13:22.805Z[ recovery-image] Sep 21 00:13:22.281 INFO O| Sep 21 00:13:22.281 INFO O| Actions: 10726/26307 actions (Installing new actions)
44352025-09-21T00:13:27.806Z[ recovery-image] Sep 21 00:13:27.282 INFO O| Sep 21 00:13:27.282 INFO O| Actions: 17216/26307 actions (Installing new actions)
44362025-09-21T00:13:28.214Z[ host-image] Sep 21 00:13:27.690 INFO O| Sep 21 00:13:27.690 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44372025-09-21T00:13:32.263Z[ recovery-image] Sep 21 00:13:31.739 INFO O| Sep 21 00:13:31.739 INFO O| Actions: Completed 26307 actions in 14.48 seconds.
44382025-09-21T00:13:33.616Z[ recovery-image] Sep 21 00:13:33.092 INFO O| Sep 21 00:13:33.092 INFO O| Done
44392025-09-21T00:13:33.616Z[ recovery-image] Sep 21 00:13:33.092 INFO O| Sep 21 00:13:33.092 INFO O| Done
44402025-09-21T00:13:35.370Z[ recovery-image] Sep 21 00:13:34.847 INFO O| Sep 21 00:13:34.847 INFO O| Done
44412025-09-21T00:13:36.919Z[ recovery-image] Sep 21 00:13:36.396 INFO O| Sep 21 00:13:36.396 INFO O| Done
44422025-09-21T00:13:36.944Z[ recovery-image] Sep 21 00:13:36.413 INFO O| Sep 21 00:13:36.413 INFO O| Done
44432025-09-21T00:13:40.187Z[ recovery-image] Sep 21 00:13:39.664 INFO O| Sep 21 00:13:39.664 INFO O| Done
44442025-09-21T00:13:40.673Z[ recovery-image] Sep 21 00:13:40.150 INFO O| Sep 21 00:13:40.150 INFO O| Done
44452025-09-21T00:13:40.697Z[ host-image] Sep 21 00:13:40.162 INFO O| Sep 21 00:13:40.162 INFO O| Startup: Caching catalogs ... Done
44462025-09-21T00:13:43.442Z[ recovery-image] Sep 21 00:13:42.919 INFO O| Sep 21 00:13:42.918 INFO STEP 11 (pkg_install) COMPLETE
44472025-09-21T00:13:43.442Z[ recovery-image] Sep 21 00:13:42.919 INFO O| Sep 21 00:13:42.919 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44482025-09-21T00:13:43.467Z[ recovery-image] Sep 21 00:13:42.919 INFO O| Sep 21 00:13:42.919 INFO skip step because feature "recovery" is enabled
44492025-09-21T00:13:43.467Z[ recovery-image] Sep 21 00:13:42.919 INFO O| Sep 21 00:13:42.919 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44502025-09-21T00:13:43.467Z[ recovery-image] Sep 21 00:13:42.919 INFO O| Sep 21 00:13:42.919 INFO skip step because feature "omicron1" is not enabled
44512025-09-21T00:13:43.467Z[ recovery-image] Sep 21 00:13:42.919 INFO O| Sep 21 00:13:42.919 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44522025-09-21T00:13:43.467Z[ recovery-image] Sep 21 00:13:42.933 INFO O| Sep 21 00:13:42.933 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.423"]
44532025-09-21T00:13:48.229Z[ host-image] Sep 21 00:13:47.706 INFO O| Sep 21 00:13:47.706 INFO O| Planning: Solver setup ... Done
44542025-09-21T00:13:48.253Z[ host-image] Sep 21 00:13:47.724 INFO O| Sep 21 00:13:47.724 INFO O| Planning: Running solver ... Done
44552025-09-21T00:13:48.362Z[ host-image] Sep 21 00:13:47.840 INFO O| Sep 21 00:13:47.839 INFO O| Planning: Finding local manifests ... Done
44562025-09-21T00:13:48.472Z[ host-image] Sep 21 00:13:47.945 INFO O| Sep 21 00:13:47.945 INFO O| Planning: Fetching manifests: 0/6 0% complete
44572025-09-21T00:13:48.851Z[ host-image] Sep 21 00:13:48.329 INFO O| Sep 21 00:13:48.329 INFO O| Planning: Fetching manifests: 6/6 100% complete
44582025-09-21T00:13:48.895Z[ host-image] Sep 21 00:13:48.372 INFO O| Sep 21 00:13:48.372 INFO O| Planning: Package planning ... Done
44592025-09-21T00:13:48.920Z[ host-image] Sep 21 00:13:48.394 INFO O| Sep 21 00:13:48.394 INFO O| Planning: Merging actions ... Done
44602025-09-21T00:13:48.998Z[ host-image] Sep 21 00:13:48.475 INFO O| Sep 21 00:13:48.475 INFO O| Planning: Checking for conflicting actions ... Done
44612025-09-21T00:13:49.023Z[ host-image] Sep 21 00:13:48.480 INFO O| Sep 21 00:13:48.480 INFO O| Planning: Consolidating action changes ... Done
44622025-09-21T00:13:49.239Z[ host-image] Sep 21 00:13:48.716 INFO O| Sep 21 00:13:48.716 INFO O| Planning: Evaluating mediators ... Done
44632025-09-21T00:13:49.264Z[ host-image] Sep 21 00:13:48.721 INFO O| Sep 21 00:13:48.721 INFO O| Planning: Planning completed in 8.45 seconds
44642025-09-21T00:13:49.264Z[ host-image] Sep 21 00:13:48.722 INFO O| Sep 21 00:13:48.721 INFO O| Packages to install: 6
44652025-09-21T00:13:49.264Z[ host-image] Sep 21 00:13:48.722 INFO O| Sep 21 00:13:48.722 INFO O| Mediators to change: 1
44662025-09-21T00:13:49.264Z[ host-image] Sep 21 00:13:48.722 INFO O| Sep 21 00:13:48.722 INFO O| Services to change: 1
44672025-09-21T00:13:49.288Z[ host-image] Sep 21 00:13:48.746 INFO O| Sep 21 00:13:48.746 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44682025-09-21T00:13:54.275Z[ host-image] Sep 21 00:13:53.752 INFO O| Sep 21 00:13:53.752 INFO O| Download: 1095/1140 items 5.4/7.7MB 70% complete (977k/s)
44692025-09-21T00:13:54.819Z[ host-image] Sep 21 00:13:54.296 INFO O| Sep 21 00:13:54.296 INFO O| Download: Completed 7.71 MB in 5.55 seconds (1.4M/s)
44702025-09-21T00:13:54.923Z[ host-image] Sep 21 00:13:54.400 INFO O| Sep 21 00:13:54.400 INFO O| Actions: 1/1361 actions (Installing new actions)
44712025-09-21T00:13:55.582Z[ host-image] Sep 21 00:13:55.060 INFO O| Sep 21 00:13:55.060 INFO O| Actions: Completed 1361 actions in 0.66 seconds.
44722025-09-21T00:13:56.999Z[ host-image] Sep 21 00:13:56.477 INFO O| Sep 21 00:13:56.476 INFO O| Done
44732025-09-21T00:13:56.999Z[ host-image] Sep 21 00:13:56.477 INFO O| Sep 21 00:13:56.477 INFO O| Done
44742025-09-21T00:13:58.354Z[ host-image] Sep 21 00:13:57.833 INFO O| Sep 21 00:13:57.832 INFO O| Done
44752025-09-21T00:14:00.335Z[ host-image] Sep 21 00:13:59.813 INFO O| Sep 21 00:13:59.813 INFO O| Done
44762025-09-21T00:14:00.381Z[ host-image] Sep 21 00:13:59.859 INFO O| Sep 21 00:13:59.859 INFO O| Done
44772025-09-21T00:14:00.405Z[ host-image] Sep 21 00:13:59.859 INFO O| Sep 21 00:13:59.859 INFO O| Done
44782025-09-21T00:14:00.485Z[ host-image] Sep 21 00:13:59.946 INFO O| Sep 21 00:13:59.946 INFO O| Done
44792025-09-21T00:14:02.214Z[ host-image] Sep 21 00:14:01.693 INFO O| Sep 21 00:14:01.693 INFO STEP 13 (pkg_install) COMPLETE
44802025-09-21T00:14:02.239Z[ host-image] Sep 21 00:14:01.693 INFO O| Sep 21 00:14:01.693 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44812025-09-21T00:14:02.239Z[ host-image] Sep 21 00:14:01.708 INFO O| Sep 21 00:14:01.708 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.423"]
44822025-09-21T00:14:14.221Z[ recovery-image] Sep 21 00:14:13.700 INFO O| Sep 21 00:14:13.700 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44832025-09-21T00:14:26.562Z[ recovery-image] Sep 21 00:14:26.042 INFO O| Sep 21 00:14:26.042 INFO O| Startup: Caching catalogs ... Done
44842025-09-21T00:14:33.125Z[ recovery-image] Sep 21 00:14:32.605 INFO O| Sep 21 00:14:32.605 INFO O| Planning: Solver setup ... Done
44852025-09-21T00:14:33.150Z[ recovery-image] Sep 21 00:14:32.614 INFO O| Sep 21 00:14:32.614 INFO O| Planning: Running solver ... Done
44862025-09-21T00:14:33.286Z[ recovery-image] Sep 21 00:14:32.767 INFO O| Sep 21 00:14:32.767 INFO O| Planning: Finding local manifests ... Done
44872025-09-21T00:14:33.443Z[ recovery-image] Sep 21 00:14:32.924 INFO O| Sep 21 00:14:32.923 INFO O| Planning: Fetching manifests: 0/1 0% complete
44882025-09-21T00:14:33.468Z[ host-image] Sep 21 00:14:32.932 INFO O| Sep 21 00:14:32.932 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44892025-09-21T00:14:33.492Z[ recovery-image] Sep 21 00:14:32.952 INFO O| Sep 21 00:14:32.952 INFO O| Planning: Fetching manifests: 1/1 100% complete
44902025-09-21T00:14:33.520Z[ recovery-image] Sep 21 00:14:32.977 INFO O| Sep 21 00:14:32.977 INFO O| Planning: Package planning ... Done
44912025-09-21T00:14:33.520Z[ recovery-image] Sep 21 00:14:32.977 INFO O| Sep 21 00:14:32.977 INFO O| Planning: Merging actions ... Done
44922025-09-21T00:14:33.546Z[ recovery-image] Sep 21 00:14:33.013 INFO O| Sep 21 00:14:33.013 INFO O| Planning: Checking for conflicting actions ... Done
44932025-09-21T00:14:33.546Z[ recovery-image] Sep 21 00:14:33.014 INFO O| Sep 21 00:14:33.014 INFO O| Planning: Consolidating action changes ... Done
44942025-09-21T00:14:33.735Z[ recovery-image] Sep 21 00:14:33.216 INFO O| Sep 21 00:14:33.216 INFO O| Planning: Evaluating mediators ... Done
44952025-09-21T00:14:33.760Z[ recovery-image] Sep 21 00:14:33.217 INFO O| Sep 21 00:14:33.217 INFO O| Planning: Planning completed in 7.05 seconds
44962025-09-21T00:14:33.760Z[ recovery-image] Sep 21 00:14:33.217 INFO O| Sep 21 00:14:33.217 INFO O| Packages to install: 1
44972025-09-21T00:14:33.784Z[ recovery-image] Sep 21 00:14:33.242 INFO O| Sep 21 00:14:33.242 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
44982025-09-21T00:14:34.305Z[ recovery-image] Sep 21 00:14:33.785 INFO O| Sep 21 00:14:33.785 INFO O| Download: Completed 10.11 MB in 0.54 seconds (18.6M/s)
44992025-09-21T00:14:34.391Z[ recovery-image] Sep 21 00:14:33.871 INFO O| Sep 21 00:14:33.871 INFO O| Actions: 1/22 actions (Installing new actions)
45002025-09-21T00:14:34.768Z[ recovery-image] Sep 21 00:14:34.248 INFO O| Sep 21 00:14:34.248 INFO O| Actions: Completed 22 actions in 0.38 seconds.
45012025-09-21T00:14:36.202Z[ recovery-image] Sep 21 00:14:35.683 INFO O| Sep 21 00:14:35.683 INFO O| Done
45022025-09-21T00:14:36.230Z[ recovery-image] Sep 21 00:14:35.683 INFO O| Sep 21 00:14:35.683 INFO O| Done
45032025-09-21T00:14:37.471Z[ recovery-image] Sep 21 00:14:36.951 INFO O| Sep 21 00:14:36.951 INFO O| Done
45042025-09-21T00:14:38.891Z[ recovery-image] Sep 21 00:14:38.372 INFO O| Sep 21 00:14:38.371 INFO O| Done
45052025-09-21T00:14:38.932Z[ recovery-image] Sep 21 00:14:38.413 INFO O| Sep 21 00:14:38.413 INFO O| Done
45062025-09-21T00:14:38.932Z[ recovery-image] Sep 21 00:14:38.413 INFO O| Sep 21 00:14:38.413 INFO O| Done
45072025-09-21T00:14:38.957Z[ recovery-image] Sep 21 00:14:38.431 INFO O| Sep 21 00:14:38.431 INFO O| Done
45082025-09-21T00:14:40.592Z[ recovery-image] Sep 21 00:14:40.073 INFO O| Sep 21 00:14:40.073 INFO STEP 14 (pkg_install) COMPLETE
45092025-09-21T00:14:40.592Z[ recovery-image] Sep 21 00:14:40.073 INFO O| Sep 21 00:14:40.073 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45102025-09-21T00:14:40.592Z[ recovery-image] Sep 21 00:14:40.073 INFO O| Sep 21 00:14:40.073 INFO skip step because feature "mfg" is not enabled
45112025-09-21T00:14:40.630Z[ recovery-image] Sep 21 00:14:40.073 INFO O| Sep 21 00:14:40.073 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45122025-09-21T00:14:40.630Z[ recovery-image] Sep 21 00:14:40.073 INFO O| Sep 21 00:14:40.073 INFO skip step because feature "compliance" is not enabled
45132025-09-21T00:14:40.630Z[ recovery-image] Sep 21 00:14:40.073 INFO O| Sep 21 00:14:40.073 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45142025-09-21T00:14:40.630Z[ recovery-image] Sep 21 00:14:40.073 INFO O| Sep 21 00:14:40.073 INFO skip step because feature "stress" is not enabled
45152025-09-21T00:14:40.630Z[ recovery-image] Sep 21 00:14:40.073 INFO O| Sep 21 00:14:40.073 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45162025-09-21T00:14:40.630Z[ recovery-image] Sep 21 00:14:40.073 INFO O| Sep 21 00:14:40.073 INFO skip step because feature "compliance" is not enabled
45172025-09-21T00:14:40.630Z[ recovery-image] Sep 21 00:14:40.073 INFO O| Sep 21 00:14:40.073 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45182025-09-21T00:14:40.630Z[ recovery-image] Sep 21 00:14:40.073 INFO O| Sep 21 00:14:40.073 INFO skip step because feature "nfs" is not enabled
45192025-09-21T00:14:40.630Z[ recovery-image] Sep 21 00:14:40.073 INFO O| Sep 21 00:14:40.073 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45202025-09-21T00:14:40.630Z[ recovery-image] Sep 21 00:14:40.073 INFO O| Sep 21 00:14:40.073 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45212025-09-21T00:14:40.679Z[ recovery-image] Sep 21 00:14:40.159 INFO O| Sep 21 00:14:40.159 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45222025-09-21T00:14:40.722Z[ recovery-image] Sep 21 00:14:40.203 INFO O| Sep 21 00:14:40.203 INFO completed processing sled/ramdisk-01-os
45232025-09-21T00:14:41.519Z[ recovery-image] Sep 21 00:14:41.000 INFO image builder template: ramdisk-02-trim...
45242025-09-21T00:14:41.519Z[ recovery-image] Sep 21 00:14:41.000 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpJHwTRO/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
45252025-09-21T00:14:41.557Z[ recovery-image] Sep 21 00:14:41.037 INFO O| Sep 21 00:14:41.037 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45262025-09-21T00:14:41.582Z[ recovery-image] Sep 21 00:14:41.042 INFO O| Sep 21 00:14:41.042 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45272025-09-21T00:14:41.606Z[ recovery-image] Sep 21 00:14:41.073 INFO O| Sep 21 00:14:41.073 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45282025-09-21T00:14:41.631Z[ recovery-image] Sep 21 00:14:41.096 INFO O| Sep 21 00:14:41.096 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45292025-09-21T00:14:41.631Z[ recovery-image] Sep 21 00:14:41.096 INFO O| Sep 21 00:14:41.096 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45302025-09-21T00:14:41.631Z[ recovery-image] Sep 21 00:14:41.102 INFO O| Sep 21 00:14:41.102 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45312025-09-21T00:14:41.631Z[ recovery-image] Sep 21 00:14:41.106 INFO O| Sep 21 00:14:41.106 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45322025-09-21T00:14:41.655Z[ recovery-image] Sep 21 00:14:41.114 INFO O| Sep 21 00:14:41.114 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45332025-09-21T00:14:41.951Z[ recovery-image] Sep 21 00:14:41.432 INFO O| Sep 21 00:14:41.432 INFO rolled back to input snapshot; work may begin
45342025-09-21T00:14:41.951Z[ recovery-image] Sep 21 00:14:41.432 INFO O| Sep 21 00:14:41.432 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45352025-09-21T00:14:41.976Z[ recovery-image] Sep 21 00:14:41.440 INFO O| Sep 21 00:14:41.440 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45362025-09-21T00:14:41.976Z[ recovery-image] Sep 21 00:14:41.454 INFO O| Sep 21 00:14:41.454 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45372025-09-21T00:14:42.030Z[ recovery-image] Sep 21 00:14:41.511 INFO O| Sep 21 00:14:41.511 INFO STEP 0 (remove_files) COMPLETE
45382025-09-21T00:14:42.030Z[ recovery-image] Sep 21 00:14:41.511 INFO O| Sep 21 00:14:41.511 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45392025-09-21T00:14:42.055Z[ recovery-image] Sep 21 00:14:41.524 INFO O| Sep 21 00:14:41.524 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45402025-09-21T00:14:42.055Z[ recovery-image] Sep 21 00:14:41.526 INFO O| Sep 21 00:14:41.526 INFO STEP 1 (remove_files) COMPLETE
45412025-09-21T00:14:42.055Z[ recovery-image] Sep 21 00:14:41.526 INFO O| Sep 21 00:14:41.526 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45422025-09-21T00:14:42.079Z[ recovery-image] Sep 21 00:14:41.537 INFO O| Sep 21 00:14:41.537 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45432025-09-21T00:14:42.079Z[ recovery-image] Sep 21 00:14:41.554 INFO O| Sep 21 00:14:41.554 INFO STEP 2 (remove_files) COMPLETE
45442025-09-21T00:14:42.079Z[ recovery-image] Sep 21 00:14:41.554 INFO O| Sep 21 00:14:41.554 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45452025-09-21T00:14:42.103Z[ recovery-image] Sep 21 00:14:41.567 INFO O| Sep 21 00:14:41.567 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45462025-09-21T00:14:42.103Z[ recovery-image] Sep 21 00:14:41.569 INFO O| Sep 21 00:14:41.569 INFO STEP 3 (remove_files) COMPLETE
45472025-09-21T00:14:42.103Z[ recovery-image] Sep 21 00:14:41.569 INFO O| Sep 21 00:14:41.569 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45482025-09-21T00:14:42.104Z[ recovery-image] Sep 21 00:14:41.580 INFO O| Sep 21 00:14:41.580 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45492025-09-21T00:14:42.128Z[ recovery-image] Sep 21 00:14:41.597 INFO O| Sep 21 00:14:41.597 INFO STEP 4 (remove_files) COMPLETE
45502025-09-21T00:14:42.128Z[ recovery-image] Sep 21 00:14:41.597 INFO O| Sep 21 00:14:41.597 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45512025-09-21T00:14:42.128Z[ recovery-image] Sep 21 00:14:41.608 INFO O| Sep 21 00:14:41.608 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45522025-09-21T00:14:42.128Z[ recovery-image] Sep 21 00:14:41.608 INFO O| Sep 21 00:14:41.608 INFO STEP 5 (remove_files) COMPLETE
45532025-09-21T00:14:42.128Z[ recovery-image] Sep 21 00:14:41.609 INFO O| Sep 21 00:14:41.609 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45542025-09-21T00:14:42.153Z[ recovery-image] Sep 21 00:14:41.618 INFO O| Sep 21 00:14:41.618 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45552025-09-21T00:14:42.153Z[ recovery-image] Sep 21 00:14:41.631 INFO O| Sep 21 00:14:41.631 INFO STEP 6 (remove_files) COMPLETE
45562025-09-21T00:14:42.153Z[ recovery-image] Sep 21 00:14:41.631 INFO O| Sep 21 00:14:41.631 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45572025-09-21T00:14:42.153Z[ recovery-image] Sep 21 00:14:41.631 INFO O| Sep 21 00:14:41.631 INFO skip step because feature "recovery" is enabled
45582025-09-21T00:14:42.153Z[ recovery-image] Sep 21 00:14:41.631 INFO O| Sep 21 00:14:41.631 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45592025-09-21T00:14:42.153Z[ recovery-image] Sep 21 00:14:41.631 INFO O| Sep 21 00:14:41.631 INFO skip step because feature "recovery" is enabled
45602025-09-21T00:14:42.153Z[ recovery-image] Sep 21 00:14:41.631 INFO O| Sep 21 00:14:41.631 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45612025-09-21T00:14:42.153Z[ recovery-image] Sep 21 00:14:41.631 INFO O| Sep 21 00:14:41.631 INFO skip step because feature "recovery" is enabled
45622025-09-21T00:14:42.153Z[ recovery-image] Sep 21 00:14:41.631 INFO O| Sep 21 00:14:41.631 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45632025-09-21T00:14:42.181Z[ recovery-image] Sep 21 00:14:41.662 INFO O| Sep 21 00:14:41.662 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45642025-09-21T00:14:42.205Z[ recovery-image] Sep 21 00:14:41.666 INFO O| Sep 21 00:14:41.666 INFO STEP 10 (remove_files) COMPLETE
45652025-09-21T00:14:42.205Z[ recovery-image] Sep 21 00:14:41.666 INFO O| Sep 21 00:14:41.666 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45662025-09-21T00:14:42.205Z[ recovery-image] Sep 21 00:14:41.676 INFO O| Sep 21 00:14:41.676 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45672025-09-21T00:14:42.205Z[ recovery-image] Sep 21 00:14:41.678 INFO O| Sep 21 00:14:41.678 INFO STEP 11 (remove_files) COMPLETE
45682025-09-21T00:14:42.205Z[ recovery-image] Sep 21 00:14:41.678 INFO O| Sep 21 00:14:41.678 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692025-09-21T00:14:42.230Z[ recovery-image] Sep 21 00:14:41.688 INFO O| Sep 21 00:14:41.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45702025-09-21T00:14:42.230Z[ recovery-image] Sep 21 00:14:41.690 INFO O| Sep 21 00:14:41.690 INFO STEP 12 (remove_files) COMPLETE
45712025-09-21T00:14:42.230Z[ recovery-image] Sep 21 00:14:41.690 INFO O| Sep 21 00:14:41.690 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45722025-09-21T00:14:42.254Z[ recovery-image] Sep 21 00:14:41.715 INFO O| Sep 21 00:14:41.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45732025-09-21T00:14:42.440Z[ recovery-image] Sep 21 00:14:41.921 INFO O| Sep 21 00:14:41.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45742025-09-21T00:14:42.465Z[ recovery-image] Sep 21 00:14:41.926 INFO O| Sep 21 00:14:41.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45752025-09-21T00:14:42.465Z[ recovery-image] Sep 21 00:14:41.927 INFO O| Sep 21 00:14:41.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45762025-09-21T00:14:42.494Z[ recovery-image] Sep 21 00:14:41.975 INFO O| Sep 21 00:14:41.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45772025-09-21T00:14:42.537Z[ recovery-image] Sep 21 00:14:42.017 INFO O| Sep 21 00:14:42.017 INFO STEP 13 (remove_files) COMPLETE
45782025-09-21T00:14:42.561Z[ recovery-image] Sep 21 00:14:42.017 INFO O| Sep 21 00:14:42.017 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792025-09-21T00:14:42.562Z[ recovery-image] Sep 21 00:14:42.031 INFO O| Sep 21 00:14:42.031 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45802025-09-21T00:14:42.562Z[ recovery-image] Sep 21 00:14:42.032 INFO O| Sep 21 00:14:42.032 INFO STEP 14 (remove_files) COMPLETE
45812025-09-21T00:14:42.562Z[ recovery-image] Sep 21 00:14:42.033 INFO O| Sep 21 00:14:42.032 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822025-09-21T00:14:42.562Z[ recovery-image] Sep 21 00:14:42.042 INFO O| Sep 21 00:14:42.042 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45832025-09-21T00:14:42.588Z[ recovery-image] Sep 21 00:14:42.050 INFO O| Sep 21 00:14:42.050 INFO STEP 15 (remove_files) COMPLETE
45842025-09-21T00:14:42.588Z[ recovery-image] Sep 21 00:14:42.050 INFO O| Sep 21 00:14:42.050 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852025-09-21T00:14:42.613Z[ recovery-image] Sep 21 00:14:42.086 INFO O| Sep 21 00:14:42.086 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45862025-09-21T00:14:42.613Z[ recovery-image] Sep 21 00:14:42.087 INFO O| Sep 21 00:14:42.086 INFO STEP 16 (remove_files) COMPLETE
45872025-09-21T00:14:42.613Z[ recovery-image] Sep 21 00:14:42.087 INFO O| Sep 21 00:14:42.086 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882025-09-21T00:14:42.637Z[ recovery-image] Sep 21 00:14:42.098 INFO O| Sep 21 00:14:42.098 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45892025-09-21T00:14:42.637Z[ recovery-image] Sep 21 00:14:42.100 INFO O| Sep 21 00:14:42.100 INFO STEP 17 (remove_files) COMPLETE
45902025-09-21T00:14:42.637Z[ recovery-image] Sep 21 00:14:42.100 INFO O| Sep 21 00:14:42.100 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912025-09-21T00:14:42.637Z[ recovery-image] Sep 21 00:14:42.110 INFO O| Sep 21 00:14:42.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45922025-09-21T00:14:42.637Z[ recovery-image] Sep 21 00:14:42.111 INFO O| Sep 21 00:14:42.111 INFO STEP 18 (remove_files) COMPLETE
45932025-09-21T00:14:42.637Z[ recovery-image] Sep 21 00:14:42.111 INFO O| Sep 21 00:14:42.111 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942025-09-21T00:14:42.662Z[ recovery-image] Sep 21 00:14:42.140 INFO O| Sep 21 00:14:42.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45952025-09-21T00:14:42.662Z[ recovery-image] Sep 21 00:14:42.141 INFO O| Sep 21 00:14:42.140 INFO STEP 19 (remove_files) COMPLETE
45962025-09-21T00:14:42.662Z[ recovery-image] Sep 21 00:14:42.141 INFO O| Sep 21 00:14:42.141 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972025-09-21T00:14:42.687Z[ recovery-image] Sep 21 00:14:42.152 INFO O| Sep 21 00:14:42.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45982025-09-21T00:14:42.687Z[ recovery-image] Sep 21 00:14:42.152 INFO O| Sep 21 00:14:42.152 INFO STEP 20 (remove_files) COMPLETE
45992025-09-21T00:14:42.687Z[ recovery-image] Sep 21 00:14:42.152 INFO O| Sep 21 00:14:42.152 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002025-09-21T00:14:42.687Z[ recovery-image] Sep 21 00:14:42.163 INFO O| Sep 21 00:14:42.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46012025-09-21T00:14:42.687Z[ recovery-image] Sep 21 00:14:42.163 INFO O| Sep 21 00:14:42.163 INFO STEP 21 (remove_files) COMPLETE
46022025-09-21T00:14:42.687Z[ recovery-image] Sep 21 00:14:42.163 INFO O| Sep 21 00:14:42.163 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032025-09-21T00:14:42.712Z[ recovery-image] Sep 21 00:14:42.173 INFO O| Sep 21 00:14:42.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46042025-09-21T00:14:42.712Z[ recovery-image] Sep 21 00:14:42.173 INFO O| Sep 21 00:14:42.173 INFO STEP 22 (remove_files) COMPLETE
46052025-09-21T00:14:42.712Z[ recovery-image] Sep 21 00:14:42.173 INFO O| Sep 21 00:14:42.173 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062025-09-21T00:14:42.712Z[ recovery-image] Sep 21 00:14:42.183 INFO O| Sep 21 00:14:42.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46072025-09-21T00:14:42.712Z[ recovery-image] Sep 21 00:14:42.183 INFO O| Sep 21 00:14:42.183 INFO STEP 23 (remove_files) COMPLETE
46082025-09-21T00:14:42.712Z[ recovery-image] Sep 21 00:14:42.183 INFO O| Sep 21 00:14:42.183 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092025-09-21T00:14:42.712Z[ recovery-image] Sep 21 00:14:42.193 INFO O| Sep 21 00:14:42.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46102025-09-21T00:14:42.712Z[ recovery-image] Sep 21 00:14:42.193 INFO O| Sep 21 00:14:42.193 INFO STEP 24 (remove_files) COMPLETE
46112025-09-21T00:14:42.712Z[ recovery-image] Sep 21 00:14:42.193 INFO O| Sep 21 00:14:42.193 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122025-09-21T00:14:42.751Z[ recovery-image] Sep 21 00:14:42.202 INFO O| Sep 21 00:14:42.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46132025-09-21T00:14:42.752Z[ recovery-image] Sep 21 00:14:42.203 INFO O| Sep 21 00:14:42.202 INFO STEP 25 (remove_files) COMPLETE
46142025-09-21T00:14:42.752Z[ recovery-image] Sep 21 00:14:42.203 INFO O| Sep 21 00:14:42.203 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152025-09-21T00:14:42.752Z[ recovery-image] Sep 21 00:14:42.212 INFO O| Sep 21 00:14:42.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46162025-09-21T00:14:42.752Z[ recovery-image] Sep 21 00:14:42.212 INFO O| Sep 21 00:14:42.212 INFO STEP 26 (remove_files) COMPLETE
46172025-09-21T00:14:42.752Z[ recovery-image] Sep 21 00:14:42.212 INFO O| Sep 21 00:14:42.212 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182025-09-21T00:14:42.752Z[ recovery-image] Sep 21 00:14:42.222 INFO O| Sep 21 00:14:42.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46192025-09-21T00:14:42.752Z[ recovery-image] Sep 21 00:14:42.222 INFO O| Sep 21 00:14:42.222 INFO STEP 27 (remove_files) COMPLETE
46202025-09-21T00:14:42.752Z[ recovery-image] Sep 21 00:14:42.222 INFO O| Sep 21 00:14:42.222 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212025-09-21T00:14:42.752Z[ recovery-image] Sep 21 00:14:42.231 INFO O| Sep 21 00:14:42.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46222025-09-21T00:14:42.752Z[ recovery-image] Sep 21 00:14:42.231 INFO O| Sep 21 00:14:42.231 INFO STEP 28 (remove_files) COMPLETE
46232025-09-21T00:14:42.752Z[ recovery-image] Sep 21 00:14:42.231 INFO O| Sep 21 00:14:42.231 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242025-09-21T00:14:42.778Z[ recovery-image] Sep 21 00:14:42.241 INFO O| Sep 21 00:14:42.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46252025-09-21T00:14:42.778Z[ recovery-image] Sep 21 00:14:42.241 INFO O| Sep 21 00:14:42.241 INFO STEP 29 (remove_files) COMPLETE
46262025-09-21T00:14:42.778Z[ recovery-image] Sep 21 00:14:42.241 INFO O| Sep 21 00:14:42.241 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272025-09-21T00:14:42.778Z[ recovery-image] Sep 21 00:14:42.250 INFO O| Sep 21 00:14:42.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46282025-09-21T00:14:42.778Z[ recovery-image] Sep 21 00:14:42.250 INFO O| Sep 21 00:14:42.250 INFO STEP 30 (remove_files) COMPLETE
46292025-09-21T00:14:42.778Z[ recovery-image] Sep 21 00:14:42.250 INFO O| Sep 21 00:14:42.250 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302025-09-21T00:14:42.802Z[ recovery-image] Sep 21 00:14:42.260 INFO O| Sep 21 00:14:42.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46312025-09-21T00:14:42.802Z[ recovery-image] Sep 21 00:14:42.260 INFO O| Sep 21 00:14:42.260 INFO STEP 31 (remove_files) COMPLETE
46322025-09-21T00:14:42.802Z[ recovery-image] Sep 21 00:14:42.260 INFO O| Sep 21 00:14:42.260 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332025-09-21T00:14:42.802Z[ recovery-image] Sep 21 00:14:42.269 INFO O| Sep 21 00:14:42.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46342025-09-21T00:14:42.803Z[ recovery-image] Sep 21 00:14:42.269 INFO O| Sep 21 00:14:42.269 INFO STEP 32 (remove_files) COMPLETE
46352025-09-21T00:14:42.803Z[ recovery-image] Sep 21 00:14:42.269 INFO O| Sep 21 00:14:42.269 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362025-09-21T00:14:42.827Z[ recovery-image] Sep 21 00:14:42.295 INFO O| Sep 21 00:14:42.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46372025-09-21T00:14:42.827Z[ recovery-image] Sep 21 00:14:42.295 INFO O| Sep 21 00:14:42.295 INFO STEP 33 (remove_files) COMPLETE
46382025-09-21T00:14:42.827Z[ recovery-image] Sep 21 00:14:42.296 INFO O| Sep 21 00:14:42.295 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392025-09-21T00:14:42.827Z[ recovery-image] Sep 21 00:14:42.305 INFO O| Sep 21 00:14:42.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46402025-09-21T00:14:42.827Z[ recovery-image] Sep 21 00:14:42.305 INFO O| Sep 21 00:14:42.305 INFO STEP 34 (remove_files) COMPLETE
46412025-09-21T00:14:42.827Z[ recovery-image] Sep 21 00:14:42.305 INFO O| Sep 21 00:14:42.305 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422025-09-21T00:14:42.852Z[ recovery-image] Sep 21 00:14:42.315 INFO O| Sep 21 00:14:42.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46432025-09-21T00:14:42.852Z[ recovery-image] Sep 21 00:14:42.315 INFO O| Sep 21 00:14:42.315 INFO STEP 35 (remove_files) COMPLETE
46442025-09-21T00:14:42.852Z[ recovery-image] Sep 21 00:14:42.315 INFO O| Sep 21 00:14:42.315 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452025-09-21T00:14:42.852Z[ recovery-image] Sep 21 00:14:42.325 INFO O| Sep 21 00:14:42.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46462025-09-21T00:14:42.852Z[ recovery-image] Sep 21 00:14:42.325 INFO O| Sep 21 00:14:42.325 INFO STEP 36 (remove_files) COMPLETE
46472025-09-21T00:14:42.852Z[ recovery-image] Sep 21 00:14:42.325 INFO O| Sep 21 00:14:42.325 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482025-09-21T00:14:42.877Z[ recovery-image] Sep 21 00:14:42.334 INFO O| Sep 21 00:14:42.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46492025-09-21T00:14:42.877Z[ recovery-image] Sep 21 00:14:42.334 INFO O| Sep 21 00:14:42.334 INFO STEP 37 (remove_files) COMPLETE
46502025-09-21T00:14:42.877Z[ recovery-image] Sep 21 00:14:42.334 INFO O| Sep 21 00:14:42.334 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512025-09-21T00:14:42.877Z[ recovery-image] Sep 21 00:14:42.344 INFO O| Sep 21 00:14:42.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46522025-09-21T00:14:42.877Z[ recovery-image] Sep 21 00:14:42.344 INFO O| Sep 21 00:14:42.344 INFO STEP 38 (remove_files) COMPLETE
46532025-09-21T00:14:42.877Z[ recovery-image] Sep 21 00:14:42.344 INFO O| Sep 21 00:14:42.344 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542025-09-21T00:14:42.877Z[ recovery-image] Sep 21 00:14:42.353 INFO O| Sep 21 00:14:42.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46552025-09-21T00:14:42.877Z[ recovery-image] Sep 21 00:14:42.353 INFO O| Sep 21 00:14:42.353 INFO STEP 39 (remove_files) COMPLETE
46562025-09-21T00:14:42.877Z[ recovery-image] Sep 21 00:14:42.354 INFO O| Sep 21 00:14:42.353 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572025-09-21T00:14:42.902Z[ recovery-image] Sep 21 00:14:42.363 INFO O| Sep 21 00:14:42.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46582025-09-21T00:14:42.902Z[ recovery-image] Sep 21 00:14:42.363 INFO O| Sep 21 00:14:42.363 INFO STEP 40 (remove_files) COMPLETE
46592025-09-21T00:14:42.902Z[ recovery-image] Sep 21 00:14:42.363 INFO O| Sep 21 00:14:42.363 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602025-09-21T00:14:42.902Z[ recovery-image] Sep 21 00:14:42.373 INFO O| Sep 21 00:14:42.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46612025-09-21T00:14:42.902Z[ recovery-image] Sep 21 00:14:42.373 INFO O| Sep 21 00:14:42.373 INFO STEP 41 (remove_files) COMPLETE
46622025-09-21T00:14:42.902Z[ recovery-image] Sep 21 00:14:42.373 INFO O| Sep 21 00:14:42.373 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632025-09-21T00:14:42.902Z[ recovery-image] Sep 21 00:14:42.382 INFO O| Sep 21 00:14:42.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46642025-09-21T00:14:42.902Z[ recovery-image] Sep 21 00:14:42.382 INFO O| Sep 21 00:14:42.382 INFO STEP 42 (remove_files) COMPLETE
46652025-09-21T00:14:42.902Z[ recovery-image] Sep 21 00:14:42.383 INFO O| Sep 21 00:14:42.382 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662025-09-21T00:14:42.927Z[ recovery-image] Sep 21 00:14:42.392 INFO O| Sep 21 00:14:42.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46672025-09-21T00:14:42.927Z[ recovery-image] Sep 21 00:14:42.392 INFO O| Sep 21 00:14:42.392 INFO STEP 43 (remove_files) COMPLETE
46682025-09-21T00:14:42.927Z[ recovery-image] Sep 21 00:14:42.392 INFO O| Sep 21 00:14:42.392 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692025-09-21T00:14:42.927Z[ recovery-image] Sep 21 00:14:42.402 INFO O| Sep 21 00:14:42.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46702025-09-21T00:14:42.927Z[ recovery-image] Sep 21 00:14:42.402 INFO O| Sep 21 00:14:42.402 INFO STEP 44 (remove_files) COMPLETE
46712025-09-21T00:14:42.927Z[ recovery-image] Sep 21 00:14:42.402 INFO O| Sep 21 00:14:42.402 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722025-09-21T00:14:42.952Z[ recovery-image] Sep 21 00:14:42.411 INFO O| Sep 21 00:14:42.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46732025-09-21T00:14:42.952Z[ recovery-image] Sep 21 00:14:42.411 INFO O| Sep 21 00:14:42.411 INFO STEP 45 (remove_files) COMPLETE
46742025-09-21T00:14:42.952Z[ recovery-image] Sep 21 00:14:42.411 INFO O| Sep 21 00:14:42.411 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752025-09-21T00:14:42.952Z[ recovery-image] Sep 21 00:14:42.421 INFO O| Sep 21 00:14:42.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46762025-09-21T00:14:42.952Z[ recovery-image] Sep 21 00:14:42.421 INFO O| Sep 21 00:14:42.421 INFO STEP 46 (remove_files) COMPLETE
46772025-09-21T00:14:42.952Z[ recovery-image] Sep 21 00:14:42.421 INFO O| Sep 21 00:14:42.421 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782025-09-21T00:14:42.952Z[ recovery-image] Sep 21 00:14:42.430 INFO O| Sep 21 00:14:42.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46792025-09-21T00:14:42.952Z[ recovery-image] Sep 21 00:14:42.430 INFO O| Sep 21 00:14:42.430 INFO STEP 47 (remove_files) COMPLETE
46802025-09-21T00:14:42.952Z[ recovery-image] Sep 21 00:14:42.430 INFO O| Sep 21 00:14:42.430 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812025-09-21T00:14:42.977Z[ recovery-image] Sep 21 00:14:42.440 INFO O| Sep 21 00:14:42.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46822025-09-21T00:14:42.977Z[ recovery-image] Sep 21 00:14:42.440 INFO O| Sep 21 00:14:42.440 INFO STEP 48 (remove_files) COMPLETE
46832025-09-21T00:14:42.977Z[ recovery-image] Sep 21 00:14:42.440 INFO O| Sep 21 00:14:42.440 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842025-09-21T00:14:42.977Z[ recovery-image] Sep 21 00:14:42.449 INFO O| Sep 21 00:14:42.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46852025-09-21T00:14:42.977Z[ recovery-image] Sep 21 00:14:42.450 INFO O| Sep 21 00:14:42.450 INFO STEP 49 (remove_files) COMPLETE
46862025-09-21T00:14:42.977Z[ recovery-image] Sep 21 00:14:42.450 INFO O| Sep 21 00:14:42.450 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46872025-09-21T00:14:43.002Z[ recovery-image] Sep 21 00:14:42.459 INFO O| Sep 21 00:14:42.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46882025-09-21T00:14:43.002Z[ recovery-image] Sep 21 00:14:42.459 INFO O| Sep 21 00:14:42.459 INFO STEP 50 (remove_files) COMPLETE
46892025-09-21T00:14:43.002Z[ recovery-image] Sep 21 00:14:42.459 INFO O| Sep 21 00:14:42.459 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902025-09-21T00:14:43.002Z[ recovery-image] Sep 21 00:14:42.469 INFO O| Sep 21 00:14:42.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46912025-09-21T00:14:43.002Z[ recovery-image] Sep 21 00:14:42.469 INFO O| Sep 21 00:14:42.469 INFO STEP 51 (remove_files) COMPLETE
46922025-09-21T00:14:43.002Z[ recovery-image] Sep 21 00:14:42.469 INFO O| Sep 21 00:14:42.469 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932025-09-21T00:14:43.002Z[ recovery-image] Sep 21 00:14:42.478 INFO O| Sep 21 00:14:42.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46942025-09-21T00:14:43.002Z[ recovery-image] Sep 21 00:14:42.478 INFO O| Sep 21 00:14:42.478 INFO STEP 52 (remove_files) COMPLETE
46952025-09-21T00:14:43.002Z[ recovery-image] Sep 21 00:14:42.478 INFO O| Sep 21 00:14:42.478 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962025-09-21T00:14:43.027Z[ recovery-image] Sep 21 00:14:42.488 INFO O| Sep 21 00:14:42.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
46972025-09-21T00:14:43.027Z[ recovery-image] Sep 21 00:14:42.488 INFO O| Sep 21 00:14:42.488 INFO STEP 53 (remove_files) COMPLETE
46982025-09-21T00:14:43.027Z[ recovery-image] Sep 21 00:14:42.488 INFO O| Sep 21 00:14:42.488 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992025-09-21T00:14:43.027Z[ recovery-image] Sep 21 00:14:42.497 INFO O| Sep 21 00:14:42.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47002025-09-21T00:14:43.027Z[ recovery-image] Sep 21 00:14:42.497 INFO O| Sep 21 00:14:42.497 INFO STEP 54 (remove_files) COMPLETE
47012025-09-21T00:14:43.027Z[ recovery-image] Sep 21 00:14:42.497 INFO O| Sep 21 00:14:42.497 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022025-09-21T00:14:43.027Z[ recovery-image] Sep 21 00:14:42.507 INFO O| Sep 21 00:14:42.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47032025-09-21T00:14:43.027Z[ recovery-image] Sep 21 00:14:42.507 INFO O| Sep 21 00:14:42.507 INFO STEP 55 (remove_files) COMPLETE
47042025-09-21T00:14:43.027Z[ recovery-image] Sep 21 00:14:42.507 INFO O| Sep 21 00:14:42.507 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052025-09-21T00:14:43.052Z[ recovery-image] Sep 21 00:14:42.516 INFO O| Sep 21 00:14:42.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47062025-09-21T00:14:43.052Z[ recovery-image] Sep 21 00:14:42.516 INFO O| Sep 21 00:14:42.516 INFO STEP 56 (remove_files) COMPLETE
47072025-09-21T00:14:43.052Z[ recovery-image] Sep 21 00:14:42.516 INFO O| Sep 21 00:14:42.516 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082025-09-21T00:14:43.052Z[ recovery-image] Sep 21 00:14:42.526 INFO O| Sep 21 00:14:42.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47092025-09-21T00:14:43.052Z[ recovery-image] Sep 21 00:14:42.526 INFO O| Sep 21 00:14:42.526 INFO STEP 57 (remove_files) COMPLETE
47102025-09-21T00:14:43.052Z[ recovery-image] Sep 21 00:14:42.526 INFO O| Sep 21 00:14:42.526 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112025-09-21T00:14:43.076Z[ recovery-image] Sep 21 00:14:42.536 INFO O| Sep 21 00:14:42.536 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47122025-09-21T00:14:43.076Z[ recovery-image] Sep 21 00:14:42.536 INFO O| Sep 21 00:14:42.536 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47132025-09-21T00:14:43.076Z[ recovery-image] Sep 21 00:14:42.536 INFO O| Sep 21 00:14:42.536 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47142025-09-21T00:14:43.076Z[ recovery-image] Sep 21 00:14:42.537 INFO O| Sep 21 00:14:42.536 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47152025-09-21T00:14:43.076Z[ recovery-image] Sep 21 00:14:42.537 INFO O| Sep 21 00:14:42.536 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47162025-09-21T00:14:43.076Z[ recovery-image] Sep 21 00:14:42.537 INFO O| Sep 21 00:14:42.537 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47172025-09-21T00:14:43.076Z[ recovery-image] Sep 21 00:14:42.537 INFO O| Sep 21 00:14:42.537 INFO ok!
47182025-09-21T00:14:43.076Z[ recovery-image] Sep 21 00:14:42.537 INFO O| Sep 21 00:14:42.537 INFO STEP 58 (ensure_file) COMPLETE
47192025-09-21T00:14:43.076Z[ recovery-image] Sep 21 00:14:42.537 INFO O| Sep 21 00:14:42.537 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202025-09-21T00:14:43.117Z[ recovery-image] Sep 21 00:14:42.598 INFO O| Sep 21 00:14:42.598 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47212025-09-21T00:14:43.117Z[ recovery-image] Sep 21 00:14:42.598 INFO O| Sep 21 00:14:42.598 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47222025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.598 INFO O| Sep 21 00:14:42.598 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47232025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.598 INFO O| Sep 21 00:14:42.598 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47242025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.598 INFO O| Sep 21 00:14:42.598 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47252025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.598 INFO O| Sep 21 00:14:42.598 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47262025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.598 INFO O| Sep 21 00:14:42.598 INFO ok!
47272025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.598 INFO O| Sep 21 00:14:42.598 INFO STEP 59 (ensure_file) COMPLETE
47282025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.598 INFO O| Sep 21 00:14:42.598 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47292025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.609 INFO O| Sep 21 00:14:42.609 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47302025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.610 INFO O| Sep 21 00:14:42.609 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47312025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.610 INFO O| Sep 21 00:14:42.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47322025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.610 INFO O| Sep 21 00:14:42.610 INFO ok!
47332025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.610 INFO O| Sep 21 00:14:42.610 INFO STEP 60 (ensure_file) COMPLETE
47342025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.610 INFO O| Sep 21 00:14:42.610 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.620 INFO O| Sep 21 00:14:42.619 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47362025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.620 INFO O| Sep 21 00:14:42.620 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47372025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.620 INFO O| Sep 21 00:14:42.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47382025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.620 INFO O| Sep 21 00:14:42.620 INFO ok!
47392025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.620 INFO O| Sep 21 00:14:42.620 INFO STEP 61 (ensure_file) COMPLETE
47402025-09-21T00:14:43.142Z[ recovery-image] Sep 21 00:14:42.620 INFO O| Sep 21 00:14:42.620 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412025-09-21T00:14:43.172Z[ recovery-image] Sep 21 00:14:42.653 INFO O| Sep 21 00:14:42.652 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47422025-09-21T00:14:43.172Z[ recovery-image] Sep 21 00:14:42.653 INFO O| Sep 21 00:14:42.653 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47432025-09-21T00:14:43.196Z[ recovery-image] Sep 21 00:14:42.653 INFO O| Sep 21 00:14:42.653 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47442025-09-21T00:14:43.196Z[ recovery-image] Sep 21 00:14:42.653 INFO O| Sep 21 00:14:42.653 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47452025-09-21T00:14:43.196Z[ recovery-image] Sep 21 00:14:42.653 INFO O| Sep 21 00:14:42.653 INFO ok!
47462025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.653 INFO O| Sep 21 00:14:42.653 INFO STEP 62 (ensure_file) COMPLETE
47472025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.653 INFO O| Sep 21 00:14:42.653 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.664 INFO O| Sep 21 00:14:42.663 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47492025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.664 INFO O| Sep 21 00:14:42.663 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47502025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.664 INFO O| Sep 21 00:14:42.664 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47512025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.664 INFO O| Sep 21 00:14:42.664 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47522025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.664 INFO O| Sep 21 00:14:42.664 INFO ok!
47532025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.664 INFO O| Sep 21 00:14:42.664 INFO STEP 63 (ensure_file) COMPLETE
47542025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.664 INFO O| Sep 21 00:14:42.664 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47552025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.674 INFO O| Sep 21 00:14:42.674 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47562025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.674 INFO O| Sep 21 00:14:42.674 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47572025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.674 INFO O| Sep 21 00:14:42.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47582025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.675 INFO O| Sep 21 00:14:42.674 INFO ok!
47592025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.675 INFO O| Sep 21 00:14:42.675 INFO STEP 64 (assemble_files) COMPLETE
47602025-09-21T00:14:43.197Z[ recovery-image] Sep 21 00:14:42.675 INFO O| Sep 21 00:14:42.675 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47612025-09-21T00:14:43.222Z[ recovery-image] Sep 21 00:14:42.696 INFO O| Sep 21 00:14:42.695 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47622025-09-21T00:14:43.222Z[ recovery-image] Sep 21 00:14:42.696 INFO O| Sep 21 00:14:42.696 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47632025-09-21T00:14:43.222Z[ recovery-image] Sep 21 00:14:42.696 INFO O| Sep 21 00:14:42.696 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47642025-09-21T00:14:43.222Z[ recovery-image] Sep 21 00:14:42.696 INFO O| Sep 21 00:14:42.696 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47652025-09-21T00:14:43.222Z[ recovery-image] Sep 21 00:14:42.696 INFO O| Sep 21 00:14:42.696 INFO ok!
47662025-09-21T00:14:43.222Z[ recovery-image] Sep 21 00:14:42.696 INFO O| Sep 21 00:14:42.696 INFO STEP 65 (ensure_file) COMPLETE
47672025-09-21T00:14:43.222Z[ recovery-image] Sep 21 00:14:42.696 INFO O| Sep 21 00:14:42.696 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47682025-09-21T00:14:43.222Z[ recovery-image] Sep 21 00:14:42.696 INFO O| Sep 21 00:14:42.696 INFO skip step because feature "omicron1" is not enabled
47692025-09-21T00:14:43.222Z[ recovery-image] Sep 21 00:14:42.696 INFO O| Sep 21 00:14:42.696 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47702025-09-21T00:14:43.222Z[ recovery-image] Sep 21 00:14:42.696 INFO O| Sep 21 00:14:42.696 INFO skip step because feature "omicron1" is not enabled
47712025-09-21T00:14:43.222Z[ recovery-image] Sep 21 00:14:42.696 INFO O| Sep 21 00:14:42.696 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722025-09-21T00:14:43.222Z[ recovery-image] Sep 21 00:14:42.696 INFO O| Sep 21 00:14:42.696 INFO skip step because feature "omicron1" is not enabled
47732025-09-21T00:14:43.222Z[ recovery-image] Sep 21 00:14:42.696 INFO O| Sep 21 00:14:42.696 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742025-09-21T00:14:43.247Z[ recovery-image] Sep 21 00:14:42.714 INFO O| Sep 21 00:14:42.714 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47752025-09-21T00:14:43.247Z[ recovery-image] Sep 21 00:14:42.714 INFO O| Sep 21 00:14:42.714 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47762025-09-21T00:14:45.959Z[ recovery-image] Sep 21 00:14:45.440 INFO O| Sep 21 00:14:45.440 INFO STEP 69 (pack_tar) COMPLETE
47772025-09-21T00:14:45.959Z[ recovery-image] Sep 21 00:14:45.440 INFO O| Sep 21 00:14:45.440 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47782025-09-21T00:14:45.984Z[ recovery-image] Sep 21 00:14:45.440 INFO O| Sep 21 00:14:45.440 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47792025-09-21T00:14:46.075Z[ recovery-image] Sep 21 00:14:45.556 INFO O| Sep 21 00:14:45.556 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47802025-09-21T00:14:46.161Z[ recovery-image] Sep 21 00:14:45.643 INFO O| Sep 21 00:14:45.642 INFO completed processing sled/ramdisk-02-trim
47812025-09-21T00:14:46.186Z[ recovery-image] Sep 21 00:14:45.646 INFO image builder template: ramdisk-03-recovery-trim...
47822025-09-21T00:14:46.186Z[ recovery-image] Sep 21 00:14:45.647 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/.tmpJHwTRO/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
47832025-09-21T00:14:46.293Z[ host-image] Sep 21 00:14:45.774 INFO O| Sep 21 00:14:45.773 INFO O| Startup: Caching catalogs ... Done
47842025-09-21T00:14:46.317Z[ recovery-image] Sep 21 00:14:45.790 INFO O| Sep 21 00:14:45.790 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47852025-09-21T00:14:46.317Z[ recovery-image] Sep 21 00:14:45.795 INFO O| Sep 21 00:14:45.795 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47862025-09-21T00:14:46.350Z[ recovery-image] Sep 21 00:14:45.831 INFO O| Sep 21 00:14:45.831 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47872025-09-21T00:14:46.374Z[ recovery-image] Sep 21 00:14:45.854 INFO O| Sep 21 00:14:45.854 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47882025-09-21T00:14:46.374Z[ recovery-image] Sep 21 00:14:45.854 INFO O| Sep 21 00:14:45.854 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47892025-09-21T00:14:46.398Z[ recovery-image] Sep 21 00:14:45.862 INFO O| Sep 21 00:14:45.862 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47902025-09-21T00:14:46.399Z[ recovery-image] Sep 21 00:14:45.866 INFO O| Sep 21 00:14:45.866 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47912025-09-21T00:14:46.399Z[ recovery-image] Sep 21 00:14:45.872 INFO O| Sep 21 00:14:45.872 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47922025-09-21T00:14:46.665Z[ recovery-image] Sep 21 00:14:46.146 INFO O| Sep 21 00:14:46.146 INFO rolled back to input snapshot; work may begin
47932025-09-21T00:14:46.665Z[ recovery-image] Sep 21 00:14:46.146 INFO O| Sep 21 00:14:46.146 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47942025-09-21T00:14:46.690Z[ recovery-image] Sep 21 00:14:46.153 INFO O| Sep 21 00:14:46.153 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952025-09-21T00:14:46.690Z[ recovery-image] Sep 21 00:14:46.164 INFO O| Sep 21 00:14:46.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
47962025-09-21T00:14:46.714Z[ recovery-image] Sep 21 00:14:46.172 INFO O| Sep 21 00:14:46.172 INFO STEP 0 (remove_files) COMPLETE
47972025-09-21T00:14:46.714Z[ recovery-image] Sep 21 00:14:46.172 INFO O| Sep 21 00:14:46.172 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982025-09-21T00:14:46.714Z[ recovery-image] Sep 21 00:14:46.183 INFO O| Sep 21 00:14:46.183 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
47992025-09-21T00:14:46.869Z[ recovery-image] Sep 21 00:14:46.350 INFO O| Sep 21 00:14:46.350 INFO STEP 1 (remove_files) COMPLETE
48002025-09-21T00:14:46.869Z[ recovery-image] Sep 21 00:14:46.350 INFO O| Sep 21 00:14:46.350 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012025-09-21T00:14:46.893Z[ recovery-image] Sep 21 00:14:46.361 INFO O| Sep 21 00:14:46.361 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48022025-09-21T00:14:46.893Z[ recovery-image] Sep 21 00:14:46.363 INFO O| Sep 21 00:14:46.363 INFO STEP 2 (remove_files) COMPLETE
48032025-09-21T00:14:46.893Z[ recovery-image] Sep 21 00:14:46.363 INFO O| Sep 21 00:14:46.363 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042025-09-21T00:14:46.893Z[ recovery-image] Sep 21 00:14:46.373 INFO O| Sep 21 00:14:46.372 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48052025-09-21T00:14:46.957Z[ recovery-image] Sep 21 00:14:46.435 INFO O| Sep 21 00:14:46.435 INFO STEP 3 (remove_files) COMPLETE
48062025-09-21T00:14:46.957Z[ recovery-image] Sep 21 00:14:46.435 INFO O| Sep 21 00:14:46.435 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-09-21T00:14:46.983Z[ recovery-image] Sep 21 00:14:46.446 INFO O| Sep 21 00:14:46.446 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48082025-09-21T00:14:47.212Z[ recovery-image] Sep 21 00:14:46.687 INFO O| Sep 21 00:14:46.687 INFO STEP 4 (remove_files) COMPLETE
48092025-09-21T00:14:47.212Z[ recovery-image] Sep 21 00:14:46.687 INFO O| Sep 21 00:14:46.687 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-09-21T00:14:47.237Z[ recovery-image] Sep 21 00:14:46.703 INFO O| Sep 21 00:14:46.703 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48112025-09-21T00:14:47.237Z[ recovery-image] Sep 21 00:14:46.704 INFO O| Sep 21 00:14:46.704 INFO STEP 5 (remove_files) COMPLETE
48122025-09-21T00:14:47.237Z[ recovery-image] Sep 21 00:14:46.704 INFO O| Sep 21 00:14:46.704 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132025-09-21T00:14:47.262Z[ recovery-image] Sep 21 00:14:46.720 INFO O| Sep 21 00:14:46.720 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48142025-09-21T00:14:47.262Z[ recovery-image] Sep 21 00:14:46.722 INFO O| Sep 21 00:14:46.721 INFO STEP 6 (remove_files) COMPLETE
48152025-09-21T00:14:47.262Z[ recovery-image] Sep 21 00:14:46.722 INFO O| Sep 21 00:14:46.722 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162025-09-21T00:14:47.262Z[ recovery-image] Sep 21 00:14:46.736 INFO O| Sep 21 00:14:46.736 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48172025-09-21T00:14:47.262Z[ recovery-image] Sep 21 00:14:46.738 INFO O| Sep 21 00:14:46.738 INFO STEP 7 (remove_files) COMPLETE
48182025-09-21T00:14:47.262Z[ recovery-image] Sep 21 00:14:46.738 INFO O| Sep 21 00:14:46.738 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192025-09-21T00:14:47.286Z[ recovery-image] Sep 21 00:14:46.753 INFO O| Sep 21 00:14:46.753 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48202025-09-21T00:14:47.286Z[ recovery-image] Sep 21 00:14:46.754 INFO O| Sep 21 00:14:46.754 INFO STEP 8 (remove_files) COMPLETE
48212025-09-21T00:14:47.286Z[ recovery-image] Sep 21 00:14:46.754 INFO O| Sep 21 00:14:46.754 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222025-09-21T00:14:47.286Z[ recovery-image] Sep 21 00:14:46.767 INFO O| Sep 21 00:14:46.767 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48232025-09-21T00:14:47.311Z[ recovery-image] Sep 21 00:14:46.768 INFO O| Sep 21 00:14:46.768 INFO STEP 9 (remove_files) COMPLETE
48242025-09-21T00:14:47.311Z[ recovery-image] Sep 21 00:14:46.768 INFO O| Sep 21 00:14:46.768 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-09-21T00:14:47.311Z[ recovery-image] Sep 21 00:14:46.778 INFO O| Sep 21 00:14:46.778 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48262025-09-21T00:14:47.345Z[ recovery-image] Sep 21 00:14:46.826 INFO O| Sep 21 00:14:46.826 INFO STEP 10 (remove_files) COMPLETE
48272025-09-21T00:14:47.345Z[ recovery-image] Sep 21 00:14:46.826 INFO O| Sep 21 00:14:46.826 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-09-21T00:14:47.370Z[ recovery-image] Sep 21 00:14:46.839 INFO O| Sep 21 00:14:46.839 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48292025-09-21T00:14:47.394Z[ recovery-image] Sep 21 00:14:46.863 INFO O| Sep 21 00:14:46.863 INFO STEP 11 (remove_files) COMPLETE
48302025-09-21T00:14:47.394Z[ recovery-image] Sep 21 00:14:46.863 INFO O| Sep 21 00:14:46.863 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-09-21T00:14:47.394Z[ recovery-image] Sep 21 00:14:46.875 INFO O| Sep 21 00:14:46.875 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48322025-09-21T00:14:47.419Z[ recovery-image] Sep 21 00:14:46.877 INFO O| Sep 21 00:14:46.877 INFO STEP 12 (remove_files) COMPLETE
48332025-09-21T00:14:47.419Z[ recovery-image] Sep 21 00:14:46.878 INFO O| Sep 21 00:14:46.878 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-09-21T00:14:47.419Z[ recovery-image] Sep 21 00:14:46.888 INFO O| Sep 21 00:14:46.888 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48352025-09-21T00:14:47.419Z[ recovery-image] Sep 21 00:14:46.888 INFO O| Sep 21 00:14:46.888 INFO STEP 13 (remove_files) COMPLETE
48362025-09-21T00:14:47.419Z[ recovery-image] Sep 21 00:14:46.888 INFO O| Sep 21 00:14:46.888 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-09-21T00:14:47.419Z[ recovery-image] Sep 21 00:14:46.899 INFO O| Sep 21 00:14:46.899 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48382025-09-21T00:14:47.419Z[ recovery-image] Sep 21 00:14:46.899 INFO O| Sep 21 00:14:46.899 INFO STEP 14 (remove_files) COMPLETE
48392025-09-21T00:14:47.419Z[ recovery-image] Sep 21 00:14:46.899 INFO O| Sep 21 00:14:46.899 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402025-09-21T00:14:47.444Z[ recovery-image] Sep 21 00:14:46.909 INFO O| Sep 21 00:14:46.909 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48412025-09-21T00:14:47.569Z[ recovery-image] Sep 21 00:14:47.051 INFO O| Sep 21 00:14:47.051 INFO STEP 15 (remove_files) COMPLETE
48422025-09-21T00:14:47.569Z[ recovery-image] Sep 21 00:14:47.051 INFO O| Sep 21 00:14:47.051 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432025-09-21T00:14:47.594Z[ recovery-image] Sep 21 00:14:47.066 INFO O| Sep 21 00:14:47.066 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48442025-09-21T00:14:47.594Z[ recovery-image] Sep 21 00:14:47.066 INFO O| Sep 21 00:14:47.066 INFO STEP 16 (remove_files) COMPLETE
48452025-09-21T00:14:47.594Z[ recovery-image] Sep 21 00:14:47.066 INFO O| Sep 21 00:14:47.066 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-09-21T00:14:47.619Z[ recovery-image] Sep 21 00:14:47.078 INFO O| Sep 21 00:14:47.078 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48472025-09-21T00:14:47.643Z[ recovery-image] Sep 21 00:14:47.101 INFO O| Sep 21 00:14:47.101 INFO STEP 17 (remove_files) COMPLETE
48482025-09-21T00:14:47.643Z[ recovery-image] Sep 21 00:14:47.101 INFO O| Sep 21 00:14:47.101 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-09-21T00:14:47.643Z[ recovery-image] Sep 21 00:14:47.113 INFO O| Sep 21 00:14:47.113 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48502025-09-21T00:14:47.759Z[ recovery-image] Sep 21 00:14:47.240 INFO O| Sep 21 00:14:47.240 INFO STEP 18 (remove_files) COMPLETE
48512025-09-21T00:14:47.760Z[ recovery-image] Sep 21 00:14:47.240 INFO O| Sep 21 00:14:47.240 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-09-21T00:14:47.818Z[ recovery-image] Sep 21 00:14:47.299 INFO O| Sep 21 00:14:47.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48532025-09-21T00:14:47.842Z[ recovery-image] Sep 21 00:14:47.300 INFO O| Sep 21 00:14:47.300 INFO STEP 19 (remove_files) COMPLETE
48542025-09-21T00:14:47.842Z[ recovery-image] Sep 21 00:14:47.300 INFO O| Sep 21 00:14:47.300 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-09-21T00:14:47.877Z[ recovery-image] Sep 21 00:14:47.358 INFO O| Sep 21 00:14:47.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48562025-09-21T00:14:47.877Z[ recovery-image] Sep 21 00:14:47.358 INFO O| Sep 21 00:14:47.358 INFO STEP 20 (remove_files) COMPLETE
48572025-09-21T00:14:47.901Z[ recovery-image] Sep 21 00:14:47.358 INFO O| Sep 21 00:14:47.358 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-09-21T00:14:47.901Z[ recovery-image] Sep 21 00:14:47.371 INFO O| Sep 21 00:14:47.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48592025-09-21T00:14:47.901Z[ recovery-image] Sep 21 00:14:47.371 INFO O| Sep 21 00:14:47.371 INFO STEP 21 (remove_files) COMPLETE
48602025-09-21T00:14:47.901Z[ recovery-image] Sep 21 00:14:47.371 INFO O| Sep 21 00:14:47.371 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-09-21T00:14:47.901Z[ recovery-image] Sep 21 00:14:47.382 INFO O| Sep 21 00:14:47.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48622025-09-21T00:14:47.901Z[ recovery-image] Sep 21 00:14:47.382 INFO O| Sep 21 00:14:47.382 INFO STEP 22 (remove_files) COMPLETE
48632025-09-21T00:14:47.901Z[ recovery-image] Sep 21 00:14:47.382 INFO O| Sep 21 00:14:47.382 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-09-21T00:14:47.927Z[ recovery-image] Sep 21 00:14:47.392 INFO O| Sep 21 00:14:47.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48652025-09-21T00:14:47.927Z[ recovery-image] Sep 21 00:14:47.393 INFO O| Sep 21 00:14:47.393 INFO STEP 23 (remove_files) COMPLETE
48662025-09-21T00:14:47.927Z[ recovery-image] Sep 21 00:14:47.393 INFO O| Sep 21 00:14:47.393 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-09-21T00:14:47.927Z[ recovery-image] Sep 21 00:14:47.403 INFO O| Sep 21 00:14:47.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48682025-09-21T00:14:47.927Z[ recovery-image] Sep 21 00:14:47.403 INFO O| Sep 21 00:14:47.403 INFO STEP 24 (remove_files) COMPLETE
48692025-09-21T00:14:47.927Z[ recovery-image] Sep 21 00:14:47.403 INFO O| Sep 21 00:14:47.403 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-09-21T00:14:47.952Z[ recovery-image] Sep 21 00:14:47.413 INFO O| Sep 21 00:14:47.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48712025-09-21T00:14:47.952Z[ recovery-image] Sep 21 00:14:47.413 INFO O| Sep 21 00:14:47.413 INFO STEP 25 (remove_files) COMPLETE
48722025-09-21T00:14:47.952Z[ recovery-image] Sep 21 00:14:47.413 INFO O| Sep 21 00:14:47.413 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-09-21T00:14:47.952Z[ recovery-image] Sep 21 00:14:47.422 INFO O| Sep 21 00:14:47.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48742025-09-21T00:14:47.952Z[ recovery-image] Sep 21 00:14:47.422 INFO O| Sep 21 00:14:47.422 INFO STEP 26 (remove_files) COMPLETE
48752025-09-21T00:14:47.952Z[ recovery-image] Sep 21 00:14:47.422 INFO O| Sep 21 00:14:47.422 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-09-21T00:14:47.952Z[ recovery-image] Sep 21 00:14:47.432 INFO O| Sep 21 00:14:47.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48772025-09-21T00:14:47.952Z[ recovery-image] Sep 21 00:14:47.432 INFO O| Sep 21 00:14:47.432 INFO STEP 27 (remove_files) COMPLETE
48782025-09-21T00:14:47.952Z[ recovery-image] Sep 21 00:14:47.432 INFO O| Sep 21 00:14:47.432 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-09-21T00:14:47.977Z[ recovery-image] Sep 21 00:14:47.441 INFO O| Sep 21 00:14:47.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48802025-09-21T00:14:47.977Z[ recovery-image] Sep 21 00:14:47.441 INFO O| Sep 21 00:14:47.441 INFO STEP 28 (remove_files) COMPLETE
48812025-09-21T00:14:47.977Z[ recovery-image] Sep 21 00:14:47.442 INFO O| Sep 21 00:14:47.441 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-09-21T00:14:47.977Z[ recovery-image] Sep 21 00:14:47.451 INFO O| Sep 21 00:14:47.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48832025-09-21T00:14:47.977Z[ recovery-image] Sep 21 00:14:47.451 INFO O| Sep 21 00:14:47.451 INFO STEP 29 (remove_files) COMPLETE
48842025-09-21T00:14:47.977Z[ recovery-image] Sep 21 00:14:47.451 INFO O| Sep 21 00:14:47.451 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-09-21T00:14:48.002Z[ recovery-image] Sep 21 00:14:47.461 INFO O| Sep 21 00:14:47.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48862025-09-21T00:14:48.002Z[ recovery-image] Sep 21 00:14:47.461 INFO O| Sep 21 00:14:47.461 INFO STEP 30 (remove_files) COMPLETE
48872025-09-21T00:14:48.002Z[ recovery-image] Sep 21 00:14:47.461 INFO O| Sep 21 00:14:47.461 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-09-21T00:14:48.002Z[ recovery-image] Sep 21 00:14:47.470 INFO O| Sep 21 00:14:47.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48892025-09-21T00:14:48.002Z[ recovery-image] Sep 21 00:14:47.471 INFO O| Sep 21 00:14:47.471 INFO STEP 31 (remove_files) COMPLETE
48902025-09-21T00:14:48.002Z[ recovery-image] Sep 21 00:14:47.471 INFO O| Sep 21 00:14:47.471 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-09-21T00:14:48.002Z[ recovery-image] Sep 21 00:14:47.480 INFO O| Sep 21 00:14:47.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48922025-09-21T00:14:48.002Z[ recovery-image] Sep 21 00:14:47.480 INFO O| Sep 21 00:14:47.480 INFO STEP 32 (remove_files) COMPLETE
48932025-09-21T00:14:48.002Z[ recovery-image] Sep 21 00:14:47.480 INFO O| Sep 21 00:14:47.480 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-09-21T00:14:48.027Z[ recovery-image] Sep 21 00:14:47.489 INFO O| Sep 21 00:14:47.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48952025-09-21T00:14:48.027Z[ recovery-image] Sep 21 00:14:47.489 INFO O| Sep 21 00:14:47.489 INFO STEP 33 (remove_files) COMPLETE
48962025-09-21T00:14:48.027Z[ recovery-image] Sep 21 00:14:47.489 INFO O| Sep 21 00:14:47.489 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-09-21T00:14:48.027Z[ recovery-image] Sep 21 00:14:47.501 INFO O| Sep 21 00:14:47.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
48982025-09-21T00:14:48.027Z[ recovery-image] Sep 21 00:14:47.501 INFO O| Sep 21 00:14:47.501 INFO STEP 34 (remove_files) COMPLETE
48992025-09-21T00:14:48.027Z[ recovery-image] Sep 21 00:14:47.501 INFO O| Sep 21 00:14:47.501 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-09-21T00:14:48.052Z[ recovery-image] Sep 21 00:14:47.519 INFO O| Sep 21 00:14:47.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49012025-09-21T00:14:48.052Z[ recovery-image] Sep 21 00:14:47.519 INFO O| Sep 21 00:14:47.519 INFO STEP 35 (remove_files) COMPLETE
49022025-09-21T00:14:48.052Z[ recovery-image] Sep 21 00:14:47.519 INFO O| Sep 21 00:14:47.519 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-09-21T00:14:48.076Z[ recovery-image] Sep 21 00:14:47.537 INFO O| Sep 21 00:14:47.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49042025-09-21T00:14:48.076Z[ recovery-image] Sep 21 00:14:47.537 INFO O| Sep 21 00:14:47.537 INFO STEP 36 (remove_files) COMPLETE
49052025-09-21T00:14:48.076Z[ recovery-image] Sep 21 00:14:47.538 INFO O| Sep 21 00:14:47.537 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-09-21T00:14:48.076Z[ recovery-image] Sep 21 00:14:47.556 INFO O| Sep 21 00:14:47.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49072025-09-21T00:14:48.076Z[ recovery-image] Sep 21 00:14:47.556 INFO O| Sep 21 00:14:47.556 INFO STEP 37 (remove_files) COMPLETE
49082025-09-21T00:14:48.076Z[ recovery-image] Sep 21 00:14:47.556 INFO O| Sep 21 00:14:47.556 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-09-21T00:14:48.101Z[ recovery-image] Sep 21 00:14:47.572 INFO O| Sep 21 00:14:47.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49102025-09-21T00:14:48.101Z[ recovery-image] Sep 21 00:14:47.572 INFO O| Sep 21 00:14:47.572 INFO STEP 38 (remove_files) COMPLETE
49112025-09-21T00:14:48.101Z[ recovery-image] Sep 21 00:14:47.572 INFO O| Sep 21 00:14:47.572 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-09-21T00:14:48.126Z[ recovery-image] Sep 21 00:14:47.584 INFO O| Sep 21 00:14:47.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49132025-09-21T00:14:48.126Z[ recovery-image] Sep 21 00:14:47.584 INFO O| Sep 21 00:14:47.584 INFO STEP 39 (remove_files) COMPLETE
49142025-09-21T00:14:48.126Z[ recovery-image] Sep 21 00:14:47.584 INFO O| Sep 21 00:14:47.584 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-09-21T00:14:48.126Z[ recovery-image] Sep 21 00:14:47.595 INFO O| Sep 21 00:14:47.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49162025-09-21T00:14:48.126Z[ recovery-image] Sep 21 00:14:47.595 INFO O| Sep 21 00:14:47.595 INFO STEP 40 (remove_files) COMPLETE
49172025-09-21T00:14:48.126Z[ recovery-image] Sep 21 00:14:47.595 INFO O| Sep 21 00:14:47.595 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-09-21T00:14:48.126Z[ recovery-image] Sep 21 00:14:47.605 INFO O| Sep 21 00:14:47.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49192025-09-21T00:14:48.126Z[ recovery-image] Sep 21 00:14:47.605 INFO O| Sep 21 00:14:47.605 INFO STEP 41 (remove_files) COMPLETE
49202025-09-21T00:14:48.126Z[ recovery-image] Sep 21 00:14:47.605 INFO O| Sep 21 00:14:47.605 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-09-21T00:14:48.151Z[ recovery-image] Sep 21 00:14:47.615 INFO O| Sep 21 00:14:47.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49222025-09-21T00:14:48.151Z[ recovery-image] Sep 21 00:14:47.615 INFO O| Sep 21 00:14:47.615 INFO STEP 42 (remove_files) COMPLETE
49232025-09-21T00:14:48.151Z[ recovery-image] Sep 21 00:14:47.615 INFO O| Sep 21 00:14:47.615 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-09-21T00:14:48.151Z[ recovery-image] Sep 21 00:14:47.625 INFO O| Sep 21 00:14:47.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49252025-09-21T00:14:48.151Z[ recovery-image] Sep 21 00:14:47.626 INFO O| Sep 21 00:14:47.626 INFO STEP 43 (remove_files) COMPLETE
49262025-09-21T00:14:48.151Z[ recovery-image] Sep 21 00:14:47.626 INFO O| Sep 21 00:14:47.626 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-09-21T00:14:48.175Z[ recovery-image] Sep 21 00:14:47.636 INFO O| Sep 21 00:14:47.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49282025-09-21T00:14:48.175Z[ recovery-image] Sep 21 00:14:47.636 INFO O| Sep 21 00:14:47.636 INFO STEP 44 (remove_files) COMPLETE
49292025-09-21T00:14:48.175Z[ recovery-image] Sep 21 00:14:47.636 INFO O| Sep 21 00:14:47.636 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-09-21T00:14:48.175Z[ recovery-image] Sep 21 00:14:47.645 INFO O| Sep 21 00:14:47.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49312025-09-21T00:14:48.176Z[ recovery-image] Sep 21 00:14:47.645 INFO O| Sep 21 00:14:47.645 INFO STEP 45 (remove_files) COMPLETE
49322025-09-21T00:14:48.176Z[ recovery-image] Sep 21 00:14:47.645 INFO O| Sep 21 00:14:47.645 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-09-21T00:14:48.176Z[ recovery-image] Sep 21 00:14:47.655 INFO O| Sep 21 00:14:47.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49342025-09-21T00:14:48.176Z[ recovery-image] Sep 21 00:14:47.655 INFO O| Sep 21 00:14:47.655 INFO STEP 46 (remove_files) COMPLETE
49352025-09-21T00:14:48.176Z[ recovery-image] Sep 21 00:14:47.655 INFO O| Sep 21 00:14:47.655 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-09-21T00:14:48.200Z[ recovery-image] Sep 21 00:14:47.665 INFO O| Sep 21 00:14:47.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49372025-09-21T00:14:48.200Z[ recovery-image] Sep 21 00:14:47.665 INFO O| Sep 21 00:14:47.665 INFO STEP 47 (remove_files) COMPLETE
49382025-09-21T00:14:48.201Z[ recovery-image] Sep 21 00:14:47.665 INFO O| Sep 21 00:14:47.665 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-09-21T00:14:48.201Z[ recovery-image] Sep 21 00:14:47.675 INFO O| Sep 21 00:14:47.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49402025-09-21T00:14:48.201Z[ recovery-image] Sep 21 00:14:47.675 INFO O| Sep 21 00:14:47.675 INFO STEP 48 (remove_files) COMPLETE
49412025-09-21T00:14:48.201Z[ recovery-image] Sep 21 00:14:47.675 INFO O| Sep 21 00:14:47.675 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-09-21T00:14:48.225Z[ recovery-image] Sep 21 00:14:47.685 INFO O| Sep 21 00:14:47.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49432025-09-21T00:14:48.225Z[ recovery-image] Sep 21 00:14:47.686 INFO O| Sep 21 00:14:47.685 INFO STEP 49 (remove_files) COMPLETE
49442025-09-21T00:14:48.225Z[ recovery-image] Sep 21 00:14:47.686 INFO O| Sep 21 00:14:47.685 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-09-21T00:14:48.225Z[ recovery-image] Sep 21 00:14:47.695 INFO O| Sep 21 00:14:47.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49462025-09-21T00:14:48.225Z[ recovery-image] Sep 21 00:14:47.696 INFO O| Sep 21 00:14:47.696 INFO STEP 50 (remove_files) COMPLETE
49472025-09-21T00:14:48.225Z[ recovery-image] Sep 21 00:14:47.696 INFO O| Sep 21 00:14:47.696 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-09-21T00:14:48.250Z[ recovery-image] Sep 21 00:14:47.708 INFO O| Sep 21 00:14:47.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49492025-09-21T00:14:48.250Z[ recovery-image] Sep 21 00:14:47.708 INFO O| Sep 21 00:14:47.708 INFO STEP 51 (remove_files) COMPLETE
49502025-09-21T00:14:48.250Z[ recovery-image] Sep 21 00:14:47.708 INFO O| Sep 21 00:14:47.708 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-09-21T00:14:48.250Z[ recovery-image] Sep 21 00:14:47.718 INFO O| Sep 21 00:14:47.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49522025-09-21T00:14:48.250Z[ recovery-image] Sep 21 00:14:47.718 INFO O| Sep 21 00:14:47.718 INFO STEP 52 (remove_files) COMPLETE
49532025-09-21T00:14:48.250Z[ recovery-image] Sep 21 00:14:47.719 INFO O| Sep 21 00:14:47.718 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-09-21T00:14:48.275Z[ recovery-image] Sep 21 00:14:47.734 INFO O| Sep 21 00:14:47.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49552025-09-21T00:14:48.275Z[ recovery-image] Sep 21 00:14:47.734 INFO O| Sep 21 00:14:47.734 INFO STEP 53 (remove_files) COMPLETE
49562025-09-21T00:14:48.275Z[ recovery-image] Sep 21 00:14:47.734 INFO O| Sep 21 00:14:47.734 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-09-21T00:14:48.275Z[ recovery-image] Sep 21 00:14:47.746 INFO O| Sep 21 00:14:47.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49582025-09-21T00:14:48.275Z[ recovery-image] Sep 21 00:14:47.746 INFO O| Sep 21 00:14:47.746 INFO STEP 54 (remove_files) COMPLETE
49592025-09-21T00:14:48.275Z[ recovery-image] Sep 21 00:14:47.746 INFO O| Sep 21 00:14:47.746 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-09-21T00:14:48.300Z[ recovery-image] Sep 21 00:14:47.761 INFO O| Sep 21 00:14:47.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49612025-09-21T00:14:48.300Z[ recovery-image] Sep 21 00:14:47.761 INFO O| Sep 21 00:14:47.761 INFO STEP 55 (remove_files) COMPLETE
49622025-09-21T00:14:48.300Z[ recovery-image] Sep 21 00:14:47.761 INFO O| Sep 21 00:14:47.761 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-09-21T00:14:48.300Z[ recovery-image] Sep 21 00:14:47.777 INFO O| Sep 21 00:14:47.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49642025-09-21T00:14:48.300Z[ recovery-image] Sep 21 00:14:47.777 INFO O| Sep 21 00:14:47.777 INFO STEP 56 (remove_files) COMPLETE
49652025-09-21T00:14:48.300Z[ recovery-image] Sep 21 00:14:47.777 INFO O| Sep 21 00:14:47.777 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-09-21T00:14:48.325Z[ recovery-image] Sep 21 00:14:47.791 INFO O| Sep 21 00:14:47.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49672025-09-21T00:14:48.325Z[ recovery-image] Sep 21 00:14:47.791 INFO O| Sep 21 00:14:47.791 INFO STEP 57 (remove_files) COMPLETE
49682025-09-21T00:14:48.325Z[ recovery-image] Sep 21 00:14:47.791 INFO O| Sep 21 00:14:47.791 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-09-21T00:14:48.325Z[ recovery-image] Sep 21 00:14:47.806 INFO O| Sep 21 00:14:47.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49702025-09-21T00:14:48.325Z[ recovery-image] Sep 21 00:14:47.806 INFO O| Sep 21 00:14:47.806 INFO STEP 58 (remove_files) COMPLETE
49712025-09-21T00:14:48.325Z[ recovery-image] Sep 21 00:14:47.806 INFO O| Sep 21 00:14:47.806 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-09-21T00:14:48.350Z[ recovery-image] Sep 21 00:14:47.816 INFO O| Sep 21 00:14:47.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49732025-09-21T00:14:48.350Z[ recovery-image] Sep 21 00:14:47.816 INFO O| Sep 21 00:14:47.816 INFO STEP 59 (remove_files) COMPLETE
49742025-09-21T00:14:48.350Z[ recovery-image] Sep 21 00:14:47.816 INFO O| Sep 21 00:14:47.816 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-09-21T00:14:48.350Z[ recovery-image] Sep 21 00:14:47.826 INFO O| Sep 21 00:14:47.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49762025-09-21T00:14:48.350Z[ recovery-image] Sep 21 00:14:47.826 INFO O| Sep 21 00:14:47.826 INFO STEP 60 (remove_files) COMPLETE
49772025-09-21T00:14:48.350Z[ recovery-image] Sep 21 00:14:47.826 INFO O| Sep 21 00:14:47.826 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-09-21T00:14:48.375Z[ recovery-image] Sep 21 00:14:47.836 INFO O| Sep 21 00:14:47.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49792025-09-21T00:14:48.375Z[ recovery-image] Sep 21 00:14:47.836 INFO O| Sep 21 00:14:47.836 INFO STEP 61 (remove_files) COMPLETE
49802025-09-21T00:14:48.375Z[ recovery-image] Sep 21 00:14:47.836 INFO O| Sep 21 00:14:47.836 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-09-21T00:14:48.375Z[ recovery-image] Sep 21 00:14:47.846 INFO O| Sep 21 00:14:47.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49822025-09-21T00:14:48.375Z[ recovery-image] Sep 21 00:14:47.846 INFO O| Sep 21 00:14:47.846 INFO STEP 62 (remove_files) COMPLETE
49832025-09-21T00:14:48.375Z[ recovery-image] Sep 21 00:14:47.846 INFO O| Sep 21 00:14:47.846 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-09-21T00:14:48.399Z[ recovery-image] Sep 21 00:14:47.860 INFO O| Sep 21 00:14:47.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49852025-09-21T00:14:48.399Z[ recovery-image] Sep 21 00:14:47.860 INFO O| Sep 21 00:14:47.860 INFO STEP 63 (remove_files) COMPLETE
49862025-09-21T00:14:48.399Z[ recovery-image] Sep 21 00:14:47.860 INFO O| Sep 21 00:14:47.860 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-09-21T00:14:48.399Z[ recovery-image] Sep 21 00:14:47.873 INFO O| Sep 21 00:14:47.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49882025-09-21T00:14:48.399Z[ recovery-image] Sep 21 00:14:47.873 INFO O| Sep 21 00:14:47.873 INFO STEP 64 (remove_files) COMPLETE
49892025-09-21T00:14:48.399Z[ recovery-image] Sep 21 00:14:47.873 INFO O| Sep 21 00:14:47.873 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-09-21T00:14:48.426Z[ recovery-image] Sep 21 00:14:47.885 INFO O| Sep 21 00:14:47.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49912025-09-21T00:14:48.426Z[ recovery-image] Sep 21 00:14:47.886 INFO O| Sep 21 00:14:47.886 INFO STEP 65 (remove_files) COMPLETE
49922025-09-21T00:14:48.426Z[ recovery-image] Sep 21 00:14:47.886 INFO O| Sep 21 00:14:47.886 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-09-21T00:14:48.426Z[ recovery-image] Sep 21 00:14:47.896 INFO O| Sep 21 00:14:47.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49942025-09-21T00:14:48.426Z[ recovery-image] Sep 21 00:14:47.896 INFO O| Sep 21 00:14:47.896 INFO STEP 66 (remove_files) COMPLETE
49952025-09-21T00:14:48.426Z[ recovery-image] Sep 21 00:14:47.896 INFO O| Sep 21 00:14:47.896 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-09-21T00:14:48.451Z[ recovery-image] Sep 21 00:14:47.907 INFO O| Sep 21 00:14:47.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49972025-09-21T00:14:48.451Z[ recovery-image] Sep 21 00:14:47.907 INFO O| Sep 21 00:14:47.907 INFO STEP 67 (remove_files) COMPLETE
49982025-09-21T00:14:48.451Z[ recovery-image] Sep 21 00:14:47.907 INFO O| Sep 21 00:14:47.907 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-09-21T00:14:48.451Z[ recovery-image] Sep 21 00:14:47.921 INFO O| Sep 21 00:14:47.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50002025-09-21T00:14:48.451Z[ recovery-image] Sep 21 00:14:47.921 INFO O| Sep 21 00:14:47.921 INFO STEP 68 (remove_files) COMPLETE
50012025-09-21T00:14:48.451Z[ recovery-image] Sep 21 00:14:47.921 INFO O| Sep 21 00:14:47.921 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-09-21T00:14:48.476Z[ recovery-image] Sep 21 00:14:47.935 INFO O| Sep 21 00:14:47.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50032025-09-21T00:14:48.476Z[ recovery-image] Sep 21 00:14:47.935 INFO O| Sep 21 00:14:47.935 INFO STEP 69 (remove_files) COMPLETE
50042025-09-21T00:14:48.476Z[ recovery-image] Sep 21 00:14:47.935 INFO O| Sep 21 00:14:47.935 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-09-21T00:14:48.476Z[ recovery-image] Sep 21 00:14:47.946 INFO O| Sep 21 00:14:47.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50062025-09-21T00:14:48.476Z[ recovery-image] Sep 21 00:14:47.946 INFO O| Sep 21 00:14:47.946 INFO STEP 70 (remove_files) COMPLETE
50072025-09-21T00:14:48.476Z[ recovery-image] Sep 21 00:14:47.946 INFO O| Sep 21 00:14:47.946 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-09-21T00:14:48.476Z[ recovery-image] Sep 21 00:14:47.956 INFO O| Sep 21 00:14:47.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50092025-09-21T00:14:48.476Z[ recovery-image] Sep 21 00:14:47.956 INFO O| Sep 21 00:14:47.956 INFO STEP 71 (remove_files) COMPLETE
50102025-09-21T00:14:48.476Z[ recovery-image] Sep 21 00:14:47.956 INFO O| Sep 21 00:14:47.956 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-09-21T00:14:48.501Z[ recovery-image] Sep 21 00:14:47.967 INFO O| Sep 21 00:14:47.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50122025-09-21T00:14:48.501Z[ recovery-image] Sep 21 00:14:47.967 INFO O| Sep 21 00:14:47.967 INFO STEP 72 (remove_files) COMPLETE
50132025-09-21T00:14:48.501Z[ recovery-image] Sep 21 00:14:47.967 INFO O| Sep 21 00:14:47.967 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-09-21T00:14:48.501Z[ recovery-image] Sep 21 00:14:47.978 INFO O| Sep 21 00:14:47.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50152025-09-21T00:14:48.501Z[ recovery-image] Sep 21 00:14:47.978 INFO O| Sep 21 00:14:47.978 INFO STEP 73 (remove_files) COMPLETE
50162025-09-21T00:14:48.501Z[ recovery-image] Sep 21 00:14:47.978 INFO O| Sep 21 00:14:47.978 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-09-21T00:14:48.525Z[ recovery-image] Sep 21 00:14:47.988 INFO O| Sep 21 00:14:47.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50182025-09-21T00:14:48.525Z[ recovery-image] Sep 21 00:14:47.988 INFO O| Sep 21 00:14:47.988 INFO STEP 74 (remove_files) COMPLETE
50192025-09-21T00:14:48.525Z[ recovery-image] Sep 21 00:14:47.988 INFO O| Sep 21 00:14:47.988 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-09-21T00:14:48.525Z[ recovery-image] Sep 21 00:14:47.999 INFO O| Sep 21 00:14:47.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50212025-09-21T00:14:48.525Z[ recovery-image] Sep 21 00:14:47.999 INFO O| Sep 21 00:14:47.999 INFO STEP 75 (remove_files) COMPLETE
50222025-09-21T00:14:48.525Z[ recovery-image] Sep 21 00:14:47.999 INFO O| Sep 21 00:14:47.999 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-09-21T00:14:48.550Z[ recovery-image] Sep 21 00:14:48.009 INFO O| Sep 21 00:14:48.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50242025-09-21T00:14:48.550Z[ recovery-image] Sep 21 00:14:48.009 INFO O| Sep 21 00:14:48.009 INFO STEP 76 (remove_files) COMPLETE
50252025-09-21T00:14:48.550Z[ recovery-image] Sep 21 00:14:48.010 INFO O| Sep 21 00:14:48.009 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-09-21T00:14:48.550Z[ recovery-image] Sep 21 00:14:48.020 INFO O| Sep 21 00:14:48.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50272025-09-21T00:14:48.550Z[ recovery-image] Sep 21 00:14:48.020 INFO O| Sep 21 00:14:48.020 INFO STEP 77 (remove_files) COMPLETE
50282025-09-21T00:14:48.550Z[ recovery-image] Sep 21 00:14:48.020 INFO O| Sep 21 00:14:48.020 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-09-21T00:14:48.574Z[ recovery-image] Sep 21 00:14:48.033 INFO O| Sep 21 00:14:48.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50302025-09-21T00:14:48.574Z[ recovery-image] Sep 21 00:14:48.033 INFO O| Sep 21 00:14:48.033 INFO STEP 78 (remove_files) COMPLETE
50312025-09-21T00:14:48.574Z[ recovery-image] Sep 21 00:14:48.033 INFO O| Sep 21 00:14:48.033 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-09-21T00:14:48.574Z[ recovery-image] Sep 21 00:14:48.046 INFO O| Sep 21 00:14:48.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50332025-09-21T00:14:48.575Z[ recovery-image] Sep 21 00:14:48.046 INFO O| Sep 21 00:14:48.046 INFO STEP 79 (remove_files) COMPLETE
50342025-09-21T00:14:48.575Z[ recovery-image] Sep 21 00:14:48.046 INFO O| Sep 21 00:14:48.046 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-09-21T00:14:48.575Z[ recovery-image] Sep 21 00:14:48.056 INFO O| Sep 21 00:14:48.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50362025-09-21T00:14:48.575Z[ recovery-image] Sep 21 00:14:48.056 INFO O| Sep 21 00:14:48.056 INFO STEP 80 (remove_files) COMPLETE
50372025-09-21T00:14:48.575Z[ recovery-image] Sep 21 00:14:48.056 INFO O| Sep 21 00:14:48.056 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-09-21T00:14:48.600Z[ recovery-image] Sep 21 00:14:48.065 INFO O| Sep 21 00:14:48.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50392025-09-21T00:14:48.600Z[ recovery-image] Sep 21 00:14:48.066 INFO O| Sep 21 00:14:48.065 INFO STEP 81 (remove_files) COMPLETE
50402025-09-21T00:14:48.600Z[ recovery-image] Sep 21 00:14:48.066 INFO O| Sep 21 00:14:48.066 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-09-21T00:14:48.600Z[ recovery-image] Sep 21 00:14:48.075 INFO O| Sep 21 00:14:48.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50422025-09-21T00:14:48.600Z[ recovery-image] Sep 21 00:14:48.075 INFO O| Sep 21 00:14:48.075 INFO STEP 82 (remove_files) COMPLETE
50432025-09-21T00:14:48.601Z[ recovery-image] Sep 21 00:14:48.075 INFO O| Sep 21 00:14:48.075 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-09-21T00:14:48.626Z[ recovery-image] Sep 21 00:14:48.085 INFO O| Sep 21 00:14:48.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50452025-09-21T00:14:48.626Z[ recovery-image] Sep 21 00:14:48.085 INFO O| Sep 21 00:14:48.085 INFO STEP 83 (remove_files) COMPLETE
50462025-09-21T00:14:48.626Z[ recovery-image] Sep 21 00:14:48.085 INFO O| Sep 21 00:14:48.085 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-09-21T00:14:48.626Z[ recovery-image] Sep 21 00:14:48.094 INFO O| Sep 21 00:14:48.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50482025-09-21T00:14:48.626Z[ recovery-image] Sep 21 00:14:48.094 INFO O| Sep 21 00:14:48.094 INFO STEP 84 (remove_files) COMPLETE
50492025-09-21T00:14:48.626Z[ recovery-image] Sep 21 00:14:48.094 INFO O| Sep 21 00:14:48.094 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-09-21T00:14:48.626Z[ recovery-image] Sep 21 00:14:48.104 INFO O| Sep 21 00:14:48.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50512025-09-21T00:14:48.626Z[ recovery-image] Sep 21 00:14:48.104 INFO O| Sep 21 00:14:48.104 INFO STEP 85 (remove_files) COMPLETE
50522025-09-21T00:14:48.626Z[ recovery-image] Sep 21 00:14:48.104 INFO O| Sep 21 00:14:48.104 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-09-21T00:14:48.651Z[ recovery-image] Sep 21 00:14:48.113 INFO O| Sep 21 00:14:48.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50542025-09-21T00:14:48.651Z[ recovery-image] Sep 21 00:14:48.113 INFO O| Sep 21 00:14:48.113 INFO STEP 86 (remove_files) COMPLETE
50552025-09-21T00:14:48.651Z[ recovery-image] Sep 21 00:14:48.113 INFO O| Sep 21 00:14:48.113 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-09-21T00:14:48.651Z[ recovery-image] Sep 21 00:14:48.122 INFO O| Sep 21 00:14:48.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50572025-09-21T00:14:48.651Z[ recovery-image] Sep 21 00:14:48.123 INFO O| Sep 21 00:14:48.122 INFO STEP 87 (remove_files) COMPLETE
50582025-09-21T00:14:48.651Z[ recovery-image] Sep 21 00:14:48.123 INFO O| Sep 21 00:14:48.123 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-09-21T00:14:48.651Z[ recovery-image] Sep 21 00:14:48.132 INFO O| Sep 21 00:14:48.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50602025-09-21T00:14:48.651Z[ recovery-image] Sep 21 00:14:48.132 INFO O| Sep 21 00:14:48.132 INFO STEP 88 (remove_files) COMPLETE
50612025-09-21T00:14:48.651Z[ recovery-image] Sep 21 00:14:48.132 INFO O| Sep 21 00:14:48.132 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-09-21T00:14:48.675Z[ recovery-image] Sep 21 00:14:48.142 INFO O| Sep 21 00:14:48.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50632025-09-21T00:14:48.675Z[ recovery-image] Sep 21 00:14:48.142 INFO O| Sep 21 00:14:48.142 INFO STEP 89 (remove_files) COMPLETE
50642025-09-21T00:14:48.675Z[ recovery-image] Sep 21 00:14:48.142 INFO O| Sep 21 00:14:48.142 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-09-21T00:14:48.675Z[ recovery-image] Sep 21 00:14:48.152 INFO O| Sep 21 00:14:48.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50662025-09-21T00:14:48.675Z[ recovery-image] Sep 21 00:14:48.152 INFO O| Sep 21 00:14:48.152 INFO STEP 90 (remove_files) COMPLETE
50672025-09-21T00:14:48.675Z[ recovery-image] Sep 21 00:14:48.152 INFO O| Sep 21 00:14:48.152 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-09-21T00:14:48.702Z[ recovery-image] Sep 21 00:14:48.161 INFO O| Sep 21 00:14:48.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50692025-09-21T00:14:48.703Z[ recovery-image] Sep 21 00:14:48.161 INFO O| Sep 21 00:14:48.161 INFO STEP 91 (remove_files) COMPLETE
50702025-09-21T00:14:48.703Z[ recovery-image] Sep 21 00:14:48.161 INFO O| Sep 21 00:14:48.161 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-09-21T00:14:48.703Z[ recovery-image] Sep 21 00:14:48.171 INFO O| Sep 21 00:14:48.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50722025-09-21T00:14:48.703Z[ recovery-image] Sep 21 00:14:48.171 INFO O| Sep 21 00:14:48.171 INFO STEP 92 (remove_files) COMPLETE
50732025-09-21T00:14:48.703Z[ recovery-image] Sep 21 00:14:48.171 INFO O| Sep 21 00:14:48.171 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-09-21T00:14:48.703Z[ recovery-image] Sep 21 00:14:48.181 INFO O| Sep 21 00:14:48.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50752025-09-21T00:14:48.703Z[ recovery-image] Sep 21 00:14:48.181 INFO O| Sep 21 00:14:48.181 INFO STEP 93 (remove_files) COMPLETE
50762025-09-21T00:14:48.703Z[ recovery-image] Sep 21 00:14:48.181 INFO O| Sep 21 00:14:48.181 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-09-21T00:14:48.727Z[ recovery-image] Sep 21 00:14:48.191 INFO O| Sep 21 00:14:48.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50782025-09-21T00:14:48.728Z[ recovery-image] Sep 21 00:14:48.191 INFO O| Sep 21 00:14:48.191 INFO STEP 94 (remove_files) COMPLETE
50792025-09-21T00:14:48.728Z[ recovery-image] Sep 21 00:14:48.191 INFO O| Sep 21 00:14:48.191 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-09-21T00:14:48.728Z[ recovery-image] Sep 21 00:14:48.200 INFO O| Sep 21 00:14:48.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50812025-09-21T00:14:48.728Z[ recovery-image] Sep 21 00:14:48.200 INFO O| Sep 21 00:14:48.200 INFO STEP 95 (remove_files) COMPLETE
50822025-09-21T00:14:48.728Z[ recovery-image] Sep 21 00:14:48.200 INFO O| Sep 21 00:14:48.200 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-09-21T00:14:48.752Z[ recovery-image] Sep 21 00:14:48.210 INFO O| Sep 21 00:14:48.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50842025-09-21T00:14:48.752Z[ recovery-image] Sep 21 00:14:48.210 INFO O| Sep 21 00:14:48.210 INFO STEP 96 (remove_files) COMPLETE
50852025-09-21T00:14:48.752Z[ recovery-image] Sep 21 00:14:48.210 INFO O| Sep 21 00:14:48.210 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-09-21T00:14:48.752Z[ recovery-image] Sep 21 00:14:48.219 INFO O| Sep 21 00:14:48.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50872025-09-21T00:14:48.752Z[ recovery-image] Sep 21 00:14:48.220 INFO O| Sep 21 00:14:48.219 INFO STEP 97 (remove_files) COMPLETE
50882025-09-21T00:14:48.752Z[ recovery-image] Sep 21 00:14:48.220 INFO O| Sep 21 00:14:48.220 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-09-21T00:14:48.752Z[ recovery-image] Sep 21 00:14:48.233 INFO O| Sep 21 00:14:48.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50902025-09-21T00:14:48.752Z[ recovery-image] Sep 21 00:14:48.233 INFO O| Sep 21 00:14:48.233 INFO STEP 98 (remove_files) COMPLETE
50912025-09-21T00:14:48.752Z[ recovery-image] Sep 21 00:14:48.233 INFO O| Sep 21 00:14:48.233 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-09-21T00:14:48.777Z[ recovery-image] Sep 21 00:14:48.243 INFO O| Sep 21 00:14:48.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50932025-09-21T00:14:48.777Z[ recovery-image] Sep 21 00:14:48.243 INFO O| Sep 21 00:14:48.243 INFO STEP 99 (remove_files) COMPLETE
50942025-09-21T00:14:48.777Z[ recovery-image] Sep 21 00:14:48.243 INFO O| Sep 21 00:14:48.243 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-09-21T00:14:48.777Z[ recovery-image] Sep 21 00:14:48.252 INFO O| Sep 21 00:14:48.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50962025-09-21T00:14:48.777Z[ recovery-image] Sep 21 00:14:48.252 INFO O| Sep 21 00:14:48.252 INFO STEP 100 (remove_files) COMPLETE
50972025-09-21T00:14:48.777Z[ recovery-image] Sep 21 00:14:48.252 INFO O| Sep 21 00:14:48.252 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-09-21T00:14:48.801Z[ recovery-image] Sep 21 00:14:48.262 INFO O| Sep 21 00:14:48.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50992025-09-21T00:14:48.802Z[ recovery-image] Sep 21 00:14:48.262 INFO O| Sep 21 00:14:48.262 INFO STEP 101 (remove_files) COMPLETE
51002025-09-21T00:14:48.802Z[ recovery-image] Sep 21 00:14:48.262 INFO O| Sep 21 00:14:48.262 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-09-21T00:14:48.802Z[ recovery-image] Sep 21 00:14:48.272 INFO O| Sep 21 00:14:48.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51022025-09-21T00:14:48.802Z[ recovery-image] Sep 21 00:14:48.272 INFO O| Sep 21 00:14:48.272 INFO STEP 102 (remove_files) COMPLETE
51032025-09-21T00:14:48.802Z[ recovery-image] Sep 21 00:14:48.272 INFO O| Sep 21 00:14:48.272 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-09-21T00:14:48.802Z[ recovery-image] Sep 21 00:14:48.281 INFO O| Sep 21 00:14:48.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51052025-09-21T00:14:48.802Z[ recovery-image] Sep 21 00:14:48.281 INFO O| Sep 21 00:14:48.281 INFO STEP 103 (remove_files) COMPLETE
51062025-09-21T00:14:48.802Z[ recovery-image] Sep 21 00:14:48.281 INFO O| Sep 21 00:14:48.281 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-09-21T00:14:48.827Z[ recovery-image] Sep 21 00:14:48.291 INFO O| Sep 21 00:14:48.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51082025-09-21T00:14:48.827Z[ recovery-image] Sep 21 00:14:48.291 INFO O| Sep 21 00:14:48.291 INFO STEP 104 (remove_files) COMPLETE
51092025-09-21T00:14:48.827Z[ recovery-image] Sep 21 00:14:48.291 INFO O| Sep 21 00:14:48.291 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-09-21T00:14:48.827Z[ recovery-image] Sep 21 00:14:48.301 INFO O| Sep 21 00:14:48.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51112025-09-21T00:14:48.827Z[ recovery-image] Sep 21 00:14:48.301 INFO O| Sep 21 00:14:48.301 INFO STEP 105 (remove_files) COMPLETE
51122025-09-21T00:14:48.827Z[ recovery-image] Sep 21 00:14:48.301 INFO O| Sep 21 00:14:48.301 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-09-21T00:14:48.851Z[ recovery-image] Sep 21 00:14:48.311 INFO O| Sep 21 00:14:48.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51142025-09-21T00:14:48.851Z[ recovery-image] Sep 21 00:14:48.311 INFO O| Sep 21 00:14:48.311 INFO STEP 106 (remove_files) COMPLETE
51152025-09-21T00:14:48.851Z[ recovery-image] Sep 21 00:14:48.311 INFO O| Sep 21 00:14:48.311 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-09-21T00:14:48.852Z[ recovery-image] Sep 21 00:14:48.320 INFO O| Sep 21 00:14:48.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51172025-09-21T00:14:48.852Z[ recovery-image] Sep 21 00:14:48.320 INFO O| Sep 21 00:14:48.320 INFO STEP 107 (remove_files) COMPLETE
51182025-09-21T00:14:48.852Z[ recovery-image] Sep 21 00:14:48.320 INFO O| Sep 21 00:14:48.320 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-09-21T00:14:48.852Z[ recovery-image] Sep 21 00:14:48.330 INFO O| Sep 21 00:14:48.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51202025-09-21T00:14:48.852Z[ recovery-image] Sep 21 00:14:48.330 INFO O| Sep 21 00:14:48.330 INFO STEP 108 (remove_files) COMPLETE
51212025-09-21T00:14:48.852Z[ recovery-image] Sep 21 00:14:48.330 INFO O| Sep 21 00:14:48.330 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-09-21T00:14:48.877Z[ recovery-image] Sep 21 00:14:48.339 INFO O| Sep 21 00:14:48.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51232025-09-21T00:14:48.877Z[ recovery-image] Sep 21 00:14:48.339 INFO O| Sep 21 00:14:48.339 INFO STEP 109 (remove_files) COMPLETE
51242025-09-21T00:14:48.877Z[ recovery-image] Sep 21 00:14:48.339 INFO O| Sep 21 00:14:48.339 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-09-21T00:14:48.877Z[ recovery-image] Sep 21 00:14:48.349 INFO O| Sep 21 00:14:48.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51262025-09-21T00:14:48.877Z[ recovery-image] Sep 21 00:14:48.349 INFO O| Sep 21 00:14:48.349 INFO STEP 110 (remove_files) COMPLETE
51272025-09-21T00:14:48.877Z[ recovery-image] Sep 21 00:14:48.349 INFO O| Sep 21 00:14:48.349 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-09-21T00:14:48.902Z[ recovery-image] Sep 21 00:14:48.359 INFO O| Sep 21 00:14:48.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51292025-09-21T00:14:48.902Z[ recovery-image] Sep 21 00:14:48.359 INFO O| Sep 21 00:14:48.359 INFO STEP 111 (remove_files) COMPLETE
51302025-09-21T00:14:48.902Z[ recovery-image] Sep 21 00:14:48.359 INFO O| Sep 21 00:14:48.359 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-09-21T00:14:48.902Z[ recovery-image] Sep 21 00:14:48.369 INFO O| Sep 21 00:14:48.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51322025-09-21T00:14:48.902Z[ recovery-image] Sep 21 00:14:48.369 INFO O| Sep 21 00:14:48.369 INFO STEP 112 (remove_files) COMPLETE
51332025-09-21T00:14:48.902Z[ recovery-image] Sep 21 00:14:48.369 INFO O| Sep 21 00:14:48.369 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-09-21T00:14:48.902Z[ recovery-image] Sep 21 00:14:48.378 INFO O| Sep 21 00:14:48.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51352025-09-21T00:14:48.902Z[ recovery-image] Sep 21 00:14:48.378 INFO O| Sep 21 00:14:48.378 INFO STEP 113 (remove_files) COMPLETE
51362025-09-21T00:14:48.902Z[ recovery-image] Sep 21 00:14:48.378 INFO O| Sep 21 00:14:48.378 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-09-21T00:14:48.929Z[ recovery-image] Sep 21 00:14:48.388 INFO O| Sep 21 00:14:48.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51382025-09-21T00:14:48.929Z[ recovery-image] Sep 21 00:14:48.388 INFO O| Sep 21 00:14:48.388 INFO STEP 114 (remove_files) COMPLETE
51392025-09-21T00:14:48.929Z[ recovery-image] Sep 21 00:14:48.388 INFO O| Sep 21 00:14:48.388 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-09-21T00:14:48.929Z[ recovery-image] Sep 21 00:14:48.398 INFO O| Sep 21 00:14:48.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51412025-09-21T00:14:48.929Z[ recovery-image] Sep 21 00:14:48.398 INFO O| Sep 21 00:14:48.398 INFO STEP 115 (remove_files) COMPLETE
51422025-09-21T00:14:48.929Z[ recovery-image] Sep 21 00:14:48.398 INFO O| Sep 21 00:14:48.398 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-09-21T00:14:48.929Z[ recovery-image] Sep 21 00:14:48.408 INFO O| Sep 21 00:14:48.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51442025-09-21T00:14:48.929Z[ recovery-image] Sep 21 00:14:48.408 INFO O| Sep 21 00:14:48.408 INFO STEP 116 (remove_files) COMPLETE
51452025-09-21T00:14:48.929Z[ recovery-image] Sep 21 00:14:48.408 INFO O| Sep 21 00:14:48.408 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-09-21T00:14:48.954Z[ recovery-image] Sep 21 00:14:48.418 INFO O| Sep 21 00:14:48.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51472025-09-21T00:14:48.954Z[ recovery-image] Sep 21 00:14:48.418 INFO O| Sep 21 00:14:48.418 INFO STEP 117 (remove_files) COMPLETE
51482025-09-21T00:14:48.954Z[ recovery-image] Sep 21 00:14:48.418 INFO O| Sep 21 00:14:48.418 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-09-21T00:14:48.954Z[ recovery-image] Sep 21 00:14:48.427 INFO O| Sep 21 00:14:48.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51502025-09-21T00:14:48.954Z[ recovery-image] Sep 21 00:14:48.427 INFO O| Sep 21 00:14:48.427 INFO STEP 118 (remove_files) COMPLETE
51512025-09-21T00:14:48.954Z[ recovery-image] Sep 21 00:14:48.427 INFO O| Sep 21 00:14:48.427 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-09-21T00:14:48.980Z[ recovery-image] Sep 21 00:14:48.437 INFO O| Sep 21 00:14:48.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51532025-09-21T00:14:48.980Z[ recovery-image] Sep 21 00:14:48.438 INFO O| Sep 21 00:14:48.438 INFO STEP 119 (remove_files) COMPLETE
51542025-09-21T00:14:48.980Z[ recovery-image] Sep 21 00:14:48.438 INFO O| Sep 21 00:14:48.438 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-09-21T00:14:48.980Z[ recovery-image] Sep 21 00:14:48.447 INFO O| Sep 21 00:14:48.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51562025-09-21T00:14:48.980Z[ recovery-image] Sep 21 00:14:48.447 INFO O| Sep 21 00:14:48.447 INFO STEP 120 (remove_files) COMPLETE
51572025-09-21T00:14:48.980Z[ recovery-image] Sep 21 00:14:48.447 INFO O| Sep 21 00:14:48.447 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-09-21T00:14:48.980Z[ recovery-image] Sep 21 00:14:48.457 INFO O| Sep 21 00:14:48.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51592025-09-21T00:14:48.980Z[ recovery-image] Sep 21 00:14:48.457 INFO O| Sep 21 00:14:48.457 INFO STEP 121 (remove_files) COMPLETE
51602025-09-21T00:14:48.980Z[ recovery-image] Sep 21 00:14:48.457 INFO O| Sep 21 00:14:48.457 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-09-21T00:14:49.005Z[ recovery-image] Sep 21 00:14:48.467 INFO O| Sep 21 00:14:48.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51622025-09-21T00:14:49.005Z[ recovery-image] Sep 21 00:14:48.467 INFO O| Sep 21 00:14:48.467 INFO STEP 122 (remove_files) COMPLETE
51632025-09-21T00:14:49.005Z[ recovery-image] Sep 21 00:14:48.467 INFO O| Sep 21 00:14:48.467 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-09-21T00:14:49.005Z[ recovery-image] Sep 21 00:14:48.477 INFO O| Sep 21 00:14:48.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51652025-09-21T00:14:49.005Z[ recovery-image] Sep 21 00:14:48.477 INFO O| Sep 21 00:14:48.477 INFO STEP 123 (remove_files) COMPLETE
51662025-09-21T00:14:49.005Z[ recovery-image] Sep 21 00:14:48.477 INFO O| Sep 21 00:14:48.477 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-09-21T00:14:49.029Z[ recovery-image] Sep 21 00:14:48.487 INFO O| Sep 21 00:14:48.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51682025-09-21T00:14:49.029Z[ recovery-image] Sep 21 00:14:48.487 INFO O| Sep 21 00:14:48.487 INFO STEP 124 (remove_files) COMPLETE
51692025-09-21T00:14:49.029Z[ recovery-image] Sep 21 00:14:48.487 INFO O| Sep 21 00:14:48.487 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-09-21T00:14:49.029Z[ recovery-image] Sep 21 00:14:48.497 INFO O| Sep 21 00:14:48.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51712025-09-21T00:14:49.029Z[ recovery-image] Sep 21 00:14:48.497 INFO O| Sep 21 00:14:48.497 INFO STEP 125 (remove_files) COMPLETE
51722025-09-21T00:14:49.029Z[ recovery-image] Sep 21 00:14:48.497 INFO O| Sep 21 00:14:48.497 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-09-21T00:14:49.029Z[ recovery-image] Sep 21 00:14:48.507 INFO O| Sep 21 00:14:48.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51742025-09-21T00:14:49.029Z[ recovery-image] Sep 21 00:14:48.507 INFO O| Sep 21 00:14:48.507 INFO STEP 126 (remove_files) COMPLETE
51752025-09-21T00:14:49.029Z[ recovery-image] Sep 21 00:14:48.507 INFO O| Sep 21 00:14:48.507 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-09-21T00:14:49.054Z[ recovery-image] Sep 21 00:14:48.517 INFO O| Sep 21 00:14:48.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51772025-09-21T00:14:49.054Z[ recovery-image] Sep 21 00:14:48.517 INFO O| Sep 21 00:14:48.517 INFO STEP 127 (remove_files) COMPLETE
51782025-09-21T00:14:49.054Z[ recovery-image] Sep 21 00:14:48.517 INFO O| Sep 21 00:14:48.517 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-09-21T00:14:49.054Z[ recovery-image] Sep 21 00:14:48.527 INFO O| Sep 21 00:14:48.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51802025-09-21T00:14:49.054Z[ recovery-image] Sep 21 00:14:48.527 INFO O| Sep 21 00:14:48.527 INFO STEP 128 (remove_files) COMPLETE
51812025-09-21T00:14:49.054Z[ recovery-image] Sep 21 00:14:48.527 INFO O| Sep 21 00:14:48.527 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-09-21T00:14:49.079Z[ recovery-image] Sep 21 00:14:48.537 INFO O| Sep 21 00:14:48.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51832025-09-21T00:14:49.079Z[ recovery-image] Sep 21 00:14:48.537 INFO O| Sep 21 00:14:48.537 INFO STEP 129 (remove_files) COMPLETE
51842025-09-21T00:14:49.079Z[ recovery-image] Sep 21 00:14:48.537 INFO O| Sep 21 00:14:48.537 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-09-21T00:14:49.079Z[ recovery-image] Sep 21 00:14:48.547 INFO O| Sep 21 00:14:48.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51862025-09-21T00:14:49.079Z[ recovery-image] Sep 21 00:14:48.547 INFO O| Sep 21 00:14:48.547 INFO STEP 130 (remove_files) COMPLETE
51872025-09-21T00:14:49.079Z[ recovery-image] Sep 21 00:14:48.547 INFO O| Sep 21 00:14:48.547 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-09-21T00:14:49.079Z[ recovery-image] Sep 21 00:14:48.558 INFO O| Sep 21 00:14:48.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51892025-09-21T00:14:49.079Z[ recovery-image] Sep 21 00:14:48.558 INFO O| Sep 21 00:14:48.558 INFO STEP 131 (remove_files) COMPLETE
51902025-09-21T00:14:49.079Z[ recovery-image] Sep 21 00:14:48.558 INFO O| Sep 21 00:14:48.558 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-09-21T00:14:49.104Z[ recovery-image] Sep 21 00:14:48.568 INFO O| Sep 21 00:14:48.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51922025-09-21T00:14:49.104Z[ recovery-image] Sep 21 00:14:48.568 INFO O| Sep 21 00:14:48.568 INFO STEP 132 (remove_files) COMPLETE
51932025-09-21T00:14:49.104Z[ recovery-image] Sep 21 00:14:48.568 INFO O| Sep 21 00:14:48.568 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-09-21T00:14:49.104Z[ recovery-image] Sep 21 00:14:48.577 INFO O| Sep 21 00:14:48.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51952025-09-21T00:14:49.104Z[ recovery-image] Sep 21 00:14:48.577 INFO O| Sep 21 00:14:48.577 INFO STEP 133 (remove_files) COMPLETE
51962025-09-21T00:14:49.104Z[ recovery-image] Sep 21 00:14:48.577 INFO O| Sep 21 00:14:48.577 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-09-21T00:14:49.128Z[ recovery-image] Sep 21 00:14:48.587 INFO O| Sep 21 00:14:48.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51982025-09-21T00:14:49.128Z[ recovery-image] Sep 21 00:14:48.587 INFO O| Sep 21 00:14:48.587 INFO STEP 134 (remove_files) COMPLETE
51992025-09-21T00:14:49.128Z[ recovery-image] Sep 21 00:14:48.587 INFO O| Sep 21 00:14:48.587 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-09-21T00:14:49.128Z[ recovery-image] Sep 21 00:14:48.597 INFO O| Sep 21 00:14:48.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52012025-09-21T00:14:49.128Z[ recovery-image] Sep 21 00:14:48.597 INFO O| Sep 21 00:14:48.597 INFO STEP 135 (remove_files) COMPLETE
52022025-09-21T00:14:49.128Z[ recovery-image] Sep 21 00:14:48.597 INFO O| Sep 21 00:14:48.597 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-09-21T00:14:49.128Z[ recovery-image] Sep 21 00:14:48.607 INFO O| Sep 21 00:14:48.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52042025-09-21T00:14:49.128Z[ recovery-image] Sep 21 00:14:48.607 INFO O| Sep 21 00:14:48.607 INFO STEP 136 (remove_files) COMPLETE
52052025-09-21T00:14:49.128Z[ recovery-image] Sep 21 00:14:48.607 INFO O| Sep 21 00:14:48.607 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-09-21T00:14:49.153Z[ recovery-image] Sep 21 00:14:48.617 INFO O| Sep 21 00:14:48.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52072025-09-21T00:14:49.153Z[ recovery-image] Sep 21 00:14:48.617 INFO O| Sep 21 00:14:48.617 INFO STEP 137 (remove_files) COMPLETE
52082025-09-21T00:14:49.153Z[ recovery-image] Sep 21 00:14:48.617 INFO O| Sep 21 00:14:48.617 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-09-21T00:14:49.153Z[ recovery-image] Sep 21 00:14:48.631 INFO O| Sep 21 00:14:48.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52102025-09-21T00:14:49.153Z[ recovery-image] Sep 21 00:14:48.631 INFO O| Sep 21 00:14:48.631 INFO STEP 138 (remove_files) COMPLETE
52112025-09-21T00:14:49.153Z[ recovery-image] Sep 21 00:14:48.631 INFO O| Sep 21 00:14:48.631 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-09-21T00:14:49.178Z[ recovery-image] Sep 21 00:14:48.657 INFO O| Sep 21 00:14:48.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52132025-09-21T00:14:49.178Z[ recovery-image] Sep 21 00:14:48.657 INFO O| Sep 21 00:14:48.657 INFO STEP 139 (remove_files) COMPLETE
52142025-09-21T00:14:49.178Z[ recovery-image] Sep 21 00:14:48.657 INFO O| Sep 21 00:14:48.657 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-09-21T00:14:49.202Z[ recovery-image] Sep 21 00:14:48.669 INFO O| Sep 21 00:14:48.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52162025-09-21T00:14:49.202Z[ recovery-image] Sep 21 00:14:48.669 INFO O| Sep 21 00:14:48.669 INFO STEP 140 (remove_files) COMPLETE
52172025-09-21T00:14:49.202Z[ recovery-image] Sep 21 00:14:48.669 INFO O| Sep 21 00:14:48.669 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-09-21T00:14:49.203Z[ recovery-image] Sep 21 00:14:48.680 INFO O| Sep 21 00:14:48.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52192025-09-21T00:14:49.203Z[ recovery-image] Sep 21 00:14:48.680 INFO O| Sep 21 00:14:48.680 INFO STEP 141 (remove_files) COMPLETE
52202025-09-21T00:14:49.203Z[ recovery-image] Sep 21 00:14:48.680 INFO O| Sep 21 00:14:48.680 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-09-21T00:14:49.227Z[ recovery-image] Sep 21 00:14:48.691 INFO O| Sep 21 00:14:48.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52222025-09-21T00:14:49.227Z[ recovery-image] Sep 21 00:14:48.691 INFO O| Sep 21 00:14:48.691 INFO STEP 142 (remove_files) COMPLETE
52232025-09-21T00:14:49.227Z[ recovery-image] Sep 21 00:14:48.691 INFO O| Sep 21 00:14:48.691 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-09-21T00:14:49.227Z[ recovery-image] Sep 21 00:14:48.708 INFO O| Sep 21 00:14:48.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52252025-09-21T00:14:49.227Z[ recovery-image] Sep 21 00:14:48.709 INFO O| Sep 21 00:14:48.709 INFO STEP 143 (remove_files) COMPLETE
52262025-09-21T00:14:49.227Z[ recovery-image] Sep 21 00:14:48.709 INFO O| Sep 21 00:14:48.709 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-09-21T00:14:49.252Z[ recovery-image] Sep 21 00:14:48.724 INFO O| Sep 21 00:14:48.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52282025-09-21T00:14:49.252Z[ recovery-image] Sep 21 00:14:48.724 INFO O| Sep 21 00:14:48.724 INFO STEP 144 (remove_files) COMPLETE
52292025-09-21T00:14:49.252Z[ recovery-image] Sep 21 00:14:48.724 INFO O| Sep 21 00:14:48.724 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-09-21T00:14:49.276Z[ recovery-image] Sep 21 00:14:48.738 INFO O| Sep 21 00:14:48.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52312025-09-21T00:14:49.277Z[ recovery-image] Sep 21 00:14:48.739 INFO O| Sep 21 00:14:48.738 INFO STEP 145 (remove_files) COMPLETE
52322025-09-21T00:14:49.277Z[ recovery-image] Sep 21 00:14:48.739 INFO O| Sep 21 00:14:48.738 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-09-21T00:14:49.277Z[ recovery-image] Sep 21 00:14:48.753 INFO O| Sep 21 00:14:48.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52342025-09-21T00:14:49.277Z[ recovery-image] Sep 21 00:14:48.753 INFO O| Sep 21 00:14:48.753 INFO STEP 146 (remove_files) COMPLETE
52352025-09-21T00:14:49.277Z[ recovery-image] Sep 21 00:14:48.753 INFO O| Sep 21 00:14:48.753 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-09-21T00:14:49.301Z[ recovery-image] Sep 21 00:14:48.769 INFO O| Sep 21 00:14:48.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52372025-09-21T00:14:49.301Z[ recovery-image] Sep 21 00:14:48.769 INFO O| Sep 21 00:14:48.769 INFO STEP 147 (remove_files) COMPLETE
52382025-09-21T00:14:49.302Z[ recovery-image] Sep 21 00:14:48.769 INFO O| Sep 21 00:14:48.769 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-09-21T00:14:49.302Z[ recovery-image] Sep 21 00:14:48.783 INFO O| Sep 21 00:14:48.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52402025-09-21T00:14:49.302Z[ recovery-image] Sep 21 00:14:48.783 INFO O| Sep 21 00:14:48.783 INFO STEP 148 (remove_files) COMPLETE
52412025-09-21T00:14:49.326Z[ recovery-image] Sep 21 00:14:48.783 INFO O| Sep 21 00:14:48.783 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-09-21T00:14:49.326Z[ recovery-image] Sep 21 00:14:48.797 INFO O| Sep 21 00:14:48.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52432025-09-21T00:14:49.326Z[ recovery-image] Sep 21 00:14:48.798 INFO O| Sep 21 00:14:48.798 INFO STEP 149 (remove_files) COMPLETE
52442025-09-21T00:14:49.326Z[ recovery-image] Sep 21 00:14:48.798 INFO O| Sep 21 00:14:48.798 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-09-21T00:14:49.351Z[ recovery-image] Sep 21 00:14:48.810 INFO O| Sep 21 00:14:48.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52462025-09-21T00:14:49.351Z[ recovery-image] Sep 21 00:14:48.810 INFO O| Sep 21 00:14:48.810 INFO STEP 150 (remove_files) COMPLETE
52472025-09-21T00:14:49.351Z[ recovery-image] Sep 21 00:14:48.810 INFO O| Sep 21 00:14:48.810 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-09-21T00:14:49.351Z[ recovery-image] Sep 21 00:14:48.822 INFO O| Sep 21 00:14:48.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52492025-09-21T00:14:49.351Z[ recovery-image] Sep 21 00:14:48.822 INFO O| Sep 21 00:14:48.822 INFO STEP 151 (remove_files) COMPLETE
52502025-09-21T00:14:49.351Z[ recovery-image] Sep 21 00:14:48.822 INFO O| Sep 21 00:14:48.822 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-09-21T00:14:49.376Z[ recovery-image] Sep 21 00:14:48.834 INFO O| Sep 21 00:14:48.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52522025-09-21T00:14:49.376Z[ recovery-image] Sep 21 00:14:48.834 INFO O| Sep 21 00:14:48.834 INFO STEP 152 (remove_files) COMPLETE
52532025-09-21T00:14:49.376Z[ recovery-image] Sep 21 00:14:48.834 INFO O| Sep 21 00:14:48.834 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-09-21T00:14:49.376Z[ recovery-image] Sep 21 00:14:48.845 INFO O| Sep 21 00:14:48.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52552025-09-21T00:14:49.376Z[ recovery-image] Sep 21 00:14:48.845 INFO O| Sep 21 00:14:48.845 INFO STEP 153 (remove_files) COMPLETE
52562025-09-21T00:14:49.376Z[ recovery-image] Sep 21 00:14:48.845 INFO O| Sep 21 00:14:48.845 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-09-21T00:14:49.376Z[ recovery-image] Sep 21 00:14:48.856 INFO O| Sep 21 00:14:48.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52582025-09-21T00:14:49.376Z[ recovery-image] Sep 21 00:14:48.856 INFO O| Sep 21 00:14:48.856 INFO STEP 154 (remove_files) COMPLETE
52592025-09-21T00:14:49.376Z[ recovery-image] Sep 21 00:14:48.856 INFO O| Sep 21 00:14:48.856 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-09-21T00:14:49.401Z[ recovery-image] Sep 21 00:14:48.868 INFO O| Sep 21 00:14:48.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52612025-09-21T00:14:49.401Z[ recovery-image] Sep 21 00:14:48.868 INFO O| Sep 21 00:14:48.868 INFO STEP 155 (remove_files) COMPLETE
52622025-09-21T00:14:49.401Z[ recovery-image] Sep 21 00:14:48.868 INFO O| Sep 21 00:14:48.868 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-09-21T00:14:49.401Z[ recovery-image] Sep 21 00:14:48.880 INFO O| Sep 21 00:14:48.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52642025-09-21T00:14:49.401Z[ recovery-image] Sep 21 00:14:48.880 INFO O| Sep 21 00:14:48.880 INFO STEP 156 (remove_files) COMPLETE
52652025-09-21T00:14:49.401Z[ recovery-image] Sep 21 00:14:48.880 INFO O| Sep 21 00:14:48.880 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-09-21T00:14:49.426Z[ recovery-image] Sep 21 00:14:48.891 INFO O| Sep 21 00:14:48.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52672025-09-21T00:14:49.426Z[ recovery-image] Sep 21 00:14:48.891 INFO O| Sep 21 00:14:48.891 INFO STEP 157 (remove_files) COMPLETE
52682025-09-21T00:14:49.426Z[ recovery-image] Sep 21 00:14:48.891 INFO O| Sep 21 00:14:48.891 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-09-21T00:14:49.426Z[ recovery-image] Sep 21 00:14:48.902 INFO O| Sep 21 00:14:48.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52702025-09-21T00:14:49.426Z[ recovery-image] Sep 21 00:14:48.902 INFO O| Sep 21 00:14:48.902 INFO STEP 158 (remove_files) COMPLETE
52712025-09-21T00:14:49.426Z[ recovery-image] Sep 21 00:14:48.902 INFO O| Sep 21 00:14:48.902 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-09-21T00:14:49.451Z[ recovery-image] Sep 21 00:14:48.915 INFO O| Sep 21 00:14:48.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52732025-09-21T00:14:49.451Z[ recovery-image] Sep 21 00:14:48.915 INFO O| Sep 21 00:14:48.915 INFO STEP 159 (remove_files) COMPLETE
52742025-09-21T00:14:49.451Z[ recovery-image] Sep 21 00:14:48.915 INFO O| Sep 21 00:14:48.915 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-09-21T00:14:49.451Z[ recovery-image] Sep 21 00:14:48.929 INFO O| Sep 21 00:14:48.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52762025-09-21T00:14:49.451Z[ recovery-image] Sep 21 00:14:48.929 INFO O| Sep 21 00:14:48.929 INFO STEP 160 (remove_files) COMPLETE
52772025-09-21T00:14:49.451Z[ recovery-image] Sep 21 00:14:48.929 INFO O| Sep 21 00:14:48.929 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-09-21T00:14:49.476Z[ recovery-image] Sep 21 00:14:48.942 INFO O| Sep 21 00:14:48.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52792025-09-21T00:14:49.476Z[ recovery-image] Sep 21 00:14:48.942 INFO O| Sep 21 00:14:48.942 INFO STEP 161 (remove_files) COMPLETE
52802025-09-21T00:14:49.476Z[ recovery-image] Sep 21 00:14:48.942 INFO O| Sep 21 00:14:48.942 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-09-21T00:14:49.476Z[ recovery-image] Sep 21 00:14:48.953 INFO O| Sep 21 00:14:48.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52822025-09-21T00:14:49.476Z[ recovery-image] Sep 21 00:14:48.953 INFO O| Sep 21 00:14:48.953 INFO STEP 162 (remove_files) COMPLETE
52832025-09-21T00:14:49.476Z[ recovery-image] Sep 21 00:14:48.953 INFO O| Sep 21 00:14:48.953 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-09-21T00:14:49.501Z[ recovery-image] Sep 21 00:14:48.963 INFO O| Sep 21 00:14:48.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52852025-09-21T00:14:49.501Z[ recovery-image] Sep 21 00:14:48.963 INFO O| Sep 21 00:14:48.963 INFO STEP 163 (remove_files) COMPLETE
52862025-09-21T00:14:49.501Z[ recovery-image] Sep 21 00:14:48.963 INFO O| Sep 21 00:14:48.963 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-09-21T00:14:49.501Z[ recovery-image] Sep 21 00:14:48.974 INFO O| Sep 21 00:14:48.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52882025-09-21T00:14:49.501Z[ recovery-image] Sep 21 00:14:48.974 INFO O| Sep 21 00:14:48.974 INFO STEP 164 (remove_files) COMPLETE
52892025-09-21T00:14:49.501Z[ recovery-image] Sep 21 00:14:48.974 INFO O| Sep 21 00:14:48.974 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-09-21T00:14:49.526Z[ recovery-image] Sep 21 00:14:48.984 INFO O| Sep 21 00:14:48.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52912025-09-21T00:14:49.526Z[ recovery-image] Sep 21 00:14:48.984 INFO O| Sep 21 00:14:48.984 INFO STEP 165 (remove_files) COMPLETE
52922025-09-21T00:14:49.526Z[ recovery-image] Sep 21 00:14:48.984 INFO O| Sep 21 00:14:48.984 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-09-21T00:14:49.526Z[ recovery-image] Sep 21 00:14:48.994 INFO O| Sep 21 00:14:48.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52942025-09-21T00:14:49.526Z[ recovery-image] Sep 21 00:14:48.994 INFO O| Sep 21 00:14:48.994 INFO STEP 166 (remove_files) COMPLETE
52952025-09-21T00:14:49.526Z[ recovery-image] Sep 21 00:14:48.994 INFO O| Sep 21 00:14:48.994 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-09-21T00:14:49.526Z[ recovery-image] Sep 21 00:14:49.004 INFO O| Sep 21 00:14:49.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52972025-09-21T00:14:49.526Z[ recovery-image] Sep 21 00:14:49.004 INFO O| Sep 21 00:14:49.004 INFO STEP 167 (remove_files) COMPLETE
52982025-09-21T00:14:49.526Z[ recovery-image] Sep 21 00:14:49.004 INFO O| Sep 21 00:14:49.004 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-09-21T00:14:49.550Z[ recovery-image] Sep 21 00:14:49.019 INFO O| Sep 21 00:14:49.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53002025-09-21T00:14:49.550Z[ recovery-image] Sep 21 00:14:49.019 INFO O| Sep 21 00:14:49.019 INFO STEP 168 (remove_files) COMPLETE
53012025-09-21T00:14:49.551Z[ recovery-image] Sep 21 00:14:49.019 INFO O| Sep 21 00:14:49.019 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-09-21T00:14:49.551Z[ recovery-image] Sep 21 00:14:49.030 INFO O| Sep 21 00:14:49.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53032025-09-21T00:14:49.551Z[ recovery-image] Sep 21 00:14:49.030 INFO O| Sep 21 00:14:49.030 INFO STEP 169 (remove_files) COMPLETE
53042025-09-21T00:14:49.551Z[ recovery-image] Sep 21 00:14:49.030 INFO O| Sep 21 00:14:49.030 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-09-21T00:14:49.575Z[ recovery-image] Sep 21 00:14:49.041 INFO O| Sep 21 00:14:49.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53062025-09-21T00:14:49.575Z[ recovery-image] Sep 21 00:14:49.041 INFO O| Sep 21 00:14:49.041 INFO STEP 170 (remove_files) COMPLETE
53072025-09-21T00:14:49.575Z[ recovery-image] Sep 21 00:14:49.041 INFO O| Sep 21 00:14:49.041 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-09-21T00:14:49.575Z[ recovery-image] Sep 21 00:14:49.051 INFO O| Sep 21 00:14:49.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53092025-09-21T00:14:49.575Z[ recovery-image] Sep 21 00:14:49.051 INFO O| Sep 21 00:14:49.051 INFO STEP 171 (remove_files) COMPLETE
53102025-09-21T00:14:49.575Z[ recovery-image] Sep 21 00:14:49.051 INFO O| Sep 21 00:14:49.051 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-09-21T00:14:49.600Z[ recovery-image] Sep 21 00:14:49.066 INFO O| Sep 21 00:14:49.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53122025-09-21T00:14:49.600Z[ recovery-image] Sep 21 00:14:49.066 INFO O| Sep 21 00:14:49.066 INFO STEP 172 (remove_files) COMPLETE
53132025-09-21T00:14:49.600Z[ recovery-image] Sep 21 00:14:49.066 INFO O| Sep 21 00:14:49.066 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-09-21T00:14:49.600Z[ recovery-image] Sep 21 00:14:49.080 INFO O| Sep 21 00:14:49.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53152025-09-21T00:14:49.600Z[ recovery-image] Sep 21 00:14:49.080 INFO O| Sep 21 00:14:49.080 INFO STEP 173 (remove_files) COMPLETE
53162025-09-21T00:14:49.600Z[ recovery-image] Sep 21 00:14:49.080 INFO O| Sep 21 00:14:49.080 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-09-21T00:14:49.625Z[ recovery-image] Sep 21 00:14:49.093 INFO O| Sep 21 00:14:49.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53182025-09-21T00:14:49.625Z[ recovery-image] Sep 21 00:14:49.094 INFO O| Sep 21 00:14:49.094 INFO STEP 174 (remove_files) COMPLETE
53192025-09-21T00:14:49.625Z[ recovery-image] Sep 21 00:14:49.094 INFO O| Sep 21 00:14:49.094 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-09-21T00:14:49.650Z[ recovery-image] Sep 21 00:14:49.107 INFO O| Sep 21 00:14:49.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53212025-09-21T00:14:49.650Z[ recovery-image] Sep 21 00:14:49.107 INFO O| Sep 21 00:14:49.107 INFO STEP 175 (remove_files) COMPLETE
53222025-09-21T00:14:49.650Z[ recovery-image] Sep 21 00:14:49.107 INFO O| Sep 21 00:14:49.107 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-09-21T00:14:49.650Z[ recovery-image] Sep 21 00:14:49.119 INFO O| Sep 21 00:14:49.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53242025-09-21T00:14:49.650Z[ recovery-image] Sep 21 00:14:49.119 INFO O| Sep 21 00:14:49.119 INFO STEP 176 (remove_files) COMPLETE
53252025-09-21T00:14:49.650Z[ recovery-image] Sep 21 00:14:49.119 INFO O| Sep 21 00:14:49.119 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-09-21T00:14:49.650Z[ recovery-image] Sep 21 00:14:49.130 INFO O| Sep 21 00:14:49.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53272025-09-21T00:14:49.650Z[ recovery-image] Sep 21 00:14:49.130 INFO O| Sep 21 00:14:49.130 INFO STEP 177 (remove_files) COMPLETE
53282025-09-21T00:14:49.650Z[ recovery-image] Sep 21 00:14:49.130 INFO O| Sep 21 00:14:49.130 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-09-21T00:14:49.674Z[ recovery-image] Sep 21 00:14:49.140 INFO O| Sep 21 00:14:49.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53302025-09-21T00:14:49.675Z[ recovery-image] Sep 21 00:14:49.141 INFO O| Sep 21 00:14:49.140 INFO STEP 178 (remove_files) COMPLETE
53312025-09-21T00:14:49.675Z[ recovery-image] Sep 21 00:14:49.141 INFO O| Sep 21 00:14:49.141 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-09-21T00:14:49.675Z[ recovery-image] Sep 21 00:14:49.151 INFO O| Sep 21 00:14:49.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53332025-09-21T00:14:49.675Z[ recovery-image] Sep 21 00:14:49.152 INFO O| Sep 21 00:14:49.152 INFO STEP 179 (remove_files) COMPLETE
53342025-09-21T00:14:49.675Z[ recovery-image] Sep 21 00:14:49.152 INFO O| Sep 21 00:14:49.152 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-09-21T00:14:49.699Z[ recovery-image] Sep 21 00:14:49.162 INFO O| Sep 21 00:14:49.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53362025-09-21T00:14:49.699Z[ recovery-image] Sep 21 00:14:49.163 INFO O| Sep 21 00:14:49.163 INFO STEP 180 (remove_files) COMPLETE
53372025-09-21T00:14:49.700Z[ recovery-image] Sep 21 00:14:49.163 INFO O| Sep 21 00:14:49.163 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-09-21T00:14:49.700Z[ recovery-image] Sep 21 00:14:49.174 INFO O| Sep 21 00:14:49.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53392025-09-21T00:14:49.700Z[ recovery-image] Sep 21 00:14:49.174 INFO O| Sep 21 00:14:49.174 INFO STEP 181 (remove_files) COMPLETE
53402025-09-21T00:14:49.700Z[ recovery-image] Sep 21 00:14:49.174 INFO O| Sep 21 00:14:49.174 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-09-21T00:14:49.724Z[ recovery-image] Sep 21 00:14:49.188 INFO O| Sep 21 00:14:49.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53422025-09-21T00:14:49.724Z[ recovery-image] Sep 21 00:14:49.188 INFO O| Sep 21 00:14:49.188 INFO STEP 182 (remove_files) COMPLETE
53432025-09-21T00:14:49.724Z[ recovery-image] Sep 21 00:14:49.188 INFO O| Sep 21 00:14:49.188 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-09-21T00:14:49.724Z[ recovery-image] Sep 21 00:14:49.202 INFO O| Sep 21 00:14:49.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53452025-09-21T00:14:49.724Z[ recovery-image] Sep 21 00:14:49.202 INFO O| Sep 21 00:14:49.202 INFO STEP 183 (remove_files) COMPLETE
53462025-09-21T00:14:49.725Z[ recovery-image] Sep 21 00:14:49.202 INFO O| Sep 21 00:14:49.202 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-09-21T00:14:49.749Z[ recovery-image] Sep 21 00:14:49.214 INFO O| Sep 21 00:14:49.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53482025-09-21T00:14:49.749Z[ recovery-image] Sep 21 00:14:49.214 INFO O| Sep 21 00:14:49.214 INFO STEP 184 (remove_files) COMPLETE
53492025-09-21T00:14:49.749Z[ recovery-image] Sep 21 00:14:49.214 INFO O| Sep 21 00:14:49.214 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-09-21T00:14:49.749Z[ recovery-image] Sep 21 00:14:49.227 INFO O| Sep 21 00:14:49.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53512025-09-21T00:14:49.749Z[ recovery-image] Sep 21 00:14:49.227 INFO O| Sep 21 00:14:49.227 INFO STEP 185 (remove_files) COMPLETE
53522025-09-21T00:14:49.749Z[ recovery-image] Sep 21 00:14:49.227 INFO O| Sep 21 00:14:49.227 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-09-21T00:14:49.774Z[ recovery-image] Sep 21 00:14:49.238 INFO O| Sep 21 00:14:49.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53542025-09-21T00:14:49.774Z[ recovery-image] Sep 21 00:14:49.238 INFO O| Sep 21 00:14:49.238 INFO STEP 186 (remove_files) COMPLETE
53552025-09-21T00:14:49.774Z[ recovery-image] Sep 21 00:14:49.238 INFO O| Sep 21 00:14:49.238 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-09-21T00:14:49.774Z[ recovery-image] Sep 21 00:14:49.249 INFO O| Sep 21 00:14:49.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53572025-09-21T00:14:49.774Z[ recovery-image] Sep 21 00:14:49.249 INFO O| Sep 21 00:14:49.249 INFO STEP 187 (remove_files) COMPLETE
53582025-09-21T00:14:49.774Z[ recovery-image] Sep 21 00:14:49.249 INFO O| Sep 21 00:14:49.249 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-09-21T00:14:49.799Z[ recovery-image] Sep 21 00:14:49.260 INFO O| Sep 21 00:14:49.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53602025-09-21T00:14:49.799Z[ recovery-image] Sep 21 00:14:49.260 INFO O| Sep 21 00:14:49.260 INFO STEP 188 (remove_files) COMPLETE
53612025-09-21T00:14:49.799Z[ recovery-image] Sep 21 00:14:49.260 INFO O| Sep 21 00:14:49.260 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-09-21T00:14:49.799Z[ recovery-image] Sep 21 00:14:49.271 INFO O| Sep 21 00:14:49.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53632025-09-21T00:14:49.799Z[ recovery-image] Sep 21 00:14:49.271 INFO O| Sep 21 00:14:49.271 INFO STEP 189 (remove_files) COMPLETE
53642025-09-21T00:14:49.799Z[ recovery-image] Sep 21 00:14:49.271 INFO O| Sep 21 00:14:49.271 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-09-21T00:14:49.824Z[ recovery-image] Sep 21 00:14:49.281 INFO O| Sep 21 00:14:49.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53662025-09-21T00:14:49.824Z[ recovery-image] Sep 21 00:14:49.281 INFO O| Sep 21 00:14:49.281 INFO STEP 190 (remove_files) COMPLETE
53672025-09-21T00:14:49.824Z[ recovery-image] Sep 21 00:14:49.281 INFO O| Sep 21 00:14:49.281 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-09-21T00:14:49.824Z[ recovery-image] Sep 21 00:14:49.291 INFO O| Sep 21 00:14:49.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53692025-09-21T00:14:49.824Z[ recovery-image] Sep 21 00:14:49.292 INFO O| Sep 21 00:14:49.291 INFO STEP 191 (remove_files) COMPLETE
53702025-09-21T00:14:49.824Z[ recovery-image] Sep 21 00:14:49.292 INFO O| Sep 21 00:14:49.292 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-09-21T00:14:49.824Z[ recovery-image] Sep 21 00:14:49.302 INFO O| Sep 21 00:14:49.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53722025-09-21T00:14:49.824Z[ recovery-image] Sep 21 00:14:49.302 INFO O| Sep 21 00:14:49.302 INFO STEP 192 (remove_files) COMPLETE
53732025-09-21T00:14:49.824Z[ recovery-image] Sep 21 00:14:49.302 INFO O| Sep 21 00:14:49.302 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-09-21T00:14:49.849Z[ recovery-image] Sep 21 00:14:49.316 INFO O| Sep 21 00:14:49.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53752025-09-21T00:14:49.849Z[ recovery-image] Sep 21 00:14:49.316 INFO O| Sep 21 00:14:49.316 INFO STEP 193 (remove_files) COMPLETE
53762025-09-21T00:14:49.849Z[ recovery-image] Sep 21 00:14:49.316 INFO O| Sep 21 00:14:49.316 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-09-21T00:14:49.874Z[ recovery-image] Sep 21 00:14:49.331 INFO O| Sep 21 00:14:49.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53782025-09-21T00:14:49.874Z[ recovery-image] Sep 21 00:14:49.331 INFO O| Sep 21 00:14:49.331 INFO STEP 194 (remove_files) COMPLETE
53792025-09-21T00:14:49.874Z[ recovery-image] Sep 21 00:14:49.331 INFO O| Sep 21 00:14:49.331 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-09-21T00:14:49.874Z[ recovery-image] Sep 21 00:14:49.344 INFO O| Sep 21 00:14:49.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53812025-09-21T00:14:49.874Z[ recovery-image] Sep 21 00:14:49.344 INFO O| Sep 21 00:14:49.344 INFO STEP 195 (remove_files) COMPLETE
53822025-09-21T00:14:49.874Z[ recovery-image] Sep 21 00:14:49.344 INFO O| Sep 21 00:14:49.344 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832025-09-21T00:14:49.874Z[ recovery-image] Sep 21 00:14:49.355 INFO O| Sep 21 00:14:49.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53842025-09-21T00:14:49.874Z[ recovery-image] Sep 21 00:14:49.355 INFO O| Sep 21 00:14:49.355 INFO STEP 196 (remove_files) COMPLETE
53852025-09-21T00:14:49.874Z[ recovery-image] Sep 21 00:14:49.355 INFO O| Sep 21 00:14:49.355 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862025-09-21T00:14:49.899Z[ recovery-image] Sep 21 00:14:49.367 INFO O| Sep 21 00:14:49.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53872025-09-21T00:14:49.899Z[ recovery-image] Sep 21 00:14:49.367 INFO O| Sep 21 00:14:49.367 INFO STEP 197 (remove_files) COMPLETE
53882025-09-21T00:14:49.899Z[ recovery-image] Sep 21 00:14:49.367 INFO O| Sep 21 00:14:49.367 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892025-09-21T00:14:49.923Z[ recovery-image] Sep 21 00:14:49.380 INFO O| Sep 21 00:14:49.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53902025-09-21T00:14:49.923Z[ recovery-image] Sep 21 00:14:49.380 INFO O| Sep 21 00:14:49.380 INFO STEP 198 (remove_files) COMPLETE
53912025-09-21T00:14:49.923Z[ recovery-image] Sep 21 00:14:49.380 INFO O| Sep 21 00:14:49.380 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922025-09-21T00:14:49.923Z[ recovery-image] Sep 21 00:14:49.391 INFO O| Sep 21 00:14:49.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53932025-09-21T00:14:49.923Z[ recovery-image] Sep 21 00:14:49.391 INFO O| Sep 21 00:14:49.391 INFO STEP 199 (remove_files) COMPLETE
53942025-09-21T00:14:49.923Z[ recovery-image] Sep 21 00:14:49.391 INFO O| Sep 21 00:14:49.391 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952025-09-21T00:14:49.923Z[ recovery-image] Sep 21 00:14:49.401 INFO O| Sep 21 00:14:49.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53962025-09-21T00:14:49.923Z[ recovery-image] Sep 21 00:14:49.401 INFO O| Sep 21 00:14:49.401 INFO STEP 200 (remove_files) COMPLETE
53972025-09-21T00:14:49.923Z[ recovery-image] Sep 21 00:14:49.401 INFO O| Sep 21 00:14:49.401 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982025-09-21T00:14:49.948Z[ recovery-image] Sep 21 00:14:49.412 INFO O| Sep 21 00:14:49.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53992025-09-21T00:14:49.948Z[ recovery-image] Sep 21 00:14:49.412 INFO O| Sep 21 00:14:49.412 INFO STEP 201 (remove_files) COMPLETE
54002025-09-21T00:14:49.948Z[ recovery-image] Sep 21 00:14:49.412 INFO O| Sep 21 00:14:49.412 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012025-09-21T00:14:49.948Z[ recovery-image] Sep 21 00:14:49.427 INFO O| Sep 21 00:14:49.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54022025-09-21T00:14:49.948Z[ recovery-image] Sep 21 00:14:49.427 INFO O| Sep 21 00:14:49.427 INFO STEP 202 (remove_files) COMPLETE
54032025-09-21T00:14:49.948Z[ recovery-image] Sep 21 00:14:49.427 INFO O| Sep 21 00:14:49.427 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042025-09-21T00:14:49.973Z[ recovery-image] Sep 21 00:14:49.444 INFO O| Sep 21 00:14:49.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54052025-09-21T00:14:49.973Z[ recovery-image] Sep 21 00:14:49.444 INFO O| Sep 21 00:14:49.444 INFO STEP 203 (remove_files) COMPLETE
54062025-09-21T00:14:49.973Z[ recovery-image] Sep 21 00:14:49.444 INFO O| Sep 21 00:14:49.444 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072025-09-21T00:14:49.997Z[ recovery-image] Sep 21 00:14:49.457 INFO O| Sep 21 00:14:49.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54082025-09-21T00:14:49.997Z[ recovery-image] Sep 21 00:14:49.458 INFO O| Sep 21 00:14:49.458 INFO STEP 204 (remove_files) COMPLETE
54092025-09-21T00:14:49.997Z[ recovery-image] Sep 21 00:14:49.458 INFO O| Sep 21 00:14:49.458 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-09-21T00:14:49.997Z[ recovery-image] Sep 21 00:14:49.469 INFO O| Sep 21 00:14:49.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54112025-09-21T00:14:49.997Z[ recovery-image] Sep 21 00:14:49.469 INFO O| Sep 21 00:14:49.469 INFO STEP 205 (remove_files) COMPLETE
54122025-09-21T00:14:49.997Z[ recovery-image] Sep 21 00:14:49.469 INFO O| Sep 21 00:14:49.469 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132025-09-21T00:14:50.022Z[ recovery-image] Sep 21 00:14:49.479 INFO O| Sep 21 00:14:49.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54142025-09-21T00:14:50.022Z[ recovery-image] Sep 21 00:14:49.479 INFO O| Sep 21 00:14:49.479 INFO STEP 206 (remove_files) COMPLETE
54152025-09-21T00:14:50.022Z[ recovery-image] Sep 21 00:14:49.480 INFO O| Sep 21 00:14:49.479 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162025-09-21T00:14:50.022Z[ recovery-image] Sep 21 00:14:49.492 INFO O| Sep 21 00:14:49.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54172025-09-21T00:14:50.022Z[ recovery-image] Sep 21 00:14:49.492 INFO O| Sep 21 00:14:49.492 INFO STEP 207 (remove_files) COMPLETE
54182025-09-21T00:14:50.022Z[ recovery-image] Sep 21 00:14:49.492 INFO O| Sep 21 00:14:49.492 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-09-21T00:14:50.047Z[ recovery-image] Sep 21 00:14:49.511 INFO O| Sep 21 00:14:49.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54202025-09-21T00:14:50.047Z[ recovery-image] Sep 21 00:14:49.511 INFO O| Sep 21 00:14:49.511 INFO STEP 208 (remove_files) COMPLETE
54212025-09-21T00:14:50.047Z[ recovery-image] Sep 21 00:14:49.511 INFO O| Sep 21 00:14:49.511 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222025-09-21T00:14:50.047Z[ recovery-image] Sep 21 00:14:49.528 INFO O| Sep 21 00:14:49.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54232025-09-21T00:14:50.047Z[ recovery-image] Sep 21 00:14:49.528 INFO O| Sep 21 00:14:49.528 INFO STEP 209 (remove_files) COMPLETE
54242025-09-21T00:14:50.047Z[ recovery-image] Sep 21 00:14:49.528 INFO O| Sep 21 00:14:49.528 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252025-09-21T00:14:50.072Z[ recovery-image] Sep 21 00:14:49.544 INFO O| Sep 21 00:14:49.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54262025-09-21T00:14:50.072Z[ recovery-image] Sep 21 00:14:49.544 INFO O| Sep 21 00:14:49.544 INFO STEP 210 (remove_files) COMPLETE
54272025-09-21T00:14:50.072Z[ recovery-image] Sep 21 00:14:49.544 INFO O| Sep 21 00:14:49.544 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-09-21T00:14:50.096Z[ recovery-image] Sep 21 00:14:49.562 INFO O| Sep 21 00:14:49.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54292025-09-21T00:14:50.096Z[ recovery-image] Sep 21 00:14:49.562 INFO O| Sep 21 00:14:49.562 INFO STEP 211 (remove_files) COMPLETE
54302025-09-21T00:14:50.096Z[ recovery-image] Sep 21 00:14:49.562 INFO O| Sep 21 00:14:49.562 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-09-21T00:14:50.096Z[ recovery-image] Sep 21 00:14:49.577 INFO O| Sep 21 00:14:49.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54322025-09-21T00:14:50.096Z[ recovery-image] Sep 21 00:14:49.578 INFO O| Sep 21 00:14:49.577 INFO STEP 212 (remove_files) COMPLETE
54332025-09-21T00:14:50.096Z[ recovery-image] Sep 21 00:14:49.578 INFO O| Sep 21 00:14:49.577 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-09-21T00:14:50.121Z[ recovery-image] Sep 21 00:14:49.591 INFO O| Sep 21 00:14:49.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54352025-09-21T00:14:50.121Z[ recovery-image] Sep 21 00:14:49.591 INFO O| Sep 21 00:14:49.591 INFO STEP 213 (remove_files) COMPLETE
54362025-09-21T00:14:50.121Z[ recovery-image] Sep 21 00:14:49.591 INFO O| Sep 21 00:14:49.591 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-09-21T00:14:50.148Z[ recovery-image] Sep 21 00:14:49.603 INFO O| Sep 21 00:14:49.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54382025-09-21T00:14:50.148Z[ recovery-image] Sep 21 00:14:49.603 INFO O| Sep 21 00:14:49.603 INFO STEP 214 (remove_files) COMPLETE
54392025-09-21T00:14:50.148Z[ recovery-image] Sep 21 00:14:49.603 INFO O| Sep 21 00:14:49.603 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-09-21T00:14:50.148Z[ recovery-image] Sep 21 00:14:49.614 INFO O| Sep 21 00:14:49.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54412025-09-21T00:14:50.148Z[ recovery-image] Sep 21 00:14:49.614 INFO O| Sep 21 00:14:49.614 INFO STEP 215 (remove_files) COMPLETE
54422025-09-21T00:14:50.148Z[ recovery-image] Sep 21 00:14:49.614 INFO O| Sep 21 00:14:49.614 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-09-21T00:14:50.148Z[ recovery-image] Sep 21 00:14:49.627 INFO O| Sep 21 00:14:49.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54442025-09-21T00:14:50.148Z[ recovery-image] Sep 21 00:14:49.627 INFO O| Sep 21 00:14:49.627 INFO STEP 216 (remove_files) COMPLETE
54452025-09-21T00:14:50.148Z[ recovery-image] Sep 21 00:14:49.627 INFO O| Sep 21 00:14:49.627 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-09-21T00:14:50.173Z[ recovery-image] Sep 21 00:14:49.638 INFO O| Sep 21 00:14:49.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54472025-09-21T00:14:50.173Z[ recovery-image] Sep 21 00:14:49.638 INFO O| Sep 21 00:14:49.638 INFO STEP 217 (remove_files) COMPLETE
54482025-09-21T00:14:50.173Z[ recovery-image] Sep 21 00:14:49.638 INFO O| Sep 21 00:14:49.638 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-09-21T00:14:50.173Z[ recovery-image] Sep 21 00:14:49.648 INFO O| Sep 21 00:14:49.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54502025-09-21T00:14:50.173Z[ recovery-image] Sep 21 00:14:49.648 INFO O| Sep 21 00:14:49.648 INFO STEP 218 (remove_files) COMPLETE
54512025-09-21T00:14:50.173Z[ recovery-image] Sep 21 00:14:49.648 INFO O| Sep 21 00:14:49.648 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-09-21T00:14:50.197Z[ recovery-image] Sep 21 00:14:49.658 INFO O| Sep 21 00:14:49.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54532025-09-21T00:14:50.197Z[ recovery-image] Sep 21 00:14:49.658 INFO O| Sep 21 00:14:49.658 INFO STEP 219 (remove_files) COMPLETE
54542025-09-21T00:14:50.197Z[ recovery-image] Sep 21 00:14:49.658 INFO O| Sep 21 00:14:49.658 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-09-21T00:14:50.197Z[ recovery-image] Sep 21 00:14:49.668 INFO O| Sep 21 00:14:49.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54562025-09-21T00:14:50.197Z[ recovery-image] Sep 21 00:14:49.668 INFO O| Sep 21 00:14:49.668 INFO STEP 220 (remove_files) COMPLETE
54572025-09-21T00:14:50.197Z[ recovery-image] Sep 21 00:14:49.668 INFO O| Sep 21 00:14:49.668 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-09-21T00:14:50.197Z[ recovery-image] Sep 21 00:14:49.678 INFO O| Sep 21 00:14:49.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54592025-09-21T00:14:50.222Z[ recovery-image] Sep 21 00:14:49.678 INFO O| Sep 21 00:14:49.678 INFO STEP 221 (remove_files) COMPLETE
54602025-09-21T00:14:50.222Z[ recovery-image] Sep 21 00:14:49.678 INFO O| Sep 21 00:14:49.678 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-09-21T00:14:50.222Z[ recovery-image] Sep 21 00:14:49.691 INFO O| Sep 21 00:14:49.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54622025-09-21T00:14:50.222Z[ recovery-image] Sep 21 00:14:49.691 INFO O| Sep 21 00:14:49.691 INFO STEP 222 (remove_files) COMPLETE
54632025-09-21T00:14:50.222Z[ recovery-image] Sep 21 00:14:49.691 INFO O| Sep 21 00:14:49.691 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-09-21T00:14:50.247Z[ recovery-image] Sep 21 00:14:49.706 INFO O| Sep 21 00:14:49.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54652025-09-21T00:14:50.247Z[ recovery-image] Sep 21 00:14:49.706 INFO O| Sep 21 00:14:49.706 INFO STEP 223 (remove_files) COMPLETE
54662025-09-21T00:14:50.247Z[ recovery-image] Sep 21 00:14:49.706 INFO O| Sep 21 00:14:49.706 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-09-21T00:14:50.247Z[ recovery-image] Sep 21 00:14:49.718 INFO O| Sep 21 00:14:49.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54682025-09-21T00:14:50.247Z[ recovery-image] Sep 21 00:14:49.718 INFO O| Sep 21 00:14:49.718 INFO STEP 224 (remove_files) COMPLETE
54692025-09-21T00:14:50.247Z[ recovery-image] Sep 21 00:14:49.718 INFO O| Sep 21 00:14:49.718 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-09-21T00:14:50.272Z[ recovery-image] Sep 21 00:14:49.731 INFO O| Sep 21 00:14:49.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54712025-09-21T00:14:50.272Z[ recovery-image] Sep 21 00:14:49.731 INFO O| Sep 21 00:14:49.731 INFO STEP 225 (remove_files) COMPLETE
54722025-09-21T00:14:50.272Z[ recovery-image] Sep 21 00:14:49.731 INFO O| Sep 21 00:14:49.731 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-09-21T00:14:50.272Z[ recovery-image] Sep 21 00:14:49.742 INFO O| Sep 21 00:14:49.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54742025-09-21T00:14:50.272Z[ recovery-image] Sep 21 00:14:49.742 INFO O| Sep 21 00:14:49.742 INFO STEP 226 (remove_files) COMPLETE
54752025-09-21T00:14:50.272Z[ recovery-image] Sep 21 00:14:49.742 INFO O| Sep 21 00:14:49.742 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-09-21T00:14:50.297Z[ recovery-image] Sep 21 00:14:49.757 INFO O| Sep 21 00:14:49.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54772025-09-21T00:14:50.297Z[ recovery-image] Sep 21 00:14:49.757 INFO O| Sep 21 00:14:49.757 INFO STEP 227 (remove_files) COMPLETE
54782025-09-21T00:14:50.297Z[ recovery-image] Sep 21 00:14:49.757 INFO O| Sep 21 00:14:49.757 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-09-21T00:14:50.297Z[ recovery-image] Sep 21 00:14:49.769 INFO O| Sep 21 00:14:49.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54802025-09-21T00:14:50.297Z[ recovery-image] Sep 21 00:14:49.769 INFO O| Sep 21 00:14:49.769 INFO STEP 228 (remove_files) COMPLETE
54812025-09-21T00:14:50.297Z[ recovery-image] Sep 21 00:14:49.769 INFO O| Sep 21 00:14:49.769 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-09-21T00:14:50.322Z[ recovery-image] Sep 21 00:14:49.779 INFO O| Sep 21 00:14:49.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54832025-09-21T00:14:50.322Z[ recovery-image] Sep 21 00:14:49.779 INFO O| Sep 21 00:14:49.779 INFO STEP 229 (remove_files) COMPLETE
54842025-09-21T00:14:50.322Z[ recovery-image] Sep 21 00:14:49.779 INFO O| Sep 21 00:14:49.779 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-09-21T00:14:50.322Z[ recovery-image] Sep 21 00:14:49.791 INFO O| Sep 21 00:14:49.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54862025-09-21T00:14:50.322Z[ recovery-image] Sep 21 00:14:49.791 INFO O| Sep 21 00:14:49.791 INFO STEP 230 (remove_files) COMPLETE
54872025-09-21T00:14:50.322Z[ recovery-image] Sep 21 00:14:49.791 INFO O| Sep 21 00:14:49.791 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-09-21T00:14:50.322Z[ recovery-image] Sep 21 00:14:49.801 INFO O| Sep 21 00:14:49.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54892025-09-21T00:14:50.322Z[ recovery-image] Sep 21 00:14:49.801 INFO O| Sep 21 00:14:49.801 INFO STEP 231 (remove_files) COMPLETE
54902025-09-21T00:14:50.322Z[ recovery-image] Sep 21 00:14:49.801 INFO O| Sep 21 00:14:49.801 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-09-21T00:14:50.347Z[ recovery-image] Sep 21 00:14:49.811 INFO O| Sep 21 00:14:49.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54922025-09-21T00:14:50.347Z[ recovery-image] Sep 21 00:14:49.811 INFO O| Sep 21 00:14:49.811 INFO STEP 232 (remove_files) COMPLETE
54932025-09-21T00:14:50.347Z[ recovery-image] Sep 21 00:14:49.811 INFO O| Sep 21 00:14:49.811 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-09-21T00:14:50.347Z[ recovery-image] Sep 21 00:14:49.820 INFO O| Sep 21 00:14:49.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54952025-09-21T00:14:50.347Z[ recovery-image] Sep 21 00:14:49.820 INFO O| Sep 21 00:14:49.820 INFO STEP 233 (remove_files) COMPLETE
54962025-09-21T00:14:50.347Z[ recovery-image] Sep 21 00:14:49.820 INFO O| Sep 21 00:14:49.820 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-09-21T00:14:50.371Z[ recovery-image] Sep 21 00:14:49.830 INFO O| Sep 21 00:14:49.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54982025-09-21T00:14:50.371Z[ recovery-image] Sep 21 00:14:49.830 INFO O| Sep 21 00:14:49.830 INFO STEP 234 (remove_files) COMPLETE
54992025-09-21T00:14:50.371Z[ recovery-image] Sep 21 00:14:49.830 INFO O| Sep 21 00:14:49.830 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-09-21T00:14:50.371Z[ recovery-image] Sep 21 00:14:49.840 INFO O| Sep 21 00:14:49.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55012025-09-21T00:14:50.371Z[ recovery-image] Sep 21 00:14:49.840 INFO O| Sep 21 00:14:49.840 INFO STEP 235 (remove_files) COMPLETE
55022025-09-21T00:14:50.371Z[ recovery-image] Sep 21 00:14:49.840 INFO O| Sep 21 00:14:49.840 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-09-21T00:14:50.372Z[ recovery-image] Sep 21 00:14:49.850 INFO O| Sep 21 00:14:49.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55042025-09-21T00:14:50.372Z[ recovery-image] Sep 21 00:14:49.850 INFO O| Sep 21 00:14:49.850 INFO STEP 236 (remove_files) COMPLETE
55052025-09-21T00:14:50.372Z[ recovery-image] Sep 21 00:14:49.850 INFO O| Sep 21 00:14:49.850 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062025-09-21T00:14:50.398Z[ recovery-image] Sep 21 00:14:49.859 INFO O| Sep 21 00:14:49.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55072025-09-21T00:14:50.398Z[ recovery-image] Sep 21 00:14:49.859 INFO O| Sep 21 00:14:49.859 INFO STEP 237 (remove_files) COMPLETE
55082025-09-21T00:14:50.398Z[ recovery-image] Sep 21 00:14:49.859 INFO O| Sep 21 00:14:49.859 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092025-09-21T00:14:50.398Z[ recovery-image] Sep 21 00:14:49.869 INFO O| Sep 21 00:14:49.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55102025-09-21T00:14:50.398Z[ recovery-image] Sep 21 00:14:49.869 INFO O| Sep 21 00:14:49.869 INFO STEP 238 (remove_files) COMPLETE
55112025-09-21T00:14:50.398Z[ recovery-image] Sep 21 00:14:49.869 INFO O| Sep 21 00:14:49.869 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-09-21T00:14:50.423Z[ recovery-image] Sep 21 00:14:49.879 INFO O| Sep 21 00:14:49.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55132025-09-21T00:14:50.423Z[ recovery-image] Sep 21 00:14:49.879 INFO O| Sep 21 00:14:49.879 INFO STEP 239 (remove_files) COMPLETE
55142025-09-21T00:14:50.423Z[ recovery-image] Sep 21 00:14:49.879 INFO O| Sep 21 00:14:49.879 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-09-21T00:14:50.423Z[ recovery-image] Sep 21 00:14:49.889 INFO O| Sep 21 00:14:49.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55162025-09-21T00:14:50.423Z[ recovery-image] Sep 21 00:14:49.889 INFO O| Sep 21 00:14:49.889 INFO STEP 240 (remove_files) COMPLETE
55172025-09-21T00:14:50.423Z[ recovery-image] Sep 21 00:14:49.889 INFO O| Sep 21 00:14:49.889 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-09-21T00:14:50.423Z[ recovery-image] Sep 21 00:14:49.899 INFO O| Sep 21 00:14:49.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55192025-09-21T00:14:50.423Z[ recovery-image] Sep 21 00:14:49.899 INFO O| Sep 21 00:14:49.899 INFO STEP 241 (remove_files) COMPLETE
55202025-09-21T00:14:50.423Z[ recovery-image] Sep 21 00:14:49.899 INFO O| Sep 21 00:14:49.899 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212025-09-21T00:14:50.447Z[ recovery-image] Sep 21 00:14:49.908 INFO O| Sep 21 00:14:49.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55222025-09-21T00:14:50.448Z[ recovery-image] Sep 21 00:14:49.908 INFO O| Sep 21 00:14:49.908 INFO STEP 242 (remove_files) COMPLETE
55232025-09-21T00:14:50.448Z[ recovery-image] Sep 21 00:14:49.908 INFO O| Sep 21 00:14:49.908 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242025-09-21T00:14:50.448Z[ recovery-image] Sep 21 00:14:49.918 INFO O| Sep 21 00:14:49.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55252025-09-21T00:14:50.448Z[ recovery-image] Sep 21 00:14:49.918 INFO O| Sep 21 00:14:49.918 INFO STEP 243 (remove_files) COMPLETE
55262025-09-21T00:14:50.448Z[ recovery-image] Sep 21 00:14:49.918 INFO O| Sep 21 00:14:49.918 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-09-21T00:14:50.448Z[ recovery-image] Sep 21 00:14:49.928 INFO O| Sep 21 00:14:49.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55282025-09-21T00:14:50.448Z[ recovery-image] Sep 21 00:14:49.928 INFO O| Sep 21 00:14:49.928 INFO STEP 244 (remove_files) COMPLETE
55292025-09-21T00:14:50.448Z[ recovery-image] Sep 21 00:14:49.928 INFO O| Sep 21 00:14:49.928 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-09-21T00:14:50.497Z[ recovery-image] Sep 21 00:14:49.938 INFO O| Sep 21 00:14:49.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55312025-09-21T00:14:50.497Z[ recovery-image] Sep 21 00:14:49.938 INFO O| Sep 21 00:14:49.938 INFO STEP 245 (remove_files) COMPLETE
55322025-09-21T00:14:50.497Z[ recovery-image] Sep 21 00:14:49.938 INFO O| Sep 21 00:14:49.938 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.950 INFO O| Sep 21 00:14:49.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55342025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.950 INFO O| Sep 21 00:14:49.950 INFO STEP 246 (remove_files) COMPLETE
55352025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.950 INFO O| Sep 21 00:14:49.950 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.961 INFO O| Sep 21 00:14:49.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55372025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.961 INFO O| Sep 21 00:14:49.961 INFO STEP 247 (remove_files) COMPLETE
55382025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.961 INFO O| Sep 21 00:14:49.961 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.971 INFO O| Sep 21 00:14:49.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55402025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.971 INFO O| Sep 21 00:14:49.971 INFO STEP 248 (remove_files) COMPLETE
55412025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.971 INFO O| Sep 21 00:14:49.971 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.981 INFO O| Sep 21 00:14:49.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55432025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.981 INFO O| Sep 21 00:14:49.981 INFO STEP 249 (remove_files) COMPLETE
55442025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.981 INFO O| Sep 21 00:14:49.981 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.991 INFO O| Sep 21 00:14:49.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55462025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.991 INFO O| Sep 21 00:14:49.991 INFO STEP 250 (remove_files) COMPLETE
55472025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:49.991 INFO O| Sep 21 00:14:49.991 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:50.001 INFO O| Sep 21 00:14:50.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55492025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:50.001 INFO O| Sep 21 00:14:50.001 INFO STEP 251 (remove_files) COMPLETE
55502025-09-21T00:14:50.522Z[ recovery-image] Sep 21 00:14:50.001 INFO O| Sep 21 00:14:50.001 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-09-21T00:14:50.547Z[ recovery-image] Sep 21 00:14:50.011 INFO O| Sep 21 00:14:50.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55522025-09-21T00:14:50.547Z[ recovery-image] Sep 21 00:14:50.011 INFO O| Sep 21 00:14:50.011 INFO STEP 252 (remove_files) COMPLETE
55532025-09-21T00:14:50.547Z[ recovery-image] Sep 21 00:14:50.011 INFO O| Sep 21 00:14:50.011 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-09-21T00:14:50.547Z[ recovery-image] Sep 21 00:14:50.021 INFO O| Sep 21 00:14:50.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55552025-09-21T00:14:50.547Z[ recovery-image] Sep 21 00:14:50.021 INFO O| Sep 21 00:14:50.021 INFO STEP 253 (remove_files) COMPLETE
55562025-09-21T00:14:50.547Z[ recovery-image] Sep 21 00:14:50.021 INFO O| Sep 21 00:14:50.021 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-09-21T00:14:50.572Z[ recovery-image] Sep 21 00:14:50.031 INFO O| Sep 21 00:14:50.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55582025-09-21T00:14:50.572Z[ recovery-image] Sep 21 00:14:50.031 INFO O| Sep 21 00:14:50.031 INFO STEP 254 (remove_files) COMPLETE
55592025-09-21T00:14:50.572Z[ recovery-image] Sep 21 00:14:50.031 INFO O| Sep 21 00:14:50.031 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-09-21T00:14:50.572Z[ recovery-image] Sep 21 00:14:50.042 INFO O| Sep 21 00:14:50.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55612025-09-21T00:14:50.572Z[ recovery-image] Sep 21 00:14:50.042 INFO O| Sep 21 00:14:50.042 INFO STEP 255 (remove_files) COMPLETE
55622025-09-21T00:14:50.572Z[ recovery-image] Sep 21 00:14:50.042 INFO O| Sep 21 00:14:50.042 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-09-21T00:14:50.572Z[ recovery-image] Sep 21 00:14:50.052 INFO O| Sep 21 00:14:50.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55642025-09-21T00:14:50.572Z[ recovery-image] Sep 21 00:14:50.052 INFO O| Sep 21 00:14:50.052 INFO STEP 256 (remove_files) COMPLETE
55652025-09-21T00:14:50.572Z[ recovery-image] Sep 21 00:14:50.052 INFO O| Sep 21 00:14:50.052 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-09-21T00:14:50.597Z[ recovery-image] Sep 21 00:14:50.067 INFO O| Sep 21 00:14:50.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55672025-09-21T00:14:50.597Z[ recovery-image] Sep 21 00:14:50.067 INFO O| Sep 21 00:14:50.067 INFO STEP 257 (remove_files) COMPLETE
55682025-09-21T00:14:50.597Z[ recovery-image] Sep 21 00:14:50.067 INFO O| Sep 21 00:14:50.067 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-09-21T00:14:50.621Z[ recovery-image] Sep 21 00:14:50.080 INFO O| Sep 21 00:14:50.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55702025-09-21T00:14:50.621Z[ recovery-image] Sep 21 00:14:50.080 INFO O| Sep 21 00:14:50.080 INFO STEP 258 (remove_files) COMPLETE
55712025-09-21T00:14:50.621Z[ recovery-image] Sep 21 00:14:50.080 INFO O| Sep 21 00:14:50.080 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722025-09-21T00:14:50.621Z[ recovery-image] Sep 21 00:14:50.090 INFO O| Sep 21 00:14:50.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55732025-09-21T00:14:50.621Z[ recovery-image] Sep 21 00:14:50.090 INFO O| Sep 21 00:14:50.090 INFO STEP 259 (remove_files) COMPLETE
55742025-09-21T00:14:50.621Z[ recovery-image] Sep 21 00:14:50.090 INFO O| Sep 21 00:14:50.090 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752025-09-21T00:14:50.621Z[ recovery-image] Sep 21 00:14:50.100 INFO O| Sep 21 00:14:50.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55762025-09-21T00:14:50.621Z[ recovery-image] Sep 21 00:14:50.100 INFO O| Sep 21 00:14:50.100 INFO STEP 260 (remove_files) COMPLETE
55772025-09-21T00:14:50.621Z[ recovery-image] Sep 21 00:14:50.100 INFO O| Sep 21 00:14:50.100 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782025-09-21T00:14:50.646Z[ recovery-image] Sep 21 00:14:50.110 INFO O| Sep 21 00:14:50.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55792025-09-21T00:14:50.646Z[ recovery-image] Sep 21 00:14:50.110 INFO O| Sep 21 00:14:50.110 INFO STEP 261 (remove_files) COMPLETE
55802025-09-21T00:14:50.646Z[ recovery-image] Sep 21 00:14:50.110 INFO O| Sep 21 00:14:50.110 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812025-09-21T00:14:50.646Z[ recovery-image] Sep 21 00:14:50.120 INFO O| Sep 21 00:14:50.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55822025-09-21T00:14:50.646Z[ recovery-image] Sep 21 00:14:50.120 INFO O| Sep 21 00:14:50.120 INFO STEP 262 (remove_files) COMPLETE
55832025-09-21T00:14:50.646Z[ recovery-image] Sep 21 00:14:50.120 INFO O| Sep 21 00:14:50.120 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842025-09-21T00:14:50.671Z[ recovery-image] Sep 21 00:14:50.130 INFO O| Sep 21 00:14:50.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55852025-09-21T00:14:50.671Z[ recovery-image] Sep 21 00:14:50.130 INFO O| Sep 21 00:14:50.130 INFO STEP 263 (remove_files) COMPLETE
55862025-09-21T00:14:50.671Z[ recovery-image] Sep 21 00:14:50.130 INFO O| Sep 21 00:14:50.130 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872025-09-21T00:14:50.671Z[ recovery-image] Sep 21 00:14:50.139 INFO O| Sep 21 00:14:50.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55882025-09-21T00:14:50.671Z[ recovery-image] Sep 21 00:14:50.139 INFO O| Sep 21 00:14:50.139 INFO STEP 264 (remove_files) COMPLETE
55892025-09-21T00:14:50.671Z[ recovery-image] Sep 21 00:14:50.139 INFO O| Sep 21 00:14:50.139 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-09-21T00:14:50.671Z[ recovery-image] Sep 21 00:14:50.149 INFO O| Sep 21 00:14:50.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
55912025-09-21T00:14:50.671Z[ recovery-image] Sep 21 00:14:50.149 INFO O| Sep 21 00:14:50.149 INFO STEP 265 (remove_files) COMPLETE
55922025-09-21T00:14:50.671Z[ recovery-image] Sep 21 00:14:50.149 INFO O| Sep 21 00:14:50.149 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-09-21T00:14:50.695Z[ recovery-image] Sep 21 00:14:50.159 INFO O| Sep 21 00:14:50.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55942025-09-21T00:14:50.695Z[ recovery-image] Sep 21 00:14:50.159 INFO O| Sep 21 00:14:50.159 INFO STEP 266 (remove_files) COMPLETE
55952025-09-21T00:14:50.696Z[ recovery-image] Sep 21 00:14:50.159 INFO O| Sep 21 00:14:50.159 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-09-21T00:14:50.696Z[ recovery-image] Sep 21 00:14:50.173 INFO O| Sep 21 00:14:50.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55972025-09-21T00:14:50.696Z[ recovery-image] Sep 21 00:14:50.173 INFO O| Sep 21 00:14:50.173 INFO STEP 267 (remove_files) COMPLETE
55982025-09-21T00:14:50.696Z[ recovery-image] Sep 21 00:14:50.173 INFO O| Sep 21 00:14:50.173 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-09-21T00:14:50.720Z[ recovery-image] Sep 21 00:14:50.183 INFO O| Sep 21 00:14:50.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56002025-09-21T00:14:50.720Z[ recovery-image] Sep 21 00:14:50.183 INFO O| Sep 21 00:14:50.183 INFO STEP 268 (remove_files) COMPLETE
56012025-09-21T00:14:50.720Z[ recovery-image] Sep 21 00:14:50.183 INFO O| Sep 21 00:14:50.183 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-09-21T00:14:50.720Z[ recovery-image] Sep 21 00:14:50.193 INFO O| Sep 21 00:14:50.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56032025-09-21T00:14:50.720Z[ recovery-image] Sep 21 00:14:50.193 INFO O| Sep 21 00:14:50.193 INFO STEP 269 (remove_files) COMPLETE
56042025-09-21T00:14:50.721Z[ recovery-image] Sep 21 00:14:50.193 INFO O| Sep 21 00:14:50.193 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-09-21T00:14:50.745Z[ recovery-image] Sep 21 00:14:50.202 INFO O| Sep 21 00:14:50.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56062025-09-21T00:14:50.745Z[ recovery-image] Sep 21 00:14:50.202 INFO O| Sep 21 00:14:50.202 INFO STEP 270 (remove_files) COMPLETE
56072025-09-21T00:14:50.745Z[ recovery-image] Sep 21 00:14:50.203 INFO O| Sep 21 00:14:50.202 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-09-21T00:14:50.745Z[ recovery-image] Sep 21 00:14:50.212 INFO O| Sep 21 00:14:50.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56092025-09-21T00:14:50.745Z[ recovery-image] Sep 21 00:14:50.212 INFO O| Sep 21 00:14:50.212 INFO STEP 271 (remove_files) COMPLETE
56102025-09-21T00:14:50.745Z[ recovery-image] Sep 21 00:14:50.212 INFO O| Sep 21 00:14:50.212 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-09-21T00:14:50.745Z[ recovery-image] Sep 21 00:14:50.225 INFO O| Sep 21 00:14:50.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56122025-09-21T00:14:50.745Z[ recovery-image] Sep 21 00:14:50.225 INFO O| Sep 21 00:14:50.225 INFO STEP 272 (remove_files) COMPLETE
56132025-09-21T00:14:50.745Z[ recovery-image] Sep 21 00:14:50.225 INFO O| Sep 21 00:14:50.225 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-09-21T00:14:50.771Z[ recovery-image] Sep 21 00:14:50.235 INFO O| Sep 21 00:14:50.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56152025-09-21T00:14:50.771Z[ recovery-image] Sep 21 00:14:50.235 INFO O| Sep 21 00:14:50.235 INFO STEP 273 (remove_files) COMPLETE
56162025-09-21T00:14:50.771Z[ recovery-image] Sep 21 00:14:50.235 INFO O| Sep 21 00:14:50.235 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172025-09-21T00:14:50.771Z[ recovery-image] Sep 21 00:14:50.245 INFO O| Sep 21 00:14:50.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56182025-09-21T00:14:50.771Z[ recovery-image] Sep 21 00:14:50.245 INFO O| Sep 21 00:14:50.245 INFO STEP 274 (remove_files) COMPLETE
56192025-09-21T00:14:50.771Z[ recovery-image] Sep 21 00:14:50.245 INFO O| Sep 21 00:14:50.245 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202025-09-21T00:14:50.796Z[ recovery-image] Sep 21 00:14:50.255 INFO O| Sep 21 00:14:50.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56212025-09-21T00:14:50.796Z[ recovery-image] Sep 21 00:14:50.255 INFO O| Sep 21 00:14:50.255 INFO STEP 275 (remove_files) COMPLETE
56222025-09-21T00:14:50.796Z[ recovery-image] Sep 21 00:14:50.255 INFO O| Sep 21 00:14:50.255 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-09-21T00:14:50.796Z[ recovery-image] Sep 21 00:14:50.265 INFO O| Sep 21 00:14:50.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56242025-09-21T00:14:50.796Z[ recovery-image] Sep 21 00:14:50.265 INFO O| Sep 21 00:14:50.265 INFO STEP 276 (remove_files) COMPLETE
56252025-09-21T00:14:50.796Z[ recovery-image] Sep 21 00:14:50.265 INFO O| Sep 21 00:14:50.265 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-09-21T00:14:50.796Z[ recovery-image] Sep 21 00:14:50.275 INFO O| Sep 21 00:14:50.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56272025-09-21T00:14:50.796Z[ recovery-image] Sep 21 00:14:50.275 INFO O| Sep 21 00:14:50.275 INFO STEP 277 (remove_files) COMPLETE
56282025-09-21T00:14:50.796Z[ recovery-image] Sep 21 00:14:50.275 INFO O| Sep 21 00:14:50.275 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-09-21T00:14:50.821Z[ recovery-image] Sep 21 00:14:50.285 INFO O| Sep 21 00:14:50.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56302025-09-21T00:14:50.821Z[ recovery-image] Sep 21 00:14:50.285 INFO O| Sep 21 00:14:50.285 INFO STEP 278 (remove_files) COMPLETE
56312025-09-21T00:14:50.821Z[ recovery-image] Sep 21 00:14:50.285 INFO O| Sep 21 00:14:50.285 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-09-21T00:14:50.821Z[ recovery-image] Sep 21 00:14:50.295 INFO O| Sep 21 00:14:50.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56332025-09-21T00:14:50.821Z[ recovery-image] Sep 21 00:14:50.295 INFO O| Sep 21 00:14:50.295 INFO STEP 279 (remove_files) COMPLETE
56342025-09-21T00:14:50.821Z[ recovery-image] Sep 21 00:14:50.295 INFO O| Sep 21 00:14:50.295 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-09-21T00:14:50.846Z[ recovery-image] Sep 21 00:14:50.305 INFO O| Sep 21 00:14:50.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56362025-09-21T00:14:50.846Z[ recovery-image] Sep 21 00:14:50.305 INFO O| Sep 21 00:14:50.305 INFO STEP 280 (remove_files) COMPLETE
56372025-09-21T00:14:50.846Z[ recovery-image] Sep 21 00:14:50.305 INFO O| Sep 21 00:14:50.305 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-09-21T00:14:50.846Z[ recovery-image] Sep 21 00:14:50.314 INFO O| Sep 21 00:14:50.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56392025-09-21T00:14:50.846Z[ recovery-image] Sep 21 00:14:50.314 INFO O| Sep 21 00:14:50.314 INFO STEP 281 (remove_files) COMPLETE
56402025-09-21T00:14:50.846Z[ recovery-image] Sep 21 00:14:50.314 INFO O| Sep 21 00:14:50.314 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-09-21T00:14:50.846Z[ recovery-image] Sep 21 00:14:50.324 INFO O| Sep 21 00:14:50.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56422025-09-21T00:14:50.846Z[ recovery-image] Sep 21 00:14:50.324 INFO O| Sep 21 00:14:50.324 INFO STEP 282 (remove_files) COMPLETE
56432025-09-21T00:14:50.846Z[ recovery-image] Sep 21 00:14:50.324 INFO O| Sep 21 00:14:50.324 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-09-21T00:14:50.871Z[ recovery-image] Sep 21 00:14:50.334 INFO O| Sep 21 00:14:50.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56452025-09-21T00:14:50.871Z[ recovery-image] Sep 21 00:14:50.334 INFO O| Sep 21 00:14:50.334 INFO STEP 283 (remove_files) COMPLETE
56462025-09-21T00:14:50.871Z[ recovery-image] Sep 21 00:14:50.334 INFO O| Sep 21 00:14:50.334 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-09-21T00:14:50.871Z[ recovery-image] Sep 21 00:14:50.344 INFO O| Sep 21 00:14:50.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56482025-09-21T00:14:50.871Z[ recovery-image] Sep 21 00:14:50.344 INFO O| Sep 21 00:14:50.344 INFO STEP 284 (remove_files) COMPLETE
56492025-09-21T00:14:50.871Z[ recovery-image] Sep 21 00:14:50.344 INFO O| Sep 21 00:14:50.344 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-09-21T00:14:50.896Z[ recovery-image] Sep 21 00:14:50.354 INFO O| Sep 21 00:14:50.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56512025-09-21T00:14:50.896Z[ recovery-image] Sep 21 00:14:50.354 INFO O| Sep 21 00:14:50.354 INFO STEP 285 (remove_files) COMPLETE
56522025-09-21T00:14:50.896Z[ recovery-image] Sep 21 00:14:50.354 INFO O| Sep 21 00:14:50.354 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-09-21T00:14:50.896Z[ recovery-image] Sep 21 00:14:50.364 INFO O| Sep 21 00:14:50.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56542025-09-21T00:14:50.896Z[ recovery-image] Sep 21 00:14:50.364 INFO O| Sep 21 00:14:50.364 INFO STEP 286 (remove_files) COMPLETE
56552025-09-21T00:14:50.896Z[ recovery-image] Sep 21 00:14:50.364 INFO O| Sep 21 00:14:50.364 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-09-21T00:14:50.896Z[ recovery-image] Sep 21 00:14:50.374 INFO O| Sep 21 00:14:50.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56572025-09-21T00:14:50.896Z[ recovery-image] Sep 21 00:14:50.374 INFO O| Sep 21 00:14:50.374 INFO STEP 287 (remove_files) COMPLETE
56582025-09-21T00:14:50.896Z[ recovery-image] Sep 21 00:14:50.374 INFO O| Sep 21 00:14:50.374 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-09-21T00:14:50.923Z[ recovery-image] Sep 21 00:14:50.383 INFO O| Sep 21 00:14:50.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56602025-09-21T00:14:50.923Z[ recovery-image] Sep 21 00:14:50.384 INFO O| Sep 21 00:14:50.384 INFO STEP 288 (remove_files) COMPLETE
56612025-09-21T00:14:50.923Z[ recovery-image] Sep 21 00:14:50.384 INFO O| Sep 21 00:14:50.384 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-09-21T00:14:50.923Z[ recovery-image] Sep 21 00:14:50.394 INFO O| Sep 21 00:14:50.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56632025-09-21T00:14:50.923Z[ recovery-image] Sep 21 00:14:50.394 INFO O| Sep 21 00:14:50.394 INFO STEP 289 (remove_files) COMPLETE
56642025-09-21T00:14:50.923Z[ recovery-image] Sep 21 00:14:50.394 INFO O| Sep 21 00:14:50.394 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-09-21T00:14:50.923Z[ recovery-image] Sep 21 00:14:50.403 INFO O| Sep 21 00:14:50.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56662025-09-21T00:14:50.923Z[ recovery-image] Sep 21 00:14:50.404 INFO O| Sep 21 00:14:50.403 INFO STEP 290 (remove_files) COMPLETE
56672025-09-21T00:14:50.923Z[ recovery-image] Sep 21 00:14:50.404 INFO O| Sep 21 00:14:50.404 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-09-21T00:14:50.947Z[ recovery-image] Sep 21 00:14:50.418 INFO O| Sep 21 00:14:50.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56692025-09-21T00:14:50.948Z[ recovery-image] Sep 21 00:14:50.418 INFO O| Sep 21 00:14:50.418 INFO STEP 291 (remove_files) COMPLETE
56702025-09-21T00:14:50.948Z[ recovery-image] Sep 21 00:14:50.418 INFO O| Sep 21 00:14:50.418 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-09-21T00:14:50.948Z[ recovery-image] Sep 21 00:14:50.427 INFO O| Sep 21 00:14:50.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56722025-09-21T00:14:50.948Z[ recovery-image] Sep 21 00:14:50.428 INFO O| Sep 21 00:14:50.428 INFO STEP 292 (remove_files) COMPLETE
56732025-09-21T00:14:50.948Z[ recovery-image] Sep 21 00:14:50.428 INFO O| Sep 21 00:14:50.428 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.437 INFO O| Sep 21 00:14:50.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56752025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.437 INFO O| Sep 21 00:14:50.437 INFO STEP 293 (remove_files) COMPLETE
56762025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.437 INFO O| Sep 21 00:14:50.437 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.447 INFO O| Sep 21 00:14:50.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56782025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.447 INFO O| Sep 21 00:14:50.447 INFO STEP 294 (remove_files) COMPLETE
56792025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.447 INFO O| Sep 21 00:14:50.447 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.457 INFO O| Sep 21 00:14:50.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56812025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.457 INFO O| Sep 21 00:14:50.457 INFO STEP 295 (remove_files) COMPLETE
56822025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.457 INFO O| Sep 21 00:14:50.457 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.467 INFO O| Sep 21 00:14:50.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56842025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.467 INFO O| Sep 21 00:14:50.467 INFO STEP 296 (remove_files) COMPLETE
56852025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.467 INFO O| Sep 21 00:14:50.467 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.476 INFO O| Sep 21 00:14:50.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56872025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.476 INFO O| Sep 21 00:14:50.476 INFO STEP 297 (remove_files) COMPLETE
56882025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.476 INFO O| Sep 21 00:14:50.476 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.486 INFO O| Sep 21 00:14:50.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56902025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.486 INFO O| Sep 21 00:14:50.486 INFO STEP 298 (remove_files) COMPLETE
56912025-09-21T00:14:51.013Z[ recovery-image] Sep 21 00:14:50.486 INFO O| Sep 21 00:14:50.486 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-09-21T00:14:51.039Z[ recovery-image] Sep 21 00:14:50.496 INFO O| Sep 21 00:14:50.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56932025-09-21T00:14:51.040Z[ recovery-image] Sep 21 00:14:50.497 INFO O| Sep 21 00:14:50.496 INFO STEP 299 (remove_files) COMPLETE
56942025-09-21T00:14:51.040Z[ recovery-image] Sep 21 00:14:50.497 INFO O| Sep 21 00:14:50.496 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-09-21T00:14:51.040Z[ recovery-image] Sep 21 00:14:50.506 INFO O| Sep 21 00:14:50.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56962025-09-21T00:14:51.040Z[ recovery-image] Sep 21 00:14:50.506 INFO O| Sep 21 00:14:50.506 INFO STEP 300 (remove_files) COMPLETE
56972025-09-21T00:14:51.040Z[ recovery-image] Sep 21 00:14:50.507 INFO O| Sep 21 00:14:50.506 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-09-21T00:14:51.040Z[ recovery-image] Sep 21 00:14:50.516 INFO O| Sep 21 00:14:50.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56992025-09-21T00:14:51.040Z[ recovery-image] Sep 21 00:14:50.517 INFO O| Sep 21 00:14:50.517 INFO STEP 301 (remove_files) COMPLETE
57002025-09-21T00:14:51.040Z[ recovery-image] Sep 21 00:14:50.517 INFO O| Sep 21 00:14:50.517 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-09-21T00:14:51.065Z[ recovery-image] Sep 21 00:14:50.527 INFO O| Sep 21 00:14:50.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57022025-09-21T00:14:51.065Z[ recovery-image] Sep 21 00:14:50.527 INFO O| Sep 21 00:14:50.527 INFO STEP 302 (remove_files) COMPLETE
57032025-09-21T00:14:51.065Z[ recovery-image] Sep 21 00:14:50.527 INFO O| Sep 21 00:14:50.527 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-09-21T00:14:51.065Z[ recovery-image] Sep 21 00:14:50.537 INFO O| Sep 21 00:14:50.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57052025-09-21T00:14:51.065Z[ recovery-image] Sep 21 00:14:50.537 INFO O| Sep 21 00:14:50.537 INFO STEP 303 (remove_files) COMPLETE
57062025-09-21T00:14:51.065Z[ recovery-image] Sep 21 00:14:50.537 INFO O| Sep 21 00:14:50.537 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-09-21T00:14:51.065Z[ recovery-image] Sep 21 00:14:50.546 INFO O| Sep 21 00:14:50.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57082025-09-21T00:14:51.065Z[ recovery-image] Sep 21 00:14:50.546 INFO O| Sep 21 00:14:50.546 INFO STEP 304 (remove_files) COMPLETE
57092025-09-21T00:14:51.065Z[ recovery-image] Sep 21 00:14:50.546 INFO O| Sep 21 00:14:50.546 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-09-21T00:14:51.090Z[ recovery-image] Sep 21 00:14:50.556 INFO O| Sep 21 00:14:50.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57112025-09-21T00:14:51.090Z[ recovery-image] Sep 21 00:14:50.556 INFO O| Sep 21 00:14:50.556 INFO STEP 305 (remove_files) COMPLETE
57122025-09-21T00:14:51.090Z[ recovery-image] Sep 21 00:14:50.556 INFO O| Sep 21 00:14:50.556 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-09-21T00:14:51.090Z[ recovery-image] Sep 21 00:14:50.566 INFO O| Sep 21 00:14:50.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57142025-09-21T00:14:51.090Z[ recovery-image] Sep 21 00:14:50.566 INFO O| Sep 21 00:14:50.566 INFO STEP 306 (remove_files) COMPLETE
57152025-09-21T00:14:51.090Z[ recovery-image] Sep 21 00:14:50.566 INFO O| Sep 21 00:14:50.566 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-09-21T00:14:51.114Z[ recovery-image] Sep 21 00:14:50.576 INFO O| Sep 21 00:14:50.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57172025-09-21T00:14:51.114Z[ recovery-image] Sep 21 00:14:50.576 INFO O| Sep 21 00:14:50.576 INFO STEP 307 (remove_files) COMPLETE
57182025-09-21T00:14:51.114Z[ recovery-image] Sep 21 00:14:50.576 INFO O| Sep 21 00:14:50.576 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-09-21T00:14:51.114Z[ recovery-image] Sep 21 00:14:50.589 INFO O| Sep 21 00:14:50.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57202025-09-21T00:14:51.114Z[ recovery-image] Sep 21 00:14:50.589 INFO O| Sep 21 00:14:50.589 INFO STEP 308 (remove_files) COMPLETE
57212025-09-21T00:14:51.114Z[ recovery-image] Sep 21 00:14:50.589 INFO O| Sep 21 00:14:50.589 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-09-21T00:14:51.139Z[ recovery-image] Sep 21 00:14:50.602 INFO O| Sep 21 00:14:50.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57232025-09-21T00:14:51.139Z[ recovery-image] Sep 21 00:14:50.602 INFO O| Sep 21 00:14:50.602 INFO STEP 309 (remove_files) COMPLETE
57242025-09-21T00:14:51.139Z[ recovery-image] Sep 21 00:14:50.602 INFO O| Sep 21 00:14:50.602 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-09-21T00:14:51.139Z[ recovery-image] Sep 21 00:14:50.614 INFO O| Sep 21 00:14:50.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57262025-09-21T00:14:51.139Z[ recovery-image] Sep 21 00:14:50.614 INFO O| Sep 21 00:14:50.614 INFO STEP 310 (remove_files) COMPLETE
57272025-09-21T00:14:51.139Z[ recovery-image] Sep 21 00:14:50.614 INFO O| Sep 21 00:14:50.614 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-09-21T00:14:51.164Z[ recovery-image] Sep 21 00:14:50.626 INFO O| Sep 21 00:14:50.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57292025-09-21T00:14:51.164Z[ recovery-image] Sep 21 00:14:50.626 INFO O| Sep 21 00:14:50.626 INFO STEP 311 (remove_files) COMPLETE
57302025-09-21T00:14:51.164Z[ recovery-image] Sep 21 00:14:50.626 INFO O| Sep 21 00:14:50.626 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-09-21T00:14:51.164Z[ recovery-image] Sep 21 00:14:50.637 INFO O| Sep 21 00:14:50.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57322025-09-21T00:14:51.164Z[ recovery-image] Sep 21 00:14:50.638 INFO O| Sep 21 00:14:50.638 INFO STEP 312 (remove_files) COMPLETE
57332025-09-21T00:14:51.164Z[ recovery-image] Sep 21 00:14:50.638 INFO O| Sep 21 00:14:50.638 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342025-09-21T00:14:51.189Z[ recovery-image] Sep 21 00:14:50.650 INFO O| Sep 21 00:14:50.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57352025-09-21T00:14:51.189Z[ recovery-image] Sep 21 00:14:50.650 INFO O| Sep 21 00:14:50.650 INFO STEP 313 (remove_files) COMPLETE
57362025-09-21T00:14:51.189Z[ recovery-image] Sep 21 00:14:50.650 INFO O| Sep 21 00:14:50.650 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-09-21T00:14:51.189Z[ recovery-image] Sep 21 00:14:50.663 INFO O| Sep 21 00:14:50.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57382025-09-21T00:14:51.189Z[ recovery-image] Sep 21 00:14:50.664 INFO O| Sep 21 00:14:50.664 INFO STEP 314 (remove_files) COMPLETE
57392025-09-21T00:14:51.189Z[ recovery-image] Sep 21 00:14:50.664 INFO O| Sep 21 00:14:50.664 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-09-21T00:14:51.213Z[ recovery-image] Sep 21 00:14:50.676 INFO O| Sep 21 00:14:50.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57412025-09-21T00:14:51.213Z[ recovery-image] Sep 21 00:14:50.676 INFO O| Sep 21 00:14:50.676 INFO STEP 315 (remove_files) COMPLETE
57422025-09-21T00:14:51.213Z[ recovery-image] Sep 21 00:14:50.676 INFO O| Sep 21 00:14:50.676 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-09-21T00:14:51.238Z[ recovery-image] Sep 21 00:14:50.704 INFO O| Sep 21 00:14:50.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57442025-09-21T00:14:51.238Z[ recovery-image] Sep 21 00:14:50.705 INFO O| Sep 21 00:14:50.705 INFO STEP 316 (remove_files) COMPLETE
57452025-09-21T00:14:51.238Z[ recovery-image] Sep 21 00:14:50.705 INFO O| Sep 21 00:14:50.705 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-09-21T00:14:51.238Z[ recovery-image] Sep 21 00:14:50.717 INFO O| Sep 21 00:14:50.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57472025-09-21T00:14:51.238Z[ recovery-image] Sep 21 00:14:50.717 INFO O| Sep 21 00:14:50.717 INFO STEP 317 (remove_files) COMPLETE
57482025-09-21T00:14:51.238Z[ recovery-image] Sep 21 00:14:50.717 INFO O| Sep 21 00:14:50.717 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-09-21T00:14:51.263Z[ recovery-image] Sep 21 00:14:50.733 INFO O| Sep 21 00:14:50.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57502025-09-21T00:14:51.263Z[ recovery-image] Sep 21 00:14:50.733 INFO O| Sep 21 00:14:50.733 INFO STEP 318 (remove_files) COMPLETE
57512025-09-21T00:14:51.263Z[ recovery-image] Sep 21 00:14:50.733 INFO O| Sep 21 00:14:50.733 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-09-21T00:14:51.287Z[ recovery-image] Sep 21 00:14:50.749 INFO O| Sep 21 00:14:50.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57532025-09-21T00:14:51.287Z[ recovery-image] Sep 21 00:14:50.749 INFO O| Sep 21 00:14:50.749 INFO STEP 319 (remove_files) COMPLETE
57542025-09-21T00:14:51.287Z[ recovery-image] Sep 21 00:14:50.749 INFO O| Sep 21 00:14:50.749 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-09-21T00:14:51.288Z[ recovery-image] Sep 21 00:14:50.762 INFO O| Sep 21 00:14:50.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57562025-09-21T00:14:51.288Z[ recovery-image] Sep 21 00:14:50.762 INFO O| Sep 21 00:14:50.762 INFO STEP 320 (remove_files) COMPLETE
57572025-09-21T00:14:51.288Z[ recovery-image] Sep 21 00:14:50.762 INFO O| Sep 21 00:14:50.762 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-09-21T00:14:51.312Z[ recovery-image] Sep 21 00:14:50.777 INFO O| Sep 21 00:14:50.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57592025-09-21T00:14:51.312Z[ recovery-image] Sep 21 00:14:50.777 INFO O| Sep 21 00:14:50.777 INFO STEP 321 (remove_files) COMPLETE
57602025-09-21T00:14:51.312Z[ recovery-image] Sep 21 00:14:50.777 INFO O| Sep 21 00:14:50.777 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-09-21T00:14:51.312Z[ recovery-image] Sep 21 00:14:50.787 INFO O| Sep 21 00:14:50.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57622025-09-21T00:14:51.313Z[ recovery-image] Sep 21 00:14:50.787 INFO O| Sep 21 00:14:50.787 INFO STEP 322 (remove_files) COMPLETE
57632025-09-21T00:14:51.313Z[ recovery-image] Sep 21 00:14:50.787 INFO O| Sep 21 00:14:50.787 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-09-21T00:14:51.338Z[ recovery-image] Sep 21 00:14:50.800 INFO O| Sep 21 00:14:50.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57652025-09-21T00:14:51.338Z[ recovery-image] Sep 21 00:14:50.800 INFO O| Sep 21 00:14:50.800 INFO STEP 323 (remove_files) COMPLETE
57662025-09-21T00:14:51.338Z[ recovery-image] Sep 21 00:14:50.800 INFO O| Sep 21 00:14:50.800 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-09-21T00:14:51.338Z[ recovery-image] Sep 21 00:14:50.811 INFO O| Sep 21 00:14:50.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57682025-09-21T00:14:51.338Z[ recovery-image] Sep 21 00:14:50.811 INFO O| Sep 21 00:14:50.811 INFO STEP 324 (remove_files) COMPLETE
57692025-09-21T00:14:51.338Z[ recovery-image] Sep 21 00:14:50.811 INFO O| Sep 21 00:14:50.811 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-09-21T00:14:51.362Z[ recovery-image] Sep 21 00:14:50.825 INFO O| Sep 21 00:14:50.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57712025-09-21T00:14:51.362Z[ recovery-image] Sep 21 00:14:50.825 INFO O| Sep 21 00:14:50.825 INFO STEP 325 (remove_files) COMPLETE
57722025-09-21T00:14:51.362Z[ recovery-image] Sep 21 00:14:50.825 INFO O| Sep 21 00:14:50.825 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-09-21T00:14:51.362Z[ recovery-image] Sep 21 00:14:50.835 INFO O| Sep 21 00:14:50.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57742025-09-21T00:14:51.362Z[ recovery-image] Sep 21 00:14:50.835 INFO O| Sep 21 00:14:50.835 INFO STEP 326 (remove_files) COMPLETE
57752025-09-21T00:14:51.362Z[ recovery-image] Sep 21 00:14:50.835 INFO O| Sep 21 00:14:50.835 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-09-21T00:14:51.387Z[ recovery-image] Sep 21 00:14:50.845 INFO O| Sep 21 00:14:50.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57772025-09-21T00:14:51.387Z[ recovery-image] Sep 21 00:14:50.845 INFO O| Sep 21 00:14:50.845 INFO STEP 327 (remove_files) COMPLETE
57782025-09-21T00:14:51.387Z[ recovery-image] Sep 21 00:14:50.845 INFO O| Sep 21 00:14:50.845 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-09-21T00:14:51.387Z[ recovery-image] Sep 21 00:14:50.855 INFO O| Sep 21 00:14:50.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57802025-09-21T00:14:51.387Z[ recovery-image] Sep 21 00:14:50.855 INFO O| Sep 21 00:14:50.855 INFO STEP 328 (remove_files) COMPLETE
57812025-09-21T00:14:51.387Z[ recovery-image] Sep 21 00:14:50.855 INFO O| Sep 21 00:14:50.855 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-09-21T00:14:51.387Z[ recovery-image] Sep 21 00:14:50.865 INFO O| Sep 21 00:14:50.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57832025-09-21T00:14:51.387Z[ recovery-image] Sep 21 00:14:50.865 INFO O| Sep 21 00:14:50.865 INFO STEP 329 (remove_files) COMPLETE
57842025-09-21T00:14:51.387Z[ recovery-image] Sep 21 00:14:50.865 INFO O| Sep 21 00:14:50.865 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-09-21T00:14:51.412Z[ recovery-image] Sep 21 00:14:50.874 INFO O| Sep 21 00:14:50.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57862025-09-21T00:14:51.412Z[ recovery-image] Sep 21 00:14:50.874 INFO O| Sep 21 00:14:50.874 INFO STEP 330 (remove_files) COMPLETE
57872025-09-21T00:14:51.412Z[ recovery-image] Sep 21 00:14:50.874 INFO O| Sep 21 00:14:50.874 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-09-21T00:14:51.412Z[ recovery-image] Sep 21 00:14:50.884 INFO O| Sep 21 00:14:50.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57892025-09-21T00:14:51.412Z[ recovery-image] Sep 21 00:14:50.884 INFO O| Sep 21 00:14:50.884 INFO STEP 331 (remove_files) COMPLETE
57902025-09-21T00:14:51.412Z[ recovery-image] Sep 21 00:14:50.884 INFO O| Sep 21 00:14:50.884 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-09-21T00:14:51.437Z[ recovery-image] Sep 21 00:14:50.894 INFO O| Sep 21 00:14:50.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57922025-09-21T00:14:51.437Z[ recovery-image] Sep 21 00:14:50.894 INFO O| Sep 21 00:14:50.894 INFO STEP 332 (remove_files) COMPLETE
57932025-09-21T00:14:51.437Z[ recovery-image] Sep 21 00:14:50.894 INFO O| Sep 21 00:14:50.894 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-09-21T00:14:51.437Z[ recovery-image] Sep 21 00:14:50.904 INFO O| Sep 21 00:14:50.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57952025-09-21T00:14:51.437Z[ recovery-image] Sep 21 00:14:50.904 INFO O| Sep 21 00:14:50.904 INFO STEP 333 (remove_files) COMPLETE
57962025-09-21T00:14:51.437Z[ recovery-image] Sep 21 00:14:50.904 INFO O| Sep 21 00:14:50.904 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-09-21T00:14:51.437Z[ recovery-image] Sep 21 00:14:50.914 INFO O| Sep 21 00:14:50.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57982025-09-21T00:14:51.437Z[ recovery-image] Sep 21 00:14:50.914 INFO O| Sep 21 00:14:50.914 INFO STEP 334 (remove_files) COMPLETE
57992025-09-21T00:14:51.437Z[ recovery-image] Sep 21 00:14:50.914 INFO O| Sep 21 00:14:50.914 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-09-21T00:14:51.462Z[ recovery-image] Sep 21 00:14:50.924 INFO O| Sep 21 00:14:50.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58012025-09-21T00:14:51.462Z[ recovery-image] Sep 21 00:14:50.924 INFO O| Sep 21 00:14:50.924 INFO STEP 335 (remove_files) COMPLETE
58022025-09-21T00:14:51.462Z[ recovery-image] Sep 21 00:14:50.924 INFO O| Sep 21 00:14:50.924 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-09-21T00:14:51.462Z[ recovery-image] Sep 21 00:14:50.938 INFO O| Sep 21 00:14:50.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58042025-09-21T00:14:51.462Z[ recovery-image] Sep 21 00:14:50.938 INFO O| Sep 21 00:14:50.938 INFO STEP 336 (remove_files) COMPLETE
58052025-09-21T00:14:51.462Z[ recovery-image] Sep 21 00:14:50.938 INFO O| Sep 21 00:14:50.938 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-09-21T00:14:51.486Z[ recovery-image] Sep 21 00:14:50.949 INFO O| Sep 21 00:14:50.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58072025-09-21T00:14:51.486Z[ recovery-image] Sep 21 00:14:50.949 INFO O| Sep 21 00:14:50.949 INFO STEP 337 (remove_files) COMPLETE
58082025-09-21T00:14:51.487Z[ recovery-image] Sep 21 00:14:50.949 INFO O| Sep 21 00:14:50.949 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-09-21T00:14:51.487Z[ recovery-image] Sep 21 00:14:50.959 INFO O| Sep 21 00:14:50.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58102025-09-21T00:14:51.487Z[ recovery-image] Sep 21 00:14:50.959 INFO O| Sep 21 00:14:50.959 INFO STEP 338 (remove_files) COMPLETE
58112025-09-21T00:14:51.487Z[ recovery-image] Sep 21 00:14:50.959 INFO O| Sep 21 00:14:50.959 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-09-21T00:14:51.511Z[ recovery-image] Sep 21 00:14:50.969 INFO O| Sep 21 00:14:50.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58132025-09-21T00:14:51.511Z[ recovery-image] Sep 21 00:14:50.969 INFO O| Sep 21 00:14:50.969 INFO STEP 339 (remove_files) COMPLETE
58142025-09-21T00:14:51.511Z[ recovery-image] Sep 21 00:14:50.969 INFO O| Sep 21 00:14:50.969 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152025-09-21T00:14:51.511Z[ recovery-image] Sep 21 00:14:50.980 INFO O| Sep 21 00:14:50.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58162025-09-21T00:14:51.511Z[ recovery-image] Sep 21 00:14:50.980 INFO O| Sep 21 00:14:50.980 INFO STEP 340 (remove_files) COMPLETE
58172025-09-21T00:14:51.511Z[ recovery-image] Sep 21 00:14:50.980 INFO O| Sep 21 00:14:50.980 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182025-09-21T00:14:51.511Z[ recovery-image] Sep 21 00:14:50.990 INFO O| Sep 21 00:14:50.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58192025-09-21T00:14:51.511Z[ recovery-image] Sep 21 00:14:50.990 INFO O| Sep 21 00:14:50.990 INFO STEP 341 (remove_files) COMPLETE
58202025-09-21T00:14:51.511Z[ recovery-image] Sep 21 00:14:50.990 INFO O| Sep 21 00:14:50.990 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212025-09-21T00:14:51.536Z[ recovery-image] Sep 21 00:14:51.004 INFO O| Sep 21 00:14:51.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58222025-09-21T00:14:51.536Z[ recovery-image] Sep 21 00:14:51.004 INFO O| Sep 21 00:14:51.004 INFO STEP 342 (remove_files) COMPLETE
58232025-09-21T00:14:51.536Z[ recovery-image] Sep 21 00:14:51.004 INFO O| Sep 21 00:14:51.004 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242025-09-21T00:14:51.536Z[ recovery-image] Sep 21 00:14:51.014 INFO O| Sep 21 00:14:51.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58252025-09-21T00:14:51.536Z[ recovery-image] Sep 21 00:14:51.014 INFO O| Sep 21 00:14:51.014 INFO STEP 343 (remove_files) COMPLETE
58262025-09-21T00:14:51.536Z[ recovery-image] Sep 21 00:14:51.014 INFO O| Sep 21 00:14:51.014 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272025-09-21T00:14:51.561Z[ recovery-image] Sep 21 00:14:51.024 INFO O| Sep 21 00:14:51.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58282025-09-21T00:14:51.561Z[ recovery-image] Sep 21 00:14:51.024 INFO O| Sep 21 00:14:51.024 INFO STEP 344 (remove_files) COMPLETE
58292025-09-21T00:14:51.561Z[ recovery-image] Sep 21 00:14:51.024 INFO O| Sep 21 00:14:51.024 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302025-09-21T00:14:51.561Z[ recovery-image] Sep 21 00:14:51.035 INFO O| Sep 21 00:14:51.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58312025-09-21T00:14:51.561Z[ recovery-image] Sep 21 00:14:51.035 INFO O| Sep 21 00:14:51.035 INFO STEP 345 (remove_files) COMPLETE
58322025-09-21T00:14:51.561Z[ recovery-image] Sep 21 00:14:51.035 INFO O| Sep 21 00:14:51.035 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332025-09-21T00:14:51.585Z[ recovery-image] Sep 21 00:14:51.045 INFO O| Sep 21 00:14:51.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58342025-09-21T00:14:51.585Z[ recovery-image] Sep 21 00:14:51.045 INFO O| Sep 21 00:14:51.045 INFO STEP 346 (remove_files) COMPLETE
58352025-09-21T00:14:51.585Z[ recovery-image] Sep 21 00:14:51.045 INFO O| Sep 21 00:14:51.045 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362025-09-21T00:14:51.585Z[ recovery-image] Sep 21 00:14:51.056 INFO O| Sep 21 00:14:51.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58372025-09-21T00:14:51.585Z[ recovery-image] Sep 21 00:14:51.056 INFO O| Sep 21 00:14:51.056 INFO STEP 347 (remove_files) COMPLETE
58382025-09-21T00:14:51.585Z[ recovery-image] Sep 21 00:14:51.056 INFO O| Sep 21 00:14:51.056 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392025-09-21T00:14:51.585Z[ recovery-image] Sep 21 00:14:51.066 INFO O| Sep 21 00:14:51.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58402025-09-21T00:14:51.585Z[ recovery-image] Sep 21 00:14:51.066 INFO O| Sep 21 00:14:51.066 INFO STEP 348 (remove_files) COMPLETE
58412025-09-21T00:14:51.585Z[ recovery-image] Sep 21 00:14:51.066 INFO O| Sep 21 00:14:51.066 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422025-09-21T00:14:51.611Z[ recovery-image] Sep 21 00:14:51.076 INFO O| Sep 21 00:14:51.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58432025-09-21T00:14:51.611Z[ recovery-image] Sep 21 00:14:51.077 INFO O| Sep 21 00:14:51.077 INFO STEP 349 (remove_files) COMPLETE
58442025-09-21T00:14:51.611Z[ recovery-image] Sep 21 00:14:51.077 INFO O| Sep 21 00:14:51.077 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-09-21T00:14:51.635Z[ recovery-image] Sep 21 00:14:51.097 INFO O| Sep 21 00:14:51.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58462025-09-21T00:14:51.635Z[ recovery-image] Sep 21 00:14:51.097 INFO O| Sep 21 00:14:51.097 INFO STEP 350 (remove_files) COMPLETE
58472025-09-21T00:14:51.635Z[ recovery-image] Sep 21 00:14:51.097 INFO O| Sep 21 00:14:51.097 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-09-21T00:14:51.635Z[ recovery-image] Sep 21 00:14:51.109 INFO O| Sep 21 00:14:51.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58492025-09-21T00:14:51.635Z[ recovery-image] Sep 21 00:14:51.109 INFO O| Sep 21 00:14:51.109 INFO STEP 351 (remove_files) COMPLETE
58502025-09-21T00:14:51.635Z[ recovery-image] Sep 21 00:14:51.109 INFO O| Sep 21 00:14:51.109 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512025-09-21T00:14:51.660Z[ recovery-image] Sep 21 00:14:51.120 INFO O| Sep 21 00:14:51.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58522025-09-21T00:14:51.660Z[ recovery-image] Sep 21 00:14:51.120 INFO O| Sep 21 00:14:51.120 INFO STEP 352 (remove_files) COMPLETE
58532025-09-21T00:14:51.660Z[ recovery-image] Sep 21 00:14:51.120 INFO O| Sep 21 00:14:51.120 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542025-09-21T00:14:51.660Z[ recovery-image] Sep 21 00:14:51.130 INFO O| Sep 21 00:14:51.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58552025-09-21T00:14:51.660Z[ recovery-image] Sep 21 00:14:51.130 INFO O| Sep 21 00:14:51.130 INFO STEP 353 (remove_files) COMPLETE
58562025-09-21T00:14:51.660Z[ recovery-image] Sep 21 00:14:51.130 INFO O| Sep 21 00:14:51.130 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572025-09-21T00:14:51.660Z[ recovery-image] Sep 21 00:14:51.141 INFO O| Sep 21 00:14:51.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58582025-09-21T00:14:51.660Z[ recovery-image] Sep 21 00:14:51.141 INFO O| Sep 21 00:14:51.141 INFO STEP 354 (remove_files) COMPLETE
58592025-09-21T00:14:51.660Z[ recovery-image] Sep 21 00:14:51.141 INFO O| Sep 21 00:14:51.141 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-09-21T00:14:51.685Z[ recovery-image] Sep 21 00:14:51.151 INFO O| Sep 21 00:14:51.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58612025-09-21T00:14:51.685Z[ recovery-image] Sep 21 00:14:51.151 INFO O| Sep 21 00:14:51.151 INFO STEP 355 (remove_files) COMPLETE
58622025-09-21T00:14:51.685Z[ recovery-image] Sep 21 00:14:51.151 INFO O| Sep 21 00:14:51.151 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-09-21T00:14:51.685Z[ recovery-image] Sep 21 00:14:51.161 INFO O| Sep 21 00:14:51.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58642025-09-21T00:14:51.685Z[ recovery-image] Sep 21 00:14:51.161 INFO O| Sep 21 00:14:51.161 INFO STEP 356 (remove_files) COMPLETE
58652025-09-21T00:14:51.685Z[ recovery-image] Sep 21 00:14:51.161 INFO O| Sep 21 00:14:51.161 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-09-21T00:14:51.710Z[ recovery-image] Sep 21 00:14:51.172 INFO O| Sep 21 00:14:51.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58672025-09-21T00:14:51.710Z[ recovery-image] Sep 21 00:14:51.172 INFO O| Sep 21 00:14:51.172 INFO STEP 357 (remove_files) COMPLETE
58682025-09-21T00:14:51.710Z[ recovery-image] Sep 21 00:14:51.172 INFO O| Sep 21 00:14:51.172 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692025-09-21T00:14:51.710Z[ recovery-image] Sep 21 00:14:51.185 INFO O| Sep 21 00:14:51.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58702025-09-21T00:14:51.710Z[ recovery-image] Sep 21 00:14:51.185 INFO O| Sep 21 00:14:51.185 INFO STEP 358 (remove_files) COMPLETE
58712025-09-21T00:14:51.710Z[ recovery-image] Sep 21 00:14:51.185 INFO O| Sep 21 00:14:51.185 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722025-09-21T00:14:51.735Z[ recovery-image] Sep 21 00:14:51.195 INFO O| Sep 21 00:14:51.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58732025-09-21T00:14:51.735Z[ recovery-image] Sep 21 00:14:51.195 INFO O| Sep 21 00:14:51.195 INFO STEP 359 (remove_files) COMPLETE
58742025-09-21T00:14:51.735Z[ recovery-image] Sep 21 00:14:51.195 INFO O| Sep 21 00:14:51.195 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-09-21T00:14:51.735Z[ recovery-image] Sep 21 00:14:51.206 INFO O| Sep 21 00:14:51.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58762025-09-21T00:14:51.735Z[ recovery-image] Sep 21 00:14:51.206 INFO O| Sep 21 00:14:51.206 INFO STEP 360 (remove_files) COMPLETE
58772025-09-21T00:14:51.735Z[ recovery-image] Sep 21 00:14:51.206 INFO O| Sep 21 00:14:51.206 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-09-21T00:14:51.735Z[ recovery-image] Sep 21 00:14:51.216 INFO O| Sep 21 00:14:51.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58792025-09-21T00:14:51.735Z[ recovery-image] Sep 21 00:14:51.216 INFO O| Sep 21 00:14:51.216 INFO STEP 361 (remove_files) COMPLETE
58802025-09-21T00:14:51.735Z[ recovery-image] Sep 21 00:14:51.216 INFO O| Sep 21 00:14:51.216 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812025-09-21T00:14:51.760Z[ recovery-image] Sep 21 00:14:51.226 INFO O| Sep 21 00:14:51.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58822025-09-21T00:14:51.760Z[ recovery-image] Sep 21 00:14:51.226 INFO O| Sep 21 00:14:51.226 INFO STEP 362 (remove_files) COMPLETE
58832025-09-21T00:14:51.760Z[ recovery-image] Sep 21 00:14:51.226 INFO O| Sep 21 00:14:51.226 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842025-09-21T00:14:51.760Z[ recovery-image] Sep 21 00:14:51.237 INFO O| Sep 21 00:14:51.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58852025-09-21T00:14:51.760Z[ recovery-image] Sep 21 00:14:51.237 INFO O| Sep 21 00:14:51.237 INFO STEP 363 (remove_files) COMPLETE
58862025-09-21T00:14:51.760Z[ recovery-image] Sep 21 00:14:51.237 INFO O| Sep 21 00:14:51.237 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-09-21T00:14:51.784Z[ recovery-image] Sep 21 00:14:51.248 INFO O| Sep 21 00:14:51.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58882025-09-21T00:14:51.784Z[ recovery-image] Sep 21 00:14:51.248 INFO O| Sep 21 00:14:51.248 INFO STEP 364 (remove_files) COMPLETE
58892025-09-21T00:14:51.785Z[ recovery-image] Sep 21 00:14:51.248 INFO O| Sep 21 00:14:51.248 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-09-21T00:14:51.785Z[ recovery-image] Sep 21 00:14:51.258 INFO O| Sep 21 00:14:51.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58912025-09-21T00:14:51.785Z[ recovery-image] Sep 21 00:14:51.258 INFO O| Sep 21 00:14:51.258 INFO STEP 365 (remove_files) COMPLETE
58922025-09-21T00:14:51.785Z[ recovery-image] Sep 21 00:14:51.258 INFO O| Sep 21 00:14:51.258 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-09-21T00:14:51.809Z[ recovery-image] Sep 21 00:14:51.269 INFO O| Sep 21 00:14:51.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58942025-09-21T00:14:51.809Z[ recovery-image] Sep 21 00:14:51.269 INFO O| Sep 21 00:14:51.269 INFO STEP 366 (remove_files) COMPLETE
58952025-09-21T00:14:51.809Z[ recovery-image] Sep 21 00:14:51.269 INFO O| Sep 21 00:14:51.269 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-09-21T00:14:51.809Z[ recovery-image] Sep 21 00:14:51.279 INFO O| Sep 21 00:14:51.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58972025-09-21T00:14:51.809Z[ recovery-image] Sep 21 00:14:51.279 INFO O| Sep 21 00:14:51.279 INFO STEP 367 (remove_files) COMPLETE
58982025-09-21T00:14:51.809Z[ recovery-image] Sep 21 00:14:51.279 INFO O| Sep 21 00:14:51.279 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-09-21T00:14:51.809Z[ recovery-image] Sep 21 00:14:51.289 INFO O| Sep 21 00:14:51.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59002025-09-21T00:14:51.809Z[ recovery-image] Sep 21 00:14:51.289 INFO O| Sep 21 00:14:51.289 INFO STEP 368 (remove_files) COMPLETE
59012025-09-21T00:14:51.809Z[ recovery-image] Sep 21 00:14:51.289 INFO O| Sep 21 00:14:51.289 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-09-21T00:14:51.834Z[ recovery-image] Sep 21 00:14:51.299 INFO O| Sep 21 00:14:51.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59032025-09-21T00:14:51.834Z[ recovery-image] Sep 21 00:14:51.299 INFO O| Sep 21 00:14:51.299 INFO STEP 369 (remove_files) COMPLETE
59042025-09-21T00:14:51.834Z[ recovery-image] Sep 21 00:14:51.299 INFO O| Sep 21 00:14:51.299 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-09-21T00:14:51.834Z[ recovery-image] Sep 21 00:14:51.309 INFO O| Sep 21 00:14:51.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59062025-09-21T00:14:51.834Z[ recovery-image] Sep 21 00:14:51.310 INFO O| Sep 21 00:14:51.310 INFO STEP 370 (remove_files) COMPLETE
59072025-09-21T00:14:51.834Z[ recovery-image] Sep 21 00:14:51.310 INFO O| Sep 21 00:14:51.310 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-09-21T00:14:51.859Z[ recovery-image] Sep 21 00:14:51.320 INFO O| Sep 21 00:14:51.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59092025-09-21T00:14:51.859Z[ recovery-image] Sep 21 00:14:51.320 INFO O| Sep 21 00:14:51.320 INFO STEP 371 (remove_files) COMPLETE
59102025-09-21T00:14:51.859Z[ recovery-image] Sep 21 00:14:51.320 INFO O| Sep 21 00:14:51.320 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-09-21T00:14:51.859Z[ recovery-image] Sep 21 00:14:51.330 INFO O| Sep 21 00:14:51.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59122025-09-21T00:14:51.859Z[ recovery-image] Sep 21 00:14:51.330 INFO O| Sep 21 00:14:51.330 INFO STEP 372 (remove_files) COMPLETE
59132025-09-21T00:14:51.859Z[ recovery-image] Sep 21 00:14:51.330 INFO O| Sep 21 00:14:51.330 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-09-21T00:14:51.859Z[ recovery-image] Sep 21 00:14:51.340 INFO O| Sep 21 00:14:51.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59152025-09-21T00:14:51.859Z[ recovery-image] Sep 21 00:14:51.340 INFO O| Sep 21 00:14:51.340 INFO STEP 373 (remove_files) COMPLETE
59162025-09-21T00:14:51.859Z[ recovery-image] Sep 21 00:14:51.340 INFO O| Sep 21 00:14:51.340 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-09-21T00:14:51.884Z[ recovery-image] Sep 21 00:14:51.350 INFO O| Sep 21 00:14:51.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59182025-09-21T00:14:51.884Z[ recovery-image] Sep 21 00:14:51.350 INFO O| Sep 21 00:14:51.350 INFO STEP 374 (remove_files) COMPLETE
59192025-09-21T00:14:51.884Z[ recovery-image] Sep 21 00:14:51.350 INFO O| Sep 21 00:14:51.350 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-09-21T00:14:51.884Z[ recovery-image] Sep 21 00:14:51.360 INFO O| Sep 21 00:14:51.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59212025-09-21T00:14:51.884Z[ recovery-image] Sep 21 00:14:51.360 INFO O| Sep 21 00:14:51.360 INFO STEP 375 (remove_files) COMPLETE
59222025-09-21T00:14:51.884Z[ recovery-image] Sep 21 00:14:51.360 INFO O| Sep 21 00:14:51.360 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-09-21T00:14:51.908Z[ recovery-image] Sep 21 00:14:51.370 INFO O| Sep 21 00:14:51.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59242025-09-21T00:14:51.908Z[ recovery-image] Sep 21 00:14:51.370 INFO O| Sep 21 00:14:51.370 INFO STEP 376 (remove_files) COMPLETE
59252025-09-21T00:14:51.908Z[ recovery-image] Sep 21 00:14:51.370 INFO O| Sep 21 00:14:51.370 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-09-21T00:14:51.909Z[ recovery-image] Sep 21 00:14:51.380 INFO O| Sep 21 00:14:51.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59272025-09-21T00:14:51.909Z[ recovery-image] Sep 21 00:14:51.380 INFO O| Sep 21 00:14:51.380 INFO STEP 377 (remove_files) COMPLETE
59282025-09-21T00:14:51.909Z[ recovery-image] Sep 21 00:14:51.380 INFO O| Sep 21 00:14:51.380 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-09-21T00:14:51.933Z[ recovery-image] Sep 21 00:14:51.390 INFO O| Sep 21 00:14:51.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59302025-09-21T00:14:51.934Z[ recovery-image] Sep 21 00:14:51.390 INFO O| Sep 21 00:14:51.390 INFO STEP 378 (remove_files) COMPLETE
59312025-09-21T00:14:51.934Z[ recovery-image] Sep 21 00:14:51.390 INFO O| Sep 21 00:14:51.390 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-09-21T00:14:51.934Z[ recovery-image] Sep 21 00:14:51.400 INFO O| Sep 21 00:14:51.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59332025-09-21T00:14:51.934Z[ recovery-image] Sep 21 00:14:51.400 INFO O| Sep 21 00:14:51.400 INFO STEP 379 (remove_files) COMPLETE
59342025-09-21T00:14:51.934Z[ recovery-image] Sep 21 00:14:51.400 INFO O| Sep 21 00:14:51.400 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-09-21T00:14:51.934Z[ recovery-image] Sep 21 00:14:51.410 INFO O| Sep 21 00:14:51.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59362025-09-21T00:14:51.934Z[ recovery-image] Sep 21 00:14:51.410 INFO O| Sep 21 00:14:51.410 INFO STEP 380 (remove_files) COMPLETE
59372025-09-21T00:14:51.934Z[ recovery-image] Sep 21 00:14:51.410 INFO O| Sep 21 00:14:51.410 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-09-21T00:14:51.958Z[ recovery-image] Sep 21 00:14:51.420 INFO O| Sep 21 00:14:51.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59392025-09-21T00:14:51.958Z[ recovery-image] Sep 21 00:14:51.420 INFO O| Sep 21 00:14:51.420 INFO STEP 381 (remove_files) COMPLETE
59402025-09-21T00:14:51.958Z[ recovery-image] Sep 21 00:14:51.420 INFO O| Sep 21 00:14:51.420 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-09-21T00:14:51.958Z[ recovery-image] Sep 21 00:14:51.435 INFO O| Sep 21 00:14:51.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59422025-09-21T00:14:51.958Z[ recovery-image] Sep 21 00:14:51.435 INFO O| Sep 21 00:14:51.435 INFO STEP 382 (remove_files) COMPLETE
59432025-09-21T00:14:51.958Z[ recovery-image] Sep 21 00:14:51.435 INFO O| Sep 21 00:14:51.435 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-09-21T00:14:51.983Z[ recovery-image] Sep 21 00:14:51.450 INFO O| Sep 21 00:14:51.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59452025-09-21T00:14:51.983Z[ recovery-image] Sep 21 00:14:51.450 INFO O| Sep 21 00:14:51.450 INFO STEP 383 (remove_files) COMPLETE
59462025-09-21T00:14:51.983Z[ recovery-image] Sep 21 00:14:51.450 INFO O| Sep 21 00:14:51.450 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-09-21T00:14:51.983Z[ recovery-image] Sep 21 00:14:51.463 INFO O| Sep 21 00:14:51.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59482025-09-21T00:14:51.983Z[ recovery-image] Sep 21 00:14:51.463 INFO O| Sep 21 00:14:51.463 INFO STEP 384 (remove_files) COMPLETE
59492025-09-21T00:14:51.983Z[ recovery-image] Sep 21 00:14:51.463 INFO O| Sep 21 00:14:51.463 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-09-21T00:14:52.008Z[ recovery-image] Sep 21 00:14:51.475 INFO O| Sep 21 00:14:51.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59512025-09-21T00:14:52.008Z[ recovery-image] Sep 21 00:14:51.475 INFO O| Sep 21 00:14:51.475 INFO STEP 385 (remove_files) COMPLETE
59522025-09-21T00:14:52.008Z[ recovery-image] Sep 21 00:14:51.475 INFO O| Sep 21 00:14:51.475 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-09-21T00:14:52.008Z[ recovery-image] Sep 21 00:14:51.487 INFO O| Sep 21 00:14:51.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59542025-09-21T00:14:52.008Z[ recovery-image] Sep 21 00:14:51.487 INFO O| Sep 21 00:14:51.487 INFO STEP 386 (remove_files) COMPLETE
59552025-09-21T00:14:52.008Z[ recovery-image] Sep 21 00:14:51.487 INFO O| Sep 21 00:14:51.487 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-09-21T00:14:52.033Z[ recovery-image] Sep 21 00:14:51.497 INFO O| Sep 21 00:14:51.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59572025-09-21T00:14:52.033Z[ recovery-image] Sep 21 00:14:51.497 INFO O| Sep 21 00:14:51.497 INFO STEP 387 (remove_files) COMPLETE
59582025-09-21T00:14:52.033Z[ recovery-image] Sep 21 00:14:51.497 INFO O| Sep 21 00:14:51.497 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-09-21T00:14:52.033Z[ recovery-image] Sep 21 00:14:51.507 INFO O| Sep 21 00:14:51.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59602025-09-21T00:14:52.033Z[ recovery-image] Sep 21 00:14:51.507 INFO O| Sep 21 00:14:51.507 INFO STEP 388 (remove_files) COMPLETE
59612025-09-21T00:14:52.033Z[ recovery-image] Sep 21 00:14:51.508 INFO O| Sep 21 00:14:51.507 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-09-21T00:14:52.057Z[ recovery-image] Sep 21 00:14:51.518 INFO O| Sep 21 00:14:51.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59632025-09-21T00:14:52.057Z[ recovery-image] Sep 21 00:14:51.518 INFO O| Sep 21 00:14:51.518 INFO STEP 389 (remove_files) COMPLETE
59642025-09-21T00:14:52.057Z[ recovery-image] Sep 21 00:14:51.518 INFO O| Sep 21 00:14:51.518 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-09-21T00:14:52.057Z[ recovery-image] Sep 21 00:14:51.528 INFO O| Sep 21 00:14:51.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59662025-09-21T00:14:52.057Z[ recovery-image] Sep 21 00:14:51.528 INFO O| Sep 21 00:14:51.528 INFO STEP 390 (remove_files) COMPLETE
59672025-09-21T00:14:52.057Z[ recovery-image] Sep 21 00:14:51.528 INFO O| Sep 21 00:14:51.528 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-09-21T00:14:52.057Z[ recovery-image] Sep 21 00:14:51.538 INFO O| Sep 21 00:14:51.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59692025-09-21T00:14:52.058Z[ recovery-image] Sep 21 00:14:51.538 INFO O| Sep 21 00:14:51.538 INFO STEP 391 (remove_files) COMPLETE
59702025-09-21T00:14:52.058Z[ recovery-image] Sep 21 00:14:51.538 INFO O| Sep 21 00:14:51.538 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-09-21T00:14:52.084Z[ recovery-image] Sep 21 00:14:51.547 INFO O| Sep 21 00:14:51.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59722025-09-21T00:14:52.084Z[ recovery-image] Sep 21 00:14:51.547 INFO O| Sep 21 00:14:51.547 INFO STEP 392 (remove_files) COMPLETE
59732025-09-21T00:14:52.084Z[ recovery-image] Sep 21 00:14:51.547 INFO O| Sep 21 00:14:51.547 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-09-21T00:14:52.085Z[ recovery-image] Sep 21 00:14:51.557 INFO O| Sep 21 00:14:51.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59752025-09-21T00:14:52.085Z[ recovery-image] Sep 21 00:14:51.557 INFO O| Sep 21 00:14:51.557 INFO STEP 393 (remove_files) COMPLETE
59762025-09-21T00:14:52.085Z[ recovery-image] Sep 21 00:14:51.557 INFO O| Sep 21 00:14:51.557 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-09-21T00:14:52.109Z[ recovery-image] Sep 21 00:14:51.567 INFO O| Sep 21 00:14:51.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59782025-09-21T00:14:52.109Z[ recovery-image] Sep 21 00:14:51.567 INFO O| Sep 21 00:14:51.567 INFO STEP 394 (remove_files) COMPLETE
59792025-09-21T00:14:52.109Z[ recovery-image] Sep 21 00:14:51.567 INFO O| Sep 21 00:14:51.567 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-09-21T00:14:52.109Z[ recovery-image] Sep 21 00:14:51.580 INFO O| Sep 21 00:14:51.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59812025-09-21T00:14:52.109Z[ recovery-image] Sep 21 00:14:51.580 INFO O| Sep 21 00:14:51.580 INFO STEP 395 (remove_files) COMPLETE
59822025-09-21T00:14:52.109Z[ recovery-image] Sep 21 00:14:51.580 INFO O| Sep 21 00:14:51.580 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-09-21T00:14:52.134Z[ recovery-image] Sep 21 00:14:51.591 INFO O| Sep 21 00:14:51.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59842025-09-21T00:14:52.134Z[ recovery-image] Sep 21 00:14:51.591 INFO O| Sep 21 00:14:51.591 INFO STEP 396 (remove_files) COMPLETE
59852025-09-21T00:14:52.134Z[ recovery-image] Sep 21 00:14:51.591 INFO O| Sep 21 00:14:51.591 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-09-21T00:14:52.134Z[ recovery-image] Sep 21 00:14:51.602 INFO O| Sep 21 00:14:51.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59872025-09-21T00:14:52.134Z[ recovery-image] Sep 21 00:14:51.602 INFO O| Sep 21 00:14:51.602 INFO STEP 397 (remove_files) COMPLETE
59882025-09-21T00:14:52.134Z[ recovery-image] Sep 21 00:14:51.602 INFO O| Sep 21 00:14:51.602 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-09-21T00:14:52.134Z[ recovery-image] Sep 21 00:14:51.612 INFO O| Sep 21 00:14:51.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59902025-09-21T00:14:52.134Z[ recovery-image] Sep 21 00:14:51.612 INFO O| Sep 21 00:14:51.612 INFO STEP 398 (remove_files) COMPLETE
59912025-09-21T00:14:52.134Z[ recovery-image] Sep 21 00:14:51.612 INFO O| Sep 21 00:14:51.612 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-09-21T00:14:52.159Z[ recovery-image] Sep 21 00:14:51.622 INFO O| Sep 21 00:14:51.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59932025-09-21T00:14:52.159Z[ recovery-image] Sep 21 00:14:51.622 INFO O| Sep 21 00:14:51.622 INFO STEP 399 (remove_files) COMPLETE
59942025-09-21T00:14:52.159Z[ recovery-image] Sep 21 00:14:51.622 INFO O| Sep 21 00:14:51.622 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-09-21T00:14:52.159Z[ recovery-image] Sep 21 00:14:51.632 INFO O| Sep 21 00:14:51.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59962025-09-21T00:14:52.159Z[ recovery-image] Sep 21 00:14:51.632 INFO O| Sep 21 00:14:51.632 INFO STEP 400 (remove_files) COMPLETE
59972025-09-21T00:14:52.159Z[ recovery-image] Sep 21 00:14:51.632 INFO O| Sep 21 00:14:51.632 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-09-21T00:14:52.183Z[ recovery-image] Sep 21 00:14:51.642 INFO O| Sep 21 00:14:51.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59992025-09-21T00:14:52.183Z[ recovery-image] Sep 21 00:14:51.642 INFO O| Sep 21 00:14:51.642 INFO STEP 401 (remove_files) COMPLETE
60002025-09-21T00:14:52.184Z[ recovery-image] Sep 21 00:14:51.642 INFO O| Sep 21 00:14:51.642 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-09-21T00:14:52.184Z[ recovery-image] Sep 21 00:14:51.656 INFO O| Sep 21 00:14:51.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60022025-09-21T00:14:52.184Z[ recovery-image] Sep 21 00:14:51.656 INFO O| Sep 21 00:14:51.656 INFO STEP 402 (remove_files) COMPLETE
60032025-09-21T00:14:52.184Z[ recovery-image] Sep 21 00:14:51.656 INFO O| Sep 21 00:14:51.656 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-09-21T00:14:52.208Z[ recovery-image] Sep 21 00:14:51.666 INFO O| Sep 21 00:14:51.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60052025-09-21T00:14:52.208Z[ recovery-image] Sep 21 00:14:51.666 INFO O| Sep 21 00:14:51.666 INFO STEP 403 (remove_files) COMPLETE
60062025-09-21T00:14:52.208Z[ recovery-image] Sep 21 00:14:51.666 INFO O| Sep 21 00:14:51.666 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-09-21T00:14:52.208Z[ recovery-image] Sep 21 00:14:51.676 INFO O| Sep 21 00:14:51.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60082025-09-21T00:14:52.208Z[ recovery-image] Sep 21 00:14:51.676 INFO O| Sep 21 00:14:51.676 INFO STEP 404 (remove_files) COMPLETE
60092025-09-21T00:14:52.208Z[ recovery-image] Sep 21 00:14:51.676 INFO O| Sep 21 00:14:51.676 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-09-21T00:14:52.208Z[ recovery-image] Sep 21 00:14:51.689 INFO O| Sep 21 00:14:51.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60112025-09-21T00:14:52.208Z[ recovery-image] Sep 21 00:14:51.689 INFO O| Sep 21 00:14:51.689 INFO STEP 405 (remove_files) COMPLETE
60122025-09-21T00:14:52.208Z[ recovery-image] Sep 21 00:14:51.689 INFO O| Sep 21 00:14:51.689 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-09-21T00:14:52.233Z[ recovery-image] Sep 21 00:14:51.705 INFO O| Sep 21 00:14:51.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60142025-09-21T00:14:52.233Z[ recovery-image] Sep 21 00:14:51.705 INFO O| Sep 21 00:14:51.705 INFO STEP 406 (remove_files) COMPLETE
60152025-09-21T00:14:52.233Z[ recovery-image] Sep 21 00:14:51.705 INFO O| Sep 21 00:14:51.705 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-09-21T00:14:52.258Z[ recovery-image] Sep 21 00:14:51.723 INFO O| Sep 21 00:14:51.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60172025-09-21T00:14:52.258Z[ recovery-image] Sep 21 00:14:51.723 INFO O| Sep 21 00:14:51.723 INFO STEP 407 (remove_files) COMPLETE
60182025-09-21T00:14:52.258Z[ recovery-image] Sep 21 00:14:51.723 INFO O| Sep 21 00:14:51.723 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-09-21T00:14:52.282Z[ recovery-image] Sep 21 00:14:51.740 INFO O| Sep 21 00:14:51.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60202025-09-21T00:14:52.282Z[ recovery-image] Sep 21 00:14:51.740 INFO O| Sep 21 00:14:51.740 INFO STEP 408 (remove_files) COMPLETE
60212025-09-21T00:14:52.282Z[ recovery-image] Sep 21 00:14:51.740 INFO O| Sep 21 00:14:51.740 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-09-21T00:14:52.282Z[ recovery-image] Sep 21 00:14:51.757 INFO O| Sep 21 00:14:51.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60232025-09-21T00:14:52.283Z[ recovery-image] Sep 21 00:14:51.757 INFO O| Sep 21 00:14:51.757 INFO STEP 409 (remove_files) COMPLETE
60242025-09-21T00:14:52.283Z[ recovery-image] Sep 21 00:14:51.757 INFO O| Sep 21 00:14:51.757 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-09-21T00:14:52.307Z[ recovery-image] Sep 21 00:14:51.771 INFO O| Sep 21 00:14:51.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60262025-09-21T00:14:52.307Z[ recovery-image] Sep 21 00:14:51.771 INFO O| Sep 21 00:14:51.771 INFO STEP 410 (remove_files) COMPLETE
60272025-09-21T00:14:52.307Z[ recovery-image] Sep 21 00:14:51.771 INFO O| Sep 21 00:14:51.771 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-09-21T00:14:52.307Z[ recovery-image] Sep 21 00:14:51.787 INFO O| Sep 21 00:14:51.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60292025-09-21T00:14:52.307Z[ recovery-image] Sep 21 00:14:51.787 INFO O| Sep 21 00:14:51.787 INFO STEP 411 (remove_files) COMPLETE
60302025-09-21T00:14:52.307Z[ recovery-image] Sep 21 00:14:51.787 INFO O| Sep 21 00:14:51.787 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-09-21T00:14:52.332Z[ recovery-image] Sep 21 00:14:51.799 INFO O| Sep 21 00:14:51.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60322025-09-21T00:14:52.332Z[ recovery-image] Sep 21 00:14:51.799 INFO O| Sep 21 00:14:51.799 INFO STEP 412 (remove_files) COMPLETE
60332025-09-21T00:14:52.332Z[ recovery-image] Sep 21 00:14:51.799 INFO O| Sep 21 00:14:51.799 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-09-21T00:14:52.357Z[ recovery-image] Sep 21 00:14:51.814 INFO O| Sep 21 00:14:51.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60352025-09-21T00:14:52.357Z[ recovery-image] Sep 21 00:14:51.814 INFO O| Sep 21 00:14:51.814 INFO STEP 413 (remove_files) COMPLETE
60362025-09-21T00:14:52.357Z[ recovery-image] Sep 21 00:14:51.814 INFO O| Sep 21 00:14:51.814 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-09-21T00:14:52.357Z[ recovery-image] Sep 21 00:14:51.828 INFO O| Sep 21 00:14:51.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60382025-09-21T00:14:52.357Z[ recovery-image] Sep 21 00:14:51.828 INFO O| Sep 21 00:14:51.828 INFO STEP 414 (remove_files) COMPLETE
60392025-09-21T00:14:52.357Z[ recovery-image] Sep 21 00:14:51.828 INFO O| Sep 21 00:14:51.828 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-09-21T00:14:52.382Z[ recovery-image] Sep 21 00:14:51.841 INFO O| Sep 21 00:14:51.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60412025-09-21T00:14:52.382Z[ recovery-image] Sep 21 00:14:51.841 INFO O| Sep 21 00:14:51.841 INFO STEP 415 (remove_files) COMPLETE
60422025-09-21T00:14:52.382Z[ recovery-image] Sep 21 00:14:51.841 INFO O| Sep 21 00:14:51.841 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-09-21T00:14:52.382Z[ recovery-image] Sep 21 00:14:51.854 INFO O| Sep 21 00:14:51.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60442025-09-21T00:14:52.382Z[ recovery-image] Sep 21 00:14:51.854 INFO O| Sep 21 00:14:51.854 INFO STEP 416 (remove_files) COMPLETE
60452025-09-21T00:14:52.382Z[ recovery-image] Sep 21 00:14:51.854 INFO O| Sep 21 00:14:51.854 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-09-21T00:14:52.406Z[ recovery-image] Sep 21 00:14:51.866 INFO O| Sep 21 00:14:51.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60472025-09-21T00:14:52.406Z[ recovery-image] Sep 21 00:14:51.866 INFO O| Sep 21 00:14:51.866 INFO STEP 417 (remove_files) COMPLETE
60482025-09-21T00:14:52.406Z[ recovery-image] Sep 21 00:14:51.866 INFO O| Sep 21 00:14:51.866 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-09-21T00:14:52.407Z[ recovery-image] Sep 21 00:14:51.880 INFO O| Sep 21 00:14:51.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60502025-09-21T00:14:52.407Z[ recovery-image] Sep 21 00:14:51.880 INFO O| Sep 21 00:14:51.880 INFO STEP 418 (remove_files) COMPLETE
60512025-09-21T00:14:52.407Z[ recovery-image] Sep 21 00:14:51.880 INFO O| Sep 21 00:14:51.880 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-09-21T00:14:52.431Z[ recovery-image] Sep 21 00:14:51.893 INFO O| Sep 21 00:14:51.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60532025-09-21T00:14:52.431Z[ recovery-image] Sep 21 00:14:51.893 INFO O| Sep 21 00:14:51.893 INFO STEP 419 (remove_files) COMPLETE
60542025-09-21T00:14:52.431Z[ recovery-image] Sep 21 00:14:51.893 INFO O| Sep 21 00:14:51.893 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-09-21T00:14:52.431Z[ recovery-image] Sep 21 00:14:51.906 INFO O| Sep 21 00:14:51.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60562025-09-21T00:14:52.431Z[ recovery-image] Sep 21 00:14:51.906 INFO O| Sep 21 00:14:51.906 INFO STEP 420 (remove_files) COMPLETE
60572025-09-21T00:14:52.431Z[ recovery-image] Sep 21 00:14:51.906 INFO O| Sep 21 00:14:51.906 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-09-21T00:14:52.456Z[ recovery-image] Sep 21 00:14:51.916 INFO O| Sep 21 00:14:51.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60592025-09-21T00:14:52.456Z[ recovery-image] Sep 21 00:14:51.916 INFO O| Sep 21 00:14:51.916 INFO STEP 421 (remove_files) COMPLETE
60602025-09-21T00:14:52.456Z[ recovery-image] Sep 21 00:14:51.916 INFO O| Sep 21 00:14:51.916 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-09-21T00:14:52.456Z[ recovery-image] Sep 21 00:14:51.926 INFO O| Sep 21 00:14:51.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60622025-09-21T00:14:52.456Z[ recovery-image] Sep 21 00:14:51.926 INFO O| Sep 21 00:14:51.926 INFO STEP 422 (remove_files) COMPLETE
60632025-09-21T00:14:52.456Z[ recovery-image] Sep 21 00:14:51.926 INFO O| Sep 21 00:14:51.926 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-09-21T00:14:52.456Z[ recovery-image] Sep 21 00:14:51.935 INFO O| Sep 21 00:14:51.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60652025-09-21T00:14:52.456Z[ recovery-image] Sep 21 00:14:51.935 INFO O| Sep 21 00:14:51.935 INFO STEP 423 (remove_files) COMPLETE
60662025-09-21T00:14:52.456Z[ recovery-image] Sep 21 00:14:51.935 INFO O| Sep 21 00:14:51.935 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-09-21T00:14:52.480Z[ recovery-image] Sep 21 00:14:51.945 INFO O| Sep 21 00:14:51.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60682025-09-21T00:14:52.480Z[ recovery-image] Sep 21 00:14:51.945 INFO O| Sep 21 00:14:51.945 INFO STEP 424 (remove_files) COMPLETE
60692025-09-21T00:14:52.480Z[ recovery-image] Sep 21 00:14:51.945 INFO O| Sep 21 00:14:51.945 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-09-21T00:14:52.481Z[ recovery-image] Sep 21 00:14:51.954 INFO O| Sep 21 00:14:51.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60712025-09-21T00:14:52.481Z[ recovery-image] Sep 21 00:14:51.954 INFO O| Sep 21 00:14:51.954 INFO STEP 425 (remove_files) COMPLETE
60722025-09-21T00:14:52.481Z[ recovery-image] Sep 21 00:14:51.954 INFO O| Sep 21 00:14:51.954 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-09-21T00:14:52.505Z[ recovery-image] Sep 21 00:14:51.967 INFO O| Sep 21 00:14:51.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60742025-09-21T00:14:52.505Z[ recovery-image] Sep 21 00:14:51.967 INFO O| Sep 21 00:14:51.967 INFO STEP 426 (remove_files) COMPLETE
60752025-09-21T00:14:52.505Z[ recovery-image] Sep 21 00:14:51.967 INFO O| Sep 21 00:14:51.967 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-09-21T00:14:52.505Z[ recovery-image] Sep 21 00:14:51.978 INFO O| Sep 21 00:14:51.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60772025-09-21T00:14:52.505Z[ recovery-image] Sep 21 00:14:51.979 INFO O| Sep 21 00:14:51.979 INFO STEP 427 (remove_files) COMPLETE
60782025-09-21T00:14:52.505Z[ recovery-image] Sep 21 00:14:51.979 INFO O| Sep 21 00:14:51.979 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-09-21T00:14:52.530Z[ recovery-image] Sep 21 00:14:51.989 INFO O| Sep 21 00:14:51.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60802025-09-21T00:14:52.530Z[ recovery-image] Sep 21 00:14:51.989 INFO O| Sep 21 00:14:51.989 INFO STEP 428 (remove_files) COMPLETE
60812025-09-21T00:14:52.530Z[ recovery-image] Sep 21 00:14:51.989 INFO O| Sep 21 00:14:51.989 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-09-21T00:14:52.530Z[ recovery-image] Sep 21 00:14:52.000 INFO O| Sep 21 00:14:52.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60832025-09-21T00:14:52.530Z[ recovery-image] Sep 21 00:14:52.000 INFO O| Sep 21 00:14:52.000 INFO STEP 429 (remove_files) COMPLETE
60842025-09-21T00:14:52.530Z[ recovery-image] Sep 21 00:14:52.000 INFO O| Sep 21 00:14:52.000 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-09-21T00:14:52.530Z[ recovery-image] Sep 21 00:14:52.011 INFO O| Sep 21 00:14:52.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60862025-09-21T00:14:52.530Z[ recovery-image] Sep 21 00:14:52.011 INFO O| Sep 21 00:14:52.011 INFO STEP 430 (remove_files) COMPLETE
60872025-09-21T00:14:52.530Z[ recovery-image] Sep 21 00:14:52.011 INFO O| Sep 21 00:14:52.011 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-09-21T00:14:52.555Z[ recovery-image] Sep 21 00:14:52.022 INFO O| Sep 21 00:14:52.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60892025-09-21T00:14:52.555Z[ recovery-image] Sep 21 00:14:52.022 INFO O| Sep 21 00:14:52.022 INFO STEP 431 (remove_files) COMPLETE
60902025-09-21T00:14:52.555Z[ recovery-image] Sep 21 00:14:52.022 INFO O| Sep 21 00:14:52.022 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-09-21T00:14:52.555Z[ recovery-image] Sep 21 00:14:52.033 INFO O| Sep 21 00:14:52.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60922025-09-21T00:14:52.555Z[ recovery-image] Sep 21 00:14:52.033 INFO O| Sep 21 00:14:52.033 INFO STEP 432 (remove_files) COMPLETE
60932025-09-21T00:14:52.555Z[ recovery-image] Sep 21 00:14:52.033 INFO O| Sep 21 00:14:52.033 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-09-21T00:14:52.580Z[ recovery-image] Sep 21 00:14:52.047 INFO O| Sep 21 00:14:52.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60952025-09-21T00:14:52.580Z[ recovery-image] Sep 21 00:14:52.047 INFO O| Sep 21 00:14:52.047 INFO STEP 433 (remove_files) COMPLETE
60962025-09-21T00:14:52.580Z[ recovery-image] Sep 21 00:14:52.047 INFO O| Sep 21 00:14:52.047 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-09-21T00:14:52.580Z[ recovery-image] Sep 21 00:14:52.058 INFO O| Sep 21 00:14:52.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60982025-09-21T00:14:52.580Z[ recovery-image] Sep 21 00:14:52.058 INFO O| Sep 21 00:14:52.058 INFO STEP 434 (remove_files) COMPLETE
60992025-09-21T00:14:52.580Z[ recovery-image] Sep 21 00:14:52.058 INFO O| Sep 21 00:14:52.058 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-09-21T00:14:52.604Z[ recovery-image] Sep 21 00:14:52.069 INFO O| Sep 21 00:14:52.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61012025-09-21T00:14:52.604Z[ recovery-image] Sep 21 00:14:52.069 INFO O| Sep 21 00:14:52.069 INFO STEP 435 (remove_files) COMPLETE
61022025-09-21T00:14:52.604Z[ recovery-image] Sep 21 00:14:52.069 INFO O| Sep 21 00:14:52.069 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-09-21T00:14:52.604Z[ recovery-image] Sep 21 00:14:52.080 INFO O| Sep 21 00:14:52.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61042025-09-21T00:14:52.604Z[ recovery-image] Sep 21 00:14:52.080 INFO O| Sep 21 00:14:52.080 INFO STEP 436 (remove_files) COMPLETE
61052025-09-21T00:14:52.604Z[ recovery-image] Sep 21 00:14:52.080 INFO O| Sep 21 00:14:52.080 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-09-21T00:14:52.629Z[ recovery-image] Sep 21 00:14:52.091 INFO O| Sep 21 00:14:52.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61072025-09-21T00:14:52.629Z[ recovery-image] Sep 21 00:14:52.092 INFO O| Sep 21 00:14:52.092 INFO STEP 437 (remove_files) COMPLETE
61082025-09-21T00:14:52.629Z[ recovery-image] Sep 21 00:14:52.092 INFO O| Sep 21 00:14:52.092 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-09-21T00:14:52.629Z[ recovery-image] Sep 21 00:14:52.101 INFO O| Sep 21 00:14:52.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61102025-09-21T00:14:52.629Z[ recovery-image] Sep 21 00:14:52.101 INFO O| Sep 21 00:14:52.101 INFO STEP 438 (remove_files) COMPLETE
61112025-09-21T00:14:52.629Z[ recovery-image] Sep 21 00:14:52.101 INFO O| Sep 21 00:14:52.101 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-09-21T00:14:52.654Z[ recovery-image] Sep 21 00:14:52.111 INFO O| Sep 21 00:14:52.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61132025-09-21T00:14:52.654Z[ recovery-image] Sep 21 00:14:52.111 INFO O| Sep 21 00:14:52.111 INFO STEP 439 (remove_files) COMPLETE
61142025-09-21T00:14:52.654Z[ recovery-image] Sep 21 00:14:52.111 INFO O| Sep 21 00:14:52.111 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-09-21T00:14:52.654Z[ host-image] Sep 21 00:14:52.123 INFO O| Sep 21 00:14:52.123 INFO O| Planning: Solver setup ... Done
61162025-09-21T00:14:52.654Z[ recovery-image] Sep 21 00:14:52.123 INFO O| Sep 21 00:14:52.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61172025-09-21T00:14:52.654Z[ recovery-image] Sep 21 00:14:52.124 INFO O| Sep 21 00:14:52.124 INFO STEP 440 (remove_files) COMPLETE
61182025-09-21T00:14:52.654Z[ recovery-image] Sep 21 00:14:52.124 INFO O| Sep 21 00:14:52.124 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192025-09-21T00:14:52.654Z[ host-image] Sep 21 00:14:52.133 INFO O| Sep 21 00:14:52.133 INFO O| Planning: Running solver ... Done
61202025-09-21T00:14:52.654Z[ recovery-image] Sep 21 00:14:52.133 INFO O| Sep 21 00:14:52.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61212025-09-21T00:14:52.654Z[ recovery-image] Sep 21 00:14:52.133 INFO O| Sep 21 00:14:52.133 INFO STEP 441 (remove_files) COMPLETE
61222025-09-21T00:14:52.654Z[ recovery-image] Sep 21 00:14:52.134 INFO O| Sep 21 00:14:52.133 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232025-09-21T00:14:52.679Z[ recovery-image] Sep 21 00:14:52.143 INFO O| Sep 21 00:14:52.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61242025-09-21T00:14:52.679Z[ recovery-image] Sep 21 00:14:52.143 INFO O| Sep 21 00:14:52.143 INFO STEP 442 (remove_files) COMPLETE
61252025-09-21T00:14:52.679Z[ recovery-image] Sep 21 00:14:52.143 INFO O| Sep 21 00:14:52.143 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262025-09-21T00:14:52.679Z[ recovery-image] Sep 21 00:14:52.155 INFO O| Sep 21 00:14:52.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61272025-09-21T00:14:52.679Z[ recovery-image] Sep 21 00:14:52.155 INFO O| Sep 21 00:14:52.155 INFO STEP 443 (remove_files) COMPLETE
61282025-09-21T00:14:52.679Z[ recovery-image] Sep 21 00:14:52.155 INFO O| Sep 21 00:14:52.155 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292025-09-21T00:14:52.703Z[ recovery-image] Sep 21 00:14:52.166 INFO O| Sep 21 00:14:52.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61302025-09-21T00:14:52.703Z[ recovery-image] Sep 21 00:14:52.166 INFO O| Sep 21 00:14:52.166 INFO STEP 444 (remove_files) COMPLETE
61312025-09-21T00:14:52.703Z[ recovery-image] Sep 21 00:14:52.166 INFO O| Sep 21 00:14:52.166 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322025-09-21T00:14:52.703Z[ recovery-image] Sep 21 00:14:52.177 INFO O| Sep 21 00:14:52.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61332025-09-21T00:14:52.703Z[ recovery-image] Sep 21 00:14:52.177 INFO O| Sep 21 00:14:52.177 INFO STEP 445 (remove_files) COMPLETE
61342025-09-21T00:14:52.703Z[ recovery-image] Sep 21 00:14:52.177 INFO O| Sep 21 00:14:52.177 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352025-09-21T00:14:52.728Z[ recovery-image] Sep 21 00:14:52.187 INFO O| Sep 21 00:14:52.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61362025-09-21T00:14:52.728Z[ recovery-image] Sep 21 00:14:52.187 INFO O| Sep 21 00:14:52.187 INFO STEP 446 (remove_files) COMPLETE
61372025-09-21T00:14:52.728Z[ recovery-image] Sep 21 00:14:52.187 INFO O| Sep 21 00:14:52.187 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382025-09-21T00:14:52.728Z[ recovery-image] Sep 21 00:14:52.197 INFO O| Sep 21 00:14:52.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61392025-09-21T00:14:52.728Z[ recovery-image] Sep 21 00:14:52.197 INFO O| Sep 21 00:14:52.197 INFO STEP 447 (remove_files) COMPLETE
61402025-09-21T00:14:52.728Z[ recovery-image] Sep 21 00:14:52.197 INFO O| Sep 21 00:14:52.197 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412025-09-21T00:14:52.728Z[ recovery-image] Sep 21 00:14:52.206 INFO O| Sep 21 00:14:52.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61422025-09-21T00:14:52.728Z[ recovery-image] Sep 21 00:14:52.207 INFO O| Sep 21 00:14:52.206 INFO STEP 448 (remove_files) COMPLETE
61432025-09-21T00:14:52.728Z[ recovery-image] Sep 21 00:14:52.207 INFO O| Sep 21 00:14:52.207 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442025-09-21T00:14:52.753Z[ recovery-image] Sep 21 00:14:52.217 INFO O| Sep 21 00:14:52.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61452025-09-21T00:14:52.753Z[ recovery-image] Sep 21 00:14:52.217 INFO O| Sep 21 00:14:52.217 INFO STEP 449 (remove_files) COMPLETE
61462025-09-21T00:14:52.753Z[ recovery-image] Sep 21 00:14:52.217 INFO O| Sep 21 00:14:52.217 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472025-09-21T00:14:52.753Z[ recovery-image] Sep 21 00:14:52.226 INFO O| Sep 21 00:14:52.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61482025-09-21T00:14:52.753Z[ recovery-image] Sep 21 00:14:52.226 INFO O| Sep 21 00:14:52.226 INFO STEP 450 (remove_files) COMPLETE
61492025-09-21T00:14:52.753Z[ recovery-image] Sep 21 00:14:52.226 INFO O| Sep 21 00:14:52.226 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502025-09-21T00:14:52.778Z[ recovery-image] Sep 21 00:14:52.237 INFO O| Sep 21 00:14:52.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61512025-09-21T00:14:52.778Z[ recovery-image] Sep 21 00:14:52.237 INFO O| Sep 21 00:14:52.237 INFO STEP 451 (remove_files) COMPLETE
61522025-09-21T00:14:52.778Z[ recovery-image] Sep 21 00:14:52.237 INFO O| Sep 21 00:14:52.237 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532025-09-21T00:14:52.778Z[ recovery-image] Sep 21 00:14:52.248 INFO O| Sep 21 00:14:52.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61542025-09-21T00:14:52.778Z[ recovery-image] Sep 21 00:14:52.248 INFO O| Sep 21 00:14:52.248 INFO STEP 452 (remove_files) COMPLETE
61552025-09-21T00:14:52.778Z[ recovery-image] Sep 21 00:14:52.248 INFO O| Sep 21 00:14:52.248 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562025-09-21T00:14:52.778Z[ recovery-image] Sep 21 00:14:52.259 INFO O| Sep 21 00:14:52.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61572025-09-21T00:14:52.778Z[ recovery-image] Sep 21 00:14:52.259 INFO O| Sep 21 00:14:52.259 INFO STEP 453 (remove_files) COMPLETE
61582025-09-21T00:14:52.778Z[ recovery-image] Sep 21 00:14:52.259 INFO O| Sep 21 00:14:52.259 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592025-09-21T00:14:52.803Z[ host-image] Sep 21 00:14:52.265 INFO O| Sep 21 00:14:52.265 INFO O| Planning: Finding local manifests ... Done
61602025-09-21T00:14:52.803Z[ recovery-image] Sep 21 00:14:52.269 INFO O| Sep 21 00:14:52.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61612025-09-21T00:14:52.803Z[ recovery-image] Sep 21 00:14:52.269 INFO O| Sep 21 00:14:52.269 INFO STEP 454 (remove_files) COMPLETE
61622025-09-21T00:14:52.803Z[ recovery-image] Sep 21 00:14:52.269 INFO O| Sep 21 00:14:52.269 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632025-09-21T00:14:52.803Z[ recovery-image] Sep 21 00:14:52.284 INFO O| Sep 21 00:14:52.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61642025-09-21T00:14:52.803Z[ recovery-image] Sep 21 00:14:52.284 INFO O| Sep 21 00:14:52.284 INFO STEP 455 (remove_files) COMPLETE
61652025-09-21T00:14:52.803Z[ recovery-image] Sep 21 00:14:52.284 INFO O| Sep 21 00:14:52.284 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662025-09-21T00:14:52.828Z[ recovery-image] Sep 21 00:14:52.294 INFO O| Sep 21 00:14:52.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61672025-09-21T00:14:52.828Z[ recovery-image] Sep 21 00:14:52.294 INFO O| Sep 21 00:14:52.294 INFO STEP 456 (remove_files) COMPLETE
61682025-09-21T00:14:52.828Z[ recovery-image] Sep 21 00:14:52.294 INFO O| Sep 21 00:14:52.294 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692025-09-21T00:14:52.828Z[ recovery-image] Sep 21 00:14:52.308 INFO O| Sep 21 00:14:52.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61702025-09-21T00:14:52.828Z[ recovery-image] Sep 21 00:14:52.308 INFO O| Sep 21 00:14:52.308 INFO STEP 457 (remove_files) COMPLETE
61712025-09-21T00:14:52.828Z[ recovery-image] Sep 21 00:14:52.308 INFO O| Sep 21 00:14:52.308 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722025-09-21T00:14:52.853Z[ recovery-image] Sep 21 00:14:52.321 INFO O| Sep 21 00:14:52.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61732025-09-21T00:14:52.853Z[ recovery-image] Sep 21 00:14:52.321 INFO O| Sep 21 00:14:52.321 INFO STEP 458 (remove_files) COMPLETE
61742025-09-21T00:14:52.853Z[ recovery-image] Sep 21 00:14:52.321 INFO O| Sep 21 00:14:52.321 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-09-21T00:14:52.877Z[ recovery-image] Sep 21 00:14:52.335 INFO O| Sep 21 00:14:52.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61762025-09-21T00:14:52.877Z[ recovery-image] Sep 21 00:14:52.335 INFO O| Sep 21 00:14:52.335 INFO STEP 459 (remove_files) COMPLETE
61772025-09-21T00:14:52.877Z[ recovery-image] Sep 21 00:14:52.335 INFO O| Sep 21 00:14:52.335 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-09-21T00:14:52.877Z[ recovery-image] Sep 21 00:14:52.346 INFO O| Sep 21 00:14:52.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61792025-09-21T00:14:52.877Z[ recovery-image] Sep 21 00:14:52.346 INFO O| Sep 21 00:14:52.346 INFO STEP 460 (remove_files) COMPLETE
61802025-09-21T00:14:52.877Z[ recovery-image] Sep 21 00:14:52.346 INFO O| Sep 21 00:14:52.346 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812025-09-21T00:14:52.877Z[ recovery-image] Sep 21 00:14:52.356 INFO O| Sep 21 00:14:52.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61822025-09-21T00:14:52.877Z[ recovery-image] Sep 21 00:14:52.356 INFO O| Sep 21 00:14:52.356 INFO STEP 461 (remove_files) COMPLETE
61832025-09-21T00:14:52.877Z[ recovery-image] Sep 21 00:14:52.356 INFO O| Sep 21 00:14:52.356 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-09-21T00:14:52.902Z[ host-image] Sep 21 00:14:52.362 INFO O| Sep 21 00:14:52.362 INFO O| Planning: Fetching manifests: 0/1 0% complete
61852025-09-21T00:14:52.902Z[ recovery-image] Sep 21 00:14:52.369 INFO O| Sep 21 00:14:52.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61862025-09-21T00:14:52.902Z[ recovery-image] Sep 21 00:14:52.369 INFO O| Sep 21 00:14:52.369 INFO STEP 462 (remove_files) COMPLETE
61872025-09-21T00:14:52.902Z[ recovery-image] Sep 21 00:14:52.369 INFO O| Sep 21 00:14:52.369 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882025-09-21T00:14:52.902Z[ recovery-image] Sep 21 00:14:52.380 INFO O| Sep 21 00:14:52.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61892025-09-21T00:14:52.902Z[ recovery-image] Sep 21 00:14:52.380 INFO O| Sep 21 00:14:52.380 INFO STEP 463 (remove_files) COMPLETE
61902025-09-21T00:14:52.902Z[ recovery-image] Sep 21 00:14:52.380 INFO O| Sep 21 00:14:52.380 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912025-09-21T00:14:52.927Z[ recovery-image] Sep 21 00:14:52.390 INFO O| Sep 21 00:14:52.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61922025-09-21T00:14:52.927Z[ recovery-image] Sep 21 00:14:52.390 INFO O| Sep 21 00:14:52.390 INFO STEP 464 (remove_files) COMPLETE
61932025-09-21T00:14:52.927Z[ recovery-image] Sep 21 00:14:52.390 INFO O| Sep 21 00:14:52.390 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942025-09-21T00:14:52.927Z[ host-image] Sep 21 00:14:52.396 INFO O| Sep 21 00:14:52.396 INFO O| Planning: Fetching manifests: 1/1 100% complete
61952025-09-21T00:14:52.927Z[ recovery-image] Sep 21 00:14:52.400 INFO O| Sep 21 00:14:52.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61962025-09-21T00:14:52.927Z[ recovery-image] Sep 21 00:14:52.400 INFO O| Sep 21 00:14:52.400 INFO STEP 465 (remove_files) COMPLETE
61972025-09-21T00:14:52.927Z[ recovery-image] Sep 21 00:14:52.400 INFO O| Sep 21 00:14:52.400 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982025-09-21T00:14:52.952Z[ recovery-image] Sep 21 00:14:52.409 INFO O| Sep 21 00:14:52.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61992025-09-21T00:14:52.952Z[ recovery-image] Sep 21 00:14:52.410 INFO O| Sep 21 00:14:52.410 INFO STEP 466 (remove_files) COMPLETE
62002025-09-21T00:14:52.952Z[ recovery-image] Sep 21 00:14:52.410 INFO O| Sep 21 00:14:52.410 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012025-09-21T00:14:52.952Z[ host-image] Sep 21 00:14:52.422 INFO O| Sep 21 00:14:52.422 INFO O| Planning: Package planning ... Done
62022025-09-21T00:14:52.952Z[ host-image] Sep 21 00:14:52.422 INFO O| Sep 21 00:14:52.422 INFO O| Planning: Merging actions ... Done
62032025-09-21T00:14:52.952Z[ recovery-image] Sep 21 00:14:52.422 INFO O| Sep 21 00:14:52.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62042025-09-21T00:14:52.952Z[ recovery-image] Sep 21 00:14:52.423 INFO O| Sep 21 00:14:52.423 INFO STEP 467 (remove_files) COMPLETE
62052025-09-21T00:14:52.952Z[ recovery-image] Sep 21 00:14:52.423 INFO O| Sep 21 00:14:52.423 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-09-21T00:14:52.952Z[ recovery-image] Sep 21 00:14:52.432 INFO O| Sep 21 00:14:52.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62072025-09-21T00:14:52.952Z[ recovery-image] Sep 21 00:14:52.432 INFO O| Sep 21 00:14:52.432 INFO STEP 468 (remove_files) COMPLETE
62082025-09-21T00:14:52.952Z[ recovery-image] Sep 21 00:14:52.432 INFO O| Sep 21 00:14:52.432 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-09-21T00:14:52.978Z[ recovery-image] Sep 21 00:14:52.447 INFO O| Sep 21 00:14:52.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62102025-09-21T00:14:52.978Z[ recovery-image] Sep 21 00:14:52.447 INFO O| Sep 21 00:14:52.447 INFO STEP 469 (remove_files) COMPLETE
62112025-09-21T00:14:52.978Z[ recovery-image] Sep 21 00:14:52.447 INFO O| Sep 21 00:14:52.447 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-09-21T00:14:53.003Z[ recovery-image] Sep 21 00:14:52.460 INFO O| Sep 21 00:14:52.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62132025-09-21T00:14:53.003Z[ recovery-image] Sep 21 00:14:52.460 INFO O| Sep 21 00:14:52.460 INFO STEP 470 (remove_files) COMPLETE
62142025-09-21T00:14:53.003Z[ recovery-image] Sep 21 00:14:52.460 INFO O| Sep 21 00:14:52.460 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-09-21T00:14:53.003Z[ recovery-image] Sep 21 00:14:52.471 INFO O| Sep 21 00:14:52.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62162025-09-21T00:14:53.003Z[ recovery-image] Sep 21 00:14:52.471 INFO O| Sep 21 00:14:52.471 INFO STEP 471 (remove_files) COMPLETE
62172025-09-21T00:14:53.003Z[ recovery-image] Sep 21 00:14:52.471 INFO O| Sep 21 00:14:52.471 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-09-21T00:14:53.003Z[ recovery-image] Sep 21 00:14:52.484 INFO O| Sep 21 00:14:52.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62192025-09-21T00:14:53.003Z[ recovery-image] Sep 21 00:14:52.484 INFO O| Sep 21 00:14:52.484 INFO STEP 472 (remove_files) COMPLETE
62202025-09-21T00:14:53.003Z[ recovery-image] Sep 21 00:14:52.484 INFO O| Sep 21 00:14:52.484 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-09-21T00:14:53.028Z[ host-image] Sep 21 00:14:52.486 INFO O| Sep 21 00:14:52.486 INFO O| Planning: Checking for conflicting actions ... Done
62222025-09-21T00:14:53.028Z[ host-image] Sep 21 00:14:52.487 INFO O| Sep 21 00:14:52.487 INFO O| Planning: Consolidating action changes ... Done
62232025-09-21T00:14:53.028Z[ recovery-image] Sep 21 00:14:52.497 INFO O| Sep 21 00:14:52.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62242025-09-21T00:14:53.028Z[ recovery-image] Sep 21 00:14:52.497 INFO O| Sep 21 00:14:52.497 INFO STEP 473 (remove_files) COMPLETE
62252025-09-21T00:14:53.028Z[ recovery-image] Sep 21 00:14:52.497 INFO O| Sep 21 00:14:52.497 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-09-21T00:14:53.028Z[ recovery-image] Sep 21 00:14:52.507 INFO O| Sep 21 00:14:52.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62272025-09-21T00:14:53.028Z[ recovery-image] Sep 21 00:14:52.507 INFO O| Sep 21 00:14:52.507 INFO STEP 474 (remove_files) COMPLETE
62282025-09-21T00:14:53.028Z[ recovery-image] Sep 21 00:14:52.507 INFO O| Sep 21 00:14:52.507 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-09-21T00:14:53.054Z[ recovery-image] Sep 21 00:14:52.519 INFO O| Sep 21 00:14:52.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62302025-09-21T00:14:53.054Z[ recovery-image] Sep 21 00:14:52.520 INFO O| Sep 21 00:14:52.519 INFO STEP 475 (remove_files) COMPLETE
62312025-09-21T00:14:53.054Z[ recovery-image] Sep 21 00:14:52.520 INFO O| Sep 21 00:14:52.519 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-09-21T00:14:53.054Z[ recovery-image] Sep 21 00:14:52.529 INFO O| Sep 21 00:14:52.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62332025-09-21T00:14:53.054Z[ recovery-image] Sep 21 00:14:52.529 INFO O| Sep 21 00:14:52.529 INFO STEP 476 (remove_files) COMPLETE
62342025-09-21T00:14:53.054Z[ recovery-image] Sep 21 00:14:52.529 INFO O| Sep 21 00:14:52.529 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-09-21T00:14:53.078Z[ recovery-image] Sep 21 00:14:52.539 INFO O| Sep 21 00:14:52.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62362025-09-21T00:14:53.078Z[ recovery-image] Sep 21 00:14:52.539 INFO O| Sep 21 00:14:52.539 INFO STEP 477 (remove_files) COMPLETE
62372025-09-21T00:14:53.078Z[ recovery-image] Sep 21 00:14:52.539 INFO O| Sep 21 00:14:52.539 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382025-09-21T00:14:53.078Z[ recovery-image] Sep 21 00:14:52.549 INFO O| Sep 21 00:14:52.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62392025-09-21T00:14:53.078Z[ recovery-image] Sep 21 00:14:52.549 INFO O| Sep 21 00:14:52.549 INFO STEP 478 (remove_files) COMPLETE
62402025-09-21T00:14:53.078Z[ recovery-image] Sep 21 00:14:52.549 INFO O| Sep 21 00:14:52.549 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412025-09-21T00:14:53.078Z[ recovery-image] Sep 21 00:14:52.559 INFO O| Sep 21 00:14:52.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62422025-09-21T00:14:53.078Z[ recovery-image] Sep 21 00:14:52.559 INFO O| Sep 21 00:14:52.559 INFO STEP 479 (remove_files) COMPLETE
62432025-09-21T00:14:53.078Z[ recovery-image] Sep 21 00:14:52.559 INFO O| Sep 21 00:14:52.559 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442025-09-21T00:14:53.103Z[ recovery-image] Sep 21 00:14:52.569 INFO O| Sep 21 00:14:52.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62452025-09-21T00:14:53.128Z[ recovery-image] Sep 21 00:14:52.587 INFO O| Sep 21 00:14:52.587 INFO STEP 480 (remove_files) COMPLETE
62462025-09-21T00:14:53.128Z[ recovery-image] Sep 21 00:14:52.587 INFO O| Sep 21 00:14:52.587 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472025-09-21T00:14:53.128Z[ recovery-image] Sep 21 00:14:52.599 INFO O| Sep 21 00:14:52.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62482025-09-21T00:14:53.128Z[ recovery-image] Sep 21 00:14:52.599 INFO O| Sep 21 00:14:52.599 INFO STEP 481 (remove_files) COMPLETE
62492025-09-21T00:14:53.128Z[ recovery-image] Sep 21 00:14:52.599 INFO O| Sep 21 00:14:52.599 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-09-21T00:14:53.128Z[ recovery-image] Sep 21 00:14:52.609 INFO O| Sep 21 00:14:52.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62512025-09-21T00:14:53.128Z[ recovery-image] Sep 21 00:14:52.609 INFO O| Sep 21 00:14:52.609 INFO STEP 482 (remove_files) COMPLETE
62522025-09-21T00:14:53.128Z[ recovery-image] Sep 21 00:14:52.609 INFO O| Sep 21 00:14:52.609 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-09-21T00:14:53.153Z[ recovery-image] Sep 21 00:14:52.618 INFO O| Sep 21 00:14:52.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62542025-09-21T00:14:53.153Z[ recovery-image] Sep 21 00:14:52.619 INFO O| Sep 21 00:14:52.618 INFO STEP 483 (remove_files) COMPLETE
62552025-09-21T00:14:53.153Z[ recovery-image] Sep 21 00:14:52.619 INFO O| Sep 21 00:14:52.618 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562025-09-21T00:14:53.153Z[ recovery-image] Sep 21 00:14:52.628 INFO O| Sep 21 00:14:52.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62572025-09-21T00:14:53.153Z[ recovery-image] Sep 21 00:14:52.629 INFO O| Sep 21 00:14:52.628 INFO STEP 484 (remove_files) COMPLETE
62582025-09-21T00:14:53.153Z[ recovery-image] Sep 21 00:14:52.629 INFO O| Sep 21 00:14:52.628 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592025-09-21T00:14:53.177Z[ recovery-image] Sep 21 00:14:52.639 INFO O| Sep 21 00:14:52.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62602025-09-21T00:14:53.178Z[ recovery-image] Sep 21 00:14:52.639 INFO O| Sep 21 00:14:52.639 INFO STEP 485 (remove_files) COMPLETE
62612025-09-21T00:14:53.178Z[ recovery-image] Sep 21 00:14:52.639 INFO O| Sep 21 00:14:52.639 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622025-09-21T00:14:53.178Z[ recovery-image] Sep 21 00:14:52.649 INFO O| Sep 21 00:14:52.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62632025-09-21T00:14:53.178Z[ recovery-image] Sep 21 00:14:52.649 INFO O| Sep 21 00:14:52.649 INFO STEP 486 (remove_files) COMPLETE
62642025-09-21T00:14:53.178Z[ recovery-image] Sep 21 00:14:52.649 INFO O| Sep 21 00:14:52.649 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-09-21T00:14:53.178Z[ recovery-image] Sep 21 00:14:52.659 INFO O| Sep 21 00:14:52.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62662025-09-21T00:14:53.178Z[ recovery-image] Sep 21 00:14:52.659 INFO O| Sep 21 00:14:52.659 INFO STEP 487 (remove_files) COMPLETE
62672025-09-21T00:14:53.178Z[ recovery-image] Sep 21 00:14:52.659 INFO O| Sep 21 00:14:52.659 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682025-09-21T00:14:53.205Z[ recovery-image] Sep 21 00:14:52.668 INFO O| Sep 21 00:14:52.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62692025-09-21T00:14:53.205Z[ recovery-image] Sep 21 00:14:52.668 INFO O| Sep 21 00:14:52.668 INFO STEP 488 (remove_files) COMPLETE
62702025-09-21T00:14:53.205Z[ recovery-image] Sep 21 00:14:52.668 INFO O| Sep 21 00:14:52.668 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712025-09-21T00:14:53.205Z[ recovery-image] Sep 21 00:14:52.678 INFO O| Sep 21 00:14:52.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62722025-09-21T00:14:53.205Z[ recovery-image] Sep 21 00:14:52.678 INFO O| Sep 21 00:14:52.678 INFO STEP 489 (remove_files) COMPLETE
62732025-09-21T00:14:53.205Z[ recovery-image] Sep 21 00:14:52.678 INFO O| Sep 21 00:14:52.678 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742025-09-21T00:14:53.231Z[ recovery-image] Sep 21 00:14:52.688 INFO O| Sep 21 00:14:52.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62752025-09-21T00:14:53.231Z[ recovery-image] Sep 21 00:14:52.688 INFO O| Sep 21 00:14:52.688 INFO STEP 490 (remove_files) COMPLETE
62762025-09-21T00:14:53.231Z[ recovery-image] Sep 21 00:14:52.688 INFO O| Sep 21 00:14:52.688 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-09-21T00:14:53.231Z[ recovery-image] Sep 21 00:14:52.698 INFO O| Sep 21 00:14:52.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62782025-09-21T00:14:53.231Z[ recovery-image] Sep 21 00:14:52.698 INFO O| Sep 21 00:14:52.698 INFO STEP 491 (remove_files) COMPLETE
62792025-09-21T00:14:53.231Z[ recovery-image] Sep 21 00:14:52.698 INFO O| Sep 21 00:14:52.698 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-09-21T00:14:53.231Z[ recovery-image] Sep 21 00:14:52.707 INFO O| Sep 21 00:14:52.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62812025-09-21T00:14:53.231Z[ recovery-image] Sep 21 00:14:52.707 INFO O| Sep 21 00:14:52.707 INFO STEP 492 (remove_files) COMPLETE
62822025-09-21T00:14:53.231Z[ recovery-image] Sep 21 00:14:52.707 INFO O| Sep 21 00:14:52.707 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-09-21T00:14:53.256Z[ recovery-image] Sep 21 00:14:52.717 INFO O| Sep 21 00:14:52.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62842025-09-21T00:14:53.256Z[ recovery-image] Sep 21 00:14:52.717 INFO O| Sep 21 00:14:52.717 INFO STEP 493 (remove_files) COMPLETE
62852025-09-21T00:14:53.256Z[ recovery-image] Sep 21 00:14:52.717 INFO O| Sep 21 00:14:52.717 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862025-09-21T00:14:53.256Z[ recovery-image] Sep 21 00:14:52.734 INFO O| Sep 21 00:14:52.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62872025-09-21T00:14:53.256Z[ recovery-image] Sep 21 00:14:52.734 INFO O| Sep 21 00:14:52.734 INFO STEP 494 (remove_files) COMPLETE
62882025-09-21T00:14:53.256Z[ recovery-image] Sep 21 00:14:52.734 INFO O| Sep 21 00:14:52.734 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-09-21T00:14:53.281Z[ recovery-image] Sep 21 00:14:52.748 INFO O| Sep 21 00:14:52.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62902025-09-21T00:14:53.281Z[ recovery-image] Sep 21 00:14:52.748 INFO O| Sep 21 00:14:52.748 INFO STEP 495 (remove_files) COMPLETE
62912025-09-21T00:14:53.281Z[ recovery-image] Sep 21 00:14:52.748 INFO O| Sep 21 00:14:52.748 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-09-21T00:14:53.281Z[ recovery-image] Sep 21 00:14:52.763 INFO O| Sep 21 00:14:52.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62932025-09-21T00:14:53.281Z[ recovery-image] Sep 21 00:14:52.763 INFO O| Sep 21 00:14:52.763 INFO STEP 496 (remove_files) COMPLETE
62942025-09-21T00:14:53.281Z[ recovery-image] Sep 21 00:14:52.763 INFO O| Sep 21 00:14:52.763 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952025-09-21T00:14:53.306Z[ recovery-image] Sep 21 00:14:52.775 INFO O| Sep 21 00:14:52.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62962025-09-21T00:14:53.306Z[ recovery-image] Sep 21 00:14:52.775 INFO O| Sep 21 00:14:52.775 INFO STEP 497 (remove_files) COMPLETE
62972025-09-21T00:14:53.306Z[ recovery-image] Sep 21 00:14:52.775 INFO O| Sep 21 00:14:52.775 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982025-09-21T00:14:53.306Z[ recovery-image] Sep 21 00:14:52.786 INFO O| Sep 21 00:14:52.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62992025-09-21T00:14:53.306Z[ recovery-image] Sep 21 00:14:52.787 INFO O| Sep 21 00:14:52.786 INFO STEP 498 (remove_files) COMPLETE
63002025-09-21T00:14:53.306Z[ recovery-image] Sep 21 00:14:52.787 INFO O| Sep 21 00:14:52.786 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012025-09-21T00:14:53.331Z[ recovery-image] Sep 21 00:14:52.797 INFO O| Sep 21 00:14:52.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63022025-09-21T00:14:53.331Z[ recovery-image] Sep 21 00:14:52.797 INFO O| Sep 21 00:14:52.797 INFO STEP 499 (remove_files) COMPLETE
63032025-09-21T00:14:53.331Z[ recovery-image] Sep 21 00:14:52.797 INFO O| Sep 21 00:14:52.797 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042025-09-21T00:14:53.331Z[ recovery-image] Sep 21 00:14:52.810 INFO O| Sep 21 00:14:52.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63052025-09-21T00:14:53.331Z[ recovery-image] Sep 21 00:14:52.810 INFO O| Sep 21 00:14:52.810 INFO STEP 500 (remove_files) COMPLETE
63062025-09-21T00:14:53.331Z[ recovery-image] Sep 21 00:14:52.810 INFO O| Sep 21 00:14:52.810 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072025-09-21T00:14:53.355Z[ recovery-image] Sep 21 00:14:52.823 INFO O| Sep 21 00:14:52.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63082025-09-21T00:14:53.355Z[ recovery-image] Sep 21 00:14:52.823 INFO O| Sep 21 00:14:52.823 INFO STEP 501 (remove_files) COMPLETE
63092025-09-21T00:14:53.355Z[ recovery-image] Sep 21 00:14:52.823 INFO O| Sep 21 00:14:52.823 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102025-09-21T00:14:53.356Z[ recovery-image] Sep 21 00:14:52.837 INFO O| Sep 21 00:14:52.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63112025-09-21T00:14:53.356Z[ recovery-image] Sep 21 00:14:52.837 INFO O| Sep 21 00:14:52.837 INFO STEP 502 (remove_files) COMPLETE
63122025-09-21T00:14:53.356Z[ recovery-image] Sep 21 00:14:52.837 INFO O| Sep 21 00:14:52.837 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132025-09-21T00:14:53.380Z[ host-image] Sep 21 00:14:52.849 INFO O| Sep 21 00:14:52.849 INFO O| Planning: Evaluating mediators ... Done
63142025-09-21T00:14:53.380Z[ recovery-image] Sep 21 00:14:52.849 INFO O| Sep 21 00:14:52.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63152025-09-21T00:14:53.380Z[ recovery-image] Sep 21 00:14:52.849 INFO O| Sep 21 00:14:52.849 INFO STEP 503 (remove_files) COMPLETE
63162025-09-21T00:14:53.380Z[ recovery-image] Sep 21 00:14:52.849 INFO O| Sep 21 00:14:52.849 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-09-21T00:14:53.380Z[ host-image] Sep 21 00:14:52.850 INFO O| Sep 21 00:14:52.850 INFO O| Planning: Planning completed in 6.89 seconds
63182025-09-21T00:14:53.380Z[ host-image] Sep 21 00:14:52.850 INFO O| Sep 21 00:14:52.850 INFO O| Packages to install: 1
63192025-09-21T00:14:53.380Z[ recovery-image] Sep 21 00:14:52.860 INFO O| Sep 21 00:14:52.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63202025-09-21T00:14:53.380Z[ recovery-image] Sep 21 00:14:52.860 INFO O| Sep 21 00:14:52.860 INFO STEP 504 (remove_files) COMPLETE
63212025-09-21T00:14:53.380Z[ recovery-image] Sep 21 00:14:52.860 INFO O| Sep 21 00:14:52.860 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222025-09-21T00:14:53.405Z[ recovery-image] Sep 21 00:14:52.874 INFO O| Sep 21 00:14:52.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63232025-09-21T00:14:53.405Z[ recovery-image] Sep 21 00:14:52.874 INFO O| Sep 21 00:14:52.874 INFO STEP 505 (remove_files) COMPLETE
63242025-09-21T00:14:53.405Z[ recovery-image] Sep 21 00:14:52.874 INFO O| Sep 21 00:14:52.874 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252025-09-21T00:14:53.405Z[ recovery-image] Sep 21 00:14:52.886 INFO O| Sep 21 00:14:52.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63262025-09-21T00:14:53.405Z[ recovery-image] Sep 21 00:14:52.886 INFO O| Sep 21 00:14:52.886 INFO STEP 506 (remove_files) COMPLETE
63272025-09-21T00:14:53.405Z[ recovery-image] Sep 21 00:14:52.886 INFO O| Sep 21 00:14:52.886 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282025-09-21T00:14:53.429Z[ recovery-image] Sep 21 00:14:52.898 INFO O| Sep 21 00:14:52.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63292025-09-21T00:14:53.430Z[ recovery-image] Sep 21 00:14:52.898 INFO O| Sep 21 00:14:52.898 INFO STEP 507 (remove_files) COMPLETE
63302025-09-21T00:14:53.430Z[ recovery-image] Sep 21 00:14:52.898 INFO O| Sep 21 00:14:52.898 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312025-09-21T00:14:53.430Z[ recovery-image] Sep 21 00:14:52.910 INFO O| Sep 21 00:14:52.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63322025-09-21T00:14:53.430Z[ recovery-image] Sep 21 00:14:52.910 INFO O| Sep 21 00:14:52.910 INFO STEP 508 (remove_files) COMPLETE
63332025-09-21T00:14:53.430Z[ recovery-image] Sep 21 00:14:52.910 INFO O| Sep 21 00:14:52.910 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342025-09-21T00:14:53.454Z[ recovery-image] Sep 21 00:14:52.923 INFO O| Sep 21 00:14:52.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63352025-09-21T00:14:53.454Z[ recovery-image] Sep 21 00:14:52.924 INFO O| Sep 21 00:14:52.924 INFO STEP 509 (remove_files) COMPLETE
63362025-09-21T00:14:53.454Z[ recovery-image] Sep 21 00:14:52.924 INFO O| Sep 21 00:14:52.924 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372025-09-21T00:14:53.479Z[ recovery-image] Sep 21 00:14:52.937 INFO O| Sep 21 00:14:52.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63382025-09-21T00:14:53.479Z[ recovery-image] Sep 21 00:14:52.937 INFO O| Sep 21 00:14:52.937 INFO STEP 510 (remove_files) COMPLETE
63392025-09-21T00:14:53.479Z[ recovery-image] Sep 21 00:14:52.937 INFO O| Sep 21 00:14:52.937 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402025-09-21T00:14:53.479Z[ recovery-image] Sep 21 00:14:52.947 INFO O| Sep 21 00:14:52.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63412025-09-21T00:14:53.479Z[ recovery-image] Sep 21 00:14:52.947 INFO O| Sep 21 00:14:52.947 INFO STEP 511 (remove_files) COMPLETE
63422025-09-21T00:14:53.479Z[ recovery-image] Sep 21 00:14:52.948 INFO O| Sep 21 00:14:52.947 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432025-09-21T00:14:53.479Z[ recovery-image] Sep 21 00:14:52.957 INFO O| Sep 21 00:14:52.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63442025-09-21T00:14:53.479Z[ recovery-image] Sep 21 00:14:52.958 INFO O| Sep 21 00:14:52.957 INFO STEP 512 (remove_files) COMPLETE
63452025-09-21T00:14:53.479Z[ recovery-image] Sep 21 00:14:52.958 INFO O| Sep 21 00:14:52.958 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462025-09-21T00:14:53.503Z[ host-image] Sep 21 00:14:52.966 INFO O| Sep 21 00:14:52.965 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
63472025-09-21T00:14:53.503Z[ recovery-image] Sep 21 00:14:52.967 INFO O| Sep 21 00:14:52.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63482025-09-21T00:14:53.503Z[ recovery-image] Sep 21 00:14:52.967 INFO O| Sep 21 00:14:52.967 INFO STEP 513 (remove_files) COMPLETE
63492025-09-21T00:14:53.503Z[ recovery-image] Sep 21 00:14:52.967 INFO O| Sep 21 00:14:52.967 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-09-21T00:14:53.503Z[ recovery-image] Sep 21 00:14:52.981 INFO O| Sep 21 00:14:52.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63512025-09-21T00:14:53.503Z[ recovery-image] Sep 21 00:14:52.981 INFO O| Sep 21 00:14:52.981 INFO STEP 514 (remove_files) COMPLETE
63522025-09-21T00:14:53.504Z[ recovery-image] Sep 21 00:14:52.981 INFO O| Sep 21 00:14:52.981 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-09-21T00:14:53.528Z[ recovery-image] Sep 21 00:14:52.991 INFO O| Sep 21 00:14:52.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63542025-09-21T00:14:53.528Z[ recovery-image] Sep 21 00:14:52.991 INFO O| Sep 21 00:14:52.991 INFO STEP 515 (remove_files) COMPLETE
63552025-09-21T00:14:53.528Z[ recovery-image] Sep 21 00:14:52.991 INFO O| Sep 21 00:14:52.991 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-09-21T00:14:53.528Z[ recovery-image] Sep 21 00:14:53.005 INFO O| Sep 21 00:14:53.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63572025-09-21T00:14:53.528Z[ recovery-image] Sep 21 00:14:53.005 INFO O| Sep 21 00:14:53.005 INFO STEP 516 (remove_files) COMPLETE
63582025-09-21T00:14:53.528Z[ recovery-image] Sep 21 00:14:53.005 INFO O| Sep 21 00:14:53.005 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-09-21T00:14:53.553Z[ recovery-image] Sep 21 00:14:53.018 INFO O| Sep 21 00:14:53.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63602025-09-21T00:14:53.553Z[ recovery-image] Sep 21 00:14:53.018 INFO O| Sep 21 00:14:53.018 INFO STEP 517 (remove_files) COMPLETE
63612025-09-21T00:14:53.553Z[ recovery-image] Sep 21 00:14:53.018 INFO O| Sep 21 00:14:53.018 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-09-21T00:14:53.553Z[ recovery-image] Sep 21 00:14:53.032 INFO O| Sep 21 00:14:53.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63632025-09-21T00:14:53.553Z[ recovery-image] Sep 21 00:14:53.032 INFO O| Sep 21 00:14:53.032 INFO STEP 518 (remove_files) COMPLETE
63642025-09-21T00:14:53.553Z[ recovery-image] Sep 21 00:14:53.032 INFO O| Sep 21 00:14:53.032 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-09-21T00:14:53.577Z[ recovery-image] Sep 21 00:14:53.042 INFO O| Sep 21 00:14:53.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63662025-09-21T00:14:53.577Z[ recovery-image] Sep 21 00:14:53.042 INFO O| Sep 21 00:14:53.042 INFO STEP 519 (remove_files) COMPLETE
63672025-09-21T00:14:53.577Z[ recovery-image] Sep 21 00:14:53.042 INFO O| Sep 21 00:14:53.042 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-09-21T00:14:53.578Z[ recovery-image] Sep 21 00:14:53.051 INFO O| Sep 21 00:14:53.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63692025-09-21T00:14:53.578Z[ recovery-image] Sep 21 00:14:53.052 INFO O| Sep 21 00:14:53.052 INFO STEP 520 (remove_files) COMPLETE
63702025-09-21T00:14:53.578Z[ recovery-image] Sep 21 00:14:53.052 INFO O| Sep 21 00:14:53.052 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-09-21T00:14:53.602Z[ recovery-image] Sep 21 00:14:53.061 INFO O| Sep 21 00:14:53.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63722025-09-21T00:14:53.602Z[ recovery-image] Sep 21 00:14:53.062 INFO O| Sep 21 00:14:53.061 INFO STEP 521 (remove_files) COMPLETE
63732025-09-21T00:14:53.602Z[ recovery-image] Sep 21 00:14:53.062 INFO O| Sep 21 00:14:53.061 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-09-21T00:14:53.602Z[ recovery-image] Sep 21 00:14:53.071 INFO O| Sep 21 00:14:53.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63752025-09-21T00:14:53.602Z[ recovery-image] Sep 21 00:14:53.072 INFO O| Sep 21 00:14:53.071 INFO STEP 522 (remove_files) COMPLETE
63762025-09-21T00:14:53.602Z[ recovery-image] Sep 21 00:14:53.072 INFO O| Sep 21 00:14:53.071 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-09-21T00:14:53.602Z[ recovery-image] Sep 21 00:14:53.081 INFO O| Sep 21 00:14:53.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63782025-09-21T00:14:53.602Z[ recovery-image] Sep 21 00:14:53.081 INFO O| Sep 21 00:14:53.081 INFO STEP 523 (remove_files) COMPLETE
63792025-09-21T00:14:53.602Z[ recovery-image] Sep 21 00:14:53.081 INFO O| Sep 21 00:14:53.081 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-09-21T00:14:53.627Z[ recovery-image] Sep 21 00:14:53.091 INFO O| Sep 21 00:14:53.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63812025-09-21T00:14:53.627Z[ recovery-image] Sep 21 00:14:53.091 INFO O| Sep 21 00:14:53.091 INFO STEP 524 (remove_files) COMPLETE
63822025-09-21T00:14:53.627Z[ recovery-image] Sep 21 00:14:53.091 INFO O| Sep 21 00:14:53.091 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832025-09-21T00:14:53.627Z[ recovery-image] Sep 21 00:14:53.100 INFO O| Sep 21 00:14:53.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63842025-09-21T00:14:53.627Z[ recovery-image] Sep 21 00:14:53.100 INFO O| Sep 21 00:14:53.100 INFO STEP 525 (remove_files) COMPLETE
63852025-09-21T00:14:53.627Z[ recovery-image] Sep 21 00:14:53.100 INFO O| Sep 21 00:14:53.100 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862025-09-21T00:14:53.652Z[ recovery-image] Sep 21 00:14:53.110 INFO O| Sep 21 00:14:53.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63872025-09-21T00:14:53.652Z[ recovery-image] Sep 21 00:14:53.111 INFO O| Sep 21 00:14:53.111 INFO STEP 526 (remove_files) COMPLETE
63882025-09-21T00:14:53.652Z[ recovery-image] Sep 21 00:14:53.111 INFO O| Sep 21 00:14:53.111 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-09-21T00:14:53.652Z[ recovery-image] Sep 21 00:14:53.121 INFO O| Sep 21 00:14:53.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
63902025-09-21T00:14:53.652Z[ recovery-image] Sep 21 00:14:53.121 INFO O| Sep 21 00:14:53.121 INFO STEP 527 (remove_files) COMPLETE
63912025-09-21T00:14:53.652Z[ recovery-image] Sep 21 00:14:53.121 INFO O| Sep 21 00:14:53.121 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-09-21T00:14:53.652Z[ recovery-image] Sep 21 00:14:53.131 INFO O| Sep 21 00:14:53.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
63932025-09-21T00:14:53.652Z[ recovery-image] Sep 21 00:14:53.131 INFO O| Sep 21 00:14:53.131 INFO STEP 528 (remove_files) COMPLETE
63942025-09-21T00:14:53.652Z[ recovery-image] Sep 21 00:14:53.131 INFO O| Sep 21 00:14:53.131 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-09-21T00:14:53.677Z[ recovery-image] Sep 21 00:14:53.140 INFO O| Sep 21 00:14:53.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
63962025-09-21T00:14:53.677Z[ recovery-image] Sep 21 00:14:53.140 INFO O| Sep 21 00:14:53.140 INFO STEP 529 (remove_files) COMPLETE
63972025-09-21T00:14:53.677Z[ recovery-image] Sep 21 00:14:53.141 INFO O| Sep 21 00:14:53.140 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-09-21T00:14:53.677Z[ recovery-image] Sep 21 00:14:53.150 INFO O| Sep 21 00:14:53.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
63992025-09-21T00:14:53.677Z[ recovery-image] Sep 21 00:14:53.150 INFO O| Sep 21 00:14:53.150 INFO STEP 530 (remove_files) COMPLETE
64002025-09-21T00:14:53.677Z[ recovery-image] Sep 21 00:14:53.150 INFO O| Sep 21 00:14:53.150 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-09-21T00:14:53.702Z[ recovery-image] Sep 21 00:14:53.159 INFO O| Sep 21 00:14:53.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64022025-09-21T00:14:53.702Z[ recovery-image] Sep 21 00:14:53.160 INFO O| Sep 21 00:14:53.160 INFO STEP 531 (remove_files) COMPLETE
64032025-09-21T00:14:53.702Z[ recovery-image] Sep 21 00:14:53.160 INFO O| Sep 21 00:14:53.160 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-09-21T00:14:53.702Z[ recovery-image] Sep 21 00:14:53.169 INFO O| Sep 21 00:14:53.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64052025-09-21T00:14:53.702Z[ recovery-image] Sep 21 00:14:53.169 INFO O| Sep 21 00:14:53.169 INFO STEP 532 (remove_files) COMPLETE
64062025-09-21T00:14:53.702Z[ recovery-image] Sep 21 00:14:53.169 INFO O| Sep 21 00:14:53.169 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-09-21T00:14:53.702Z[ recovery-image] Sep 21 00:14:53.179 INFO O| Sep 21 00:14:53.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64082025-09-21T00:14:53.702Z[ recovery-image] Sep 21 00:14:53.179 INFO O| Sep 21 00:14:53.179 INFO STEP 533 (remove_files) COMPLETE
64092025-09-21T00:14:53.702Z[ recovery-image] Sep 21 00:14:53.179 INFO O| Sep 21 00:14:53.179 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-09-21T00:14:53.728Z[ recovery-image] Sep 21 00:14:53.193 INFO O| Sep 21 00:14:53.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64112025-09-21T00:14:53.728Z[ recovery-image] Sep 21 00:14:53.193 INFO O| Sep 21 00:14:53.193 INFO STEP 534 (remove_files) COMPLETE
64122025-09-21T00:14:53.728Z[ recovery-image] Sep 21 00:14:53.193 INFO O| Sep 21 00:14:53.193 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-09-21T00:14:53.728Z[ recovery-image] Sep 21 00:14:53.204 INFO O| Sep 21 00:14:53.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64142025-09-21T00:14:53.728Z[ recovery-image] Sep 21 00:14:53.204 INFO O| Sep 21 00:14:53.204 INFO STEP 535 (remove_files) COMPLETE
64152025-09-21T00:14:53.728Z[ recovery-image] Sep 21 00:14:53.204 INFO O| Sep 21 00:14:53.204 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-09-21T00:14:53.754Z[ recovery-image] Sep 21 00:14:53.216 INFO O| Sep 21 00:14:53.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64172025-09-21T00:14:53.754Z[ recovery-image] Sep 21 00:14:53.217 INFO O| Sep 21 00:14:53.217 INFO STEP 536 (remove_files) COMPLETE
64182025-09-21T00:14:53.754Z[ recovery-image] Sep 21 00:14:53.217 INFO O| Sep 21 00:14:53.217 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-09-21T00:14:53.754Z[ recovery-image] Sep 21 00:14:53.229 INFO O| Sep 21 00:14:53.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64202025-09-21T00:14:53.754Z[ recovery-image] Sep 21 00:14:53.229 INFO O| Sep 21 00:14:53.229 INFO STEP 537 (remove_files) COMPLETE
64212025-09-21T00:14:53.754Z[ recovery-image] Sep 21 00:14:53.229 INFO O| Sep 21 00:14:53.229 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-09-21T00:14:53.778Z[ recovery-image] Sep 21 00:14:53.243 INFO O| Sep 21 00:14:53.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64232025-09-21T00:14:53.778Z[ recovery-image] Sep 21 00:14:53.243 INFO O| Sep 21 00:14:53.243 INFO STEP 538 (remove_files) COMPLETE
64242025-09-21T00:14:53.778Z[ recovery-image] Sep 21 00:14:53.243 INFO O| Sep 21 00:14:53.243 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-09-21T00:14:53.779Z[ recovery-image] Sep 21 00:14:53.256 INFO O| Sep 21 00:14:53.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64262025-09-21T00:14:53.779Z[ recovery-image] Sep 21 00:14:53.256 INFO O| Sep 21 00:14:53.256 INFO STEP 539 (remove_files) COMPLETE
64272025-09-21T00:14:53.779Z[ recovery-image] Sep 21 00:14:53.256 INFO O| Sep 21 00:14:53.256 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-09-21T00:14:53.803Z[ recovery-image] Sep 21 00:14:53.266 INFO O| Sep 21 00:14:53.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64292025-09-21T00:14:53.803Z[ recovery-image] Sep 21 00:14:53.266 INFO O| Sep 21 00:14:53.266 INFO STEP 540 (remove_files) COMPLETE
64302025-09-21T00:14:53.803Z[ recovery-image] Sep 21 00:14:53.266 INFO O| Sep 21 00:14:53.266 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-09-21T00:14:53.803Z[ recovery-image] Sep 21 00:14:53.279 INFO O| Sep 21 00:14:53.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64322025-09-21T00:14:53.803Z[ recovery-image] Sep 21 00:14:53.279 INFO O| Sep 21 00:14:53.279 INFO STEP 541 (remove_files) COMPLETE
64332025-09-21T00:14:53.803Z[ recovery-image] Sep 21 00:14:53.279 INFO O| Sep 21 00:14:53.279 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-09-21T00:14:53.829Z[ recovery-image] Sep 21 00:14:53.293 INFO O| Sep 21 00:14:53.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64352025-09-21T00:14:53.829Z[ recovery-image] Sep 21 00:14:53.293 INFO O| Sep 21 00:14:53.293 INFO STEP 542 (remove_files) COMPLETE
64362025-09-21T00:14:53.829Z[ recovery-image] Sep 21 00:14:53.293 INFO O| Sep 21 00:14:53.293 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-09-21T00:14:53.829Z[ recovery-image] Sep 21 00:14:53.305 INFO O| Sep 21 00:14:53.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64382025-09-21T00:14:53.829Z[ recovery-image] Sep 21 00:14:53.305 INFO O| Sep 21 00:14:53.305 INFO STEP 543 (remove_files) COMPLETE
64392025-09-21T00:14:53.829Z[ recovery-image] Sep 21 00:14:53.305 INFO O| Sep 21 00:14:53.305 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402025-09-21T00:14:53.854Z[ recovery-image] Sep 21 00:14:53.317 INFO O| Sep 21 00:14:53.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64412025-09-21T00:14:53.854Z[ recovery-image] Sep 21 00:14:53.318 INFO O| Sep 21 00:14:53.317 INFO STEP 544 (remove_files) COMPLETE
64422025-09-21T00:14:53.854Z[ recovery-image] Sep 21 00:14:53.318 INFO O| Sep 21 00:14:53.318 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432025-09-21T00:14:53.854Z[ recovery-image] Sep 21 00:14:53.327 INFO O| Sep 21 00:14:53.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64442025-09-21T00:14:53.854Z[ recovery-image] Sep 21 00:14:53.328 INFO O| Sep 21 00:14:53.328 INFO STEP 545 (remove_files) COMPLETE
64452025-09-21T00:14:53.854Z[ recovery-image] Sep 21 00:14:53.328 INFO O| Sep 21 00:14:53.328 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-09-21T00:14:53.879Z[ recovery-image] Sep 21 00:14:53.342 INFO O| Sep 21 00:14:53.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64472025-09-21T00:14:53.879Z[ recovery-image] Sep 21 00:14:53.343 INFO O| Sep 21 00:14:53.343 INFO STEP 546 (remove_files) COMPLETE
64482025-09-21T00:14:53.879Z[ recovery-image] Sep 21 00:14:53.343 INFO O| Sep 21 00:14:53.343 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492025-09-21T00:14:53.879Z[ recovery-image] Sep 21 00:14:53.358 INFO O| Sep 21 00:14:53.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64502025-09-21T00:14:53.879Z[ recovery-image] Sep 21 00:14:53.358 INFO O| Sep 21 00:14:53.358 INFO STEP 547 (remove_files) COMPLETE
64512025-09-21T00:14:53.879Z[ recovery-image] Sep 21 00:14:53.358 INFO O| Sep 21 00:14:53.358 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522025-09-21T00:14:53.903Z[ recovery-image] Sep 21 00:14:53.371 INFO O| Sep 21 00:14:53.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64532025-09-21T00:14:53.903Z[ recovery-image] Sep 21 00:14:53.372 INFO O| Sep 21 00:14:53.371 INFO STEP 548 (remove_files) COMPLETE
64542025-09-21T00:14:53.903Z[ recovery-image] Sep 21 00:14:53.372 INFO O| Sep 21 00:14:53.371 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552025-09-21T00:14:53.903Z[ recovery-image] Sep 21 00:14:53.381 INFO O| Sep 21 00:14:53.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64562025-09-21T00:14:53.903Z[ recovery-image] Sep 21 00:14:53.381 INFO O| Sep 21 00:14:53.381 INFO STEP 549 (remove_files) COMPLETE
64572025-09-21T00:14:53.903Z[ recovery-image] Sep 21 00:14:53.381 INFO O| Sep 21 00:14:53.381 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582025-09-21T00:14:53.928Z[ recovery-image] Sep 21 00:14:53.394 INFO O| Sep 21 00:14:53.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64592025-09-21T00:14:53.928Z[ recovery-image] Sep 21 00:14:53.394 INFO O| Sep 21 00:14:53.394 INFO STEP 550 (remove_files) COMPLETE
64602025-09-21T00:14:53.928Z[ recovery-image] Sep 21 00:14:53.394 INFO O| Sep 21 00:14:53.394 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612025-09-21T00:14:53.928Z[ recovery-image] Sep 21 00:14:53.404 INFO O| Sep 21 00:14:53.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64622025-09-21T00:14:53.928Z[ recovery-image] Sep 21 00:14:53.404 INFO O| Sep 21 00:14:53.404 INFO STEP 551 (remove_files) COMPLETE
64632025-09-21T00:14:53.928Z[ recovery-image] Sep 21 00:14:53.404 INFO O| Sep 21 00:14:53.404 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642025-09-21T00:14:53.953Z[ recovery-image] Sep 21 00:14:53.414 INFO O| Sep 21 00:14:53.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64652025-09-21T00:14:53.953Z[ recovery-image] Sep 21 00:14:53.414 INFO O| Sep 21 00:14:53.414 INFO STEP 552 (remove_files) COMPLETE
64662025-09-21T00:14:53.953Z[ recovery-image] Sep 21 00:14:53.414 INFO O| Sep 21 00:14:53.414 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672025-09-21T00:14:53.953Z[ recovery-image] Sep 21 00:14:53.427 INFO O| Sep 21 00:14:53.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64682025-09-21T00:14:53.953Z[ recovery-image] Sep 21 00:14:53.428 INFO O| Sep 21 00:14:53.428 INFO STEP 553 (remove_files) COMPLETE
64692025-09-21T00:14:53.953Z[ recovery-image] Sep 21 00:14:53.428 INFO O| Sep 21 00:14:53.428 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702025-09-21T00:14:53.978Z[ recovery-image] Sep 21 00:14:53.437 INFO O| Sep 21 00:14:53.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64712025-09-21T00:14:53.978Z[ recovery-image] Sep 21 00:14:53.437 INFO O| Sep 21 00:14:53.437 INFO STEP 554 (remove_files) COMPLETE
64722025-09-21T00:14:53.978Z[ recovery-image] Sep 21 00:14:53.438 INFO O| Sep 21 00:14:53.437 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732025-09-21T00:14:53.978Z[ recovery-image] Sep 21 00:14:53.447 INFO O| Sep 21 00:14:53.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64742025-09-21T00:14:53.978Z[ recovery-image] Sep 21 00:14:53.447 INFO O| Sep 21 00:14:53.447 INFO STEP 555 (remove_files) COMPLETE
64752025-09-21T00:14:53.978Z[ recovery-image] Sep 21 00:14:53.447 INFO O| Sep 21 00:14:53.447 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762025-09-21T00:14:53.978Z[ recovery-image] Sep 21 00:14:53.457 INFO O| Sep 21 00:14:53.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64772025-09-21T00:14:53.978Z[ recovery-image] Sep 21 00:14:53.457 INFO O| Sep 21 00:14:53.457 INFO STEP 556 (remove_files) COMPLETE
64782025-09-21T00:14:53.978Z[ recovery-image] Sep 21 00:14:53.457 INFO O| Sep 21 00:14:53.457 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-09-21T00:14:54.003Z[ recovery-image] Sep 21 00:14:53.466 INFO O| Sep 21 00:14:53.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64802025-09-21T00:14:54.003Z[ recovery-image] Sep 21 00:14:53.467 INFO O| Sep 21 00:14:53.466 INFO STEP 557 (remove_files) COMPLETE
64812025-09-21T00:14:54.003Z[ recovery-image] Sep 21 00:14:53.467 INFO O| Sep 21 00:14:53.467 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-09-21T00:14:54.003Z[ recovery-image] Sep 21 00:14:53.476 INFO O| Sep 21 00:14:53.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64832025-09-21T00:14:54.003Z[ recovery-image] Sep 21 00:14:53.476 INFO O| Sep 21 00:14:53.476 INFO STEP 558 (remove_files) COMPLETE
64842025-09-21T00:14:54.003Z[ recovery-image] Sep 21 00:14:53.476 INFO O| Sep 21 00:14:53.476 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852025-09-21T00:14:54.028Z[ recovery-image] Sep 21 00:14:53.486 INFO O| Sep 21 00:14:53.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64862025-09-21T00:14:54.028Z[ recovery-image] Sep 21 00:14:53.486 INFO O| Sep 21 00:14:53.486 INFO STEP 559 (remove_files) COMPLETE
64872025-09-21T00:14:54.028Z[ recovery-image] Sep 21 00:14:53.486 INFO O| Sep 21 00:14:53.486 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882025-09-21T00:14:54.028Z[ recovery-image] Sep 21 00:14:53.496 INFO O| Sep 21 00:14:53.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64892025-09-21T00:14:54.028Z[ recovery-image] Sep 21 00:14:53.496 INFO O| Sep 21 00:14:53.496 INFO STEP 560 (remove_files) COMPLETE
64902025-09-21T00:14:54.028Z[ recovery-image] Sep 21 00:14:53.496 INFO O| Sep 21 00:14:53.496 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912025-09-21T00:14:54.053Z[ recovery-image] Sep 21 00:14:53.513 INFO O| Sep 21 00:14:53.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64922025-09-21T00:14:54.053Z[ recovery-image] Sep 21 00:14:53.514 INFO O| Sep 21 00:14:53.514 INFO STEP 561 (remove_files) COMPLETE
64932025-09-21T00:14:54.053Z[ recovery-image] Sep 21 00:14:53.514 INFO O| Sep 21 00:14:53.514 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942025-09-21T00:14:54.053Z[ host-image] Sep 21 00:14:53.531 INFO O| Sep 21 00:14:53.531 INFO O| Download: Completed 10.11 MB in 0.57 seconds (17.9M/s)
64952025-09-21T00:14:54.053Z[ recovery-image] Sep 21 00:14:53.532 INFO O| Sep 21 00:14:53.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64962025-09-21T00:14:54.053Z[ recovery-image] Sep 21 00:14:53.532 INFO O| Sep 21 00:14:53.532 INFO STEP 562 (remove_files) COMPLETE
64972025-09-21T00:14:54.053Z[ recovery-image] Sep 21 00:14:53.532 INFO O| Sep 21 00:14:53.532 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982025-09-21T00:14:54.080Z[ recovery-image] Sep 21 00:14:53.550 INFO O| Sep 21 00:14:53.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64992025-09-21T00:14:54.080Z[ recovery-image] Sep 21 00:14:53.550 INFO O| Sep 21 00:14:53.550 INFO STEP 563 (remove_files) COMPLETE
65002025-09-21T00:14:54.080Z[ recovery-image] Sep 21 00:14:53.550 INFO O| Sep 21 00:14:53.550 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012025-09-21T00:14:54.105Z[ recovery-image] Sep 21 00:14:53.567 INFO O| Sep 21 00:14:53.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65022025-09-21T00:14:54.105Z[ recovery-image] Sep 21 00:14:53.567 INFO O| Sep 21 00:14:53.567 INFO STEP 564 (remove_files) COMPLETE
65032025-09-21T00:14:54.105Z[ recovery-image] Sep 21 00:14:53.567 INFO O| Sep 21 00:14:53.567 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042025-09-21T00:14:54.105Z[ recovery-image] Sep 21 00:14:53.580 INFO O| Sep 21 00:14:53.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65052025-09-21T00:14:54.105Z[ recovery-image] Sep 21 00:14:53.581 INFO O| Sep 21 00:14:53.580 INFO STEP 565 (remove_files) COMPLETE
65062025-09-21T00:14:54.105Z[ recovery-image] Sep 21 00:14:53.581 INFO O| Sep 21 00:14:53.580 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072025-09-21T00:14:54.132Z[ recovery-image] Sep 21 00:14:53.614 INFO O| Sep 21 00:14:53.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65082025-09-21T00:14:54.132Z[ recovery-image] Sep 21 00:14:53.614 INFO O| Sep 21 00:14:53.614 INFO STEP 566 (remove_files) COMPLETE
65092025-09-21T00:14:54.132Z[ recovery-image] Sep 21 00:14:53.614 INFO O| Sep 21 00:14:53.614 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102025-09-21T00:14:54.157Z[ recovery-image] Sep 21 00:14:53.629 INFO O| Sep 21 00:14:53.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65112025-09-21T00:14:54.158Z[ recovery-image] Sep 21 00:14:53.629 INFO O| Sep 21 00:14:53.629 INFO STEP 567 (remove_files) COMPLETE
65122025-09-21T00:14:54.158Z[ recovery-image] Sep 21 00:14:53.629 INFO O| Sep 21 00:14:53.629 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132025-09-21T00:14:54.182Z[ recovery-image] Sep 21 00:14:53.640 INFO O| Sep 21 00:14:53.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65142025-09-21T00:14:54.182Z[ recovery-image] Sep 21 00:14:53.641 INFO O| Sep 21 00:14:53.641 INFO STEP 568 (remove_files) COMPLETE
65152025-09-21T00:14:54.182Z[ recovery-image] Sep 21 00:14:53.641 INFO O| Sep 21 00:14:53.641 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162025-09-21T00:14:54.207Z[ recovery-image] Sep 21 00:14:53.674 INFO O| Sep 21 00:14:53.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65172025-09-21T00:14:54.207Z[ recovery-image] Sep 21 00:14:53.674 INFO O| Sep 21 00:14:53.674 INFO STEP 569 (remove_files) COMPLETE
65182025-09-21T00:14:54.207Z[ recovery-image] Sep 21 00:14:53.674 INFO O| Sep 21 00:14:53.674 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192025-09-21T00:14:54.232Z[ recovery-image] Sep 21 00:14:53.691 INFO O| Sep 21 00:14:53.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65202025-09-21T00:14:54.233Z[ recovery-image] Sep 21 00:14:53.691 INFO O| Sep 21 00:14:53.691 INFO STEP 570 (remove_files) COMPLETE
65212025-09-21T00:14:54.233Z[ recovery-image] Sep 21 00:14:53.691 INFO O| Sep 21 00:14:53.691 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222025-09-21T00:14:54.233Z[ host-image] Sep 21 00:14:53.698 INFO O| Sep 21 00:14:53.698 INFO O| Actions: 1/22 actions (Installing new actions)
65232025-09-21T00:14:54.233Z[ recovery-image] Sep 21 00:14:53.704 INFO O| Sep 21 00:14:53.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65242025-09-21T00:14:54.233Z[ recovery-image] Sep 21 00:14:53.704 INFO O| Sep 21 00:14:53.704 INFO STEP 571 (remove_files) COMPLETE
65252025-09-21T00:14:54.233Z[ recovery-image] Sep 21 00:14:53.704 INFO O| Sep 21 00:14:53.704 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262025-09-21T00:14:54.257Z[ recovery-image] Sep 21 00:14:53.719 INFO O| Sep 21 00:14:53.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65272025-09-21T00:14:54.257Z[ recovery-image] Sep 21 00:14:53.720 INFO O| Sep 21 00:14:53.720 INFO STEP 572 (remove_files) COMPLETE
65282025-09-21T00:14:54.257Z[ recovery-image] Sep 21 00:14:53.720 INFO O| Sep 21 00:14:53.720 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292025-09-21T00:14:54.257Z[ recovery-image] Sep 21 00:14:53.732 INFO O| Sep 21 00:14:53.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65302025-09-21T00:14:54.257Z[ recovery-image] Sep 21 00:14:53.733 INFO O| Sep 21 00:14:53.733 INFO STEP 573 (remove_files) COMPLETE
65312025-09-21T00:14:54.257Z[ recovery-image] Sep 21 00:14:53.733 INFO O| Sep 21 00:14:53.733 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322025-09-21T00:14:54.282Z[ recovery-image] Sep 21 00:14:53.745 INFO O| Sep 21 00:14:53.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65332025-09-21T00:14:54.282Z[ recovery-image] Sep 21 00:14:53.745 INFO O| Sep 21 00:14:53.745 INFO STEP 574 (remove_files) COMPLETE
65342025-09-21T00:14:54.282Z[ recovery-image] Sep 21 00:14:53.745 INFO O| Sep 21 00:14:53.745 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352025-09-21T00:14:54.282Z[ recovery-image] Sep 21 00:14:53.757 INFO O| Sep 21 00:14:53.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65362025-09-21T00:14:54.283Z[ recovery-image] Sep 21 00:14:53.757 INFO O| Sep 21 00:14:53.757 INFO STEP 575 (remove_files) COMPLETE
65372025-09-21T00:14:54.283Z[ recovery-image] Sep 21 00:14:53.757 INFO O| Sep 21 00:14:53.757 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-09-21T00:14:54.307Z[ recovery-image] Sep 21 00:14:53.771 INFO O| Sep 21 00:14:53.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65392025-09-21T00:14:54.307Z[ recovery-image] Sep 21 00:14:53.771 INFO O| Sep 21 00:14:53.771 INFO STEP 576 (remove_files) COMPLETE
65402025-09-21T00:14:54.307Z[ recovery-image] Sep 21 00:14:53.771 INFO O| Sep 21 00:14:53.771 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-09-21T00:14:54.307Z[ recovery-image] Sep 21 00:14:53.782 INFO O| Sep 21 00:14:53.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65422025-09-21T00:14:54.307Z[ recovery-image] Sep 21 00:14:53.782 INFO O| Sep 21 00:14:53.782 INFO STEP 577 (remove_files) COMPLETE
65432025-09-21T00:14:54.307Z[ recovery-image] Sep 21 00:14:53.783 INFO O| Sep 21 00:14:53.782 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442025-09-21T00:14:54.332Z[ recovery-image] Sep 21 00:14:53.792 INFO O| Sep 21 00:14:53.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65452025-09-21T00:14:54.333Z[ recovery-image] Sep 21 00:14:53.793 INFO O| Sep 21 00:14:53.793 INFO STEP 578 (remove_files) COMPLETE
65462025-09-21T00:14:54.333Z[ recovery-image] Sep 21 00:14:53.793 INFO O| Sep 21 00:14:53.793 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-09-21T00:14:54.333Z[ recovery-image] Sep 21 00:14:53.802 INFO O| Sep 21 00:14:53.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65482025-09-21T00:14:54.333Z[ recovery-image] Sep 21 00:14:53.802 INFO O| Sep 21 00:14:53.802 INFO STEP 579 (remove_files) COMPLETE
65492025-09-21T00:14:54.333Z[ recovery-image] Sep 21 00:14:53.802 INFO O| Sep 21 00:14:53.802 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-09-21T00:14:54.333Z[ recovery-image] Sep 21 00:14:53.812 INFO O| Sep 21 00:14:53.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65512025-09-21T00:14:54.333Z[ recovery-image] Sep 21 00:14:53.812 INFO O| Sep 21 00:14:53.812 INFO STEP 580 (remove_files) COMPLETE
65522025-09-21T00:14:54.333Z[ recovery-image] Sep 21 00:14:53.812 INFO O| Sep 21 00:14:53.812 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-09-21T00:14:54.358Z[ recovery-image] Sep 21 00:14:53.825 INFO O| Sep 21 00:14:53.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65542025-09-21T00:14:54.358Z[ recovery-image] Sep 21 00:14:53.825 INFO O| Sep 21 00:14:53.825 INFO STEP 581 (remove_files) COMPLETE
65552025-09-21T00:14:54.358Z[ recovery-image] Sep 21 00:14:53.825 INFO O| Sep 21 00:14:53.825 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-09-21T00:14:54.358Z[ recovery-image] Sep 21 00:14:53.837 INFO O| Sep 21 00:14:53.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65572025-09-21T00:14:54.358Z[ recovery-image] Sep 21 00:14:53.838 INFO O| Sep 21 00:14:53.838 INFO STEP 582 (remove_files) COMPLETE
65582025-09-21T00:14:54.358Z[ recovery-image] Sep 21 00:14:53.838 INFO O| Sep 21 00:14:53.838 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-09-21T00:14:54.382Z[ recovery-image] Sep 21 00:14:53.848 INFO O| Sep 21 00:14:53.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65602025-09-21T00:14:54.382Z[ recovery-image] Sep 21 00:14:53.848 INFO O| Sep 21 00:14:53.848 INFO STEP 583 (remove_files) COMPLETE
65612025-09-21T00:14:54.382Z[ recovery-image] Sep 21 00:14:53.848 INFO O| Sep 21 00:14:53.848 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-09-21T00:14:54.382Z[ recovery-image] Sep 21 00:14:53.860 INFO O| Sep 21 00:14:53.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65632025-09-21T00:14:54.382Z[ recovery-image] Sep 21 00:14:53.860 INFO O| Sep 21 00:14:53.860 INFO STEP 584 (remove_files) COMPLETE
65642025-09-21T00:14:54.382Z[ recovery-image] Sep 21 00:14:53.860 INFO O| Sep 21 00:14:53.860 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-09-21T00:14:54.407Z[ recovery-image] Sep 21 00:14:53.870 INFO O| Sep 21 00:14:53.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65662025-09-21T00:14:54.407Z[ recovery-image] Sep 21 00:14:53.870 INFO O| Sep 21 00:14:53.870 INFO STEP 585 (remove_files) COMPLETE
65672025-09-21T00:14:54.407Z[ recovery-image] Sep 21 00:14:53.870 INFO O| Sep 21 00:14:53.870 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-09-21T00:14:54.407Z[ recovery-image] Sep 21 00:14:53.881 INFO O| Sep 21 00:14:53.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65692025-09-21T00:14:54.407Z[ recovery-image] Sep 21 00:14:53.882 INFO O| Sep 21 00:14:53.882 INFO STEP 586 (remove_files) COMPLETE
65702025-09-21T00:14:54.407Z[ recovery-image] Sep 21 00:14:53.882 INFO O| Sep 21 00:14:53.882 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-09-21T00:14:54.433Z[ recovery-image] Sep 21 00:14:53.893 INFO O| Sep 21 00:14:53.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65722025-09-21T00:14:54.433Z[ recovery-image] Sep 21 00:14:53.893 INFO O| Sep 21 00:14:53.893 INFO STEP 587 (remove_files) COMPLETE
65732025-09-21T00:14:54.433Z[ recovery-image] Sep 21 00:14:53.893 INFO O| Sep 21 00:14:53.893 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-09-21T00:14:54.433Z[ recovery-image] Sep 21 00:14:53.905 INFO O| Sep 21 00:14:53.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65752025-09-21T00:14:54.433Z[ recovery-image] Sep 21 00:14:53.905 INFO O| Sep 21 00:14:53.905 INFO STEP 588 (remove_files) COMPLETE
65762025-09-21T00:14:54.433Z[ recovery-image] Sep 21 00:14:53.905 INFO O| Sep 21 00:14:53.905 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-09-21T00:14:54.458Z[ recovery-image] Sep 21 00:14:53.916 INFO O| Sep 21 00:14:53.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65782025-09-21T00:14:54.458Z[ recovery-image] Sep 21 00:14:53.916 INFO O| Sep 21 00:14:53.916 INFO STEP 589 (remove_files) COMPLETE
65792025-09-21T00:14:54.458Z[ recovery-image] Sep 21 00:14:53.916 INFO O| Sep 21 00:14:53.916 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-09-21T00:14:54.458Z[ recovery-image] Sep 21 00:14:53.929 INFO O| Sep 21 00:14:53.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65812025-09-21T00:14:54.458Z[ recovery-image] Sep 21 00:14:53.929 INFO O| Sep 21 00:14:53.929 INFO STEP 590 (remove_files) COMPLETE
65822025-09-21T00:14:54.458Z[ recovery-image] Sep 21 00:14:53.929 INFO O| Sep 21 00:14:53.929 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-09-21T00:14:54.482Z[ recovery-image] Sep 21 00:14:53.941 INFO O| Sep 21 00:14:53.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65842025-09-21T00:14:54.483Z[ recovery-image] Sep 21 00:14:53.941 INFO O| Sep 21 00:14:53.941 INFO STEP 591 (remove_files) COMPLETE
65852025-09-21T00:14:54.483Z[ recovery-image] Sep 21 00:14:53.941 INFO O| Sep 21 00:14:53.941 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-09-21T00:14:54.483Z[ recovery-image] Sep 21 00:14:53.952 INFO O| Sep 21 00:14:53.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65872025-09-21T00:14:54.483Z[ recovery-image] Sep 21 00:14:53.952 INFO O| Sep 21 00:14:53.952 INFO STEP 592 (remove_files) COMPLETE
65882025-09-21T00:14:54.483Z[ recovery-image] Sep 21 00:14:53.952 INFO O| Sep 21 00:14:53.952 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-09-21T00:14:54.483Z[ recovery-image] Sep 21 00:14:53.963 INFO O| Sep 21 00:14:53.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65902025-09-21T00:14:54.483Z[ recovery-image] Sep 21 00:14:53.963 INFO O| Sep 21 00:14:53.963 INFO STEP 593 (remove_files) COMPLETE
65912025-09-21T00:14:54.483Z[ recovery-image] Sep 21 00:14:53.963 INFO O| Sep 21 00:14:53.963 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-09-21T00:14:54.508Z[ recovery-image] Sep 21 00:14:53.974 INFO O| Sep 21 00:14:53.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65932025-09-21T00:14:54.508Z[ recovery-image] Sep 21 00:14:53.974 INFO O| Sep 21 00:14:53.974 INFO STEP 594 (remove_files) COMPLETE
65942025-09-21T00:14:54.508Z[ recovery-image] Sep 21 00:14:53.974 INFO O| Sep 21 00:14:53.974 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-09-21T00:14:54.508Z[ recovery-image] Sep 21 00:14:53.983 INFO O| Sep 21 00:14:53.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65962025-09-21T00:14:54.508Z[ recovery-image] Sep 21 00:14:53.983 INFO O| Sep 21 00:14:53.983 INFO STEP 595 (remove_files) COMPLETE
65972025-09-21T00:14:54.508Z[ recovery-image] Sep 21 00:14:53.983 INFO O| Sep 21 00:14:53.983 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-09-21T00:14:54.532Z[ recovery-image] Sep 21 00:14:53.993 INFO O| Sep 21 00:14:53.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65992025-09-21T00:14:54.532Z[ recovery-image] Sep 21 00:14:53.993 INFO O| Sep 21 00:14:53.993 INFO STEP 596 (remove_files) COMPLETE
66002025-09-21T00:14:54.532Z[ recovery-image] Sep 21 00:14:53.993 INFO O| Sep 21 00:14:53.993 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-09-21T00:14:54.532Z[ recovery-image] Sep 21 00:14:54.007 INFO O| Sep 21 00:14:54.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66022025-09-21T00:14:54.532Z[ recovery-image] Sep 21 00:14:54.007 INFO O| Sep 21 00:14:54.007 INFO STEP 597 (remove_files) COMPLETE
66032025-09-21T00:14:54.532Z[ recovery-image] Sep 21 00:14:54.007 INFO O| Sep 21 00:14:54.007 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-09-21T00:14:54.557Z[ recovery-image] Sep 21 00:14:54.021 INFO O| Sep 21 00:14:54.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66052025-09-21T00:14:54.557Z[ recovery-image] Sep 21 00:14:54.021 INFO O| Sep 21 00:14:54.021 INFO STEP 598 (remove_files) COMPLETE
66062025-09-21T00:14:54.557Z[ recovery-image] Sep 21 00:14:54.021 INFO O| Sep 21 00:14:54.021 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-09-21T00:14:54.557Z[ host-image] Sep 21 00:14:54.024 INFO O| Sep 21 00:14:54.023 INFO O| Actions: Completed 22 actions in 0.33 seconds.
66082025-09-21T00:14:54.557Z[ recovery-image] Sep 21 00:14:54.034 INFO O| Sep 21 00:14:54.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66092025-09-21T00:14:54.557Z[ recovery-image] Sep 21 00:14:54.034 INFO O| Sep 21 00:14:54.034 INFO STEP 599 (remove_files) COMPLETE
66102025-09-21T00:14:54.557Z[ recovery-image] Sep 21 00:14:54.034 INFO O| Sep 21 00:14:54.034 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112025-09-21T00:14:54.582Z[ recovery-image] Sep 21 00:14:54.046 INFO O| Sep 21 00:14:54.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66122025-09-21T00:14:54.582Z[ recovery-image] Sep 21 00:14:54.046 INFO O| Sep 21 00:14:54.046 INFO STEP 600 (remove_files) COMPLETE
66132025-09-21T00:14:54.582Z[ recovery-image] Sep 21 00:14:54.046 INFO O| Sep 21 00:14:54.046 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142025-09-21T00:14:54.582Z[ recovery-image] Sep 21 00:14:54.058 INFO O| Sep 21 00:14:54.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66152025-09-21T00:14:54.582Z[ recovery-image] Sep 21 00:14:54.058 INFO O| Sep 21 00:14:54.058 INFO STEP 601 (remove_files) COMPLETE
66162025-09-21T00:14:54.582Z[ recovery-image] Sep 21 00:14:54.058 INFO O| Sep 21 00:14:54.058 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172025-09-21T00:14:54.607Z[ recovery-image] Sep 21 00:14:54.069 INFO O| Sep 21 00:14:54.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66182025-09-21T00:14:54.607Z[ recovery-image] Sep 21 00:14:54.069 INFO O| Sep 21 00:14:54.069 INFO STEP 602 (remove_files) COMPLETE
66192025-09-21T00:14:54.607Z[ recovery-image] Sep 21 00:14:54.069 INFO O| Sep 21 00:14:54.069 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202025-09-21T00:14:54.607Z[ recovery-image] Sep 21 00:14:54.080 INFO O| Sep 21 00:14:54.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66212025-09-21T00:14:54.607Z[ recovery-image] Sep 21 00:14:54.080 INFO O| Sep 21 00:14:54.080 INFO STEP 603 (remove_files) COMPLETE
66222025-09-21T00:14:54.607Z[ recovery-image] Sep 21 00:14:54.080 INFO O| Sep 21 00:14:54.080 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232025-09-21T00:14:54.631Z[ recovery-image] Sep 21 00:14:54.090 INFO O| Sep 21 00:14:54.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66242025-09-21T00:14:54.631Z[ recovery-image] Sep 21 00:14:54.090 INFO O| Sep 21 00:14:54.090 INFO STEP 604 (remove_files) COMPLETE
66252025-09-21T00:14:54.631Z[ recovery-image] Sep 21 00:14:54.090 INFO O| Sep 21 00:14:54.090 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262025-09-21T00:14:54.631Z[ recovery-image] Sep 21 00:14:54.100 INFO O| Sep 21 00:14:54.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66272025-09-21T00:14:54.631Z[ recovery-image] Sep 21 00:14:54.100 INFO O| Sep 21 00:14:54.100 INFO STEP 605 (remove_files) COMPLETE
66282025-09-21T00:14:54.631Z[ recovery-image] Sep 21 00:14:54.100 INFO O| Sep 21 00:14:54.100 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292025-09-21T00:14:54.631Z[ recovery-image] Sep 21 00:14:54.109 INFO O| Sep 21 00:14:54.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66302025-09-21T00:14:54.631Z[ recovery-image] Sep 21 00:14:54.109 INFO O| Sep 21 00:14:54.109 INFO STEP 606 (remove_files) COMPLETE
66312025-09-21T00:14:54.631Z[ recovery-image] Sep 21 00:14:54.109 INFO O| Sep 21 00:14:54.109 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322025-09-21T00:14:54.656Z[ recovery-image] Sep 21 00:14:54.119 INFO O| Sep 21 00:14:54.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66332025-09-21T00:14:54.656Z[ recovery-image] Sep 21 00:14:54.119 INFO O| Sep 21 00:14:54.119 INFO STEP 607 (remove_files) COMPLETE
66342025-09-21T00:14:54.656Z[ recovery-image] Sep 21 00:14:54.119 INFO O| Sep 21 00:14:54.119 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352025-09-21T00:14:54.656Z[ recovery-image] Sep 21 00:14:54.128 INFO O| Sep 21 00:14:54.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66362025-09-21T00:14:54.656Z[ recovery-image] Sep 21 00:14:54.129 INFO O| Sep 21 00:14:54.128 INFO STEP 608 (remove_files) COMPLETE
66372025-09-21T00:14:54.656Z[ recovery-image] Sep 21 00:14:54.129 INFO O| Sep 21 00:14:54.128 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382025-09-21T00:14:54.681Z[ recovery-image] Sep 21 00:14:54.138 INFO O| Sep 21 00:14:54.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66392025-09-21T00:14:54.681Z[ recovery-image] Sep 21 00:14:54.138 INFO O| Sep 21 00:14:54.138 INFO STEP 609 (remove_files) COMPLETE
66402025-09-21T00:14:54.681Z[ recovery-image] Sep 21 00:14:54.138 INFO O| Sep 21 00:14:54.138 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412025-09-21T00:14:54.681Z[ recovery-image] Sep 21 00:14:54.148 INFO O| Sep 21 00:14:54.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66422025-09-21T00:14:54.681Z[ recovery-image] Sep 21 00:14:54.148 INFO O| Sep 21 00:14:54.148 INFO STEP 610 (remove_files) COMPLETE
66432025-09-21T00:14:54.681Z[ recovery-image] Sep 21 00:14:54.148 INFO O| Sep 21 00:14:54.148 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442025-09-21T00:14:54.681Z[ recovery-image] Sep 21 00:14:54.158 INFO O| Sep 21 00:14:54.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66452025-09-21T00:14:54.681Z[ recovery-image] Sep 21 00:14:54.158 INFO O| Sep 21 00:14:54.158 INFO STEP 611 (remove_files) COMPLETE
66462025-09-21T00:14:54.681Z[ recovery-image] Sep 21 00:14:54.158 INFO O| Sep 21 00:14:54.158 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472025-09-21T00:14:54.706Z[ recovery-image] Sep 21 00:14:54.167 INFO O| Sep 21 00:14:54.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66482025-09-21T00:14:54.706Z[ recovery-image] Sep 21 00:14:54.168 INFO O| Sep 21 00:14:54.168 INFO STEP 612 (remove_files) COMPLETE
66492025-09-21T00:14:54.706Z[ recovery-image] Sep 21 00:14:54.168 INFO O| Sep 21 00:14:54.168 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502025-09-21T00:14:54.706Z[ recovery-image] Sep 21 00:14:54.177 INFO O| Sep 21 00:14:54.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66512025-09-21T00:14:54.706Z[ recovery-image] Sep 21 00:14:54.177 INFO O| Sep 21 00:14:54.177 INFO STEP 613 (remove_files) COMPLETE
66522025-09-21T00:14:54.706Z[ recovery-image] Sep 21 00:14:54.177 INFO O| Sep 21 00:14:54.177 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532025-09-21T00:14:54.731Z[ recovery-image] Sep 21 00:14:54.192 INFO O| Sep 21 00:14:54.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66542025-09-21T00:14:54.731Z[ recovery-image] Sep 21 00:14:54.193 INFO O| Sep 21 00:14:54.192 INFO STEP 614 (remove_files) COMPLETE
66552025-09-21T00:14:54.731Z[ recovery-image] Sep 21 00:14:54.193 INFO O| Sep 21 00:14:54.193 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562025-09-21T00:14:54.731Z[ recovery-image] Sep 21 00:14:54.202 INFO O| Sep 21 00:14:54.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66572025-09-21T00:14:54.731Z[ recovery-image] Sep 21 00:14:54.202 INFO O| Sep 21 00:14:54.202 INFO STEP 615 (remove_files) COMPLETE
66582025-09-21T00:14:54.731Z[ recovery-image] Sep 21 00:14:54.202 INFO O| Sep 21 00:14:54.202 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592025-09-21T00:14:54.731Z[ recovery-image] Sep 21 00:14:54.212 INFO O| Sep 21 00:14:54.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66602025-09-21T00:14:54.731Z[ recovery-image] Sep 21 00:14:54.212 INFO O| Sep 21 00:14:54.212 INFO STEP 616 (remove_files) COMPLETE
66612025-09-21T00:14:54.731Z[ recovery-image] Sep 21 00:14:54.212 INFO O| Sep 21 00:14:54.212 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622025-09-21T00:14:54.756Z[ recovery-image] Sep 21 00:14:54.226 INFO O| Sep 21 00:14:54.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66632025-09-21T00:14:54.756Z[ recovery-image] Sep 21 00:14:54.226 INFO O| Sep 21 00:14:54.226 INFO STEP 617 (remove_files) COMPLETE
66642025-09-21T00:14:54.756Z[ recovery-image] Sep 21 00:14:54.226 INFO O| Sep 21 00:14:54.226 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652025-09-21T00:14:54.780Z[ recovery-image] Sep 21 00:14:54.238 INFO O| Sep 21 00:14:54.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66662025-09-21T00:14:54.780Z[ recovery-image] Sep 21 00:14:54.239 INFO O| Sep 21 00:14:54.238 INFO STEP 618 (remove_files) COMPLETE
66672025-09-21T00:14:54.780Z[ recovery-image] Sep 21 00:14:54.239 INFO O| Sep 21 00:14:54.238 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682025-09-21T00:14:54.780Z[ recovery-image] Sep 21 00:14:54.248 INFO O| Sep 21 00:14:54.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66692025-09-21T00:14:54.780Z[ recovery-image] Sep 21 00:14:54.249 INFO O| Sep 21 00:14:54.248 INFO STEP 619 (remove_files) COMPLETE
66702025-09-21T00:14:54.780Z[ recovery-image] Sep 21 00:14:54.249 INFO O| Sep 21 00:14:54.249 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712025-09-21T00:14:54.780Z[ recovery-image] Sep 21 00:14:54.261 INFO O| Sep 21 00:14:54.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66722025-09-21T00:14:54.780Z[ recovery-image] Sep 21 00:14:54.261 INFO O| Sep 21 00:14:54.261 INFO STEP 620 (remove_files) COMPLETE
66732025-09-21T00:14:54.780Z[ recovery-image] Sep 21 00:14:54.261 INFO O| Sep 21 00:14:54.261 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742025-09-21T00:14:54.805Z[ recovery-image] Sep 21 00:14:54.272 INFO O| Sep 21 00:14:54.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66752025-09-21T00:14:54.805Z[ recovery-image] Sep 21 00:14:54.273 INFO O| Sep 21 00:14:54.273 INFO STEP 621 (remove_files) COMPLETE
66762025-09-21T00:14:54.805Z[ recovery-image] Sep 21 00:14:54.273 INFO O| Sep 21 00:14:54.273 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772025-09-21T00:14:54.805Z[ recovery-image] Sep 21 00:14:54.284 INFO O| Sep 21 00:14:54.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66782025-09-21T00:14:54.805Z[ recovery-image] Sep 21 00:14:54.284 INFO O| Sep 21 00:14:54.284 INFO STEP 622 (remove_files) COMPLETE
66792025-09-21T00:14:54.805Z[ recovery-image] Sep 21 00:14:54.284 INFO O| Sep 21 00:14:54.284 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802025-09-21T00:14:54.830Z[ recovery-image] Sep 21 00:14:54.295 INFO O| Sep 21 00:14:54.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66812025-09-21T00:14:54.830Z[ recovery-image] Sep 21 00:14:54.295 INFO O| Sep 21 00:14:54.295 INFO STEP 623 (remove_files) COMPLETE
66822025-09-21T00:14:54.830Z[ recovery-image] Sep 21 00:14:54.295 INFO O| Sep 21 00:14:54.295 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832025-09-21T00:14:54.830Z[ recovery-image] Sep 21 00:14:54.305 INFO O| Sep 21 00:14:54.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66842025-09-21T00:14:54.830Z[ recovery-image] Sep 21 00:14:54.305 INFO O| Sep 21 00:14:54.305 INFO STEP 624 (remove_files) COMPLETE
66852025-09-21T00:14:54.830Z[ recovery-image] Sep 21 00:14:54.305 INFO O| Sep 21 00:14:54.305 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-09-21T00:14:54.855Z[ recovery-image] Sep 21 00:14:54.315 INFO O| Sep 21 00:14:54.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66872025-09-21T00:14:54.855Z[ recovery-image] Sep 21 00:14:54.315 INFO O| Sep 21 00:14:54.315 INFO STEP 625 (remove_files) COMPLETE
66882025-09-21T00:14:54.855Z[ recovery-image] Sep 21 00:14:54.315 INFO O| Sep 21 00:14:54.315 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-09-21T00:14:54.855Z[ recovery-image] Sep 21 00:14:54.329 INFO O| Sep 21 00:14:54.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66902025-09-21T00:14:54.855Z[ recovery-image] Sep 21 00:14:54.329 INFO O| Sep 21 00:14:54.329 INFO STEP 626 (remove_files) COMPLETE
66912025-09-21T00:14:54.855Z[ recovery-image] Sep 21 00:14:54.329 INFO O| Sep 21 00:14:54.329 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-09-21T00:14:54.880Z[ recovery-image] Sep 21 00:14:54.342 INFO O| Sep 21 00:14:54.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66932025-09-21T00:14:54.880Z[ recovery-image] Sep 21 00:14:54.342 INFO O| Sep 21 00:14:54.342 INFO STEP 627 (remove_files) COMPLETE
66942025-09-21T00:14:54.881Z[ recovery-image] Sep 21 00:14:54.342 INFO O| Sep 21 00:14:54.342 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-09-21T00:14:54.881Z[ recovery-image] Sep 21 00:14:54.355 INFO O| Sep 21 00:14:54.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66962025-09-21T00:14:54.881Z[ recovery-image] Sep 21 00:14:54.355 INFO O| Sep 21 00:14:54.355 INFO STEP 628 (remove_files) COMPLETE
66972025-09-21T00:14:54.881Z[ recovery-image] Sep 21 00:14:54.355 INFO O| Sep 21 00:14:54.355 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-09-21T00:14:54.905Z[ recovery-image] Sep 21 00:14:54.367 INFO O| Sep 21 00:14:54.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66992025-09-21T00:14:54.905Z[ recovery-image] Sep 21 00:14:54.367 INFO O| Sep 21 00:14:54.367 INFO STEP 629 (remove_files) COMPLETE
67002025-09-21T00:14:54.906Z[ recovery-image] Sep 21 00:14:54.367 INFO O| Sep 21 00:14:54.367 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-09-21T00:14:54.906Z[ recovery-image] Sep 21 00:14:54.380 INFO O| Sep 21 00:14:54.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67022025-09-21T00:14:54.906Z[ recovery-image] Sep 21 00:14:54.381 INFO O| Sep 21 00:14:54.381 INFO STEP 630 (remove_files) COMPLETE
67032025-09-21T00:14:54.906Z[ recovery-image] Sep 21 00:14:54.381 INFO O| Sep 21 00:14:54.381 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-09-21T00:14:54.930Z[ recovery-image] Sep 21 00:14:54.391 INFO O| Sep 21 00:14:54.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67052025-09-21T00:14:54.931Z[ recovery-image] Sep 21 00:14:54.391 INFO O| Sep 21 00:14:54.391 INFO STEP 631 (remove_files) COMPLETE
67062025-09-21T00:14:54.931Z[ recovery-image] Sep 21 00:14:54.391 INFO O| Sep 21 00:14:54.391 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-09-21T00:14:54.931Z[ recovery-image] Sep 21 00:14:54.405 INFO O| Sep 21 00:14:54.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67082025-09-21T00:14:54.931Z[ recovery-image] Sep 21 00:14:54.405 INFO O| Sep 21 00:14:54.405 INFO STEP 632 (remove_files) COMPLETE
67092025-09-21T00:14:54.931Z[ recovery-image] Sep 21 00:14:54.405 INFO O| Sep 21 00:14:54.405 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-09-21T00:14:54.955Z[ recovery-image] Sep 21 00:14:54.420 INFO O| Sep 21 00:14:54.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67112025-09-21T00:14:54.955Z[ recovery-image] Sep 21 00:14:54.421 INFO O| Sep 21 00:14:54.421 INFO STEP 633 (remove_files) COMPLETE
67122025-09-21T00:14:54.955Z[ recovery-image] Sep 21 00:14:54.421 INFO O| Sep 21 00:14:54.421 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-09-21T00:14:54.955Z[ recovery-image] Sep 21 00:14:54.433 INFO O| Sep 21 00:14:54.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67142025-09-21T00:14:54.955Z[ recovery-image] Sep 21 00:14:54.433 INFO O| Sep 21 00:14:54.433 INFO STEP 634 (remove_files) COMPLETE
67152025-09-21T00:14:54.955Z[ recovery-image] Sep 21 00:14:54.433 INFO O| Sep 21 00:14:54.433 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-09-21T00:14:54.980Z[ recovery-image] Sep 21 00:14:54.445 INFO O| Sep 21 00:14:54.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67172025-09-21T00:14:54.980Z[ recovery-image] Sep 21 00:14:54.445 INFO O| Sep 21 00:14:54.445 INFO STEP 635 (remove_files) COMPLETE
67182025-09-21T00:14:54.981Z[ recovery-image] Sep 21 00:14:54.445 INFO O| Sep 21 00:14:54.445 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192025-09-21T00:14:54.981Z[ recovery-image] Sep 21 00:14:54.456 INFO O| Sep 21 00:14:54.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67202025-09-21T00:14:54.981Z[ recovery-image] Sep 21 00:14:54.456 INFO O| Sep 21 00:14:54.456 INFO STEP 636 (remove_files) COMPLETE
67212025-09-21T00:14:54.981Z[ recovery-image] Sep 21 00:14:54.456 INFO O| Sep 21 00:14:54.456 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222025-09-21T00:14:55.005Z[ recovery-image] Sep 21 00:14:54.467 INFO O| Sep 21 00:14:54.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67232025-09-21T00:14:55.005Z[ recovery-image] Sep 21 00:14:54.467 INFO O| Sep 21 00:14:54.467 INFO STEP 637 (remove_files) COMPLETE
67242025-09-21T00:14:55.005Z[ recovery-image] Sep 21 00:14:54.467 INFO O| Sep 21 00:14:54.467 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252025-09-21T00:14:55.005Z[ recovery-image] Sep 21 00:14:54.478 INFO O| Sep 21 00:14:54.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67262025-09-21T00:14:55.005Z[ recovery-image] Sep 21 00:14:54.478 INFO O| Sep 21 00:14:54.478 INFO STEP 638 (remove_files) COMPLETE
67272025-09-21T00:14:55.005Z[ recovery-image] Sep 21 00:14:54.478 INFO O| Sep 21 00:14:54.478 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282025-09-21T00:14:55.031Z[ recovery-image] Sep 21 00:14:54.489 INFO O| Sep 21 00:14:54.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67292025-09-21T00:14:55.031Z[ recovery-image] Sep 21 00:14:54.489 INFO O| Sep 21 00:14:54.489 INFO STEP 639 (remove_files) COMPLETE
67302025-09-21T00:14:55.031Z[ recovery-image] Sep 21 00:14:54.489 INFO O| Sep 21 00:14:54.489 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312025-09-21T00:14:55.031Z[ recovery-image] Sep 21 00:14:54.500 INFO O| Sep 21 00:14:54.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67322025-09-21T00:14:55.031Z[ recovery-image] Sep 21 00:14:54.500 INFO O| Sep 21 00:14:54.500 INFO STEP 640 (remove_files) COMPLETE
67332025-09-21T00:14:55.031Z[ recovery-image] Sep 21 00:14:54.500 INFO O| Sep 21 00:14:54.500 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342025-09-21T00:14:55.031Z[ recovery-image] Sep 21 00:14:54.511 INFO O| Sep 21 00:14:54.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67352025-09-21T00:14:55.031Z[ recovery-image] Sep 21 00:14:54.511 INFO O| Sep 21 00:14:54.511 INFO STEP 641 (remove_files) COMPLETE
67362025-09-21T00:14:55.032Z[ recovery-image] Sep 21 00:14:54.511 INFO O| Sep 21 00:14:54.511 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372025-09-21T00:14:55.058Z[ recovery-image] Sep 21 00:14:54.522 INFO O| Sep 21 00:14:54.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67382025-09-21T00:14:55.058Z[ recovery-image] Sep 21 00:14:54.522 INFO O| Sep 21 00:14:54.522 INFO STEP 642 (remove_files) COMPLETE
67392025-09-21T00:14:55.058Z[ recovery-image] Sep 21 00:14:54.522 INFO O| Sep 21 00:14:54.522 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402025-09-21T00:14:55.058Z[ recovery-image] Sep 21 00:14:54.533 INFO O| Sep 21 00:14:54.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67412025-09-21T00:14:55.058Z[ recovery-image] Sep 21 00:14:54.533 INFO O| Sep 21 00:14:54.533 INFO STEP 643 (remove_files) COMPLETE
67422025-09-21T00:14:55.058Z[ recovery-image] Sep 21 00:14:54.533 INFO O| Sep 21 00:14:54.533 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432025-09-21T00:14:55.084Z[ recovery-image] Sep 21 00:14:54.543 INFO O| Sep 21 00:14:54.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67442025-09-21T00:14:55.084Z[ recovery-image] Sep 21 00:14:54.544 INFO O| Sep 21 00:14:54.544 INFO STEP 644 (remove_files) COMPLETE
67452025-09-21T00:14:55.084Z[ recovery-image] Sep 21 00:14:54.544 INFO O| Sep 21 00:14:54.544 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462025-09-21T00:14:55.084Z[ recovery-image] Sep 21 00:14:54.554 INFO O| Sep 21 00:14:54.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67472025-09-21T00:14:55.084Z[ recovery-image] Sep 21 00:14:54.554 INFO O| Sep 21 00:14:54.554 INFO STEP 645 (remove_files) COMPLETE
67482025-09-21T00:14:55.084Z[ recovery-image] Sep 21 00:14:54.554 INFO O| Sep 21 00:14:54.554 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492025-09-21T00:14:55.109Z[ recovery-image] Sep 21 00:14:54.566 INFO O| Sep 21 00:14:54.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67502025-09-21T00:14:55.109Z[ recovery-image] Sep 21 00:14:54.566 INFO O| Sep 21 00:14:54.566 INFO STEP 646 (remove_files) COMPLETE
67512025-09-21T00:14:55.109Z[ recovery-image] Sep 21 00:14:54.566 INFO O| Sep 21 00:14:54.566 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522025-09-21T00:14:55.109Z[ recovery-image] Sep 21 00:14:54.577 INFO O| Sep 21 00:14:54.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67532025-09-21T00:14:55.109Z[ recovery-image] Sep 21 00:14:54.577 INFO O| Sep 21 00:14:54.577 INFO STEP 647 (remove_files) COMPLETE
67542025-09-21T00:14:55.109Z[ recovery-image] Sep 21 00:14:54.577 INFO O| Sep 21 00:14:54.577 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552025-09-21T00:14:55.109Z[ recovery-image] Sep 21 00:14:54.589 INFO O| Sep 21 00:14:54.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67562025-09-21T00:14:55.109Z[ recovery-image] Sep 21 00:14:54.589 INFO O| Sep 21 00:14:54.589 INFO STEP 648 (remove_files) COMPLETE
67572025-09-21T00:14:55.109Z[ recovery-image] Sep 21 00:14:54.589 INFO O| Sep 21 00:14:54.589 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582025-09-21T00:14:55.134Z[ recovery-image] Sep 21 00:14:54.601 INFO O| Sep 21 00:14:54.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67592025-09-21T00:14:55.134Z[ recovery-image] Sep 21 00:14:54.602 INFO O| Sep 21 00:14:54.601 INFO STEP 649 (remove_files) COMPLETE
67602025-09-21T00:14:55.134Z[ recovery-image] Sep 21 00:14:54.602 INFO O| Sep 21 00:14:54.602 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612025-09-21T00:14:55.134Z[ recovery-image] Sep 21 00:14:54.612 INFO O| Sep 21 00:14:54.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67622025-09-21T00:14:55.134Z[ recovery-image] Sep 21 00:14:54.612 INFO O| Sep 21 00:14:54.612 INFO STEP 650 (remove_files) COMPLETE
67632025-09-21T00:14:55.134Z[ recovery-image] Sep 21 00:14:54.612 INFO O| Sep 21 00:14:54.612 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642025-09-21T00:14:55.159Z[ recovery-image] Sep 21 00:14:54.624 INFO O| Sep 21 00:14:54.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67652025-09-21T00:14:55.159Z[ recovery-image] Sep 21 00:14:54.624 INFO O| Sep 21 00:14:54.624 INFO STEP 651 (remove_files) COMPLETE
67662025-09-21T00:14:55.159Z[ recovery-image] Sep 21 00:14:54.624 INFO O| Sep 21 00:14:54.624 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672025-09-21T00:14:55.159Z[ recovery-image] Sep 21 00:14:54.636 INFO O| Sep 21 00:14:54.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67682025-09-21T00:14:55.159Z[ recovery-image] Sep 21 00:14:54.636 INFO O| Sep 21 00:14:54.636 INFO STEP 652 (remove_files) COMPLETE
67692025-09-21T00:14:55.159Z[ recovery-image] Sep 21 00:14:54.636 INFO O| Sep 21 00:14:54.636 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702025-09-21T00:14:55.184Z[ recovery-image] Sep 21 00:14:54.648 INFO O| Sep 21 00:14:54.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67712025-09-21T00:14:55.184Z[ recovery-image] Sep 21 00:14:54.649 INFO O| Sep 21 00:14:54.648 INFO STEP 653 (remove_files) COMPLETE
67722025-09-21T00:14:55.184Z[ recovery-image] Sep 21 00:14:54.649 INFO O| Sep 21 00:14:54.648 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732025-09-21T00:14:55.184Z[ recovery-image] Sep 21 00:14:54.661 INFO O| Sep 21 00:14:54.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67742025-09-21T00:14:55.184Z[ recovery-image] Sep 21 00:14:54.661 INFO O| Sep 21 00:14:54.661 INFO STEP 654 (remove_files) COMPLETE
67752025-09-21T00:14:55.184Z[ recovery-image] Sep 21 00:14:54.661 INFO O| Sep 21 00:14:54.661 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762025-09-21T00:14:55.209Z[ recovery-image] Sep 21 00:14:54.673 INFO O| Sep 21 00:14:54.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67772025-09-21T00:14:55.209Z[ recovery-image] Sep 21 00:14:54.673 INFO O| Sep 21 00:14:54.673 INFO STEP 655 (remove_files) COMPLETE
67782025-09-21T00:14:55.209Z[ recovery-image] Sep 21 00:14:54.673 INFO O| Sep 21 00:14:54.673 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792025-09-21T00:14:55.235Z[ recovery-image] Sep 21 00:14:54.702 INFO O| Sep 21 00:14:54.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67802025-09-21T00:14:55.235Z[ recovery-image] Sep 21 00:14:54.702 INFO O| Sep 21 00:14:54.702 INFO STEP 656 (remove_files) COMPLETE
67812025-09-21T00:14:55.235Z[ recovery-image] Sep 21 00:14:54.702 INFO O| Sep 21 00:14:54.702 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822025-09-21T00:14:55.260Z[ recovery-image] Sep 21 00:14:54.717 INFO O| Sep 21 00:14:54.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67832025-09-21T00:14:55.260Z[ recovery-image] Sep 21 00:14:54.717 INFO O| Sep 21 00:14:54.717 INFO STEP 657 (remove_files) COMPLETE
67842025-09-21T00:14:55.260Z[ recovery-image] Sep 21 00:14:54.717 INFO O| Sep 21 00:14:54.717 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852025-09-21T00:14:55.260Z[ recovery-image] Sep 21 00:14:54.730 INFO O| Sep 21 00:14:54.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67862025-09-21T00:14:55.260Z[ recovery-image] Sep 21 00:14:54.730 INFO O| Sep 21 00:14:54.730 INFO STEP 658 (remove_files) COMPLETE
67872025-09-21T00:14:55.260Z[ recovery-image] Sep 21 00:14:54.730 INFO O| Sep 21 00:14:54.730 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882025-09-21T00:14:55.260Z[ recovery-image] Sep 21 00:14:54.740 INFO O| Sep 21 00:14:54.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67892025-09-21T00:14:55.260Z[ recovery-image] Sep 21 00:14:54.740 INFO O| Sep 21 00:14:54.740 INFO STEP 659 (remove_files) COMPLETE
67902025-09-21T00:14:55.260Z[ recovery-image] Sep 21 00:14:54.740 INFO O| Sep 21 00:14:54.740 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.754 INFO O| Sep 21 00:14:54.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67922025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.754 INFO O| Sep 21 00:14:54.754 INFO STEP 660 (remove_files) COMPLETE
67932025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.754 INFO O| Sep 21 00:14:54.754 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.766 INFO O| Sep 21 00:14:54.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67952025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.767 INFO O| Sep 21 00:14:54.766 INFO STEP 661 (remove_files) COMPLETE
67962025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.767 INFO O| Sep 21 00:14:54.767 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.777 INFO O| Sep 21 00:14:54.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67982025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.778 INFO O| Sep 21 00:14:54.777 INFO STEP 662 (remove_files) COMPLETE
67992025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.778 INFO O| Sep 21 00:14:54.778 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.787 INFO O| Sep 21 00:14:54.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68012025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.787 INFO O| Sep 21 00:14:54.787 INFO STEP 663 (remove_files) COMPLETE
68022025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.787 INFO O| Sep 21 00:14:54.787 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.797 INFO O| Sep 21 00:14:54.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68042025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.797 INFO O| Sep 21 00:14:54.797 INFO STEP 664 (remove_files) COMPLETE
68052025-09-21T00:14:55.316Z[ recovery-image] Sep 21 00:14:54.797 INFO O| Sep 21 00:14:54.797 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062025-09-21T00:14:55.342Z[ recovery-image] Sep 21 00:14:54.807 INFO O| Sep 21 00:14:54.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68072025-09-21T00:14:55.342Z[ recovery-image] Sep 21 00:14:54.807 INFO O| Sep 21 00:14:54.807 INFO STEP 665 (remove_files) COMPLETE
68082025-09-21T00:14:55.342Z[ recovery-image] Sep 21 00:14:54.807 INFO O| Sep 21 00:14:54.807 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092025-09-21T00:14:55.342Z[ recovery-image] Sep 21 00:14:54.820 INFO O| Sep 21 00:14:54.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68102025-09-21T00:14:55.342Z[ recovery-image] Sep 21 00:14:54.821 INFO O| Sep 21 00:14:54.820 INFO STEP 666 (remove_files) COMPLETE
68112025-09-21T00:14:55.342Z[ recovery-image] Sep 21 00:14:54.821 INFO O| Sep 21 00:14:54.821 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122025-09-21T00:14:55.367Z[ recovery-image] Sep 21 00:14:54.831 INFO O| Sep 21 00:14:54.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68132025-09-21T00:14:55.367Z[ recovery-image] Sep 21 00:14:54.831 INFO O| Sep 21 00:14:54.831 INFO STEP 667 (remove_files) COMPLETE
68142025-09-21T00:14:55.367Z[ recovery-image] Sep 21 00:14:54.831 INFO O| Sep 21 00:14:54.831 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152025-09-21T00:14:55.367Z[ recovery-image] Sep 21 00:14:54.841 INFO O| Sep 21 00:14:54.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68162025-09-21T00:14:55.367Z[ recovery-image] Sep 21 00:14:54.841 INFO O| Sep 21 00:14:54.841 INFO STEP 668 (remove_files) COMPLETE
68172025-09-21T00:14:55.367Z[ recovery-image] Sep 21 00:14:54.841 INFO O| Sep 21 00:14:54.841 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182025-09-21T00:14:55.392Z[ recovery-image] Sep 21 00:14:54.854 INFO O| Sep 21 00:14:54.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68192025-09-21T00:14:55.392Z[ recovery-image] Sep 21 00:14:54.854 INFO O| Sep 21 00:14:54.854 INFO STEP 669 (remove_files) COMPLETE
68202025-09-21T00:14:55.392Z[ recovery-image] Sep 21 00:14:54.854 INFO O| Sep 21 00:14:54.854 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212025-09-21T00:14:55.392Z[ recovery-image] Sep 21 00:14:54.866 INFO O| Sep 21 00:14:54.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68222025-09-21T00:14:55.392Z[ recovery-image] Sep 21 00:14:54.866 INFO O| Sep 21 00:14:54.866 INFO STEP 670 (remove_files) COMPLETE
68232025-09-21T00:14:55.392Z[ recovery-image] Sep 21 00:14:54.866 INFO O| Sep 21 00:14:54.866 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242025-09-21T00:14:55.417Z[ recovery-image] Sep 21 00:14:54.876 INFO O| Sep 21 00:14:54.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68252025-09-21T00:14:55.417Z[ recovery-image] Sep 21 00:14:54.877 INFO O| Sep 21 00:14:54.877 INFO STEP 671 (remove_files) COMPLETE
68262025-09-21T00:14:55.417Z[ recovery-image] Sep 21 00:14:54.877 INFO O| Sep 21 00:14:54.877 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272025-09-21T00:14:55.417Z[ recovery-image] Sep 21 00:14:54.887 INFO O| Sep 21 00:14:54.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68282025-09-21T00:14:55.417Z[ recovery-image] Sep 21 00:14:54.887 INFO O| Sep 21 00:14:54.887 INFO STEP 672 (remove_files) COMPLETE
68292025-09-21T00:14:55.417Z[ recovery-image] Sep 21 00:14:54.887 INFO O| Sep 21 00:14:54.887 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302025-09-21T00:14:55.441Z[ recovery-image] Sep 21 00:14:54.900 INFO O| Sep 21 00:14:54.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68312025-09-21T00:14:55.441Z[ recovery-image] Sep 21 00:14:54.900 INFO O| Sep 21 00:14:54.900 INFO STEP 673 (remove_files) COMPLETE
68322025-09-21T00:14:55.442Z[ recovery-image] Sep 21 00:14:54.900 INFO O| Sep 21 00:14:54.900 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332025-09-21T00:14:55.442Z[ recovery-image] Sep 21 00:14:54.913 INFO O| Sep 21 00:14:54.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68342025-09-21T00:14:55.442Z[ recovery-image] Sep 21 00:14:54.913 INFO O| Sep 21 00:14:54.913 INFO STEP 674 (remove_files) COMPLETE
68352025-09-21T00:14:55.442Z[ recovery-image] Sep 21 00:14:54.913 INFO O| Sep 21 00:14:54.913 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362025-09-21T00:14:55.466Z[ recovery-image] Sep 21 00:14:54.925 INFO O| Sep 21 00:14:54.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68372025-09-21T00:14:55.466Z[ recovery-image] Sep 21 00:14:54.925 INFO O| Sep 21 00:14:54.925 INFO STEP 675 (remove_files) COMPLETE
68382025-09-21T00:14:55.466Z[ recovery-image] Sep 21 00:14:54.925 INFO O| Sep 21 00:14:54.925 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392025-09-21T00:14:55.466Z[ recovery-image] Sep 21 00:14:54.937 INFO O| Sep 21 00:14:54.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68402025-09-21T00:14:55.466Z[ recovery-image] Sep 21 00:14:54.937 INFO O| Sep 21 00:14:54.937 INFO STEP 676 (remove_files) COMPLETE
68412025-09-21T00:14:55.466Z[ recovery-image] Sep 21 00:14:54.937 INFO O| Sep 21 00:14:54.937 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422025-09-21T00:14:55.505Z[ recovery-image] Sep 21 00:14:54.948 INFO O| Sep 21 00:14:54.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68432025-09-21T00:14:55.505Z[ recovery-image] Sep 21 00:14:54.948 INFO O| Sep 21 00:14:54.948 INFO STEP 677 (remove_files) COMPLETE
68442025-09-21T00:14:55.505Z[ recovery-image] Sep 21 00:14:54.948 INFO O| Sep 21 00:14:54.948 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452025-09-21T00:14:55.506Z[ recovery-image] Sep 21 00:14:54.961 INFO O| Sep 21 00:14:54.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68462025-09-21T00:14:55.506Z[ recovery-image] Sep 21 00:14:54.961 INFO O| Sep 21 00:14:54.961 INFO STEP 678 (remove_files) COMPLETE
68472025-09-21T00:14:55.506Z[ recovery-image] Sep 21 00:14:54.961 INFO O| Sep 21 00:14:54.961 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482025-09-21T00:14:55.506Z[ recovery-image] Sep 21 00:14:54.972 INFO O| Sep 21 00:14:54.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68492025-09-21T00:14:55.506Z[ recovery-image] Sep 21 00:14:54.973 INFO O| Sep 21 00:14:54.973 INFO STEP 679 (remove_files) COMPLETE
68502025-09-21T00:14:55.506Z[ recovery-image] Sep 21 00:14:54.973 INFO O| Sep 21 00:14:54.973 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512025-09-21T00:14:55.506Z[ recovery-image] Sep 21 00:14:54.983 INFO O| Sep 21 00:14:54.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68522025-09-21T00:14:55.506Z[ recovery-image] Sep 21 00:14:54.983 INFO O| Sep 21 00:14:54.983 INFO STEP 680 (remove_files) COMPLETE
68532025-09-21T00:14:55.506Z[ recovery-image] Sep 21 00:14:54.983 INFO O| Sep 21 00:14:54.983 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542025-09-21T00:14:55.531Z[ recovery-image] Sep 21 00:14:54.996 INFO O| Sep 21 00:14:54.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68552025-09-21T00:14:55.531Z[ recovery-image] Sep 21 00:14:54.996 INFO O| Sep 21 00:14:54.996 INFO STEP 681 (remove_files) COMPLETE
68562025-09-21T00:14:55.531Z[ recovery-image] Sep 21 00:14:54.996 INFO O| Sep 21 00:14:54.996 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572025-09-21T00:14:55.531Z[ recovery-image] Sep 21 00:14:55.008 INFO O| Sep 21 00:14:55.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68582025-09-21T00:14:55.531Z[ recovery-image] Sep 21 00:14:55.008 INFO O| Sep 21 00:14:55.008 INFO STEP 682 (remove_files) COMPLETE
68592025-09-21T00:14:55.531Z[ recovery-image] Sep 21 00:14:55.008 INFO O| Sep 21 00:14:55.008 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602025-09-21T00:14:55.557Z[ recovery-image] Sep 21 00:14:55.021 INFO O| Sep 21 00:14:55.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68612025-09-21T00:14:55.557Z[ recovery-image] Sep 21 00:14:55.021 INFO O| Sep 21 00:14:55.021 INFO STEP 683 (remove_files) COMPLETE
68622025-09-21T00:14:55.557Z[ recovery-image] Sep 21 00:14:55.021 INFO O| Sep 21 00:14:55.021 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632025-09-21T00:14:55.582Z[ recovery-image] Sep 21 00:14:55.034 INFO O| Sep 21 00:14:55.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68642025-09-21T00:14:55.582Z[ recovery-image] Sep 21 00:14:55.034 INFO O| Sep 21 00:14:55.034 INFO STEP 684 (remove_files) COMPLETE
68652025-09-21T00:14:55.582Z[ recovery-image] Sep 21 00:14:55.034 INFO O| Sep 21 00:14:55.034 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662025-09-21T00:14:55.582Z[ recovery-image] Sep 21 00:14:55.045 INFO O| Sep 21 00:14:55.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68672025-09-21T00:14:55.582Z[ recovery-image] Sep 21 00:14:55.045 INFO O| Sep 21 00:14:55.045 INFO STEP 685 (remove_files) COMPLETE
68682025-09-21T00:14:55.582Z[ recovery-image] Sep 21 00:14:55.045 INFO O| Sep 21 00:14:55.045 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692025-09-21T00:14:55.582Z[ recovery-image] Sep 21 00:14:55.057 INFO O| Sep 21 00:14:55.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68702025-09-21T00:14:55.582Z[ recovery-image] Sep 21 00:14:55.057 INFO O| Sep 21 00:14:55.057 INFO STEP 686 (remove_files) COMPLETE
68712025-09-21T00:14:55.582Z[ recovery-image] Sep 21 00:14:55.057 INFO O| Sep 21 00:14:55.057 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722025-09-21T00:14:55.607Z[ recovery-image] Sep 21 00:14:55.068 INFO O| Sep 21 00:14:55.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68732025-09-21T00:14:55.607Z[ recovery-image] Sep 21 00:14:55.069 INFO O| Sep 21 00:14:55.068 INFO STEP 687 (remove_files) COMPLETE
68742025-09-21T00:14:55.607Z[ recovery-image] Sep 21 00:14:55.069 INFO O| Sep 21 00:14:55.068 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752025-09-21T00:14:55.607Z[ recovery-image] Sep 21 00:14:55.079 INFO O| Sep 21 00:14:55.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68762025-09-21T00:14:55.607Z[ recovery-image] Sep 21 00:14:55.079 INFO O| Sep 21 00:14:55.079 INFO STEP 688 (remove_files) COMPLETE
68772025-09-21T00:14:55.607Z[ recovery-image] Sep 21 00:14:55.079 INFO O| Sep 21 00:14:55.079 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782025-09-21T00:14:55.632Z[ recovery-image] Sep 21 00:14:55.091 INFO O| Sep 21 00:14:55.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68792025-09-21T00:14:55.632Z[ recovery-image] Sep 21 00:14:55.091 INFO O| Sep 21 00:14:55.091 INFO STEP 689 (remove_files) COMPLETE
68802025-09-21T00:14:55.632Z[ recovery-image] Sep 21 00:14:55.091 INFO O| Sep 21 00:14:55.091 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812025-09-21T00:14:55.632Z[ recovery-image] Sep 21 00:14:55.105 INFO O| Sep 21 00:14:55.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68822025-09-21T00:14:55.633Z[ recovery-image] Sep 21 00:14:55.105 INFO O| Sep 21 00:14:55.105 INFO STEP 690 (remove_files) COMPLETE
68832025-09-21T00:14:55.633Z[ recovery-image] Sep 21 00:14:55.105 INFO O| Sep 21 00:14:55.105 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842025-09-21T00:14:55.658Z[ recovery-image] Sep 21 00:14:55.118 INFO O| Sep 21 00:14:55.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68852025-09-21T00:14:55.658Z[ recovery-image] Sep 21 00:14:55.118 INFO O| Sep 21 00:14:55.118 INFO STEP 691 (remove_files) COMPLETE
68862025-09-21T00:14:55.658Z[ recovery-image] Sep 21 00:14:55.118 INFO O| Sep 21 00:14:55.118 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872025-09-21T00:14:55.658Z[ recovery-image] Sep 21 00:14:55.128 INFO O| Sep 21 00:14:55.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68882025-09-21T00:14:55.658Z[ recovery-image] Sep 21 00:14:55.128 INFO O| Sep 21 00:14:55.128 INFO STEP 692 (remove_files) COMPLETE
68892025-09-21T00:14:55.658Z[ recovery-image] Sep 21 00:14:55.128 INFO O| Sep 21 00:14:55.128 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902025-09-21T00:14:55.658Z[ recovery-image] Sep 21 00:14:55.139 INFO O| Sep 21 00:14:55.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68912025-09-21T00:14:55.658Z[ recovery-image] Sep 21 00:14:55.139 INFO O| Sep 21 00:14:55.139 INFO STEP 693 (remove_files) COMPLETE
68922025-09-21T00:14:55.658Z[ recovery-image] Sep 21 00:14:55.139 INFO O| Sep 21 00:14:55.139 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932025-09-21T00:14:55.683Z[ recovery-image] Sep 21 00:14:55.152 INFO O| Sep 21 00:14:55.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68942025-09-21T00:14:55.683Z[ recovery-image] Sep 21 00:14:55.152 INFO O| Sep 21 00:14:55.152 INFO STEP 694 (remove_files) COMPLETE
68952025-09-21T00:14:55.683Z[ recovery-image] Sep 21 00:14:55.152 INFO O| Sep 21 00:14:55.152 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962025-09-21T00:14:55.711Z[ recovery-image] Sep 21 00:14:55.165 INFO O| Sep 21 00:14:55.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68972025-09-21T00:14:55.711Z[ recovery-image] Sep 21 00:14:55.165 INFO O| Sep 21 00:14:55.165 INFO STEP 695 (remove_files) COMPLETE
68982025-09-21T00:14:55.711Z[ recovery-image] Sep 21 00:14:55.165 INFO O| Sep 21 00:14:55.165 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992025-09-21T00:14:55.711Z[ recovery-image] Sep 21 00:14:55.176 INFO O| Sep 21 00:14:55.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69002025-09-21T00:14:55.711Z[ recovery-image] Sep 21 00:14:55.176 INFO O| Sep 21 00:14:55.176 INFO STEP 696 (remove_files) COMPLETE
69012025-09-21T00:14:55.711Z[ recovery-image] Sep 21 00:14:55.176 INFO O| Sep 21 00:14:55.176 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022025-09-21T00:14:55.711Z[ recovery-image] Sep 21 00:14:55.187 INFO O| Sep 21 00:14:55.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69032025-09-21T00:14:55.711Z[ recovery-image] Sep 21 00:14:55.187 INFO O| Sep 21 00:14:55.187 INFO STEP 697 (remove_files) COMPLETE
69042025-09-21T00:14:55.711Z[ recovery-image] Sep 21 00:14:55.187 INFO O| Sep 21 00:14:55.187 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052025-09-21T00:14:55.736Z[ recovery-image] Sep 21 00:14:55.198 INFO O| Sep 21 00:14:55.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69062025-09-21T00:14:55.737Z[ recovery-image] Sep 21 00:14:55.198 INFO O| Sep 21 00:14:55.198 INFO STEP 698 (remove_files) COMPLETE
69072025-09-21T00:14:55.737Z[ recovery-image] Sep 21 00:14:55.198 INFO O| Sep 21 00:14:55.198 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082025-09-21T00:14:55.737Z[ recovery-image] Sep 21 00:14:55.211 INFO O| Sep 21 00:14:55.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69092025-09-21T00:14:55.737Z[ recovery-image] Sep 21 00:14:55.211 INFO O| Sep 21 00:14:55.211 INFO STEP 699 (remove_files) COMPLETE
69102025-09-21T00:14:55.737Z[ recovery-image] Sep 21 00:14:55.211 INFO O| Sep 21 00:14:55.211 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112025-09-21T00:14:55.762Z[ recovery-image] Sep 21 00:14:55.223 INFO O| Sep 21 00:14:55.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69122025-09-21T00:14:55.762Z[ recovery-image] Sep 21 00:14:55.223 INFO O| Sep 21 00:14:55.223 INFO STEP 700 (remove_files) COMPLETE
69132025-09-21T00:14:55.762Z[ recovery-image] Sep 21 00:14:55.223 INFO O| Sep 21 00:14:55.223 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142025-09-21T00:14:55.762Z[ recovery-image] Sep 21 00:14:55.235 INFO O| Sep 21 00:14:55.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69152025-09-21T00:14:55.762Z[ recovery-image] Sep 21 00:14:55.235 INFO O| Sep 21 00:14:55.235 INFO STEP 701 (remove_files) COMPLETE
69162025-09-21T00:14:55.762Z[ recovery-image] Sep 21 00:14:55.235 INFO O| Sep 21 00:14:55.235 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172025-09-21T00:14:55.787Z[ recovery-image] Sep 21 00:14:55.245 INFO O| Sep 21 00:14:55.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69182025-09-21T00:14:55.787Z[ recovery-image] Sep 21 00:14:55.245 INFO O| Sep 21 00:14:55.245 INFO STEP 702 (remove_files) COMPLETE
69192025-09-21T00:14:55.787Z[ recovery-image] Sep 21 00:14:55.245 INFO O| Sep 21 00:14:55.245 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202025-09-21T00:14:55.787Z[ recovery-image] Sep 21 00:14:55.259 INFO O| Sep 21 00:14:55.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69212025-09-21T00:14:55.787Z[ recovery-image] Sep 21 00:14:55.259 INFO O| Sep 21 00:14:55.259 INFO STEP 703 (remove_files) COMPLETE
69222025-09-21T00:14:55.787Z[ recovery-image] Sep 21 00:14:55.259 INFO O| Sep 21 00:14:55.259 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232025-09-21T00:14:55.812Z[ recovery-image] Sep 21 00:14:55.270 INFO O| Sep 21 00:14:55.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69242025-09-21T00:14:55.812Z[ recovery-image] Sep 21 00:14:55.270 INFO O| Sep 21 00:14:55.270 INFO STEP 704 (remove_files) COMPLETE
69252025-09-21T00:14:55.812Z[ recovery-image] Sep 21 00:14:55.270 INFO O| Sep 21 00:14:55.270 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262025-09-21T00:14:55.812Z[ recovery-image] Sep 21 00:14:55.281 INFO O| Sep 21 00:14:55.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69272025-09-21T00:14:55.812Z[ recovery-image] Sep 21 00:14:55.281 INFO O| Sep 21 00:14:55.281 INFO STEP 705 (remove_files) COMPLETE
69282025-09-21T00:14:55.812Z[ recovery-image] Sep 21 00:14:55.281 INFO O| Sep 21 00:14:55.281 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292025-09-21T00:14:55.812Z[ recovery-image] Sep 21 00:14:55.292 INFO O| Sep 21 00:14:55.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69302025-09-21T00:14:55.812Z[ recovery-image] Sep 21 00:14:55.293 INFO O| Sep 21 00:14:55.293 INFO STEP 706 (remove_files) COMPLETE
69312025-09-21T00:14:55.812Z[ recovery-image] Sep 21 00:14:55.293 INFO O| Sep 21 00:14:55.293 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322025-09-21T00:14:55.837Z[ recovery-image] Sep 21 00:14:55.304 INFO O| Sep 21 00:14:55.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69332025-09-21T00:14:55.837Z[ recovery-image] Sep 21 00:14:55.304 INFO O| Sep 21 00:14:55.304 INFO STEP 707 (remove_files) COMPLETE
69342025-09-21T00:14:55.837Z[ recovery-image] Sep 21 00:14:55.304 INFO O| Sep 21 00:14:55.304 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352025-09-21T00:14:55.837Z[ recovery-image] Sep 21 00:14:55.317 INFO O| Sep 21 00:14:55.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69362025-09-21T00:14:55.837Z[ recovery-image] Sep 21 00:14:55.317 INFO O| Sep 21 00:14:55.317 INFO STEP 708 (remove_files) COMPLETE
69372025-09-21T00:14:55.837Z[ recovery-image] Sep 21 00:14:55.317 INFO O| Sep 21 00:14:55.317 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382025-09-21T00:14:55.863Z[ recovery-image] Sep 21 00:14:55.329 INFO O| Sep 21 00:14:55.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69392025-09-21T00:14:55.863Z[ recovery-image] Sep 21 00:14:55.329 INFO O| Sep 21 00:14:55.329 INFO STEP 709 (remove_files) COMPLETE
69402025-09-21T00:14:55.863Z[ recovery-image] Sep 21 00:14:55.329 INFO O| Sep 21 00:14:55.329 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412025-09-21T00:14:55.863Z[ recovery-image] Sep 21 00:14:55.340 INFO O| Sep 21 00:14:55.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69422025-09-21T00:14:55.863Z[ recovery-image] Sep 21 00:14:55.340 INFO O| Sep 21 00:14:55.340 INFO STEP 710 (remove_files) COMPLETE
69432025-09-21T00:14:55.863Z[ recovery-image] Sep 21 00:14:55.340 INFO O| Sep 21 00:14:55.340 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442025-09-21T00:14:55.887Z[ recovery-image] Sep 21 00:14:55.351 INFO O| Sep 21 00:14:55.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69452025-09-21T00:14:55.888Z[ recovery-image] Sep 21 00:14:55.351 INFO O| Sep 21 00:14:55.351 INFO STEP 711 (remove_files) COMPLETE
69462025-09-21T00:14:55.888Z[ recovery-image] Sep 21 00:14:55.351 INFO O| Sep 21 00:14:55.351 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472025-09-21T00:14:55.888Z[ recovery-image] Sep 21 00:14:55.361 INFO O| Sep 21 00:14:55.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69482025-09-21T00:14:55.888Z[ recovery-image] Sep 21 00:14:55.361 INFO O| Sep 21 00:14:55.361 INFO STEP 712 (remove_files) COMPLETE
69492025-09-21T00:14:55.888Z[ recovery-image] Sep 21 00:14:55.361 INFO O| Sep 21 00:14:55.361 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502025-09-21T00:14:55.914Z[ recovery-image] Sep 21 00:14:55.371 INFO O| Sep 21 00:14:55.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69512025-09-21T00:14:55.914Z[ recovery-image] Sep 21 00:14:55.371 INFO O| Sep 21 00:14:55.371 INFO STEP 713 (remove_files) COMPLETE
69522025-09-21T00:14:55.914Z[ recovery-image] Sep 21 00:14:55.371 INFO O| Sep 21 00:14:55.371 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532025-09-21T00:14:55.914Z[ recovery-image] Sep 21 00:14:55.382 INFO O| Sep 21 00:14:55.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69542025-09-21T00:14:55.914Z[ recovery-image] Sep 21 00:14:55.382 INFO O| Sep 21 00:14:55.382 INFO STEP 714 (remove_files) COMPLETE
69552025-09-21T00:14:55.914Z[ recovery-image] Sep 21 00:14:55.382 INFO O| Sep 21 00:14:55.382 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562025-09-21T00:14:55.914Z[ recovery-image] Sep 21 00:14:55.393 INFO O| Sep 21 00:14:55.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69572025-09-21T00:14:55.914Z[ recovery-image] Sep 21 00:14:55.393 INFO O| Sep 21 00:14:55.393 INFO STEP 715 (remove_files) COMPLETE
69582025-09-21T00:14:55.914Z[ recovery-image] Sep 21 00:14:55.393 INFO O| Sep 21 00:14:55.393 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592025-09-21T00:14:55.939Z[ recovery-image] Sep 21 00:14:55.407 INFO O| Sep 21 00:14:55.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69602025-09-21T00:14:55.939Z[ recovery-image] Sep 21 00:14:55.407 INFO O| Sep 21 00:14:55.407 INFO STEP 716 (remove_files) COMPLETE
69612025-09-21T00:14:55.939Z[ recovery-image] Sep 21 00:14:55.407 INFO O| Sep 21 00:14:55.407 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622025-09-21T00:14:55.939Z[ recovery-image] Sep 21 00:14:55.419 INFO O| Sep 21 00:14:55.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69632025-09-21T00:14:55.939Z[ recovery-image] Sep 21 00:14:55.419 INFO O| Sep 21 00:14:55.419 INFO STEP 717 (remove_files) COMPLETE
69642025-09-21T00:14:55.939Z[ recovery-image] Sep 21 00:14:55.420 INFO O| Sep 21 00:14:55.419 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652025-09-21T00:14:55.964Z[ recovery-image] Sep 21 00:14:55.430 INFO O| Sep 21 00:14:55.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69662025-09-21T00:14:55.964Z[ recovery-image] Sep 21 00:14:55.430 INFO O| Sep 21 00:14:55.430 INFO STEP 718 (remove_files) COMPLETE
69672025-09-21T00:14:55.964Z[ recovery-image] Sep 21 00:14:55.430 INFO O| Sep 21 00:14:55.430 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682025-09-21T00:14:55.964Z[ recovery-image] Sep 21 00:14:55.440 INFO O| Sep 21 00:14:55.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69692025-09-21T00:14:55.964Z[ recovery-image] Sep 21 00:14:55.440 INFO O| Sep 21 00:14:55.440 INFO STEP 719 (remove_files) COMPLETE
69702025-09-21T00:14:55.964Z[ recovery-image] Sep 21 00:14:55.440 INFO O| Sep 21 00:14:55.440 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712025-09-21T00:14:55.989Z[ recovery-image] Sep 21 00:14:55.450 INFO O| Sep 21 00:14:55.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69722025-09-21T00:14:55.989Z[ recovery-image] Sep 21 00:14:55.450 INFO O| Sep 21 00:14:55.450 INFO STEP 720 (remove_files) COMPLETE
69732025-09-21T00:14:55.989Z[ recovery-image] Sep 21 00:14:55.450 INFO O| Sep 21 00:14:55.450 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742025-09-21T00:14:55.989Z[ recovery-image] Sep 21 00:14:55.460 INFO O| Sep 21 00:14:55.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69752025-09-21T00:14:55.989Z[ recovery-image] Sep 21 00:14:55.460 INFO O| Sep 21 00:14:55.460 INFO STEP 721 (remove_files) COMPLETE
69762025-09-21T00:14:55.989Z[ recovery-image] Sep 21 00:14:55.460 INFO O| Sep 21 00:14:55.460 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772025-09-21T00:14:55.989Z[ recovery-image] Sep 21 00:14:55.470 INFO O| Sep 21 00:14:55.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69782025-09-21T00:14:55.989Z[ recovery-image] Sep 21 00:14:55.470 INFO O| Sep 21 00:14:55.470 INFO STEP 722 (remove_files) COMPLETE
69792025-09-21T00:14:55.989Z[ recovery-image] Sep 21 00:14:55.470 INFO O| Sep 21 00:14:55.470 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802025-09-21T00:14:56.015Z[ recovery-image] Sep 21 00:14:55.480 INFO O| Sep 21 00:14:55.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69812025-09-21T00:14:56.015Z[ recovery-image] Sep 21 00:14:55.480 INFO O| Sep 21 00:14:55.480 INFO STEP 723 (remove_files) COMPLETE
69822025-09-21T00:14:56.015Z[ recovery-image] Sep 21 00:14:55.480 INFO O| Sep 21 00:14:55.480 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-09-21T00:14:56.015Z[ recovery-image] Sep 21 00:14:55.490 INFO O| Sep 21 00:14:55.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69842025-09-21T00:14:56.015Z[ recovery-image] Sep 21 00:14:55.490 INFO O| Sep 21 00:14:55.490 INFO STEP 724 (remove_files) COMPLETE
69852025-09-21T00:14:56.015Z[ recovery-image] Sep 21 00:14:55.490 INFO O| Sep 21 00:14:55.490 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-09-21T00:14:56.040Z[ recovery-image] Sep 21 00:14:55.504 INFO O| Sep 21 00:14:55.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69872025-09-21T00:14:56.040Z[ recovery-image] Sep 21 00:14:55.505 INFO O| Sep 21 00:14:55.505 INFO STEP 725 (remove_files) COMPLETE
69882025-09-21T00:14:56.040Z[ recovery-image] Sep 21 00:14:55.505 INFO O| Sep 21 00:14:55.505 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-09-21T00:14:56.040Z[ recovery-image] Sep 21 00:14:55.515 INFO O| Sep 21 00:14:55.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69902025-09-21T00:14:56.040Z[ recovery-image] Sep 21 00:14:55.515 INFO O| Sep 21 00:14:55.515 INFO STEP 726 (remove_files) COMPLETE
69912025-09-21T00:14:56.040Z[ recovery-image] Sep 21 00:14:55.515 INFO O| Sep 21 00:14:55.515 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-09-21T00:14:56.065Z[ recovery-image] Sep 21 00:14:55.525 INFO O| Sep 21 00:14:55.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69932025-09-21T00:14:56.065Z[ recovery-image] Sep 21 00:14:55.525 INFO O| Sep 21 00:14:55.525 INFO STEP 727 (remove_files) COMPLETE
69942025-09-21T00:14:56.065Z[ recovery-image] Sep 21 00:14:55.525 INFO O| Sep 21 00:14:55.525 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-09-21T00:14:56.065Z[ recovery-image] Sep 21 00:14:55.535 INFO O| Sep 21 00:14:55.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69962025-09-21T00:14:56.065Z[ recovery-image] Sep 21 00:14:55.535 INFO O| Sep 21 00:14:55.535 INFO STEP 728 (remove_files) COMPLETE
69972025-09-21T00:14:56.065Z[ recovery-image] Sep 21 00:14:55.535 INFO O| Sep 21 00:14:55.535 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-09-21T00:14:56.065Z[ recovery-image] Sep 21 00:14:55.546 INFO O| Sep 21 00:14:55.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69992025-09-21T00:14:56.065Z[ recovery-image] Sep 21 00:14:55.546 INFO O| Sep 21 00:14:55.546 INFO STEP 729 (remove_files) COMPLETE
70002025-09-21T00:14:56.065Z[ recovery-image] Sep 21 00:14:55.546 INFO O| Sep 21 00:14:55.546 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-09-21T00:14:56.090Z[ recovery-image] Sep 21 00:14:55.557 INFO O| Sep 21 00:14:55.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70022025-09-21T00:14:56.090Z[ recovery-image] Sep 21 00:14:55.557 INFO O| Sep 21 00:14:55.557 INFO STEP 730 (remove_files) COMPLETE
70032025-09-21T00:14:56.090Z[ recovery-image] Sep 21 00:14:55.557 INFO O| Sep 21 00:14:55.557 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-09-21T00:14:56.115Z[ recovery-image] Sep 21 00:14:55.572 INFO O| Sep 21 00:14:55.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70052025-09-21T00:14:56.116Z[ recovery-image] Sep 21 00:14:55.573 INFO O| Sep 21 00:14:55.572 INFO STEP 731 (remove_files) COMPLETE
70062025-09-21T00:14:56.116Z[ recovery-image] Sep 21 00:14:55.573 INFO O| Sep 21 00:14:55.573 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-09-21T00:14:56.116Z[ recovery-image] Sep 21 00:14:55.586 INFO O| Sep 21 00:14:55.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70082025-09-21T00:14:56.116Z[ recovery-image] Sep 21 00:14:55.586 INFO O| Sep 21 00:14:55.586 INFO STEP 732 (remove_files) COMPLETE
70092025-09-21T00:14:56.116Z[ recovery-image] Sep 21 00:14:55.586 INFO O| Sep 21 00:14:55.586 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-09-21T00:14:56.141Z[ recovery-image] Sep 21 00:14:55.600 INFO O| Sep 21 00:14:55.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70112025-09-21T00:14:56.141Z[ recovery-image] Sep 21 00:14:55.600 INFO O| Sep 21 00:14:55.600 INFO STEP 733 (remove_files) COMPLETE
70122025-09-21T00:14:56.141Z[ recovery-image] Sep 21 00:14:55.600 INFO O| Sep 21 00:14:55.600 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-09-21T00:14:56.141Z[ recovery-image] Sep 21 00:14:55.611 INFO O| Sep 21 00:14:55.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70142025-09-21T00:14:56.141Z[ recovery-image] Sep 21 00:14:55.612 INFO O| Sep 21 00:14:55.611 INFO STEP 734 (remove_files) COMPLETE
70152025-09-21T00:14:56.141Z[ recovery-image] Sep 21 00:14:55.612 INFO O| Sep 21 00:14:55.612 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-09-21T00:14:56.141Z[ recovery-image] Sep 21 00:14:55.622 INFO O| Sep 21 00:14:55.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70172025-09-21T00:14:56.141Z[ recovery-image] Sep 21 00:14:55.622 INFO O| Sep 21 00:14:55.622 INFO STEP 735 (remove_files) COMPLETE
70182025-09-21T00:14:56.141Z[ recovery-image] Sep 21 00:14:55.622 INFO O| Sep 21 00:14:55.622 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-09-21T00:14:56.166Z[ recovery-image] Sep 21 00:14:55.631 INFO O| Sep 21 00:14:55.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70202025-09-21T00:14:56.166Z[ recovery-image] Sep 21 00:14:55.632 INFO O| Sep 21 00:14:55.631 INFO STEP 736 (remove_files) COMPLETE
70212025-09-21T00:14:56.166Z[ recovery-image] Sep 21 00:14:55.632 INFO O| Sep 21 00:14:55.632 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-09-21T00:14:56.166Z[ recovery-image] Sep 21 00:14:55.642 INFO O| Sep 21 00:14:55.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70232025-09-21T00:14:56.166Z[ recovery-image] Sep 21 00:14:55.642 INFO O| Sep 21 00:14:55.642 INFO STEP 737 (remove_files) COMPLETE
70242025-09-21T00:14:56.166Z[ recovery-image] Sep 21 00:14:55.642 INFO O| Sep 21 00:14:55.642 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-09-21T00:14:56.191Z[ recovery-image] Sep 21 00:14:55.655 INFO O| Sep 21 00:14:55.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70262025-09-21T00:14:56.191Z[ recovery-image] Sep 21 00:14:55.655 INFO O| Sep 21 00:14:55.655 INFO STEP 738 (remove_files) COMPLETE
70272025-09-21T00:14:56.191Z[ recovery-image] Sep 21 00:14:55.655 INFO O| Sep 21 00:14:55.655 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-09-21T00:14:56.191Z[ recovery-image] Sep 21 00:14:55.666 INFO O| Sep 21 00:14:55.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70292025-09-21T00:14:56.191Z[ recovery-image] Sep 21 00:14:55.666 INFO O| Sep 21 00:14:55.666 INFO STEP 739 (remove_files) COMPLETE
70302025-09-21T00:14:56.192Z[ recovery-image] Sep 21 00:14:55.666 INFO O| Sep 21 00:14:55.666 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-09-21T00:14:56.216Z[ recovery-image] Sep 21 00:14:55.678 INFO O| Sep 21 00:14:55.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70322025-09-21T00:14:56.216Z[ recovery-image] Sep 21 00:14:55.678 INFO O| Sep 21 00:14:55.678 INFO STEP 740 (remove_files) COMPLETE
70332025-09-21T00:14:56.216Z[ recovery-image] Sep 21 00:14:55.678 INFO O| Sep 21 00:14:55.678 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-09-21T00:14:56.216Z[ host-image] Sep 21 00:14:55.684 INFO O| Sep 21 00:14:55.683 INFO O| Done
70352025-09-21T00:14:56.216Z[ host-image] Sep 21 00:14:55.684 INFO O| Sep 21 00:14:55.684 INFO O| Done
70362025-09-21T00:14:56.241Z[ recovery-image] Sep 21 00:14:55.719 INFO O| Sep 21 00:14:55.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70372025-09-21T00:14:56.241Z[ recovery-image] Sep 21 00:14:55.719 INFO O| Sep 21 00:14:55.693 INFO STEP 741 (remove_files) COMPLETE
70382025-09-21T00:14:56.241Z[ recovery-image] Sep 21 00:14:55.719 INFO O| Sep 21 00:14:55.693 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392025-09-21T00:14:56.242Z[ recovery-image] Sep 21 00:14:55.719 INFO O| Sep 21 00:14:55.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70402025-09-21T00:14:56.242Z[ recovery-image] Sep 21 00:14:55.719 INFO O| Sep 21 00:14:55.704 INFO STEP 742 (remove_files) COMPLETE
70412025-09-21T00:14:56.242Z[ recovery-image] Sep 21 00:14:55.719 INFO O| Sep 21 00:14:55.704 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422025-09-21T00:14:56.242Z[ recovery-image] Sep 21 00:14:55.719 INFO O| Sep 21 00:14:55.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70432025-09-21T00:14:56.267Z[ recovery-image] Sep 21 00:14:55.719 INFO O| Sep 21 00:14:55.717 INFO STEP 743 (remove_files) COMPLETE
70442025-09-21T00:14:56.267Z[ recovery-image] Sep 21 00:14:55.719 INFO O| Sep 21 00:14:55.717 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452025-09-21T00:14:56.267Z[ recovery-image] Sep 21 00:14:55.731 INFO O| Sep 21 00:14:55.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70462025-09-21T00:14:56.267Z[ recovery-image] Sep 21 00:14:55.731 INFO O| Sep 21 00:14:55.731 INFO STEP 744 (remove_files) COMPLETE
70472025-09-21T00:14:56.267Z[ recovery-image] Sep 21 00:14:55.731 INFO O| Sep 21 00:14:55.731 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-09-21T00:14:56.267Z[ recovery-image] Sep 21 00:14:55.741 INFO O| Sep 21 00:14:55.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70492025-09-21T00:14:56.267Z[ recovery-image] Sep 21 00:14:55.741 INFO O| Sep 21 00:14:55.741 INFO STEP 745 (remove_files) COMPLETE
70502025-09-21T00:14:56.267Z[ recovery-image] Sep 21 00:14:55.741 INFO O| Sep 21 00:14:55.741 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-09-21T00:14:56.292Z[ recovery-image] Sep 21 00:14:55.755 INFO O| Sep 21 00:14:55.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70522025-09-21T00:14:56.292Z[ recovery-image] Sep 21 00:14:55.756 INFO O| Sep 21 00:14:55.755 INFO STEP 746 (remove_files) COMPLETE
70532025-09-21T00:14:56.292Z[ recovery-image] Sep 21 00:14:55.756 INFO O| Sep 21 00:14:55.756 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542025-09-21T00:14:56.292Z[ recovery-image] Sep 21 00:14:55.770 INFO O| Sep 21 00:14:55.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70552025-09-21T00:14:56.292Z[ recovery-image] Sep 21 00:14:55.770 INFO O| Sep 21 00:14:55.770 INFO STEP 747 (remove_files) COMPLETE
70562025-09-21T00:14:56.292Z[ recovery-image] Sep 21 00:14:55.770 INFO O| Sep 21 00:14:55.770 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572025-09-21T00:14:56.317Z[ recovery-image] Sep 21 00:14:55.781 INFO O| Sep 21 00:14:55.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70582025-09-21T00:14:56.317Z[ recovery-image] Sep 21 00:14:55.781 INFO O| Sep 21 00:14:55.781 INFO STEP 748 (remove_files) COMPLETE
70592025-09-21T00:14:56.317Z[ recovery-image] Sep 21 00:14:55.781 INFO O| Sep 21 00:14:55.781 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-09-21T00:14:56.317Z[ recovery-image] Sep 21 00:14:55.791 INFO O| Sep 21 00:14:55.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70612025-09-21T00:14:56.317Z[ recovery-image] Sep 21 00:14:55.791 INFO O| Sep 21 00:14:55.791 INFO STEP 749 (remove_files) COMPLETE
70622025-09-21T00:14:56.317Z[ recovery-image] Sep 21 00:14:55.791 INFO O| Sep 21 00:14:55.791 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-09-21T00:14:56.342Z[ recovery-image] Sep 21 00:14:55.804 INFO O| Sep 21 00:14:55.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70642025-09-21T00:14:56.342Z[ recovery-image] Sep 21 00:14:55.804 INFO O| Sep 21 00:14:55.804 INFO STEP 750 (remove_files) COMPLETE
70652025-09-21T00:14:56.342Z[ recovery-image] Sep 21 00:14:55.804 INFO O| Sep 21 00:14:55.804 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-09-21T00:14:56.342Z[ recovery-image] Sep 21 00:14:55.816 INFO O| Sep 21 00:14:55.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70672025-09-21T00:14:56.342Z[ recovery-image] Sep 21 00:14:55.816 INFO O| Sep 21 00:14:55.816 INFO STEP 751 (remove_files) COMPLETE
70682025-09-21T00:14:56.342Z[ recovery-image] Sep 21 00:14:55.816 INFO O| Sep 21 00:14:55.816 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-09-21T00:14:56.367Z[ recovery-image] Sep 21 00:14:55.829 INFO O| Sep 21 00:14:55.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70702025-09-21T00:14:56.367Z[ recovery-image] Sep 21 00:14:55.830 INFO O| Sep 21 00:14:55.830 INFO STEP 752 (remove_files) COMPLETE
70712025-09-21T00:14:56.367Z[ recovery-image] Sep 21 00:14:55.830 INFO O| Sep 21 00:14:55.830 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722025-09-21T00:14:56.367Z[ recovery-image] Sep 21 00:14:55.840 INFO O| Sep 21 00:14:55.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70732025-09-21T00:14:56.367Z[ recovery-image] Sep 21 00:14:55.840 INFO O| Sep 21 00:14:55.840 INFO STEP 753 (remove_files) COMPLETE
70742025-09-21T00:14:56.367Z[ recovery-image] Sep 21 00:14:55.840 INFO O| Sep 21 00:14:55.840 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752025-09-21T00:14:56.392Z[ recovery-image] Sep 21 00:14:55.849 INFO O| Sep 21 00:14:55.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70762025-09-21T00:14:56.392Z[ recovery-image] Sep 21 00:14:55.849 INFO O| Sep 21 00:14:55.849 INFO STEP 754 (remove_files) COMPLETE
70772025-09-21T00:14:56.392Z[ recovery-image] Sep 21 00:14:55.850 INFO O| Sep 21 00:14:55.849 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782025-09-21T00:14:56.392Z[ recovery-image] Sep 21 00:14:55.859 INFO O| Sep 21 00:14:55.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70792025-09-21T00:14:56.392Z[ recovery-image] Sep 21 00:14:55.859 INFO O| Sep 21 00:14:55.859 INFO STEP 755 (remove_files) COMPLETE
70802025-09-21T00:14:56.392Z[ recovery-image] Sep 21 00:14:55.859 INFO O| Sep 21 00:14:55.859 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812025-09-21T00:14:56.392Z[ recovery-image] Sep 21 00:14:55.871 INFO O| Sep 21 00:14:55.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70822025-09-21T00:14:56.392Z[ recovery-image] Sep 21 00:14:55.871 INFO O| Sep 21 00:14:55.871 INFO STEP 756 (remove_files) COMPLETE
70832025-09-21T00:14:56.392Z[ recovery-image] Sep 21 00:14:55.871 INFO O| Sep 21 00:14:55.871 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842025-09-21T00:14:56.417Z[ recovery-image] Sep 21 00:14:55.885 INFO O| Sep 21 00:14:55.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70852025-09-21T00:14:56.417Z[ recovery-image] Sep 21 00:14:55.885 INFO O| Sep 21 00:14:55.885 INFO STEP 757 (remove_files) COMPLETE
70862025-09-21T00:14:56.417Z[ recovery-image] Sep 21 00:14:55.885 INFO O| Sep 21 00:14:55.885 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872025-09-21T00:14:56.417Z[ recovery-image] Sep 21 00:14:55.895 INFO O| Sep 21 00:14:55.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70882025-09-21T00:14:56.417Z[ recovery-image] Sep 21 00:14:55.895 INFO O| Sep 21 00:14:55.895 INFO STEP 758 (remove_files) COMPLETE
70892025-09-21T00:14:56.417Z[ recovery-image] Sep 21 00:14:55.895 INFO O| Sep 21 00:14:55.895 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902025-09-21T00:14:56.442Z[ recovery-image] Sep 21 00:14:55.905 INFO O| Sep 21 00:14:55.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70912025-09-21T00:14:56.442Z[ recovery-image] Sep 21 00:14:55.905 INFO O| Sep 21 00:14:55.905 INFO STEP 759 (remove_files) COMPLETE
70922025-09-21T00:14:56.442Z[ recovery-image] Sep 21 00:14:55.905 INFO O| Sep 21 00:14:55.905 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932025-09-21T00:14:56.442Z[ recovery-image] Sep 21 00:14:55.914 INFO O| Sep 21 00:14:55.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70942025-09-21T00:14:56.443Z[ recovery-image] Sep 21 00:14:55.914 INFO O| Sep 21 00:14:55.914 INFO STEP 760 (remove_files) COMPLETE
70952025-09-21T00:14:56.443Z[ recovery-image] Sep 21 00:14:55.914 INFO O| Sep 21 00:14:55.914 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962025-09-21T00:14:56.467Z[ recovery-image] Sep 21 00:14:55.928 INFO O| Sep 21 00:14:55.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70972025-09-21T00:14:56.467Z[ recovery-image] Sep 21 00:14:55.928 INFO O| Sep 21 00:14:55.928 INFO STEP 761 (remove_files) COMPLETE
70982025-09-21T00:14:56.467Z[ recovery-image] Sep 21 00:14:55.928 INFO O| Sep 21 00:14:55.928 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992025-09-21T00:14:56.467Z[ recovery-image] Sep 21 00:14:55.938 INFO O| Sep 21 00:14:55.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71002025-09-21T00:14:56.467Z[ recovery-image] Sep 21 00:14:55.938 INFO O| Sep 21 00:14:55.938 INFO STEP 762 (remove_files) COMPLETE
71012025-09-21T00:14:56.468Z[ recovery-image] Sep 21 00:14:55.938 INFO O| Sep 21 00:14:55.938 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022025-09-21T00:14:56.493Z[ recovery-image] Sep 21 00:14:55.951 INFO O| Sep 21 00:14:55.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71032025-09-21T00:14:56.493Z[ recovery-image] Sep 21 00:14:55.951 INFO O| Sep 21 00:14:55.951 INFO STEP 763 (remove_files) COMPLETE
71042025-09-21T00:14:56.493Z[ recovery-image] Sep 21 00:14:55.951 INFO O| Sep 21 00:14:55.951 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052025-09-21T00:14:56.493Z[ recovery-image] Sep 21 00:14:55.961 INFO O| Sep 21 00:14:55.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71062025-09-21T00:14:56.493Z[ recovery-image] Sep 21 00:14:55.961 INFO O| Sep 21 00:14:55.961 INFO STEP 764 (remove_files) COMPLETE
71072025-09-21T00:14:56.493Z[ recovery-image] Sep 21 00:14:55.961 INFO O| Sep 21 00:14:55.961 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082025-09-21T00:14:56.493Z[ recovery-image] Sep 21 00:14:55.971 INFO O| Sep 21 00:14:55.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71092025-09-21T00:14:56.493Z[ recovery-image] Sep 21 00:14:55.971 INFO O| Sep 21 00:14:55.971 INFO STEP 765 (remove_files) COMPLETE
71102025-09-21T00:14:56.493Z[ recovery-image] Sep 21 00:14:55.971 INFO O| Sep 21 00:14:55.971 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112025-09-21T00:14:56.518Z[ recovery-image] Sep 21 00:14:55.980 INFO O| Sep 21 00:14:55.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71122025-09-21T00:14:56.518Z[ recovery-image] Sep 21 00:14:55.980 INFO O| Sep 21 00:14:55.980 INFO STEP 766 (remove_files) COMPLETE
71132025-09-21T00:14:56.518Z[ recovery-image] Sep 21 00:14:55.980 INFO O| Sep 21 00:14:55.980 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142025-09-21T00:14:56.518Z[ recovery-image] Sep 21 00:14:55.991 INFO O| Sep 21 00:14:55.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71152025-09-21T00:14:56.518Z[ recovery-image] Sep 21 00:14:55.991 INFO O| Sep 21 00:14:55.991 INFO STEP 767 (remove_files) COMPLETE
71162025-09-21T00:14:56.518Z[ recovery-image] Sep 21 00:14:55.991 INFO O| Sep 21 00:14:55.991 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172025-09-21T00:14:56.543Z[ recovery-image] Sep 21 00:14:56.001 INFO O| Sep 21 00:14:56.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71182025-09-21T00:14:56.543Z[ recovery-image] Sep 21 00:14:56.001 INFO O| Sep 21 00:14:56.001 INFO STEP 768 (remove_files) COMPLETE
71192025-09-21T00:14:56.543Z[ recovery-image] Sep 21 00:14:56.001 INFO O| Sep 21 00:14:56.001 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202025-09-21T00:14:56.543Z[ recovery-image] Sep 21 00:14:56.011 INFO O| Sep 21 00:14:56.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71212025-09-21T00:14:56.543Z[ recovery-image] Sep 21 00:14:56.011 INFO O| Sep 21 00:14:56.011 INFO STEP 769 (remove_files) COMPLETE
71222025-09-21T00:14:56.543Z[ recovery-image] Sep 21 00:14:56.011 INFO O| Sep 21 00:14:56.011 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232025-09-21T00:14:56.543Z[ recovery-image] Sep 21 00:14:56.020 INFO O| Sep 21 00:14:56.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71242025-09-21T00:14:56.543Z[ recovery-image] Sep 21 00:14:56.021 INFO O| Sep 21 00:14:56.020 INFO STEP 770 (remove_files) COMPLETE
71252025-09-21T00:14:56.543Z[ recovery-image] Sep 21 00:14:56.021 INFO O| Sep 21 00:14:56.021 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262025-09-21T00:14:56.568Z[ recovery-image] Sep 21 00:14:56.030 INFO O| Sep 21 00:14:56.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71272025-09-21T00:14:56.568Z[ recovery-image] Sep 21 00:14:56.030 INFO O| Sep 21 00:14:56.030 INFO STEP 771 (remove_files) COMPLETE
71282025-09-21T00:14:56.568Z[ recovery-image] Sep 21 00:14:56.030 INFO O| Sep 21 00:14:56.030 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292025-09-21T00:14:56.568Z[ recovery-image] Sep 21 00:14:56.042 INFO O| Sep 21 00:14:56.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71302025-09-21T00:14:56.568Z[ recovery-image] Sep 21 00:14:56.042 INFO O| Sep 21 00:14:56.042 INFO STEP 772 (remove_files) COMPLETE
71312025-09-21T00:14:56.568Z[ recovery-image] Sep 21 00:14:56.042 INFO O| Sep 21 00:14:56.042 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322025-09-21T00:14:56.594Z[ recovery-image] Sep 21 00:14:56.053 INFO O| Sep 21 00:14:56.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71332025-09-21T00:14:56.594Z[ recovery-image] Sep 21 00:14:56.053 INFO O| Sep 21 00:14:56.053 INFO STEP 773 (remove_files) COMPLETE
71342025-09-21T00:14:56.594Z[ recovery-image] Sep 21 00:14:56.053 INFO O| Sep 21 00:14:56.053 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352025-09-21T00:14:56.594Z[ recovery-image] Sep 21 00:14:56.063 INFO O| Sep 21 00:14:56.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71362025-09-21T00:14:56.594Z[ recovery-image] Sep 21 00:14:56.063 INFO O| Sep 21 00:14:56.063 INFO STEP 774 (remove_files) COMPLETE
71372025-09-21T00:14:56.594Z[ recovery-image] Sep 21 00:14:56.063 INFO O| Sep 21 00:14:56.063 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382025-09-21T00:14:56.625Z[ recovery-image] Sep 21 00:14:56.107 INFO O| Sep 21 00:14:56.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71392025-09-21T00:14:56.625Z[ recovery-image] Sep 21 00:14:56.107 INFO O| Sep 21 00:14:56.106 INFO STEP 775 (remove_files) COMPLETE
71402025-09-21T00:14:56.650Z[ recovery-image] Sep 21 00:14:56.107 INFO O| Sep 21 00:14:56.106 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412025-09-21T00:14:56.650Z[ recovery-image] Sep 21 00:14:56.129 INFO O| Sep 21 00:14:56.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71422025-09-21T00:14:56.650Z[ recovery-image] Sep 21 00:14:56.130 INFO O| Sep 21 00:14:56.130 INFO STEP 776 (remove_files) COMPLETE
71432025-09-21T00:14:56.650Z[ recovery-image] Sep 21 00:14:56.130 INFO O| Sep 21 00:14:56.130 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442025-09-21T00:14:56.675Z[ recovery-image] Sep 21 00:14:56.143 INFO O| Sep 21 00:14:56.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71452025-09-21T00:14:56.675Z[ recovery-image] Sep 21 00:14:56.143 INFO O| Sep 21 00:14:56.143 INFO STEP 777 (remove_files) COMPLETE
71462025-09-21T00:14:56.675Z[ recovery-image] Sep 21 00:14:56.143 INFO O| Sep 21 00:14:56.143 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472025-09-21T00:14:56.675Z[ recovery-image] Sep 21 00:14:56.155 INFO O| Sep 21 00:14:56.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71482025-09-21T00:14:56.675Z[ recovery-image] Sep 21 00:14:56.155 INFO O| Sep 21 00:14:56.155 INFO STEP 778 (remove_files) COMPLETE
71492025-09-21T00:14:56.675Z[ recovery-image] Sep 21 00:14:56.155 INFO O| Sep 21 00:14:56.155 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502025-09-21T00:14:56.700Z[ recovery-image] Sep 21 00:14:56.166 INFO O| Sep 21 00:14:56.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71512025-09-21T00:14:56.700Z[ recovery-image] Sep 21 00:14:56.166 INFO O| Sep 21 00:14:56.166 INFO STEP 779 (remove_files) COMPLETE
71522025-09-21T00:14:56.700Z[ recovery-image] Sep 21 00:14:56.166 INFO O| Sep 21 00:14:56.166 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532025-09-21T00:14:56.700Z[ recovery-image] Sep 21 00:14:56.179 INFO O| Sep 21 00:14:56.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71542025-09-21T00:14:56.700Z[ recovery-image] Sep 21 00:14:56.179 INFO O| Sep 21 00:14:56.179 INFO STEP 780 (remove_files) COMPLETE
71552025-09-21T00:14:56.700Z[ recovery-image] Sep 21 00:14:56.179 INFO O| Sep 21 00:14:56.179 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562025-09-21T00:14:56.725Z[ recovery-image] Sep 21 00:14:56.191 INFO O| Sep 21 00:14:56.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71572025-09-21T00:14:56.725Z[ recovery-image] Sep 21 00:14:56.192 INFO O| Sep 21 00:14:56.191 INFO STEP 781 (remove_files) COMPLETE
71582025-09-21T00:14:56.725Z[ recovery-image] Sep 21 00:14:56.192 INFO O| Sep 21 00:14:56.191 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592025-09-21T00:14:56.725Z[ recovery-image] Sep 21 00:14:56.201 INFO O| Sep 21 00:14:56.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71602025-09-21T00:14:56.725Z[ recovery-image] Sep 21 00:14:56.202 INFO O| Sep 21 00:14:56.202 INFO STEP 782 (remove_files) COMPLETE
71612025-09-21T00:14:56.725Z[ recovery-image] Sep 21 00:14:56.202 INFO O| Sep 21 00:14:56.202 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622025-09-21T00:14:56.750Z[ recovery-image] Sep 21 00:14:56.211 INFO O| Sep 21 00:14:56.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71632025-09-21T00:14:56.750Z[ recovery-image] Sep 21 00:14:56.211 INFO O| Sep 21 00:14:56.211 INFO STEP 783 (remove_files) COMPLETE
71642025-09-21T00:14:56.750Z[ recovery-image] Sep 21 00:14:56.211 INFO O| Sep 21 00:14:56.211 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652025-09-21T00:14:56.750Z[ recovery-image] Sep 21 00:14:56.223 INFO O| Sep 21 00:14:56.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71662025-09-21T00:14:56.750Z[ recovery-image] Sep 21 00:14:56.223 INFO O| Sep 21 00:14:56.223 INFO STEP 784 (remove_files) COMPLETE
71672025-09-21T00:14:56.750Z[ recovery-image] Sep 21 00:14:56.223 INFO O| Sep 21 00:14:56.223 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682025-09-21T00:14:56.775Z[ recovery-image] Sep 21 00:14:56.233 INFO O| Sep 21 00:14:56.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71692025-09-21T00:14:56.775Z[ recovery-image] Sep 21 00:14:56.233 INFO O| Sep 21 00:14:56.233 INFO STEP 785 (remove_files) COMPLETE
71702025-09-21T00:14:56.775Z[ recovery-image] Sep 21 00:14:56.233 INFO O| Sep 21 00:14:56.233 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712025-09-21T00:14:56.775Z[ recovery-image] Sep 21 00:14:56.243 INFO O| Sep 21 00:14:56.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71722025-09-21T00:14:56.775Z[ recovery-image] Sep 21 00:14:56.243 INFO O| Sep 21 00:14:56.243 INFO STEP 786 (remove_files) COMPLETE
71732025-09-21T00:14:56.775Z[ recovery-image] Sep 21 00:14:56.243 INFO O| Sep 21 00:14:56.243 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742025-09-21T00:14:56.775Z[ recovery-image] Sep 21 00:14:56.253 INFO O| Sep 21 00:14:56.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71752025-09-21T00:14:56.775Z[ recovery-image] Sep 21 00:14:56.253 INFO O| Sep 21 00:14:56.253 INFO STEP 787 (remove_files) COMPLETE
71762025-09-21T00:14:56.775Z[ recovery-image] Sep 21 00:14:56.253 INFO O| Sep 21 00:14:56.253 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772025-09-21T00:14:56.801Z[ recovery-image] Sep 21 00:14:56.263 INFO O| Sep 21 00:14:56.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71782025-09-21T00:14:56.801Z[ recovery-image] Sep 21 00:14:56.263 INFO O| Sep 21 00:14:56.263 INFO STEP 788 (remove_files) COMPLETE
71792025-09-21T00:14:56.801Z[ recovery-image] Sep 21 00:14:56.263 INFO O| Sep 21 00:14:56.263 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802025-09-21T00:14:56.801Z[ recovery-image] Sep 21 00:14:56.273 INFO O| Sep 21 00:14:56.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71812025-09-21T00:14:56.801Z[ recovery-image] Sep 21 00:14:56.273 INFO O| Sep 21 00:14:56.273 INFO STEP 789 (remove_files) COMPLETE
71822025-09-21T00:14:56.801Z[ recovery-image] Sep 21 00:14:56.273 INFO O| Sep 21 00:14:56.273 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832025-09-21T00:14:56.826Z[ recovery-image] Sep 21 00:14:56.283 INFO O| Sep 21 00:14:56.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71842025-09-21T00:14:56.826Z[ recovery-image] Sep 21 00:14:56.283 INFO O| Sep 21 00:14:56.283 INFO STEP 790 (remove_files) COMPLETE
71852025-09-21T00:14:56.826Z[ recovery-image] Sep 21 00:14:56.283 INFO O| Sep 21 00:14:56.283 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862025-09-21T00:14:56.826Z[ recovery-image] Sep 21 00:14:56.293 INFO O| Sep 21 00:14:56.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71872025-09-21T00:14:56.826Z[ recovery-image] Sep 21 00:14:56.293 INFO O| Sep 21 00:14:56.293 INFO STEP 791 (remove_files) COMPLETE
71882025-09-21T00:14:56.826Z[ recovery-image] Sep 21 00:14:56.293 INFO O| Sep 21 00:14:56.293 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892025-09-21T00:14:56.826Z[ recovery-image] Sep 21 00:14:56.303 INFO O| Sep 21 00:14:56.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71902025-09-21T00:14:56.826Z[ recovery-image] Sep 21 00:14:56.303 INFO O| Sep 21 00:14:56.303 INFO STEP 792 (remove_files) COMPLETE
71912025-09-21T00:14:56.826Z[ recovery-image] Sep 21 00:14:56.303 INFO O| Sep 21 00:14:56.303 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922025-09-21T00:14:56.851Z[ recovery-image] Sep 21 00:14:56.313 INFO O| Sep 21 00:14:56.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71932025-09-21T00:14:56.851Z[ recovery-image] Sep 21 00:14:56.313 INFO O| Sep 21 00:14:56.313 INFO STEP 793 (remove_files) COMPLETE
71942025-09-21T00:14:56.852Z[ recovery-image] Sep 21 00:14:56.313 INFO O| Sep 21 00:14:56.313 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952025-09-21T00:14:56.852Z[ recovery-image] Sep 21 00:14:56.322 INFO O| Sep 21 00:14:56.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71962025-09-21T00:14:56.852Z[ recovery-image] Sep 21 00:14:56.323 INFO O| Sep 21 00:14:56.323 INFO STEP 794 (remove_files) COMPLETE
71972025-09-21T00:14:56.852Z[ recovery-image] Sep 21 00:14:56.323 INFO O| Sep 21 00:14:56.323 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982025-09-21T00:14:56.852Z[ recovery-image] Sep 21 00:14:56.332 INFO O| Sep 21 00:14:56.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71992025-09-21T00:14:56.852Z[ recovery-image] Sep 21 00:14:56.333 INFO O| Sep 21 00:14:56.333 INFO STEP 795 (remove_files) COMPLETE
72002025-09-21T00:14:56.852Z[ recovery-image] Sep 21 00:14:56.333 INFO O| Sep 21 00:14:56.333 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012025-09-21T00:14:56.877Z[ recovery-image] Sep 21 00:14:56.342 INFO O| Sep 21 00:14:56.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72022025-09-21T00:14:56.877Z[ recovery-image] Sep 21 00:14:56.342 INFO O| Sep 21 00:14:56.342 INFO STEP 796 (remove_files) COMPLETE
72032025-09-21T00:14:56.877Z[ recovery-image] Sep 21 00:14:56.342 INFO O| Sep 21 00:14:56.342 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042025-09-21T00:14:56.877Z[ recovery-image] Sep 21 00:14:56.352 INFO O| Sep 21 00:14:56.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72052025-09-21T00:14:56.877Z[ recovery-image] Sep 21 00:14:56.352 INFO O| Sep 21 00:14:56.352 INFO STEP 797 (remove_files) COMPLETE
72062025-09-21T00:14:56.877Z[ recovery-image] Sep 21 00:14:56.352 INFO O| Sep 21 00:14:56.352 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072025-09-21T00:14:56.902Z[ recovery-image] Sep 21 00:14:56.362 INFO O| Sep 21 00:14:56.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72082025-09-21T00:14:56.902Z[ recovery-image] Sep 21 00:14:56.362 INFO O| Sep 21 00:14:56.362 INFO STEP 798 (remove_files) COMPLETE
72092025-09-21T00:14:56.902Z[ recovery-image] Sep 21 00:14:56.362 INFO O| Sep 21 00:14:56.362 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102025-09-21T00:14:56.902Z[ recovery-image] Sep 21 00:14:56.372 INFO O| Sep 21 00:14:56.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72112025-09-21T00:14:56.902Z[ recovery-image] Sep 21 00:14:56.372 INFO O| Sep 21 00:14:56.372 INFO STEP 799 (remove_files) COMPLETE
72122025-09-21T00:14:56.902Z[ recovery-image] Sep 21 00:14:56.372 INFO O| Sep 21 00:14:56.372 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-09-21T00:14:56.902Z[ recovery-image] Sep 21 00:14:56.382 INFO O| Sep 21 00:14:56.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72142025-09-21T00:14:56.902Z[ recovery-image] Sep 21 00:14:56.382 INFO O| Sep 21 00:14:56.382 INFO STEP 800 (remove_files) COMPLETE
72152025-09-21T00:14:56.902Z[ recovery-image] Sep 21 00:14:56.382 INFO O| Sep 21 00:14:56.382 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-09-21T00:14:56.927Z[ recovery-image] Sep 21 00:14:56.391 INFO O| Sep 21 00:14:56.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72172025-09-21T00:14:56.927Z[ recovery-image] Sep 21 00:14:56.392 INFO O| Sep 21 00:14:56.391 INFO STEP 801 (remove_files) COMPLETE
72182025-09-21T00:14:56.927Z[ recovery-image] Sep 21 00:14:56.392 INFO O| Sep 21 00:14:56.392 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-09-21T00:14:56.927Z[ recovery-image] Sep 21 00:14:56.401 INFO O| Sep 21 00:14:56.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72202025-09-21T00:14:56.927Z[ recovery-image] Sep 21 00:14:56.401 INFO O| Sep 21 00:14:56.401 INFO STEP 802 (remove_files) COMPLETE
72212025-09-21T00:14:56.927Z[ recovery-image] Sep 21 00:14:56.402 INFO O| Sep 21 00:14:56.401 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-09-21T00:14:56.952Z[ recovery-image] Sep 21 00:14:56.411 INFO O| Sep 21 00:14:56.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72232025-09-21T00:14:56.952Z[ recovery-image] Sep 21 00:14:56.411 INFO O| Sep 21 00:14:56.411 INFO STEP 803 (remove_files) COMPLETE
72242025-09-21T00:14:56.952Z[ recovery-image] Sep 21 00:14:56.411 INFO O| Sep 21 00:14:56.411 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-09-21T00:14:56.952Z[ recovery-image] Sep 21 00:14:56.421 INFO O| Sep 21 00:14:56.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72262025-09-21T00:14:56.952Z[ recovery-image] Sep 21 00:14:56.421 INFO O| Sep 21 00:14:56.421 INFO STEP 804 (remove_files) COMPLETE
72272025-09-21T00:14:56.952Z[ recovery-image] Sep 21 00:14:56.421 INFO O| Sep 21 00:14:56.421 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-09-21T00:14:56.952Z[ recovery-image] Sep 21 00:14:56.431 INFO O| Sep 21 00:14:56.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72292025-09-21T00:14:56.952Z[ recovery-image] Sep 21 00:14:56.431 INFO O| Sep 21 00:14:56.431 INFO STEP 805 (remove_files) COMPLETE
72302025-09-21T00:14:56.952Z[ recovery-image] Sep 21 00:14:56.431 INFO O| Sep 21 00:14:56.431 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-09-21T00:14:56.977Z[ recovery-image] Sep 21 00:14:56.441 INFO O| Sep 21 00:14:56.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72322025-09-21T00:14:56.977Z[ recovery-image] Sep 21 00:14:56.441 INFO O| Sep 21 00:14:56.441 INFO STEP 806 (remove_files) COMPLETE
72332025-09-21T00:14:56.977Z[ recovery-image] Sep 21 00:14:56.441 INFO O| Sep 21 00:14:56.441 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-09-21T00:14:56.977Z[ recovery-image] Sep 21 00:14:56.450 INFO O| Sep 21 00:14:56.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72352025-09-21T00:14:56.977Z[ recovery-image] Sep 21 00:14:56.450 INFO O| Sep 21 00:14:56.450 INFO STEP 807 (remove_files) COMPLETE
72362025-09-21T00:14:56.977Z[ recovery-image] Sep 21 00:14:56.450 INFO O| Sep 21 00:14:56.450 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-09-21T00:14:57.002Z[ recovery-image] Sep 21 00:14:56.460 INFO O| Sep 21 00:14:56.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72382025-09-21T00:14:57.002Z[ recovery-image] Sep 21 00:14:56.460 INFO O| Sep 21 00:14:56.460 INFO STEP 808 (remove_files) COMPLETE
72392025-09-21T00:14:57.002Z[ recovery-image] Sep 21 00:14:56.460 INFO O| Sep 21 00:14:56.460 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-09-21T00:14:57.002Z[ recovery-image] Sep 21 00:14:56.470 INFO O| Sep 21 00:14:56.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72412025-09-21T00:14:57.002Z[ recovery-image] Sep 21 00:14:56.470 INFO O| Sep 21 00:14:56.470 INFO STEP 809 (remove_files) COMPLETE
72422025-09-21T00:14:57.002Z[ recovery-image] Sep 21 00:14:56.470 INFO O| Sep 21 00:14:56.470 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432025-09-21T00:14:57.002Z[ recovery-image] Sep 21 00:14:56.483 INFO O| Sep 21 00:14:56.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72442025-09-21T00:14:57.002Z[ recovery-image] Sep 21 00:14:56.483 INFO O| Sep 21 00:14:56.483 INFO STEP 810 (remove_files) COMPLETE
72452025-09-21T00:14:57.003Z[ recovery-image] Sep 21 00:14:56.483 INFO O| Sep 21 00:14:56.483 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462025-09-21T00:14:57.027Z[ recovery-image] Sep 21 00:14:56.492 INFO O| Sep 21 00:14:56.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72472025-09-21T00:14:57.027Z[ recovery-image] Sep 21 00:14:56.493 INFO O| Sep 21 00:14:56.492 INFO STEP 811 (remove_files) COMPLETE
72482025-09-21T00:14:57.027Z[ recovery-image] Sep 21 00:14:56.493 INFO O| Sep 21 00:14:56.493 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492025-09-21T00:14:57.027Z[ recovery-image] Sep 21 00:14:56.503 INFO O| Sep 21 00:14:56.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72502025-09-21T00:14:57.027Z[ recovery-image] Sep 21 00:14:56.503 INFO O| Sep 21 00:14:56.503 INFO STEP 812 (remove_files) COMPLETE
72512025-09-21T00:14:57.028Z[ recovery-image] Sep 21 00:14:56.503 INFO O| Sep 21 00:14:56.503 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522025-09-21T00:14:57.053Z[ recovery-image] Sep 21 00:14:56.516 INFO O| Sep 21 00:14:56.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72532025-09-21T00:14:57.053Z[ recovery-image] Sep 21 00:14:56.517 INFO O| Sep 21 00:14:56.517 INFO STEP 813 (remove_files) COMPLETE
72542025-09-21T00:14:57.053Z[ recovery-image] Sep 21 00:14:56.517 INFO O| Sep 21 00:14:56.517 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552025-09-21T00:14:57.053Z[ recovery-image] Sep 21 00:14:56.529 INFO O| Sep 21 00:14:56.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72562025-09-21T00:14:57.053Z[ recovery-image] Sep 21 00:14:56.529 INFO O| Sep 21 00:14:56.529 INFO STEP 814 (remove_files) COMPLETE
72572025-09-21T00:14:57.053Z[ recovery-image] Sep 21 00:14:56.529 INFO O| Sep 21 00:14:56.529 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582025-09-21T00:14:57.078Z[ recovery-image] Sep 21 00:14:56.541 INFO O| Sep 21 00:14:56.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72592025-09-21T00:14:57.078Z[ recovery-image] Sep 21 00:14:56.541 INFO O| Sep 21 00:14:56.541 INFO STEP 815 (remove_files) COMPLETE
72602025-09-21T00:14:57.078Z[ recovery-image] Sep 21 00:14:56.541 INFO O| Sep 21 00:14:56.541 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612025-09-21T00:14:57.078Z[ recovery-image] Sep 21 00:14:56.552 INFO O| Sep 21 00:14:56.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72622025-09-21T00:14:57.078Z[ recovery-image] Sep 21 00:14:56.553 INFO O| Sep 21 00:14:56.553 INFO STEP 816 (remove_files) COMPLETE
72632025-09-21T00:14:57.078Z[ recovery-image] Sep 21 00:14:56.553 INFO O| Sep 21 00:14:56.553 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642025-09-21T00:14:57.103Z[ recovery-image] Sep 21 00:14:56.563 INFO O| Sep 21 00:14:56.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72652025-09-21T00:14:57.103Z[ recovery-image] Sep 21 00:14:56.563 INFO O| Sep 21 00:14:56.563 INFO STEP 817 (remove_files) COMPLETE
72662025-09-21T00:14:57.103Z[ recovery-image] Sep 21 00:14:56.563 INFO O| Sep 21 00:14:56.563 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672025-09-21T00:14:57.103Z[ recovery-image] Sep 21 00:14:56.577 INFO O| Sep 21 00:14:56.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72682025-09-21T00:14:57.103Z[ recovery-image] Sep 21 00:14:56.578 INFO O| Sep 21 00:14:56.578 INFO STEP 818 (remove_files) COMPLETE
72692025-09-21T00:14:57.103Z[ recovery-image] Sep 21 00:14:56.578 INFO O| Sep 21 00:14:56.578 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702025-09-21T00:14:57.128Z[ recovery-image] Sep 21 00:14:56.591 INFO O| Sep 21 00:14:56.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72712025-09-21T00:14:57.128Z[ recovery-image] Sep 21 00:14:56.591 INFO O| Sep 21 00:14:56.591 INFO STEP 819 (remove_files) COMPLETE
72722025-09-21T00:14:57.128Z[ recovery-image] Sep 21 00:14:56.591 INFO O| Sep 21 00:14:56.591 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732025-09-21T00:14:57.128Z[ recovery-image] Sep 21 00:14:56.605 INFO O| Sep 21 00:14:56.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72742025-09-21T00:14:57.128Z[ recovery-image] Sep 21 00:14:56.606 INFO O| Sep 21 00:14:56.606 INFO STEP 820 (remove_files) COMPLETE
72752025-09-21T00:14:57.128Z[ recovery-image] Sep 21 00:14:56.606 INFO O| Sep 21 00:14:56.606 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762025-09-21T00:14:57.154Z[ recovery-image] Sep 21 00:14:56.616 INFO O| Sep 21 00:14:56.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72772025-09-21T00:14:57.154Z[ recovery-image] Sep 21 00:14:56.616 INFO O| Sep 21 00:14:56.616 INFO STEP 821 (remove_files) COMPLETE
72782025-09-21T00:14:57.154Z[ recovery-image] Sep 21 00:14:56.616 INFO O| Sep 21 00:14:56.616 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-09-21T00:14:57.154Z[ recovery-image] Sep 21 00:14:56.628 INFO O| Sep 21 00:14:56.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72802025-09-21T00:14:57.154Z[ recovery-image] Sep 21 00:14:56.628 INFO O| Sep 21 00:14:56.628 INFO STEP 822 (remove_files) COMPLETE
72812025-09-21T00:14:57.154Z[ recovery-image] Sep 21 00:14:56.628 INFO O| Sep 21 00:14:56.628 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-09-21T00:14:57.180Z[ recovery-image] Sep 21 00:14:56.638 INFO O| Sep 21 00:14:56.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72832025-09-21T00:14:57.180Z[ recovery-image] Sep 21 00:14:56.638 INFO O| Sep 21 00:14:56.638 INFO STEP 823 (remove_files) COMPLETE
72842025-09-21T00:14:57.180Z[ recovery-image] Sep 21 00:14:56.638 INFO O| Sep 21 00:14:56.638 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-09-21T00:14:57.180Z[ recovery-image] Sep 21 00:14:56.651 INFO O| Sep 21 00:14:56.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72862025-09-21T00:14:57.180Z[ recovery-image] Sep 21 00:14:56.652 INFO O| Sep 21 00:14:56.651 INFO STEP 824 (remove_files) COMPLETE
72872025-09-21T00:14:57.181Z[ recovery-image] Sep 21 00:14:56.657 INFO O| Sep 21 00:14:56.657 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-09-21T00:14:57.206Z[ recovery-image] Sep 21 00:14:56.668 INFO O| Sep 21 00:14:56.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72892025-09-21T00:14:57.206Z[ recovery-image] Sep 21 00:14:56.668 INFO O| Sep 21 00:14:56.668 INFO STEP 825 (remove_files) COMPLETE
72902025-09-21T00:14:57.206Z[ recovery-image] Sep 21 00:14:56.668 INFO O| Sep 21 00:14:56.668 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-09-21T00:14:57.206Z[ recovery-image] Sep 21 00:14:56.678 INFO O| Sep 21 00:14:56.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72922025-09-21T00:14:57.206Z[ recovery-image] Sep 21 00:14:56.678 INFO O| Sep 21 00:14:56.678 INFO STEP 826 (remove_files) COMPLETE
72932025-09-21T00:14:57.206Z[ recovery-image] Sep 21 00:14:56.678 INFO O| Sep 21 00:14:56.678 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-09-21T00:14:57.206Z[ recovery-image] Sep 21 00:14:56.687 INFO O| Sep 21 00:14:56.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72952025-09-21T00:14:57.206Z[ recovery-image] Sep 21 00:14:56.687 INFO O| Sep 21 00:14:56.687 INFO STEP 827 (remove_files) COMPLETE
72962025-09-21T00:14:57.206Z[ recovery-image] Sep 21 00:14:56.687 INFO O| Sep 21 00:14:56.687 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-09-21T00:14:57.231Z[ recovery-image] Sep 21 00:14:56.697 INFO O| Sep 21 00:14:56.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72982025-09-21T00:14:57.231Z[ recovery-image] Sep 21 00:14:56.697 INFO O| Sep 21 00:14:56.697 INFO STEP 828 (remove_files) COMPLETE
72992025-09-21T00:14:57.231Z[ recovery-image] Sep 21 00:14:56.697 INFO O| Sep 21 00:14:56.697 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-09-21T00:14:57.256Z[ recovery-image] Sep 21 00:14:56.713 INFO O| Sep 21 00:14:56.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73012025-09-21T00:14:57.256Z[ recovery-image] Sep 21 00:14:56.713 INFO O| Sep 21 00:14:56.713 INFO STEP 829 (remove_files) COMPLETE
73022025-09-21T00:14:57.256Z[ recovery-image] Sep 21 00:14:56.713 INFO O| Sep 21 00:14:56.713 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-09-21T00:14:57.256Z[ recovery-image] Sep 21 00:14:56.726 INFO O| Sep 21 00:14:56.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73042025-09-21T00:14:57.256Z[ recovery-image] Sep 21 00:14:56.727 INFO O| Sep 21 00:14:56.726 INFO STEP 830 (remove_files) COMPLETE
73052025-09-21T00:14:57.256Z[ recovery-image] Sep 21 00:14:56.727 INFO O| Sep 21 00:14:56.727 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-09-21T00:14:57.281Z[ recovery-image] Sep 21 00:14:56.740 INFO O| Sep 21 00:14:56.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73072025-09-21T00:14:57.281Z[ recovery-image] Sep 21 00:14:56.740 INFO O| Sep 21 00:14:56.740 INFO STEP 831 (remove_files) COMPLETE
73082025-09-21T00:14:57.281Z[ recovery-image] Sep 21 00:14:56.740 INFO O| Sep 21 00:14:56.740 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-09-21T00:14:57.281Z[ recovery-image] Sep 21 00:14:56.752 INFO O| Sep 21 00:14:56.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73102025-09-21T00:14:57.281Z[ recovery-image] Sep 21 00:14:56.752 INFO O| Sep 21 00:14:56.752 INFO STEP 832 (remove_files) COMPLETE
73112025-09-21T00:14:57.281Z[ recovery-image] Sep 21 00:14:56.752 INFO O| Sep 21 00:14:56.752 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-09-21T00:14:57.306Z[ recovery-image] Sep 21 00:14:56.763 INFO O| Sep 21 00:14:56.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73132025-09-21T00:14:57.306Z[ recovery-image] Sep 21 00:14:56.763 INFO O| Sep 21 00:14:56.763 INFO STEP 833 (remove_files) COMPLETE
73142025-09-21T00:14:57.306Z[ recovery-image] Sep 21 00:14:56.763 INFO O| Sep 21 00:14:56.763 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-09-21T00:14:57.306Z[ recovery-image] Sep 21 00:14:56.777 INFO O| Sep 21 00:14:56.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73162025-09-21T00:14:57.306Z[ recovery-image] Sep 21 00:14:56.777 INFO O| Sep 21 00:14:56.777 INFO STEP 834 (remove_files) COMPLETE
73172025-09-21T00:14:57.306Z[ recovery-image] Sep 21 00:14:56.777 INFO O| Sep 21 00:14:56.777 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-09-21T00:14:57.331Z[ recovery-image] Sep 21 00:14:56.789 INFO O| Sep 21 00:14:56.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73192025-09-21T00:14:57.331Z[ recovery-image] Sep 21 00:14:56.789 INFO O| Sep 21 00:14:56.789 INFO STEP 835 (remove_files) COMPLETE
73202025-09-21T00:14:57.331Z[ recovery-image] Sep 21 00:14:56.789 INFO O| Sep 21 00:14:56.789 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-09-21T00:14:57.331Z[ recovery-image] Sep 21 00:14:56.801 INFO O| Sep 21 00:14:56.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73222025-09-21T00:14:57.331Z[ recovery-image] Sep 21 00:14:56.801 INFO O| Sep 21 00:14:56.801 INFO STEP 836 (remove_files) COMPLETE
73232025-09-21T00:14:57.331Z[ recovery-image] Sep 21 00:14:56.801 INFO O| Sep 21 00:14:56.801 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-09-21T00:14:57.356Z[ recovery-image] Sep 21 00:14:56.813 INFO O| Sep 21 00:14:56.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73252025-09-21T00:14:57.356Z[ recovery-image] Sep 21 00:14:56.813 INFO O| Sep 21 00:14:56.813 INFO STEP 837 (remove_files) COMPLETE
73262025-09-21T00:14:57.356Z[ recovery-image] Sep 21 00:14:56.813 INFO O| Sep 21 00:14:56.813 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-09-21T00:14:57.356Z[ recovery-image] Sep 21 00:14:56.825 INFO O| Sep 21 00:14:56.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73282025-09-21T00:14:57.356Z[ recovery-image] Sep 21 00:14:56.825 INFO O| Sep 21 00:14:56.825 INFO STEP 838 (remove_files) COMPLETE
73292025-09-21T00:14:57.356Z[ recovery-image] Sep 21 00:14:56.825 INFO O| Sep 21 00:14:56.825 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-09-21T00:14:57.356Z[ recovery-image] Sep 21 00:14:56.835 INFO O| Sep 21 00:14:56.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73312025-09-21T00:14:57.356Z[ recovery-image] Sep 21 00:14:56.835 INFO O| Sep 21 00:14:56.835 INFO STEP 839 (remove_files) COMPLETE
73322025-09-21T00:14:57.356Z[ recovery-image] Sep 21 00:14:56.835 INFO O| Sep 21 00:14:56.835 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-09-21T00:14:57.381Z[ recovery-image] Sep 21 00:14:56.848 INFO O| Sep 21 00:14:56.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73342025-09-21T00:14:57.382Z[ recovery-image] Sep 21 00:14:56.848 INFO O| Sep 21 00:14:56.848 INFO STEP 840 (remove_files) COMPLETE
73352025-09-21T00:14:57.382Z[ recovery-image] Sep 21 00:14:56.848 INFO O| Sep 21 00:14:56.848 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-09-21T00:14:57.382Z[ recovery-image] Sep 21 00:14:56.858 INFO O| Sep 21 00:14:56.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73372025-09-21T00:14:57.382Z[ recovery-image] Sep 21 00:14:56.858 INFO O| Sep 21 00:14:56.858 INFO STEP 841 (remove_files) COMPLETE
73382025-09-21T00:14:57.382Z[ recovery-image] Sep 21 00:14:56.858 INFO O| Sep 21 00:14:56.858 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-09-21T00:14:57.406Z[ recovery-image] Sep 21 00:14:56.870 INFO O| Sep 21 00:14:56.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73402025-09-21T00:14:57.406Z[ recovery-image] Sep 21 00:14:56.871 INFO O| Sep 21 00:14:56.870 INFO STEP 842 (remove_files) COMPLETE
73412025-09-21T00:14:57.407Z[ recovery-image] Sep 21 00:14:56.871 INFO O| Sep 21 00:14:56.871 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-09-21T00:14:57.407Z[ recovery-image] Sep 21 00:14:56.880 INFO O| Sep 21 00:14:56.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73432025-09-21T00:14:57.407Z[ recovery-image] Sep 21 00:14:56.880 INFO O| Sep 21 00:14:56.880 INFO STEP 843 (remove_files) COMPLETE
73442025-09-21T00:14:57.407Z[ recovery-image] Sep 21 00:14:56.880 INFO O| Sep 21 00:14:56.880 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-09-21T00:14:57.431Z[ recovery-image] Sep 21 00:14:56.890 INFO O| Sep 21 00:14:56.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73462025-09-21T00:14:57.432Z[ recovery-image] Sep 21 00:14:56.890 INFO O| Sep 21 00:14:56.890 INFO STEP 844 (remove_files) COMPLETE
73472025-09-21T00:14:57.432Z[ recovery-image] Sep 21 00:14:56.890 INFO O| Sep 21 00:14:56.890 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-09-21T00:14:57.432Z[ recovery-image] Sep 21 00:14:56.899 INFO O| Sep 21 00:14:56.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73492025-09-21T00:14:57.432Z[ recovery-image] Sep 21 00:14:56.899 INFO O| Sep 21 00:14:56.899 INFO STEP 845 (remove_files) COMPLETE
73502025-09-21T00:14:57.432Z[ recovery-image] Sep 21 00:14:56.899 INFO O| Sep 21 00:14:56.899 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-09-21T00:14:57.432Z[ host-image] Sep 21 00:14:56.900 INFO O| Sep 21 00:14:56.899 INFO O| Done
73522025-09-21T00:14:57.432Z[ recovery-image] Sep 21 00:14:56.909 INFO O| Sep 21 00:14:56.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73532025-09-21T00:14:57.432Z[ recovery-image] Sep 21 00:14:56.909 INFO O| Sep 21 00:14:56.909 INFO STEP 846 (remove_files) COMPLETE
73542025-09-21T00:14:57.432Z[ recovery-image] Sep 21 00:14:56.909 INFO O| Sep 21 00:14:56.909 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552025-09-21T00:14:57.456Z[ recovery-image] Sep 21 00:14:56.922 INFO O| Sep 21 00:14:56.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73562025-09-21T00:14:57.456Z[ recovery-image] Sep 21 00:14:56.922 INFO O| Sep 21 00:14:56.922 INFO STEP 847 (remove_files) COMPLETE
73572025-09-21T00:14:57.457Z[ recovery-image] Sep 21 00:14:56.922 INFO O| Sep 21 00:14:56.922 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582025-09-21T00:14:57.457Z[ recovery-image] Sep 21 00:14:56.934 INFO O| Sep 21 00:14:56.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73592025-09-21T00:14:57.457Z[ recovery-image] Sep 21 00:14:56.934 INFO O| Sep 21 00:14:56.934 INFO STEP 848 (remove_files) COMPLETE
73602025-09-21T00:14:57.457Z[ recovery-image] Sep 21 00:14:56.934 INFO O| Sep 21 00:14:56.934 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612025-09-21T00:14:57.481Z[ recovery-image] Sep 21 00:14:56.946 INFO O| Sep 21 00:14:56.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73622025-09-21T00:14:57.481Z[ recovery-image] Sep 21 00:14:56.946 INFO O| Sep 21 00:14:56.946 INFO STEP 849 (remove_files) COMPLETE
73632025-09-21T00:14:57.481Z[ recovery-image] Sep 21 00:14:56.946 INFO O| Sep 21 00:14:56.946 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642025-09-21T00:14:57.481Z[ recovery-image] Sep 21 00:14:56.957 INFO O| Sep 21 00:14:56.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73652025-09-21T00:14:57.482Z[ recovery-image] Sep 21 00:14:56.957 INFO O| Sep 21 00:14:56.957 INFO STEP 850 (remove_files) COMPLETE
73662025-09-21T00:14:57.482Z[ recovery-image] Sep 21 00:14:56.957 INFO O| Sep 21 00:14:56.957 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672025-09-21T00:14:57.506Z[ recovery-image] Sep 21 00:14:56.969 INFO O| Sep 21 00:14:56.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73682025-09-21T00:14:57.506Z[ recovery-image] Sep 21 00:14:56.969 INFO O| Sep 21 00:14:56.969 INFO STEP 851 (remove_files) COMPLETE
73692025-09-21T00:14:57.506Z[ recovery-image] Sep 21 00:14:56.969 INFO O| Sep 21 00:14:56.969 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702025-09-21T00:14:57.506Z[ recovery-image] Sep 21 00:14:56.980 INFO O| Sep 21 00:14:56.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73712025-09-21T00:14:57.506Z[ recovery-image] Sep 21 00:14:56.980 INFO O| Sep 21 00:14:56.980 INFO STEP 852 (remove_files) COMPLETE
73722025-09-21T00:14:57.507Z[ recovery-image] Sep 21 00:14:56.980 INFO O| Sep 21 00:14:56.980 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732025-09-21T00:14:57.531Z[ recovery-image] Sep 21 00:14:56.991 INFO O| Sep 21 00:14:56.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73742025-09-21T00:14:57.532Z[ recovery-image] Sep 21 00:14:56.991 INFO O| Sep 21 00:14:56.991 INFO STEP 853 (remove_files) COMPLETE
73752025-09-21T00:14:57.532Z[ recovery-image] Sep 21 00:14:56.992 INFO O| Sep 21 00:14:56.991 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762025-09-21T00:14:57.532Z[ recovery-image] Sep 21 00:14:57.002 INFO O| Sep 21 00:14:57.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73772025-09-21T00:14:57.532Z[ recovery-image] Sep 21 00:14:57.002 INFO O| Sep 21 00:14:57.002 INFO STEP 854 (remove_files) COMPLETE
73782025-09-21T00:14:57.532Z[ recovery-image] Sep 21 00:14:57.002 INFO O| Sep 21 00:14:57.002 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792025-09-21T00:14:57.557Z[ recovery-image] Sep 21 00:14:57.013 INFO O| Sep 21 00:14:57.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73802025-09-21T00:14:57.557Z[ recovery-image] Sep 21 00:14:57.013 INFO O| Sep 21 00:14:57.013 INFO STEP 855 (remove_files) COMPLETE
73812025-09-21T00:14:57.557Z[ recovery-image] Sep 21 00:14:57.013 INFO O| Sep 21 00:14:57.013 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822025-09-21T00:14:57.557Z[ recovery-image] Sep 21 00:14:57.023 INFO O| Sep 21 00:14:57.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73832025-09-21T00:14:57.557Z[ recovery-image] Sep 21 00:14:57.023 INFO O| Sep 21 00:14:57.023 INFO STEP 856 (remove_files) COMPLETE
73842025-09-21T00:14:57.557Z[ recovery-image] Sep 21 00:14:57.023 INFO O| Sep 21 00:14:57.023 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852025-09-21T00:14:57.557Z[ recovery-image] Sep 21 00:14:57.033 INFO O| Sep 21 00:14:57.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73862025-09-21T00:14:57.557Z[ recovery-image] Sep 21 00:14:57.033 INFO O| Sep 21 00:14:57.033 INFO STEP 857 (remove_files) COMPLETE
73872025-09-21T00:14:57.557Z[ recovery-image] Sep 21 00:14:57.033 INFO O| Sep 21 00:14:57.033 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882025-09-21T00:14:57.582Z[ recovery-image] Sep 21 00:14:57.044 INFO O| Sep 21 00:14:57.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73892025-09-21T00:14:57.583Z[ recovery-image] Sep 21 00:14:57.044 INFO O| Sep 21 00:14:57.044 INFO STEP 858 (remove_files) COMPLETE
73902025-09-21T00:14:57.583Z[ recovery-image] Sep 21 00:14:57.044 INFO O| Sep 21 00:14:57.044 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912025-09-21T00:14:57.583Z[ recovery-image] Sep 21 00:14:57.055 INFO O| Sep 21 00:14:57.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73922025-09-21T00:14:57.583Z[ recovery-image] Sep 21 00:14:57.055 INFO O| Sep 21 00:14:57.055 INFO STEP 859 (remove_files) COMPLETE
73932025-09-21T00:14:57.583Z[ recovery-image] Sep 21 00:14:57.056 INFO O| Sep 21 00:14:57.055 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942025-09-21T00:14:57.608Z[ recovery-image] Sep 21 00:14:57.066 INFO O| Sep 21 00:14:57.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73952025-09-21T00:14:57.608Z[ recovery-image] Sep 21 00:14:57.067 INFO O| Sep 21 00:14:57.066 INFO STEP 860 (remove_files) COMPLETE
73962025-09-21T00:14:57.608Z[ recovery-image] Sep 21 00:14:57.067 INFO O| Sep 21 00:14:57.066 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972025-09-21T00:14:57.608Z[ recovery-image] Sep 21 00:14:57.077 INFO O| Sep 21 00:14:57.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73982025-09-21T00:14:57.608Z[ recovery-image] Sep 21 00:14:57.077 INFO O| Sep 21 00:14:57.077 INFO STEP 861 (remove_files) COMPLETE
73992025-09-21T00:14:57.608Z[ recovery-image] Sep 21 00:14:57.077 INFO O| Sep 21 00:14:57.077 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002025-09-21T00:14:57.608Z[ recovery-image] Sep 21 00:14:57.088 INFO O| Sep 21 00:14:57.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74012025-09-21T00:14:57.608Z[ recovery-image] Sep 21 00:14:57.088 INFO O| Sep 21 00:14:57.088 INFO STEP 862 (remove_files) COMPLETE
74022025-09-21T00:14:57.608Z[ recovery-image] Sep 21 00:14:57.088 INFO O| Sep 21 00:14:57.088 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032025-09-21T00:14:57.633Z[ recovery-image] Sep 21 00:14:57.099 INFO O| Sep 21 00:14:57.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74042025-09-21T00:14:57.633Z[ recovery-image] Sep 21 00:14:57.099 INFO O| Sep 21 00:14:57.099 INFO STEP 863 (remove_files) COMPLETE
74052025-09-21T00:14:57.633Z[ recovery-image] Sep 21 00:14:57.099 INFO O| Sep 21 00:14:57.099 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062025-09-21T00:14:57.633Z[ recovery-image] Sep 21 00:14:57.110 INFO O| Sep 21 00:14:57.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74072025-09-21T00:14:57.633Z[ recovery-image] Sep 21 00:14:57.110 INFO O| Sep 21 00:14:57.110 INFO STEP 864 (remove_files) COMPLETE
74082025-09-21T00:14:57.633Z[ recovery-image] Sep 21 00:14:57.110 INFO O| Sep 21 00:14:57.110 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092025-09-21T00:14:57.658Z[ recovery-image] Sep 21 00:14:57.121 INFO O| Sep 21 00:14:57.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74102025-09-21T00:14:57.658Z[ recovery-image] Sep 21 00:14:57.121 INFO O| Sep 21 00:14:57.121 INFO STEP 865 (remove_files) COMPLETE
74112025-09-21T00:14:57.658Z[ recovery-image] Sep 21 00:14:57.121 INFO O| Sep 21 00:14:57.121 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-09-21T00:14:57.658Z[ recovery-image] Sep 21 00:14:57.132 INFO O| Sep 21 00:14:57.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74132025-09-21T00:14:57.658Z[ recovery-image] Sep 21 00:14:57.132 INFO O| Sep 21 00:14:57.132 INFO STEP 866 (remove_files) COMPLETE
74142025-09-21T00:14:57.659Z[ recovery-image] Sep 21 00:14:57.132 INFO O| Sep 21 00:14:57.132 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-09-21T00:14:57.684Z[ recovery-image] Sep 21 00:14:57.143 INFO O| Sep 21 00:14:57.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74162025-09-21T00:14:57.684Z[ recovery-image] Sep 21 00:14:57.143 INFO O| Sep 21 00:14:57.143 INFO STEP 867 (remove_files) COMPLETE
74172025-09-21T00:14:57.684Z[ recovery-image] Sep 21 00:14:57.143 INFO O| Sep 21 00:14:57.143 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-09-21T00:14:57.684Z[ recovery-image] Sep 21 00:14:57.154 INFO O| Sep 21 00:14:57.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74192025-09-21T00:14:57.684Z[ recovery-image] Sep 21 00:14:57.154 INFO O| Sep 21 00:14:57.154 INFO STEP 868 (remove_files) COMPLETE
74202025-09-21T00:14:57.684Z[ recovery-image] Sep 21 00:14:57.154 INFO O| Sep 21 00:14:57.154 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-09-21T00:14:57.684Z[ recovery-image] Sep 21 00:14:57.165 INFO O| Sep 21 00:14:57.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74222025-09-21T00:14:57.684Z[ recovery-image] Sep 21 00:14:57.165 INFO O| Sep 21 00:14:57.165 INFO STEP 869 (remove_files) COMPLETE
74232025-09-21T00:14:57.684Z[ recovery-image] Sep 21 00:14:57.165 INFO O| Sep 21 00:14:57.165 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-09-21T00:14:57.710Z[ recovery-image] Sep 21 00:14:57.175 INFO O| Sep 21 00:14:57.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74252025-09-21T00:14:57.710Z[ recovery-image] Sep 21 00:14:57.176 INFO O| Sep 21 00:14:57.176 INFO STEP 870 (remove_files) COMPLETE
74262025-09-21T00:14:57.710Z[ recovery-image] Sep 21 00:14:57.176 INFO O| Sep 21 00:14:57.176 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-09-21T00:14:57.710Z[ recovery-image] Sep 21 00:14:57.186 INFO O| Sep 21 00:14:57.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74282025-09-21T00:14:57.710Z[ recovery-image] Sep 21 00:14:57.187 INFO O| Sep 21 00:14:57.186 INFO STEP 871 (remove_files) COMPLETE
74292025-09-21T00:14:57.710Z[ recovery-image] Sep 21 00:14:57.187 INFO O| Sep 21 00:14:57.187 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-09-21T00:14:57.735Z[ recovery-image] Sep 21 00:14:57.197 INFO O| Sep 21 00:14:57.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74312025-09-21T00:14:57.735Z[ recovery-image] Sep 21 00:14:57.197 INFO O| Sep 21 00:14:57.197 INFO STEP 872 (remove_files) COMPLETE
74322025-09-21T00:14:57.735Z[ recovery-image] Sep 21 00:14:57.197 INFO O| Sep 21 00:14:57.197 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-09-21T00:14:57.735Z[ recovery-image] Sep 21 00:14:57.208 INFO O| Sep 21 00:14:57.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74342025-09-21T00:14:57.735Z[ recovery-image] Sep 21 00:14:57.208 INFO O| Sep 21 00:14:57.208 INFO STEP 873 (remove_files) COMPLETE
74352025-09-21T00:14:57.735Z[ recovery-image] Sep 21 00:14:57.208 INFO O| Sep 21 00:14:57.208 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-09-21T00:14:57.760Z[ recovery-image] Sep 21 00:14:57.219 INFO O| Sep 21 00:14:57.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74372025-09-21T00:14:57.760Z[ recovery-image] Sep 21 00:14:57.219 INFO O| Sep 21 00:14:57.219 INFO STEP 874 (remove_files) COMPLETE
74382025-09-21T00:14:57.760Z[ recovery-image] Sep 21 00:14:57.219 INFO O| Sep 21 00:14:57.219 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-09-21T00:14:57.760Z[ recovery-image] Sep 21 00:14:57.230 INFO O| Sep 21 00:14:57.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74402025-09-21T00:14:57.760Z[ recovery-image] Sep 21 00:14:57.230 INFO O| Sep 21 00:14:57.230 INFO STEP 875 (remove_files) COMPLETE
74412025-09-21T00:14:57.760Z[ recovery-image] Sep 21 00:14:57.230 INFO O| Sep 21 00:14:57.230 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-09-21T00:14:57.786Z[ recovery-image] Sep 21 00:14:57.245 INFO O| Sep 21 00:14:57.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74432025-09-21T00:14:57.786Z[ recovery-image] Sep 21 00:14:57.245 INFO O| Sep 21 00:14:57.245 INFO STEP 876 (remove_files) COMPLETE
74442025-09-21T00:14:57.786Z[ recovery-image] Sep 21 00:14:57.246 INFO O| Sep 21 00:14:57.245 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-09-21T00:14:57.786Z[ recovery-image] Sep 21 00:14:57.256 INFO O| Sep 21 00:14:57.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74462025-09-21T00:14:57.786Z[ recovery-image] Sep 21 00:14:57.257 INFO O| Sep 21 00:14:57.256 INFO STEP 877 (remove_files) COMPLETE
74472025-09-21T00:14:57.786Z[ recovery-image] Sep 21 00:14:57.257 INFO O| Sep 21 00:14:57.257 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-09-21T00:14:57.811Z[ recovery-image] Sep 21 00:14:57.270 INFO O| Sep 21 00:14:57.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74492025-09-21T00:14:57.811Z[ recovery-image] Sep 21 00:14:57.270 INFO O| Sep 21 00:14:57.270 INFO STEP 878 (remove_files) COMPLETE
74502025-09-21T00:14:57.811Z[ recovery-image] Sep 21 00:14:57.270 INFO O| Sep 21 00:14:57.270 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-09-21T00:14:57.811Z[ recovery-image] Sep 21 00:14:57.280 INFO O| Sep 21 00:14:57.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74522025-09-21T00:14:57.811Z[ recovery-image] Sep 21 00:14:57.280 INFO O| Sep 21 00:14:57.280 INFO STEP 879 (remove_files) COMPLETE
74532025-09-21T00:14:57.811Z[ recovery-image] Sep 21 00:14:57.280 INFO O| Sep 21 00:14:57.280 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-09-21T00:14:57.811Z[ recovery-image] Sep 21 00:14:57.290 INFO O| Sep 21 00:14:57.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74552025-09-21T00:14:57.811Z[ recovery-image] Sep 21 00:14:57.290 INFO O| Sep 21 00:14:57.290 INFO STEP 880 (remove_files) COMPLETE
74562025-09-21T00:14:57.811Z[ recovery-image] Sep 21 00:14:57.290 INFO O| Sep 21 00:14:57.290 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-09-21T00:14:57.836Z[ recovery-image] Sep 21 00:14:57.299 INFO O| Sep 21 00:14:57.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74582025-09-21T00:14:57.836Z[ recovery-image] Sep 21 00:14:57.299 INFO O| Sep 21 00:14:57.299 INFO STEP 881 (remove_files) COMPLETE
74592025-09-21T00:14:57.836Z[ recovery-image] Sep 21 00:14:57.299 INFO O| Sep 21 00:14:57.299 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-09-21T00:14:57.836Z[ recovery-image] Sep 21 00:14:57.309 INFO O| Sep 21 00:14:57.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74612025-09-21T00:14:57.836Z[ recovery-image] Sep 21 00:14:57.309 INFO O| Sep 21 00:14:57.309 INFO STEP 882 (remove_files) COMPLETE
74622025-09-21T00:14:57.836Z[ recovery-image] Sep 21 00:14:57.309 INFO O| Sep 21 00:14:57.309 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-09-21T00:14:57.861Z[ recovery-image] Sep 21 00:14:57.319 INFO O| Sep 21 00:14:57.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74642025-09-21T00:14:57.861Z[ recovery-image] Sep 21 00:14:57.319 INFO O| Sep 21 00:14:57.319 INFO STEP 883 (remove_files) COMPLETE
74652025-09-21T00:14:57.861Z[ recovery-image] Sep 21 00:14:57.319 INFO O| Sep 21 00:14:57.319 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-09-21T00:14:57.861Z[ recovery-image] Sep 21 00:14:57.328 INFO O| Sep 21 00:14:57.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74672025-09-21T00:14:57.861Z[ recovery-image] Sep 21 00:14:57.328 INFO O| Sep 21 00:14:57.328 INFO STEP 884 (remove_files) COMPLETE
74682025-09-21T00:14:57.862Z[ recovery-image] Sep 21 00:14:57.328 INFO O| Sep 21 00:14:57.328 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-09-21T00:14:57.862Z[ recovery-image] Sep 21 00:14:57.338 INFO O| Sep 21 00:14:57.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74702025-09-21T00:14:57.862Z[ recovery-image] Sep 21 00:14:57.338 INFO O| Sep 21 00:14:57.338 INFO STEP 885 (remove_files) COMPLETE
74712025-09-21T00:14:57.862Z[ recovery-image] Sep 21 00:14:57.338 INFO O| Sep 21 00:14:57.338 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722025-09-21T00:14:57.887Z[ recovery-image] Sep 21 00:14:57.352 INFO O| Sep 21 00:14:57.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74732025-09-21T00:14:57.887Z[ recovery-image] Sep 21 00:14:57.352 INFO O| Sep 21 00:14:57.352 INFO STEP 886 (remove_files) COMPLETE
74742025-09-21T00:14:57.887Z[ recovery-image] Sep 21 00:14:57.352 INFO O| Sep 21 00:14:57.352 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752025-09-21T00:14:57.887Z[ recovery-image] Sep 21 00:14:57.364 INFO O| Sep 21 00:14:57.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74762025-09-21T00:14:57.887Z[ recovery-image] Sep 21 00:14:57.365 INFO O| Sep 21 00:14:57.365 INFO STEP 887 (remove_files) COMPLETE
74772025-09-21T00:14:57.887Z[ recovery-image] Sep 21 00:14:57.365 INFO O| Sep 21 00:14:57.365 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782025-09-21T00:14:57.916Z[ recovery-image] Sep 21 00:14:57.377 INFO O| Sep 21 00:14:57.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74792025-09-21T00:14:57.916Z[ recovery-image] Sep 21 00:14:57.377 INFO O| Sep 21 00:14:57.377 INFO STEP 888 (remove_files) COMPLETE
74802025-09-21T00:14:57.916Z[ recovery-image] Sep 21 00:14:57.377 INFO O| Sep 21 00:14:57.377 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812025-09-21T00:14:57.916Z[ recovery-image] Sep 21 00:14:57.387 INFO O| Sep 21 00:14:57.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74822025-09-21T00:14:57.916Z[ recovery-image] Sep 21 00:14:57.387 INFO O| Sep 21 00:14:57.387 INFO STEP 889 (remove_files) COMPLETE
74832025-09-21T00:14:57.916Z[ recovery-image] Sep 21 00:14:57.387 INFO O| Sep 21 00:14:57.387 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842025-09-21T00:14:57.941Z[ recovery-image] Sep 21 00:14:57.400 INFO O| Sep 21 00:14:57.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74852025-09-21T00:14:57.941Z[ recovery-image] Sep 21 00:14:57.400 INFO O| Sep 21 00:14:57.400 INFO STEP 890 (remove_files) COMPLETE
74862025-09-21T00:14:57.941Z[ recovery-image] Sep 21 00:14:57.400 INFO O| Sep 21 00:14:57.400 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872025-09-21T00:14:57.941Z[ recovery-image] Sep 21 00:14:57.414 INFO O| Sep 21 00:14:57.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74882025-09-21T00:14:57.941Z[ recovery-image] Sep 21 00:14:57.414 INFO O| Sep 21 00:14:57.414 INFO STEP 891 (remove_files) COMPLETE
74892025-09-21T00:14:57.941Z[ recovery-image] Sep 21 00:14:57.414 INFO O| Sep 21 00:14:57.414 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902025-09-21T00:14:57.966Z[ recovery-image] Sep 21 00:14:57.426 INFO O| Sep 21 00:14:57.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74912025-09-21T00:14:57.966Z[ recovery-image] Sep 21 00:14:57.426 INFO O| Sep 21 00:14:57.426 INFO STEP 892 (remove_files) COMPLETE
74922025-09-21T00:14:57.966Z[ recovery-image] Sep 21 00:14:57.426 INFO O| Sep 21 00:14:57.426 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932025-09-21T00:14:57.966Z[ recovery-image] Sep 21 00:14:57.438 INFO O| Sep 21 00:14:57.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74942025-09-21T00:14:57.966Z[ recovery-image] Sep 21 00:14:57.438 INFO O| Sep 21 00:14:57.438 INFO STEP 893 (remove_files) COMPLETE
74952025-09-21T00:14:57.966Z[ recovery-image] Sep 21 00:14:57.438 INFO O| Sep 21 00:14:57.438 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962025-09-21T00:14:57.991Z[ recovery-image] Sep 21 00:14:57.450 INFO O| Sep 21 00:14:57.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74972025-09-21T00:14:57.991Z[ recovery-image] Sep 21 00:14:57.450 INFO O| Sep 21 00:14:57.450 INFO STEP 894 (remove_files) COMPLETE
74982025-09-21T00:14:57.991Z[ recovery-image] Sep 21 00:14:57.450 INFO O| Sep 21 00:14:57.450 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992025-09-21T00:14:57.991Z[ recovery-image] Sep 21 00:14:57.461 INFO O| Sep 21 00:14:57.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75002025-09-21T00:14:57.991Z[ recovery-image] Sep 21 00:14:57.461 INFO O| Sep 21 00:14:57.461 INFO STEP 895 (remove_files) COMPLETE
75012025-09-21T00:14:57.991Z[ recovery-image] Sep 21 00:14:57.461 INFO O| Sep 21 00:14:57.461 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022025-09-21T00:14:57.991Z[ recovery-image] Sep 21 00:14:57.471 INFO O| Sep 21 00:14:57.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75032025-09-21T00:14:57.991Z[ recovery-image] Sep 21 00:14:57.471 INFO O| Sep 21 00:14:57.471 INFO STEP 896 (remove_files) COMPLETE
75042025-09-21T00:14:57.991Z[ recovery-image] Sep 21 00:14:57.471 INFO O| Sep 21 00:14:57.471 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052025-09-21T00:14:58.017Z[ recovery-image] Sep 21 00:14:57.483 INFO O| Sep 21 00:14:57.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75062025-09-21T00:14:58.017Z[ recovery-image] Sep 21 00:14:57.483 INFO O| Sep 21 00:14:57.483 INFO STEP 897 (remove_files) COMPLETE
75072025-09-21T00:14:58.017Z[ recovery-image] Sep 21 00:14:57.483 INFO O| Sep 21 00:14:57.483 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082025-09-21T00:14:58.017Z[ recovery-image] Sep 21 00:14:57.494 INFO O| Sep 21 00:14:57.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75092025-09-21T00:14:58.017Z[ recovery-image] Sep 21 00:14:57.494 INFO O| Sep 21 00:14:57.494 INFO STEP 898 (remove_files) COMPLETE
75102025-09-21T00:14:58.017Z[ recovery-image] Sep 21 00:14:57.494 INFO O| Sep 21 00:14:57.494 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112025-09-21T00:14:58.042Z[ recovery-image] Sep 21 00:14:57.506 INFO O| Sep 21 00:14:57.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75122025-09-21T00:14:58.042Z[ recovery-image] Sep 21 00:14:57.506 INFO O| Sep 21 00:14:57.506 INFO STEP 899 (remove_files) COMPLETE
75132025-09-21T00:14:58.042Z[ recovery-image] Sep 21 00:14:57.506 INFO O| Sep 21 00:14:57.506 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142025-09-21T00:14:58.042Z[ recovery-image] Sep 21 00:14:57.517 INFO O| Sep 21 00:14:57.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75152025-09-21T00:14:58.042Z[ recovery-image] Sep 21 00:14:57.518 INFO O| Sep 21 00:14:57.518 INFO STEP 900 (remove_files) COMPLETE
75162025-09-21T00:14:58.042Z[ recovery-image] Sep 21 00:14:57.518 INFO O| Sep 21 00:14:57.518 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172025-09-21T00:14:58.067Z[ recovery-image] Sep 21 00:14:57.529 INFO O| Sep 21 00:14:57.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75182025-09-21T00:14:58.067Z[ recovery-image] Sep 21 00:14:57.529 INFO O| Sep 21 00:14:57.529 INFO STEP 901 (remove_files) COMPLETE
75192025-09-21T00:14:58.067Z[ recovery-image] Sep 21 00:14:57.529 INFO O| Sep 21 00:14:57.529 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202025-09-21T00:14:58.067Z[ recovery-image] Sep 21 00:14:57.539 INFO O| Sep 21 00:14:57.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75212025-09-21T00:14:58.067Z[ recovery-image] Sep 21 00:14:57.539 INFO O| Sep 21 00:14:57.539 INFO STEP 902 (remove_files) COMPLETE
75222025-09-21T00:14:58.067Z[ recovery-image] Sep 21 00:14:57.539 INFO O| Sep 21 00:14:57.539 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232025-09-21T00:14:58.093Z[ recovery-image] Sep 21 00:14:57.550 INFO O| Sep 21 00:14:57.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75242025-09-21T00:14:58.093Z[ recovery-image] Sep 21 00:14:57.550 INFO O| Sep 21 00:14:57.550 INFO STEP 903 (remove_files) COMPLETE
75252025-09-21T00:14:58.093Z[ recovery-image] Sep 21 00:14:57.550 INFO O| Sep 21 00:14:57.550 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262025-09-21T00:14:58.093Z[ recovery-image] Sep 21 00:14:57.561 INFO O| Sep 21 00:14:57.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75272025-09-21T00:14:58.093Z[ recovery-image] Sep 21 00:14:57.561 INFO O| Sep 21 00:14:57.561 INFO STEP 904 (remove_files) COMPLETE
75282025-09-21T00:14:58.093Z[ recovery-image] Sep 21 00:14:57.561 INFO O| Sep 21 00:14:57.561 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292025-09-21T00:14:58.093Z[ recovery-image] Sep 21 00:14:57.571 INFO O| Sep 21 00:14:57.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75302025-09-21T00:14:58.093Z[ recovery-image] Sep 21 00:14:57.572 INFO O| Sep 21 00:14:57.572 INFO STEP 905 (remove_files) COMPLETE
75312025-09-21T00:14:58.093Z[ recovery-image] Sep 21 00:14:57.572 INFO O| Sep 21 00:14:57.572 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322025-09-21T00:14:58.118Z[ recovery-image] Sep 21 00:14:57.581 INFO O| Sep 21 00:14:57.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75332025-09-21T00:14:58.118Z[ recovery-image] Sep 21 00:14:57.581 INFO O| Sep 21 00:14:57.581 INFO STEP 906 (remove_files) COMPLETE
75342025-09-21T00:14:58.118Z[ recovery-image] Sep 21 00:14:57.582 INFO O| Sep 21 00:14:57.581 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352025-09-21T00:14:58.118Z[ recovery-image] Sep 21 00:14:57.595 INFO O| Sep 21 00:14:57.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75362025-09-21T00:14:58.118Z[ recovery-image] Sep 21 00:14:57.595 INFO O| Sep 21 00:14:57.595 INFO STEP 907 (remove_files) COMPLETE
75372025-09-21T00:14:58.118Z[ recovery-image] Sep 21 00:14:57.595 INFO O| Sep 21 00:14:57.595 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382025-09-21T00:14:58.143Z[ recovery-image] Sep 21 00:14:57.608 INFO O| Sep 21 00:14:57.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75392025-09-21T00:14:58.143Z[ recovery-image] Sep 21 00:14:57.608 INFO O| Sep 21 00:14:57.608 INFO STEP 908 (remove_files) COMPLETE
75402025-09-21T00:14:58.143Z[ recovery-image] Sep 21 00:14:57.608 INFO O| Sep 21 00:14:57.608 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412025-09-21T00:14:58.143Z[ recovery-image] Sep 21 00:14:57.617 INFO O| Sep 21 00:14:57.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75422025-09-21T00:14:58.143Z[ recovery-image] Sep 21 00:14:57.617 INFO O| Sep 21 00:14:57.617 INFO STEP 909 (remove_files) COMPLETE
75432025-09-21T00:14:58.143Z[ recovery-image] Sep 21 00:14:57.617 INFO O| Sep 21 00:14:57.617 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442025-09-21T00:14:58.169Z[ recovery-image] Sep 21 00:14:57.627 INFO O| Sep 21 00:14:57.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75452025-09-21T00:14:58.169Z[ recovery-image] Sep 21 00:14:57.627 INFO O| Sep 21 00:14:57.627 INFO STEP 910 (remove_files) COMPLETE
75462025-09-21T00:14:58.169Z[ recovery-image] Sep 21 00:14:57.627 INFO O| Sep 21 00:14:57.627 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472025-09-21T00:14:58.169Z[ recovery-image] Sep 21 00:14:57.640 INFO O| Sep 21 00:14:57.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75482025-09-21T00:14:58.169Z[ recovery-image] Sep 21 00:14:57.640 INFO O| Sep 21 00:14:57.640 INFO STEP 911 (remove_files) COMPLETE
75492025-09-21T00:14:58.169Z[ recovery-image] Sep 21 00:14:57.640 INFO O| Sep 21 00:14:57.640 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502025-09-21T00:14:58.194Z[ recovery-image] Sep 21 00:14:57.651 INFO O| Sep 21 00:14:57.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75512025-09-21T00:14:58.194Z[ recovery-image] Sep 21 00:14:57.651 INFO O| Sep 21 00:14:57.651 INFO STEP 912 (remove_files) COMPLETE
75522025-09-21T00:14:58.195Z[ recovery-image] Sep 21 00:14:57.651 INFO O| Sep 21 00:14:57.651 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532025-09-21T00:14:58.195Z[ recovery-image] Sep 21 00:14:57.662 INFO O| Sep 21 00:14:57.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75542025-09-21T00:14:58.195Z[ recovery-image] Sep 21 00:14:57.662 INFO O| Sep 21 00:14:57.662 INFO STEP 913 (remove_files) COMPLETE
75552025-09-21T00:14:58.195Z[ recovery-image] Sep 21 00:14:57.662 INFO O| Sep 21 00:14:57.662 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562025-09-21T00:14:58.195Z[ recovery-image] Sep 21 00:14:57.672 INFO O| Sep 21 00:14:57.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75572025-09-21T00:14:58.195Z[ recovery-image] Sep 21 00:14:57.673 INFO O| Sep 21 00:14:57.673 INFO STEP 914 (remove_files) COMPLETE
75582025-09-21T00:14:58.195Z[ recovery-image] Sep 21 00:14:57.673 INFO O| Sep 21 00:14:57.673 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592025-09-21T00:14:58.220Z[ recovery-image] Sep 21 00:14:57.689 INFO O| Sep 21 00:14:57.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75602025-09-21T00:14:58.220Z[ recovery-image] Sep 21 00:14:57.689 INFO O| Sep 21 00:14:57.689 INFO STEP 915 (remove_files) COMPLETE
75612025-09-21T00:14:58.220Z[ recovery-image] Sep 21 00:14:57.689 INFO O| Sep 21 00:14:57.689 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622025-09-21T00:14:58.244Z[ recovery-image] Sep 21 00:14:57.704 INFO O| Sep 21 00:14:57.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75632025-09-21T00:14:58.244Z[ recovery-image] Sep 21 00:14:57.704 INFO O| Sep 21 00:14:57.704 INFO STEP 916 (remove_files) COMPLETE
75642025-09-21T00:14:58.244Z[ recovery-image] Sep 21 00:14:57.704 INFO O| Sep 21 00:14:57.704 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652025-09-21T00:14:58.245Z[ recovery-image] Sep 21 00:14:57.720 INFO O| Sep 21 00:14:57.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75662025-09-21T00:14:58.245Z[ recovery-image] Sep 21 00:14:57.720 INFO O| Sep 21 00:14:57.720 INFO STEP 917 (remove_files) COMPLETE
75672025-09-21T00:14:58.245Z[ recovery-image] Sep 21 00:14:57.720 INFO O| Sep 21 00:14:57.720 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682025-09-21T00:14:58.269Z[ recovery-image] Sep 21 00:14:57.733 INFO O| Sep 21 00:14:57.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75692025-09-21T00:14:58.269Z[ recovery-image] Sep 21 00:14:57.733 INFO O| Sep 21 00:14:57.733 INFO STEP 918 (remove_files) COMPLETE
75702025-09-21T00:14:58.269Z[ recovery-image] Sep 21 00:14:57.733 INFO O| Sep 21 00:14:57.733 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712025-09-21T00:14:58.270Z[ recovery-image] Sep 21 00:14:57.744 INFO O| Sep 21 00:14:57.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75722025-09-21T00:14:58.270Z[ recovery-image] Sep 21 00:14:57.744 INFO O| Sep 21 00:14:57.744 INFO STEP 919 (remove_files) COMPLETE
75732025-09-21T00:14:58.270Z[ recovery-image] Sep 21 00:14:57.744 INFO O| Sep 21 00:14:57.744 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742025-09-21T00:14:58.294Z[ recovery-image] Sep 21 00:14:57.757 INFO O| Sep 21 00:14:57.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75752025-09-21T00:14:58.295Z[ recovery-image] Sep 21 00:14:57.757 INFO O| Sep 21 00:14:57.757 INFO STEP 920 (remove_files) COMPLETE
75762025-09-21T00:14:58.295Z[ recovery-image] Sep 21 00:14:57.758 INFO O| Sep 21 00:14:57.757 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-09-21T00:14:58.295Z[ recovery-image] Sep 21 00:14:57.768 INFO O| Sep 21 00:14:57.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75782025-09-21T00:14:58.295Z[ recovery-image] Sep 21 00:14:57.769 INFO O| Sep 21 00:14:57.768 INFO STEP 921 (remove_files) COMPLETE
75792025-09-21T00:14:58.295Z[ recovery-image] Sep 21 00:14:57.769 INFO O| Sep 21 00:14:57.769 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-09-21T00:14:58.320Z[ recovery-image] Sep 21 00:14:57.778 INFO O| Sep 21 00:14:57.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75812025-09-21T00:14:58.320Z[ recovery-image] Sep 21 00:14:57.778 INFO O| Sep 21 00:14:57.778 INFO STEP 922 (remove_files) COMPLETE
75822025-09-21T00:14:58.320Z[ recovery-image] Sep 21 00:14:57.778 INFO O| Sep 21 00:14:57.778 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-09-21T00:14:58.320Z[ recovery-image] Sep 21 00:14:57.791 INFO O| Sep 21 00:14:57.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75842025-09-21T00:14:58.320Z[ recovery-image] Sep 21 00:14:57.791 INFO O| Sep 21 00:14:57.791 INFO STEP 923 (remove_files) COMPLETE
75852025-09-21T00:14:58.320Z[ recovery-image] Sep 21 00:14:57.791 INFO O| Sep 21 00:14:57.791 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-09-21T00:14:58.345Z[ recovery-image] Sep 21 00:14:57.803 INFO O| Sep 21 00:14:57.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75872025-09-21T00:14:58.345Z[ recovery-image] Sep 21 00:14:57.803 INFO O| Sep 21 00:14:57.803 INFO STEP 924 (remove_files) COMPLETE
75882025-09-21T00:14:58.345Z[ recovery-image] Sep 21 00:14:57.803 INFO O| Sep 21 00:14:57.803 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-09-21T00:14:58.345Z[ recovery-image] Sep 21 00:14:57.817 INFO O| Sep 21 00:14:57.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75902025-09-21T00:14:58.345Z[ recovery-image] Sep 21 00:14:57.817 INFO O| Sep 21 00:14:57.817 INFO STEP 925 (remove_files) COMPLETE
75912025-09-21T00:14:58.345Z[ recovery-image] Sep 21 00:14:57.817 INFO O| Sep 21 00:14:57.817 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-09-21T00:14:58.370Z[ recovery-image] Sep 21 00:14:57.828 INFO O| Sep 21 00:14:57.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75932025-09-21T00:14:58.370Z[ recovery-image] Sep 21 00:14:57.828 INFO O| Sep 21 00:14:57.828 INFO STEP 926 (remove_files) COMPLETE
75942025-09-21T00:14:58.370Z[ recovery-image] Sep 21 00:14:57.828 INFO O| Sep 21 00:14:57.828 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-09-21T00:14:58.370Z[ recovery-image] Sep 21 00:14:57.839 INFO O| Sep 21 00:14:57.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75962025-09-21T00:14:58.370Z[ recovery-image] Sep 21 00:14:57.839 INFO O| Sep 21 00:14:57.839 INFO STEP 927 (remove_files) COMPLETE
75972025-09-21T00:14:58.370Z[ recovery-image] Sep 21 00:14:57.839 INFO O| Sep 21 00:14:57.839 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-09-21T00:14:58.370Z[ recovery-image] Sep 21 00:14:57.850 INFO O| Sep 21 00:14:57.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75992025-09-21T00:14:58.370Z[ recovery-image] Sep 21 00:14:57.850 INFO O| Sep 21 00:14:57.850 INFO STEP 928 (remove_files) COMPLETE
76002025-09-21T00:14:58.370Z[ recovery-image] Sep 21 00:14:57.850 INFO O| Sep 21 00:14:57.850 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-09-21T00:14:58.395Z[ recovery-image] Sep 21 00:14:57.860 INFO O| Sep 21 00:14:57.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76022025-09-21T00:14:58.395Z[ recovery-image] Sep 21 00:14:57.860 INFO O| Sep 21 00:14:57.860 INFO STEP 929 (remove_files) COMPLETE
76032025-09-21T00:14:58.395Z[ recovery-image] Sep 21 00:14:57.860 INFO O| Sep 21 00:14:57.860 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-09-21T00:14:58.395Z[ recovery-image] Sep 21 00:14:57.870 INFO O| Sep 21 00:14:57.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76052025-09-21T00:14:58.395Z[ recovery-image] Sep 21 00:14:57.870 INFO O| Sep 21 00:14:57.870 INFO STEP 930 (remove_files) COMPLETE
76062025-09-21T00:14:58.395Z[ recovery-image] Sep 21 00:14:57.870 INFO O| Sep 21 00:14:57.870 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-09-21T00:14:58.420Z[ recovery-image] Sep 21 00:14:57.881 INFO O| Sep 21 00:14:57.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76082025-09-21T00:14:58.420Z[ recovery-image] Sep 21 00:14:57.881 INFO O| Sep 21 00:14:57.881 INFO STEP 931 (remove_files) COMPLETE
76092025-09-21T00:14:58.420Z[ recovery-image] Sep 21 00:14:57.881 INFO O| Sep 21 00:14:57.881 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102025-09-21T00:14:58.421Z[ recovery-image] Sep 21 00:14:57.894 INFO O| Sep 21 00:14:57.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76112025-09-21T00:14:58.421Z[ recovery-image] Sep 21 00:14:57.894 INFO O| Sep 21 00:14:57.894 INFO STEP 932 (remove_files) COMPLETE
76122025-09-21T00:14:58.421Z[ recovery-image] Sep 21 00:14:57.894 INFO O| Sep 21 00:14:57.894 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132025-09-21T00:14:58.446Z[ recovery-image] Sep 21 00:14:57.906 INFO O| Sep 21 00:14:57.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76142025-09-21T00:14:58.446Z[ recovery-image] Sep 21 00:14:57.906 INFO O| Sep 21 00:14:57.906 INFO STEP 933 (remove_files) COMPLETE
76152025-09-21T00:14:58.446Z[ recovery-image] Sep 21 00:14:57.906 INFO O| Sep 21 00:14:57.906 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162025-09-21T00:14:58.446Z[ recovery-image] Sep 21 00:14:57.916 INFO O| Sep 21 00:14:57.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76172025-09-21T00:14:58.446Z[ recovery-image] Sep 21 00:14:57.916 INFO O| Sep 21 00:14:57.916 INFO STEP 934 (remove_files) COMPLETE
76182025-09-21T00:14:58.446Z[ recovery-image] Sep 21 00:14:57.916 INFO O| Sep 21 00:14:57.916 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-09-21T00:14:58.446Z[ recovery-image] Sep 21 00:14:57.927 INFO O| Sep 21 00:14:57.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76202025-09-21T00:14:58.446Z[ recovery-image] Sep 21 00:14:57.927 INFO O| Sep 21 00:14:57.927 INFO STEP 935 (remove_files) COMPLETE
76212025-09-21T00:14:58.446Z[ recovery-image] Sep 21 00:14:57.927 INFO O| Sep 21 00:14:57.927 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-09-21T00:14:58.471Z[ recovery-image] Sep 21 00:14:57.937 INFO O| Sep 21 00:14:57.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76232025-09-21T00:14:58.471Z[ recovery-image] Sep 21 00:14:57.937 INFO O| Sep 21 00:14:57.937 INFO STEP 936 (remove_files) COMPLETE
76242025-09-21T00:14:58.471Z[ recovery-image] Sep 21 00:14:57.937 INFO O| Sep 21 00:14:57.937 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252025-09-21T00:14:58.471Z[ recovery-image] Sep 21 00:14:57.950 INFO O| Sep 21 00:14:57.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76262025-09-21T00:14:58.471Z[ recovery-image] Sep 21 00:14:57.950 INFO O| Sep 21 00:14:57.950 INFO STEP 937 (remove_files) COMPLETE
76272025-09-21T00:14:58.471Z[ recovery-image] Sep 21 00:14:57.950 INFO O| Sep 21 00:14:57.950 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282025-09-21T00:14:58.496Z[ recovery-image] Sep 21 00:14:57.960 INFO O| Sep 21 00:14:57.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76292025-09-21T00:14:58.496Z[ recovery-image] Sep 21 00:14:57.960 INFO O| Sep 21 00:14:57.960 INFO STEP 938 (remove_files) COMPLETE
76302025-09-21T00:14:58.496Z[ recovery-image] Sep 21 00:14:57.960 INFO O| Sep 21 00:14:57.960 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312025-09-21T00:14:58.496Z[ recovery-image] Sep 21 00:14:57.970 INFO O| Sep 21 00:14:57.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76322025-09-21T00:14:58.496Z[ recovery-image] Sep 21 00:14:57.970 INFO O| Sep 21 00:14:57.970 INFO STEP 939 (remove_files) COMPLETE
76332025-09-21T00:14:58.496Z[ recovery-image] Sep 21 00:14:57.970 INFO O| Sep 21 00:14:57.970 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-09-21T00:14:58.521Z[ recovery-image] Sep 21 00:14:57.981 INFO O| Sep 21 00:14:57.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76352025-09-21T00:14:58.521Z[ recovery-image] Sep 21 00:14:57.981 INFO O| Sep 21 00:14:57.981 INFO STEP 940 (remove_files) COMPLETE
76362025-09-21T00:14:58.521Z[ recovery-image] Sep 21 00:14:57.981 INFO O| Sep 21 00:14:57.981 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-09-21T00:14:58.521Z[ recovery-image] Sep 21 00:14:57.990 INFO O| Sep 21 00:14:57.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76382025-09-21T00:14:58.521Z[ recovery-image] Sep 21 00:14:57.990 INFO O| Sep 21 00:14:57.990 INFO STEP 941 (remove_files) COMPLETE
76392025-09-21T00:14:58.521Z[ recovery-image] Sep 21 00:14:57.990 INFO O| Sep 21 00:14:57.990 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-09-21T00:14:58.521Z[ recovery-image] Sep 21 00:14:58.000 INFO O| Sep 21 00:14:58.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76412025-09-21T00:14:58.521Z[ recovery-image] Sep 21 00:14:58.000 INFO O| Sep 21 00:14:58.000 INFO STEP 942 (remove_files) COMPLETE
76422025-09-21T00:14:58.521Z[ recovery-image] Sep 21 00:14:58.000 INFO O| Sep 21 00:14:58.000 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-09-21T00:14:58.546Z[ recovery-image] Sep 21 00:14:58.010 INFO O| Sep 21 00:14:58.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76442025-09-21T00:14:58.546Z[ recovery-image] Sep 21 00:14:58.010 INFO O| Sep 21 00:14:58.010 INFO STEP 943 (remove_files) COMPLETE
76452025-09-21T00:14:58.546Z[ recovery-image] Sep 21 00:14:58.010 INFO O| Sep 21 00:14:58.010 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-09-21T00:14:58.546Z[ recovery-image] Sep 21 00:14:58.020 INFO O| Sep 21 00:14:58.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76472025-09-21T00:14:58.546Z[ recovery-image] Sep 21 00:14:58.020 INFO O| Sep 21 00:14:58.020 INFO STEP 944 (remove_files) COMPLETE
76482025-09-21T00:14:58.546Z[ recovery-image] Sep 21 00:14:58.020 INFO O| Sep 21 00:14:58.020 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-09-21T00:14:58.571Z[ recovery-image] Sep 21 00:14:58.030 INFO O| Sep 21 00:14:58.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76502025-09-21T00:14:58.571Z[ recovery-image] Sep 21 00:14:58.030 INFO O| Sep 21 00:14:58.030 INFO STEP 945 (remove_files) COMPLETE
76512025-09-21T00:14:58.571Z[ recovery-image] Sep 21 00:14:58.030 INFO O| Sep 21 00:14:58.030 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-09-21T00:14:58.571Z[ recovery-image] Sep 21 00:14:58.040 INFO O| Sep 21 00:14:58.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76532025-09-21T00:14:58.571Z[ recovery-image] Sep 21 00:14:58.040 INFO O| Sep 21 00:14:58.040 INFO STEP 946 (remove_files) COMPLETE
76542025-09-21T00:14:58.571Z[ recovery-image] Sep 21 00:14:58.040 INFO O| Sep 21 00:14:58.040 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-09-21T00:14:58.571Z[ recovery-image] Sep 21 00:14:58.049 INFO O| Sep 21 00:14:58.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76562025-09-21T00:14:58.571Z[ recovery-image] Sep 21 00:14:58.049 INFO O| Sep 21 00:14:58.049 INFO STEP 947 (remove_files) COMPLETE
76572025-09-21T00:14:58.571Z[ recovery-image] Sep 21 00:14:58.049 INFO O| Sep 21 00:14:58.049 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-09-21T00:14:58.596Z[ recovery-image] Sep 21 00:14:58.059 INFO O| Sep 21 00:14:58.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76592025-09-21T00:14:58.596Z[ recovery-image] Sep 21 00:14:58.059 INFO O| Sep 21 00:14:58.059 INFO STEP 948 (remove_files) COMPLETE
76602025-09-21T00:14:58.597Z[ recovery-image] Sep 21 00:14:58.059 INFO O| Sep 21 00:14:58.059 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612025-09-21T00:14:58.597Z[ recovery-image] Sep 21 00:14:58.069 INFO O| Sep 21 00:14:58.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76622025-09-21T00:14:58.597Z[ recovery-image] Sep 21 00:14:58.069 INFO O| Sep 21 00:14:58.069 INFO STEP 949 (remove_files) COMPLETE
76632025-09-21T00:14:58.597Z[ recovery-image] Sep 21 00:14:58.069 INFO O| Sep 21 00:14:58.069 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642025-09-21T00:14:58.621Z[ recovery-image] Sep 21 00:14:58.078 INFO O| Sep 21 00:14:58.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76652025-09-21T00:14:58.621Z[ recovery-image] Sep 21 00:14:58.079 INFO O| Sep 21 00:14:58.078 INFO STEP 950 (remove_files) COMPLETE
76662025-09-21T00:14:58.621Z[ recovery-image] Sep 21 00:14:58.079 INFO O| Sep 21 00:14:58.079 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-09-21T00:14:58.621Z[ recovery-image] Sep 21 00:14:58.088 INFO O| Sep 21 00:14:58.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76682025-09-21T00:14:58.621Z[ recovery-image] Sep 21 00:14:58.088 INFO O| Sep 21 00:14:58.088 INFO STEP 951 (remove_files) COMPLETE
76692025-09-21T00:14:58.621Z[ recovery-image] Sep 21 00:14:58.089 INFO O| Sep 21 00:14:58.088 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702025-09-21T00:14:58.621Z[ recovery-image] Sep 21 00:14:58.098 INFO O| Sep 21 00:14:58.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76712025-09-21T00:14:58.622Z[ recovery-image] Sep 21 00:14:58.098 INFO O| Sep 21 00:14:58.098 INFO STEP 952 (remove_files) COMPLETE
76722025-09-21T00:14:58.622Z[ recovery-image] Sep 21 00:14:58.098 INFO O| Sep 21 00:14:58.098 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732025-09-21T00:14:58.647Z[ recovery-image] Sep 21 00:14:58.111 INFO O| Sep 21 00:14:58.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76742025-09-21T00:14:58.647Z[ recovery-image] Sep 21 00:14:58.111 INFO O| Sep 21 00:14:58.111 INFO STEP 953 (remove_files) COMPLETE
76752025-09-21T00:14:58.647Z[ recovery-image] Sep 21 00:14:58.111 INFO O| Sep 21 00:14:58.111 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762025-09-21T00:14:58.647Z[ recovery-image] Sep 21 00:14:58.121 INFO O| Sep 21 00:14:58.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76772025-09-21T00:14:58.647Z[ recovery-image] Sep 21 00:14:58.121 INFO O| Sep 21 00:14:58.121 INFO STEP 954 (remove_files) COMPLETE
76782025-09-21T00:14:58.647Z[ recovery-image] Sep 21 00:14:58.121 INFO O| Sep 21 00:14:58.121 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-09-21T00:14:58.672Z[ recovery-image] Sep 21 00:14:58.131 INFO O| Sep 21 00:14:58.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76802025-09-21T00:14:58.672Z[ recovery-image] Sep 21 00:14:58.131 INFO O| Sep 21 00:14:58.131 INFO STEP 955 (remove_files) COMPLETE
76812025-09-21T00:14:58.672Z[ recovery-image] Sep 21 00:14:58.131 INFO O| Sep 21 00:14:58.131 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822025-09-21T00:14:58.672Z[ recovery-image] Sep 21 00:14:58.140 INFO O| Sep 21 00:14:58.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76832025-09-21T00:14:58.672Z[ recovery-image] Sep 21 00:14:58.140 INFO O| Sep 21 00:14:58.140 INFO STEP 956 (remove_files) COMPLETE
76842025-09-21T00:14:58.672Z[ recovery-image] Sep 21 00:14:58.140 INFO O| Sep 21 00:14:58.140 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852025-09-21T00:14:58.672Z[ recovery-image] Sep 21 00:14:58.150 INFO O| Sep 21 00:14:58.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76862025-09-21T00:14:58.672Z[ recovery-image] Sep 21 00:14:58.150 INFO O| Sep 21 00:14:58.150 INFO STEP 957 (remove_files) COMPLETE
76872025-09-21T00:14:58.672Z[ recovery-image] Sep 21 00:14:58.150 INFO O| Sep 21 00:14:58.150 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882025-09-21T00:14:58.697Z[ recovery-image] Sep 21 00:14:58.160 INFO O| Sep 21 00:14:58.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76892025-09-21T00:14:58.697Z[ recovery-image] Sep 21 00:14:58.160 INFO O| Sep 21 00:14:58.160 INFO STEP 958 (remove_files) COMPLETE
76902025-09-21T00:14:58.697Z[ recovery-image] Sep 21 00:14:58.160 INFO O| Sep 21 00:14:58.160 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912025-09-21T00:14:58.697Z[ recovery-image] Sep 21 00:14:58.169 INFO O| Sep 21 00:14:58.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76922025-09-21T00:14:58.697Z[ recovery-image] Sep 21 00:14:58.170 INFO O| Sep 21 00:14:58.170 INFO STEP 959 (remove_files) COMPLETE
76932025-09-21T00:14:58.697Z[ recovery-image] Sep 21 00:14:58.170 INFO O| Sep 21 00:14:58.170 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942025-09-21T00:14:58.724Z[ recovery-image] Sep 21 00:14:58.179 INFO O| Sep 21 00:14:58.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76952025-09-21T00:14:58.724Z[ recovery-image] Sep 21 00:14:58.179 INFO O| Sep 21 00:14:58.179 INFO STEP 960 (remove_files) COMPLETE
76962025-09-21T00:14:58.724Z[ recovery-image] Sep 21 00:14:58.179 INFO O| Sep 21 00:14:58.179 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972025-09-21T00:14:58.724Z[ recovery-image] Sep 21 00:14:58.189 INFO O| Sep 21 00:14:58.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76982025-09-21T00:14:58.724Z[ recovery-image] Sep 21 00:14:58.189 INFO O| Sep 21 00:14:58.189 INFO STEP 961 (remove_files) COMPLETE
76992025-09-21T00:14:58.724Z[ recovery-image] Sep 21 00:14:58.189 INFO O| Sep 21 00:14:58.189 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002025-09-21T00:14:58.724Z[ recovery-image] Sep 21 00:14:58.199 INFO O| Sep 21 00:14:58.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77012025-09-21T00:14:58.724Z[ recovery-image] Sep 21 00:14:58.199 INFO O| Sep 21 00:14:58.199 INFO STEP 962 (remove_files) COMPLETE
77022025-09-21T00:14:58.724Z[ recovery-image] Sep 21 00:14:58.199 INFO O| Sep 21 00:14:58.199 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032025-09-21T00:14:58.749Z[ recovery-image] Sep 21 00:14:58.209 INFO O| Sep 21 00:14:58.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77042025-09-21T00:14:58.750Z[ recovery-image] Sep 21 00:14:58.209 INFO O| Sep 21 00:14:58.209 INFO STEP 963 (remove_files) COMPLETE
77052025-09-21T00:14:58.750Z[ recovery-image] Sep 21 00:14:58.209 INFO O| Sep 21 00:14:58.209 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062025-09-21T00:14:58.750Z[ recovery-image] Sep 21 00:14:58.219 INFO O| Sep 21 00:14:58.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77072025-09-21T00:14:58.750Z[ recovery-image] Sep 21 00:14:58.219 INFO O| Sep 21 00:14:58.219 INFO STEP 964 (remove_files) COMPLETE
77082025-09-21T00:14:58.750Z[ recovery-image] Sep 21 00:14:58.219 INFO O| Sep 21 00:14:58.219 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092025-09-21T00:14:58.750Z[ recovery-image] Sep 21 00:14:58.228 INFO O| Sep 21 00:14:58.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77102025-09-21T00:14:58.750Z[ recovery-image] Sep 21 00:14:58.229 INFO O| Sep 21 00:14:58.229 INFO STEP 965 (remove_files) COMPLETE
77112025-09-21T00:14:58.750Z[ recovery-image] Sep 21 00:14:58.229 INFO O| Sep 21 00:14:58.229 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122025-09-21T00:14:58.774Z[ recovery-image] Sep 21 00:14:58.242 INFO O| Sep 21 00:14:58.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77132025-09-21T00:14:58.775Z[ recovery-image] Sep 21 00:14:58.242 INFO O| Sep 21 00:14:58.242 INFO STEP 966 (remove_files) COMPLETE
77142025-09-21T00:14:58.775Z[ recovery-image] Sep 21 00:14:58.242 INFO O| Sep 21 00:14:58.242 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152025-09-21T00:14:58.775Z[ recovery-image] Sep 21 00:14:58.253 INFO O| Sep 21 00:14:58.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77162025-09-21T00:14:58.775Z[ recovery-image] Sep 21 00:14:58.253 INFO O| Sep 21 00:14:58.253 INFO STEP 967 (remove_files) COMPLETE
77172025-09-21T00:14:58.775Z[ recovery-image] Sep 21 00:14:58.253 INFO O| Sep 21 00:14:58.253 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182025-09-21T00:14:58.800Z[ recovery-image] Sep 21 00:14:58.263 INFO O| Sep 21 00:14:58.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77192025-09-21T00:14:58.800Z[ recovery-image] Sep 21 00:14:58.264 INFO O| Sep 21 00:14:58.263 INFO STEP 968 (remove_files) COMPLETE
77202025-09-21T00:14:58.800Z[ recovery-image] Sep 21 00:14:58.264 INFO O| Sep 21 00:14:58.263 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212025-09-21T00:14:58.800Z[ recovery-image] Sep 21 00:14:58.273 INFO O| Sep 21 00:14:58.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77222025-09-21T00:14:58.800Z[ recovery-image] Sep 21 00:14:58.273 INFO O| Sep 21 00:14:58.273 INFO STEP 969 (remove_files) COMPLETE
77232025-09-21T00:14:58.800Z[ recovery-image] Sep 21 00:14:58.273 INFO O| Sep 21 00:14:58.273 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242025-09-21T00:14:58.825Z[ recovery-image] Sep 21 00:14:58.283 INFO O| Sep 21 00:14:58.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77252025-09-21T00:14:58.825Z[ recovery-image] Sep 21 00:14:58.283 INFO O| Sep 21 00:14:58.283 INFO STEP 970 (remove_files) COMPLETE
77262025-09-21T00:14:58.825Z[ recovery-image] Sep 21 00:14:58.283 INFO O| Sep 21 00:14:58.283 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272025-09-21T00:14:58.825Z[ recovery-image] Sep 21 00:14:58.293 INFO O| Sep 21 00:14:58.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77282025-09-21T00:14:58.825Z[ recovery-image] Sep 21 00:14:58.293 INFO O| Sep 21 00:14:58.293 INFO STEP 971 (remove_files) COMPLETE
77292025-09-21T00:14:58.825Z[ recovery-image] Sep 21 00:14:58.293 INFO O| Sep 21 00:14:58.293 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302025-09-21T00:14:58.825Z[ recovery-image] Sep 21 00:14:58.302 INFO O| Sep 21 00:14:58.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77312025-09-21T00:14:58.825Z[ recovery-image] Sep 21 00:14:58.302 INFO O| Sep 21 00:14:58.302 INFO STEP 972 (remove_files) COMPLETE
77322025-09-21T00:14:58.825Z[ recovery-image] Sep 21 00:14:58.302 INFO O| Sep 21 00:14:58.302 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332025-09-21T00:14:58.850Z[ recovery-image] Sep 21 00:14:58.312 INFO O| Sep 21 00:14:58.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77342025-09-21T00:14:58.850Z[ recovery-image] Sep 21 00:14:58.312 INFO O| Sep 21 00:14:58.312 INFO STEP 973 (remove_files) COMPLETE
77352025-09-21T00:14:58.850Z[ recovery-image] Sep 21 00:14:58.312 INFO O| Sep 21 00:14:58.312 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362025-09-21T00:14:58.850Z[ recovery-image] Sep 21 00:14:58.322 INFO O| Sep 21 00:14:58.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77372025-09-21T00:14:58.850Z[ recovery-image] Sep 21 00:14:58.322 INFO O| Sep 21 00:14:58.322 INFO STEP 974 (remove_files) COMPLETE
77382025-09-21T00:14:58.850Z[ recovery-image] Sep 21 00:14:58.322 INFO O| Sep 21 00:14:58.322 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392025-09-21T00:14:58.850Z[ recovery-image] Sep 21 00:14:58.331 INFO O| Sep 21 00:14:58.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77402025-09-21T00:14:58.851Z[ recovery-image] Sep 21 00:14:58.331 INFO O| Sep 21 00:14:58.331 INFO STEP 975 (remove_files) COMPLETE
77412025-09-21T00:14:58.851Z[ recovery-image] Sep 21 00:14:58.331 INFO O| Sep 21 00:14:58.331 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422025-09-21T00:14:58.875Z[ recovery-image] Sep 21 00:14:58.341 INFO O| Sep 21 00:14:58.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77432025-09-21T00:14:58.875Z[ recovery-image] Sep 21 00:14:58.342 INFO O| Sep 21 00:14:58.342 INFO STEP 976 (remove_files) COMPLETE
77442025-09-21T00:14:58.875Z[ recovery-image] Sep 21 00:14:58.342 INFO O| Sep 21 00:14:58.342 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452025-09-21T00:14:58.875Z[ recovery-image] Sep 21 00:14:58.356 INFO O| Sep 21 00:14:58.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77462025-09-21T00:14:58.875Z[ recovery-image] Sep 21 00:14:58.356 INFO O| Sep 21 00:14:58.356 INFO STEP 977 (remove_files) COMPLETE
77472025-09-21T00:14:58.875Z[ recovery-image] Sep 21 00:14:58.356 INFO O| Sep 21 00:14:58.356 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482025-09-21T00:14:58.901Z[ recovery-image] Sep 21 00:14:58.369 INFO O| Sep 21 00:14:58.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77492025-09-21T00:14:58.901Z[ recovery-image] Sep 21 00:14:58.369 INFO O| Sep 21 00:14:58.369 INFO STEP 978 (remove_files) COMPLETE
77502025-09-21T00:14:58.901Z[ recovery-image] Sep 21 00:14:58.369 INFO O| Sep 21 00:14:58.369 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512025-09-21T00:14:58.901Z[ recovery-image] Sep 21 00:14:58.382 INFO O| Sep 21 00:14:58.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77522025-09-21T00:14:58.901Z[ recovery-image] Sep 21 00:14:58.382 INFO O| Sep 21 00:14:58.382 INFO STEP 979 (remove_files) COMPLETE
77532025-09-21T00:14:58.926Z[ recovery-image] Sep 21 00:14:58.382 INFO O| Sep 21 00:14:58.382 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542025-09-21T00:14:58.926Z[ recovery-image] Sep 21 00:14:58.392 INFO O| Sep 21 00:14:58.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77552025-09-21T00:14:58.926Z[ recovery-image] Sep 21 00:14:58.393 INFO O| Sep 21 00:14:58.393 INFO STEP 980 (remove_files) COMPLETE
77562025-09-21T00:14:58.926Z[ recovery-image] Sep 21 00:14:58.393 INFO O| Sep 21 00:14:58.393 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572025-09-21T00:14:58.926Z[ recovery-image] Sep 21 00:14:58.405 INFO O| Sep 21 00:14:58.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77582025-09-21T00:14:58.926Z[ recovery-image] Sep 21 00:14:58.405 INFO O| Sep 21 00:14:58.405 INFO STEP 981 (remove_files) COMPLETE
77592025-09-21T00:14:58.926Z[ recovery-image] Sep 21 00:14:58.405 INFO O| Sep 21 00:14:58.405 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602025-09-21T00:14:58.951Z[ recovery-image] Sep 21 00:14:58.418 INFO O| Sep 21 00:14:58.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77612025-09-21T00:14:58.951Z[ recovery-image] Sep 21 00:14:58.418 INFO O| Sep 21 00:14:58.418 INFO STEP 982 (remove_files) COMPLETE
77622025-09-21T00:14:58.951Z[ recovery-image] Sep 21 00:14:58.418 INFO O| Sep 21 00:14:58.418 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632025-09-21T00:14:58.951Z[ recovery-image] Sep 21 00:14:58.428 INFO O| Sep 21 00:14:58.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77642025-09-21T00:14:58.951Z[ recovery-image] Sep 21 00:14:58.428 INFO O| Sep 21 00:14:58.428 INFO STEP 983 (remove_files) COMPLETE
77652025-09-21T00:14:58.951Z[ recovery-image] Sep 21 00:14:58.428 INFO O| Sep 21 00:14:58.428 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662025-09-21T00:14:58.976Z[ recovery-image] Sep 21 00:14:58.440 INFO O| Sep 21 00:14:58.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77672025-09-21T00:14:58.977Z[ recovery-image] Sep 21 00:14:58.441 INFO O| Sep 21 00:14:58.440 INFO STEP 984 (remove_files) COMPLETE
77682025-09-21T00:14:58.977Z[ recovery-image] Sep 21 00:14:58.441 INFO O| Sep 21 00:14:58.440 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692025-09-21T00:14:58.977Z[ recovery-image] Sep 21 00:14:58.455 INFO O| Sep 21 00:14:58.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77702025-09-21T00:14:58.977Z[ recovery-image] Sep 21 00:14:58.455 INFO O| Sep 21 00:14:58.455 INFO STEP 985 (remove_files) COMPLETE
77712025-09-21T00:14:58.977Z[ recovery-image] Sep 21 00:14:58.455 INFO O| Sep 21 00:14:58.455 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722025-09-21T00:14:59.002Z[ recovery-image] Sep 21 00:14:58.465 INFO O| Sep 21 00:14:58.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77732025-09-21T00:14:59.002Z[ recovery-image] Sep 21 00:14:58.465 INFO O| Sep 21 00:14:58.465 INFO STEP 986 (remove_files) COMPLETE
77742025-09-21T00:14:59.002Z[ recovery-image] Sep 21 00:14:58.465 INFO O| Sep 21 00:14:58.465 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752025-09-21T00:14:59.002Z[ recovery-image] Sep 21 00:14:58.475 INFO O| Sep 21 00:14:58.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77762025-09-21T00:14:59.002Z[ recovery-image] Sep 21 00:14:58.475 INFO O| Sep 21 00:14:58.475 INFO STEP 987 (remove_files) COMPLETE
77772025-09-21T00:14:59.002Z[ recovery-image] Sep 21 00:14:58.475 INFO O| Sep 21 00:14:58.475 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782025-09-21T00:14:59.027Z[ recovery-image] Sep 21 00:14:58.485 INFO O| Sep 21 00:14:58.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77792025-09-21T00:14:59.027Z[ recovery-image] Sep 21 00:14:58.486 INFO O| Sep 21 00:14:58.485 INFO STEP 988 (remove_files) COMPLETE
77802025-09-21T00:14:59.027Z[ recovery-image] Sep 21 00:14:58.486 INFO O| Sep 21 00:14:58.485 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812025-09-21T00:14:59.027Z[ recovery-image] Sep 21 00:14:58.495 INFO O| Sep 21 00:14:58.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77822025-09-21T00:14:59.027Z[ recovery-image] Sep 21 00:14:58.496 INFO O| Sep 21 00:14:58.496 INFO STEP 989 (remove_files) COMPLETE
77832025-09-21T00:14:59.027Z[ recovery-image] Sep 21 00:14:58.496 INFO O| Sep 21 00:14:58.496 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842025-09-21T00:14:59.027Z[ recovery-image] Sep 21 00:14:58.506 INFO O| Sep 21 00:14:58.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77852025-09-21T00:14:59.027Z[ recovery-image] Sep 21 00:14:58.506 INFO O| Sep 21 00:14:58.506 INFO STEP 990 (remove_files) COMPLETE
77862025-09-21T00:14:59.027Z[ recovery-image] Sep 21 00:14:58.506 INFO O| Sep 21 00:14:58.506 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872025-09-21T00:14:59.052Z[ host-image] Sep 21 00:14:58.512 INFO O| Sep 21 00:14:58.512 INFO O| Done
77882025-09-21T00:14:59.052Z[ recovery-image] Sep 21 00:14:58.516 INFO O| Sep 21 00:14:58.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77892025-09-21T00:14:59.052Z[ recovery-image] Sep 21 00:14:58.516 INFO O| Sep 21 00:14:58.516 INFO STEP 991 (remove_files) COMPLETE
77902025-09-21T00:14:59.052Z[ recovery-image] Sep 21 00:14:58.516 INFO O| Sep 21 00:14:58.516 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-09-21T00:14:59.052Z[ recovery-image] Sep 21 00:14:58.526 INFO O| Sep 21 00:14:58.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77922025-09-21T00:14:59.052Z[ recovery-image] Sep 21 00:14:58.526 INFO O| Sep 21 00:14:58.526 INFO STEP 992 (remove_files) COMPLETE
77932025-09-21T00:14:59.052Z[ recovery-image] Sep 21 00:14:58.526 INFO O| Sep 21 00:14:58.526 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-09-21T00:14:59.077Z[ recovery-image] Sep 21 00:14:58.536 INFO O| Sep 21 00:14:58.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77952025-09-21T00:14:59.078Z[ recovery-image] Sep 21 00:14:58.536 INFO O| Sep 21 00:14:58.536 INFO STEP 993 (remove_files) COMPLETE
77962025-09-21T00:14:59.078Z[ recovery-image] Sep 21 00:14:58.536 INFO O| Sep 21 00:14:58.536 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-09-21T00:14:59.078Z[ recovery-image] Sep 21 00:14:58.546 INFO O| Sep 21 00:14:58.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77982025-09-21T00:14:59.078Z[ recovery-image] Sep 21 00:14:58.547 INFO O| Sep 21 00:14:58.546 INFO STEP 994 (remove_files) COMPLETE
77992025-09-21T00:14:59.078Z[ recovery-image] Sep 21 00:14:58.547 INFO O| Sep 21 00:14:58.547 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002025-09-21T00:14:59.078Z[ host-image] Sep 21 00:14:58.548 INFO O| Sep 21 00:14:58.548 INFO O| Done
78012025-09-21T00:14:59.078Z[ host-image] Sep 21 00:14:58.548 INFO O| Sep 21 00:14:58.548 INFO O| Done
78022025-09-21T00:14:59.078Z[ recovery-image] Sep 21 00:14:58.556 INFO O| Sep 21 00:14:58.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78032025-09-21T00:14:59.078Z[ recovery-image] Sep 21 00:14:58.557 INFO O| Sep 21 00:14:58.557 INFO STEP 995 (remove_files) COMPLETE
78042025-09-21T00:14:59.078Z[ recovery-image] Sep 21 00:14:58.557 INFO O| Sep 21 00:14:58.557 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052025-09-21T00:14:59.103Z[ host-image] Sep 21 00:14:58.566 INFO O| Sep 21 00:14:58.565 INFO O| Done
78062025-09-21T00:14:59.103Z[ recovery-image] Sep 21 00:14:58.567 INFO O| Sep 21 00:14:58.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78072025-09-21T00:14:59.103Z[ recovery-image] Sep 21 00:14:58.567 INFO O| Sep 21 00:14:58.567 INFO STEP 996 (remove_files) COMPLETE
78082025-09-21T00:14:59.103Z[ recovery-image] Sep 21 00:14:58.567 INFO O| Sep 21 00:14:58.567 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-09-21T00:14:59.103Z[ recovery-image] Sep 21 00:14:58.577 INFO O| Sep 21 00:14:58.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78102025-09-21T00:14:59.103Z[ recovery-image] Sep 21 00:14:58.577 INFO O| Sep 21 00:14:58.577 INFO STEP 997 (remove_files) COMPLETE
78112025-09-21T00:14:59.103Z[ recovery-image] Sep 21 00:14:58.577 INFO O| Sep 21 00:14:58.577 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-09-21T00:14:59.128Z[ recovery-image] Sep 21 00:14:58.587 INFO O| Sep 21 00:14:58.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78132025-09-21T00:14:59.128Z[ recovery-image] Sep 21 00:14:58.588 INFO O| Sep 21 00:14:58.587 INFO STEP 998 (remove_files) COMPLETE
78142025-09-21T00:14:59.128Z[ recovery-image] Sep 21 00:14:58.588 INFO O| Sep 21 00:14:58.588 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-09-21T00:14:59.128Z[ recovery-image] Sep 21 00:14:58.597 INFO O| Sep 21 00:14:58.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78162025-09-21T00:14:59.128Z[ recovery-image] Sep 21 00:14:58.598 INFO O| Sep 21 00:14:58.598 INFO STEP 999 (remove_files) COMPLETE
78172025-09-21T00:14:59.128Z[ recovery-image] Sep 21 00:14:58.598 INFO O| Sep 21 00:14:58.598 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-09-21T00:14:59.153Z[ recovery-image] Sep 21 00:14:58.612 INFO O| Sep 21 00:14:58.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78192025-09-21T00:14:59.153Z[ recovery-image] Sep 21 00:14:58.612 INFO O| Sep 21 00:14:58.612 INFO STEP 1000 (remove_files) COMPLETE
78202025-09-21T00:14:59.154Z[ recovery-image] Sep 21 00:14:58.612 INFO O| Sep 21 00:14:58.612 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-09-21T00:14:59.154Z[ recovery-image] Sep 21 00:14:58.622 INFO O| Sep 21 00:14:58.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78222025-09-21T00:14:59.154Z[ recovery-image] Sep 21 00:14:58.622 INFO O| Sep 21 00:14:58.622 INFO STEP 1001 (remove_files) COMPLETE
78232025-09-21T00:14:59.154Z[ recovery-image] Sep 21 00:14:58.622 INFO O| Sep 21 00:14:58.622 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-09-21T00:14:59.154Z[ recovery-image] Sep 21 00:14:58.632 INFO O| Sep 21 00:14:58.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78252025-09-21T00:14:59.154Z[ recovery-image] Sep 21 00:14:58.632 INFO O| Sep 21 00:14:58.632 INFO STEP 1002 (remove_files) COMPLETE
78262025-09-21T00:14:59.154Z[ recovery-image] Sep 21 00:14:58.632 INFO O| Sep 21 00:14:58.632 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-09-21T00:14:59.179Z[ recovery-image] Sep 21 00:14:58.647 INFO O| Sep 21 00:14:58.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78282025-09-21T00:14:59.179Z[ recovery-image] Sep 21 00:14:58.647 INFO O| Sep 21 00:14:58.647 INFO STEP 1003 (remove_files) COMPLETE
78292025-09-21T00:14:59.179Z[ recovery-image] Sep 21 00:14:58.647 INFO O| Sep 21 00:14:58.647 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-09-21T00:14:59.204Z[ recovery-image] Sep 21 00:14:58.661 INFO O| Sep 21 00:14:58.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78312025-09-21T00:14:59.204Z[ recovery-image] Sep 21 00:14:58.661 INFO O| Sep 21 00:14:58.661 INFO STEP 1004 (remove_files) COMPLETE
78322025-09-21T00:14:59.204Z[ recovery-image] Sep 21 00:14:58.661 INFO O| Sep 21 00:14:58.661 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-09-21T00:14:59.204Z[ recovery-image] Sep 21 00:14:58.675 INFO O| Sep 21 00:14:58.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78342025-09-21T00:14:59.204Z[ recovery-image] Sep 21 00:14:58.675 INFO O| Sep 21 00:14:58.675 INFO STEP 1005 (remove_files) COMPLETE
78352025-09-21T00:14:59.204Z[ recovery-image] Sep 21 00:14:58.675 INFO O| Sep 21 00:14:58.675 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-09-21T00:14:59.229Z[ recovery-image] Sep 21 00:14:58.694 INFO O| Sep 21 00:14:58.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78372025-09-21T00:14:59.229Z[ recovery-image] Sep 21 00:14:58.694 INFO O| Sep 21 00:14:58.694 INFO STEP 1006 (remove_files) COMPLETE
78382025-09-21T00:14:59.229Z[ recovery-image] Sep 21 00:14:58.694 INFO O| Sep 21 00:14:58.694 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-09-21T00:14:59.229Z[ recovery-image] Sep 21 00:14:58.708 INFO O| Sep 21 00:14:58.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78402025-09-21T00:14:59.229Z[ recovery-image] Sep 21 00:14:58.708 INFO O| Sep 21 00:14:58.708 INFO STEP 1007 (remove_files) COMPLETE
78412025-09-21T00:14:59.229Z[ recovery-image] Sep 21 00:14:58.708 INFO O| Sep 21 00:14:58.708 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-09-21T00:14:59.254Z[ recovery-image] Sep 21 00:14:58.721 INFO O| Sep 21 00:14:58.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78432025-09-21T00:14:59.254Z[ recovery-image] Sep 21 00:14:58.721 INFO O| Sep 21 00:14:58.721 INFO STEP 1008 (remove_files) COMPLETE
78442025-09-21T00:14:59.254Z[ recovery-image] Sep 21 00:14:58.721 INFO O| Sep 21 00:14:58.721 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-09-21T00:14:59.254Z[ recovery-image] Sep 21 00:14:58.734 INFO O| Sep 21 00:14:58.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78462025-09-21T00:14:59.254Z[ recovery-image] Sep 21 00:14:58.734 INFO O| Sep 21 00:14:58.734 INFO STEP 1009 (remove_files) COMPLETE
78472025-09-21T00:14:59.254Z[ recovery-image] Sep 21 00:14:58.734 INFO O| Sep 21 00:14:58.734 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-09-21T00:14:59.279Z[ recovery-image] Sep 21 00:14:58.747 INFO O| Sep 21 00:14:58.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78492025-09-21T00:14:59.279Z[ recovery-image] Sep 21 00:14:58.747 INFO O| Sep 21 00:14:58.747 INFO STEP 1010 (remove_files) COMPLETE
78502025-09-21T00:14:59.279Z[ recovery-image] Sep 21 00:14:58.747 INFO O| Sep 21 00:14:58.747 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-09-21T00:14:59.304Z[ recovery-image] Sep 21 00:14:58.761 INFO O| Sep 21 00:14:58.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78522025-09-21T00:14:59.304Z[ recovery-image] Sep 21 00:14:58.761 INFO O| Sep 21 00:14:58.761 INFO STEP 1011 (remove_files) COMPLETE
78532025-09-21T00:14:59.304Z[ recovery-image] Sep 21 00:14:58.761 INFO O| Sep 21 00:14:58.761 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-09-21T00:14:59.304Z[ recovery-image] Sep 21 00:14:58.776 INFO O| Sep 21 00:14:58.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78552025-09-21T00:14:59.304Z[ recovery-image] Sep 21 00:14:58.776 INFO O| Sep 21 00:14:58.776 INFO STEP 1012 (remove_files) COMPLETE
78562025-09-21T00:14:59.304Z[ recovery-image] Sep 21 00:14:58.776 INFO O| Sep 21 00:14:58.776 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-09-21T00:14:59.329Z[ recovery-image] Sep 21 00:14:58.790 INFO O| Sep 21 00:14:58.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78582025-09-21T00:14:59.329Z[ recovery-image] Sep 21 00:14:58.790 INFO O| Sep 21 00:14:58.790 INFO STEP 1013 (remove_files) COMPLETE
78592025-09-21T00:14:59.329Z[ recovery-image] Sep 21 00:14:58.790 INFO O| Sep 21 00:14:58.790 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-09-21T00:14:59.329Z[ recovery-image] Sep 21 00:14:58.803 INFO O| Sep 21 00:14:58.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78612025-09-21T00:14:59.329Z[ recovery-image] Sep 21 00:14:58.804 INFO O| Sep 21 00:14:58.803 INFO STEP 1014 (remove_files) COMPLETE
78622025-09-21T00:14:59.329Z[ recovery-image] Sep 21 00:14:58.804 INFO O| Sep 21 00:14:58.804 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-09-21T00:14:59.354Z[ recovery-image] Sep 21 00:14:58.815 INFO O| Sep 21 00:14:58.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78642025-09-21T00:14:59.355Z[ recovery-image] Sep 21 00:14:58.815 INFO O| Sep 21 00:14:58.815 INFO STEP 1015 (remove_files) COMPLETE
78652025-09-21T00:14:59.355Z[ recovery-image] Sep 21 00:14:58.815 INFO O| Sep 21 00:14:58.815 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-09-21T00:14:59.355Z[ recovery-image] Sep 21 00:14:58.826 INFO O| Sep 21 00:14:58.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78672025-09-21T00:14:59.355Z[ recovery-image] Sep 21 00:14:58.826 INFO O| Sep 21 00:14:58.826 INFO STEP 1016 (remove_files) COMPLETE
78682025-09-21T00:14:59.355Z[ recovery-image] Sep 21 00:14:58.826 INFO O| Sep 21 00:14:58.826 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692025-09-21T00:14:59.380Z[ recovery-image] Sep 21 00:14:58.837 INFO O| Sep 21 00:14:58.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78702025-09-21T00:14:59.380Z[ recovery-image] Sep 21 00:14:58.837 INFO O| Sep 21 00:14:58.837 INFO STEP 1017 (remove_files) COMPLETE
78712025-09-21T00:14:59.380Z[ recovery-image] Sep 21 00:14:58.837 INFO O| Sep 21 00:14:58.837 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722025-09-21T00:14:59.380Z[ recovery-image] Sep 21 00:14:58.848 INFO O| Sep 21 00:14:58.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78732025-09-21T00:14:59.380Z[ recovery-image] Sep 21 00:14:58.848 INFO O| Sep 21 00:14:58.848 INFO STEP 1018 (remove_files) COMPLETE
78742025-09-21T00:14:59.380Z[ recovery-image] Sep 21 00:14:58.848 INFO O| Sep 21 00:14:58.848 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752025-09-21T00:14:59.380Z[ recovery-image] Sep 21 00:14:58.858 INFO O| Sep 21 00:14:58.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78762025-09-21T00:14:59.380Z[ recovery-image] Sep 21 00:14:58.859 INFO O| Sep 21 00:14:58.858 INFO STEP 1019 (remove_files) COMPLETE
78772025-09-21T00:14:59.380Z[ recovery-image] Sep 21 00:14:58.859 INFO O| Sep 21 00:14:58.858 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-09-21T00:14:59.405Z[ recovery-image] Sep 21 00:14:58.869 INFO O| Sep 21 00:14:58.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78792025-09-21T00:14:59.405Z[ recovery-image] Sep 21 00:14:58.869 INFO O| Sep 21 00:14:58.869 INFO STEP 1020 (remove_files) COMPLETE
78802025-09-21T00:14:59.405Z[ recovery-image] Sep 21 00:14:58.869 INFO O| Sep 21 00:14:58.869 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-09-21T00:14:59.405Z[ recovery-image] Sep 21 00:14:58.879 INFO O| Sep 21 00:14:58.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78822025-09-21T00:14:59.405Z[ recovery-image] Sep 21 00:14:58.879 INFO O| Sep 21 00:14:58.879 INFO STEP 1021 (remove_files) COMPLETE
78832025-09-21T00:14:59.405Z[ recovery-image] Sep 21 00:14:58.879 INFO O| Sep 21 00:14:58.879 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-09-21T00:14:59.430Z[ recovery-image] Sep 21 00:14:58.889 INFO O| Sep 21 00:14:58.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78852025-09-21T00:14:59.430Z[ recovery-image] Sep 21 00:14:58.889 INFO O| Sep 21 00:14:58.889 INFO STEP 1022 (remove_files) COMPLETE
78862025-09-21T00:14:59.430Z[ recovery-image] Sep 21 00:14:58.889 INFO O| Sep 21 00:14:58.889 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-09-21T00:14:59.430Z[ recovery-image] Sep 21 00:14:58.899 INFO O| Sep 21 00:14:58.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78882025-09-21T00:14:59.430Z[ recovery-image] Sep 21 00:14:58.899 INFO O| Sep 21 00:14:58.899 INFO STEP 1023 (remove_files) COMPLETE
78892025-09-21T00:14:59.430Z[ recovery-image] Sep 21 00:14:58.900 INFO O| Sep 21 00:14:58.899 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-09-21T00:14:59.430Z[ recovery-image] Sep 21 00:14:58.910 INFO O| Sep 21 00:14:58.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78912025-09-21T00:14:59.430Z[ recovery-image] Sep 21 00:14:58.910 INFO O| Sep 21 00:14:58.910 INFO STEP 1024 (remove_files) COMPLETE
78922025-09-21T00:14:59.430Z[ recovery-image] Sep 21 00:14:58.910 INFO O| Sep 21 00:14:58.910 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-09-21T00:14:59.455Z[ recovery-image] Sep 21 00:14:58.920 INFO O| Sep 21 00:14:58.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78942025-09-21T00:14:59.456Z[ recovery-image] Sep 21 00:14:58.920 INFO O| Sep 21 00:14:58.920 INFO STEP 1025 (remove_files) COMPLETE
78952025-09-21T00:14:59.456Z[ recovery-image] Sep 21 00:14:58.920 INFO O| Sep 21 00:14:58.920 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962025-09-21T00:14:59.456Z[ recovery-image] Sep 21 00:14:58.929 INFO O| Sep 21 00:14:58.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78972025-09-21T00:14:59.456Z[ recovery-image] Sep 21 00:14:58.930 INFO O| Sep 21 00:14:58.930 INFO STEP 1026 (remove_files) COMPLETE
78982025-09-21T00:14:59.456Z[ recovery-image] Sep 21 00:14:58.930 INFO O| Sep 21 00:14:58.930 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992025-09-21T00:14:59.481Z[ recovery-image] Sep 21 00:14:58.944 INFO O| Sep 21 00:14:58.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79002025-09-21T00:14:59.481Z[ recovery-image] Sep 21 00:14:58.944 INFO O| Sep 21 00:14:58.944 INFO STEP 1027 (remove_files) COMPLETE
79012025-09-21T00:14:59.481Z[ recovery-image] Sep 21 00:14:58.944 INFO O| Sep 21 00:14:58.944 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022025-09-21T00:14:59.481Z[ recovery-image] Sep 21 00:14:58.954 INFO O| Sep 21 00:14:58.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79032025-09-21T00:14:59.481Z[ recovery-image] Sep 21 00:14:58.954 INFO O| Sep 21 00:14:58.954 INFO STEP 1028 (remove_files) COMPLETE
79042025-09-21T00:14:59.481Z[ recovery-image] Sep 21 00:14:58.954 INFO O| Sep 21 00:14:58.954 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052025-09-21T00:14:59.506Z[ recovery-image] Sep 21 00:14:58.964 INFO O| Sep 21 00:14:58.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79062025-09-21T00:14:59.506Z[ recovery-image] Sep 21 00:14:58.964 INFO O| Sep 21 00:14:58.964 INFO STEP 1029 (remove_files) COMPLETE
79072025-09-21T00:14:59.506Z[ recovery-image] Sep 21 00:14:58.964 INFO O| Sep 21 00:14:58.964 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082025-09-21T00:14:59.506Z[ recovery-image] Sep 21 00:14:58.978 INFO O| Sep 21 00:14:58.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79092025-09-21T00:14:59.506Z[ recovery-image] Sep 21 00:14:58.978 INFO O| Sep 21 00:14:58.978 INFO STEP 1030 (remove_files) COMPLETE
79102025-09-21T00:14:59.506Z[ recovery-image] Sep 21 00:14:58.978 INFO O| Sep 21 00:14:58.978 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112025-09-21T00:14:59.506Z[ recovery-image] Sep 21 00:14:58.988 INFO O| Sep 21 00:14:58.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79122025-09-21T00:14:59.506Z[ recovery-image] Sep 21 00:14:58.988 INFO O| Sep 21 00:14:58.988 INFO STEP 1031 (remove_files) COMPLETE
79132025-09-21T00:14:59.506Z[ recovery-image] Sep 21 00:14:58.988 INFO O| Sep 21 00:14:58.988 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:58.998 INFO O| Sep 21 00:14:58.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79152025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:58.998 INFO O| Sep 21 00:14:58.998 INFO STEP 1032 (remove_files) COMPLETE
79162025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:58.998 INFO O| Sep 21 00:14:58.998 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:59.008 INFO O| Sep 21 00:14:59.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79182025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:59.008 INFO O| Sep 21 00:14:59.008 INFO STEP 1033 (remove_files) COMPLETE
79192025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:59.008 INFO O| Sep 21 00:14:59.008 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:59.018 INFO O| Sep 21 00:14:59.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79212025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:59.018 INFO O| Sep 21 00:14:59.018 INFO STEP 1034 (remove_files) COMPLETE
79222025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:59.018 INFO O| Sep 21 00:14:59.018 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:59.028 INFO O| Sep 21 00:14:59.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79242025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:59.028 INFO O| Sep 21 00:14:59.028 INFO STEP 1035 (remove_files) COMPLETE
79252025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:59.028 INFO O| Sep 21 00:14:59.028 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:59.038 INFO O| Sep 21 00:14:59.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79272025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:59.038 INFO O| Sep 21 00:14:59.038 INFO STEP 1036 (remove_files) COMPLETE
79282025-09-21T00:14:59.561Z[ recovery-image] Sep 21 00:14:59.038 INFO O| Sep 21 00:14:59.038 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-09-21T00:14:59.587Z[ recovery-image] Sep 21 00:14:59.048 INFO O| Sep 21 00:14:59.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79302025-09-21T00:14:59.587Z[ recovery-image] Sep 21 00:14:59.048 INFO O| Sep 21 00:14:59.048 INFO STEP 1037 (remove_files) COMPLETE
79312025-09-21T00:14:59.587Z[ recovery-image] Sep 21 00:14:59.048 INFO O| Sep 21 00:14:59.048 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-09-21T00:14:59.587Z[ recovery-image] Sep 21 00:14:59.062 INFO O| Sep 21 00:14:59.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79332025-09-21T00:14:59.587Z[ recovery-image] Sep 21 00:14:59.062 INFO O| Sep 21 00:14:59.062 INFO STEP 1038 (remove_files) COMPLETE
79342025-09-21T00:14:59.588Z[ recovery-image] Sep 21 00:14:59.062 INFO O| Sep 21 00:14:59.062 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-09-21T00:14:59.612Z[ recovery-image] Sep 21 00:14:59.075 INFO O| Sep 21 00:14:59.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79362025-09-21T00:14:59.612Z[ recovery-image] Sep 21 00:14:59.075 INFO O| Sep 21 00:14:59.075 INFO STEP 1039 (remove_files) COMPLETE
79372025-09-21T00:14:59.612Z[ recovery-image] Sep 21 00:14:59.075 INFO O| Sep 21 00:14:59.075 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-09-21T00:14:59.613Z[ recovery-image] Sep 21 00:14:59.089 INFO O| Sep 21 00:14:59.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79392025-09-21T00:14:59.613Z[ recovery-image] Sep 21 00:14:59.089 INFO O| Sep 21 00:14:59.089 INFO STEP 1040 (remove_files) COMPLETE
79402025-09-21T00:14:59.613Z[ recovery-image] Sep 21 00:14:59.089 INFO O| Sep 21 00:14:59.089 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-09-21T00:14:59.638Z[ recovery-image] Sep 21 00:14:59.102 INFO O| Sep 21 00:14:59.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79422025-09-21T00:14:59.638Z[ recovery-image] Sep 21 00:14:59.102 INFO O| Sep 21 00:14:59.102 INFO STEP 1041 (remove_files) COMPLETE
79432025-09-21T00:14:59.638Z[ recovery-image] Sep 21 00:14:59.102 INFO O| Sep 21 00:14:59.102 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-09-21T00:14:59.638Z[ recovery-image] Sep 21 00:14:59.115 INFO O| Sep 21 00:14:59.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79452025-09-21T00:14:59.638Z[ recovery-image] Sep 21 00:14:59.115 INFO O| Sep 21 00:14:59.115 INFO STEP 1042 (remove_files) COMPLETE
79462025-09-21T00:14:59.638Z[ recovery-image] Sep 21 00:14:59.115 INFO O| Sep 21 00:14:59.115 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472025-09-21T00:14:59.664Z[ recovery-image] Sep 21 00:14:59.125 INFO O| Sep 21 00:14:59.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79482025-09-21T00:14:59.664Z[ recovery-image] Sep 21 00:14:59.125 INFO O| Sep 21 00:14:59.125 INFO STEP 1043 (remove_files) COMPLETE
79492025-09-21T00:14:59.664Z[ recovery-image] Sep 21 00:14:59.125 INFO O| Sep 21 00:14:59.125 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502025-09-21T00:14:59.664Z[ recovery-image] Sep 21 00:14:59.138 INFO O| Sep 21 00:14:59.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79512025-09-21T00:14:59.664Z[ recovery-image] Sep 21 00:14:59.138 INFO O| Sep 21 00:14:59.138 INFO STEP 1044 (remove_files) COMPLETE
79522025-09-21T00:14:59.664Z[ recovery-image] Sep 21 00:14:59.138 INFO O| Sep 21 00:14:59.138 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532025-09-21T00:14:59.689Z[ recovery-image] Sep 21 00:14:59.148 INFO O| Sep 21 00:14:59.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79542025-09-21T00:14:59.689Z[ recovery-image] Sep 21 00:14:59.148 INFO O| Sep 21 00:14:59.148 INFO STEP 1045 (remove_files) COMPLETE
79552025-09-21T00:14:59.689Z[ recovery-image] Sep 21 00:14:59.148 INFO O| Sep 21 00:14:59.148 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562025-09-21T00:14:59.689Z[ recovery-image] Sep 21 00:14:59.162 INFO O| Sep 21 00:14:59.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79572025-09-21T00:14:59.689Z[ recovery-image] Sep 21 00:14:59.162 INFO O| Sep 21 00:14:59.162 INFO STEP 1046 (remove_files) COMPLETE
79582025-09-21T00:14:59.689Z[ recovery-image] Sep 21 00:14:59.162 INFO O| Sep 21 00:14:59.162 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592025-09-21T00:14:59.714Z[ recovery-image] Sep 21 00:14:59.176 INFO O| Sep 21 00:14:59.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79602025-09-21T00:14:59.714Z[ recovery-image] Sep 21 00:14:59.176 INFO O| Sep 21 00:14:59.176 INFO STEP 1047 (remove_files) COMPLETE
79612025-09-21T00:14:59.714Z[ recovery-image] Sep 21 00:14:59.176 INFO O| Sep 21 00:14:59.176 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622025-09-21T00:14:59.714Z[ recovery-image] Sep 21 00:14:59.190 INFO O| Sep 21 00:14:59.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79632025-09-21T00:14:59.714Z[ recovery-image] Sep 21 00:14:59.190 INFO O| Sep 21 00:14:59.190 INFO STEP 1048 (remove_files) COMPLETE
79642025-09-21T00:14:59.715Z[ recovery-image] Sep 21 00:14:59.190 INFO O| Sep 21 00:14:59.190 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652025-09-21T00:14:59.739Z[ recovery-image] Sep 21 00:14:59.203 INFO O| Sep 21 00:14:59.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79662025-09-21T00:14:59.739Z[ recovery-image] Sep 21 00:14:59.203 INFO O| Sep 21 00:14:59.203 INFO STEP 1049 (remove_files) COMPLETE
79672025-09-21T00:14:59.739Z[ recovery-image] Sep 21 00:14:59.203 INFO O| Sep 21 00:14:59.203 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682025-09-21T00:14:59.739Z[ recovery-image] Sep 21 00:14:59.214 INFO O| Sep 21 00:14:59.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79692025-09-21T00:14:59.739Z[ recovery-image] Sep 21 00:14:59.214 INFO O| Sep 21 00:14:59.214 INFO STEP 1050 (remove_files) COMPLETE
79702025-09-21T00:14:59.739Z[ recovery-image] Sep 21 00:14:59.214 INFO O| Sep 21 00:14:59.214 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712025-09-21T00:14:59.764Z[ recovery-image] Sep 21 00:14:59.227 INFO O| Sep 21 00:14:59.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79722025-09-21T00:14:59.764Z[ recovery-image] Sep 21 00:14:59.227 INFO O| Sep 21 00:14:59.227 INFO STEP 1051 (remove_files) COMPLETE
79732025-09-21T00:14:59.764Z[ recovery-image] Sep 21 00:14:59.227 INFO O| Sep 21 00:14:59.227 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742025-09-21T00:14:59.764Z[ recovery-image] Sep 21 00:14:59.240 INFO O| Sep 21 00:14:59.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79752025-09-21T00:14:59.764Z[ recovery-image] Sep 21 00:14:59.240 INFO O| Sep 21 00:14:59.240 INFO STEP 1052 (remove_files) COMPLETE
79762025-09-21T00:14:59.764Z[ recovery-image] Sep 21 00:14:59.240 INFO O| Sep 21 00:14:59.240 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772025-09-21T00:14:59.790Z[ recovery-image] Sep 21 00:14:59.253 INFO O| Sep 21 00:14:59.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79782025-09-21T00:14:59.790Z[ recovery-image] Sep 21 00:14:59.253 INFO O| Sep 21 00:14:59.253 INFO STEP 1053 (remove_files) COMPLETE
79792025-09-21T00:14:59.790Z[ recovery-image] Sep 21 00:14:59.253 INFO O| Sep 21 00:14:59.253 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802025-09-21T00:14:59.790Z[ recovery-image] Sep 21 00:14:59.266 INFO O| Sep 21 00:14:59.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79812025-09-21T00:14:59.790Z[ recovery-image] Sep 21 00:14:59.266 INFO O| Sep 21 00:14:59.266 INFO STEP 1054 (remove_files) COMPLETE
79822025-09-21T00:14:59.790Z[ recovery-image] Sep 21 00:14:59.266 INFO O| Sep 21 00:14:59.266 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832025-09-21T00:14:59.815Z[ recovery-image] Sep 21 00:14:59.279 INFO O| Sep 21 00:14:59.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79842025-09-21T00:14:59.815Z[ recovery-image] Sep 21 00:14:59.279 INFO O| Sep 21 00:14:59.279 INFO STEP 1055 (remove_files) COMPLETE
79852025-09-21T00:14:59.815Z[ recovery-image] Sep 21 00:14:59.279 INFO O| Sep 21 00:14:59.279 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862025-09-21T00:14:59.815Z[ recovery-image] Sep 21 00:14:59.294 INFO O| Sep 21 00:14:59.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79872025-09-21T00:14:59.815Z[ recovery-image] Sep 21 00:14:59.294 INFO O| Sep 21 00:14:59.294 INFO STEP 1056 (remove_files) COMPLETE
79882025-09-21T00:14:59.815Z[ recovery-image] Sep 21 00:14:59.294 INFO O| Sep 21 00:14:59.294 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892025-09-21T00:14:59.840Z[ recovery-image] Sep 21 00:14:59.307 INFO O| Sep 21 00:14:59.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79902025-09-21T00:14:59.841Z[ recovery-image] Sep 21 00:14:59.307 INFO O| Sep 21 00:14:59.307 INFO STEP 1057 (remove_files) COMPLETE
79912025-09-21T00:14:59.841Z[ recovery-image] Sep 21 00:14:59.307 INFO O| Sep 21 00:14:59.307 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922025-09-21T00:14:59.841Z[ recovery-image] Sep 21 00:14:59.320 INFO O| Sep 21 00:14:59.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79932025-09-21T00:14:59.841Z[ recovery-image] Sep 21 00:14:59.320 INFO O| Sep 21 00:14:59.320 INFO STEP 1058 (remove_files) COMPLETE
79942025-09-21T00:14:59.841Z[ recovery-image] Sep 21 00:14:59.320 INFO O| Sep 21 00:14:59.320 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952025-09-21T00:14:59.866Z[ recovery-image] Sep 21 00:14:59.333 INFO O| Sep 21 00:14:59.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79962025-09-21T00:14:59.866Z[ recovery-image] Sep 21 00:14:59.333 INFO O| Sep 21 00:14:59.333 INFO STEP 1059 (remove_files) COMPLETE
79972025-09-21T00:14:59.866Z[ recovery-image] Sep 21 00:14:59.333 INFO O| Sep 21 00:14:59.333 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982025-09-21T00:14:59.866Z[ recovery-image] Sep 21 00:14:59.347 INFO O| Sep 21 00:14:59.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79992025-09-21T00:14:59.866Z[ recovery-image] Sep 21 00:14:59.347 INFO O| Sep 21 00:14:59.347 INFO STEP 1060 (remove_files) COMPLETE
80002025-09-21T00:14:59.866Z[ recovery-image] Sep 21 00:14:59.347 INFO O| Sep 21 00:14:59.347 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012025-09-21T00:14:59.891Z[ recovery-image] Sep 21 00:14:59.361 INFO O| Sep 21 00:14:59.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80022025-09-21T00:14:59.891Z[ recovery-image] Sep 21 00:14:59.361 INFO O| Sep 21 00:14:59.361 INFO STEP 1061 (remove_files) COMPLETE
80032025-09-21T00:14:59.891Z[ recovery-image] Sep 21 00:14:59.361 INFO O| Sep 21 00:14:59.361 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042025-09-21T00:14:59.916Z[ recovery-image] Sep 21 00:14:59.374 INFO O| Sep 21 00:14:59.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80052025-09-21T00:14:59.916Z[ recovery-image] Sep 21 00:14:59.375 INFO O| Sep 21 00:14:59.374 INFO STEP 1062 (remove_files) COMPLETE
80062025-09-21T00:14:59.916Z[ recovery-image] Sep 21 00:14:59.375 INFO O| Sep 21 00:14:59.375 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072025-09-21T00:14:59.916Z[ recovery-image] Sep 21 00:14:59.385 INFO O| Sep 21 00:14:59.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80082025-09-21T00:14:59.916Z[ recovery-image] Sep 21 00:14:59.385 INFO O| Sep 21 00:14:59.385 INFO STEP 1063 (remove_files) COMPLETE
80092025-09-21T00:14:59.917Z[ recovery-image] Sep 21 00:14:59.385 INFO O| Sep 21 00:14:59.385 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102025-09-21T00:14:59.917Z[ recovery-image] Sep 21 00:14:59.395 INFO O| Sep 21 00:14:59.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80112025-09-21T00:14:59.917Z[ recovery-image] Sep 21 00:14:59.395 INFO O| Sep 21 00:14:59.395 INFO STEP 1064 (remove_files) COMPLETE
80122025-09-21T00:14:59.917Z[ recovery-image] Sep 21 00:14:59.395 INFO O| Sep 21 00:14:59.395 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132025-09-21T00:14:59.941Z[ recovery-image] Sep 21 00:14:59.408 INFO O| Sep 21 00:14:59.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80142025-09-21T00:14:59.941Z[ recovery-image] Sep 21 00:14:59.408 INFO O| Sep 21 00:14:59.408 INFO STEP 1065 (remove_files) COMPLETE
80152025-09-21T00:14:59.941Z[ recovery-image] Sep 21 00:14:59.408 INFO O| Sep 21 00:14:59.408 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162025-09-21T00:14:59.941Z[ recovery-image] Sep 21 00:14:59.420 INFO O| Sep 21 00:14:59.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80172025-09-21T00:14:59.941Z[ recovery-image] Sep 21 00:14:59.420 INFO O| Sep 21 00:14:59.420 INFO STEP 1066 (remove_files) COMPLETE
80182025-09-21T00:14:59.941Z[ recovery-image] Sep 21 00:14:59.420 INFO O| Sep 21 00:14:59.420 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192025-09-21T00:14:59.967Z[ recovery-image] Sep 21 00:14:59.432 INFO O| Sep 21 00:14:59.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80202025-09-21T00:14:59.967Z[ recovery-image] Sep 21 00:14:59.432 INFO O| Sep 21 00:14:59.432 INFO STEP 1067 (remove_files) COMPLETE
80212025-09-21T00:14:59.967Z[ recovery-image] Sep 21 00:14:59.432 INFO O| Sep 21 00:14:59.432 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222025-09-21T00:14:59.967Z[ recovery-image] Sep 21 00:14:59.446 INFO O| Sep 21 00:14:59.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80232025-09-21T00:14:59.967Z[ recovery-image] Sep 21 00:14:59.446 INFO O| Sep 21 00:14:59.446 INFO STEP 1068 (remove_files) COMPLETE
80242025-09-21T00:14:59.967Z[ recovery-image] Sep 21 00:14:59.446 INFO O| Sep 21 00:14:59.446 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252025-09-21T00:14:59.992Z[ recovery-image] Sep 21 00:14:59.457 INFO O| Sep 21 00:14:59.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80262025-09-21T00:14:59.992Z[ recovery-image] Sep 21 00:14:59.457 INFO O| Sep 21 00:14:59.457 INFO STEP 1069 (remove_files) COMPLETE
80272025-09-21T00:14:59.992Z[ recovery-image] Sep 21 00:14:59.457 INFO O| Sep 21 00:14:59.457 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282025-09-21T00:14:59.992Z[ recovery-image] Sep 21 00:14:59.470 INFO O| Sep 21 00:14:59.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80292025-09-21T00:14:59.992Z[ recovery-image] Sep 21 00:14:59.470 INFO O| Sep 21 00:14:59.470 INFO STEP 1070 (remove_files) COMPLETE
80302025-09-21T00:14:59.992Z[ recovery-image] Sep 21 00:14:59.470 INFO O| Sep 21 00:14:59.470 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312025-09-21T00:15:00.017Z[ recovery-image] Sep 21 00:14:59.481 INFO O| Sep 21 00:14:59.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80322025-09-21T00:15:00.017Z[ recovery-image] Sep 21 00:14:59.481 INFO O| Sep 21 00:14:59.481 INFO STEP 1071 (remove_files) COMPLETE
80332025-09-21T00:15:00.017Z[ recovery-image] Sep 21 00:14:59.481 INFO O| Sep 21 00:14:59.481 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342025-09-21T00:15:00.017Z[ recovery-image] Sep 21 00:14:59.491 INFO O| Sep 21 00:14:59.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80352025-09-21T00:15:00.017Z[ recovery-image] Sep 21 00:14:59.491 INFO O| Sep 21 00:14:59.491 INFO STEP 1072 (remove_files) COMPLETE
80362025-09-21T00:15:00.017Z[ recovery-image] Sep 21 00:14:59.491 INFO O| Sep 21 00:14:59.491 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372025-09-21T00:15:00.042Z[ recovery-image] Sep 21 00:14:59.502 INFO O| Sep 21 00:14:59.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80382025-09-21T00:15:00.042Z[ recovery-image] Sep 21 00:14:59.502 INFO O| Sep 21 00:14:59.502 INFO STEP 1073 (remove_files) COMPLETE
80392025-09-21T00:15:00.042Z[ recovery-image] Sep 21 00:14:59.502 INFO O| Sep 21 00:14:59.502 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402025-09-21T00:15:00.042Z[ recovery-image] Sep 21 00:14:59.512 INFO O| Sep 21 00:14:59.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80412025-09-21T00:15:00.042Z[ recovery-image] Sep 21 00:14:59.512 INFO O| Sep 21 00:14:59.512 INFO STEP 1074 (remove_files) COMPLETE
80422025-09-21T00:15:00.042Z[ recovery-image] Sep 21 00:14:59.512 INFO O| Sep 21 00:14:59.512 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432025-09-21T00:15:00.042Z[ recovery-image] Sep 21 00:14:59.522 INFO O| Sep 21 00:14:59.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80442025-09-21T00:15:00.042Z[ recovery-image] Sep 21 00:14:59.522 INFO O| Sep 21 00:14:59.522 INFO STEP 1075 (remove_files) COMPLETE
80452025-09-21T00:15:00.042Z[ recovery-image] Sep 21 00:14:59.522 INFO O| Sep 21 00:14:59.522 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462025-09-21T00:15:00.067Z[ recovery-image] Sep 21 00:14:59.533 INFO O| Sep 21 00:14:59.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80472025-09-21T00:15:00.067Z[ recovery-image] Sep 21 00:14:59.533 INFO O| Sep 21 00:14:59.533 INFO STEP 1076 (remove_files) COMPLETE
80482025-09-21T00:15:00.067Z[ recovery-image] Sep 21 00:14:59.533 INFO O| Sep 21 00:14:59.533 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492025-09-21T00:15:00.067Z[ recovery-image] Sep 21 00:14:59.543 INFO O| Sep 21 00:14:59.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80502025-09-21T00:15:00.067Z[ recovery-image] Sep 21 00:14:59.543 INFO O| Sep 21 00:14:59.543 INFO STEP 1077 (remove_files) COMPLETE
80512025-09-21T00:15:00.067Z[ recovery-image] Sep 21 00:14:59.543 INFO O| Sep 21 00:14:59.543 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522025-09-21T00:15:00.092Z[ recovery-image] Sep 21 00:14:59.557 INFO O| Sep 21 00:14:59.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80532025-09-21T00:15:00.117Z[ recovery-image] Sep 21 00:14:59.575 INFO O| Sep 21 00:14:59.558 INFO STEP 1078 (remove_files) COMPLETE
80542025-09-21T00:15:00.117Z[ recovery-image] Sep 21 00:14:59.575 INFO O| Sep 21 00:14:59.575 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552025-09-21T00:15:00.117Z[ recovery-image] Sep 21 00:14:59.587 INFO O| Sep 21 00:14:59.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80562025-09-21T00:15:00.117Z[ recovery-image] Sep 21 00:14:59.587 INFO O| Sep 21 00:14:59.587 INFO STEP 1079 (remove_files) COMPLETE
80572025-09-21T00:15:00.117Z[ recovery-image] Sep 21 00:14:59.587 INFO O| Sep 21 00:14:59.587 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80582025-09-21T00:15:00.117Z[ recovery-image] Sep 21 00:14:59.597 INFO O| Sep 21 00:14:59.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80592025-09-21T00:15:00.117Z[ recovery-image] Sep 21 00:14:59.598 INFO O| Sep 21 00:14:59.598 INFO STEP 1080 (remove_files) COMPLETE
80602025-09-21T00:15:00.117Z[ recovery-image] Sep 21 00:14:59.598 INFO O| Sep 21 00:14:59.598 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80612025-09-21T00:15:00.143Z[ recovery-image] Sep 21 00:14:59.609 INFO O| Sep 21 00:14:59.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80622025-09-21T00:15:00.143Z[ recovery-image] Sep 21 00:14:59.609 INFO O| Sep 21 00:14:59.609 INFO STEP 1081 (remove_files) COMPLETE
80632025-09-21T00:15:00.143Z[ recovery-image] Sep 21 00:14:59.609 INFO O| Sep 21 00:14:59.609 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80642025-09-21T00:15:00.143Z[ recovery-image] Sep 21 00:14:59.620 INFO O| Sep 21 00:14:59.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80652025-09-21T00:15:00.143Z[ recovery-image] Sep 21 00:14:59.620 INFO O| Sep 21 00:14:59.620 INFO STEP 1082 (remove_files) COMPLETE
80662025-09-21T00:15:00.143Z[ recovery-image] Sep 21 00:14:59.620 INFO O| Sep 21 00:14:59.620 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80672025-09-21T00:15:00.169Z[ recovery-image] Sep 21 00:14:59.631 INFO O| Sep 21 00:14:59.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80682025-09-21T00:15:00.169Z[ recovery-image] Sep 21 00:14:59.631 INFO O| Sep 21 00:14:59.631 INFO STEP 1083 (remove_files) COMPLETE
80692025-09-21T00:15:00.169Z[ recovery-image] Sep 21 00:14:59.631 INFO O| Sep 21 00:14:59.631 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80702025-09-21T00:15:00.169Z[ recovery-image] Sep 21 00:14:59.642 INFO O| Sep 21 00:14:59.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80712025-09-21T00:15:00.169Z[ recovery-image] Sep 21 00:14:59.642 INFO O| Sep 21 00:14:59.642 INFO STEP 1084 (remove_files) COMPLETE
80722025-09-21T00:15:00.169Z[ recovery-image] Sep 21 00:14:59.642 INFO O| Sep 21 00:14:59.642 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80732025-09-21T00:15:00.193Z[ recovery-image] Sep 21 00:14:59.653 INFO O| Sep 21 00:14:59.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80742025-09-21T00:15:00.194Z[ recovery-image] Sep 21 00:14:59.653 INFO O| Sep 21 00:14:59.653 INFO STEP 1085 (remove_files) COMPLETE
80752025-09-21T00:15:00.194Z[ recovery-image] Sep 21 00:14:59.653 INFO O| Sep 21 00:14:59.653 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80762025-09-21T00:15:00.194Z[ recovery-image] Sep 21 00:14:59.664 INFO O| Sep 21 00:14:59.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80772025-09-21T00:15:00.194Z[ recovery-image] Sep 21 00:14:59.664 INFO O| Sep 21 00:14:59.664 INFO STEP 1086 (remove_files) COMPLETE
80782025-09-21T00:15:00.194Z[ recovery-image] Sep 21 00:14:59.664 INFO O| Sep 21 00:14:59.664 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80792025-09-21T00:15:00.219Z[ recovery-image] Sep 21 00:14:59.696 INFO O| Sep 21 00:14:59.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80802025-09-21T00:15:00.219Z[ recovery-image] Sep 21 00:14:59.696 INFO O| Sep 21 00:14:59.696 INFO STEP 1087 (remove_files) COMPLETE
80812025-09-21T00:15:00.219Z[ recovery-image] Sep 21 00:14:59.696 INFO O| Sep 21 00:14:59.696 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80822025-09-21T00:15:00.244Z[ recovery-image] Sep 21 00:14:59.712 INFO O| Sep 21 00:14:59.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80832025-09-21T00:15:00.244Z[ recovery-image] Sep 21 00:14:59.712 INFO O| Sep 21 00:14:59.712 INFO STEP 1088 (remove_files) COMPLETE
80842025-09-21T00:15:00.244Z[ recovery-image] Sep 21 00:14:59.712 INFO O| Sep 21 00:14:59.712 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80852025-09-21T00:15:00.244Z[ recovery-image] Sep 21 00:14:59.725 INFO O| Sep 21 00:14:59.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80862025-09-21T00:15:00.244Z[ recovery-image] Sep 21 00:14:59.725 INFO O| Sep 21 00:14:59.725 INFO STEP 1089 (remove_files) COMPLETE
80872025-09-21T00:15:00.244Z[ recovery-image] Sep 21 00:14:59.725 INFO O| Sep 21 00:14:59.725 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80882025-09-21T00:15:00.269Z[ recovery-image] Sep 21 00:14:59.740 INFO O| Sep 21 00:14:59.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80892025-09-21T00:15:00.269Z[ recovery-image] Sep 21 00:14:59.740 INFO O| Sep 21 00:14:59.739 INFO STEP 1090 (remove_files) COMPLETE
80902025-09-21T00:15:00.269Z[ recovery-image] Sep 21 00:14:59.740 INFO O| Sep 21 00:14:59.739 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80912025-09-21T00:15:00.294Z[ recovery-image] Sep 21 00:14:59.751 INFO O| Sep 21 00:14:59.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80922025-09-21T00:15:00.294Z[ recovery-image] Sep 21 00:14:59.751 INFO O| Sep 21 00:14:59.751 INFO STEP 1091 (remove_files) COMPLETE
80932025-09-21T00:15:00.294Z[ recovery-image] Sep 21 00:14:59.751 INFO O| Sep 21 00:14:59.751 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80942025-09-21T00:15:00.294Z[ recovery-image] Sep 21 00:14:59.765 INFO O| Sep 21 00:14:59.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80952025-09-21T00:15:00.294Z[ recovery-image] Sep 21 00:14:59.765 INFO O| Sep 21 00:14:59.765 INFO STEP 1092 (remove_files) COMPLETE
80962025-09-21T00:15:00.294Z[ recovery-image] Sep 21 00:14:59.765 INFO O| Sep 21 00:14:59.765 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80972025-09-21T00:15:00.320Z[ recovery-image] Sep 21 00:14:59.779 INFO O| Sep 21 00:14:59.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80982025-09-21T00:15:00.320Z[ recovery-image] Sep 21 00:14:59.780 INFO O| Sep 21 00:14:59.779 INFO STEP 1093 (remove_files) COMPLETE
80992025-09-21T00:15:00.320Z[ recovery-image] Sep 21 00:14:59.780 INFO O| Sep 21 00:14:59.779 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81002025-09-21T00:15:00.320Z[ recovery-image] Sep 21 00:14:59.791 INFO O| Sep 21 00:14:59.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81012025-09-21T00:15:00.320Z[ recovery-image] Sep 21 00:14:59.791 INFO O| Sep 21 00:14:59.791 INFO STEP 1094 (remove_files) COMPLETE
81022025-09-21T00:15:00.320Z[ recovery-image] Sep 21 00:14:59.791 INFO O| Sep 21 00:14:59.791 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81032025-09-21T00:15:00.320Z[ recovery-image] Sep 21 00:14:59.801 INFO O| Sep 21 00:14:59.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81042025-09-21T00:15:00.320Z[ recovery-image] Sep 21 00:14:59.801 INFO O| Sep 21 00:14:59.801 INFO STEP 1095 (remove_files) COMPLETE
81052025-09-21T00:15:00.320Z[ recovery-image] Sep 21 00:14:59.801 INFO O| Sep 21 00:14:59.801 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81062025-09-21T00:15:00.345Z[ recovery-image] Sep 21 00:14:59.811 INFO O| Sep 21 00:14:59.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81072025-09-21T00:15:00.345Z[ recovery-image] Sep 21 00:14:59.811 INFO O| Sep 21 00:14:59.811 INFO STEP 1096 (remove_files) COMPLETE
81082025-09-21T00:15:00.345Z[ recovery-image] Sep 21 00:14:59.811 INFO O| Sep 21 00:14:59.811 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81092025-09-21T00:15:00.345Z[ recovery-image] Sep 21 00:14:59.820 INFO O| Sep 21 00:14:59.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81102025-09-21T00:15:00.345Z[ recovery-image] Sep 21 00:14:59.820 INFO O| Sep 21 00:14:59.820 INFO STEP 1097 (remove_files) COMPLETE
81112025-09-21T00:15:00.345Z[ recovery-image] Sep 21 00:14:59.821 INFO O| Sep 21 00:14:59.820 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81122025-09-21T00:15:00.371Z[ recovery-image] Sep 21 00:14:59.830 INFO O| Sep 21 00:14:59.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81132025-09-21T00:15:00.371Z[ recovery-image] Sep 21 00:14:59.830 INFO O| Sep 21 00:14:59.830 INFO STEP 1098 (remove_files) COMPLETE
81142025-09-21T00:15:00.371Z[ recovery-image] Sep 21 00:14:59.830 INFO O| Sep 21 00:14:59.830 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81152025-09-21T00:15:00.371Z[ recovery-image] Sep 21 00:14:59.839 INFO O| Sep 21 00:14:59.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81162025-09-21T00:15:00.371Z[ recovery-image] Sep 21 00:14:59.839 INFO O| Sep 21 00:14:59.839 INFO STEP 1099 (remove_files) COMPLETE
81172025-09-21T00:15:00.371Z[ recovery-image] Sep 21 00:14:59.839 INFO O| Sep 21 00:14:59.839 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81182025-09-21T00:15:00.371Z[ recovery-image] Sep 21 00:14:59.849 INFO O| Sep 21 00:14:59.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81192025-09-21T00:15:00.371Z[ recovery-image] Sep 21 00:14:59.849 INFO O| Sep 21 00:14:59.849 INFO STEP 1100 (remove_files) COMPLETE
81202025-09-21T00:15:00.371Z[ recovery-image] Sep 21 00:14:59.849 INFO O| Sep 21 00:14:59.849 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81212025-09-21T00:15:00.396Z[ recovery-image] Sep 21 00:14:59.858 INFO O| Sep 21 00:14:59.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81222025-09-21T00:15:00.396Z[ recovery-image] Sep 21 00:14:59.858 INFO O| Sep 21 00:14:59.858 INFO STEP 1101 (remove_files) COMPLETE
81232025-09-21T00:15:00.396Z[ recovery-image] Sep 21 00:14:59.858 INFO O| Sep 21 00:14:59.858 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81242025-09-21T00:15:00.396Z[ recovery-image] Sep 21 00:14:59.868 INFO O| Sep 21 00:14:59.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81252025-09-21T00:15:00.396Z[ recovery-image] Sep 21 00:14:59.868 INFO O| Sep 21 00:14:59.868 INFO STEP 1102 (remove_files) COMPLETE
81262025-09-21T00:15:00.396Z[ recovery-image] Sep 21 00:14:59.868 INFO O| Sep 21 00:14:59.868 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81272025-09-21T00:15:00.396Z[ recovery-image] Sep 21 00:14:59.877 INFO O| Sep 21 00:14:59.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81282025-09-21T00:15:00.396Z[ recovery-image] Sep 21 00:14:59.877 INFO O| Sep 21 00:14:59.877 INFO STEP 1103 (remove_files) COMPLETE
81292025-09-21T00:15:00.396Z[ recovery-image] Sep 21 00:14:59.877 INFO O| Sep 21 00:14:59.877 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81302025-09-21T00:15:00.421Z[ recovery-image] Sep 21 00:14:59.887 INFO O| Sep 21 00:14:59.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81312025-09-21T00:15:00.421Z[ recovery-image] Sep 21 00:14:59.887 INFO O| Sep 21 00:14:59.887 INFO STEP 1104 (remove_files) COMPLETE
81322025-09-21T00:15:00.421Z[ recovery-image] Sep 21 00:14:59.887 INFO O| Sep 21 00:14:59.887 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81332025-09-21T00:15:00.421Z[ recovery-image] Sep 21 00:14:59.900 INFO O| Sep 21 00:14:59.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81342025-09-21T00:15:00.421Z[ recovery-image] Sep 21 00:14:59.900 INFO O| Sep 21 00:14:59.900 INFO STEP 1105 (remove_files) COMPLETE
81352025-09-21T00:15:00.421Z[ recovery-image] Sep 21 00:14:59.900 INFO O| Sep 21 00:14:59.900 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81362025-09-21T00:15:00.446Z[ recovery-image] Sep 21 00:14:59.914 INFO O| Sep 21 00:14:59.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81372025-09-21T00:15:00.446Z[ recovery-image] Sep 21 00:14:59.914 INFO O| Sep 21 00:14:59.914 INFO STEP 1106 (remove_files) COMPLETE
81382025-09-21T00:15:00.446Z[ recovery-image] Sep 21 00:14:59.914 INFO O| Sep 21 00:14:59.914 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81392025-09-21T00:15:00.471Z[ recovery-image] Sep 21 00:14:59.928 INFO O| Sep 21 00:14:59.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81402025-09-21T00:15:00.471Z[ recovery-image] Sep 21 00:14:59.929 INFO O| Sep 21 00:14:59.928 INFO STEP 1107 (remove_files) COMPLETE
81412025-09-21T00:15:00.471Z[ recovery-image] Sep 21 00:14:59.929 INFO O| Sep 21 00:14:59.929 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81422025-09-21T00:15:00.496Z[ recovery-image] Sep 21 00:14:59.939 INFO O| Sep 21 00:14:59.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81432025-09-21T00:15:00.496Z[ recovery-image] Sep 21 00:14:59.939 INFO O| Sep 21 00:14:59.939 INFO STEP 1108 (remove_files) COMPLETE
81442025-09-21T00:15:00.496Z[ recovery-image] Sep 21 00:14:59.939 INFO O| Sep 21 00:14:59.939 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81452025-09-21T00:15:00.496Z[ recovery-image] Sep 21 00:14:59.949 INFO O| Sep 21 00:14:59.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81462025-09-21T00:15:00.496Z[ recovery-image] Sep 21 00:14:59.949 INFO O| Sep 21 00:14:59.949 INFO STEP 1109 (remove_files) COMPLETE
81472025-09-21T00:15:00.496Z[ recovery-image] Sep 21 00:14:59.949 INFO O| Sep 21 00:14:59.949 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81482025-09-21T00:15:00.496Z[ recovery-image] Sep 21 00:14:59.958 INFO O| Sep 21 00:14:59.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81492025-09-21T00:15:00.496Z[ recovery-image] Sep 21 00:14:59.958 INFO O| Sep 21 00:14:59.958 INFO STEP 1110 (remove_files) COMPLETE
81502025-09-21T00:15:00.496Z[ recovery-image] Sep 21 00:14:59.958 INFO O| Sep 21 00:14:59.958 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81512025-09-21T00:15:00.497Z[ recovery-image] Sep 21 00:14:59.968 INFO O| Sep 21 00:14:59.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81522025-09-21T00:15:00.497Z[ recovery-image] Sep 21 00:14:59.968 INFO O| Sep 21 00:14:59.968 INFO STEP 1111 (remove_files) COMPLETE
81532025-09-21T00:15:00.497Z[ recovery-image] Sep 21 00:14:59.968 INFO O| Sep 21 00:14:59.968 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81542025-09-21T00:15:00.497Z[ recovery-image] Sep 21 00:14:59.978 INFO O| Sep 21 00:14:59.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81552025-09-21T00:15:00.497Z[ recovery-image] Sep 21 00:14:59.978 INFO O| Sep 21 00:14:59.978 INFO STEP 1112 (remove_files) COMPLETE
81562025-09-21T00:15:00.497Z[ recovery-image] Sep 21 00:14:59.978 INFO O| Sep 21 00:14:59.978 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81572025-09-21T00:15:00.522Z[ recovery-image] Sep 21 00:14:59.987 INFO O| Sep 21 00:14:59.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81582025-09-21T00:15:00.522Z[ recovery-image] Sep 21 00:14:59.987 INFO O| Sep 21 00:14:59.987 INFO STEP 1113 (remove_files) COMPLETE
81592025-09-21T00:15:00.522Z[ recovery-image] Sep 21 00:14:59.987 INFO O| Sep 21 00:14:59.987 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81602025-09-21T00:15:00.522Z[ recovery-image] Sep 21 00:14:59.996 INFO O| Sep 21 00:14:59.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81612025-09-21T00:15:00.522Z[ recovery-image] Sep 21 00:14:59.996 INFO O| Sep 21 00:14:59.996 INFO STEP 1114 (remove_files) COMPLETE
81622025-09-21T00:15:00.522Z[ recovery-image] Sep 21 00:14:59.996 INFO O| Sep 21 00:14:59.996 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81632025-09-21T00:15:00.547Z[ recovery-image] Sep 21 00:15:00.006 INFO O| Sep 21 00:15:00.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81642025-09-21T00:15:00.547Z[ recovery-image] Sep 21 00:15:00.006 INFO O| Sep 21 00:15:00.006 INFO STEP 1115 (remove_files) COMPLETE
81652025-09-21T00:15:00.547Z[ recovery-image] Sep 21 00:15:00.006 INFO O| Sep 21 00:15:00.006 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81662025-09-21T00:15:00.547Z[ recovery-image] Sep 21 00:15:00.016 INFO O| Sep 21 00:15:00.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81672025-09-21T00:15:00.547Z[ recovery-image] Sep 21 00:15:00.016 INFO O| Sep 21 00:15:00.016 INFO STEP 1116 (remove_files) COMPLETE
81682025-09-21T00:15:00.547Z[ recovery-image] Sep 21 00:15:00.016 INFO O| Sep 21 00:15:00.016 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81692025-09-21T00:15:00.547Z[ recovery-image] Sep 21 00:15:00.025 INFO O| Sep 21 00:15:00.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81702025-09-21T00:15:00.547Z[ recovery-image] Sep 21 00:15:00.025 INFO O| Sep 21 00:15:00.025 INFO STEP 1117 (remove_files) COMPLETE
81712025-09-21T00:15:00.547Z[ recovery-image] Sep 21 00:15:00.026 INFO O| Sep 21 00:15:00.025 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81722025-09-21T00:15:00.572Z[ recovery-image] Sep 21 00:15:00.035 INFO O| Sep 21 00:15:00.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81732025-09-21T00:15:00.572Z[ recovery-image] Sep 21 00:15:00.035 INFO O| Sep 21 00:15:00.035 INFO STEP 1118 (remove_files) COMPLETE
81742025-09-21T00:15:00.572Z[ recovery-image] Sep 21 00:15:00.035 INFO O| Sep 21 00:15:00.035 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81752025-09-21T00:15:00.572Z[ recovery-image] Sep 21 00:15:00.049 INFO O| Sep 21 00:15:00.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81762025-09-21T00:15:00.572Z[ recovery-image] Sep 21 00:15:00.049 INFO O| Sep 21 00:15:00.049 INFO STEP 1119 (remove_files) COMPLETE
81772025-09-21T00:15:00.572Z[ recovery-image] Sep 21 00:15:00.049 INFO O| Sep 21 00:15:00.049 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81782025-09-21T00:15:00.597Z[ recovery-image] Sep 21 00:15:00.063 INFO O| Sep 21 00:15:00.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81792025-09-21T00:15:00.597Z[ recovery-image] Sep 21 00:15:00.063 INFO O| Sep 21 00:15:00.063 INFO STEP 1120 (remove_files) COMPLETE
81802025-09-21T00:15:00.597Z[ recovery-image] Sep 21 00:15:00.063 INFO O| Sep 21 00:15:00.063 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81812025-09-21T00:15:00.597Z[ recovery-image] Sep 21 00:15:00.077 INFO O| Sep 21 00:15:00.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81822025-09-21T00:15:00.597Z[ recovery-image] Sep 21 00:15:00.077 INFO O| Sep 21 00:15:00.077 INFO STEP 1121 (remove_files) COMPLETE
81832025-09-21T00:15:00.597Z[ recovery-image] Sep 21 00:15:00.077 INFO O| Sep 21 00:15:00.077 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81842025-09-21T00:15:00.622Z[ recovery-image] Sep 21 00:15:00.087 INFO O| Sep 21 00:15:00.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81852025-09-21T00:15:00.622Z[ recovery-image] Sep 21 00:15:00.087 INFO O| Sep 21 00:15:00.087 INFO STEP 1122 (remove_files) COMPLETE
81862025-09-21T00:15:00.622Z[ recovery-image] Sep 21 00:15:00.088 INFO O| Sep 21 00:15:00.087 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81872025-09-21T00:15:00.622Z[ recovery-image] Sep 21 00:15:00.101 INFO O| Sep 21 00:15:00.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81882025-09-21T00:15:00.623Z[ recovery-image] Sep 21 00:15:00.101 INFO O| Sep 21 00:15:00.101 INFO STEP 1123 (remove_files) COMPLETE
81892025-09-21T00:15:00.623Z[ recovery-image] Sep 21 00:15:00.101 INFO O| Sep 21 00:15:00.101 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81902025-09-21T00:15:00.647Z[ recovery-image] Sep 21 00:15:00.112 INFO O| Sep 21 00:15:00.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81912025-09-21T00:15:00.647Z[ recovery-image] Sep 21 00:15:00.112 INFO O| Sep 21 00:15:00.112 INFO STEP 1124 (remove_files) COMPLETE
81922025-09-21T00:15:00.647Z[ recovery-image] Sep 21 00:15:00.112 INFO O| Sep 21 00:15:00.112 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81932025-09-21T00:15:00.647Z[ recovery-image] Sep 21 00:15:00.123 INFO O| Sep 21 00:15:00.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81942025-09-21T00:15:00.647Z[ recovery-image] Sep 21 00:15:00.123 INFO O| Sep 21 00:15:00.123 INFO STEP 1125 (remove_files) COMPLETE
81952025-09-21T00:15:00.647Z[ recovery-image] Sep 21 00:15:00.123 INFO O| Sep 21 00:15:00.123 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81962025-09-21T00:15:00.672Z[ recovery-image] Sep 21 00:15:00.134 INFO O| Sep 21 00:15:00.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81972025-09-21T00:15:00.672Z[ recovery-image] Sep 21 00:15:00.134 INFO O| Sep 21 00:15:00.134 INFO STEP 1126 (remove_files) COMPLETE
81982025-09-21T00:15:00.672Z[ recovery-image] Sep 21 00:15:00.134 INFO O| Sep 21 00:15:00.134 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81992025-09-21T00:15:00.672Z[ recovery-image] Sep 21 00:15:00.145 INFO O| Sep 21 00:15:00.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82002025-09-21T00:15:00.672Z[ recovery-image] Sep 21 00:15:00.145 INFO O| Sep 21 00:15:00.145 INFO STEP 1127 (remove_files) COMPLETE
82012025-09-21T00:15:00.673Z[ recovery-image] Sep 21 00:15:00.145 INFO O| Sep 21 00:15:00.145 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82022025-09-21T00:15:00.698Z[ recovery-image] Sep 21 00:15:00.159 INFO O| Sep 21 00:15:00.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82032025-09-21T00:15:00.698Z[ recovery-image] Sep 21 00:15:00.159 INFO O| Sep 21 00:15:00.159 INFO STEP 1128 (remove_files) COMPLETE
82042025-09-21T00:15:00.698Z[ recovery-image] Sep 21 00:15:00.159 INFO O| Sep 21 00:15:00.159 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82052025-09-21T00:15:00.698Z[ recovery-image] Sep 21 00:15:00.173 INFO O| Sep 21 00:15:00.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82062025-09-21T00:15:00.698Z[ recovery-image] Sep 21 00:15:00.173 INFO O| Sep 21 00:15:00.173 INFO STEP 1129 (remove_files) COMPLETE
82072025-09-21T00:15:00.698Z[ recovery-image] Sep 21 00:15:00.173 INFO O| Sep 21 00:15:00.173 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82082025-09-21T00:15:00.723Z[ recovery-image] Sep 21 00:15:00.187 INFO O| Sep 21 00:15:00.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82092025-09-21T00:15:00.723Z[ recovery-image] Sep 21 00:15:00.187 INFO O| Sep 21 00:15:00.187 INFO STEP 1130 (remove_files) COMPLETE
82102025-09-21T00:15:00.723Z[ recovery-image] Sep 21 00:15:00.187 INFO O| Sep 21 00:15:00.187 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82112025-09-21T00:15:00.723Z[ recovery-image] Sep 21 00:15:00.197 INFO O| Sep 21 00:15:00.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82122025-09-21T00:15:00.723Z[ recovery-image] Sep 21 00:15:00.197 INFO O| Sep 21 00:15:00.197 INFO STEP 1131 (remove_files) COMPLETE
82132025-09-21T00:15:00.723Z[ recovery-image] Sep 21 00:15:00.197 INFO O| Sep 21 00:15:00.197 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82142025-09-21T00:15:00.748Z[ recovery-image] Sep 21 00:15:00.208 INFO O| Sep 21 00:15:00.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82152025-09-21T00:15:00.748Z[ recovery-image] Sep 21 00:15:00.208 INFO O| Sep 21 00:15:00.208 INFO STEP 1132 (remove_files) COMPLETE
82162025-09-21T00:15:00.748Z[ recovery-image] Sep 21 00:15:00.208 INFO O| Sep 21 00:15:00.208 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82172025-09-21T00:15:00.748Z[ recovery-image] Sep 21 00:15:00.219 INFO O| Sep 21 00:15:00.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82182025-09-21T00:15:00.748Z[ recovery-image] Sep 21 00:15:00.219 INFO O| Sep 21 00:15:00.219 INFO STEP 1133 (remove_files) COMPLETE
82192025-09-21T00:15:00.748Z[ recovery-image] Sep 21 00:15:00.219 INFO O| Sep 21 00:15:00.219 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82202025-09-21T00:15:00.748Z[ recovery-image] Sep 21 00:15:00.229 INFO O| Sep 21 00:15:00.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82212025-09-21T00:15:00.748Z[ recovery-image] Sep 21 00:15:00.229 INFO O| Sep 21 00:15:00.229 INFO STEP 1134 (remove_files) COMPLETE
82222025-09-21T00:15:00.748Z[ recovery-image] Sep 21 00:15:00.229 INFO O| Sep 21 00:15:00.229 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82232025-09-21T00:15:00.773Z[ recovery-image] Sep 21 00:15:00.240 INFO O| Sep 21 00:15:00.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82242025-09-21T00:15:00.773Z[ recovery-image] Sep 21 00:15:00.240 INFO O| Sep 21 00:15:00.240 INFO STEP 1135 (remove_files) COMPLETE
82252025-09-21T00:15:00.773Z[ recovery-image] Sep 21 00:15:00.240 INFO O| Sep 21 00:15:00.240 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82262025-09-21T00:15:00.773Z[ recovery-image] Sep 21 00:15:00.251 INFO O| Sep 21 00:15:00.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82272025-09-21T00:15:00.773Z[ recovery-image] Sep 21 00:15:00.251 INFO O| Sep 21 00:15:00.251 INFO STEP 1136 (remove_files) COMPLETE
82282025-09-21T00:15:00.773Z[ recovery-image] Sep 21 00:15:00.251 INFO O| Sep 21 00:15:00.251 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82292025-09-21T00:15:00.799Z[ recovery-image] Sep 21 00:15:00.261 INFO O| Sep 21 00:15:00.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82302025-09-21T00:15:00.799Z[ recovery-image] Sep 21 00:15:00.261 INFO O| Sep 21 00:15:00.261 INFO STEP 1137 (remove_files) COMPLETE
82312025-09-21T00:15:00.799Z[ recovery-image] Sep 21 00:15:00.261 INFO O| Sep 21 00:15:00.261 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82322025-09-21T00:15:00.799Z[ recovery-image] Sep 21 00:15:00.272 INFO O| Sep 21 00:15:00.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82332025-09-21T00:15:00.799Z[ recovery-image] Sep 21 00:15:00.272 INFO O| Sep 21 00:15:00.272 INFO STEP 1138 (remove_files) COMPLETE
82342025-09-21T00:15:00.799Z[ recovery-image] Sep 21 00:15:00.272 INFO O| Sep 21 00:15:00.272 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82352025-09-21T00:15:00.824Z[ recovery-image] Sep 21 00:15:00.282 INFO O| Sep 21 00:15:00.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82362025-09-21T00:15:00.824Z[ recovery-image] Sep 21 00:15:00.282 INFO O| Sep 21 00:15:00.282 INFO STEP 1139 (remove_files) COMPLETE
82372025-09-21T00:15:00.824Z[ recovery-image] Sep 21 00:15:00.282 INFO O| Sep 21 00:15:00.282 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82382025-09-21T00:15:00.824Z[ recovery-image] Sep 21 00:15:00.292 INFO O| Sep 21 00:15:00.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82392025-09-21T00:15:00.824Z[ recovery-image] Sep 21 00:15:00.292 INFO O| Sep 21 00:15:00.292 INFO STEP 1140 (remove_files) COMPLETE
82402025-09-21T00:15:00.824Z[ recovery-image] Sep 21 00:15:00.292 INFO O| Sep 21 00:15:00.292 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82412025-09-21T00:15:00.849Z[ recovery-image] Sep 21 00:15:00.306 INFO O| Sep 21 00:15:00.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82422025-09-21T00:15:00.849Z[ recovery-image] Sep 21 00:15:00.307 INFO O| Sep 21 00:15:00.307 INFO STEP 1141 (remove_files) COMPLETE
82432025-09-21T00:15:00.850Z[ recovery-image] Sep 21 00:15:00.307 INFO O| Sep 21 00:15:00.307 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82442025-09-21T00:15:00.850Z[ recovery-image] Sep 21 00:15:00.319 INFO O| Sep 21 00:15:00.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82452025-09-21T00:15:00.850Z[ recovery-image] Sep 21 00:15:00.319 INFO O| Sep 21 00:15:00.319 INFO STEP 1142 (remove_files) COMPLETE
82462025-09-21T00:15:00.850Z[ recovery-image] Sep 21 00:15:00.319 INFO O| Sep 21 00:15:00.319 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82472025-09-21T00:15:00.875Z[ recovery-image] Sep 21 00:15:00.331 INFO O| Sep 21 00:15:00.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82482025-09-21T00:15:00.875Z[ recovery-image] Sep 21 00:15:00.331 INFO O| Sep 21 00:15:00.331 INFO STEP 1143 (remove_files) COMPLETE
82492025-09-21T00:15:00.875Z[ recovery-image] Sep 21 00:15:00.331 INFO O| Sep 21 00:15:00.331 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82502025-09-21T00:15:00.875Z[ recovery-image] Sep 21 00:15:00.342 INFO O| Sep 21 00:15:00.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82512025-09-21T00:15:00.875Z[ recovery-image] Sep 21 00:15:00.342 INFO O| Sep 21 00:15:00.342 INFO STEP 1144 (remove_files) COMPLETE
82522025-09-21T00:15:00.875Z[ recovery-image] Sep 21 00:15:00.342 INFO O| Sep 21 00:15:00.342 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82532025-09-21T00:15:00.875Z[ recovery-image] Sep 21 00:15:00.354 INFO O| Sep 21 00:15:00.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82542025-09-21T00:15:00.875Z[ recovery-image] Sep 21 00:15:00.354 INFO O| Sep 21 00:15:00.354 INFO STEP 1145 (remove_files) COMPLETE
82552025-09-21T00:15:00.875Z[ recovery-image] Sep 21 00:15:00.354 INFO O| Sep 21 00:15:00.354 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82562025-09-21T00:15:00.901Z[ host-image] Sep 21 00:15:00.361 INFO O| Sep 21 00:15:00.361 INFO STEP 14 (pkg_install) COMPLETE
82572025-09-21T00:15:00.901Z[ host-image] Sep 21 00:15:00.361 INFO O| Sep 21 00:15:00.361 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
82582025-09-21T00:15:00.901Z[ host-image] Sep 21 00:15:00.361 INFO O| Sep 21 00:15:00.361 INFO skip step because feature "mfg" is not enabled
82592025-09-21T00:15:00.901Z[ host-image] Sep 21 00:15:00.361 INFO O| Sep 21 00:15:00.361 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
82602025-09-21T00:15:00.901Z[ host-image] Sep 21 00:15:00.361 INFO O| Sep 21 00:15:00.361 INFO skip step because feature "compliance" is not enabled
82612025-09-21T00:15:00.901Z[ host-image] Sep 21 00:15:00.361 INFO O| Sep 21 00:15:00.361 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
82622025-09-21T00:15:00.901Z[ host-image] Sep 21 00:15:00.361 INFO O| Sep 21 00:15:00.361 INFO skip step because feature "stress" is not enabled
82632025-09-21T00:15:00.901Z[ host-image] Sep 21 00:15:00.361 INFO O| Sep 21 00:15:00.361 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
82642025-09-21T00:15:00.901Z[ host-image] Sep 21 00:15:00.361 INFO O| Sep 21 00:15:00.361 INFO skip step because feature "compliance" is not enabled
82652025-09-21T00:15:00.901Z[ host-image] Sep 21 00:15:00.361 INFO O| Sep 21 00:15:00.361 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
82662025-09-21T00:15:00.901Z[ host-image] Sep 21 00:15:00.361 INFO O| Sep 21 00:15:00.361 INFO skip step because feature "nfs" is not enabled
82672025-09-21T00:15:00.901Z[ host-image] Sep 21 00:15:00.361 INFO O| Sep 21 00:15:00.361 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
82682025-09-21T00:15:00.901Z[ host-image] Sep 21 00:15:00.361 INFO O| Sep 21 00:15:00.361 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
82692025-09-21T00:15:00.901Z[ recovery-image] Sep 21 00:15:00.370 INFO O| Sep 21 00:15:00.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82702025-09-21T00:15:00.901Z[ recovery-image] Sep 21 00:15:00.370 INFO O| Sep 21 00:15:00.370 INFO STEP 1146 (remove_files) COMPLETE
82712025-09-21T00:15:00.901Z[ recovery-image] Sep 21 00:15:00.370 INFO O| Sep 21 00:15:00.370 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82722025-09-21T00:15:00.939Z[ recovery-image] Sep 21 00:15:00.421 INFO O| Sep 21 00:15:00.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82732025-09-21T00:15:00.939Z[ recovery-image] Sep 21 00:15:00.421 INFO O| Sep 21 00:15:00.421 INFO STEP 1147 (remove_files) COMPLETE
82742025-09-21T00:15:00.965Z[ recovery-image] Sep 21 00:15:00.421 INFO O| Sep 21 00:15:00.421 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82752025-09-21T00:15:00.965Z[ host-image] Sep 21 00:15:00.430 INFO O| Sep 21 00:15:00.430 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
82762025-09-21T00:15:00.965Z[ recovery-image] Sep 21 00:15:00.434 INFO O| Sep 21 00:15:00.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82772025-09-21T00:15:00.965Z[ recovery-image] Sep 21 00:15:00.434 INFO O| Sep 21 00:15:00.434 INFO STEP 1148 (remove_files) COMPLETE
82782025-09-21T00:15:00.965Z[ recovery-image] Sep 21 00:15:00.434 INFO O| Sep 21 00:15:00.434 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792025-09-21T00:15:00.965Z[ recovery-image] Sep 21 00:15:00.446 INFO O| Sep 21 00:15:00.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82802025-09-21T00:15:00.965Z[ recovery-image] Sep 21 00:15:00.446 INFO O| Sep 21 00:15:00.446 INFO STEP 1149 (remove_files) COMPLETE
82812025-09-21T00:15:00.965Z[ recovery-image] Sep 21 00:15:00.446 INFO O| Sep 21 00:15:00.446 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822025-09-21T00:15:00.991Z[ recovery-image] Sep 21 00:15:00.456 INFO O| Sep 21 00:15:00.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82832025-09-21T00:15:00.991Z[ recovery-image] Sep 21 00:15:00.456 INFO O| Sep 21 00:15:00.456 INFO STEP 1150 (remove_files) COMPLETE
82842025-09-21T00:15:00.991Z[ recovery-image] Sep 21 00:15:00.456 INFO O| Sep 21 00:15:00.456 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852025-09-21T00:15:00.991Z[ recovery-image] Sep 21 00:15:00.470 INFO O| Sep 21 00:15:00.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82862025-09-21T00:15:00.991Z[ recovery-image] Sep 21 00:15:00.470 INFO O| Sep 21 00:15:00.470 INFO STEP 1151 (remove_files) COMPLETE
82872025-09-21T00:15:00.991Z[ recovery-image] Sep 21 00:15:00.470 INFO O| Sep 21 00:15:00.470 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882025-09-21T00:15:01.016Z[ recovery-image] Sep 21 00:15:00.480 INFO O| Sep 21 00:15:00.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82892025-09-21T00:15:01.016Z[ recovery-image] Sep 21 00:15:00.480 INFO O| Sep 21 00:15:00.480 INFO STEP 1152 (remove_files) COMPLETE
82902025-09-21T00:15:01.016Z[ recovery-image] Sep 21 00:15:00.480 INFO O| Sep 21 00:15:00.480 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912025-09-21T00:15:01.016Z[ recovery-image] Sep 21 00:15:00.490 INFO O| Sep 21 00:15:00.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82922025-09-21T00:15:01.016Z[ recovery-image] Sep 21 00:15:00.490 INFO O| Sep 21 00:15:00.490 INFO STEP 1153 (remove_files) COMPLETE
82932025-09-21T00:15:01.016Z[ recovery-image] Sep 21 00:15:00.490 INFO O| Sep 21 00:15:00.490 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942025-09-21T00:15:01.041Z[ host-image] Sep 21 00:15:00.499 INFO O| Sep 21 00:15:00.499 INFO completed processing sled/ramdisk-01-os
82952025-09-21T00:15:01.041Z[ recovery-image] Sep 21 00:15:00.500 INFO O| Sep 21 00:15:00.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82962025-09-21T00:15:01.041Z[ recovery-image] Sep 21 00:15:00.500 INFO O| Sep 21 00:15:00.500 INFO STEP 1154 (remove_files) COMPLETE
82972025-09-21T00:15:01.041Z[ recovery-image] Sep 21 00:15:00.500 INFO O| Sep 21 00:15:00.500 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82982025-09-21T00:15:01.041Z[ recovery-image] Sep 21 00:15:00.510 INFO O| Sep 21 00:15:00.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82992025-09-21T00:15:01.041Z[ recovery-image] Sep 21 00:15:00.511 INFO O| Sep 21 00:15:00.511 INFO STEP 1155 (remove_files) COMPLETE
83002025-09-21T00:15:01.041Z[ recovery-image] Sep 21 00:15:00.511 INFO O| Sep 21 00:15:00.511 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83012025-09-21T00:15:01.066Z[ recovery-image] Sep 21 00:15:00.524 INFO O| Sep 21 00:15:00.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
83022025-09-21T00:15:01.066Z[ recovery-image] Sep 21 00:15:00.524 INFO O| Sep 21 00:15:00.524 INFO STEP 1156 (remove_files) COMPLETE
83032025-09-21T00:15:01.066Z[ recovery-image] Sep 21 00:15:00.524 INFO O| Sep 21 00:15:00.524 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83042025-09-21T00:15:01.066Z[ recovery-image] Sep 21 00:15:00.539 INFO O| Sep 21 00:15:00.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
83052025-09-21T00:15:01.066Z[ recovery-image] Sep 21 00:15:00.539 INFO O| Sep 21 00:15:00.539 INFO STEP 1157 (remove_files) COMPLETE
83062025-09-21T00:15:01.066Z[ recovery-image] Sep 21 00:15:00.539 INFO O| Sep 21 00:15:00.539 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83072025-09-21T00:15:01.092Z[ recovery-image] Sep 21 00:15:00.550 INFO O| Sep 21 00:15:00.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83082025-09-21T00:15:01.092Z[ recovery-image] Sep 21 00:15:00.550 INFO O| Sep 21 00:15:00.550 INFO STEP 1158 (remove_files) COMPLETE
83092025-09-21T00:15:01.092Z[ recovery-image] Sep 21 00:15:00.550 INFO O| Sep 21 00:15:00.550 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83102025-09-21T00:15:01.092Z[ recovery-image] Sep 21 00:15:00.563 INFO O| Sep 21 00:15:00.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83112025-09-21T00:15:01.092Z[ recovery-image] Sep 21 00:15:00.563 INFO O| Sep 21 00:15:00.563 INFO STEP 1159 (remove_files) COMPLETE
83122025-09-21T00:15:01.092Z[ recovery-image] Sep 21 00:15:00.563 INFO O| Sep 21 00:15:00.563 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83132025-09-21T00:15:01.092Z[ recovery-image] Sep 21 00:15:00.573 INFO O| Sep 21 00:15:00.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83142025-09-21T00:15:01.092Z[ recovery-image] Sep 21 00:15:00.573 INFO O| Sep 21 00:15:00.573 INFO STEP 1160 (remove_files) COMPLETE
83152025-09-21T00:15:01.092Z[ recovery-image] Sep 21 00:15:00.573 INFO O| Sep 21 00:15:00.573 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83162025-09-21T00:15:01.117Z[ recovery-image] Sep 21 00:15:00.584 INFO O| Sep 21 00:15:00.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83172025-09-21T00:15:01.117Z[ recovery-image] Sep 21 00:15:00.584 INFO O| Sep 21 00:15:00.584 INFO STEP 1161 (remove_files) COMPLETE
83182025-09-21T00:15:01.117Z[ recovery-image] Sep 21 00:15:00.584 INFO O| Sep 21 00:15:00.584 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83192025-09-21T00:15:01.117Z[ recovery-image] Sep 21 00:15:00.594 INFO O| Sep 21 00:15:00.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83202025-09-21T00:15:01.117Z[ recovery-image] Sep 21 00:15:00.594 INFO O| Sep 21 00:15:00.594 INFO STEP 1162 (remove_files) COMPLETE
83212025-09-21T00:15:01.117Z[ recovery-image] Sep 21 00:15:00.594 INFO O| Sep 21 00:15:00.594 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83222025-09-21T00:15:01.142Z[ recovery-image] Sep 21 00:15:00.605 INFO O| Sep 21 00:15:00.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83232025-09-21T00:15:01.142Z[ recovery-image] Sep 21 00:15:00.605 INFO O| Sep 21 00:15:00.605 INFO STEP 1163 (remove_files) COMPLETE
83242025-09-21T00:15:01.142Z[ recovery-image] Sep 21 00:15:00.605 INFO O| Sep 21 00:15:00.605 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83252025-09-21T00:15:01.142Z[ recovery-image] Sep 21 00:15:00.617 INFO O| Sep 21 00:15:00.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83262025-09-21T00:15:01.142Z[ recovery-image] Sep 21 00:15:00.617 INFO O| Sep 21 00:15:00.617 INFO STEP 1164 (remove_files) COMPLETE
83272025-09-21T00:15:01.142Z[ recovery-image] Sep 21 00:15:00.617 INFO O| Sep 21 00:15:00.617 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83282025-09-21T00:15:01.167Z[ recovery-image] Sep 21 00:15:00.631 INFO O| Sep 21 00:15:00.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83292025-09-21T00:15:01.167Z[ recovery-image] Sep 21 00:15:00.631 INFO O| Sep 21 00:15:00.631 INFO STEP 1165 (remove_files) COMPLETE
83302025-09-21T00:15:01.167Z[ recovery-image] Sep 21 00:15:00.631 INFO O| Sep 21 00:15:00.631 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83312025-09-21T00:15:01.167Z[ recovery-image] Sep 21 00:15:00.646 INFO O| Sep 21 00:15:00.646 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83322025-09-21T00:15:01.167Z[ recovery-image] Sep 21 00:15:00.646 INFO O| Sep 21 00:15:00.646 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83332025-09-21T00:15:01.519Z[ host-image] Sep 21 00:15:01.000 INFO omicron1 baseline generation...
83342025-09-21T00:15:01.519Z[ host-image] Sep 21 00:15:01.000 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
83352025-09-21T00:15:02.176Z[ host-image] Sep 21 00:15:01.658 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23559:20250918T130007Z
83362025-09-21T00:15:02.230Z[ recovery-image] Sep 21 00:15:01.712 INFO O| Sep 21 00:15:01.712 INFO STEP 1166 (pack_tar) COMPLETE
83372025-09-21T00:15:02.230Z[ recovery-image] Sep 21 00:15:01.712 INFO O| Sep 21 00:15:01.712 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83382025-09-21T00:15:02.230Z[ recovery-image] Sep 21 00:15:01.712 INFO O| Sep 21 00:15:01.712 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83392025-09-21T00:15:02.453Z[ recovery-image] Sep 21 00:15:01.935 INFO O| Sep 21 00:15:01.935 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83402025-09-21T00:15:02.530Z[ recovery-image] Sep 21 00:15:02.012 INFO O| Sep 21 00:15:02.012 INFO completed processing sled/ramdisk-03-recovery-trim
83412025-09-21T00:15:02.555Z[ recovery-image] Sep 21 00:15:02.018 INFO image builder template: zfs-recovery...
83422025-09-21T00:15:02.555Z[ recovery-image] Sep 21 00:15:02.018 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/.tmpJHwTRO/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
83432025-09-21T00:15:02.580Z[ recovery-image] Sep 21 00:15:02.058 INFO O| Sep 21 00:15:02.058 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83442025-09-21T00:15:02.605Z[ recovery-image] Sep 21 00:15:02.063 INFO O| Sep 21 00:15:02.062 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83452025-09-21T00:15:02.630Z[ recovery-image] Sep 21 00:15:02.089 INFO O| Sep 21 00:15:02.089 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83462025-09-21T00:15:02.630Z[ recovery-image] Sep 21 00:15:02.111 INFO O| Sep 21 00:15:02.111 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83472025-09-21T00:15:02.630Z[ recovery-image] Sep 21 00:15:02.111 INFO O| Sep 21 00:15:02.111 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83482025-09-21T00:15:02.655Z[ recovery-image] Sep 21 00:15:02.115 INFO O| Sep 21 00:15:02.115 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83492025-09-21T00:15:02.680Z[ recovery-image] Sep 21 00:15:02.147 INFO O| Sep 21 00:15:02.146 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83502025-09-21T00:15:02.705Z[ recovery-image] Sep 21 00:15:02.164 INFO O| Sep 21 00:15:02.164 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83512025-09-21T00:15:02.705Z[ recovery-image] Sep 21 00:15:02.176 INFO O| Sep 21 00:15:02.176 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83522025-09-21T00:15:02.705Z[ recovery-image] Sep 21 00:15:02.181 INFO O| Sep 21 00:15:02.181 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83532025-09-21T00:15:02.705Z[ recovery-image] Sep 21 00:15:02.186 INFO O| Sep 21 00:15:02.186 INFO no lofi found
83542025-09-21T00:15:02.705Z[ recovery-image] Sep 21 00:15:02.186 INFO O| Sep 21 00:15:02.186 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83552025-09-21T00:15:02.705Z[ recovery-image] Sep 21 00:15:02.186 INFO O| Sep 21 00:15:02.186 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83562025-09-21T00:15:06.522Z[ recovery-image] Sep 21 00:15:06.002 INFO O| Sep 21 00:15:06.002 INFO lofi device = /dev/dsk/c3t1d0p0
83572025-09-21T00:15:06.522Z[ recovery-image] Sep 21 00:15:06.002 INFO O| Sep 21 00:15:06.002 INFO pool device = /dev/dsk/c3t1d0p0
83582025-09-21T00:15:06.522Z[ recovery-image] Sep 21 00:15:06.002 INFO O| Sep 21 00:15:06.002 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"]
83592025-09-21T00:15:06.720Z[ recovery-image] Sep 21 00:15:06.202 INFO O| Sep 21 00:15:06.202 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83602025-09-21T00:15:06.720Z[ recovery-image] Sep 21 00:15:06.202 INFO O| Sep 21 00:15:06.202 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83612025-09-21T00:15:06.764Z[ recovery-image] Sep 21 00:15:06.246 INFO O| Sep 21 00:15:06.246 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83622025-09-21T00:15:07.062Z[ recovery-image] Sep 21 00:15:06.544 INFO O| Sep 21 00:15:06.544 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83632025-09-21T00:15:07.110Z[ recovery-image] Sep 21 00:15:06.592 INFO O| Sep 21 00:15:06.592 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83642025-09-21T00:15:07.142Z[ recovery-image] Sep 21 00:15:06.624 INFO O| Sep 21 00:15:06.624 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83652025-09-21T00:15:07.167Z[ recovery-image] Sep 21 00:15:06.647 INFO O| Sep 21 00:15:06.647 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83662025-09-21T00:15:07.223Z[ recovery-image] Sep 21 00:15:06.705 INFO O| Sep 21 00:15:06.705 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83672025-09-21T00:15:07.248Z[ recovery-image] Sep 21 00:15:06.705 INFO O| Sep 21 00:15:06.705 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83682025-09-21T00:15:07.248Z[ recovery-image] Sep 21 00:15:06.705 INFO O| Sep 21 00:15:06.705 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83692025-09-21T00:15:07.280Z[ recovery-image] Sep 21 00:15:06.762 INFO O| Sep 21 00:15:06.762 INFO boot environment UUID: 9b46f49a-39d6-4c81-af20-b905f677a028
83702025-09-21T00:15:07.280Z[ recovery-image] Sep 21 00:15:06.762 INFO O| Sep 21 00:15:06.762 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9b46f49a-39d6-4c81-af20-b905f677a028
83712025-09-21T00:15:07.305Z[ recovery-image] Sep 21 00:15:06.784 INFO O| Sep 21 00:15:06.784 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83722025-09-21T00:15:07.331Z[ recovery-image] Sep 21 00:15:06.806 INFO O| Sep 21 00:15:06.806 INFO STEP 0 (create_be) COMPLETE
83732025-09-21T00:15:07.331Z[ recovery-image] Sep 21 00:15:06.806 INFO O| Sep 21 00:15:06.806 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83742025-09-21T00:15:07.356Z[ recovery-image] Sep 21 00:15:06.827 INFO O| Sep 21 00:15:06.827 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"]
83752025-09-21T00:15:16.383Z[ recovery-image] Sep 21 00:15:15.865 INFO O| Sep 21 00:15:15.865 INFO STEP 1 (unpack_tar) COMPLETE
83762025-09-21T00:15:16.383Z[ recovery-image] Sep 21 00:15:15.865 INFO O| Sep 21 00:15:15.865 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83772025-09-21T00:15:16.408Z[ recovery-image] Sep 21 00:15:15.879 INFO O| Sep 21 00:15:15.878 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83782025-09-21T00:15:17.673Z[ recovery-image] Sep 21 00:15:17.156 INFO O| Sep 21 00:15:17.156 INFO STEP 2 (devfsadm) COMPLETE
83792025-09-21T00:15:17.673Z[ recovery-image] Sep 21 00:15:17.156 INFO O| Sep 21 00:15:17.156 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83802025-09-21T00:15:17.699Z[ recovery-image] Sep 21 00:15:17.168 INFO O| Sep 21 00:15:17.168 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83812025-09-21T00:15:17.699Z[ recovery-image] Sep 21 00:15:17.169 INFO O| Sep 21 00:15:17.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83822025-09-21T00:15:17.699Z[ recovery-image] Sep 21 00:15:17.169 INFO O| Sep 21 00:15:17.169 INFO STEP 3 (ensure_dir) COMPLETE
83832025-09-21T00:15:17.699Z[ recovery-image] Sep 21 00:15:17.169 INFO O| Sep 21 00:15:17.169 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83842025-09-21T00:15:17.699Z[ recovery-image] Sep 21 00:15:17.179 INFO O| Sep 21 00:15:17.179 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83852025-09-21T00:15:17.699Z[ recovery-image] Sep 21 00:15:17.179 INFO O| Sep 21 00:15:17.179 INFO STEP 4 (ensure_dir) COMPLETE
83862025-09-21T00:15:17.699Z[ recovery-image] Sep 21 00:15:17.179 INFO O| Sep 21 00:15:17.179 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83872025-09-21T00:15:17.724Z[ recovery-image] Sep 21 00:15:17.190 INFO O| Sep 21 00:15:17.190 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83882025-09-21T00:15:17.724Z[ recovery-image] Sep 21 00:15:17.190 INFO O| Sep 21 00:15:17.190 INFO STEP 5 (ensure_dir) COMPLETE
83892025-09-21T00:15:17.724Z[ recovery-image] Sep 21 00:15:17.190 INFO O| Sep 21 00:15:17.190 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83902025-09-21T00:15:17.724Z[ recovery-image] Sep 21 00:15:17.200 INFO O| Sep 21 00:15:17.200 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83912025-09-21T00:15:17.724Z[ recovery-image] Sep 21 00:15:17.200 INFO O| Sep 21 00:15:17.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83922025-09-21T00:15:17.724Z[ recovery-image] Sep 21 00:15:17.200 INFO O| Sep 21 00:15:17.200 INFO STEP 6 (ensure_dir) COMPLETE
83932025-09-21T00:15:17.724Z[ recovery-image] Sep 21 00:15:17.200 INFO O| Sep 21 00:15:17.200 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83942025-09-21T00:15:17.749Z[ recovery-image] Sep 21 00:15:17.210 INFO O| Sep 21 00:15:17.210 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83952025-09-21T00:15:17.749Z[ recovery-image] Sep 21 00:15:17.210 INFO O| Sep 21 00:15:17.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83962025-09-21T00:15:17.749Z[ recovery-image] Sep 21 00:15:17.210 INFO O| Sep 21 00:15:17.210 INFO STEP 7 (ensure_dir) COMPLETE
83972025-09-21T00:15:17.749Z[ recovery-image] Sep 21 00:15:17.210 INFO O| Sep 21 00:15:17.210 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83982025-09-21T00:15:17.749Z[ recovery-image] Sep 21 00:15:17.225 INFO O| Sep 21 00:15:17.225 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83992025-09-21T00:15:17.749Z[ recovery-image] Sep 21 00:15:17.225 INFO O| Sep 21 00:15:17.225 INFO STEP 8 (remove_files) COMPLETE
84002025-09-21T00:15:17.749Z[ recovery-image] Sep 21 00:15:17.225 INFO O| Sep 21 00:15:17.225 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84012025-09-21T00:15:17.774Z[ recovery-image] Sep 21 00:15:17.235 INFO O| Sep 21 00:15:17.235 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
84022025-09-21T00:15:17.774Z[ recovery-image] Sep 21 00:15:17.237 INFO O| Sep 21 00:15:17.236 INFO STEP 9 (remove_files) COMPLETE
84032025-09-21T00:15:17.774Z[ recovery-image] Sep 21 00:15:17.237 INFO O| Sep 21 00:15:17.236 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84042025-09-21T00:15:17.774Z[ recovery-image] Sep 21 00:15:17.247 INFO O| Sep 21 00:15:17.247 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84052025-09-21T00:15:17.774Z[ recovery-image] Sep 21 00:15:17.248 INFO O| Sep 21 00:15:17.248 INFO STEP 10 (remove_files) COMPLETE
84062025-09-21T00:15:17.774Z[ recovery-image] Sep 21 00:15:17.248 INFO O| Sep 21 00:15:17.248 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84072025-09-21T00:15:17.800Z[ recovery-image] Sep 21 00:15:17.258 INFO O| Sep 21 00:15:17.258 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84082025-09-21T00:15:17.800Z[ recovery-image] Sep 21 00:15:17.258 INFO O| Sep 21 00:15:17.258 INFO STEP 11 (remove_files) COMPLETE
84092025-09-21T00:15:17.800Z[ recovery-image] Sep 21 00:15:17.258 INFO O| Sep 21 00:15:17.258 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84102025-09-21T00:15:17.800Z[ recovery-image] Sep 21 00:15:17.272 INFO O| Sep 21 00:15:17.272 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84112025-09-21T00:15:17.800Z[ recovery-image] Sep 21 00:15:17.272 INFO O| Sep 21 00:15:17.272 INFO STEP 12 (remove_files) COMPLETE
84122025-09-21T00:15:17.800Z[ recovery-image] Sep 21 00:15:17.272 INFO O| Sep 21 00:15:17.272 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84132025-09-21T00:15:17.800Z[ recovery-image] Sep 21 00:15:17.282 INFO O| Sep 21 00:15:17.282 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84142025-09-21T00:15:17.801Z[ recovery-image] Sep 21 00:15:17.282 INFO O| Sep 21 00:15:17.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84152025-09-21T00:15:17.801Z[ recovery-image] Sep 21 00:15:17.282 INFO O| Sep 21 00:15:17.282 INFO STEP 13 (ensure_dir) COMPLETE
84162025-09-21T00:15:17.801Z[ recovery-image] Sep 21 00:15:17.282 INFO O| Sep 21 00:15:17.282 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84172025-09-21T00:15:17.826Z[ recovery-image] Sep 21 00:15:17.293 INFO O| Sep 21 00:15:17.292 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84182025-09-21T00:15:17.826Z[ recovery-image] Sep 21 00:15:17.293 INFO O| Sep 21 00:15:17.293 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84192025-09-21T00:15:17.826Z[ recovery-image] Sep 21 00:15:17.293 INFO O| Sep 21 00:15:17.293 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84202025-09-21T00:15:17.826Z[ recovery-image] Sep 21 00:15:17.293 INFO O| Sep 21 00:15:17.293 INFO STEP 14 (ensure_dir) COMPLETE
84212025-09-21T00:15:17.826Z[ recovery-image] Sep 21 00:15:17.293 INFO O| Sep 21 00:15:17.293 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84222025-09-21T00:15:17.826Z[ recovery-image] Sep 21 00:15:17.306 INFO O| Sep 21 00:15:17.306 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84232025-09-21T00:15:17.826Z[ recovery-image] Sep 21 00:15:17.306 INFO O| Sep 21 00:15:17.306 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84242025-09-21T00:15:17.826Z[ recovery-image] Sep 21 00:15:17.306 INFO O| Sep 21 00:15:17.306 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84252025-09-21T00:15:17.826Z[ recovery-image] Sep 21 00:15:17.306 INFO O| Sep 21 00:15:17.306 INFO STEP 15 (ensure_dir) COMPLETE
84262025-09-21T00:15:17.826Z[ recovery-image] Sep 21 00:15:17.306 INFO O| Sep 21 00:15:17.306 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84272025-09-21T00:15:17.851Z[ recovery-image] Sep 21 00:15:17.316 INFO O| Sep 21 00:15:17.316 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84282025-09-21T00:15:17.851Z[ recovery-image] Sep 21 00:15:17.316 INFO O| Sep 21 00:15:17.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84292025-09-21T00:15:17.851Z[ recovery-image] Sep 21 00:15:17.316 INFO O| Sep 21 00:15:17.316 INFO STEP 16 (ensure_dir) COMPLETE
84302025-09-21T00:15:17.851Z[ recovery-image] Sep 21 00:15:17.316 INFO O| Sep 21 00:15:17.316 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84312025-09-21T00:15:17.852Z[ recovery-image] Sep 21 00:15:17.329 INFO O| Sep 21 00:15:17.329 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84322025-09-21T00:15:17.852Z[ recovery-image] Sep 21 00:15:17.329 INFO O| Sep 21 00:15:17.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84332025-09-21T00:15:17.852Z[ recovery-image] Sep 21 00:15:17.329 INFO O| Sep 21 00:15:17.329 INFO STEP 17 (ensure_dir) COMPLETE
84342025-09-21T00:15:17.852Z[ recovery-image] Sep 21 00:15:17.329 INFO O| Sep 21 00:15:17.329 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84352025-09-21T00:15:17.877Z[ recovery-image] Sep 21 00:15:17.343 INFO O| Sep 21 00:15:17.342 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84362025-09-21T00:15:17.877Z[ recovery-image] Sep 21 00:15:17.343 INFO O| Sep 21 00:15:17.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84372025-09-21T00:15:17.877Z[ recovery-image] Sep 21 00:15:17.343 INFO O| Sep 21 00:15:17.343 INFO ok!
84382025-09-21T00:15:17.877Z[ recovery-image] Sep 21 00:15:17.343 INFO O| Sep 21 00:15:17.343 INFO STEP 18 (ensure_symlink) COMPLETE
84392025-09-21T00:15:17.877Z[ recovery-image] Sep 21 00:15:17.343 INFO O| Sep 21 00:15:17.343 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84402025-09-21T00:15:17.877Z[ recovery-image] Sep 21 00:15:17.355 INFO O| Sep 21 00:15:17.355 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84412025-09-21T00:15:17.877Z[ recovery-image] Sep 21 00:15:17.355 INFO O| Sep 21 00:15:17.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84422025-09-21T00:15:17.877Z[ recovery-image] Sep 21 00:15:17.355 INFO O| Sep 21 00:15:17.355 INFO ok!
84432025-09-21T00:15:17.877Z[ recovery-image] Sep 21 00:15:17.355 INFO O| Sep 21 00:15:17.355 INFO STEP 19 (ensure_file) COMPLETE
84442025-09-21T00:15:17.877Z[ recovery-image] Sep 21 00:15:17.355 INFO O| Sep 21 00:15:17.355 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84452025-09-21T00:15:17.902Z[ recovery-image] Sep 21 00:15:17.365 INFO O| Sep 21 00:15:17.365 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84462025-09-21T00:15:17.902Z[ recovery-image] Sep 21 00:15:17.366 INFO O| Sep 21 00:15:17.365 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84472025-09-21T00:15:17.902Z[ recovery-image] Sep 21 00:15:17.366 INFO O| Sep 21 00:15:17.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84482025-09-21T00:15:17.902Z[ recovery-image] Sep 21 00:15:17.366 INFO O| Sep 21 00:15:17.366 INFO ok!
84492025-09-21T00:15:17.902Z[ recovery-image] Sep 21 00:15:17.366 INFO O| Sep 21 00:15:17.366 INFO STEP 20 (ensure_symlink) COMPLETE
84502025-09-21T00:15:17.902Z[ recovery-image] Sep 21 00:15:17.366 INFO O| Sep 21 00:15:17.366 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84512025-09-21T00:15:17.902Z[ recovery-image] Sep 21 00:15:17.380 INFO O| Sep 21 00:15:17.379 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84522025-09-21T00:15:17.902Z[ recovery-image] Sep 21 00:15:17.380 INFO O| Sep 21 00:15:17.379 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84532025-09-21T00:15:17.902Z[ recovery-image] Sep 21 00:15:17.380 INFO O| Sep 21 00:15:17.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84542025-09-21T00:15:17.902Z[ recovery-image] Sep 21 00:15:17.380 INFO O| Sep 21 00:15:17.380 INFO ok!
84552025-09-21T00:15:17.902Z[ recovery-image] Sep 21 00:15:17.380 INFO O| Sep 21 00:15:17.380 INFO STEP 21 (ensure_symlink) COMPLETE
84562025-09-21T00:15:17.902Z[ recovery-image] Sep 21 00:15:17.380 INFO O| Sep 21 00:15:17.380 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84572025-09-21T00:15:17.927Z[ recovery-image] Sep 21 00:15:17.393 INFO O| Sep 21 00:15:17.392 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84582025-09-21T00:15:17.927Z[ recovery-image] Sep 21 00:15:17.393 INFO O| Sep 21 00:15:17.392 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84592025-09-21T00:15:17.928Z[ recovery-image] Sep 21 00:15:17.393 INFO O| Sep 21 00:15:17.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84602025-09-21T00:15:17.928Z[ recovery-image] Sep 21 00:15:17.393 INFO O| Sep 21 00:15:17.393 INFO ok!
84612025-09-21T00:15:17.928Z[ recovery-image] Sep 21 00:15:17.393 INFO O| Sep 21 00:15:17.393 INFO STEP 22 (ensure_symlink) COMPLETE
84622025-09-21T00:15:17.928Z[ recovery-image] Sep 21 00:15:17.393 INFO O| Sep 21 00:15:17.393 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84632025-09-21T00:15:17.928Z[ recovery-image] Sep 21 00:15:17.405 INFO O| Sep 21 00:15:17.405 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84642025-09-21T00:15:17.928Z[ recovery-image] Sep 21 00:15:17.405 INFO O| Sep 21 00:15:17.405 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84652025-09-21T00:15:17.928Z[ recovery-image] Sep 21 00:15:17.405 INFO O| Sep 21 00:15:17.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84662025-09-21T00:15:17.928Z[ recovery-image] Sep 21 00:15:17.405 INFO O| Sep 21 00:15:17.405 INFO ok!
84672025-09-21T00:15:17.928Z[ recovery-image] Sep 21 00:15:17.405 INFO O| Sep 21 00:15:17.405 INFO STEP 23 (ensure_symlink) COMPLETE
84682025-09-21T00:15:17.928Z[ recovery-image] Sep 21 00:15:17.405 INFO O| Sep 21 00:15:17.405 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84692025-09-21T00:15:17.953Z[ recovery-image] Sep 21 00:15:17.416 INFO O| Sep 21 00:15:17.416 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84702025-09-21T00:15:17.953Z[ recovery-image] Sep 21 00:15:17.417 INFO O| Sep 21 00:15:17.416 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 ...
84712025-09-21T00:15:17.953Z[ recovery-image] Sep 21 00:15:17.417 INFO O| Sep 21 00:15:17.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84722025-09-21T00:15:17.953Z[ recovery-image] Sep 21 00:15:17.417 INFO O| Sep 21 00:15:17.417 INFO ok!
84732025-09-21T00:15:17.953Z[ recovery-image] Sep 21 00:15:17.417 INFO O| Sep 21 00:15:17.417 INFO STEP 24 (ensure_file) COMPLETE
84742025-09-21T00:15:17.953Z[ recovery-image] Sep 21 00:15:17.417 INFO O| Sep 21 00:15:17.417 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84752025-09-21T00:15:17.953Z[ recovery-image] Sep 21 00:15:17.428 INFO O| Sep 21 00:15:17.428 INFO updating shadow file
84762025-09-21T00:15:17.953Z[ recovery-image] Sep 21 00:15:17.428 INFO O| Sep 21 00:15:17.428 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84772025-09-21T00:15:17.953Z[ recovery-image] Sep 21 00:15:17.428 INFO O| Sep 21 00:15:17.428 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84782025-09-21T00:15:17.953Z[ recovery-image] Sep 21 00:15:17.428 INFO O| Sep 21 00:15:17.428 INFO STEP 25 (shadow) COMPLETE
84792025-09-21T00:15:17.953Z[ recovery-image] Sep 21 00:15:17.428 INFO O| Sep 21 00:15:17.428 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84802025-09-21T00:15:17.979Z[ recovery-image] Sep 21 00:15:17.440 INFO O| Sep 21 00:15:17.440 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84812025-09-21T00:15:17.979Z[ recovery-image] Sep 21 00:15:17.440 INFO O| Sep 21 00:15:17.440 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84822025-09-21T00:15:17.979Z[ recovery-image] Sep 21 00:15:17.440 INFO O| Sep 21 00:15:17.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84832025-09-21T00:15:17.979Z[ recovery-image] Sep 21 00:15:17.440 INFO O| Sep 21 00:15:17.440 INFO ok!
84842025-09-21T00:15:17.979Z[ recovery-image] Sep 21 00:15:17.440 INFO O| Sep 21 00:15:17.440 INFO STEP 26 (ensure_file) COMPLETE
84852025-09-21T00:15:17.979Z[ recovery-image] Sep 21 00:15:17.440 INFO O| Sep 21 00:15:17.440 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84862025-09-21T00:15:17.979Z[ recovery-image] Sep 21 00:15:17.453 INFO O| Sep 21 00:15:17.453 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84872025-09-21T00:15:17.979Z[ recovery-image] Sep 21 00:15:17.453 INFO O| Sep 21 00:15:17.453 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84882025-09-21T00:15:17.979Z[ recovery-image] Sep 21 00:15:17.453 INFO O| Sep 21 00:15:17.453 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84892025-09-21T00:15:17.979Z[ recovery-image] Sep 21 00:15:17.453 INFO O| Sep 21 00:15:17.453 INFO ok!
84902025-09-21T00:15:17.979Z[ recovery-image] Sep 21 00:15:17.453 INFO O| Sep 21 00:15:17.453 INFO STEP 27 (ensure_file) COMPLETE
84912025-09-21T00:15:17.979Z[ recovery-image] Sep 21 00:15:17.453 INFO O| Sep 21 00:15:17.453 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84922025-09-21T00:15:18.004Z[ recovery-image] Sep 21 00:15:17.468 INFO O| Sep 21 00:15:17.468 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84932025-09-21T00:15:18.004Z[ recovery-image] Sep 21 00:15:17.468 INFO O| Sep 21 00:15:17.468 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84942025-09-21T00:15:18.004Z[ recovery-image] Sep 21 00:15:17.468 INFO O| Sep 21 00:15:17.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84952025-09-21T00:15:18.004Z[ recovery-image] Sep 21 00:15:17.468 INFO O| Sep 21 00:15:17.468 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84962025-09-21T00:15:18.004Z[ recovery-image] Sep 21 00:15:17.468 INFO O| Sep 21 00:15:17.468 INFO ok!
84972025-09-21T00:15:18.004Z[ recovery-image] Sep 21 00:15:17.468 INFO O| Sep 21 00:15:17.468 INFO STEP 28 (ensure_file) COMPLETE
84982025-09-21T00:15:18.004Z[ recovery-image] Sep 21 00:15:17.468 INFO O| Sep 21 00:15:17.468 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84992025-09-21T00:15:18.004Z[ recovery-image] Sep 21 00:15:17.482 INFO O| Sep 21 00:15:17.482 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
85002025-09-21T00:15:18.004Z[ recovery-image] Sep 21 00:15:17.482 INFO O| Sep 21 00:15:17.482 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
85012025-09-21T00:15:18.004Z[ recovery-image] Sep 21 00:15:17.482 INFO O| Sep 21 00:15:17.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
85022025-09-21T00:15:18.004Z[ recovery-image] Sep 21 00:15:17.482 INFO O| Sep 21 00:15:17.482 INFO ok!
85032025-09-21T00:15:18.004Z[ recovery-image] Sep 21 00:15:17.482 INFO O| Sep 21 00:15:17.482 INFO STEP 29 (ensure_file) COMPLETE
85042025-09-21T00:15:18.004Z[ recovery-image] Sep 21 00:15:17.482 INFO O| Sep 21 00:15:17.482 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85052025-09-21T00:15:18.029Z[ recovery-image] Sep 21 00:15:17.493 INFO O| Sep 21 00:15:17.493 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85062025-09-21T00:15:18.029Z[ recovery-image] Sep 21 00:15:17.494 INFO O| Sep 21 00:15:17.494 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85072025-09-21T00:15:18.029Z[ recovery-image] Sep 21 00:15:17.494 INFO O| Sep 21 00:15:17.494 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85082025-09-21T00:15:18.030Z[ recovery-image] Sep 21 00:15:17.494 INFO O| Sep 21 00:15:17.494 INFO STEP 30 (ensure_dir) COMPLETE
85092025-09-21T00:15:18.030Z[ recovery-image] Sep 21 00:15:17.494 INFO O| Sep 21 00:15:17.494 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85102025-09-21T00:15:18.030Z[ recovery-image] Sep 21 00:15:17.509 INFO O| Sep 21 00:15:17.509 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85112025-09-21T00:15:18.030Z[ recovery-image] Sep 21 00:15:17.509 INFO O| Sep 21 00:15:17.509 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 ...
85122025-09-21T00:15:18.030Z[ recovery-image] Sep 21 00:15:17.509 INFO O| Sep 21 00:15:17.509 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
85132025-09-21T00:15:18.030Z[ recovery-image] Sep 21 00:15:17.509 INFO O| Sep 21 00:15:17.509 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85142025-09-21T00:15:18.030Z[ recovery-image] Sep 21 00:15:17.509 INFO O| Sep 21 00:15:17.509 INFO ok!
85152025-09-21T00:15:18.030Z[ recovery-image] Sep 21 00:15:17.509 INFO O| Sep 21 00:15:17.509 INFO STEP 31 (ensure_file) COMPLETE
85162025-09-21T00:15:18.030Z[ recovery-image] Sep 21 00:15:17.509 INFO O| Sep 21 00:15:17.509 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85172025-09-21T00:15:18.056Z[ recovery-image] Sep 21 00:15:17.524 INFO O| Sep 21 00:15:17.524 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85182025-09-21T00:15:18.056Z[ recovery-image] Sep 21 00:15:17.524 INFO O| Sep 21 00:15:17.524 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85192025-09-21T00:15:18.056Z[ recovery-image] Sep 21 00:15:17.524 INFO O| Sep 21 00:15:17.524 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85202025-09-21T00:15:18.056Z[ recovery-image] Sep 21 00:15:17.524 INFO O| Sep 21 00:15:17.524 INFO STEP 32 (ensure_dir) COMPLETE
85212025-09-21T00:15:18.056Z[ recovery-image] Sep 21 00:15:17.524 INFO O| Sep 21 00:15:17.524 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85222025-09-21T00:15:18.056Z[ recovery-image] Sep 21 00:15:17.535 INFO O| Sep 21 00:15:17.535 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85232025-09-21T00:15:18.056Z[ recovery-image] Sep 21 00:15:17.535 INFO O| Sep 21 00:15:17.535 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 ...
85242025-09-21T00:15:18.057Z[ recovery-image] Sep 21 00:15:17.536 INFO O| Sep 21 00:15:17.536 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
85252025-09-21T00:15:18.057Z[ recovery-image] Sep 21 00:15:17.536 INFO O| Sep 21 00:15:17.536 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85262025-09-21T00:15:18.057Z[ recovery-image] Sep 21 00:15:17.536 INFO O| Sep 21 00:15:17.536 INFO ok!
85272025-09-21T00:15:18.057Z[ recovery-image] Sep 21 00:15:17.536 INFO O| Sep 21 00:15:17.536 INFO STEP 33 (ensure_file) COMPLETE
85282025-09-21T00:15:18.057Z[ recovery-image] Sep 21 00:15:17.536 INFO O| Sep 21 00:15:17.536 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85292025-09-21T00:15:18.083Z[ recovery-image] Sep 21 00:15:17.548 INFO O| Sep 21 00:15:17.548 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85302025-09-21T00:15:18.083Z[ recovery-image] Sep 21 00:15:17.549 INFO O| Sep 21 00:15:17.548 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85312025-09-21T00:15:18.083Z[ recovery-image] Sep 21 00:15:17.549 INFO O| Sep 21 00:15:17.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85322025-09-21T00:15:18.083Z[ recovery-image] Sep 21 00:15:17.549 INFO O| Sep 21 00:15:17.549 INFO ok!
85332025-09-21T00:15:18.083Z[ recovery-image] Sep 21 00:15:17.549 INFO O| Sep 21 00:15:17.549 INFO STEP 34 (ensure_file) COMPLETE
85342025-09-21T00:15:18.083Z[ recovery-image] Sep 21 00:15:17.549 INFO O| Sep 21 00:15:17.549 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85352025-09-21T00:15:18.083Z[ recovery-image] Sep 21 00:15:17.561 INFO O| Sep 21 00:15:17.561 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85362025-09-21T00:15:18.083Z[ recovery-image] Sep 21 00:15:17.561 INFO O| Sep 21 00:15:17.561 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85372025-09-21T00:15:18.083Z[ recovery-image] Sep 21 00:15:17.561 INFO O| Sep 21 00:15:17.561 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85382025-09-21T00:15:18.083Z[ recovery-image] Sep 21 00:15:17.561 INFO O| Sep 21 00:15:17.561 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85392025-09-21T00:15:18.083Z[ recovery-image] Sep 21 00:15:17.561 INFO O| Sep 21 00:15:17.561 INFO ok!
85402025-09-21T00:15:18.083Z[ recovery-image] Sep 21 00:15:17.561 INFO O| Sep 21 00:15:17.561 INFO STEP 35 (ensure_file) COMPLETE
85412025-09-21T00:15:18.083Z[ recovery-image] Sep 21 00:15:17.561 INFO O| Sep 21 00:15:17.561 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85422025-09-21T00:15:18.108Z[ recovery-image] Sep 21 00:15:17.572 INFO O| Sep 21 00:15:17.572 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85432025-09-21T00:15:18.108Z[ recovery-image] Sep 21 00:15:17.572 INFO O| Sep 21 00:15:17.572 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85442025-09-21T00:15:18.108Z[ recovery-image] Sep 21 00:15:17.572 INFO O| Sep 21 00:15:17.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85452025-09-21T00:15:18.109Z[ recovery-image] Sep 21 00:15:17.573 INFO O| Sep 21 00:15:17.572 INFO ok!
85462025-09-21T00:15:18.109Z[ recovery-image] Sep 21 00:15:17.573 INFO O| Sep 21 00:15:17.572 INFO STEP 36 (ensure_file) COMPLETE
85472025-09-21T00:15:18.109Z[ recovery-image] Sep 21 00:15:17.573 INFO O| Sep 21 00:15:17.572 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85482025-09-21T00:15:18.109Z[ recovery-image] Sep 21 00:15:17.586 INFO O| Sep 21 00:15:17.585 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85492025-09-21T00:15:18.109Z[ recovery-image] Sep 21 00:15:17.586 INFO O| Sep 21 00:15:17.586 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85502025-09-21T00:15:18.109Z[ recovery-image] Sep 21 00:15:17.586 INFO O| Sep 21 00:15:17.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85512025-09-21T00:15:18.109Z[ recovery-image] Sep 21 00:15:17.586 INFO O| Sep 21 00:15:17.586 INFO ok!
85522025-09-21T00:15:18.109Z[ recovery-image] Sep 21 00:15:17.586 INFO O| Sep 21 00:15:17.586 INFO STEP 37 (ensure_file) COMPLETE
85532025-09-21T00:15:18.109Z[ recovery-image] Sep 21 00:15:17.586 INFO O| Sep 21 00:15:17.586 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85542025-09-21T00:15:18.134Z[ recovery-image] Sep 21 00:15:17.596 INFO O| Sep 21 00:15:17.596 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85552025-09-21T00:15:18.134Z[ recovery-image] Sep 21 00:15:17.596 INFO O| Sep 21 00:15:17.596 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85562025-09-21T00:15:18.135Z[ recovery-image] Sep 21 00:15:17.596 INFO O| Sep 21 00:15:17.596 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85572025-09-21T00:15:18.135Z[ recovery-image] Sep 21 00:15:17.596 INFO O| Sep 21 00:15:17.596 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85582025-09-21T00:15:18.135Z[ recovery-image] Sep 21 00:15:17.596 INFO O| Sep 21 00:15:17.596 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85592025-09-21T00:15:18.135Z[ recovery-image] Sep 21 00:15:17.596 INFO O| Sep 21 00:15:17.596 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85602025-09-21T00:15:18.135Z[ recovery-image] Sep 21 00:15:17.597 INFO O| Sep 21 00:15:17.596 INFO ok!
85612025-09-21T00:15:18.135Z[ recovery-image] Sep 21 00:15:17.597 INFO O| Sep 21 00:15:17.596 INFO STEP 38 (ensure_file) COMPLETE
85622025-09-21T00:15:18.135Z[ recovery-image] Sep 21 00:15:17.597 INFO O| Sep 21 00:15:17.596 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85632025-09-21T00:15:18.135Z[ recovery-image] Sep 21 00:15:17.609 INFO O| Sep 21 00:15:17.609 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85642025-09-21T00:15:18.135Z[ recovery-image] Sep 21 00:15:17.609 INFO O| Sep 21 00:15:17.609 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85652025-09-21T00:15:18.135Z[ recovery-image] Sep 21 00:15:17.609 INFO O| Sep 21 00:15:17.609 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85662025-09-21T00:15:18.135Z[ recovery-image] Sep 21 00:15:17.609 INFO O| Sep 21 00:15:17.609 INFO STEP 39 (ensure_dir) COMPLETE
85672025-09-21T00:15:18.135Z[ recovery-image] Sep 21 00:15:17.609 INFO O| Sep 21 00:15:17.609 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85682025-09-21T00:15:18.160Z[ recovery-image] Sep 21 00:15:17.623 INFO O| Sep 21 00:15:17.623 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
85692025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.623 INFO O| Sep 21 00:15:17.623 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 ...
85702025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.623 INFO O| Sep 21 00:15:17.623 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
85712025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.623 INFO O| Sep 21 00:15:17.623 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
85722025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.623 INFO O| Sep 21 00:15:17.623 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
85732025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.624 INFO O| Sep 21 00:15:17.623 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
85742025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.624 INFO O| Sep 21 00:15:17.623 INFO ok!
85752025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.624 INFO O| Sep 21 00:15:17.624 INFO STEP 40 (ensure_file) COMPLETE
85762025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.624 INFO O| Sep 21 00:15:17.624 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85772025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.637 INFO O| Sep 21 00:15:17.637 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85782025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.637 INFO O| Sep 21 00:15:17.637 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 ...
85792025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.637 INFO O| Sep 21 00:15:17.637 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85802025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.637 INFO O| Sep 21 00:15:17.637 INFO ok!
85812025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.637 INFO O| Sep 21 00:15:17.637 INFO STEP 41 (ensure_symlink) COMPLETE
85822025-09-21T00:15:18.161Z[ recovery-image] Sep 21 00:15:17.637 INFO O| Sep 21 00:15:17.637 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85832025-09-21T00:15:18.187Z[ recovery-image] Sep 21 00:15:17.649 INFO O| Sep 21 00:15:17.648 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85842025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.649 INFO O| Sep 21 00:15:17.649 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85852025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.649 INFO O| Sep 21 00:15:17.649 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85862025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.649 INFO O| Sep 21 00:15:17.649 INFO ok!
85872025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.649 INFO O| Sep 21 00:15:17.649 INFO STEP 42 (ensure_symlink) COMPLETE
85882025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.649 INFO O| Sep 21 00:15:17.649 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85892025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.662 INFO O| Sep 21 00:15:17.662 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85902025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.662 INFO O| Sep 21 00:15:17.662 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85912025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.662 INFO O| Sep 21 00:15:17.662 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85922025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.662 INFO O| Sep 21 00:15:17.662 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85932025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.662 INFO O| Sep 21 00:15:17.662 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85942025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.662 INFO O| Sep 21 00:15:17.662 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85952025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.662 INFO O| Sep 21 00:15:17.662 INFO ok!
85962025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.662 INFO O| Sep 21 00:15:17.662 INFO STEP 43 (ensure_file) COMPLETE
85972025-09-21T00:15:18.188Z[ recovery-image] Sep 21 00:15:17.662 INFO O| Sep 21 00:15:17.662 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85982025-09-21T00:15:18.213Z[ recovery-image] Sep 21 00:15:17.673 INFO O| Sep 21 00:15:17.673 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85992025-09-21T00:15:18.213Z[ recovery-image] Sep 21 00:15:17.673 INFO O| Sep 21 00:15:17.673 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 ...
86002025-09-21T00:15:18.214Z[ recovery-image] Sep 21 00:15:17.673 INFO O| Sep 21 00:15:17.673 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
86012025-09-21T00:15:18.214Z[ recovery-image] Sep 21 00:15:17.673 INFO O| Sep 21 00:15:17.673 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86022025-09-21T00:15:18.214Z[ recovery-image] Sep 21 00:15:17.673 INFO O| Sep 21 00:15:17.673 INFO ok!
86032025-09-21T00:15:18.214Z[ recovery-image] Sep 21 00:15:17.673 INFO O| Sep 21 00:15:17.673 INFO STEP 44 (ensure_file) COMPLETE
86042025-09-21T00:15:18.214Z[ recovery-image] Sep 21 00:15:17.673 INFO O| Sep 21 00:15:17.673 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86052025-09-21T00:15:18.214Z[ recovery-image] Sep 21 00:15:17.694 INFO O| Sep 21 00:15:17.694 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86062025-09-21T00:15:18.214Z[ recovery-image] Sep 21 00:15:17.694 INFO O| Sep 21 00:15:17.694 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86072025-09-21T00:15:18.214Z[ recovery-image] Sep 21 00:15:17.694 INFO O| Sep 21 00:15:17.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86082025-09-21T00:15:18.214Z[ recovery-image] Sep 21 00:15:17.694 INFO O| Sep 21 00:15:17.694 INFO ok!
86092025-09-21T00:15:18.214Z[ recovery-image] Sep 21 00:15:17.694 INFO O| Sep 21 00:15:17.694 INFO STEP 45 (ensure_file) COMPLETE
86102025-09-21T00:15:18.214Z[ recovery-image] Sep 21 00:15:17.694 INFO O| Sep 21 00:15:17.694 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86112025-09-21T00:15:18.239Z[ recovery-image] Sep 21 00:15:17.708 INFO O| Sep 21 00:15:17.708 INFO updating shadow file
86122025-09-21T00:15:18.239Z[ recovery-image] Sep 21 00:15:17.708 INFO O| Sep 21 00:15:17.708 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86132025-09-21T00:15:18.239Z[ recovery-image] Sep 21 00:15:17.708 INFO O| Sep 21 00:15:17.708 INFO STEP 46 (shadow) COMPLETE
86142025-09-21T00:15:18.239Z[ recovery-image] Sep 21 00:15:17.708 INFO O| Sep 21 00:15:17.708 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86152025-09-21T00:15:18.265Z[ recovery-image] Sep 21 00:15:17.724 INFO O| Sep 21 00:15:17.724 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86162025-09-21T00:15:18.265Z[ recovery-image] Sep 21 00:15:17.724 INFO O| Sep 21 00:15:17.724 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86172025-09-21T00:15:18.265Z[ recovery-image] Sep 21 00:15:17.724 INFO O| Sep 21 00:15:17.724 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86182025-09-21T00:15:18.265Z[ recovery-image] Sep 21 00:15:17.724 INFO O| Sep 21 00:15:17.724 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86192025-09-21T00:15:18.265Z[ recovery-image] Sep 21 00:15:17.724 INFO O| Sep 21 00:15:17.724 INFO ok!
86202025-09-21T00:15:18.265Z[ recovery-image] Sep 21 00:15:17.724 INFO O| Sep 21 00:15:17.724 INFO STEP 47 (ensure_file) COMPLETE
86212025-09-21T00:15:18.265Z[ recovery-image] Sep 21 00:15:17.724 INFO O| Sep 21 00:15:17.724 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86222025-09-21T00:15:18.265Z[ recovery-image] Sep 21 00:15:17.739 INFO O| Sep 21 00:15:17.739 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86232025-09-21T00:15:18.265Z[ recovery-image] Sep 21 00:15:17.739 INFO O| Sep 21 00:15:17.739 INFO STEP 48 (ensure_dir) COMPLETE
86242025-09-21T00:15:18.265Z[ recovery-image] Sep 21 00:15:17.739 INFO O| Sep 21 00:15:17.739 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86252025-09-21T00:15:18.291Z[ recovery-image] Sep 21 00:15:17.753 INFO O| Sep 21 00:15:17.752 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86262025-09-21T00:15:18.291Z[ recovery-image] Sep 21 00:15:17.753 INFO O| Sep 21 00:15:17.753 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86272025-09-21T00:15:18.291Z[ recovery-image] Sep 21 00:15:17.753 INFO O| Sep 21 00:15:17.753 INFO STEP 49 (ensure_dir) COMPLETE
86282025-09-21T00:15:18.291Z[ recovery-image] Sep 21 00:15:17.753 INFO O| Sep 21 00:15:17.753 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86292025-09-21T00:15:18.291Z[ recovery-image] Sep 21 00:15:17.766 INFO O| Sep 21 00:15:17.766 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86302025-09-21T00:15:18.291Z[ recovery-image] Sep 21 00:15:17.766 INFO O| Sep 21 00:15:17.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86312025-09-21T00:15:18.291Z[ recovery-image] Sep 21 00:15:17.766 INFO O| Sep 21 00:15:17.766 INFO STEP 50 (ensure_dir) COMPLETE
86322025-09-21T00:15:18.291Z[ recovery-image] Sep 21 00:15:17.766 INFO O| Sep 21 00:15:17.766 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86332025-09-21T00:15:18.316Z[ recovery-image] Sep 21 00:15:17.781 INFO O| Sep 21 00:15:17.781 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86342025-09-21T00:15:18.316Z[ recovery-image] Sep 21 00:15:17.781 INFO O| Sep 21 00:15:17.781 INFO copying /tmp/.tmpJHwTRO/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86352025-09-21T00:15:18.417Z[ recovery-image] Sep 21 00:15:17.900 INFO O| Sep 21 00:15:17.900 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86362025-09-21T00:15:18.417Z[ recovery-image] Sep 21 00:15:17.900 INFO O| Sep 21 00:15:17.900 INFO ok!
86372025-09-21T00:15:18.442Z[ recovery-image] Sep 21 00:15:17.900 INFO O| Sep 21 00:15:17.900 INFO STEP 51 (ensure_file) COMPLETE
86382025-09-21T00:15:18.443Z[ recovery-image] Sep 21 00:15:17.900 INFO O| Sep 21 00:15:17.900 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86392025-09-21T00:15:18.473Z[ recovery-image] Sep 21 00:15:17.955 INFO O| Sep 21 00:15:17.955 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86402025-09-21T00:15:18.497Z[ recovery-image] Sep 21 00:15:17.955 INFO O| Sep 21 00:15:17.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86412025-09-21T00:15:18.497Z[ recovery-image] Sep 21 00:15:17.956 INFO O| Sep 21 00:15:17.955 INFO STEP 52 (ensure_dir) COMPLETE
86422025-09-21T00:15:18.498Z[ recovery-image] Sep 21 00:15:17.956 INFO O| Sep 21 00:15:17.956 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86432025-09-21T00:15:18.559Z[ recovery-image] Sep 21 00:15:18.042 INFO O| Sep 21 00:15:18.042 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86442025-09-21T00:15:18.559Z[ recovery-image] Sep 21 00:15:18.042 INFO O| Sep 21 00:15:18.042 INFO copying /tmp/.tmpJHwTRO/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86452025-09-21T00:15:18.584Z[ recovery-image] Sep 21 00:15:18.042 INFO O| Sep 21 00:15:18.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86462025-09-21T00:15:18.584Z[ recovery-image] Sep 21 00:15:18.042 INFO O| Sep 21 00:15:18.042 INFO ok!
86472025-09-21T00:15:18.584Z[ recovery-image] Sep 21 00:15:18.043 INFO O| Sep 21 00:15:18.043 INFO STEP 53 (ensure_file) COMPLETE
86482025-09-21T00:15:18.584Z[ recovery-image] Sep 21 00:15:18.043 INFO O| Sep 21 00:15:18.043 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86492025-09-21T00:15:18.656Z[ recovery-image] Sep 21 00:15:18.139 INFO O| Sep 21 00:15:18.139 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86502025-09-21T00:15:18.656Z[ recovery-image] Sep 21 00:15:18.139 INFO O| Sep 21 00:15:18.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86512025-09-21T00:15:18.656Z[ recovery-image] Sep 21 00:15:18.139 INFO O| Sep 21 00:15:18.139 INFO STEP 54 (ensure_dir) COMPLETE
86522025-09-21T00:15:18.656Z[ recovery-image] Sep 21 00:15:18.139 INFO O| Sep 21 00:15:18.139 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86532025-09-21T00:15:18.690Z[ recovery-image] Sep 21 00:15:18.172 INFO O| Sep 21 00:15:18.172 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86542025-09-21T00:15:18.690Z[ recovery-image] Sep 21 00:15:18.173 INFO O| Sep 21 00:15:18.172 INFO copying /tmp/.tmpJHwTRO/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86552025-09-21T00:15:21.336Z[ recovery-image] Sep 21 00:15:20.818 INFO O| Sep 21 00:15:20.818 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86562025-09-21T00:15:21.336Z[ recovery-image] Sep 21 00:15:20.818 INFO O| Sep 21 00:15:20.818 INFO ok!
86572025-09-21T00:15:21.361Z[ recovery-image] Sep 21 00:15:20.818 INFO O| Sep 21 00:15:20.818 INFO STEP 55 (ensure_file) COMPLETE
86582025-09-21T00:15:21.361Z[ recovery-image] Sep 21 00:15:20.818 INFO O| Sep 21 00:15:20.818 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86592025-09-21T00:15:21.361Z[ recovery-image] Sep 21 00:15:20.833 INFO O| Sep 21 00:15:20.833 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86602025-09-21T00:15:21.361Z[ recovery-image] Sep 21 00:15:20.833 INFO O| Sep 21 00:15:20.833 INFO copying /tmp/.tmpJHwTRO/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86612025-09-21T00:15:23.914Z[ recovery-image] Sep 21 00:15:23.397 INFO O| Sep 21 00:15:23.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86622025-09-21T00:15:23.939Z[ recovery-image] Sep 21 00:15:23.397 INFO O| Sep 21 00:15:23.397 INFO ok!
86632025-09-21T00:15:23.939Z[ recovery-image] Sep 21 00:15:23.397 INFO O| Sep 21 00:15:23.397 INFO STEP 56 (ensure_file) COMPLETE
86642025-09-21T00:15:23.939Z[ recovery-image] Sep 21 00:15:23.397 INFO O| Sep 21 00:15:23.397 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86652025-09-21T00:15:23.939Z[ recovery-image] Sep 21 00:15:23.413 INFO O| Sep 21 00:15:23.413 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86662025-09-21T00:15:23.939Z[ recovery-image] Sep 21 00:15:23.413 INFO O| Sep 21 00:15:23.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86672025-09-21T00:15:23.939Z[ recovery-image] Sep 21 00:15:23.413 INFO O| Sep 21 00:15:23.413 INFO STEP 57 (ensure_dir) COMPLETE
86682025-09-21T00:15:23.939Z[ recovery-image] Sep 21 00:15:23.413 INFO O| Sep 21 00:15:23.413 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86692025-09-21T00:15:23.964Z[ recovery-image] Sep 21 00:15:23.429 INFO O| Sep 21 00:15:23.429 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86702025-09-21T00:15:23.965Z[ recovery-image] Sep 21 00:15:23.429 INFO O| Sep 21 00:15:23.429 INFO copying /tmp/.tmpJHwTRO/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 ...
86712025-09-21T00:15:23.965Z[ recovery-image] Sep 21 00:15:23.429 INFO O| Sep 21 00:15:23.429 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
86722025-09-21T00:15:23.965Z[ recovery-image] Sep 21 00:15:23.429 INFO O| Sep 21 00:15:23.429 INFO ok!
86732025-09-21T00:15:23.965Z[ recovery-image] Sep 21 00:15:23.429 INFO O| Sep 21 00:15:23.429 INFO STEP 58 (ensure_file) COMPLETE
86742025-09-21T00:15:23.965Z[ recovery-image] Sep 21 00:15:23.429 INFO O| Sep 21 00:15:23.429 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86752025-09-21T00:15:23.965Z[ recovery-image] Sep 21 00:15:23.444 INFO O| Sep 21 00:15:23.444 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86762025-09-21T00:15:23.965Z[ recovery-image] Sep 21 00:15:23.444 INFO O| Sep 21 00:15:23.444 INFO copying /tmp/.tmpJHwTRO/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 ...
86772025-09-21T00:15:23.965Z[ recovery-image] Sep 21 00:15:23.444 INFO O| Sep 21 00:15:23.444 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
86782025-09-21T00:15:23.965Z[ recovery-image] Sep 21 00:15:23.444 INFO O| Sep 21 00:15:23.444 INFO ok!
86792025-09-21T00:15:23.965Z[ recovery-image] Sep 21 00:15:23.444 INFO O| Sep 21 00:15:23.444 INFO STEP 59 (ensure_file) COMPLETE
86802025-09-21T00:15:23.965Z[ recovery-image] Sep 21 00:15:23.444 INFO O| Sep 21 00:15:23.444 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86812025-09-21T00:15:23.990Z[ recovery-image] Sep 21 00:15:23.457 INFO O| Sep 21 00:15:23.456 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86822025-09-21T00:15:23.990Z[ recovery-image] Sep 21 00:15:23.457 INFO O| Sep 21 00:15:23.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86832025-09-21T00:15:23.990Z[ recovery-image] Sep 21 00:15:23.457 INFO O| Sep 21 00:15:23.457 INFO STEP 60 (ensure_dir) COMPLETE
86842025-09-21T00:15:23.990Z[ recovery-image] Sep 21 00:15:23.457 INFO O| Sep 21 00:15:23.457 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86852025-09-21T00:15:23.990Z[ recovery-image] Sep 21 00:15:23.468 INFO O| Sep 21 00:15:23.468 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86862025-09-21T00:15:23.990Z[ recovery-image] Sep 21 00:15:23.468 INFO O| Sep 21 00:15:23.468 INFO copying /tmp/.tmpJHwTRO/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 ...
86872025-09-21T00:15:23.990Z[ recovery-image] Sep 21 00:15:23.468 INFO O| Sep 21 00:15:23.468 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86882025-09-21T00:15:23.990Z[ recovery-image] Sep 21 00:15:23.468 INFO O| Sep 21 00:15:23.468 INFO ok!
86892025-09-21T00:15:23.990Z[ recovery-image] Sep 21 00:15:23.468 INFO O| Sep 21 00:15:23.468 INFO STEP 61 (ensure_file) COMPLETE
86902025-09-21T00:15:23.990Z[ recovery-image] Sep 21 00:15:23.468 INFO O| Sep 21 00:15:23.468 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86912025-09-21T00:15:24.019Z[ recovery-image] Sep 21 00:15:23.479 INFO O| Sep 21 00:15:23.479 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86922025-09-21T00:15:24.019Z[ recovery-image] Sep 21 00:15:23.479 INFO O| Sep 21 00:15:23.479 INFO copying /tmp/.tmpJHwTRO/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 ...
86932025-09-21T00:15:24.019Z[ recovery-image] Sep 21 00:15:23.479 INFO O| Sep 21 00:15:23.479 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
86942025-09-21T00:15:24.019Z[ recovery-image] Sep 21 00:15:23.479 INFO O| Sep 21 00:15:23.479 INFO ok!
86952025-09-21T00:15:24.019Z[ recovery-image] Sep 21 00:15:23.479 INFO O| Sep 21 00:15:23.479 INFO STEP 62 (ensure_file) COMPLETE
86962025-09-21T00:15:24.019Z[ recovery-image] Sep 21 00:15:23.479 INFO O| Sep 21 00:15:23.479 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86972025-09-21T00:15:24.020Z[ recovery-image] Sep 21 00:15:23.490 INFO O| Sep 21 00:15:23.490 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86982025-09-21T00:15:24.020Z[ recovery-image] Sep 21 00:15:23.490 INFO O| Sep 21 00:15:23.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86992025-09-21T00:15:24.020Z[ recovery-image] Sep 21 00:15:23.490 INFO O| Sep 21 00:15:23.490 INFO STEP 63 (ensure_dir) COMPLETE
87002025-09-21T00:15:24.020Z[ recovery-image] Sep 21 00:15:23.490 INFO O| Sep 21 00:15:23.490 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87012025-09-21T00:15:24.046Z[ recovery-image] Sep 21 00:15:23.505 INFO O| Sep 21 00:15:23.504 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87022025-09-21T00:15:24.046Z[ recovery-image] Sep 21 00:15:23.505 INFO O| Sep 21 00:15:23.504 INFO copying /tmp/.tmpJHwTRO/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 ...
87032025-09-21T00:15:24.046Z[ recovery-image] Sep 21 00:15:23.505 INFO O| Sep 21 00:15:23.505 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87042025-09-21T00:15:24.046Z[ recovery-image] Sep 21 00:15:23.505 INFO O| Sep 21 00:15:23.505 INFO ok!
87052025-09-21T00:15:24.046Z[ recovery-image] Sep 21 00:15:23.505 INFO O| Sep 21 00:15:23.505 INFO STEP 64 (ensure_file) COMPLETE
87062025-09-21T00:15:24.046Z[ recovery-image] Sep 21 00:15:23.505 INFO O| Sep 21 00:15:23.505 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87072025-09-21T00:15:24.046Z[ recovery-image] Sep 21 00:15:23.519 INFO O| Sep 21 00:15:23.519 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87082025-09-21T00:15:24.046Z[ recovery-image] Sep 21 00:15:23.519 INFO O| Sep 21 00:15:23.519 INFO copying /tmp/.tmpJHwTRO/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87092025-09-21T00:15:24.046Z[ recovery-image] Sep 21 00:15:23.519 INFO O| Sep 21 00:15:23.519 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87102025-09-21T00:15:24.046Z[ recovery-image] Sep 21 00:15:23.519 INFO O| Sep 21 00:15:23.519 INFO ok!
87112025-09-21T00:15:24.046Z[ recovery-image] Sep 21 00:15:23.519 INFO O| Sep 21 00:15:23.519 INFO STEP 65 (ensure_file) COMPLETE
87122025-09-21T00:15:24.046Z[ recovery-image] Sep 21 00:15:23.519 INFO O| Sep 21 00:15:23.519 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87132025-09-21T00:15:24.071Z[ recovery-image] Sep 21 00:15:23.530 INFO O| Sep 21 00:15:23.530 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87142025-09-21T00:15:24.071Z[ recovery-image] Sep 21 00:15:23.530 INFO O| Sep 21 00:15:23.530 INFO STEP 66 (ensure_dir) COMPLETE
87152025-09-21T00:15:24.071Z[ recovery-image] Sep 21 00:15:23.530 INFO O| Sep 21 00:15:23.530 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87162025-09-21T00:15:24.072Z[ recovery-image] Sep 21 00:15:23.541 INFO O| Sep 21 00:15:23.541 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87172025-09-21T00:15:24.072Z[ recovery-image] Sep 21 00:15:23.541 INFO O| Sep 21 00:15:23.541 INFO STEP 67 (ensure_dir) COMPLETE
87182025-09-21T00:15:24.072Z[ recovery-image] Sep 21 00:15:23.541 INFO O| Sep 21 00:15:23.541 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87192025-09-21T00:15:24.072Z[ recovery-image] Sep 21 00:15:23.551 INFO O| Sep 21 00:15:23.551 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87202025-09-21T00:15:24.072Z[ recovery-image] Sep 21 00:15:23.551 INFO O| Sep 21 00:15:23.551 INFO STEP 68 (ensure_dir) COMPLETE
87212025-09-21T00:15:24.072Z[ recovery-image] Sep 21 00:15:23.552 INFO O| Sep 21 00:15:23.551 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87222025-09-21T00:15:24.097Z[ recovery-image] Sep 21 00:15:23.562 INFO O| Sep 21 00:15:23.562 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87232025-09-21T00:15:24.097Z[ recovery-image] Sep 21 00:15:23.562 INFO O| Sep 21 00:15:23.562 INFO STEP 69 (ensure_dir) COMPLETE
87242025-09-21T00:15:24.097Z[ recovery-image] Sep 21 00:15:23.562 INFO O| Sep 21 00:15:23.562 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87252025-09-21T00:15:24.097Z[ recovery-image] Sep 21 00:15:23.573 INFO O| Sep 21 00:15:23.573 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87262025-09-21T00:15:24.097Z[ recovery-image] Sep 21 00:15:23.573 INFO O| Sep 21 00:15:23.573 INFO copying /tmp/.tmpJHwTRO/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87272025-09-21T00:15:24.097Z[ recovery-image] Sep 21 00:15:23.573 INFO O| Sep 21 00:15:23.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87282025-09-21T00:15:24.097Z[ recovery-image] Sep 21 00:15:23.573 INFO O| Sep 21 00:15:23.573 INFO ok!
87292025-09-21T00:15:24.097Z[ recovery-image] Sep 21 00:15:23.573 INFO O| Sep 21 00:15:23.573 INFO STEP 70 (ensure_file) COMPLETE
87302025-09-21T00:15:24.097Z[ recovery-image] Sep 21 00:15:23.573 INFO O| Sep 21 00:15:23.573 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87312025-09-21T00:15:24.122Z[ recovery-image] Sep 21 00:15:23.584 INFO O| Sep 21 00:15:23.584 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87322025-09-21T00:15:24.122Z[ recovery-image] Sep 21 00:15:23.584 INFO O| Sep 21 00:15:23.584 INFO STEP 71 (remove_files) COMPLETE
87332025-09-21T00:15:24.122Z[ recovery-image] Sep 21 00:15:23.584 INFO O| Sep 21 00:15:23.584 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87342025-09-21T00:15:24.122Z[ recovery-image] Sep 21 00:15:23.594 INFO O| Sep 21 00:15:23.594 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87352025-09-21T00:15:24.122Z[ recovery-image] Sep 21 00:15:23.594 INFO O| Sep 21 00:15:23.594 INFO STEP 72 (remove_files) COMPLETE
87362025-09-21T00:15:24.122Z[ recovery-image] Sep 21 00:15:23.594 INFO O| Sep 21 00:15:23.594 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87372025-09-21T00:15:24.122Z[ recovery-image] Sep 21 00:15:23.604 INFO O| Sep 21 00:15:23.604 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87382025-09-21T00:15:24.122Z[ recovery-image] Sep 21 00:15:23.604 INFO O| Sep 21 00:15:23.604 INFO STEP 73 (remove_files) COMPLETE
87392025-09-21T00:15:24.122Z[ recovery-image] Sep 21 00:15:23.604 INFO O| Sep 21 00:15:23.604 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87402025-09-21T00:15:24.147Z[ recovery-image] Sep 21 00:15:23.614 INFO O| Sep 21 00:15:23.614 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87412025-09-21T00:15:24.147Z[ recovery-image] Sep 21 00:15:23.614 INFO O| Sep 21 00:15:23.614 INFO STEP 74 (remove_files) COMPLETE
87422025-09-21T00:15:24.147Z[ recovery-image] Sep 21 00:15:23.614 INFO O| Sep 21 00:15:23.614 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87432025-09-21T00:15:24.172Z[ recovery-image] Sep 21 00:15:23.654 INFO O| Sep 21 00:15:23.624 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87442025-09-21T00:15:24.172Z[ recovery-image] Sep 21 00:15:23.654 INFO O| Sep 21 00:15:23.624 INFO STEP 75 (remove_files) COMPLETE
87452025-09-21T00:15:24.172Z[ recovery-image] Sep 21 00:15:23.654 INFO O| Sep 21 00:15:23.624 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87462025-09-21T00:15:24.197Z[ recovery-image] Sep 21 00:15:23.654 INFO O| Sep 21 00:15:23.636 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87472025-09-21T00:15:24.197Z[ recovery-image] Sep 21 00:15:23.654 INFO O| Sep 21 00:15:23.636 INFO STEP 76 (remove_files) COMPLETE
87482025-09-21T00:15:24.198Z[ recovery-image] Sep 21 00:15:23.654 INFO O| Sep 21 00:15:23.636 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87492025-09-21T00:15:24.198Z[ recovery-image] Sep 21 00:15:23.654 INFO O| Sep 21 00:15:23.648 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87502025-09-21T00:15:24.198Z[ recovery-image] Sep 21 00:15:23.654 INFO O| Sep 21 00:15:23.648 INFO STEP 77 (remove_files) COMPLETE
87512025-09-21T00:15:24.198Z[ recovery-image] Sep 21 00:15:23.654 INFO O| Sep 21 00:15:23.648 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87522025-09-21T00:15:24.198Z[ recovery-image] Sep 21 00:15:23.673 INFO O| Sep 21 00:15:23.673 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87532025-09-21T00:15:24.198Z[ recovery-image] Sep 21 00:15:23.673 INFO O| Sep 21 00:15:23.673 INFO STEP 78 (remove_files) COMPLETE
87542025-09-21T00:15:24.198Z[ recovery-image] Sep 21 00:15:23.673 INFO O| Sep 21 00:15:23.673 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87552025-09-21T00:15:24.223Z[ recovery-image] Sep 21 00:15:23.691 INFO O| Sep 21 00:15:23.690 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87562025-09-21T00:15:24.223Z[ recovery-image] Sep 21 00:15:23.691 INFO O| Sep 21 00:15:23.691 INFO STEP 79 (remove_files) COMPLETE
87572025-09-21T00:15:24.223Z[ recovery-image] Sep 21 00:15:23.691 INFO O| Sep 21 00:15:23.691 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87582025-09-21T00:15:24.223Z[ recovery-image] Sep 21 00:15:23.705 INFO O| Sep 21 00:15:23.705 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87592025-09-21T00:15:24.223Z[ recovery-image] Sep 21 00:15:23.705 INFO O| Sep 21 00:15:23.705 INFO STEP 80 (remove_files) COMPLETE
87602025-09-21T00:15:24.223Z[ recovery-image] Sep 21 00:15:23.705 INFO O| Sep 21 00:15:23.705 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87612025-09-21T00:15:24.248Z[ recovery-image] Sep 21 00:15:23.721 INFO O| Sep 21 00:15:23.721 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87622025-09-21T00:15:24.248Z[ recovery-image] Sep 21 00:15:23.721 INFO O| Sep 21 00:15:23.721 INFO STEP 81 (remove_files) COMPLETE
87632025-09-21T00:15:24.248Z[ recovery-image] Sep 21 00:15:23.721 INFO O| Sep 21 00:15:23.721 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87642025-09-21T00:15:24.274Z[ recovery-image] Sep 21 00:15:23.735 INFO O| Sep 21 00:15:23.735 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87652025-09-21T00:15:24.274Z[ recovery-image] Sep 21 00:15:23.735 INFO O| Sep 21 00:15:23.735 INFO STEP 82 (remove_files) COMPLETE
87662025-09-21T00:15:24.274Z[ recovery-image] Sep 21 00:15:23.735 INFO O| Sep 21 00:15:23.735 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87672025-09-21T00:15:24.274Z[ recovery-image] Sep 21 00:15:23.748 INFO O| Sep 21 00:15:23.748 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87682025-09-21T00:15:24.274Z[ recovery-image] Sep 21 00:15:23.748 INFO O| Sep 21 00:15:23.748 INFO STEP 83 (remove_files) COMPLETE
87692025-09-21T00:15:24.274Z[ recovery-image] Sep 21 00:15:23.748 INFO O| Sep 21 00:15:23.748 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87702025-09-21T00:15:24.299Z[ recovery-image] Sep 21 00:15:23.760 INFO O| Sep 21 00:15:23.760 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87712025-09-21T00:15:24.299Z[ recovery-image] Sep 21 00:15:23.760 INFO O| Sep 21 00:15:23.760 INFO STEP 84 (remove_files) COMPLETE
87722025-09-21T00:15:24.299Z[ recovery-image] Sep 21 00:15:23.760 INFO O| Sep 21 00:15:23.760 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87732025-09-21T00:15:24.299Z[ recovery-image] Sep 21 00:15:23.772 INFO O| Sep 21 00:15:23.772 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87742025-09-21T00:15:24.299Z[ recovery-image] Sep 21 00:15:23.772 INFO O| Sep 21 00:15:23.772 INFO STEP 85 (remove_files) COMPLETE
87752025-09-21T00:15:24.299Z[ recovery-image] Sep 21 00:15:23.772 INFO O| Sep 21 00:15:23.772 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87762025-09-21T00:15:24.327Z[ recovery-image] Sep 21 00:15:23.783 INFO O| Sep 21 00:15:23.783 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87772025-09-21T00:15:24.327Z[ recovery-image] Sep 21 00:15:23.783 INFO O| Sep 21 00:15:23.783 INFO STEP 86 (remove_files) COMPLETE
87782025-09-21T00:15:24.327Z[ recovery-image] Sep 21 00:15:23.783 INFO O| Sep 21 00:15:23.783 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87792025-09-21T00:15:24.327Z[ recovery-image] Sep 21 00:15:23.797 INFO O| Sep 21 00:15:23.797 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87802025-09-21T00:15:24.327Z[ recovery-image] Sep 21 00:15:23.797 INFO O| Sep 21 00:15:23.797 INFO STEP 87 (remove_files) COMPLETE
87812025-09-21T00:15:24.327Z[ recovery-image] Sep 21 00:15:23.798 INFO O| Sep 21 00:15:23.797 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87822025-09-21T00:15:24.327Z[ recovery-image] Sep 21 00:15:23.810 INFO O| Sep 21 00:15:23.809 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87832025-09-21T00:15:24.327Z[ recovery-image] Sep 21 00:15:23.810 INFO O| Sep 21 00:15:23.810 INFO STEP 88 (remove_files) COMPLETE
87842025-09-21T00:15:24.327Z[ recovery-image] Sep 21 00:15:23.810 INFO O| Sep 21 00:15:23.810 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87852025-09-21T00:15:24.353Z[ recovery-image] Sep 21 00:15:23.821 INFO O| Sep 21 00:15:23.820 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87862025-09-21T00:15:24.353Z[ recovery-image] Sep 21 00:15:23.821 INFO O| Sep 21 00:15:23.821 INFO STEP 89 (remove_files) COMPLETE
87872025-09-21T00:15:24.353Z[ recovery-image] Sep 21 00:15:23.821 INFO O| Sep 21 00:15:23.821 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87882025-09-21T00:15:24.353Z[ recovery-image] Sep 21 00:15:23.834 INFO O| Sep 21 00:15:23.834 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87892025-09-21T00:15:24.353Z[ recovery-image] Sep 21 00:15:23.834 INFO O| Sep 21 00:15:23.834 INFO STEP 90 (remove_files) COMPLETE
87902025-09-21T00:15:24.353Z[ recovery-image] Sep 21 00:15:23.834 INFO O| Sep 21 00:15:23.834 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87912025-09-21T00:15:24.379Z[ recovery-image] Sep 21 00:15:23.847 INFO O| Sep 21 00:15:23.847 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87922025-09-21T00:15:24.379Z[ recovery-image] Sep 21 00:15:23.847 INFO O| Sep 21 00:15:23.847 INFO STEP 91 (remove_files) COMPLETE
87932025-09-21T00:15:24.379Z[ recovery-image] Sep 21 00:15:23.848 INFO O| Sep 21 00:15:23.847 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87942025-09-21T00:15:24.379Z[ recovery-image] Sep 21 00:15:23.858 INFO O| Sep 21 00:15:23.858 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87952025-09-21T00:15:24.379Z[ recovery-image] Sep 21 00:15:23.858 INFO O| Sep 21 00:15:23.858 INFO STEP 92 (remove_files) COMPLETE
87962025-09-21T00:15:24.379Z[ recovery-image] Sep 21 00:15:23.858 INFO O| Sep 21 00:15:23.858 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87972025-09-21T00:15:24.404Z[ recovery-image] Sep 21 00:15:23.871 INFO O| Sep 21 00:15:23.871 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87982025-09-21T00:15:24.404Z[ recovery-image] Sep 21 00:15:23.871 INFO O| Sep 21 00:15:23.871 INFO STEP 93 (remove_files) COMPLETE
87992025-09-21T00:15:24.404Z[ recovery-image] Sep 21 00:15:23.871 INFO O| Sep 21 00:15:23.871 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88002025-09-21T00:15:24.404Z[ recovery-image] Sep 21 00:15:23.883 INFO O| Sep 21 00:15:23.883 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88012025-09-21T00:15:24.404Z[ recovery-image] Sep 21 00:15:23.883 INFO O| Sep 21 00:15:23.883 INFO STEP 94 (remove_files) COMPLETE
88022025-09-21T00:15:24.404Z[ recovery-image] Sep 21 00:15:23.883 INFO O| Sep 21 00:15:23.883 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88032025-09-21T00:15:24.429Z[ recovery-image] Sep 21 00:15:23.897 INFO O| Sep 21 00:15:23.897 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88042025-09-21T00:15:24.429Z[ recovery-image] Sep 21 00:15:23.897 INFO O| Sep 21 00:15:23.897 INFO STEP 95 (remove_files) COMPLETE
88052025-09-21T00:15:24.429Z[ recovery-image] Sep 21 00:15:23.897 INFO O| Sep 21 00:15:23.897 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88062025-09-21T00:15:24.429Z[ recovery-image] Sep 21 00:15:23.907 INFO O| Sep 21 00:15:23.907 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88072025-09-21T00:15:24.429Z[ recovery-image] Sep 21 00:15:23.908 INFO O| Sep 21 00:15:23.907 INFO STEP 96 (remove_files) COMPLETE
88082025-09-21T00:15:24.429Z[ recovery-image] Sep 21 00:15:23.908 INFO O| Sep 21 00:15:23.908 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88092025-09-21T00:15:24.481Z[ recovery-image] Sep 21 00:15:23.920 INFO O| Sep 21 00:15:23.920 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88102025-09-21T00:15:24.482Z[ recovery-image] Sep 21 00:15:23.920 INFO O| Sep 21 00:15:23.920 INFO STEP 97 (remove_files) COMPLETE
88112025-09-21T00:15:24.482Z[ recovery-image] Sep 21 00:15:23.921 INFO O| Sep 21 00:15:23.920 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88122025-09-21T00:15:24.482Z[ recovery-image] Sep 21 00:15:23.933 INFO O| Sep 21 00:15:23.933 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88132025-09-21T00:15:24.482Z[ recovery-image] Sep 21 00:15:23.933 INFO O| Sep 21 00:15:23.933 INFO STEP 98 (remove_files) COMPLETE
88142025-09-21T00:15:24.482Z[ recovery-image] Sep 21 00:15:23.933 INFO O| Sep 21 00:15:23.933 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88152025-09-21T00:15:24.482Z[ recovery-image] Sep 21 00:15:23.945 INFO O| Sep 21 00:15:23.945 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88162025-09-21T00:15:24.482Z[ recovery-image] Sep 21 00:15:23.945 INFO O| Sep 21 00:15:23.945 INFO STEP 99 (remove_files) COMPLETE
88172025-09-21T00:15:24.482Z[ recovery-image] Sep 21 00:15:23.945 INFO O| Sep 21 00:15:23.945 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88182025-09-21T00:15:24.482Z[ recovery-image] Sep 21 00:15:23.963 INFO O| Sep 21 00:15:23.963 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88192025-09-21T00:15:24.482Z[ recovery-image] Sep 21 00:15:23.964 INFO O| Sep 21 00:15:23.963 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88202025-09-21T00:15:32.365Z[ recovery-image] Sep 21 00:15:31.849 INFO O| Sep 21 00:15:31.848 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
88212025-09-21T00:15:32.365Z[ recovery-image] Sep 21 00:15:31.849 INFO O| Sep 21 00:15:31.849 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88222025-09-21T00:15:32.403Z[ recovery-image] Sep 21 00:15:31.887 INFO O| Sep 21 00:15:31.887 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_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"}
88232025-09-21T00:15:32.577Z[ recovery-image] Sep 21 00:15:32.060 INFO O| Sep 21 00:15:32.060 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_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"}
88242025-09-21T00:15:32.669Z[ recovery-image] Sep 21 00:15:32.153 INFO O| Sep 21 00:15:32.153 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88252025-09-21T00:15:32.786Z[ recovery-image] Sep 21 00:15:32.269 INFO O| Sep 21 00:15:32.269 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88262025-09-21T00:15:32.786Z[ recovery-image] Sep 21 00:15:32.269 INFO O| Sep 21 00:15:32.269 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 ...
88272025-09-21T00:15:32.810Z[ recovery-image] Sep 21 00:15:32.271 INFO O| Sep 21 00:15:32.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88282025-09-21T00:15:32.811Z[ recovery-image] Sep 21 00:15:32.271 INFO O| Sep 21 00:15:32.271 INFO ok!
88292025-09-21T00:15:32.811Z[ recovery-image] Sep 21 00:15:32.271 INFO O| Sep 21 00:15:32.271 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88302025-09-21T00:15:32.811Z[ recovery-image] Sep 21 00:15:32.271 INFO O| Sep 21 00:15:32.271 INFO STEP 100 (seed_smf) COMPLETE
88312025-09-21T00:15:32.811Z[ recovery-image] Sep 21 00:15:32.271 INFO O| Sep 21 00:15:32.271 INFO steps complete; finalising image!
88322025-09-21T00:15:32.811Z[ recovery-image] Sep 21 00:15:32.271 INFO O| Sep 21 00:15:32.271 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88332025-09-21T00:15:32.886Z[ recovery-image] Sep 21 00:15:32.368 INFO O| Sep 21 00:15:32.368 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Sun Sep 21 00:15:32 2025)
88342025-09-21T00:15:33.095Z[ recovery-image] Sep 21 00:15:32.579 INFO O| Sep 21 00:15:32.579 INFO trim TEMPORARY-sled-zfs-recovery: (60% trimmed, started at Sun Sep 21 00:15:32 2025)
88352025-09-21T00:15:33.304Z[ recovery-image] Sep 21 00:15:32.787 INFO O| Sep 21 00:15:32.787 INFO trim TEMPORARY-sled-zfs-recovery: (76% trimmed, started at Sun Sep 21 00:15:32 2025)
88362025-09-21T00:15:33.512Z[ recovery-image] Sep 21 00:15:32.995 INFO O| Sep 21 00:15:32.995 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Sun Sep 21 00:15:32 2025)
88372025-09-21T00:15:33.737Z[ recovery-image] Sep 21 00:15:33.221 INFO O| Sep 21 00:15:33.221 INFO temporary pool has 443M used, 1.32G avail, 1.00x compressratio
88382025-09-21T00:15:33.737Z[ recovery-image] Sep 21 00:15:33.221 INFO O| Sep 21 00:15:33.221 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88392025-09-21T00:15:34.553Z[ recovery-image] Sep 21 00:15:34.037 INFO O| Sep 21 00:15:34.037 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
88402025-09-21T00:15:34.553Z[ recovery-image] Sep 21 00:15:34.037 INFO O| Sep 21 00:15:34.037 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88412025-09-21T00:15:39.154Z[ recovery-image] Sep 21 00:15:38.637 INFO O| Sep 21 00:15:38.637 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88422025-09-21T00:15:39.154Z[ recovery-image] Sep 21 00:15:38.637 INFO O| Sep 21 00:15:38.637 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88432025-09-21T00:15:39.179Z[ recovery-image] Sep 21 00:15:38.637 INFO O| Sep 21 00:15:38.637 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88442025-09-21T00:15:39.179Z[ recovery-image] Sep 21 00:15:38.637 INFO O| Sep 21 00:15:38.637 INFO completed processing sled/zfs-recovery
88452025-09-21T00:15:39.179Z[ recovery-image] Sep 21 00:15:38.637 INFO O| Sep 21 00:15:38.637 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88462025-09-21T00:15:39.306Z[ recovery-image] Sep 21 00:15:38.790 INFO O| Sep 21 00:15:38.790 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88472025-09-21T00:15:39.392Z[ recovery-image] Sep 21 00:15:38.875 INFO BUILD STRING "heads/stlouis-0-g900cc17c01\n"
88482025-09-21T00:15:39.416Z[ recovery-image] Sep 21 00:15:38.876 INFO expanded image name: "recovery 066fb48/${os_short_commit} 2025-09-20 23:37" -> "recovery 066fb48/900cc17 2025-09-20 23:37"
88492025-09-21T00:15:39.416Z[ recovery-image] Sep 21 00:15:38.876 INFO output artefacts stored in: "/work/os-recovery"
88502025-09-21T00:15:39.416Z[ recovery-image] Sep 21 00:15:38.877 INFO collecting git info from project "pilot"...
88512025-09-21T00:15:39.445Z[ recovery-image] Sep 21 00:15:38.929 INFO collecting git info from project "chelsio-t6-roms"...
88522025-09-21T00:15:39.499Z[ recovery-image] Sep 21 00:15:38.983 INFO collecting git info from project "phbl"...
88532025-09-21T00:15:39.524Z[ recovery-image] Sep 21 00:15:38.997 INFO collecting git info from project "bootserver"...
88542025-09-21T00:15:39.549Z[ recovery-image] Sep 21 00:15:39.011 INFO collecting git info from project "image-builder"...
88552025-09-21T00:15:39.549Z[ recovery-image] Sep 21 00:15:39.030 INFO collecting git info from project "pinprick"...
88562025-09-21T00:15:39.687Z[ recovery-image] Sep 21 00:15:39.171 INFO collecting git info from project "amd-host-image-builder"...
88572025-09-21T00:15:40.228Z[ recovery-image] Sep 21 00:15:39.712 INFO collecting git info from project "amd-firmware"...
88582025-09-21T00:15:42.205Z[ recovery-image] Sep 21 00:15:41.689 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88592025-09-21T00:15:43.341Z[ recovery-image] Sep 21 00:15:42.825 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88602025-09-21T00:15:44.032Z[ recovery-image] Sep 21 00:15:43.516 INFO creating Oxide boot image...
88612025-09-21T00:15:44.057Z[ recovery-image] Sep 21 00:15:43.517 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 066fb48/900cc17 2025-09-20 23:37", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88622025-09-21T00:16:18.337Z[ host-image] Sep 21 00:16:17.824 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23559:20250918T130040Z
88632025-09-21T00:16:18.337Z[ host-image] Sep 21 00:16:17.824 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23559:20250918T130040Z
88642025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.824 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88652025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.824 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88662025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.824 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88672025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.824 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88682025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.824 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88692025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.824 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88702025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.825 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0:20250920T233749Z
88712025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.825 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88722025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.825 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88732025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.825 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23559:20250918T130041Z
88742025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.826 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23559:20250918T130041Z
88752025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.826 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23559:20250918T130041Z
88762025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.827 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23559:20250918T130042Z
88772025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.827 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88782025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.827 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23559:20250918T130042Z
88792025-09-21T00:16:18.385Z[ host-image] Sep 21 00:16:17.827 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23559:20250918T130042Z
88802025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.827 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23559:20250918T130042Z
88812025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.827 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23559:20250918T130042Z
88822025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.828 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23559:20250918T130043Z
88832025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.828 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23559:20250918T130043Z
88842025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.828 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23559:20250918T130043Z
88852025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.828 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23559:20250918T130044Z
88862025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.828 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23559:20250918T130044Z
88872025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.828 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23559:20250918T130044Z
88882025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.828 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23559:20250918T130046Z
88892025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.828 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23559:20250918T130046Z
88902025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.828 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23559:20250918T130047Z
88912025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.828 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23559:20250918T130048Z
88922025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.828 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.423:20250915T112418Z
88932025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.828 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23559:20250918T130049Z
88942025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.828 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23559:20250918T130051Z
88952025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.829 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23559:20250918T130052Z
88962025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.829 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23559:20250918T130053Z
88972025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.829 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23559:20250918T130054Z
88982025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.829 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23559:20250918T130054Z
88992025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.833 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89002025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.833 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23559:20250918T130054Z
89012025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.833 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z
89022025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.834 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89032025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.834 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89042025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.834 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23559:20250918T130055Z
89052025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.834 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89062025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.834 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89072025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.835 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89082025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.835 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89092025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.840 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89102025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.840 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89112025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.840 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89122025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.841 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89132025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.841 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89142025-09-21T00:16:18.386Z[ host-image] Sep 21 00:16:17.841 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89152025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.857 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.17-2.0:20250701T143425Z
89162025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.857 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89172025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.857 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89182025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.858 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23559:20250918T130056Z
89192025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.858 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23559:20250918T130102Z
89202025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.858 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89212025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.858 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23559:20250918T130103Z
89222025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.858 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89232025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.858 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89242025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.858 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
89252025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.858 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89262025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.858 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23559:20250918T130103Z
89272025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.858 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89282025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.860 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89292025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.860 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89302025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.860 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89312025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.860 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23559:20250918T130103Z
89322025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.860 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89332025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.866 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89342025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.866 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23559:20250918T130104Z
89352025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.867 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23559:20250918T130104Z
89362025-09-21T00:16:18.412Z[ host-image] Sep 21 00:16:17.867 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23559:20250918T130104Z
89372025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.867 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89382025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.867 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23559:20250918T130105Z
89392025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.868 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23559:20250918T130105Z
89402025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.868 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23559:20250918T130106Z
89412025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.868 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23559:20250918T130106Z
89422025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.869 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89432025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.869 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23559:20250918T130106Z
89442025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.870 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23559:20250918T130107Z
89452025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.870 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89462025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.870 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23559:20250918T130107Z
89472025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.870 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23559:20250918T130108Z
89482025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.870 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23559:20250918T130108Z
89492025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.870 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23559:20250918T130108Z
89502025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.874 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23559:20250918T130108Z
89512025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.874 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89522025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.875 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23559:20250918T130108Z
89532025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.875 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23559:20250918T130108Z
89542025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.875 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23559:20250918T130108Z
89552025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.875 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23559:20250918T130109Z
89562025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.876 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23559:20250918T130109Z
89572025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.876 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23559:20250918T130109Z
89582025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.880 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23559:20250918T130111Z
89592025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.880 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23559:20250918T130110Z
89602025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.881 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23559:20250918T130110Z
89612025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.881 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23559:20250918T130110Z
89622025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.881 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23559:20250918T130111Z
89632025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.891 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23559:20250918T130114Z
89642025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.891 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23559:20250918T130111Z
89652025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.891 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23559:20250918T130111Z
89662025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.891 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89672025-09-21T00:16:18.413Z[ host-image] Sep 21 00:16:17.891 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89682025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.904 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23559:20250918T130111Z
89692025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.904 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89702025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.904 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23559:20250918T130111Z
89712025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.904 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23559:20250918T130112Z
89722025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.904 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23559:20250918T130112Z
89732025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.905 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89742025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.905 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89752025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.905 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23559:20250918T130113Z
89762025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.905 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23559:20250918T130113Z
89772025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.905 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23559:20250918T130113Z
89782025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.905 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23559:20250918T130113Z
89792025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.905 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23559:20250918T130113Z
89802025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.906 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23559:20250918T130114Z
89812025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.907 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89822025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.907 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23559:20250918T130114Z
89832025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.908 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23559:20250918T130114Z
89842025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.908 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250515-2.0.23559:20250918T130114Z
89852025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.908 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23559:20250918T130115Z
89862025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.908 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23559:20250918T130115Z
89872025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.908 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23559:20250918T130115Z
89882025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.908 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89892025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.908 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89902025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.908 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23559:20250918T130117Z
89912025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.908 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23559:20250918T130118Z
89922025-09-21T00:16:18.439Z[ host-image] Sep 21 00:16:17.908 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
89932025-09-21T00:16:18.440Z[ host-image] Sep 21 00:16:17.908 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89942025-09-21T00:16:18.440Z[ host-image] Sep 21 00:16:17.908 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
89952025-09-21T00:16:18.440Z[ host-image] Sep 21 00:16:17.909 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89962025-09-21T00:16:18.440Z[ host-image] Sep 21 00:16:17.909 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
89972025-09-21T00:16:18.440Z[ host-image] Sep 21 00:16:17.909 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89982025-09-21T00:16:18.440Z[ host-image] Sep 21 00:16:17.910 INFO O| install = pkg://helios-dev/web/curl@8.14.0-2.0:20250603T111413Z
89992025-09-21T00:16:18.440Z[ host-image] Sep 21 00:16:17.911 INFO O| tempdir @ "/tmp/.tmpFCUA0e/tmp"
90002025-09-21T00:16:18.440Z[ host-image] Sep 21 00:16:17.911 INFO O| image root @ "/tmp/.tmpFCUA0e/tmp/root"
90012025-09-21T00:16:18.440Z[ host-image] Sep 21 00:16:17.911 INFO O| creating image...
90022025-09-21T00:16:18.918Z[ host-image] Sep 21 00:16:18.405 INFO O| copying publishers...
90032025-09-21T00:16:50.066Z[ recovery-image] Sep 21 00:16:49.554 INFO O| ok, image written!
90042025-09-21T00:16:50.092Z[ recovery-image] Sep 21 00:16:49.555 INFO O| ok, boot_image_csum file written!
90052025-09-21T00:16:50.092Z[ recovery-image] Sep 21 00:16:49.562 INFO creating boot archive (CPIO)...
90062025-09-21T00:16:50.092Z[ recovery-image] Sep 21 00:16:49.562 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
90072025-09-21T00:16:50.092Z[ recovery-image] Sep 21 00:16:49.575 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90082025-09-21T00:16:50.092Z[ recovery-image] Sep 21 00:16:49.575 INFO E| + outfile=/work/os-recovery/cpio
90092025-09-21T00:16:50.092Z[ recovery-image] Sep 21 00:16:49.575 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90102025-09-21T00:16:50.092Z[ recovery-image] Sep 21 00:16:49.578 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90112025-09-21T00:16:50.092Z[ recovery-image] Sep 21 00:16:49.578 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90122025-09-21T00:16:50.137Z[ recovery-image] Sep 21 00:16:49.625 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90132025-09-21T00:16:50.137Z[ recovery-image] Sep 21 00:16:49.626 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90142025-09-21T00:16:50.162Z[ recovery-image] Sep 21 00:16:49.638 INFO creating compressed cpio/unix for dev loaders...
90152025-09-21T00:16:50.162Z[ recovery-image] Sep 21 00:16:49.638 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
90162025-09-21T00:16:50.496Z[ recovery-image] Sep 21 00:16:49.984 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90172025-09-21T00:16:54.543Z[ host-image] Sep 21 00:16:54.032 INFO O| adding properties...
90182025-09-21T00:16:55.655Z[ recovery-image] Sep 21 00:16:55.144 INFO creating reset image...
90192025-09-21T00:16:55.655Z[ recovery-image] Sep 21 00:16:55.144 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90202025-09-21T00:16:55.821Z[ host-image] Sep 21 00:16:55.310 INFO O| installing packages...
90212025-09-21T00:17:22.840Z[ recovery-image] Sep 21 00:17:22.330 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')"
90222025-09-21T00:17:22.866Z[ recovery-image] Sep 21 00:17:22.331 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")
90232025-09-21T00:17:23.152Z[ recovery-image] Sep 21 00:17:22.642 INFO E| Updating crates.io index
90242025-09-21T00:17:23.463Z[ recovery-image] Sep 21 00:17:22.954 INFO E| Downloading crates ...
90252025-09-21T00:17:23.533Z[ recovery-image] Sep 21 00:17:23.024 INFO E| Downloaded os_pipe v1.2.2
90262025-09-21T00:17:23.558Z[ recovery-image] Sep 21 00:17:23.028 INFO E| Downloaded clap_lex v0.7.5
90272025-09-21T00:17:23.558Z[ recovery-image] Sep 21 00:17:23.034 INFO E| Downloaded anstream v0.6.20
90282025-09-21T00:17:23.558Z[ recovery-image] Sep 21 00:17:23.039 INFO E| Downloaded duct v1.1.0
90292025-09-21T00:17:23.558Z[ recovery-image] Sep 21 00:17:23.042 INFO E| Downloaded colorchoice v1.0.4
90302025-09-21T00:17:23.558Z[ recovery-image] Sep 21 00:17:23.045 INFO E| Downloaded clap_builder v4.5.47
90312025-09-21T00:17:23.583Z[ recovery-image] Sep 21 00:17:23.052 INFO E| Downloaded clap_derive v4.5.47
90322025-09-21T00:17:23.584Z[ recovery-image] Sep 21 00:17:23.055 INFO E| Downloaded clap v4.5.47
90332025-09-21T00:17:23.584Z[ recovery-image] Sep 21 00:17:23.066 INFO E| Downloaded sigchld v0.2.4
90342025-09-21T00:17:23.584Z[ recovery-image] Sep 21 00:17:23.067 INFO E| Downloaded signal-hook-registry v1.4.6
90352025-09-21T00:17:23.584Z[ recovery-image] Sep 21 00:17:23.068 INFO E| Downloaded shared_child v1.1.1
90362025-09-21T00:17:23.584Z[ recovery-image] Sep 21 00:17:23.070 INFO E| Downloaded anstyle-query v1.1.4
90372025-09-21T00:17:23.584Z[ recovery-image] Sep 21 00:17:23.071 INFO E| Downloaded anstyle-parse v0.2.7
90382025-09-21T00:17:23.584Z[ recovery-image] Sep 21 00:17:23.073 INFO E| Downloaded shared_thread v0.2.0
90392025-09-21T00:17:23.584Z[ recovery-image] Sep 21 00:17:23.074 INFO E| Downloaded libc v0.2.175
90402025-09-21T00:17:23.672Z[ recovery-image] Sep 21 00:17:23.162 INFO E| Compiling libc v0.2.175
90412025-09-21T00:17:23.672Z[ recovery-image] Sep 21 00:17:23.162 INFO E| Compiling proc-macro2 v1.0.101
90422025-09-21T00:17:23.697Z[ recovery-image] Sep 21 00:17:23.167 INFO E| Compiling unicode-ident v1.0.18
90432025-09-21T00:17:23.697Z[ recovery-image] Sep 21 00:17:23.168 INFO E| Compiling signal-hook v0.3.18
90442025-09-21T00:17:23.697Z[ recovery-image] Sep 21 00:17:23.168 INFO E| Compiling utf8parse v0.2.2
90452025-09-21T00:17:23.697Z[ recovery-image] Sep 21 00:17:23.168 INFO E| Compiling colorchoice v1.0.4
90462025-09-21T00:17:23.697Z[ recovery-image] Sep 21 00:17:23.168 INFO E| Compiling anstyle v1.0.11
90472025-09-21T00:17:23.697Z[ recovery-image] Sep 21 00:17:23.169 INFO E| Compiling is_terminal_polyfill v1.70.1
90482025-09-21T00:17:23.890Z[ host-image] Sep 21 00:17:23.380 INFO O| seeding SMF database...
90492025-09-21T00:17:23.926Z[ recovery-image] Sep 21 00:17:23.416 INFO E| Compiling anstyle-parse v0.2.7
90502025-09-21T00:17:23.961Z[ recovery-image] Sep 21 00:17:23.451 INFO E| Compiling anstyle-query v1.1.4
90512025-09-21T00:17:23.961Z[ recovery-image] Sep 21 00:17:23.451 INFO E| Compiling heck v0.5.0
90522025-09-21T00:17:24.050Z[ recovery-image] Sep 21 00:17:23.540 INFO E| Compiling strsim v0.11.1
90532025-09-21T00:17:24.186Z[ recovery-image] Sep 21 00:17:23.676 INFO E| Compiling anstream v0.6.20
90542025-09-21T00:17:24.211Z[ recovery-image] Sep 21 00:17:23.700 INFO E| Compiling clap_lex v0.7.5
90552025-09-21T00:17:24.254Z[ recovery-image] Sep 21 00:17:23.745 INFO E| Compiling shared_thread v0.2.0
90562025-09-21T00:17:24.705Z[ recovery-image] Sep 21 00:17:24.196 INFO E| Compiling clap_builder v4.5.47
90572025-09-21T00:17:25.176Z[ recovery-image] Sep 21 00:17:24.666 INFO E| Compiling signal-hook-registry v1.4.6
90582025-09-21T00:17:25.176Z[ recovery-image] Sep 21 00:17:24.666 INFO E| Compiling os_pipe v1.2.2
90592025-09-21T00:17:25.407Z[ recovery-image] Sep 21 00:17:24.897 INFO E| Compiling quote v1.0.40
90602025-09-21T00:17:25.724Z[ recovery-image] Sep 21 00:17:25.214 INFO E| Compiling sigchld v0.2.4
90612025-09-21T00:17:25.837Z[ recovery-image] Sep 21 00:17:25.327 INFO E| Compiling syn v2.0.106
90622025-09-21T00:17:25.996Z[ recovery-image] Sep 21 00:17:25.487 INFO E| Compiling shared_child v1.1.1
90632025-09-21T00:17:26.192Z[ recovery-image] Sep 21 00:17:25.683 INFO E| Compiling duct v1.1.0
90642025-09-21T00:17:32.734Z[ host-image] Sep 21 00:17:32.225 INFO O| configuring SMF profile...
90652025-09-21T00:17:32.734Z[ host-image] Sep 21 00:17:32.225 INFO O| modifying shadow(5)...
90662025-09-21T00:17:32.759Z[ host-image] Sep 21 00:17:32.225 INFO O| loading user and group database...
90672025-09-21T00:17:32.759Z[ host-image] Sep 21 00:17:32.225 INFO O| loading facet selections...
90682025-09-21T00:17:33.480Z[ host-image] Sep 21 00:17:32.971 INFO O| devel -> true
90692025-09-21T00:17:33.480Z[ host-image] Sep 21 00:17:32.971 INFO O| doc.man -> true
90702025-09-21T00:17:33.480Z[ host-image] Sep 21 00:17:32.971 INFO O| version-lock.shell/ksh93 -> true
90712025-09-21T00:17:33.505Z[ host-image] Sep 21 00:17:32.971 INFO O| version-lock.system/data/hardware-registry -> true
90722025-09-21T00:17:33.505Z[ host-image] Sep 21 00:17:32.971 INFO O| version-lock.system/data/zoneinfo -> true
90732025-09-21T00:17:33.505Z[ host-image] Sep 21 00:17:32.971 INFO O| version-lock.system/microcode/amd -> true
90742025-09-21T00:17:33.505Z[ host-image] Sep 21 00:17:32.971 INFO O| version-lock.system/microcode/intel -> true
90752025-09-21T00:17:33.506Z[ host-image] Sep 21 00:17:32.971 INFO O| version-lock.system/microcode/oxide -> true
90762025-09-21T00:17:33.506Z[ host-image] Sep 21 00:17:32.971 INFO O| assessing packaged files...
90772025-09-21T00:17:34.125Z[ recovery-image] Sep 21 00:17:33.616 INFO E| Compiling clap_derive v4.5.47
90782025-09-21T00:17:37.429Z[ recovery-image] Sep 21 00:17:36.920 INFO E| Compiling clap v4.5.47
90792025-09-21T00:17:37.604Z[ host-image] Sep 21 00:17:37.095 INFO O| creating archive...
90802025-09-21T00:17:37.629Z[ recovery-image] Sep 21 00:17:37.115 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
90812025-09-21T00:17:37.654Z[ host-image] Sep 21 00:17:37.132 INFO O| missing from packaging:
90822025-09-21T00:17:37.654Z[ host-image] Sep 21 00:17:37.132 INFO O| "etc/.pwd.lock"
90832025-09-21T00:17:37.654Z[ host-image] Sep 21 00:17:37.132 INFO O| "etc/bash"
90842025-09-21T00:17:37.654Z[ host-image] Sep 21 00:17:37.139 INFO O| "etc/svc/profile/generic.xml"
90852025-09-21T00:17:37.654Z[ host-image] Sep 21 00:17:37.139 INFO O| "etc/svc/profile/inetd_services.xml"
90862025-09-21T00:17:37.654Z[ host-image] Sep 21 00:17:37.139 INFO O| "etc/svc/profile/name_service.xml"
90872025-09-21T00:17:37.655Z[ host-image] Sep 21 00:17:37.139 INFO O| "etc/svc/profile/platform.xml"
90882025-09-21T00:17:37.655Z[ host-image] Sep 21 00:17:37.139 INFO O| "etc/svc/profile/platform_omicron1.xml"
90892025-09-21T00:17:37.655Z[ host-image] Sep 21 00:17:37.139 INFO O| "etc/svc/repository.db"
90902025-09-21T00:17:37.680Z[ host-image] Sep 21 00:17:37.150 INFO O| "opt/ooce/share"
90912025-09-21T00:17:37.680Z[ host-image] Sep 21 00:17:37.150 INFO O| "opt/ooce/share/man"
90922025-09-21T00:17:37.680Z[ host-image] Sep 21 00:17:37.150 INFO O| "opt/ooce/share/man/man1"
90932025-09-21T00:17:37.680Z[ host-image] Sep 21 00:17:37.163 INFO O| finishing archive...
90942025-09-21T00:17:39.331Z[ recovery-image] Sep 21 00:17:38.823 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.39s
90952025-09-21T00:17:39.356Z[ recovery-image] Sep 21 00:17:38.833 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
90962025-09-21T00:17:39.905Z[ recovery-image] Sep 21 00:17:39.396 INFO E| Downloading crates ...
90972025-09-21T00:17:40.253Z[ recovery-image] Sep 21 00:17:39.744 INFO E| Downloaded scroll_derive v0.13.0
90982025-09-21T00:17:40.278Z[ recovery-image] Sep 21 00:17:39.746 INFO E| Downloaded bitstruct_derive v0.1.0
90992025-09-21T00:17:40.279Z[ recovery-image] Sep 21 00:17:39.747 INFO E| Downloaded bitstruct v0.1.1
91002025-09-21T00:17:40.279Z[ recovery-image] Sep 21 00:17:39.749 INFO E| Downloaded goblin v0.10.1
91012025-09-21T00:17:40.279Z[ recovery-image] Sep 21 00:17:39.756 INFO E| Downloaded seq-macro v0.3.6
91022025-09-21T00:17:40.279Z[ recovery-image] Sep 21 00:17:39.758 INFO E| Downloaded cpio_reader v0.1.2
91032025-09-21T00:17:40.279Z[ recovery-image] Sep 21 00:17:39.760 INFO E| Downloaded bitflags v2.9.4
91042025-09-21T00:17:40.303Z[ recovery-image] Sep 21 00:17:39.788 INFO E| Downloaded miniz_oxide v0.8.9
91052025-09-21T00:17:40.304Z[ recovery-image] Sep 21 00:17:39.792 INFO E| Downloaded bit_field v0.10.3
91062025-09-21T00:17:40.304Z[ recovery-image] Sep 21 00:17:39.793 INFO E| Downloaded raw-cpuid v10.7.0
91072025-09-21T00:17:40.329Z[ recovery-image] Sep 21 00:17:39.797 INFO E| Downloaded scroll v0.13.0
91082025-09-21T00:17:40.329Z[ recovery-image] Sep 21 00:17:39.798 INFO E| Downloaded adler2 v2.0.1
91092025-09-21T00:17:40.354Z[ recovery-image] Sep 21 00:17:39.841 INFO E| Downloaded x86 v0.52.0
91102025-09-21T00:17:40.429Z[ recovery-image] Sep 21 00:17:39.921 INFO E| Updating crates.io index
91112025-09-21T00:17:40.819Z[ recovery-image] Sep 21 00:17:40.310 INFO E| Downloading crates ...
91122025-09-21T00:17:40.926Z[ recovery-image] Sep 21 00:17:40.418 INFO E| Downloaded rustc-literal-escaper v0.0.5
91132025-09-21T00:17:40.952Z[ recovery-image] Sep 21 00:17:40.420 INFO E| Downloaded rustc-demangle v0.1.26
91142025-09-21T00:17:40.976Z[ recovery-image] Sep 21 00:17:40.444 INFO E| Downloaded getopts v0.2.23
91152025-09-21T00:17:40.976Z[ recovery-image] Sep 21 00:17:40.447 INFO E| Downloaded hashbrown v0.15.5
91162025-09-21T00:17:40.976Z[ recovery-image] Sep 21 00:17:40.453 INFO E| Downloaded unicode-width v0.2.1
91172025-09-21T00:17:41.066Z[ recovery-image] Sep 21 00:17:40.558 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)
91182025-09-21T00:17:41.066Z[ recovery-image] Sep 21 00:17:40.558 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)
91192025-09-21T00:17:41.066Z[ recovery-image] Sep 21 00:17:40.558 INFO E| Compiling proc-macro2 v1.0.101
91202025-09-21T00:17:41.092Z[ recovery-image] Sep 21 00:17:40.558 INFO E| Compiling unicode-ident v1.0.18
91212025-09-21T00:17:41.092Z[ recovery-image] Sep 21 00:17:40.558 INFO E| Compiling syn v1.0.109
91222025-09-21T00:17:41.092Z[ recovery-image] Sep 21 00:17:40.558 INFO E| Compiling x86 v0.52.0
91232025-09-21T00:17:41.092Z[ recovery-image] Sep 21 00:17:40.558 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
91242025-09-21T00:17:41.092Z[ recovery-image] Sep 21 00:17:40.558 INFO E| Compiling seq-macro v0.3.6
91252025-09-21T00:17:42.231Z[ host-image] Sep 21 00:17:41.722 INFO O| creating gzonly manifest...
91262025-09-21T00:17:42.256Z[ host-image] Sep 21 00:17:41.747 INFO O| ok
91272025-09-21T00:17:42.714Z[ host-image] Sep 21 00:17:42.205 INFO image builder template: ramdisk-02-trim...
91282025-09-21T00:17:42.714Z[ host-image] Sep 21 00:17:42.205 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/.tmpJHwTRO/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
91292025-09-21T00:17:42.743Z[ host-image] Sep 21 00:17:42.234 INFO O| Sep 21 00:17:42.234 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91302025-09-21T00:17:42.768Z[ host-image] Sep 21 00:17:42.239 INFO O| Sep 21 00:17:42.239 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91312025-09-21T00:17:42.793Z[ host-image] Sep 21 00:17:42.285 INFO O| Sep 21 00:17:42.285 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91322025-09-21T00:17:42.818Z[ host-image] Sep 21 00:17:42.308 INFO O| Sep 21 00:17:42.308 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91332025-09-21T00:17:42.818Z[ host-image] Sep 21 00:17:42.308 INFO O| Sep 21 00:17:42.308 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91342025-09-21T00:17:42.843Z[ host-image] Sep 21 00:17:42.314 INFO O| Sep 21 00:17:42.314 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91352025-09-21T00:17:42.843Z[ host-image] Sep 21 00:17:42.317 INFO O| Sep 21 00:17:42.317 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91362025-09-21T00:17:42.843Z[ host-image] Sep 21 00:17:42.322 INFO O| Sep 21 00:17:42.322 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91372025-09-21T00:17:43.178Z[ host-image] Sep 21 00:17:42.669 INFO O| Sep 21 00:17:42.669 INFO rolled back to input snapshot; work may begin
91382025-09-21T00:17:43.178Z[ host-image] Sep 21 00:17:42.669 INFO O| Sep 21 00:17:42.669 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91392025-09-21T00:17:43.203Z[ host-image] Sep 21 00:17:42.676 INFO O| Sep 21 00:17:42.676 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91402025-09-21T00:17:43.203Z[ host-image] Sep 21 00:17:42.694 INFO O| Sep 21 00:17:42.694 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91412025-09-21T00:17:43.280Z[ host-image] Sep 21 00:17:42.772 INFO O| Sep 21 00:17:42.771 INFO STEP 0 (remove_files) COMPLETE
91422025-09-21T00:17:43.280Z[ host-image] Sep 21 00:17:42.772 INFO O| Sep 21 00:17:42.772 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91432025-09-21T00:17:43.305Z[ host-image] Sep 21 00:17:42.786 INFO O| Sep 21 00:17:42.786 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91442025-09-21T00:17:43.305Z[ host-image] Sep 21 00:17:42.788 INFO O| Sep 21 00:17:42.788 INFO STEP 1 (remove_files) COMPLETE
91452025-09-21T00:17:43.305Z[ host-image] Sep 21 00:17:42.788 INFO O| Sep 21 00:17:42.788 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91462025-09-21T00:17:43.330Z[ host-image] Sep 21 00:17:42.798 INFO O| Sep 21 00:17:42.798 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91472025-09-21T00:17:43.330Z[ host-image] Sep 21 00:17:42.816 INFO O| Sep 21 00:17:42.816 INFO STEP 2 (remove_files) COMPLETE
91482025-09-21T00:17:43.330Z[ host-image] Sep 21 00:17:42.816 INFO O| Sep 21 00:17:42.816 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91492025-09-21T00:17:43.355Z[ host-image] Sep 21 00:17:42.829 INFO O| Sep 21 00:17:42.829 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91502025-09-21T00:17:43.355Z[ host-image] Sep 21 00:17:42.831 INFO O| Sep 21 00:17:42.831 INFO STEP 3 (remove_files) COMPLETE
91512025-09-21T00:17:43.355Z[ host-image] Sep 21 00:17:42.831 INFO O| Sep 21 00:17:42.831 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91522025-09-21T00:17:43.355Z[ host-image] Sep 21 00:17:42.841 INFO O| Sep 21 00:17:42.841 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91532025-09-21T00:17:43.355Z[ host-image] Sep 21 00:17:42.845 INFO O| Sep 21 00:17:42.845 INFO STEP 4 (remove_files) COMPLETE
91542025-09-21T00:17:43.355Z[ host-image] Sep 21 00:17:42.845 INFO O| Sep 21 00:17:42.845 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91552025-09-21T00:17:43.381Z[ host-image] Sep 21 00:17:42.855 INFO O| Sep 21 00:17:42.855 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91562025-09-21T00:17:43.381Z[ host-image] Sep 21 00:17:42.858 INFO O| Sep 21 00:17:42.858 INFO STEP 5 (remove_files) COMPLETE
91572025-09-21T00:17:43.381Z[ host-image] Sep 21 00:17:42.858 INFO O| Sep 21 00:17:42.858 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91582025-09-21T00:17:43.381Z[ host-image] Sep 21 00:17:42.868 INFO O| Sep 21 00:17:42.868 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91592025-09-21T00:17:43.406Z[ host-image] Sep 21 00:17:42.882 INFO O| Sep 21 00:17:42.882 INFO STEP 6 (remove_files) COMPLETE
91602025-09-21T00:17:43.406Z[ host-image] Sep 21 00:17:42.882 INFO O| Sep 21 00:17:42.882 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91612025-09-21T00:17:43.406Z[ host-image] Sep 21 00:17:42.893 INFO O| Sep 21 00:17:42.893 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91622025-09-21T00:17:43.436Z[ host-image] Sep 21 00:17:42.923 INFO O| Sep 21 00:17:42.923 INFO STEP 7 (remove_files) COMPLETE
91632025-09-21T00:17:43.436Z[ host-image] Sep 21 00:17:42.923 INFO O| Sep 21 00:17:42.923 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91642025-09-21T00:17:43.461Z[ host-image] Sep 21 00:17:42.935 INFO O| Sep 21 00:17:42.935 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91652025-09-21T00:17:43.589Z[ host-image] Sep 21 00:17:43.081 INFO O| Sep 21 00:17:43.081 INFO STEP 8 (remove_files) COMPLETE
91662025-09-21T00:17:43.589Z[ host-image] Sep 21 00:17:43.081 INFO O| Sep 21 00:17:43.081 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91672025-09-21T00:17:43.614Z[ host-image] Sep 21 00:17:43.093 INFO O| Sep 21 00:17:43.093 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91682025-09-21T00:17:43.674Z[ recovery-image] Sep 21 00:17:43.166 INFO E| Compiling quote v1.0.40
91692025-09-21T00:17:43.757Z[ host-image] Sep 21 00:17:43.248 INFO O| Sep 21 00:17:43.248 INFO STEP 9 (remove_files) COMPLETE
91702025-09-21T00:17:43.757Z[ host-image] Sep 21 00:17:43.248 INFO O| Sep 21 00:17:43.248 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91712025-09-21T00:17:43.806Z[ host-image] Sep 21 00:17:43.297 INFO O| Sep 21 00:17:43.297 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91722025-09-21T00:17:43.831Z[ host-image] Sep 21 00:17:43.302 INFO O| Sep 21 00:17:43.302 INFO STEP 10 (remove_files) COMPLETE
91732025-09-21T00:17:43.831Z[ host-image] Sep 21 00:17:43.302 INFO O| Sep 21 00:17:43.302 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91742025-09-21T00:17:43.831Z[ host-image] Sep 21 00:17:43.313 INFO O| Sep 21 00:17:43.313 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91752025-09-21T00:17:43.831Z[ host-image] Sep 21 00:17:43.314 INFO O| Sep 21 00:17:43.314 INFO STEP 11 (remove_files) COMPLETE
91762025-09-21T00:17:43.831Z[ host-image] Sep 21 00:17:43.314 INFO O| Sep 21 00:17:43.314 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91772025-09-21T00:17:43.856Z[ host-image] Sep 21 00:17:43.324 INFO O| Sep 21 00:17:43.324 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91782025-09-21T00:17:43.856Z[ host-image] Sep 21 00:17:43.326 INFO O| Sep 21 00:17:43.326 INFO STEP 12 (remove_files) COMPLETE
91792025-09-21T00:17:43.856Z[ host-image] Sep 21 00:17:43.326 INFO O| Sep 21 00:17:43.326 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802025-09-21T00:17:44.202Z[ host-image] Sep 21 00:17:43.694 INFO O| Sep 21 00:17:43.694 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
91812025-09-21T00:17:44.227Z[ recovery-image] Sep 21 00:17:43.707 INFO E| Compiling syn v2.0.106
91822025-09-21T00:17:44.281Z[ host-image] Sep 21 00:17:43.772 INFO O| Sep 21 00:17:43.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
91832025-09-21T00:17:44.307Z[ host-image] Sep 21 00:17:43.773 INFO O| Sep 21 00:17:43.773 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
91842025-09-21T00:17:44.307Z[ host-image] Sep 21 00:17:43.791 INFO O| Sep 21 00:17:43.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91852025-09-21T00:17:44.464Z[ host-image] Sep 21 00:17:43.956 INFO O| Sep 21 00:17:43.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91862025-09-21T00:17:44.465Z[ host-image] Sep 21 00:17:43.956 INFO O| Sep 21 00:17:43.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91872025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.957 INFO O| Sep 21 00:17:43.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91882025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.957 INFO O| Sep 21 00:17:43.957 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91892025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.957 INFO O| Sep 21 00:17:43.957 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91902025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.957 INFO O| Sep 21 00:17:43.957 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91912025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.957 INFO O| Sep 21 00:17:43.957 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
91922025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.958 INFO O| Sep 21 00:17:43.958 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91932025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.958 INFO O| Sep 21 00:17:43.958 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91942025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.958 INFO O| Sep 21 00:17:43.958 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91952025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.958 INFO O| Sep 21 00:17:43.958 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
91962025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.958 INFO O| Sep 21 00:17:43.958 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91972025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.958 INFO O| Sep 21 00:17:43.958 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91982025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.959 INFO O| Sep 21 00:17:43.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91992025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.959 INFO O| Sep 21 00:17:43.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92002025-09-21T00:17:44.490Z[ host-image] Sep 21 00:17:43.959 INFO O| Sep 21 00:17:43.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92012025-09-21T00:17:44.515Z[ host-image] Sep 21 00:17:43.988 INFO O| Sep 21 00:17:43.988 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
92022025-09-21T00:17:44.515Z[ host-image] Sep 21 00:17:43.990 INFO O| Sep 21 00:17:43.990 INFO STEP 13 (remove_files) COMPLETE
92032025-09-21T00:17:44.515Z[ host-image] Sep 21 00:17:43.990 INFO O| Sep 21 00:17:43.990 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92042025-09-21T00:17:44.601Z[ host-image] Sep 21 00:17:44.093 INFO O| Sep 21 00:17:44.093 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92052025-09-21T00:17:44.626Z[ host-image] Sep 21 00:17:44.095 INFO O| Sep 21 00:17:44.095 INFO STEP 14 (remove_files) COMPLETE
92062025-09-21T00:17:44.626Z[ host-image] Sep 21 00:17:44.095 INFO O| Sep 21 00:17:44.095 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92072025-09-21T00:17:44.711Z[ host-image] Sep 21 00:17:44.203 INFO O| Sep 21 00:17:44.203 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92082025-09-21T00:17:44.736Z[ host-image] Sep 21 00:17:44.213 INFO O| Sep 21 00:17:44.213 INFO STEP 15 (remove_files) COMPLETE
92092025-09-21T00:17:44.736Z[ host-image] Sep 21 00:17:44.213 INFO O| Sep 21 00:17:44.213 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92102025-09-21T00:17:44.736Z[ host-image] Sep 21 00:17:44.225 INFO O| Sep 21 00:17:44.225 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92112025-09-21T00:17:44.736Z[ host-image] Sep 21 00:17:44.226 INFO O| Sep 21 00:17:44.226 INFO STEP 16 (remove_files) COMPLETE
92122025-09-21T00:17:44.736Z[ host-image] Sep 21 00:17:44.226 INFO O| Sep 21 00:17:44.226 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92132025-09-21T00:17:44.762Z[ host-image] Sep 21 00:17:44.236 INFO O| Sep 21 00:17:44.236 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92142025-09-21T00:17:44.762Z[ host-image] Sep 21 00:17:44.238 INFO O| Sep 21 00:17:44.238 INFO STEP 17 (remove_files) COMPLETE
92152025-09-21T00:17:44.762Z[ host-image] Sep 21 00:17:44.238 INFO O| Sep 21 00:17:44.238 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92162025-09-21T00:17:44.762Z[ host-image] Sep 21 00:17:44.248 INFO O| Sep 21 00:17:44.248 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92172025-09-21T00:17:44.762Z[ host-image] Sep 21 00:17:44.248 INFO O| Sep 21 00:17:44.248 INFO STEP 18 (remove_files) COMPLETE
92182025-09-21T00:17:44.762Z[ host-image] Sep 21 00:17:44.248 INFO O| Sep 21 00:17:44.248 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92192025-09-21T00:17:44.787Z[ host-image] Sep 21 00:17:44.258 INFO O| Sep 21 00:17:44.258 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92202025-09-21T00:17:44.787Z[ host-image] Sep 21 00:17:44.258 INFO O| Sep 21 00:17:44.258 INFO STEP 19 (remove_files) COMPLETE
92212025-09-21T00:17:44.787Z[ host-image] Sep 21 00:17:44.258 INFO O| Sep 21 00:17:44.258 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222025-09-21T00:17:44.787Z[ host-image] Sep 21 00:17:44.268 INFO O| Sep 21 00:17:44.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92232025-09-21T00:17:44.787Z[ host-image] Sep 21 00:17:44.268 INFO O| Sep 21 00:17:44.268 INFO STEP 20 (remove_files) COMPLETE
92242025-09-21T00:17:44.787Z[ host-image] Sep 21 00:17:44.268 INFO O| Sep 21 00:17:44.268 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92252025-09-21T00:17:44.874Z[ host-image] Sep 21 00:17:44.366 INFO O| Sep 21 00:17:44.366 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92262025-09-21T00:17:44.874Z[ host-image] Sep 21 00:17:44.366 INFO O| Sep 21 00:17:44.366 INFO STEP 21 (remove_files) COMPLETE
92272025-09-21T00:17:44.899Z[ host-image] Sep 21 00:17:44.366 INFO O| Sep 21 00:17:44.366 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92282025-09-21T00:17:44.976Z[ host-image] Sep 21 00:17:44.468 INFO O| Sep 21 00:17:44.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92292025-09-21T00:17:44.976Z[ host-image] Sep 21 00:17:44.468 INFO O| Sep 21 00:17:44.468 INFO STEP 22 (remove_files) COMPLETE
92302025-09-21T00:17:45.001Z[ host-image] Sep 21 00:17:44.468 INFO O| Sep 21 00:17:44.468 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92312025-09-21T00:17:45.078Z[ host-image] Sep 21 00:17:44.570 INFO O| Sep 21 00:17:44.570 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92322025-09-21T00:17:45.078Z[ host-image] Sep 21 00:17:44.570 INFO O| Sep 21 00:17:44.570 INFO STEP 23 (remove_files) COMPLETE
92332025-09-21T00:17:45.103Z[ host-image] Sep 21 00:17:44.570 INFO O| Sep 21 00:17:44.570 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342025-09-21T00:17:45.179Z[ host-image] Sep 21 00:17:44.671 INFO O| Sep 21 00:17:44.671 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92352025-09-21T00:17:45.179Z[ host-image] Sep 21 00:17:44.671 INFO O| Sep 21 00:17:44.671 INFO STEP 24 (remove_files) COMPLETE
92362025-09-21T00:17:45.204Z[ host-image] Sep 21 00:17:44.671 INFO O| Sep 21 00:17:44.671 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92372025-09-21T00:17:45.229Z[ host-image] Sep 21 00:17:44.700 INFO O| Sep 21 00:17:44.700 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92382025-09-21T00:17:45.229Z[ host-image] Sep 21 00:17:44.700 INFO O| Sep 21 00:17:44.700 INFO STEP 25 (remove_files) COMPLETE
92392025-09-21T00:17:45.229Z[ host-image] Sep 21 00:17:44.700 INFO O| Sep 21 00:17:44.700 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92402025-09-21T00:17:45.229Z[ host-image] Sep 21 00:17:44.715 INFO O| Sep 21 00:17:44.715 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92412025-09-21T00:17:45.229Z[ host-image] Sep 21 00:17:44.715 INFO O| Sep 21 00:17:44.715 INFO STEP 26 (remove_files) COMPLETE
92422025-09-21T00:17:45.229Z[ host-image] Sep 21 00:17:44.715 INFO O| Sep 21 00:17:44.715 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92432025-09-21T00:17:45.255Z[ host-image] Sep 21 00:17:44.729 INFO O| Sep 21 00:17:44.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92442025-09-21T00:17:45.255Z[ host-image] Sep 21 00:17:44.730 INFO O| Sep 21 00:17:44.729 INFO STEP 27 (remove_files) COMPLETE
92452025-09-21T00:17:45.255Z[ host-image] Sep 21 00:17:44.730 INFO O| Sep 21 00:17:44.729 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92462025-09-21T00:17:45.255Z[ host-image] Sep 21 00:17:44.745 INFO O| Sep 21 00:17:44.745 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92472025-09-21T00:17:45.255Z[ host-image] Sep 21 00:17:44.745 INFO O| Sep 21 00:17:44.745 INFO STEP 28 (remove_files) COMPLETE
92482025-09-21T00:17:45.255Z[ host-image] Sep 21 00:17:44.745 INFO O| Sep 21 00:17:44.745 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92492025-09-21T00:17:45.280Z[ host-image] Sep 21 00:17:44.759 INFO O| Sep 21 00:17:44.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92502025-09-21T00:17:45.280Z[ host-image] Sep 21 00:17:44.759 INFO O| Sep 21 00:17:44.759 INFO STEP 29 (remove_files) COMPLETE
92512025-09-21T00:17:45.280Z[ host-image] Sep 21 00:17:44.759 INFO O| Sep 21 00:17:44.759 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92522025-09-21T00:17:45.305Z[ host-image] Sep 21 00:17:44.777 INFO O| Sep 21 00:17:44.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92532025-09-21T00:17:45.305Z[ host-image] Sep 21 00:17:44.777 INFO O| Sep 21 00:17:44.777 INFO STEP 30 (remove_files) COMPLETE
92542025-09-21T00:17:45.305Z[ host-image] Sep 21 00:17:44.777 INFO O| Sep 21 00:17:44.777 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92552025-09-21T00:17:45.305Z[ host-image] Sep 21 00:17:44.791 INFO O| Sep 21 00:17:44.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92562025-09-21T00:17:45.305Z[ host-image] Sep 21 00:17:44.792 INFO O| Sep 21 00:17:44.791 INFO STEP 31 (remove_files) COMPLETE
92572025-09-21T00:17:45.305Z[ host-image] Sep 21 00:17:44.792 INFO O| Sep 21 00:17:44.791 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92582025-09-21T00:17:45.331Z[ host-image] Sep 21 00:17:44.805 INFO O| Sep 21 00:17:44.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92592025-09-21T00:17:45.331Z[ host-image] Sep 21 00:17:44.805 INFO O| Sep 21 00:17:44.805 INFO STEP 32 (remove_files) COMPLETE
92602025-09-21T00:17:45.331Z[ host-image] Sep 21 00:17:44.805 INFO O| Sep 21 00:17:44.805 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92612025-09-21T00:17:45.331Z[ host-image] Sep 21 00:17:44.816 INFO O| Sep 21 00:17:44.815 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92622025-09-21T00:17:45.331Z[ host-image] Sep 21 00:17:44.816 INFO O| Sep 21 00:17:44.816 INFO STEP 33 (remove_files) COMPLETE
92632025-09-21T00:17:45.331Z[ host-image] Sep 21 00:17:44.816 INFO O| Sep 21 00:17:44.816 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92642025-09-21T00:17:45.356Z[ host-image] Sep 21 00:17:44.826 INFO O| Sep 21 00:17:44.826 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92652025-09-21T00:17:45.356Z[ host-image] Sep 21 00:17:44.826 INFO O| Sep 21 00:17:44.826 INFO STEP 34 (remove_files) COMPLETE
92662025-09-21T00:17:45.356Z[ host-image] Sep 21 00:17:44.826 INFO O| Sep 21 00:17:44.826 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92672025-09-21T00:17:45.356Z[ host-image] Sep 21 00:17:44.836 INFO O| Sep 21 00:17:44.835 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92682025-09-21T00:17:45.356Z[ host-image] Sep 21 00:17:44.836 INFO O| Sep 21 00:17:44.836 INFO STEP 35 (remove_files) COMPLETE
92692025-09-21T00:17:45.356Z[ host-image] Sep 21 00:17:44.836 INFO O| Sep 21 00:17:44.836 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92702025-09-21T00:17:45.356Z[ host-image] Sep 21 00:17:44.845 INFO O| Sep 21 00:17:44.845 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92712025-09-21T00:17:45.356Z[ host-image] Sep 21 00:17:44.845 INFO O| Sep 21 00:17:44.845 INFO STEP 36 (remove_files) COMPLETE
92722025-09-21T00:17:45.356Z[ host-image] Sep 21 00:17:44.845 INFO O| Sep 21 00:17:44.845 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92732025-09-21T00:17:45.381Z[ host-image] Sep 21 00:17:44.855 INFO O| Sep 21 00:17:44.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92742025-09-21T00:17:45.381Z[ host-image] Sep 21 00:17:44.855 INFO O| Sep 21 00:17:44.855 INFO STEP 37 (remove_files) COMPLETE
92752025-09-21T00:17:45.381Z[ host-image] Sep 21 00:17:44.855 INFO O| Sep 21 00:17:44.855 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92762025-09-21T00:17:45.381Z[ host-image] Sep 21 00:17:44.865 INFO O| Sep 21 00:17:44.865 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92772025-09-21T00:17:45.381Z[ host-image] Sep 21 00:17:44.865 INFO O| Sep 21 00:17:44.865 INFO STEP 38 (remove_files) COMPLETE
92782025-09-21T00:17:45.381Z[ host-image] Sep 21 00:17:44.865 INFO O| Sep 21 00:17:44.865 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92792025-09-21T00:17:45.406Z[ host-image] Sep 21 00:17:44.875 INFO O| Sep 21 00:17:44.875 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92802025-09-21T00:17:45.406Z[ host-image] Sep 21 00:17:44.875 INFO O| Sep 21 00:17:44.875 INFO STEP 39 (remove_files) COMPLETE
92812025-09-21T00:17:45.406Z[ host-image] Sep 21 00:17:44.875 INFO O| Sep 21 00:17:44.875 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92822025-09-21T00:17:45.406Z[ host-image] Sep 21 00:17:44.885 INFO O| Sep 21 00:17:44.885 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
92832025-09-21T00:17:45.406Z[ host-image] Sep 21 00:17:44.886 INFO O| Sep 21 00:17:44.885 INFO STEP 40 (remove_files) COMPLETE
92842025-09-21T00:17:45.406Z[ host-image] Sep 21 00:17:44.886 INFO O| Sep 21 00:17:44.886 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92852025-09-21T00:17:45.406Z[ host-image] Sep 21 00:17:44.896 INFO O| Sep 21 00:17:44.896 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
92862025-09-21T00:17:45.406Z[ host-image] Sep 21 00:17:44.896 INFO O| Sep 21 00:17:44.896 INFO STEP 41 (remove_files) COMPLETE
92872025-09-21T00:17:45.406Z[ host-image] Sep 21 00:17:44.896 INFO O| Sep 21 00:17:44.896 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92882025-09-21T00:17:45.431Z[ host-image] Sep 21 00:17:44.906 INFO O| Sep 21 00:17:44.906 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
92892025-09-21T00:17:45.431Z[ host-image] Sep 21 00:17:44.906 INFO O| Sep 21 00:17:44.906 INFO STEP 42 (remove_files) COMPLETE
92902025-09-21T00:17:45.431Z[ host-image] Sep 21 00:17:44.906 INFO O| Sep 21 00:17:44.906 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92912025-09-21T00:17:45.431Z[ host-image] Sep 21 00:17:44.919 INFO O| Sep 21 00:17:44.919 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
92922025-09-21T00:17:45.431Z[ host-image] Sep 21 00:17:44.920 INFO O| Sep 21 00:17:44.920 INFO STEP 43 (remove_files) COMPLETE
92932025-09-21T00:17:45.431Z[ host-image] Sep 21 00:17:44.920 INFO O| Sep 21 00:17:44.920 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92942025-09-21T00:17:45.457Z[ host-image] Sep 21 00:17:44.929 INFO O| Sep 21 00:17:44.929 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
92952025-09-21T00:17:45.457Z[ host-image] Sep 21 00:17:44.930 INFO O| Sep 21 00:17:44.930 INFO STEP 44 (remove_files) COMPLETE
92962025-09-21T00:17:45.457Z[ host-image] Sep 21 00:17:44.930 INFO O| Sep 21 00:17:44.930 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92972025-09-21T00:17:45.482Z[ host-image] Sep 21 00:17:44.942 INFO O| Sep 21 00:17:44.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
92982025-09-21T00:17:45.482Z[ host-image] Sep 21 00:17:44.942 INFO O| Sep 21 00:17:44.942 INFO STEP 45 (remove_files) COMPLETE
92992025-09-21T00:17:45.482Z[ host-image] Sep 21 00:17:44.942 INFO O| Sep 21 00:17:44.942 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93002025-09-21T00:17:45.482Z[ host-image] Sep 21 00:17:44.952 INFO O| Sep 21 00:17:44.952 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93012025-09-21T00:17:45.482Z[ host-image] Sep 21 00:17:44.952 INFO O| Sep 21 00:17:44.952 INFO STEP 46 (remove_files) COMPLETE
93022025-09-21T00:17:45.482Z[ host-image] Sep 21 00:17:44.952 INFO O| Sep 21 00:17:44.952 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93032025-09-21T00:17:45.482Z[ host-image] Sep 21 00:17:44.962 INFO O| Sep 21 00:17:44.962 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93042025-09-21T00:17:45.482Z[ host-image] Sep 21 00:17:44.962 INFO O| Sep 21 00:17:44.962 INFO STEP 47 (remove_files) COMPLETE
93052025-09-21T00:17:45.482Z[ host-image] Sep 21 00:17:44.962 INFO O| Sep 21 00:17:44.962 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93062025-09-21T00:17:45.482Z[ host-image] Sep 21 00:17:44.972 INFO O| Sep 21 00:17:44.972 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93072025-09-21T00:17:45.482Z[ host-image] Sep 21 00:17:44.972 INFO O| Sep 21 00:17:44.972 INFO STEP 48 (remove_files) COMPLETE
93082025-09-21T00:17:45.482Z[ host-image] Sep 21 00:17:44.972 INFO O| Sep 21 00:17:44.972 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93092025-09-21T00:17:45.507Z[ host-image] Sep 21 00:17:44.982 INFO O| Sep 21 00:17:44.982 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93102025-09-21T00:17:45.507Z[ host-image] Sep 21 00:17:44.982 INFO O| Sep 21 00:17:44.982 INFO STEP 49 (remove_files) COMPLETE
93112025-09-21T00:17:45.508Z[ host-image] Sep 21 00:17:44.982 INFO O| Sep 21 00:17:44.982 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93122025-09-21T00:17:45.508Z[ host-image] Sep 21 00:17:44.996 INFO O| Sep 21 00:17:44.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93132025-09-21T00:17:45.508Z[ host-image] Sep 21 00:17:44.996 INFO O| Sep 21 00:17:44.996 INFO STEP 50 (remove_files) COMPLETE
93142025-09-21T00:17:45.508Z[ host-image] Sep 21 00:17:44.996 INFO O| Sep 21 00:17:44.996 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93152025-09-21T00:17:45.533Z[ host-image] Sep 21 00:17:45.008 INFO O| Sep 21 00:17:45.008 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93162025-09-21T00:17:45.533Z[ host-image] Sep 21 00:17:45.008 INFO O| Sep 21 00:17:45.008 INFO STEP 51 (remove_files) COMPLETE
93172025-09-21T00:17:45.533Z[ host-image] Sep 21 00:17:45.008 INFO O| Sep 21 00:17:45.008 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93182025-09-21T00:17:45.533Z[ host-image] Sep 21 00:17:45.022 INFO O| Sep 21 00:17:45.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93192025-09-21T00:17:45.533Z[ host-image] Sep 21 00:17:45.022 INFO O| Sep 21 00:17:45.022 INFO STEP 52 (remove_files) COMPLETE
93202025-09-21T00:17:45.533Z[ host-image] Sep 21 00:17:45.022 INFO O| Sep 21 00:17:45.022 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93212025-09-21T00:17:45.558Z[ host-image] Sep 21 00:17:45.035 INFO O| Sep 21 00:17:45.035 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93222025-09-21T00:17:45.558Z[ host-image] Sep 21 00:17:45.035 INFO O| Sep 21 00:17:45.035 INFO STEP 53 (remove_files) COMPLETE
93232025-09-21T00:17:45.558Z[ host-image] Sep 21 00:17:45.035 INFO O| Sep 21 00:17:45.035 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93242025-09-21T00:17:45.558Z[ host-image] Sep 21 00:17:45.046 INFO O| Sep 21 00:17:45.046 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93252025-09-21T00:17:45.558Z[ host-image] Sep 21 00:17:45.046 INFO O| Sep 21 00:17:45.046 INFO STEP 54 (remove_files) COMPLETE
93262025-09-21T00:17:45.558Z[ host-image] Sep 21 00:17:45.046 INFO O| Sep 21 00:17:45.046 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93272025-09-21T00:17:45.583Z[ host-image] Sep 21 00:17:45.060 INFO O| Sep 21 00:17:45.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93282025-09-21T00:17:45.583Z[ host-image] Sep 21 00:17:45.060 INFO O| Sep 21 00:17:45.060 INFO STEP 55 (remove_files) COMPLETE
93292025-09-21T00:17:45.583Z[ host-image] Sep 21 00:17:45.060 INFO O| Sep 21 00:17:45.060 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93302025-09-21T00:17:45.583Z[ host-image] Sep 21 00:17:45.071 INFO O| Sep 21 00:17:45.071 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93312025-09-21T00:17:45.583Z[ host-image] Sep 21 00:17:45.072 INFO O| Sep 21 00:17:45.071 INFO STEP 56 (remove_files) COMPLETE
93322025-09-21T00:17:45.583Z[ host-image] Sep 21 00:17:45.072 INFO O| Sep 21 00:17:45.071 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93332025-09-21T00:17:45.609Z[ host-image] Sep 21 00:17:45.085 INFO O| Sep 21 00:17:45.084 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93342025-09-21T00:17:45.609Z[ host-image] Sep 21 00:17:45.085 INFO O| Sep 21 00:17:45.085 INFO STEP 57 (remove_files) COMPLETE
93352025-09-21T00:17:45.609Z[ host-image] Sep 21 00:17:45.085 INFO O| Sep 21 00:17:45.085 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93362025-09-21T00:17:45.609Z[ host-image] Sep 21 00:17:45.096 INFO O| Sep 21 00:17:45.096 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93372025-09-21T00:17:45.609Z[ host-image] Sep 21 00:17:45.096 INFO O| Sep 21 00:17:45.096 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93382025-09-21T00:17:45.609Z[ host-image] Sep 21 00:17:45.097 INFO O| Sep 21 00:17:45.096 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93392025-09-21T00:17:45.609Z[ host-image] Sep 21 00:17:45.097 INFO O| Sep 21 00:17:45.097 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93402025-09-21T00:17:45.609Z[ host-image] Sep 21 00:17:45.097 INFO O| Sep 21 00:17:45.097 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93412025-09-21T00:17:45.609Z[ host-image] Sep 21 00:17:45.097 INFO O| Sep 21 00:17:45.097 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93422025-09-21T00:17:45.609Z[ host-image] Sep 21 00:17:45.097 INFO O| Sep 21 00:17:45.097 INFO ok!
93432025-09-21T00:17:45.609Z[ host-image] Sep 21 00:17:45.097 INFO O| Sep 21 00:17:45.097 INFO STEP 58 (ensure_file) COMPLETE
93442025-09-21T00:17:45.609Z[ host-image] Sep 21 00:17:45.097 INFO O| Sep 21 00:17:45.097 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93452025-09-21T00:17:45.634Z[ host-image] Sep 21 00:17:45.110 INFO O| Sep 21 00:17:45.110 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93462025-09-21T00:17:45.634Z[ host-image] Sep 21 00:17:45.110 INFO O| Sep 21 00:17:45.110 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93472025-09-21T00:17:45.634Z[ host-image] Sep 21 00:17:45.110 INFO O| Sep 21 00:17:45.110 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93482025-09-21T00:17:45.634Z[ host-image] Sep 21 00:17:45.110 INFO O| Sep 21 00:17:45.110 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93492025-09-21T00:17:45.634Z[ host-image] Sep 21 00:17:45.110 INFO O| Sep 21 00:17:45.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93502025-09-21T00:17:45.635Z[ host-image] Sep 21 00:17:45.110 INFO O| Sep 21 00:17:45.110 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93512025-09-21T00:17:45.635Z[ host-image] Sep 21 00:17:45.110 INFO O| Sep 21 00:17:45.110 INFO ok!
93522025-09-21T00:17:45.635Z[ host-image] Sep 21 00:17:45.110 INFO O| Sep 21 00:17:45.110 INFO STEP 59 (ensure_file) COMPLETE
93532025-09-21T00:17:45.635Z[ host-image] Sep 21 00:17:45.110 INFO O| Sep 21 00:17:45.110 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93542025-09-21T00:17:45.635Z[ host-image] Sep 21 00:17:45.121 INFO O| Sep 21 00:17:45.121 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93552025-09-21T00:17:45.635Z[ host-image] Sep 21 00:17:45.121 INFO O| Sep 21 00:17:45.121 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93562025-09-21T00:17:45.635Z[ host-image] Sep 21 00:17:45.121 INFO O| Sep 21 00:17:45.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93572025-09-21T00:17:45.635Z[ host-image] Sep 21 00:17:45.121 INFO O| Sep 21 00:17:45.121 INFO ok!
93582025-09-21T00:17:45.635Z[ host-image] Sep 21 00:17:45.121 INFO O| Sep 21 00:17:45.121 INFO STEP 60 (ensure_file) COMPLETE
93592025-09-21T00:17:45.635Z[ host-image] Sep 21 00:17:45.121 INFO O| Sep 21 00:17:45.121 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93602025-09-21T00:17:45.660Z[ host-image] Sep 21 00:17:45.135 INFO O| Sep 21 00:17:45.135 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93612025-09-21T00:17:45.660Z[ host-image] Sep 21 00:17:45.135 INFO O| Sep 21 00:17:45.135 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93622025-09-21T00:17:45.660Z[ host-image] Sep 21 00:17:45.135 INFO O| Sep 21 00:17:45.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93632025-09-21T00:17:45.660Z[ host-image] Sep 21 00:17:45.135 INFO O| Sep 21 00:17:45.135 INFO ok!
93642025-09-21T00:17:45.660Z[ host-image] Sep 21 00:17:45.135 INFO O| Sep 21 00:17:45.135 INFO STEP 61 (ensure_file) COMPLETE
93652025-09-21T00:17:45.660Z[ host-image] Sep 21 00:17:45.135 INFO O| Sep 21 00:17:45.135 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93662025-09-21T00:17:45.660Z[ host-image] Sep 21 00:17:45.148 INFO O| Sep 21 00:17:45.148 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93672025-09-21T00:17:45.660Z[ host-image] Sep 21 00:17:45.148 INFO O| Sep 21 00:17:45.148 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93682025-09-21T00:17:45.660Z[ host-image] Sep 21 00:17:45.148 INFO O| Sep 21 00:17:45.148 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93692025-09-21T00:17:45.660Z[ host-image] Sep 21 00:17:45.148 INFO O| Sep 21 00:17:45.148 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93702025-09-21T00:17:45.660Z[ host-image] Sep 21 00:17:45.148 INFO O| Sep 21 00:17:45.148 INFO ok!
93712025-09-21T00:17:45.660Z[ host-image] Sep 21 00:17:45.148 INFO O| Sep 21 00:17:45.148 INFO STEP 62 (ensure_file) COMPLETE
93722025-09-21T00:17:45.660Z[ host-image] Sep 21 00:17:45.148 INFO O| Sep 21 00:17:45.148 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93732025-09-21T00:17:45.685Z[ host-image] Sep 21 00:17:45.159 INFO O| Sep 21 00:17:45.159 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93742025-09-21T00:17:45.685Z[ host-image] Sep 21 00:17:45.159 INFO O| Sep 21 00:17:45.159 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93752025-09-21T00:17:45.685Z[ host-image] Sep 21 00:17:45.159 INFO O| Sep 21 00:17:45.159 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93762025-09-21T00:17:45.685Z[ host-image] Sep 21 00:17:45.159 INFO O| Sep 21 00:17:45.159 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93772025-09-21T00:17:45.685Z[ host-image] Sep 21 00:17:45.159 INFO O| Sep 21 00:17:45.159 INFO ok!
93782025-09-21T00:17:45.685Z[ host-image] Sep 21 00:17:45.159 INFO O| Sep 21 00:17:45.159 INFO STEP 63 (ensure_file) COMPLETE
93792025-09-21T00:17:45.685Z[ host-image] Sep 21 00:17:45.159 INFO O| Sep 21 00:17:45.159 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93802025-09-21T00:17:45.686Z[ host-image] Sep 21 00:17:45.173 INFO O| Sep 21 00:17:45.172 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93812025-09-21T00:17:45.686Z[ host-image] Sep 21 00:17:45.173 INFO O| Sep 21 00:17:45.172 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93822025-09-21T00:17:45.686Z[ host-image] Sep 21 00:17:45.173 INFO O| Sep 21 00:17:45.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
93832025-09-21T00:17:45.686Z[ host-image] Sep 21 00:17:45.173 INFO O| Sep 21 00:17:45.173 INFO ok!
93842025-09-21T00:17:45.686Z[ host-image] Sep 21 00:17:45.173 INFO O| Sep 21 00:17:45.173 INFO STEP 64 (assemble_files) COMPLETE
93852025-09-21T00:17:45.686Z[ host-image] Sep 21 00:17:45.173 INFO O| Sep 21 00:17:45.173 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93862025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.183 INFO O| Sep 21 00:17:45.183 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
93872025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.183 INFO O| Sep 21 00:17:45.183 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
93882025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.183 INFO O| Sep 21 00:17:45.183 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93892025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.183 INFO O| Sep 21 00:17:45.183 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93902025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.183 INFO O| Sep 21 00:17:45.183 INFO ok!
93912025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.183 INFO O| Sep 21 00:17:45.183 INFO STEP 65 (ensure_file) COMPLETE
93922025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.183 INFO O| Sep 21 00:17:45.183 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93932025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.196 INFO O| Sep 21 00:17:45.196 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93942025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.196 INFO O| Sep 21 00:17:45.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93952025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.196 INFO O| Sep 21 00:17:45.196 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93962025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.196 INFO O| Sep 21 00:17:45.196 INFO STEP 66 (ensure_dir) COMPLETE
93972025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.196 INFO O| Sep 21 00:17:45.196 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93982025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.209 INFO O| Sep 21 00:17:45.209 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93992025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.209 INFO O| Sep 21 00:17:45.209 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 ...
94002025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.217 INFO O| Sep 21 00:17:45.217 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
94012025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.218 INFO O| Sep 21 00:17:45.217 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94022025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.218 INFO O| Sep 21 00:17:45.217 INFO ok!
94032025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.218 INFO O| Sep 21 00:17:45.217 INFO STEP 67 (ensure_file) COMPLETE
94042025-09-21T00:17:45.739Z[ host-image] Sep 21 00:17:45.218 INFO O| Sep 21 00:17:45.217 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94052025-09-21T00:17:45.766Z[ host-image] Sep 21 00:17:45.228 INFO O| Sep 21 00:17:45.228 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94062025-09-21T00:17:45.766Z[ host-image] Sep 21 00:17:45.228 INFO O| Sep 21 00:17:45.228 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 ...
94072025-09-21T00:17:45.766Z[ host-image] Sep 21 00:17:45.228 INFO O| Sep 21 00:17:45.228 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
94082025-09-21T00:17:45.766Z[ host-image] Sep 21 00:17:45.228 INFO O| Sep 21 00:17:45.228 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94092025-09-21T00:17:45.766Z[ host-image] Sep 21 00:17:45.228 INFO O| Sep 21 00:17:45.228 INFO ok!
94102025-09-21T00:17:45.766Z[ host-image] Sep 21 00:17:45.228 INFO O| Sep 21 00:17:45.228 INFO STEP 68 (ensure_file) COMPLETE
94112025-09-21T00:17:45.766Z[ host-image] Sep 21 00:17:45.228 INFO O| Sep 21 00:17:45.228 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94122025-09-21T00:17:45.794Z[ host-image] Sep 21 00:17:45.286 INFO O| Sep 21 00:17:45.286 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94132025-09-21T00:17:45.819Z[ host-image] Sep 21 00:17:45.286 INFO O| Sep 21 00:17:45.286 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94142025-09-21T00:17:49.376Z[ host-image] Sep 21 00:17:48.867 INFO O| Sep 21 00:17:48.867 INFO STEP 69 (pack_tar) COMPLETE
94152025-09-21T00:17:49.376Z[ host-image] Sep 21 00:17:48.867 INFO O| Sep 21 00:17:48.867 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94162025-09-21T00:17:49.376Z[ host-image] Sep 21 00:17:48.867 INFO O| Sep 21 00:17:48.867 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94172025-09-21T00:17:49.585Z[ host-image] Sep 21 00:17:49.076 INFO O| Sep 21 00:17:49.075 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94182025-09-21T00:17:49.673Z[ recovery-image] Sep 21 00:17:49.165 INFO E| Compiling scroll_derive v0.13.0
94192025-09-21T00:17:49.698Z[ host-image] Sep 21 00:17:49.178 INFO O| Sep 21 00:17:49.178 INFO completed processing sled/ramdisk-02-trim
94202025-09-21T00:17:49.699Z[ host-image] Sep 21 00:17:49.182 INFO image builder template: zfs...
94212025-09-21T00:17:49.699Z[ host-image] Sep 21 00:17:49.182 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/.tmpJHwTRO/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
94222025-09-21T00:17:49.723Z[ host-image] Sep 21 00:17:49.200 INFO O| Sep 21 00:17:49.200 INFO skip include "stress" because feature "stress" is not enabled
94232025-09-21T00:17:49.723Z[ host-image] Sep 21 00:17:49.200 INFO O| Sep 21 00:17:49.200 INFO skip include "stress" because feature "compliance" is not enabled
94242025-09-21T00:17:49.749Z[ host-image] Sep 21 00:17:49.241 INFO O| Sep 21 00:17:49.240 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94252025-09-21T00:17:49.774Z[ host-image] Sep 21 00:17:49.245 INFO O| Sep 21 00:17:49.245 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94262025-09-21T00:17:49.799Z[ host-image] Sep 21 00:17:49.271 INFO O| Sep 21 00:17:49.270 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94272025-09-21T00:17:49.824Z[ host-image] Sep 21 00:17:49.293 INFO O| Sep 21 00:17:49.293 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94282025-09-21T00:17:49.824Z[ host-image] Sep 21 00:17:49.293 INFO O| Sep 21 00:17:49.293 INFO work dataset: rpool/images/build/host/work/sled/zfs
94292025-09-21T00:17:49.824Z[ host-image] Sep 21 00:17:49.297 INFO O| Sep 21 00:17:49.297 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94302025-09-21T00:17:49.849Z[ host-image] Sep 21 00:17:49.325 INFO O| Sep 21 00:17:49.325 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94312025-09-21T00:17:49.875Z[ host-image] Sep 21 00:17:49.343 INFO O| Sep 21 00:17:49.343 INFO DESTROY POOL: TEMPORARY-sled-zfs
94322025-09-21T00:17:49.875Z[ host-image] Sep 21 00:17:49.354 INFO O| Sep 21 00:17:49.354 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94332025-09-21T00:17:49.875Z[ host-image] Sep 21 00:17:49.359 INFO O| Sep 21 00:17:49.359 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94342025-09-21T00:17:49.875Z[ host-image] Sep 21 00:17:49.359 INFO O| Sep 21 00:17:49.359 INFO no lofi found
94352025-09-21T00:17:49.875Z[ host-image] Sep 21 00:17:49.359 INFO O| Sep 21 00:17:49.359 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94362025-09-21T00:17:49.875Z[ host-image] Sep 21 00:17:49.359 INFO O| Sep 21 00:17:49.359 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94372025-09-21T00:17:52.511Z[ host-image] Sep 21 00:17:52.001 INFO O| Sep 21 00:17:52.001 INFO lofi device = /dev/dsk/c3t1d0p0
94382025-09-21T00:17:52.511Z[ host-image] Sep 21 00:17:52.001 INFO O| Sep 21 00:17:52.001 INFO pool device = /dev/dsk/c3t1d0p0
94392025-09-21T00:17:52.536Z[ host-image] Sep 21 00:17:52.001 INFO O| Sep 21 00:17:52.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-21T00:17:52.793Z[ host-image] Sep 21 00:17:52.284 INFO O| Sep 21 00:17:52.283 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94412025-09-21T00:17:52.793Z[ host-image] Sep 21 00:17:52.284 INFO O| Sep 21 00:17:52.284 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94422025-09-21T00:17:52.842Z[ host-image] Sep 21 00:17:52.334 INFO O| Sep 21 00:17:52.334 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94432025-09-21T00:17:52.952Z[ host-image] Sep 21 00:17:52.444 INFO O| Sep 21 00:17:52.444 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94442025-09-21T00:17:53.000Z[ host-image] Sep 21 00:17:52.492 INFO O| Sep 21 00:17:52.492 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94452025-09-21T00:17:53.030Z[ host-image] Sep 21 00:17:52.522 INFO O| Sep 21 00:17:52.522 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94462025-09-21T00:17:53.055Z[ host-image] Sep 21 00:17:52.543 INFO O| Sep 21 00:17:52.543 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94472025-09-21T00:17:53.110Z[ host-image] Sep 21 00:17:52.602 INFO O| Sep 21 00:17:52.602 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94482025-09-21T00:17:53.110Z[ host-image] Sep 21 00:17:52.602 INFO O| Sep 21 00:17:52.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94492025-09-21T00:17:53.110Z[ host-image] Sep 21 00:17:52.602 INFO O| Sep 21 00:17:52.602 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94502025-09-21T00:17:53.136Z[ host-image] Sep 21 00:17:52.611 INFO O| Sep 21 00:17:52.611 INFO boot environment UUID: 8e99b1e1-e4a9-4b7a-bb61-85d02ea46d89
94512025-09-21T00:17:53.136Z[ host-image] Sep 21 00:17:52.611 INFO O| Sep 21 00:17:52.611 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8e99b1e1-e4a9-4b7a-bb61-85d02ea46d89
94522025-09-21T00:17:53.161Z[ host-image] Sep 21 00:17:52.637 INFO O| Sep 21 00:17:52.636 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94532025-09-21T00:17:53.186Z[ host-image] Sep 21 00:17:52.659 INFO O| Sep 21 00:17:52.659 INFO STEP 0 (create_be) COMPLETE
94542025-09-21T00:17:53.186Z[ host-image] Sep 21 00:17:52.659 INFO O| Sep 21 00:17:52.659 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94552025-09-21T00:17:53.186Z[ host-image] Sep 21 00:17:52.675 INFO O| Sep 21 00:17:52.674 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94562025-09-21T00:17:56.785Z[ recovery-image] Sep 21 00:17:56.277 INFO E| Compiling bitstruct_derive v0.1.0
94572025-09-21T00:18:18.359Z[ host-image] Sep 21 00:18:17.852 INFO O| Sep 21 00:18:17.852 INFO STEP 1 (unpack_tar) COMPLETE
94582025-09-21T00:18:18.384Z[ host-image] Sep 21 00:18:17.852 INFO O| Sep 21 00:18:17.852 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94592025-09-21T00:18:18.384Z[ host-image] Sep 21 00:18:17.865 INFO O| Sep 21 00:18:17.865 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94602025-09-21T00:18:19.204Z[ host-image] Sep 21 00:18:18.698 INFO O| Sep 21 00:18:18.698 INFO STEP 2 (devfsadm) COMPLETE
94612025-09-21T00:18:19.229Z[ host-image] Sep 21 00:18:18.698 INFO O| Sep 21 00:18:18.698 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94622025-09-21T00:18:19.229Z[ host-image] Sep 21 00:18:18.712 INFO O| Sep 21 00:18:18.712 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94632025-09-21T00:18:19.229Z[ host-image] Sep 21 00:18:18.712 INFO O| Sep 21 00:18:18.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94642025-09-21T00:18:19.229Z[ host-image] Sep 21 00:18:18.712 INFO O| Sep 21 00:18:18.712 INFO STEP 3 (ensure_dir) COMPLETE
94652025-09-21T00:18:19.229Z[ host-image] Sep 21 00:18:18.712 INFO O| Sep 21 00:18:18.712 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94662025-09-21T00:18:19.254Z[ host-image] Sep 21 00:18:18.727 INFO O| Sep 21 00:18:18.726 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94672025-09-21T00:18:19.254Z[ host-image] Sep 21 00:18:18.727 INFO O| Sep 21 00:18:18.727 INFO STEP 4 (ensure_dir) COMPLETE
94682025-09-21T00:18:19.254Z[ host-image] Sep 21 00:18:18.727 INFO O| Sep 21 00:18:18.727 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94692025-09-21T00:18:19.254Z[ host-image] Sep 21 00:18:18.738 INFO O| Sep 21 00:18:18.738 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94702025-09-21T00:18:19.254Z[ host-image] Sep 21 00:18:18.738 INFO O| Sep 21 00:18:18.738 INFO STEP 5 (ensure_dir) COMPLETE
94712025-09-21T00:18:19.254Z[ host-image] Sep 21 00:18:18.738 INFO O| Sep 21 00:18:18.738 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94722025-09-21T00:18:19.279Z[ host-image] Sep 21 00:18:18.750 INFO O| Sep 21 00:18:18.750 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94732025-09-21T00:18:19.279Z[ host-image] Sep 21 00:18:18.750 INFO O| Sep 21 00:18:18.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94742025-09-21T00:18:19.279Z[ host-image] Sep 21 00:18:18.750 INFO O| Sep 21 00:18:18.750 INFO STEP 6 (ensure_dir) COMPLETE
94752025-09-21T00:18:19.279Z[ host-image] Sep 21 00:18:18.750 INFO O| Sep 21 00:18:18.750 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94762025-09-21T00:18:19.279Z[ host-image] Sep 21 00:18:18.760 INFO O| Sep 21 00:18:18.760 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94772025-09-21T00:18:19.279Z[ host-image] Sep 21 00:18:18.760 INFO O| Sep 21 00:18:18.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94782025-09-21T00:18:19.279Z[ host-image] Sep 21 00:18:18.760 INFO O| Sep 21 00:18:18.760 INFO STEP 7 (ensure_dir) COMPLETE
94792025-09-21T00:18:19.279Z[ host-image] Sep 21 00:18:18.760 INFO O| Sep 21 00:18:18.760 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94802025-09-21T00:18:19.279Z[ host-image] Sep 21 00:18:18.773 INFO O| Sep 21 00:18:18.773 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
94812025-09-21T00:18:19.304Z[ host-image] Sep 21 00:18:18.773 INFO O| Sep 21 00:18:18.773 INFO STEP 8 (remove_files) COMPLETE
94822025-09-21T00:18:19.304Z[ host-image] Sep 21 00:18:18.773 INFO O| Sep 21 00:18:18.773 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94832025-09-21T00:18:19.304Z[ host-image] Sep 21 00:18:18.785 INFO O| Sep 21 00:18:18.785 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
94842025-09-21T00:18:19.304Z[ host-image] Sep 21 00:18:18.787 INFO O| Sep 21 00:18:18.787 INFO STEP 9 (remove_files) COMPLETE
94852025-09-21T00:18:19.304Z[ host-image] Sep 21 00:18:18.787 INFO O| Sep 21 00:18:18.787 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94862025-09-21T00:18:19.304Z[ host-image] Sep 21 00:18:18.796 INFO O| Sep 21 00:18:18.796 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
94872025-09-21T00:18:19.304Z[ host-image] Sep 21 00:18:18.797 INFO O| Sep 21 00:18:18.797 INFO STEP 10 (remove_files) COMPLETE
94882025-09-21T00:18:19.304Z[ host-image] Sep 21 00:18:18.797 INFO O| Sep 21 00:18:18.797 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94892025-09-21T00:18:19.330Z[ host-image] Sep 21 00:18:18.807 INFO O| Sep 21 00:18:18.807 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
94902025-09-21T00:18:19.330Z[ host-image] Sep 21 00:18:18.807 INFO O| Sep 21 00:18:18.807 INFO STEP 11 (remove_files) COMPLETE
94912025-09-21T00:18:19.330Z[ host-image] Sep 21 00:18:18.807 INFO O| Sep 21 00:18:18.807 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94922025-09-21T00:18:19.330Z[ host-image] Sep 21 00:18:18.818 INFO O| Sep 21 00:18:18.818 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
94932025-09-21T00:18:19.330Z[ host-image] Sep 21 00:18:18.819 INFO O| Sep 21 00:18:18.818 INFO STEP 12 (remove_files) COMPLETE
94942025-09-21T00:18:19.330Z[ host-image] Sep 21 00:18:18.819 INFO O| Sep 21 00:18:18.819 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94952025-09-21T00:18:19.355Z[ host-image] Sep 21 00:18:18.832 INFO O| Sep 21 00:18:18.832 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94962025-09-21T00:18:19.355Z[ host-image] Sep 21 00:18:18.832 INFO O| Sep 21 00:18:18.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94972025-09-21T00:18:19.355Z[ host-image] Sep 21 00:18:18.832 INFO O| Sep 21 00:18:18.832 INFO STEP 13 (ensure_dir) COMPLETE
94982025-09-21T00:18:19.355Z[ host-image] Sep 21 00:18:18.832 INFO O| Sep 21 00:18:18.832 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94992025-09-21T00:18:19.355Z[ host-image] Sep 21 00:18:18.844 INFO O| Sep 21 00:18:18.844 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95002025-09-21T00:18:19.355Z[ host-image] Sep 21 00:18:18.844 INFO O| Sep 21 00:18:18.844 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95012025-09-21T00:18:19.355Z[ host-image] Sep 21 00:18:18.844 INFO O| Sep 21 00:18:18.844 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95022025-09-21T00:18:19.355Z[ host-image] Sep 21 00:18:18.844 INFO O| Sep 21 00:18:18.844 INFO STEP 14 (ensure_dir) COMPLETE
95032025-09-21T00:18:19.355Z[ host-image] Sep 21 00:18:18.844 INFO O| Sep 21 00:18:18.844 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95042025-09-21T00:18:19.380Z[ host-image] Sep 21 00:18:18.856 INFO O| Sep 21 00:18:18.856 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95052025-09-21T00:18:19.380Z[ host-image] Sep 21 00:18:18.857 INFO O| Sep 21 00:18:18.856 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95062025-09-21T00:18:19.380Z[ host-image] Sep 21 00:18:18.857 INFO O| Sep 21 00:18:18.857 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95072025-09-21T00:18:19.380Z[ host-image] Sep 21 00:18:18.857 INFO O| Sep 21 00:18:18.857 INFO STEP 15 (ensure_dir) COMPLETE
95082025-09-21T00:18:19.380Z[ host-image] Sep 21 00:18:18.857 INFO O| Sep 21 00:18:18.857 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95092025-09-21T00:18:19.380Z[ host-image] Sep 21 00:18:18.868 INFO O| Sep 21 00:18:18.868 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95102025-09-21T00:18:19.380Z[ host-image] Sep 21 00:18:18.868 INFO O| Sep 21 00:18:18.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95112025-09-21T00:18:19.380Z[ host-image] Sep 21 00:18:18.868 INFO O| Sep 21 00:18:18.868 INFO STEP 16 (ensure_dir) COMPLETE
95122025-09-21T00:18:19.380Z[ host-image] Sep 21 00:18:18.868 INFO O| Sep 21 00:18:18.868 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95132025-09-21T00:18:19.405Z[ host-image] Sep 21 00:18:18.882 INFO O| Sep 21 00:18:18.882 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95142025-09-21T00:18:19.405Z[ host-image] Sep 21 00:18:18.882 INFO O| Sep 21 00:18:18.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95152025-09-21T00:18:19.405Z[ host-image] Sep 21 00:18:18.882 INFO O| Sep 21 00:18:18.882 INFO STEP 17 (ensure_dir) COMPLETE
95162025-09-21T00:18:19.405Z[ host-image] Sep 21 00:18:18.882 INFO O| Sep 21 00:18:18.882 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95172025-09-21T00:18:19.405Z[ host-image] Sep 21 00:18:18.894 INFO O| Sep 21 00:18:18.893 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95182025-09-21T00:18:19.405Z[ host-image] Sep 21 00:18:18.894 INFO O| Sep 21 00:18:18.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95192025-09-21T00:18:19.405Z[ host-image] Sep 21 00:18:18.894 INFO O| Sep 21 00:18:18.894 INFO ok!
95202025-09-21T00:18:19.405Z[ host-image] Sep 21 00:18:18.894 INFO O| Sep 21 00:18:18.894 INFO STEP 18 (ensure_symlink) COMPLETE
95212025-09-21T00:18:19.406Z[ host-image] Sep 21 00:18:18.894 INFO O| Sep 21 00:18:18.894 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95222025-09-21T00:18:19.431Z[ host-image] Sep 21 00:18:18.904 INFO O| Sep 21 00:18:18.904 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95232025-09-21T00:18:19.431Z[ host-image] Sep 21 00:18:18.904 INFO O| Sep 21 00:18:18.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95242025-09-21T00:18:19.431Z[ host-image] Sep 21 00:18:18.904 INFO O| Sep 21 00:18:18.904 INFO ok!
95252025-09-21T00:18:19.431Z[ host-image] Sep 21 00:18:18.904 INFO O| Sep 21 00:18:18.904 INFO STEP 19 (ensure_file) COMPLETE
95262025-09-21T00:18:19.431Z[ host-image] Sep 21 00:18:18.904 INFO O| Sep 21 00:18:18.904 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95272025-09-21T00:18:19.431Z[ host-image] Sep 21 00:18:18.914 INFO O| Sep 21 00:18:18.914 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95282025-09-21T00:18:19.431Z[ host-image] Sep 21 00:18:18.914 INFO O| Sep 21 00:18:18.914 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95292025-09-21T00:18:19.431Z[ host-image] Sep 21 00:18:18.914 INFO O| Sep 21 00:18:18.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95302025-09-21T00:18:19.431Z[ host-image] Sep 21 00:18:18.914 INFO O| Sep 21 00:18:18.914 INFO ok!
95312025-09-21T00:18:19.431Z[ host-image] Sep 21 00:18:18.914 INFO O| Sep 21 00:18:18.914 INFO STEP 20 (ensure_symlink) COMPLETE
95322025-09-21T00:18:19.431Z[ host-image] Sep 21 00:18:18.914 INFO O| Sep 21 00:18:18.914 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95332025-09-21T00:18:19.456Z[ host-image] Sep 21 00:18:18.927 INFO O| Sep 21 00:18:18.927 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95342025-09-21T00:18:19.456Z[ host-image] Sep 21 00:18:18.927 INFO O| Sep 21 00:18:18.927 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95352025-09-21T00:18:19.456Z[ host-image] Sep 21 00:18:18.927 INFO O| Sep 21 00:18:18.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95362025-09-21T00:18:19.456Z[ host-image] Sep 21 00:18:18.927 INFO O| Sep 21 00:18:18.927 INFO ok!
95372025-09-21T00:18:19.456Z[ host-image] Sep 21 00:18:18.927 INFO O| Sep 21 00:18:18.927 INFO STEP 21 (ensure_symlink) COMPLETE
95382025-09-21T00:18:19.456Z[ host-image] Sep 21 00:18:18.927 INFO O| Sep 21 00:18:18.927 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95392025-09-21T00:18:19.456Z[ host-image] Sep 21 00:18:18.939 INFO O| Sep 21 00:18:18.939 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95402025-09-21T00:18:19.456Z[ host-image] Sep 21 00:18:18.939 INFO O| Sep 21 00:18:18.939 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95412025-09-21T00:18:19.456Z[ host-image] Sep 21 00:18:18.939 INFO O| Sep 21 00:18:18.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95422025-09-21T00:18:19.456Z[ host-image] Sep 21 00:18:18.939 INFO O| Sep 21 00:18:18.939 INFO ok!
95432025-09-21T00:18:19.456Z[ host-image] Sep 21 00:18:18.939 INFO O| Sep 21 00:18:18.939 INFO STEP 22 (ensure_symlink) COMPLETE
95442025-09-21T00:18:19.456Z[ host-image] Sep 21 00:18:18.939 INFO O| Sep 21 00:18:18.939 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95452025-09-21T00:18:19.481Z[ host-image] Sep 21 00:18:18.952 INFO O| Sep 21 00:18:18.952 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95462025-09-21T00:18:19.481Z[ host-image] Sep 21 00:18:18.952 INFO O| Sep 21 00:18:18.952 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95472025-09-21T00:18:19.481Z[ host-image] Sep 21 00:18:18.952 INFO O| Sep 21 00:18:18.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95482025-09-21T00:18:19.481Z[ host-image] Sep 21 00:18:18.952 INFO O| Sep 21 00:18:18.952 INFO ok!
95492025-09-21T00:18:19.481Z[ host-image] Sep 21 00:18:18.952 INFO O| Sep 21 00:18:18.952 INFO STEP 23 (ensure_symlink) COMPLETE
95502025-09-21T00:18:19.481Z[ host-image] Sep 21 00:18:18.952 INFO O| Sep 21 00:18:18.952 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95512025-09-21T00:18:19.481Z[ host-image] Sep 21 00:18:18.965 INFO O| Sep 21 00:18:18.965 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95522025-09-21T00:18:19.481Z[ host-image] Sep 21 00:18:18.966 INFO O| Sep 21 00:18:18.966 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95532025-09-21T00:18:19.481Z[ host-image] Sep 21 00:18:18.966 INFO O| Sep 21 00:18:18.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95542025-09-21T00:18:19.481Z[ host-image] Sep 21 00:18:18.966 INFO O| Sep 21 00:18:18.966 INFO ok!
95552025-09-21T00:18:19.481Z[ host-image] Sep 21 00:18:18.966 INFO O| Sep 21 00:18:18.966 INFO STEP 24 (ensure_file) COMPLETE
95562025-09-21T00:18:19.481Z[ host-image] Sep 21 00:18:18.966 INFO O| Sep 21 00:18:18.966 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95572025-09-21T00:18:19.507Z[ host-image] Sep 21 00:18:18.978 INFO O| Sep 21 00:18:18.978 INFO updating shadow file
95582025-09-21T00:18:19.507Z[ host-image] Sep 21 00:18:18.978 INFO O| Sep 21 00:18:18.978 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95592025-09-21T00:18:19.507Z[ host-image] Sep 21 00:18:18.978 INFO O| Sep 21 00:18:18.978 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95602025-09-21T00:18:19.507Z[ host-image] Sep 21 00:18:18.978 INFO O| Sep 21 00:18:18.978 INFO STEP 25 (shadow) COMPLETE
95612025-09-21T00:18:19.507Z[ host-image] Sep 21 00:18:18.978 INFO O| Sep 21 00:18:18.978 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95622025-09-21T00:18:19.507Z[ host-image] Sep 21 00:18:18.992 INFO O| Sep 21 00:18:18.991 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95632025-09-21T00:18:19.507Z[ host-image] Sep 21 00:18:18.992 INFO O| Sep 21 00:18:18.992 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95642025-09-21T00:18:19.507Z[ host-image] Sep 21 00:18:18.992 INFO O| Sep 21 00:18:18.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95652025-09-21T00:18:19.507Z[ host-image] Sep 21 00:18:18.992 INFO O| Sep 21 00:18:18.992 INFO ok!
95662025-09-21T00:18:19.507Z[ host-image] Sep 21 00:18:18.992 INFO O| Sep 21 00:18:18.992 INFO STEP 26 (ensure_file) COMPLETE
95672025-09-21T00:18:19.507Z[ host-image] Sep 21 00:18:18.992 INFO O| Sep 21 00:18:18.992 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95682025-09-21T00:18:19.532Z[ host-image] Sep 21 00:18:19.002 INFO O| Sep 21 00:18:19.002 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95692025-09-21T00:18:19.532Z[ host-image] Sep 21 00:18:19.002 INFO O| Sep 21 00:18:19.002 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95702025-09-21T00:18:19.532Z[ host-image] Sep 21 00:18:19.002 INFO O| Sep 21 00:18:19.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
95712025-09-21T00:18:19.532Z[ host-image] Sep 21 00:18:19.002 INFO O| Sep 21 00:18:19.002 INFO ok!
95722025-09-21T00:18:19.532Z[ host-image] Sep 21 00:18:19.002 INFO O| Sep 21 00:18:19.002 INFO STEP 27 (ensure_file) COMPLETE
95732025-09-21T00:18:19.532Z[ host-image] Sep 21 00:18:19.002 INFO O| Sep 21 00:18:19.002 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95742025-09-21T00:18:19.532Z[ host-image] Sep 21 00:18:19.015 INFO O| Sep 21 00:18:19.015 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95752025-09-21T00:18:19.532Z[ host-image] Sep 21 00:18:19.015 INFO O| Sep 21 00:18:19.015 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
95762025-09-21T00:18:19.532Z[ host-image] Sep 21 00:18:19.015 INFO O| Sep 21 00:18:19.015 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95772025-09-21T00:18:19.532Z[ host-image] Sep 21 00:18:19.015 INFO O| Sep 21 00:18:19.015 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95782025-09-21T00:18:19.532Z[ host-image] Sep 21 00:18:19.015 INFO O| Sep 21 00:18:19.015 INFO ok!
95792025-09-21T00:18:19.532Z[ host-image] Sep 21 00:18:19.015 INFO O| Sep 21 00:18:19.015 INFO STEP 28 (ensure_file) COMPLETE
95802025-09-21T00:18:19.532Z[ host-image] Sep 21 00:18:19.015 INFO O| Sep 21 00:18:19.015 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95812025-09-21T00:18:19.557Z[ host-image] Sep 21 00:18:19.027 INFO O| Sep 21 00:18:19.027 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
95822025-09-21T00:18:19.557Z[ host-image] Sep 21 00:18:19.027 INFO O| Sep 21 00:18:19.027 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
95832025-09-21T00:18:19.557Z[ host-image] Sep 21 00:18:19.027 INFO O| Sep 21 00:18:19.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
95842025-09-21T00:18:19.557Z[ host-image] Sep 21 00:18:19.027 INFO O| Sep 21 00:18:19.027 INFO ok!
95852025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.027 INFO O| Sep 21 00:18:19.027 INFO STEP 29 (ensure_file) COMPLETE
95862025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.027 INFO O| Sep 21 00:18:19.027 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95872025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.037 INFO O| Sep 21 00:18:19.037 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95882025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.037 INFO O| Sep 21 00:18:19.037 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95892025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.037 INFO O| Sep 21 00:18:19.037 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95902025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.037 INFO O| Sep 21 00:18:19.037 INFO STEP 30 (ensure_dir) COMPLETE
95912025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.037 INFO O| Sep 21 00:18:19.037 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95922025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.046 INFO O| Sep 21 00:18:19.046 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
95932025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.047 INFO O| Sep 21 00:18:19.046 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
95942025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.047 INFO O| Sep 21 00:18:19.047 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95952025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.047 INFO O| Sep 21 00:18:19.047 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95962025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.047 INFO O| Sep 21 00:18:19.047 INFO ok!
95972025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.047 INFO O| Sep 21 00:18:19.047 INFO STEP 31 (ensure_file) COMPLETE
95982025-09-21T00:18:19.558Z[ host-image] Sep 21 00:18:19.047 INFO O| Sep 21 00:18:19.047 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95992025-09-21T00:18:19.583Z[ host-image] Sep 21 00:18:19.060 INFO O| Sep 21 00:18:19.060 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96002025-09-21T00:18:19.583Z[ host-image] Sep 21 00:18:19.060 INFO O| Sep 21 00:18:19.060 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96012025-09-21T00:18:19.583Z[ host-image] Sep 21 00:18:19.060 INFO O| Sep 21 00:18:19.060 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96022025-09-21T00:18:19.583Z[ host-image] Sep 21 00:18:19.060 INFO O| Sep 21 00:18:19.060 INFO STEP 32 (ensure_dir) COMPLETE
96032025-09-21T00:18:19.583Z[ host-image] Sep 21 00:18:19.060 INFO O| Sep 21 00:18:19.060 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96042025-09-21T00:18:19.583Z[ host-image] Sep 21 00:18:19.070 INFO O| Sep 21 00:18:19.070 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
96052025-09-21T00:18:19.583Z[ host-image] Sep 21 00:18:19.070 INFO O| Sep 21 00:18:19.070 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 ...
96062025-09-21T00:18:19.583Z[ host-image] Sep 21 00:18:19.070 INFO O| Sep 21 00:18:19.070 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
96072025-09-21T00:18:19.583Z[ host-image] Sep 21 00:18:19.070 INFO O| Sep 21 00:18:19.070 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96082025-09-21T00:18:19.583Z[ host-image] Sep 21 00:18:19.070 INFO O| Sep 21 00:18:19.070 INFO ok!
96092025-09-21T00:18:19.583Z[ host-image] Sep 21 00:18:19.070 INFO O| Sep 21 00:18:19.070 INFO STEP 33 (ensure_file) COMPLETE
96102025-09-21T00:18:19.583Z[ host-image] Sep 21 00:18:19.070 INFO O| Sep 21 00:18:19.070 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96112025-09-21T00:18:19.608Z[ host-image] Sep 21 00:18:19.080 INFO O| Sep 21 00:18:19.080 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
96122025-09-21T00:18:19.609Z[ host-image] Sep 21 00:18:19.080 INFO O| Sep 21 00:18:19.080 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
96132025-09-21T00:18:19.609Z[ host-image] Sep 21 00:18:19.080 INFO O| Sep 21 00:18:19.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
96142025-09-21T00:18:19.609Z[ host-image] Sep 21 00:18:19.080 INFO O| Sep 21 00:18:19.080 INFO ok!
96152025-09-21T00:18:19.609Z[ host-image] Sep 21 00:18:19.080 INFO O| Sep 21 00:18:19.080 INFO STEP 34 (ensure_file) COMPLETE
96162025-09-21T00:18:19.609Z[ host-image] Sep 21 00:18:19.080 INFO O| Sep 21 00:18:19.080 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96172025-09-21T00:18:19.609Z[ host-image] Sep 21 00:18:19.090 INFO O| Sep 21 00:18:19.090 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96182025-09-21T00:18:19.609Z[ host-image] Sep 21 00:18:19.090 INFO O| Sep 21 00:18:19.090 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96192025-09-21T00:18:19.609Z[ host-image] Sep 21 00:18:19.090 INFO O| Sep 21 00:18:19.090 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96202025-09-21T00:18:19.609Z[ host-image] Sep 21 00:18:19.090 INFO O| Sep 21 00:18:19.090 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96212025-09-21T00:18:19.609Z[ host-image] Sep 21 00:18:19.090 INFO O| Sep 21 00:18:19.090 INFO ok!
96222025-09-21T00:18:19.609Z[ host-image] Sep 21 00:18:19.090 INFO O| Sep 21 00:18:19.090 INFO STEP 35 (ensure_file) COMPLETE
96232025-09-21T00:18:19.609Z[ host-image] Sep 21 00:18:19.090 INFO O| Sep 21 00:18:19.090 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96242025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.103 INFO O| Sep 21 00:18:19.103 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96252025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.103 INFO O| Sep 21 00:18:19.103 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96262025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.103 INFO O| Sep 21 00:18:19.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96272025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.103 INFO O| Sep 21 00:18:19.103 INFO ok!
96282025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.103 INFO O| Sep 21 00:18:19.103 INFO STEP 36 (ensure_file) COMPLETE
96292025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.103 INFO O| Sep 21 00:18:19.103 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96302025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.116 INFO O| Sep 21 00:18:19.116 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96312025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.116 INFO O| Sep 21 00:18:19.116 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96322025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.116 INFO O| Sep 21 00:18:19.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96332025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.116 INFO O| Sep 21 00:18:19.116 INFO ok!
96342025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.116 INFO O| Sep 21 00:18:19.116 INFO STEP 37 (ensure_file) COMPLETE
96352025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.116 INFO O| Sep 21 00:18:19.116 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96362025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.126 INFO O| Sep 21 00:18:19.126 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96372025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.126 INFO O| Sep 21 00:18:19.126 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96382025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.126 INFO O| Sep 21 00:18:19.126 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96392025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.126 INFO O| Sep 21 00:18:19.126 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96402025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.126 INFO O| Sep 21 00:18:19.126 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96412025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.126 INFO O| Sep 21 00:18:19.126 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96422025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.126 INFO O| Sep 21 00:18:19.126 INFO ok!
96432025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.126 INFO O| Sep 21 00:18:19.126 INFO STEP 38 (ensure_file) COMPLETE
96442025-09-21T00:18:19.634Z[ host-image] Sep 21 00:18:19.126 INFO O| Sep 21 00:18:19.126 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96452025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.136 INFO O| Sep 21 00:18:19.136 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96462025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.136 INFO O| Sep 21 00:18:19.136 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96472025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.136 INFO O| Sep 21 00:18:19.136 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96482025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.136 INFO O| Sep 21 00:18:19.136 INFO STEP 39 (ensure_dir) COMPLETE
96492025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.136 INFO O| Sep 21 00:18:19.136 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96502025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.149 INFO O| Sep 21 00:18:19.149 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
96512025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.149 INFO O| Sep 21 00:18:19.149 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 ...
96522025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.149 INFO O| Sep 21 00:18:19.149 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
96532025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.149 INFO O| Sep 21 00:18:19.149 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
96542025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.149 INFO O| Sep 21 00:18:19.149 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
96552025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.149 INFO O| Sep 21 00:18:19.149 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
96562025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.149 INFO O| Sep 21 00:18:19.149 INFO ok!
96572025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.149 INFO O| Sep 21 00:18:19.149 INFO STEP 40 (ensure_file) COMPLETE
96582025-09-21T00:18:19.660Z[ host-image] Sep 21 00:18:19.149 INFO O| Sep 21 00:18:19.149 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96592025-09-21T00:18:19.685Z[ host-image] Sep 21 00:18:19.161 INFO O| Sep 21 00:18:19.161 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96602025-09-21T00:18:19.685Z[ host-image] Sep 21 00:18:19.161 INFO O| Sep 21 00:18:19.161 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 ...
96612025-09-21T00:18:19.685Z[ host-image] Sep 21 00:18:19.161 INFO O| Sep 21 00:18:19.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96622025-09-21T00:18:19.685Z[ host-image] Sep 21 00:18:19.161 INFO O| Sep 21 00:18:19.161 INFO ok!
96632025-09-21T00:18:19.685Z[ host-image] Sep 21 00:18:19.161 INFO O| Sep 21 00:18:19.161 INFO STEP 41 (ensure_symlink) COMPLETE
96642025-09-21T00:18:19.685Z[ host-image] Sep 21 00:18:19.161 INFO O| Sep 21 00:18:19.161 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96652025-09-21T00:18:19.685Z[ host-image] Sep 21 00:18:19.174 INFO O| Sep 21 00:18:19.174 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96662025-09-21T00:18:19.685Z[ host-image] Sep 21 00:18:19.174 INFO O| Sep 21 00:18:19.174 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96672025-09-21T00:18:19.685Z[ host-image] Sep 21 00:18:19.174 INFO O| Sep 21 00:18:19.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96682025-09-21T00:18:19.685Z[ host-image] Sep 21 00:18:19.174 INFO O| Sep 21 00:18:19.174 INFO ok!
96692025-09-21T00:18:19.685Z[ host-image] Sep 21 00:18:19.174 INFO O| Sep 21 00:18:19.174 INFO STEP 42 (ensure_symlink) COMPLETE
96702025-09-21T00:18:19.685Z[ host-image] Sep 21 00:18:19.174 INFO O| Sep 21 00:18:19.174 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96712025-09-21T00:18:19.710Z[ host-image] Sep 21 00:18:19.185 INFO O| Sep 21 00:18:19.185 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96722025-09-21T00:18:19.710Z[ host-image] Sep 21 00:18:19.185 INFO O| Sep 21 00:18:19.185 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96732025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.185 INFO O| Sep 21 00:18:19.185 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96742025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.185 INFO O| Sep 21 00:18:19.185 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96752025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.185 INFO O| Sep 21 00:18:19.185 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96762025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.185 INFO O| Sep 21 00:18:19.185 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96772025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.185 INFO O| Sep 21 00:18:19.185 INFO ok!
96782025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.185 INFO O| Sep 21 00:18:19.185 INFO STEP 43 (ensure_file) COMPLETE
96792025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.185 INFO O| Sep 21 00:18:19.185 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96802025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.195 INFO O| Sep 21 00:18:19.195 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
96812025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.195 INFO O| Sep 21 00:18:19.195 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 ...
96822025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.195 INFO O| Sep 21 00:18:19.195 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
96832025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.195 INFO O| Sep 21 00:18:19.195 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96842025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.195 INFO O| Sep 21 00:18:19.195 INFO ok!
96852025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.195 INFO O| Sep 21 00:18:19.195 INFO STEP 44 (ensure_file) COMPLETE
96862025-09-21T00:18:19.711Z[ host-image] Sep 21 00:18:19.195 INFO O| Sep 21 00:18:19.195 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96872025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.205 INFO O| Sep 21 00:18:19.205 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
96882025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.205 INFO O| Sep 21 00:18:19.205 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
96892025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.205 INFO O| Sep 21 00:18:19.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
96902025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.205 INFO O| Sep 21 00:18:19.205 INFO ok!
96912025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.205 INFO O| Sep 21 00:18:19.205 INFO STEP 45 (ensure_file) COMPLETE
96922025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.205 INFO O| Sep 21 00:18:19.205 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96932025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.218 INFO O| Sep 21 00:18:19.218 INFO updating shadow file
96942025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.218 INFO O| Sep 21 00:18:19.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96952025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.218 INFO O| Sep 21 00:18:19.218 INFO STEP 46 (shadow) COMPLETE
96962025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.218 INFO O| Sep 21 00:18:19.218 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96972025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.228 INFO O| Sep 21 00:18:19.228 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
96982025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.228 INFO O| Sep 21 00:18:19.228 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
96992025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.228 INFO O| Sep 21 00:18:19.228 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97002025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.229 INFO O| Sep 21 00:18:19.228 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97012025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.229 INFO O| Sep 21 00:18:19.228 INFO ok!
97022025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.229 INFO O| Sep 21 00:18:19.228 INFO STEP 47 (ensure_file) COMPLETE
97032025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.229 INFO O| Sep 21 00:18:19.229 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97042025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.229 INFO O| Sep 21 00:18:19.229 INFO skip step because feature "mfg" is not enabled
97052025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.229 INFO O| Sep 21 00:18:19.229 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97062025-09-21T00:18:19.736Z[ host-image] Sep 21 00:18:19.229 INFO O| Sep 21 00:18:19.229 INFO skip step because feature "mfg" is not enabled
97072025-09-21T00:18:19.737Z[ host-image] Sep 21 00:18:19.229 INFO O| Sep 21 00:18:19.229 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97082025-09-21T00:18:19.761Z[ host-image] Sep 21 00:18:19.239 INFO O| Sep 21 00:18:19.239 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97092025-09-21T00:18:19.761Z[ host-image] Sep 21 00:18:19.240 INFO O| Sep 21 00:18:19.239 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97102025-09-21T00:18:20.632Z[ host-image] Sep 21 00:18:20.126 INFO O| Sep 21 00:18:20.126 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97112025-09-21T00:18:20.632Z[ host-image] Sep 21 00:18:20.126 INFO O| Sep 21 00:18:20.126 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97122025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.126 INFO O| Sep 21 00:18:20.126 INFO ok!
97132025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.126 INFO O| Sep 21 00:18:20.126 INFO STEP 50 (ensure_file) COMPLETE
97142025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.126 INFO O| Sep 21 00:18:20.126 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97152025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.126 INFO O| Sep 21 00:18:20.126 INFO skip step because feature "compliance" is not enabled
97162025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.126 INFO O| Sep 21 00:18:20.126 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97172025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.139 INFO O| Sep 21 00:18:20.139 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97182025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.139 INFO O| Sep 21 00:18:20.139 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97192025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.139 INFO O| Sep 21 00:18:20.139 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97202025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.139 INFO O| Sep 21 00:18:20.139 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97212025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.139 INFO O| Sep 21 00:18:20.139 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97222025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.139 INFO O| Sep 21 00:18:20.139 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97232025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.139 INFO O| Sep 21 00:18:20.139 INFO ok!
97242025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.139 INFO O| Sep 21 00:18:20.139 INFO STEP 52 (ensure_file) COMPLETE
97252025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.139 INFO O| Sep 21 00:18:20.139 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97262025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.149 INFO O| Sep 21 00:18:20.149 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97272025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.150 INFO O| Sep 21 00:18:20.149 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 ...
97282025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.150 INFO O| Sep 21 00:18:20.150 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
97292025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.150 INFO O| Sep 21 00:18:20.150 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97302025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.150 INFO O| Sep 21 00:18:20.150 INFO ok!
97312025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.150 INFO O| Sep 21 00:18:20.150 INFO STEP 53 (ensure_file) COMPLETE
97322025-09-21T00:18:20.658Z[ host-image] Sep 21 00:18:20.150 INFO O| Sep 21 00:18:20.150 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97332025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.160 INFO O| Sep 21 00:18:20.160 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97342025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.160 INFO O| Sep 21 00:18:20.160 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 ...
97352025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.160 INFO O| Sep 21 00:18:20.160 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97362025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.160 INFO O| Sep 21 00:18:20.160 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97372025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.160 INFO O| Sep 21 00:18:20.160 INFO ok!
97382025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.160 INFO O| Sep 21 00:18:20.160 INFO STEP 54 (ensure_file) COMPLETE
97392025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.160 INFO O| Sep 21 00:18:20.160 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97402025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.173 INFO O| Sep 21 00:18:20.173 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97412025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.173 INFO O| Sep 21 00:18:20.173 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 ...
97422025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.173 INFO O| Sep 21 00:18:20.173 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
97432025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.173 INFO O| Sep 21 00:18:20.173 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97442025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.173 INFO O| Sep 21 00:18:20.173 INFO ok!
97452025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.173 INFO O| Sep 21 00:18:20.173 INFO STEP 55 (ensure_file) COMPLETE
97462025-09-21T00:18:20.684Z[ host-image] Sep 21 00:18:20.173 INFO O| Sep 21 00:18:20.173 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97472025-09-21T00:18:20.709Z[ host-image] Sep 21 00:18:20.184 INFO O| Sep 21 00:18:20.184 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97482025-09-21T00:18:20.709Z[ host-image] Sep 21 00:18:20.184 INFO O| Sep 21 00:18:20.184 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 ...
97492025-09-21T00:18:20.709Z[ host-image] Sep 21 00:18:20.184 INFO O| Sep 21 00:18:20.184 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97502025-09-21T00:18:20.709Z[ host-image] Sep 21 00:18:20.184 INFO O| Sep 21 00:18:20.184 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97512025-09-21T00:18:20.709Z[ host-image] Sep 21 00:18:20.184 INFO O| Sep 21 00:18:20.184 INFO ok!
97522025-09-21T00:18:20.709Z[ host-image] Sep 21 00:18:20.184 INFO O| Sep 21 00:18:20.184 INFO STEP 56 (ensure_file) COMPLETE
97532025-09-21T00:18:20.709Z[ host-image] Sep 21 00:18:20.184 INFO O| Sep 21 00:18:20.184 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97542025-09-21T00:18:20.709Z[ host-image] Sep 21 00:18:20.196 INFO O| Sep 21 00:18:20.196 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97552025-09-21T00:18:20.709Z[ host-image] Sep 21 00:18:20.196 INFO O| Sep 21 00:18:20.196 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 ...
97562025-09-21T00:18:20.709Z[ host-image] Sep 21 00:18:20.196 INFO O| Sep 21 00:18:20.196 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
97572025-09-21T00:18:20.709Z[ host-image] Sep 21 00:18:20.196 INFO O| Sep 21 00:18:20.196 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97582025-09-21T00:18:20.709Z[ host-image] Sep 21 00:18:20.196 INFO O| Sep 21 00:18:20.196 INFO ok!
97592025-09-21T00:18:20.710Z[ host-image] Sep 21 00:18:20.196 INFO O| Sep 21 00:18:20.196 INFO STEP 57 (ensure_file) COMPLETE
97602025-09-21T00:18:20.710Z[ host-image] Sep 21 00:18:20.196 INFO O| Sep 21 00:18:20.196 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97612025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.207 INFO O| Sep 21 00:18:20.207 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97622025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.207 INFO O| Sep 21 00:18:20.207 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 ...
97632025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.207 INFO O| Sep 21 00:18:20.207 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97642025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.207 INFO O| Sep 21 00:18:20.207 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97652025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.207 INFO O| Sep 21 00:18:20.207 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97662025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.207 INFO O| Sep 21 00:18:20.207 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97672025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.207 INFO O| Sep 21 00:18:20.207 INFO ok!
97682025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.207 INFO O| Sep 21 00:18:20.207 INFO STEP 58 (ensure_file) COMPLETE
97692025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.207 INFO O| Sep 21 00:18:20.207 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97702025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.220 INFO O| Sep 21 00:18:20.220 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
97712025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.220 INFO O| Sep 21 00:18:20.220 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 ...
97722025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.220 INFO O| Sep 21 00:18:20.220 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
97732025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.220 INFO O| Sep 21 00:18:20.220 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97742025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.220 INFO O| Sep 21 00:18:20.220 INFO ok!
97752025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.220 INFO O| Sep 21 00:18:20.220 INFO STEP 59 (ensure_file) COMPLETE
97762025-09-21T00:18:20.735Z[ host-image] Sep 21 00:18:20.220 INFO O| Sep 21 00:18:20.220 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97772025-09-21T00:18:20.760Z[ host-image] Sep 21 00:18:20.232 INFO O| Sep 21 00:18:20.232 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
97782025-09-21T00:18:20.760Z[ host-image] Sep 21 00:18:20.232 INFO O| Sep 21 00:18:20.232 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
97792025-09-21T00:18:20.760Z[ host-image] Sep 21 00:18:20.232 INFO O| Sep 21 00:18:20.232 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97802025-09-21T00:18:20.760Z[ host-image] Sep 21 00:18:20.232 INFO O| Sep 21 00:18:20.232 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97812025-09-21T00:18:20.760Z[ host-image] Sep 21 00:18:20.232 INFO O| Sep 21 00:18:20.232 INFO ok!
97822025-09-21T00:18:20.760Z[ host-image] Sep 21 00:18:20.232 INFO O| Sep 21 00:18:20.232 INFO STEP 60 (ensure_file) COMPLETE
97832025-09-21T00:18:20.760Z[ host-image] Sep 21 00:18:20.232 INFO O| Sep 21 00:18:20.232 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97842025-09-21T00:18:20.760Z[ host-image] Sep 21 00:18:20.244 INFO O| Sep 21 00:18:20.244 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
97852025-09-21T00:18:20.760Z[ host-image] Sep 21 00:18:20.244 INFO O| Sep 21 00:18:20.244 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 ...
97862025-09-21T00:18:20.761Z[ host-image] Sep 21 00:18:20.244 INFO O| Sep 21 00:18:20.244 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
97872025-09-21T00:18:20.761Z[ host-image] Sep 21 00:18:20.244 INFO O| Sep 21 00:18:20.244 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97882025-09-21T00:18:20.761Z[ host-image] Sep 21 00:18:20.244 INFO O| Sep 21 00:18:20.244 INFO ok!
97892025-09-21T00:18:20.761Z[ host-image] Sep 21 00:18:20.244 INFO O| Sep 21 00:18:20.244 INFO STEP 61 (ensure_file) COMPLETE
97902025-09-21T00:18:20.761Z[ host-image] Sep 21 00:18:20.245 INFO O| Sep 21 00:18:20.244 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97912025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.255 INFO O| Sep 21 00:18:20.255 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
97922025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.255 INFO O| Sep 21 00:18:20.255 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
97932025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.255 INFO O| Sep 21 00:18:20.255 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97942025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.255 INFO O| Sep 21 00:18:20.255 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97952025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.255 INFO O| Sep 21 00:18:20.255 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97962025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.255 INFO O| Sep 21 00:18:20.255 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97972025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.255 INFO O| Sep 21 00:18:20.255 INFO ok!
97982025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.255 INFO O| Sep 21 00:18:20.255 INFO STEP 62 (ensure_file) COMPLETE
97992025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.255 INFO O| Sep 21 00:18:20.255 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98002025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.265 INFO O| Sep 21 00:18:20.265 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
98012025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.265 INFO O| Sep 21 00:18:20.265 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 ...
98022025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.266 INFO O| Sep 21 00:18:20.266 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98032025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.266 INFO O| Sep 21 00:18:20.266 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98042025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.266 INFO O| Sep 21 00:18:20.266 INFO ok!
98052025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.266 INFO O| Sep 21 00:18:20.266 INFO STEP 63 (ensure_file) COMPLETE
98062025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.266 INFO O| Sep 21 00:18:20.266 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98072025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.277 INFO O| Sep 21 00:18:20.277 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98082025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.277 INFO O| Sep 21 00:18:20.277 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 ...
98092025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.277 INFO O| Sep 21 00:18:20.277 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
98102025-09-21T00:18:20.786Z[ host-image] Sep 21 00:18:20.277 INFO O| Sep 21 00:18:20.277 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98112025-09-21T00:18:20.787Z[ host-image] Sep 21 00:18:20.277 INFO O| Sep 21 00:18:20.277 INFO ok!
98122025-09-21T00:18:20.787Z[ host-image] Sep 21 00:18:20.277 INFO O| Sep 21 00:18:20.277 INFO STEP 64 (ensure_file) COMPLETE
98132025-09-21T00:18:20.787Z[ host-image] Sep 21 00:18:20.277 INFO O| Sep 21 00:18:20.277 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98142025-09-21T00:18:20.812Z[ host-image] Sep 21 00:18:20.289 INFO O| Sep 21 00:18:20.289 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98152025-09-21T00:18:20.812Z[ host-image] Sep 21 00:18:20.289 INFO O| Sep 21 00:18:20.289 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 ...
98162025-09-21T00:18:20.812Z[ host-image] Sep 21 00:18:20.290 INFO O| Sep 21 00:18:20.290 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
98172025-09-21T00:18:20.812Z[ host-image] Sep 21 00:18:20.290 INFO O| Sep 21 00:18:20.290 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98182025-09-21T00:18:20.812Z[ host-image] Sep 21 00:18:20.290 INFO O| Sep 21 00:18:20.290 INFO ok!
98192025-09-21T00:18:20.812Z[ host-image] Sep 21 00:18:20.290 INFO O| Sep 21 00:18:20.290 INFO STEP 65 (ensure_file) COMPLETE
98202025-09-21T00:18:20.812Z[ host-image] Sep 21 00:18:20.290 INFO O| Sep 21 00:18:20.290 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98212025-09-21T00:18:20.812Z[ host-image] Sep 21 00:18:20.300 INFO O| Sep 21 00:18:20.300 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98222025-09-21T00:18:20.812Z[ host-image] Sep 21 00:18:20.300 INFO O| Sep 21 00:18:20.300 INFO STEP 66 (ensure_dir) COMPLETE
98232025-09-21T00:18:20.812Z[ host-image] Sep 21 00:18:20.300 INFO O| Sep 21 00:18:20.300 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98242025-09-21T00:18:20.838Z[ host-image] Sep 21 00:18:20.311 INFO O| Sep 21 00:18:20.310 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98252025-09-21T00:18:20.838Z[ host-image] Sep 21 00:18:20.311 INFO O| Sep 21 00:18:20.311 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98262025-09-21T00:18:20.838Z[ host-image] Sep 21 00:18:20.311 INFO O| Sep 21 00:18:20.311 INFO STEP 67 (ensure_dir) COMPLETE
98272025-09-21T00:18:20.838Z[ host-image] Sep 21 00:18:20.311 INFO O| Sep 21 00:18:20.311 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98282025-09-21T00:18:20.838Z[ host-image] Sep 21 00:18:20.321 INFO O| Sep 21 00:18:20.321 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98292025-09-21T00:18:20.838Z[ host-image] Sep 21 00:18:20.321 INFO O| Sep 21 00:18:20.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98302025-09-21T00:18:20.838Z[ host-image] Sep 21 00:18:20.321 INFO O| Sep 21 00:18:20.321 INFO STEP 68 (ensure_dir) COMPLETE
98312025-09-21T00:18:20.838Z[ host-image] Sep 21 00:18:20.321 INFO O| Sep 21 00:18:20.321 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98322025-09-21T00:18:20.838Z[ host-image] Sep 21 00:18:20.331 INFO O| Sep 21 00:18:20.331 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98332025-09-21T00:18:20.838Z[ host-image] Sep 21 00:18:20.331 INFO O| Sep 21 00:18:20.331 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98342025-09-21T00:18:22.335Z[ host-image] Sep 21 00:18:21.829 INFO O| Sep 21 00:18:21.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98352025-09-21T00:18:22.335Z[ host-image] Sep 21 00:18:21.829 INFO O| Sep 21 00:18:21.828 INFO ok!
98362025-09-21T00:18:22.361Z[ host-image] Sep 21 00:18:21.829 INFO O| Sep 21 00:18:21.828 INFO STEP 69 (ensure_file) COMPLETE
98372025-09-21T00:18:22.361Z[ host-image] Sep 21 00:18:21.829 INFO O| Sep 21 00:18:21.829 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98382025-09-21T00:18:22.361Z[ host-image] Sep 21 00:18:21.840 INFO O| Sep 21 00:18:21.840 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98392025-09-21T00:18:22.361Z[ host-image] Sep 21 00:18:21.841 INFO O| Sep 21 00:18:21.840 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98402025-09-21T00:18:24.560Z[ host-image] Sep 21 00:18:24.054 INFO O| Sep 21 00:18:24.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98412025-09-21T00:18:24.560Z[ host-image] Sep 21 00:18:24.054 INFO O| Sep 21 00:18:24.054 INFO ok!
98422025-09-21T00:18:24.585Z[ host-image] Sep 21 00:18:24.054 INFO O| Sep 21 00:18:24.054 INFO STEP 70 (ensure_file) COMPLETE
98432025-09-21T00:18:24.585Z[ host-image] Sep 21 00:18:24.054 INFO O| Sep 21 00:18:24.054 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98442025-09-21T00:18:24.585Z[ host-image] Sep 21 00:18:24.067 INFO O| Sep 21 00:18:24.066 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98452025-09-21T00:18:24.585Z[ host-image] Sep 21 00:18:24.067 INFO O| Sep 21 00:18:24.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98462025-09-21T00:18:24.585Z[ host-image] Sep 21 00:18:24.067 INFO O| Sep 21 00:18:24.067 INFO STEP 71 (ensure_dir) COMPLETE
98472025-09-21T00:18:24.585Z[ host-image] Sep 21 00:18:24.067 INFO O| Sep 21 00:18:24.067 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98482025-09-21T00:18:24.585Z[ host-image] Sep 21 00:18:24.079 INFO O| Sep 21 00:18:24.079 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98492025-09-21T00:18:24.585Z[ host-image] Sep 21 00:18:24.079 INFO O| Sep 21 00:18:24.079 INFO copying /tmp/.tmpJHwTRO/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 ...
98502025-09-21T00:18:24.586Z[ host-image] Sep 21 00:18:24.079 INFO O| Sep 21 00:18:24.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98512025-09-21T00:18:24.586Z[ host-image] Sep 21 00:18:24.079 INFO O| Sep 21 00:18:24.079 INFO ok!
98522025-09-21T00:18:24.611Z[ host-image] Sep 21 00:18:24.079 INFO O| Sep 21 00:18:24.079 INFO STEP 72 (ensure_file) COMPLETE
98532025-09-21T00:18:24.611Z[ host-image] Sep 21 00:18:24.079 INFO O| Sep 21 00:18:24.079 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98542025-09-21T00:18:24.611Z[ host-image] Sep 21 00:18:24.089 INFO O| Sep 21 00:18:24.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98552025-09-21T00:18:24.611Z[ host-image] Sep 21 00:18:24.089 INFO O| Sep 21 00:18:24.089 INFO copying /tmp/.tmpJHwTRO/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 ...
98562025-09-21T00:18:24.611Z[ host-image] Sep 21 00:18:24.090 INFO O| Sep 21 00:18:24.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98572025-09-21T00:18:24.611Z[ host-image] Sep 21 00:18:24.090 INFO O| Sep 21 00:18:24.090 INFO ok!
98582025-09-21T00:18:24.611Z[ host-image] Sep 21 00:18:24.090 INFO O| Sep 21 00:18:24.090 INFO STEP 73 (ensure_file) COMPLETE
98592025-09-21T00:18:24.611Z[ host-image] Sep 21 00:18:24.090 INFO O| Sep 21 00:18:24.090 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98602025-09-21T00:18:24.611Z[ host-image] Sep 21 00:18:24.100 INFO O| Sep 21 00:18:24.100 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98612025-09-21T00:18:24.611Z[ host-image] Sep 21 00:18:24.100 INFO O| Sep 21 00:18:24.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98622025-09-21T00:18:24.611Z[ host-image] Sep 21 00:18:24.100 INFO O| Sep 21 00:18:24.100 INFO STEP 74 (ensure_dir) COMPLETE
98632025-09-21T00:18:24.611Z[ host-image] Sep 21 00:18:24.100 INFO O| Sep 21 00:18:24.100 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98642025-09-21T00:18:24.636Z[ host-image] Sep 21 00:18:24.110 INFO O| Sep 21 00:18:24.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98652025-09-21T00:18:24.636Z[ host-image] Sep 21 00:18:24.110 INFO O| Sep 21 00:18:24.110 INFO copying /tmp/.tmpJHwTRO/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 ...
98662025-09-21T00:18:24.636Z[ host-image] Sep 21 00:18:24.110 INFO O| Sep 21 00:18:24.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98672025-09-21T00:18:24.636Z[ host-image] Sep 21 00:18:24.110 INFO O| Sep 21 00:18:24.110 INFO ok!
98682025-09-21T00:18:24.636Z[ host-image] Sep 21 00:18:24.110 INFO O| Sep 21 00:18:24.110 INFO STEP 75 (ensure_file) COMPLETE
98692025-09-21T00:18:24.636Z[ host-image] Sep 21 00:18:24.110 INFO O| Sep 21 00:18:24.110 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98702025-09-21T00:18:24.636Z[ host-image] Sep 21 00:18:24.123 INFO O| Sep 21 00:18:24.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98712025-09-21T00:18:24.636Z[ host-image] Sep 21 00:18:24.123 INFO O| Sep 21 00:18:24.123 INFO copying /tmp/.tmpJHwTRO/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 ...
98722025-09-21T00:18:24.636Z[ host-image] Sep 21 00:18:24.123 INFO O| Sep 21 00:18:24.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
98732025-09-21T00:18:24.636Z[ host-image] Sep 21 00:18:24.123 INFO O| Sep 21 00:18:24.123 INFO ok!
98742025-09-21T00:18:24.637Z[ host-image] Sep 21 00:18:24.123 INFO O| Sep 21 00:18:24.123 INFO STEP 76 (ensure_file) COMPLETE
98752025-09-21T00:18:24.637Z[ host-image] Sep 21 00:18:24.123 INFO O| Sep 21 00:18:24.123 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98762025-09-21T00:18:24.662Z[ host-image] Sep 21 00:18:24.133 INFO O| Sep 21 00:18:24.133 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98772025-09-21T00:18:24.662Z[ host-image] Sep 21 00:18:24.133 INFO O| Sep 21 00:18:24.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98782025-09-21T00:18:24.662Z[ host-image] Sep 21 00:18:24.133 INFO O| Sep 21 00:18:24.133 INFO STEP 77 (ensure_dir) COMPLETE
98792025-09-21T00:18:24.662Z[ host-image] Sep 21 00:18:24.133 INFO O| Sep 21 00:18:24.133 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98802025-09-21T00:18:24.662Z[ host-image] Sep 21 00:18:24.145 INFO O| Sep 21 00:18:24.145 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98812025-09-21T00:18:24.662Z[ host-image] Sep 21 00:18:24.145 INFO O| Sep 21 00:18:24.145 INFO copying /tmp/.tmpJHwTRO/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 ...
98822025-09-21T00:18:24.662Z[ host-image] Sep 21 00:18:24.145 INFO O| Sep 21 00:18:24.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
98832025-09-21T00:18:24.662Z[ host-image] Sep 21 00:18:24.145 INFO O| Sep 21 00:18:24.145 INFO ok!
98842025-09-21T00:18:24.662Z[ host-image] Sep 21 00:18:24.145 INFO O| Sep 21 00:18:24.145 INFO STEP 78 (ensure_file) COMPLETE
98852025-09-21T00:18:24.662Z[ host-image] Sep 21 00:18:24.145 INFO O| Sep 21 00:18:24.145 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98862025-09-21T00:18:24.662Z[ host-image] Sep 21 00:18:24.156 INFO O| Sep 21 00:18:24.156 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
98872025-09-21T00:18:24.687Z[ host-image] Sep 21 00:18:24.156 INFO O| Sep 21 00:18:24.156 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
98882025-09-21T00:18:24.687Z[ host-image] Sep 21 00:18:24.156 INFO O| Sep 21 00:18:24.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
98892025-09-21T00:18:24.687Z[ host-image] Sep 21 00:18:24.156 INFO O| Sep 21 00:18:24.156 INFO ok!
98902025-09-21T00:18:24.687Z[ host-image] Sep 21 00:18:24.156 INFO O| Sep 21 00:18:24.156 INFO STEP 79 (ensure_file) COMPLETE
98912025-09-21T00:18:24.687Z[ host-image] Sep 21 00:18:24.156 INFO O| Sep 21 00:18:24.156 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98922025-09-21T00:18:24.687Z[ host-image] Sep 21 00:18:24.168 INFO O| Sep 21 00:18:24.168 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98932025-09-21T00:18:24.687Z[ host-image] Sep 21 00:18:24.168 INFO O| Sep 21 00:18:24.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98942025-09-21T00:18:24.687Z[ host-image] Sep 21 00:18:24.168 INFO O| Sep 21 00:18:24.168 INFO STEP 80 (ensure_dir) COMPLETE
98952025-09-21T00:18:24.687Z[ host-image] Sep 21 00:18:24.168 INFO O| Sep 21 00:18:24.168 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98962025-09-21T00:18:24.687Z[ host-image] Sep 21 00:18:24.179 INFO O| Sep 21 00:18:24.179 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
98972025-09-21T00:18:24.687Z[ host-image] Sep 21 00:18:24.179 INFO O| Sep 21 00:18:24.179 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
98982025-09-21T00:18:25.347Z[ host-image] Sep 21 00:18:24.841 INFO O| Sep 21 00:18:24.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
98992025-09-21T00:18:25.347Z[ host-image] Sep 21 00:18:24.841 INFO O| Sep 21 00:18:24.841 INFO ok!
99002025-09-21T00:18:25.372Z[ host-image] Sep 21 00:18:24.841 INFO O| Sep 21 00:18:24.841 INFO STEP 81 (ensure_file) COMPLETE
99012025-09-21T00:18:25.372Z[ host-image] Sep 21 00:18:24.841 INFO O| Sep 21 00:18:24.841 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99022025-09-21T00:18:25.372Z[ host-image] Sep 21 00:18:24.854 INFO O| Sep 21 00:18:24.854 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99032025-09-21T00:18:25.372Z[ host-image] Sep 21 00:18:24.854 INFO O| Sep 21 00:18:24.854 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99042025-09-21T00:18:28.877Z[ host-image] Sep 21 00:18:28.371 INFO O| Sep 21 00:18:28.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99052025-09-21T00:18:28.877Z[ host-image] Sep 21 00:18:28.371 INFO O| Sep 21 00:18:28.371 INFO ok!
99062025-09-21T00:18:28.902Z[ host-image] Sep 21 00:18:28.371 INFO O| Sep 21 00:18:28.371 INFO STEP 82 (ensure_file) COMPLETE
99072025-09-21T00:18:28.902Z[ host-image] Sep 21 00:18:28.371 INFO O| Sep 21 00:18:28.371 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99082025-09-21T00:18:28.902Z[ host-image] Sep 21 00:18:28.384 INFO O| Sep 21 00:18:28.384 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99092025-09-21T00:18:28.902Z[ host-image] Sep 21 00:18:28.384 INFO O| Sep 21 00:18:28.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99102025-09-21T00:18:28.902Z[ host-image] Sep 21 00:18:28.384 INFO O| Sep 21 00:18:28.384 INFO STEP 83 (ensure_dir) COMPLETE
99112025-09-21T00:18:28.902Z[ host-image] Sep 21 00:18:28.384 INFO O| Sep 21 00:18:28.384 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99122025-09-21T00:18:28.902Z[ host-image] Sep 21 00:18:28.395 INFO O| Sep 21 00:18:28.395 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99132025-09-21T00:18:28.902Z[ host-image] Sep 21 00:18:28.395 INFO O| Sep 21 00:18:28.395 INFO copying /tmp/.tmpJHwTRO/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 ...
99142025-09-21T00:18:28.902Z[ host-image] Sep 21 00:18:28.396 INFO O| Sep 21 00:18:28.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99152025-09-21T00:18:28.902Z[ host-image] Sep 21 00:18:28.396 INFO O| Sep 21 00:18:28.396 INFO ok!
99162025-09-21T00:18:28.902Z[ host-image] Sep 21 00:18:28.396 INFO O| Sep 21 00:18:28.396 INFO STEP 84 (ensure_file) COMPLETE
99172025-09-21T00:18:28.902Z[ host-image] Sep 21 00:18:28.396 INFO O| Sep 21 00:18:28.396 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99182025-09-21T00:18:28.927Z[ host-image] Sep 21 00:18:28.406 INFO O| Sep 21 00:18:28.406 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99192025-09-21T00:18:28.927Z[ host-image] Sep 21 00:18:28.406 INFO O| Sep 21 00:18:28.406 INFO copying /tmp/.tmpJHwTRO/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 ...
99202025-09-21T00:18:28.927Z[ host-image] Sep 21 00:18:28.406 INFO O| Sep 21 00:18:28.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99212025-09-21T00:18:28.927Z[ host-image] Sep 21 00:18:28.406 INFO O| Sep 21 00:18:28.406 INFO ok!
99222025-09-21T00:18:28.927Z[ host-image] Sep 21 00:18:28.406 INFO O| Sep 21 00:18:28.406 INFO STEP 85 (ensure_file) COMPLETE
99232025-09-21T00:18:28.927Z[ host-image] Sep 21 00:18:28.406 INFO O| Sep 21 00:18:28.406 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99242025-09-21T00:18:28.927Z[ host-image] Sep 21 00:18:28.416 INFO O| Sep 21 00:18:28.416 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99252025-09-21T00:18:28.927Z[ host-image] Sep 21 00:18:28.416 INFO O| Sep 21 00:18:28.416 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99262025-09-21T00:18:28.928Z[ host-image] Sep 21 00:18:28.416 INFO O| Sep 21 00:18:28.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99272025-09-21T00:18:28.928Z[ host-image] Sep 21 00:18:28.416 INFO O| Sep 21 00:18:28.416 INFO ok!
99282025-09-21T00:18:28.928Z[ host-image] Sep 21 00:18:28.416 INFO O| Sep 21 00:18:28.416 INFO STEP 86 (ensure_file) COMPLETE
99292025-09-21T00:18:28.928Z[ host-image] Sep 21 00:18:28.416 INFO O| Sep 21 00:18:28.416 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99302025-09-21T00:18:28.953Z[ host-image] Sep 21 00:18:28.426 INFO O| Sep 21 00:18:28.426 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
99312025-09-21T00:18:28.953Z[ host-image] Sep 21 00:18:28.426 INFO O| Sep 21 00:18:28.426 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
99322025-09-21T00:18:28.953Z[ host-image] Sep 21 00:18:28.426 INFO O| Sep 21 00:18:28.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
99332025-09-21T00:18:28.953Z[ host-image] Sep 21 00:18:28.426 INFO O| Sep 21 00:18:28.426 INFO ok!
99342025-09-21T00:18:28.953Z[ host-image] Sep 21 00:18:28.426 INFO O| Sep 21 00:18:28.426 INFO STEP 87 (ensure_file) COMPLETE
99352025-09-21T00:18:28.953Z[ host-image] Sep 21 00:18:28.426 INFO O| Sep 21 00:18:28.426 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99362025-09-21T00:18:28.953Z[ host-image] Sep 21 00:18:28.437 INFO O| Sep 21 00:18:28.437 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99372025-09-21T00:18:28.953Z[ host-image] Sep 21 00:18:28.437 INFO O| Sep 21 00:18:28.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99382025-09-21T00:18:28.953Z[ host-image] Sep 21 00:18:28.437 INFO O| Sep 21 00:18:28.437 INFO STEP 88 (ensure_dir) COMPLETE
99392025-09-21T00:18:28.953Z[ host-image] Sep 21 00:18:28.437 INFO O| Sep 21 00:18:28.437 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99402025-09-21T00:18:28.953Z[ host-image] Sep 21 00:18:28.447 INFO O| Sep 21 00:18:28.447 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99412025-09-21T00:18:28.953Z[ host-image] Sep 21 00:18:28.447 INFO O| Sep 21 00:18:28.447 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99422025-09-21T00:18:28.978Z[ host-image] Sep 21 00:18:28.454 INFO O| Sep 21 00:18:28.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99432025-09-21T00:18:28.978Z[ host-image] Sep 21 00:18:28.454 INFO O| Sep 21 00:18:28.454 INFO ok!
99442025-09-21T00:18:28.978Z[ host-image] Sep 21 00:18:28.454 INFO O| Sep 21 00:18:28.454 INFO STEP 89 (ensure_file) COMPLETE
99452025-09-21T00:18:28.978Z[ host-image] Sep 21 00:18:28.454 INFO O| Sep 21 00:18:28.454 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99462025-09-21T00:18:28.978Z[ host-image] Sep 21 00:18:28.464 INFO O| Sep 21 00:18:28.464 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99472025-09-21T00:18:28.978Z[ host-image] Sep 21 00:18:28.464 INFO O| Sep 21 00:18:28.464 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99482025-09-21T00:18:28.978Z[ host-image] Sep 21 00:18:28.464 INFO O| Sep 21 00:18:28.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99492025-09-21T00:18:28.978Z[ host-image] Sep 21 00:18:28.464 INFO O| Sep 21 00:18:28.464 INFO ok!
99502025-09-21T00:18:28.978Z[ host-image] Sep 21 00:18:28.464 INFO O| Sep 21 00:18:28.464 INFO STEP 90 (ensure_file) COMPLETE
99512025-09-21T00:18:28.978Z[ host-image] Sep 21 00:18:28.464 INFO O| Sep 21 00:18:28.464 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99522025-09-21T00:18:29.004Z[ host-image] Sep 21 00:18:28.475 INFO O| Sep 21 00:18:28.475 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99532025-09-21T00:18:29.004Z[ host-image] Sep 21 00:18:28.475 INFO O| Sep 21 00:18:28.475 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99542025-09-21T00:18:32.044Z[ host-image] Sep 21 00:18:31.538 INFO O| Sep 21 00:18:31.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99552025-09-21T00:18:32.044Z[ host-image] Sep 21 00:18:31.538 INFO O| Sep 21 00:18:31.538 INFO ok!
99562025-09-21T00:18:32.069Z[ host-image] Sep 21 00:18:31.538 INFO O| Sep 21 00:18:31.538 INFO STEP 91 (ensure_file) COMPLETE
99572025-09-21T00:18:32.069Z[ host-image] Sep 21 00:18:31.538 INFO O| Sep 21 00:18:31.538 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99582025-09-21T00:18:32.069Z[ host-image] Sep 21 00:18:31.554 INFO O| Sep 21 00:18:31.554 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99592025-09-21T00:18:32.069Z[ host-image] Sep 21 00:18:31.554 INFO O| Sep 21 00:18:31.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99602025-09-21T00:18:32.069Z[ host-image] Sep 21 00:18:31.554 INFO O| Sep 21 00:18:31.554 INFO STEP 92 (ensure_dir) COMPLETE
99612025-09-21T00:18:32.069Z[ host-image] Sep 21 00:18:31.554 INFO O| Sep 21 00:18:31.554 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99622025-09-21T00:18:32.094Z[ host-image] Sep 21 00:18:31.567 INFO O| Sep 21 00:18:31.567 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99632025-09-21T00:18:32.094Z[ host-image] Sep 21 00:18:31.567 INFO O| Sep 21 00:18:31.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99642025-09-21T00:18:32.094Z[ host-image] Sep 21 00:18:31.567 INFO O| Sep 21 00:18:31.567 INFO STEP 93 (ensure_dir) COMPLETE
99652025-09-21T00:18:32.094Z[ host-image] Sep 21 00:18:31.567 INFO O| Sep 21 00:18:31.567 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99662025-09-21T00:18:32.094Z[ host-image] Sep 21 00:18:31.578 INFO O| Sep 21 00:18:31.578 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99672025-09-21T00:18:32.094Z[ host-image] Sep 21 00:18:31.578 INFO O| Sep 21 00:18:31.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99682025-09-21T00:18:32.094Z[ host-image] Sep 21 00:18:31.578 INFO O| Sep 21 00:18:31.578 INFO STEP 94 (ensure_dir) COMPLETE
99692025-09-21T00:18:32.094Z[ host-image] Sep 21 00:18:31.578 INFO O| Sep 21 00:18:31.578 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99702025-09-21T00:18:32.095Z[ host-image] Sep 21 00:18:31.588 INFO O| Sep 21 00:18:31.588 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99712025-09-21T00:18:32.095Z[ host-image] Sep 21 00:18:31.588 INFO O| Sep 21 00:18:31.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99722025-09-21T00:18:32.095Z[ host-image] Sep 21 00:18:31.588 INFO O| Sep 21 00:18:31.588 INFO STEP 95 (ensure_dir) COMPLETE
99732025-09-21T00:18:32.095Z[ host-image] Sep 21 00:18:31.588 INFO O| Sep 21 00:18:31.588 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99742025-09-21T00:18:32.120Z[ host-image] Sep 21 00:18:31.598 INFO O| Sep 21 00:18:31.598 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99752025-09-21T00:18:32.120Z[ host-image] Sep 21 00:18:31.598 INFO O| Sep 21 00:18:31.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99762025-09-21T00:18:32.120Z[ host-image] Sep 21 00:18:31.598 INFO O| Sep 21 00:18:31.598 INFO STEP 96 (ensure_dir) COMPLETE
99772025-09-21T00:18:32.120Z[ host-image] Sep 21 00:18:31.598 INFO O| Sep 21 00:18:31.598 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99782025-09-21T00:18:32.120Z[ host-image] Sep 21 00:18:31.611 INFO O| Sep 21 00:18:31.611 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
99792025-09-21T00:18:32.120Z[ host-image] Sep 21 00:18:31.611 INFO O| Sep 21 00:18:31.611 INFO copying /tmp/.tmpJHwTRO/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 ...
99802025-09-21T00:18:32.120Z[ host-image] Sep 21 00:18:31.612 INFO O| Sep 21 00:18:31.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
99812025-09-21T00:18:32.120Z[ host-image] Sep 21 00:18:31.612 INFO O| Sep 21 00:18:31.612 INFO ok!
99822025-09-21T00:18:32.120Z[ host-image] Sep 21 00:18:31.612 INFO O| Sep 21 00:18:31.612 INFO STEP 97 (ensure_file) COMPLETE
99832025-09-21T00:18:32.120Z[ host-image] Sep 21 00:18:31.612 INFO O| Sep 21 00:18:31.612 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99842025-09-21T00:18:32.145Z[ host-image] Sep 21 00:18:31.624 INFO O| Sep 21 00:18:31.624 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99852025-09-21T00:18:32.145Z[ host-image] Sep 21 00:18:31.625 INFO O| Sep 21 00:18:31.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99862025-09-21T00:18:32.145Z[ host-image] Sep 21 00:18:31.625 INFO O| Sep 21 00:18:31.625 INFO STEP 98 (ensure_dir) COMPLETE
99872025-09-21T00:18:32.145Z[ host-image] Sep 21 00:18:31.625 INFO O| Sep 21 00:18:31.625 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99882025-09-21T00:18:32.145Z[ host-image] Sep 21 00:18:31.637 INFO O| Sep 21 00:18:31.637 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
99892025-09-21T00:18:32.145Z[ host-image] Sep 21 00:18:31.637 INFO O| Sep 21 00:18:31.637 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
99902025-09-21T00:18:32.145Z[ host-image] Sep 21 00:18:31.637 INFO O| Sep 21 00:18:31.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
99912025-09-21T00:18:32.145Z[ host-image] Sep 21 00:18:31.637 INFO O| Sep 21 00:18:31.637 INFO ok!
99922025-09-21T00:18:32.145Z[ host-image] Sep 21 00:18:31.637 INFO O| Sep 21 00:18:31.637 INFO STEP 99 (ensure_file) COMPLETE
99932025-09-21T00:18:32.145Z[ host-image] Sep 21 00:18:31.637 INFO O| Sep 21 00:18:31.637 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99942025-09-21T00:18:32.170Z[ host-image] Sep 21 00:18:31.648 INFO O| Sep 21 00:18:31.648 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
99952025-09-21T00:18:32.170Z[ host-image] Sep 21 00:18:31.648 INFO O| Sep 21 00:18:31.648 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
99962025-09-21T00:18:32.776Z[ host-image] Sep 21 00:18:32.271 INFO O| Sep 21 00:18:32.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
99972025-09-21T00:18:32.776Z[ host-image] Sep 21 00:18:32.271 INFO O| Sep 21 00:18:32.271 INFO ok!
99982025-09-21T00:18:32.776Z[ host-image] Sep 21 00:18:32.271 INFO O| Sep 21 00:18:32.271 INFO STEP 100 (ensure_file) COMPLETE
99992025-09-21T00:18:32.801Z[ host-image] Sep 21 00:18:32.271 INFO O| Sep 21 00:18:32.271 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100002025-09-21T00:18:32.801Z[ host-image] Sep 21 00:18:32.284 INFO O| Sep 21 00:18:32.283 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100012025-09-21T00:18:32.801Z[ host-image] Sep 21 00:18:32.284 INFO O| Sep 21 00:18:32.283 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100022025-09-21T00:18:33.399Z[ host-image] Sep 21 00:18:32.894 INFO O| Sep 21 00:18:32.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
100032025-09-21T00:18:33.399Z[ host-image] Sep 21 00:18:32.894 INFO O| Sep 21 00:18:32.894 INFO ok!
100042025-09-21T00:18:33.424Z[ host-image] Sep 21 00:18:32.894 INFO O| Sep 21 00:18:32.894 INFO STEP 101 (ensure_file) COMPLETE
100052025-09-21T00:18:33.424Z[ host-image] Sep 21 00:18:32.894 INFO O| Sep 21 00:18:32.894 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100062025-09-21T00:18:33.424Z[ host-image] Sep 21 00:18:32.907 INFO O| Sep 21 00:18:32.906 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
100072025-09-21T00:18:33.424Z[ host-image] Sep 21 00:18:32.907 INFO O| Sep 21 00:18:32.906 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
100082025-09-21T00:18:33.424Z[ host-image] Sep 21 00:18:32.907 INFO O| Sep 21 00:18:32.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
100092025-09-21T00:18:33.424Z[ host-image] Sep 21 00:18:32.907 INFO O| Sep 21 00:18:32.907 INFO ok!
100102025-09-21T00:18:33.424Z[ host-image] Sep 21 00:18:32.907 INFO O| Sep 21 00:18:32.907 INFO STEP 102 (ensure_file) COMPLETE
100112025-09-21T00:18:33.425Z[ host-image] Sep 21 00:18:32.907 INFO O| Sep 21 00:18:32.907 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100122025-09-21T00:18:33.425Z[ host-image] Sep 21 00:18:32.917 INFO O| Sep 21 00:18:32.917 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
100132025-09-21T00:18:33.425Z[ host-image] Sep 21 00:18:32.917 INFO O| Sep 21 00:18:32.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
100142025-09-21T00:18:33.425Z[ host-image] Sep 21 00:18:32.917 INFO O| Sep 21 00:18:32.917 INFO STEP 103 (ensure_dir) COMPLETE
100152025-09-21T00:18:33.425Z[ host-image] Sep 21 00:18:32.917 INFO O| Sep 21 00:18:32.917 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100162025-09-21T00:18:33.450Z[ host-image] Sep 21 00:18:32.930 INFO O| Sep 21 00:18:32.930 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
100172025-09-21T00:18:33.450Z[ host-image] Sep 21 00:18:32.930 INFO O| Sep 21 00:18:32.930 INFO copying /tmp/.tmpJHwTRO/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 ...
100182025-09-21T00:18:33.450Z[ host-image] Sep 21 00:18:32.930 INFO O| Sep 21 00:18:32.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
100192025-09-21T00:18:33.450Z[ host-image] Sep 21 00:18:32.930 INFO O| Sep 21 00:18:32.930 INFO ok!
100202025-09-21T00:18:33.450Z[ host-image] Sep 21 00:18:32.930 INFO O| Sep 21 00:18:32.930 INFO STEP 104 (ensure_file) COMPLETE
100212025-09-21T00:18:33.450Z[ host-image] Sep 21 00:18:32.930 INFO O| Sep 21 00:18:32.930 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100222025-09-21T00:18:33.450Z[ host-image] Sep 21 00:18:32.943 INFO O| Sep 21 00:18:32.943 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
100232025-09-21T00:18:33.450Z[ host-image] Sep 21 00:18:32.943 INFO O| Sep 21 00:18:32.943 INFO copying /tmp/.tmpJHwTRO/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 ...
100242025-09-21T00:18:33.450Z[ host-image] Sep 21 00:18:32.943 INFO O| Sep 21 00:18:32.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
100252025-09-21T00:18:33.450Z[ host-image] Sep 21 00:18:32.943 INFO O| Sep 21 00:18:32.943 INFO ok!
100262025-09-21T00:18:33.450Z[ host-image] Sep 21 00:18:32.943 INFO O| Sep 21 00:18:32.943 INFO STEP 105 (ensure_file) COMPLETE
100272025-09-21T00:18:33.450Z[ host-image] Sep 21 00:18:32.943 INFO O| Sep 21 00:18:32.943 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100282025-09-21T00:18:33.475Z[ host-image] Sep 21 00:18:32.955 INFO O| Sep 21 00:18:32.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
100292025-09-21T00:18:33.475Z[ host-image] Sep 21 00:18:32.955 INFO O| Sep 21 00:18:32.954 INFO copying /tmp/.tmpJHwTRO/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 ...
100302025-09-21T00:18:33.475Z[ host-image] Sep 21 00:18:32.955 INFO O| Sep 21 00:18:32.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
100312025-09-21T00:18:33.475Z[ host-image] Sep 21 00:18:32.955 INFO O| Sep 21 00:18:32.955 INFO ok!
100322025-09-21T00:18:33.475Z[ host-image] Sep 21 00:18:32.955 INFO O| Sep 21 00:18:32.955 INFO STEP 106 (ensure_file) COMPLETE
100332025-09-21T00:18:33.475Z[ host-image] Sep 21 00:18:32.955 INFO O| Sep 21 00:18:32.955 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100342025-09-21T00:18:33.475Z[ host-image] Sep 21 00:18:32.966 INFO O| Sep 21 00:18:32.966 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
100352025-09-21T00:18:33.475Z[ host-image] Sep 21 00:18:32.966 INFO O| Sep 21 00:18:32.966 INFO copying /tmp/.tmpJHwTRO/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 ...
100362025-09-21T00:18:33.475Z[ host-image] Sep 21 00:18:32.967 INFO O| Sep 21 00:18:32.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
100372025-09-21T00:18:33.475Z[ host-image] Sep 21 00:18:32.967 INFO O| Sep 21 00:18:32.966 INFO ok!
100382025-09-21T00:18:33.475Z[ host-image] Sep 21 00:18:32.967 INFO O| Sep 21 00:18:32.967 INFO STEP 107 (ensure_file) COMPLETE
100392025-09-21T00:18:33.475Z[ host-image] Sep 21 00:18:32.967 INFO O| Sep 21 00:18:32.967 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100402025-09-21T00:18:33.501Z[ host-image] Sep 21 00:18:32.978 INFO O| Sep 21 00:18:32.978 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
100412025-09-21T00:18:33.501Z[ host-image] Sep 21 00:18:32.978 INFO O| Sep 21 00:18:32.978 INFO copying /tmp/.tmpJHwTRO/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 ...
100422025-09-21T00:18:33.501Z[ host-image] Sep 21 00:18:32.978 INFO O| Sep 21 00:18:32.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
100432025-09-21T00:18:33.501Z[ host-image] Sep 21 00:18:32.978 INFO O| Sep 21 00:18:32.978 INFO ok!
100442025-09-21T00:18:33.501Z[ host-image] Sep 21 00:18:32.978 INFO O| Sep 21 00:18:32.978 INFO STEP 108 (ensure_file) COMPLETE
100452025-09-21T00:18:33.501Z[ host-image] Sep 21 00:18:32.978 INFO O| Sep 21 00:18:32.978 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100462025-09-21T00:18:33.501Z[ host-image] Sep 21 00:18:32.991 INFO O| Sep 21 00:18:32.990 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
100472025-09-21T00:18:33.501Z[ host-image] Sep 21 00:18:32.991 INFO O| Sep 21 00:18:32.991 INFO copying /tmp/.tmpJHwTRO/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 ...
100482025-09-21T00:18:33.501Z[ host-image] Sep 21 00:18:32.991 INFO O| Sep 21 00:18:32.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d
100492025-09-21T00:18:33.501Z[ host-image] Sep 21 00:18:32.991 INFO O| Sep 21 00:18:32.991 INFO ok!
100502025-09-21T00:18:33.501Z[ host-image] Sep 21 00:18:32.991 INFO O| Sep 21 00:18:32.991 INFO STEP 109 (ensure_file) COMPLETE
100512025-09-21T00:18:33.501Z[ host-image] Sep 21 00:18:32.991 INFO O| Sep 21 00:18:32.991 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100522025-09-21T00:18:33.526Z[ host-image] Sep 21 00:18:33.007 INFO O| Sep 21 00:18:33.007 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
100532025-09-21T00:18:33.526Z[ host-image] Sep 21 00:18:33.007 INFO O| Sep 21 00:18:33.007 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
100542025-09-21T00:18:33.526Z[ host-image] Sep 21 00:18:33.007 INFO O| Sep 21 00:18:33.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
100552025-09-21T00:18:33.526Z[ host-image] Sep 21 00:18:33.007 INFO O| Sep 21 00:18:33.007 INFO ok!
100562025-09-21T00:18:33.526Z[ host-image] Sep 21 00:18:33.007 INFO O| Sep 21 00:18:33.007 INFO STEP 110 (ensure_file) COMPLETE
100572025-09-21T00:18:33.526Z[ host-image] Sep 21 00:18:33.007 INFO O| Sep 21 00:18:33.007 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100582025-09-21T00:18:33.551Z[ host-image] Sep 21 00:18:33.022 INFO O| Sep 21 00:18:33.022 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
100592025-09-21T00:18:33.551Z[ host-image] Sep 21 00:18:33.022 INFO O| Sep 21 00:18:33.022 INFO copying /tmp/.tmpJHwTRO/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 ...
100602025-09-21T00:18:33.551Z[ host-image] Sep 21 00:18:33.022 INFO O| Sep 21 00:18:33.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
100612025-09-21T00:18:33.551Z[ host-image] Sep 21 00:18:33.022 INFO O| Sep 21 00:18:33.022 INFO ok!
100622025-09-21T00:18:33.551Z[ host-image] Sep 21 00:18:33.022 INFO O| Sep 21 00:18:33.022 INFO STEP 111 (ensure_file) COMPLETE
100632025-09-21T00:18:33.551Z[ host-image] Sep 21 00:18:33.022 INFO O| Sep 21 00:18:33.022 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100642025-09-21T00:18:33.551Z[ host-image] Sep 21 00:18:33.036 INFO O| Sep 21 00:18:33.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
100652025-09-21T00:18:33.552Z[ host-image] Sep 21 00:18:33.036 INFO O| Sep 21 00:18:33.036 INFO copying /tmp/.tmpJHwTRO/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 ...
100662025-09-21T00:18:33.552Z[ host-image] Sep 21 00:18:33.036 INFO O| Sep 21 00:18:33.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
100672025-09-21T00:18:33.552Z[ host-image] Sep 21 00:18:33.036 INFO O| Sep 21 00:18:33.036 INFO ok!
100682025-09-21T00:18:33.552Z[ host-image] Sep 21 00:18:33.036 INFO O| Sep 21 00:18:33.036 INFO STEP 112 (ensure_file) COMPLETE
100692025-09-21T00:18:33.552Z[ host-image] Sep 21 00:18:33.036 INFO O| Sep 21 00:18:33.036 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100702025-09-21T00:18:33.577Z[ host-image] Sep 21 00:18:33.049 INFO O| Sep 21 00:18:33.049 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
100712025-09-21T00:18:33.577Z[ host-image] Sep 21 00:18:33.049 INFO O| Sep 21 00:18:33.049 INFO copying /tmp/.tmpJHwTRO/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 ...
100722025-09-21T00:18:33.577Z[ host-image] Sep 21 00:18:33.049 INFO O| Sep 21 00:18:33.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
100732025-09-21T00:18:33.577Z[ host-image] Sep 21 00:18:33.049 INFO O| Sep 21 00:18:33.049 INFO ok!
100742025-09-21T00:18:33.577Z[ host-image] Sep 21 00:18:33.049 INFO O| Sep 21 00:18:33.049 INFO STEP 113 (ensure_file) COMPLETE
100752025-09-21T00:18:33.577Z[ host-image] Sep 21 00:18:33.049 INFO O| Sep 21 00:18:33.049 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100762025-09-21T00:18:33.577Z[ host-image] Sep 21 00:18:33.061 INFO O| Sep 21 00:18:33.061 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
100772025-09-21T00:18:33.577Z[ host-image] Sep 21 00:18:33.061 INFO O| Sep 21 00:18:33.061 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
100782025-09-21T00:18:33.577Z[ host-image] Sep 21 00:18:33.061 INFO O| Sep 21 00:18:33.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
100792025-09-21T00:18:33.577Z[ host-image] Sep 21 00:18:33.061 INFO O| Sep 21 00:18:33.061 INFO ok!
100802025-09-21T00:18:33.577Z[ host-image] Sep 21 00:18:33.061 INFO O| Sep 21 00:18:33.061 INFO STEP 114 (ensure_file) COMPLETE
100812025-09-21T00:18:33.577Z[ host-image] Sep 21 00:18:33.061 INFO O| Sep 21 00:18:33.061 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100822025-09-21T00:18:33.602Z[ host-image] Sep 21 00:18:33.073 INFO O| Sep 21 00:18:33.073 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
100832025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.073 INFO O| Sep 21 00:18:33.073 INFO copying /tmp/.tmpJHwTRO/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 ...
100842025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.073 INFO O| Sep 21 00:18:33.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
100852025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.073 INFO O| Sep 21 00:18:33.073 INFO ok!
100862025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.073 INFO O| Sep 21 00:18:33.073 INFO STEP 115 (ensure_file) COMPLETE
100872025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.073 INFO O| Sep 21 00:18:33.073 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100882025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.085 INFO O| Sep 21 00:18:33.085 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
100892025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.085 INFO O| Sep 21 00:18:33.085 INFO copying /tmp/.tmpJHwTRO/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 ...
100902025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.085 INFO O| Sep 21 00:18:33.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
100912025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.085 INFO O| Sep 21 00:18:33.085 INFO ok!
100922025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.085 INFO O| Sep 21 00:18:33.085 INFO STEP 116 (ensure_file) COMPLETE
100932025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.085 INFO O| Sep 21 00:18:33.085 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100942025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.096 INFO O| Sep 21 00:18:33.096 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
100952025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.096 INFO O| Sep 21 00:18:33.096 INFO copying /tmp/.tmpJHwTRO/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 ...
100962025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.096 INFO O| Sep 21 00:18:33.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
100972025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.096 INFO O| Sep 21 00:18:33.096 INFO ok!
100982025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.096 INFO O| Sep 21 00:18:33.096 INFO STEP 117 (ensure_file) COMPLETE
100992025-09-21T00:18:33.603Z[ host-image] Sep 21 00:18:33.096 INFO O| Sep 21 00:18:33.096 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101002025-09-21T00:18:33.628Z[ host-image] Sep 21 00:18:33.107 INFO O| Sep 21 00:18:33.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
101012025-09-21T00:18:33.628Z[ host-image] Sep 21 00:18:33.107 INFO O| Sep 21 00:18:33.107 INFO copying /tmp/.tmpJHwTRO/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 ...
101022025-09-21T00:18:33.628Z[ host-image] Sep 21 00:18:33.107 INFO O| Sep 21 00:18:33.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
101032025-09-21T00:18:33.628Z[ host-image] Sep 21 00:18:33.107 INFO O| Sep 21 00:18:33.107 INFO ok!
101042025-09-21T00:18:33.628Z[ host-image] Sep 21 00:18:33.107 INFO O| Sep 21 00:18:33.107 INFO STEP 118 (ensure_file) COMPLETE
101052025-09-21T00:18:33.628Z[ host-image] Sep 21 00:18:33.107 INFO O| Sep 21 00:18:33.107 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062025-09-21T00:18:33.628Z[ host-image] Sep 21 00:18:33.117 INFO O| Sep 21 00:18:33.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
101072025-09-21T00:18:33.628Z[ host-image] Sep 21 00:18:33.117 INFO O| Sep 21 00:18:33.117 INFO copying /tmp/.tmpJHwTRO/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 ...
101082025-09-21T00:18:33.628Z[ host-image] Sep 21 00:18:33.117 INFO O| Sep 21 00:18:33.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
101092025-09-21T00:18:33.628Z[ host-image] Sep 21 00:18:33.117 INFO O| Sep 21 00:18:33.117 INFO ok!
101102025-09-21T00:18:33.628Z[ host-image] Sep 21 00:18:33.118 INFO O| Sep 21 00:18:33.117 INFO STEP 119 (ensure_file) COMPLETE
101112025-09-21T00:18:33.628Z[ host-image] Sep 21 00:18:33.118 INFO O| Sep 21 00:18:33.117 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101122025-09-21T00:18:33.654Z[ host-image] Sep 21 00:18:33.128 INFO O| Sep 21 00:18:33.128 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
101132025-09-21T00:18:33.654Z[ host-image] Sep 21 00:18:33.128 INFO O| Sep 21 00:18:33.128 INFO copying /tmp/.tmpJHwTRO/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 ...
101142025-09-21T00:18:33.654Z[ host-image] Sep 21 00:18:33.128 INFO O| Sep 21 00:18:33.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
101152025-09-21T00:18:33.654Z[ host-image] Sep 21 00:18:33.128 INFO O| Sep 21 00:18:33.128 INFO ok!
101162025-09-21T00:18:33.654Z[ host-image] Sep 21 00:18:33.128 INFO O| Sep 21 00:18:33.128 INFO STEP 120 (ensure_file) COMPLETE
101172025-09-21T00:18:33.654Z[ host-image] Sep 21 00:18:33.128 INFO O| Sep 21 00:18:33.128 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182025-09-21T00:18:33.654Z[ host-image] Sep 21 00:18:33.138 INFO O| Sep 21 00:18:33.138 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
101192025-09-21T00:18:33.654Z[ host-image] Sep 21 00:18:33.138 INFO O| Sep 21 00:18:33.138 INFO copying /tmp/.tmpJHwTRO/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 ...
101202025-09-21T00:18:33.654Z[ host-image] Sep 21 00:18:33.138 INFO O| Sep 21 00:18:33.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
101212025-09-21T00:18:33.654Z[ host-image] Sep 21 00:18:33.138 INFO O| Sep 21 00:18:33.138 INFO ok!
101222025-09-21T00:18:33.654Z[ host-image] Sep 21 00:18:33.138 INFO O| Sep 21 00:18:33.138 INFO STEP 121 (ensure_file) COMPLETE
101232025-09-21T00:18:33.655Z[ host-image] Sep 21 00:18:33.138 INFO O| Sep 21 00:18:33.138 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101242025-09-21T00:18:33.655Z[ host-image] Sep 21 00:18:33.148 INFO O| Sep 21 00:18:33.148 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
101252025-09-21T00:18:33.655Z[ host-image] Sep 21 00:18:33.148 INFO O| Sep 21 00:18:33.148 INFO copying /tmp/.tmpJHwTRO/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 ...
101262025-09-21T00:18:33.655Z[ host-image] Sep 21 00:18:33.148 INFO O| Sep 21 00:18:33.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
101272025-09-21T00:18:33.655Z[ host-image] Sep 21 00:18:33.148 INFO O| Sep 21 00:18:33.148 INFO ok!
101282025-09-21T00:18:33.655Z[ host-image] Sep 21 00:18:33.148 INFO O| Sep 21 00:18:33.148 INFO STEP 122 (ensure_file) COMPLETE
101292025-09-21T00:18:33.655Z[ host-image] Sep 21 00:18:33.148 INFO O| Sep 21 00:18:33.148 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101302025-09-21T00:18:33.680Z[ host-image] Sep 21 00:18:33.161 INFO O| Sep 21 00:18:33.161 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
101312025-09-21T00:18:33.680Z[ host-image] Sep 21 00:18:33.161 INFO O| Sep 21 00:18:33.161 INFO copying /tmp/.tmpJHwTRO/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 ...
101322025-09-21T00:18:33.680Z[ host-image] Sep 21 00:18:33.161 INFO O| Sep 21 00:18:33.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
101332025-09-21T00:18:33.680Z[ host-image] Sep 21 00:18:33.161 INFO O| Sep 21 00:18:33.161 INFO ok!
101342025-09-21T00:18:33.680Z[ host-image] Sep 21 00:18:33.161 INFO O| Sep 21 00:18:33.161 INFO STEP 123 (ensure_file) COMPLETE
101352025-09-21T00:18:33.680Z[ host-image] Sep 21 00:18:33.161 INFO O| Sep 21 00:18:33.161 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101362025-09-21T00:18:33.680Z[ host-image] Sep 21 00:18:33.172 INFO O| Sep 21 00:18:33.172 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
101372025-09-21T00:18:33.680Z[ host-image] Sep 21 00:18:33.172 INFO O| Sep 21 00:18:33.172 INFO copying /tmp/.tmpJHwTRO/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 ...
101382025-09-21T00:18:33.680Z[ host-image] Sep 21 00:18:33.172 INFO O| Sep 21 00:18:33.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
101392025-09-21T00:18:33.680Z[ host-image] Sep 21 00:18:33.172 INFO O| Sep 21 00:18:33.172 INFO ok!
101402025-09-21T00:18:33.680Z[ host-image] Sep 21 00:18:33.172 INFO O| Sep 21 00:18:33.172 INFO STEP 124 (ensure_file) COMPLETE
101412025-09-21T00:18:33.680Z[ host-image] Sep 21 00:18:33.172 INFO O| Sep 21 00:18:33.172 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422025-09-21T00:18:33.705Z[ host-image] Sep 21 00:18:33.183 INFO O| Sep 21 00:18:33.183 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
101432025-09-21T00:18:33.705Z[ host-image] Sep 21 00:18:33.183 INFO O| Sep 21 00:18:33.183 INFO copying /tmp/.tmpJHwTRO/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 ...
101442025-09-21T00:18:33.705Z[ host-image] Sep 21 00:18:33.183 INFO O| Sep 21 00:18:33.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
101452025-09-21T00:18:33.705Z[ host-image] Sep 21 00:18:33.183 INFO O| Sep 21 00:18:33.183 INFO ok!
101462025-09-21T00:18:33.705Z[ host-image] Sep 21 00:18:33.183 INFO O| Sep 21 00:18:33.183 INFO STEP 125 (ensure_file) COMPLETE
101472025-09-21T00:18:33.705Z[ host-image] Sep 21 00:18:33.183 INFO O| Sep 21 00:18:33.183 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482025-09-21T00:18:33.705Z[ host-image] Sep 21 00:18:33.194 INFO O| Sep 21 00:18:33.194 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
101492025-09-21T00:18:33.705Z[ host-image] Sep 21 00:18:33.194 INFO O| Sep 21 00:18:33.194 INFO copying /tmp/.tmpJHwTRO/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 ...
101502025-09-21T00:18:33.705Z[ host-image] Sep 21 00:18:33.194 INFO O| Sep 21 00:18:33.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
101512025-09-21T00:18:33.705Z[ host-image] Sep 21 00:18:33.194 INFO O| Sep 21 00:18:33.194 INFO ok!
101522025-09-21T00:18:33.705Z[ host-image] Sep 21 00:18:33.194 INFO O| Sep 21 00:18:33.194 INFO STEP 126 (ensure_file) COMPLETE
101532025-09-21T00:18:33.705Z[ host-image] Sep 21 00:18:33.194 INFO O| Sep 21 00:18:33.194 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542025-09-21T00:18:33.731Z[ host-image] Sep 21 00:18:33.206 INFO O| Sep 21 00:18:33.206 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
101552025-09-21T00:18:33.731Z[ host-image] Sep 21 00:18:33.206 INFO O| Sep 21 00:18:33.206 INFO copying /tmp/.tmpJHwTRO/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 ...
101562025-09-21T00:18:33.731Z[ host-image] Sep 21 00:18:33.206 INFO O| Sep 21 00:18:33.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
101572025-09-21T00:18:33.731Z[ host-image] Sep 21 00:18:33.206 INFO O| Sep 21 00:18:33.206 INFO ok!
101582025-09-21T00:18:33.731Z[ host-image] Sep 21 00:18:33.206 INFO O| Sep 21 00:18:33.206 INFO STEP 127 (ensure_file) COMPLETE
101592025-09-21T00:18:33.731Z[ host-image] Sep 21 00:18:33.206 INFO O| Sep 21 00:18:33.206 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602025-09-21T00:18:33.731Z[ host-image] Sep 21 00:18:33.217 INFO O| Sep 21 00:18:33.217 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
101612025-09-21T00:18:33.731Z[ host-image] Sep 21 00:18:33.217 INFO O| Sep 21 00:18:33.217 INFO copying /tmp/.tmpJHwTRO/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 ...
101622025-09-21T00:18:33.731Z[ host-image] Sep 21 00:18:33.217 INFO O| Sep 21 00:18:33.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
101632025-09-21T00:18:33.731Z[ host-image] Sep 21 00:18:33.217 INFO O| Sep 21 00:18:33.217 INFO ok!
101642025-09-21T00:18:33.731Z[ host-image] Sep 21 00:18:33.217 INFO O| Sep 21 00:18:33.217 INFO STEP 128 (ensure_file) COMPLETE
101652025-09-21T00:18:33.731Z[ host-image] Sep 21 00:18:33.217 INFO O| Sep 21 00:18:33.217 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.227 INFO O| Sep 21 00:18:33.227 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
101672025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.227 INFO O| Sep 21 00:18:33.227 INFO copying /tmp/.tmpJHwTRO/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 ...
101682025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.227 INFO O| Sep 21 00:18:33.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
101692025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.227 INFO O| Sep 21 00:18:33.227 INFO ok!
101702025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.227 INFO O| Sep 21 00:18:33.227 INFO STEP 129 (ensure_file) COMPLETE
101712025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.227 INFO O| Sep 21 00:18:33.227 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.237 INFO O| Sep 21 00:18:33.237 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
101732025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.237 INFO O| Sep 21 00:18:33.237 INFO copying /tmp/.tmpJHwTRO/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 ...
101742025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.237 INFO O| Sep 21 00:18:33.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
101752025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.237 INFO O| Sep 21 00:18:33.237 INFO ok!
101762025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.237 INFO O| Sep 21 00:18:33.237 INFO STEP 130 (ensure_file) COMPLETE
101772025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.237 INFO O| Sep 21 00:18:33.237 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.249 INFO O| Sep 21 00:18:33.249 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
101792025-09-21T00:18:33.756Z[ host-image] Sep 21 00:18:33.249 INFO O| Sep 21 00:18:33.249 INFO copying /tmp/.tmpJHwTRO/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 ...
101802025-09-21T00:18:33.757Z[ host-image] Sep 21 00:18:33.249 INFO O| Sep 21 00:18:33.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
101812025-09-21T00:18:33.757Z[ host-image] Sep 21 00:18:33.249 INFO O| Sep 21 00:18:33.249 INFO ok!
101822025-09-21T00:18:33.757Z[ host-image] Sep 21 00:18:33.249 INFO O| Sep 21 00:18:33.249 INFO STEP 131 (ensure_file) COMPLETE
101832025-09-21T00:18:33.757Z[ host-image] Sep 21 00:18:33.250 INFO O| Sep 21 00:18:33.249 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842025-09-21T00:18:33.782Z[ host-image] Sep 21 00:18:33.261 INFO O| Sep 21 00:18:33.261 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
101852025-09-21T00:18:33.782Z[ host-image] Sep 21 00:18:33.261 INFO O| Sep 21 00:18:33.261 INFO copying /tmp/.tmpJHwTRO/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 ...
101862025-09-21T00:18:33.782Z[ host-image] Sep 21 00:18:33.261 INFO O| Sep 21 00:18:33.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
101872025-09-21T00:18:33.782Z[ host-image] Sep 21 00:18:33.261 INFO O| Sep 21 00:18:33.261 INFO ok!
101882025-09-21T00:18:33.782Z[ host-image] Sep 21 00:18:33.261 INFO O| Sep 21 00:18:33.261 INFO STEP 132 (ensure_file) COMPLETE
101892025-09-21T00:18:33.782Z[ host-image] Sep 21 00:18:33.261 INFO O| Sep 21 00:18:33.261 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902025-09-21T00:18:33.782Z[ host-image] Sep 21 00:18:33.271 INFO O| Sep 21 00:18:33.271 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
101912025-09-21T00:18:33.782Z[ host-image] Sep 21 00:18:33.271 INFO O| Sep 21 00:18:33.271 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ...
101922025-09-21T00:18:33.782Z[ host-image] Sep 21 00:18:33.271 INFO O| Sep 21 00:18:33.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md
101932025-09-21T00:18:33.782Z[ host-image] Sep 21 00:18:33.271 INFO O| Sep 21 00:18:33.271 INFO ok!
101942025-09-21T00:18:33.782Z[ host-image] Sep 21 00:18:33.271 INFO O| Sep 21 00:18:33.271 INFO STEP 133 (ensure_file) COMPLETE
101952025-09-21T00:18:33.782Z[ host-image] Sep 21 00:18:33.272 INFO O| Sep 21 00:18:33.271 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962025-09-21T00:18:33.807Z[ host-image] Sep 21 00:18:33.282 INFO O| Sep 21 00:18:33.282 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
101972025-09-21T00:18:33.807Z[ host-image] Sep 21 00:18:33.282 INFO O| Sep 21 00:18:33.282 INFO copying /tmp/.tmpJHwTRO/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 ...
101982025-09-21T00:18:33.807Z[ host-image] Sep 21 00:18:33.282 INFO O| Sep 21 00:18:33.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
101992025-09-21T00:18:33.807Z[ host-image] Sep 21 00:18:33.282 INFO O| Sep 21 00:18:33.282 INFO ok!
102002025-09-21T00:18:33.807Z[ host-image] Sep 21 00:18:33.282 INFO O| Sep 21 00:18:33.282 INFO STEP 134 (ensure_file) COMPLETE
102012025-09-21T00:18:33.807Z[ host-image] Sep 21 00:18:33.282 INFO O| Sep 21 00:18:33.282 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022025-09-21T00:18:33.808Z[ host-image] Sep 21 00:18:33.292 INFO O| Sep 21 00:18:33.292 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
102032025-09-21T00:18:33.808Z[ host-image] Sep 21 00:18:33.292 INFO O| Sep 21 00:18:33.292 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
102042025-09-21T00:18:33.808Z[ host-image] Sep 21 00:18:33.292 INFO O| Sep 21 00:18:33.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION
102052025-09-21T00:18:33.808Z[ host-image] Sep 21 00:18:33.292 INFO O| Sep 21 00:18:33.292 INFO ok!
102062025-09-21T00:18:33.808Z[ host-image] Sep 21 00:18:33.292 INFO O| Sep 21 00:18:33.292 INFO STEP 135 (ensure_file) COMPLETE
102072025-09-21T00:18:33.808Z[ host-image] Sep 21 00:18:33.292 INFO O| Sep 21 00:18:33.292 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082025-09-21T00:18:33.833Z[ host-image] Sep 21 00:18:33.303 INFO O| Sep 21 00:18:33.303 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
102092025-09-21T00:18:33.833Z[ host-image] Sep 21 00:18:33.303 INFO O| Sep 21 00:18:33.303 INFO copying /tmp/.tmpJHwTRO/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
102102025-09-21T00:18:48.856Z[ recovery-image] Sep 21 00:18:48.352 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)
102112025-09-21T00:18:56.839Z[ recovery-image] Sep 21 00:18:56.335 INFO E| Compiling bitflags v1.3.2
102122025-09-21T00:18:56.839Z[ recovery-image] Sep 21 00:18:56.335 INFO E| Compiling scroll v0.13.0
102132025-09-21T00:18:56.865Z[ recovery-image] Sep 21 00:18:56.335 INFO E| Compiling bit_field v0.10.3
102142025-09-21T00:18:56.865Z[ recovery-image] Sep 21 00:18:56.335 INFO E| Compiling bitflags v2.9.4
102152025-09-21T00:18:56.865Z[ recovery-image] Sep 21 00:18:56.335 INFO E| Compiling adler2 v2.0.1
102162025-09-21T00:18:56.865Z[ recovery-image] Sep 21 00:18:56.335 INFO E| Compiling log v0.4.27
102172025-09-21T00:18:56.866Z[ recovery-image] Sep 21 00:18:56.335 INFO E| Compiling plain v0.2.3
102182025-09-21T00:18:57.002Z[ recovery-image] Sep 21 00:18:56.498 INFO E| Compiling raw-cpuid v10.7.0
102192025-09-21T00:18:57.250Z[ recovery-image] Sep 21 00:18:56.746 INFO E| Compiling miniz_oxide v0.8.9
102202025-09-21T00:18:57.365Z[ recovery-image] Sep 21 00:18:56.861 INFO E| Compiling static_assertions v1.1.0
102212025-09-21T00:18:57.409Z[ recovery-image] Sep 21 00:18:56.905 INFO E| Compiling bitstruct v0.1.1
102222025-09-21T00:18:57.441Z[ host-image] Sep 21 00:18:56.937 INFO O| Sep 21 00:18:56.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
102232025-09-21T00:18:57.441Z[ host-image] Sep 21 00:18:56.937 INFO O| Sep 21 00:18:56.937 INFO ok!
102242025-09-21T00:18:57.466Z[ host-image] Sep 21 00:18:56.937 INFO O| Sep 21 00:18:56.937 INFO STEP 136 (ensure_file) COMPLETE
102252025-09-21T00:18:57.466Z[ host-image] Sep 21 00:18:56.937 INFO O| Sep 21 00:18:56.937 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262025-09-21T00:18:57.466Z[ host-image] Sep 21 00:18:56.953 INFO O| Sep 21 00:18:56.953 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
102272025-09-21T00:18:57.466Z[ host-image] Sep 21 00:18:56.953 INFO O| Sep 21 00:18:56.953 INFO STEP 137 (ensure_dir) COMPLETE
102282025-09-21T00:18:57.466Z[ host-image] Sep 21 00:18:56.953 INFO O| Sep 21 00:18:56.953 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292025-09-21T00:18:57.492Z[ host-image] Sep 21 00:18:56.967 INFO O| Sep 21 00:18:56.967 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102302025-09-21T00:18:57.492Z[ host-image] Sep 21 00:18:56.967 INFO O| Sep 21 00:18:56.967 INFO STEP 138 (ensure_dir) COMPLETE
102312025-09-21T00:18:57.492Z[ host-image] Sep 21 00:18:56.967 INFO O| Sep 21 00:18:56.967 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322025-09-21T00:18:57.492Z[ host-image] Sep 21 00:18:56.980 INFO O| Sep 21 00:18:56.979 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102332025-09-21T00:18:57.492Z[ host-image] Sep 21 00:18:56.980 INFO O| Sep 21 00:18:56.979 INFO STEP 139 (ensure_dir) COMPLETE
102342025-09-21T00:18:57.492Z[ host-image] Sep 21 00:18:56.980 INFO O| Sep 21 00:18:56.979 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352025-09-21T00:18:57.517Z[ host-image] Sep 21 00:18:56.995 INFO O| Sep 21 00:18:56.994 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102362025-09-21T00:18:57.517Z[ host-image] Sep 21 00:18:56.995 INFO O| Sep 21 00:18:56.995 INFO STEP 140 (ensure_dir) COMPLETE
102372025-09-21T00:18:57.517Z[ host-image] Sep 21 00:18:56.995 INFO O| Sep 21 00:18:56.995 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382025-09-21T00:18:57.517Z[ host-image] Sep 21 00:18:57.008 INFO O| Sep 21 00:18:57.008 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102392025-09-21T00:18:57.517Z[ host-image] Sep 21 00:18:57.008 INFO O| Sep 21 00:18:57.008 INFO copying /tmp/.tmpJHwTRO/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 ...
102402025-09-21T00:18:57.554Z[ host-image] Sep 21 00:18:57.051 INFO O| Sep 21 00:18:57.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102412025-09-21T00:18:57.554Z[ host-image] Sep 21 00:18:57.051 INFO O| Sep 21 00:18:57.051 INFO ok!
102422025-09-21T00:18:57.580Z[ host-image] Sep 21 00:18:57.051 INFO O| Sep 21 00:18:57.051 INFO STEP 141 (ensure_file) COMPLETE
102432025-09-21T00:18:57.580Z[ host-image] Sep 21 00:18:57.051 INFO O| Sep 21 00:18:57.051 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442025-09-21T00:18:57.580Z[ host-image] Sep 21 00:18:57.066 INFO O| Sep 21 00:18:57.066 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102452025-09-21T00:18:57.580Z[ host-image] Sep 21 00:18:57.066 INFO O| Sep 21 00:18:57.066 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102462025-09-21T00:18:57.580Z[ host-image] Sep 21 00:18:57.066 INFO O| Sep 21 00:18:57.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102472025-09-21T00:18:57.580Z[ host-image] Sep 21 00:18:57.066 INFO O| Sep 21 00:18:57.066 INFO STEP 142 (ensure_dir) COMPLETE
102482025-09-21T00:18:57.580Z[ host-image] Sep 21 00:18:57.066 INFO O| Sep 21 00:18:57.066 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492025-09-21T00:18:57.605Z[ host-image] Sep 21 00:18:57.080 INFO O| Sep 21 00:18:57.080 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102502025-09-21T00:18:57.605Z[ host-image] Sep 21 00:18:57.080 INFO O| Sep 21 00:18:57.080 INFO copying /tmp/.tmpJHwTRO/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102512025-09-21T00:18:57.605Z[ host-image] Sep 21 00:18:57.080 INFO O| Sep 21 00:18:57.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102522025-09-21T00:18:57.605Z[ host-image] Sep 21 00:18:57.080 INFO O| Sep 21 00:18:57.080 INFO ok!
102532025-09-21T00:18:57.605Z[ host-image] Sep 21 00:18:57.080 INFO O| Sep 21 00:18:57.080 INFO STEP 143 (ensure_file) COMPLETE
102542025-09-21T00:18:57.605Z[ host-image] Sep 21 00:18:57.080 INFO O| Sep 21 00:18:57.080 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102552025-09-21T00:18:57.605Z[ host-image] Sep 21 00:18:57.094 INFO O| Sep 21 00:18:57.094 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102562025-09-21T00:18:57.606Z[ host-image] Sep 21 00:18:57.094 INFO O| Sep 21 00:18:57.094 INFO STEP 144 (remove_files) COMPLETE
102572025-09-21T00:18:57.606Z[ host-image] Sep 21 00:18:57.094 INFO O| Sep 21 00:18:57.094 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102582025-09-21T00:18:57.631Z[ host-image] Sep 21 00:18:57.107 INFO O| Sep 21 00:18:57.107 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102592025-09-21T00:18:57.631Z[ host-image] Sep 21 00:18:57.107 INFO O| Sep 21 00:18:57.107 INFO STEP 145 (remove_files) COMPLETE
102602025-09-21T00:18:57.631Z[ host-image] Sep 21 00:18:57.107 INFO O| Sep 21 00:18:57.107 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102612025-09-21T00:18:57.631Z[ host-image] Sep 21 00:18:57.120 INFO O| Sep 21 00:18:57.120 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102622025-09-21T00:18:57.631Z[ host-image] Sep 21 00:18:57.120 INFO O| Sep 21 00:18:57.120 INFO STEP 146 (remove_files) COMPLETE
102632025-09-21T00:18:57.631Z[ host-image] Sep 21 00:18:57.120 INFO O| Sep 21 00:18:57.120 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102642025-09-21T00:18:57.656Z[ host-image] Sep 21 00:18:57.133 INFO O| Sep 21 00:18:57.133 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102652025-09-21T00:18:57.656Z[ host-image] Sep 21 00:18:57.133 INFO O| Sep 21 00:18:57.133 INFO STEP 147 (remove_files) COMPLETE
102662025-09-21T00:18:57.656Z[ host-image] Sep 21 00:18:57.133 INFO O| Sep 21 00:18:57.133 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102672025-09-21T00:18:57.656Z[ host-image] Sep 21 00:18:57.146 INFO O| Sep 21 00:18:57.146 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102682025-09-21T00:18:57.656Z[ host-image] Sep 21 00:18:57.146 INFO O| Sep 21 00:18:57.146 INFO STEP 148 (remove_files) COMPLETE
102692025-09-21T00:18:57.656Z[ host-image] Sep 21 00:18:57.146 INFO O| Sep 21 00:18:57.146 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102702025-09-21T00:18:57.681Z[ recovery-image] Sep 21 00:18:57.159 INFO E| Compiling cpio_reader v0.1.2
102712025-09-21T00:18:57.681Z[ host-image] Sep 21 00:18:57.171 INFO O| Sep 21 00:18:57.171 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102722025-09-21T00:18:57.681Z[ host-image] Sep 21 00:18:57.171 INFO O| Sep 21 00:18:57.171 INFO STEP 149 (remove_files) COMPLETE
102732025-09-21T00:18:57.681Z[ host-image] Sep 21 00:18:57.171 INFO O| Sep 21 00:18:57.171 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102742025-09-21T00:18:57.706Z[ host-image] Sep 21 00:18:57.183 INFO O| Sep 21 00:18:57.183 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102752025-09-21T00:18:57.706Z[ host-image] Sep 21 00:18:57.183 INFO O| Sep 21 00:18:57.183 INFO STEP 150 (remove_files) COMPLETE
102762025-09-21T00:18:57.706Z[ host-image] Sep 21 00:18:57.183 INFO O| Sep 21 00:18:57.183 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102772025-09-21T00:18:57.706Z[ host-image] Sep 21 00:18:57.193 INFO O| Sep 21 00:18:57.193 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102782025-09-21T00:18:57.706Z[ host-image] Sep 21 00:18:57.193 INFO O| Sep 21 00:18:57.193 INFO STEP 151 (remove_files) COMPLETE
102792025-09-21T00:18:57.706Z[ host-image] Sep 21 00:18:57.193 INFO O| Sep 21 00:18:57.193 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102802025-09-21T00:18:57.731Z[ host-image] Sep 21 00:18:57.204 INFO O| Sep 21 00:18:57.204 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102812025-09-21T00:18:57.731Z[ host-image] Sep 21 00:18:57.204 INFO O| Sep 21 00:18:57.204 INFO STEP 152 (remove_files) COMPLETE
102822025-09-21T00:18:57.731Z[ host-image] Sep 21 00:18:57.204 INFO O| Sep 21 00:18:57.204 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102832025-09-21T00:18:57.731Z[ host-image] Sep 21 00:18:57.220 INFO O| Sep 21 00:18:57.219 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102842025-09-21T00:18:57.731Z[ host-image] Sep 21 00:18:57.220 INFO O| Sep 21 00:18:57.220 INFO STEP 153 (remove_files) COMPLETE
102852025-09-21T00:18:57.731Z[ host-image] Sep 21 00:18:57.220 INFO O| Sep 21 00:18:57.220 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102862025-09-21T00:18:57.757Z[ host-image] Sep 21 00:18:57.235 INFO O| Sep 21 00:18:57.235 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102872025-09-21T00:18:57.757Z[ host-image] Sep 21 00:18:57.235 INFO O| Sep 21 00:18:57.235 INFO STEP 154 (remove_files) COMPLETE
102882025-09-21T00:18:57.757Z[ host-image] Sep 21 00:18:57.235 INFO O| Sep 21 00:18:57.235 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102892025-09-21T00:18:57.757Z[ host-image] Sep 21 00:18:57.249 INFO O| Sep 21 00:18:57.248 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102902025-09-21T00:18:57.757Z[ host-image] Sep 21 00:18:57.249 INFO O| Sep 21 00:18:57.249 INFO STEP 155 (remove_files) COMPLETE
102912025-09-21T00:18:57.757Z[ host-image] Sep 21 00:18:57.249 INFO O| Sep 21 00:18:57.249 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102922025-09-21T00:18:57.781Z[ host-image] Sep 21 00:18:57.268 INFO O| Sep 21 00:18:57.268 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102932025-09-21T00:18:57.781Z[ host-image] Sep 21 00:18:57.268 INFO O| Sep 21 00:18:57.268 INFO STEP 156 (remove_files) COMPLETE
102942025-09-21T00:18:57.781Z[ host-image] Sep 21 00:18:57.268 INFO O| Sep 21 00:18:57.268 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102952025-09-21T00:18:57.806Z[ host-image] Sep 21 00:18:57.281 INFO O| Sep 21 00:18:57.281 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102962025-09-21T00:18:57.806Z[ host-image] Sep 21 00:18:57.281 INFO O| Sep 21 00:18:57.281 INFO STEP 157 (remove_files) COMPLETE
102972025-09-21T00:18:57.806Z[ host-image] Sep 21 00:18:57.281 INFO O| Sep 21 00:18:57.281 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102982025-09-21T00:18:57.806Z[ host-image] Sep 21 00:18:57.297 INFO O| Sep 21 00:18:57.297 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102992025-09-21T00:18:57.806Z[ host-image] Sep 21 00:18:57.297 INFO O| Sep 21 00:18:57.297 INFO STEP 158 (remove_files) COMPLETE
103002025-09-21T00:18:57.806Z[ host-image] Sep 21 00:18:57.297 INFO O| Sep 21 00:18:57.297 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103012025-09-21T00:18:57.831Z[ host-image] Sep 21 00:18:57.310 INFO O| Sep 21 00:18:57.310 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
103022025-09-21T00:18:57.831Z[ host-image] Sep 21 00:18:57.310 INFO O| Sep 21 00:18:57.310 INFO STEP 159 (remove_files) COMPLETE
103032025-09-21T00:18:57.832Z[ host-image] Sep 21 00:18:57.310 INFO O| Sep 21 00:18:57.310 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103042025-09-21T00:18:57.832Z[ host-image] Sep 21 00:18:57.320 INFO O| Sep 21 00:18:57.320 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
103052025-09-21T00:18:57.832Z[ host-image] Sep 21 00:18:57.320 INFO O| Sep 21 00:18:57.320 INFO STEP 160 (remove_files) COMPLETE
103062025-09-21T00:18:57.832Z[ host-image] Sep 21 00:18:57.320 INFO O| Sep 21 00:18:57.320 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103072025-09-21T00:18:57.857Z[ host-image] Sep 21 00:18:57.330 INFO O| Sep 21 00:18:57.330 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
103082025-09-21T00:18:57.857Z[ host-image] Sep 21 00:18:57.330 INFO O| Sep 21 00:18:57.330 INFO STEP 161 (remove_files) COMPLETE
103092025-09-21T00:18:57.857Z[ host-image] Sep 21 00:18:57.330 INFO O| Sep 21 00:18:57.330 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103102025-09-21T00:18:57.857Z[ host-image] Sep 21 00:18:57.341 INFO O| Sep 21 00:18:57.341 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
103112025-09-21T00:18:57.857Z[ host-image] Sep 21 00:18:57.341 INFO O| Sep 21 00:18:57.341 INFO STEP 162 (remove_files) COMPLETE
103122025-09-21T00:18:57.857Z[ host-image] Sep 21 00:18:57.341 INFO O| Sep 21 00:18:57.341 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103132025-09-21T00:18:57.857Z[ host-image] Sep 21 00:18:57.351 INFO O| Sep 21 00:18:57.351 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103142025-09-21T00:18:57.857Z[ host-image] Sep 21 00:18:57.351 INFO O| Sep 21 00:18:57.351 INFO STEP 163 (remove_files) COMPLETE
103152025-09-21T00:18:57.857Z[ host-image] Sep 21 00:18:57.351 INFO O| Sep 21 00:18:57.351 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103162025-09-21T00:18:57.882Z[ host-image] Sep 21 00:18:57.364 INFO O| Sep 21 00:18:57.364 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103172025-09-21T00:18:57.907Z[ host-image] Sep 21 00:18:57.393 INFO O| Sep 21 00:18:57.393 INFO STEP 164 (remove_files) COMPLETE
103182025-09-21T00:18:57.907Z[ host-image] Sep 21 00:18:57.393 INFO O| Sep 21 00:18:57.393 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103192025-09-21T00:18:58.037Z[ host-image] Sep 21 00:18:57.533 INFO O| Sep 21 00:18:57.533 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
103202025-09-21T00:18:58.061Z[ host-image] Sep 21 00:18:57.533 INFO O| Sep 21 00:18:57.533 INFO STEP 165 (remove_files) COMPLETE
103212025-09-21T00:18:58.061Z[ host-image] Sep 21 00:18:57.533 INFO O| Sep 21 00:18:57.533 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103222025-09-21T00:18:58.107Z[ recovery-image] Sep 21 00:18:57.603 INFO E| Compiling goblin v0.10.1
103232025-09-21T00:18:58.166Z[ host-image] Sep 21 00:18:57.662 INFO O| Sep 21 00:18:57.662 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
103242025-09-21T00:18:58.166Z[ host-image] Sep 21 00:18:57.662 INFO O| Sep 21 00:18:57.662 INFO STEP 166 (remove_files) COMPLETE
103252025-09-21T00:18:58.166Z[ host-image] Sep 21 00:18:57.662 INFO O| Sep 21 00:18:57.662 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103262025-09-21T00:18:58.199Z[ host-image] Sep 21 00:18:57.695 INFO O| Sep 21 00:18:57.695 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
103272025-09-21T00:18:58.199Z[ host-image] Sep 21 00:18:57.695 INFO O| Sep 21 00:18:57.695 INFO STEP 167 (remove_files) COMPLETE
103282025-09-21T00:18:58.199Z[ host-image] Sep 21 00:18:57.695 INFO O| Sep 21 00:18:57.695 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103292025-09-21T00:18:58.224Z[ host-image] Sep 21 00:18:57.717 INFO O| Sep 21 00:18:57.717 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
103302025-09-21T00:18:58.224Z[ host-image] Sep 21 00:18:57.717 INFO O| Sep 21 00:18:57.717 INFO STEP 168 (remove_files) COMPLETE
103312025-09-21T00:18:58.224Z[ host-image] Sep 21 00:18:57.717 INFO O| Sep 21 00:18:57.717 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103322025-09-21T00:18:58.250Z[ host-image] Sep 21 00:18:57.734 INFO O| Sep 21 00:18:57.734 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103332025-09-21T00:18:58.250Z[ host-image] Sep 21 00:18:57.734 INFO O| Sep 21 00:18:57.734 INFO STEP 169 (remove_files) COMPLETE
103342025-09-21T00:18:58.250Z[ host-image] Sep 21 00:18:57.734 INFO O| Sep 21 00:18:57.734 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103352025-09-21T00:18:58.275Z[ host-image] Sep 21 00:18:57.751 INFO O| Sep 21 00:18:57.751 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103362025-09-21T00:18:58.275Z[ host-image] Sep 21 00:18:57.751 INFO O| Sep 21 00:18:57.751 INFO STEP 170 (remove_files) COMPLETE
103372025-09-21T00:18:58.275Z[ host-image] Sep 21 00:18:57.751 INFO O| Sep 21 00:18:57.751 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103382025-09-21T00:18:58.275Z[ host-image] Sep 21 00:18:57.767 INFO O| Sep 21 00:18:57.767 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103392025-09-21T00:18:58.275Z[ host-image] Sep 21 00:18:57.767 INFO O| Sep 21 00:18:57.767 INFO STEP 171 (remove_files) COMPLETE
103402025-09-21T00:18:58.275Z[ host-image] Sep 21 00:18:57.767 INFO O| Sep 21 00:18:57.767 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103412025-09-21T00:18:58.300Z[ host-image] Sep 21 00:18:57.780 INFO O| Sep 21 00:18:57.780 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103422025-09-21T00:18:58.300Z[ host-image] Sep 21 00:18:57.780 INFO O| Sep 21 00:18:57.780 INFO STEP 172 (remove_files) COMPLETE
103432025-09-21T00:18:58.300Z[ host-image] Sep 21 00:18:57.780 INFO O| Sep 21 00:18:57.780 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103442025-09-21T00:18:58.325Z[ host-image] Sep 21 00:18:57.797 INFO O| Sep 21 00:18:57.797 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103452025-09-21T00:18:58.325Z[ host-image] Sep 21 00:18:57.797 INFO O| Sep 21 00:18:57.797 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
103462025-09-21T00:19:07.978Z[ recovery-image] Sep 21 00:19:07.475 INFO E| Finished `release` profile [optimized] target(s) in 1m 28s
103472025-09-21T00:19:08.003Z[ recovery-image] Sep 21 00:19:07.499 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103482025-09-21T00:19:08.080Z[ recovery-image] Sep 21 00:19:07.577 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')"
103492025-09-21T00:19:08.080Z[ recovery-image] Sep 21 00:19:07.577 INFO building ROM for cosmo
103502025-09-21T00:19:08.080Z[ recovery-image] Sep 21 00:19:07.577 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")
103512025-09-21T00:19:08.445Z[ host-image] Sep 21 00:19:07.942 INFO O| Sep 21 00:19:07.942 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
103522025-09-21T00:19:08.445Z[ host-image] Sep 21 00:19:07.942 INFO O| Sep 21 00:19:07.942 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103532025-09-21T00:19:08.470Z[ host-image] Sep 21 00:19:07.962 INFO O| Sep 21 00:19:07.962 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
103542025-09-21T00:19:08.656Z[ host-image] Sep 21 00:19:08.153 INFO O| Sep 21 00:19:08.153 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_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
103552025-09-21T00:19:08.767Z[ host-image] Sep 21 00:19:08.264 INFO O| Sep 21 00:19:08.264 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"}
103562025-09-21T00:19:08.890Z[ host-image] Sep 21 00:19:08.387 INFO O| Sep 21 00:19:08.387 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103572025-09-21T00:19:08.890Z[ host-image] Sep 21 00:19:08.387 INFO O| Sep 21 00:19:08.387 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103582025-09-21T00:19:09.458Z[ recovery-image] Sep 21 00:19:08.955 INFO E| Downloading crates ...
103592025-09-21T00:19:09.820Z[ host-image] Sep 21 00:19:09.317 INFO O| Sep 21 00:19:09.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103602025-09-21T00:19:09.820Z[ host-image] Sep 21 00:19:09.317 INFO O| Sep 21 00:19:09.317 INFO ok!
103612025-09-21T00:19:09.845Z[ host-image] Sep 21 00:19:09.317 INFO O| Sep 21 00:19:09.317 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103622025-09-21T00:19:09.845Z[ host-image] Sep 21 00:19:09.317 INFO O| Sep 21 00:19:09.317 INFO STEP 173 (seed_smf) COMPLETE
103632025-09-21T00:19:09.845Z[ host-image] Sep 21 00:19:09.317 INFO O| Sep 21 00:19:09.317 INFO steps complete; finalising image!
103642025-09-21T00:19:09.845Z[ host-image] Sep 21 00:19:09.317 INFO O| Sep 21 00:19:09.317 INFO TRIM POOL: TEMPORARY-sled-zfs
103652025-09-21T00:19:09.899Z[ host-image] Sep 21 00:19:09.396 INFO O| Sep 21 00:19:09.396 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Sun Sep 21 00:19:09 2025)
103662025-09-21T00:19:10.107Z[ host-image] Sep 21 00:19:09.604 INFO O| Sep 21 00:19:09.604 INFO trim TEMPORARY-sled-zfs: (14% trimmed, started at Sun Sep 21 00:19:09 2025)
103672025-09-21T00:19:10.176Z[ recovery-image] Sep 21 00:19:09.673 INFO E| Downloaded toml_datetime v0.6.9
103682025-09-21T00:19:10.201Z[ recovery-image] Sep 21 00:19:09.679 INFO E| Downloaded anstyle-query v1.1.2
103692025-09-21T00:19:10.201Z[ recovery-image] Sep 21 00:19:09.690 INFO E| Downloaded toml_write v0.1.1
103702025-09-21T00:19:10.201Z[ recovery-image] Sep 21 00:19:09.693 INFO E| Downloaded toml v0.8.22
103712025-09-21T00:19:10.244Z[ recovery-image] Sep 21 00:19:09.741 INFO E| Downloaded os_pipe v1.2.1
103722025-09-21T00:19:10.269Z[ recovery-image] Sep 21 00:19:09.744 INFO E| Downloaded clap v4.5.37
103732025-09-21T00:19:10.269Z[ recovery-image] Sep 21 00:19:09.757 INFO E| Downloaded anstyle-parse v0.2.6
103742025-09-21T00:19:10.269Z[ recovery-image] Sep 21 00:19:09.760 INFO E| Downloaded clap_builder v4.5.37
103752025-09-21T00:19:10.294Z[ recovery-image] Sep 21 00:19:09.772 INFO E| Downloaded cc v1.2.20
103762025-09-21T00:19:10.294Z[ recovery-image] Sep 21 00:19:09.779 INFO E| Downloaded shared_child v1.0.1
103772025-09-21T00:19:10.294Z[ recovery-image] Sep 21 00:19:09.782 INFO E| Downloaded toml_edit v0.22.26
103782025-09-21T00:19:10.319Z[ host-image] Sep 21 00:19:09.813 INFO O| Sep 21 00:19:09.813 INFO trim TEMPORARY-sled-zfs: (56% trimmed, started at Sun Sep 21 00:19:09 2025)
103792025-09-21T00:19:10.344Z[ recovery-image] Sep 21 00:19:09.841 INFO E| Downloaded duct v0.13.7
103802025-09-21T00:19:10.368Z[ recovery-image] Sep 21 00:19:09.843 INFO E| Downloaded winnow v0.7.7
103812025-09-21T00:19:10.368Z[ recovery-image] Sep 21 00:19:09.857 INFO E| Downloaded colorchoice v1.0.3
103822025-09-21T00:19:10.369Z[ recovery-image] Sep 21 00:19:09.859 INFO E| Downloaded clap_derive v4.5.32
103832025-09-21T00:19:10.369Z[ recovery-image] Sep 21 00:19:09.862 INFO E| Downloaded anstyle v1.0.10
103842025-09-21T00:19:10.369Z[ recovery-image] Sep 21 00:19:09.865 INFO E| Downloaded serde_spanned v0.6.8
103852025-09-21T00:19:10.535Z[ host-image] Sep 21 00:19:10.031 INFO O| Sep 21 00:19:10.031 INFO trim TEMPORARY-sled-zfs: (95% trimmed, started at Sun Sep 21 00:19:09 2025)
103862025-09-21T00:19:10.743Z[ host-image] Sep 21 00:19:10.240 INFO O| Sep 21 00:19:10.240 INFO trim TEMPORARY-sled-zfs: (95% trimmed, started at Sun Sep 21 00:19:09 2025)
103872025-09-21T00:19:10.965Z[ host-image] Sep 21 00:19:10.462 INFO O| Sep 21 00:19:10.462 INFO temporary pool has 810M used, 21.8M avail, 1.77x compressratio
103882025-09-21T00:19:10.965Z[ host-image] Sep 21 00:19:10.462 INFO O| Sep 21 00:19:10.462 INFO EXPORT POOL: TEMPORARY-sled-zfs
103892025-09-21T00:19:11.200Z[ recovery-image] Sep 21 00:19:10.697 INFO E| Compiling syn v2.0.101
103902025-09-21T00:19:11.225Z[ recovery-image] Sep 21 00:19:10.697 INFO E| Compiling libc v0.2.172
103912025-09-21T00:19:11.225Z[ recovery-image] Sep 21 00:19:10.697 INFO E| Compiling utf8parse v0.2.2
103922025-09-21T00:19:11.225Z[ recovery-image] Sep 21 00:19:10.697 INFO E| Compiling equivalent v1.0.2
103932025-09-21T00:19:11.225Z[ recovery-image] Sep 21 00:19:10.697 INFO E| Compiling hashbrown v0.15.2
103942025-09-21T00:19:11.225Z[ recovery-image] Sep 21 00:19:10.697 INFO E| Compiling once_cell v1.21.3
103952025-09-21T00:19:11.225Z[ recovery-image] Sep 21 00:19:10.698 INFO E| Compiling shlex v1.3.0
103962025-09-21T00:19:11.225Z[ recovery-image] Sep 21 00:19:10.698 INFO E| Compiling is_terminal_polyfill v1.70.1
103972025-09-21T00:19:11.859Z[ recovery-image] Sep 21 00:19:11.356 INFO E| Compiling anstyle-parse v0.2.6
103982025-09-21T00:19:11.886Z[ recovery-image] Sep 21 00:19:11.383 INFO E| Compiling anstyle v1.0.10
103992025-09-21T00:19:12.216Z[ recovery-image] Sep 21 00:19:11.714 INFO E| Compiling anstyle-query v1.1.2
104002025-09-21T00:19:12.312Z[ recovery-image] Sep 21 00:19:11.809 INFO E| Compiling colorchoice v1.0.3
104012025-09-21T00:19:12.312Z[ recovery-image] Sep 21 00:19:11.809 INFO E| Compiling cc v1.2.20
104022025-09-21T00:19:12.525Z[ host-image] Sep 21 00:19:12.022 INFO O| Sep 21 00:19:12.022 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
104032025-09-21T00:19:12.525Z[ host-image] Sep 21 00:19:12.022 INFO O| Sep 21 00:19:12.022 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
104042025-09-21T00:19:12.704Z[ recovery-image] Sep 21 00:19:12.197 INFO E| Compiling anstream v0.6.18
104052025-09-21T00:19:12.761Z[ recovery-image] Sep 21 00:19:12.258 INFO E| Compiling winnow v0.7.7
104062025-09-21T00:19:12.814Z[ recovery-image] Sep 21 00:19:12.312 INFO E| Compiling anyhow v1.0.98
104072025-09-21T00:19:13.087Z[ recovery-image] Sep 21 00:19:12.584 INFO E| Compiling toml_write v0.1.1
104082025-09-21T00:19:13.637Z[ recovery-image] Sep 21 00:19:13.134 INFO E| Compiling indexmap v2.9.0
104092025-09-21T00:19:13.690Z[ recovery-image] Sep 21 00:19:13.187 INFO E| Compiling strsim v0.11.1
104102025-09-21T00:19:13.754Z[ recovery-image] Sep 21 00:19:13.252 INFO E| Compiling clap_lex v0.7.4
104112025-09-21T00:19:14.357Z[ recovery-image] Sep 21 00:19:13.854 INFO E| Compiling os_pipe v1.2.1
104122025-09-21T00:19:14.387Z[ recovery-image] Sep 21 00:19:13.884 INFO E| Compiling shared_child v1.0.1
104132025-09-21T00:19:14.654Z[ recovery-image] Sep 21 00:19:14.151 INFO E| Compiling clap_builder v4.5.37
104142025-09-21T00:19:15.108Z[ host-image] Sep 21 00:19:14.604 INFO O| Sep 21 00:19:14.604 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
104152025-09-21T00:19:15.108Z[ host-image] Sep 21 00:19:14.605 INFO O| Sep 21 00:19:14.604 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
104162025-09-21T00:19:15.133Z[ host-image] Sep 21 00:19:14.605 INFO O| Sep 21 00:19:14.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
104172025-09-21T00:19:15.133Z[ host-image] Sep 21 00:19:14.605 INFO O| Sep 21 00:19:14.604 INFO completed processing sled/zfs
104182025-09-21T00:19:15.133Z[ host-image] Sep 21 00:19:14.605 INFO O| Sep 21 00:19:14.604 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
104192025-09-21T00:19:15.258Z[ recovery-image] Sep 21 00:19:14.755 INFO E| Compiling duct v0.13.7
104202025-09-21T00:19:15.892Z[ host-image] Sep 21 00:19:15.389 INFO O| Sep 21 00:19:15.389 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
104212025-09-21T00:19:16.002Z[ host-image] Sep 21 00:19:15.499 INFO BUILD STRING "heads/stlouis-0-g900cc17c01\n"
104222025-09-21T00:19:16.003Z[ host-image] Sep 21 00:19:15.500 INFO expanded image name: "ci 066fb48/${os_short_commit} 2025-09-20 23:37" -> "ci 066fb48/900cc17 2025-09-20 23:37"
104232025-09-21T00:19:16.003Z[ host-image] Sep 21 00:19:15.500 INFO output artefacts stored in: "/work/os-host"
104242025-09-21T00:19:16.028Z[ host-image] Sep 21 00:19:15.500 INFO collecting git info from project "pilot"...
104252025-09-21T00:19:16.028Z[ host-image] Sep 21 00:19:15.510 INFO collecting git info from project "chelsio-t6-roms"...
104262025-09-21T00:19:16.028Z[ host-image] Sep 21 00:19:15.518 INFO collecting git info from project "phbl"...
104272025-09-21T00:19:16.053Z[ host-image] Sep 21 00:19:15.526 INFO collecting git info from project "bootserver"...
104282025-09-21T00:19:16.053Z[ host-image] Sep 21 00:19:15.532 INFO collecting git info from project "image-builder"...
104292025-09-21T00:19:16.053Z[ host-image] Sep 21 00:19:15.539 INFO collecting git info from project "pinprick"...
104302025-09-21T00:19:16.078Z[ host-image] Sep 21 00:19:15.562 INFO collecting git info from project "amd-host-image-builder"...
104312025-09-21T00:19:16.124Z[ host-image] Sep 21 00:19:15.621 INFO collecting git info from project "amd-firmware"...
104322025-09-21T00:19:16.212Z[ host-image] Sep 21 00:19:15.709 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
104332025-09-21T00:19:17.375Z[ host-image] Sep 21 00:19:16.872 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
104342025-09-21T00:19:17.458Z[ recovery-image] Sep 21 00:19:16.955 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104352025-09-21T00:19:18.253Z[ host-image] Sep 21 00:19:17.751 INFO creating Oxide boot image...
104362025-09-21T00:19:18.254Z[ host-image] Sep 21 00:19:17.751 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 066fb48/900cc17 2025-09-20 23:37", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
104372025-09-21T00:19:20.466Z[ host-image] Sep 21 00:19:19.961 INFO O| ok, image written!
104382025-09-21T00:19:20.466Z[ host-image] Sep 21 00:19:19.961 INFO O| ok, boot_image_csum file written!
104392025-09-21T00:19:20.491Z[ host-image] Sep 21 00:19:19.966 INFO creating boot archive (CPIO)...
104402025-09-21T00:19:20.492Z[ host-image] Sep 21 00:19:19.966 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
104412025-09-21T00:19:20.492Z[ host-image] Sep 21 00:19:19.976 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
104422025-09-21T00:19:20.492Z[ host-image] Sep 21 00:19:19.976 INFO E| + outfile=/work/os-host/cpio
104432025-09-21T00:19:20.492Z[ host-image] Sep 21 00:19:19.976 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
104442025-09-21T00:19:20.492Z[ host-image] Sep 21 00:19:19.979 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
104452025-09-21T00:19:20.492Z[ host-image] Sep 21 00:19:19.979 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
104462025-09-21T00:19:20.536Z[ host-image] Sep 21 00:19:20.033 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
104472025-09-21T00:19:20.536Z[ host-image] Sep 21 00:19:20.034 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
104482025-09-21T00:19:20.561Z[ host-image] Sep 21 00:19:20.045 INFO creating compressed cpio/unix for dev loaders...
104492025-09-21T00:19:20.561Z[ host-image] Sep 21 00:19:20.045 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
104502025-09-21T00:19:20.969Z[ host-image] Sep 21 00:19:20.467 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
104512025-09-21T00:19:22.115Z[ recovery-image] Sep 21 00:19:21.612 INFO E| Compiling serde_derive v1.0.219
104522025-09-21T00:19:22.115Z[ recovery-image] Sep 21 00:19:21.613 INFO E| Compiling clap_derive v4.5.32
104532025-09-21T00:19:27.311Z[ recovery-image] Sep 21 00:19:26.809 INFO E| Compiling clap v4.5.37
104542025-09-21T00:19:29.520Z[ host-image] Sep 21 00:19:29.018 INFO creating reset image...
104552025-09-21T00:19:29.520Z[ host-image] Sep 21 00:19:29.018 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
104562025-09-21T00:19:29.662Z[ host-image] Sep 21 00:19:29.160 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')"
104572025-09-21T00:19:29.663Z[ host-image] Sep 21 00:19:29.161 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")
104582025-09-21T00:19:29.871Z[ host-image] Sep 21 00:19:29.344 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
104592025-09-21T00:19:29.871Z[ host-image] Sep 21 00:19:29.345 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
104602025-09-21T00:19:30.466Z[ host-image] Sep 21 00:19:29.952 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)
104612025-09-21T00:19:30.466Z[ host-image] Sep 21 00:19:29.952 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)
104622025-09-21T00:19:30.466Z[ host-image] Sep 21 00:19:29.952 INFO E| Compiling proc-macro2 v1.0.101
104632025-09-21T00:19:30.466Z[ host-image] Sep 21 00:19:29.952 INFO E| Compiling unicode-ident v1.0.18
104642025-09-21T00:19:30.466Z[ host-image] Sep 21 00:19:29.952 INFO E| Compiling syn v1.0.109
104652025-09-21T00:19:30.466Z[ host-image] Sep 21 00:19:29.952 INFO E| Compiling x86 v0.52.0
104662025-09-21T00:19:30.466Z[ host-image] Sep 21 00:19:29.952 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104672025-09-21T00:19:30.466Z[ host-image] Sep 21 00:19:29.952 INFO E| Compiling seq-macro v0.3.6
104682025-09-21T00:19:30.624Z[ recovery-image] Sep 21 00:19:30.122 INFO E| Compiling serde v1.0.219
104692025-09-21T00:19:33.875Z[ host-image] Sep 21 00:19:33.373 INFO E| Compiling quote v1.0.40
104702025-09-21T00:19:34.334Z[ host-image] Sep 21 00:19:33.832 INFO E| Compiling syn v2.0.106
104712025-09-21T00:19:38.320Z[ recovery-image] Sep 21 00:19:37.818 INFO E| Compiling serde_spanned v0.6.8
104722025-09-21T00:19:38.320Z[ recovery-image] Sep 21 00:19:37.818 INFO E| Compiling toml_datetime v0.6.9
104732025-09-21T00:19:38.843Z[ recovery-image] Sep 21 00:19:38.341 INFO E| Compiling toml_edit v0.22.26
104742025-09-21T00:19:40.317Z[ host-image] Sep 21 00:19:39.815 INFO E| Compiling scroll_derive v0.13.0
104752025-09-21T00:19:43.496Z[ recovery-image] Sep 21 00:19:42.995 INFO E| Compiling toml v0.8.22
104762025-09-21T00:19:44.989Z[ host-image] Sep 21 00:19:44.488 INFO E| Compiling bitstruct_derive v0.1.0
104772025-09-21T00:19:52.630Z[ recovery-image] Sep 21 00:19:52.129 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.43s
104782025-09-21T00:19:52.655Z[ recovery-image] Sep 21 00:19:52.143 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`
104792025-09-21T00:19:52.680Z[ recovery-image] Sep 21 00:19:52.166 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
104802025-09-21T00:19:54.234Z[ recovery-image] Sep 21 00:19:53.733 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
104812025-09-21T00:19:54.259Z[ recovery-image] Sep 21 00:19:53.739 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6 -o /work/os-recovery/cosmo.rom`
104822025-09-21T00:19:54.849Z[ recovery-image] Sep 21 00:19:54.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
104832025-09-21T00:19:54.849Z[ recovery-image] Sep 21 00:19:54.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
104842025-09-21T00:19:54.919Z[ recovery-image] Sep 21 00:19:54.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
104852025-09-21T00:19:54.919Z[ recovery-image] Sep 21 00:19:54.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
104862025-09-21T00:19:54.919Z[ recovery-image] Sep 21 00:19:54.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104872025-09-21T00:19:54.919Z[ recovery-image] Sep 21 00:19:54.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104882025-09-21T00:19:54.919Z[ recovery-image] Sep 21 00:19:54.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104892025-09-21T00:19:54.919Z[ recovery-image] Sep 21 00:19:54.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
104902025-09-21T00:19:54.919Z[ recovery-image] Sep 21 00:19:54.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
104912025-09-21T00:19:54.919Z[ recovery-image] Sep 21 00:19:54.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
104922025-09-21T00:19:54.919Z[ recovery-image] Sep 21 00:19:54.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
104932025-09-21T00:19:54.919Z[ recovery-image] Sep 21 00:19:54.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104942025-09-21T00:19:54.919Z[ recovery-image] Sep 21 00:19:54.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104952025-09-21T00:19:54.919Z[ recovery-image] Sep 21 00:19:54.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104962025-09-21T00:19:54.919Z[ recovery-image] Sep 21 00:19:54.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104972025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104982025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
104992025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105002025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
105012025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
105022025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105032025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105042025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
105052025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105062025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
105072025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
105082025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
105092025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105102025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
105112025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105122025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
105132025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
105142025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
105152025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105162025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
105172025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
105182025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
105192025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
105202025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
105212025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
105222025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
105232025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
105242025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
105252025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
105262025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
105272025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105282025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
105292025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
105302025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
105312025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
105322025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.357 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
105332025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
105342025-09-21T00:19:54.920Z[ recovery-image] Sep 21 00:19:54.358 INFO O| Info: ABL version: 0x1006f010
105352025-09-21T00:19:54.921Z[ recovery-image] Sep 21 00:19:54.358 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
105362025-09-21T00:19:54.921Z[ recovery-image] Sep 21 00:19:54.358 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
105372025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.380 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
105382025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.380 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105392025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.381 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105402025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.381 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105412025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.381 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105422025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.381 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105432025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.381 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105442025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.382 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105452025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.382 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105462025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.382 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105472025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.382 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105482025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.382 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105492025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.382 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105502025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.383 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105512025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.383 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105522025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.383 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105532025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.383 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105542025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.383 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105552025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.383 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105562025-09-21T00:19:54.946Z[ recovery-image] Sep 21 00:19:54.384 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105572025-09-21T00:19:54.972Z[ recovery-image] Sep 21 00:19:54.472 INFO building ROM for gimlet
105582025-09-21T00:19:54.972Z[ recovery-image] Sep 21 00:19:54.472 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")
105592025-09-21T00:19:55.235Z[ recovery-image] Sep 21 00:19:54.734 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s
105602025-09-21T00:19:55.260Z[ recovery-image] Sep 21 00:19:54.740 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`
105612025-09-21T00:19:55.260Z[ recovery-image] Sep 21 00:19:54.758 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
105622025-09-21T00:19:55.464Z[ recovery-image] Sep 21 00:19:54.940 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
105632025-09-21T00:19:55.489Z[ recovery-image] Sep 21 00:19:54.966 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`
105642025-09-21T00:19:55.870Z[ recovery-image] Sep 21 00:19:55.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
105652025-09-21T00:19:55.871Z[ recovery-image] Sep 21 00:19:55.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
105662025-09-21T00:19:55.896Z[ recovery-image] Sep 21 00:19:55.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
105672025-09-21T00:19:55.896Z[ recovery-image] Sep 21 00:19:55.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
105682025-09-21T00:19:55.896Z[ recovery-image] Sep 21 00:19:55.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
105692025-09-21T00:19:55.896Z[ recovery-image] Sep 21 00:19:55.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
105702025-09-21T00:19:55.896Z[ recovery-image] Sep 21 00:19:55.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
105712025-09-21T00:19:55.896Z[ recovery-image] Sep 21 00:19:55.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
105722025-09-21T00:19:55.896Z[ recovery-image] Sep 21 00:19:55.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
105732025-09-21T00:19:55.896Z[ recovery-image] Sep 21 00:19:55.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
105742025-09-21T00:19:55.896Z[ recovery-image] Sep 21 00:19:55.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
105752025-09-21T00:19:55.896Z[ recovery-image] Sep 21 00:19:55.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
105762025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
105772025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
105782025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
105792025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.371 INFO O| Info: ABL version: 0x100a5010
105802025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.371 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
105812025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105822025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105832025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105842025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105852025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105862025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105872025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105882025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105892025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105902025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105912025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105922025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.372 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105932025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.373 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105942025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105952025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105962025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105972025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105982025-09-21T00:19:55.897Z[ recovery-image] Sep 21 00:19:55.377 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105992025-09-21T00:19:55.956Z[ recovery-image] Sep 21 00:19:55.456 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106002025-09-21T00:20:00.960Z[ recovery-image] Sep 21 00:20:00.460 INFO image complete! materials are in "/work/os-recovery"
106012025-09-21T00:20:01.501Z[ recovery-image]
106022025-09-21T00:20:01.501Z[ recovery-image] real 17:44.516098829
106032025-09-21T00:20:01.501Z[ recovery-image] user 12:10.687099788
106042025-09-21T00:20:01.526Z[ recovery-image] sys 1:35.025632600
106052025-09-21T00:20:01.526Z[ recovery-image] trap 0.816475543
106062025-09-21T00:20:01.527Z[ recovery-image] tflt 1.077795571
106072025-09-21T00:20:01.527Z[ recovery-image] dflt 7.095698958
106082025-09-21T00:20:02.503Z[ recovery-image] kflt 0.025694447
106092025-09-21T00:20:02.503Z[ recovery-image] lock 41:33.338615596
106102025-09-21T00:20:02.503Z[ recovery-image] slp 1:49:22.600000794
106112025-09-21T00:20:02.529Z[ recovery-image] lat 6:57.472119955
106122025-09-21T00:20:02.529Z[ recovery-image] stop 11.530942864
106132025-09-21T00:20:03.501ZSep 21 00:20:03.001 INFO [recovery-image] process exited with exit status: 0 (1066.060424744s)
106142025-09-21T00:20:14.240Z[ host-image] Sep 21 00:20:13.740 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)
106152025-09-21T00:20:20.582Z[ host-image] Sep 21 00:20:20.083 INFO E| Compiling bitflags v1.3.2
106162025-09-21T00:20:20.582Z[ host-image] Sep 21 00:20:20.083 INFO E| Compiling scroll v0.13.0
106172025-09-21T00:20:20.607Z[ host-image] Sep 21 00:20:20.083 INFO E| Compiling plain v0.2.3
106182025-09-21T00:20:20.607Z[ host-image] Sep 21 00:20:20.083 INFO E| Compiling bitflags v2.9.4
106192025-09-21T00:20:20.607Z[ host-image] Sep 21 00:20:20.084 INFO E| Compiling adler2 v2.0.1
106202025-09-21T00:20:20.607Z[ host-image] Sep 21 00:20:20.084 INFO E| Compiling log v0.4.27
106212025-09-21T00:20:20.607Z[ host-image] Sep 21 00:20:20.084 INFO E| Compiling bit_field v0.10.3
106222025-09-21T00:20:20.709Z[ host-image] Sep 21 00:20:20.210 INFO E| Compiling raw-cpuid v10.7.0
106232025-09-21T00:20:21.223Z[ host-image] Sep 21 00:20:20.724 INFO E| Compiling cpio_reader v0.1.2
106242025-09-21T00:20:21.248Z[ host-image] Sep 21 00:20:20.730 INFO E| Compiling miniz_oxide v0.8.9
106252025-09-21T00:20:21.248Z[ host-image] Sep 21 00:20:20.735 INFO E| Compiling bitstruct v0.1.1
106262025-09-21T00:20:21.427Z[ host-image] Sep 21 00:20:20.928 INFO E| Compiling goblin v0.10.1
106272025-09-21T00:20:21.582Z[ host-image] Sep 21 00:20:21.084 INFO E| Compiling static_assertions v1.1.0
106282025-09-21T00:20:31.629Z[ host-image] Sep 21 00:20:31.130 INFO E| Finished `release` profile [optimized] target(s) in 1m 01s
106292025-09-21T00:20:31.654Z[ host-image] Sep 21 00:20:31.149 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106302025-09-21T00:20:31.763Z[ host-image] Sep 21 00:20:31.265 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')"
106312025-09-21T00:20:31.763Z[ host-image] Sep 21 00:20:31.265 INFO building ROM for cosmo
106322025-09-21T00:20:31.763Z[ host-image] Sep 21 00:20:31.265 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")
106332025-09-21T00:20:32.003Z[ host-image] Sep 21 00:20:31.504 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
106342025-09-21T00:20:32.028Z[ host-image] Sep 21 00:20:31.509 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`
106352025-09-21T00:20:32.028Z[ host-image] Sep 21 00:20:31.526 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
106362025-09-21T00:20:32.157Z[ host-image] Sep 21 00:20:31.659 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
106372025-09-21T00:20:32.186Z[ host-image] Sep 21 00:20:31.688 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`
106382025-09-21T00:20:32.663Z[ host-image] Sep 21 00:20:32.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
106392025-09-21T00:20:32.663Z[ host-image] Sep 21 00:20:32.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
106402025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
106412025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
106422025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.165 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106432025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106442025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106452025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
106462025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
106472025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
106482025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
106492025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106502025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106512025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106522025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106532025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106542025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
106552025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106562025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
106572025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
106582025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106592025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106602025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
106612025-09-21T00:20:32.734Z[ host-image] Sep 21 00:20:32.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106622025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
106632025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
106642025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
106652025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106662025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
106672025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106682025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
106692025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
106702025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
106712025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106722025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
106732025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
106742025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
106752025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
106762025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
106772025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
106782025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
106792025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
106802025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
106812025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.168 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
106822025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
106832025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106842025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
106852025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
106862025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
106872025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
106882025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
106892025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
106902025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.169 INFO O| Info: ABL version: 0x1006f010
106912025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.169 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
106922025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.169 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
106932025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
106942025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106952025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106962025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106972025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106982025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106992025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107002025-09-21T00:20:32.735Z[ host-image] Sep 21 00:20:32.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107012025-09-21T00:20:32.736Z[ host-image] Sep 21 00:20:32.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107022025-09-21T00:20:32.736Z[ host-image] Sep 21 00:20:32.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107032025-09-21T00:20:32.736Z[ host-image] Sep 21 00:20:32.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107042025-09-21T00:20:32.736Z[ host-image] Sep 21 00:20:32.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107052025-09-21T00:20:32.736Z[ host-image] Sep 21 00:20:32.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107062025-09-21T00:20:32.736Z[ host-image] Sep 21 00:20:32.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107072025-09-21T00:20:32.736Z[ host-image] Sep 21 00:20:32.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107082025-09-21T00:20:32.736Z[ host-image] Sep 21 00:20:32.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107092025-09-21T00:20:32.736Z[ host-image] Sep 21 00:20:32.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107102025-09-21T00:20:32.736Z[ host-image] Sep 21 00:20:32.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107112025-09-21T00:20:32.736Z[ host-image] Sep 21 00:20:32.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107122025-09-21T00:20:32.736Z[ host-image] Sep 21 00:20:32.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107132025-09-21T00:20:32.762Z[ host-image] Sep 21 00:20:32.231 INFO building ROM for gimlet
107142025-09-21T00:20:32.762Z[ host-image] Sep 21 00:20:32.231 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")
107152025-09-21T00:20:32.923Z[ host-image] Sep 21 00:20:32.425 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
107162025-09-21T00:20:32.965Z[ host-image] Sep 21 00:20:32.453 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`
107172025-09-21T00:20:32.989Z[ host-image] Sep 21 00:20:32.471 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
107182025-09-21T00:20:33.103Z[ host-image] Sep 21 00:20:32.605 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
107192025-09-21T00:20:33.131Z[ host-image] Sep 21 00:20:32.610 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`
107202025-09-21T00:20:33.323Z[ host-image] Sep 21 00:20:32.825 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
107212025-09-21T00:20:33.323Z[ host-image] Sep 21 00:20:32.825 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
107222025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.825 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
107232025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.825 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
107242025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
107252025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
107262025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
107272025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
107282025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
107292025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.826 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
107302025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
107312025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
107322025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
107332025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
107342025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.827 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
107352025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.828 INFO O| Info: ABL version: 0x100a5010
107362025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.828 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
107372025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107382025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107392025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107402025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107412025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.828 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107422025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.829 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107432025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.829 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107442025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.829 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107452025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.829 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107462025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.829 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107472025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.829 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107482025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.829 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107492025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.829 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107502025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.830 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107512025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.830 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107522025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.830 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107532025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.830 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107542025-09-21T00:20:33.349Z[ host-image] Sep 21 00:20:32.830 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107552025-09-21T00:20:33.380Z[ host-image] Sep 21 00:20:32.882 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107562025-09-21T00:20:51.141Z[ host-image] Sep 21 00:20:50.643 INFO image complete! materials are in "/work/os-host"
107572025-09-21T00:20:51.498Z[ host-image]
107582025-09-21T00:20:51.498Z[ host-image] real 19:19.593377661
107592025-09-21T00:20:51.523Z[ host-image] user 12:24.654339878
107602025-09-21T00:20:51.523Z[ host-image] sys 1:36.690228213
107612025-09-21T00:20:51.523Z[ host-image] trap 0.679878606
107622025-09-21T00:20:51.523Z[ host-image] tflt 0.471443400
107632025-09-21T00:20:51.523Z[ host-image] dflt 2.563711281
107642025-09-21T00:20:51.523Z[ host-image] kflt 0.074054498
107652025-09-21T00:20:51.523Z[ host-image] lock 22:26.166308469
107662025-09-21T00:20:51.523Z[ host-image] slp 1:53:50.630280619
107672025-09-21T00:20:51.523ZSep 21 00:20:51.002 INFO [host-image] process exited with exit status: 0 (1159.956720644s)
107682025-09-21T00:20:51.523Z[ host-image] lat 5:31.260553774
107692025-09-21T00:20:51.523Z[ host-image] stop 8.217055356
107702025-09-21T00:20:51.523ZSep 21 00:20:51.003 INFO [tuf-repo] running task
107712025-09-21T00:21:21.222ZSep 21 00:21:20.726 INFO assembling repository in `/tmp/tufaceousevnigS`, component: OmicronRepoAssembler
107722025-09-21T00:21:32.643ZSep 21 00:21:32.149 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107732025-09-21T00:21:33.173ZSep 21 00:21:32.679 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107742025-09-21T00:22:21.657Z[verify-libraries] Finished `release` profile [optimized] target(s) in 20m 00s
107752025-09-21T00:22:23.455ZSep 21 00:22:22.963 INFO [verify-libraries] process exited with exit status: 0 (1207.854891226s)
107762025-09-21T00:22:24.943ZSep 21 00:22:24.452 INFO extracting uploaded archive to /tmp/.tmpRfHcOm
107772025-09-21T00:22:28.885ZSep 21 00:22:28.394 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Il5ty7
107782025-09-21T00:22:29.001ZSep 21 00:22:28.510 INFO added artifact, length: 6211806, hash: 7ebe65b6ad4ef7abbb022b7aacc30512e950c945dd0999a9b1fe3c0e80c748f1, version: 1.0.46, kind: gimlet_sp, name: cosmo-a
107792025-09-21T00:22:29.208ZSep 21 00:22:28.717 INFO added artifact, length: 5297930, hash: 5dace42dee464abfe6dba4633fa9998454de281496b235a5f48bf6482dbda6e7, version: 1.0.46, kind: gimlet_sp, name: gimlet-b
107802025-09-21T00:22:29.404ZSep 21 00:22:28.913 INFO added artifact, length: 5300435, hash: ec9b970442778aa80d76ffafe43c3b55a80d61675b847a3c4e34c0da7a58442b, version: 1.0.46, kind: gimlet_sp, name: gimlet-c
107812025-09-21T00:22:29.595ZSep 21 00:22:29.104 INFO added artifact, length: 5309924, hash: 9fbb98efcc0c13872118a6a9d3224e541c27e62cd09dc9573eae69ca7a5c4322, version: 1.0.46, kind: gimlet_sp, name: gimlet-d
107822025-09-21T00:22:29.790ZSep 21 00:22:29.299 INFO added artifact, length: 5309831, hash: 4f63673b7f08a3b8494411b5d7c46467bce779462ab42341f143279414543e6a, version: 1.0.46, kind: gimlet_sp, name: gimlet-e
107832025-09-21T00:22:29.986ZSep 21 00:22:29.495 INFO added artifact, length: 5310116, hash: 3e2f78c408e2aafe2837055bf19d7c830bc24f18e15e42fa6b1b0e6f339b25c0, version: 1.0.46, kind: gimlet_sp, name: gimlet-f
107842025-09-21T00:22:30.211ZSep 21 00:22:29.721 INFO added artifact, length: 1573997, hash: 1048ec74ff9eb2cf110dcefa2f4b3bd589d1040cfd4d7a6bad51fb55e3d54427, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
107852025-09-21T00:22:30.212ZSep 21 00:22:29.721 INFO added artifact, length: 1574784, hash: 532946b08a591a0e8a18aa636b306c82eb4ba790e46b59fe4319918d13711258, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
107862025-09-21T00:22:30.352ZSep 21 00:22:29.861 INFO added artifact, length: 1639160, hash: 069b7c6e07eda645c9b7cbda2b7466c2947947d249e45f069d05671c90773426, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107872025-09-21T00:22:30.352ZSep 21 00:22:29.861 INFO added artifact, length: 1639063, hash: 35a49fc37ae878ed83f712311e7d0fdc2dd5beaca847090db89b21ee889b09bf, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107882025-09-21T00:22:30.488ZSep 21 00:22:29.997 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107892025-09-21T00:22:30.488ZSep 21 00:22:29.997 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107902025-09-21T00:22:30.618ZSep 21 00:22:30.127 INFO added artifact, length: 1573862, hash: adc41db6f4ddb68ca07b1ed41618057db155b07c45650ccb9bfa9f0d4bcb2194, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
107912025-09-21T00:22:30.618ZSep 21 00:22:30.128 INFO added artifact, length: 1574640, hash: 159f7c0d9d3a8eabafc23e20a7a620adc1772b462dde91ec7fb640b646641a56, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
107922025-09-21T00:22:30.643ZSep 21 00:22:30.129 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
107932025-09-21T00:22:30.643ZSep 21 00:22:30.131 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107942025-09-21T00:22:30.643ZSep 21 00:22:30.132 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
107952025-09-21T00:22:43.674ZSep 21 00:22:43.184 INFO added artifact, length: 33554432, hash: 386241ae693f9a853a3074eefbce0d9cd34ca6de59db4c6d9cc96797be632f77, version: 16.0.0-0.ci+git066fb4828f5, kind: gimlet_host_phase_1, name: host
107962025-09-21T00:22:43.674ZSep 21 00:22:43.184 INFO added artifact, length: 33554432, hash: 01ea094e0643564be29607919fc49e009d1e9ecc39093593a7f4128a088a15b0, version: 16.0.0-0.ci+git066fb4828f5, kind: cosmo_host_phase_1, name: host
107972025-09-21T00:22:43.674ZSep 21 00:22:43.184 INFO added artifact, length: 1048580096, hash: ef80021f285d7f811bb633773058c60d966c70b9966594cca7dd7f150c8ec957, version: 16.0.0-0.ci+git066fb4828f5, kind: host_phase_2, name: host
107982025-09-21T00:22:46.093ZSep 21 00:22:45.603 INFO added artifact, length: 33554432, hash: c13558959d158819f1ab4a6b3dcc5832efb4f27cec649ac603fb1a5cb8129a5a, version: 16.0.0-0.ci+git066fb4828f5, kind: gimlet_trampoline_phase_1, name: trampoline
107992025-09-21T00:22:46.094ZSep 21 00:22:45.604 INFO added artifact, length: 33554432, hash: 535b3bde9d73b239db4804394487b03f940500c6de5af2def23376f54476720a, version: 16.0.0-0.ci+git066fb4828f5, kind: cosmo_trampoline_phase_1, name: trampoline
108002025-09-21T00:22:46.094ZSep 21 00:22:45.604 INFO added artifact, length: 152367577, hash: cb3d00d7298c7ef71f83f4ee3022c2faca174c9f4d66c4a195f23a103837fd54, version: 16.0.0-0.ci+git066fb4828f5, kind: trampoline_phase_2, name: trampoline
108012025-09-21T00:22:50.781ZSep 21 00:22:50.292 INFO added artifact, length: 309138259, hash: 901de75cc4f7bf61061aae81affc16e609a49d71042a95031f57b67756483238, version: 16.0.0-0.ci+git066fb4828f5, kind: zone, name: clickhouse_keeper
108022025-09-21T00:22:55.739ZSep 21 00:22:55.249 INFO added artifact, length: 325682858, hash: 3dba1237e8781b36cd59e3628642315d2864071d3691060e0415e3de2d7a9923, version: 16.0.0-0.ci+git066fb4828f5, kind: zone, name: clickhouse_server
108032025-09-21T00:23:00.824ZSep 21 00:23:00.335 INFO added artifact, length: 325683805, hash: 4437a14262d9dadcabda3780f9749408eb552eabaa012cb5a4347494509d3922, version: 16.0.0-0.ci+git066fb4828f5, kind: zone, name: clickhouse
108042025-09-21T00:23:03.512ZSep 21 00:23:03.024 INFO added artifact, length: 171955615, hash: 135b6f1e2bf469735a1e9dd4ee3ea7f3b2aad63e3fe56f57a00d14e87468c6bf, version: 16.0.0-0.ci+git066fb4828f5, kind: zone, name: cockroachdb
108052025-09-21T00:23:04.125ZSep 21 00:23:03.637 INFO added artifact, length: 39126714, hash: c142edca4a861eb49472fdb6c32864ed019221eff6a518d8da24bdcb0df73fa3, version: 16.0.0-0.ci+git066fb4828f5, kind: zone, name: crucible-pantry-zone
108062025-09-21T00:23:04.906ZSep 21 00:23:04.417 INFO added artifact, length: 49165320, hash: 7d47e11b57f7f9fb30f405a97e3969b77e741874327622dcb51d7a6830a5ad1f, version: 16.0.0-0.ci+git066fb4828f5, kind: zone, name: crucible-zone
108072025-09-21T00:23:05.725ZSep 21 00:23:05.236 INFO added artifact, length: 51815977, hash: b0bf2222f1bec5f41d6458810f8fe6e2264148b870c67087f699af7e451fd339, version: 16.0.0-0.ci+git066fb4828f5, kind: zone, name: external-dns
108082025-09-21T00:23:06.530ZSep 21 00:23:06.041 INFO added artifact, length: 51815576, hash: 70e4637a4f6c94e738a9f3b4de118628c55339c1f5d99f9abf3041980fe1d5e9, version: 16.0.0-0.ci+git066fb4828f5, kind: zone, name: internal-dns
108092025-09-21T00:23:08.704ZSep 21 00:23:08.215 INFO added artifact, length: 140087651, hash: 723ea4a2d1d7db972c42292dbe3deab9330d6326bd0cfcdecce21740ba205e7f, version: 16.0.0-0.ci+git066fb4828f5, kind: zone, name: nexus
108102025-09-21T00:23:09.235ZSep 21 00:23:08.747 INFO added artifact, length: 33886459, hash: 4491275e724123b7180bc97d1359167942534f975f5ed47cb88e4e5f2cb54ab6, version: 16.0.0-0.ci+git066fb4828f5, kind: zone, name: ntp
108112025-09-21T00:23:10.274ZSep 21 00:23:09.785 INFO added artifact, length: 65132415, hash: 8eb25856f6b1ef93595839878a69b4f7bd68ee33d0b768c98d483f270e29219f, version: 16.0.0-0.ci+git066fb4828f5, kind: zone, name: oximeter
108122025-09-21T00:23:10.324ZSep 21 00:23:09.836 INFO added artifact, length: 3109590, hash: f8b8af3c68d8ab3802f687d23a0cb8269abdf224c76844325d0312640110bdbf, version: 16.0.0-0.ci+git066fb4828f5, kind: zone, name: probe
108132025-09-21T00:23:10.405ZSep 21 00:23:09.917 INFO added artifact, length: 3997977, hash: ed8501dddabf3579cec1986faf88615a0e7851ab0d9fa05e21bb8271fc0aab49, version: 1.0.46, kind: psc_sp, name: psc-b
108142025-09-21T00:23:10.479ZSep 21 00:23:09.991 INFO added artifact, length: 4000218, hash: 8cee2bfc58ea83ba8003f7a7625765102f840e72dbc2d5c3db4f8d8e3cad207d, version: 1.0.46, kind: psc_sp, name: psc-c
108152025-09-21T00:23:10.609ZSep 21 00:23:10.121 INFO added artifact, length: 1574036, hash: ee31b051c535fbaa443ce874c3330d20bf2c375d463cee12ed00548a5e3f6e0b, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
108162025-09-21T00:23:10.609ZSep 21 00:23:10.121 INFO added artifact, length: 1574737, hash: faca836f25094cd2cea3362f231989d46a6a8227934ef194528bd994820ddcd8, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
108172025-09-21T00:23:10.749ZSep 21 00:23:10.260 INFO added artifact, length: 1639167, hash: 0def6af74a41540e06c9e68ae2afe8da682bf824c8c09403d93ab78ba19ad940, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108182025-09-21T00:23:10.749ZSep 21 00:23:10.260 INFO added artifact, length: 1639108, hash: 1177097287f96970594683411712b0eb799920910c116a63daa764638d2f880e, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108192025-09-21T00:23:10.885ZSep 21 00:23:10.397 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108202025-09-21T00:23:10.885ZSep 21 00:23:10.397 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108212025-09-21T00:23:11.015ZSep 21 00:23:10.527 INFO added artifact, length: 1573892, hash: d49cdd6364997f53afcbca178db08398a2b6abe953945eaf01e87996b5bff660, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-production-release
108222025-09-21T00:23:11.015ZSep 21 00:23:10.527 INFO added artifact, length: 1574676, hash: df29d4fb6fad57759a2548f4c035d3994dd933a5288db511151aae0a1005125a, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108232025-09-21T00:23:11.040ZSep 21 00:23:10.529 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108242025-09-21T00:23:11.041ZSep 21 00:23:10.530 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108252025-09-21T00:23:11.041ZSep 21 00:23:10.531 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108262025-09-21T00:23:11.137ZSep 21 00:23:10.649 INFO added artifact, length: 6826028, hash: 5a16776a01158e0dee1221e919f2a10ef11fc3d417d3fe109e719af683791748, version: 1.0.46, kind: switch_sp, name: sidecar-b
108272025-09-21T00:23:11.375ZSep 21 00:23:10.887 INFO added artifact, length: 6842208, hash: bd0b59adcd5d5f58fb38c1abb0b30e02e1378d7a53148d54502f02881bba63df, version: 1.0.46, kind: switch_sp, name: sidecar-c
108282025-09-21T00:23:11.615ZSep 21 00:23:11.127 INFO added artifact, length: 6842336, hash: 07af633b53a52a72569d0b5053e805d6efbf55893a78c64f61c90d16b39b71cb, version: 1.0.46, kind: switch_sp, name: sidecar-d
108292025-09-21T00:23:11.863ZSep 21 00:23:11.374 INFO added artifact, length: 1574050, hash: 32cf44bb7dbbe37cd384ab9d306b0bf17305c09f687da67a7d38115ffc649277, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108302025-09-21T00:23:11.863ZSep 21 00:23:11.374 INFO added artifact, length: 1574812, hash: cf2c7479badea663d0a2005481f4927ad1a5f788b3dc85bbc41a4b50afb06b1f, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108312025-09-21T00:23:12.006ZSep 21 00:23:11.517 INFO added artifact, length: 1639179, hash: 9ce4a0a34ab747f29a5d6783357dd7950285195d1fe729436097ec90e39f2147, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108322025-09-21T00:23:12.006ZSep 21 00:23:11.518 INFO added artifact, length: 1639117, hash: 368cc8952e3bd25c30d4ccd9c8691f23e35ead3b0a62e0c083aecc4a10bf5dce, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108332025-09-21T00:23:12.142ZSep 21 00:23:11.653 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108342025-09-21T00:23:12.142ZSep 21 00:23:11.653 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108352025-09-21T00:23:12.276ZSep 21 00:23:11.788 INFO added artifact, length: 1573955, hash: be0d0238650d3ef9860ff67dd0743ec994d3dd19346c60dd3a4dd4f7b376f9e1, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108362025-09-21T00:23:12.276ZSep 21 00:23:11.788 INFO added artifact, length: 1574685, hash: 65cf78ae4f7d8599d2b37a571a2d0adddb85c15134394e235f98cf1c0ba2ed00, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108372025-09-21T00:23:12.302ZSep 21 00:23:11.790 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
108382025-09-21T00:23:12.302ZSep 21 00:23:11.791 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108392025-09-21T00:23:12.302ZSep 21 00:23:11.793 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
108402025-09-21T00:23:12.302ZSep 21 00:23:11.793 INFO added artifact, length: 383, hash: c4b49ca8161434f9fec981b3b26a2c1e3696ab57c3607e83e85fec16984121fb, version: 16.0.0-0.ci+git066fb4828f5, kind: installinator_document, name: installinator_document
108412025-09-21T00:23:13.009ZSep 21 00:23:12.521 INFO extracting uploaded archive to /tmp/.tmpcRlN47
108422025-09-21T00:23:16.965ZSep 21 00:23:16.477 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.QjO2WN
108432025-09-21T00:23:17.073ZSep 21 00:23:16.585 INFO added artifact, length: 6211806, hash: 7ebe65b6ad4ef7abbb022b7aacc30512e950c945dd0999a9b1fe3c0e80c748f1, version: 1.0.46, kind: gimlet_sp, name: cosmo-a
108442025-09-21T00:23:17.262ZSep 21 00:23:16.774 INFO added artifact, length: 5297930, hash: 5dace42dee464abfe6dba4633fa9998454de281496b235a5f48bf6482dbda6e7, version: 1.0.46, kind: gimlet_sp, name: gimlet-b
108452025-09-21T00:23:17.439ZSep 21 00:23:16.951 INFO added artifact, length: 5300435, hash: ec9b970442778aa80d76ffafe43c3b55a80d61675b847a3c4e34c0da7a58442b, version: 1.0.46, kind: gimlet_sp, name: gimlet-c
108462025-09-21T00:23:17.629ZSep 21 00:23:17.141 INFO added artifact, length: 5309924, hash: 9fbb98efcc0c13872118a6a9d3224e541c27e62cd09dc9573eae69ca7a5c4322, version: 1.0.46, kind: gimlet_sp, name: gimlet-d
108472025-09-21T00:23:17.823ZSep 21 00:23:17.335 INFO added artifact, length: 5309831, hash: 4f63673b7f08a3b8494411b5d7c46467bce779462ab42341f143279414543e6a, version: 1.0.46, kind: gimlet_sp, name: gimlet-e
108482025-09-21T00:23:18.013ZSep 21 00:23:17.525 INFO added artifact, length: 5310116, hash: 3e2f78c408e2aafe2837055bf19d7c830bc24f18e15e42fa6b1b0e6f339b25c0, version: 1.0.46, kind: gimlet_sp, name: gimlet-f
108492025-09-21T00:23:18.234ZSep 21 00:23:17.746 INFO added artifact, length: 1573997, hash: 1048ec74ff9eb2cf110dcefa2f4b3bd589d1040cfd4d7a6bad51fb55e3d54427, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
108502025-09-21T00:23:18.234ZSep 21 00:23:17.746 INFO added artifact, length: 1574784, hash: 532946b08a591a0e8a18aa636b306c82eb4ba790e46b59fe4319918d13711258, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
108512025-09-21T00:23:18.369ZSep 21 00:23:17.881 INFO added artifact, length: 1639160, hash: 069b7c6e07eda645c9b7cbda2b7466c2947947d249e45f069d05671c90773426, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108522025-09-21T00:23:18.369ZSep 21 00:23:17.881 INFO added artifact, length: 1639063, hash: 35a49fc37ae878ed83f712311e7d0fdc2dd5beaca847090db89b21ee889b09bf, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108532025-09-21T00:23:18.506ZSep 21 00:23:18.017 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108542025-09-21T00:23:18.506ZSep 21 00:23:18.018 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108552025-09-21T00:23:18.636ZSep 21 00:23:18.148 INFO added artifact, length: 1573862, hash: adc41db6f4ddb68ca07b1ed41618057db155b07c45650ccb9bfa9f0d4bcb2194, version: 1.0.36, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
108562025-09-21T00:23:18.636ZSep 21 00:23:18.148 INFO added artifact, length: 1574640, hash: 159f7c0d9d3a8eabafc23e20a7a620adc1772b462dde91ec7fb640b646641a56, version: 1.0.36, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
108572025-09-21T00:23:18.661ZSep 21 00:23:18.150 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
108582025-09-21T00:23:18.661ZSep 21 00:23:18.152 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108592025-09-21T00:23:18.661ZSep 21 00:23:18.153 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
108602025-09-21T00:23:31.664ZSep 21 00:23:31.177 INFO added artifact, length: 33554432, hash: 386241ae693f9a853a3074eefbce0d9cd34ca6de59db4c6d9cc96797be632f77, version: 16.0.0-0.ci+git066fb4828f5, kind: gimlet_host_phase_1, name: host
108612025-09-21T00:23:31.689ZSep 21 00:23:31.177 INFO added artifact, length: 33554432, hash: 01ea094e0643564be29607919fc49e009d1e9ecc39093593a7f4128a088a15b0, version: 16.0.0-0.ci+git066fb4828f5, kind: cosmo_host_phase_1, name: host
108622025-09-21T00:23:31.689ZSep 21 00:23:31.178 INFO added artifact, length: 1048580096, hash: ef80021f285d7f811bb633773058c60d966c70b9966594cca7dd7f150c8ec957, version: 16.0.0-0.ci+git066fb4828f5, kind: host_phase_2, name: host
108632025-09-21T00:23:34.005ZSep 21 00:23:33.517 INFO added artifact, length: 33554432, hash: c13558959d158819f1ab4a6b3dcc5832efb4f27cec649ac603fb1a5cb8129a5a, version: 16.0.0-0.ci+git066fb4828f5, kind: gimlet_trampoline_phase_1, name: trampoline
108642025-09-21T00:23:34.005ZSep 21 00:23:33.517 INFO added artifact, length: 33554432, hash: 535b3bde9d73b239db4804394487b03f940500c6de5af2def23376f54476720a, version: 16.0.0-0.ci+git066fb4828f5, kind: cosmo_trampoline_phase_1, name: trampoline
108652025-09-21T00:23:34.005ZSep 21 00:23:33.518 INFO added artifact, length: 152367577, hash: cb3d00d7298c7ef71f83f4ee3022c2faca174c9f4d66c4a195f23a103837fd54, version: 16.0.0-0.ci+git066fb4828f5, kind: trampoline_phase_2, name: trampoline
108662025-09-21T00:23:54.063ZSep 21 00:23:53.577 INFO added artifact, length: 1620553881, hash: aa36a6c83451ffc97cda5ee98c4cc5ec41c1142bdec8b24b17cacfe673ca3c1d, version: 16.0.0-0.ci+git066fb4828f5, kind: control_plane, name: control-plane
108672025-09-21T00:23:54.139ZSep 21 00:23:53.653 INFO added artifact, length: 3997977, hash: ed8501dddabf3579cec1986faf88615a0e7851ab0d9fa05e21bb8271fc0aab49, version: 1.0.46, kind: psc_sp, name: psc-b
108682025-09-21T00:23:54.212ZSep 21 00:23:53.726 INFO added artifact, length: 4000218, hash: 8cee2bfc58ea83ba8003f7a7625765102f840e72dbc2d5c3db4f8d8e3cad207d, version: 1.0.46, kind: psc_sp, name: psc-c
108692025-09-21T00:23:54.346ZSep 21 00:23:53.861 INFO added artifact, length: 1574036, hash: ee31b051c535fbaa443ce874c3330d20bf2c375d463cee12ed00548a5e3f6e0b, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
108702025-09-21T00:23:54.346ZSep 21 00:23:53.861 INFO added artifact, length: 1574737, hash: faca836f25094cd2cea3362f231989d46a6a8227934ef194528bd994820ddcd8, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
108712025-09-21T00:23:54.485ZSep 21 00:23:53.999 INFO added artifact, length: 1639167, hash: 0def6af74a41540e06c9e68ae2afe8da682bf824c8c09403d93ab78ba19ad940, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108722025-09-21T00:23:54.485ZSep 21 00:23:54.000 INFO added artifact, length: 1639108, hash: 1177097287f96970594683411712b0eb799920910c116a63daa764638d2f880e, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108732025-09-21T00:23:54.622ZSep 21 00:23:54.136 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108742025-09-21T00:23:54.622ZSep 21 00:23:54.137 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108752025-09-21T00:23:54.756ZSep 21 00:23:54.270 INFO added artifact, length: 1573892, hash: d49cdd6364997f53afcbca178db08398a2b6abe953945eaf01e87996b5bff660, version: 1.0.36, kind: psc_rot_image_a, name: oxide-rot-1-production-release
108762025-09-21T00:23:54.756ZSep 21 00:23:54.270 INFO added artifact, length: 1574676, hash: df29d4fb6fad57759a2548f4c035d3994dd933a5288db511151aae0a1005125a, version: 1.0.36, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108772025-09-21T00:23:54.781ZSep 21 00:23:54.272 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108782025-09-21T00:23:54.781ZSep 21 00:23:54.274 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108792025-09-21T00:23:54.781ZSep 21 00:23:54.275 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108802025-09-21T00:23:54.876ZSep 21 00:23:54.390 INFO added artifact, length: 6826028, hash: 5a16776a01158e0dee1221e919f2a10ef11fc3d417d3fe109e719af683791748, version: 1.0.46, kind: switch_sp, name: sidecar-b
108812025-09-21T00:23:55.108ZSep 21 00:23:54.623 INFO added artifact, length: 6842208, hash: bd0b59adcd5d5f58fb38c1abb0b30e02e1378d7a53148d54502f02881bba63df, version: 1.0.46, kind: switch_sp, name: sidecar-c
108822025-09-21T00:23:55.339ZSep 21 00:23:54.853 INFO added artifact, length: 6842336, hash: 07af633b53a52a72569d0b5053e805d6efbf55893a78c64f61c90d16b39b71cb, version: 1.0.46, kind: switch_sp, name: sidecar-d
108832025-09-21T00:23:55.595ZSep 21 00:23:55.109 INFO added artifact, length: 1574050, hash: 32cf44bb7dbbe37cd384ab9d306b0bf17305c09f687da67a7d38115ffc649277, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108842025-09-21T00:23:55.595ZSep 21 00:23:55.109 INFO added artifact, length: 1574812, hash: cf2c7479badea663d0a2005481f4927ad1a5f788b3dc85bbc41a4b50afb06b1f, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108852025-09-21T00:23:55.732ZSep 21 00:23:55.246 INFO added artifact, length: 1639179, hash: 9ce4a0a34ab747f29a5d6783357dd7950285195d1fe729436097ec90e39f2147, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108862025-09-21T00:23:55.732ZSep 21 00:23:55.247 INFO added artifact, length: 1639117, hash: 368cc8952e3bd25c30d4ccd9c8691f23e35ead3b0a62e0c083aecc4a10bf5dce, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108872025-09-21T00:23:55.868ZSep 21 00:23:55.382 INFO added artifact, length: 1634071, hash: 7a06e65efa865fe819f406b25b19089749fb4d35b6a8b556c078fdd8d5727052, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108882025-09-21T00:23:55.868ZSep 21 00:23:55.382 INFO added artifact, length: 1633990, hash: 4fe4fffde4bae8af1f2cf130a268f375ff3e644ace593afb9e4af82bbcaf8248, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108892025-09-21T00:23:56.002ZSep 21 00:23:55.516 INFO added artifact, length: 1573955, hash: be0d0238650d3ef9860ff67dd0743ec994d3dd19346c60dd3a4dd4f7b376f9e1, version: 1.0.36, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108902025-09-21T00:23:56.002ZSep 21 00:23:55.517 INFO added artifact, length: 1574685, hash: 65cf78ae4f7d8599d2b37a571a2d0adddb85c15134394e235f98cf1c0ba2ed00, version: 1.0.36, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108912025-09-21T00:23:56.027ZSep 21 00:23:55.518 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
108922025-09-21T00:23:56.028ZSep 21 00:23:55.520 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108932025-09-21T00:23:56.028ZSep 21 00:23:55.521 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
108942025-09-21T00:23:56.028ZSep 21 00:23:55.522 INFO added artifact, length: 383, hash: c4b49ca8161434f9fec981b3b26a2c1e3696ab57c3607e83e85fec16984121fb, version: 16.0.0-0.ci+git066fb4828f5, kind: installinator_document, name: installinator_document
108952025-09-21T00:23:56.841ZSep 21 00:23:56.355 INFO [tuf-repo] task succeeded (185.352511263s)
108962025-09-21T00:23:56.866ZSep 21 00:23:56.356 INFO all jobs completed in 2815.881552408s
108972025-09-21T00:24:00.487Zprocess exited: duration 3519748 ms, exit code 0
 
108982025-09-21T00:24:00.543Zfound 41 output files
108992025-09-21T00:24:00.543Zuploading: /work/manifest.toml (14007 bytes)
109002025-09-21T00:24:01.695Zuploaded: /work/manifest.toml
109012025-09-21T00:24:01.729Zuploading: /work/repo.zip (2837597997 bytes)
109022025-09-21T00:33:44.603Zuploaded: /work/repo.zip
109032025-09-21T00:33:44.603Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109042025-09-21T00:33:45.684Zuploaded: /work/repo.zip.sha256.txt
109052025-09-21T00:33:45.684Zuploading: /work/helios.json (584 bytes)
109062025-09-21T00:33:46.780Zuploaded: /work/helios.json
109072025-09-21T00:33:46.781Zuploading: /work/incorporation.p5m (99497 bytes)
109082025-09-21T00:33:47.984Zuploaded: /work/incorporation.p5m
109092025-09-21T00:33:48.008Zuploading: /work/incorporation.p5p (112640 bytes)
109102025-09-21T00:33:49.188Zuploaded: /work/incorporation.p5p
109112025-09-21T00:33:49.188Zuploading: /work/helios-incorp.log (526 bytes)
109122025-09-21T00:33:50.283Zuploaded: /work/helios-incorp.log
109132025-09-21T00:33:50.283Zuploading: /work/helios-setup.log (72416 bytes)
109142025-09-21T00:33:51.464Zuploaded: /work/helios-setup.log
109152025-09-21T00:33:51.464Zuploading: /work/host-image.log (231435 bytes)
109162025-09-21T00:33:52.691Zuploaded: /work/host-image.log
109172025-09-21T00:33:52.691Zuploading: /work/host-package.log (31112 bytes)
109182025-09-21T00:33:53.850Zuploaded: /work/host-package.log
109192025-09-21T00:33:53.850Zuploading: /work/host-target.log (101 bytes)
109202025-09-21T00:33:54.944Zuploaded: /work/host-target.log
109212025-09-21T00:33:54.944Zuploading: /work/incorp-create.log (0 bytes)
109222025-09-21T00:33:56.017Zuploaded: /work/incorp-create.log
109232025-09-21T00:33:56.017Zuploading: /work/incorp-fmt.log (0 bytes)
109242025-09-21T00:33:57.089Zuploaded: /work/incorp-fmt.log
109252025-09-21T00:33:57.089Zuploading: /work/incorp-pkgsend.log (108 bytes)
109262025-09-21T00:33:58.185Zuploaded: /work/incorp-pkgsend.log
109272025-09-21T00:33:58.185Zuploading: /work/incorp-publisher.log (0 bytes)
109282025-09-21T00:33:59.258Zuploaded: /work/incorp-publisher.log
109292025-09-21T00:33:59.258Zuploading: /work/omicron-package.log (6919 bytes)
109302025-09-21T00:34:00.376Zuploaded: /work/omicron-package.log
109312025-09-21T00:34:00.376Zuploading: /work/recovery-image.log (602999 bytes)
109322025-09-21T00:34:01.627Zuploaded: /work/recovery-image.log
109332025-09-21T00:34:01.627Zuploading: /work/recovery-package.log (1685 bytes)
109342025-09-21T00:34:02.721Zuploaded: /work/recovery-package.log
109352025-09-21T00:34:02.721Zuploading: /work/recovery-target.log (98 bytes)
109362025-09-21T00:34:03.816Zuploaded: /work/recovery-target.log
109372025-09-21T00:34:03.816Zuploading: /work/stamp-clickhouse.log (117 bytes)
109382025-09-21T00:34:04.910Zuploaded: /work/stamp-clickhouse.log
109392025-09-21T00:34:04.910Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109402025-09-21T00:34:06.003Zuploaded: /work/stamp-clickhouse_keeper.log
109412025-09-21T00:34:06.003Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109422025-09-21T00:34:07.101Zuploaded: /work/stamp-clickhouse_server.log
109432025-09-21T00:34:07.101Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109442025-09-21T00:34:08.196Zuploaded: /work/stamp-cockroachdb.log
109452025-09-21T00:34:08.196Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
109462025-09-21T00:34:09.290Zuploaded: /work/stamp-crucible-dtrace.log
109472025-09-21T00:34:09.314Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109482025-09-21T00:34:10.384Zuploaded: /work/stamp-crucible-pantry-zone.log
109492025-09-21T00:34:10.385Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109502025-09-21T00:34:11.479Zuploaded: /work/stamp-crucible-zone.log
109512025-09-21T00:34:11.479Zuploading: /work/stamp-external-dns.log (119 bytes)
109522025-09-21T00:34:12.573Zuploaded: /work/stamp-external-dns.log
109532025-09-21T00:34:12.597Zuploading: /work/stamp-installinator.log (103 bytes)
109542025-09-21T00:34:13.666Zuploaded: /work/stamp-installinator.log
109552025-09-21T00:34:13.690Zuploading: /work/stamp-internal-dns.log (119 bytes)
109562025-09-21T00:34:14.760Zuploaded: /work/stamp-internal-dns.log
109572025-09-21T00:34:14.761Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109582025-09-21T00:34:15.854Zuploaded: /work/stamp-mg-ddm-gz.log
109592025-09-21T00:34:15.854Zuploading: /work/stamp-nexus.log (112 bytes)
109602025-09-21T00:34:16.947Zuploaded: /work/stamp-nexus.log
109612025-09-21T00:34:16.947Zuploading: /work/stamp-ntp.log (110 bytes)
109622025-09-21T00:34:18.041Zuploaded: /work/stamp-ntp.log
109632025-09-21T00:34:18.041Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109642025-09-21T00:34:19.136Zuploaded: /work/stamp-omicron-sled-agent.log
109652025-09-21T00:34:19.136Zuploading: /work/stamp-overlay.log (114 bytes)
109662025-09-21T00:34:20.229Zuploaded: /work/stamp-overlay.log
109672025-09-21T00:34:20.253Zuploading: /work/stamp-oximeter.log (115 bytes)
109682025-09-21T00:34:21.323Zuploaded: /work/stamp-oximeter.log
109692025-09-21T00:34:21.323Zuploading: /work/stamp-oxlog.log (109 bytes)
109702025-09-21T00:34:22.417Zuploaded: /work/stamp-oxlog.log
109712025-09-21T00:34:22.417Zuploading: /work/stamp-probe.log (112 bytes)
109722025-09-21T00:34:23.511Zuploaded: /work/stamp-probe.log
109732025-09-21T00:34:23.511Zuploading: /work/stamp-propolis-server.log (122 bytes)
109742025-09-21T00:34:24.607Zuploaded: /work/stamp-propolis-server.log
109752025-09-21T00:34:24.607Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109762025-09-21T00:34:25.702Zuploaded: /work/stamp-pumpkind-gz.log
109772025-09-21T00:34:25.702Zuploading: /work/stamp-switch-asic.log (118 bytes)
109782025-09-21T00:34:26.797Zuploaded: /work/stamp-switch-asic.log
109792025-09-21T00:34:26.822Zuploading: /work/verify-libraries.log (7550 bytes)
109802025-09-21T00:34:27.913Zuploaded: /work/verify-libraries.log