01KWFHAMTVN310EW7D247HVVVZ: 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-3.0-16c128gb",
    ),
    access_repos: [
        "oxidecomputer/amd-firmware",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/dmar-report",
        "oxidecomputer/pilot",
    ],
    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: 01KWFHBEBN4YS2QKX2GPC70FZ6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T19:09:59.985Zjob assigned to worker 01KWFHBSNS5VRN7N1505WDTW3C [factory aws, i-039e8d74b72ca7c10] (queued for 54 s)
 
22026-07-01T19:10:07.055Zstarting task 0: "setup"
32026-07-01T19:10:07.060Z++ uname -s
42026-07-01T19:10:07.064Z+ kern=SunOS
52026-07-01T19:10:07.064Z+ build_user=build
62026-07-01T19:10:07.064Z+ build_uid=12345
72026-07-01T19:10:07.064Z+ work_dir=/work
82026-07-01T19:10:07.064Z+ input_dir=/input
92026-07-01T19:10:07.064Z+ [[ 0 == 12345 ]]
102026-07-01T19:10:07.064Z+ case "$kern" in
112026-07-01T19:10:07.064Z+ groupadd -g 12345 build
122026-07-01T19:10:07.077Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T19:10:09.085Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T19:10:09.183Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T19:10:09.186Z+ home_fs=zfs
162026-07-01T19:10:09.186Z+ [[ zfs == autofs ]]
172026-07-01T19:10:09.186Z+ mkdir -p /home/build
182026-07-01T19:10:09.189Z+ chown build:build /home/build /work
192026-07-01T19:10:11.189Z+ chmod 0700 /home/build /work
202026-07-01T19:10:11.193Zprocess exited: duration 4140 ms, exit code 0
 
212026-07-01T19:10:11.200Zstarting task 1: "rust-toolchain"
222026-07-01T19:10:11.206Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T19:10:11.206Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-01T19:10:11.206Z * rust toolchain channel = "1.96.1"
252026-07-01T19:10:11.206Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-01T19:10:11.206Z * rust toolchain profile = "default"
272026-07-01T19:10:11.206Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T19:10:11.209Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T19:10:11.209Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T19:10:11.307Zinfo: downloading installer
312026-07-01T19:10:13.014Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T19:10:13.014Zwarn: /home/build/.rustup/settings.toml
332026-07-01T19:10:13.015Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T19:10:13.015Zwarn: instead of the one inferred from the default host triple.
352026-07-01T19:10:13.028Zinfo: profile set to default
362026-07-01T19:10:13.028Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T19:10:13.032Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T19:10:13.176Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T19:10:13.184Zinfo: downloading 6 components
402026-07-01T19:10:28.253Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T19:10:28.253Z
422026-07-01T19:10:28.288Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T19:10:28.288Z
442026-07-01T19:10:28.288Z
452026-07-01T19:10:28.288ZRust is installed now. Great!
462026-07-01T19:10:28.288Z
472026-07-01T19:10:28.288ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T19:10:28.288Zenvironment variable. This has not been done automatically.
492026-07-01T19:10:28.288Z
502026-07-01T19:10:28.288ZTo configure your current shell, you need to source
512026-07-01T19:10:28.288Zthe corresponding env file under $HOME/.cargo.
522026-07-01T19:10:28.288Z
532026-07-01T19:10:28.288ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T19:10:28.288Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T19:10:28.288Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T19:10:28.288Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T19:10:28.288Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T19:10:28.288Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T19:10:28.288Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T19:10:28.292Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T19:10:28.292Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T19:10:28.401Z+ rustup --version
632026-07-01T19:10:28.407Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T19:10:28.410Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T19:10:28.429Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T19:10:28.435Z+ cargo --version
672026-07-01T19:10:28.441Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T19:10:28.444Z+ rustc --version
692026-07-01T19:10:28.465Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T19:10:28.468Zprocess exited: duration 17266 ms, exit code 0
 
712026-07-01T19:10:28.474Zstarting task 2: "authentication"
722026-07-01T19:10:28.492Zprocess exited: duration 18 ms, exit code 0
 
732026-07-01T19:10:28.499Zstarting task 3: "clone repository"
742026-07-01T19:10:28.503Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T19:10:28.507Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T19:10:28.543ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T19:10:38.746Z+ cd /work/oxidecomputer/omicron
782026-07-01T19:10:38.746Z+ git fetch origin 19daa89a410d974fa48d9d7f5c2e235df7d66c7f
792026-07-01T19:10:39.034ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T19:10:39.034Z * branch 19daa89a410d974fa48d9d7f5c2e235df7d66c7f -> FETCH_HEAD
812026-07-01T19:10:39.048Z+ [[ -n remove-copyright-lines ]]
822026-07-01T19:10:39.051Z++ git branch --show-current
832026-07-01T19:10:39.054Z+ current=main
842026-07-01T19:10:39.054Z+ [[ main != remove-copyright-lines ]]
852026-07-01T19:10:39.054Z+ git branch -f remove-copyright-lines 19daa89a410d974fa48d9d7f5c2e235df7d66c7f
862026-07-01T19:10:39.058Z+ git checkout -f remove-copyright-lines
872026-07-01T19:10:39.284ZSwitched to branch 'remove-copyright-lines'
882026-07-01T19:10:39.287Z+ git reset --hard 19daa89a410d974fa48d9d7f5c2e235df7d66c7f
892026-07-01T19:10:39.509ZHEAD is now at 19daa89a4 remove Copyright lines; the MPL header is sufficient
902026-07-01T19:10:39.513Zprocess exited: duration 11013 ms, exit code 0
 
912026-07-01T19:10:39.519Zstarting task 4: "build"
922026-07-01T19:10:39.526Z+ source .github/buildomat/ci-env.sh
932026-07-01T19:10:39.526Z++ export CARGO_TERM_COLOR=always
942026-07-01T19:10:39.526Z++ CARGO_TERM_COLOR=always
952026-07-01T19:10:39.526Z+ cargo --version
962026-07-01T19:10:39.537Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-01T19:10:39.540Z+ rustc --version
982026-07-01T19:10:39.561Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-01T19:10:39.565Z+ cargo tree --locked
1002026-07-01T19:10:39.736Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-07-01T19:10:40.053Z Updating crates.io index
1022026-07-01T19:10:40.056Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-07-01T19:10:40.327Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1042026-07-01T19:10:40.645Z Updating git repository `https://github.com/oxidecomputer/propolis`
1052026-07-01T19:10:41.596Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1062026-07-01T19:10:42.101Z Updating git repository `https://github.com/oxidecomputer/crucible`
1072026-07-01T19:10:43.700Z Updating git repository `https://github.com/oxidecomputer/opte`
1082026-07-01T19:10:44.496Z Updating git repository `https://github.com/oxidecomputer/tofino`
1092026-07-01T19:10:44.793Z Updating git repository `https://github.com/oxidecomputer/lldp`
1102026-07-01T19:10:45.144Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-07-01T19:10:46.179Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-07-01T19:10:46.649Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-07-01T19:10:46.988Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-07-01T19:10:47.283Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-07-01T19:10:47.711Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-07-01T19:10:48.207Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-07-01T19:10:48.494Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-07-01T19:10:48.739Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-07-01T19:10:49.008Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-07-01T19:10:49.332Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-07-01T19:10:49.695Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-07-01T19:10:49.940Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-07-01T19:10:50.220Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-07-01T19:10:50.785Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-07-01T19:10:51.116Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-07-01T19:10:51.510Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-07-01T19:10:51.938Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-07-01T19:10:52.193Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-07-01T19:10:52.497Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-07-01T19:10:52.742Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1312026-07-01T19:10:52.988Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-07-01T19:10:53.346Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-07-01T19:10:53.786Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-07-01T19:10:54.049Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-07-01T19:10:54.675Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-07-01T19:10:54.912Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-07-01T19:10:55.216Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1382026-07-01T19:10:55.544Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-07-01T19:10:55.841Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402026-07-01T19:10:56.082Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412026-07-01T19:10:56.334Z Updating git repository `https://github.com/illumos/smf-rs`
1422026-07-01T19:10:59.431Z Downloading crates ...
1432026-07-01T19:10:59.514Z Downloaded addr2line v0.25.1
1442026-07-01T19:10:59.517Z Downloaded bitfield-struct v0.6.2
1452026-07-01T19:10:59.517Z Downloaded anstyle-parse v1.0.0
1462026-07-01T19:10:59.520Z Downloaded base64ct v1.8.3
1472026-07-01T19:10:59.521Z Downloaded aead v0.5.2
1482026-07-01T19:10:59.524Z Downloaded ascii-canvas v3.0.0
1492026-07-01T19:10:59.527Z Downloaded aes v0.8.4
1502026-07-01T19:10:59.531Z Downloaded adler2 v2.0.1
1512026-07-01T19:10:59.534Z Downloaded async-stream v0.3.6
1522026-07-01T19:10:59.534Z Downloaded anstyle-parse v0.2.7
1532026-07-01T19:10:59.537Z Downloaded backtrace v0.3.76
1542026-07-01T19:10:59.540Z Downloaded atomic-waker v1.1.2
1552026-07-01T19:10:59.540Z Downloaded async-object-pool v0.2.0
1562026-07-01T19:10:59.544Z Downloaded arrayvec v0.7.6
1572026-07-01T19:10:59.544Z Downloaded anstream v1.0.0
1582026-07-01T19:10:59.544Z Downloaded async-stream-impl v0.3.6
1592026-07-01T19:10:59.547Z Downloaded backoff v0.4.0
1602026-07-01T19:10:59.547Z Downloaded anstream v0.6.21
1612026-07-01T19:10:59.550Z Downloaded convert_case v0.4.0
1622026-07-01T19:10:59.556Z Downloaded backon v1.6.0
1632026-07-01T19:10:59.559Z Downloaded assert_cmd v2.1.2
1642026-07-01T19:10:59.562Z Downloaded async-compression v0.4.41
1652026-07-01T19:10:59.566Z Downloaded concurrent-queue v2.5.0
1662026-07-01T19:10:59.571Z Downloaded crossbeam-epoch v0.9.18
1672026-07-01T19:10:59.571Z Downloaded darling_macro v0.20.11
1682026-07-01T19:10:59.571Z Downloaded cookie_store v0.22.1
1692026-07-01T19:10:59.576Z Downloaded approx v0.5.1
1702026-07-01T19:10:59.576Z Downloaded const_format_proc_macros v0.2.34
1712026-07-01T19:10:59.576Z Downloaded castaway v0.2.4
1722026-07-01T19:10:59.576Z Downloaded csv-core v0.1.13
1732026-07-01T19:10:59.576Z Downloaded async-recursion v1.1.1
1742026-07-01T19:10:59.580Z Downloaded darling v0.13.4
1752026-07-01T19:10:59.580Z Downloaded cmake v0.1.57
1762026-07-01T19:10:59.580Z Downloaded const-oid v0.9.6
1772026-07-01T19:10:59.584Z Downloaded clap_lex v1.0.0
1782026-07-01T19:10:59.584Z Downloaded arrayref v0.3.9
1792026-07-01T19:10:59.584Z Downloaded anstyle-query v1.1.5
1802026-07-01T19:10:59.587Z Downloaded async-lock v3.4.2
1812026-07-01T19:10:59.587Z Downloaded crc32fast v1.5.0
1822026-07-01T19:10:59.587Z Downloaded crypto-bigint v0.5.5
1832026-07-01T19:10:59.591Z Downloaded assert_matches v1.5.0
1842026-07-01T19:10:59.594Z Downloaded array-init v0.0.4
1852026-07-01T19:10:59.594Z Downloaded clap_derive v4.6.1
1862026-07-01T19:10:59.594Z Downloaded clap v4.6.1
1872026-07-01T19:10:59.599Z Downloaded corncobs v0.1.4
1882026-07-01T19:10:59.602Z Downloaded crc8 v0.1.1
1892026-07-01T19:10:59.603Z Downloaded compact_str v0.8.1
1902026-07-01T19:10:59.607Z Downloaded cast v0.3.0
1912026-07-01T19:10:59.607Z Downloaded backtrace-ext v0.2.1
1922026-07-01T19:10:59.607Z Downloaded atomicwrites v0.4.4
1932026-07-01T19:10:59.607Z Downloaded arc-swap v1.8.2
1942026-07-01T19:10:59.610Z Downloaded compression-core v0.4.31
1952026-07-01T19:10:59.610Z Downloaded cobs v0.3.0
1962026-07-01T19:10:59.610Z Downloaded bcrypt-pbkdf v0.10.0
1972026-07-01T19:10:59.610Z Downloaded assert-json-diff v2.0.2
1982026-07-01T19:10:59.614Z Downloaded ciborium v0.2.2
1992026-07-01T19:10:59.614Z Downloaded cipher v0.4.4
2002026-07-01T19:10:59.618Z Downloaded cfg_aliases v0.1.1
2012026-07-01T19:10:59.618Z Downloaded crossbeam-utils v0.8.21
2022026-07-01T19:10:59.618Z Downloaded bitfield-macros v0.19.4
2032026-07-01T19:10:59.621Z Downloaded base16ct v0.2.0
2042026-07-01T19:10:59.621Z Downloaded cfg-if v1.0.4
2052026-07-01T19:10:59.624Z Downloaded crc-any v2.5.0
2062026-07-01T19:10:59.625Z Downloaded crc v3.4.0
2072026-07-01T19:10:59.628Z Downloaded block-buffer v0.12.1
2082026-07-01T19:10:59.628Z Downloaded block-buffer v0.10.4
2092026-07-01T19:10:59.628Z Downloaded crc-catalog v2.4.0
2102026-07-01T19:10:59.633Z Downloaded bit-set v0.5.3
2112026-07-01T19:10:59.636Z Downloaded anstyle v1.0.14
2122026-07-01T19:10:59.636Z Downloaded difflib v0.4.0
2132026-07-01T19:10:59.641Z Downloaded autocfg v1.5.0
2142026-07-01T19:10:59.641Z Downloaded debug-ignore v1.0.5
2152026-07-01T19:10:59.641Z Downloaded cpufeatures v0.3.0
2162026-07-01T19:10:59.645Z Downloaded camino-tempfile-ext v0.3.3
2172026-07-01T19:10:59.645Z Downloaded blowfish v0.9.1
2182026-07-01T19:10:59.645Z Downloaded anes v0.1.6
2192026-07-01T19:10:59.645Z Downloaded colorchoice v1.0.4
2202026-07-01T19:10:59.648Z Downloaded dof v0.4.0
2212026-07-01T19:10:59.652Z Downloaded ciborium-ll v0.2.2
2222026-07-01T19:10:59.652Z Downloaded atty v0.2.14
2232026-07-01T19:10:59.656Z Downloaded cargo-platform v0.3.2
2242026-07-01T19:10:59.656Z Downloaded block-padding v0.3.3
2252026-07-01T19:10:59.656Z Downloaded cfg_aliases v0.2.1
2262026-07-01T19:10:59.660Z Downloaded constant_time_eq v0.3.1
2272026-07-01T19:10:59.660Z Downloaded bb8 v0.8.6
2282026-07-01T19:10:59.660Z Downloaded cpufeatures v0.2.17
2292026-07-01T19:10:59.660Z Downloaded dirs-sys-next v0.1.2
2302026-07-01T19:10:59.664Z Downloaded downcast-rs v2.0.2
2312026-07-01T19:10:59.664Z Downloaded cookie v0.18.1
2322026-07-01T19:10:59.664Z Downloaded dropshot-api-manager-types v0.7.2
2332026-07-01T19:10:59.664Z Downloaded derive_builder_core v0.20.2
2342026-07-01T19:10:59.667Z Downloaded compression-codecs v0.4.37
2352026-07-01T19:10:59.667Z Downloaded dtrace-parser v0.3.0
2362026-07-01T19:10:59.671Z Downloaded dunce v1.0.5
2372026-07-01T19:10:59.671Z Downloaded dtrace-parser v0.2.0
2382026-07-01T19:10:59.671Z Downloaded dsl_auto_type v0.2.0
2392026-07-01T19:10:59.674Z Downloaded darling_macro v0.21.3
2402026-07-01T19:10:59.674Z Downloaded darling_macro v0.13.4
2412026-07-01T19:10:59.674Z Downloaded cstr-argument v0.1.2
2422026-07-01T19:10:59.674Z Downloaded crypto-common v0.1.7
2432026-07-01T19:10:59.674Z Downloaded dirs-next v2.0.0
2442026-07-01T19:10:59.677Z Downloaded display-error-chain v0.2.2
2452026-07-01T19:10:59.677Z Downloaded env_filter v1.0.0
2462026-07-01T19:10:59.677Z Downloaded argon2 v0.5.3
2472026-07-01T19:10:59.681Z Downloaded darling_macro v0.23.0
2482026-07-01T19:10:59.681Z Downloaded bit-vec v0.6.3
2492026-07-01T19:10:59.681Z Downloaded enum-as-inner v0.6.1
2502026-07-01T19:10:59.681Z Downloaded diesel_table_macro_syntax v0.3.0
2512026-07-01T19:10:59.684Z Downloaded dyn-clone v1.0.20
2522026-07-01T19:10:59.684Z Downloaded bitfield v0.19.4
2532026-07-01T19:10:59.684Z Downloaded bitflags v1.3.2
2542026-07-01T19:10:59.687Z Downloaded async-trait v0.1.89
2552026-07-01T19:10:59.687Z Downloaded curve25519-dalek-derive v0.1.1
2562026-07-01T19:10:59.690Z Downloaded crunchy v0.2.4
2572026-07-01T19:10:59.691Z Downloaded convert_case v0.10.0
2582026-07-01T19:10:59.691Z Downloaded bcs v0.1.6
2592026-07-01T19:10:59.694Z Downloaded camino-tempfile v1.4.1
2602026-07-01T19:10:59.694Z Downloaded cargo_metadata v0.23.1
2612026-07-01T19:10:59.694Z Downloaded bytecount v0.6.9
2622026-07-01T19:10:59.697Z Downloaded buf-list v1.1.2
2632026-07-01T19:10:59.697Z Downloaded escape8259 v0.5.3
2642026-07-01T19:10:59.701Z Downloaded endian-type v0.1.2
2652026-07-01T19:10:59.701Z Downloaded ahash v0.8.12
2662026-07-01T19:10:59.701Z Downloaded cancel-safe-futures v0.1.5
2672026-07-01T19:10:59.705Z Downloaded bit-vec v0.8.0
2682026-07-01T19:10:59.705Z Downloaded embedded-io v0.6.1
2692026-07-01T19:10:59.705Z Downloaded digest v0.10.7
2702026-07-01T19:10:59.710Z Downloaded diesel-dtrace v0.5.0
2712026-07-01T19:10:59.710Z Downloaded crucible-workspace-hack v0.1.0
2722026-07-01T19:10:59.710Z Downloaded crossbeam-deque v0.8.6
2732026-07-01T19:10:59.710Z Downloaded embedded-io v0.4.0
2742026-07-01T19:10:59.710Z Downloaded bit-set v0.8.0
2752026-07-01T19:10:59.713Z Downloaded daft-derive v0.1.7
2762026-07-01T19:10:59.717Z Downloaded foreign-types-shared v0.3.1
2772026-07-01T19:10:59.717Z Downloaded fastrand v2.3.0
2782026-07-01T19:10:59.720Z Downloaded foreign-types-macros v0.2.3
2792026-07-01T19:10:59.720Z Downloaded foreign-types v0.5.0
2802026-07-01T19:10:59.720Z Downloaded fnv v1.0.7
2812026-07-01T19:10:59.720Z Downloaded fixedbitset v0.4.2
2822026-07-01T19:10:59.720Z Downloaded displaydoc v0.2.5
2832026-07-01T19:10:59.723Z Downloaded document-features v0.2.12
2842026-07-01T19:10:59.723Z Downloaded cexpr v0.6.0
2852026-07-01T19:10:59.727Z Downloaded cbc v0.1.2
2862026-07-01T19:10:59.727Z Downloaded fd-lock v4.0.4
2872026-07-01T19:10:59.730Z Downloaded defmt-parser v1.0.0
2882026-07-01T19:10:59.730Z Downloaded byteorder v1.5.0
2892026-07-01T19:10:59.730Z Downloaded derive_builder_macro v0.20.2
2902026-07-01T19:10:59.730Z Downloaded derive-ex v0.1.8
2912026-07-01T19:10:59.734Z Downloaded equivalent v1.0.2
2922026-07-01T19:10:59.734Z Downloaded ed25519 v2.2.3
2932026-07-01T19:10:59.734Z Downloaded criterion-plot v0.6.0
2942026-07-01T19:10:59.734Z Downloaded dof v0.3.0
2952026-07-01T19:10:59.737Z Downloaded constant_time_eq v0.4.2
2962026-07-01T19:10:59.737Z Downloaded futures-task v0.3.32
2972026-07-01T19:10:59.741Z Downloaded futures-io v0.3.32
2982026-07-01T19:10:59.741Z Downloaded foreign-types v0.3.2
2992026-07-01T19:10:59.741Z Downloaded defmt v0.3.100
3002026-07-01T19:10:59.745Z Downloaded cassowary v0.3.0
3012026-07-01T19:10:59.745Z Downloaded camino v1.2.2
3022026-07-01T19:10:59.745Z Downloaded cfg-expr v0.20.6
3032026-07-01T19:10:59.748Z Downloaded bzip2 v0.6.1
3042026-07-01T19:10:59.748Z Downloaded float-cmp v0.10.0
3052026-07-01T19:10:59.748Z Downloaded bitflags v2.11.0
3062026-07-01T19:10:59.751Z Downloaded float-ord v0.3.2
3072026-07-01T19:10:59.751Z Downloaded flagset v0.4.7
3082026-07-01T19:10:59.754Z Downloaded errno v0.3.14
3092026-07-01T19:10:59.754Z Downloaded env_logger v0.11.9
3102026-07-01T19:10:59.759Z Downloaded fxhash v0.2.1
3112026-07-01T19:10:59.759Z Downloaded funty v2.0.0
3122026-07-01T19:10:59.759Z Downloaded event-listener-strategy v0.5.4
3132026-07-01T19:10:59.759Z Downloaded ecdsa v0.16.9
3142026-07-01T19:10:59.762Z Downloaded foreign-types-shared v0.1.1
3152026-07-01T19:10:59.762Z Downloaded chacha20 v0.10.0
3162026-07-01T19:10:59.762Z Downloaded digest v0.11.3
3172026-07-01T19:10:59.762Z Downloaded fallible-iterator v0.2.0
3182026-07-01T19:10:59.765Z Downloaded defmt-macros v1.0.1
3192026-07-01T19:10:59.765Z Downloaded generic-array v0.14.7
3202026-07-01T19:10:59.769Z Downloaded defmt v1.0.1
3212026-07-01T19:10:59.769Z Downloaded fixedbitset v0.5.7
3222026-07-01T19:10:59.772Z Downloaded find-msvc-tools v0.1.9
3232026-07-01T19:10:59.772Z Downloaded erased-serde v0.3.31
3242026-07-01T19:10:59.775Z Downloaded ciborium-io v0.2.2
3252026-07-01T19:10:59.775Z Downloaded filetime v0.2.27
3262026-07-01T19:10:59.775Z Downloaded guppy-workspace-hack v0.1.0
3272026-07-01T19:10:59.775Z Downloaded data-encoding v2.10.0
3282026-07-01T19:10:59.775Z Downloaded foldhash v0.1.5
3292026-07-01T19:10:59.779Z Downloaded ena v0.14.4
3302026-07-01T19:10:59.779Z Downloaded byte-wrapper v0.1.0
3312026-07-01T19:10:59.782Z Downloaded futures-sink v0.3.32
3322026-07-01T19:10:59.782Z Downloaded futures-core v0.3.32
3332026-07-01T19:10:59.782Z Downloaded futures-macro v0.3.32
3342026-07-01T19:10:59.782Z Downloaded chacha20 v0.9.1
3352026-07-01T19:10:59.786Z Downloaded allocator-api2 v0.2.21
3362026-07-01T19:10:59.786Z Downloaded bzip2 v0.4.4
3372026-07-01T19:10:59.786Z Downloaded either v1.15.0
3382026-07-01T19:10:59.789Z Downloaded fs-err v2.11.0
3392026-07-01T19:10:59.789Z Downloaded blake2 v0.10.6
3402026-07-01T19:10:59.792Z Downloaded darling v0.23.0
3412026-07-01T19:10:59.795Z Downloaded console v0.15.11
3422026-07-01T19:10:59.795Z Downloaded critical-section v1.2.0
3432026-07-01T19:10:59.798Z Downloaded async-bb8-diesel v0.2.1
3442026-07-01T19:10:59.798Z Downloaded crypto-common v0.2.2
3452026-07-01T19:10:59.798Z Downloaded git-stub v1.0.0
3462026-07-01T19:10:59.803Z Downloaded hex v0.4.3
3472026-07-01T19:10:59.803Z Downloaded heck v0.5.0
3482026-07-01T19:10:59.803Z Downloaded futures-timer v3.0.3
3492026-07-01T19:10:59.803Z Downloaded fs-err v3.3.0
3502026-07-01T19:10:59.806Z Downloaded blake2b_simd v1.0.4
3512026-07-01T19:10:59.806Z Downloaded anyhow v1.0.102
3522026-07-01T19:10:59.810Z Downloaded clang-sys v1.8.1
3532026-07-01T19:10:59.810Z Downloaded globwalk v0.9.1
3542026-07-01T19:10:59.810Z Downloaded derive_builder v0.20.2
3552026-07-01T19:10:59.813Z Downloaded hash32 v0.3.1
3562026-07-01T19:10:59.817Z Downloaded colored v3.1.1
3572026-07-01T19:10:59.817Z Downloaded ghash v0.5.1
3582026-07-01T19:10:59.817Z Downloaded hash32 v0.2.1
3592026-07-01T19:10:59.820Z Downloaded hex-literal v0.4.1
3602026-07-01T19:10:59.820Z Downloaded ff v0.13.1
3612026-07-01T19:10:59.820Z Downloaded der_derive v0.7.3
3622026-07-01T19:10:59.820Z Downloaded ctr v0.9.2
3632026-07-01T19:10:59.823Z Downloaded heck v0.4.1
3642026-07-01T19:10:59.823Z Downloaded hostname v0.3.1
3652026-07-01T19:10:59.826Z Downloaded form_urlencoded v1.2.2
3662026-07-01T19:10:59.830Z Downloaded git-stub-vcs v0.1.0
3672026-07-01T19:10:59.833Z Downloaded base64 v0.21.7
3682026-07-01T19:10:59.838Z Downloaded http-body v1.0.1
3692026-07-01T19:10:59.838Z Downloaded home v0.5.12
3702026-07-01T19:10:59.838Z Downloaded hubpack_derive v0.1.1
3712026-07-01T19:10:59.838Z Downloaded hubpack v0.1.2
3722026-07-01T19:10:59.842Z Downloaded headers-core v0.3.0
3732026-07-01T19:10:59.842Z Downloaded globset v0.4.18
3742026-07-01T19:10:59.842Z Downloaded aes-gcm v0.10.3
3752026-07-01T19:10:59.847Z Downloaded fs_extra v1.3.0
3762026-07-01T19:10:59.847Z Downloaded ident_case v1.0.1
3772026-07-01T19:10:59.847Z Downloaded des v0.8.1
3782026-07-01T19:10:59.850Z Downloaded console v0.16.2
3792026-07-01T19:10:59.850Z Downloaded foldhash v0.2.0
3802026-07-01T19:10:59.851Z Downloaded dropshot_endpoint v0.17.1
3812026-07-01T19:10:59.854Z Downloaded drift v0.2.0
3822026-07-01T19:10:59.857Z Downloaded httpdate v1.0.3
3832026-07-01T19:10:59.861Z Downloaded const-oid v0.10.2
3842026-07-01T19:10:59.861Z Downloaded futures-executor v0.3.32
3852026-07-01T19:10:59.864Z Downloaded http-range v0.1.5
3862026-07-01T19:10:59.864Z Downloaded futures-channel v0.3.32
3872026-07-01T19:10:59.864Z Downloaded diff v0.1.13
3882026-07-01T19:10:59.868Z Downloaded instability v0.3.11
3892026-07-01T19:10:59.868Z Downloaded chacha20poly1305 v0.10.1
3902026-07-01T19:10:59.871Z Downloaded gethostname v0.5.0
3912026-07-01T19:10:59.871Z Downloaded indent_write v2.2.0
3922026-07-01T19:10:59.871Z Downloaded hostname v0.4.2
3932026-07-01T19:10:59.874Z Downloaded colored v2.2.0
3942026-07-01T19:10:59.874Z Downloaded deranged v0.5.8
3952026-07-01T19:10:59.874Z Downloaded idna_adapter v1.2.1
3962026-07-01T19:10:59.877Z Downloaded inout v0.1.4
3972026-07-01T19:10:59.877Z Downloaded indoc v1.0.9
3982026-07-01T19:10:59.881Z Downloaded base64 v0.22.1
3992026-07-01T19:10:59.885Z Downloaded highway v1.3.0
4002026-07-01T19:10:59.888Z Downloaded illumos-nvpair-sys v0.2.0
4012026-07-01T19:10:59.889Z Downloaded illumos-nvpair v0.3.0
4022026-07-01T19:10:59.892Z Downloaded glob v0.3.3
4032026-07-01T19:10:59.895Z Downloaded lalrpop-util v0.19.12
4042026-07-01T19:10:59.895Z Downloaded itoa v1.0.17
4052026-07-01T19:10:59.895Z Downloaded group v0.13.0
4062026-07-01T19:10:59.898Z Downloaded humantime v2.3.0
4072026-07-01T19:10:59.898Z Downloaded is_ci v1.2.0
4082026-07-01T19:10:59.901Z Downloaded hyper-tls v0.6.0
4092026-07-01T19:10:59.901Z Downloaded is_terminal_polyfill v1.70.2
4102026-07-01T19:10:59.906Z Downloaded datatest-stable v0.3.3
4112026-07-01T19:10:59.910Z Downloaded instant v0.1.13
4122026-07-01T19:10:59.910Z Downloaded linkme-impl v0.3.35
4132026-07-01T19:10:59.910Z Downloaded daft v0.1.7
4142026-07-01T19:10:59.910Z Downloaded internet-checksum v0.2.1
4152026-07-01T19:10:59.913Z Downloaded http-body-util v0.1.3
4162026-07-01T19:10:59.913Z Downloaded darling v0.20.11
4172026-07-01T19:10:59.918Z Downloaded half v1.8.3
4182026-07-01T19:10:59.921Z Downloaded event-listener v5.4.1
4192026-07-01T19:10:59.924Z Downloaded derive_more v0.99.20
4202026-07-01T19:10:59.929Z Downloaded futures v0.3.32
4212026-07-01T19:10:59.929Z Downloaded hyper-staticfile v0.10.1
4222026-07-01T19:10:59.932Z Downloaded elliptic-curve v0.13.8
4232026-07-01T19:10:59.932Z Downloaded keccak v0.1.6
4242026-07-01T19:10:59.932Z Downloaded darling v0.21.3
4252026-07-01T19:10:59.937Z Downloaded libscf-sys v1.1.0
4262026-07-01T19:10:59.940Z Downloaded indoc v2.0.7
4272026-07-01T19:10:59.940Z Downloaded linked-hash-map v0.5.6
4282026-07-01T19:10:59.940Z Downloaded getrandom v0.3.4
4292026-07-01T19:10:59.944Z Downloaded lru-slab v0.1.2
4302026-07-01T19:10:59.947Z Downloaded is-terminal v0.4.17
4312026-07-01T19:10:59.950Z Downloaded kstat-rs v0.2.4
4322026-07-01T19:10:59.950Z Downloaded maplit v1.0.2
4332026-07-01T19:10:59.954Z Downloaded md-5 v0.10.6
4342026-07-01T19:10:59.954Z Downloaded ar_archive_writer v0.5.1
4352026-07-01T19:10:59.957Z Downloaded getrandom v0.4.1
4362026-07-01T19:10:59.960Z Downloaded hickory-client v0.25.2
4372026-07-01T19:10:59.960Z Downloaded getrandom v0.2.17
4382026-07-01T19:10:59.966Z Downloaded match_cfg v0.1.0
4392026-07-01T19:10:59.966Z Downloaded lru-cache v0.1.2
4402026-07-01T19:10:59.966Z Downloaded mime v0.3.17
4412026-07-01T19:10:59.969Z Downloaded memmap v0.7.0
4422026-07-01T19:10:59.969Z Downloaded miette-derive v5.10.0
4432026-07-01T19:10:59.969Z Downloaded managed v0.8.0
4442026-07-01T19:10:59.969Z Downloaded lzss v0.8.2
4452026-07-01T19:10:59.969Z Downloaded lru v0.12.5
4462026-07-01T19:10:59.969Z Downloaded impl-trait-for-tuples v0.2.3
4472026-07-01T19:10:59.972Z Downloaded memoffset v0.9.1
4482026-07-01T19:10:59.972Z Downloaded maybe-uninit v2.0.0
4492026-07-01T19:10:59.976Z Downloaded hybrid-array v0.4.10
4502026-07-01T19:10:59.979Z Downloaded httptest v0.16.4
4512026-07-01T19:10:59.982Z Downloaded multimap v0.10.1
4522026-07-01T19:10:59.985Z Downloaded nibble_vec v0.1.0
4532026-07-01T19:10:59.989Z Downloaded ipnetwork v0.21.1
4542026-07-01T19:10:59.993Z Downloaded cc v1.2.56
4552026-07-01T19:10:59.993Z Downloaded ingot v0.1.1
4562026-07-01T19:10:59.996Z Downloaded bumpalo v3.20.2
4572026-07-01T19:10:59.996Z Downloaded derive-where v1.6.0
4582026-07-01T19:10:59.999Z Downloaded fatfs v0.3.6
4592026-07-01T19:11:00.000Z Downloaded chumsky v0.9.3
4602026-07-01T19:11:00.003Z Downloaded darling_core v0.13.4
4612026-07-01T19:11:00.006Z Downloaded hmac v0.12.1
4622026-07-01T19:11:00.006Z Downloaded ipnet v2.11.0
4632026-07-01T19:11:00.009Z Downloaded libtest-mimic v0.8.1
4642026-07-01T19:11:00.013Z Downloaded normalize-line-endings v0.3.0
4652026-07-01T19:11:00.013Z Downloaded nodrop v0.1.14
4662026-07-01T19:11:00.013Z Downloaded newline-converter v0.3.0
4672026-07-01T19:11:00.013Z Downloaded new_debug_unreachable v1.0.6
4682026-07-01T19:11:00.016Z Downloaded darling_core v0.21.3
4692026-07-01T19:11:00.016Z Downloaded bytes v1.11.1
4702026-07-01T19:11:00.019Z Downloaded nested v0.1.1
4712026-07-01T19:11:00.023Z Downloaded lazy_static v1.5.0
4722026-07-01T19:11:00.026Z Downloaded knuffel-derive v3.2.0
4732026-07-01T19:11:00.029Z Downloaded newtype_derive v0.1.6
4742026-07-01T19:11:00.029Z Downloaded num-derive v0.4.2
4752026-07-01T19:11:00.029Z Downloaded nonempty v0.12.0
4762026-07-01T19:11:00.033Z Downloaded num v0.4.3
4772026-07-01T19:11:00.033Z Downloaded der v0.7.10
4782026-07-01T19:11:00.036Z Downloaded num-derive v0.3.3
4792026-07-01T19:11:00.036Z Downloaded num_threads v0.1.7
4802026-07-01T19:11:00.039Z Downloaded linkme v0.3.35
4812026-07-01T19:11:00.039Z Downloaded derive_more v2.1.1
4822026-07-01T19:11:00.044Z Downloaded num-conv v0.2.0
4832026-07-01T19:11:00.048Z Downloaded const_format v0.2.35
4842026-07-01T19:11:00.051Z Downloaded olpc-cjson v0.1.4
4852026-07-01T19:11:00.051Z Downloaded num-iter v0.1.45
4862026-07-01T19:11:00.051Z Downloaded nanorand v0.7.0
4872026-07-01T19:11:00.054Z Downloaded macaddr v1.0.1
4882026-07-01T19:11:00.054Z Downloaded libsw-core v0.3.2
4892026-07-01T19:11:00.054Z Downloaded hyper-rustls v0.27.7
4902026-07-01T19:11:00.057Z Downloaded md5 v0.7.0
4912026-07-01T19:11:00.057Z Downloaded iana-time-zone v0.1.65
4922026-07-01T19:11:00.060Z Downloaded ingot-macros v0.1.1
4932026-07-01T19:11:00.061Z Downloaded darling_core v0.23.0
4942026-07-01T19:11:00.064Z Downloaded openssl-probe v0.2.1
4952026-07-01T19:11:00.064Z Downloaded openssl-macros v0.1.1
4962026-07-01T19:11:00.067Z Downloaded native-tls v0.2.18
4972026-07-01T19:11:00.067Z Downloaded crossbeam-channel v0.5.15
4982026-07-01T19:11:00.070Z Downloaded darling_core v0.20.11
4992026-07-01T19:11:00.073Z Downloaded half v2.7.1
5002026-07-01T19:11:00.073Z Downloaded linear-map v1.2.0
5012026-07-01T19:11:00.073Z Downloaded libefi-sys v0.1.0
5022026-07-01T19:11:00.076Z Downloaded opaque-debug v0.3.1
5032026-07-01T19:11:00.076Z Downloaded icu_provider v2.1.1
5042026-07-01T19:11:00.082Z Downloaded litemap v0.8.1
5052026-07-01T19:11:00.082Z Downloaded newtype-uuid-macros v0.1.0
5062026-07-01T19:11:00.082Z Downloaded libsw v3.5.0
5072026-07-01T19:11:00.082Z Downloaded oso-derive v0.27.3
5082026-07-01T19:11:00.082Z Downloaded libloading v0.8.9
5092026-07-01T19:11:00.085Z Downloaded openssl-probe v0.1.6
5102026-07-01T19:11:00.085Z Downloaded mime_guess v2.0.5
5112026-07-01T19:11:00.085Z Downloaded jobserver v0.1.34
5122026-07-01T19:11:00.088Z Downloaded flume v0.11.1
5132026-07-01T19:11:00.091Z Downloaded parking v2.2.1
5142026-07-01T19:11:00.091Z Downloaded packed_struct_codegen v0.10.1
5152026-07-01T19:11:00.091Z Downloaded indexmap v1.9.3
5162026-07-01T19:11:00.094Z Downloaded multer v3.1.0
5172026-07-01T19:11:00.094Z Downloaded nu-ansi-term v0.50.3
5182026-07-01T19:11:00.099Z Downloaded ed25519-dalek v2.2.0
5192026-07-01T19:11:00.102Z Downloaded lock_api v0.4.14
5202026-07-01T19:11:00.106Z Downloaded ingot-types v0.1.2
5212026-07-01T19:11:00.106Z Downloaded parse-size v1.1.0
5222026-07-01T19:11:00.106Z Downloaded num-complex v0.4.6
5232026-07-01T19:11:00.110Z Downloaded newtype-uuid v1.3.2
5242026-07-01T19:11:00.110Z Downloaded num_enum v0.7.6
5252026-07-01T19:11:00.117Z Downloaded parse-display v0.10.0
5262026-07-01T19:11:00.120Z Downloaded num_enum_derive v0.5.11
5272026-07-01T19:11:00.124Z Downloaded num_enum v0.5.11
5282026-07-01T19:11:00.127Z Downloaded diesel_derives v2.3.7
5292026-07-01T19:11:00.130Z Downloaded icu_normalizer v2.1.1
5302026-07-01T19:11:00.134Z Downloaded pbkdf2 v0.12.2
5312026-07-01T19:11:00.134Z Downloaded pbkdf2 v0.11.0
5322026-07-01T19:11:00.137Z Downloaded path-slash v0.1.5
5332026-07-01T19:11:00.137Z Downloaded num_enum_derive v0.7.6
5342026-07-01T19:11:00.137Z Downloaded num-rational v0.4.2
5352026-07-01T19:11:00.141Z Downloaded percent-encoding v2.3.2
5362026-07-01T19:11:00.141Z Downloaded pathdiff v0.2.3
5372026-07-01T19:11:00.142Z Downloaded num-integer v0.1.46
5382026-07-01T19:11:00.142Z Downloaded flate2 v1.1.9
5392026-07-01T19:11:00.148Z Downloaded peg-runtime v0.8.5
5402026-07-01T19:11:00.148Z Downloaded memmap2 v0.9.10
5412026-07-01T19:11:00.149Z Downloaded expectorate v1.2.0
5422026-07-01T19:11:00.152Z Downloaded headers v0.4.1
5432026-07-01T19:11:00.156Z Downloaded heapless v0.7.17
5442026-07-01T19:11:00.159Z Downloaded oorandom v11.1.5
5452026-07-01T19:11:00.163Z Downloaded owo-colors v4.3.0
5462026-07-01T19:11:00.166Z Downloaded owo-colors v3.5.0
5472026-07-01T19:11:00.169Z Downloaded phf_shared v0.11.3
5482026-07-01T19:11:00.169Z Downloaded packed_struct v0.10.1
5492026-07-01T19:11:00.169Z Downloaded oxnet v0.1.6
5502026-07-01T19:11:00.172Z Downloaded libbz2-rs-sys v0.2.2
5512026-07-01T19:11:00.173Z Downloaded hickory-resolver v0.25.2
5522026-07-01T19:11:00.177Z Downloaded phf_shared v0.12.1
5532026-07-01T19:11:00.181Z Downloaded partial-io v0.5.4
5542026-07-01T19:11:00.181Z Downloaded litrs v1.0.0
5552026-07-01T19:11:00.184Z Downloaded phf_shared v0.13.1
5562026-07-01T19:11:00.187Z Downloaded plotters-svg v0.3.7
5572026-07-01T19:11:00.187Z Downloaded plotters-backend v0.3.7
5582026-07-01T19:11:00.187Z Downloaded powerfmt v0.2.0
5592026-07-01T19:11:00.190Z Downloaded plain v0.2.3
5602026-07-01T19:11:00.190Z Downloaded predicates-tree v1.0.13
5612026-07-01T19:11:00.194Z Downloaded potential_utf v0.1.4
5622026-07-01T19:11:00.197Z Downloaded hickory-resolver v0.24.4
5632026-07-01T19:11:00.200Z Downloaded httparse v1.10.1
5642026-07-01T19:11:00.203Z Downloaded fancy-regex v0.14.0
5652026-07-01T19:11:00.206Z Downloaded pretty-hex v0.4.1
5662026-07-01T19:11:00.206Z Downloaded predicates-core v1.0.10
5672026-07-01T19:11:00.206Z Downloaded password-hash v0.5.0
5682026-07-01T19:11:00.210Z Downloaded icu_locale_core v2.1.1
5692026-07-01T19:11:00.210Z Downloaded precomputed-hash v0.1.1
5702026-07-01T19:11:00.214Z Downloaded path-tree v0.8.3
5712026-07-01T19:11:00.214Z Downloaded paste v1.0.15
5722026-07-01T19:11:00.217Z Downloaded parse-display-derive v0.10.0
5732026-07-01T19:11:00.217Z Downloaded parking_lot_core v0.8.6
5742026-07-01T19:11:00.217Z Downloaded peg-macros v0.8.5
5752026-07-01T19:11:00.217Z Downloaded knuffel v3.2.0
5762026-07-01T19:11:00.220Z Downloaded icu_collections v2.1.1
5772026-07-01T19:11:00.223Z Downloaded proc-macro-crate v3.4.0
5782026-07-01T19:11:00.223Z Downloaded proc-macro-crate v1.3.1
5792026-07-01T19:11:00.227Z Downloaded icu_properties v2.1.2
5802026-07-01T19:11:00.227Z Downloaded pem v3.0.6
5812026-07-01T19:11:00.227Z Downloaded log v0.4.29
5822026-07-01T19:11:00.230Z Downloaded progenitor-macro v0.13.0
5832026-07-01T19:11:00.230Z Downloaded psl-types v2.0.11
5842026-07-01T19:11:00.230Z Downloaded progenitor-client v0.14.0
5852026-07-01T19:11:00.233Z Downloaded phf v0.12.1
5862026-07-01T19:11:00.233Z Downloaded proc-macro-error-attr2 v2.0.0
5872026-07-01T19:11:00.233Z Downloaded pem-rfc7468 v0.7.0
5882026-07-01T19:11:00.237Z Downloaded proc-macro-error-attr v1.0.4
5892026-07-01T19:11:00.237Z Downloaded icu_normalizer_data v2.1.1
5902026-07-01T19:11:00.237Z Downloaded derive_more-impl v2.1.1
5912026-07-01T19:11:00.240Z Downloaded peg v0.8.5
5922026-07-01T19:11:00.245Z Downloaded progenitor-macro v0.14.0
5932026-07-01T19:11:00.288Z Downloaded oxide-tokio-rt v0.1.4
5942026-07-01T19:11:00.288Z Downloaded indicatif v0.18.4
5952026-07-01T19:11:00.288Z Downloaded ignore v0.4.25
5962026-07-01T19:11:00.288Z Downloaded once_cell v1.21.3
5972026-07-01T19:11:00.288Z Downloaded heapless v0.8.0
5982026-07-01T19:11:00.288Z Downloaded pkg-config v0.3.32
5992026-07-01T19:11:00.288Z Downloaded pin-project-lite v0.2.17
6002026-07-01T19:11:00.288Z Downloaded pkcs8 v0.10.2
6012026-07-01T19:11:00.288Z Downloaded parking_lot_core v0.9.12
6022026-07-01T19:11:00.288Z Downloaded phf v0.13.1
6032026-07-01T19:11:00.288Z Downloaded password-hash v0.4.2
6042026-07-01T19:11:00.288Z Downloaded primeorder v0.13.6
6052026-07-01T19:11:00.288Z Downloaded pin-project-internal v1.1.11
6062026-07-01T19:11:00.288Z Downloaded radium v0.7.0
6072026-07-01T19:11:00.288Z Downloaded hyper-util v0.1.20
6082026-07-01T19:11:00.292Z Downloaded progenitor-client v0.13.0
6092026-07-01T19:11:00.295Z Downloaded postgres-protocol v0.6.10
6102026-07-01T19:11:00.295Z Downloaded recursive-proc-macro-impl v0.1.1
6112026-07-01T19:11:00.295Z Downloaded polyval v0.6.2
6122026-07-01T19:11:00.299Z Downloaded poly1305 v0.8.0
6132026-07-01T19:11:00.299Z Downloaded ref-cast-impl v1.0.25
6142026-07-01T19:11:00.302Z Downloaded progenitor-extras v0.2.0
6152026-07-01T19:11:00.302Z Downloaded progenitor v0.14.0
6162026-07-01T19:11:00.302Z Downloaded parking_lot v0.11.2
6172026-07-01T19:11:00.305Z Downloaded progenitor v0.13.0
6182026-07-01T19:11:00.305Z Downloaded predicates v3.1.4
6192026-07-01T19:11:00.308Z Downloaded rand_chacha v0.3.1
6202026-07-01T19:11:00.308Z Downloaded dropshot-api-manager v0.7.2
6212026-07-01T19:11:00.312Z Downloaded rand_xorshift v0.4.0
6222026-07-01T19:11:00.315Z Downloaded ppv-lite86 v0.2.21
6232026-07-01T19:11:00.320Z Downloaded crossterm v0.28.1
6242026-07-01T19:11:00.323Z Downloaded recursive v0.1.1
6252026-07-01T19:11:00.328Z Downloaded proc-macro-error v1.0.4
6262026-07-01T19:11:00.331Z Downloaded pest_derive v2.8.6
6272026-07-01T19:11:00.332Z Downloaded num-traits v0.2.19
6282026-07-01T19:11:00.335Z Downloaded quick-error v1.2.3
6292026-07-01T19:11:00.338Z Downloaded omicron-zone-package v0.12.3
6302026-07-01T19:11:00.338Z Downloaded rfc6979 v0.4.0
6312026-07-01T19:11:00.342Z Downloaded psm v0.1.30
6322026-07-01T19:11:00.345Z Downloaded russh-cryptovec v0.7.3
6332026-07-01T19:11:00.345Z Downloaded ref-cast v1.0.25
6342026-07-01T19:11:00.351Z Downloaded memchr v2.8.0
6352026-07-01T19:11:00.355Z Downloaded rtoolbox v0.0.3
6362026-07-01T19:11:00.358Z Downloaded rustc-hash v2.1.1
6372026-07-01T19:11:00.358Z Downloaded miniz_oxide v0.8.9
6382026-07-01T19:11:00.361Z Downloaded hickory-server v0.25.2
6392026-07-01T19:11:00.361Z Downloaded oso v0.27.3
6402026-07-01T19:11:00.364Z Downloaded rand_seeder v0.4.0
6412026-07-01T19:11:00.368Z Downloaded pkcs1 v0.7.5
6422026-07-01T19:11:00.372Z Downloaded rustc_version v0.1.7
6432026-07-01T19:11:00.376Z Downloaded rustc_version v0.4.1
6442026-07-01T19:11:00.379Z Downloaded scheduled-thread-pool v0.2.7
6452026-07-01T19:11:00.380Z Downloaded same-file v1.0.6
6462026-07-01T19:11:00.383Z Downloaded sapling-renderdag v0.1.0
6472026-07-01T19:11:00.383Z Downloaded postcard v1.1.3
6482026-07-01T19:11:00.387Z Downloaded jiff-static v0.2.21
6492026-07-01T19:11:00.387Z Downloaded r2d2 v0.8.10
6502026-07-01T19:11:00.390Z Downloaded parking_lot v0.12.5
6512026-07-01T19:11:00.393Z Downloaded papergrid v0.11.0
6522026-07-01T19:11:00.393Z Downloaded rand_chacha v0.9.0
6532026-07-01T19:11:00.396Z Downloaded rand_core v0.10.0
6542026-07-01T19:11:00.396Z Downloaded rand_core v0.9.5
6552026-07-01T19:11:00.400Z Downloaded rand_core v0.6.4
6562026-07-01T19:11:00.400Z Downloaded postgres-types v0.2.12
6572026-07-01T19:11:00.400Z Downloaded p256 v0.13.2
6582026-07-01T19:11:00.405Z Downloaded salsa20 v0.10.2
6592026-07-01T19:11:00.409Z Downloaded pin-project v1.1.11
6602026-07-01T19:11:00.414Z Downloaded scopeguard v1.2.0
6612026-07-01T19:11:00.417Z Downloaded resolv-conf v0.7.6
6622026-07-01T19:11:00.417Z Downloaded proc-macro-error2 v2.0.1
6632026-07-01T19:11:00.420Z Downloaded scroll_derive v0.12.1
6642026-07-01T19:11:00.420Z Downloaded pkcs5 v0.7.1
6652026-07-01T19:11:00.423Z Downloaded semver v0.1.20
6662026-07-01T19:11:00.424Z Downloaded indexmap v2.14.0
6672026-07-01T19:11:00.427Z Downloaded pest_generator v2.8.6
6682026-07-01T19:11:00.427Z Downloaded hashbrown v0.13.2
6692026-07-01T19:11:00.430Z Downloaded miette v5.10.0
6702026-07-01T19:11:00.433Z Downloaded quinn-udp v0.5.14
6712026-07-01T19:11:00.433Z Downloaded papergrid v0.17.0
6722026-07-01T19:11:00.436Z Downloaded relative-path v1.9.3
6732026-07-01T19:11:00.436Z Downloaded http v1.4.2
6742026-07-01T19:11:00.440Z Downloaded seq-macro v0.3.6
6752026-07-01T19:11:00.440Z Downloaded scrypt v0.11.0
6762026-07-01T19:11:00.443Z Downloaded scroll_derive v0.13.1
6772026-07-01T19:11:00.443Z Downloaded secrecy v0.10.3
6782026-07-01T19:11:00.443Z Downloaded secrecy v0.8.0
6792026-07-01T19:11:00.448Z Downloaded rustls-pemfile v2.2.0
6802026-07-01T19:11:00.451Z Downloaded hashbrown v0.12.3
6812026-07-01T19:11:00.454Z Downloaded minimal-lexical v0.2.1
6822026-07-01T19:11:00.457Z Downloaded openssl-sys v0.9.115
6832026-07-01T19:11:00.460Z Downloaded serde_spanned v0.6.9
6842026-07-01T19:11:00.468Z Downloaded serde_regex v1.1.0
6852026-07-01T19:11:00.468Z Downloaded serde_bytes v0.11.19
6862026-07-01T19:11:00.468Z Downloaded rustc-demangle v0.1.27
6872026-07-01T19:11:00.472Z Downloaded rusty-fork v0.3.1
6882026-07-01T19:11:00.472Z Downloaded rust-argon2 v2.1.0
6892026-07-01T19:11:00.472Z Downloaded serde-big-array v0.5.1
6902026-07-01T19:11:00.472Z Downloaded quote v1.0.45
6912026-07-01T19:11:00.472Z Downloaded crossterm v0.29.0
6922026-07-01T19:11:00.476Z Downloaded rustversion v1.0.22
6932026-07-01T19:11:00.479Z Downloaded prefix-trie v0.7.0
6942026-07-01T19:11:00.479Z Downloaded serde_repr v0.1.20
6952026-07-01T19:11:00.483Z Downloaded serde_plain v1.0.2
6962026-07-01T19:11:00.483Z Downloaded hashbrown v0.16.1
6972026-07-01T19:11:00.486Z Downloaded serde_urlencoded v0.7.1
6982026-07-01T19:11:00.486Z Downloaded serde_spanned v1.1.1
6992026-07-01T19:11:00.486Z Downloaded hashbrown v0.15.5
7002026-07-01T19:11:00.490Z Downloaded sha1 v0.11.0
7012026-07-01T19:11:00.494Z Downloaded itertools v0.10.5
7022026-07-01T19:11:00.495Z Downloaded criterion v0.7.0
7032026-07-01T19:11:00.499Z Downloaded sha1 v0.10.6
7042026-07-01T19:11:00.502Z Downloaded scroll v0.13.0
7052026-07-01T19:11:00.502Z Downloaded schemars_derive v0.8.22
7062026-07-01T19:11:00.508Z Downloaded aho-corasick v1.1.4
7072026-07-01T19:11:00.512Z Downloaded russh-keys v0.45.0
7082026-07-01T19:11:00.512Z Downloaded pretty_assertions v1.4.1
7092026-07-01T19:11:00.515Z Downloaded num-bigint v0.4.6
7102026-07-01T19:11:00.519Z Downloaded mio v1.2.0
7112026-07-01T19:11:00.523Z Downloaded signal-hook-mio v0.2.5
7122026-07-01T19:11:00.523Z Downloaded sec1 v0.7.3
7132026-07-01T19:11:00.526Z Downloaded rustls-pki-types v1.14.0
7142026-07-01T19:11:00.526Z Downloaded signal-hook-tokio v0.3.1
7152026-07-01T19:11:00.526Z Downloaded shell-words v1.1.1
7162026-07-01T19:11:00.530Z Downloaded sigpipe v0.1.3
7172026-07-01T19:11:00.530Z Downloaded signature v2.2.0
7182026-07-01T19:11:00.530Z Downloaded proc-macro2 v1.0.106
7192026-07-01T19:11:00.535Z Downloaded slog-bunyan v2.5.0
7202026-07-01T19:11:00.535Z Downloaded similar-asserts v1.7.0
7212026-07-01T19:11:00.539Z Downloaded rcgen v0.12.1
7222026-07-01T19:11:00.542Z Downloaded progenitor-impl v0.13.0
7232026-07-01T19:11:00.543Z Downloaded serde_tokenstream v0.2.3
7242026-07-01T19:11:00.549Z Downloaded rustls-native-certs v0.8.3
7252026-07-01T19:11:00.553Z Downloaded hashbrown v0.14.5
7262026-07-01T19:11:00.553Z Downloaded siphasher v1.0.2
7272026-07-01T19:11:00.556Z Downloaded slog-envlogger v2.2.0
7282026-07-01T19:11:00.562Z Downloaded serde_path_to_error v0.1.20
7292026-07-01T19:11:00.565Z Downloaded serde_derive_internals v0.29.1
7302026-07-01T19:11:00.570Z Downloaded smawk v0.3.2
7312026-07-01T19:11:00.570Z Downloaded futures-util v0.3.32
7322026-07-01T19:11:00.575Z Downloaded ron v0.8.1
7332026-07-01T19:11:00.581Z Downloaded serde_with_macros v1.5.2
7342026-07-01T19:11:00.589Z Downloaded ssh-cipher v0.2.0
7352026-07-01T19:11:00.593Z Downloaded sqlparser_derive v0.5.0
7362026-07-01T19:11:00.593Z Downloaded semver v1.0.28
7372026-07-01T19:11:00.593Z Downloaded scroll v0.12.0
7382026-07-01T19:11:00.597Z Downloaded progenitor-impl v0.14.0
7392026-07-01T19:11:00.597Z Downloaded pest_meta v2.8.6
7402026-07-01T19:11:00.601Z Downloaded rand_distr v0.5.1
7412026-07-01T19:11:00.605Z Downloaded guppy v0.17.25
7422026-07-01T19:11:00.608Z Downloaded stable_deref_trait v1.2.1
7432026-07-01T19:11:00.613Z Downloaded structmeta-derive v0.3.0
7442026-07-01T19:11:00.617Z Downloaded smallvec v0.6.14
7452026-07-01T19:11:00.617Z Downloaded slog-json v2.6.1
7462026-07-01T19:11:00.617Z Downloaded rstest v0.25.0
7472026-07-01T19:11:00.622Z Downloaded ssh-encoding v0.2.0
7482026-07-01T19:11:00.625Z Downloaded strip-ansi-escapes v0.2.1
7492026-07-01T19:11:00.625Z Downloaded simd-adler32 v0.3.8
7502026-07-01T19:11:00.625Z Downloaded signal-hook-registry v1.4.8
7512026-07-01T19:11:00.625Z Downloaded serde-hex v0.1.0
7522026-07-01T19:11:00.625Z Downloaded strum v0.27.2
7532026-07-01T19:11:00.629Z Downloaded strum v0.26.3
7542026-07-01T19:11:00.629Z Downloaded strsim v0.10.0
7552026-07-01T19:11:00.629Z Downloaded idna v1.1.0
7562026-07-01T19:11:00.632Z Downloaded subtle v2.6.1
7572026-07-01T19:11:00.632Z Downloaded slog-dtrace v0.3.0
7582026-07-01T19:11:00.636Z Downloaded supports-color v3.0.2
7592026-07-01T19:11:00.644Z Downloaded supports-unicode v2.1.0
7602026-07-01T19:11:00.648Z Downloaded slog-term v2.9.2
7612026-07-01T19:11:00.651Z Downloaded qorb v0.4.1
7622026-07-01T19:11:00.655Z Downloaded serde_cbor v0.11.2
7632026-07-01T19:11:00.655Z Downloaded slab v0.4.12
7642026-07-01T19:11:00.658Z Downloaded tabled_derive v0.7.0
7652026-07-01T19:11:00.658Z Downloaded static_assertions v1.1.0
7662026-07-01T19:11:00.658Z Downloaded shlex v1.3.0
7672026-07-01T19:11:00.658Z Downloaded sync-ptr v0.1.4
7682026-07-01T19:11:00.662Z Downloaded supports-color v2.1.0
7692026-07-01T19:11:00.662Z Downloaded nom v7.1.3
7702026-07-01T19:11:00.666Z Downloaded publicsuffix v2.3.0
7712026-07-01T19:11:00.666Z Downloaded sync_wrapper v1.0.2
7722026-07-01T19:11:00.670Z Downloaded prettyplease v0.2.37
7732026-07-01T19:11:00.670Z Downloaded clap_builder v4.6.0
7742026-07-01T19:11:00.673Z Downloaded tap v1.0.1
7752026-07-01T19:11:00.674Z Downloaded swrite v0.1.0
7762026-07-01T19:11:00.678Z Downloaded serde_with_macros v3.17.0
7772026-07-01T19:11:00.678Z Downloaded tabled_derive v0.11.0
7782026-07-01T19:11:00.678Z Downloaded snafu-derive v0.8.9
7792026-07-01T19:11:00.682Z Downloaded ryu v1.0.23
7802026-07-01T19:11:00.682Z Downloaded tabwriter v1.4.1
7812026-07-01T19:11:00.682Z Downloaded icu_properties_data v2.1.2
7822026-07-01T19:11:00.689Z Downloaded take_mut v0.2.2
7832026-07-01T19:11:00.693Z Downloaded terminal_size v0.4.3
7842026-07-01T19:11:00.693Z Downloaded structmeta v0.3.0
7852026-07-01T19:11:00.693Z Downloaded rustls-platform-verifier v0.6.2
7862026-07-01T19:11:00.693Z Downloaded sqlformat v0.3.5
7872026-07-01T19:11:00.693Z Downloaded support-bundle-viewer v0.1.2
7882026-07-01T19:11:00.697Z Downloaded hashbrown v0.17.0
7892026-07-01T19:11:00.700Z Downloaded h2 v0.4.15
7902026-07-01T19:11:00.704Z Downloaded stringmetrics v2.2.2
7912026-07-01T19:11:00.704Z Downloaded nom v8.0.0
7922026-07-01T19:11:00.712Z Downloaded termtree v0.5.1
7932026-07-01T19:11:00.712Z Downloaded terminal_size v0.1.17
7942026-07-01T19:11:00.715Z Downloaded strum_macros v0.24.3
7952026-07-01T19:11:00.715Z Downloaded strsim v0.11.1
7962026-07-01T19:11:00.715Z Downloaded testing_table v0.3.0
7972026-07-01T19:11:00.715Z Downloaded strum_macros v0.27.2
7982026-07-01T19:11:00.715Z Downloaded quinn v0.11.9
7992026-07-01T19:11:00.715Z Downloaded synstructure v0.13.2
8002026-07-01T19:11:00.719Z Downloaded itertools v0.13.0
8012026-07-01T19:11:00.722Z Downloaded schemars v0.8.22
8022026-07-01T19:11:00.730Z Downloaded thread-id v5.1.0
8032026-07-01T19:11:00.734Z Downloaded itertools v0.12.1
8042026-07-01T19:11:00.734Z Downloaded signal-hook v0.3.18
8052026-07-01T19:11:00.734Z Downloaded rand v0.9.2
8062026-07-01T19:11:00.737Z Downloaded thiserror-impl-no-std v2.0.2
8072026-07-01T19:11:00.737Z Downloaded slog-async v2.8.0
8082026-07-01T19:11:00.742Z Downloaded thread-id v4.2.2
8092026-07-01T19:11:00.742Z Downloaded target-spec v3.5.7
8102026-07-01T19:11:00.742Z Downloaded similar v2.7.0
8112026-07-01T19:11:00.746Z Downloaded itertools v0.14.0
8122026-07-01T19:11:00.751Z Downloaded time-core v0.1.8
8132026-07-01T19:11:00.751Z Downloaded spin v0.9.8
8142026-07-01T19:11:00.751Z Downloaded target-lexicon v0.13.3
8152026-07-01T19:11:00.755Z Downloaded tokio-macros v2.7.0
8162026-07-01T19:11:00.755Z Downloaded tagptr v0.2.0
8172026-07-01T19:11:00.755Z Downloaded strum_macros v0.26.4
8182026-07-01T19:11:00.755Z Downloaded rsa v0.9.10
8192026-07-01T19:11:00.760Z Downloaded tokio-test v0.4.5
8202026-07-01T19:11:00.760Z Downloaded termios v0.3.3
8212026-07-01T19:11:00.763Z Downloaded iri-string v0.7.10
8222026-07-01T19:11:00.766Z Downloaded target-triple v1.0.0
8232026-07-01T19:11:00.766Z Downloaded tinyvec_macros v0.1.1
8242026-07-01T19:11:00.766Z Downloaded bitvec v1.0.1
8252026-07-01T19:11:00.774Z Downloaded serde_yaml v0.9.34+deprecated
8262026-07-01T19:11:00.777Z Downloaded termcolor v1.4.1
8272026-07-01T19:11:00.777Z Downloaded rstest_macros v0.25.0
8282026-07-01T19:11:00.780Z Downloaded stringprep v0.1.5
8292026-07-01T19:11:00.780Z Downloaded string_cache v0.8.9
8302026-07-01T19:11:00.783Z Downloaded smallvec v1.15.1
8312026-07-01T19:11:00.783Z Downloaded aws-lc-rs v1.16.3
8322026-07-01T19:11:00.788Z Downloaded thiserror-impl v1.0.69
8332026-07-01T19:11:00.791Z Downloaded socket2 v0.5.10
8342026-07-01T19:11:00.791Z Downloaded schemars v1.2.1
8352026-07-01T19:11:00.798Z Downloaded toml_datetime v0.6.11
8362026-07-01T19:11:00.802Z Downloaded rand v0.10.0
8372026-07-01T19:11:00.802Z Downloaded try-lock v0.2.5
8382026-07-01T19:11:00.805Z Downloaded rand v0.8.6
8392026-07-01T19:11:00.806Z Downloaded spki v0.7.3
8402026-07-01T19:11:00.809Z Downloaded sha2 v0.10.9
8412026-07-01T19:11:00.809Z Downloaded serde_core v1.0.228
8422026-07-01T19:11:00.812Z Downloaded thread_local v1.1.9
8432026-07-01T19:11:00.812Z Downloaded slog v2.8.2
8442026-07-01T19:11:00.815Z Downloaded topological-sort v0.2.2
8452026-07-01T19:11:00.815Z Downloaded thiserror-no-std v2.0.2
8462026-07-01T19:11:00.818Z Downloaded tokio-dtrace v0.1.1
8472026-07-01T19:11:00.818Z Downloaded tower-layer v0.3.3
8482026-07-01T19:11:00.818Z Downloaded tokio-native-tls v0.3.1
8492026-07-01T19:11:00.822Z Downloaded toml_write v0.1.2
8502026-07-01T19:11:00.822Z Downloaded tokio-tungstenite v0.21.0
8512026-07-01T19:11:00.825Z Downloaded thiserror-impl v2.0.18
8522026-07-01T19:11:00.826Z Downloaded thiserror v1.0.69
8532026-07-01T19:11:00.829Z Downloaded unarray v0.1.4
8542026-07-01T19:11:00.829Z Downloaded chrono v0.4.44
8552026-07-01T19:11:00.832Z Downloaded unicode-truncate v1.1.0
8562026-07-01T19:11:00.836Z Downloaded thiserror v2.0.18
8572026-07-01T19:11:00.839Z Downloaded trait-variant v0.1.2
8582026-07-01T19:11:00.840Z Downloaded term v0.7.0
8592026-07-01T19:11:00.840Z Downloaded p521 v0.13.3
8602026-07-01T19:11:00.843Z Downloaded serde_derive v1.0.228
8612026-07-01T19:11:00.846Z Downloaded iddqd v0.4.2
8622026-07-01T19:11:00.850Z Downloaded subprocess v0.2.15
8632026-07-01T19:11:00.853Z Downloaded untrusted v0.9.0
8642026-07-01T19:11:00.853Z Downloaded tinytemplate v1.2.1
8652026-07-01T19:11:00.856Z Downloaded usdt-attr-macro v0.5.0
8662026-07-01T19:11:00.856Z Downloaded utf8_iter v1.0.4
8672026-07-01T19:11:00.856Z Downloaded tinystr v0.8.2
8682026-07-01T19:11:00.859Z Downloaded usdt-macro v0.5.0
8692026-07-01T19:11:00.859Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8702026-07-01T19:11:00.859Z Downloaded tiny-keccak v2.0.2
8712026-07-01T19:11:00.863Z Downloaded russh v0.45.0
8722026-07-01T19:11:00.867Z Downloaded socket2 v0.6.3
8732026-07-01T19:11:00.867Z Downloaded tls_codec_derive v0.4.2
8742026-07-01T19:11:00.867Z Downloaded usdt-macro v0.6.0
8752026-07-01T19:11:00.870Z Downloaded utf8parse v0.2.2
8762026-07-01T19:11:00.871Z Downloaded usdt-attr-macro v0.6.0
8772026-07-01T19:11:00.871Z Downloaded usdt v0.5.0
8782026-07-01T19:11:00.871Z Downloaded tls_codec v0.4.2
8792026-07-01T19:11:00.871Z Downloaded samael v0.0.19
8802026-07-01T19:11:00.874Z Downloaded unit-prefix v0.5.2
8812026-07-01T19:11:00.877Z Downloaded unicode-linebreak v0.1.5
8822026-07-01T19:11:00.878Z Downloaded untrusted v0.7.1
8832026-07-01T19:11:00.878Z Downloaded snafu v0.8.9
8842026-07-01T19:11:00.881Z Downloaded rustls-webpki v0.103.9
8852026-07-01T19:11:00.884Z Downloaded unicode-xid v0.2.6
8862026-07-01T19:11:00.884Z Downloaded term v1.2.1
8872026-07-01T19:11:00.887Z Downloaded rayon-core v1.13.0
8882026-07-01T19:11:00.887Z Downloaded stacker v0.1.23
8892026-07-01T19:11:00.890Z Downloaded git2 v0.20.4
8902026-07-01T19:11:00.893Z Downloaded serde v1.0.228
8912026-07-01T19:11:00.897Z Downloaded smf v0.2.3
8922026-07-01T19:11:00.897Z Downloaded slog-stdlog v4.1.1
8932026-07-01T19:11:00.900Z Downloaded usdt v0.6.0
8942026-07-01T19:11:00.900Z Downloaded slog-scope v4.4.1
8952026-07-01T19:11:00.900Z Downloaded hkdf v0.12.4
8962026-07-01T19:11:00.905Z Downloaded tokio-stream v0.1.18
8972026-07-01T19:11:00.905Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8982026-07-01T19:11:00.911Z Downloaded bindgen v0.71.1
8992026-07-01T19:11:00.914Z Downloaded waitgroup v0.1.2
9002026-07-01T19:11:00.914Z Downloaded version_check v0.9.5
9012026-07-01T19:11:00.914Z Downloaded hyper v1.10.1
9022026-07-01T19:11:00.917Z Downloaded wait-timeout v0.2.1
9032026-07-01T19:11:00.917Z Downloaded void v1.0.2
9042026-07-01T19:11:00.917Z Downloaded toml_writer v1.1.1+spec-1.1.0
9052026-07-01T19:11:00.917Z Downloaded libxml v0.3.3
9062026-07-01T19:11:00.921Z Downloaded blake3 v1.8.5
9072026-07-01T19:11:00.926Z Downloaded want v0.3.1
9082026-07-01T19:11:00.929Z Downloaded universal-hash v0.5.1
9092026-07-01T19:11:00.929Z Downloaded toml v0.8.23
9102026-07-01T19:11:00.929Z Downloaded tokio-rustls v0.26.4
9112026-07-01T19:11:00.933Z Downloaded time-macros v0.2.27
9122026-07-01T19:11:00.933Z Downloaded typify-macro v0.6.2
9132026-07-01T19:11:00.933Z Downloaded tui-tree-widget v0.23.1
9142026-07-01T19:11:00.936Z Downloaded supports-hyperlinks v2.1.0
9152026-07-01T19:11:00.936Z Downloaded usdt-impl v0.5.0
9162026-07-01T19:11:00.940Z Downloaded num-bigint-dig v0.8.6
9172026-07-01T19:11:00.943Z Downloaded xattr v1.6.1
9182026-07-01T19:11:00.943Z Downloaded schemars v0.9.0
9192026-07-01T19:11:00.950Z Downloaded tempfile v3.25.0
9202026-07-01T19:11:00.954Z Downloaded tar v0.4.45
9212026-07-01T19:11:00.957Z Downloaded libm v0.2.16
9222026-07-01T19:11:00.962Z Downloaded rpassword v7.4.0
9232026-07-01T19:11:00.966Z Downloaded usdt-impl v0.6.0
9242026-07-01T19:11:00.966Z Downloaded uzers v0.12.2
9252026-07-01T19:11:00.966Z Downloaded vergen-git2 v9.1.0
9262026-07-01T19:11:00.966Z Downloaded ucd-trie v0.1.7
9272026-07-01T19:11:00.966Z Downloaded unicase v2.9.0
9282026-07-01T19:11:00.969Z Downloaded vergen-gitcl v1.0.8
9292026-07-01T19:11:00.969Z Downloaded yoke-derive v0.8.1
9302026-07-01T19:11:00.973Z Downloaded xshell-macros v0.2.7
9312026-07-01T19:11:00.973Z Downloaded zerofrom-derive v0.1.6
9322026-07-01T19:11:00.977Z Downloaded pest v2.8.6
9332026-07-01T19:11:00.980Z Downloaded reedline v0.40.0
9342026-07-01T19:11:00.985Z Downloaded utf-8 v0.7.6
9352026-07-01T19:11:00.990Z Downloaded toml v0.7.8
9362026-07-01T19:11:00.990Z Downloaded zone_cfg_derive v0.3.1
9372026-07-01T19:11:00.995Z Downloaded rustyline v14.0.0
9382026-07-01T19:11:00.999Z Downloaded vsss-rs v3.3.4
9392026-07-01T19:11:01.002Z Downloaded p384 v0.13.1
9402026-07-01T19:11:01.005Z Downloaded zerofrom v0.1.6
9412026-07-01T19:11:01.005Z Downloaded tower-service v0.3.3
9422026-07-01T19:11:01.005Z Downloaded textwrap v0.16.2
9432026-07-01T19:11:01.009Z Downloaded serde_with v1.14.0
9442026-07-01T19:11:01.012Z Downloaded vergen-lib v9.1.0
9452026-07-01T19:11:01.012Z Downloaded vergen-lib v0.1.6
9462026-07-01T19:11:01.012Z Downloaded whoami v1.6.1
9472026-07-01T19:11:01.015Z Downloaded toml_parser v1.1.2+spec-1.1.0
9482026-07-01T19:11:01.015Z Downloaded writeable v0.6.2
9492026-07-01T19:11:01.019Z Downloaded tracing-attributes v0.1.31
9502026-07-01T19:11:01.019Z Downloaded textwrap v0.15.2
9512026-07-01T19:11:01.023Z Downloaded twox-hash v2.1.2
9522026-07-01T19:11:01.023Z Downloaded test-strategy v0.4.5
9532026-07-01T19:11:01.023Z Downloaded whoami v2.1.0
9542026-07-01T19:11:01.029Z Downloaded trybuild v1.0.116
9552026-07-01T19:11:01.032Z Downloaded tinyvec v1.10.0
9562026-07-01T19:11:01.032Z Downloaded walkdir v2.5.0
9572026-07-01T19:11:01.032Z Downloaded unicode-properties v0.1.4
9582026-07-01T19:11:01.035Z Downloaded typify v0.6.2
9592026-07-01T19:11:01.038Z Downloaded vergen v9.1.0
9602026-07-01T19:11:01.041Z Downloaded zeroize_derive v1.4.3
9612026-07-01T19:11:01.041Z Downloaded zeroize v1.8.2
9622026-07-01T19:11:01.048Z Downloaded wyz v0.5.1
9632026-07-01T19:11:01.051Z Downloaded yoke v0.8.1
9642026-07-01T19:11:01.054Z Downloaded xshell v0.2.7
9652026-07-01T19:11:01.057Z Downloaded zone v0.3.1
9662026-07-01T19:11:01.057Z Downloaded steno v0.4.1
9672026-07-01T19:11:01.060Z Downloaded goblin v0.8.2
9682026-07-01T19:11:01.063Z Downloaded zmij v1.0.21
9692026-07-01T19:11:01.063Z Downloaded zstd-safe v7.2.4
9702026-07-01T19:11:01.067Z Downloaded unsafe-libyaml v0.2.11
9712026-07-01T19:11:01.070Z Downloaded toml v1.1.2+spec-1.1.0
9722026-07-01T19:11:01.074Z Downloaded zstd v0.13.3
9732026-07-01T19:11:01.075Z Downloaded toml_edit v0.22.27
9742026-07-01T19:11:01.078Z Downloaded tokio-tungstenite v0.23.1
9752026-07-01T19:11:01.088Z Downloaded portable-atomic v1.13.1
9762026-07-01T19:11:01.093Z Downloaded tracing-core v0.1.36
9772026-07-01T19:11:01.097Z Downloaded zerovec-derive v0.11.2
9782026-07-01T19:11:01.097Z Downloaded ssh-key v0.6.7
9792026-07-01T19:11:01.100Z Downloaded typenum v1.19.0
9802026-07-01T19:11:01.105Z Downloaded tungstenite v0.23.0
9812026-07-01T19:11:01.105Z Downloaded tungstenite v0.21.0
9822026-07-01T19:11:01.111Z Downloaded unicode-ident v1.0.24
9832026-07-01T19:11:01.114Z Downloaded unicode-bidi v0.3.18
9842026-07-01T19:11:01.117Z Downloaded goblin v0.10.5
9852026-07-01T19:11:01.126Z Downloaded zerocopy-derive v0.7.35
9862026-07-01T19:11:01.137Z Downloaded reqwest v0.13.2
9872026-07-01T19:11:01.141Z Downloaded plotters v0.3.7
9882026-07-01T19:11:01.146Z Downloaded yasna v0.5.2
9892026-07-01T19:11:01.149Z Downloaded gimli v0.32.3
9902026-07-01T19:11:01.154Z Downloaded uuid v1.23.4
9912026-07-01T19:11:01.157Z Downloaded toml_edit v0.23.10+spec-1.0.0
9922026-07-01T19:11:01.160Z Downloaded rayon v1.11.0
9932026-07-01T19:11:01.165Z Downloaded zopfli v0.8.3
9942026-07-01T19:11:01.170Z Downloaded vte v0.14.1
9952026-07-01T19:11:01.177Z Downloaded url v2.5.8
9962026-07-01T19:11:01.180Z Downloaded toml_edit v0.19.15
9972026-07-01T19:11:01.187Z Downloaded zerocopy v0.6.6
9982026-07-01T19:11:01.193Z Downloaded regex v1.12.3
9992026-07-01T19:11:01.196Z Downloaded yansi v1.0.1
10002026-07-01T19:11:01.196Z Downloaded reqwest v0.12.28
10012026-07-01T19:11:01.201Z Downloaded tokio-postgres v0.7.16
10022026-07-01T19:11:01.205Z Downloaded zerotrie v0.2.3
10032026-07-01T19:11:01.213Z Downloaded unicode_categories v0.1.1
10042026-07-01T19:11:01.220Z Downloaded lalrpop v0.19.12
10052026-07-01T19:11:01.244Z Downloaded nix v0.27.1
10062026-07-01T19:11:01.284Z Downloaded bstr v1.12.1
10072026-07-01T19:11:01.284Z Downloaded zip v0.6.6
10082026-07-01T19:11:01.284Z Downloaded zerocopy-derive v0.8.40
10092026-07-01T19:11:01.284Z Downloaded typed-path v0.9.3
10102026-07-01T19:11:01.284Z Downloaded tower v0.5.3
10112026-07-01T19:11:01.287Z Downloaded salty v0.3.0
10122026-07-01T19:11:01.287Z Downloaded moka v0.12.13
10132026-07-01T19:11:01.290Z Downloaded unicode-segmentation v1.12.0
10142026-07-01T19:11:01.305Z Downloaded quick-xml v0.37.5
10152026-07-01T19:11:01.309Z Downloaded curve25519-dalek v4.1.3
10162026-07-01T19:11:01.314Z Downloaded dropshot v0.17.1
10172026-07-01T19:11:01.329Z Downloaded tower-http v0.6.8
10182026-07-01T19:11:01.335Z Downloaded serde_json v1.0.150
10192026-07-01T19:11:01.338Z Downloaded zerovec v0.11.5
10202026-07-01T19:11:01.341Z Downloaded x509-cert v0.2.5
10212026-07-01T19:11:01.344Z Downloaded proptest v1.10.0
10222026-07-01T19:11:01.348Z Downloaded polar-core v0.27.3
10232026-07-01T19:11:01.353Z Downloaded petname v2.0.2
10242026-07-01T19:11:01.359Z Downloaded serde_with v3.17.0
10252026-07-01T19:11:01.366Z Downloaded unicode-normalization v0.1.25
10262026-07-01T19:11:01.370Z Downloaded nix v0.28.0
10272026-07-01T19:11:01.379Z Downloaded zerocopy v0.7.35
10282026-07-01T19:11:01.388Z Downloaded tough v0.22.0
10292026-07-01T19:11:01.394Z Downloaded zip v4.6.1
10302026-07-01T19:11:01.398Z Downloaded nix v0.31.2
10312026-07-01T19:11:01.407Z Downloaded hickory-proto v0.24.4
10322026-07-01T19:11:01.415Z Downloaded regex-syntax v0.6.29
10332026-07-01T19:11:01.420Z Downloaded tokio-util v0.7.18
10342026-07-01T19:11:01.424Z Downloaded winnow v1.0.3
10352026-07-01T19:11:01.429Z Downloaded object v0.30.4
10362026-07-01T19:11:01.434Z Downloaded object v0.37.3
10372026-07-01T19:11:01.441Z Downloaded winnow v0.7.14
10382026-07-01T19:11:01.446Z Downloaded radix_trie v0.2.1
10392026-07-01T19:11:01.450Z Downloaded quinn-proto v0.11.13
10402026-07-01T19:11:01.463Z Downloaded openssl v0.10.79
10412026-07-01T19:11:01.469Z Downloaded hickory-proto v0.25.2
10422026-07-01T19:11:01.478Z Downloaded syn v1.0.109
10432026-07-01T19:11:01.485Z Downloaded vcpkg v0.2.15
10442026-07-01T19:11:01.507Z Downloaded winnow v0.5.40
10452026-07-01T19:11:01.512Z Downloaded tabled v0.15.0
10462026-07-01T19:11:01.521Z Downloaded syn v2.0.117
10472026-07-01T19:11:01.528Z Downloaded winnow v0.6.26
10482026-07-01T19:11:01.550Z Downloaded zerocopy v0.8.40
10492026-07-01T19:11:01.557Z Downloaded diesel v2.3.7
10502026-07-01T19:11:01.571Z Downloaded time v0.3.47
10512026-07-01T19:11:01.580Z Downloaded rustix v1.1.3
10522026-07-01T19:11:01.594Z Downloaded smoltcp v0.9.1
10532026-07-01T19:11:01.599Z Downloaded tabled v0.20.0
10542026-07-01T19:11:01.609Z Downloaded unicode-width v0.1.14
10552026-07-01T19:11:01.612Z Downloaded regress v0.11.1
10562026-07-01T19:11:01.617Z Downloaded sqlparser v0.61.0
10572026-07-01T19:11:01.624Z Downloaded zlib-rs v0.6.2
10582026-07-01T19:11:01.628Z Downloaded smoltcp v0.11.0
10592026-07-01T19:11:01.633Z Downloaded openapiv3 v2.2.0
10602026-07-01T19:11:01.639Z Downloaded unicode-width v0.2.0
10612026-07-01T19:11:01.642Z Downloaded regress v0.10.5
10622026-07-01T19:11:01.647Z Downloaded ratatui v0.29.0
10632026-07-01T19:11:01.660Z Downloaded typify-impl v0.6.2
10642026-07-01T19:11:01.666Z Downloaded rustix v0.38.44
10652026-07-01T19:11:01.680Z Downloaded bzip2-sys v0.1.13+1.0.8
10662026-07-01T19:11:01.685Z Downloaded regex-syntax v0.8.10
10672026-07-01T19:11:01.699Z Downloaded rustls v0.23.41
10682026-07-01T19:11:01.707Z Downloaded zerocopy-derive v0.6.6
10692026-07-01T19:11:01.715Z Downloaded jiff v0.2.21
10702026-07-01T19:11:01.744Z Downloaded petgraph v0.8.3
10712026-07-01T19:11:01.831Z Downloaded sled v0.34.7
10722026-07-01T19:11:01.900Z Downloaded tracing v0.1.44
10732026-07-01T19:11:01.934Z Downloaded ring v0.17.14
10742026-07-01T19:11:01.969Z Downloaded regex-automata v0.4.14
10752026-07-01T19:11:01.987Z Downloaded libgit2-sys v0.18.3+1.9.2
10762026-07-01T19:11:02.019Z Downloaded petgraph v0.6.5
10772026-07-01T19:11:02.029Z Downloaded chrono-tz v0.10.4
10782026-07-01T19:11:02.091Z Downloaded libc v0.2.185
10792026-07-01T19:11:02.111Z Downloaded csv v1.4.0
10802026-07-01T19:11:02.123Z Downloaded libz-sys v1.1.24
10812026-07-01T19:11:02.156Z Downloaded sha3 v0.10.8
10822026-07-01T19:11:02.159Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10832026-07-01T19:11:02.173Z Downloaded tokio v1.52.1
10842026-07-01T19:11:02.234Z Downloaded encoding_rs v0.8.35
10852026-07-01T19:11:02.260Z Downloaded httpmock v0.8.3
10862026-07-01T19:11:02.562Z Downloaded aws-lc-sys v0.40.0
10872026-07-01T19:11:02.967Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10882026-07-01T19:11:04.624Z Startup: Refreshing catalog 'helios' ... Done
10892026-07-01T19:11:04.742Z Startup: Caching catalogs ... Done
10902026-07-01T19:11:05.237ZPlanning: Solver setup ... Done (0.441s)
10912026-07-01T19:11:05.264ZPlanning: Running solver ... Done (0.027s)
10922026-07-01T19:11:05.276ZPlanning: Finding local manifests ... Done (0.004s)
10932026-07-01T19:11:05.289ZPlanning: Fetching manifests: 0/2 0% complete
10942026-07-01T19:11:05.311ZPlanning: Fetching manifests: 2/2 100% complete
10952026-07-01T19:11:05.326ZPlanning: Package planning ... Done (0.015s)
10962026-07-01T19:11:05.329ZPlanning: Merging actions ... Done (0.002s)
10972026-07-01T19:11:05.497ZPlanning: Checking for conflicting actions ... Done (0.169s)
10982026-07-01T19:11:05.500ZPlanning: Consolidating action changes ... Done (0.001s)
10992026-07-01T19:11:06.444ZPlanning: Evaluating mediators ... Done (0.946s)
11002026-07-01T19:11:06.448ZPlanning: Planning completed in 1.68 seconds
11012026-07-01T19:11:06.454Z Packages to install: 2
11022026-07-01T19:11:06.454Z Estimated space available: 155.89 GB
11032026-07-01T19:11:06.454ZEstimated space to be consumed: 30.98 MB
11042026-07-01T19:11:06.454Z Create boot environment: No
11052026-07-01T19:11:06.454ZCreate backup boot environment: No
11062026-07-01T19:11:06.454Z Rebuild boot archive: No
11072026-07-01T19:11:06.457Z
11082026-07-01T19:11:06.457ZChanged packages:
11092026-07-01T19:11:06.457Zhelios
11102026-07-01T19:11:06.457Z developer/build-essential
11112026-07-01T19:11:06.457Z None -> 11-3.0
11122026-07-01T19:11:06.457Z library/libxmlsec1
11132026-07-01T19:11:06.457Z None -> 1.2.35-3.0
11142026-07-01T19:11:06.481Z
11152026-07-01T19:11:06.482ZDownload: 0/214 items 0.0/1.3MB 0% complete
11162026-07-01T19:11:06.990ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
11172026-07-01T19:11:07.060Z Actions: 1/268 actions (Installing new actions)
11182026-07-01T19:11:07.100Z Actions: Completed 268 actions in 0.04 seconds.
11192026-07-01T19:11:07.111ZFinalize: Updating package state database ... Done (0.011s)
11202026-07-01T19:11:07.112ZFinalize: Updating package cache ... Done (0.000s)
11212026-07-01T19:11:07.140ZFinalize: Updating image state ... Done (0.029s)
11222026-07-01T19:11:09.807ZFinalize: Creating fast lookup database ... Done (2.641s)
11232026-07-01T19:11:09.879ZFinalize: Reading search index ... Done (0.013s)
11242026-07-01T19:11:09.883ZFinalize: Updating search index ... Done (0.000s)
11252026-07-01T19:11:09.992ZFinalize: Updating package cache ... Done (0.000s)
11262026-07-01T19:11:10.313ZPlanning: Evaluating mediator changes ... Done
11272026-07-01T19:11:10.418ZPlanning: Checking for conflicting actions ... Done
11282026-07-01T19:11:10.424ZPlanning: Consolidating action changes ... Done
11292026-07-01T19:11:10.577ZPlanning: Evaluating mediators ... Done
11302026-07-01T19:11:10.581ZPlanning: Planning completed in 0.27 seconds
11312026-07-01T19:11:10.603Z Mediators to change: 2
11322026-07-01T19:11:10.603Z Create boot environment: No
11332026-07-01T19:11:10.603ZCreate backup boot environment: No
11342026-07-01T19:11:10.660ZFinalize: Updating package state database ... Done
11352026-07-01T19:11:10.661ZFinalize: Updating package cache ... Done
11362026-07-01T19:11:10.677ZFinalize: Updating image state ... Done
11372026-07-01T19:11:12.628ZFinalize: Creating fast lookup database ... Done
11382026-07-01T19:11:12.689ZFinalize: Reading search index ... Done
11392026-07-01T19:11:12.692ZFinalize: Updating search index ... Done
11402026-07-01T19:11:12.769ZFinalize: Updating package cache ... Done
11412026-07-01T19:11:13.055ZPlanning: Evaluating mediator changes ... Done
11422026-07-01T19:11:13.160ZPlanning: Checking for conflicting actions ... Done
11432026-07-01T19:11:13.163ZPlanning: Consolidating action changes ... Done
11442026-07-01T19:11:13.320ZPlanning: Evaluating mediators ... Done
11452026-07-01T19:11:13.323ZPlanning: Planning completed in 0.26 seconds
11462026-07-01T19:11:13.343Z Mediators to change: 1
11472026-07-01T19:11:13.343Z Create boot environment: No
11482026-07-01T19:11:13.343ZCreate backup boot environment: No
11492026-07-01T19:11:13.399ZFinalize: Updating package state database ... Done
11502026-07-01T19:11:13.399ZFinalize: Updating package cache ... Done
11512026-07-01T19:11:13.419ZFinalize: Updating image state ... Done
11522026-07-01T19:11:15.358ZFinalize: Creating fast lookup database ... Done
11532026-07-01T19:11:15.421ZFinalize: Reading search index ... Done
11542026-07-01T19:11:15.426ZFinalize: Updating search index ... Done
11552026-07-01T19:11:15.496ZFinalize: Updating package cache ... Done
11562026-07-01T19:11:15.826ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11572026-07-01T19:11:15.826Zapache system 2.4 system
11582026-07-01T19:11:15.826Zclang system 15 system
11592026-07-01T19:11:15.826Zcsh system system illumos
11602026-07-01T19:11:15.826Zctags system system illumos
11612026-07-01T19:11:15.826Zfile vendor vendor darwinsys
11622026-07-01T19:11:15.826Zfile system system illumos
11632026-07-01T19:11:15.826Zgcc vendor 14 vendor
11642026-07-01T19:11:15.826Zgcc system 13 system
11652026-07-01T19:11:15.826Zgcc system 10 system
11662026-07-01T19:11:15.826Zgo system 1.25 system
11672026-07-01T19:11:15.826Zllvm system 15 system
11682026-07-01T19:11:15.826Zmariadb system 11.4 system
11692026-07-01T19:11:15.827Zmta vendor vendor dma
11702026-07-01T19:11:15.827Zopenjdk system 17 system
11712026-07-01T19:11:15.827Zopenjdk system 11 system
11722026-07-01T19:11:15.827Zopenssl vendor 3 vendor
11732026-07-01T19:11:15.827Zperl system 5.40 system
11742026-07-01T19:11:15.827Zpostgresql system 18 system
11752026-07-01T19:11:15.827Zpostgresql system 17 system
11762026-07-01T19:11:15.827Zpython vendor 3 vendor
11772026-07-01T19:11:15.827Zpython system 2 system
11782026-07-01T19:11:15.827Zpython3 vendor 3.13 vendor
11792026-07-01T19:11:15.827Zruby system 3.4 system
11802026-07-01T19:11:15.827Zruby system 3.0 system
11812026-07-01T19:11:15.827Zwords vendor vendor american-english
11822026-07-01T19:11:15.828Zwords system system australian-english
11832026-07-01T19:11:15.828Zwords system system british-english
11842026-07-01T19:11:15.828Zwords system system canadian-english
11852026-07-01T19:11:15.828Zwords system system french
11862026-07-01T19:11:15.828Zwords system system italian
11872026-07-01T19:11:15.828Zwords system system ngerman
11882026-07-01T19:11:15.828Zwords system system ogerman
11892026-07-01T19:11:15.828Zwords system system spanish
11902026-07-01T19:11:16.063ZPUBLISHER TYPE STATUS P LOCATION
11912026-07-01T19:11:16.063Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
11922026-07-01T19:11:16.365ZFMRI IFO
11932026-07-01T19:11:16.365Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
11942026-07-01T19:11:16.365Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
11952026-07-01T19:11:16.365Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
11962026-07-01T19:11:16.365Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
11972026-07-01T19:11:16.365Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
11982026-07-01T19:11:16.365Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
11992026-07-01T19:11:16.365Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12002026-07-01T19:11:16.365Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12012026-07-01T19:11:16.366Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12022026-07-01T19:11:16.898Z Downloading crates ...
12032026-07-01T19:11:16.956Z Downloaded cargo_toml v0.21.0
12042026-07-01T19:11:16.994Z Compiling proc-macro2 v1.0.106
12052026-07-01T19:11:16.994Z Compiling unicode-ident v1.0.24
12062026-07-01T19:11:16.994Z Compiling quote v1.0.45
12072026-07-01T19:11:16.994Z Compiling serde_core v1.0.228
12082026-07-01T19:11:17.002Z Compiling libc v0.2.185
12092026-07-01T19:11:17.002Z Compiling version_check v0.9.5
12102026-07-01T19:11:17.074Z Compiling memchr v2.8.0
12112026-07-01T19:11:17.087Z Compiling serde v1.0.228
12122026-07-01T19:11:17.088Z Compiling zmij v1.0.21
12132026-07-01T19:11:17.088Z Compiling itoa v1.0.17
12142026-07-01T19:11:17.088Z Compiling ucd-trie v0.1.7
12152026-07-01T19:11:17.088Z Compiling thiserror v1.0.69
12162026-07-01T19:11:17.088Z Compiling rustix v1.1.3
12172026-07-01T19:11:17.088Z Compiling byteorder v1.5.0
12182026-07-01T19:11:17.235Z Compiling serde_json v1.0.150
12192026-07-01T19:11:17.314Z Compiling bitflags v2.11.0
12202026-07-01T19:11:17.444Z Compiling proc-macro-error-attr v1.0.4
12212026-07-01T19:11:17.464Z Compiling usdt-impl v0.5.0
12222026-07-01T19:11:17.566Z Compiling pest v2.8.6
12232026-07-01T19:11:17.601Z Compiling camino v1.2.2
12242026-07-01T19:11:17.608Z Compiling syn v1.0.109
12252026-07-01T19:11:17.612Z Compiling proc-macro-error v1.0.4
12262026-07-01T19:11:17.701Z Compiling equivalent v1.0.2
12272026-07-01T19:11:17.733Z Compiling getrandom v0.4.1
12282026-07-01T19:11:17.759Z Compiling log v0.4.29
12292026-07-01T19:11:17.778Z Compiling hashbrown v0.17.0
12302026-07-01T19:11:17.790Z Compiling plain v0.2.3
12312026-07-01T19:11:17.794Z Compiling utf8parse v0.2.2
12322026-07-01T19:11:17.876Z Compiling thiserror v2.0.18
12332026-07-01T19:11:17.900Z Compiling anstyle-parse v1.0.0
12342026-07-01T19:11:17.914Z Compiling winnow v0.7.14
12352026-07-01T19:11:17.926Z Compiling autocfg v1.5.0
12362026-07-01T19:11:17.948Z Compiling anstyle-query v1.1.5
12372026-07-01T19:11:17.957Z Compiling cfg-if v1.0.4
12382026-07-01T19:11:18.037Z Compiling errno v0.3.14
12392026-07-01T19:11:18.047Z Compiling thread-id v4.2.2
12402026-07-01T19:11:18.056Z Compiling anstyle v1.0.14
12412026-07-01T19:11:18.071Z Compiling colorchoice v1.0.4
12422026-07-01T19:11:18.095Z Compiling toml_write v0.1.2
12432026-07-01T19:11:18.106Z Compiling is_terminal_polyfill v1.70.2
12442026-07-01T19:11:18.109Z Compiling pretty-hex v0.4.1
12452026-07-01T19:11:18.209Z Compiling strsim v0.11.1
12462026-07-01T19:11:18.212Z Compiling heck v0.4.1
12472026-07-01T19:11:18.270Z Compiling anstream v1.0.0
12482026-07-01T19:11:18.309Z Compiling indexmap v2.14.0
12492026-07-01T19:11:18.318Z Compiling clap_lex v1.0.0
12502026-07-01T19:11:18.352Z Compiling fnv v1.0.7
12512026-07-01T19:11:18.362Z Compiling fastrand v2.3.0
12522026-07-01T19:11:18.419Z Compiling fs-err v3.3.0
12532026-07-01T19:11:18.470Z Compiling once_cell v1.21.3
12542026-07-01T19:11:18.488Z Compiling anyhow v1.0.102
12552026-07-01T19:11:18.497Z Compiling syn v2.0.117
12562026-07-01T19:11:18.614Z Compiling bytecount v0.6.9
12572026-07-01T19:11:18.618Z Compiling unicode-width v0.1.14
12582026-07-01T19:11:18.618Z Compiling heck v0.5.0
12592026-07-01T19:11:18.653Z Compiling pest_meta v2.8.6
12602026-07-01T19:11:18.699Z Compiling memmap v0.7.0
12612026-07-01T19:11:18.754Z Compiling smawk v0.3.2
12622026-07-01T19:11:18.772Z Compiling unicode-width v0.2.0
12632026-07-01T19:11:18.892Z Compiling papergrid v0.11.0
12642026-07-01T19:11:18.940Z Compiling unicode-linebreak v0.1.5
12652026-07-01T19:11:18.972Z Compiling swrite v0.1.0
12662026-07-01T19:11:19.003Z Compiling terminal_size v0.4.3
12672026-07-01T19:11:19.003Z Compiling tempfile v3.25.0
12682026-07-01T19:11:19.103Z Compiling clap_builder v4.6.0
12692026-07-01T19:11:19.103Z Compiling textwrap v0.16.2
12702026-07-01T19:11:19.421Z Compiling cargo-platform v0.3.2
12712026-07-01T19:11:19.428Z Compiling semver v1.0.28
12722026-07-01T19:11:19.640Z Compiling camino-tempfile v1.4.1
12732026-07-01T19:11:19.984Z Compiling tabled_derive v0.7.0
12742026-07-01T19:11:20.628Z Compiling tabled v0.15.0
12752026-07-01T19:11:20.637Z Compiling pest_generator v2.8.6
12762026-07-01T19:11:21.121Z Compiling serde_derive v1.0.228
12772026-07-01T19:11:21.124Z Compiling thiserror-impl v1.0.69
12782026-07-01T19:11:21.124Z Compiling zerocopy-derive v0.7.35
12792026-07-01T19:11:21.124Z Compiling scroll_derive v0.12.1
12802026-07-01T19:11:21.124Z Compiling thiserror-impl v2.0.18
12812026-07-01T19:11:21.124Z Compiling clap_derive v4.6.1
12822026-07-01T19:11:21.170Z Compiling pest_derive v2.8.6
12832026-07-01T19:11:21.760Z Compiling scroll v0.12.0
12842026-07-01T19:11:21.830Z Compiling zerocopy v0.7.35
12852026-07-01T19:11:21.970Z Compiling goblin v0.8.2
12862026-07-01T19:11:22.227Z Compiling dtrace-parser v0.2.0
12872026-07-01T19:11:22.476Z Compiling clap v4.6.1
12882026-07-01T19:11:23.545Z Compiling dof v0.3.0
12892026-07-01T19:11:23.545Z Compiling serde_tokenstream v0.2.3
12902026-07-01T19:11:23.553Z Compiling toml_datetime v0.6.11
12912026-07-01T19:11:23.561Z Compiling serde_spanned v0.6.9
12922026-07-01T19:11:23.569Z Compiling cargo_metadata v0.23.1
12932026-07-01T19:11:23.569Z Compiling macaddr v1.0.1
12942026-07-01T19:11:23.569Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12952026-07-01T19:11:23.718Z Compiling toml_edit v0.22.27
12962026-07-01T19:11:24.191Z Compiling usdt-macro v0.5.0
12972026-07-01T19:11:24.191Z Compiling usdt-attr-macro v0.5.0
12982026-07-01T19:11:24.812Z Compiling usdt v0.5.0
12992026-07-01T19:11:24.971Z Compiling toml v0.8.23
13002026-07-01T19:11:25.291Z Compiling cargo_toml v0.21.0
13012026-07-01T19:11:26.597Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13022026-07-01T19:11:28.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.10s
13032026-07-01T19:11:28.599Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13042026-07-01T19:11:29.288Z Compiling libc v0.2.185
13052026-07-01T19:11:29.288Z Compiling serde_core v1.0.228
13062026-07-01T19:11:29.288Z Compiling serde v1.0.228
13072026-07-01T19:11:29.292Z Compiling log v0.4.29
13082026-07-01T19:11:29.292Z Compiling smallvec v1.15.1
13092026-07-01T19:11:29.292Z Compiling shlex v1.3.0
13102026-07-01T19:11:29.292Z Compiling find-msvc-tools v0.1.9
13112026-07-01T19:11:29.292Z Compiling typenum v1.19.0
13122026-07-01T19:11:29.292Z Compiling subtle v2.6.1
13132026-07-01T19:11:29.468Z Compiling generic-array v0.14.7
13142026-07-01T19:11:29.479Z Compiling scopeguard v1.2.0
13152026-07-01T19:11:29.482Z Compiling stable_deref_trait v1.2.1
13162026-07-01T19:11:29.482Z Compiling const-oid v0.9.6
13172026-07-01T19:11:29.519Z Compiling serde_json v1.0.150
13182026-07-01T19:11:29.542Z Compiling syn v2.0.117
13192026-07-01T19:11:29.570Z Compiling portable-atomic v1.13.1
13202026-07-01T19:11:29.619Z Compiling lock_api v0.4.14
13212026-07-01T19:11:29.628Z Compiling zerocopy v0.8.40
13222026-07-01T19:11:29.633Z Compiling pin-project-lite v0.2.17
13232026-07-01T19:11:29.655Z Compiling parking_lot_core v0.9.12
13242026-07-01T19:11:29.659Z Compiling critical-section v1.2.0
13252026-07-01T19:11:29.669Z Compiling pkg-config v0.3.32
13262026-07-01T19:11:29.755Z Compiling libm v0.2.16
13272026-07-01T19:11:29.809Z Compiling futures-core v0.3.32
13282026-07-01T19:11:29.813Z Compiling num-traits v0.2.19
13292026-07-01T19:11:29.813Z Compiling writeable v0.6.2
13302026-07-01T19:11:29.860Z Compiling percent-encoding v2.3.2
13312026-07-01T19:11:29.867Z Compiling litemap v0.8.1
13322026-07-01T19:11:29.881Z Compiling icu_properties_data v2.1.2
13332026-07-01T19:11:29.976Z Compiling icu_normalizer_data v2.1.1
13342026-07-01T19:11:29.986Z Compiling getrandom v0.4.1
13352026-07-01T19:11:30.041Z Compiling futures-sink v0.3.32
13362026-07-01T19:11:30.108Z Compiling cpufeatures v0.2.17
13372026-07-01T19:11:30.108Z Compiling futures-task v0.3.32
13382026-07-01T19:11:30.132Z Compiling futures-channel v0.3.32
13392026-07-01T19:11:30.165Z Compiling rand_core v0.10.0
13402026-07-01T19:11:30.245Z Compiling futures-io v0.3.32
13412026-07-01T19:11:30.284Z Compiling slab v0.4.12
13422026-07-01T19:11:30.314Z Compiling getrandom v0.3.4
13432026-07-01T19:11:30.315Z Compiling utf8_iter v1.0.4
13442026-07-01T19:11:30.333Z Compiling rustversion v1.0.22
13452026-07-01T19:11:30.333Z Compiling form_urlencoded v1.2.2
13462026-07-01T19:11:30.348Z Compiling rustix v1.1.3
13472026-07-01T19:11:30.363Z Compiling jobserver v0.1.34
13482026-07-01T19:11:30.381Z Compiling getrandom v0.2.17
13492026-07-01T19:11:30.408Z Compiling errno v0.3.14
13502026-07-01T19:11:30.451Z Compiling mio v1.2.0
13512026-07-01T19:11:30.456Z Compiling socket2 v0.6.3
13522026-07-01T19:11:30.534Z Compiling ident_case v1.0.1
13532026-07-01T19:11:30.616Z Compiling cc v1.2.56
13542026-07-01T19:11:30.682Z Compiling rand_core v0.6.4
13552026-07-01T19:11:30.687Z Compiling once_cell v1.21.3
13562026-07-01T19:11:30.702Z Compiling signal-hook-registry v1.4.8
13572026-07-01T19:11:30.718Z Compiling parking_lot v0.12.5
13582026-07-01T19:11:30.760Z Compiling base64ct v1.8.3
13592026-07-01T19:11:30.772Z Compiling dunce v1.0.5
13602026-07-01T19:11:30.776Z Compiling fs_extra v1.3.0
13612026-07-01T19:11:30.888Z Compiling iana-time-zone v0.1.65
13622026-07-01T19:11:30.918Z Compiling regex-syntax v0.8.10
13632026-07-01T19:11:30.932Z Compiling flagset v0.4.7
13642026-07-01T19:11:30.975Z Compiling vcpkg v0.2.15
13652026-07-01T19:11:31.013Z Compiling pem-rfc7468 v0.7.0
13662026-07-01T19:11:31.028Z Compiling tracing-core v0.1.36
13672026-07-01T19:11:31.066Z Compiling aws-lc-rs v1.16.3
13682026-07-01T19:11:31.071Z Compiling base64 v0.22.1
13692026-07-01T19:11:31.094Z Compiling openssl-probe v0.2.1
13702026-07-01T19:11:31.105Z Compiling httparse v1.10.1
13712026-07-01T19:11:31.109Z Compiling tinyvec_macros v0.1.1
13722026-07-01T19:11:31.192Z Compiling rand_core v0.9.5
13732026-07-01T19:11:31.292Z Compiling tinyvec v1.10.0
13742026-07-01T19:11:31.296Z Compiling aho-corasick v1.1.4
13752026-07-01T19:11:31.336Z Compiling tower-service v0.3.3
13762026-07-01T19:11:31.352Z Compiling untrusted v0.7.1
13772026-07-01T19:11:31.417Z Compiling cmake v0.1.57
13782026-07-01T19:11:31.420Z Compiling atomic-waker v1.1.2
13792026-07-01T19:11:31.447Z Compiling tower-layer v0.3.3
13802026-07-01T19:11:31.471Z Compiling try-lock v0.2.5
13812026-07-01T19:11:31.491Z Compiling schemars v0.8.22
13822026-07-01T19:11:31.504Z Compiling dyn-clone v1.0.20
13832026-07-01T19:11:31.558Z Compiling want v0.3.1
13842026-07-01T19:11:31.587Z Compiling openssl v0.10.79
13852026-07-01T19:11:31.703Z Compiling bitflags v2.11.0
13862026-07-01T19:11:31.709Z Compiling semver v1.0.28
13872026-07-01T19:11:31.709Z Compiling indexmap v2.14.0
13882026-07-01T19:11:31.709Z Compiling uuid v1.23.4
13892026-07-01T19:11:31.748Z Compiling httpdate v1.0.3
13902026-07-01T19:11:31.758Z Compiling rustls v0.23.41
13912026-07-01T19:11:31.777Z Compiling untrusted v0.9.0
13922026-07-01T19:11:31.801Z Compiling foreign-types-shared v0.1.1
13932026-07-01T19:11:31.873Z Compiling rustc_version v0.4.1
13942026-07-01T19:11:31.885Z Compiling foreign-types v0.3.2
13952026-07-01T19:11:31.891Z Compiling unicode-normalization v0.1.25
13962026-07-01T19:11:31.900Z Compiling spin v0.9.8
13972026-07-01T19:11:31.936Z Compiling time-core v0.1.8
13982026-07-01T19:11:31.961Z Compiling powerfmt v0.2.0
13992026-07-01T19:11:31.983Z Compiling num-conv v0.2.0
14002026-07-01T19:11:31.990Z Compiling crc32fast v1.5.0
14012026-07-01T19:11:32.004Z Compiling native-tls v0.2.18
14022026-07-01T19:11:32.083Z Compiling wait-timeout v0.2.1
14032026-07-01T19:11:32.119Z Compiling time-macros v0.2.27
14042026-07-01T19:11:32.137Z Compiling deranged v0.5.8
14052026-07-01T19:11:32.180Z Compiling sync_wrapper v1.0.2
14062026-07-01T19:11:32.209Z Compiling usdt-impl v0.6.0
14072026-07-01T19:11:32.223Z Compiling aws-lc-sys v0.40.0
14082026-07-01T19:11:32.242Z Compiling openssl-sys v0.9.115
14092026-07-01T19:11:32.300Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14102026-07-01T19:11:32.336Z Compiling simd-adler32 v0.3.8
14112026-07-01T19:11:32.363Z Compiling siphasher v1.0.2
14122026-07-01T19:11:32.372Z Compiling synstructure v0.13.2
14132026-07-01T19:11:32.391Z Compiling serde_derive_internals v0.29.1
14142026-07-01T19:11:32.411Z Compiling pest_generator v2.8.6
14152026-07-01T19:11:32.452Z Compiling regex-automata v0.4.14
14162026-07-01T19:11:32.559Z Compiling darling_core v0.20.11
14172026-07-01T19:11:32.593Z Compiling crossbeam-utils v0.8.21
14182026-07-01T19:11:32.756Z Compiling tempfile v3.25.0
14192026-07-01T19:11:32.923Z Compiling num_threads v0.1.7
14202026-07-01T19:11:33.038Z Compiling bit-vec v0.8.0
14212026-07-01T19:11:33.047Z Compiling quick-error v1.2.3
14222026-07-01T19:11:33.052Z Compiling syn v1.0.109
14232026-07-01T19:11:33.134Z Compiling darling_core v0.21.3
14242026-07-01T19:11:33.167Z Compiling rusty-fork v0.3.1
14252026-07-01T19:11:33.175Z Compiling bzip2-sys v0.1.13+1.0.8
14262026-07-01T19:11:33.175Z Compiling heapless v0.7.17
14272026-07-01T19:11:33.229Z Compiling time v0.3.47
14282026-07-01T19:11:33.283Z Compiling bit-set v0.8.0
14292026-07-01T19:11:33.298Z Compiling slog v2.8.2
14302026-07-01T19:11:33.311Z Compiling rand_xorshift v0.4.0
14312026-07-01T19:11:33.342Z Compiling thread-id v5.1.0
14322026-07-01T19:11:33.415Z Compiling cookie v0.18.1
14332026-07-01T19:11:33.427Z Compiling iri-string v0.7.10
14342026-07-01T19:11:33.453Z Compiling paste v1.0.15
14352026-07-01T19:11:33.473Z Compiling zstd-safe v7.2.4
14362026-07-01T19:11:33.481Z Compiling adler2 v2.0.1
14372026-07-01T19:11:33.481Z Compiling ryu v1.0.23
14382026-07-01T19:11:33.503Z Compiling unicode-properties v0.1.4
14392026-07-01T19:11:33.507Z Compiling anyhow v1.0.102
14402026-07-01T19:11:33.529Z Compiling unarray v0.1.4
14412026-07-01T19:11:33.622Z Compiling signal-hook v0.3.18
14422026-07-01T19:11:33.640Z Compiling unicode-bidi v0.3.18
14432026-07-01T19:11:33.655Z Compiling allocator-api2 v0.2.21
14442026-07-01T19:11:33.698Z Compiling miniz_oxide v0.8.9
14452026-07-01T19:11:33.869Z Compiling camino v1.2.2
14462026-07-01T19:11:33.989Z Compiling stringprep v0.1.5
14472026-07-01T19:11:34.071Z Compiling serde_derive v1.0.228
14482026-07-01T19:11:34.086Z Compiling zeroize_derive v1.4.3
14492026-07-01T19:11:34.175Z Compiling zerofrom-derive v0.1.6
14502026-07-01T19:11:34.248Z Compiling yoke-derive v0.8.1
14512026-07-01T19:11:34.309Z Compiling zerocopy-derive v0.8.40
14522026-07-01T19:11:34.385Z Compiling zerovec-derive v0.11.2
14532026-07-01T19:11:34.450Z Compiling displaydoc v0.2.5
14542026-07-01T19:11:34.546Z Compiling tokio-macros v2.7.0
14552026-07-01T19:11:34.778Z Compiling zeroize v1.8.2
14562026-07-01T19:11:34.824Z Compiling futures-macro v0.3.32
14572026-07-01T19:11:34.904Z Compiling der_derive v0.7.3
14582026-07-01T19:11:34.992Z Compiling tracing-attributes v0.1.31
14592026-07-01T19:11:35.258Z Compiling thiserror-impl v2.0.18
14602026-07-01T19:11:35.338Z Compiling rustls-pki-types v1.14.0
14612026-07-01T19:11:35.465Z Compiling schemars_derive v0.8.22
14622026-07-01T19:11:35.612Z Compiling crypto-common v0.1.7
14632026-07-01T19:11:36.036Z Compiling block-buffer v0.10.4
14642026-07-01T19:11:36.043Z Compiling futures-util v0.3.32
14652026-07-01T19:11:36.043Z Compiling zerofrom v0.1.6
14662026-07-01T19:11:36.043Z Compiling block-padding v0.3.3
14672026-07-01T19:11:36.043Z Compiling digest v0.10.7
14682026-07-01T19:11:36.043Z Compiling pest_derive v2.8.6
14692026-07-01T19:11:36.043Z Compiling yoke v0.8.1
14702026-07-01T19:11:36.043Z Compiling inout v0.1.4
14712026-07-01T19:11:36.043Z Compiling scroll_derive v0.13.1
14722026-07-01T19:11:36.043Z Compiling der v0.7.10
14732026-07-01T19:11:36.043Z Compiling zerovec v0.11.5
14742026-07-01T19:11:36.051Z Compiling zerotrie v0.2.3
14752026-07-01T19:11:36.051Z Compiling hmac v0.12.1
14762026-07-01T19:11:36.236Z Compiling cipher v0.4.4
14772026-07-01T19:11:36.297Z Compiling sha2 v0.10.9
14782026-07-01T19:11:36.362Z Compiling pbkdf2 v0.12.2
14792026-07-01T19:11:36.426Z Compiling tracing v0.1.44
14802026-07-01T19:11:36.490Z Compiling tinystr v0.8.2
14812026-07-01T19:11:36.528Z Compiling potential_utf v0.1.4
14822026-07-01T19:11:36.571Z Compiling salsa20 v0.10.2
14832026-07-01T19:11:36.664Z Compiling icu_locale_core v2.1.1
14842026-07-01T19:11:36.717Z Compiling icu_collections v2.1.1
14852026-07-01T19:11:36.722Z Compiling thiserror v2.0.18
14862026-07-01T19:11:36.722Z Compiling scrypt v0.11.0
14872026-07-01T19:11:36.745Z Compiling cbc v0.1.2
14882026-07-01T19:11:36.757Z Compiling aes v0.8.4
14892026-07-01T19:11:36.823Z Compiling scroll v0.13.0
14902026-07-01T19:11:36.852Z Compiling spki v0.7.3
14912026-07-01T19:11:36.865Z Compiling darling_macro v0.20.11
14922026-07-01T19:11:36.920Z Compiling openssl-macros v0.1.1
14932026-07-01T19:11:36.995Z Compiling dtrace-parser v0.3.0
14942026-07-01T19:11:37.077Z Compiling goblin v0.10.5
14952026-07-01T19:11:37.083Z Compiling signature v2.2.0
14962026-07-01T19:11:37.202Z Compiling pkcs5 v0.7.1
14972026-07-01T19:11:37.240Z Compiling scroll_derive v0.12.1
14982026-07-01T19:11:37.288Z Compiling thiserror-impl v1.0.69
14992026-07-01T19:11:37.355Z Compiling icu_provider v2.1.1
15002026-07-01T19:11:37.397Z Compiling darling v0.20.11
15012026-07-01T19:11:37.579Z Compiling pkcs8 v0.10.2
15022026-07-01T19:11:37.675Z Compiling bytes v1.11.1
15032026-07-01T19:11:37.694Z Compiling icu_properties v2.1.2
15042026-07-01T19:11:37.708Z Compiling icu_normalizer v2.1.1
15052026-07-01T19:11:37.736Z Compiling chrono v0.4.44
15062026-07-01T19:11:37.763Z Compiling ipnet v2.11.0
15072026-07-01T19:11:37.778Z Compiling derive_builder_core v0.20.2
15082026-07-01T19:11:37.859Z Compiling serde_tokenstream v0.2.3
15092026-07-01T19:11:37.916Z Compiling serde_urlencoded v0.7.1
15102026-07-01T19:11:38.018Z Compiling scroll v0.12.0
15112026-07-01T19:11:38.095Z Compiling toml_datetime v0.6.11
15122026-07-01T19:11:38.181Z Compiling tokio v1.52.1
15132026-07-01T19:11:38.181Z Compiling http v1.4.2
15142026-07-01T19:11:38.267Z Compiling erased-serde v0.3.31
15152026-07-01T19:11:38.279Z Compiling serde_spanned v0.6.9
15162026-07-01T19:11:38.289Z Compiling md-5 v0.10.6
15172026-07-01T19:11:38.316Z Compiling darling_macro v0.21.3
15182026-07-01T19:11:38.368Z Compiling rustls-native-certs v0.8.3
15192026-07-01T19:11:38.436Z Compiling bstr v1.12.1
15202026-07-01T19:11:38.466Z Compiling pin-project-internal v1.1.11
15212026-07-01T19:11:38.625Z Compiling idna_adapter v1.2.1
15222026-07-01T19:11:38.664Z Compiling derive_builder_macro v0.20.2
15232026-07-01T19:11:38.679Z Compiling thiserror v1.0.69
15242026-07-01T19:11:38.777Z Compiling idna v1.1.0
15252026-07-01T19:11:38.791Z Compiling ppv-lite86 v0.2.21
15262026-07-01T19:11:38.804Z Compiling async-trait v0.1.89
15272026-07-01T19:11:38.819Z Compiling http-body v1.0.1
15282026-07-01T19:11:38.853Z Compiling zerocopy-derive v0.7.35
15292026-07-01T19:11:38.987Z Compiling http-body-util v0.1.3
15302026-07-01T19:11:39.011Z Compiling curve25519-dalek v4.1.3
15312026-07-01T19:11:39.086Z Compiling url v2.5.8
15322026-07-01T19:11:39.109Z Compiling rand_chacha v0.9.0
15332026-07-01T19:11:39.132Z Compiling rand_chacha v0.3.1
15342026-07-01T19:11:39.147Z Compiling num-integer v0.1.46
15352026-07-01T19:11:39.186Z Compiling vergen-lib v9.1.0
15362026-07-01T19:11:39.262Z Compiling ff v0.13.1
15372026-07-01T19:11:39.382Z Compiling rand v0.9.2
15382026-07-01T19:11:39.396Z Compiling hash32 v0.2.1
15392026-07-01T19:11:39.401Z Compiling memoffset v0.9.1
15402026-07-01T19:11:39.451Z Compiling encoding_rs v0.8.35
15412026-07-01T19:11:39.480Z Compiling num-bigint-dig v0.8.6
15422026-07-01T19:11:39.624Z Compiling ref-cast v1.0.25
15432026-07-01T19:11:39.643Z Compiling zlib-rs v0.6.2
15442026-07-01T19:11:39.771Z Compiling smoltcp v0.9.1
15452026-07-01T19:11:39.807Z Compiling dof v0.4.0
15462026-07-01T19:11:39.871Z Compiling cfg_aliases v0.2.1
15472026-07-01T19:11:39.909Z Compiling base16ct v0.2.0
15482026-07-01T19:11:39.940Z Compiling proptest v1.10.0
15492026-07-01T19:11:39.955Z Compiling mime v0.3.17
15502026-07-01T19:11:39.965Z Compiling fallible-iterator v0.2.0
15512026-07-01T19:11:40.037Z Compiling rustix v0.38.44
15522026-07-01T19:11:40.090Z Compiling litrs v1.0.0
15532026-07-01T19:11:40.139Z Compiling psl-types v2.0.11
15542026-07-01T19:11:40.210Z Compiling sec1 v0.7.3
15552026-07-01T19:11:40.273Z Compiling publicsuffix v2.3.0
15562026-07-01T19:11:40.278Z Compiling postgres-protocol v0.6.10
15572026-07-01T19:11:40.300Z Compiling nix v0.31.2
15582026-07-01T19:11:40.430Z Compiling ipnetwork v0.21.1
15592026-07-01T19:11:40.556Z Compiling zerocopy v0.7.35
15602026-07-01T19:11:40.698Z Compiling document-features v0.2.12
15612026-07-01T19:11:40.748Z Compiling oxnet v0.1.6
15622026-07-01T19:11:40.798Z Compiling pin-project v1.1.11
15632026-07-01T19:11:40.900Z Compiling num-iter v0.1.45
15642026-07-01T19:11:40.914Z Compiling group v0.13.0
15652026-07-01T19:11:40.975Z Compiling rand v0.8.6
15662026-07-01T19:11:40.998Z Compiling derive_builder v0.20.2
15672026-07-01T19:11:41.029Z Compiling darling v0.21.3
15682026-07-01T19:11:41.053Z Compiling goblin v0.8.2
15692026-07-01T19:11:41.118Z Compiling futures-executor v0.3.32
15702026-07-01T19:11:41.127Z Compiling hubpack_derive v0.1.1
15712026-07-01T19:11:41.132Z Compiling hex v0.4.3
15722026-07-01T19:11:41.132Z Compiling hkdf v0.12.4
15732026-07-01T19:11:41.157Z Compiling crypto-bigint v0.5.5
15742026-07-01T19:11:41.209Z Compiling regex v1.12.3
15752026-07-01T19:11:41.382Z Compiling curve25519-dalek-derive v0.1.1
15762026-07-01T19:11:41.424Z Compiling strum_macros v0.27.2
15772026-07-01T19:11:41.446Z Compiling daft-derive v0.1.7
15782026-07-01T19:11:41.455Z Compiling ref-cast-impl v1.0.25
15792026-07-01T19:11:41.469Z Compiling snafu-derive v0.8.9
15802026-07-01T19:11:41.702Z Compiling terminal_size v0.4.3
15812026-07-01T19:11:41.841Z Compiling phf_shared v0.13.1
15822026-07-01T19:11:41.867Z Compiling lazy_static v1.5.0
15832026-07-01T19:11:41.875Z Compiling anstyle-parse v0.2.7
15842026-07-01T19:11:41.927Z Compiling cargo-platform v0.3.2
15852026-07-01T19:11:41.967Z Compiling tokio-util v0.7.18
15862026-07-01T19:11:42.045Z Compiling tower v0.5.3
15872026-07-01T19:11:42.068Z Compiling tokio-native-tls v0.3.1
15882026-07-01T19:11:42.073Z Compiling vergen v9.1.0
15892026-07-01T19:11:42.101Z Compiling fs-err v3.3.0
15902026-07-01T19:11:42.234Z Compiling ahash v0.8.12
15912026-07-01T19:11:42.251Z Compiling bumpalo v3.20.2
15922026-07-01T19:11:42.251Z Compiling object v0.37.3
15932026-07-01T19:11:42.262Z Compiling foldhash v0.2.0
15942026-07-01T19:11:42.300Z Compiling unicode-segmentation v1.12.0
15952026-07-01T19:11:42.327Z Compiling newtype-uuid v1.3.2
15962026-07-01T19:11:42.435Z Compiling foldhash v0.1.5
15972026-07-01T19:11:42.478Z Compiling tower-http v0.6.8
15982026-07-01T19:11:42.498Z Compiling bitflags v1.3.2
15992026-07-01T19:11:42.532Z Compiling libbz2-rs-sys v0.2.2
16002026-07-01T19:11:42.554Z Compiling managed v0.8.0
16012026-07-01T19:11:42.580Z Compiling winnow v0.5.40
16022026-07-01T19:11:42.623Z Compiling same-file v1.0.6
16032026-07-01T19:11:42.676Z Compiling h2 v0.4.15
16042026-07-01T19:11:42.704Z Compiling flate2 v1.1.9
16052026-07-01T19:11:42.801Z Compiling walkdir v2.5.0
16062026-07-01T19:11:42.924Z Compiling hashbrown v0.15.5
16072026-07-01T19:11:43.058Z Compiling bzip2 v0.6.1
16082026-07-01T19:11:43.134Z Compiling daft v0.1.7
16092026-07-01T19:11:43.165Z Compiling hashbrown v0.16.1
16102026-07-01T19:11:43.203Z Compiling zopfli v0.8.3
16112026-07-01T19:11:43.299Z Compiling dof v0.3.0
16122026-07-01T19:11:43.314Z Compiling clap_builder v4.6.0
16132026-07-01T19:11:43.386Z Compiling elliptic-curve v0.13.8
16142026-07-01T19:11:43.430Z Compiling snafu v0.8.9
16152026-07-01T19:11:43.451Z Compiling cargo_metadata v0.23.1
16162026-07-01T19:11:43.465Z Compiling strum v0.27.2
16172026-07-01T19:11:43.629Z Compiling phf v0.13.1
16182026-07-01T19:11:43.737Z Compiling anstream v0.6.21
16192026-07-01T19:11:43.801Z Compiling signal-hook-mio v0.2.5
16202026-07-01T19:11:43.810Z Compiling hubpack v0.1.2
16212026-07-01T19:11:43.814Z Compiling cookie_store v0.22.1
16222026-07-01T19:11:43.932Z Compiling toml_edit v0.19.15
16232026-07-01T19:11:43.963Z Compiling usdt-attr-macro v0.6.0
16242026-07-01T19:11:44.027Z Compiling usdt-macro v0.6.0
16252026-07-01T19:11:44.045Z Compiling bzip2 v0.4.4
16262026-07-01T19:11:44.059Z Compiling futures v0.3.32
16272026-07-01T19:11:44.073Z Compiling serde_with_macros v3.17.0
16282026-07-01T19:11:44.168Z Compiling zstd v0.13.3
16292026-07-01T19:11:44.276Z Compiling postgres-types v0.2.12
16302026-07-01T19:11:44.442Z Compiling globset v0.4.18
16312026-07-01T19:11:44.483Z Compiling dtrace-parser v0.2.0
16322026-07-01T19:11:44.575Z Compiling pkcs1 v0.7.5
16332026-07-01T19:11:44.803Z Compiling ed25519 v2.2.3
16342026-07-01T19:11:44.834Z Compiling serde-big-array v0.5.1
16352026-07-01T19:11:44.854Z Compiling olpc-cjson v0.1.4
16362026-07-01T19:11:44.861Z Compiling serde_plain v1.0.2
16372026-07-01T19:11:44.993Z Compiling rfc6979 v0.4.0
16382026-07-01T19:11:45.008Z Compiling async-recursion v1.1.1
16392026-07-01T19:11:45.024Z Compiling clap_derive v4.6.1
16402026-07-01T19:11:45.076Z Compiling serde_repr v0.1.20
16412026-07-01T19:11:45.138Z Compiling enum-as-inner v0.6.1
16422026-07-01T19:11:45.151Z Compiling strum_macros v0.26.4
16432026-07-01T19:11:45.270Z Compiling phf_shared v0.11.3
16442026-07-01T19:11:45.278Z Compiling float-cmp v0.10.0
16452026-07-01T19:11:45.418Z Compiling pem v3.0.6
16462026-07-01T19:11:45.451Z Compiling memmap2 v0.9.10
16472026-07-01T19:11:45.465Z Compiling thread-id v4.2.2
16482026-07-01T19:11:45.574Z Compiling env_filter v1.0.0
16492026-07-01T19:11:45.688Z Compiling precomputed-hash v0.1.1
16502026-07-01T19:11:45.702Z Compiling data-encoding v2.10.0
16512026-07-01T19:11:45.717Z Compiling new_debug_unreachable v1.0.6
16522026-07-01T19:11:45.735Z Compiling keccak v0.1.6
16532026-07-01T19:11:45.750Z Compiling jiff v0.2.21
16542026-07-01T19:11:45.790Z Compiling winnow v1.0.3
16552026-07-01T19:11:45.803Z Compiling predicates-core v1.0.10
16562026-07-01T19:11:45.816Z Compiling typed-path v0.9.3
16572026-07-01T19:11:45.911Z Compiling hyper v1.10.1
16582026-07-01T19:11:45.992Z Compiling difflib v0.4.0
16592026-07-01T19:11:46.164Z Compiling static_assertions v1.1.0
16602026-07-01T19:11:46.249Z Compiling normalize-line-endings v0.3.0
16612026-07-01T19:11:46.363Z Compiling fixedbitset v0.5.7
16622026-07-01T19:11:46.377Z Compiling fixedbitset v0.4.2
16632026-07-01T19:11:46.429Z Compiling either v1.15.0
16642026-07-01T19:11:46.488Z Compiling whoami v2.1.0
16652026-07-01T19:11:46.549Z Compiling toml_edit v0.22.27
16662026-07-01T19:11:46.581Z Compiling petgraph v0.8.3
16672026-07-01T19:11:46.620Z Compiling itertools v0.13.0
16682026-07-01T19:11:46.642Z Compiling petgraph v0.6.5
16692026-07-01T19:11:46.655Z Compiling predicates v3.1.4
16702026-07-01T19:11:46.689Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16712026-07-01T19:11:46.903Z Compiling tokio-postgres v0.7.16
16722026-07-01T19:11:46.928Z Compiling toml_parser v1.1.2+spec-1.1.0
16732026-07-01T19:11:46.941Z Compiling clap v4.6.1
16742026-07-01T19:11:47.031Z Compiling hickory-proto v0.25.2
16752026-07-01T19:11:47.045Z Compiling hyper-util v0.1.20
16762026-07-01T19:11:47.097Z Compiling strum v0.26.3
16772026-07-01T19:11:47.241Z Compiling sha3 v0.10.8
16782026-07-01T19:11:47.327Z Compiling string_cache v0.8.9
16792026-07-01T19:11:47.574Z Compiling env_logger v0.11.9
16802026-07-01T19:11:47.587Z Compiling usdt v0.6.0
16812026-07-01T19:11:47.590Z Compiling usdt-impl v0.5.0
16822026-07-01T19:11:47.713Z Compiling toml v0.7.8
16832026-07-01T19:11:47.866Z Compiling serde_with v3.17.0
16842026-07-01T19:11:47.918Z Compiling crossterm v0.28.1
16852026-07-01T19:11:47.980Z Compiling ecdsa v0.16.9
16862026-07-01T19:11:48.201Z Compiling ed25519-dalek v2.2.0
16872026-07-01T19:11:48.215Z Compiling rsa v0.9.10
16882026-07-01T19:11:48.566Z Compiling hyper-tls v0.6.0
16892026-07-01T19:11:48.766Z Compiling reqwest v0.12.28
16902026-07-01T19:11:48.817Z Compiling zip v4.6.1
16912026-07-01T19:11:48.853Z Compiling zip v0.6.6
16922026-07-01T19:11:48.867Z Compiling iddqd v0.4.2
16932026-07-01T19:11:49.460Z Compiling tokio-stream v0.1.18
16942026-07-01T19:11:49.468Z Compiling similar v2.7.0
16952026-07-01T19:11:49.483Z Compiling heck v0.4.1
16962026-07-01T19:11:49.555Z Compiling buf-list v1.1.2
16972026-07-01T19:11:49.569Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-07-01T19:11:49.598Z Compiling openapiv3 v2.2.0
16992026-07-01T19:11:49.734Z Compiling x509-cert v0.2.5
17002026-07-01T19:11:49.791Z Compiling sha1 v0.10.6
17012026-07-01T19:11:49.835Z Compiling crossbeam-epoch v0.9.18
17022026-07-01T19:11:49.849Z Compiling lalrpop-util v0.19.12
17032026-07-01T19:11:49.885Z Compiling peg-runtime v0.8.5
17042026-07-01T19:11:49.950Z Compiling thread_local v1.1.9
17052026-07-01T19:11:49.995Z Compiling slog-async v2.8.0
17062026-07-01T19:11:50.035Z Compiling crossbeam-channel v0.5.15
17072026-07-01T19:11:50.065Z Compiling is-terminal v0.4.17
17082026-07-01T19:11:50.169Z Compiling filetime v0.2.27
17092026-07-01T19:11:50.184Z Compiling term v1.2.1
17102026-07-01T19:11:50.187Z Compiling xattr v1.6.1
17112026-07-01T19:11:50.187Z Compiling take_mut v0.2.2
17122026-07-01T19:11:50.226Z Compiling camino-tempfile v1.4.1
17132026-07-01T19:11:50.349Z Compiling tar v0.4.45
17142026-07-01T19:11:50.541Z Compiling slog-term v2.9.2
17152026-07-01T19:12:08.445Z Compiling rustls-webpki v0.103.9
17162026-07-01T19:12:11.119Z Compiling tokio-rustls v0.26.4
17172026-07-01T19:12:11.119Z Compiling rustls-platform-verifier v0.6.2
17182026-07-01T19:12:11.119Z Compiling tough v0.22.0
17192026-07-01T19:12:11.322Z Compiling hyper-rustls v0.27.7
17202026-07-01T19:12:11.516Z Compiling reqwest v0.13.2
17212026-07-01T19:12:13.649Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-07-01T19:12:13.895Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-07-01T19:12:16.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.04s
17242026-07-01T19:12:16.805Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-07-01T19:12:16.859ZJul 01 19:12:16.336 INFO Starting download, target: Clickhouse
17262026-07-01T19:12:16.859ZJul 01 19:12:16.337 INFO Starting download, target: Console
17272026-07-01T19:12:16.859ZJul 01 19:12:16.337 INFO Starting download, target: Cockroach
17282026-07-01T19:12:16.863ZJul 01 19:12:16.337 INFO Starting download, target: DendriteStub
17292026-07-01T19:12:16.863ZJul 01 19:12:16.337 INFO Starting download, target: MaghemiteMgd
17302026-07-01T19:12:16.863ZJul 01 19:12:16.337 INFO Starting download, target: MaghemiteDdmd
17312026-07-01T19:12:16.863ZJul 01 19:12:16.337 INFO Starting download, target: TransceiverControl
17322026-07-01T19:12:16.863ZJul 01 19:12:16.337 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-07-01T19:12:16.864ZJul 01 19:12:16.338 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-07-01T19:12:16.864ZJul 01 19:12:16.338 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-07-01T19:12:16.864ZJul 01 19:12:16.338 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17362026-07-01T19:12:16.864ZJul 01 19:12:16.338 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-07-01T19:12:16.864ZJul 01 19:12:16.338 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-07-01T19:12:16.864ZJul 01 19:12:16.338 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-07-01T19:12:17.652ZJul 01 19:12:17.026 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-07-01T19:12:17.947ZJul 01 19:12:17.238 INFO Download complete, target: TransceiverControl
17412026-07-01T19:12:18.785ZJul 01 19:12:18.147 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-07-01T19:12:18.951ZJul 01 19:12:18.392 INFO Download complete, target: Console
17432026-07-01T19:12:19.690ZJul 01 19:12:19.056 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-07-01T19:12:20.184ZJul 01 19:12:19.628 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-07-01T19:12:20.991ZJul 01 19:12:20.439 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-07-01T19:12:21.030ZJul 01 19:12:20.476 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17472026-07-01T19:12:21.774ZJul 01 19:12:21.248 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-07-01T19:12:21.774ZJul 01 19:12:21.248 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-07-01T19:12:22.700ZJul 01 19:12:22.167 INFO Download complete, target: DendriteStub
17502026-07-01T19:12:23.014ZJul 01 19:12:22.495 INFO Download complete, target: MaghemiteDdmd
17512026-07-01T19:12:23.543ZJul 01 19:12:23.027 INFO Download complete, target: MaghemiteMgd
17522026-07-01T19:12:26.459ZJul 01 19:12:25.937 INFO Checking that binary works, target: Cockroach
17532026-07-01T19:12:26.505ZJul 01 19:12:25.989 INFO Checking that binary works, target: Clickhouse
17542026-07-01T19:12:26.586ZJul 01 19:12:26.070 INFO Download complete, target: Cockroach
17552026-07-01T19:12:26.625ZJul 01 19:12:26.089 INFO Download complete, target: Clickhouse
17562026-07-01T19:12:26.649ZAll prerequisites installed successfully
17572026-07-01T19:12:26.649Z
17582026-07-01T19:12:26.649Zreal 1:23.638447937
17592026-07-01T19:12:26.649Zuser 6:29.860542955
17602026-07-01T19:12:26.649Zsys 1:35.907754847
17612026-07-01T19:12:26.649Ztrap 0.235975208
17622026-07-01T19:12:26.649Ztflt 0.955488780
17632026-07-01T19:12:26.649Zdflt 1.834708306
17642026-07-01T19:12:26.649Zkflt 0.032610640
17652026-07-01T19:12:26.649Zlock 23:13.146387874
17662026-07-01T19:12:26.649Zslp 17:45.464750684
17672026-07-01T19:12:26.649Zlat 17.910668051
17682026-07-01T19:12:26.649Zstop 2:16.112978062
17692026-07-01T19:12:26.657Z+ source ./tools/include/force-git-over-https.sh
17702026-07-01T19:12:26.660Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17712026-07-01T19:12:26.660Z++ (( i = 0 ))
17722026-07-01T19:12:26.660Z++ (( i < 5 ))
17732026-07-01T19:12:26.660Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17742026-07-01T19:12:26.660Z++ (( i++ ))
17752026-07-01T19:12:26.660Z++ (( i < 5 ))
17762026-07-01T19:12:26.660Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17772026-07-01T19:12:26.660Z++ (( i++ ))
17782026-07-01T19:12:26.660Z++ (( i < 5 ))
17792026-07-01T19:12:26.660Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17802026-07-01T19:12:26.660Z++ (( i++ ))
17812026-07-01T19:12:26.660Z++ (( i < 5 ))
17822026-07-01T19:12:26.660Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17832026-07-01T19:12:26.660Z++ (( i++ ))
17842026-07-01T19:12:26.661Z++ (( i < 5 ))
17852026-07-01T19:12:26.670Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17862026-07-01T19:12:26.670Z++ (( i++ ))
17872026-07-01T19:12:26.670Z++ (( i < 5 ))
17882026-07-01T19:12:26.670Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17892026-07-01T19:12:26.670Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17902026-07-01T19:12:26.670Z+ rc=0
17912026-07-01T19:12:26.670Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17922026-07-01T19:12:32.964Z+ case $rc in
17932026-07-01T19:12:32.964Z+ pfexec zfs create -p rpool/images/build/host
17942026-07-01T19:12:33.097Z+ pfexec zfs create -p rpool/images/build/recovery
17952026-07-01T19:12:33.150Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
17962026-07-01T19:12:33.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17972026-07-01T19:12:33.583Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
17982026-07-01T19:12:34.371Z Compiling proc-macro2 v1.0.106
17992026-07-01T19:12:34.371Z Compiling quote v1.0.45
18002026-07-01T19:12:34.371Z Compiling unicode-ident v1.0.24
18012026-07-01T19:12:34.371Z Compiling libc v0.2.185
18022026-07-01T19:12:34.385Z Compiling serde_core v1.0.228
18032026-07-01T19:12:34.385Z Compiling serde v1.0.228
18042026-07-01T19:12:34.386Z Compiling cfg-if v1.0.4
18052026-07-01T19:12:34.386Z Compiling version_check v0.9.5
18062026-07-01T19:12:34.386Z Compiling typenum v1.19.0
18072026-07-01T19:12:34.494Z Compiling find-msvc-tools v0.1.9
18082026-07-01T19:12:34.510Z Compiling shlex v1.3.0
18092026-07-01T19:12:34.527Z Compiling autocfg v1.5.0
18102026-07-01T19:12:34.546Z Compiling zerocopy v0.8.40
18112026-07-01T19:12:34.546Z Compiling memchr v2.8.0
18122026-07-01T19:12:34.546Z Compiling portable-atomic v1.13.1
18132026-07-01T19:12:34.660Z Compiling zmij v1.0.21
18142026-07-01T19:12:34.705Z Compiling serde_json v1.0.150
18152026-07-01T19:12:34.743Z Compiling parking_lot_core v0.9.12
18162026-07-01T19:12:34.964Z Compiling generic-array v0.14.7
18172026-07-01T19:12:34.972Z Compiling libm v0.2.16
18182026-07-01T19:12:35.031Z Compiling num-traits v0.2.19
18192026-07-01T19:12:35.069Z Compiling icu_properties_data v2.1.2
18202026-07-01T19:12:35.087Z Compiling icu_normalizer_data v2.1.1
18212026-07-01T19:12:35.106Z Compiling smallvec v1.15.1
18222026-07-01T19:12:35.117Z Compiling pkg-config v0.3.32
18232026-07-01T19:12:35.117Z Compiling log v0.4.29
18242026-07-01T19:12:35.175Z Compiling getrandom v0.4.1
18252026-07-01T19:12:35.260Z Compiling itoa v1.0.17
18262026-07-01T19:12:38.674Z Compiling jobserver v0.1.34
18272026-07-01T19:12:38.674Z Compiling getrandom v0.3.4
18282026-07-01T19:12:38.674Z Compiling getrandom v0.2.17
18292026-07-01T19:12:38.674Z Compiling rustix v1.1.3
18302026-07-01T19:12:38.675Z Compiling errno v0.3.14
18312026-07-01T19:12:38.675Z Compiling subtle v2.6.1
18322026-07-01T19:12:38.675Z Compiling scopeguard v1.2.0
18332026-07-01T19:12:38.675Z Compiling cc v1.2.56
18342026-07-01T19:12:38.675Z Compiling rand_core v0.6.4
18352026-07-01T19:12:38.675Z Compiling lock_api v0.4.14
18362026-07-01T19:12:38.675Z Compiling stable_deref_trait v1.2.1
18372026-07-01T19:12:38.675Z Compiling syn v2.0.117
18382026-07-01T19:12:38.675Z Compiling critical-section v1.2.0
18392026-07-01T19:12:38.675Z Compiling heck v0.5.0
18402026-07-01T19:12:38.675Z Compiling dunce v1.0.5
18412026-07-01T19:12:38.675Z Compiling fs_extra v1.3.0
18422026-07-01T19:12:38.675Z Compiling pin-project-lite v0.2.17
18432026-07-01T19:12:38.675Z Compiling fnv v1.0.7
18442026-07-01T19:12:38.675Z Compiling rustversion v1.0.22
18452026-07-01T19:12:38.675Z Compiling const-oid v0.9.6
18462026-07-01T19:12:38.675Z Compiling thiserror v2.0.18
18472026-07-01T19:12:38.675Z Compiling futures-core v0.3.32
18482026-07-01T19:12:38.675Z Compiling aws-lc-rs v1.16.3
18492026-07-01T19:12:38.675Z Compiling cmake v0.1.57
18502026-07-01T19:12:38.675Z Compiling once_cell v1.21.3
18512026-07-01T19:12:38.675Z Compiling signal-hook-registry v1.4.8
18522026-07-01T19:12:38.675Z Compiling percent-encoding v2.3.2
18532026-07-01T19:12:38.675Z Compiling httparse v1.10.1
18542026-07-01T19:12:38.675Z Compiling litemap v0.8.1
18552026-07-01T19:12:38.675Z Compiling writeable v0.6.2
18562026-07-01T19:12:38.675Z Compiling parking_lot v0.12.5
18572026-07-01T19:12:38.675Z Compiling mio v1.2.0
18582026-07-01T19:12:38.675Z Compiling bitflags v2.11.0
18592026-07-01T19:12:38.675Z Compiling semver v1.0.28
18602026-07-01T19:12:38.675Z Compiling aws-lc-sys v0.40.0
18612026-07-01T19:12:38.676Z Compiling equivalent v1.0.2
18622026-07-01T19:12:38.755Z Compiling schemars v0.8.22
18632026-07-01T19:12:38.755Z Compiling vcpkg v0.2.15
18642026-07-01T19:12:38.755Z Compiling socket2 v0.6.3
18652026-07-01T19:12:38.755Z Compiling rand_core v0.10.0
18662026-07-01T19:12:38.755Z Compiling crc32fast v1.5.0
18672026-07-01T19:12:38.755Z Compiling openssl-sys v0.9.115
18682026-07-01T19:12:38.756Z Compiling futures-sink v0.3.32
18692026-07-01T19:12:38.756Z Compiling hashbrown v0.17.0
18702026-07-01T19:12:38.756Z Compiling utf8_iter v1.0.4
18712026-07-01T19:12:38.756Z Compiling rustls v0.23.41
18722026-07-01T19:12:38.756Z Compiling form_urlencoded v1.2.2
18732026-07-01T19:12:38.756Z Compiling futures-channel v0.3.32
18742026-07-01T19:12:38.756Z Compiling futures-task v0.3.32
18752026-07-01T19:12:38.756Z Compiling futures-io v0.3.32
18762026-07-01T19:12:38.756Z Compiling slab v0.4.12
18772026-07-01T19:12:38.756Z Compiling rustc_version v0.4.1
18782026-07-01T19:12:38.756Z Compiling cpufeatures v0.2.17
18792026-07-01T19:12:38.756Z Compiling byteorder v1.5.0
18802026-07-01T19:12:38.756Z Compiling strsim v0.11.1
18812026-07-01T19:12:38.756Z Compiling ucd-trie v0.1.7
18822026-07-01T19:12:38.756Z Compiling indexmap v2.14.0
18832026-07-01T19:12:38.756Z Compiling pest v2.8.6
18842026-07-01T19:12:38.756Z Compiling time-core v0.1.8
18852026-07-01T19:12:38.756Z Compiling num-conv v0.2.0
18862026-07-01T19:12:38.756Z Compiling ident_case v1.0.1
18872026-07-01T19:12:38.756Z Compiling openssl v0.10.79
18882026-07-01T19:12:38.756Z Compiling synstructure v0.13.2
18892026-07-01T19:12:38.756Z Compiling serde_derive_internals v0.29.1
18902026-07-01T19:12:38.756Z Compiling time-macros v0.2.27
18912026-07-01T19:12:38.756Z Compiling thiserror v1.0.69
18922026-07-01T19:12:38.756Z Compiling syn v1.0.109
18932026-07-01T19:12:38.756Z Compiling iana-time-zone v0.1.65
18942026-07-01T19:12:38.788Z Compiling regex-syntax v0.8.10
18952026-07-01T19:12:38.835Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18962026-07-01T19:12:39.001Z Compiling base64ct v1.8.3
18972026-07-01T19:12:39.026Z Compiling base64 v0.22.1
18982026-07-01T19:12:39.058Z Compiling crossbeam-utils v0.8.21
18992026-07-01T19:12:39.120Z Compiling native-tls v0.2.18
19002026-07-01T19:12:39.323Z Compiling pem-rfc7468 v0.7.0
19012026-07-01T19:12:39.349Z Compiling slog v2.8.2
19022026-07-01T19:12:39.406Z Compiling flagset v0.4.7
19032026-07-01T19:12:39.468Z Compiling camino v1.2.2
19042026-07-01T19:12:39.564Z Compiling pest_meta v2.8.6
19052026-07-01T19:12:39.580Z Compiling rand_core v0.9.5
19062026-07-01T19:12:39.598Z Compiling uuid v1.23.4
19072026-07-01T19:12:39.625Z Compiling bzip2-sys v0.1.13+1.0.8
19082026-07-01T19:12:39.643Z Compiling cookie v0.18.1
19092026-07-01T19:12:39.833Z Compiling paste v1.0.15
19102026-07-01T19:12:39.849Z Compiling fastrand v2.3.0
19112026-07-01T19:12:39.987Z Compiling serde_derive v1.0.228
19122026-07-01T19:12:39.987Z Compiling zeroize_derive v1.4.3
19132026-07-01T19:12:39.987Z Compiling zerofrom-derive v0.1.6
19142026-07-01T19:12:39.987Z Compiling zerocopy-derive v0.8.40
19152026-07-01T19:12:39.987Z Compiling yoke-derive v0.8.1
19162026-07-01T19:12:40.097Z Compiling zerovec-derive v0.11.2
19172026-07-01T19:12:40.123Z Compiling displaydoc v0.2.5
19182026-07-01T19:12:40.195Z Compiling tokio-macros v2.7.0
19192026-07-01T19:12:40.273Z Compiling futures-macro v0.3.32
19202026-07-01T19:12:40.501Z Compiling zeroize v1.8.2
19212026-07-01T19:12:40.847Z Compiling der_derive v0.7.3
19222026-07-01T19:12:40.864Z Compiling thiserror-impl v2.0.18
19232026-07-01T19:12:40.868Z Compiling tracing-attributes v0.1.31
19242026-07-01T19:12:40.967Z Compiling schemars_derive v0.8.22
19252026-07-01T19:12:40.976Z Compiling pest_generator v2.8.6
19262026-07-01T19:12:41.051Z Compiling zerofrom v0.1.6
19272026-07-01T19:12:41.153Z Compiling futures-util v0.3.32
19282026-07-01T19:12:41.199Z Compiling yoke v0.8.1
19292026-07-01T19:12:41.304Z Compiling crypto-common v0.1.7
19302026-07-01T19:12:41.410Z Compiling zerovec v0.11.5
19312026-07-01T19:12:41.472Z Compiling block-buffer v0.10.4
19322026-07-01T19:12:41.650Z Compiling digest v0.10.7
19332026-07-01T19:12:41.771Z Compiling zerotrie v0.2.3
19342026-07-01T19:12:41.970Z Compiling tinystr v0.8.2
19352026-07-01T19:12:42.011Z Compiling potential_utf v0.1.4
19362026-07-01T19:12:42.099Z Compiling hmac v0.12.1
19372026-07-01T19:12:42.187Z Compiling icu_locale_core v2.1.1
19382026-07-01T19:12:42.215Z Compiling icu_collections v2.1.1
19392026-07-01T19:12:42.270Z Compiling block-padding v0.3.3
19402026-07-01T19:12:42.423Z Compiling inout v0.1.4
19412026-07-01T19:12:42.528Z Compiling sha2 v0.10.9
19422026-07-01T19:12:42.594Z Compiling cipher v0.4.4
19432026-07-01T19:12:42.671Z Compiling pest_derive v2.8.6
19442026-07-01T19:12:42.860Z Compiling openssl-macros v0.1.1
19452026-07-01T19:12:42.940Z Compiling bytes v1.11.1
19462026-07-01T19:12:43.025Z Compiling icu_provider v2.1.1
19472026-07-01T19:12:43.111Z Compiling chrono v0.4.44
19482026-07-01T19:12:43.181Z Compiling scroll_derive v0.13.1
19492026-07-01T19:12:43.346Z Compiling icu_properties v2.1.2
19502026-07-01T19:12:43.518Z Compiling icu_normalizer v2.1.1
19512026-07-01T19:12:43.534Z Compiling tokio v1.52.1
19522026-07-01T19:12:43.925Z Compiling http v1.4.2
19532026-07-01T19:12:44.284Z Compiling idna_adapter v1.2.1
19542026-07-01T19:12:44.366Z Compiling ppv-lite86 v0.2.21
19552026-07-01T19:12:44.425Z Compiling idna v1.1.0
19562026-07-01T19:12:44.581Z Compiling thiserror-impl v1.0.69
19572026-07-01T19:12:44.718Z Compiling der v0.7.10
19582026-07-01T19:12:44.760Z Compiling plain v0.2.3
19592026-07-01T19:12:44.887Z Compiling url v2.5.8
19602026-07-01T19:12:44.964Z Compiling salsa20 v0.10.2
19612026-07-01T19:12:45.116Z Compiling pbkdf2 v0.12.2
19622026-07-01T19:12:45.252Z Compiling rustls-pki-types v1.14.0
19632026-07-01T19:12:45.617Z Compiling spki v0.7.3
19642026-07-01T19:12:45.861Z Compiling tracing-core v0.1.36
19652026-07-01T19:12:46.139Z Compiling aho-corasick v1.1.4
19662026-07-01T19:12:46.187Z Compiling num-bigint-dig v0.8.6
19672026-07-01T19:12:46.404Z Compiling tracing v0.1.44
19682026-07-01T19:12:46.592Z Compiling http-body v1.0.1
19692026-07-01T19:12:46.621Z Compiling scrypt v0.11.0
19702026-07-01T19:12:46.648Z Compiling rand_chacha v0.9.0
19712026-07-01T19:12:46.768Z Compiling cbc v0.1.2
19722026-07-01T19:12:46.844Z Compiling aes v0.8.4
19732026-07-01T19:12:46.893Z Compiling async-trait v0.1.89
19742026-07-01T19:12:46.994Z Compiling regex-automata v0.4.14
19752026-07-01T19:12:47.037Z Compiling ahash v0.8.12
19762026-07-01T19:12:47.052Z Compiling usdt-impl v0.6.0
19772026-07-01T19:12:47.058Z Compiling pretty-hex v0.4.1
19782026-07-01T19:12:47.082Z Compiling openssl-probe v0.2.1
19792026-07-01T19:12:47.137Z Compiling dyn-clone v1.0.20
19802026-07-01T19:12:47.213Z Compiling zstd-safe v7.2.4
19812026-07-01T19:12:47.342Z Compiling tinyvec_macros v0.1.1
19822026-07-01T19:12:47.356Z Compiling atomic-waker v1.1.2
19832026-07-01T19:12:47.356Z Compiling tokio-util v0.7.18
19842026-07-01T19:12:47.356Z Compiling pkcs5 v0.7.1
19852026-07-01T19:12:47.356Z Compiling tinyvec v1.10.0
19862026-07-01T19:12:47.369Z Compiling rand v0.9.2
19872026-07-01T19:12:47.699Z Compiling scroll v0.13.0
19882026-07-01T19:12:47.731Z Compiling serde_tokenstream v0.2.3
19892026-07-01T19:12:47.794Z Compiling tempfile v3.25.0
19902026-07-01T19:12:47.813Z Compiling daft-derive v0.1.7
19912026-07-01T19:12:47.844Z Compiling scroll_derive v0.12.1
19922026-07-01T19:12:47.864Z Compiling clap_derive v4.6.1
19932026-07-01T19:12:47.987Z Compiling heapless v0.7.17
19942026-07-01T19:12:48.133Z Compiling litrs v1.0.0
19952026-07-01T19:12:48.161Z Compiling untrusted v0.7.1
19962026-07-01T19:12:48.312Z Compiling anyhow v1.0.102
19972026-07-01T19:12:48.339Z Compiling try-lock v0.2.5
19982026-07-01T19:12:48.413Z Compiling signal-hook v0.3.18
19992026-07-01T19:12:48.521Z Compiling tower-layer v0.3.3
20002026-07-01T19:12:48.615Z Compiling tower-service v0.3.3
20012026-07-01T19:12:48.646Z Compiling utf8parse v0.2.2
20022026-07-01T19:12:48.714Z Compiling document-features v0.2.12
20032026-07-01T19:12:48.714Z Compiling h2 v0.4.15
20042026-07-01T19:12:48.743Z Compiling want v0.3.1
20052026-07-01T19:12:48.817Z Compiling goblin v0.10.5
20062026-07-01T19:12:48.995Z Compiling pkcs8 v0.10.2
20072026-07-01T19:12:49.044Z Compiling ipnet v2.11.0
20082026-07-01T19:12:49.303Z Compiling pin-project-internal v1.1.11
20092026-07-01T19:12:49.321Z Compiling darling_core v0.20.11
20102026-07-01T19:12:49.574Z Compiling spin v0.9.8
20112026-07-01T19:12:49.595Z Compiling powerfmt v0.2.0
20122026-07-01T19:12:49.797Z Compiling httpdate v1.0.3
20132026-07-01T19:12:49.813Z Compiling simd-adler32 v0.3.8
20142026-07-01T19:12:50.123Z Compiling untrusted v0.9.0
20152026-07-01T19:12:50.201Z Compiling rustix v0.38.44
20162026-07-01T19:12:50.286Z Compiling foreign-types-shared v0.1.1
20172026-07-01T19:12:50.303Z Compiling anstyle v1.0.14
20182026-07-01T19:12:50.333Z Compiling deranged v0.5.8
20192026-07-01T19:12:50.379Z Compiling foreign-types v0.3.2
20202026-07-01T19:12:50.529Z Compiling unicode-normalization v0.1.25
20212026-07-01T19:12:50.612Z Compiling dtrace-parser v0.3.0
20222026-07-01T19:12:50.628Z Compiling hex v0.4.3
20232026-07-01T19:12:50.863Z Compiling zerocopy-derive v0.7.35
20242026-07-01T19:12:50.940Z Compiling strum_macros v0.26.4
20252026-07-01T19:12:51.008Z Compiling darling_core v0.21.3
20262026-07-01T19:12:51.029Z Compiling curve25519-dalek v4.1.3
20272026-07-01T19:12:51.333Z Compiling thread-id v5.1.0
20282026-07-01T19:12:51.348Z Compiling darling_macro v0.20.11
20292026-07-01T19:12:51.431Z Compiling memoffset v0.9.1
20302026-07-01T19:12:51.446Z Compiling num_threads v0.1.7
20312026-07-01T19:12:51.508Z Compiling smoltcp v0.9.1
20322026-07-01T19:12:51.524Z Compiling ref-cast v1.0.25
20332026-07-01T19:12:51.543Z Compiling adler2 v2.0.1
20342026-07-01T19:12:51.583Z Compiling dof v0.4.0
20352026-07-01T19:12:51.690Z Compiling anstyle-query v1.1.5
20362026-07-01T19:12:51.817Z Compiling is_terminal_polyfill v1.70.2
20372026-07-01T19:12:51.831Z Compiling colorchoice v1.0.4
20382026-07-01T19:12:51.848Z Compiling hyper v1.10.1
20392026-07-01T19:12:51.899Z Compiling darling v0.20.11
20402026-07-01T19:12:51.926Z Compiling miniz_oxide v0.8.9
20412026-07-01T19:12:52.047Z Compiling time v0.3.47
20422026-07-01T19:12:52.056Z Compiling snafu-derive v0.8.9
20432026-07-01T19:12:52.697Z Compiling sync_wrapper v1.0.2
20442026-07-01T19:12:52.713Z Compiling wait-timeout v0.2.1
20452026-07-01T19:12:52.947Z Compiling quick-error v1.2.3
20462026-07-01T19:12:52.962Z Compiling hyper-util v0.1.20
20472026-07-01T19:12:53.071Z Compiling siphasher v1.0.2
20482026-07-01T19:12:53.139Z Compiling cfg_aliases v0.2.1
20492026-07-01T19:12:53.228Z Compiling bit-vec v0.8.0
20502026-07-01T19:12:53.249Z Compiling darling_macro v0.21.3
20512026-07-01T19:12:53.328Z Compiling zlib-rs v0.6.2
20522026-07-01T19:12:53.461Z Compiling bit-set v0.8.0
20532026-07-01T19:12:53.515Z Compiling nix v0.31.2
20542026-07-01T19:12:53.676Z Compiling rusty-fork v0.3.1
20552026-07-01T19:12:53.757Z Compiling tower v0.5.3
20562026-07-01T19:12:53.820Z Compiling darling v0.21.3
20572026-07-01T19:12:53.923Z Compiling derive_builder_core v0.20.2
20582026-07-01T19:12:53.969Z Compiling regex v1.12.3
20592026-07-01T19:12:53.993Z Compiling anstyle-parse v1.0.0
20602026-07-01T19:12:54.250Z Compiling http-body-util v0.1.3
20612026-07-01T19:12:54.513Z Compiling erased-serde v0.3.31
20622026-07-01T19:12:54.547Z Compiling hubpack_derive v0.1.1
20632026-07-01T19:12:54.646Z Compiling signature v2.2.0
20642026-07-01T19:12:54.681Z Compiling curve25519-dalek-derive v0.1.1
20652026-07-01T19:12:54.707Z Compiling strum_macros v0.27.2
20662026-07-01T19:12:54.725Z Compiling ref-cast-impl v1.0.25
20672026-07-01T19:12:54.807Z Compiling rand_xorshift v0.4.0
20682026-07-01T19:12:55.089Z Compiling fs-err v3.3.0
20692026-07-01T19:12:55.106Z Compiling usdt-impl v0.5.0
20702026-07-01T19:12:55.151Z Compiling encoding_rs v0.8.35
20712026-07-01T19:12:55.314Z Compiling unicode-properties v0.1.4
20722026-07-01T19:12:55.351Z Compiling unicode-bidi v0.3.18
20732026-07-01T19:12:55.416Z Compiling ryu v1.0.23
20742026-07-01T19:12:55.545Z Compiling unarray v0.1.4
20752026-07-01T19:12:55.645Z Compiling flate2 v1.1.9
20762026-07-01T19:12:55.665Z Compiling mime v0.3.17
20772026-07-01T19:12:55.680Z Compiling allocator-api2 v0.2.21
20782026-07-01T19:12:55.831Z Compiling iri-string v0.7.10
20792026-07-01T19:12:56.030Z Compiling object v0.37.3
20802026-07-01T19:12:56.196Z Compiling stringprep v0.1.5
20812026-07-01T19:12:56.285Z Compiling proptest v1.10.0
20822026-07-01T19:12:56.316Z Compiling serde_urlencoded v0.7.1
20832026-07-01T19:12:56.861Z Compiling derive_builder_macro v0.20.2
20842026-07-01T19:12:57.189Z Compiling tower-http v0.6.8
20852026-07-01T19:12:57.243Z Compiling tokio-native-tls v0.3.1
20862026-07-01T19:12:57.285Z Compiling anstream v1.0.0
20872026-07-01T19:12:57.301Z Compiling serde_with_macros v3.17.0
20882026-07-01T19:12:57.352Z Compiling usdt-attr-macro v0.6.0
20892026-07-01T19:12:57.430Z Compiling usdt-macro v0.6.0
20902026-07-01T19:12:57.444Z Compiling ipnetwork v0.21.1
20912026-07-01T19:12:57.628Z Compiling bstr v1.12.1
20922026-07-01T19:12:57.740Z Compiling scroll v0.12.0
20932026-07-01T19:12:57.814Z Compiling rustls-native-certs v0.8.3
20942026-07-01T19:12:57.993Z Compiling rand_chacha v0.3.1
20952026-07-01T19:12:58.043Z Compiling toml_datetime v0.6.11
20962026-07-01T19:12:58.071Z Compiling serde_spanned v0.6.9
20972026-07-01T19:12:58.263Z Compiling md-5 v0.10.6
20982026-07-01T19:12:58.364Z Compiling async-recursion v1.1.1
20992026-07-01T19:12:58.387Z Compiling terminal_size v0.4.3
21002026-07-01T19:12:58.404Z Compiling num-integer v0.1.46
21012026-07-01T19:12:58.432Z Compiling hash32 v0.2.1
21022026-07-01T19:12:58.448Z Compiling vergen-lib v9.1.0
21032026-07-01T19:12:58.467Z Compiling ff v0.13.1
21042026-07-01T19:12:58.621Z Compiling fallible-iterator v0.2.0
21052026-07-01T19:12:58.635Z Compiling psl-types v2.0.11
21062026-07-01T19:12:58.666Z Compiling base16ct v0.2.0
21072026-07-01T19:12:58.848Z Compiling clap_lex v1.0.0
21082026-07-01T19:12:58.951Z Compiling postgres-protocol v0.6.10
21092026-07-01T19:12:58.996Z Compiling sec1 v0.7.3
21102026-07-01T19:12:59.118Z Compiling clap_builder v4.6.0
21112026-07-01T19:12:59.170Z Compiling publicsuffix v2.3.0
21122026-07-01T19:12:59.310Z Compiling num-iter v0.1.45
21132026-07-01T19:12:59.361Z Compiling group v0.13.0
21142026-07-01T19:12:59.487Z Compiling newtype-uuid v1.3.2
21152026-07-01T19:12:59.533Z Compiling rand v0.8.6
21162026-07-01T19:12:59.828Z Compiling goblin v0.8.2
21172026-07-01T19:12:59.878Z Compiling oxnet v0.1.6
21182026-07-01T19:12:59.889Z Compiling hyper-tls v0.6.0
21192026-07-01T19:12:59.949Z Compiling derive_builder v0.20.2
21202026-07-01T19:13:00.140Z Compiling phf_shared v0.13.1
21212026-07-01T19:13:00.265Z Compiling zerocopy v0.7.35
21222026-07-01T19:13:00.298Z Compiling lazy_static v1.5.0
21232026-07-01T19:13:00.415Z Compiling pin-project v1.1.11
21242026-07-01T19:13:00.438Z Compiling anstyle-parse v0.2.7
21252026-07-01T19:13:00.513Z Compiling futures-executor v0.3.32
21262026-07-01T19:13:00.641Z Compiling hkdf v0.12.4
21272026-07-01T19:13:00.689Z Compiling crypto-bigint v0.5.5
21282026-07-01T19:13:00.735Z Compiling serde_repr v0.1.20
21292026-07-01T19:13:00.753Z Compiling enum-as-inner v0.6.1
21302026-07-01T19:13:00.903Z Compiling vergen v9.1.0
21312026-07-01T19:13:01.075Z Compiling cargo-platform v0.3.2
21322026-07-01T19:13:01.167Z Compiling managed v0.8.0
21332026-07-01T19:13:01.231Z Compiling unicode-segmentation v1.12.0
21342026-07-01T19:13:01.295Z Compiling same-file v1.0.6
21352026-07-01T19:13:01.327Z Compiling bumpalo v3.20.2
21362026-07-01T19:13:01.340Z Compiling bitflags v1.3.2
21372026-07-01T19:13:01.340Z Compiling foldhash v0.2.0
21382026-07-01T19:13:01.410Z Compiling libbz2-rs-sys v0.2.2
21392026-07-01T19:13:01.492Z Compiling foldhash v0.1.5
21402026-07-01T19:13:01.557Z Compiling winnow v0.5.40
21412026-07-01T19:13:01.577Z Compiling elliptic-curve v0.13.8
21422026-07-01T19:13:01.661Z Compiling hashbrown v0.15.5
21432026-07-01T19:13:01.746Z Compiling zopfli v0.8.3
21442026-07-01T19:13:01.943Z Compiling bzip2 v0.6.1
21452026-07-01T19:13:01.961Z Compiling hashbrown v0.16.1
21462026-07-01T19:13:01.990Z Compiling dof v0.3.0
21472026-07-01T19:13:02.169Z Compiling walkdir v2.5.0
21482026-07-01T19:13:02.290Z Compiling cargo_metadata v0.23.1
21492026-07-01T19:13:02.568Z Compiling clap v4.6.1
21502026-07-01T19:13:02.765Z Compiling futures v0.3.32
21512026-07-01T19:13:02.824Z Compiling toml_edit v0.19.15
21522026-07-01T19:13:02.864Z Compiling anstream v0.6.21
21532026-07-01T19:13:03.209Z Compiling snafu v0.8.9
21542026-07-01T19:13:03.369Z Compiling phf v0.13.1
21552026-07-01T19:13:03.537Z Compiling daft v0.1.7
21562026-07-01T19:13:03.559Z Compiling reqwest v0.12.28
21572026-07-01T19:13:03.644Z Compiling signal-hook-mio v0.2.5
21582026-07-01T19:13:03.781Z Compiling cookie_store v0.22.1
21592026-07-01T19:13:03.834Z Compiling postgres-types v0.2.12
21602026-07-01T19:13:03.912Z Compiling zstd v0.13.3
21612026-07-01T19:13:03.997Z Compiling bzip2 v0.4.4
21622026-07-01T19:13:04.183Z Compiling globset v0.4.18
21632026-07-01T19:13:04.200Z Compiling dtrace-parser v0.2.0
21642026-07-01T19:13:04.216Z Compiling strum v0.27.2
21652026-07-01T19:13:04.366Z Compiling hubpack v0.1.2
21662026-07-01T19:13:04.382Z Compiling ed25519 v2.2.3
21672026-07-01T19:13:04.400Z Compiling phf_shared v0.11.3
21682026-07-01T19:13:04.429Z Compiling olpc-cjson v0.1.4
21692026-07-01T19:13:04.474Z Compiling pkcs1 v0.7.5
21702026-07-01T19:13:04.635Z Compiling pem v3.0.6
21712026-07-01T19:13:04.701Z Compiling serde-big-array v0.5.1
21722026-07-01T19:13:04.753Z Compiling serde_plain v1.0.2
21732026-07-01T19:13:04.797Z Compiling rfc6979 v0.4.0
21742026-07-01T19:13:04.912Z Compiling float-cmp v0.10.0
21752026-07-01T19:13:04.929Z Compiling env_filter v1.0.0
21762026-07-01T19:13:04.945Z Compiling thread-id v4.2.2
21772026-07-01T19:13:04.961Z Compiling memmap2 v0.9.10
21782026-07-01T19:13:05.074Z Compiling normalize-line-endings v0.3.0
21792026-07-01T19:13:05.099Z Compiling winnow v0.7.14
21802026-07-01T19:13:05.174Z Compiling static_assertions v1.1.0
21812026-07-01T19:13:05.188Z Compiling precomputed-hash v0.1.1
21822026-07-01T19:13:05.192Z Compiling either v1.15.0
21832026-07-01T19:13:05.217Z Compiling difflib v0.4.0
21842026-07-01T19:13:05.257Z Compiling keccak v0.1.6
21852026-07-01T19:13:05.277Z Compiling data-encoding v2.10.0
21862026-07-01T19:13:05.387Z Compiling fixedbitset v0.5.7
21872026-07-01T19:13:05.444Z Compiling predicates-core v1.0.10
21882026-07-01T19:13:05.469Z Compiling whoami v2.1.0
21892026-07-01T19:13:05.620Z Compiling new_debug_unreachable v1.0.6
21902026-07-01T19:13:05.657Z Compiling fixedbitset v0.4.2
21912026-07-01T19:13:05.672Z Compiling winnow v1.0.3
21922026-07-01T19:13:05.699Z Compiling typed-path v0.9.3
21932026-07-01T19:13:05.813Z Compiling jiff v0.2.21
21942026-07-01T19:13:05.817Z Compiling toml_write v0.1.2
21952026-07-01T19:13:05.869Z Compiling petgraph v0.6.5
21962026-07-01T19:13:06.029Z Compiling toml_parser v1.1.2+spec-1.1.0
21972026-07-01T19:13:06.043Z Compiling string_cache v0.8.9
21982026-07-01T19:13:06.274Z Compiling tokio-postgres v0.7.16
21992026-07-01T19:13:06.535Z Compiling toml_edit v0.22.27
22002026-07-01T19:13:06.567Z Compiling petgraph v0.8.3
22012026-07-01T19:13:06.607Z Compiling hickory-proto v0.25.2
22022026-07-01T19:13:06.801Z Compiling predicates v3.1.4
22032026-07-01T19:13:07.336Z Compiling sha3 v0.10.8
22042026-07-01T19:13:07.367Z Compiling itertools v0.13.0
22052026-07-01T19:13:07.421Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22062026-07-01T19:13:07.782Z Compiling usdt v0.6.0
22072026-07-01T19:13:08.315Z Compiling env_logger v0.11.9
22082026-07-01T19:13:08.430Z Compiling zip v4.6.1
22092026-07-01T19:13:08.650Z Compiling ecdsa v0.16.9
22102026-07-01T19:13:08.890Z Compiling rsa v0.9.10
22112026-07-01T19:13:09.214Z Compiling ed25519-dalek v2.2.0
22122026-07-01T19:13:09.350Z Compiling toml v0.7.8
22132026-07-01T19:13:09.465Z Compiling zip v0.6.6
22142026-07-01T19:13:09.498Z Compiling crossterm v0.28.1
22152026-07-01T19:13:09.668Z Compiling iddqd v0.4.2
22162026-07-01T19:13:09.978Z Compiling crossbeam-epoch v0.9.18
22172026-07-01T19:13:10.001Z Compiling heck v0.4.1
22182026-07-01T19:13:10.031Z Compiling similar v2.7.0
22192026-07-01T19:13:10.198Z Compiling serde_with v3.17.0
22202026-07-01T19:13:10.214Z Compiling strum v0.26.3
22212026-07-01T19:13:10.244Z Compiling tokio-stream v0.1.18
22222026-07-01T19:13:10.295Z Compiling buf-list v1.1.2
22232026-07-01T19:13:10.360Z Compiling x509-cert v0.2.5
22242026-07-01T19:13:10.564Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22252026-07-01T19:13:10.725Z Compiling openapiv3 v2.2.0
22262026-07-01T19:13:10.765Z Compiling sha1 v0.10.6
22272026-07-01T19:13:10.857Z Compiling structmeta-derive v0.3.0
22282026-07-01T19:13:10.892Z Compiling peg-runtime v0.8.5
22292026-07-01T19:13:10.989Z Compiling radium v0.7.0
22302026-07-01T19:13:11.139Z Compiling lalrpop-util v0.19.12
22312026-07-01T19:13:11.875Z Compiling structmeta v0.3.0
22322026-07-01T19:13:12.254Z Compiling maybe-uninit v2.0.0
22332026-07-01T19:13:12.298Z Compiling tap v1.0.1
22342026-07-01T19:13:12.655Z Compiling wyz v0.5.1
22352026-07-01T19:13:13.863Z Compiling packed_struct v0.10.1
22362026-07-01T19:13:13.878Z Compiling funty v2.0.0
22372026-07-01T19:13:14.317Z Compiling bitvec v1.0.1
22382026-07-01T19:13:17.226Z Compiling packed_struct_codegen v0.10.1
22392026-07-01T19:13:17.532Z Compiling bitfield-macros v0.19.4
22402026-07-01T19:13:17.633Z Compiling zerocopy-derive v0.6.6
22412026-07-01T19:13:18.081Z Compiling hybrid-array v0.4.10
22422026-07-01T19:13:18.229Z Compiling indexmap v1.9.3
22432026-07-01T19:13:18.244Z Compiling crc-catalog v2.4.0
22442026-07-01T19:13:18.355Z Compiling nodrop v0.1.14
22452026-07-01T19:13:19.162Z Compiling array-init v0.0.4
22462026-07-01T19:13:19.444Z Compiling zerocopy v0.6.6
22472026-07-01T19:13:19.469Z Compiling crc v3.4.0
22482026-07-01T19:13:19.529Z Compiling bitfield v0.19.4
22492026-07-01T19:13:19.904Z Compiling smallvec v0.6.14
22502026-07-01T19:13:20.637Z Compiling derive-ex v0.1.8
22512026-07-01T19:13:22.363Z Compiling base64 v0.21.7
22522026-07-01T19:13:23.148Z Compiling cpufeatures v0.3.0
22532026-07-01T19:13:23.241Z Compiling hashbrown v0.12.3
22542026-07-01T19:13:24.419Z Compiling rustls-webpki v0.103.9
22552026-07-01T19:13:24.669Z Compiling ron v0.8.1
22562026-07-01T19:13:25.629Z Compiling test-strategy v0.4.5
22572026-07-01T19:13:26.943Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22582026-07-01T19:13:27.002Z Compiling serde-hex v0.1.0
22592026-07-01T19:13:27.862Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22602026-07-01T19:13:28.083Z Compiling tokio-rustls v0.26.4
22612026-07-01T19:13:28.244Z Compiling rustls-platform-verifier v0.6.2
22622026-07-01T19:13:28.260Z Compiling tough v0.22.0
22632026-07-01T19:13:28.380Z Compiling hyper-rustls v0.27.7
22642026-07-01T19:13:28.462Z Compiling block-buffer v0.12.1
22652026-07-01T19:13:28.629Z Compiling reqwest v0.13.2
22662026-07-01T19:13:28.663Z Compiling crypto-common v0.2.2
22672026-07-01T19:13:28.702Z Compiling hashbrown v0.13.2
22682026-07-01T19:13:29.136Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-07-01T19:13:29.545Z Compiling filetime v0.2.27
22702026-07-01T19:13:29.705Z Compiling multer v3.1.0
22712026-07-01T19:13:29.771Z Compiling thread_local v1.1.9
22722026-07-01T19:13:29.939Z Compiling rayon-core v1.13.0
22732026-07-01T19:13:29.943Z Compiling const-oid v0.10.2
22742026-07-01T19:13:29.972Z Compiling slog-async v2.8.0
22752026-07-01T19:13:30.171Z Compiling xattr v1.6.1
22762026-07-01T19:13:30.185Z Compiling crc-any v2.5.0
22772026-07-01T19:13:30.260Z Compiling compression-core v0.4.31
22782026-07-01T19:13:30.277Z Compiling match_cfg v0.1.0
22792026-07-01T19:13:30.363Z Compiling hostname v0.3.1
22802026-07-01T19:13:30.385Z Compiling compression-codecs v0.4.37
22812026-07-01T19:13:30.400Z Compiling tar v0.4.45
22822026-07-01T19:13:30.452Z Compiling digest v0.11.3
22832026-07-01T19:13:30.481Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22842026-07-01T19:13:30.485Z Compiling object v0.30.4
22852026-07-01T19:13:30.515Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22862026-07-01T19:13:30.532Z Compiling crossbeam-channel v0.5.15
22872026-07-01T19:13:30.549Z Compiling slog-json v2.6.1
22882026-07-01T19:13:30.592Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22892026-07-01T19:13:30.663Z Compiling async-stream-impl v0.3.6
22902026-07-01T19:13:30.770Z Compiling toml_datetime v1.1.1+spec-1.1.0
22912026-07-01T19:13:30.823Z Compiling serde_path_to_error v0.1.20
22922026-07-01T19:13:31.033Z Compiling serde_spanned v1.1.1
22932026-07-01T19:13:31.166Z Compiling is-terminal v0.4.17
22942026-07-01T19:13:31.207Z Compiling fs-err v2.11.0
22952026-07-01T19:13:31.222Z Compiling dropshot v0.17.1
22962026-07-01T19:13:31.239Z Compiling toml_writer v1.1.1+spec-1.1.0
22972026-07-01T19:13:31.261Z Compiling take_mut v0.2.2
22982026-07-01T19:13:31.288Z Compiling path-slash v0.1.5
22992026-07-01T19:13:31.302Z Compiling debug-ignore v1.0.5
23002026-07-01T19:13:31.395Z Compiling term v1.2.1
23012026-07-01T19:13:31.466Z Compiling toml v1.1.2+spec-1.1.0
23022026-07-01T19:13:31.523Z Compiling async-stream v0.3.6
23032026-07-01T19:13:31.537Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23042026-07-01T19:13:31.565Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23052026-07-01T19:13:31.632Z Compiling slog-bunyan v2.5.0
23062026-07-01T19:13:31.740Z Compiling slog-term v2.9.2
23072026-07-01T19:13:31.756Z Compiling sha1 v0.11.0
23082026-07-01T19:13:31.836Z Compiling async-compression v0.4.41
23092026-07-01T19:13:31.903Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23102026-07-01T19:13:32.025Z Compiling atomicwrites v0.4.4
23112026-07-01T19:13:32.174Z Compiling crossbeam-deque v0.8.6
23122026-07-01T19:13:32.236Z Compiling parse-display-derive v0.10.0
23132026-07-01T19:13:32.302Z Compiling camino-tempfile v1.4.1
23142026-07-01T19:13:32.318Z Compiling dropshot_endpoint v0.17.1
23152026-07-01T19:13:32.412Z Compiling newtype-uuid-macros v0.1.0
23162026-07-01T19:13:32.548Z Compiling waitgroup v0.1.2
23172026-07-01T19:13:32.654Z Compiling rustls-pemfile v2.2.0
23182026-07-01T19:13:32.719Z Compiling half v2.7.1
23192026-07-01T19:13:32.723Z Compiling backon v1.6.0
23202026-07-01T19:13:32.789Z Compiling blake3 v1.8.5
23212026-07-01T19:13:32.954Z Compiling hostname v0.4.2
23222026-07-01T19:13:33.003Z Compiling instant v0.1.13
23232026-07-01T19:13:33.023Z Compiling ciborium-io v0.2.2
23242026-07-01T19:13:33.089Z Compiling backoff v0.4.0
23252026-07-01T19:13:33.164Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23262026-07-01T19:13:33.180Z Compiling ciborium-ll v0.2.2
23272026-07-01T19:13:33.184Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23282026-07-01T19:13:33.212Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23292026-07-01T19:13:33.340Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23302026-07-01T19:13:33.466Z Compiling toml v0.8.23
23312026-07-01T19:13:33.607Z Compiling regress v0.10.5
23322026-07-01T19:13:33.640Z Compiling itertools v0.14.0
23332026-07-01T19:13:33.662Z Compiling macaddr v1.0.1
23342026-07-01T19:13:33.755Z Compiling parse-display v0.10.0
23352026-07-01T19:13:33.934Z Compiling indent_write v2.2.0
23362026-07-01T19:13:33.960Z Compiling parse-size v1.1.0
23372026-07-01T19:13:34.123Z Compiling constant_time_eq v0.4.2
23382026-07-01T19:13:34.196Z Compiling humantime v2.3.0
23392026-07-01T19:13:34.321Z Compiling arrayref v0.3.9
23402026-07-01T19:13:34.336Z Compiling arrayvec v0.7.6
23412026-07-01T19:13:34.598Z Compiling ciborium v0.2.2
23422026-07-01T19:13:34.614Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23432026-07-01T19:13:34.628Z Compiling topological-sort v0.2.2
23442026-07-01T19:13:34.808Z Compiling display-error-chain v0.2.2
23452026-07-01T19:13:34.968Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23462026-07-01T19:13:35.038Z Compiling shell-words v1.1.1
23472026-07-01T19:13:35.203Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23482026-07-01T19:13:44.842Z Compiling progenitor-client v0.14.0
23492026-07-01T19:13:44.842Z Compiling omicron-zone-package v0.12.3
23502026-07-01T19:13:45.085Z Compiling progenitor-extras v0.2.0
23512026-07-01T19:13:45.379Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23522026-07-01T19:13:45.417Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23532026-07-01T19:13:45.463Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23542026-07-01T19:13:46.584Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23552026-07-01T19:13:50.490Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23562026-07-01T19:13:53.547Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23572026-07-01T19:14:01.511Z Finished `release` profile [optimized] target(s) in 1m 27s
23582026-07-01T19:14:01.630Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
23592026-07-01T19:14:01.696ZJul 01 19:14:01.171 DEBG changing working directory to /work/oxidecomputer/omicron
23602026-07-01T19:14:01.792ZJul 01 19:14:01.265 DEBG running: git rev-parse HEAD
23612026-07-01T19:14:01.843ZJul 01 19:14:01.268 DEBG process exited with exit status: 0 (3.219802ms)
23622026-07-01T19:14:01.843ZJul 01 19:14:01.268 INFO version: 21.0.0-0.ci+git19daa89a410
23632026-07-01T19:14:01.843ZJul 01 19:14:01.277 INFO cloning helios to /work/oxidecomputer/helios
23642026-07-01T19:14:01.843ZJul 01 19:14:01.277 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23652026-07-01T19:14:01.844ZCloning into '/work/oxidecomputer/helios'...
23662026-07-01T19:14:02.274ZJul 01 19:14:01.749 DEBG process exited with exit status: 0 (472.381766ms)
23672026-07-01T19:14:02.274ZJul 01 19:14:01.749 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23682026-07-01T19:14:02.290ZJul 01 19:14:01.752 DEBG process exited with exit status: 0 (2.366182ms)
23692026-07-01T19:14:02.290ZJul 01 19:14:01.752 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
23702026-07-01T19:14:02.591ZJul 01 19:14:02.073 DEBG process exited with exit status: 0 (320.435691ms)
23712026-07-01T19:14:02.592ZJul 01 19:14:02.073 DEBG running: zfs list rpool/images/build/host
23722026-07-01T19:14:02.598ZNAME USED AVAIL REFER MOUNTPOINT
23732026-07-01T19:14:02.598Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
23742026-07-01T19:14:02.598ZJul 01 19:14:02.077 DEBG process exited with exit status: 0 (4.404843ms)
23752026-07-01T19:14:02.598ZJul 01 19:14:02.077 DEBG running: zfs list rpool/images/build/recovery
23762026-07-01T19:14:02.598ZNAME USED AVAIL REFER MOUNTPOINT
23772026-07-01T19:14:02.598Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
23782026-07-01T19:14:02.599ZJul 01 19:14:02.080 DEBG process exited with exit status: 0 (3.333473ms)
23792026-07-01T19:14:02.599ZJul 01 19:14:02.081 INFO [hubris-staging] running task
23802026-07-01T19:14:02.599ZJul 01 19:14:02.081 INFO [hubris-production] running task
23812026-07-01T19:14:02.599ZJul 01 19:14:02.081 INFO [incorp-manifest] running task
23822026-07-01T19:14:02.599ZJul 01 19:14:02.081 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
23832026-07-01T19:14:02.603ZJul 01 19:14:02.081 INFO [incorp-create] running: pkgrepo create /work/incorporation
23842026-07-01T19:14:02.603ZJul 01 19:14:02.083 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
23852026-07-01T19:14:02.603ZJul 01 19:14:02.083 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
23862026-07-01T19:14:02.627Z[ helios-setup] cd tools/helios-build && cargo build --quiet
23872026-07-01T19:14:02.808Z[ omicron-package] Blocking waiting for file lock on package cache
23882026-07-01T19:14:02.836ZJul 01 19:14:02.308 INFO [incorp-create] process exited with exit status: 0 (226.50634ms)
23892026-07-01T19:14:02.854ZJul 01 19:14:02.308 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
23902026-07-01T19:14:03.043ZJul 01 19:14:02.527 INFO [incorp-publisher] process exited with exit status: 0 (218.905835ms)
23912026-07-01T19:14:03.305Z[ omicron-package] Blocking waiting for file lock on package cache
23922026-07-01T19:14:03.378ZJul 01 19:14:02.862 DEBG process exited with exit status: 0 (781.475938ms)
23932026-07-01T19:14:03.382ZJul 01 19:14:02.862 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
23942026-07-01T19:14:03.803ZJul 01 19:14:03.285 INFO [hubris-production] task succeeded (1.204376117s)
23952026-07-01T19:14:04.316ZJul 01 19:14:03.777 DEBG process exited with exit status: 0 (914.07841ms)
23962026-07-01T19:14:04.380ZJul 01 19:14:03.788 INFO [incorp-manifest] task succeeded (1.707392146s)
23972026-07-01T19:14:04.380ZJul 01 19:14:03.788 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
23982026-07-01T19:14:04.626Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
23992026-07-01T19:14:04.626Z[ omicron-package] Compiling itertools v0.14.0
24002026-07-01T19:14:04.626Z[ omicron-package] Compiling secrecy v0.10.3
24012026-07-01T19:14:04.626Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24022026-07-01T19:14:04.626Z[ omicron-package] Compiling heapless v0.8.0
24032026-07-01T19:14:04.626Z[ omicron-package] Compiling hash32 v0.3.1
24042026-07-01T19:14:04.626Z[ omicron-package] Compiling smoltcp v0.11.0
24052026-07-01T19:14:04.627Z[ omicron-package] Compiling unicode-width v0.2.0
24062026-07-01T19:14:04.627Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24072026-07-01T19:14:04.627Z[ omicron-package] Compiling cobs v0.3.0
24082026-07-01T19:14:04.628Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24092026-07-01T19:14:04.628Z[ omicron-package] Compiling universal-hash v0.5.1
24102026-07-01T19:14:04.629Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24112026-07-01T19:14:04.629Z[ omicron-package] Compiling opaque-debug v0.3.1
24122026-07-01T19:14:04.629Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24132026-07-01T19:14:04.649Z[ omicron-package] Compiling convert_case v0.4.0
24142026-07-01T19:14:04.650ZJul 01 19:14:04.010 INFO [incorp-fmt] process exited with exit status: 0 (221.363095ms)
24152026-07-01T19:14:04.650ZJul 01 19:14:04.010 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24162026-07-01T19:14:05.064Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260701T191404Z
24172026-07-01T19:14:05.070Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24182026-07-01T19:14:05.074Z[ incorp-pkgsend] PUBLISHED
24192026-07-01T19:14:05.078Z[ omicron-package] Compiling postcard v1.1.3
24202026-07-01T19:14:05.114ZJul 01 19:14:04.598 INFO [incorp-pkgsend] process exited with exit status: 0 (587.582153ms)
24212026-07-01T19:14:05.119ZJul 01 19:14:04.598 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24222026-07-01T19:14:05.503Z[ helios-incorp] Retrieving packages for publisher helios ...
24232026-07-01T19:14:05.560Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24242026-07-01T19:14:05.560Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24252026-07-01T19:14:05.560Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24262026-07-01T19:14:05.560Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24272026-07-01T19:14:05.560Z[ helios-incorp]
24282026-07-01T19:14:05.560Z[ helios-incorp] Archiving packages ...
24292026-07-01T19:14:05.560Z[ helios-incorp] Packages to add: 1
24302026-07-01T19:14:05.560Z[ helios-incorp] Files to retrieve: 0
24312026-07-01T19:14:05.560Z[ helios-incorp] Estimated transfer size: 0.00 B
24322026-07-01T19:14:05.560Z[ helios-incorp]
24332026-07-01T19:14:05.561Z[ helios-incorp] Packages to archive:
24342026-07-01T19:14:05.561Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260701T191404Z
24352026-07-01T19:14:05.562Z[ helios-incorp]
24362026-07-01T19:14:05.562Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24372026-07-01T19:14:05.562Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24382026-07-01T19:14:05.562Z[ omicron-package] Compiling poly1305 v0.8.0
24392026-07-01T19:14:05.562Z[ omicron-package] Compiling derive_more v0.99.20
24402026-07-01T19:14:05.569ZJul 01 19:14:05.003 INFO [helios-incorp] process exited with exit status: 0 (404.354955ms)
24412026-07-01T19:14:05.631Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24422026-07-01T19:14:05.639Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24432026-07-01T19:14:05.639Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24442026-07-01T19:14:05.639Z[ omicron-package] Compiling password-hash v0.5.0
24452026-07-01T19:14:05.650Z[ omicron-package] Compiling chacha20 v0.9.1
24462026-07-01T19:14:05.737Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24472026-07-01T19:14:05.804Z[ omicron-package] Compiling blake2 v0.10.6
24482026-07-01T19:14:06.045Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24492026-07-01T19:14:06.054Z[ omicron-package] Compiling aead v0.5.2
24502026-07-01T19:14:06.174Z[ omicron-package] Compiling ingot-macros v0.1.1
24512026-07-01T19:14:06.184Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24522026-07-01T19:14:06.368Z[ omicron-package] Compiling thiserror-no-std v2.0.2
24532026-07-01T19:14:06.406Z[ omicron-package] Compiling proc-macro-error v1.0.4
24542026-07-01T19:14:06.416Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24552026-07-01T19:14:06.485Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24562026-07-01T19:14:06.495Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24572026-07-01T19:14:06.569Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24582026-07-01T19:14:06.604Z[ omicron-package] Compiling vsss-rs v3.3.4
24592026-07-01T19:14:06.617Z[ omicron-package] Compiling num_enum_derive v0.5.11
24602026-07-01T19:14:06.659Z[ omicron-package] Compiling num_enum_derive v0.7.6
24612026-07-01T19:14:06.872Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
24622026-07-01T19:14:07.030Z[ omicron-package] Compiling argon2 v0.5.3
24632026-07-01T19:14:07.233Z[ omicron-package] Compiling tabwriter v1.4.1
24642026-07-01T19:14:07.282Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24652026-07-01T19:14:07.282Z[ omicron-package] Compiling foreign-types v0.5.0
24662026-07-01T19:14:07.410Z[ omicron-package] Compiling chacha20 v0.10.0
24672026-07-01T19:14:07.519Z[ omicron-package] Compiling byte-wrapper v0.1.0
24682026-07-01T19:14:07.519Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24692026-07-01T19:14:07.667Z[ omicron-package] Compiling cstr-argument v0.1.2
24702026-07-01T19:14:07.668Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24712026-07-01T19:14:08.519Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24722026-07-01T19:14:08.519Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24732026-07-01T19:14:08.654Z[ omicron-package] Compiling rand v0.10.0
24742026-07-01T19:14:08.654Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24752026-07-01T19:14:08.654Z[ omicron-package] Compiling num_enum v0.5.11
24762026-07-01T19:14:08.654Z[ omicron-package] Compiling num_enum v0.7.6
24772026-07-01T19:14:08.654Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24782026-07-01T19:14:08.655Z[ omicron-package] Compiling rayon v1.11.0
24792026-07-01T19:14:08.655Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24802026-07-01T19:14:08.665Z[ omicron-package] Compiling libefi-sys v0.1.0
24812026-07-01T19:14:08.665Z[ omicron-package] Compiling colored v3.1.1
24822026-07-01T19:14:08.665Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24832026-07-01T19:14:08.665Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24842026-07-01T19:14:08.665Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24852026-07-01T19:14:08.665Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24862026-07-01T19:14:08.665Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24872026-07-01T19:14:08.665Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
24882026-07-01T19:14:08.822Z[ omicron-package] Compiling itertools v0.12.1
24892026-07-01T19:14:08.822Z[ omicron-package] Compiling usdt-macro v0.5.0
24902026-07-01T19:14:08.879Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
24912026-07-01T19:14:08.879Z[ omicron-package] Compiling memmap v0.7.0
24922026-07-01T19:14:08.879Z[ omicron-package] Compiling sigpipe v0.1.3
24932026-07-01T19:14:08.879Z[ omicron-package] Compiling bitfield-struct v0.6.2
24942026-07-01T19:14:08.909Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24952026-07-01T19:14:08.952Z[ omicron-package] Compiling num-derive v0.4.2
24962026-07-01T19:14:09.103Z[ omicron-package] Compiling swrite v0.1.0
24972026-07-01T19:14:09.153Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24982026-07-01T19:14:09.210Z[ omicron-package] Compiling ingot-types v0.1.2
24992026-07-01T19:14:09.210Z[ omicron-package] Compiling glob v0.3.3
25002026-07-01T19:14:09.610Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25012026-07-01T19:14:09.623Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25022026-07-01T19:14:09.623Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25032026-07-01T19:14:09.682Z[ omicron-package] Compiling ingot v0.1.1
25042026-07-01T19:14:09.708Z[ omicron-package] Compiling usdt v0.5.0
25052026-07-01T19:14:09.786Z[ omicron-package] Compiling smf v0.2.3
25062026-07-01T19:14:09.908Z[ omicron-package] Compiling whoami v1.6.1
25072026-07-01T19:14:10.000Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25082026-07-01T19:14:10.021Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25092026-07-01T19:14:10.111Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25102026-07-01T19:14:10.153Z[ omicron-package] Compiling zone v0.3.1
25112026-07-01T19:14:10.283Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25122026-07-01T19:14:10.294Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25132026-07-01T19:14:10.368Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25142026-07-01T19:14:10.490Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25152026-07-01T19:14:10.633Z[ omicron-package] Compiling console v0.16.2
25162026-07-01T19:14:10.668Z[ omicron-package] Compiling gethostname v0.5.0
25172026-07-01T19:14:10.739Z[ omicron-package] Compiling unit-prefix v0.5.2
25182026-07-01T19:14:10.810Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25192026-07-01T19:14:11.478Z[ omicron-package] Compiling indicatif v0.18.4
25202026-07-01T19:14:12.123Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25212026-07-01T19:14:13.484Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25222026-07-01T19:14:17.613Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25232026-07-01T19:14:17.665ZJul 01 19:14:16.342 INFO [hubris-staging] task succeeded (14.261694652s)
25242026-07-01T19:14:17.665Z[ helios-setup] Jul 01 19:14:16.646 INFO helios repository root is: /work/oxidecomputer/helios
25252026-07-01T19:14:17.665Z[ helios-setup] Jul 01 19:14:16.647 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, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl
25262026-07-01T19:14:17.665Z[ helios-setup] Jul 01 19:14:16.647 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25272026-07-01T19:14:17.665Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25282026-07-01T19:14:17.717Z[ helios-setup] Jul 01 19:14:17.152 INFO clone ok!, project: phbl
25292026-07-01T19:14:17.717Z[ helios-setup] Jul 01 19:14:17.152 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: pinprick
25302026-07-01T19:14:17.720Z[ helios-setup] Jul 01 19:14:17.152 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25312026-07-01T19:14:17.752Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25322026-07-01T19:14:18.082Z[ helios-setup] Jul 01 19:14:17.565 INFO clone ok!, project: pinprick
25332026-07-01T19:14:18.084Z[ helios-setup] Jul 01 19:14:17.565 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
25342026-07-01T19:14:18.088Z[ helios-setup] Jul 01 19:14:17.565 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25352026-07-01T19:14:18.088Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25362026-07-01T19:14:19.312Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-07-01T19:14:22.534Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25382026-07-01T19:14:23.549Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25392026-07-01T19:14:24.459Z[ helios-setup] Jul 01 19:14:23.943 INFO clone ok!, project: amd-firmware
25402026-07-01T19:14:24.462Z[ helios-setup] Jul 01 19:14:23.943 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: image-builder
25412026-07-01T19:14:24.462Z[ helios-setup] Jul 01 19:14:23.943 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25422026-07-01T19:14:24.462Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25432026-07-01T19:14:24.930Z[ helios-setup] Jul 01 19:14:24.414 INFO clone ok!, project: image-builder
25442026-07-01T19:14:24.930Z[ helios-setup] Jul 01 19:14:24.414 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
25452026-07-01T19:14:24.933Z[ helios-setup] Jul 01 19:14:24.414 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25462026-07-01T19:14:24.933Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25472026-07-01T19:14:25.863Z[ helios-setup] Jul 01 19:14:25.347 INFO clone ok!, project: chelsio-t6-roms
25482026-07-01T19:14:25.863Z[ helios-setup] Jul 01 19:14:25.347 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25492026-07-01T19:14:25.863Z[ helios-setup] Jul 01 19:14:25.347 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
25502026-07-01T19:14:25.866Z[ helios-setup] Jul 01 19:14:25.347 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25512026-07-01T19:14:25.866Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25522026-07-01T19:14:26.953Z[ helios-setup] Jul 01 19:14:26.436 INFO clone ok!, project: pilot
25532026-07-01T19:14:26.953Z[ helios-setup] Jul 01 19:14:26.437 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, cargo_toolchain: false, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
25542026-07-01T19:14:26.956Z[ helios-setup] Jul 01 19:14:26.437 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
25552026-07-01T19:14:26.956Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25562026-07-01T19:14:27.968Z[ helios-setup] Jul 01 19:14:27.452 INFO clone ok!, project: amd-host-image-builder
25572026-07-01T19:14:27.968Z[ helios-setup] Jul 01 19:14:27.452 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
25582026-07-01T19:14:27.972Z[ helios-setup] Jul 01 19:14:27.452 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25592026-07-01T19:14:27.972Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25602026-07-01T19:14:28.734Z[ helios-setup] Jul 01 19:14:28.218 INFO clone ok!, project: dmar-report
25612026-07-01T19:14:28.738Z[ helios-setup] Jul 01 19:14:28.218 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver
25622026-07-01T19:14:28.738Z[ helios-setup] Jul 01 19:14:28.218 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25632026-07-01T19:14:28.738Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25642026-07-01T19:14:29.206Z[ helios-setup] Jul 01 19:14:28.690 INFO clone ok!, project: bootserver
25652026-07-01T19:14:29.206Z[ helios-setup] Jul 01 19:14:28.690 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25662026-07-01T19:14:29.206Z[ helios-setup] Jul 01 19:14:28.690 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25672026-07-01T19:14:29.210Z[ helios-setup] Jul 01 19:14:28.690 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
25682026-07-01T19:14:29.437Z[ helios-setup] Jul 01 19:14:28.921 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
25692026-07-01T19:14:29.653Z[ helios-setup] Jul 01 19:14:29.137 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
25702026-07-01T19:14:29.653Z[ helios-setup] Jul 01 19:14:29.137 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
25712026-07-01T19:14:29.864Z[ helios-setup] Jul 01 19:14:29.348 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
25722026-07-01T19:14:30.095Z[ helios-setup] Jul 01 19:14:29.579 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
25732026-07-01T19:14:30.097Z[ helios-setup] Jul 01 19:14:29.579 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
25742026-07-01T19:14:30.340Z[ helios-setup] Jul 01 19:14:29.824 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
25752026-07-01T19:14:30.582Z[ helios-setup] Jul 01 19:14:30.065 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
25762026-07-01T19:14:30.585Z[ helios-setup] Jul 01 19:14:30.065 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
25772026-07-01T19:14:30.585Z[ helios-setup] Jul 01 19:14:30.065 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
25782026-07-01T19:14:30.585Z[ helios-setup] Jul 01 19:14:30.066 INFO ok!
25792026-07-01T19:14:30.585Z[ helios-setup] Jul 01 19:14:30.066 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
25802026-07-01T19:14:30.585Z[ helios-setup] Jul 01 19:14:30.066 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
25812026-07-01T19:14:30.585Z[ helios-setup] Jul 01 19:14:30.066 INFO ok!
25822026-07-01T19:14:30.585Z[ helios-setup] Jul 01 19:14:30.066 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
25832026-07-01T19:14:30.585Z[ helios-setup] Jul 01 19:14:30.066 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
25842026-07-01T19:14:30.585Z[ helios-setup] Jul 01 19:14:30.066 INFO ok!
25852026-07-01T19:14:30.585Z[ helios-setup] Jul 01 19:14:30.066 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
25862026-07-01T19:14:32.997Z[ omicron-package] Finished `release` profile [optimized] target(s) in 30.39s
25872026-07-01T19:14:33.210Z[ omicron-package]
25882026-07-01T19:14:33.210Z[ omicron-package] real 30.555249604
25892026-07-01T19:14:33.210Z[ omicron-package] user 2:55.284918013
25902026-07-01T19:14:33.214Z[ omicron-package] sys 20.876090465
25912026-07-01T19:14:33.214Z[ omicron-package] trap 0.333725340
25922026-07-01T19:14:33.214Z[ omicron-package] tflt 0.587403125
25932026-07-01T19:14:33.214Z[ omicron-package] dflt 2.126533844
25942026-07-01T19:14:33.214Z[ omicron-package] kflt 0.019296203
25952026-07-01T19:14:33.214Z[ omicron-package] lock 7:45.791807237
25962026-07-01T19:14:33.214Z[ omicron-package] slp 4:27.256662509
25972026-07-01T19:14:33.214Z[ omicron-package] lat 34.646852797
25982026-07-01T19:14:33.214Z[ omicron-package] stop 1:10.554807031
25992026-07-01T19:14:33.214ZJul 01 19:14:32.695 INFO [omicron-package] process exited with exit status: 0 (30.612545177s)
26002026-07-01T19:14:33.214ZJul 01 19:14:32.695 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26012026-07-01T19:14:33.214ZJul 01 19:14:32.696 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26022026-07-01T19:14:33.222Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26032026-07-01T19:14:33.222Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26042026-07-01T19:14:33.225Z[ host-target] Created new build target 'host' and set it as active
26052026-07-01T19:14:33.225Z[ recovery-target] Created new build target 'recovery' and set it as active
26062026-07-01T19:14:33.230ZJul 01 19:14:32.710 INFO [recovery-target] process exited with exit status: 0 (14.01868ms)
26072026-07-01T19:14:33.230ZJul 01 19:14:32.710 INFO [host-target] process exited with exit status: 0 (14.867372ms)
26082026-07-01T19:14:33.230ZJul 01 19:14:32.710 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26092026-07-01T19:14:33.233Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26102026-07-01T19:14:34.620Z[ host-package] Compiling heck v0.5.0
26112026-07-01T19:14:34.620Z[ host-package] Compiling regress v0.11.1
26122026-07-01T19:14:34.858Z[ host-package] Compiling unsafe-libyaml v0.2.11
26132026-07-01T19:14:34.877Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26142026-07-01T19:14:34.907Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26152026-07-01T19:14:34.925Z[ host-package] Compiling unicode-width v0.1.14
26162026-07-01T19:14:34.932Z[ host-package] Compiling atomicwrites v0.4.4
26172026-07-01T19:14:34.947Z[ host-package] Compiling derive-where v1.6.0
26182026-07-01T19:14:34.985Z[ host-package] Compiling bytecount v0.6.9
26192026-07-01T19:14:35.006Z[ host-package] Compiling is-terminal v0.4.17
26202026-07-01T19:14:35.009Z[ host-package] Compiling prettyplease v0.2.37
26212026-07-01T19:14:35.010Z[ host-package] Compiling console v0.15.11
26222026-07-01T19:14:35.010Z[ host-package] Compiling newline-converter v0.3.0
26232026-07-01T19:14:35.010Z[ host-package] Compiling hybrid-array v0.4.10
26242026-07-01T19:14:35.110Z[ host-package] Compiling slog-dtrace v0.3.0
26252026-07-01T19:14:35.133Z[ host-package] Compiling owo-colors v4.3.0
26262026-07-01T19:14:35.134Z[ host-package] Compiling resolv-conf v0.7.6
26272026-07-01T19:14:35.178Z[ host-package] Compiling cancel-safe-futures v0.1.5
26282026-07-01T19:14:35.206Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26292026-07-01T19:14:35.253Z[ host-package] Compiling num-rational v0.4.2
26302026-07-01T19:14:35.285Z[ host-package] Compiling libsw-core v0.3.2
26312026-07-01T19:14:35.336Z[ host-package] Compiling num-complex v0.4.6
26322026-07-01T19:14:35.355Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
26332026-07-01T19:14:35.446Z[ host-package] Compiling expectorate v1.2.0
26342026-07-01T19:14:35.528Z[ host-package] Compiling thread_local v1.1.9
26352026-07-01T19:14:35.575Z[ host-package] Compiling crypto-common v0.2.2
26362026-07-01T19:14:35.579Z[ host-package] Compiling block-buffer v0.12.1
26372026-07-01T19:14:35.621Z[ host-package] Compiling const-oid v0.10.2
26382026-07-01T19:14:35.672Z[ host-package] Compiling compression-core v0.4.31
26392026-07-01T19:14:35.783Z[ host-package] Compiling match_cfg v0.1.0
26402026-07-01T19:14:35.930Z[ host-package] Compiling compression-codecs v0.4.37
26412026-07-01T19:14:35.935Z[ host-package] Compiling num v0.4.3
26422026-07-01T19:14:35.935Z[ host-package] Compiling hostname v0.3.1
26432026-07-01T19:14:35.935Z[ host-package] Compiling libsw v3.5.0
26442026-07-01T19:14:35.939Z[ host-package] Compiling slog-async v2.8.0
26452026-07-01T19:14:36.060Z[ host-package] Compiling multer v3.1.0
26462026-07-01T19:14:36.088Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26472026-07-01T19:14:36.122Z[ host-package] Compiling crossbeam-channel v0.5.15
26482026-07-01T19:14:36.145Z[ host-package] Compiling slog-json v2.6.1
26492026-07-01T19:14:36.187Z[ host-package] Compiling digest v0.11.3
26502026-07-01T19:14:36.216Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
26512026-07-01T19:14:36.220Z[ host-package] Compiling serde_spanned v1.1.1
26522026-07-01T19:14:36.294Z[ host-package] Compiling float-ord v0.3.2
26532026-07-01T19:14:36.337Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
26542026-07-01T19:14:36.357Z[ host-package] Compiling cpufeatures v0.3.0
26552026-07-01T19:14:36.382Z[ host-package] Compiling typify-impl v0.6.2
26562026-07-01T19:14:36.385Z[ host-package] Compiling linear-map v1.2.0
26572026-07-01T19:14:36.425Z[ host-package] Compiling term v1.2.1
26582026-07-01T19:14:36.429Z[ host-package] Compiling linked-hash-map v0.5.6
26592026-07-01T19:14:36.471Z[ host-package] Compiling take_mut v0.2.2
26602026-07-01T19:14:36.475Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26612026-07-01T19:14:36.519Z[ host-package] Compiling sha1 v0.11.0
26622026-07-01T19:14:36.546Z[ host-package] Compiling slog-bunyan v2.5.0
26632026-07-01T19:14:36.622Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26642026-07-01T19:14:36.653Z[ host-package] Compiling lru-cache v0.1.2
26652026-07-01T19:14:36.657Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
26662026-07-01T19:14:36.819Z[ host-package] Compiling slog-term v2.9.2
26672026-07-01T19:14:36.843Z[ host-package] Compiling async-compression v0.4.41
26682026-07-01T19:14:36.873Z[ host-package] Compiling async-stream v0.3.6
26692026-07-01T19:14:36.943Z[ host-package] Compiling dropshot v0.17.1
26702026-07-01T19:14:37.020Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26712026-07-01T19:14:37.067Z[ host-package] Compiling progenitor-client v0.14.0
26722026-07-01T19:14:37.091Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26732026-07-01T19:14:37.125Z[ host-package] Compiling waitgroup v0.1.2
26742026-07-01T19:14:37.209Z[ host-package] Compiling rustls-pemfile v2.2.0
26752026-07-01T19:14:37.258Z[ host-package] Compiling backon v1.6.0
26762026-07-01T19:14:37.291Z[ host-package] Compiling serde_path_to_error v0.1.20
26772026-07-01T19:14:37.318Z[ host-package] Compiling hostname v0.4.2
26782026-07-01T19:14:37.321Z[ host-package] Compiling instant v0.1.13
26792026-07-01T19:14:37.375Z[ host-package] Compiling debug-ignore v1.0.5
26802026-07-01T19:14:37.406Z[ host-package] Compiling minimal-lexical v0.2.1
26812026-07-01T19:14:37.456Z[ host-package] Compiling progenitor-extras v0.2.0
26822026-07-01T19:14:37.494Z[ host-package] Compiling backoff v0.4.0
26832026-07-01T19:14:37.519Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26842026-07-01T19:14:37.569Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26852026-07-01T19:14:37.572Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26862026-07-01T19:14:37.738Z[ host-package] Compiling nom v7.1.3
26872026-07-01T19:14:37.830Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26882026-07-01T19:14:37.859Z[ host-package] Compiling parse-display v0.10.0
26892026-07-01T19:14:37.901Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26902026-07-01T19:14:37.949Z[ host-package] Compiling hickory-proto v0.24.4
26912026-07-01T19:14:38.310Z[ host-package] Compiling regress v0.10.5
26922026-07-01T19:14:38.636Z[ host-package] Compiling macaddr v1.0.1
26932026-07-01T19:14:38.729Z[ host-package] Compiling humantime v2.3.0
26942026-07-01T19:14:38.849Z[ host-package] Compiling unicode-xid v0.2.6
26952026-07-01T19:14:39.050Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26962026-07-01T19:14:39.106Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26972026-07-01T19:14:39.230Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26982026-07-01T19:14:39.391Z[ host-package] Compiling convert_case v0.10.0
26992026-07-01T19:14:39.590Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27002026-07-01T19:14:39.742Z[ host-package] Compiling toml v0.8.23
27012026-07-01T19:14:39.749Z[ host-package] Compiling derive_more-impl v2.1.1
27022026-07-01T19:14:40.151Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27032026-07-01T19:14:40.277Z[ host-package] Compiling typify-macro v0.6.2
27042026-07-01T19:14:40.398Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27052026-07-01T19:14:40.459Z[ host-package] Compiling papergrid v0.11.0
27062026-07-01T19:14:40.612Z[ host-package] Compiling tabled_derive v0.7.0
27072026-07-01T19:14:40.633Z[ host-package] Compiling derive_more v2.1.1
27082026-07-01T19:14:40.652Z[ host-package] Compiling termtree v0.5.1
27092026-07-01T19:14:40.749Z[ host-package] Compiling crossterm v0.29.0
27102026-07-01T19:14:40.791Z[ host-package] Compiling phf_shared v0.12.1
27112026-07-01T19:14:40.888Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27122026-07-01T19:14:41.119Z[ host-package] Compiling hickory-resolver v0.24.4
27132026-07-01T19:14:41.684Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27142026-07-01T19:14:41.732Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27152026-07-01T19:14:41.922Z[ host-package] Compiling tabled v0.15.0
27162026-07-01T19:14:42.060Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27172026-07-01T19:14:42.301Z[ host-package] Compiling typify v0.6.2
27182026-07-01T19:14:42.666Z[ host-package] Compiling progenitor-impl v0.14.0
27192026-07-01T19:14:43.337Z[ host-package] Compiling qorb v0.4.1
27202026-07-01T19:14:44.186Z[ host-package] Compiling vte v0.14.1
27212026-07-01T19:14:44.646Z[ host-package] Compiling csv-core v0.1.13
27222026-07-01T19:14:45.141Z[ host-package] Compiling chrono-tz v0.10.4
27232026-07-01T19:14:45.221Z[ host-package] Compiling progenitor-macro v0.14.0
27242026-07-01T19:14:45.387Z[ host-package] Compiling highway v1.3.0
27252026-07-01T19:14:45.677Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27262026-07-01T19:14:46.288Z[ host-package] Compiling csv v1.4.0
27272026-07-01T19:14:46.722Z[ host-package] Compiling strip-ansi-escapes v0.2.1
27282026-07-01T19:14:47.207Z[ host-package] Compiling phf v0.12.1
27292026-07-01T19:14:47.336Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27302026-07-01T19:14:47.358Z[ host-package] Compiling const_format_proc_macros v0.2.34
27312026-07-01T19:14:47.379Z[ host-package] Compiling fd-lock v4.0.4
27322026-07-01T19:14:47.383Z[ host-package] Compiling peg-macros v0.8.5
27332026-07-01T19:14:47.587Z[ host-package] Compiling nu-ansi-term v0.50.3
27342026-07-01T19:14:47.888Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27352026-07-01T19:14:47.970Z[ host-package] Compiling reedline v0.40.0
27362026-07-01T19:14:48.264Z[ host-package] Compiling const_format v0.2.35
27372026-07-01T19:14:48.949Z[ host-package] Compiling peg v0.8.5
27382026-07-01T19:14:49.110Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27392026-07-01T19:14:49.220Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
27402026-07-01T19:14:49.385Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27412026-07-01T19:14:49.475Z[ host-package] Compiling progenitor v0.14.0
27422026-07-01T19:14:49.698Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27432026-07-01T19:14:49.933Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27442026-07-01T19:14:50.001Z[ host-package] Compiling bcs v0.1.6
27452026-07-01T19:14:50.484Z[ host-package] Compiling nom v8.0.0
27462026-07-01T19:14:50.547Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27472026-07-01T19:14:50.628Z[ host-package] Compiling semver v0.1.20
27482026-07-01T19:14:50.944Z[ host-package] Compiling rustc_version v0.1.7
27492026-07-01T19:14:51.250Z[ host-package] Compiling newtype_derive v0.1.6
27502026-07-01T19:14:51.576Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27512026-07-01T19:14:51.897Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27522026-07-01T19:14:52.163Z[ host-package] Compiling smawk v0.3.2
27532026-07-01T19:14:52.430Z[ host-package] Compiling unicode-linebreak v0.1.5
27542026-07-01T19:14:52.590Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27552026-07-01T19:14:52.760Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27562026-07-01T19:14:52.872Z[ host-package] Compiling textwrap v0.16.2
27572026-07-01T19:14:53.391Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27582026-07-01T19:14:53.405Z[ host-package] Compiling steno v0.4.1
27592026-07-01T19:14:53.422Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27602026-07-01T19:14:53.522Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27612026-07-01T19:14:53.683Z[ helios-setup] Jul 01 19:14:53.166 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-06-16-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
27622026-07-01T19:14:53.683Z[ helios-setup] Jul 01 19:14:53.166 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27632026-07-01T19:14:53.695Z[ helios-setup] Jul 01 19:14:53.179 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
27642026-07-01T19:14:53.696Z[ helios-setup] Jul 01 19:14:53.179 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27652026-07-01T19:14:53.696Z[ helios-setup] Jul 01 19:14:53.179 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27662026-07-01T19:14:53.702Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
27672026-07-01T19:14:53.872Z[ helios-setup] Jul 01 19:14:53.355 INFO E| Downloading crates ...
27682026-07-01T19:14:53.926Z[ helios-setup] Jul 01 19:14:53.407 INFO E| Downloaded miniz_oxide v0.8.8
27692026-07-01T19:14:53.929Z[ helios-setup] Jul 01 19:14:53.410 INFO E| Downloaded adler2 v2.0.0
27702026-07-01T19:14:53.967Z[ helios-setup] Jul 01 19:14:53.450 INFO E| Compiling adler2 v2.0.0
27712026-07-01T19:14:54.029Z[ host-package] Compiling utf-8 v0.7.6
27722026-07-01T19:14:54.079Z[ helios-setup] Jul 01 19:14:53.563 INFO E| Compiling miniz_oxide v0.8.8
27732026-07-01T19:14:54.297Z[ host-package] Compiling tagptr v0.2.0
27742026-07-01T19:14:54.332Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27752026-07-01T19:14:54.374Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
27762026-07-01T19:14:54.505Z[ host-package] Compiling moka v0.12.13
27772026-07-01T19:14:54.582Z[ host-package] Compiling tungstenite v0.21.0
27782026-07-01T19:14:54.717Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27792026-07-01T19:14:54.976Z[ host-package] Compiling vergen-lib v0.1.6
27802026-07-01T19:14:55.162Z[ helios-setup] Jul 01 19:14:54.645 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27812026-07-01T19:14:55.226Z[ host-package] Compiling tokio-tungstenite v0.21.0
27822026-07-01T19:14:55.300Z[ host-package] Compiling diesel_derives v2.3.7
27832026-07-01T19:14:55.588Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27842026-07-01T19:14:55.659Z[ host-package] Compiling hickory-resolver v0.25.2
27852026-07-01T19:14:55.938Z[ helios-setup] Jul 01 19:14:55.345 INFO E| Finished `release` profile [optimized] target(s) in 2.15s
27862026-07-01T19:14:55.949Z[ helios-setup] Jul 01 19:14:55.354 INFO building project "pinprick" ok (2 seconds)
27872026-07-01T19:14:55.949Z[ helios-setup] Jul 01 19:14:55.354 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
27882026-07-01T19:14:55.949Z[ helios-setup] Jul 01 19:14:55.362 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
27892026-07-01T19:14:55.949Z[ helios-setup] Jul 01 19:14:55.363 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27902026-07-01T19:14:55.949Z[ helios-setup] Jul 01 19:14:55.363 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27912026-07-01T19:14:55.984Z[ helios-setup] Jul 01 19:14:55.468 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27922026-07-01T19:14:56.010Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27932026-07-01T19:14:56.049Z[ host-package] Compiling dsl_auto_type v0.2.0
27942026-07-01T19:14:56.274Z[ helios-setup] Jul 01 19:14:55.757 INFO E| From https://github.com/jclulow/rust-jmclib
27952026-07-01T19:14:56.275Z[ helios-setup] Jul 01 19:14:55.757 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27962026-07-01T19:14:56.360Z[ helios-setup] Jul 01 19:14:55.844 INFO E| Updating crates.io index
27972026-07-01T19:14:56.412Z[ helios-setup] Jul 01 19:14:55.896 INFO E| Downloading crates ...
27982026-07-01T19:14:56.462Z[ helios-setup] Jul 01 19:14:55.945 INFO E| Downloaded digest v0.9.0
27992026-07-01T19:14:56.466Z[ helios-setup] Jul 01 19:14:55.947 INFO E| Downloaded block-buffer v0.9.0
28002026-07-01T19:14:56.470Z[ helios-setup] Jul 01 19:14:55.953 INFO E| Downloaded anyhow v1.0.72
28012026-07-01T19:14:56.473Z[ helios-setup] Jul 01 19:14:55.956 INFO E| Downloaded walkdir v2.3.3
28022026-07-01T19:14:56.473Z[ helios-setup] Jul 01 19:14:55.957 INFO E| Downloaded libdevinfo-sys v1.0.0
28032026-07-01T19:14:56.476Z[ helios-setup] Jul 01 19:14:55.960 INFO E| Downloaded errno v0.3.1
28042026-07-01T19:14:56.480Z[ helios-setup] Jul 01 19:14:55.961 INFO E| Downloaded md-5 v0.9.1
28052026-07-01T19:14:56.483Z[ helios-setup] Jul 01 19:14:55.966 INFO E| Downloaded sha-1 v0.9.8
28062026-07-01T19:14:56.486Z[ helios-setup] Jul 01 19:14:55.970 INFO E| Downloaded opaque-debug v0.3.0
28072026-07-01T19:14:56.489Z[ helios-setup] Jul 01 19:14:55.973 INFO E| Downloaded cpufeatures v0.2.9
28082026-07-01T19:14:56.497Z[ helios-setup] Jul 01 19:14:55.981 INFO E| Downloaded itoa v1.0.9
28092026-07-01T19:14:56.501Z[ helios-setup] Jul 01 19:14:55.983 INFO E| Downloaded tempfile v3.7.0
28102026-07-01T19:14:56.546Z[ helios-setup] Jul 01 19:14:56.030 INFO E| Downloaded unicode-width v0.1.10
28112026-07-01T19:14:56.546Z[ helios-setup] Jul 01 19:14:56.030 INFO E| Downloaded quote v1.0.31
28122026-07-01T19:14:56.546Z[ helios-setup] Jul 01 19:14:56.030 INFO E| Downloaded getrandom v0.2.10
28132026-07-01T19:14:56.549Z[ helios-setup] Jul 01 19:14:56.030 INFO E| Downloaded bitflags v2.3.3
28142026-07-01T19:14:56.549Z[ helios-setup] Jul 01 19:14:56.030 INFO E| Downloaded glob v0.3.1
28152026-07-01T19:14:56.586Z[ helios-setup] Jul 01 19:14:56.070 INFO E| Downloaded uuid v0.8.2
28162026-07-01T19:14:56.586Z[ helios-setup] Jul 01 19:14:56.070 INFO E| Downloaded toml v0.5.11
28172026-07-01T19:14:56.591Z[ helios-setup] Jul 01 19:14:56.070 INFO E| Downloaded serde_derive v1.0.193
28182026-07-01T19:14:56.591Z[ helios-setup] Jul 01 19:14:56.070 INFO E| Downloaded ryu v1.0.15
28192026-07-01T19:14:56.591Z[ helios-setup] Jul 01 19:14:56.070 INFO E| Downloaded unicode-ident v1.0.11
28202026-07-01T19:14:56.591Z[ helios-setup] Jul 01 19:14:56.070 INFO E| Downloaded typenum v1.16.0
28212026-07-01T19:14:56.596Z[ host-package] Compiling vergen-gitcl v1.0.8
28222026-07-01T19:14:56.600Z[ helios-setup] Jul 01 19:14:56.082 INFO E| Downloaded proc-macro2 v1.0.66
28232026-07-01T19:14:56.600Z[ helios-setup] Jul 01 19:14:56.084 INFO E| Downloaded serde v1.0.193
28242026-07-01T19:14:56.614Z[ helios-setup] Jul 01 19:14:56.098 INFO E| Downloaded once_cell v1.18.0
28252026-07-01T19:14:56.618Z[ helios-setup] Jul 01 19:14:56.101 INFO E| Downloaded serde_json v1.0.103
28262026-07-01T19:14:56.631Z[ helios-setup] Jul 01 19:14:56.114 INFO E| Downloaded syn v2.0.32
28272026-07-01T19:14:56.644Z[ helios-setup] Jul 01 19:14:56.128 INFO E| Downloaded rustix v0.38.4
28282026-07-01T19:14:56.657Z[ helios-setup] Jul 01 19:14:56.140 INFO E| Downloaded fastrand v2.0.0
28292026-07-01T19:14:56.666Z[ helios-setup] Jul 01 19:14:56.150 INFO E| Downloaded libc v0.2.147
28302026-07-01T19:14:56.692Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
28312026-07-01T19:14:56.726Z[ helios-setup] Jul 01 19:14:56.210 INFO E| Compiling libc v0.2.147
28322026-07-01T19:14:56.726Z[ helios-setup] Jul 01 19:14:56.210 INFO E| Compiling proc-macro2 v1.0.66
28332026-07-01T19:14:56.726Z[ helios-setup] Jul 01 19:14:56.210 INFO E| Compiling cfg-if v1.0.0
28342026-07-01T19:14:56.726Z[ helios-setup] Jul 01 19:14:56.210 INFO E| Compiling unicode-ident v1.0.11
28352026-07-01T19:14:56.730Z[ helios-setup] Jul 01 19:14:56.210 INFO E| Compiling version_check v0.9.4
28362026-07-01T19:14:56.730Z[ helios-setup] Jul 01 19:14:56.210 INFO E| Compiling typenum v1.16.0
28372026-07-01T19:14:56.730Z[ helios-setup] Jul 01 19:14:56.210 INFO E| Compiling serde v1.0.193
28382026-07-01T19:14:56.730Z[ helios-setup] Jul 01 19:14:56.210 INFO E| Compiling slog v2.7.0
28392026-07-01T19:14:56.745Z[ helios-setup] Jul 01 19:14:56.226 INFO E| Compiling rustix v0.38.4
28402026-07-01T19:14:56.748Z[ helios-setup] Jul 01 19:14:56.229 INFO E| Compiling num-conv v0.1.0
28412026-07-01T19:14:56.751Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
28422026-07-01T19:14:56.771Z[ helios-setup] Jul 01 19:14:56.255 INFO E| Compiling time-core v0.1.2
28432026-07-01T19:14:56.806Z[ helios-setup] Jul 01 19:14:56.289 INFO E| Compiling powerfmt v0.2.0
28442026-07-01T19:14:56.806Z[ helios-setup] Jul 01 19:14:56.289 INFO E| Compiling itoa v1.0.9
28452026-07-01T19:14:56.806Z[ helios-setup] Jul 01 19:14:56.289 INFO E| Compiling bitflags v2.3.3
28462026-07-01T19:14:56.810Z[ helios-setup] Jul 01 19:14:56.289 INFO E| Compiling once_cell v1.18.0
28472026-07-01T19:14:56.810Z[ helios-setup] Jul 01 19:14:56.289 INFO E| Compiling num_threads v0.1.6
28482026-07-01T19:14:56.949Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28492026-07-01T19:14:57.026Z[ host-package] Compiling dirs-sys-next v0.1.2
28502026-07-01T19:14:57.181Z[ helios-setup] Jul 01 19:14:56.665 INFO E| Compiling opaque-debug v0.3.0
28512026-07-01T19:14:57.407Z[ host-package] Compiling crunchy v0.2.4
28522026-07-01T19:14:57.488Z[ host-package] Compiling glob v0.3.3
28532026-07-01T19:14:57.650Z[ helios-setup] Jul 01 19:14:57.134 INFO E| Compiling thread_local v1.1.7
28542026-07-01T19:14:57.663Z[ helios-setup] Jul 01 19:14:57.147 INFO E| Compiling deranged v0.3.11
28552026-07-01T19:14:57.663Z[ helios-setup] Jul 01 19:14:57.147 INFO E| Compiling serde_json v1.0.103
28562026-07-01T19:14:57.666Z[ helios-setup] Jul 01 19:14:57.147 INFO E| Compiling anyhow v1.0.72
28572026-07-01T19:14:57.699Z[ helios-setup] Jul 01 19:14:57.183 INFO E| Compiling time-macros v0.2.18
28582026-07-01T19:14:57.731Z[ helios-setup] Jul 01 19:14:57.215 INFO E| Compiling fastrand v2.0.0
28592026-07-01T19:14:57.764Z[ host-package] Compiling maplit v1.0.2
28602026-07-01T19:14:57.827Z[ helios-setup] Jul 01 19:14:57.311 INFO E| Compiling cpufeatures v0.2.9
28612026-07-01T19:14:57.827Z[ helios-setup] Jul 01 19:14:57.311 INFO E| Compiling unicode-width v0.1.10
28622026-07-01T19:14:57.830Z[ helios-setup] Jul 01 19:14:57.311 INFO E| Compiling ryu v1.0.15
28632026-07-01T19:14:57.921Z[ helios-setup] Jul 01 19:14:57.405 INFO E| Compiling same-file v1.0.6
28642026-07-01T19:14:58.056Z[ helios-setup] Jul 01 19:14:57.539 INFO E| Compiling getopts v0.2.21
28652026-07-01T19:14:58.121Z[ host-package] Compiling proc-macro-error2 v2.0.1
28662026-07-01T19:14:58.125Z[ helios-setup] Jul 01 19:14:57.609 INFO E| Compiling walkdir v2.3.3
28672026-07-01T19:14:58.379Z[ helios-setup] Jul 01 19:14:57.863 INFO E| Compiling quote v1.0.31
28682026-07-01T19:14:58.419Z[ helios-setup] Jul 01 19:14:57.903 INFO E| Compiling generic-array v0.14.7
28692026-07-01T19:14:58.434Z[ helios-setup] Jul 01 19:14:57.918 INFO E| Compiling libdevinfo-sys v1.0.0
28702026-07-01T19:14:58.437Z[ helios-setup] Jul 01 19:14:57.918 INFO E| Compiling glob v0.3.1
28712026-07-01T19:14:58.520Z[ helios-setup] Jul 01 19:14:58.004 INFO E| Compiling dirs-sys-next v0.1.2
28722026-07-01T19:14:58.595Z[ helios-setup] Jul 01 19:14:58.079 INFO E| Compiling errno v0.3.1
28732026-07-01T19:14:58.623Z[ host-package] Compiling dirs-next v2.0.0
28742026-07-01T19:14:58.639Z[ helios-setup] Jul 01 19:14:58.123 INFO E| Compiling atty v0.2.14
28752026-07-01T19:14:58.690Z[ host-package] Compiling clang-sys v1.8.1
28762026-07-01T19:14:58.715Z[ helios-setup] Jul 01 19:14:58.198 INFO E| Compiling syn v2.0.32
28772026-07-01T19:14:58.719Z[ helios-setup] Jul 01 19:14:58.198 INFO E| Compiling getrandom v0.2.10
28782026-07-01T19:14:58.808Z[ helios-setup] Jul 01 19:14:58.253 INFO E| Compiling dirs-next v2.0.0
28792026-07-01T19:14:58.882Z[ helios-setup] Jul 01 19:14:58.366 INFO E| Compiling term v0.7.0
28802026-07-01T19:14:58.985Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28812026-07-01T19:14:59.405Z[ helios-setup] Jul 01 19:14:58.889 INFO E| Compiling block-buffer v0.9.0
28822026-07-01T19:14:59.406Z[ helios-setup] Jul 01 19:14:58.889 INFO E| Compiling digest v0.9.0
28832026-07-01T19:14:59.433Z[ host-package] Compiling r2d2 v0.8.10
28842026-07-01T19:14:59.450Z[ helios-setup] Jul 01 19:14:58.934 INFO E| Compiling tempfile v3.7.0
28852026-07-01T19:14:59.512Z[ helios-setup] Jul 01 19:14:58.996 INFO E| Compiling sha-1 v0.9.8
28862026-07-01T19:14:59.516Z[ helios-setup] Jul 01 19:14:59.000 INFO E| Compiling md-5 v0.9.1
28872026-07-01T19:15:00.019Z[ helios-setup] Jul 01 19:14:59.503 INFO E| Compiling time v0.3.36
28882026-07-01T19:15:00.067Z[ host-package] Compiling num-derive v0.3.3
28892026-07-01T19:15:00.114Z[ host-package] Compiling downcast-rs v2.0.2
28902026-07-01T19:15:00.297Z[ host-package] Compiling tiny-keccak v2.0.2
28912026-07-01T19:15:00.587Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
28922026-07-01T19:15:00.637Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
28932026-07-01T19:15:00.827Z[ host-package] Compiling tabled_derive v0.11.0
28942026-07-01T19:15:00.864Z[ helios-setup] Jul 01 19:15:00.348 INFO E| Compiling serde_derive v1.0.193
28952026-07-01T19:15:00.957Z[ helios-setup] Jul 01 19:15:00.436 INFO E| Compiling slog-term v2.9.0
28962026-07-01T19:15:01.100Z[ host-package] Compiling libscf-sys v1.1.0
28972026-07-01T19:15:01.294Z[ host-package] Compiling term v0.7.0
28982026-07-01T19:15:01.641Z[ host-package] Compiling papergrid v0.17.0
28992026-07-01T19:15:02.005Z[ host-package] Compiling testing_table v0.3.0
29002026-07-01T19:15:02.103Z[ host-package] Compiling bit-vec v0.6.3
29012026-07-01T19:15:02.176Z[ host-package] Compiling ascii-canvas v3.0.0
29022026-07-01T19:15:02.366Z[ host-package] Compiling bit-set v0.5.3
29032026-07-01T19:15:02.582Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
29042026-07-01T19:15:02.643Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29052026-07-01T19:15:02.806Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
29062026-07-01T19:15:03.013Z[ host-package] Compiling tabled v0.20.0
29072026-07-01T19:15:03.365Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29082026-07-01T19:15:03.401Z[ host-package] Compiling progenitor-impl v0.13.0
29092026-07-01T19:15:03.404Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
29102026-07-01T19:15:03.446Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29112026-07-01T19:15:03.684Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29122026-07-01T19:15:03.862Z[ host-package] Compiling itertools v0.10.5
29132026-07-01T19:15:04.065Z[ host-package] Compiling ena v0.14.4
29142026-07-01T19:15:04.112Z[ host-package] Compiling libloading v0.8.9
29152026-07-01T19:15:04.169Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29162026-07-01T19:15:04.326Z[ host-package] Compiling xshell-macros v0.2.7
29172026-07-01T19:15:04.389Z[ host-package] Compiling diff v0.1.13
29182026-07-01T19:15:04.497Z[ host-package] Compiling diesel v2.3.7
29192026-07-01T19:15:04.568Z[ host-package] Compiling regex-syntax v0.6.29
29202026-07-01T19:15:04.681Z[ host-package] Compiling bindgen v0.71.1
29212026-07-01T19:15:04.770Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
29222026-07-01T19:15:04.901Z[ host-package] Compiling unicase v2.9.0
29232026-07-01T19:15:04.956Z[ host-package] Compiling xshell v0.2.7
29242026-07-01T19:15:05.202Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29252026-07-01T19:15:05.272Z[ helios-setup] Jul 01 19:15:04.753 INFO E| Compiling toml v0.5.11
29262026-07-01T19:15:05.272Z[ helios-setup] Jul 01 19:15:04.753 INFO E| Compiling uuid v0.8.2
29272026-07-01T19:15:05.631Z[ host-package] Compiling progenitor-macro v0.13.0
29282026-07-01T19:15:05.884Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29292026-07-01T19:15:06.062Z[ helios-setup] Jul 01 19:15:05.546 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29302026-07-01T19:15:06.336Z[ host-package] Compiling lalrpop v0.19.12
29312026-07-01T19:15:06.722Z[ host-package] Compiling cexpr v0.6.0
29322026-07-01T19:15:06.861Z[ helios-setup] Jul 01 19:15:06.344 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29332026-07-01T19:15:07.612Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29342026-07-01T19:15:07.651Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29352026-07-01T19:15:07.961Z[ host-package] Compiling progenitor-client v0.13.0
29362026-07-01T19:15:08.142Z[ host-package] Compiling rustc-hash v2.1.1
29372026-07-01T19:15:08.537Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29382026-07-01T19:15:09.956Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29392026-07-01T19:15:10.103Z[ host-package] Compiling progenitor v0.13.0
29402026-07-01T19:15:10.263Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29412026-07-01T19:15:10.374Z[ host-package] Compiling headers-core v0.3.0
29422026-07-01T19:15:10.469Z[ host-package] Compiling libxml v0.3.3
29432026-07-01T19:15:10.592Z[ host-package] Compiling crc8 v0.1.1
29442026-07-01T19:15:10.646Z[ host-package] Compiling headers v0.4.1
29452026-07-01T19:15:10.709Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29462026-07-01T19:15:10.765Z[ host-package] Compiling strum_macros v0.24.3
29472026-07-01T19:15:10.923Z[ host-package] Compiling indoc v1.0.9
29482026-07-01T19:15:11.221Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29492026-07-01T19:15:11.273Z[ helios-setup] Jul 01 19:15:10.755 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.38s
29502026-07-01T19:15:11.301Z[ helios-setup] Jul 01 19:15:10.781 INFO building project "image-builder" ok (15 seconds)
29512026-07-01T19:15:11.301Z[ helios-setup] Jul 01 19:15:10.781 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29522026-07-01T19:15:11.307Z[ helios-setup] Jul 01 19:15:10.791 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
29532026-07-01T19:15:11.307Z[ helios-setup] Jul 01 19:15:10.791 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29542026-07-01T19:15:11.307Z[ helios-setup] Jul 01 19:15:10.791 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29552026-07-01T19:15:11.342Z[ host-package] Compiling git-stub v1.0.0
29562026-07-01T19:15:11.416Z[ helios-setup] Jul 01 19:15:10.899 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29572026-07-01T19:15:11.444Z[ host-package] Compiling derive_builder v0.20.2
29582026-07-01T19:15:11.489Z[ host-package] Compiling quick-xml v0.37.5
29592026-07-01T19:15:11.519Z[ host-package] Compiling oso-derive v0.27.3
29602026-07-01T19:15:11.609Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
29612026-07-01T19:15:11.629Z[ host-package] Compiling openssl-probe v0.1.6
29622026-07-01T19:15:11.748Z[ helios-setup] Jul 01 19:15:11.199 INFO E| From https://github.com/jclulow/hiercmd
29632026-07-01T19:15:11.748Z[ helios-setup] Jul 01 19:15:11.199 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
29642026-07-01T19:15:11.748Z[ helios-setup] Jul 01 19:15:11.211 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
29652026-07-01T19:15:11.923Z[ host-package] Compiling git-stub-vcs v0.1.0
29662026-07-01T19:15:12.027Z[ helios-setup] Jul 01 19:15:11.510 INFO E| From https://github.com/oxidecomputer/network-interface
29672026-07-01T19:15:12.027Z[ helios-setup] Jul 01 19:15:11.510 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
29682026-07-01T19:15:12.039Z[ helios-setup] Jul 01 19:15:11.522 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29692026-07-01T19:15:12.121Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29702026-07-01T19:15:12.146Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29712026-07-01T19:15:12.286Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
29722026-07-01T19:15:12.344Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
29732026-07-01T19:15:12.358Z[ helios-setup] Jul 01 19:15:11.841 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29742026-07-01T19:15:12.358Z[ helios-setup] Jul 01 19:15:11.841 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29752026-07-01T19:15:12.389Z[ helios-setup] Jul 01 19:15:11.864 INFO E| Updating crates.io index
29762026-07-01T19:15:12.452Z[ helios-setup] Jul 01 19:15:11.936 INFO E| Downloading crates ...
29772026-07-01T19:15:12.521Z[ host-package] Compiling bb8 v0.8.6
29782026-07-01T19:15:12.560Z[ helios-setup] Jul 01 19:15:12.043 INFO E| Downloaded rand v0.8.5
29792026-07-01T19:15:12.563Z[ helios-setup] Jul 01 19:15:12.046 INFO E| Downloaded anstyle v1.0.13
29802026-07-01T19:15:12.567Z[ helios-setup] Jul 01 19:15:12.048 INFO E| Downloaded pin-utils v0.1.0
29812026-07-01T19:15:12.567Z[ helios-setup] Jul 01 19:15:12.049 INFO E| Downloaded bitflags v2.10.0
29822026-07-01T19:15:12.571Z[ helios-setup] Jul 01 19:15:12.052 INFO E| Downloaded futures-core v0.3.31
29832026-07-01T19:15:12.571Z[ helios-setup] Jul 01 19:15:12.053 INFO E| Downloaded env_filter v0.1.4
29842026-07-01T19:15:12.571Z[ helios-setup] Jul 01 19:15:12.054 INFO E| Downloaded bitfield-macros v0.19.3
29852026-07-01T19:15:12.575Z[ helios-setup] Jul 01 19:15:12.055 INFO E| Downloaded base64ct v1.8.0
29862026-07-01T19:15:12.584Z[ helios-setup] Jul 01 19:15:12.067 INFO E| Downloaded futures-io v0.3.31
29872026-07-01T19:15:12.587Z[ helios-setup] Jul 01 19:15:12.068 INFO E| Downloaded env_logger v0.11.8
29882026-07-01T19:15:12.587Z[ helios-setup] Jul 01 19:15:12.070 INFO E| Downloaded clap_lex v0.7.6
29892026-07-01T19:15:12.603Z[ helios-setup] Jul 01 19:15:12.086 INFO E| Downloaded devinfo v0.1.0
29902026-07-01T19:15:12.603Z[ helios-setup] Jul 01 19:15:12.086 INFO E| Downloaded futures-macro v0.3.31
29912026-07-01T19:15:12.603Z[ helios-setup] Jul 01 19:15:12.086 INFO E| Downloaded anstyle-query v1.1.4
29922026-07-01T19:15:12.618Z[ helios-setup] Jul 01 19:15:12.101 INFO E| Downloaded num_enum v0.7.5
29932026-07-01T19:15:12.618Z[ helios-setup] Jul 01 19:15:12.101 INFO E| Downloaded time-core v0.1.6
29942026-07-01T19:15:12.618Z[ helios-setup] Jul 01 19:15:12.101 INFO E| Downloaded futures-task v0.3.31
29952026-07-01T19:15:12.627Z[ helios-setup] Jul 01 19:15:12.110 INFO E| Downloaded crc v3.3.0
29962026-07-01T19:15:12.628Z[ helios-setup] Jul 01 19:15:12.110 INFO E| Downloaded zeroize_derive v1.4.2
29972026-07-01T19:15:12.631Z[ helios-setup] Jul 01 19:15:12.113 INFO E| Downloaded simd-adler32 v0.3.7
29982026-07-01T19:15:12.638Z[ helios-setup] Jul 01 19:15:12.122 INFO E| Downloaded serde_spanned v1.0.3
29992026-07-01T19:15:12.653Z[ helios-setup] Jul 01 19:15:12.136 INFO E| Downloaded getopts v0.2.24
30002026-07-01T19:15:12.657Z[ helios-setup] Jul 01 19:15:12.138 INFO E| Downloaded futures-channel v0.3.31
30012026-07-01T19:15:12.657Z[ helios-setup] Jul 01 19:15:12.139 INFO E| Downloaded find-msvc-tools v0.1.4
30022026-07-01T19:15:12.657Z[ helios-setup] Jul 01 19:15:12.140 INFO E| Downloaded deranged v0.5.5
30032026-07-01T19:15:12.661Z[ helios-setup] Jul 01 19:15:12.144 INFO E| Downloaded slab v0.4.11
30042026-07-01T19:15:12.666Z[ helios-setup] Jul 01 19:15:12.145 INFO E| Downloaded signal-hook-registry v1.4.6
30052026-07-01T19:15:12.666Z[ helios-setup] Jul 01 19:15:12.146 INFO E| Downloaded itoa v1.0.15
30062026-07-01T19:15:12.669Z[ helios-setup] Jul 01 19:15:12.153 INFO E| Downloaded num_enum_derive v0.7.5
30072026-07-01T19:15:12.673Z[ helios-setup] Jul 01 19:15:12.154 INFO E| Downloaded futures-sink v0.3.31
30082026-07-01T19:15:12.673Z[ helios-setup] Jul 01 19:15:12.155 INFO E| Downloaded futures-executor v0.3.31
30092026-07-01T19:15:12.677Z[ helios-setup] Jul 01 19:15:12.161 INFO E| Downloaded bitfield v0.19.3
30102026-07-01T19:15:12.681Z[ helios-setup] Jul 01 19:15:12.162 INFO E| Downloaded tokio-macros v2.6.0
30112026-07-01T19:15:12.681Z[ helios-setup] Jul 01 19:15:12.163 INFO E| Downloaded generic-array v0.14.9
30122026-07-01T19:15:12.681Z[ helios-setup] Jul 01 19:15:12.164 INFO E| Downloaded time-macros v0.2.24
30132026-07-01T19:15:12.684Z[ helios-setup] Jul 01 19:15:12.165 INFO E| Downloaded pin-project-lite v0.2.16
30142026-07-01T19:15:12.690Z[ helios-setup] Jul 01 19:15:12.168 INFO E| Downloaded libdevinfo-sys v1.1.0
30152026-07-01T19:15:12.690Z[ helios-setup] Jul 01 19:15:12.171 INFO E| Downloaded thiserror v2.0.17
30162026-07-01T19:15:12.695Z[ helios-setup] Jul 01 19:15:12.175 INFO E| Downloaded thiserror-impl v2.0.17
30172026-07-01T19:15:12.698Z[ helios-setup] Jul 01 19:15:12.180 INFO E| Downloaded toml_writer v1.0.4
30182026-07-01T19:15:12.703Z[ helios-setup] Jul 01 19:15:12.187 INFO E| Downloaded clap_derive v4.5.49
30192026-07-01T19:15:12.707Z[ helios-setup] Jul 01 19:15:12.190 INFO E| Downloaded unicode-ident v1.0.22
30202026-07-01T19:15:12.717Z[ helios-setup] Jul 01 19:15:12.200 INFO E| Downloaded log v0.4.28
30212026-07-01T19:15:12.724Z[ helios-setup] Jul 01 19:15:12.207 INFO E| Downloaded getrandom v0.2.16
30222026-07-01T19:15:12.728Z[ helios-setup] Jul 01 19:15:12.211 INFO E| Downloaded term v1.2.0
30232026-07-01T19:15:12.731Z[ helios-setup] Jul 01 19:15:12.213 INFO E| Downloaded iana-time-zone v0.1.64
30242026-07-01T19:15:12.744Z[ helios-setup] Jul 01 19:15:12.227 INFO E| Downloaded clap v4.5.51
30252026-07-01T19:15:12.749Z[ helios-setup] Jul 01 19:15:12.233 INFO E| Downloaded toml_datetime v0.7.3
30262026-07-01T19:15:12.770Z[ helios-setup] Jul 01 19:15:12.254 INFO E| Downloaded uuid v1.18.1
30272026-07-01T19:15:12.774Z[ helios-setup] Jul 01 19:15:12.256 INFO E| Downloaded toml_parser v1.0.4
30282026-07-01T19:15:12.774Z[ helios-setup] Jul 01 19:15:12.257 INFO E| Downloaded socket2 v0.6.1
30292026-07-01T19:15:12.777Z[ helios-setup] Jul 01 19:15:12.259 INFO E| Downloaded ryu v1.0.20
30302026-07-01T19:15:12.777Z[ helios-setup] Jul 01 19:15:12.260 INFO E| Downloaded quote v1.0.41
30312026-07-01T19:15:12.781Z[ helios-setup] Jul 01 19:15:12.262 INFO E| Downloaded proc-macro2 v1.0.103
30322026-07-01T19:15:12.781Z[ helios-setup] Jul 01 19:15:12.264 INFO E| Downloaded futures v0.3.31
30332026-07-01T19:15:12.785Z[ helios-setup] Jul 01 19:15:12.267 INFO E| Downloaded anyhow v1.0.100
30342026-07-01T19:15:12.804Z[ helios-setup] Jul 01 19:15:12.287 INFO E| Downloaded toml_edit v0.23.7
30352026-07-01T19:15:12.809Z[ helios-setup] Jul 01 19:15:12.290 INFO E| Downloaded memchr v2.7.6
30362026-07-01T19:15:12.812Z[ helios-setup] Jul 01 19:15:12.294 INFO E| Downloaded flate2 v1.1.5
30372026-07-01T19:15:12.815Z[ helios-setup] Jul 01 19:15:12.296 INFO E| Downloaded bytes v1.10.1
30382026-07-01T19:15:12.818Z[ helios-setup] Jul 01 19:15:12.299 INFO E| Downloaded mio v1.1.0
30392026-07-01T19:15:12.822Z[ helios-setup] Jul 01 19:15:12.302 INFO E| Downloaded cc v1.2.44
30402026-07-01T19:15:12.822Z[ helios-setup] Jul 01 19:15:12.304 INFO E| Downloaded indexmap v2.12.0
30412026-07-01T19:15:12.825Z[ helios-setup] Jul 01 19:15:12.307 INFO E| Downloaded toml v0.9.8
30422026-07-01T19:15:12.836Z[ helios-setup] Jul 01 19:15:12.319 INFO E| Downloaded rsa v0.9.8
30432026-07-01T19:15:12.839Z[ helios-setup] Jul 01 19:15:12.323 INFO E| Downloaded zerocopy-derive v0.8.27
30442026-07-01T19:15:12.861Z[ helios-setup] Jul 01 19:15:12.343 INFO E| Downloaded time v0.3.44
30452026-07-01T19:15:12.865Z[ helios-setup] Jul 01 19:15:12.348 INFO E| Downloaded num-bigint-dig v0.8.4
30462026-07-01T19:15:12.869Z[ helios-setup] Jul 01 19:15:12.352 INFO E| Downloaded hashbrown v0.16.0
30472026-07-01T19:15:12.872Z[ helios-setup] Jul 01 19:15:12.355 INFO E| Downloaded iddqd v0.3.14
30482026-07-01T19:15:12.877Z[ helios-setup] Jul 01 19:15:12.360 INFO E| Downloaded libm v0.2.15
30492026-07-01T19:15:12.884Z[ helios-setup] Jul 01 19:15:12.367 INFO E| Downloaded serde_json v1.0.145
30502026-07-01T19:15:12.888Z[ helios-setup] Jul 01 19:15:12.371 INFO E| Downloaded clap_builder v4.5.51
30512026-07-01T19:15:12.892Z[ helios-setup] Jul 01 19:15:12.375 INFO E| Downloaded winnow v0.7.13
30522026-07-01T19:15:12.898Z[ helios-setup] Jul 01 19:15:12.380 INFO E| Downloaded futures-util v0.3.31
30532026-07-01T19:15:12.904Z[ helios-setup] Jul 01 19:15:12.387 INFO E| Downloaded chrono v0.4.42
30542026-07-01T19:15:12.926Z[ helios-setup] Jul 01 19:15:12.409 INFO E| Downloaded zerocopy v0.8.27
30552026-07-01T19:15:12.940Z[ helios-setup] Jul 01 19:15:12.423 INFO E| Downloaded unicode-width v0.2.2
30562026-07-01T19:15:12.944Z[ helios-setup] Jul 01 19:15:12.427 INFO E| Downloaded syn v2.0.108
30572026-07-01T19:15:12.953Z[ host-package] Compiling trait-variant v0.1.2
30582026-07-01T19:15:12.973Z[ helios-setup] Jul 01 19:15:12.456 INFO E| Downloaded rustix v1.1.2
30592026-07-01T19:15:12.977Z[ host-package] Compiling half v1.8.3
30602026-07-01T19:15:13.000Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30612026-07-01T19:15:13.020Z[ helios-setup] Jul 01 19:15:12.503 INFO E| Downloaded libc v0.2.177
30622026-07-01T19:15:13.036Z[ helios-setup] Jul 01 19:15:12.519 INFO E| Downloaded tokio v1.48.0
30632026-07-01T19:15:13.050Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30642026-07-01T19:15:13.146Z[ helios-setup] Jul 01 19:15:12.629 INFO E| Compiling proc-macro2 v1.0.103
30652026-07-01T19:15:13.146Z[ helios-setup] Jul 01 19:15:12.629 INFO E| Compiling quote v1.0.41
30662026-07-01T19:15:13.146Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling unicode-ident v1.0.22
30672026-07-01T19:15:13.151Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling libc v0.2.177
30682026-07-01T19:15:13.151Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling serde_core v1.0.228
30692026-07-01T19:15:13.151Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling cfg-if v1.0.4
30702026-07-01T19:15:13.151Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling serde v1.0.228
30712026-07-01T19:15:13.151Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling version_check v0.9.5
30722026-07-01T19:15:13.151Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling autocfg v1.5.0
30732026-07-01T19:15:13.151Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling const-oid v0.9.6
30742026-07-01T19:15:13.152Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling typenum v1.19.0
30752026-07-01T19:15:13.152Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling libm v0.2.15
30762026-07-01T19:15:13.152Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling zerocopy v0.8.27
30772026-07-01T19:15:13.152Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling rustversion v1.0.22
30782026-07-01T19:15:13.152Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling zeroize v1.8.2
30792026-07-01T19:15:13.152Z[ helios-setup] Jul 01 19:15:12.630 INFO E| Compiling smallvec v1.15.1
30802026-07-01T19:15:13.265Z[ host-package] Compiling samael v0.0.19
30812026-07-01T19:15:13.331Z[ host-package] Compiling serde_cbor v0.11.2
30822026-07-01T19:15:13.540Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30832026-07-01T19:15:13.750Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30842026-07-01T19:15:13.810Z[ helios-setup] Jul 01 19:15:13.294 INFO E| Compiling base64ct v1.8.0
30852026-07-01T19:15:13.995Z[ helios-setup] Jul 01 19:15:13.479 INFO E| Compiling winnow v0.7.13
30862026-07-01T19:15:14.034Z[ helios-setup] Jul 01 19:15:13.518 INFO E| Compiling generic-array v0.14.9
30872026-07-01T19:15:14.037Z[ helios-setup] Jul 01 19:15:13.520 INFO E| Compiling byteorder v1.5.0
30882026-07-01T19:15:14.125Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30892026-07-01T19:15:14.149Z[ helios-setup] Jul 01 19:15:13.630 INFO E| Compiling equivalent v1.0.2
30902026-07-01T19:15:14.253Z[ helios-setup] Jul 01 19:15:13.736 INFO E| Compiling hashbrown v0.16.0
30912026-07-01T19:15:14.293Z[ host-package] Compiling nonempty v0.12.0
30922026-07-01T19:15:14.434Z[ helios-setup] Jul 01 19:15:13.917 INFO E| Compiling num-traits v0.2.19
30932026-07-01T19:15:14.613Z[ host-package] Compiling polar-core v0.27.3
30942026-07-01T19:15:14.646Z[ helios-setup] Jul 01 19:15:14.129 INFO E| Compiling pem-rfc7468 v0.7.0
30952026-07-01T19:15:14.688Z[ helios-setup] Jul 01 19:15:14.171 INFO E| Compiling crc32fast v1.5.0
30962026-07-01T19:15:14.701Z[ helios-setup] Jul 01 19:15:14.185 INFO E| Compiling utf8parse v0.2.2
30972026-07-01T19:15:14.718Z[ helios-setup] Jul 01 19:15:14.201 INFO E| Compiling anyhow v1.0.100
30982026-07-01T19:15:14.728Z[ helios-setup] Jul 01 19:15:14.211 INFO E| Compiling rustix v1.1.2
30992026-07-01T19:15:14.748Z[ helios-setup] Jul 01 19:15:14.232 INFO E| Compiling flagset v0.4.7
31002026-07-01T19:15:14.842Z[ helios-setup] Jul 01 19:15:14.326 INFO E| Compiling memchr v2.7.6
31012026-07-01T19:15:14.918Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31022026-07-01T19:15:15.081Z[ host-package] Compiling fxhash v0.2.1
31032026-07-01T19:15:15.085Z[ host-package] Compiling libz-sys v1.1.24
31042026-07-01T19:15:15.085Z[ helios-setup] Jul 01 19:15:14.565 INFO E| Compiling anstyle-parse v0.2.7
31052026-07-01T19:15:15.260Z[ helios-setup] Jul 01 19:15:14.743 INFO E| Compiling indexmap v2.12.0
31062026-07-01T19:15:15.605Z[ helios-setup] Jul 01 19:15:15.088 INFO E| Compiling getrandom v0.2.16
31072026-07-01T19:15:15.620Z[ host-package] Compiling salty v0.3.0
31082026-07-01T19:15:15.680Z[ helios-setup] Jul 01 19:15:15.163 INFO E| Compiling errno v0.3.14
31092026-07-01T19:15:15.686Z[ helios-setup] Jul 01 19:15:15.170 INFO E| Compiling syn v2.0.108
31102026-07-01T19:15:15.738Z[ helios-setup] Jul 01 19:15:15.221 INFO E| Compiling toml_datetime v0.7.3
31112026-07-01T19:15:15.751Z[ helios-setup] Jul 01 19:15:15.234 INFO E| Compiling allocator-api2 v0.2.21
31122026-07-01T19:15:15.802Z[ helios-setup] Jul 01 19:15:15.286 INFO E| Compiling is_terminal_polyfill v1.70.2
31132026-07-01T19:15:15.871Z[ helios-setup] Jul 01 19:15:15.354 INFO E| Compiling find-msvc-tools v0.1.4
31142026-07-01T19:15:15.994Z[ helios-setup] Jul 01 19:15:15.457 INFO E| Compiling rand_core v0.6.4
31152026-07-01T19:15:16.003Z[ helios-setup] Jul 01 19:15:15.484 INFO E| Compiling colorchoice v1.0.4
31162026-07-01T19:15:16.121Z[ helios-setup] Jul 01 19:15:15.604 INFO E| Compiling radium v0.7.0
31172026-07-01T19:15:16.140Z[ helios-setup] Jul 01 19:15:15.623 INFO E| Compiling anstyle-query v1.1.4
31182026-07-01T19:15:16.193Z[ helios-setup] Jul 01 19:15:15.677 INFO E| Compiling anstyle v1.0.13
31192026-07-01T19:15:16.277Z[ helios-setup] Jul 01 19:15:15.760 INFO E| Compiling shlex v1.3.0
31202026-07-01T19:15:16.298Z[ helios-setup] Jul 01 19:15:15.782 INFO E| Compiling syn v1.0.109
31212026-07-01T19:15:16.387Z[ helios-setup] Jul 01 19:15:15.870 INFO E| Compiling toml_parser v1.0.4
31222026-07-01T19:15:16.419Z[ helios-setup] Jul 01 19:15:15.902 INFO E| Compiling cpufeatures v0.2.17
31232026-07-01T19:15:16.437Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31242026-07-01T19:15:16.453Z[ helios-setup] Jul 01 19:15:15.935 INFO E| Compiling cc v1.2.44
31252026-07-01T19:15:16.669Z[ helios-setup] Jul 01 19:15:16.152 INFO E| Compiling pkg-config v0.3.32
31262026-07-01T19:15:16.674Z[ helios-setup] Jul 01 19:15:16.152 INFO E| Compiling slog v2.8.2
31272026-07-01T19:15:16.740Z[ helios-setup] Jul 01 19:15:16.224 INFO E| Compiling anstream v0.6.21
31282026-07-01T19:15:16.771Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31292026-07-01T19:15:16.796Z[ helios-setup] Jul 01 19:15:16.279 INFO E| Compiling crypto-common v0.1.6
31302026-07-01T19:15:17.015Z[ helios-setup] Jul 01 19:15:16.498 INFO E| Compiling block-buffer v0.10.4
31312026-07-01T19:15:17.053Z[ helios-setup] Jul 01 19:15:16.536 INFO E| Compiling toml_edit v0.23.7
31322026-07-01T19:15:17.064Z[ helios-setup] Jul 01 19:15:16.546 INFO E| Compiling tap v1.0.1
31332026-07-01T19:15:17.091Z[ helios-setup] Jul 01 19:15:16.575 INFO E| Compiling parking_lot_core v0.9.12
31342026-07-01T19:15:17.177Z[ helios-setup] Jul 01 19:15:16.660 INFO E| Compiling digest v0.10.7
31352026-07-01T19:15:17.266Z[ helios-setup] Jul 01 19:15:16.750 INFO E| Compiling maybe-uninit v2.0.0
31362026-07-01T19:15:17.301Z[ host-package] Compiling kstat-rs v0.2.4
31372026-07-01T19:15:17.309Z[ helios-setup] Jul 01 19:15:16.793 INFO E| Compiling futures-sink v0.3.31
31382026-07-01T19:15:17.387Z[ helios-setup] Jul 01 19:15:16.871 INFO E| Compiling pin-project-lite v0.2.16
31392026-07-01T19:15:17.536Z[ helios-setup] Jul 01 19:15:16.957 INFO E| Compiling unicode-width v0.2.2
31402026-07-01T19:15:17.542Z[ helios-setup] Jul 01 19:15:16.987 INFO E| Compiling futures-core v0.3.31
31412026-07-01T19:15:17.558Z[ helios-setup] Jul 01 19:15:17.038 INFO E| Compiling sha2 v0.10.9
31422026-07-01T19:15:17.610Z[ helios-setup] Jul 01 19:15:17.094 INFO E| Compiling wyz v0.5.1
31432026-07-01T19:15:17.662Z[ helios-setup] Jul 01 19:15:17.146 INFO E| Compiling futures-channel v0.3.31
31442026-07-01T19:15:17.683Z[ helios-setup] Jul 01 19:15:17.166 INFO E| Compiling num-integer v0.1.46
31452026-07-01T19:15:17.763Z[ helios-setup] Jul 01 19:15:17.247 INFO E| Compiling ahash v0.8.12
31462026-07-01T19:15:17.788Z[ helios-setup] Jul 01 19:15:17.271 INFO E| Compiling getrandom v0.3.4
31472026-07-01T19:15:17.867Z[ host-package] Compiling arc-swap v1.8.2
31482026-07-01T19:15:17.935Z[ helios-setup] Jul 01 19:15:17.418 INFO E| Compiling getopts v0.2.24
31492026-07-01T19:15:17.981Z[ helios-setup] Jul 01 19:15:17.464 INFO E| Compiling funty v2.0.0
31502026-07-01T19:15:18.171Z[ helios-setup] Jul 01 19:15:17.654 INFO E| Compiling spin v0.9.8
31512026-07-01T19:15:18.205Z[ helios-setup] Jul 01 19:15:17.689 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31522026-07-01T19:15:18.211Z[ helios-setup] Jul 01 19:15:17.695 INFO E| Compiling slab v0.4.11
31532026-07-01T19:15:18.247Z[ helios-setup] Jul 01 19:15:17.730 INFO E| Compiling num-conv v0.1.0
31542026-07-01T19:15:18.360Z[ helios-setup] Jul 01 19:15:17.844 INFO E| Compiling bitflags v2.10.0
31552026-07-01T19:15:18.387Z[ helios-setup] Jul 01 19:15:17.870 INFO E| Compiling powerfmt v0.2.0
31562026-07-01T19:15:18.428Z[ helios-setup] Jul 01 19:15:17.912 INFO E| Compiling heck v0.5.0
31572026-07-01T19:15:18.566Z[ helios-setup] Jul 01 19:15:18.049 INFO E| Compiling proc-macro-crate v3.4.0
31582026-07-01T19:15:18.623Z[ helios-setup] Jul 01 19:15:18.106 INFO E| Compiling futures-io v0.3.31
31592026-07-01T19:15:18.644Z[ helios-setup] Jul 01 19:15:18.128 INFO E| Compiling itoa v1.0.15
31602026-07-01T19:15:18.652Z[ helios-setup] Jul 01 19:15:18.135 INFO E| Compiling pin-utils v0.1.0
31612026-07-01T19:15:18.668Z[ helios-setup] Jul 01 19:15:18.151 INFO E| Compiling packed_struct v0.10.1
31622026-07-01T19:15:18.748Z[ host-package] Compiling slog-scope v4.4.1
31632026-07-01T19:15:18.754Z[ helios-setup] Jul 01 19:15:18.235 INFO E| Compiling futures-task v0.3.31
31642026-07-01T19:15:18.813Z[ helios-setup] Jul 01 19:15:18.295 INFO E| Compiling num-bigint-dig v0.8.4
31652026-07-01T19:15:18.820Z[ helios-setup] Jul 01 19:15:18.303 INFO E| Compiling thiserror v1.0.69
31662026-07-01T19:15:18.881Z[ helios-setup] Jul 01 19:15:18.365 INFO E| Compiling time-core v0.1.6
31672026-07-01T19:15:19.069Z[ helios-setup] Jul 01 19:15:18.552 INFO E| Compiling clap_lex v0.7.6
31682026-07-01T19:15:19.119Z[ helios-setup] Jul 01 19:15:18.602 INFO E| Compiling bytes v1.10.1
31692026-07-01T19:15:19.238Z[ helios-setup] Jul 01 19:15:18.720 INFO E| Compiling strsim v0.11.1
31702026-07-01T19:15:19.261Z[ helios-setup] Jul 01 19:15:18.744 INFO E| Compiling scopeguard v1.2.0
31712026-07-01T19:15:19.319Z[ helios-setup] Jul 01 19:15:18.802 INFO E| Compiling time-macros v0.2.24
31722026-07-01T19:15:19.361Z[ host-package] Compiling mime_guess v2.0.5
31732026-07-01T19:15:19.390Z[ helios-setup] Jul 01 19:15:18.873 INFO E| Compiling lock_api v0.4.14
31742026-07-01T19:15:19.556Z[ helios-setup] Jul 01 19:15:19.040 INFO E| Compiling bitvec v1.0.1
31752026-07-01T19:15:19.637Z[ helios-setup] Jul 01 19:15:19.120 INFO E| Compiling deranged v0.5.5
31762026-07-01T19:15:19.756Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31772026-07-01T19:15:19.789Z[ helios-setup] Jul 01 19:15:19.272 INFO E| Compiling lazy_static v1.5.0
31782026-07-01T19:15:19.843Z[ helios-setup] Jul 01 19:15:19.326 INFO E| Compiling num-iter v0.1.45
31792026-07-01T19:15:19.882Z[ helios-setup] Jul 01 19:15:19.364 INFO E| Compiling terminal_size v0.4.3
31802026-07-01T19:15:19.911Z[ helios-setup] Jul 01 19:15:19.394 INFO E| Compiling indexmap v1.9.3
31812026-07-01T19:15:20.081Z[ helios-setup] Jul 01 19:15:19.564 INFO E| Compiling clap_builder v4.5.51
31822026-07-01T19:15:20.249Z[ helios-setup] Jul 01 19:15:19.733 INFO E| Compiling thiserror v2.0.17
31832026-07-01T19:15:20.301Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31842026-07-01T19:15:20.349Z[ helios-setup] Jul 01 19:15:19.832 INFO E| Compiling nodrop v0.1.14
31852026-07-01T19:15:20.403Z[ helios-setup] Jul 01 19:15:19.886 INFO E| Compiling once_cell v1.21.3
31862026-07-01T19:15:20.454Z[ helios-setup] Jul 01 19:15:19.936 INFO E| Compiling log v0.4.28
31872026-07-01T19:15:20.580Z[ helios-setup] Jul 01 19:15:20.064 INFO E| Compiling adler2 v2.0.1
31882026-07-01T19:15:20.614Z[ helios-setup] Jul 01 19:15:20.097 INFO E| Compiling serde_json v1.0.145
31892026-07-01T19:15:20.795Z[ helios-setup] Jul 01 19:15:20.277 INFO E| Compiling simd-adler32 v0.3.7
31902026-07-01T19:15:20.927Z[ helios-setup] Jul 01 19:15:20.410 INFO E| Compiling iana-time-zone v0.1.64
31912026-07-01T19:15:20.958Z[ helios-setup] Jul 01 19:15:20.442 INFO E| Compiling crc-catalog v2.4.0
31922026-07-01T19:15:21.091Z[ helios-setup] Jul 01 19:15:20.575 INFO E| Compiling chrono v0.4.42
31932026-07-01T19:15:21.121Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
31942026-07-01T19:15:21.244Z[ helios-setup] Jul 01 19:15:20.728 INFO E| Compiling miniz_oxide v0.8.9
31952026-07-01T19:15:21.300Z[ helios-setup] Jul 01 19:15:20.783 INFO E| Compiling crc v3.3.0
31962026-07-01T19:15:21.300Z[ helios-setup] Jul 01 19:15:20.783 INFO E| Compiling env_filter v0.1.4
31972026-07-01T19:15:21.409Z[ helios-setup] Jul 01 19:15:20.892 INFO E| Compiling array-init v0.0.4
31982026-07-01T19:15:21.481Z[ helios-setup] Jul 01 19:15:20.965 INFO E| Compiling parking_lot v0.12.5
31992026-07-01T19:15:21.568Z[ helios-setup] Jul 01 19:15:21.051 INFO E| Compiling smallvec v0.6.14
32002026-07-01T19:15:21.803Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32012026-07-01T19:15:22.080Z[ helios-setup] Jul 01 19:15:21.563 INFO E| Compiling time v0.3.44
32022026-07-01T19:15:22.099Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32032026-07-01T19:15:22.147Z[ helios-setup] Jul 01 19:15:21.629 INFO E| Compiling serde_spanned v1.0.3
32042026-07-01T19:15:22.526Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32052026-07-01T19:15:22.540Z[ helios-setup] Jul 01 19:15:22.023 INFO E| Compiling signature v2.2.0
32062026-07-01T19:15:22.623Z[ helios-setup] Jul 01 19:15:22.106 INFO E| Compiling is-terminal v0.4.17
32072026-07-01T19:15:22.645Z[ helios-setup] Jul 01 19:15:22.129 INFO E| Compiling signal-hook-registry v1.4.6
32082026-07-01T19:15:22.699Z[ helios-setup] Jul 01 19:15:22.182 INFO E| Compiling packed_struct_codegen v0.10.1
32092026-07-01T19:15:22.826Z[ host-package] Compiling nanorand v0.7.0
32102026-07-01T19:15:22.878Z[ helios-setup] Jul 01 19:15:22.362 INFO E| Compiling mio v1.1.0
32112026-07-01T19:15:22.975Z[ helios-setup] Jul 01 19:15:22.447 INFO E| Compiling serde_derive v1.0.228
32122026-07-01T19:15:22.980Z[ helios-setup] Jul 01 19:15:22.461 INFO E| Compiling zerocopy-derive v0.8.27
32132026-07-01T19:15:22.997Z[ helios-setup] Jul 01 19:15:22.480 INFO E| Compiling der_derive v0.7.3
32142026-07-01T19:15:23.073Z[ helios-setup] Jul 01 19:15:22.556 INFO E| Compiling futures-macro v0.3.31
32152026-07-01T19:15:23.138Z[ helios-setup] Jul 01 19:15:22.621 INFO E| Compiling bitfield-macros v0.19.3
32162026-07-01T19:15:23.470Z[ helios-setup] Jul 01 19:15:22.953 INFO E| Compiling thiserror-impl v1.0.69
32172026-07-01T19:15:23.642Z[ helios-setup] Jul 01 19:15:23.125 INFO E| Compiling clap_derive v4.5.49
32182026-07-01T19:15:23.772Z[ host-package] Compiling darling_core v0.23.0
32192026-07-01T19:15:23.817Z[ helios-setup] Jul 01 19:15:23.300 INFO E| Compiling zerocopy-derive v0.6.6
32202026-07-01T19:15:24.025Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32212026-07-01T19:15:24.043Z[ helios-setup] Jul 01 19:15:23.526 INFO E| Compiling num_enum_derive v0.7.5
32222026-07-01T19:15:24.436Z[ helios-setup] Jul 01 19:15:23.914 INFO E| Compiling tokio-macros v2.6.0
32232026-07-01T19:15:24.443Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32242026-07-01T19:15:24.556Z[ helios-setup] Jul 01 19:15:24.035 INFO E| Compiling thiserror-impl v2.0.17
32252026-07-01T19:15:24.639Z[ helios-setup] Jul 01 19:15:24.122 INFO E| Compiling socket2 v0.6.1
32262026-07-01T19:15:24.897Z[ helios-setup] Jul 01 19:15:24.380 INFO E| Compiling bitfield v0.19.3
32272026-07-01T19:15:25.003Z[ helios-setup] Jul 01 19:15:24.486 INFO E| Compiling futures-util v0.3.31
32282026-07-01T19:15:25.351Z[ host-package] Compiling parking_lot_core v0.8.6
32292026-07-01T19:15:25.526Z[ helios-setup] Jul 01 19:15:24.994 INFO E| Compiling thread_local v1.1.9
32302026-07-01T19:15:25.536Z[ helios-setup] Jul 01 19:15:25.008 INFO E| Compiling hashbrown v0.12.3
32312026-07-01T19:15:25.544Z[ helios-setup] Jul 01 19:15:25.028 INFO E| Compiling der v0.7.10
32322026-07-01T19:15:25.602Z[ host-package] Compiling flume v0.11.1
32332026-07-01T19:15:25.699Z[ helios-setup] Jul 01 19:15:25.183 INFO E| Compiling zerocopy v0.6.6
32342026-07-01T19:15:25.998Z[ helios-setup] Jul 01 19:15:25.476 INFO E| Compiling num_enum v0.7.5
32352026-07-01T19:15:26.266Z[ helios-setup] Jul 01 19:15:25.749 INFO E| Compiling base64 v0.21.7
32362026-07-01T19:15:26.273Z[ helios-setup] Jul 01 19:15:25.756 INFO E| Compiling winnow v0.5.40
32372026-07-01T19:15:26.298Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32382026-07-01T19:15:26.537Z[ helios-setup] Jul 01 19:15:26.021 INFO E| Compiling ryu v1.0.20
32392026-07-01T19:15:26.608Z[ helios-setup] Jul 01 19:15:26.092 INFO E| Compiling toml_writer v1.0.4
32402026-07-01T19:15:26.622Z[ helios-setup] Jul 01 19:15:26.106 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
32412026-07-01T19:15:26.653Z[ helios-setup] Jul 01 19:15:26.136 INFO E| Compiling libdevinfo-sys v1.1.0
32422026-07-01T19:15:26.699Z[ helios-setup] Jul 01 19:15:26.182 INFO E| Compiling term v1.2.0
32432026-07-01T19:15:26.769Z[ helios-setup] Jul 01 19:15:26.252 INFO E| Compiling subtle v2.6.1
32442026-07-01T19:15:26.792Z[ helios-setup] Jul 01 19:15:26.275 INFO E| Compiling devinfo v0.1.0
32452026-07-01T19:15:26.796Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32462026-07-01T19:15:27.047Z[ helios-setup] Jul 01 19:15:26.530 INFO E| Compiling toml v0.9.8
32472026-07-01T19:15:27.105Z[ helios-setup] Jul 01 19:15:26.589 INFO E| Compiling clap v4.5.51
32482026-07-01T19:15:27.216Z[ helios-setup] Jul 01 19:15:26.698 INFO E| Compiling tokio v1.48.0
32492026-07-01T19:15:27.313Z[ helios-setup] Jul 01 19:15:26.795 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32502026-07-01T19:15:27.428Z[ helios-setup] Jul 01 19:15:26.912 INFO E| Compiling bzip2 v0.4.4
32512026-07-01T19:15:27.564Z[ host-package] Compiling slog-stdlog v4.1.1
32522026-07-01T19:15:27.601Z[ helios-setup] Jul 01 19:15:27.084 INFO E| Compiling flate2 v1.1.5
32532026-07-01T19:15:27.736Z[ helios-setup] Jul 01 19:15:27.219 INFO E| Compiling uuid v1.18.1
32542026-07-01T19:15:27.843Z[ host-package] Compiling darling_macro v0.23.0
32552026-07-01T19:15:28.090Z[ helios-setup] Jul 01 19:15:27.573 INFO E| Compiling spki v0.7.3
32562026-07-01T19:15:28.279Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32572026-07-01T19:15:28.323Z[ helios-setup] Jul 01 19:15:27.807 INFO E| Compiling env_logger v0.11.8
32582026-07-01T19:15:28.579Z[ helios-setup] Jul 01 19:15:28.063 INFO E| Compiling ppv-lite86 v0.2.21
32592026-07-01T19:15:28.630Z[ helios-setup] Jul 01 19:15:28.113 INFO E| Compiling pkcs8 v0.10.2
32602026-07-01T19:15:28.645Z[ host-package] Compiling primeorder v0.13.6
32612026-07-01T19:15:28.896Z[ helios-setup] Jul 01 19:15:28.379 INFO E| Compiling x509-cert v0.2.5
32622026-07-01T19:15:28.932Z[ helios-setup] Jul 01 19:15:28.416 INFO E| Compiling hex v0.4.3
32632026-07-01T19:15:29.082Z[ helios-setup] Jul 01 19:15:28.565 INFO E| Compiling pkcs1 v0.7.5
32642026-07-01T19:15:29.119Z[ host-package] Compiling atty v0.2.14
32652026-07-01T19:15:29.386Z[ helios-setup] Jul 01 19:15:28.869 INFO E| Compiling hashbrown v0.13.2
32662026-07-01T19:15:29.403Z[ host-package] Compiling http-range v0.1.5
32672026-07-01T19:15:29.456Z[ helios-setup] Jul 01 19:15:28.940 INFO E| Compiling rand_chacha v0.3.1
32682026-07-01T19:15:29.473Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32692026-07-01T19:15:29.594Z[ host-package] Compiling strsim v0.10.0
32702026-07-01T19:15:29.595Z[ helios-setup] Jul 01 19:15:29.078 INFO E| Compiling rustc-hash v2.1.1
32712026-07-01T19:15:29.694Z[ helios-setup] Jul 01 19:15:29.177 INFO E| Compiling bitflags v1.3.2
32722026-07-01T19:15:29.722Z[ host-package] Compiling instability v0.3.11
32732026-07-01T19:15:29.782Z[ helios-setup] Jul 01 19:15:29.265 INFO E| Compiling rand v0.8.5
32742026-07-01T19:15:29.794Z[ helios-setup] Jul 01 19:15:29.278 INFO E| Compiling futures-executor v0.3.31
32752026-07-01T19:15:29.861Z[ helios-setup] Jul 01 19:15:29.333 INFO E| Compiling foldhash v0.2.0
32762026-07-01T19:15:30.108Z[ host-package] Compiling darling v0.23.0
32772026-07-01T19:15:30.236Z[ helios-setup] Jul 01 19:15:29.719 INFO E| Compiling erased-serde v0.3.31
32782026-07-01T19:15:30.394Z[ helios-setup] Jul 01 19:15:29.853 INFO E| Compiling serde_spanned v0.6.9
32792026-07-01T19:15:30.442Z[ helios-setup] Jul 01 19:15:29.860 INFO E| Compiling toml_datetime v0.6.11
32802026-07-01T19:15:30.447Z[ host-package] Compiling p384 v0.13.1
32812026-07-01T19:15:30.537Z[ helios-setup] Jul 01 19:15:30.014 INFO E| Compiling futures v0.3.31
32822026-07-01T19:15:30.540Z[ host-package] Compiling darling_core v0.13.4
32832026-07-01T19:15:30.616Z[ helios-setup] Jul 01 19:15:30.099 INFO E| Compiling ron v0.8.1
32842026-07-01T19:15:30.645Z[ helios-setup] Jul 01 19:15:30.126 INFO E| Compiling serde-hex v0.1.0
32852026-07-01T19:15:30.651Z[ helios-setup] Jul 01 19:15:30.133 INFO E| Compiling crc-any v2.5.0
32862026-07-01T19:15:30.706Z[ helios-setup] Jul 01 19:15:30.186 INFO E| Compiling object v0.30.4
32872026-07-01T19:15:30.766Z[ host-package] Compiling slog-envlogger v2.2.0
32882026-07-01T19:15:30.835Z[ helios-setup] Jul 01 19:15:30.318 INFO E| Compiling iddqd v0.3.14
32892026-07-01T19:15:30.968Z[ helios-setup] Jul 01 19:15:30.451 INFO E| Compiling toml_edit v0.19.15
32902026-07-01T19:15:31.458Z[ helios-setup] Jul 01 19:15:30.936 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32912026-07-01T19:15:31.469Z[ helios-setup] Jul 01 19:15:30.950 INFO E| Compiling zip v0.6.6
32922026-07-01T19:15:32.285Z[ host-package] Compiling async-bb8-diesel v0.2.1
32932026-07-01T19:15:32.293Z[ helios-setup] Jul 01 19:15:31.776 INFO E| Compiling slog-term v2.9.2
32942026-07-01T19:15:32.485Z[ host-package] Compiling diesel-dtrace v0.5.0
32952026-07-01T19:15:32.810Z[ helios-setup] Jul 01 19:15:32.291 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
32962026-07-01T19:15:32.853Z[ helios-setup] Jul 01 19:15:32.336 INFO E| Compiling rsa v0.9.8
32972026-07-01T19:15:32.975Z[ helios-setup] Jul 01 19:15:32.458 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32982026-07-01T19:15:33.209Z[ host-package] Compiling oso v0.27.3
32992026-07-01T19:15:33.543Z[ helios-setup] Jul 01 19:15:33.026 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33002026-07-01T19:15:33.672Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33012026-07-01T19:15:33.756Z[ helios-setup] Jul 01 19:15:33.239 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33022026-07-01T19:15:33.841Z[ helios-setup] Jul 01 19:15:33.324 INFO E| Compiling path-slash v0.1.5
33032026-07-01T19:15:34.380Z[ helios-setup] Jul 01 19:15:33.863 INFO E| Compiling toml v0.7.8
33042026-07-01T19:15:35.357Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33052026-07-01T19:15:37.118Z[ host-package] Compiling ignore v0.4.25
33062026-07-01T19:15:37.145Z[ helios-setup] Jul 01 19:15:36.312 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33072026-07-01T19:15:37.145Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33082026-07-01T19:15:37.145Z[ host-package] Compiling vergen-git2 v9.1.0
33092026-07-01T19:15:37.150Z[ helios-setup] Jul 01 19:15:36.623 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33102026-07-01T19:15:37.464Z[ host-package] Compiling castaway v0.2.4
33112026-07-01T19:15:37.764Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33122026-07-01T19:15:38.165Z[ host-package] Compiling indoc v2.0.7
33132026-07-01T19:15:40.166Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33142026-07-01T19:15:40.311Z[ host-package] Compiling globwalk v0.9.1
33152026-07-01T19:15:40.453Z[ host-package] Compiling compact_str v0.8.1
33162026-07-01T19:15:41.302Z[ host-package] Compiling parking_lot v0.11.2
33172026-07-01T19:15:41.483Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33182026-07-01T19:15:41.965Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33192026-07-01T19:15:42.243Z[ host-package] Compiling darling_macro v0.13.4
33202026-07-01T19:15:42.612Z[ helios-setup] Jul 01 19:15:42.094 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33212026-07-01T19:15:42.733Z[ host-package] Compiling hyper-staticfile v0.10.1
33222026-07-01T19:15:42.982Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33232026-07-01T19:15:43.267Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-07-01T19:15:43.738Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33252026-07-01T19:15:43.845Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33262026-07-01T19:15:43.899Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33272026-07-01T19:15:44.020Z[ helios-setup] Jul 01 19:15:43.503 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33282026-07-01T19:15:44.116Z[ host-package] Compiling predicates-tree v1.0.13
33292026-07-01T19:15:44.204Z[ host-package] Compiling unicode-truncate v1.1.0
33302026-07-01T19:15:44.337Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33312026-07-01T19:15:44.395Z[ host-package] Compiling lru v0.12.5
33322026-07-01T19:15:44.508Z[ host-package] Compiling prefix-trie v0.7.0
33332026-07-01T19:15:44.674Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33342026-07-01T19:15:44.724Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33352026-07-01T19:15:44.797Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33362026-07-01T19:15:45.292Z[ host-package] Compiling rand_seeder v0.4.0
33372026-07-01T19:15:45.398Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-07-01T19:15:45.699Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33392026-07-01T19:15:45.975Z[ host-package] Compiling corncobs v0.1.4
33402026-07-01T19:15:46.101Z[ host-package] Compiling cassowary v0.3.0
33412026-07-01T19:15:46.227Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33422026-07-01T19:15:46.366Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-07-01T19:15:46.817Z[ host-package] Compiling ratatui v0.29.0
33442026-07-01T19:15:47.070Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33452026-07-01T19:15:47.287Z[ host-package] Compiling hickory-server v0.25.2
33462026-07-01T19:15:47.330Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33472026-07-01T19:15:47.859Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33482026-07-01T19:15:48.072Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33492026-07-01T19:15:48.130Z[ helios-setup] Jul 01 19:15:47.613 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33502026-07-01T19:15:48.213Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-07-01T19:15:48.485Z[ host-package] Compiling darling v0.13.4
33522026-07-01T19:15:50.204Z[ host-package] Compiling sled v0.34.7
33532026-07-01T19:15:51.213Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33542026-07-01T19:15:51.640Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33552026-07-01T19:15:52.504Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33562026-07-01T19:15:52.603Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33572026-07-01T19:15:52.735Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33582026-07-01T19:15:53.109Z[ host-package] Compiling secrecy v0.8.0
33592026-07-01T19:15:53.287Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-07-01T19:15:53.684Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33612026-07-01T19:15:54.357Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33622026-07-01T19:15:55.477Z[ host-package] Compiling serde_with_macros v1.5.2
33632026-07-01T19:15:55.724Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33642026-07-01T19:15:55.925Z[ host-package] Compiling git2 v0.20.4
33652026-07-01T19:15:56.590Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33662026-07-01T19:15:56.862Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33672026-07-01T19:15:57.045Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33682026-07-01T19:15:57.707Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33692026-07-01T19:15:58.089Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33702026-07-01T19:15:58.911Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33712026-07-01T19:15:59.153Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33722026-07-01T19:15:59.257Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33732026-07-01T19:15:59.311Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33742026-07-01T19:15:59.355Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33752026-07-01T19:15:59.550Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33762026-07-01T19:15:59.599Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33772026-07-01T19:15:59.687Z[ host-package] Compiling void v1.0.2
33782026-07-01T19:15:59.721Z[ host-package] Compiling base64 v0.21.7
33792026-07-01T19:15:59.875Z[ host-package] Compiling lzss v0.8.2
33802026-07-01T19:15:59.928Z[ helios-setup] Jul 01 19:15:59.409 INFO E| Finished `release` profile [optimized] target(s) in 48.60s
33812026-07-01T19:15:59.931Z[ helios-setup] Jul 01 19:15:59.411 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
33822026-07-01T19:15:59.931Z[ helios-setup] Jul 01 19:15:59.411 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33832026-07-01T19:15:59.983Z[ helios-setup] Jul 01 19:15:59.466 INFO building project "pilot" ok (48 seconds)
33842026-07-01T19:15:59.983Z[ helios-setup] Jul 01 19:15:59.466 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33852026-07-01T19:16:00.020Z[ helios-setup] Jul 01 19:15:59.503 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
33862026-07-01T19:16:00.024Z[ helios-setup] Jul 01 19:15:59.503 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33872026-07-01T19:16:00.024Z[ helios-setup] Jul 01 19:15:59.503 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33882026-07-01T19:16:00.086Z[ host-package] Compiling ron v0.8.1
33892026-07-01T19:16:00.195Z[ helios-setup] Jul 01 19:15:59.678 INFO E| Updating crates.io index
33902026-07-01T19:16:00.198Z[ helios-setup] Jul 01 19:15:59.679 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33912026-07-01T19:16:00.233Z[ host-package] Compiling illumos-nvpair v0.3.0
33922026-07-01T19:16:00.253Z[ host-package] Compiling serde_with v1.14.0
33932026-07-01T19:16:00.602Z[ helios-setup] Jul 01 19:16:00.086 INFO E| From https://github.com/oxidecomputer/amd-apcb
33942026-07-01T19:16:00.602Z[ helios-setup] Jul 01 19:16:00.086 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33952026-07-01T19:16:00.617Z[ helios-setup] Jul 01 19:16:00.100 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33962026-07-01T19:16:00.961Z[ helios-setup] Jul 01 19:16:00.444 INFO E| From https://github.com/oxidecomputer/amd-efs
33972026-07-01T19:16:00.962Z[ helios-setup] Jul 01 19:16:00.444 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33982026-07-01T19:16:00.969Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33992026-07-01T19:16:01.084Z[ helios-setup] Jul 01 19:16:00.567 INFO E| Blocking waiting for file lock on package cache
34002026-07-01T19:16:01.326Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34012026-07-01T19:16:01.420Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34022026-07-01T19:16:01.695Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34032026-07-01T19:16:02.576Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34042026-07-01T19:16:04.589Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
34052026-07-01T19:16:04.888Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-07-01T19:16:05.622Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34072026-07-01T19:16:05.900Z[ host-package] Compiling tungstenite v0.23.0
34082026-07-01T19:16:05.928Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
34092026-07-01T19:16:05.971Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34102026-07-01T19:16:07.642Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34112026-07-01T19:16:07.931Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34122026-07-01T19:16:07.956Z[ host-package] Compiling nix v0.27.1
34132026-07-01T19:16:07.991Z[ host-package] Compiling twox-hash v2.1.2
34142026-07-01T19:16:08.238Z[ host-package] Compiling serde_bytes v0.11.19
34152026-07-01T19:16:08.525Z[ host-package] Compiling tokio-tungstenite v0.23.1
34162026-07-01T19:16:08.525Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
34172026-07-01T19:16:08.552Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34182026-07-01T19:16:08.597Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34192026-07-01T19:16:08.867Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34202026-07-01T19:16:09.149Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34212026-07-01T19:16:10.115Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
34222026-07-01T19:16:11.025Z[ helios-setup] Jul 01 19:16:10.508 INFO E| Blocking waiting for file lock on package cache
34232026-07-01T19:16:11.082Z[ helios-setup] Jul 01 19:16:10.566 INFO E| Downloading crates ...
34242026-07-01T19:16:11.140Z[ helios-setup] Jul 01 19:16:10.623 INFO E| Downloaded heck v0.3.3
34252026-07-01T19:16:11.144Z[ helios-setup] Jul 01 19:16:10.628 INFO E| Downloaded ansi_term v0.12.1
34262026-07-01T19:16:11.153Z[ helios-setup] Jul 01 19:16:10.636 INFO E| Downloaded structopt v0.3.26
34272026-07-01T19:16:11.159Z[ helios-setup] Jul 01 19:16:10.642 INFO E| Downloaded vec_map v0.8.2
34282026-07-01T19:16:11.162Z[ helios-setup] Jul 01 19:16:10.643 INFO E| Downloaded modular-bitfield-impl v0.11.2
34292026-07-01T19:16:11.162Z[ helios-setup] Jul 01 19:16:10.645 INFO E| Downloaded thiserror v2.0.12
34302026-07-01T19:16:11.178Z[ helios-setup] Jul 01 19:16:10.661 INFO E| Downloaded strum v0.27.1
34312026-07-01T19:16:11.181Z[ helios-setup] Jul 01 19:16:10.662 INFO E| Downloaded dyn-clone v1.0.19
34322026-07-01T19:16:11.189Z[ helios-setup] Jul 01 19:16:10.672 INFO E| Downloaded unic-ucd-version v0.9.0
34332026-07-01T19:16:11.192Z[ helios-setup] Jul 01 19:16:10.675 INFO E| Downloaded unic-char-property v0.9.0
34342026-07-01T19:16:11.196Z[ helios-setup] Jul 01 19:16:10.680 INFO E| Downloaded unic-common v0.9.0
34352026-07-01T19:16:11.199Z[ helios-setup] Jul 01 19:16:10.681 INFO E| Downloaded parse_int v0.9.0
34362026-07-01T19:16:11.208Z[ helios-setup] Jul 01 19:16:10.691 INFO E| Downloaded unic-char-range v0.9.0
34372026-07-01T19:16:11.211Z[ helios-setup] Jul 01 19:16:10.692 INFO E| Downloaded fletcher v1.0.0
34382026-07-01T19:16:11.211Z[ helios-setup] Jul 01 19:16:10.693 INFO E| Downloaded strsim v0.8.0
34392026-07-01T19:16:11.216Z[ helios-setup] Jul 01 19:16:10.699 INFO E| Downloaded bytesize v2.0.1
34402026-07-01T19:16:11.219Z[ helios-setup] Jul 01 19:16:10.703 INFO E| Downloaded thiserror-impl v2.0.12
34412026-07-01T19:16:11.222Z[ helios-setup] Jul 01 19:16:10.704 INFO E| Downloaded rustversion v1.0.20
34422026-07-01T19:16:11.222Z[ helios-setup] Jul 01 19:16:10.705 INFO E| Downloaded pest_generator v2.8.0
34432026-07-01T19:16:11.231Z[ helios-setup] Jul 01 19:16:10.714 INFO E| Downloaded textwrap v0.11.0
34442026-07-01T19:16:11.234Z[ helios-setup] Jul 01 19:16:10.715 INFO E| Downloaded structopt-derive v0.4.18
34452026-07-01T19:16:11.234Z[ helios-setup] Jul 01 19:16:10.716 INFO E| Downloaded modular-bitfield-impl v0.13.1
34462026-07-01T19:16:11.237Z[ helios-setup] Jul 01 19:16:10.718 INFO E| Downloaded autocfg v1.4.0
34472026-07-01T19:16:11.245Z[ helios-setup] Jul 01 19:16:10.728 INFO E| Downloaded strum_macros v0.27.1
34482026-07-01T19:16:11.248Z[ helios-setup] Jul 01 19:16:10.730 INFO E| Downloaded quote v1.0.40
34492026-07-01T19:16:11.256Z[ helios-setup] Jul 01 19:16:10.739 INFO E| Downloaded pest_meta v2.8.0
34502026-07-01T19:16:11.259Z[ helios-setup] Jul 01 19:16:10.741 INFO E| Downloaded pest_derive v2.8.0
34512026-07-01T19:16:11.263Z[ helios-setup] Jul 01 19:16:10.742 INFO E| Downloaded log v0.4.27
34522026-07-01T19:16:11.269Z[ helios-setup] Jul 01 19:16:10.752 INFO E| Downloaded serde_derive v1.0.219
34532026-07-01T19:16:11.273Z[ helios-setup] Jul 01 19:16:10.757 INFO E| Downloaded pest v2.8.0
34542026-07-01T19:16:11.278Z[ helios-setup] Jul 01 19:16:10.761 INFO E| Downloaded proc-macro2 v1.0.95
34552026-07-01T19:16:11.281Z[ helios-setup] Jul 01 19:16:10.762 INFO E| Downloaded modular-bitfield v0.13.1
34562026-07-01T19:16:11.284Z[ helios-setup] Jul 01 19:16:10.768 INFO E| Downloaded modular-bitfield v0.11.2
34572026-07-01T19:16:11.291Z[ helios-setup] Jul 01 19:16:10.775 INFO E| Downloaded unicode-ident v1.0.18
34582026-07-01T19:16:11.298Z[ helios-setup] Jul 01 19:16:10.781 INFO E| Downloaded serde v1.0.219
34592026-07-01T19:16:11.306Z[ helios-setup] Jul 01 19:16:10.789 INFO E| Downloaded zerocopy-derive v0.8.25
34602026-07-01T19:16:11.310Z[ helios-setup] Jul 01 19:16:10.793 INFO E| Downloaded typenum v1.18.0
34612026-07-01T19:16:11.318Z[ helios-setup] Jul 01 19:16:10.800 INFO E| Downloaded four-cc v0.4.0
34622026-07-01T19:16:11.321Z[ helios-setup] Jul 01 19:16:10.805 INFO E| Downloaded memchr v2.7.4
34632026-07-01T19:16:11.325Z[ helios-setup] Jul 01 19:16:10.808 INFO E| Downloaded unic-ucd-ident v0.9.0
34642026-07-01T19:16:11.360Z[ helios-setup] Jul 01 19:16:10.843 INFO E| Downloaded serde_json v1.0.140
34652026-07-01T19:16:11.383Z[ helios-setup] Jul 01 19:16:10.866 INFO E| Downloaded goblin v0.9.3
34662026-07-01T19:16:11.387Z[ helios-setup] Jul 01 19:16:10.870 INFO E| Downloaded clap v2.34.0
34672026-07-01T19:16:11.391Z[ helios-setup] Jul 01 19:16:10.874 INFO E| Downloaded zerocopy v0.8.25
34682026-07-01T19:16:11.406Z[ helios-setup] Jul 01 19:16:10.890 INFO E| Downloaded syn v2.0.101
34692026-07-01T19:16:11.451Z[ helios-setup] Jul 01 19:16:10.934 INFO E| Downloaded libc v0.2.172
34702026-07-01T19:16:11.459Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34712026-07-01T19:16:11.469Z[ helios-setup] Jul 01 19:16:10.952 INFO E| Blocking waiting for file lock on package cache
34722026-07-01T19:16:11.632Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34732026-07-01T19:16:12.112Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34742026-07-01T19:16:12.528Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34752026-07-01T19:16:12.571Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34762026-07-01T19:16:13.291Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34772026-07-01T19:16:13.314Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34782026-07-01T19:16:13.435Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34792026-07-01T19:16:13.501Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34802026-07-01T19:16:13.759Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34812026-07-01T19:16:14.367Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34822026-07-01T19:16:14.730Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34832026-07-01T19:16:15.204Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34842026-07-01T19:16:16.429Z[ helios-setup] Jul 01 19:16:15.912 INFO E| Compiling proc-macro2 v1.0.95
34852026-07-01T19:16:16.429Z[ helios-setup] Jul 01 19:16:15.912 INFO E| Compiling unicode-ident v1.0.18
34862026-07-01T19:16:16.429Z[ helios-setup] Jul 01 19:16:15.912 INFO E| Compiling memchr v2.7.4
34872026-07-01T19:16:16.433Z[ helios-setup] Jul 01 19:16:15.912 INFO E| Compiling thiserror v2.0.12
34882026-07-01T19:16:16.433Z[ helios-setup] Jul 01 19:16:15.912 INFO E| Compiling autocfg v1.4.0
34892026-07-01T19:16:16.433Z[ helios-setup] Jul 01 19:16:15.912 INFO E| Compiling serde v1.0.219
34902026-07-01T19:16:16.433Z[ helios-setup] Jul 01 19:16:15.912 INFO E| Compiling syn v1.0.109
34912026-07-01T19:16:16.492Z[ helios-setup] Jul 01 19:16:15.975 INFO E| Compiling version_check v0.9.5
34922026-07-01T19:16:16.492Z[ helios-setup] Jul 01 19:16:15.975 INFO E| Compiling serde_json v1.0.140
34932026-07-01T19:16:16.496Z[ helios-setup] Jul 01 19:16:15.975 INFO E| Compiling itoa v1.0.15
34942026-07-01T19:16:16.496Z[ helios-setup] Jul 01 19:16:15.975 INFO E| Compiling ryu v1.0.20
34952026-07-01T19:16:16.496Z[ helios-setup] Jul 01 19:16:15.975 INFO E| Compiling schemars v0.8.22
34962026-07-01T19:16:16.496Z[ helios-setup] Jul 01 19:16:15.975 INFO E| Compiling ucd-trie v0.1.7
34972026-07-01T19:16:16.496Z[ helios-setup] Jul 01 19:16:15.975 INFO E| Compiling dyn-clone v1.0.19
34982026-07-01T19:16:16.496Z[ helios-setup] Jul 01 19:16:15.975 INFO E| Compiling zerocopy v0.8.25
34992026-07-01T19:16:16.496Z[ helios-setup] Jul 01 19:16:15.975 INFO E| Compiling libc v0.2.172
35002026-07-01T19:16:16.816Z[ helios-setup] Jul 01 19:16:16.299 INFO E| Compiling rustversion v1.0.20
35012026-07-01T19:16:16.863Z[ helios-setup] Jul 01 19:16:16.346 INFO E| Compiling paste v1.0.15
35022026-07-01T19:16:16.949Z[ helios-setup] Jul 01 19:16:16.432 INFO E| Compiling static_assertions v1.1.0
35032026-07-01T19:16:17.033Z[ helios-setup] Jul 01 19:16:16.514 INFO E| Compiling once_cell v1.21.3
35042026-07-01T19:16:17.136Z[ helios-setup] Jul 01 19:16:16.619 INFO E| Compiling heck v0.5.0
35052026-07-01T19:16:17.289Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35062026-07-01T19:16:17.336Z[ helios-setup] Jul 01 19:16:16.819 INFO E| Compiling unicode-segmentation v1.12.0
35072026-07-01T19:16:17.346Z[ helios-setup] Jul 01 19:16:16.829 INFO E| Compiling unicode-width v0.1.14
35082026-07-01T19:16:17.401Z[ helios-setup] Jul 01 19:16:16.884 INFO E| Compiling proc-macro-error-attr v1.0.4
35092026-07-01T19:16:17.407Z[ helios-setup] Jul 01 19:16:16.890 INFO E| Compiling proc-macro-error v1.0.4
35102026-07-01T19:16:17.445Z[ helios-setup] Jul 01 19:16:16.923 INFO E| Compiling bitflags v1.3.2
35112026-07-01T19:16:17.540Z[ helios-setup] Jul 01 19:16:17.023 INFO E| Compiling fletcher v1.0.0
35122026-07-01T19:16:17.593Z[ helios-setup] Jul 01 19:16:17.076 INFO E| Compiling strum v0.27.1
35132026-07-01T19:16:17.651Z[ helios-setup] Jul 01 19:16:17.134 INFO E| Compiling num-traits v0.2.19
35142026-07-01T19:16:17.651Z[ helios-setup] Jul 01 19:16:17.134 INFO E| Compiling memoffset v0.9.1
35152026-07-01T19:16:17.695Z[ helios-setup] Jul 01 19:16:17.178 INFO E| Compiling strsim v0.8.0
35162026-07-01T19:16:17.752Z[ helios-setup] Jul 01 19:16:17.235 INFO E| Compiling unic-common v0.9.0
35172026-07-01T19:16:17.787Z[ helios-setup] Jul 01 19:16:17.270 INFO E| Compiling heck v0.3.3
35182026-07-01T19:16:17.893Z[ helios-setup] Jul 01 19:16:17.376 INFO E| Compiling textwrap v0.11.0
35192026-07-01T19:16:17.913Z[ helios-setup] Jul 01 19:16:17.396 INFO E| Compiling vec_map v0.8.2
35202026-07-01T19:16:17.937Z[ helios-setup] Jul 01 19:16:17.420 INFO E| Compiling unic-char-range v0.9.0
35212026-07-01T19:16:17.943Z[ helios-setup] Jul 01 19:16:17.426 INFO E| Compiling ansi_term v0.12.1
35222026-07-01T19:16:18.010Z[ helios-setup] Jul 01 19:16:17.494 INFO E| Compiling atty v0.2.14
35232026-07-01T19:16:18.034Z[ helios-setup] Jul 01 19:16:17.517 INFO E| Compiling byteorder v1.5.0
35242026-07-01T19:16:18.081Z[ helios-setup] Jul 01 19:16:17.562 INFO E| Compiling quote v1.0.40
35252026-07-01T19:16:18.133Z[ helios-setup] Jul 01 19:16:17.616 INFO E| Compiling unic-char-property v0.9.0
35262026-07-01T19:16:18.161Z[ helios-setup] Jul 01 19:16:17.644 INFO E| Compiling unic-ucd-version v0.9.0
35272026-07-01T19:16:18.171Z[ helios-setup] Jul 01 19:16:17.655 INFO E| Compiling log v0.4.27
35282026-07-01T19:16:18.204Z[ helios-setup] Jul 01 19:16:17.687 INFO E| Compiling plain v0.2.3
35292026-07-01T19:16:18.265Z[ helios-setup] Jul 01 19:16:17.748 INFO E| Compiling lazy_static v1.5.0
35302026-07-01T19:16:18.289Z[ helios-setup] Jul 01 19:16:17.772 INFO E| Compiling unic-ucd-ident v0.9.0
35312026-07-01T19:16:18.363Z[ helios-setup] Jul 01 19:16:17.846 INFO E| Compiling clap v2.34.0
35322026-07-01T19:16:18.385Z[ helios-setup] Jul 01 19:16:17.868 INFO E| Compiling bytesize v2.0.1
35332026-07-01T19:16:18.599Z[ helios-setup] Jul 01 19:16:18.082 INFO E| Compiling syn v2.0.101
35342026-07-01T19:16:18.841Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35352026-07-01T19:16:19.093Z[ helios-setup] Jul 01 19:16:18.576 INFO E| Compiling parse_int v0.9.0
35362026-07-01T19:16:19.734Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35372026-07-01T19:16:21.182Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
35382026-07-01T19:16:21.296Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35392026-07-01T19:16:21.383Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35402026-07-01T19:16:21.657Z[ host-package] Compiling signal-hook-tokio v0.3.1
35412026-07-01T19:16:21.702Z[ helios-setup] Jul 01 19:16:21.185 INFO E| Compiling serde_derive_internals v0.29.1
35422026-07-01T19:16:21.911Z[ host-package] Compiling fatfs v0.3.6
35432026-07-01T19:16:21.965Z[ helios-setup] Jul 01 19:16:21.448 INFO E| Compiling modular-bitfield-impl v0.11.2
35442026-07-01T19:16:21.965Z[ helios-setup] Jul 01 19:16:21.448 INFO E| Compiling structopt-derive v0.4.18
35452026-07-01T19:16:21.973Z[ host-package] Compiling yasna v0.5.2
35462026-07-01T19:16:22.483Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
35472026-07-01T19:16:23.237Z[ helios-setup] Jul 01 19:16:22.710 INFO E| Compiling structopt v0.3.26
35482026-07-01T19:16:23.298Z[ host-package] Compiling seq-macro v0.3.6
35492026-07-01T19:16:23.370Z[ helios-setup] Jul 01 19:16:22.802 INFO E| Compiling modular-bitfield v0.11.2
35502026-07-01T19:16:23.459Z[ helios-setup] Jul 01 19:16:22.921 INFO E| Compiling thiserror-impl v2.0.12
35512026-07-01T19:16:23.459Z[ helios-setup] Jul 01 19:16:22.921 INFO E| Compiling serde_derive v1.0.219
35522026-07-01T19:16:23.459Z[ helios-setup] Jul 01 19:16:22.921 INFO E| Compiling schemars_derive v0.8.22
35532026-07-01T19:16:23.459Z[ helios-setup] Jul 01 19:16:22.921 INFO E| Compiling zerocopy-derive v0.8.25
35542026-07-01T19:16:23.465Z[ helios-setup] Jul 01 19:16:22.921 INFO E| Compiling num-derive v0.4.2
35552026-07-01T19:16:23.466Z[ helios-setup] Jul 01 19:16:22.921 INFO E| Compiling modular-bitfield-impl v0.13.1
35562026-07-01T19:16:23.466Z[ helios-setup] Jul 01 19:16:22.921 INFO E| Compiling scroll_derive v0.12.1
35572026-07-01T19:16:23.466Z[ helios-setup] Jul 01 19:16:22.921 INFO E| Compiling strum_macros v0.27.1
35582026-07-01T19:16:23.494Z[ host-package] Compiling is_ci v1.2.0
35592026-07-01T19:16:23.680Z[ host-package] Compiling assert_matches v1.5.0
35602026-07-01T19:16:23.791Z[ host-package] Compiling supports-color v3.0.2
35612026-07-01T19:16:23.822Z[ host-package] Compiling rcgen v0.12.1
35622026-07-01T19:16:23.886Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35632026-07-01T19:16:24.295Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35642026-07-01T19:16:24.585Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35652026-07-01T19:16:24.644Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
35662026-07-01T19:16:24.650Z[ helios-setup] Jul 01 19:16:24.133 INFO E| Compiling scroll v0.12.0
35672026-07-01T19:16:24.930Z[ helios-setup] Jul 01 19:16:24.413 INFO E| Compiling goblin v0.9.3
35682026-07-01T19:16:25.194Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
35692026-07-01T19:16:25.316Z[ helios-setup] Jul 01 19:16:24.799 INFO E| Compiling modular-bitfield v0.13.1
35702026-07-01T19:16:25.409Z[ helios-setup] Jul 01 19:16:24.892 INFO E| Compiling pest v2.8.0
35712026-07-01T19:16:25.644Z[ host-package] Compiling rtoolbox v0.0.3
35722026-07-01T19:16:26.263Z[ host-package] Compiling subprocess v0.2.15
35732026-07-01T19:16:26.871Z[ helios-setup] Jul 01 19:16:26.354 INFO E| Compiling pest_meta v2.8.0
35742026-07-01T19:16:27.552Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35752026-07-01T19:16:27.579Z[ helios-setup] Jul 01 19:16:27.062 INFO E| Compiling pest_generator v2.8.0
35762026-07-01T19:16:28.401Z[ helios-setup] Jul 01 19:16:27.884 INFO E| Compiling pest_derive v2.8.0
35772026-07-01T19:16:29.038Z[ host-package] Compiling rpassword v7.4.0
35782026-07-01T19:16:29.340Z[ helios-setup] Jul 01 19:16:28.823 INFO E| Compiling json5 v0.4.1
35792026-07-01T19:16:29.387Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35802026-07-01T19:16:29.549Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35812026-07-01T19:16:29.647Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
35822026-07-01T19:16:30.375Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
35832026-07-01T19:16:30.552Z[ host-package] Compiling tui-tree-widget v0.23.1
35842026-07-01T19:16:30.885Z[ helios-setup] Jul 01 19:16:30.368 INFO E| Compiling four-cc v0.4.0
35852026-07-01T19:16:30.886Z[ helios-setup] Jul 01 19:16:30.368 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35862026-07-01T19:16:30.961Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35872026-07-01T19:16:31.032Z[ helios-setup] Jul 01 19:16:30.514 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35882026-07-01T19:16:32.369Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
35892026-07-01T19:16:33.656Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35902026-07-01T19:16:33.949Z[ host-package] Compiling uzers v0.12.2
35912026-07-01T19:16:34.508Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35922026-07-01T19:16:35.110Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35932026-07-01T19:16:35.728Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35942026-07-01T19:16:38.373Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35952026-07-01T19:16:39.120Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35962026-07-01T19:16:40.652Z[ host-package] Compiling support-bundle-viewer v0.1.2
35972026-07-01T19:16:41.563Z[ host-package] Compiling multimap v0.10.1
35982026-07-01T19:16:45.304Z[ helios-setup] Jul 01 19:16:44.787 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35992026-07-01T19:16:49.453Z[ helios-setup] Jul 01 19:16:48.935 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36002026-07-01T19:16:52.061Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
36012026-07-01T19:16:57.501Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
36022026-07-01T19:16:59.715Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
36032026-07-01T19:17:02.939Z[ helios-setup] Jul 01 19:17:02.421 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
36042026-07-01T19:17:02.975Z[ helios-setup] Jul 01 19:17:02.458 INFO building project "amd-host-image-builder" ok (62 seconds)
36052026-07-01T19:17:02.975Z[ helios-setup] Jul 01 19:17:02.458 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
36062026-07-01T19:17:02.988Z[ helios-setup] Jul 01 19:17:02.471 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
36072026-07-01T19:17:02.988Z[ helios-setup] Jul 01 19:17:02.471 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
36082026-07-01T19:17:02.992Z[ helios-setup] Jul 01 19:17:02.471 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
36092026-07-01T19:17:03.192Z[ helios-setup] Jul 01 19:17:02.675 INFO E| Downloading crates ...
36102026-07-01T19:17:03.261Z[ helios-setup] Jul 01 19:17:02.744 INFO E| Downloaded iana-time-zone v0.1.63
36112026-07-01T19:17:03.270Z[ helios-setup] Jul 01 19:17:02.752 INFO E| Downloaded getrandom v0.3.3
36122026-07-01T19:17:03.285Z[ helios-setup] Jul 01 19:17:02.768 INFO E| Downloaded time-core v0.1.4
36132026-07-01T19:17:03.291Z[ helios-setup] Jul 01 19:17:02.773 INFO E| Downloaded errno v0.3.12
36142026-07-01T19:17:03.294Z[ helios-setup] Jul 01 19:17:02.775 INFO E| Downloaded deranged v0.4.0
36152026-07-01T19:17:03.375Z[ helios-setup] Jul 01 19:17:02.783 INFO E| Downloaded time-macros v0.2.22
36162026-07-01T19:17:03.375Z[ helios-setup] Jul 01 19:17:02.785 INFO E| Downloaded serde_with_macros v3.12.0
36172026-07-01T19:17:03.375Z[ helios-setup] Jul 01 19:17:02.797 INFO E| Downloaded anyhow v1.0.98
36182026-07-01T19:17:03.375Z[ helios-setup] Jul 01 19:17:02.829 INFO E| Downloaded tempfile v3.20.0
36192026-07-01T19:17:03.375Z[ helios-setup] Jul 01 19:17:02.831 INFO E| Downloaded indexmap v2.9.0
36202026-07-01T19:17:03.375Z[ helios-setup] Jul 01 19:17:02.833 INFO E| Downloaded hashbrown v0.15.3
36212026-07-01T19:17:03.375Z[ helios-setup] Jul 01 19:17:02.837 INFO E| Downloaded bitflags v2.9.1
36222026-07-01T19:17:03.378Z[ helios-setup] Jul 01 19:17:02.856 INFO E| Downloaded time v0.3.41
36232026-07-01T19:17:03.381Z[ helios-setup] Jul 01 19:17:02.861 INFO E| Downloaded serde_with v3.12.0
36242026-07-01T19:17:03.385Z[ helios-setup] Jul 01 19:17:02.866 INFO E| Downloaded chrono v0.4.41
36252026-07-01T19:17:03.399Z[ helios-setup] Jul 01 19:17:02.882 INFO E| Downloaded rustix v1.0.7
36262026-07-01T19:17:03.462Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling proc-macro2 v1.0.95
36272026-07-01T19:17:03.462Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling unicode-ident v1.0.18
36282026-07-01T19:17:03.463Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling libc v0.2.172
36292026-07-01T19:17:03.466Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling ident_case v1.0.1
36302026-07-01T19:17:03.466Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling strsim v0.11.1
36312026-07-01T19:17:03.466Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling fnv v1.0.7
36322026-07-01T19:17:03.466Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling serde v1.0.219
36332026-07-01T19:17:03.466Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling getrandom v0.3.3
36342026-07-01T19:17:03.466Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling rustix v1.0.7
36352026-07-01T19:17:03.466Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling serde_json v1.0.140
36362026-07-01T19:17:03.466Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling thiserror v2.0.12
36372026-07-01T19:17:03.466Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling anyhow v1.0.98
36382026-07-01T19:17:03.466Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling cfg-if v1.0.0
36392026-07-01T19:17:03.466Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling bitflags v2.9.1
36402026-07-01T19:17:03.466Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36412026-07-01T19:17:03.466Z[ helios-setup] Jul 01 19:17:02.945 INFO E| Compiling ryu v1.0.20
36422026-07-01T19:17:03.662Z[ helios-setup] Jul 01 19:17:03.144 INFO E| Compiling once_cell v1.21.3
36432026-07-01T19:17:03.836Z[ helios-setup] Jul 01 19:17:03.319 INFO E| Compiling memchr v2.7.4
36442026-07-01T19:17:04.015Z[ helios-setup] Jul 01 19:17:03.497 INFO E| Compiling itoa v1.0.15
36452026-07-01T19:17:04.038Z[ helios-setup] Jul 01 19:17:03.520 INFO E| Compiling fastrand v2.3.0
36462026-07-01T19:17:04.241Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36472026-07-01T19:17:04.719Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36482026-07-01T19:17:04.968Z[ helios-setup] Jul 01 19:17:04.451 INFO E| Compiling errno v0.3.12
36492026-07-01T19:17:05.050Z[ helios-setup] Jul 01 19:17:04.533 INFO E| Compiling quote v1.0.40
36502026-07-01T19:17:05.260Z[ helios-setup] Jul 01 19:17:04.743 INFO E| Compiling syn v2.0.101
36512026-07-01T19:17:06.069Z[ helios-setup] Jul 01 19:17:05.552 INFO E| Compiling tempfile v3.20.0
36522026-07-01T19:17:07.897Z[ helios-setup] Jul 01 19:17:07.379 INFO E| Compiling darling_core v0.20.11
36532026-07-01T19:17:08.847Z[ helios-setup] Jul 01 19:17:08.330 INFO E| Compiling serde_derive v1.0.219
36542026-07-01T19:17:08.847Z[ helios-setup] Jul 01 19:17:08.330 INFO E| Compiling thiserror-impl v2.0.12
36552026-07-01T19:17:10.253Z[ helios-setup] Jul 01 19:17:09.735 INFO E| Compiling darling_macro v0.20.11
36562026-07-01T19:17:11.066Z[ helios-setup] Jul 01 19:17:10.548 INFO E| Compiling darling v0.20.11
36572026-07-01T19:17:11.173Z[ helios-setup] Jul 01 19:17:10.656 INFO E| Compiling serde_with_macros v3.12.0
36582026-07-01T19:17:13.725Z[ helios-setup] Jul 01 19:17:13.208 INFO E| Compiling serde_with v3.12.0
36592026-07-01T19:17:18.017Z[ helios-setup] Jul 01 19:17:17.500 INFO E| Finished `release` profile [optimized] target(s) in 15.01s
36602026-07-01T19:17:18.040Z[ helios-setup] Jul 01 19:17:17.522 INFO building project "dmar-report" ok (15 seconds)
36612026-07-01T19:17:18.040Z[ helios-setup] Jul 01 19:17:17.522 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36622026-07-01T19:17:18.051Z[ helios-setup] Jul 01 19:17:17.531 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
36632026-07-01T19:17:18.051Z[ helios-setup] Jul 01 19:17:17.531 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36642026-07-01T19:17:18.070Z[ helios-setup] Jul 01 19:17:17.531 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
36652026-07-01T19:17:18.157Z[ helios-setup] Jul 01 19:17:17.640 INFO E| Downloading crates ...
36662026-07-01T19:17:18.210Z[ helios-setup] Jul 01 19:17:17.693 INFO E| Downloaded cpufeatures v0.2.5
36672026-07-01T19:17:18.220Z[ helios-setup] Jul 01 19:17:17.702 INFO E| Downloaded sha2 v0.10.5
36682026-07-01T19:17:18.223Z[ helios-setup] Jul 01 19:17:17.703 INFO E| Downloaded anyhow v1.0.62
36692026-07-01T19:17:18.226Z[ helios-setup] Jul 01 19:17:17.708 INFO E| Downloaded block-buffer v0.10.3
36702026-07-01T19:17:18.229Z[ helios-setup] Jul 01 19:17:17.711 INFO E| Downloaded generic-array v0.14.6
36712026-07-01T19:17:18.235Z[ helios-setup] Jul 01 19:17:17.718 INFO E| Downloaded digest v0.10.3
36722026-07-01T19:17:18.239Z[ helios-setup] Jul 01 19:17:17.720 INFO E| Downloaded flate2 v1.0.25
36732026-07-01T19:17:18.242Z[ helios-setup] Jul 01 19:17:17.722 INFO E| Downloaded typenum v1.15.0
36742026-07-01T19:17:18.243Z[ helios-setup] Jul 01 19:17:17.724 INFO E| Downloaded miniz_oxide v0.6.2
36752026-07-01T19:17:18.246Z[ helios-setup] Jul 01 19:17:17.725 INFO E| Downloaded bytes v1.2.1
36762026-07-01T19:17:18.286Z[ helios-setup] Jul 01 19:17:17.769 INFO E| Compiling version_check v0.9.4
36772026-07-01T19:17:18.286Z[ helios-setup] Jul 01 19:17:17.769 INFO E| Compiling typenum v1.15.0
36782026-07-01T19:17:18.286Z[ helios-setup] Jul 01 19:17:17.769 INFO E| Compiling cfg-if v1.0.0
36792026-07-01T19:17:18.290Z[ helios-setup] Jul 01 19:17:17.769 INFO E| Compiling crc32fast v1.3.2
36802026-07-01T19:17:18.290Z[ helios-setup] Jul 01 19:17:17.769 INFO E| Compiling anyhow v1.0.62
36812026-07-01T19:17:18.290Z[ helios-setup] Jul 01 19:17:17.769 INFO E| Compiling adler v1.0.2
36822026-07-01T19:17:18.319Z[ helios-setup] Jul 01 19:17:17.801 INFO E| Compiling cpufeatures v0.2.5
36832026-07-01T19:17:18.319Z[ helios-setup] Jul 01 19:17:17.802 INFO E| Compiling unicode-width v0.1.10
36842026-07-01T19:17:18.322Z[ helios-setup] Jul 01 19:17:17.802 INFO E| Compiling bitflags v1.3.2
36852026-07-01T19:17:18.322Z[ helios-setup] Jul 01 19:17:17.802 INFO E| Compiling bytes v1.2.1
36862026-07-01T19:17:18.608Z[ helios-setup] Jul 01 19:17:18.091 INFO E| Compiling getopts v0.2.21
36872026-07-01T19:17:18.640Z[ helios-setup] Jul 01 19:17:18.115 INFO E| Compiling generic-array v0.14.6
36882026-07-01T19:17:18.719Z[ helios-setup] Jul 01 19:17:18.201 INFO E| Compiling miniz_oxide v0.6.2
36892026-07-01T19:17:19.256Z[ helios-setup] Jul 01 19:17:18.738 INFO E| Compiling flate2 v1.0.25
36902026-07-01T19:17:20.130Z[ helios-setup] Jul 01 19:17:19.612 INFO E| Compiling crypto-common v0.1.6
36912026-07-01T19:17:20.130Z[ helios-setup] Jul 01 19:17:19.612 INFO E| Compiling block-buffer v0.10.3
36922026-07-01T19:17:20.267Z[ helios-setup] Jul 01 19:17:19.749 INFO E| Compiling digest v0.10.3
36932026-07-01T19:17:20.432Z[ helios-setup] Jul 01 19:17:19.915 INFO E| Compiling sha2 v0.10.5
36942026-07-01T19:17:20.666Z[ helios-setup] Jul 01 19:17:20.148 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36952026-07-01T19:17:22.885Z[ helios-setup] Jul 01 19:17:22.368 INFO E| Finished `release` profile [optimized] target(s) in 4.82s
36962026-07-01T19:17:22.897Z[ helios-setup] Jul 01 19:17:22.380 INFO building project "bootserver" ok (4 seconds)
36972026-07-01T19:17:22.900Z[ helios-setup] rm -f helios-build
36982026-07-01T19:17:22.901Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36992026-07-01T19:17:22.904Z[ helios-setup]
37002026-07-01T19:17:22.904Z[ helios-setup] Setup complete! ./helios-build is now available.
37012026-07-01T19:17:22.904Z[ helios-setup]
37022026-07-01T19:17:22.907Z[ helios-setup]
37032026-07-01T19:17:22.907Z[ helios-setup] real 3:20.301933577
37042026-07-01T19:17:22.908Z[ helios-setup] user 7:05.281187658
37052026-07-01T19:17:22.908Z[ helios-setup] sys 1:20.557546329
37062026-07-01T19:17:22.908Z[ helios-setup] trap 0.488385857
37072026-07-01T19:17:22.908Z[ helios-setup] tflt 3.046480443
37082026-07-01T19:17:22.908Z[ helios-setup] dflt 9.332277501
37092026-07-01T19:17:22.908Z[ helios-setup] kflt 0.005237503
37102026-07-01T19:17:22.908Z[ helios-setup] lock 57:46.485551559
37112026-07-01T19:17:22.908Z[ helios-setup] slp 39:59.636913545
37122026-07-01T19:17:22.908Z[ helios-setup] lat 7:42.374800923
37132026-07-01T19:17:22.908Z[ helios-setup] stop 1:38.468062665
37142026-07-01T19:17:22.908ZJul 01 19:17:22.388 INFO [helios-setup] process exited with exit status: 0 (200.304952539s)
37152026-07-01T19:17:22.908ZJul 01 19:17:22.388 INFO [helios-record] running task
37162026-07-01T19:17:22.908ZJul 01 19:17:22.388 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37172026-07-01T19:17:22.912ZJul 01 19:17:22.393 DEBG process exited with exit status: 0 (4.347473ms)
37182026-07-01T19:17:22.912ZJul 01 19:17:22.393 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37192026-07-01T19:17:22.915ZJul 01 19:17:22.397 DEBG process exited with exit status: 0 (3.925333ms)
37202026-07-01T19:17:22.915ZJul 01 19:17:22.397 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37212026-07-01T19:17:22.918ZJul 01 19:17:22.400 DEBG process exited with exit status: 0 (3.173343ms)
37222026-07-01T19:17:22.918ZJul 01 19:17:22.400 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37232026-07-01T19:17:22.921ZJul 01 19:17:22.403 DEBG process exited with exit status: 0 (2.870862ms)
37242026-07-01T19:17:22.922ZJul 01 19:17:22.403 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37252026-07-01T19:17:22.925ZJul 01 19:17:22.406 DEBG process exited with exit status: 0 (2.839362ms)
37262026-07-01T19:17:22.925ZJul 01 19:17:22.406 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37272026-07-01T19:17:22.928ZJul 01 19:17:22.408 DEBG process exited with exit status: 0 (2.838692ms)
37282026-07-01T19:17:22.929ZJul 01 19:17:22.408 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37292026-07-01T19:17:22.929ZJul 01 19:17:22.411 DEBG process exited with exit status: 0 (2.760362ms)
37302026-07-01T19:17:22.929ZJul 01 19:17:22.411 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37312026-07-01T19:17:22.932ZJul 01 19:17:22.414 DEBG process exited with exit status: 0 (2.954582ms)
37322026-07-01T19:17:22.932ZJul 01 19:17:22.414 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37332026-07-01T19:17:22.935ZJul 01 19:17:22.417 DEBG process exited with exit status: 0 (2.865632ms)
37342026-07-01T19:17:22.935ZJul 01 19:17:22.417 INFO [helios-record] task succeeded (29.176132ms)
37352026-07-01T19:23:51.376Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 18s
37362026-07-01T19:24:35.815ZJul 01 19:24:35.294 INFO [host-package] process exited with exit status: 0 (602.5835585s)
37372026-07-01T19:24:35.815ZJul 01 19:24:35.294 INFO [host-libraries] running task
37382026-07-01T19:24:35.815ZJul 01 19:24:35.294 INFO [host-stamp] running task
37392026-07-01T19:24:35.821ZJul 01 19:24:35.296 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 21.0.0-0.ci+git19daa89a410
37402026-07-01T19:24:35.821ZJul 01 19:24:35.297 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 21.0.0-0.ci+git19daa89a410
37412026-07-01T19:24:35.821ZJul 01 19:24:35.297 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 21.0.0-0.ci+git19daa89a410
37422026-07-01T19:24:35.821ZJul 01 19:24:35.297 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 21.0.0-0.ci+git19daa89a410
37432026-07-01T19:24:35.824ZJul 01 19:24:35.297 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 21.0.0-0.ci+git19daa89a410
37442026-07-01T19:24:35.824ZJul 01 19:24:35.298 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 21.0.0-0.ci+git19daa89a410
37452026-07-01T19:24:35.824ZJul 01 19:24:35.298 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 21.0.0-0.ci+git19daa89a410
37462026-07-01T19:24:35.824ZJul 01 19:24:35.298 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 21.0.0-0.ci+git19daa89a410
37472026-07-01T19:24:35.828Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
37482026-07-01T19:24:35.828Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37492026-07-01T19:24:35.828Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37502026-07-01T19:24:35.828Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37512026-07-01T19:24:35.828Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37522026-07-01T19:24:35.828Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37532026-07-01T19:24:35.828Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37542026-07-01T19:24:35.828Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37552026-07-01T19:24:35.831Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
37562026-07-01T19:24:35.831ZJul 01 19:24:35.310 INFO [stamp-overlay] process exited with exit status: 0 (12.54693ms)
37572026-07-01T19:24:35.839Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
37582026-07-01T19:24:35.842ZJul 01 19:24:35.316 INFO [stamp-oxlog] process exited with exit status: 0 (18.420694ms)
37592026-07-01T19:24:35.875Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
37602026-07-01T19:24:35.878ZJul 01 19:24:35.357 INFO [stamp-crucible-utils] process exited with exit status: 0 (60.468565ms)
37612026-07-01T19:24:35.889Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
37622026-07-01T19:24:35.893ZJul 01 19:24:35.370 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (72.533915ms)
37632026-07-01T19:24:36.042Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
37642026-07-01T19:24:36.045ZJul 01 19:24:35.524 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (226.05535ms)
37652026-07-01T19:24:36.198Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
37662026-07-01T19:24:36.202ZJul 01 19:24:35.680 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (382.463208ms)
37672026-07-01T19:24:36.370Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
37682026-07-01T19:24:36.374ZJul 01 19:24:35.853 INFO [stamp-propolis-server] process exited with exit status: 0 (556.371129ms)
37692026-07-01T19:24:37.124ZJul 01 19:24:36.603 INFO [host-libraries] task succeeded (1.309266256s)
37702026-07-01T19:24:37.127ZJul 01 19:24:36.603 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
37712026-07-01T19:24:37.130Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
37722026-07-01T19:24:38.043Z[recovery-package] Compiling newtype-uuid v1.3.2
37732026-07-01T19:24:38.277Z[recovery-package] Compiling daft v0.1.7
37742026-07-01T19:24:38.488Z[recovery-package] Compiling iddqd v0.4.2
37752026-07-01T19:24:39.427Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
37762026-07-01T19:24:39.726Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
37772026-07-01T19:24:39.726Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37782026-07-01T19:24:39.726Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
37792026-07-01T19:24:39.729Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
37802026-07-01T19:24:39.729Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
37812026-07-01T19:24:39.730Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37822026-07-01T19:24:39.731Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
37832026-07-01T19:24:39.740Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37842026-07-01T19:24:39.824Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
37852026-07-01T19:24:40.014Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
37862026-07-01T19:24:40.103Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
37872026-07-01T19:24:40.245Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
37882026-07-01T19:24:42.165Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
37892026-07-01T19:24:42.168ZJul 01 19:24:41.648 INFO [stamp-switch-asic] process exited with exit status: 0 (6.351464924s)
37902026-07-01T19:24:42.169ZJul 01 19:24:41.648 INFO [host-stamp] task succeeded (6.353976156s)
37912026-07-01T19:24:42.169ZJul 01 19:24:41.648 INFO [host-proto] running task
37922026-07-01T19:24:42.544ZJul 01 19:24:42.022 INFO [host-proto] task succeeded (374.484501ms)
37932026-07-01T19:24:42.544ZJul 01 19:24:42.022 INFO [host-profile] running task
37942026-07-01T19:24:42.546ZJul 01 19:24:42.023 INFO [host-profile] task succeeded (286µs)
37952026-07-01T19:24:42.546ZJul 01 19:24:42.023 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.41.492' -P /tmp/.tmpsBAP65/proto/host/root -N 'ci 19daa89/${os_short_commit} 2026-07-01 19:14' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
37962026-07-01T19:24:42.554Z[ host-image] Jul 01 19:24:42.029 INFO Checking files for board 'cosmo-mbist'
37972026-07-01T19:24:42.555Z[ host-image] Jul 01 19:24:42.029 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
37982026-07-01T19:24:42.555Z[ host-image] Jul 01 19:24:42.029 INFO Checking files for board 'gimlet'
37992026-07-01T19:24:42.555Z[ host-image] Jul 01 19:24:42.029 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38002026-07-01T19:24:42.555Z[ host-image] Jul 01 19:24:42.029 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38012026-07-01T19:24:42.555Z[ host-image] Jul 01 19:24:42.029 INFO Checking files for board 'cosmo'
38022026-07-01T19:24:42.555Z[ host-image] Jul 01 19:24:42.029 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38032026-07-01T19:24:42.555Z[ host-image] Jul 01 19:24:42.029 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38042026-07-01T19:24:42.555Z[ host-image] Jul 01 19:24:42.029 INFO Checking files for board 'cosmo-mbist-noaggr'
38052026-07-01T19:24:42.555Z[ host-image] Jul 01 19:24:42.029 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38062026-07-01T19:24:42.561Z[ host-image] Jul 01 19:24:42.039 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpsBAP65/proto/host/root"
38072026-07-01T19:24:42.561Z[ host-image] Jul 01 19:24:42.039 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38082026-07-01T19:24:42.568Z[ host-image] Jul 01 19:24:42.039 INFO image builder template: ramdisk-01-os...
38092026-07-01T19:24:42.568Z[ host-image] Jul 01 19:24:42.039 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/.tmpsBAP65/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38102026-07-01T19:24:42.577Z[ host-image] Jul 01 19:24:42.052 INFO O| Jul 01 19:24:42.052 INFO CREATE DATASET: rpool/images/build/host/output
38112026-07-01T19:24:43.989Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38122026-07-01T19:24:43.989Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38132026-07-01T19:24:43.992Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38142026-07-01T19:24:43.992Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38152026-07-01T19:24:43.993Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38162026-07-01T19:24:44.723Z[ host-image] Jul 01 19:24:44.200 INFO O| Jul 01 19:24:44.200 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38172026-07-01T19:24:44.727Z[ host-image] Jul 01 19:24:44.203 INFO O| Jul 01 19:24:44.203 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38182026-07-01T19:24:44.903Z[ host-image] Jul 01 19:24:44.381 INFO O| Jul 01 19:24:44.381 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38192026-07-01T19:24:44.940Z[ host-image] Jul 01 19:24:44.418 INFO O| Jul 01 19:24:44.418 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38202026-07-01T19:24:44.940Z[ host-image] Jul 01 19:24:44.418 INFO O| Jul 01 19:24:44.418 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38212026-07-01T19:24:44.940Z[ host-image] Jul 01 19:24:44.418 INFO O| Jul 01 19:24:44.418 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38222026-07-01T19:24:44.944Z[ host-image] Jul 01 19:24:44.418 INFO O| Jul 01 19:24:44.418 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38232026-07-01T19:24:44.947Z[ host-image] Jul 01 19:24:44.424 INFO O| Jul 01 19:24:44.424 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38242026-07-01T19:24:45.108Z[ host-image] Jul 01 19:24:44.586 INFO O| Jul 01 19:24:44.586 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38252026-07-01T19:24:45.115Z[ host-image] Jul 01 19:24:44.593 INFO O| Jul 01 19:24:44.593 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38262026-07-01T19:24:45.408Z[ host-image] Jul 01 19:24:44.886 INFO O| Jul 01 19:24:44.886 INFO O| Caching catalogs ... Done
38272026-07-01T19:24:45.483Z[ host-image] Jul 01 19:24:44.961 INFO O| Jul 01 19:24:44.961 INFO STEP 0 (pkg_image_create) COMPLETE
38282026-07-01T19:24:45.483Z[ host-image] Jul 01 19:24:44.961 INFO O| Jul 01 19:24:44.961 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38292026-07-01T19:24:45.531Z[ host-image] Jul 01 19:24:44.969 INFO O| Jul 01 19:24:44.969 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/3/dev/", "helios"]
38302026-07-01T19:24:45.756Z[ host-image] Jul 01 19:24:45.234 INFO O| Jul 01 19:24:45.234 INFO STEP 1 (pkg_set_publisher) COMPLETE
38312026-07-01T19:24:45.756Z[ host-image] Jul 01 19:24:45.234 INFO O| Jul 01 19:24:45.234 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38322026-07-01T19:24:45.759Z[ host-image] Jul 01 19:24:45.234 INFO O| Jul 01 19:24:45.234 INFO skip step because feature "publisher_1_name" is not enabled
38332026-07-01T19:24:45.759Z[ host-image] Jul 01 19:24:45.234 INFO O| Jul 01 19:24:45.234 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38342026-07-01T19:24:45.759Z[ host-image] Jul 01 19:24:45.234 INFO O| Jul 01 19:24:45.234 INFO skip step because feature "publisher_2_name" is not enabled
38352026-07-01T19:24:45.759Z[ host-image] Jul 01 19:24:45.234 INFO O| Jul 01 19:24:45.234 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38362026-07-01T19:24:45.759Z[ host-image] Jul 01 19:24:45.234 INFO O| Jul 01 19:24:45.234 INFO skip step because feature "publisher_3_name" is not enabled
38372026-07-01T19:24:45.759Z[ host-image] Jul 01 19:24:45.234 INFO O| Jul 01 19:24:45.234 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38382026-07-01T19:24:46.005Z[ host-image] Jul 01 19:24:45.483 INFO O| Jul 01 19:24:45.483 INFO variant opensolaris.zone is already global
38392026-07-01T19:24:46.005Z[ host-image] Jul 01 19:24:45.484 INFO O| Jul 01 19:24:45.483 INFO STEP 5 (pkg_change_variant) COMPLETE
38402026-07-01T19:24:46.008Z[ host-image] Jul 01 19:24:45.484 INFO O| Jul 01 19:24:45.483 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38412026-07-01T19:24:46.249Z[ host-image] Jul 01 19:24:45.727 INFO O| Jul 01 19:24:45.727 INFO variant opensolaris.imagetype is full; changing to partial
38422026-07-01T19:24:46.249Z[ host-image] Jul 01 19:24:45.727 INFO O| Jul 01 19:24:45.727 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38432026-07-01T19:24:46.943Z[ host-image] Jul 01 19:24:46.422 INFO O| Jul 01 19:24:46.422 INFO O| Startup: Refreshing catalog 'helios' ... Done
38442026-07-01T19:24:47.056Z[ host-image] Jul 01 19:24:46.535 INFO O| Jul 01 19:24:46.535 INFO O| Startup: Caching catalogs ... Done
38452026-07-01T19:24:47.068Z[ host-image] Jul 01 19:24:46.539 INFO O| Jul 01 19:24:46.539 INFO O| Planning: Planning completed in 0.00 seconds
38462026-07-01T19:24:47.071Z[ host-image] Jul 01 19:24:46.540 INFO O| Jul 01 19:24:46.539 INFO O| Planning: Consolidating action changes ... Done
38472026-07-01T19:24:47.071Z[ host-image] Jul 01 19:24:46.540 INFO O| Jul 01 19:24:46.540 INFO O| Planning: Evaluating mediators ... Done
38482026-07-01T19:24:47.071Z[ host-image] Jul 01 19:24:46.540 INFO O| Jul 01 19:24:46.540 INFO O| Planning: Planning completed in 0.00 seconds
38492026-07-01T19:24:47.071Z[ host-image] Jul 01 19:24:46.540 INFO O| Jul 01 19:24:46.540 INFO O| Variants/Facets to change: 1
38502026-07-01T19:24:47.071Z[ host-image] Jul 01 19:24:46.549 INFO O| Jul 01 19:24:46.549 INFO O| Finalize: Updating package state database ... Done
38512026-07-01T19:24:47.071Z[ host-image] Jul 01 19:24:46.549 INFO O| Jul 01 19:24:46.549 INFO O| Finalize: Updating package cache ... Done
38522026-07-01T19:24:47.094Z[ host-image] Jul 01 19:24:46.573 INFO O| Jul 01 19:24:46.573 INFO O| Finalize: Updating image state ... Done
38532026-07-01T19:24:47.097Z[ host-image] Jul 01 19:24:46.576 INFO O| Jul 01 19:24:46.576 INFO O| Finalize: Creating fast lookup database ... Done
38542026-07-01T19:24:47.100Z[ host-image] Jul 01 19:24:46.576 INFO O| Jul 01 19:24:46.576 INFO O| Finalize: Reading search index ... Done
38552026-07-01T19:24:47.100Z[ host-image] Jul 01 19:24:46.576 INFO O| Jul 01 19:24:46.576 INFO O| Finalize: Updating search index ... Done
38562026-07-01T19:24:47.100Z[ host-image] Jul 01 19:24:46.577 INFO O| Jul 01 19:24:46.577 INFO O| Finalize: Updating package cache ... Done
38572026-07-01T19:24:47.194Z[ host-image] Jul 01 19:24:46.673 INFO O| Jul 01 19:24:46.673 INFO STEP 6 (pkg_change_variant) COMPLETE
38582026-07-01T19:24:47.194Z[ host-image] Jul 01 19:24:46.673 INFO O| Jul 01 19:24:46.673 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38592026-07-01T19:24:47.198Z[ host-image] Jul 01 19:24:46.673 INFO O| Jul 01 19:24:46.673 INFO skip step because feature "debug_variant" is not enabled
38602026-07-01T19:24:47.199Z[ host-image] Jul 01 19:24:46.673 INFO O| Jul 01 19:24:46.673 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38612026-07-01T19:24:47.436Z[ host-image] Jul 01 19:24:46.915 INFO O| Jul 01 19:24:46.915 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
38622026-07-01T19:24:48.088Z[ host-image] Jul 01 19:24:47.563 INFO O| Jul 01 19:24:47.563 INFO O| Startup: Refreshing catalog 'helios' ... Done
38632026-07-01T19:24:48.193Z[ host-image] Jul 01 19:24:47.668 INFO O| Jul 01 19:24:47.668 INFO O| Startup: Caching catalogs ... Done
38642026-07-01T19:24:48.197Z[ host-image] Jul 01 19:24:47.672 INFO O| Jul 01 19:24:47.672 INFO O| Planning: Planning completed in 0.00 seconds
38652026-07-01T19:24:48.197Z[ host-image] Jul 01 19:24:47.673 INFO O| Jul 01 19:24:47.672 INFO O| Planning: Consolidating action changes ... Done
38662026-07-01T19:24:48.197Z[ host-image] Jul 01 19:24:47.673 INFO O| Jul 01 19:24:47.673 INFO O| Planning: Evaluating mediators ... Done
38672026-07-01T19:24:48.197Z[ host-image] Jul 01 19:24:47.673 INFO O| Jul 01 19:24:47.673 INFO O| Planning: Planning completed in 0.00 seconds
38682026-07-01T19:24:48.197Z[ host-image] Jul 01 19:24:47.673 INFO O| Jul 01 19:24:47.673 INFO O| Variants/Facets to change: 1
38692026-07-01T19:24:48.207Z[ host-image] Jul 01 19:24:47.682 INFO O| Jul 01 19:24:47.682 INFO O| Finalize: Updating package state database ... Done
38702026-07-01T19:24:48.207Z[ host-image] Jul 01 19:24:47.682 INFO O| Jul 01 19:24:47.682 INFO O| Finalize: Updating package cache ... Done
38712026-07-01T19:24:48.223Z[ host-image] Jul 01 19:24:47.700 INFO O| Jul 01 19:24:47.700 INFO O| Finalize: Updating image state ... Done
38722026-07-01T19:24:48.228Z[ host-image] Jul 01 19:24:47.703 INFO O| Jul 01 19:24:47.703 INFO O| Finalize: Creating fast lookup database ... Done
38732026-07-01T19:24:48.228Z[ host-image] Jul 01 19:24:47.703 INFO O| Jul 01 19:24:47.703 INFO O| Finalize: Reading search index ... Done
38742026-07-01T19:24:48.228Z[ host-image] Jul 01 19:24:47.703 INFO O| Jul 01 19:24:47.703 INFO O| Finalize: Updating search index ... Done
38752026-07-01T19:24:48.230Z[ host-image] Jul 01 19:24:47.704 INFO O| Jul 01 19:24:47.704 INFO O| Finalize: Updating package cache ... Done
38762026-07-01T19:24:48.311Z[ host-image] Jul 01 19:24:47.788 INFO O| Jul 01 19:24:47.788 INFO STEP 8 (pkg_change_facet) COMPLETE
38772026-07-01T19:24:48.311Z[ host-image] Jul 01 19:24:47.789 INFO O| Jul 01 19:24:47.788 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38782026-07-01T19:24:48.315Z[ host-image] Jul 01 19:24:47.789 INFO O| Jul 01 19:24:47.788 INFO skip step because feature "recovery" is not enabled
38792026-07-01T19:24:48.315Z[ host-image] Jul 01 19:24:47.789 INFO O| Jul 01 19:24:47.788 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38802026-07-01T19:24:48.315Z[ host-image] Jul 01 19:24:47.789 INFO O| Jul 01 19:24:47.788 INFO skip step because feature "recovery" is not enabled
38812026-07-01T19:24:48.315Z[ host-image] Jul 01 19:24:47.789 INFO O| Jul 01 19:24:47.789 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38822026-07-01T19:24:48.320Z[ host-image] Jul 01 19:24:47.798 INFO O| Jul 01 19:24:47.798 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/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@21.0.0.0"]
38832026-07-01T19:24:48.984Z[ host-image] Jul 01 19:24:48.462 INFO O| Jul 01 19:24:48.462 INFO O| Startup: Refreshing catalog 'helios' ... Done
38842026-07-01T19:24:49.090Z[ host-image] Jul 01 19:24:48.569 INFO O| Jul 01 19:24:48.568 INFO O| Startup: Caching catalogs ... Done
38852026-07-01T19:24:49.524Z[ host-image] Jul 01 19:24:49.001 INFO O| Jul 01 19:24:49.001 INFO O| Planning: Solver setup ... Done
38862026-07-01T19:24:49.538Z[ host-image] Jul 01 19:24:49.017 INFO O| Jul 01 19:24:49.017 INFO O| Planning: Running solver ... Done
38872026-07-01T19:24:49.550Z[ host-image] Jul 01 19:24:49.027 INFO O| Jul 01 19:24:49.027 INFO O| Planning: Finding local manifests ... Done
38882026-07-01T19:24:49.581Z[ host-image] Jul 01 19:24:49.058 INFO O| Jul 01 19:24:49.058 INFO O| Planning: Fetching manifests: 0/128 0% complete
38892026-07-01T19:24:51.675Z[ host-image] Jul 01 19:24:51.154 INFO O| Jul 01 19:24:51.153 INFO O| Planning: Fetching manifests: 128/128 100% complete
38902026-07-01T19:24:52.065Z[ host-image] Jul 01 19:24:51.541 INFO O| Jul 01 19:24:51.541 INFO O| Planning: Package planning ... Done
38912026-07-01T19:24:52.260Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
38922026-07-01T19:24:52.373Z[ host-image] Jul 01 19:24:51.852 INFO O| Jul 01 19:24:51.851 INFO O| Planning: Merging actions ... Done
38932026-07-01T19:24:52.585Z[ host-image] Jul 01 19:24:52.063 INFO O| Jul 01 19:24:52.063 INFO O| Planning: Checking for conflicting actions ... Done
38942026-07-01T19:24:52.691Z[ host-image] Jul 01 19:24:52.170 INFO O| Jul 01 19:24:52.170 INFO O| Planning: Consolidating action changes ... Done
38952026-07-01T19:24:52.867Z[ host-image] Jul 01 19:24:52.342 INFO O| Jul 01 19:24:52.342 INFO O| Planning: Evaluating mediators ... Done
38962026-07-01T19:24:53.172Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
38972026-07-01T19:24:54.266Z[ host-image] Jul 01 19:24:53.745 INFO O| Jul 01 19:24:53.745 INFO O| Planning: Planning completed in 5.17 seconds
38982026-07-01T19:24:54.270Z[ host-image] Jul 01 19:24:53.747 INFO O| Jul 01 19:24:53.747 INFO O| Packages to install: 128
38992026-07-01T19:24:54.270Z[ host-image] Jul 01 19:24:53.747 INFO O| Jul 01 19:24:53.747 INFO O| Mediators to change: 5
39002026-07-01T19:24:54.270Z[ host-image] Jul 01 19:24:53.747 INFO O| Jul 01 19:24:53.747 INFO O| Services to change: 6
39012026-07-01T19:24:54.296Z[ host-image] Jul 01 19:24:53.775 INFO O| Jul 01 19:24:53.775 INFO O| Download: 0/23767 items 0.0/222.4MB 0% complete
39022026-07-01T19:24:55.491Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39032026-07-01T19:24:55.491Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39042026-07-01T19:24:56.590Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39052026-07-01T19:24:57.161Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39062026-07-01T19:24:59.297Z[ host-image] Jul 01 19:24:58.776 INFO O| Jul 01 19:24:58.776 INFO O| Download: 1556/23767 items 9.6/222.4MB 4% complete (1.9M/s)
39072026-07-01T19:25:04.300Z[ host-image] Jul 01 19:25:03.777 INFO O| Jul 01 19:25:03.777 INFO O| Download: 2176/23767 items 23.3/222.4MB 10% complete (2.3M/s)
39082026-07-01T19:25:09.197Z[recovery-package] Finished `release` profile [optimized] target(s) in 31.95s
39092026-07-01T19:25:09.300Z[ host-image] Jul 01 19:25:08.779 INFO O| Jul 01 19:25:08.778 INFO O| Download: 3713/23767 items 35.7/222.4MB 16% complete (2.6M/s)
39102026-07-01T19:25:10.745ZJul 01 19:25:10.223 INFO [recovery-package] process exited with exit status: 0 (33.620050646s)
39112026-07-01T19:25:10.745ZJul 01 19:25:10.223 INFO [recovery-libraries] running task
39122026-07-01T19:25:10.745ZJul 01 19:25:10.223 INFO [recovery-stamp] running task
39132026-07-01T19:25:10.749ZJul 01 19:25:10.224 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 21.0.0-0.ci+git19daa89a410
39142026-07-01T19:25:10.749ZJul 01 19:25:10.224 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+git19daa89a410
39152026-07-01T19:25:10.752Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39162026-07-01T19:25:10.755Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39172026-07-01T19:25:10.795ZJul 01 19:25:10.274 INFO [recovery-libraries] task succeeded (50.519388ms)
39182026-07-01T19:25:10.799ZJul 01 19:25:10.274 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39192026-07-01T19:25:10.850Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39202026-07-01T19:25:10.853ZJul 01 19:25:10.332 INFO [stamp-installinator] process exited with exit status: 0 (108.012142ms)
39212026-07-01T19:25:10.919Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39222026-07-01T19:25:10.922ZJul 01 19:25:10.401 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (177.563744ms)
39232026-07-01T19:25:10.922ZJul 01 19:25:10.401 INFO [recovery-stamp] task succeeded (177.721364ms)
39242026-07-01T19:25:10.922ZJul 01 19:25:10.401 INFO [recovery-proto] running task
39252026-07-01T19:25:10.922ZJul 01 19:25:10.401 INFO [tuf-stamp] running task
39262026-07-01T19:25:10.926ZJul 01 19:25:10.402 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 21.0.0-0.ci+git19daa89a410
39272026-07-01T19:25:10.926ZJul 01 19:25:10.402 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 21.0.0-0.ci+git19daa89a410
39282026-07-01T19:25:10.926ZJul 01 19:25:10.402 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 21.0.0-0.ci+git19daa89a410
39292026-07-01T19:25:10.926ZJul 01 19:25:10.403 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 21.0.0-0.ci+git19daa89a410
39302026-07-01T19:25:10.926ZJul 01 19:25:10.403 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 21.0.0-0.ci+git19daa89a410
39312026-07-01T19:25:10.926ZJul 01 19:25:10.403 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 21.0.0-0.ci+git19daa89a410
39322026-07-01T19:25:10.926ZJul 01 19:25:10.404 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 21.0.0-0.ci+git19daa89a410
39332026-07-01T19:25:10.926ZJul 01 19:25:10.404 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 21.0.0-0.ci+git19daa89a410
39342026-07-01T19:25:10.926ZJul 01 19:25:10.404 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 21.0.0-0.ci+git19daa89a410
39352026-07-01T19:25:10.929ZJul 01 19:25:10.405 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 21.0.0-0.ci+git19daa89a410
39362026-07-01T19:25:10.929ZJul 01 19:25:10.405 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 21.0.0-0.ci+git19daa89a410
39372026-07-01T19:25:10.929ZJul 01 19:25:10.405 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 21.0.0-0.ci+git19daa89a410
39382026-07-01T19:25:10.932Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39392026-07-01T19:25:10.933Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39402026-07-01T19:25:10.933Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39412026-07-01T19:25:10.933Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39422026-07-01T19:25:10.936Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39432026-07-01T19:25:10.936Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39442026-07-01T19:25:10.936Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39452026-07-01T19:25:10.936Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39462026-07-01T19:25:10.936Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39472026-07-01T19:25:10.936Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39482026-07-01T19:25:10.936Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39492026-07-01T19:25:10.936Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39502026-07-01T19:25:10.983Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39512026-07-01T19:25:10.987ZJul 01 19:25:10.466 INFO [stamp-probe] process exited with exit status: 0 (60.446025ms)
39522026-07-01T19:25:11.040ZJul 01 19:25:10.519 INFO [recovery-proto] task succeeded (118.031139ms)
39532026-07-01T19:25:11.043ZJul 01 19:25:10.519 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.41.492' -P /tmp/.tmpsBAP65/proto/recovery/root -N 'recovery 19daa89/${os_short_commit} 2026-07-01 19:14' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39542026-07-01T19:25:11.047Z[ recovery-image] Jul 01 19:25:10.526 INFO Checking files for board 'cosmo-mbist'
39552026-07-01T19:25:11.047Z[ recovery-image] Jul 01 19:25:10.526 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39562026-07-01T19:25:11.050Z[ recovery-image] Jul 01 19:25:10.526 INFO Checking files for board 'gimlet'
39572026-07-01T19:25:11.050Z[ recovery-image] Jul 01 19:25:10.526 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39582026-07-01T19:25:11.050Z[ recovery-image] Jul 01 19:25:10.526 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39592026-07-01T19:25:11.050Z[ recovery-image] Jul 01 19:25:10.526 INFO Checking files for board 'cosmo-mbist-noaggr'
39602026-07-01T19:25:11.050Z[ recovery-image] Jul 01 19:25:10.526 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39612026-07-01T19:25:11.050Z[ recovery-image] Jul 01 19:25:10.526 INFO Checking files for board 'cosmo'
39622026-07-01T19:25:11.050Z[ recovery-image] Jul 01 19:25:10.526 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39632026-07-01T19:25:11.050Z[ recovery-image] Jul 01 19:25:10.526 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39642026-07-01T19:25:11.056Z[ recovery-image] Jul 01 19:25:10.535 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpsBAP65/proto/recovery/root"
39652026-07-01T19:25:11.059Z[ recovery-image] Jul 01 19:25:10.535 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39662026-07-01T19:25:11.059Z[ recovery-image] Jul 01 19:25:10.535 INFO image builder template: ramdisk-01-os...
39672026-07-01T19:25:11.060Z[ recovery-image] Jul 01 19:25:10.535 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/.tmpsBAP65/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39682026-07-01T19:25:11.071Z[ recovery-image] Jul 01 19:25:10.550 INFO O| Jul 01 19:25:10.550 INFO CREATE DATASET: rpool/images/build/recovery/output
39692026-07-01T19:25:11.295Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39702026-07-01T19:25:11.319Z[verify-libraries] Running `target/debug/xtask verify-libraries`
39712026-07-01T19:25:11.337Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
39722026-07-01T19:25:11.341ZJul 01 19:25:10.820 INFO [stamp-ntp] process exited with exit status: 0 (416.946453ms)
39732026-07-01T19:25:11.368Z[ recovery-image] Jul 01 19:25:10.846 INFO O| Jul 01 19:25:10.846 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39742026-07-01T19:25:11.371Z[ recovery-image] Jul 01 19:25:10.850 INFO O| Jul 01 19:25:10.850 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39752026-07-01T19:25:11.476Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
39762026-07-01T19:25:11.480ZJul 01 19:25:10.959 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (556.906719ms)
39772026-07-01T19:25:11.616Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
39782026-07-01T19:25:11.620ZJul 01 19:25:11.099 INFO [stamp-external-dns] process exited with exit status: 0 (696.415854ms)
39792026-07-01T19:25:11.630Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
39802026-07-01T19:25:11.635ZJul 01 19:25:11.112 INFO [stamp-internal-dns] process exited with exit status: 0 (709.141853ms)
39812026-07-01T19:25:11.743Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
39822026-07-01T19:25:11.747ZJul 01 19:25:11.225 INFO [stamp-crucible-zone] process exited with exit status: 0 (821.953789ms)
39832026-07-01T19:25:11.827Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
39842026-07-01T19:25:11.831ZJul 01 19:25:11.310 INFO [stamp-oximeter] process exited with exit status: 0 (904.921641ms)
39852026-07-01T19:25:11.897Z[ recovery-image] Jul 01 19:25:11.376 INFO O| Jul 01 19:25:11.376 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
39862026-07-01T19:25:12.005Z[ recovery-image] Jul 01 19:25:11.483 INFO O| Jul 01 19:25:11.483 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39872026-07-01T19:25:12.005Z[ recovery-image] Jul 01 19:25:11.483 INFO O| Jul 01 19:25:11.483 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
39882026-07-01T19:25:12.008Z[ recovery-image] Jul 01 19:25:11.483 INFO O| Jul 01 19:25:11.483 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
39892026-07-01T19:25:12.008Z[ recovery-image] Jul 01 19:25:11.483 INFO O| Jul 01 19:25:11.483 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
39902026-07-01T19:25:12.010Z[ recovery-image] Jul 01 19:25:11.489 INFO O| Jul 01 19:25:11.489 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
39912026-07-01T19:25:12.454Z[ recovery-image] Jul 01 19:25:11.932 INFO O| Jul 01 19:25:11.932 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39922026-07-01T19:25:12.461Z[ recovery-image] Jul 01 19:25:11.940 INFO O| Jul 01 19:25:11.940 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
39932026-07-01T19:25:12.730Z[ recovery-image] Jul 01 19:25:12.208 INFO O| Jul 01 19:25:12.208 INFO O| Caching catalogs ... Done
39942026-07-01T19:25:12.795Z[ recovery-image] Jul 01 19:25:12.273 INFO O| Jul 01 19:25:12.273 INFO STEP 0 (pkg_image_create) COMPLETE
39952026-07-01T19:25:12.795Z[ recovery-image] Jul 01 19:25:12.273 INFO O| Jul 01 19:25:12.273 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39962026-07-01T19:25:12.803Z[ recovery-image] Jul 01 19:25:12.282 INFO O| Jul 01 19:25:12.282 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/3/dev/", "helios"]
39972026-07-01T19:25:13.065Z[ recovery-image] Jul 01 19:25:12.543 INFO O| Jul 01 19:25:12.543 INFO STEP 1 (pkg_set_publisher) COMPLETE
39982026-07-01T19:25:13.065Z[ recovery-image] Jul 01 19:25:12.543 INFO O| Jul 01 19:25:12.543 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39992026-07-01T19:25:13.065Z[ recovery-image] Jul 01 19:25:12.543 INFO O| Jul 01 19:25:12.543 INFO skip step because feature "publisher_1_name" is not enabled
40002026-07-01T19:25:13.068Z[ recovery-image] Jul 01 19:25:12.543 INFO O| Jul 01 19:25:12.543 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40012026-07-01T19:25:13.068Z[ recovery-image] Jul 01 19:25:12.543 INFO O| Jul 01 19:25:12.543 INFO skip step because feature "publisher_2_name" is not enabled
40022026-07-01T19:25:13.068Z[ recovery-image] Jul 01 19:25:12.543 INFO O| Jul 01 19:25:12.543 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40032026-07-01T19:25:13.069Z[ recovery-image] Jul 01 19:25:12.543 INFO O| Jul 01 19:25:12.543 INFO skip step because feature "publisher_3_name" is not enabled
40042026-07-01T19:25:13.069Z[ recovery-image] Jul 01 19:25:12.543 INFO O| Jul 01 19:25:12.543 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40052026-07-01T19:25:13.325Z[ recovery-image] Jul 01 19:25:12.804 INFO O| Jul 01 19:25:12.803 INFO variant opensolaris.zone is already global
40062026-07-01T19:25:13.325Z[ recovery-image] Jul 01 19:25:12.804 INFO O| Jul 01 19:25:12.803 INFO STEP 5 (pkg_change_variant) COMPLETE
40072026-07-01T19:25:13.330Z[ recovery-image] Jul 01 19:25:12.804 INFO O| Jul 01 19:25:12.803 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40082026-07-01T19:25:13.393Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40092026-07-01T19:25:13.396ZJul 01 19:25:12.875 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.47005402s)
40102026-07-01T19:25:13.584Z[ recovery-image] Jul 01 19:25:13.062 INFO O| Jul 01 19:25:13.062 INFO variant opensolaris.imagetype is full; changing to partial
40112026-07-01T19:25:13.584Z[ recovery-image] Jul 01 19:25:13.062 INFO O| Jul 01 19:25:13.062 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40122026-07-01T19:25:14.300Z[ host-image] Jul 01 19:25:13.779 INFO O| Jul 01 19:25:13.778 INFO O| Download: 5143/23767 items 46.2/222.4MB 20% complete (2.3M/s)
40132026-07-01T19:25:14.885Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40142026-07-01T19:25:14.889ZJul 01 19:25:14.367 INFO [stamp-nexus] process exited with exit status: 0 (3.965151836s)
40152026-07-01T19:25:15.341Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40162026-07-01T19:25:15.346ZJul 01 19:25:14.823 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.418635757s)
40172026-07-01T19:25:15.477Z[verify-libraries] Compiling match_cfg v0.1.0
40182026-07-01T19:25:15.477Z[verify-libraries] Compiling slog-json v2.6.1
40192026-07-01T19:25:15.480Z[verify-libraries] Compiling cpufeatures v0.3.0
40202026-07-01T19:25:15.480Z[verify-libraries] Compiling itertools v0.14.0
40212026-07-01T19:25:15.480Z[verify-libraries] Compiling progenitor-client v0.14.0
40222026-07-01T19:25:15.519Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40232026-07-01T19:25:15.522ZJul 01 19:25:15.001 INFO [stamp-clickhouse] process exited with exit status: 0 (4.597023251s)
40242026-07-01T19:25:15.526Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40252026-07-01T19:25:15.529ZJul 01 19:25:15.007 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.603438286s)
40262026-07-01T19:25:15.529ZJul 01 19:25:15.007 INFO [tuf-stamp] task succeeded (4.605938948s)
40272026-07-01T19:25:15.750Z[verify-libraries] Compiling hybrid-array v0.4.10
40282026-07-01T19:25:15.753Z[verify-libraries] Compiling structmeta-derive v0.3.0
40292026-07-01T19:25:15.753Z[verify-libraries] Compiling debug-ignore v1.0.5
40302026-07-01T19:25:15.753Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40312026-07-01T19:25:15.753Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40322026-07-01T19:25:15.753Z[verify-libraries] Compiling multer v3.1.0
40332026-07-01T19:25:15.753Z[verify-libraries] Compiling compression-core v0.4.31
40342026-07-01T19:25:15.753Z[verify-libraries] Compiling const-oid v0.10.2
40352026-07-01T19:25:15.914Z[verify-libraries] Compiling hostname v0.3.1
40362026-07-01T19:25:15.914Z[verify-libraries] Compiling async-stream-impl v0.3.6
40372026-07-01T19:25:15.958Z[verify-libraries] Compiling serde_spanned v1.1.1
40382026-07-01T19:25:15.961Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40392026-07-01T19:25:15.961Z[verify-libraries] Compiling dropshot v0.17.1
40402026-07-01T19:25:16.015Z[ recovery-image] Jul 01 19:25:15.494 INFO O| Jul 01 19:25:15.494 INFO O| Startup: Refreshing catalog 'helios' ... Done
40412026-07-01T19:25:16.021Z[verify-libraries] Compiling compression-codecs v0.4.37
40422026-07-01T19:25:16.044Z[verify-libraries] Compiling slog-bunyan v2.5.0
40432026-07-01T19:25:16.044Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40442026-07-01T19:25:16.044Z[verify-libraries] Compiling waitgroup v0.1.2
40452026-07-01T19:25:16.047Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40462026-07-01T19:25:16.132Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40472026-07-01T19:25:16.139Z[ recovery-image] Jul 01 19:25:15.618 INFO O| Jul 01 19:25:15.617 INFO O| Startup: Caching catalogs ... Done
40482026-07-01T19:25:16.145Z[ recovery-image] Jul 01 19:25:15.624 INFO O| Jul 01 19:25:15.624 INFO O| Planning: Planning completed in 0.00 seconds
40492026-07-01T19:25:16.148Z[ recovery-image] Jul 01 19:25:15.624 INFO O| Jul 01 19:25:15.624 INFO O| Planning: Consolidating action changes ... Done
40502026-07-01T19:25:16.148Z[ recovery-image] Jul 01 19:25:15.625 INFO O| Jul 01 19:25:15.625 INFO O| Planning: Evaluating mediators ... Done
40512026-07-01T19:25:16.148Z[ recovery-image] Jul 01 19:25:15.625 INFO O| Jul 01 19:25:15.625 INFO O| Planning: Planning completed in 0.00 seconds
40522026-07-01T19:25:16.149Z[ recovery-image] Jul 01 19:25:15.625 INFO O| Jul 01 19:25:15.625 INFO O| Variants/Facets to change: 1
40532026-07-01T19:25:16.155Z[verify-libraries] Compiling hostname v0.4.2
40542026-07-01T19:25:16.158Z[ recovery-image] Jul 01 19:25:15.635 INFO O| Jul 01 19:25:15.635 INFO O| Finalize: Updating package state database ... Done
40552026-07-01T19:25:16.158Z[ recovery-image] Jul 01 19:25:15.635 INFO O| Jul 01 19:25:15.635 INFO O| Finalize: Updating package cache ... Done
40562026-07-01T19:25:16.186Z[ recovery-image] Jul 01 19:25:15.661 INFO O| Jul 01 19:25:15.661 INFO O| Finalize: Updating image state ... Done
40572026-07-01T19:25:16.191Z[ recovery-image] Jul 01 19:25:15.667 INFO O| Jul 01 19:25:15.666 INFO O| Finalize: Creating fast lookup database ... Done
40582026-07-01T19:25:16.191Z[ recovery-image] Jul 01 19:25:15.669 INFO O| Jul 01 19:25:15.667 INFO O| Finalize: Reading search index ... Done
40592026-07-01T19:25:16.194Z[ recovery-image] Jul 01 19:25:15.669 INFO O| Jul 01 19:25:15.667 INFO O| Finalize: Updating search index ... Done
40602026-07-01T19:25:16.194Z[ recovery-image] Jul 01 19:25:15.669 INFO O| Jul 01 19:25:15.668 INFO O| Finalize: Updating package cache ... Done
40612026-07-01T19:25:16.225Z[verify-libraries] Compiling block-buffer v0.12.1
40622026-07-01T19:25:16.231Z[verify-libraries] Compiling crypto-common v0.2.2
40632026-07-01T19:25:16.270Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40642026-07-01T19:25:16.314Z[verify-libraries] Compiling async-compression v0.4.41
40652026-07-01T19:25:16.314Z[verify-libraries] Compiling atomicwrites v0.4.4
40662026-07-01T19:25:16.314Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
40672026-07-01T19:25:16.325Z[ recovery-image] Jul 01 19:25:15.803 INFO O| Jul 01 19:25:15.803 INFO STEP 6 (pkg_change_variant) COMPLETE
40682026-07-01T19:25:16.325Z[ recovery-image] Jul 01 19:25:15.803 INFO O| Jul 01 19:25:15.803 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40692026-07-01T19:25:16.328Z[ recovery-image] Jul 01 19:25:15.803 INFO O| Jul 01 19:25:15.803 INFO skip step because feature "debug_variant" is not enabled
40702026-07-01T19:25:16.328Z[ recovery-image] Jul 01 19:25:15.803 INFO O| Jul 01 19:25:15.803 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40712026-07-01T19:25:16.399Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40722026-07-01T19:25:16.399Z[verify-libraries] Compiling macaddr v1.0.1
40732026-07-01T19:25:16.403Z[verify-libraries] Compiling regress v0.10.5
40742026-07-01T19:25:16.403Z[verify-libraries] Compiling instant v0.1.13
40752026-07-01T19:25:16.496Z[verify-libraries] Compiling backon v1.6.0
40762026-07-01T19:25:16.569Z[verify-libraries] Compiling backoff v0.4.0
40772026-07-01T19:25:16.597Z[verify-libraries] Compiling humantime v2.3.0
40782026-07-01T19:25:16.620Z[verify-libraries] Compiling async-stream v0.3.6
40792026-07-01T19:25:16.620Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40802026-07-01T19:25:16.655Z[ recovery-image] Jul 01 19:25:16.133 INFO O| Jul 01 19:25:16.133 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40812026-07-01T19:25:16.684Z[verify-libraries] Compiling progenitor-extras v0.2.0
40822026-07-01T19:25:16.716Z[verify-libraries] Compiling convert_case v0.4.0
40832026-07-01T19:25:16.717Z[verify-libraries] Compiling half v2.7.1
40842026-07-01T19:25:16.758Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
40852026-07-01T19:25:16.761Z[verify-libraries] Compiling ciborium-io v0.2.2
40862026-07-01T19:25:16.812Z[verify-libraries] Compiling regress v0.11.1
40872026-07-01T19:25:16.899Z[verify-libraries] Compiling digest v0.11.3
40882026-07-01T19:25:16.931Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40892026-07-01T19:25:16.931Z[verify-libraries] Compiling structmeta v0.3.0
40902026-07-01T19:25:16.931Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
40912026-07-01T19:25:16.949Z[verify-libraries] Compiling indent_write v2.2.0
40922026-07-01T19:25:17.014Z[verify-libraries] Compiling universal-hash v0.5.1
40932026-07-01T19:25:17.014Z[verify-libraries] Compiling opaque-debug v0.3.1
40942026-07-01T19:25:17.092Z[verify-libraries] Compiling sha1 v0.11.0
40952026-07-01T19:25:17.113Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
40962026-07-01T19:25:17.132Z[verify-libraries] Compiling derive_more v0.99.20
40972026-07-01T19:25:17.136Z[verify-libraries] Compiling ciborium-ll v0.2.2
40982026-07-01T19:25:17.177Z[verify-libraries] Compiling aead v0.5.2
40992026-07-01T19:25:17.177Z[verify-libraries] Compiling secrecy v0.10.3
41002026-07-01T19:25:17.223Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41012026-07-01T19:25:17.264Z[verify-libraries] Compiling derive-ex v0.1.8
41022026-07-01T19:25:17.286Z[verify-libraries] Compiling parse-display-derive v0.10.0
41032026-07-01T19:25:17.374Z[verify-libraries] Compiling ciborium v0.2.2
41042026-07-01T19:25:17.398Z[verify-libraries] Compiling poly1305 v0.8.0
41052026-07-01T19:25:17.418Z[verify-libraries] Compiling chacha20 v0.9.1
41062026-07-01T19:25:17.418Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41072026-07-01T19:25:17.418Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41082026-07-01T19:25:17.480Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41092026-07-01T19:25:17.566Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41102026-07-01T19:25:17.624Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41112026-07-01T19:25:17.712Z[verify-libraries] Compiling byte-wrapper v0.1.0
41122026-07-01T19:25:17.835Z[ recovery-image] Jul 01 19:25:17.313 INFO O| Jul 01 19:25:17.313 INFO O| Startup: Refreshing catalog 'helios' ... Done
41132026-07-01T19:25:17.880Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41142026-07-01T19:25:17.957Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41152026-07-01T19:25:18.003Z[ recovery-image] Jul 01 19:25:17.478 INFO O| Jul 01 19:25:17.478 INFO O| Startup: Caching catalogs ... Done
41162026-07-01T19:25:18.006Z[ recovery-image] Jul 01 19:25:17.485 INFO O| Jul 01 19:25:17.485 INFO O| Planning: Planning completed in 0.00 seconds
41172026-07-01T19:25:18.009Z[ recovery-image] Jul 01 19:25:17.485 INFO O| Jul 01 19:25:17.485 INFO O| Planning: Consolidating action changes ... Done
41182026-07-01T19:25:18.009Z[ recovery-image] Jul 01 19:25:17.485 INFO O| Jul 01 19:25:17.485 INFO O| Planning: Evaluating mediators ... Done
41192026-07-01T19:25:18.009Z[ recovery-image] Jul 01 19:25:17.486 INFO O| Jul 01 19:25:17.485 INFO O| Planning: Planning completed in 0.00 seconds
41202026-07-01T19:25:18.009Z[ recovery-image] Jul 01 19:25:17.486 INFO O| Jul 01 19:25:17.486 INFO O| Variants/Facets to change: 1
41212026-07-01T19:25:18.012Z[verify-libraries] Compiling password-hash v0.5.0
41222026-07-01T19:25:18.019Z[ recovery-image] Jul 01 19:25:17.498 INFO O| Jul 01 19:25:17.498 INFO O| Finalize: Updating package state database ... Done
41232026-07-01T19:25:18.019Z[ recovery-image] Jul 01 19:25:17.498 INFO O| Jul 01 19:25:17.498 INFO O| Finalize: Updating package cache ... Done
41242026-07-01T19:25:18.045Z[ recovery-image] Jul 01 19:25:17.523 INFO O| Jul 01 19:25:17.523 INFO O| Finalize: Updating image state ... Done
41252026-07-01T19:25:18.051Z[ recovery-image] Jul 01 19:25:17.528 INFO O| Jul 01 19:25:17.528 INFO O| Finalize: Creating fast lookup database ... Done
41262026-07-01T19:25:18.054Z[ recovery-image] Jul 01 19:25:17.529 INFO O| Jul 01 19:25:17.529 INFO O| Finalize: Reading search index ... Done
41272026-07-01T19:25:18.054Z[ recovery-image] Jul 01 19:25:17.529 INFO O| Jul 01 19:25:17.529 INFO O| Finalize: Updating search index ... Done
41282026-07-01T19:25:18.054Z[ recovery-image] Jul 01 19:25:17.530 INFO O| Jul 01 19:25:17.530 INFO O| Finalize: Updating package cache ... Done
41292026-07-01T19:25:18.082Z[verify-libraries] Compiling blake2 v0.10.6
41302026-07-01T19:25:18.082Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41312026-07-01T19:25:18.159Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41322026-07-01T19:25:18.194Z[ recovery-image] Jul 01 19:25:17.672 INFO O| Jul 01 19:25:17.672 INFO STEP 8 (pkg_change_facet) COMPLETE
41332026-07-01T19:25:18.194Z[ recovery-image] Jul 01 19:25:17.672 INFO O| Jul 01 19:25:17.672 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41342026-07-01T19:25:18.197Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41352026-07-01T19:25:18.232Z[verify-libraries] Compiling rayon-core v1.13.0
41362026-07-01T19:25:18.351Z[verify-libraries] Compiling argon2 v0.5.3
41372026-07-01T19:25:18.384Z[verify-libraries] Compiling glob v0.3.3
41382026-07-01T19:25:18.451Z[verify-libraries] Compiling typify-impl v0.6.2
41392026-07-01T19:25:18.488Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41402026-07-01T19:25:18.508Z[ recovery-image] Jul 01 19:25:17.986 INFO O| Jul 01 19:25:17.986 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41412026-07-01T19:25:18.673Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41422026-07-01T19:25:18.887Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41432026-07-01T19:25:19.018Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41442026-07-01T19:25:19.147Z[verify-libraries] Compiling test-strategy v0.4.5
41452026-07-01T19:25:19.167Z[verify-libraries] Compiling vsss-rs v3.3.4
41462026-07-01T19:25:19.223Z[verify-libraries] Compiling parse-display v0.10.0
41472026-07-01T19:25:19.280Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41482026-07-01T19:25:19.420Z[verify-libraries] Compiling usdt-macro v0.5.0
41492026-07-01T19:25:19.486Z[ host-image] Jul 01 19:25:18.936 INFO O| Jul 01 19:25:18.936 INFO O| Download: 7240/23767 items 49.6/222.4MB 22% complete (1.4M/s)
41502026-07-01T19:25:19.505Z[verify-libraries] Compiling memmap v0.7.0
41512026-07-01T19:25:19.592Z[verify-libraries] Compiling heapless v0.8.0
41522026-07-01T19:25:19.637Z[verify-libraries] Compiling proc-macro-error v1.0.4
41532026-07-01T19:25:19.693Z[verify-libraries] Compiling ingot-macros v0.1.1
41542026-07-01T19:25:19.756Z[verify-libraries] Compiling tabwriter v1.4.1
41552026-07-01T19:25:19.768Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41562026-07-01T19:25:19.804Z[verify-libraries] Compiling hash32 v0.3.1
41572026-07-01T19:25:19.848Z[verify-libraries] Compiling smoltcp v0.11.0
41582026-07-01T19:25:19.875Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41592026-07-01T19:25:19.917Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41602026-07-01T19:25:19.956Z[verify-libraries] Compiling num_enum_derive v0.7.6
41612026-07-01T19:25:20.011Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41622026-07-01T19:25:20.011Z[verify-libraries] Compiling toml v0.8.23
41632026-07-01T19:25:20.056Z[verify-libraries] Compiling cobs v0.3.0
41642026-07-01T19:25:20.074Z[verify-libraries] Compiling colored v3.1.1
41652026-07-01T19:25:20.289Z[verify-libraries] Compiling usdt v0.5.0
41662026-07-01T19:25:20.313Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41672026-07-01T19:25:20.314Z[verify-libraries] Compiling postcard v1.1.3
41682026-07-01T19:25:20.355Z[verify-libraries] Compiling rayon v1.11.0
41692026-07-01T19:25:20.399Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41702026-07-01T19:25:20.508Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
41712026-07-01T19:25:20.586Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41722026-07-01T19:25:20.620Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41732026-07-01T19:25:20.680Z[ recovery-image] Jul 01 19:25:20.159 INFO O| Jul 01 19:25:20.159 INFO O| Startup: Refreshing catalog 'helios' ... Done
41742026-07-01T19:25:20.742Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
41752026-07-01T19:25:20.742Z[verify-libraries] Compiling foreign-types-shared v0.3.1
41762026-07-01T19:25:20.822Z[ recovery-image] Jul 01 19:25:20.300 INFO O| Jul 01 19:25:20.300 INFO O| Startup: Caching catalogs ... Done
41772026-07-01T19:25:20.830Z[ recovery-image] Jul 01 19:25:20.307 INFO O| Jul 01 19:25:20.307 INFO O| Planning: Planning completed in 0.00 seconds
41782026-07-01T19:25:20.839Z[ recovery-image] Jul 01 19:25:20.308 INFO O| Jul 01 19:25:20.308 INFO O| Planning: Consolidating action changes ... Done
41792026-07-01T19:25:20.839Z[ recovery-image] Jul 01 19:25:20.308 INFO O| Jul 01 19:25:20.308 INFO O| Planning: Evaluating mediators ... Done
41802026-07-01T19:25:20.839Z[ recovery-image] Jul 01 19:25:20.308 INFO O| Jul 01 19:25:20.308 INFO O| Planning: Planning completed in 0.00 seconds
41812026-07-01T19:25:20.839Z[ recovery-image] Jul 01 19:25:20.308 INFO O| Jul 01 19:25:20.308 INFO O| Variants/Facets to change: 1
41822026-07-01T19:25:20.851Z[ recovery-image] Jul 01 19:25:20.326 INFO O| Jul 01 19:25:20.326 INFO O| Finalize: Updating package state database ... Done
41832026-07-01T19:25:20.851Z[ recovery-image] Jul 01 19:25:20.326 INFO O| Jul 01 19:25:20.326 INFO O| Finalize: Updating package cache ... Done
41842026-07-01T19:25:20.877Z[ recovery-image] Jul 01 19:25:20.354 INFO O| Jul 01 19:25:20.354 INFO O| Finalize: Updating image state ... Done
41852026-07-01T19:25:20.880Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
41862026-07-01T19:25:20.883Z[ recovery-image] Jul 01 19:25:20.360 INFO O| Jul 01 19:25:20.360 INFO O| Finalize: Creating fast lookup database ... Done
41872026-07-01T19:25:20.883Z[ recovery-image] Jul 01 19:25:20.360 INFO O| Jul 01 19:25:20.360 INFO O| Finalize: Reading search index ... Done
41882026-07-01T19:25:20.884Z[ recovery-image] Jul 01 19:25:20.360 INFO O| Jul 01 19:25:20.360 INFO O| Finalize: Updating search index ... Done
41892026-07-01T19:25:20.887Z[ recovery-image] Jul 01 19:25:20.361 INFO O| Jul 01 19:25:20.361 INFO O| Finalize: Updating package cache ... Done
41902026-07-01T19:25:20.904Z[verify-libraries] Compiling num_enum_derive v0.5.11
41912026-07-01T19:25:20.904Z[verify-libraries] Compiling chacha20 v0.10.0
41922026-07-01T19:25:20.978Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
41932026-07-01T19:25:21.024Z[verify-libraries] Compiling num-derive v0.4.2
41942026-07-01T19:25:21.027Z[ recovery-image] Jul 01 19:25:20.503 INFO O| Jul 01 19:25:20.503 INFO STEP 9 (pkg_change_facet) COMPLETE
41952026-07-01T19:25:21.027Z[ recovery-image] Jul 01 19:25:20.503 INFO O| Jul 01 19:25:20.503 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41962026-07-01T19:25:21.091Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
41972026-07-01T19:25:21.151Z[verify-libraries] Compiling num_enum v0.7.6
41982026-07-01T19:25:21.151Z[verify-libraries] Compiling cstr-argument v0.1.2
41992026-07-01T19:25:21.341Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42002026-07-01T19:25:21.347Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42012026-07-01T19:25:21.347Z[verify-libraries] Compiling foreign-types v0.5.0
42022026-07-01T19:25:21.347Z[ recovery-image] Jul 01 19:25:20.821 INFO O| Jul 01 19:25:20.821 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42032026-07-01T19:25:21.431Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42042026-07-01T19:25:21.469Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42052026-07-01T19:25:21.494Z[verify-libraries] Compiling rand v0.10.0
42062026-07-01T19:25:21.520Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42072026-07-01T19:25:21.539Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42082026-07-01T19:25:21.637Z[verify-libraries] Compiling sigpipe v0.1.3
42092026-07-01T19:25:21.660Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42102026-07-01T19:25:21.683Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42112026-07-01T19:25:21.708Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42122026-07-01T19:25:21.759Z[verify-libraries] Compiling itertools v0.12.1
42132026-07-01T19:25:21.780Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42142026-07-01T19:25:21.875Z[verify-libraries] Compiling smf v0.2.3
42152026-07-01T19:25:21.943Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42162026-07-01T19:25:21.974Z[verify-libraries] Compiling whoami v1.6.1
42172026-07-01T19:25:22.038Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42182026-07-01T19:25:22.059Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42192026-07-01T19:25:22.091Z[verify-libraries] Compiling num_enum v0.5.11
42202026-07-01T19:25:22.214Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42212026-07-01T19:25:22.326Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42222026-07-01T19:25:22.353Z[verify-libraries] Compiling derive-where v1.6.0
42232026-07-01T19:25:22.444Z[verify-libraries] Compiling owo-colors v4.3.0
42242026-07-01T19:25:22.500Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42252026-07-01T19:25:22.500Z[verify-libraries] Compiling gethostname v0.5.0
42262026-07-01T19:25:22.573Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42272026-07-01T19:25:22.600Z[verify-libraries] Compiling libsw-core v0.3.2
42282026-07-01T19:25:22.605Z[ recovery-image] Jul 01 19:25:22.078 INFO O| Jul 01 19:25:22.078 INFO O| Startup: Refreshing catalog 'helios' ... Done
42292026-07-01T19:25:22.639Z[verify-libraries] Compiling console v0.15.11
42302026-07-01T19:25:22.671Z[verify-libraries] Compiling linear-map v1.2.0
42312026-07-01T19:25:22.711Z[verify-libraries] Compiling ingot-types v0.1.2
42322026-07-01T19:25:22.739Z[ recovery-image] Jul 01 19:25:22.217 INFO O| Jul 01 19:25:22.217 INFO O| Startup: Caching catalogs ... Done
42332026-07-01T19:25:22.748Z[ recovery-image] Jul 01 19:25:22.224 INFO O| Jul 01 19:25:22.224 INFO O| Planning: Planning completed in 0.00 seconds
42342026-07-01T19:25:22.754Z[ recovery-image] Jul 01 19:25:22.225 INFO O| Jul 01 19:25:22.225 INFO O| Planning: Consolidating action changes ... Done
42352026-07-01T19:25:22.754Z[ recovery-image] Jul 01 19:25:22.225 INFO O| Jul 01 19:25:22.225 INFO O| Planning: Evaluating mediators ... Done
42362026-07-01T19:25:22.754Z[ recovery-image] Jul 01 19:25:22.225 INFO O| Jul 01 19:25:22.225 INFO O| Planning: Planning completed in 0.00 seconds
42372026-07-01T19:25:22.754Z[ recovery-image] Jul 01 19:25:22.226 INFO O| Jul 01 19:25:22.226 INFO O| Variants/Facets to change: 1
42382026-07-01T19:25:22.758Z[ recovery-image] Jul 01 19:25:22.236 INFO O| Jul 01 19:25:22.236 INFO O| Finalize: Updating package state database ... Done
42392026-07-01T19:25:22.758Z[ recovery-image] Jul 01 19:25:22.236 INFO O| Jul 01 19:25:22.236 INFO O| Finalize: Updating package cache ... Done
42402026-07-01T19:25:22.770Z[verify-libraries] Compiling newline-converter v0.3.0
42412026-07-01T19:25:22.782Z[ recovery-image] Jul 01 19:25:22.260 INFO O| Jul 01 19:25:22.260 INFO O| Finalize: Updating image state ... Done
42422026-07-01T19:25:22.789Z[ recovery-image] Jul 01 19:25:22.265 INFO O| Jul 01 19:25:22.265 INFO O| Finalize: Creating fast lookup database ... Done
42432026-07-01T19:25:22.796Z[ recovery-image] Jul 01 19:25:22.266 INFO O| Jul 01 19:25:22.266 INFO O| Finalize: Reading search index ... Done
42442026-07-01T19:25:22.796Z[ recovery-image] Jul 01 19:25:22.266 INFO O| Jul 01 19:25:22.266 INFO O| Finalize: Updating search index ... Done
42452026-07-01T19:25:22.796Z[ recovery-image] Jul 01 19:25:22.267 INFO O| Jul 01 19:25:22.267 INFO O| Finalize: Updating package cache ... Done
42462026-07-01T19:25:22.840Z[verify-libraries] Compiling libsw v3.5.0
42472026-07-01T19:25:22.921Z[verify-libraries] Compiling resolv-conf v0.7.6
42482026-07-01T19:25:22.928Z[ recovery-image] Jul 01 19:25:22.407 INFO O| Jul 01 19:25:22.407 INFO STEP 10 (pkg_change_facet) COMPLETE
42492026-07-01T19:25:22.928Z[ recovery-image] Jul 01 19:25:22.407 INFO O| Jul 01 19:25:22.407 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42502026-07-01T19:25:22.939Z[ recovery-image] Jul 01 19:25:22.417 INFO O| Jul 01 19:25:22.417 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/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@21.0.0.0"]
42512026-07-01T19:25:22.944Z[verify-libraries] Compiling zone v0.3.1
42522026-07-01T19:25:22.949Z[verify-libraries] Compiling num-rational v0.4.2
42532026-07-01T19:25:23.031Z[verify-libraries] Compiling expectorate v1.2.0
42542026-07-01T19:25:23.067Z[verify-libraries] Compiling num-complex v0.4.6
42552026-07-01T19:25:23.072Z[verify-libraries] Compiling slog-dtrace v0.3.0
42562026-07-01T19:25:23.197Z[verify-libraries] Compiling ingot v0.1.1
42572026-07-01T19:25:23.242Z[verify-libraries] Compiling prettyplease v0.2.37
42582026-07-01T19:25:23.267Z[verify-libraries] Compiling float-ord v0.3.2
42592026-07-01T19:25:23.293Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42602026-07-01T19:25:23.318Z[verify-libraries] Compiling typify-macro v0.6.2
42612026-07-01T19:25:23.322Z[verify-libraries] Compiling linked-hash-map v0.5.6
42622026-07-01T19:25:23.454Z[verify-libraries] Compiling num v0.4.3
42632026-07-01T19:25:23.491Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42642026-07-01T19:25:23.576Z[verify-libraries] Compiling lru-cache v0.1.2
42652026-07-01T19:25:23.630Z[verify-libraries] Compiling hickory-proto v0.24.4
42662026-07-01T19:25:23.630Z[verify-libraries] Compiling convert_case v0.10.0
42672026-07-01T19:25:23.693Z[ recovery-image] Jul 01 19:25:23.169 INFO O| Jul 01 19:25:23.169 INFO O| Startup: Refreshing catalog 'helios' ... Done
42682026-07-01T19:25:23.697Z[verify-libraries] Compiling display-error-chain v0.2.2
42692026-07-01T19:25:23.790Z[verify-libraries] Compiling minimal-lexical v0.2.1
42702026-07-01T19:25:23.790Z[verify-libraries] Compiling unicode-xid v0.2.6
42712026-07-01T19:25:23.873Z[verify-libraries] Compiling tabled_derive v0.7.0
42722026-07-01T19:25:23.898Z[ recovery-image] Jul 01 19:25:23.377 INFO O| Jul 01 19:25:23.377 INFO O| Startup: Caching catalogs ... Done
42732026-07-01T19:25:23.916Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
42742026-07-01T19:25:23.943Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42752026-07-01T19:25:23.980Z[verify-libraries] Compiling fd-lock v4.0.4
42762026-07-01T19:25:23.985Z[verify-libraries] Compiling vte v0.14.1
42772026-07-01T19:25:24.031Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42782026-07-01T19:25:24.127Z[verify-libraries] Compiling derive_more-impl v2.1.1
42792026-07-01T19:25:24.177Z[verify-libraries] Compiling nom v7.1.3
42802026-07-01T19:25:24.218Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42812026-07-01T19:25:24.280Z[verify-libraries] Compiling stacker v0.1.23
42822026-07-01T19:25:24.445Z[verify-libraries] Compiling reedline v0.40.0
42832026-07-01T19:25:24.468Z[ recovery-image] Jul 01 19:25:23.945 INFO O| Jul 01 19:25:23.944 INFO O| Planning: Solver setup ... Done
42842026-07-01T19:25:24.485Z[ recovery-image] Jul 01 19:25:23.964 INFO O| Jul 01 19:25:23.964 INFO O| Planning: Running solver ... Done
42852026-07-01T19:25:24.489Z[ host-image] Jul 01 19:25:23.965 INFO O| Jul 01 19:25:23.965 INFO O| Download: 8634/23767 items 63.2/222.4MB 28% complete (1.7M/s)
42862026-07-01T19:25:24.502Z[ recovery-image] Jul 01 19:25:23.977 INFO O| Jul 01 19:25:23.977 INFO O| Planning: Finding local manifests ... Done
42872026-07-01T19:25:24.503Z[verify-libraries] Compiling cfg_aliases v0.1.1
42882026-07-01T19:25:24.525Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42892026-07-01T19:25:24.528Z[ recovery-image] Jul 01 19:25:24.005 INFO O| Jul 01 19:25:24.005 INFO O| Planning: Fetching manifests: 0/128 0% complete
42902026-07-01T19:25:24.618Z[verify-libraries] Compiling nix v0.28.0
42912026-07-01T19:25:24.705Z[verify-libraries] Compiling termtree v0.5.1
42922026-07-01T19:25:24.732Z[verify-libraries] Compiling home v0.5.12
42932026-07-01T19:25:24.894Z[verify-libraries] Compiling psm v0.1.30
42942026-07-01T19:25:24.913Z[verify-libraries] Compiling semver v0.1.20
42952026-07-01T19:25:24.937Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42962026-07-01T19:25:24.992Z[verify-libraries] Compiling phf_shared v0.12.1
42972026-07-01T19:25:24.995Z[verify-libraries] Compiling tabled v0.15.0
42982026-07-01T19:25:25.039Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42992026-07-01T19:25:25.083Z[verify-libraries] Compiling derive_more v2.1.1
43002026-07-01T19:25:25.210Z[verify-libraries] Compiling crossterm v0.29.0
43012026-07-01T19:25:25.241Z[verify-libraries] Compiling rustc_version v0.1.7
43022026-07-01T19:25:25.298Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43032026-07-01T19:25:25.301Z[verify-libraries] Compiling nibble_vec v0.1.0
43042026-07-01T19:25:25.352Z[verify-libraries] Compiling typify v0.6.2
43052026-07-01T19:25:25.461Z[verify-libraries] Compiling progenitor-impl v0.14.0
43062026-07-01T19:25:25.514Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43072026-07-01T19:25:25.538Z[verify-libraries] Compiling highway v1.3.0
43082026-07-01T19:25:25.613Z[verify-libraries] Compiling endian-type v0.1.2
43092026-07-01T19:25:25.654Z[verify-libraries] Compiling chrono-tz v0.10.4
43102026-07-01T19:25:25.761Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43112026-07-01T19:25:25.783Z[verify-libraries] Compiling newtype_derive v0.1.6
43122026-07-01T19:25:25.811Z[verify-libraries] Compiling radix_trie v0.2.1
43132026-07-01T19:25:25.949Z[verify-libraries] Compiling recursive v0.1.1
43142026-07-01T19:25:25.974Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43152026-07-01T19:25:26.085Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43162026-07-01T19:25:26.123Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43172026-07-01T19:25:26.126Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43182026-07-01T19:25:26.185Z[verify-libraries] Compiling hickory-resolver v0.24.4
43192026-07-01T19:25:26.319Z[verify-libraries] Compiling phf v0.12.1
43202026-07-01T19:25:26.430Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43212026-07-01T19:25:26.480Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43222026-07-01T19:25:26.509Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43232026-07-01T19:25:26.540Z[verify-libraries] Compiling peg-macros v0.8.5
43242026-07-01T19:25:27.087Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43252026-07-01T19:25:27.277Z[ recovery-image] Jul 01 19:25:26.755 INFO O| Jul 01 19:25:26.755 INFO O| Planning: Fetching manifests: 128/128 100% complete
43262026-07-01T19:25:27.280Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43272026-07-01T19:25:27.334Z[verify-libraries] Compiling qorb v0.4.1
43282026-07-01T19:25:27.445Z[verify-libraries] Compiling csv-core v0.1.13
43292026-07-01T19:25:27.475Z[verify-libraries] Compiling winnow v0.6.26
43302026-07-01T19:25:27.661Z[verify-libraries] Compiling unicode_categories v0.1.1
43312026-07-01T19:25:27.802Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43322026-07-01T19:25:27.805Z[verify-libraries] Compiling textwrap v0.16.2
43332026-07-01T19:25:27.845Z[ recovery-image] Jul 01 19:25:27.323 INFO O| Jul 01 19:25:27.323 INFO O| Planning: Package planning ... Done
43342026-07-01T19:25:27.887Z[verify-libraries] Compiling csv v1.4.0
43352026-07-01T19:25:27.963Z[verify-libraries] Compiling const_format v0.2.35
43362026-07-01T19:25:27.996Z[ recovery-image] Jul 01 19:25:27.475 INFO O| Jul 01 19:25:27.475 INFO O| Planning: Merging actions ... Done
43372026-07-01T19:25:28.068Z[ recovery-image] Jul 01 19:25:27.546 INFO O| Jul 01 19:25:27.546 INFO O| Planning: Checking for conflicting actions ... Done
43382026-07-01T19:25:28.105Z[verify-libraries] Compiling peg v0.8.5
43392026-07-01T19:25:28.170Z[ recovery-image] Jul 01 19:25:27.601 INFO O| Jul 01 19:25:27.601 INFO O| Planning: Consolidating action changes ... Done
43402026-07-01T19:25:28.178Z[verify-libraries] Compiling sqlparser v0.61.0
43412026-07-01T19:25:28.237Z[verify-libraries] Compiling progenitor-macro v0.14.0
43422026-07-01T19:25:28.268Z[verify-libraries] Compiling rustyline v14.0.0
43432026-07-01T19:25:28.272Z[ recovery-image] Jul 01 19:25:27.749 INFO O| Jul 01 19:25:27.749 INFO O| Planning: Evaluating mediators ... Done
43442026-07-01T19:25:28.338Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43452026-07-01T19:25:28.461Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43462026-07-01T19:25:28.532Z[verify-libraries] Compiling bcs v0.1.6
43472026-07-01T19:25:28.553Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43482026-07-01T19:25:28.635Z[verify-libraries] Compiling nom v8.0.0
43492026-07-01T19:25:28.795Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43502026-07-01T19:25:28.929Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43512026-07-01T19:25:28.956Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43522026-07-01T19:25:28.979Z[verify-libraries] Compiling sqlformat v0.3.5
43532026-07-01T19:25:29.075Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
43542026-07-01T19:25:29.180Z[verify-libraries] Compiling base64 v0.21.7
43552026-07-01T19:25:29.487Z[ host-image] Jul 01 19:25:28.966 INFO O| Jul 01 19:25:28.965 INFO O| Download: 9702/23767 items 82.9/222.4MB 37% complete (3.2M/s)
43562026-07-01T19:25:29.567Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43572026-07-01T19:25:29.612Z[verify-libraries] Compiling steno v0.4.1
43582026-07-01T19:25:29.732Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43592026-07-01T19:25:29.793Z[ recovery-image] Jul 01 19:25:29.272 INFO O| Jul 01 19:25:29.272 INFO O| Planning: Planning completed in 5.89 seconds
43602026-07-01T19:25:29.797Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43612026-07-01T19:25:29.797Z[ recovery-image] Jul 01 19:25:29.274 INFO O| Jul 01 19:25:29.274 INFO O| Packages to install: 128
43622026-07-01T19:25:29.797Z[ recovery-image] Jul 01 19:25:29.274 INFO O| Jul 01 19:25:29.274 INFO O| Mediators to change: 5
43632026-07-01T19:25:29.797Z[ recovery-image] Jul 01 19:25:29.274 INFO O| Jul 01 19:25:29.274 INFO O| Services to change: 5
43642026-07-01T19:25:29.825Z[ recovery-image] Jul 01 19:25:29.303 INFO O| Jul 01 19:25:29.303 INFO O| Download: 0/16572 items 0.0/199.6MB 0% complete
43652026-07-01T19:25:29.828Z[verify-libraries] Compiling utf-8 v0.7.6
43662026-07-01T19:25:29.896Z[verify-libraries] Compiling tagptr v0.2.0
43672026-07-01T19:25:29.927Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43682026-07-01T19:25:29.995Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43692026-07-01T19:25:30.062Z[verify-libraries] Compiling moka v0.12.13
43702026-07-01T19:25:30.091Z[verify-libraries] Compiling tungstenite v0.21.0
43712026-07-01T19:25:30.120Z[verify-libraries] Compiling radium v0.7.0
43722026-07-01T19:25:30.161Z[verify-libraries] Compiling ron v0.8.1
43732026-07-01T19:25:30.185Z[verify-libraries] Compiling tap v1.0.1
43742026-07-01T19:25:30.259Z[verify-libraries] Compiling maybe-uninit v2.0.0
43752026-07-01T19:25:30.286Z[verify-libraries] Compiling zerocopy-derive v0.6.6
43762026-07-01T19:25:30.359Z[verify-libraries] Compiling wyz v0.5.1
43772026-07-01T19:25:30.607Z[verify-libraries] Compiling packed_struct v0.10.1
43782026-07-01T19:25:30.672Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
43792026-07-01T19:25:30.736Z[verify-libraries] Compiling crc-catalog v2.4.0
43802026-07-01T19:25:30.841Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
43812026-07-01T19:25:30.854Z[verify-libraries] Compiling hickory-resolver v0.25.2
43822026-07-01T19:25:30.931Z[verify-libraries] Compiling funty v2.0.0
43832026-07-01T19:25:31.001Z[verify-libraries] Compiling crc v3.4.0
43842026-07-01T19:25:31.052Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
43852026-07-01T19:25:31.174Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
43862026-07-01T19:25:31.230Z[verify-libraries] Compiling bitfield-macros v0.19.4
43872026-07-01T19:25:31.254Z[verify-libraries] Compiling zerocopy v0.6.6
43882026-07-01T19:25:31.254Z[verify-libraries] Compiling indexmap v1.9.3
43892026-07-01T19:25:31.292Z[verify-libraries] Compiling libefi-sys v0.1.0
43902026-07-01T19:25:31.292Z[verify-libraries] Compiling nodrop v0.1.14
43912026-07-01T19:25:31.415Z[verify-libraries] Compiling bitvec v1.0.1
43922026-07-01T19:25:31.588Z[verify-libraries] Compiling array-init v0.0.4
43932026-07-01T19:25:31.622Z[verify-libraries] Compiling smallvec v0.6.14
43942026-07-01T19:25:31.622Z[verify-libraries] Compiling bitfield-struct v0.6.2
43952026-07-01T19:25:31.646Z[verify-libraries] Compiling hashbrown v0.12.3
43962026-07-01T19:25:31.878Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43972026-07-01T19:25:32.008Z[verify-libraries] Compiling serde-hex v0.1.0
43982026-07-01T19:25:32.029Z[verify-libraries] Compiling bitfield v0.19.4
43992026-07-01T19:25:32.408Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44002026-07-01T19:25:32.419Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44012026-07-01T19:25:32.419Z[verify-libraries] Compiling hashbrown v0.13.2
44022026-07-01T19:25:32.607Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44032026-07-01T19:25:32.630Z[verify-libraries] Compiling crc-any v2.5.0
44042026-07-01T19:25:32.650Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44052026-07-01T19:25:32.723Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44062026-07-01T19:25:32.744Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44072026-07-01T19:25:32.851Z[verify-libraries] Compiling path-slash v0.1.5
44082026-07-01T19:25:32.969Z[verify-libraries] Compiling object v0.30.4
44092026-07-01T19:25:33.020Z[verify-libraries] Compiling xshell-macros v0.2.7
44102026-07-01T19:25:33.058Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44112026-07-01T19:25:33.166Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44122026-07-01T19:25:33.189Z[verify-libraries] Compiling num-derive v0.3.3
44132026-07-01T19:25:33.192Z[verify-libraries] Compiling subprocess v0.2.15
44142026-07-01T19:25:33.511Z[verify-libraries] Compiling xshell v0.2.7
44152026-07-01T19:25:33.515Z[verify-libraries] Compiling progenitor v0.14.0
44162026-07-01T19:25:33.586Z[verify-libraries] Compiling papergrid v0.17.0
44172026-07-01T19:25:33.667Z[verify-libraries] Compiling testing_table v0.3.0
44182026-07-01T19:25:33.690Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44192026-07-01T19:25:33.717Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44202026-07-01T19:25:33.897Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44212026-07-01T19:25:33.930Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44222026-07-01T19:25:34.027Z[verify-libraries] Compiling progenitor-impl v0.13.0
44232026-07-01T19:25:34.110Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44242026-07-01T19:25:34.145Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44252026-07-01T19:25:34.253Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44262026-07-01T19:25:34.306Z[verify-libraries] Compiling tabled_derive v0.11.0
44272026-07-01T19:25:34.331Z[verify-libraries] Compiling libscf-sys v1.1.0
44282026-07-01T19:25:34.353Z[verify-libraries] Compiling headers-core v0.3.0
44292026-07-01T19:25:34.433Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44302026-07-01T19:25:34.507Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44312026-07-01T19:25:34.528Z[verify-libraries] Compiling unicase v2.9.0
44322026-07-01T19:25:34.743Z[verify-libraries] Compiling headers v0.4.1
44332026-07-01T19:25:34.766Z[verify-libraries] Compiling progenitor-client v0.13.0
44342026-07-01T19:25:34.819Z[ host-image] Jul 01 19:25:34.297 INFO O| Jul 01 19:25:34.297 INFO O| Download: 10929/23767 items 96.3/222.4MB 43% complete (3.3M/s)
44352026-07-01T19:25:34.827Z[ recovery-image] Jul 01 19:25:34.304 INFO O| Jul 01 19:25:34.304 INFO O| Download: 1006/16572 items 7.9/199.6MB 3% complete (2.2M/s)
44362026-07-01T19:25:34.978Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44372026-07-01T19:25:35.009Z[verify-libraries] Compiling maplit v1.0.2
44382026-07-01T19:25:35.118Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44392026-07-01T19:25:35.139Z[verify-libraries] Compiling yasna v0.5.2
44402026-07-01T19:25:35.139Z[verify-libraries] Compiling crc8 v0.1.1
44412026-07-01T19:25:35.302Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
44422026-07-01T19:25:35.401Z[verify-libraries] Compiling vergen-lib v0.1.6
44432026-07-01T19:25:35.558Z[verify-libraries] Compiling tabled v0.20.0
44442026-07-01T19:25:35.579Z[verify-libraries] Compiling diesel_derives v2.3.7
44452026-07-01T19:25:35.608Z[verify-libraries] Compiling rcgen v0.12.1
44462026-07-01T19:25:35.669Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44472026-07-01T19:25:35.697Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44482026-07-01T19:25:35.856Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44492026-07-01T19:25:35.876Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44502026-07-01T19:25:36.074Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44512026-07-01T19:25:36.096Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44522026-07-01T19:25:36.119Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44532026-07-01T19:25:36.172Z[verify-libraries] Compiling half v1.8.3
44542026-07-01T19:25:36.215Z[verify-libraries] Compiling r2d2 v0.8.10
44552026-07-01T19:25:36.274Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
44562026-07-01T19:25:36.361Z[verify-libraries] Compiling git-stub v1.0.0
44572026-07-01T19:25:36.467Z[verify-libraries] Compiling serde_cbor v0.11.2
44582026-07-01T19:25:36.487Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44592026-07-01T19:25:36.514Z[verify-libraries] Compiling downcast-rs v2.0.2
44602026-07-01T19:25:36.535Z[verify-libraries] Compiling crunchy v0.2.4
44612026-07-01T19:25:36.661Z[verify-libraries] Compiling dirs-next v2.0.0
44622026-07-01T19:25:36.678Z[verify-libraries] Compiling git-stub-vcs v0.1.0
44632026-07-01T19:25:36.726Z[verify-libraries] Compiling progenitor-macro v0.13.0
44642026-07-01T19:25:36.813Z[verify-libraries] Compiling clang-sys v1.8.1
44652026-07-01T19:25:36.841Z[verify-libraries] Compiling tiny-keccak v2.0.2
44662026-07-01T19:25:36.911Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44672026-07-01T19:25:37.042Z[verify-libraries] Compiling term v0.7.0
44682026-07-01T19:25:37.094Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44692026-07-01T19:25:37.163Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44702026-07-01T19:25:37.272Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44712026-07-01T19:25:37.342Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44722026-07-01T19:25:37.418Z[verify-libraries] Compiling bit-vec v0.6.3
44732026-07-01T19:25:37.487Z[verify-libraries] Compiling diff v0.1.13
44742026-07-01T19:25:37.652Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44752026-07-01T19:25:37.658Z[verify-libraries] Compiling bit-set v0.5.3
44762026-07-01T19:25:37.725Z[verify-libraries] Compiling ascii-canvas v3.0.0
44772026-07-01T19:25:37.864Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44782026-07-01T19:25:38.023Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44792026-07-01T19:25:38.045Z[verify-libraries] Compiling itertools v0.10.5
44802026-07-01T19:25:38.258Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
44812026-07-01T19:25:38.279Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44822026-07-01T19:25:38.379Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44832026-07-01T19:25:38.409Z[verify-libraries] Compiling ena v0.14.4
44842026-07-01T19:25:38.613Z[verify-libraries] Compiling libloading v0.8.9
44852026-07-01T19:25:38.668Z[verify-libraries] Compiling regex-syntax v0.6.29
44862026-07-01T19:25:38.698Z[verify-libraries] Compiling bindgen v0.71.1
44872026-07-01T19:25:39.102Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
44882026-07-01T19:25:39.290Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44892026-07-01T19:25:39.518Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
44902026-07-01T19:25:39.566Z[verify-libraries] Compiling cexpr v0.6.0
44912026-07-01T19:25:39.800Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44922026-07-01T19:25:39.820Z[ host-image] Jul 01 19:25:39.298 INFO O| Jul 01 19:25:39.298 INFO O| Download: 11547/23767 items 98.6/222.4MB 44% complete (1.1M/s)
44932026-07-01T19:25:40.088Z[verify-libraries] Compiling lalrpop v0.19.12
44942026-07-01T19:25:40.590Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
44952026-07-01T19:25:40.612Z[verify-libraries] Compiling rustc-hash v2.1.1
44962026-07-01T19:25:40.890Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44972026-07-01T19:25:40.901Z[verify-libraries] Compiling libxml v0.3.3
44982026-07-01T19:25:40.957Z[verify-libraries] Compiling arc-swap v1.8.2
44992026-07-01T19:25:41.187Z[ recovery-image] Jul 01 19:25:40.661 INFO O| Jul 01 19:25:40.661 INFO O| Download: 1325/16572 items 19.6/199.6MB 9% complete (2.0M/s)
45002026-07-01T19:25:41.248Z[verify-libraries] Compiling slog-scope v4.4.1
45012026-07-01T19:25:41.381Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45022026-07-01T19:25:41.582Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45032026-07-01T19:25:41.612Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45042026-07-01T19:25:41.616Z[verify-libraries] Compiling strum_macros v0.24.3
45052026-07-01T19:25:41.739Z[verify-libraries] Compiling fxhash v0.2.1
45062026-07-01T19:25:41.906Z[verify-libraries] Compiling fs-err v2.11.0
45072026-07-01T19:25:41.933Z[verify-libraries] Compiling indoc v1.0.9
45082026-07-01T19:25:42.021Z[verify-libraries] Compiling progenitor v0.13.0
45092026-07-01T19:25:42.051Z[verify-libraries] Compiling diesel v2.3.7
45102026-07-01T19:25:42.194Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45112026-07-01T19:25:42.307Z[verify-libraries] Compiling slog-stdlog v4.1.1
45122026-07-01T19:25:42.567Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45132026-07-01T19:25:42.744Z[verify-libraries] Compiling primeorder v0.13.6
45142026-07-01T19:25:42.818Z[verify-libraries] Compiling oso-derive v0.27.3
45152026-07-01T19:25:42.887Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45162026-07-01T19:25:43.046Z[verify-libraries] Compiling quick-xml v0.37.5
45172026-07-01T19:25:43.066Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45182026-07-01T19:25:43.393Z[verify-libraries] Compiling openssl-probe v0.1.6
45192026-07-01T19:25:43.446Z[verify-libraries] Compiling slog-envlogger v2.2.0
45202026-07-01T19:25:43.618Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45212026-07-01T19:25:43.835Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45222026-07-01T19:25:43.913Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45232026-07-01T19:25:43.933Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45242026-07-01T19:25:44.145Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45252026-07-01T19:25:44.536Z[verify-libraries] Compiling kstat-rs v0.2.4
45262026-07-01T19:25:44.767Z[verify-libraries] Compiling trait-variant v0.1.2
45272026-07-01T19:25:44.868Z[ host-image] Jul 01 19:25:44.299 INFO O| Jul 01 19:25:44.299 INFO O| Download: 11980/23767 items 102.8/222.4MB 46% complete (648k/s)
45282026-07-01T19:25:44.876Z[verify-libraries] Compiling parse-size v1.1.0
45292026-07-01T19:25:44.876Z[verify-libraries] Compiling salty v0.3.0
45302026-07-01T19:25:44.948Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45312026-07-01T19:25:44.968Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45322026-07-01T19:25:45.090Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
45332026-07-01T19:25:45.224Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45342026-07-01T19:25:45.257Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45352026-07-01T19:25:45.301Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45362026-07-01T19:25:45.389Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45372026-07-01T19:25:45.478Z[verify-libraries] Compiling bb8 v0.8.6
45382026-07-01T19:25:45.554Z[verify-libraries] Compiling parking_lot_core v0.8.6
45392026-07-01T19:25:45.752Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45402026-07-01T19:25:45.880Z[verify-libraries] Compiling p384 v0.13.1
45412026-07-01T19:25:45.916Z[verify-libraries] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
45422026-07-01T19:25:46.197Z[ recovery-image] Jul 01 19:25:45.663 INFO O| Jul 01 19:25:45.663 INFO O| Download: 1929/16572 items 28.1/199.6MB 14% complete (1.9M/s)
45432026-07-01T19:25:46.318Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45442026-07-01T19:25:46.491Z[verify-libraries] Compiling mime_guess v2.0.5
45452026-07-01T19:25:46.529Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45462026-07-01T19:25:46.529Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
45472026-07-01T19:25:46.790Z[verify-libraries] Compiling nanorand v0.7.0
45482026-07-01T19:25:46.987Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45492026-07-01T19:25:47.138Z[verify-libraries] Compiling flume v0.11.1
45502026-07-01T19:25:47.178Z[verify-libraries] Compiling atty v0.2.14
45512026-07-01T19:25:47.316Z[verify-libraries] Compiling http-range v0.1.5
45522026-07-01T19:25:47.316Z[verify-libraries] Compiling nonempty v0.12.0
45532026-07-01T19:25:47.432Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
45542026-07-01T19:25:47.463Z[verify-libraries] Compiling parking_lot v0.11.2
45552026-07-01T19:25:47.649Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
45562026-07-01T19:25:47.710Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
45572026-07-01T19:25:47.887Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
45582026-07-01T19:25:47.963Z[verify-libraries] Compiling prefix-trie v0.7.0
45592026-07-01T19:25:47.978Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
45602026-07-01T19:25:48.175Z[verify-libraries] Compiling hyper-staticfile v0.10.1
45612026-07-01T19:25:48.387Z[verify-libraries] Compiling hickory-server v0.25.2
45622026-07-01T19:25:48.465Z[verify-libraries] Compiling sled v0.34.7
45632026-07-01T19:25:48.490Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
45642026-07-01T19:25:48.598Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
45652026-07-01T19:25:48.710Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45662026-07-01T19:25:48.931Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
45672026-07-01T19:25:48.957Z[verify-libraries] Compiling ignore v0.4.25
45682026-07-01T19:25:49.107Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
45692026-07-01T19:25:49.146Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
45702026-07-01T19:25:49.249Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
45712026-07-01T19:25:49.386Z[verify-libraries] Compiling corncobs v0.1.4
45722026-07-01T19:25:49.524Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
45732026-07-01T19:25:49.578Z[verify-libraries] Compiling globwalk v0.9.1
45742026-07-01T19:25:49.600Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
45752026-07-01T19:25:49.709Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
45762026-07-01T19:25:49.772Z[verify-libraries] Compiling predicates-tree v1.0.13
45772026-07-01T19:25:49.886Z[verify-libraries] Compiling libz-sys v1.1.24
45782026-07-01T19:25:49.900Z[ host-image] Jul 01 19:25:49.378 INFO O| Jul 01 19:25:49.377 INFO O| Download: 12737/23767 items 107.3/222.4MB 48% complete (854k/s)
45792026-07-01T19:25:49.969Z[verify-libraries] Compiling rand_seeder v0.4.0
45802026-07-01T19:25:50.039Z[verify-libraries] Compiling darling_core v0.23.0
45812026-07-01T19:25:50.199Z[verify-libraries] Compiling secrecy v0.8.0
45822026-07-01T19:25:50.361Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
45832026-07-01T19:25:50.428Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
45842026-07-01T19:25:50.477Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
45852026-07-01T19:25:50.677Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45862026-07-01T19:25:50.700Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45872026-07-01T19:25:50.824Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45882026-07-01T19:25:50.846Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
45892026-07-01T19:25:51.076Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
45902026-07-01T19:25:51.198Z[ recovery-image] Jul 01 19:25:50.676 INFO O| Jul 01 19:25:50.676 INFO O| Download: 3236/16572 items 37.4/199.6MB 18% complete (1.8M/s)
45912026-07-01T19:25:51.250Z[verify-libraries] Compiling instability v0.3.11
45922026-07-01T19:25:51.416Z[verify-libraries] Compiling illumos-nvpair v0.3.0
45932026-07-01T19:25:51.438Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45942026-07-01T19:25:51.561Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
45952026-07-01T19:25:51.646Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
45962026-07-01T19:25:51.702Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
45972026-07-01T19:25:51.732Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
45982026-07-01T19:25:51.783Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
45992026-07-01T19:25:51.886Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46002026-07-01T19:25:52.141Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46012026-07-01T19:25:52.163Z[verify-libraries] Compiling castaway v0.2.4
46022026-07-01T19:25:52.332Z[verify-libraries] Compiling indoc v2.0.7
46032026-07-01T19:25:52.353Z[verify-libraries] Compiling compact_str v0.8.1
46042026-07-01T19:25:52.638Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46052026-07-01T19:25:52.743Z[verify-libraries] Compiling darling_macro v0.23.0
46062026-07-01T19:25:52.816Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46072026-07-01T19:25:52.889Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46082026-07-01T19:25:53.064Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46092026-07-01T19:25:53.238Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46102026-07-01T19:25:53.301Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46112026-07-01T19:25:53.324Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46122026-07-01T19:25:53.346Z[verify-libraries] Compiling darling v0.23.0
46132026-07-01T19:25:53.425Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46142026-07-01T19:25:53.595Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46152026-07-01T19:25:53.657Z[verify-libraries] Compiling unicode-truncate v1.1.0
46162026-07-01T19:25:53.926Z[verify-libraries] Compiling lru v0.12.5
46172026-07-01T19:25:53.953Z[verify-libraries] Compiling cassowary v0.3.0
46182026-07-01T19:25:54.020Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46192026-07-01T19:25:54.120Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46202026-07-01T19:25:54.469Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46212026-07-01T19:25:54.489Z[verify-libraries] Compiling ratatui v0.29.0
46222026-07-01T19:25:54.490Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46232026-07-01T19:25:54.490Z[verify-libraries] Compiling polyval v0.6.2
46242026-07-01T19:25:54.518Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
46252026-07-01T19:25:54.660Z[verify-libraries] Compiling vergen-git2 v9.1.0
46262026-07-01T19:25:54.693Z[verify-libraries] Compiling strsim v0.10.0
46272026-07-01T19:25:54.703Z[verify-libraries] Compiling is_ci v1.2.0
46282026-07-01T19:25:54.899Z[verify-libraries] Compiling darling_core v0.13.4
46292026-07-01T19:25:54.944Z[ host-image] Jul 01 19:25:54.378 INFO O| Jul 01 19:25:54.378 INFO O| Download: 13405/23767 items 119.4/222.4MB 53% complete (1.6M/s)
46302026-07-01T19:25:54.980Z[verify-libraries] Compiling supports-color v3.0.2
46312026-07-01T19:25:55.134Z[verify-libraries] Compiling ghash v0.5.1
46322026-07-01T19:25:55.195Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46332026-07-01T19:25:55.291Z[verify-libraries] Compiling tungstenite v0.23.0
46342026-07-01T19:25:55.355Z[verify-libraries] Compiling console v0.16.2
46352026-07-01T19:25:55.388Z[verify-libraries] Compiling ctr v0.9.2
46362026-07-01T19:25:55.588Z[verify-libraries] Compiling assert_matches v1.5.0
46372026-07-01T19:25:55.693Z[verify-libraries] Compiling void v1.0.2
46382026-07-01T19:25:55.719Z[verify-libraries] Compiling unit-prefix v0.5.2
46392026-07-01T19:25:55.744Z[verify-libraries] Compiling aes-gcm v0.10.3
46402026-07-01T19:25:55.839Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
46412026-07-01T19:25:55.904Z[verify-libraries] Compiling indicatif v0.18.4
46422026-07-01T19:25:55.948Z[verify-libraries] Compiling lzss v0.8.2
46432026-07-01T19:25:55.968Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46442026-07-01T19:25:56.195Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
46452026-07-01T19:25:56.216Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
46462026-07-01T19:25:56.245Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46472026-07-01T19:25:56.427Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46482026-07-01T19:25:56.499Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46492026-07-01T19:25:56.676Z[verify-libraries] Compiling nix v0.27.1
46502026-07-01T19:25:56.749Z[verify-libraries] Compiling colored v2.2.0
46512026-07-01T19:25:56.812Z[verify-libraries] Compiling ssh-encoding v0.2.0
46522026-07-01T19:25:56.872Z[verify-libraries] Compiling darling_macro v0.13.4
46532026-07-01T19:25:57.013Z[verify-libraries] Compiling blowfish v0.9.1
46542026-07-01T19:25:57.126Z[verify-libraries] Compiling serde_bytes v0.11.19
46552026-07-01T19:25:57.151Z[verify-libraries] Compiling shell-words v1.1.1
46562026-07-01T19:25:57.293Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46572026-07-01T19:25:57.359Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
46582026-07-01T19:25:57.411Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
46592026-07-01T19:25:57.448Z[verify-libraries] Compiling darling v0.13.4
46602026-07-01T19:25:57.452Z[verify-libraries] Compiling ssh-cipher v0.2.0
46612026-07-01T19:25:57.471Z[ recovery-image] Jul 01 19:25:56.949 INFO O| Jul 01 19:25:56.949 INFO O| Download: 4018/16572 items 40.7/199.6MB 20% complete (1.6M/s)
46622026-07-01T19:25:57.587Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46632026-07-01T19:25:57.599Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46642026-07-01T19:25:57.621Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46652026-07-01T19:25:57.774Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46662026-07-01T19:25:57.820Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46672026-07-01T19:25:57.877Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46682026-07-01T19:25:58.025Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46692026-07-01T19:25:58.068Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46702026-07-01T19:25:58.112Z[verify-libraries] Compiling petname v2.0.2
46712026-07-01T19:25:58.161Z[verify-libraries] Compiling diesel-dtrace v0.5.0
46722026-07-01T19:25:58.277Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
46732026-07-01T19:25:58.332Z[verify-libraries] Compiling password-hash v0.4.2
46742026-07-01T19:25:58.589Z[verify-libraries] Compiling pbkdf2 v0.11.0
46752026-07-01T19:25:58.777Z[verify-libraries] Compiling ssh-key v0.6.7
46762026-07-01T19:25:58.821Z[verify-libraries] Compiling serde_with_macros v1.5.2
46772026-07-01T19:25:58.838Z[verify-libraries] Compiling p256 v0.13.2
46782026-07-01T19:25:58.870Z[verify-libraries] Compiling p521 v0.13.3
46792026-07-01T19:25:58.891Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46802026-07-01T19:25:59.267Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
46812026-07-01T19:25:59.310Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46822026-07-01T19:25:59.571Z[verify-libraries] Compiling twox-hash v2.1.2
46832026-07-01T19:25:59.756Z[verify-libraries] Compiling blake3 v1.8.5
46842026-07-01T19:25:59.884Z[verify-libraries] Compiling rtoolbox v0.0.3
46852026-07-01T19:25:59.902Z[ host-image] Jul 01 19:25:59.380 INFO O| Jul 01 19:25:59.380 INFO O| Download: 14971/23767 items 120.4/222.4MB 54% complete (1.3M/s)
46862026-07-01T19:25:59.973Z[verify-libraries] Compiling russh-cryptovec v0.7.3
46872026-07-01T19:26:00.006Z[verify-libraries] Compiling md5 v0.7.0
46882026-07-01T19:26:00.040Z[verify-libraries] Compiling rpassword v7.4.0
46892026-07-01T19:26:00.136Z[verify-libraries] Compiling serde_with v1.14.0
46902026-07-01T19:26:00.192Z[verify-libraries] Compiling russh-keys v0.45.0
46912026-07-01T19:26:00.323Z[verify-libraries] Compiling tui-tree-widget v0.23.1
46922026-07-01T19:26:00.539Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46932026-07-01T19:26:00.560Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46942026-07-01T19:26:00.745Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
46952026-07-01T19:26:00.848Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
46962026-07-01T19:26:00.965Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46972026-07-01T19:26:00.979Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
46982026-07-01T19:26:01.249Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46992026-07-01T19:26:01.283Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47002026-07-01T19:26:01.360Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47012026-07-01T19:26:01.503Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47022026-07-01T19:26:01.544Z[verify-libraries] Compiling fatfs v0.3.6
47032026-07-01T19:26:01.731Z[verify-libraries] Compiling num-bigint v0.4.6
47042026-07-01T19:26:01.754Z[verify-libraries] Compiling des v0.8.1
47052026-07-01T19:26:01.849Z[verify-libraries] Compiling sapling-renderdag v0.1.0
47062026-07-01T19:26:01.870Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
47072026-07-01T19:26:01.982Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47082026-07-01T19:26:02.081Z[verify-libraries] Compiling sync-ptr v0.1.4
47092026-07-01T19:26:02.152Z[verify-libraries] Compiling hex-literal v0.4.1
47102026-07-01T19:26:02.216Z[verify-libraries] Compiling arrayref v0.3.9
47112026-07-01T19:26:02.240Z[verify-libraries] Compiling seq-macro v0.3.6
47122026-07-01T19:26:02.303Z[verify-libraries] Compiling arrayvec v0.7.6
47132026-07-01T19:26:02.322Z[verify-libraries] Compiling constant_time_eq v0.4.2
47142026-07-01T19:26:02.412Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
47152026-07-01T19:26:02.472Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47162026-07-01T19:26:02.547Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47172026-07-01T19:26:02.598Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47182026-07-01T19:26:02.808Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47192026-07-01T19:26:02.871Z[verify-libraries] Compiling socket2 v0.5.10
47202026-07-01T19:26:03.079Z[verify-libraries] Compiling russh v0.45.0
47212026-07-01T19:26:03.289Z[ recovery-image] Jul 01 19:26:02.768 INFO O| Jul 01 19:26:02.767 INFO O| Download: 5120/16572 items 43.8/199.6MB 21% complete (628k/s)
47222026-07-01T19:26:03.338Z[verify-libraries] Compiling topological-sort v0.2.2
47232026-07-01T19:26:03.531Z[verify-libraries] Compiling internet-checksum v0.2.1
47242026-07-01T19:26:03.711Z[verify-libraries] Compiling omicron-zone-package v0.12.3
47252026-07-01T19:26:04.016Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47262026-07-01T19:26:04.106Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47272026-07-01T19:26:04.127Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
47282026-07-01T19:26:04.966Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47292026-07-01T19:26:04.977Z[ host-image] Jul 01 19:26:04.455 INFO O| Jul 01 19:26:04.455 INFO O| Download: 15265/23767 items 125.3/222.4MB 56% complete (554k/s)
47302026-07-01T19:26:05.751Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47312026-07-01T19:26:06.097Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47322026-07-01T19:26:06.370Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47332026-07-01T19:26:06.391Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47342026-07-01T19:26:06.412Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47352026-07-01T19:26:06.472Z[verify-libraries] Compiling yansi v1.0.1
47362026-07-01T19:26:06.631Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47372026-07-01T19:26:06.663Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47382026-07-01T19:26:06.838Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47392026-07-01T19:26:06.928Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47402026-07-01T19:26:07.300Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47412026-07-01T19:26:08.528Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47422026-07-01T19:26:08.839Z[ recovery-image] Jul 01 19:26:08.317 INFO O| Jul 01 19:26:08.317 INFO O| Download: 6112/16572 items 46.3/199.6MB 23% complete (620k/s)
47432026-07-01T19:26:09.474Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47442026-07-01T19:26:09.787Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47452026-07-01T19:26:10.120Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47462026-07-01T19:26:10.350Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47472026-07-01T19:26:10.548Z[ host-image] Jul 01 19:26:10.024 INFO O| Jul 01 19:26:10.024 INFO O| Download: 16502/23767 items 135.8/222.4MB 61% complete (1.5M/s)
47482026-07-01T19:26:11.078Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47492026-07-01T19:26:11.389Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
47502026-07-01T19:26:11.749Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
47512026-07-01T19:26:12.481Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47522026-07-01T19:26:12.982Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47532026-07-01T19:26:13.240Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47542026-07-01T19:26:13.957Z[verify-libraries] Compiling pretty_assertions v1.4.1
47552026-07-01T19:26:14.261Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47562026-07-01T19:26:14.310Z[ recovery-image] Jul 01 19:26:13.786 INFO O| Jul 01 19:26:13.786 INFO O| Download: 6522/16572 items 59.0/199.6MB 29% complete (1.4M/s)
47572026-07-01T19:26:14.658Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47582026-07-01T19:26:14.776Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47592026-07-01T19:26:14.799Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47602026-07-01T19:26:15.049Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47612026-07-01T19:26:15.319Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47622026-07-01T19:26:15.546Z[ host-image] Jul 01 19:26:15.024 INFO O| Jul 01 19:26:15.024 INFO O| Download: 18150/23767 items 155.7/222.4MB 70% complete (3.1M/s)
47632026-07-01T19:26:18.309Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47642026-07-01T19:26:18.381Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47652026-07-01T19:26:18.659Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47662026-07-01T19:26:18.703Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
47672026-07-01T19:26:18.982Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47682026-07-01T19:26:19.011Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47692026-07-01T19:26:19.077Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47702026-07-01T19:26:19.247Z[verify-libraries] Compiling drift v0.2.0
47712026-07-01T19:26:19.276Z[verify-libraries] Compiling uzers v0.12.2
47722026-07-01T19:26:19.316Z[ recovery-image] Jul 01 19:26:18.793 INFO O| Jul 01 19:26:18.793 INFO O| Download: 6840/16572 items 72.1/199.6MB 36% complete (2.5M/s)
47732026-07-01T19:26:19.540Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47742026-07-01T19:26:19.865Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47752026-07-01T19:26:20.094Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47762026-07-01T19:26:20.547Z[ host-image] Jul 01 19:26:20.026 INFO O| Jul 01 19:26:20.025 INFO O| Download: 19685/23767 items 176.3/222.4MB 79% complete (4.0M/s)
47772026-07-01T19:26:20.566Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
47782026-07-01T19:26:21.591Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
47792026-07-01T19:26:21.768Z[verify-libraries] Compiling git2 v0.20.4
47802026-07-01T19:26:21.806Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47812026-07-01T19:26:23.177Z[verify-libraries] Compiling samael v0.0.19
47822026-07-01T19:26:23.531Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47832026-07-01T19:26:23.925Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
47842026-07-01T19:26:24.316Z[ recovery-image] Jul 01 19:26:23.794 INFO O| Jul 01 19:26:23.794 INFO O| Download: 8050/16572 items 82.9/199.6MB 41% complete (2.4M/s)
47852026-07-01T19:26:24.592Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
47862026-07-01T19:26:24.728Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47872026-07-01T19:26:25.095Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
47882026-07-01T19:26:25.117Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47892026-07-01T19:26:25.438Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47902026-07-01T19:26:25.459Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47912026-07-01T19:26:25.519Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47922026-07-01T19:26:25.572Z[ host-image] Jul 01 19:26:25.050 INFO O| Jul 01 19:26:25.050 INFO O| Download: 20790/23767 items 180.8/222.4MB 81% complete (2.6M/s)
47932026-07-01T19:26:25.737Z[verify-libraries] Compiling multimap v0.10.1
47942026-07-01T19:26:25.978Z[verify-libraries] Compiling termios v0.3.3
47952026-07-01T19:26:26.180Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47962026-07-01T19:26:27.097Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47972026-07-01T19:26:27.977Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
47982026-07-01T19:26:29.686Z[ recovery-image] Jul 01 19:26:29.164 INFO O| Jul 01 19:26:29.164 INFO O| Download: 8492/16572 items 86.9/199.6MB 43% complete (1.4M/s)
47992026-07-01T19:26:30.586Z[ host-image] Jul 01 19:26:30.064 INFO O| Jul 01 19:26:30.064 INFO O| Download: 21817/23767 items 189.6/222.4MB 85% complete (1.4M/s)
48002026-07-01T19:26:34.749Z[ recovery-image] Jul 01 19:26:34.227 INFO O| Jul 01 19:26:34.227 INFO O| Download: 9189/16572 items 91.4/199.6MB 45% complete (787k/s)
48012026-07-01T19:26:35.616Z[ host-image] Jul 01 19:26:35.093 INFO O| Jul 01 19:26:35.093 INFO O| Download: 22392/23767 items 191.4/222.4MB 86% complete (1.1M/s)
48022026-07-01T19:26:36.745Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
48032026-07-01T19:26:39.751Z[ recovery-image] Jul 01 19:26:39.229 INFO O| Jul 01 19:26:39.229 INFO O| Download: 9588/16572 items 103.0/199.6MB 51% complete (1.7M/s)
48042026-07-01T19:26:40.390Z[verify-libraries] Compiling polar-core v0.27.3
48052026-07-01T19:26:40.495Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
48062026-07-01T19:26:40.743Z[ host-image] Jul 01 19:26:40.221 INFO O| Jul 01 19:26:40.221 INFO O| Download: 22917/23767 items 215.2/222.4MB 96% complete (3.0M/s)
48072026-07-01T19:26:42.004Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48082026-07-01T19:26:44.752Z[ recovery-image] Jul 01 19:26:44.230 INFO O| Jul 01 19:26:44.230 INFO O| Download: 11208/16572 items 104.0/199.6MB 52% complete (1.3M/s)
48092026-07-01T19:26:46.233Z[ host-image] Jul 01 19:26:45.693 INFO O| Jul 01 19:26:45.692 INFO O| Download: 23210/23767 items 220.3/222.4MB 99% complete (3.0M/s)
48102026-07-01T19:26:46.609Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
48112026-07-01T19:26:47.724Z[verify-libraries] Compiling oso v0.27.3
48122026-07-01T19:26:47.921Z[ host-image] Jul 01 19:26:47.397 INFO O| Jul 01 19:26:47.396 INFO O| Download: Completed 222.36 MB in 113.62 seconds (1.9M/s)
48132026-07-01T19:26:48.794Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48142026-07-01T19:26:49.876Z[ recovery-image] Jul 01 19:26:49.354 INFO O| Jul 01 19:26:49.354 INFO O| Download: 11958/16572 items 117.7/199.6MB 58% complete (1.5M/s)
48152026-07-01T19:26:51.614Z[ host-image] Jul 01 19:26:51.091 INFO O| Jul 01 19:26:51.091 INFO O| Actions: 1/53970 actions (Installing new actions)
48162026-07-01T19:26:53.810Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48172026-07-01T19:26:54.474Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48182026-07-01T19:26:54.897Z[ recovery-image] Jul 01 19:26:54.375 INFO O| Jul 01 19:26:54.374 INFO O| Download: 13557/16572 items 155.2/199.6MB 77% complete (5.1M/s)
48192026-07-01T19:26:56.652Z[ host-image] Jul 01 19:26:56.109 INFO O| Jul 01 19:26:56.109 INFO O| Actions: 21720/53970 actions (Installing new actions)
48202026-07-01T19:26:58.168Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
48212026-07-01T19:26:59.028Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
48222026-07-01T19:26:59.982Z[ recovery-image] Jul 01 19:26:59.459 INFO O| Jul 01 19:26:59.459 INFO O| Download: 15201/16572 items 161.4/199.6MB 80% complete (4.5M/s)
48232026-07-01T19:27:00.452Z[ host-image] Jul 01 19:26:59.917 INFO O| Jul 01 19:26:59.917 INFO O| Actions: Completed 53970 actions in 8.82 seconds.
48242026-07-01T19:27:00.527Z[ host-image] Jul 01 19:27:00.005 INFO O| Jul 01 19:27:00.005 INFO O| Finalize: Updating package state database ... Done
48252026-07-01T19:27:00.527Z[ host-image] Jul 01 19:27:00.005 INFO O| Jul 01 19:27:00.005 INFO O| Finalize: Updating package cache ... Done
48262026-07-01T19:27:00.573Z[ host-image] Jul 01 19:27:00.051 INFO O| Jul 01 19:27:00.051 INFO O| Finalize: Updating image state ... Done
48272026-07-01T19:27:01.552Z[ host-image] Jul 01 19:27:01.030 INFO O| Jul 01 19:27:01.029 INFO O| Finalize: Creating fast lookup database ... Done
48282026-07-01T19:27:01.585Z[ host-image] Jul 01 19:27:01.063 INFO O| Jul 01 19:27:01.063 INFO O| Finalize: Reading search index ... Done
48292026-07-01T19:27:04.259Z[ host-image] Jul 01 19:27:03.737 INFO O| Jul 01 19:27:03.737 INFO O| Finalize: Building new search index ... Done
48302026-07-01T19:27:04.682Z[ host-image] Jul 01 19:27:04.160 INFO O| Jul 01 19:27:04.149 INFO O| Finalize: Updating package cache ... Done
48312026-07-01T19:27:04.844Z[ host-image] Jul 01 19:27:04.322 INFO O| Jul 01 19:27:04.322 INFO STEP 11 (pkg_install) COMPLETE
48322026-07-01T19:27:04.844Z[ host-image] Jul 01 19:27:04.322 INFO O| Jul 01 19:27:04.322 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48332026-07-01T19:27:04.854Z[ host-image] Jul 01 19:27:04.332 INFO O| Jul 01 19:27:04.332 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", "/system/i2c"]
48342026-07-01T19:27:04.982Z[ recovery-image] Jul 01 19:27:04.459 INFO O| Jul 01 19:27:04.459 INFO O| Download: 16042/16572 items 181.1/199.6MB 90% complete (2.6M/s)
48352026-07-01T19:27:05.766Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
48362026-07-01T19:27:09.311Z[ recovery-image] Jul 01 19:27:08.786 INFO O| Jul 01 19:27:08.786 INFO O| Download: Completed 199.55 MB in 99.48 seconds (2.0M/s)
48372026-07-01T19:27:09.609Z[ recovery-image] Jul 01 19:27:09.086 INFO O| Jul 01 19:27:09.086 INFO O| Actions: 1/27411 actions (Installing new actions)
48382026-07-01T19:27:09.626Z[ host-image] Jul 01 19:27:09.103 INFO O| Jul 01 19:27:09.103 INFO O| Startup: Refreshing catalog 'helios' ... Done
48392026-07-01T19:27:09.760Z[ host-image] Jul 01 19:27:09.238 INFO O| Jul 01 19:27:09.238 INFO O| Startup: Caching catalogs ... Done
48402026-07-01T19:27:09.954Z[ host-image] Jul 01 19:27:09.432 INFO O| Jul 01 19:27:09.432 INFO O| Planning: Solver setup ... Done
48412026-07-01T19:27:09.959Z[ host-image] Jul 01 19:27:09.437 INFO O| Jul 01 19:27:09.436 INFO O| Planning: Running solver ... Done
48422026-07-01T19:27:09.963Z[ host-image] Jul 01 19:27:09.441 INFO O| Jul 01 19:27:09.441 INFO O| Planning: Finding local manifests ... Done
48432026-07-01T19:27:09.976Z[ host-image] Jul 01 19:27:09.453 INFO O| Jul 01 19:27:09.453 INFO O| Planning: Fetching manifests: 0/6 0% complete
48442026-07-01T19:27:10.013Z[ host-image] Jul 01 19:27:09.491 INFO O| Jul 01 19:27:09.491 INFO O| Planning: Fetching manifests: 6/6 100% complete
48452026-07-01T19:27:10.032Z[ host-image] Jul 01 19:27:09.509 INFO O| Jul 01 19:27:09.509 INFO O| Planning: Package planning ... Done
48462026-07-01T19:27:10.038Z[ host-image] Jul 01 19:27:09.511 INFO O| Jul 01 19:27:09.511 INFO O| Planning: Merging actions ... Done
48472026-07-01T19:27:10.131Z[ host-image] Jul 01 19:27:09.608 INFO O| Jul 01 19:27:09.608 INFO O| Planning: Checking for conflicting actions ... Done
48482026-07-01T19:27:10.134Z[ host-image] Jul 01 19:27:09.609 INFO O| Jul 01 19:27:09.609 INFO O| Planning: Consolidating action changes ... Done
48492026-07-01T19:27:10.261Z[ host-image] Jul 01 19:27:09.737 INFO O| Jul 01 19:27:09.737 INFO O| Planning: Evaluating mediators ... Done
48502026-07-01T19:27:10.265Z[ host-image] Jul 01 19:27:09.738 INFO O| Jul 01 19:27:09.738 INFO O| Planning: Planning completed in 0.49 seconds
48512026-07-01T19:27:10.265Z[ host-image] Jul 01 19:27:09.739 INFO O| Jul 01 19:27:09.739 INFO O| Packages to install: 6
48522026-07-01T19:27:10.265Z[ host-image] Jul 01 19:27:09.739 INFO O| Jul 01 19:27:09.739 INFO O| Services to change: 2
48532026-07-01T19:27:10.367Z[ host-image] Jul 01 19:27:09.749 INFO O| Jul 01 19:27:09.749 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
48542026-07-01T19:27:12.068Z[ host-image] Jul 01 19:27:11.546 INFO O| Jul 01 19:27:11.546 INFO O| Download: Completed 1.75 MB in 1.80 seconds (994k/s)
48552026-07-01T19:27:12.187Z[ host-image] Jul 01 19:27:11.665 INFO O| Jul 01 19:27:11.665 INFO O| Actions: 1/390 actions (Installing new actions)
48562026-07-01T19:27:12.320Z[ host-image] Jul 01 19:27:11.797 INFO O| Jul 01 19:27:11.797 INFO O| Actions: Completed 390 actions in 0.13 seconds.
48572026-07-01T19:27:12.332Z[ host-image] Jul 01 19:27:11.809 INFO O| Jul 01 19:27:11.809 INFO O| Finalize: Updating package state database ... Done
48582026-07-01T19:27:12.332Z[ host-image] Jul 01 19:27:11.809 INFO O| Jul 01 19:27:11.809 INFO O| Finalize: Updating package cache ... Done
48592026-07-01T19:27:12.364Z[ host-image] Jul 01 19:27:11.842 INFO O| Jul 01 19:27:11.842 INFO O| Finalize: Updating image state ... Done
48602026-07-01T19:27:13.207Z[ host-image] Jul 01 19:27:12.685 INFO O| Jul 01 19:27:12.685 INFO O| Finalize: Creating fast lookup database ... Done
48612026-07-01T19:27:13.234Z[ host-image] Jul 01 19:27:12.712 INFO O| Jul 01 19:27:12.712 INFO O| Finalize: Reading search index ... Done
48622026-07-01T19:27:13.237Z[ host-image] Jul 01 19:27:12.712 INFO O| Jul 01 19:27:12.712 INFO O| Finalize: Updating search index ... Done
48632026-07-01T19:27:13.250Z[ host-image] Jul 01 19:27:12.727 INFO O| Jul 01 19:27:12.727 INFO O| Finalize: Updating package cache ... Done
48642026-07-01T19:27:13.386Z[ host-image] Jul 01 19:27:12.864 INFO O| Jul 01 19:27:12.864 INFO STEP 12 (pkg_install) COMPLETE
48652026-07-01T19:27:13.387Z[ host-image] Jul 01 19:27:12.864 INFO O| Jul 01 19:27:12.864 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48662026-07-01T19:27:13.399Z[ host-image] Jul 01 19:27:12.874 INFO O| Jul 01 19:27:12.874 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
48672026-07-01T19:27:14.104Z[ host-image] Jul 01 19:27:13.582 INFO O| Jul 01 19:27:13.582 INFO O| Startup: Refreshing catalog 'helios' ... Done
48682026-07-01T19:27:14.232Z[ host-image] Jul 01 19:27:13.710 INFO O| Jul 01 19:27:13.710 INFO O| Startup: Caching catalogs ... Done
48692026-07-01T19:27:14.468Z[ host-image] Jul 01 19:27:13.946 INFO O| Jul 01 19:27:13.946 INFO O| Planning: Solver setup ... Done
48702026-07-01T19:27:14.473Z[ host-image] Jul 01 19:27:13.951 INFO O| Jul 01 19:27:13.951 INFO O| Planning: Running solver ... Done
48712026-07-01T19:27:14.478Z[ host-image] Jul 01 19:27:13.956 INFO O| Jul 01 19:27:13.956 INFO O| Planning: Finding local manifests ... Done
48722026-07-01T19:27:14.491Z[ host-image] Jul 01 19:27:13.969 INFO O| Jul 01 19:27:13.969 INFO O| Planning: Fetching manifests: 0/6 0% complete
48732026-07-01T19:27:14.560Z[ host-image] Jul 01 19:27:14.037 INFO O| Jul 01 19:27:14.037 INFO O| Planning: Fetching manifests: 6/6 100% complete
48742026-07-01T19:27:14.609Z[ recovery-image] Jul 01 19:27:14.086 INFO O| Jul 01 19:27:14.086 INFO O| Actions: 24714/27411 actions (Installing new actions)
48752026-07-01T19:27:14.636Z[ host-image] Jul 01 19:27:14.113 INFO O| Jul 01 19:27:14.113 INFO O| Planning: Package planning ... Done
48762026-07-01T19:27:14.644Z[ host-image] Jul 01 19:27:14.122 INFO O| Jul 01 19:27:14.122 INFO O| Planning: Merging actions ... Done
48772026-07-01T19:27:14.701Z[ host-image] Jul 01 19:27:14.178 INFO O| Jul 01 19:27:14.178 INFO O| Planning: Checking for conflicting actions ... Done
48782026-07-01T19:27:14.703Z[ host-image] Jul 01 19:27:14.181 INFO O| Jul 01 19:27:14.181 INFO O| Planning: Consolidating action changes ... Done
48792026-07-01T19:27:14.845Z[ host-image] Jul 01 19:27:14.323 INFO O| Jul 01 19:27:14.323 INFO O| Planning: Evaluating mediators ... Done
48802026-07-01T19:27:14.848Z[ host-image] Jul 01 19:27:14.326 INFO O| Jul 01 19:27:14.326 INFO O| Planning: Planning completed in 0.61 seconds
48812026-07-01T19:27:14.851Z[ host-image] Jul 01 19:27:14.327 INFO O| Jul 01 19:27:14.327 INFO O| Packages to install: 6
48822026-07-01T19:27:14.852Z[ host-image] Jul 01 19:27:14.327 INFO O| Jul 01 19:27:14.327 INFO O| Mediators to change: 1
48832026-07-01T19:27:14.852Z[ host-image] Jul 01 19:27:14.327 INFO O| Jul 01 19:27:14.327 INFO O| Services to change: 1
48842026-07-01T19:27:14.859Z[ host-image] Jul 01 19:27:14.337 INFO O| Jul 01 19:27:14.337 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48852026-07-01T19:27:15.198Z[ recovery-image] Jul 01 19:27:14.676 INFO O| Jul 01 19:27:14.676 INFO O| Actions: Completed 27411 actions in 5.59 seconds.
48862026-07-01T19:27:15.244Z[ recovery-image] Jul 01 19:27:14.722 INFO O| Jul 01 19:27:14.722 INFO O| Finalize: Updating package state database ... Done
48872026-07-01T19:27:15.244Z[ recovery-image] Jul 01 19:27:14.722 INFO O| Jul 01 19:27:14.722 INFO O| Finalize: Updating package cache ... Done
48882026-07-01T19:27:15.288Z[ recovery-image] Jul 01 19:27:14.765 INFO O| Jul 01 19:27:14.765 INFO O| Finalize: Updating image state ... Done
48892026-07-01T19:27:15.904Z[ recovery-image] Jul 01 19:27:15.382 INFO O| Jul 01 19:27:15.382 INFO O| Finalize: Creating fast lookup database ... Done
48902026-07-01T19:27:15.919Z[ recovery-image] Jul 01 19:27:15.397 INFO O| Jul 01 19:27:15.397 INFO O| Finalize: Reading search index ... Done
48912026-07-01T19:27:17.449Z[ recovery-image] Jul 01 19:27:16.927 INFO O| Jul 01 19:27:16.927 INFO O| Finalize: Building new search index ... Done
48922026-07-01T19:27:17.666Z[ host-image] Jul 01 19:27:17.144 INFO O| Jul 01 19:27:17.144 INFO O| Download: Completed 7.84 MB in 2.81 seconds (2.8M/s)
48932026-07-01T19:27:17.739Z[ recovery-image] Jul 01 19:27:17.217 INFO O| Jul 01 19:27:17.217 INFO O| Finalize: Updating package cache ... Done
48942026-07-01T19:27:17.926Z[ recovery-image] Jul 01 19:27:17.403 INFO O| Jul 01 19:27:17.403 INFO STEP 11 (pkg_install) COMPLETE
48952026-07-01T19:27:17.926Z[ recovery-image] Jul 01 19:27:17.403 INFO O| Jul 01 19:27:17.403 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48962026-07-01T19:27:17.926Z[ recovery-image] Jul 01 19:27:17.403 INFO O| Jul 01 19:27:17.403 INFO skip step because feature "recovery" is enabled
48972026-07-01T19:27:17.926Z[ recovery-image] Jul 01 19:27:17.403 INFO O| Jul 01 19:27:17.403 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48982026-07-01T19:27:17.930Z[ recovery-image] Jul 01 19:27:17.403 INFO O| Jul 01 19:27:17.403 INFO skip step because feature "omicron1" is not enabled
48992026-07-01T19:27:17.930Z[ recovery-image] Jul 01 19:27:17.403 INFO O| Jul 01 19:27:17.403 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49002026-07-01T19:27:21.041Z[ recovery-image] Jul 01 19:27:20.519 INFO O| Jul 01 19:27:20.519 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49012026-07-01T19:27:21.050Z[ host-image] Jul 01 19:27:20.528 INFO O| Jul 01 19:27:20.528 INFO O| Actions: 1/1366 actions (Installing new actions)
49022026-07-01T19:27:21.277Z[ host-image] Jul 01 19:27:20.755 INFO O| Jul 01 19:27:20.755 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
49032026-07-01T19:27:21.290Z[ host-image] Jul 01 19:27:20.768 INFO O| Jul 01 19:27:20.768 INFO O| Finalize: Updating package state database ... Done
49042026-07-01T19:27:21.290Z[ host-image] Jul 01 19:27:20.768 INFO O| Jul 01 19:27:20.768 INFO O| Finalize: Updating package cache ... Done
49052026-07-01T19:27:21.321Z[ host-image] Jul 01 19:27:20.799 INFO O| Jul 01 19:27:20.799 INFO O| Finalize: Updating image state ... Done
49062026-07-01T19:27:21.810Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49072026-07-01T19:27:22.098Z[ host-image] Jul 01 19:27:21.575 INFO O| Jul 01 19:27:21.575 INFO O| Finalize: Creating fast lookup database ... Done
49082026-07-01T19:27:22.127Z[ host-image] Jul 01 19:27:21.604 INFO O| Jul 01 19:27:21.604 INFO O| Finalize: Reading search index ... Done
49092026-07-01T19:27:22.127Z[ host-image] Jul 01 19:27:21.604 INFO O| Jul 01 19:27:21.604 INFO O| Finalize: Updating search index ... Done
49102026-07-01T19:27:22.148Z[ recovery-image] Jul 01 19:27:21.626 INFO O| Jul 01 19:27:21.625 INFO O| Startup: Refreshing catalog 'helios' ... Done
49112026-07-01T19:27:22.169Z[ host-image] Jul 01 19:27:21.646 INFO O| Jul 01 19:27:21.646 INFO O| Finalize: Updating package cache ... Done
49122026-07-01T19:27:22.293Z[ recovery-image] Jul 01 19:27:21.771 INFO O| Jul 01 19:27:21.771 INFO O| Startup: Caching catalogs ... Done
49132026-07-01T19:27:22.333Z[ host-image] Jul 01 19:27:21.811 INFO O| Jul 01 19:27:21.811 INFO STEP 13 (pkg_install) COMPLETE
49142026-07-01T19:27:22.336Z[ host-image] Jul 01 19:27:21.811 INFO O| Jul 01 19:27:21.811 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49152026-07-01T19:27:22.343Z[ host-image] Jul 01 19:27:21.821 INFO O| Jul 01 19:27:21.821 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49162026-07-01T19:27:22.502Z[ recovery-image] Jul 01 19:27:21.980 INFO O| Jul 01 19:27:21.980 INFO O| Planning: Solver setup ... Done
49172026-07-01T19:27:22.508Z[ recovery-image] Jul 01 19:27:21.985 INFO O| Jul 01 19:27:21.985 INFO O| Planning: Running solver ... Done
49182026-07-01T19:27:22.513Z[ recovery-image] Jul 01 19:27:21.991 INFO O| Jul 01 19:27:21.991 INFO O| Planning: Finding local manifests ... Done
49192026-07-01T19:27:22.526Z[ recovery-image] Jul 01 19:27:22.004 INFO O| Jul 01 19:27:22.004 INFO O| Planning: Fetching manifests: 0/1 0% complete
49202026-07-01T19:27:22.531Z[ recovery-image] Jul 01 19:27:22.009 INFO O| Jul 01 19:27:22.009 INFO O| Planning: Fetching manifests: 1/1 100% complete
49212026-07-01T19:27:22.549Z[ recovery-image] Jul 01 19:27:22.027 INFO O| Jul 01 19:27:22.026 INFO O| Planning: Package planning ... Done
49222026-07-01T19:27:22.553Z[ recovery-image] Jul 01 19:27:22.027 INFO O| Jul 01 19:27:22.027 INFO O| Planning: Merging actions ... Done
49232026-07-01T19:27:22.618Z[ recovery-image] Jul 01 19:27:22.096 INFO O| Jul 01 19:27:22.096 INFO O| Planning: Checking for conflicting actions ... Done
49242026-07-01T19:27:22.625Z[ recovery-image] Jul 01 19:27:22.096 INFO O| Jul 01 19:27:22.096 INFO O| Planning: Consolidating action changes ... Done
49252026-07-01T19:27:22.726Z[ recovery-image] Jul 01 19:27:22.204 INFO O| Jul 01 19:27:22.204 INFO O| Planning: Evaluating mediators ... Done
49262026-07-01T19:27:22.731Z[ recovery-image] Jul 01 19:27:22.204 INFO O| Jul 01 19:27:22.204 INFO O| Planning: Planning completed in 0.43 seconds
49272026-07-01T19:27:22.731Z[ recovery-image] Jul 01 19:27:22.205 INFO O| Jul 01 19:27:22.205 INFO O| Packages to install: 1
49282026-07-01T19:27:22.740Z[ recovery-image] Jul 01 19:27:22.217 INFO O| Jul 01 19:27:22.217 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
49292026-07-01T19:27:22.841Z[ recovery-image] Jul 01 19:27:22.318 INFO O| Jul 01 19:27:22.318 INFO O| Download: Completed 13.06 MB in 0.10 seconds (128M/s)
49302026-07-01T19:27:22.859Z[ recovery-image] Jul 01 19:27:22.335 INFO O| Jul 01 19:27:22.335 INFO O| Actions: 1/22 actions (Installing new actions)
49312026-07-01T19:27:23.083Z[ recovery-image] Jul 01 19:27:22.559 INFO O| Jul 01 19:27:22.558 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49322026-07-01T19:27:23.100Z[ recovery-image] Jul 01 19:27:22.574 INFO O| Jul 01 19:27:22.573 INFO O| Finalize: Updating package state database ... Done
49332026-07-01T19:27:23.104Z[ recovery-image] Jul 01 19:27:22.574 INFO O| Jul 01 19:27:22.573 INFO O| Finalize: Updating package cache ... Done
49342026-07-01T19:27:23.114Z[ host-image] Jul 01 19:27:22.591 INFO O| Jul 01 19:27:22.591 INFO O| Startup: Refreshing catalog 'helios' ... Done
49352026-07-01T19:27:23.134Z[ recovery-image] Jul 01 19:27:22.612 INFO O| Jul 01 19:27:22.612 INFO O| Finalize: Updating image state ... Done
49362026-07-01T19:27:23.633Z[ recovery-image] Jul 01 19:27:23.101 INFO O| Jul 01 19:27:23.101 INFO O| Finalize: Creating fast lookup database ... Done
49372026-07-01T19:27:23.646Z[ recovery-image] Jul 01 19:27:23.114 INFO O| Jul 01 19:27:23.114 INFO O| Finalize: Reading search index ... Done
49382026-07-01T19:27:23.646Z[ recovery-image] Jul 01 19:27:23.114 INFO O| Jul 01 19:27:23.114 INFO O| Finalize: Updating search index ... Done
49392026-07-01T19:27:23.672Z[ recovery-image] Jul 01 19:27:23.124 INFO O| Jul 01 19:27:23.124 INFO O| Finalize: Updating package cache ... Done
49402026-07-01T19:27:23.680Z[ host-image] Jul 01 19:27:23.130 INFO O| Jul 01 19:27:23.130 INFO O| Startup: Caching catalogs ... Done
49412026-07-01T19:27:23.830Z[ recovery-image] Jul 01 19:27:23.244 INFO O| Jul 01 19:27:23.243 INFO STEP 14 (pkg_install) COMPLETE
49422026-07-01T19:27:23.830Z[ recovery-image] Jul 01 19:27:23.244 INFO O| Jul 01 19:27:23.243 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49432026-07-01T19:27:23.830Z[ recovery-image] Jul 01 19:27:23.244 INFO O| Jul 01 19:27:23.244 INFO skip step because feature "mfg" is not enabled
49442026-07-01T19:27:23.835Z[ recovery-image] Jul 01 19:27:23.244 INFO O| Jul 01 19:27:23.244 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49452026-07-01T19:27:23.835Z[ recovery-image] Jul 01 19:27:23.244 INFO O| Jul 01 19:27:23.244 INFO skip step because feature "compliance" is not enabled
49462026-07-01T19:27:23.835Z[ recovery-image] Jul 01 19:27:23.244 INFO O| Jul 01 19:27:23.244 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49472026-07-01T19:27:23.835Z[ recovery-image] Jul 01 19:27:23.244 INFO O| Jul 01 19:27:23.244 INFO skip step because feature "stress" is not enabled
49482026-07-01T19:27:23.835Z[ recovery-image] Jul 01 19:27:23.244 INFO O| Jul 01 19:27:23.244 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49492026-07-01T19:27:23.835Z[ recovery-image] Jul 01 19:27:23.244 INFO O| Jul 01 19:27:23.244 INFO skip step because feature "compliance" is not enabled
49502026-07-01T19:27:23.835Z[ recovery-image] Jul 01 19:27:23.244 INFO O| Jul 01 19:27:23.244 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49512026-07-01T19:27:23.835Z[ recovery-image] Jul 01 19:27:23.244 INFO O| Jul 01 19:27:23.244 INFO skip step because feature "nfs" is not enabled
49522026-07-01T19:27:23.835Z[ recovery-image] Jul 01 19:27:23.244 INFO O| Jul 01 19:27:23.244 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49532026-07-01T19:27:23.835Z[ recovery-image] Jul 01 19:27:23.244 INFO O| Jul 01 19:27:23.244 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49542026-07-01T19:27:23.835Z[ host-image] Jul 01 19:27:23.303 INFO O| Jul 01 19:27:23.303 INFO O| Planning: Solver setup ... Done
49552026-07-01T19:27:23.835Z[ host-image] Jul 01 19:27:23.308 INFO O| Jul 01 19:27:23.308 INFO O| Planning: Running solver ... Done
49562026-07-01T19:27:23.835Z[ host-image] Jul 01 19:27:23.312 INFO O| Jul 01 19:27:23.312 INFO O| Planning: Finding local manifests ... Done
49572026-07-01T19:27:23.852Z[ host-image] Jul 01 19:27:23.323 INFO O| Jul 01 19:27:23.323 INFO O| Planning: Fetching manifests: 0/1 0% complete
49582026-07-01T19:27:23.858Z[ host-image] Jul 01 19:27:23.327 INFO O| Jul 01 19:27:23.327 INFO O| Planning: Fetching manifests: 1/1 100% complete
49592026-07-01T19:27:23.866Z[ host-image] Jul 01 19:27:23.342 INFO O| Jul 01 19:27:23.342 INFO O| Planning: Package planning ... Done
49602026-07-01T19:27:23.871Z[ host-image] Jul 01 19:27:23.342 INFO O| Jul 01 19:27:23.342 INFO O| Planning: Merging actions ... Done
49612026-07-01T19:27:23.883Z[ recovery-image] Jul 01 19:27:23.357 INFO O| Jul 01 19:27:23.357 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49622026-07-01T19:27:23.946Z[ host-image] Jul 01 19:27:23.421 INFO O| Jul 01 19:27:23.421 INFO O| Planning: Checking for conflicting actions ... Done
49632026-07-01T19:27:23.949Z[ host-image] Jul 01 19:27:23.421 INFO O| Jul 01 19:27:23.421 INFO O| Planning: Consolidating action changes ... Done
49642026-07-01T19:27:24.039Z[ recovery-image] Jul 01 19:27:23.511 INFO O| Jul 01 19:27:23.511 INFO completed processing sled/ramdisk-01-os
49652026-07-01T19:27:24.047Z[ recovery-image] Jul 01 19:27:23.512 INFO image builder template: ramdisk-02-trim...
49662026-07-01T19:27:24.047Z[ recovery-image] Jul 01 19:27:23.512 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/.tmpsBAP65/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49672026-07-01T19:27:24.077Z[ recovery-image] Jul 01 19:27:23.530 INFO O| Jul 01 19:27:23.530 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49682026-07-01T19:27:24.081Z[ recovery-image] Jul 01 19:27:23.533 INFO O| Jul 01 19:27:23.533 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49692026-07-01T19:27:24.082Z[ host-image] Jul 01 19:27:23.549 INFO O| Jul 01 19:27:23.549 INFO O| Planning: Evaluating mediators ... Done
49702026-07-01T19:27:24.082Z[ host-image] Jul 01 19:27:23.550 INFO O| Jul 01 19:27:23.550 INFO O| Planning: Planning completed in 0.41 seconds
49712026-07-01T19:27:24.082Z[ host-image] Jul 01 19:27:23.550 INFO O| Jul 01 19:27:23.550 INFO O| Packages to install: 1
49722026-07-01T19:27:24.088Z[ host-image] Jul 01 19:27:23.560 INFO O| Jul 01 19:27:23.560 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
49732026-07-01T19:27:24.139Z[ recovery-image] Jul 01 19:27:23.617 INFO O| Jul 01 19:27:23.616 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49742026-07-01T19:27:24.189Z[ host-image] Jul 01 19:27:23.661 INFO O| Jul 01 19:27:23.661 INFO O| Download: Completed 13.06 MB in 0.10 seconds (128M/s)
49752026-07-01T19:27:24.232Z[ recovery-image] Jul 01 19:27:23.702 INFO O| Jul 01 19:27:23.702 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49762026-07-01T19:27:24.234Z[ recovery-image] Jul 01 19:27:23.703 INFO O| Jul 01 19:27:23.703 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49772026-07-01T19:27:24.250Z[ host-image] Jul 01 19:27:23.703 INFO O| Jul 01 19:27:23.703 INFO O| Actions: 1/22 actions (Installing new actions)
49782026-07-01T19:27:24.250Z[ recovery-image] Jul 01 19:27:23.706 INFO O| Jul 01 19:27:23.706 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49792026-07-01T19:27:24.250Z[ recovery-image] Jul 01 19:27:23.711 INFO O| Jul 01 19:27:23.711 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49802026-07-01T19:27:24.250Z[ recovery-image] Jul 01 19:27:23.715 INFO O| Jul 01 19:27:23.715 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49812026-07-01T19:27:24.458Z[ host-image] Jul 01 19:27:23.923 INFO O| Jul 01 19:27:23.922 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49822026-07-01T19:27:24.469Z[ host-image] Jul 01 19:27:23.932 INFO O| Jul 01 19:27:23.932 INFO O| Finalize: Updating package state database ... Done
49832026-07-01T19:27:24.469Z[ host-image] Jul 01 19:27:23.932 INFO O| Jul 01 19:27:23.932 INFO O| Finalize: Updating package cache ... Done
49842026-07-01T19:27:24.485Z[ host-image] Jul 01 19:27:23.963 INFO O| Jul 01 19:27:23.962 INFO O| Finalize: Updating image state ... Done
49852026-07-01T19:27:24.911Z[ recovery-image] Jul 01 19:27:24.387 INFO O| Jul 01 19:27:24.387 INFO rolled back to input snapshot; work may begin
49862026-07-01T19:27:24.911Z[ recovery-image] Jul 01 19:27:24.387 INFO O| Jul 01 19:27:24.387 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49872026-07-01T19:27:24.924Z[ recovery-image] Jul 01 19:27:24.392 INFO O| Jul 01 19:27:24.392 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49882026-07-01T19:27:24.935Z[ recovery-image] Jul 01 19:27:24.400 INFO O| Jul 01 19:27:24.400 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49892026-07-01T19:27:24.959Z[ recovery-image] Jul 01 19:27:24.435 INFO O| Jul 01 19:27:24.435 INFO STEP 0 (remove_files) COMPLETE
49902026-07-01T19:27:24.959Z[ recovery-image] Jul 01 19:27:24.435 INFO O| Jul 01 19:27:24.435 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-07-01T19:27:24.966Z[ recovery-image] Jul 01 19:27:24.443 INFO O| Jul 01 19:27:24.443 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49922026-07-01T19:27:24.983Z[ recovery-image] Jul 01 19:27:24.445 INFO O| Jul 01 19:27:24.445 INFO STEP 1 (remove_files) COMPLETE
49932026-07-01T19:27:24.984Z[ recovery-image] Jul 01 19:27:24.445 INFO O| Jul 01 19:27:24.445 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-07-01T19:27:24.999Z[ recovery-image] Jul 01 19:27:24.453 INFO O| Jul 01 19:27:24.453 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49952026-07-01T19:27:24.999Z[ recovery-image] Jul 01 19:27:24.465 INFO O| Jul 01 19:27:24.465 INFO STEP 2 (remove_files) COMPLETE
49962026-07-01T19:27:24.999Z[ recovery-image] Jul 01 19:27:24.465 INFO O| Jul 01 19:27:24.465 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-07-01T19:27:25.010Z[ recovery-image] Jul 01 19:27:24.472 INFO O| Jul 01 19:27:24.472 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49982026-07-01T19:27:25.010Z[ recovery-image] Jul 01 19:27:24.473 INFO O| Jul 01 19:27:24.473 INFO STEP 3 (remove_files) COMPLETE
49992026-07-01T19:27:25.010Z[ recovery-image] Jul 01 19:27:24.473 INFO O| Jul 01 19:27:24.473 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-07-01T19:27:25.010Z[ recovery-image] Jul 01 19:27:24.479 INFO O| Jul 01 19:27:24.479 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50012026-07-01T19:27:25.010Z[ recovery-image] Jul 01 19:27:24.483 INFO O| Jul 01 19:27:24.482 INFO STEP 4 (remove_files) COMPLETE
50022026-07-01T19:27:25.010Z[ recovery-image] Jul 01 19:27:24.483 INFO O| Jul 01 19:27:24.483 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-07-01T19:27:25.021Z[ recovery-image] Jul 01 19:27:24.489 INFO O| Jul 01 19:27:24.489 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50042026-07-01T19:27:25.021Z[ recovery-image] Jul 01 19:27:24.489 INFO O| Jul 01 19:27:24.489 INFO STEP 5 (remove_files) COMPLETE
50052026-07-01T19:27:25.022Z[ recovery-image] Jul 01 19:27:24.489 INFO O| Jul 01 19:27:24.489 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50062026-07-01T19:27:25.022Z[ recovery-image] Jul 01 19:27:24.495 INFO O| Jul 01 19:27:24.495 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50072026-07-01T19:27:25.030Z[ recovery-image] Jul 01 19:27:24.506 INFO O| Jul 01 19:27:24.506 INFO STEP 6 (remove_files) COMPLETE
50082026-07-01T19:27:25.030Z[ recovery-image] Jul 01 19:27:24.507 INFO O| Jul 01 19:27:24.506 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-07-01T19:27:25.032Z[ recovery-image] Jul 01 19:27:24.507 INFO O| Jul 01 19:27:24.506 INFO skip step because feature "heliosv2" is not enabled
50102026-07-01T19:27:25.033Z[ recovery-image] Jul 01 19:27:24.507 INFO O| Jul 01 19:27:24.506 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-07-01T19:27:25.033Z[ recovery-image] Jul 01 19:27:24.507 INFO O| Jul 01 19:27:24.506 INFO skip step because feature "recovery" is enabled
50122026-07-01T19:27:25.033Z[ recovery-image] Jul 01 19:27:24.507 INFO O| Jul 01 19:27:24.506 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-07-01T19:27:25.035Z[ recovery-image] Jul 01 19:27:24.507 INFO O| Jul 01 19:27:24.507 INFO skip step because feature "recovery" is enabled
50142026-07-01T19:27:25.035Z[ recovery-image] Jul 01 19:27:24.507 INFO O| Jul 01 19:27:24.507 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-07-01T19:27:25.035Z[ recovery-image] Jul 01 19:27:24.507 INFO O| Jul 01 19:27:24.507 INFO skip step because feature "recovery" is enabled
50162026-07-01T19:27:25.035Z[ recovery-image] Jul 01 19:27:24.507 INFO O| Jul 01 19:27:24.507 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50172026-07-01T19:27:25.067Z[ recovery-image] Jul 01 19:27:24.513 INFO O| Jul 01 19:27:24.513 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50182026-07-01T19:27:25.067Z[ recovery-image] Jul 01 19:27:24.515 INFO O| Jul 01 19:27:24.515 INFO STEP 11 (remove_files) COMPLETE
50192026-07-01T19:27:25.067Z[ recovery-image] Jul 01 19:27:24.515 INFO O| Jul 01 19:27:24.515 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50202026-07-01T19:27:25.075Z[ recovery-image] Jul 01 19:27:24.522 INFO O| Jul 01 19:27:24.522 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50212026-07-01T19:27:25.075Z[ recovery-image] Jul 01 19:27:24.522 INFO O| Jul 01 19:27:24.522 INFO STEP 12 (remove_files) COMPLETE
50222026-07-01T19:27:25.075Z[ recovery-image] Jul 01 19:27:24.522 INFO O| Jul 01 19:27:24.522 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-07-01T19:27:25.075Z[ recovery-image] Jul 01 19:27:24.528 INFO O| Jul 01 19:27:24.528 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50242026-07-01T19:27:25.075Z[ recovery-image] Jul 01 19:27:24.529 INFO O| Jul 01 19:27:24.529 INFO STEP 13 (remove_files) COMPLETE
50252026-07-01T19:27:25.075Z[ recovery-image] Jul 01 19:27:24.529 INFO O| Jul 01 19:27:24.529 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50262026-07-01T19:27:25.075Z[ recovery-image] Jul 01 19:27:24.538 INFO O| Jul 01 19:27:24.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50272026-07-01T19:27:25.075Z[ recovery-image] Jul 01 19:27:24.538 INFO O| Jul 01 19:27:24.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50282026-07-01T19:27:25.206Z[ recovery-image] Jul 01 19:27:24.666 INFO O| Jul 01 19:27:24.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50292026-07-01T19:27:25.217Z[ recovery-image] Jul 01 19:27:24.670 INFO O| Jul 01 19:27:24.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50302026-07-01T19:27:25.217Z[ recovery-image] Jul 01 19:27:24.684 INFO O| Jul 01 19:27:24.684 INFO STEP 14 (remove_files) COMPLETE
50312026-07-01T19:27:25.217Z[ recovery-image] Jul 01 19:27:24.684 INFO O| Jul 01 19:27:24.684 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50322026-07-01T19:27:25.224Z[ recovery-image] Jul 01 19:27:24.692 INFO O| Jul 01 19:27:24.692 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50332026-07-01T19:27:25.225Z[ recovery-image] Jul 01 19:27:24.693 INFO O| Jul 01 19:27:24.693 INFO STEP 15 (remove_files) COMPLETE
50342026-07-01T19:27:25.225Z[ recovery-image] Jul 01 19:27:24.693 INFO O| Jul 01 19:27:24.693 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-07-01T19:27:25.225Z[ recovery-image] Jul 01 19:27:24.699 INFO O| Jul 01 19:27:24.699 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50362026-07-01T19:27:25.229Z[ recovery-image] Jul 01 19:27:24.705 INFO O| Jul 01 19:27:24.705 INFO STEP 16 (remove_files) COMPLETE
50372026-07-01T19:27:25.229Z[ recovery-image] Jul 01 19:27:24.705 INFO O| Jul 01 19:27:24.705 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-07-01T19:27:25.232Z[ host-image] Jul 01 19:27:24.709 INFO O| Jul 01 19:27:24.708 INFO O| Finalize: Creating fast lookup database ... Done
50392026-07-01T19:27:25.236Z[ recovery-image] Jul 01 19:27:24.714 INFO O| Jul 01 19:27:24.714 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50402026-07-01T19:27:25.249Z[ recovery-image] Jul 01 19:27:24.714 INFO O| Jul 01 19:27:24.714 INFO STEP 17 (remove_files) COMPLETE
50412026-07-01T19:27:25.249Z[ recovery-image] Jul 01 19:27:24.714 INFO O| Jul 01 19:27:24.714 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-07-01T19:27:25.249Z[ recovery-image] Jul 01 19:27:24.721 INFO O| Jul 01 19:27:24.721 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50432026-07-01T19:27:25.249Z[ recovery-image] Jul 01 19:27:24.722 INFO O| Jul 01 19:27:24.722 INFO STEP 18 (remove_files) COMPLETE
50442026-07-01T19:27:25.249Z[ recovery-image] Jul 01 19:27:24.722 INFO O| Jul 01 19:27:24.722 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-07-01T19:27:25.262Z[ recovery-image] Jul 01 19:27:24.728 INFO O| Jul 01 19:27:24.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50462026-07-01T19:27:25.262Z[ recovery-image] Jul 01 19:27:24.728 INFO O| Jul 01 19:27:24.728 INFO STEP 19 (remove_files) COMPLETE
50472026-07-01T19:27:25.262Z[ recovery-image] Jul 01 19:27:24.728 INFO O| Jul 01 19:27:24.728 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-07-01T19:27:25.263Z[ host-image] Jul 01 19:27:24.733 INFO O| Jul 01 19:27:24.733 INFO O| Finalize: Reading search index ... Done
50492026-07-01T19:27:25.263Z[ host-image] Jul 01 19:27:24.733 INFO O| Jul 01 19:27:24.733 INFO O| Finalize: Updating search index ... Done
50502026-07-01T19:27:25.271Z[ recovery-image] Jul 01 19:27:24.734 INFO O| Jul 01 19:27:24.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50512026-07-01T19:27:25.271Z[ recovery-image] Jul 01 19:27:24.734 INFO O| Jul 01 19:27:24.734 INFO STEP 20 (remove_files) COMPLETE
50522026-07-01T19:27:25.271Z[ recovery-image] Jul 01 19:27:24.734 INFO O| Jul 01 19:27:24.734 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-07-01T19:27:25.271Z[ recovery-image] Jul 01 19:27:24.742 INFO O| Jul 01 19:27:24.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50542026-07-01T19:27:25.272Z[ recovery-image] Jul 01 19:27:24.742 INFO O| Jul 01 19:27:24.742 INFO STEP 21 (remove_files) COMPLETE
50552026-07-01T19:27:25.272Z[ recovery-image] Jul 01 19:27:24.742 INFO O| Jul 01 19:27:24.742 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-07-01T19:27:25.272Z[ host-image] Jul 01 19:27:24.743 INFO O| Jul 01 19:27:24.743 INFO O| Finalize: Updating package cache ... Done
50572026-07-01T19:27:25.272Z[ recovery-image] Jul 01 19:27:24.748 INFO O| Jul 01 19:27:24.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50582026-07-01T19:27:25.272Z[ recovery-image] Jul 01 19:27:24.748 INFO O| Jul 01 19:27:24.748 INFO STEP 22 (remove_files) COMPLETE
50592026-07-01T19:27:25.272Z[ recovery-image] Jul 01 19:27:24.748 INFO O| Jul 01 19:27:24.748 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-07-01T19:27:25.279Z[ recovery-image] Jul 01 19:27:24.754 INFO O| Jul 01 19:27:24.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50612026-07-01T19:27:25.279Z[ recovery-image] Jul 01 19:27:24.754 INFO O| Jul 01 19:27:24.754 INFO STEP 23 (remove_files) COMPLETE
50622026-07-01T19:27:25.295Z[ recovery-image] Jul 01 19:27:24.754 INFO O| Jul 01 19:27:24.754 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-07-01T19:27:25.295Z[ recovery-image] Jul 01 19:27:24.760 INFO O| Jul 01 19:27:24.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50642026-07-01T19:27:25.295Z[ recovery-image] Jul 01 19:27:24.760 INFO O| Jul 01 19:27:24.760 INFO STEP 24 (remove_files) COMPLETE
50652026-07-01T19:27:25.296Z[ recovery-image] Jul 01 19:27:24.760 INFO O| Jul 01 19:27:24.760 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-07-01T19:27:25.302Z[ recovery-image] Jul 01 19:27:24.768 INFO O| Jul 01 19:27:24.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50672026-07-01T19:27:25.302Z[ recovery-image] Jul 01 19:27:24.768 INFO O| Jul 01 19:27:24.768 INFO STEP 25 (remove_files) COMPLETE
50682026-07-01T19:27:25.302Z[ recovery-image] Jul 01 19:27:24.768 INFO O| Jul 01 19:27:24.768 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-07-01T19:27:25.302Z[ recovery-image] Jul 01 19:27:24.776 INFO O| Jul 01 19:27:24.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50702026-07-01T19:27:25.302Z[ recovery-image] Jul 01 19:27:24.776 INFO O| Jul 01 19:27:24.776 INFO STEP 26 (remove_files) COMPLETE
50712026-07-01T19:27:25.302Z[ recovery-image] Jul 01 19:27:24.776 INFO O| Jul 01 19:27:24.776 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-07-01T19:27:25.306Z[ recovery-image] Jul 01 19:27:24.783 INFO O| Jul 01 19:27:24.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50732026-07-01T19:27:25.306Z[ recovery-image] Jul 01 19:27:24.783 INFO O| Jul 01 19:27:24.783 INFO STEP 27 (remove_files) COMPLETE
50742026-07-01T19:27:25.306Z[ recovery-image] Jul 01 19:27:24.783 INFO O| Jul 01 19:27:24.783 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-07-01T19:27:25.316Z[ recovery-image] Jul 01 19:27:24.793 INFO O| Jul 01 19:27:24.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50762026-07-01T19:27:25.316Z[ recovery-image] Jul 01 19:27:24.793 INFO O| Jul 01 19:27:24.793 INFO STEP 28 (remove_files) COMPLETE
50772026-07-01T19:27:25.330Z[ recovery-image] Jul 01 19:27:24.793 INFO O| Jul 01 19:27:24.793 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-07-01T19:27:25.330Z[ recovery-image] Jul 01 19:27:24.801 INFO O| Jul 01 19:27:24.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50792026-07-01T19:27:25.332Z[ recovery-image] Jul 01 19:27:24.801 INFO O| Jul 01 19:27:24.801 INFO STEP 29 (remove_files) COMPLETE
50802026-07-01T19:27:25.332Z[ recovery-image] Jul 01 19:27:24.801 INFO O| Jul 01 19:27:24.801 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-07-01T19:27:25.337Z[ recovery-image] Jul 01 19:27:24.807 INFO O| Jul 01 19:27:24.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50822026-07-01T19:27:25.337Z[ recovery-image] Jul 01 19:27:24.807 INFO O| Jul 01 19:27:24.807 INFO STEP 30 (remove_files) COMPLETE
50832026-07-01T19:27:25.337Z[ recovery-image] Jul 01 19:27:24.807 INFO O| Jul 01 19:27:24.807 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-07-01T19:27:25.337Z[ recovery-image] Jul 01 19:27:24.813 INFO O| Jul 01 19:27:24.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50852026-07-01T19:27:25.337Z[ recovery-image] Jul 01 19:27:24.813 INFO O| Jul 01 19:27:24.813 INFO STEP 31 (remove_files) COMPLETE
50862026-07-01T19:27:25.337Z[ recovery-image] Jul 01 19:27:24.813 INFO O| Jul 01 19:27:24.813 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-07-01T19:27:25.342Z[ recovery-image] Jul 01 19:27:24.819 INFO O| Jul 01 19:27:24.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50882026-07-01T19:27:25.342Z[ recovery-image] Jul 01 19:27:24.819 INFO O| Jul 01 19:27:24.819 INFO STEP 32 (remove_files) COMPLETE
50892026-07-01T19:27:25.347Z[ recovery-image] Jul 01 19:27:24.819 INFO O| Jul 01 19:27:24.819 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-07-01T19:27:25.351Z[ recovery-image] Jul 01 19:27:24.826 INFO O| Jul 01 19:27:24.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50912026-07-01T19:27:25.351Z[ recovery-image] Jul 01 19:27:24.827 INFO O| Jul 01 19:27:24.826 INFO STEP 33 (remove_files) COMPLETE
50922026-07-01T19:27:25.351Z[ recovery-image] Jul 01 19:27:24.827 INFO O| Jul 01 19:27:24.826 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-07-01T19:27:25.357Z[ recovery-image] Jul 01 19:27:24.833 INFO O| Jul 01 19:27:24.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50942026-07-01T19:27:25.357Z[ recovery-image] Jul 01 19:27:24.833 INFO O| Jul 01 19:27:24.833 INFO STEP 34 (remove_files) COMPLETE
50952026-07-01T19:27:25.357Z[ recovery-image] Jul 01 19:27:24.833 INFO O| Jul 01 19:27:24.833 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-07-01T19:27:25.378Z[ recovery-image] Jul 01 19:27:24.838 INFO O| Jul 01 19:27:24.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50972026-07-01T19:27:25.378Z[ recovery-image] Jul 01 19:27:24.838 INFO O| Jul 01 19:27:24.838 INFO STEP 35 (remove_files) COMPLETE
50982026-07-01T19:27:25.378Z[ recovery-image] Jul 01 19:27:24.838 INFO O| Jul 01 19:27:24.838 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-07-01T19:27:25.378Z[ recovery-image] Jul 01 19:27:24.844 INFO O| Jul 01 19:27:24.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51002026-07-01T19:27:25.378Z[ recovery-image] Jul 01 19:27:24.844 INFO O| Jul 01 19:27:24.844 INFO STEP 36 (remove_files) COMPLETE
51012026-07-01T19:27:25.378Z[ recovery-image] Jul 01 19:27:24.844 INFO O| Jul 01 19:27:24.844 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-07-01T19:27:25.380Z[ recovery-image] Jul 01 19:27:24.852 INFO O| Jul 01 19:27:24.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51032026-07-01T19:27:25.380Z[ recovery-image] Jul 01 19:27:24.852 INFO O| Jul 01 19:27:24.852 INFO STEP 37 (remove_files) COMPLETE
51042026-07-01T19:27:25.380Z[ recovery-image] Jul 01 19:27:24.852 INFO O| Jul 01 19:27:24.852 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-07-01T19:27:25.393Z[ recovery-image] Jul 01 19:27:24.860 INFO O| Jul 01 19:27:24.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51062026-07-01T19:27:25.393Z[ recovery-image] Jul 01 19:27:24.860 INFO O| Jul 01 19:27:24.860 INFO STEP 38 (remove_files) COMPLETE
51072026-07-01T19:27:25.393Z[ recovery-image] Jul 01 19:27:24.860 INFO O| Jul 01 19:27:24.860 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-07-01T19:27:25.401Z[ host-image] Jul 01 19:27:24.866 INFO O| Jul 01 19:27:24.866 INFO STEP 14 (pkg_install) COMPLETE
51092026-07-01T19:27:25.401Z[ host-image] Jul 01 19:27:24.866 INFO O| Jul 01 19:27:24.866 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51102026-07-01T19:27:25.401Z[ host-image] Jul 01 19:27:24.866 INFO O| Jul 01 19:27:24.866 INFO skip step because feature "mfg" is not enabled
51112026-07-01T19:27:25.401Z[ host-image] Jul 01 19:27:24.866 INFO O| Jul 01 19:27:24.866 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51122026-07-01T19:27:25.401Z[ host-image] Jul 01 19:27:24.866 INFO O| Jul 01 19:27:24.866 INFO skip step because feature "compliance" is not enabled
51132026-07-01T19:27:25.401Z[ host-image] Jul 01 19:27:24.866 INFO O| Jul 01 19:27:24.866 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51142026-07-01T19:27:25.401Z[ host-image] Jul 01 19:27:24.866 INFO O| Jul 01 19:27:24.866 INFO skip step because feature "stress" is not enabled
51152026-07-01T19:27:25.401Z[ host-image] Jul 01 19:27:24.866 INFO O| Jul 01 19:27:24.866 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51162026-07-01T19:27:25.401Z[ host-image] Jul 01 19:27:24.866 INFO O| Jul 01 19:27:24.866 INFO skip step because feature "compliance" is not enabled
51172026-07-01T19:27:25.402Z[ host-image] Jul 01 19:27:24.866 INFO O| Jul 01 19:27:24.866 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51182026-07-01T19:27:25.402Z[ host-image] Jul 01 19:27:24.866 INFO O| Jul 01 19:27:24.866 INFO skip step because feature "nfs" is not enabled
51192026-07-01T19:27:25.402Z[ host-image] Jul 01 19:27:24.866 INFO O| Jul 01 19:27:24.866 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
51202026-07-01T19:27:25.402Z[ host-image] Jul 01 19:27:24.866 INFO O| Jul 01 19:27:24.866 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
51212026-07-01T19:27:25.402Z[ recovery-image] Jul 01 19:27:24.868 INFO O| Jul 01 19:27:24.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51222026-07-01T19:27:25.402Z[ recovery-image] Jul 01 19:27:24.868 INFO O| Jul 01 19:27:24.868 INFO STEP 39 (remove_files) COMPLETE
51232026-07-01T19:27:25.402Z[ recovery-image] Jul 01 19:27:24.868 INFO O| Jul 01 19:27:24.868 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-07-01T19:27:25.407Z[ recovery-image] Jul 01 19:27:24.885 INFO O| Jul 01 19:27:24.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51252026-07-01T19:27:25.407Z[ recovery-image] Jul 01 19:27:24.885 INFO O| Jul 01 19:27:24.885 INFO STEP 40 (remove_files) COMPLETE
51262026-07-01T19:27:25.411Z[ recovery-image] Jul 01 19:27:24.885 INFO O| Jul 01 19:27:24.885 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-07-01T19:27:25.415Z[ recovery-image] Jul 01 19:27:24.892 INFO O| Jul 01 19:27:24.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51282026-07-01T19:27:25.416Z[ recovery-image] Jul 01 19:27:24.892 INFO O| Jul 01 19:27:24.892 INFO STEP 41 (remove_files) COMPLETE
51292026-07-01T19:27:25.416Z[ recovery-image] Jul 01 19:27:24.892 INFO O| Jul 01 19:27:24.892 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-07-01T19:27:25.427Z[ recovery-image] Jul 01 19:27:24.898 INFO O| Jul 01 19:27:24.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51312026-07-01T19:27:25.427Z[ recovery-image] Jul 01 19:27:24.898 INFO O| Jul 01 19:27:24.898 INFO STEP 42 (remove_files) COMPLETE
51322026-07-01T19:27:25.427Z[ recovery-image] Jul 01 19:27:24.898 INFO O| Jul 01 19:27:24.898 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-07-01T19:27:25.433Z[ recovery-image] Jul 01 19:27:24.904 INFO O| Jul 01 19:27:24.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51342026-07-01T19:27:25.433Z[ recovery-image] Jul 01 19:27:24.904 INFO O| Jul 01 19:27:24.904 INFO STEP 43 (remove_files) COMPLETE
51352026-07-01T19:27:25.433Z[ recovery-image] Jul 01 19:27:24.904 INFO O| Jul 01 19:27:24.904 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-07-01T19:27:25.438Z[ recovery-image] Jul 01 19:27:24.914 INFO O| Jul 01 19:27:24.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51372026-07-01T19:27:25.438Z[ recovery-image] Jul 01 19:27:24.914 INFO O| Jul 01 19:27:24.914 INFO STEP 44 (remove_files) COMPLETE
51382026-07-01T19:27:25.442Z[ recovery-image] Jul 01 19:27:24.914 INFO O| Jul 01 19:27:24.914 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-07-01T19:27:25.446Z[ recovery-image] Jul 01 19:27:24.922 INFO O| Jul 01 19:27:24.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51402026-07-01T19:27:25.446Z[ recovery-image] Jul 01 19:27:24.922 INFO O| Jul 01 19:27:24.922 INFO STEP 45 (remove_files) COMPLETE
51412026-07-01T19:27:25.446Z[ recovery-image] Jul 01 19:27:24.922 INFO O| Jul 01 19:27:24.922 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-07-01T19:27:25.452Z[ recovery-image] Jul 01 19:27:24.929 INFO O| Jul 01 19:27:24.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51432026-07-01T19:27:25.459Z[ recovery-image] Jul 01 19:27:24.930 INFO O| Jul 01 19:27:24.930 INFO STEP 46 (remove_files) COMPLETE
51442026-07-01T19:27:25.459Z[ recovery-image] Jul 01 19:27:24.930 INFO O| Jul 01 19:27:24.930 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-07-01T19:27:25.466Z[ recovery-image] Jul 01 19:27:24.936 INFO O| Jul 01 19:27:24.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51462026-07-01T19:27:25.466Z[ recovery-image] Jul 01 19:27:24.936 INFO O| Jul 01 19:27:24.936 INFO STEP 47 (remove_files) COMPLETE
51472026-07-01T19:27:25.467Z[ recovery-image] Jul 01 19:27:24.936 INFO O| Jul 01 19:27:24.936 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-07-01T19:27:25.484Z[ recovery-image] Jul 01 19:27:24.945 INFO O| Jul 01 19:27:24.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51492026-07-01T19:27:25.484Z[ recovery-image] Jul 01 19:27:24.945 INFO O| Jul 01 19:27:24.945 INFO STEP 48 (remove_files) COMPLETE
51502026-07-01T19:27:25.484Z[ recovery-image] Jul 01 19:27:24.945 INFO O| Jul 01 19:27:24.945 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-07-01T19:27:25.492Z[ recovery-image] Jul 01 19:27:24.952 INFO O| Jul 01 19:27:24.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51522026-07-01T19:27:25.492Z[ recovery-image] Jul 01 19:27:24.952 INFO O| Jul 01 19:27:24.952 INFO STEP 49 (remove_files) COMPLETE
51532026-07-01T19:27:25.492Z[ recovery-image] Jul 01 19:27:24.952 INFO O| Jul 01 19:27:24.952 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-07-01T19:27:25.493Z[ recovery-image] Jul 01 19:27:24.961 INFO O| Jul 01 19:27:24.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51552026-07-01T19:27:25.493Z[ recovery-image] Jul 01 19:27:24.961 INFO O| Jul 01 19:27:24.961 INFO STEP 50 (remove_files) COMPLETE
51562026-07-01T19:27:25.493Z[ recovery-image] Jul 01 19:27:24.961 INFO O| Jul 01 19:27:24.961 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-07-01T19:27:25.506Z[ recovery-image] Jul 01 19:27:24.968 INFO O| Jul 01 19:27:24.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51582026-07-01T19:27:25.506Z[ recovery-image] Jul 01 19:27:24.968 INFO O| Jul 01 19:27:24.968 INFO STEP 51 (remove_files) COMPLETE
51592026-07-01T19:27:25.506Z[ recovery-image] Jul 01 19:27:24.968 INFO O| Jul 01 19:27:24.968 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-07-01T19:27:25.506Z[ recovery-image] Jul 01 19:27:24.975 INFO O| Jul 01 19:27:24.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51612026-07-01T19:27:25.506Z[ recovery-image] Jul 01 19:27:24.976 INFO O| Jul 01 19:27:24.976 INFO STEP 52 (remove_files) COMPLETE
51622026-07-01T19:27:25.506Z[ recovery-image] Jul 01 19:27:24.976 INFO O| Jul 01 19:27:24.976 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-07-01T19:27:25.509Z[ host-image] Jul 01 19:27:24.978 INFO O| Jul 01 19:27:24.978 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
51642026-07-01T19:27:25.509Z[ recovery-image] Jul 01 19:27:24.984 INFO O| Jul 01 19:27:24.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51652026-07-01T19:27:25.509Z[ recovery-image] Jul 01 19:27:24.984 INFO O| Jul 01 19:27:24.984 INFO STEP 53 (remove_files) COMPLETE
51662026-07-01T19:27:25.509Z[ recovery-image] Jul 01 19:27:24.984 INFO O| Jul 01 19:27:24.984 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-07-01T19:27:25.518Z[ recovery-image] Jul 01 19:27:24.992 INFO O| Jul 01 19:27:24.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51682026-07-01T19:27:25.531Z[ recovery-image] Jul 01 19:27:24.992 INFO O| Jul 01 19:27:24.992 INFO STEP 54 (remove_files) COMPLETE
51692026-07-01T19:27:25.531Z[ recovery-image] Jul 01 19:27:24.992 INFO O| Jul 01 19:27:24.992 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-07-01T19:27:25.545Z[ recovery-image] Jul 01 19:27:25.003 INFO O| Jul 01 19:27:25.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51712026-07-01T19:27:25.546Z[ recovery-image] Jul 01 19:27:25.003 INFO O| Jul 01 19:27:25.003 INFO STEP 55 (remove_files) COMPLETE
51722026-07-01T19:27:25.546Z[ recovery-image] Jul 01 19:27:25.003 INFO O| Jul 01 19:27:25.003 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-07-01T19:27:25.546Z[ recovery-image] Jul 01 19:27:25.013 INFO O| Jul 01 19:27:25.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51742026-07-01T19:27:25.546Z[ recovery-image] Jul 01 19:27:25.013 INFO O| Jul 01 19:27:25.013 INFO STEP 56 (remove_files) COMPLETE
51752026-07-01T19:27:25.546Z[ recovery-image] Jul 01 19:27:25.013 INFO O| Jul 01 19:27:25.013 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-07-01T19:27:25.553Z[ recovery-image] Jul 01 19:27:25.022 INFO O| Jul 01 19:27:25.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51772026-07-01T19:27:25.553Z[ recovery-image] Jul 01 19:27:25.022 INFO O| Jul 01 19:27:25.022 INFO STEP 57 (remove_files) COMPLETE
51782026-07-01T19:27:25.553Z[ recovery-image] Jul 01 19:27:25.022 INFO O| Jul 01 19:27:25.022 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-07-01T19:27:25.560Z[ recovery-image] Jul 01 19:27:25.029 INFO O| Jul 01 19:27:25.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51802026-07-01T19:27:25.560Z[ recovery-image] Jul 01 19:27:25.029 INFO O| Jul 01 19:27:25.029 INFO STEP 58 (remove_files) COMPLETE
51812026-07-01T19:27:25.560Z[ recovery-image] Jul 01 19:27:25.029 INFO O| Jul 01 19:27:25.029 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-07-01T19:27:25.560Z[ recovery-image] Jul 01 19:27:25.035 INFO O| Jul 01 19:27:25.035 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51832026-07-01T19:27:25.560Z[ recovery-image] Jul 01 19:27:25.035 INFO O| Jul 01 19:27:25.035 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51842026-07-01T19:27:25.560Z[ recovery-image] Jul 01 19:27:25.035 INFO O| Jul 01 19:27:25.035 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51852026-07-01T19:27:25.560Z[ recovery-image] Jul 01 19:27:25.035 INFO O| Jul 01 19:27:25.035 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51862026-07-01T19:27:25.560Z[ recovery-image] Jul 01 19:27:25.035 INFO O| Jul 01 19:27:25.035 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51872026-07-01T19:27:25.560Z[ recovery-image] Jul 01 19:27:25.035 INFO O| Jul 01 19:27:25.035 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51882026-07-01T19:27:25.560Z[ recovery-image] Jul 01 19:27:25.035 INFO O| Jul 01 19:27:25.035 INFO ok!
51892026-07-01T19:27:25.560Z[ recovery-image] Jul 01 19:27:25.035 INFO O| Jul 01 19:27:25.035 INFO STEP 59 (ensure_file) COMPLETE
51902026-07-01T19:27:25.560Z[ recovery-image] Jul 01 19:27:25.035 INFO O| Jul 01 19:27:25.035 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-07-01T19:27:25.567Z[ recovery-image] Jul 01 19:27:25.044 INFO O| Jul 01 19:27:25.044 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51922026-07-01T19:27:25.567Z[ recovery-image] Jul 01 19:27:25.044 INFO O| Jul 01 19:27:25.044 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51932026-07-01T19:27:25.573Z[ recovery-image] Jul 01 19:27:25.044 INFO O| Jul 01 19:27:25.044 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51942026-07-01T19:27:25.574Z[ recovery-image] Jul 01 19:27:25.044 INFO O| Jul 01 19:27:25.044 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51952026-07-01T19:27:25.574Z[ recovery-image] Jul 01 19:27:25.044 INFO O| Jul 01 19:27:25.044 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51962026-07-01T19:27:25.574Z[ recovery-image] Jul 01 19:27:25.044 INFO O| Jul 01 19:27:25.044 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51972026-07-01T19:27:25.574Z[ recovery-image] Jul 01 19:27:25.044 INFO O| Jul 01 19:27:25.044 INFO ok!
51982026-07-01T19:27:25.574Z[ recovery-image] Jul 01 19:27:25.044 INFO O| Jul 01 19:27:25.044 INFO STEP 60 (ensure_file) COMPLETE
51992026-07-01T19:27:25.574Z[ recovery-image] Jul 01 19:27:25.044 INFO O| Jul 01 19:27:25.044 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-07-01T19:27:25.577Z[ recovery-image] Jul 01 19:27:25.051 INFO O| Jul 01 19:27:25.051 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52012026-07-01T19:27:25.577Z[ recovery-image] Jul 01 19:27:25.051 INFO O| Jul 01 19:27:25.051 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52022026-07-01T19:27:25.577Z[ recovery-image] Jul 01 19:27:25.051 INFO O| Jul 01 19:27:25.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52032026-07-01T19:27:25.577Z[ recovery-image] Jul 01 19:27:25.051 INFO O| Jul 01 19:27:25.051 INFO ok!
52042026-07-01T19:27:25.578Z[ recovery-image] Jul 01 19:27:25.051 INFO O| Jul 01 19:27:25.051 INFO STEP 61 (ensure_file) COMPLETE
52052026-07-01T19:27:25.578Z[ recovery-image] Jul 01 19:27:25.051 INFO O| Jul 01 19:27:25.051 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-07-01T19:27:25.580Z[ recovery-image] Jul 01 19:27:25.058 INFO O| Jul 01 19:27:25.058 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52072026-07-01T19:27:25.580Z[ recovery-image] Jul 01 19:27:25.058 INFO O| Jul 01 19:27:25.058 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52082026-07-01T19:27:25.586Z[ recovery-image] Jul 01 19:27:25.058 INFO O| Jul 01 19:27:25.058 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52092026-07-01T19:27:25.586Z[ recovery-image] Jul 01 19:27:25.058 INFO O| Jul 01 19:27:25.058 INFO ok!
52102026-07-01T19:27:25.587Z[ recovery-image] Jul 01 19:27:25.058 INFO O| Jul 01 19:27:25.058 INFO STEP 62 (ensure_file) COMPLETE
52112026-07-01T19:27:25.587Z[ recovery-image] Jul 01 19:27:25.058 INFO O| Jul 01 19:27:25.058 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-07-01T19:27:25.595Z[ recovery-image] Jul 01 19:27:25.066 INFO O| Jul 01 19:27:25.066 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52132026-07-01T19:27:25.595Z[ recovery-image] Jul 01 19:27:25.066 INFO O| Jul 01 19:27:25.066 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52142026-07-01T19:27:25.595Z[ recovery-image] Jul 01 19:27:25.066 INFO O| Jul 01 19:27:25.066 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52152026-07-01T19:27:25.595Z[ recovery-image] Jul 01 19:27:25.066 INFO O| Jul 01 19:27:25.066 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52162026-07-01T19:27:25.595Z[ recovery-image] Jul 01 19:27:25.066 INFO O| Jul 01 19:27:25.066 INFO ok!
52172026-07-01T19:27:25.595Z[ recovery-image] Jul 01 19:27:25.066 INFO O| Jul 01 19:27:25.066 INFO STEP 63 (ensure_file) COMPLETE
52182026-07-01T19:27:25.595Z[ recovery-image] Jul 01 19:27:25.066 INFO O| Jul 01 19:27:25.066 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52192026-07-01T19:27:25.603Z[ recovery-image] Jul 01 19:27:25.073 INFO O| Jul 01 19:27:25.073 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52202026-07-01T19:27:25.603Z[ recovery-image] Jul 01 19:27:25.073 INFO O| Jul 01 19:27:25.073 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52212026-07-01T19:27:25.603Z[ recovery-image] Jul 01 19:27:25.073 INFO O| Jul 01 19:27:25.073 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52222026-07-01T19:27:25.603Z[ recovery-image] Jul 01 19:27:25.073 INFO O| Jul 01 19:27:25.073 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52232026-07-01T19:27:25.603Z[ recovery-image] Jul 01 19:27:25.073 INFO O| Jul 01 19:27:25.073 INFO ok!
52242026-07-01T19:27:25.603Z[ recovery-image] Jul 01 19:27:25.073 INFO O| Jul 01 19:27:25.073 INFO STEP 64 (ensure_file) COMPLETE
52252026-07-01T19:27:25.603Z[ recovery-image] Jul 01 19:27:25.073 INFO O| Jul 01 19:27:25.073 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52262026-07-01T19:27:25.603Z[ host-image] Jul 01 19:27:25.076 INFO O| Jul 01 19:27:25.076 INFO completed processing sled/ramdisk-01-os
52272026-07-01T19:27:25.603Z[ host-image] Jul 01 19:27:25.078 INFO omicron1 baseline generation...
52282026-07-01T19:27:25.603Z[ host-image] Jul 01 19:27:25.078 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
52292026-07-01T19:27:25.608Z[ recovery-image] Jul 01 19:27:25.081 INFO O| Jul 01 19:27:25.081 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52302026-07-01T19:27:25.608Z[ recovery-image] Jul 01 19:27:25.081 INFO O| Jul 01 19:27:25.081 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52312026-07-01T19:27:25.608Z[ recovery-image] Jul 01 19:27:25.081 INFO O| Jul 01 19:27:25.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52322026-07-01T19:27:25.608Z[ recovery-image] Jul 01 19:27:25.081 INFO O| Jul 01 19:27:25.081 INFO ok!
52332026-07-01T19:27:25.608Z[ recovery-image] Jul 01 19:27:25.081 INFO O| Jul 01 19:27:25.081 INFO STEP 65 (assemble_files) COMPLETE
52342026-07-01T19:27:25.608Z[ recovery-image] Jul 01 19:27:25.081 INFO O| Jul 01 19:27:25.081 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52352026-07-01T19:27:25.611Z[ recovery-image] Jul 01 19:27:25.088 INFO O| Jul 01 19:27:25.088 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52362026-07-01T19:27:25.611Z[ recovery-image] Jul 01 19:27:25.088 INFO O| Jul 01 19:27:25.088 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52372026-07-01T19:27:25.611Z[ recovery-image] Jul 01 19:27:25.088 INFO O| Jul 01 19:27:25.088 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52382026-07-01T19:27:25.611Z[ recovery-image] Jul 01 19:27:25.088 INFO O| Jul 01 19:27:25.088 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52392026-07-01T19:27:25.611Z[ recovery-image] Jul 01 19:27:25.088 INFO O| Jul 01 19:27:25.088 INFO ok!
52402026-07-01T19:27:25.611Z[ recovery-image] Jul 01 19:27:25.088 INFO O| Jul 01 19:27:25.088 INFO STEP 66 (ensure_file) COMPLETE
52412026-07-01T19:27:25.612Z[ recovery-image] Jul 01 19:27:25.088 INFO O| Jul 01 19:27:25.088 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52422026-07-01T19:27:25.612Z[ recovery-image] Jul 01 19:27:25.088 INFO O| Jul 01 19:27:25.088 INFO skip step because feature "omicron1" is not enabled
52432026-07-01T19:27:25.612Z[ recovery-image] Jul 01 19:27:25.088 INFO O| Jul 01 19:27:25.088 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-07-01T19:27:25.612Z[ recovery-image] Jul 01 19:27:25.088 INFO O| Jul 01 19:27:25.088 INFO skip step because feature "omicron1" is not enabled
52452026-07-01T19:27:25.612Z[ recovery-image] Jul 01 19:27:25.088 INFO O| Jul 01 19:27:25.088 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52462026-07-01T19:27:25.613Z[ recovery-image] Jul 01 19:27:25.088 INFO O| Jul 01 19:27:25.088 INFO skip step because feature "omicron1" is not enabled
52472026-07-01T19:27:25.613Z[ recovery-image] Jul 01 19:27:25.088 INFO O| Jul 01 19:27:25.088 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52482026-07-01T19:27:25.620Z[ recovery-image] Jul 01 19:27:25.097 INFO O| Jul 01 19:27:25.097 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52492026-07-01T19:27:25.628Z[ recovery-image] Jul 01 19:27:25.097 INFO O| Jul 01 19:27:25.097 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52502026-07-01T19:27:25.925Z[ host-image] Jul 01 19:27:25.400 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24068:20260625T122325Z
52512026-07-01T19:27:26.771Z[ recovery-image] Jul 01 19:27:26.242 INFO O| Jul 01 19:27:26.242 INFO STEP 70 (pack_tar) COMPLETE
52522026-07-01T19:27:26.771Z[ recovery-image] Jul 01 19:27:26.242 INFO O| Jul 01 19:27:26.242 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52532026-07-01T19:27:26.771Z[ recovery-image] Jul 01 19:27:26.242 INFO O| Jul 01 19:27:26.242 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52542026-07-01T19:27:28.025Z[ recovery-image] Jul 01 19:27:27.499 INFO O| Jul 01 19:27:27.498 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52552026-07-01T19:27:28.175Z[ recovery-image] Jul 01 19:27:27.651 INFO O| Jul 01 19:27:27.651 INFO completed processing sled/ramdisk-02-trim
52562026-07-01T19:27:28.183Z[ recovery-image] Jul 01 19:27:27.653 INFO image builder template: ramdisk-03-recovery-trim...
52572026-07-01T19:27:28.184Z[ recovery-image] Jul 01 19:27:27.653 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/.tmpsBAP65/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52582026-07-01T19:27:28.184Z[ recovery-image] Jul 01 19:27:27.657 INFO O| Jul 01 19:27:27.657 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52592026-07-01T19:27:28.313Z[ recovery-image] Jul 01 19:27:27.733 INFO O| Jul 01 19:27:27.733 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52602026-07-01T19:27:28.371Z[ recovery-image] Jul 01 19:27:27.736 INFO O| Jul 01 19:27:27.736 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52612026-07-01T19:27:28.382Z[ recovery-image] Jul 01 19:27:27.824 INFO O| Jul 01 19:27:27.824 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52622026-07-01T19:27:28.400Z[ recovery-image] Jul 01 19:27:27.876 INFO O| Jul 01 19:27:27.876 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52632026-07-01T19:27:28.400Z[ recovery-image] Jul 01 19:27:27.876 INFO O| Jul 01 19:27:27.876 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52642026-07-01T19:27:28.415Z[ recovery-image] Jul 01 19:27:27.881 INFO O| Jul 01 19:27:27.881 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52652026-07-01T19:27:28.421Z[ recovery-image] Jul 01 19:27:27.885 INFO O| Jul 01 19:27:27.885 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52662026-07-01T19:27:28.421Z[ recovery-image] Jul 01 19:27:27.889 INFO O| Jul 01 19:27:27.889 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52672026-07-01T19:27:28.816Z[ recovery-image] Jul 01 19:27:28.293 INFO O| Jul 01 19:27:28.293 INFO rolled back to input snapshot; work may begin
52682026-07-01T19:27:28.817Z[ recovery-image] Jul 01 19:27:28.293 INFO O| Jul 01 19:27:28.293 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52692026-07-01T19:27:28.823Z[ recovery-image] Jul 01 19:27:28.297 INFO O| Jul 01 19:27:28.297 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-07-01T19:27:28.828Z[ recovery-image] Jul 01 19:27:28.304 INFO O| Jul 01 19:27:28.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52712026-07-01T19:27:28.834Z[ recovery-image] Jul 01 19:27:28.307 INFO O| Jul 01 19:27:28.307 INFO STEP 0 (remove_files) COMPLETE
52722026-07-01T19:27:28.834Z[ recovery-image] Jul 01 19:27:28.307 INFO O| Jul 01 19:27:28.307 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-07-01T19:27:28.843Z[ recovery-image] Jul 01 19:27:28.315 INFO O| Jul 01 19:27:28.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52742026-07-01T19:27:28.843Z[ recovery-image] Jul 01 19:27:28.315 INFO O| Jul 01 19:27:28.315 INFO STEP 1 (remove_files) COMPLETE
52752026-07-01T19:27:28.843Z[ recovery-image] Jul 01 19:27:28.315 INFO O| Jul 01 19:27:28.315 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-07-01T19:27:28.848Z[ recovery-image] Jul 01 19:27:28.323 INFO O| Jul 01 19:27:28.323 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52772026-07-01T19:27:28.848Z[ recovery-image] Jul 01 19:27:28.325 INFO O| Jul 01 19:27:28.325 INFO STEP 2 (remove_files) COMPLETE
52782026-07-01T19:27:28.848Z[ recovery-image] Jul 01 19:27:28.325 INFO O| Jul 01 19:27:28.325 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-07-01T19:27:28.855Z[ recovery-image] Jul 01 19:27:28.332 INFO O| Jul 01 19:27:28.332 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52802026-07-01T19:27:28.900Z[ recovery-image] Jul 01 19:27:28.377 INFO O| Jul 01 19:27:28.377 INFO STEP 3 (remove_files) COMPLETE
52812026-07-01T19:27:28.900Z[ recovery-image] Jul 01 19:27:28.377 INFO O| Jul 01 19:27:28.377 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-07-01T19:27:28.910Z[ recovery-image] Jul 01 19:27:28.386 INFO O| Jul 01 19:27:28.386 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52832026-07-01T19:27:28.918Z[ recovery-image] Jul 01 19:27:28.387 INFO O| Jul 01 19:27:28.387 INFO STEP 4 (remove_files) COMPLETE
52842026-07-01T19:27:28.918Z[ recovery-image] Jul 01 19:27:28.387 INFO O| Jul 01 19:27:28.387 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-07-01T19:27:28.921Z[ recovery-image] Jul 01 19:27:28.394 INFO O| Jul 01 19:27:28.394 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52862026-07-01T19:27:28.951Z[ recovery-image] Jul 01 19:27:28.428 INFO O| Jul 01 19:27:28.428 INFO STEP 5 (remove_files) COMPLETE
52872026-07-01T19:27:28.951Z[ recovery-image] Jul 01 19:27:28.428 INFO O| Jul 01 19:27:28.428 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-07-01T19:27:28.959Z[ recovery-image] Jul 01 19:27:28.436 INFO O| Jul 01 19:27:28.436 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52892026-07-01T19:27:28.973Z[ recovery-image] Jul 01 19:27:28.448 INFO O| Jul 01 19:27:28.448 INFO STEP 6 (remove_files) COMPLETE
52902026-07-01T19:27:28.973Z[ recovery-image] Jul 01 19:27:28.448 INFO O| Jul 01 19:27:28.448 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-07-01T19:27:28.980Z[ recovery-image] Jul 01 19:27:28.455 INFO O| Jul 01 19:27:28.455 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52922026-07-01T19:27:28.988Z[ recovery-image] Jul 01 19:27:28.457 INFO O| Jul 01 19:27:28.457 INFO STEP 7 (remove_files) COMPLETE
52932026-07-01T19:27:28.988Z[ recovery-image] Jul 01 19:27:28.457 INFO O| Jul 01 19:27:28.457 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-07-01T19:27:28.988Z[ recovery-image] Jul 01 19:27:28.463 INFO O| Jul 01 19:27:28.463 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52952026-07-01T19:27:28.991Z[ recovery-image] Jul 01 19:27:28.465 INFO O| Jul 01 19:27:28.465 INFO STEP 8 (remove_files) COMPLETE
52962026-07-01T19:27:28.991Z[ recovery-image] Jul 01 19:27:28.465 INFO O| Jul 01 19:27:28.465 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-07-01T19:27:28.994Z[ recovery-image] Jul 01 19:27:28.471 INFO O| Jul 01 19:27:28.471 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52982026-07-01T19:27:28.997Z[ recovery-image] Jul 01 19:27:28.473 INFO O| Jul 01 19:27:28.473 INFO STEP 9 (remove_files) COMPLETE
52992026-07-01T19:27:28.997Z[ recovery-image] Jul 01 19:27:28.473 INFO O| Jul 01 19:27:28.473 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-07-01T19:27:29.003Z[ recovery-image] Jul 01 19:27:28.480 INFO O| Jul 01 19:27:28.480 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53012026-07-01T19:27:29.007Z[ recovery-image] Jul 01 19:27:28.480 INFO O| Jul 01 19:27:28.480 INFO STEP 10 (remove_files) COMPLETE
53022026-07-01T19:27:29.007Z[ recovery-image] Jul 01 19:27:28.480 INFO O| Jul 01 19:27:28.480 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-07-01T19:27:29.014Z[ recovery-image] Jul 01 19:27:28.487 INFO O| Jul 01 19:27:28.487 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53042026-07-01T19:27:29.014Z[ recovery-image] Jul 01 19:27:28.488 INFO O| Jul 01 19:27:28.488 INFO STEP 11 (remove_files) COMPLETE
53052026-07-01T19:27:29.014Z[ recovery-image] Jul 01 19:27:28.488 INFO O| Jul 01 19:27:28.488 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-07-01T19:27:29.021Z[ recovery-image] Jul 01 19:27:28.494 INFO O| Jul 01 19:27:28.494 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53072026-07-01T19:27:29.079Z[ recovery-image] Jul 01 19:27:28.554 INFO O| Jul 01 19:27:28.554 INFO STEP 12 (remove_files) COMPLETE
53082026-07-01T19:27:29.079Z[ recovery-image] Jul 01 19:27:28.554 INFO O| Jul 01 19:27:28.554 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-07-01T19:27:29.091Z[ recovery-image] Jul 01 19:27:28.562 INFO O| Jul 01 19:27:28.562 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53102026-07-01T19:27:29.095Z[ recovery-image] Jul 01 19:27:28.564 INFO O| Jul 01 19:27:28.564 INFO STEP 13 (remove_files) COMPLETE
53112026-07-01T19:27:29.095Z[ recovery-image] Jul 01 19:27:28.564 INFO O| Jul 01 19:27:28.564 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-07-01T19:27:29.099Z[ recovery-image] Jul 01 19:27:28.572 INFO O| Jul 01 19:27:28.572 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53132026-07-01T19:27:29.100Z[ recovery-image] Jul 01 19:27:28.574 INFO O| Jul 01 19:27:28.574 INFO STEP 14 (remove_files) COMPLETE
53142026-07-01T19:27:29.100Z[ recovery-image] Jul 01 19:27:28.574 INFO O| Jul 01 19:27:28.574 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-07-01T19:27:29.103Z[ recovery-image] Jul 01 19:27:28.581 INFO O| Jul 01 19:27:28.581 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53162026-07-01T19:27:29.106Z[ recovery-image] Jul 01 19:27:28.581 INFO O| Jul 01 19:27:28.581 INFO STEP 15 (remove_files) COMPLETE
53172026-07-01T19:27:29.106Z[ recovery-image] Jul 01 19:27:28.581 INFO O| Jul 01 19:27:28.581 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-07-01T19:27:29.112Z[ recovery-image] Jul 01 19:27:28.588 INFO O| Jul 01 19:27:28.588 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53192026-07-01T19:27:29.118Z[ recovery-image] Jul 01 19:27:28.590 INFO O| Jul 01 19:27:28.590 INFO STEP 16 (remove_files) COMPLETE
53202026-07-01T19:27:29.118Z[ recovery-image] Jul 01 19:27:28.590 INFO O| Jul 01 19:27:28.590 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-07-01T19:27:29.122Z[ recovery-image] Jul 01 19:27:28.597 INFO O| Jul 01 19:27:28.597 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53222026-07-01T19:27:29.127Z[ recovery-image] Jul 01 19:27:28.605 INFO O| Jul 01 19:27:28.605 INFO STEP 17 (remove_files) COMPLETE
53232026-07-01T19:27:29.130Z[ recovery-image] Jul 01 19:27:28.605 INFO O| Jul 01 19:27:28.605 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-07-01T19:27:29.134Z[ recovery-image] Jul 01 19:27:28.611 INFO O| Jul 01 19:27:28.611 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53252026-07-01T19:27:29.134Z[ recovery-image] Jul 01 19:27:28.611 INFO O| Jul 01 19:27:28.611 INFO STEP 18 (remove_files) COMPLETE
53262026-07-01T19:27:29.138Z[ recovery-image] Jul 01 19:27:28.611 INFO O| Jul 01 19:27:28.611 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-07-01T19:27:29.144Z[ recovery-image] Jul 01 19:27:28.617 INFO O| Jul 01 19:27:28.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53282026-07-01T19:27:29.144Z[ recovery-image] Jul 01 19:27:28.618 INFO O| Jul 01 19:27:28.618 INFO STEP 19 (remove_files) COMPLETE
53292026-07-01T19:27:29.144Z[ recovery-image] Jul 01 19:27:28.618 INFO O| Jul 01 19:27:28.618 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-07-01T19:27:29.151Z[ recovery-image] Jul 01 19:27:28.624 INFO O| Jul 01 19:27:28.624 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53312026-07-01T19:27:29.190Z[ recovery-image] Jul 01 19:27:28.667 INFO O| Jul 01 19:27:28.667 INFO STEP 20 (remove_files) COMPLETE
53322026-07-01T19:27:29.190Z[ recovery-image] Jul 01 19:27:28.667 INFO O| Jul 01 19:27:28.667 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-07-01T19:27:29.198Z[ recovery-image] Jul 01 19:27:28.676 INFO O| Jul 01 19:27:28.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53342026-07-01T19:27:29.203Z[ recovery-image] Jul 01 19:27:28.677 INFO O| Jul 01 19:27:28.677 INFO STEP 21 (remove_files) COMPLETE
53352026-07-01T19:27:29.203Z[ recovery-image] Jul 01 19:27:28.677 INFO O| Jul 01 19:27:28.677 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-07-01T19:27:29.207Z[ recovery-image] Jul 01 19:27:28.684 INFO O| Jul 01 19:27:28.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53372026-07-01T19:27:29.212Z[ recovery-image] Jul 01 19:27:28.685 INFO O| Jul 01 19:27:28.685 INFO STEP 22 (remove_files) COMPLETE
53382026-07-01T19:27:29.212Z[ recovery-image] Jul 01 19:27:28.685 INFO O| Jul 01 19:27:28.685 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-07-01T19:27:29.220Z[ recovery-image] Jul 01 19:27:28.691 INFO O| Jul 01 19:27:28.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53402026-07-01T19:27:29.220Z[ recovery-image] Jul 01 19:27:28.691 INFO O| Jul 01 19:27:28.691 INFO STEP 23 (remove_files) COMPLETE
53412026-07-01T19:27:29.220Z[ recovery-image] Jul 01 19:27:28.691 INFO O| Jul 01 19:27:28.691 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-07-01T19:27:29.225Z[ recovery-image] Jul 01 19:27:28.698 INFO O| Jul 01 19:27:28.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53432026-07-01T19:27:29.226Z[ recovery-image] Jul 01 19:27:28.699 INFO O| Jul 01 19:27:28.699 INFO STEP 24 (remove_files) COMPLETE
53442026-07-01T19:27:29.226Z[ recovery-image] Jul 01 19:27:28.699 INFO O| Jul 01 19:27:28.699 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-07-01T19:27:29.229Z[ recovery-image] Jul 01 19:27:28.705 INFO O| Jul 01 19:27:28.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53462026-07-01T19:27:29.229Z[ recovery-image] Jul 01 19:27:28.706 INFO O| Jul 01 19:27:28.706 INFO STEP 25 (remove_files) COMPLETE
53472026-07-01T19:27:29.229Z[ recovery-image] Jul 01 19:27:28.706 INFO O| Jul 01 19:27:28.706 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-07-01T19:27:29.235Z[ recovery-image] Jul 01 19:27:28.712 INFO O| Jul 01 19:27:28.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53492026-07-01T19:27:29.235Z[ recovery-image] Jul 01 19:27:28.712 INFO O| Jul 01 19:27:28.712 INFO STEP 26 (remove_files) COMPLETE
53502026-07-01T19:27:29.235Z[ recovery-image] Jul 01 19:27:28.712 INFO O| Jul 01 19:27:28.712 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-07-01T19:27:29.245Z[ recovery-image] Jul 01 19:27:28.718 INFO O| Jul 01 19:27:28.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53522026-07-01T19:27:29.252Z[ recovery-image] Jul 01 19:27:28.718 INFO O| Jul 01 19:27:28.718 INFO STEP 27 (remove_files) COMPLETE
53532026-07-01T19:27:29.252Z[ recovery-image] Jul 01 19:27:28.718 INFO O| Jul 01 19:27:28.718 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-07-01T19:27:29.252Z[ recovery-image] Jul 01 19:27:28.724 INFO O| Jul 01 19:27:28.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53552026-07-01T19:27:29.252Z[ recovery-image] Jul 01 19:27:28.724 INFO O| Jul 01 19:27:28.724 INFO STEP 28 (remove_files) COMPLETE
53562026-07-01T19:27:29.252Z[ recovery-image] Jul 01 19:27:28.724 INFO O| Jul 01 19:27:28.724 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-07-01T19:27:29.276Z[ recovery-image] Jul 01 19:27:28.730 INFO O| Jul 01 19:27:28.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53582026-07-01T19:27:29.276Z[ recovery-image] Jul 01 19:27:28.731 INFO O| Jul 01 19:27:28.731 INFO STEP 29 (remove_files) COMPLETE
53592026-07-01T19:27:29.276Z[ recovery-image] Jul 01 19:27:28.731 INFO O| Jul 01 19:27:28.731 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-07-01T19:27:29.281Z[ recovery-image] Jul 01 19:27:28.737 INFO O| Jul 01 19:27:28.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53612026-07-01T19:27:29.281Z[ recovery-image] Jul 01 19:27:28.738 INFO O| Jul 01 19:27:28.738 INFO STEP 30 (remove_files) COMPLETE
53622026-07-01T19:27:29.282Z[ recovery-image] Jul 01 19:27:28.738 INFO O| Jul 01 19:27:28.738 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-07-01T19:27:29.282Z[ recovery-image] Jul 01 19:27:28.744 INFO O| Jul 01 19:27:28.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53642026-07-01T19:27:29.282Z[ recovery-image] Jul 01 19:27:28.744 INFO O| Jul 01 19:27:28.744 INFO STEP 31 (remove_files) COMPLETE
53652026-07-01T19:27:29.283Z[ recovery-image] Jul 01 19:27:28.744 INFO O| Jul 01 19:27:28.744 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-07-01T19:27:29.283Z[ recovery-image] Jul 01 19:27:28.750 INFO O| Jul 01 19:27:28.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53672026-07-01T19:27:29.283Z[ recovery-image] Jul 01 19:27:28.750 INFO O| Jul 01 19:27:28.750 INFO STEP 32 (remove_files) COMPLETE
53682026-07-01T19:27:29.283Z[ recovery-image] Jul 01 19:27:28.750 INFO O| Jul 01 19:27:28.750 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-07-01T19:27:29.283Z[ recovery-image] Jul 01 19:27:28.756 INFO O| Jul 01 19:27:28.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53702026-07-01T19:27:29.284Z[ recovery-image] Jul 01 19:27:28.757 INFO O| Jul 01 19:27:28.757 INFO STEP 33 (remove_files) COMPLETE
53712026-07-01T19:27:29.284Z[ recovery-image] Jul 01 19:27:28.757 INFO O| Jul 01 19:27:28.757 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-07-01T19:27:29.288Z[ recovery-image] Jul 01 19:27:28.763 INFO O| Jul 01 19:27:28.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53732026-07-01T19:27:29.288Z[ recovery-image] Jul 01 19:27:28.763 INFO O| Jul 01 19:27:28.763 INFO STEP 34 (remove_files) COMPLETE
53742026-07-01T19:27:29.288Z[ recovery-image] Jul 01 19:27:28.763 INFO O| Jul 01 19:27:28.763 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-07-01T19:27:29.291Z[ recovery-image] Jul 01 19:27:28.769 INFO O| Jul 01 19:27:28.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53762026-07-01T19:27:29.291Z[ recovery-image] Jul 01 19:27:28.769 INFO O| Jul 01 19:27:28.769 INFO STEP 35 (remove_files) COMPLETE
53772026-07-01T19:27:29.295Z[ recovery-image] Jul 01 19:27:28.769 INFO O| Jul 01 19:27:28.769 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-07-01T19:27:29.299Z[ recovery-image] Jul 01 19:27:28.775 INFO O| Jul 01 19:27:28.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53792026-07-01T19:27:29.299Z[ recovery-image] Jul 01 19:27:28.775 INFO O| Jul 01 19:27:28.775 INFO STEP 36 (remove_files) COMPLETE
53802026-07-01T19:27:29.299Z[ recovery-image] Jul 01 19:27:28.775 INFO O| Jul 01 19:27:28.775 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-07-01T19:27:29.304Z[ recovery-image] Jul 01 19:27:28.781 INFO O| Jul 01 19:27:28.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53822026-07-01T19:27:29.304Z[ recovery-image] Jul 01 19:27:28.781 INFO O| Jul 01 19:27:28.781 INFO STEP 37 (remove_files) COMPLETE
53832026-07-01T19:27:29.304Z[ recovery-image] Jul 01 19:27:28.781 INFO O| Jul 01 19:27:28.781 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-07-01T19:27:29.310Z[ recovery-image] Jul 01 19:27:28.787 INFO O| Jul 01 19:27:28.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53852026-07-01T19:27:29.310Z[ recovery-image] Jul 01 19:27:28.787 INFO O| Jul 01 19:27:28.787 INFO STEP 38 (remove_files) COMPLETE
53862026-07-01T19:27:29.310Z[ recovery-image] Jul 01 19:27:28.787 INFO O| Jul 01 19:27:28.787 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-07-01T19:27:29.319Z[ recovery-image] Jul 01 19:27:28.793 INFO O| Jul 01 19:27:28.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53882026-07-01T19:27:29.319Z[ recovery-image] Jul 01 19:27:28.793 INFO O| Jul 01 19:27:28.793 INFO STEP 39 (remove_files) COMPLETE
53892026-07-01T19:27:29.322Z[ recovery-image] Jul 01 19:27:28.793 INFO O| Jul 01 19:27:28.793 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-07-01T19:27:29.322Z[ recovery-image] Jul 01 19:27:28.799 INFO O| Jul 01 19:27:28.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53912026-07-01T19:27:29.322Z[ recovery-image] Jul 01 19:27:28.799 INFO O| Jul 01 19:27:28.799 INFO STEP 40 (remove_files) COMPLETE
53922026-07-01T19:27:29.322Z[ recovery-image] Jul 01 19:27:28.799 INFO O| Jul 01 19:27:28.799 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-07-01T19:27:29.328Z[ recovery-image] Jul 01 19:27:28.805 INFO O| Jul 01 19:27:28.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53942026-07-01T19:27:29.328Z[ recovery-image] Jul 01 19:27:28.805 INFO O| Jul 01 19:27:28.805 INFO STEP 41 (remove_files) COMPLETE
53952026-07-01T19:27:29.334Z[ recovery-image] Jul 01 19:27:28.805 INFO O| Jul 01 19:27:28.805 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-07-01T19:27:29.341Z[ recovery-image] Jul 01 19:27:28.812 INFO O| Jul 01 19:27:28.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53972026-07-01T19:27:29.341Z[ recovery-image] Jul 01 19:27:28.812 INFO O| Jul 01 19:27:28.812 INFO STEP 42 (remove_files) COMPLETE
53982026-07-01T19:27:29.341Z[ recovery-image] Jul 01 19:27:28.812 INFO O| Jul 01 19:27:28.812 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-07-01T19:27:29.345Z[ recovery-image] Jul 01 19:27:28.818 INFO O| Jul 01 19:27:28.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54002026-07-01T19:27:29.345Z[ recovery-image] Jul 01 19:27:28.818 INFO O| Jul 01 19:27:28.818 INFO STEP 43 (remove_files) COMPLETE
54012026-07-01T19:27:29.345Z[ recovery-image] Jul 01 19:27:28.818 INFO O| Jul 01 19:27:28.818 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-07-01T19:27:29.350Z[ recovery-image] Jul 01 19:27:28.824 INFO O| Jul 01 19:27:28.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54032026-07-01T19:27:29.350Z[ recovery-image] Jul 01 19:27:28.824 INFO O| Jul 01 19:27:28.824 INFO STEP 44 (remove_files) COMPLETE
54042026-07-01T19:27:29.350Z[ recovery-image] Jul 01 19:27:28.824 INFO O| Jul 01 19:27:28.824 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-07-01T19:27:29.360Z[ recovery-image] Jul 01 19:27:28.830 INFO O| Jul 01 19:27:28.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54062026-07-01T19:27:29.360Z[ recovery-image] Jul 01 19:27:28.830 INFO O| Jul 01 19:27:28.830 INFO STEP 45 (remove_files) COMPLETE
54072026-07-01T19:27:29.360Z[ recovery-image] Jul 01 19:27:28.830 INFO O| Jul 01 19:27:28.830 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-07-01T19:27:29.364Z[ recovery-image] Jul 01 19:27:28.836 INFO O| Jul 01 19:27:28.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54092026-07-01T19:27:29.364Z[ recovery-image] Jul 01 19:27:28.836 INFO O| Jul 01 19:27:28.836 INFO STEP 46 (remove_files) COMPLETE
54102026-07-01T19:27:29.364Z[ recovery-image] Jul 01 19:27:28.836 INFO O| Jul 01 19:27:28.836 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-07-01T19:27:29.370Z[ recovery-image] Jul 01 19:27:28.842 INFO O| Jul 01 19:27:28.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54122026-07-01T19:27:29.370Z[ recovery-image] Jul 01 19:27:28.842 INFO O| Jul 01 19:27:28.842 INFO STEP 47 (remove_files) COMPLETE
54132026-07-01T19:27:29.370Z[ recovery-image] Jul 01 19:27:28.843 INFO O| Jul 01 19:27:28.842 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-07-01T19:27:29.376Z[ recovery-image] Jul 01 19:27:28.848 INFO O| Jul 01 19:27:28.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54152026-07-01T19:27:29.376Z[ recovery-image] Jul 01 19:27:28.848 INFO O| Jul 01 19:27:28.848 INFO STEP 48 (remove_files) COMPLETE
54162026-07-01T19:27:29.376Z[ recovery-image] Jul 01 19:27:28.848 INFO O| Jul 01 19:27:28.848 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-07-01T19:27:29.376Z[ recovery-image] Jul 01 19:27:28.853 INFO O| Jul 01 19:27:28.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54182026-07-01T19:27:29.376Z[ recovery-image] Jul 01 19:27:28.853 INFO O| Jul 01 19:27:28.853 INFO STEP 49 (remove_files) COMPLETE
54192026-07-01T19:27:29.376Z[ recovery-image] Jul 01 19:27:28.853 INFO O| Jul 01 19:27:28.853 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-07-01T19:27:29.385Z[ recovery-image] Jul 01 19:27:28.858 INFO O| Jul 01 19:27:28.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54212026-07-01T19:27:29.385Z[ recovery-image] Jul 01 19:27:28.858 INFO O| Jul 01 19:27:28.858 INFO STEP 50 (remove_files) COMPLETE
54222026-07-01T19:27:29.390Z[ recovery-image] Jul 01 19:27:28.858 INFO O| Jul 01 19:27:28.858 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-07-01T19:27:29.390Z[ recovery-image] Jul 01 19:27:28.864 INFO O| Jul 01 19:27:28.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54242026-07-01T19:27:29.390Z[ recovery-image] Jul 01 19:27:28.864 INFO O| Jul 01 19:27:28.864 INFO STEP 51 (remove_files) COMPLETE
54252026-07-01T19:27:29.390Z[ recovery-image] Jul 01 19:27:28.864 INFO O| Jul 01 19:27:28.864 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-07-01T19:27:29.395Z[ recovery-image] Jul 01 19:27:28.869 INFO O| Jul 01 19:27:28.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54272026-07-01T19:27:29.397Z[ recovery-image] Jul 01 19:27:28.869 INFO O| Jul 01 19:27:28.869 INFO STEP 52 (remove_files) COMPLETE
54282026-07-01T19:27:29.397Z[ recovery-image] Jul 01 19:27:28.869 INFO O| Jul 01 19:27:28.869 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-07-01T19:27:29.404Z[ recovery-image] Jul 01 19:27:28.876 INFO O| Jul 01 19:27:28.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54302026-07-01T19:27:29.405Z[ recovery-image] Jul 01 19:27:28.877 INFO O| Jul 01 19:27:28.877 INFO STEP 53 (remove_files) COMPLETE
54312026-07-01T19:27:29.405Z[ recovery-image] Jul 01 19:27:28.877 INFO O| Jul 01 19:27:28.877 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-07-01T19:27:29.409Z[ recovery-image] Jul 01 19:27:28.882 INFO O| Jul 01 19:27:28.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54332026-07-01T19:27:29.409Z[ recovery-image] Jul 01 19:27:28.882 INFO O| Jul 01 19:27:28.882 INFO STEP 54 (remove_files) COMPLETE
54342026-07-01T19:27:29.409Z[ recovery-image] Jul 01 19:27:28.882 INFO O| Jul 01 19:27:28.882 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-07-01T19:27:29.413Z[ recovery-image] Jul 01 19:27:28.888 INFO O| Jul 01 19:27:28.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54362026-07-01T19:27:29.413Z[ recovery-image] Jul 01 19:27:28.888 INFO O| Jul 01 19:27:28.888 INFO STEP 55 (remove_files) COMPLETE
54372026-07-01T19:27:29.413Z[ recovery-image] Jul 01 19:27:28.888 INFO O| Jul 01 19:27:28.888 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-07-01T19:27:29.416Z[ recovery-image] Jul 01 19:27:28.893 INFO O| Jul 01 19:27:28.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54392026-07-01T19:27:29.416Z[ recovery-image] Jul 01 19:27:28.893 INFO O| Jul 01 19:27:28.893 INFO STEP 56 (remove_files) COMPLETE
54402026-07-01T19:27:29.416Z[ recovery-image] Jul 01 19:27:28.893 INFO O| Jul 01 19:27:28.893 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-07-01T19:27:29.422Z[ recovery-image] Jul 01 19:27:28.899 INFO O| Jul 01 19:27:28.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54422026-07-01T19:27:29.425Z[ recovery-image] Jul 01 19:27:28.899 INFO O| Jul 01 19:27:28.899 INFO STEP 57 (remove_files) COMPLETE
54432026-07-01T19:27:29.425Z[ recovery-image] Jul 01 19:27:28.899 INFO O| Jul 01 19:27:28.899 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-07-01T19:27:29.430Z[ recovery-image] Jul 01 19:27:28.906 INFO O| Jul 01 19:27:28.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54452026-07-01T19:27:29.430Z[ recovery-image] Jul 01 19:27:28.906 INFO O| Jul 01 19:27:28.906 INFO STEP 58 (remove_files) COMPLETE
54462026-07-01T19:27:29.430Z[ recovery-image] Jul 01 19:27:28.906 INFO O| Jul 01 19:27:28.906 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-07-01T19:27:29.437Z[ recovery-image] Jul 01 19:27:28.912 INFO O| Jul 01 19:27:28.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54482026-07-01T19:27:29.437Z[ recovery-image] Jul 01 19:27:28.912 INFO O| Jul 01 19:27:28.912 INFO STEP 59 (remove_files) COMPLETE
54492026-07-01T19:27:29.444Z[ recovery-image] Jul 01 19:27:28.912 INFO O| Jul 01 19:27:28.912 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-07-01T19:27:29.444Z[ recovery-image] Jul 01 19:27:28.917 INFO O| Jul 01 19:27:28.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54512026-07-01T19:27:29.445Z[ recovery-image] Jul 01 19:27:28.917 INFO O| Jul 01 19:27:28.917 INFO STEP 60 (remove_files) COMPLETE
54522026-07-01T19:27:29.445Z[ recovery-image] Jul 01 19:27:28.917 INFO O| Jul 01 19:27:28.917 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-07-01T19:27:29.449Z[ recovery-image] Jul 01 19:27:28.923 INFO O| Jul 01 19:27:28.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54542026-07-01T19:27:29.449Z[ recovery-image] Jul 01 19:27:28.923 INFO O| Jul 01 19:27:28.923 INFO STEP 61 (remove_files) COMPLETE
54552026-07-01T19:27:29.449Z[ recovery-image] Jul 01 19:27:28.923 INFO O| Jul 01 19:27:28.923 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-07-01T19:27:29.454Z[ recovery-image] Jul 01 19:27:28.928 INFO O| Jul 01 19:27:28.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54572026-07-01T19:27:29.454Z[ recovery-image] Jul 01 19:27:28.928 INFO O| Jul 01 19:27:28.928 INFO STEP 62 (remove_files) COMPLETE
54582026-07-01T19:27:29.454Z[ recovery-image] Jul 01 19:27:28.928 INFO O| Jul 01 19:27:28.928 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-07-01T19:27:29.457Z[ recovery-image] Jul 01 19:27:28.934 INFO O| Jul 01 19:27:28.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54602026-07-01T19:27:29.457Z[ recovery-image] Jul 01 19:27:28.934 INFO O| Jul 01 19:27:28.934 INFO STEP 63 (remove_files) COMPLETE
54612026-07-01T19:27:29.458Z[ recovery-image] Jul 01 19:27:28.934 INFO O| Jul 01 19:27:28.934 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-07-01T19:27:29.464Z[ recovery-image] Jul 01 19:27:28.940 INFO O| Jul 01 19:27:28.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54632026-07-01T19:27:29.464Z[ recovery-image] Jul 01 19:27:28.940 INFO O| Jul 01 19:27:28.940 INFO STEP 64 (remove_files) COMPLETE
54642026-07-01T19:27:29.466Z[ recovery-image] Jul 01 19:27:28.940 INFO O| Jul 01 19:27:28.940 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-07-01T19:27:29.473Z[ recovery-image] Jul 01 19:27:28.947 INFO O| Jul 01 19:27:28.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54662026-07-01T19:27:29.473Z[ recovery-image] Jul 01 19:27:28.947 INFO O| Jul 01 19:27:28.947 INFO STEP 65 (remove_files) COMPLETE
54672026-07-01T19:27:29.476Z[ recovery-image] Jul 01 19:27:28.947 INFO O| Jul 01 19:27:28.947 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-07-01T19:27:29.485Z[ recovery-image] Jul 01 19:27:28.953 INFO O| Jul 01 19:27:28.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54692026-07-01T19:27:29.485Z[ recovery-image] Jul 01 19:27:28.953 INFO O| Jul 01 19:27:28.953 INFO STEP 66 (remove_files) COMPLETE
54702026-07-01T19:27:29.485Z[ recovery-image] Jul 01 19:27:28.953 INFO O| Jul 01 19:27:28.953 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-07-01T19:27:29.485Z[ recovery-image] Jul 01 19:27:28.959 INFO O| Jul 01 19:27:28.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54722026-07-01T19:27:29.485Z[ recovery-image] Jul 01 19:27:28.959 INFO O| Jul 01 19:27:28.959 INFO STEP 67 (remove_files) COMPLETE
54732026-07-01T19:27:29.485Z[ recovery-image] Jul 01 19:27:28.959 INFO O| Jul 01 19:27:28.959 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-07-01T19:27:29.490Z[ recovery-image] Jul 01 19:27:28.965 INFO O| Jul 01 19:27:28.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54752026-07-01T19:27:29.492Z[ recovery-image] Jul 01 19:27:28.965 INFO O| Jul 01 19:27:28.965 INFO STEP 68 (remove_files) COMPLETE
54762026-07-01T19:27:29.492Z[ recovery-image] Jul 01 19:27:28.965 INFO O| Jul 01 19:27:28.965 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-07-01T19:27:29.495Z[ recovery-image] Jul 01 19:27:28.971 INFO O| Jul 01 19:27:28.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54782026-07-01T19:27:29.495Z[ recovery-image] Jul 01 19:27:28.971 INFO O| Jul 01 19:27:28.971 INFO STEP 69 (remove_files) COMPLETE
54792026-07-01T19:27:29.495Z[ recovery-image] Jul 01 19:27:28.971 INFO O| Jul 01 19:27:28.971 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-07-01T19:27:29.499Z[ recovery-image] Jul 01 19:27:28.977 INFO O| Jul 01 19:27:28.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54812026-07-01T19:27:29.499Z[ recovery-image] Jul 01 19:27:28.977 INFO O| Jul 01 19:27:28.977 INFO STEP 70 (remove_files) COMPLETE
54822026-07-01T19:27:29.504Z[ recovery-image] Jul 01 19:27:28.977 INFO O| Jul 01 19:27:28.977 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-07-01T19:27:29.511Z[ recovery-image] Jul 01 19:27:28.983 INFO O| Jul 01 19:27:28.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54842026-07-01T19:27:29.511Z[ recovery-image] Jul 01 19:27:28.983 INFO O| Jul 01 19:27:28.983 INFO STEP 71 (remove_files) COMPLETE
54852026-07-01T19:27:29.511Z[ recovery-image] Jul 01 19:27:28.983 INFO O| Jul 01 19:27:28.983 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-07-01T19:27:29.515Z[ recovery-image] Jul 01 19:27:28.989 INFO O| Jul 01 19:27:28.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54872026-07-01T19:27:29.515Z[ recovery-image] Jul 01 19:27:28.989 INFO O| Jul 01 19:27:28.989 INFO STEP 72 (remove_files) COMPLETE
54882026-07-01T19:27:29.516Z[ recovery-image] Jul 01 19:27:28.989 INFO O| Jul 01 19:27:28.989 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-07-01T19:27:29.523Z[ recovery-image] Jul 01 19:27:28.995 INFO O| Jul 01 19:27:28.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54902026-07-01T19:27:29.523Z[ recovery-image] Jul 01 19:27:28.995 INFO O| Jul 01 19:27:28.995 INFO STEP 73 (remove_files) COMPLETE
54912026-07-01T19:27:29.524Z[ recovery-image] Jul 01 19:27:28.995 INFO O| Jul 01 19:27:28.995 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-07-01T19:27:29.527Z[ recovery-image] Jul 01 19:27:29.002 INFO O| Jul 01 19:27:29.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54932026-07-01T19:27:29.527Z[ recovery-image] Jul 01 19:27:29.002 INFO O| Jul 01 19:27:29.002 INFO STEP 74 (remove_files) COMPLETE
54942026-07-01T19:27:29.527Z[ recovery-image] Jul 01 19:27:29.002 INFO O| Jul 01 19:27:29.002 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-07-01T19:27:29.531Z[ recovery-image] Jul 01 19:27:29.009 INFO O| Jul 01 19:27:29.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54962026-07-01T19:27:29.531Z[ recovery-image] Jul 01 19:27:29.009 INFO O| Jul 01 19:27:29.009 INFO STEP 75 (remove_files) COMPLETE
54972026-07-01T19:27:29.538Z[ recovery-image] Jul 01 19:27:29.009 INFO O| Jul 01 19:27:29.009 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-07-01T19:27:29.543Z[ recovery-image] Jul 01 19:27:29.017 INFO O| Jul 01 19:27:29.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54992026-07-01T19:27:29.543Z[ recovery-image] Jul 01 19:27:29.017 INFO O| Jul 01 19:27:29.017 INFO STEP 76 (remove_files) COMPLETE
55002026-07-01T19:27:29.543Z[ recovery-image] Jul 01 19:27:29.017 INFO O| Jul 01 19:27:29.017 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-07-01T19:27:29.547Z[ recovery-image] Jul 01 19:27:29.024 INFO O| Jul 01 19:27:29.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55022026-07-01T19:27:29.632Z[ recovery-image] Jul 01 19:27:29.024 INFO O| Jul 01 19:27:29.024 INFO STEP 77 (remove_files) COMPLETE
55032026-07-01T19:27:29.632Z[ recovery-image] Jul 01 19:27:29.024 INFO O| Jul 01 19:27:29.024 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-07-01T19:27:29.632Z[ recovery-image] Jul 01 19:27:29.029 INFO O| Jul 01 19:27:29.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55052026-07-01T19:27:29.632Z[ recovery-image] Jul 01 19:27:29.029 INFO O| Jul 01 19:27:29.029 INFO STEP 78 (remove_files) COMPLETE
55062026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.029 INFO O| Jul 01 19:27:29.029 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.035 INFO O| Jul 01 19:27:29.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55082026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.035 INFO O| Jul 01 19:27:29.035 INFO STEP 79 (remove_files) COMPLETE
55092026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.035 INFO O| Jul 01 19:27:29.035 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.040 INFO O| Jul 01 19:27:29.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55112026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.040 INFO O| Jul 01 19:27:29.040 INFO STEP 80 (remove_files) COMPLETE
55122026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.040 INFO O| Jul 01 19:27:29.040 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.046 INFO O| Jul 01 19:27:29.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55142026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.046 INFO O| Jul 01 19:27:29.046 INFO STEP 81 (remove_files) COMPLETE
55152026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.046 INFO O| Jul 01 19:27:29.046 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.051 INFO O| Jul 01 19:27:29.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55172026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.051 INFO O| Jul 01 19:27:29.051 INFO STEP 82 (remove_files) COMPLETE
55182026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.051 INFO O| Jul 01 19:27:29.051 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.057 INFO O| Jul 01 19:27:29.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55202026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.057 INFO O| Jul 01 19:27:29.057 INFO STEP 83 (remove_files) COMPLETE
55212026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.057 INFO O| Jul 01 19:27:29.057 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.063 INFO O| Jul 01 19:27:29.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55232026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.063 INFO O| Jul 01 19:27:29.063 INFO STEP 84 (remove_files) COMPLETE
55242026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.063 INFO O| Jul 01 19:27:29.063 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.070 INFO O| Jul 01 19:27:29.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55262026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.070 INFO O| Jul 01 19:27:29.070 INFO STEP 85 (remove_files) COMPLETE
55272026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.070 INFO O| Jul 01 19:27:29.070 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.076 INFO O| Jul 01 19:27:29.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55292026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.076 INFO O| Jul 01 19:27:29.076 INFO STEP 86 (remove_files) COMPLETE
55302026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.076 INFO O| Jul 01 19:27:29.076 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.082 INFO O| Jul 01 19:27:29.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55322026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.082 INFO O| Jul 01 19:27:29.082 INFO STEP 87 (remove_files) COMPLETE
55332026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.082 INFO O| Jul 01 19:27:29.082 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-07-01T19:27:29.633Z[ recovery-image] Jul 01 19:27:29.088 INFO O| Jul 01 19:27:29.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55352026-07-01T19:27:29.634Z[ recovery-image] Jul 01 19:27:29.088 INFO O| Jul 01 19:27:29.088 INFO STEP 88 (remove_files) COMPLETE
55362026-07-01T19:27:29.634Z[ recovery-image] Jul 01 19:27:29.088 INFO O| Jul 01 19:27:29.088 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-07-01T19:27:29.634Z[ recovery-image] Jul 01 19:27:29.094 INFO O| Jul 01 19:27:29.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55382026-07-01T19:27:29.634Z[ recovery-image] Jul 01 19:27:29.094 INFO O| Jul 01 19:27:29.094 INFO STEP 89 (remove_files) COMPLETE
55392026-07-01T19:27:29.634Z[ recovery-image] Jul 01 19:27:29.094 INFO O| Jul 01 19:27:29.094 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-07-01T19:27:29.634Z[ recovery-image] Jul 01 19:27:29.099 INFO O| Jul 01 19:27:29.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55412026-07-01T19:27:29.634Z[ recovery-image] Jul 01 19:27:29.099 INFO O| Jul 01 19:27:29.099 INFO STEP 90 (remove_files) COMPLETE
55422026-07-01T19:27:29.634Z[ recovery-image] Jul 01 19:27:29.099 INFO O| Jul 01 19:27:29.099 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-07-01T19:27:29.639Z[ recovery-image] Jul 01 19:27:29.105 INFO O| Jul 01 19:27:29.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55442026-07-01T19:27:29.639Z[ recovery-image] Jul 01 19:27:29.105 INFO O| Jul 01 19:27:29.105 INFO STEP 91 (remove_files) COMPLETE
55452026-07-01T19:27:29.639Z[ recovery-image] Jul 01 19:27:29.105 INFO O| Jul 01 19:27:29.105 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-07-01T19:27:29.639Z[ recovery-image] Jul 01 19:27:29.111 INFO O| Jul 01 19:27:29.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55472026-07-01T19:27:29.639Z[ recovery-image] Jul 01 19:27:29.111 INFO O| Jul 01 19:27:29.111 INFO STEP 92 (remove_files) COMPLETE
55482026-07-01T19:27:29.639Z[ recovery-image] Jul 01 19:27:29.111 INFO O| Jul 01 19:27:29.111 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-07-01T19:27:29.643Z[ recovery-image] Jul 01 19:27:29.117 INFO O| Jul 01 19:27:29.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55502026-07-01T19:27:29.643Z[ recovery-image] Jul 01 19:27:29.117 INFO O| Jul 01 19:27:29.117 INFO STEP 93 (remove_files) COMPLETE
55512026-07-01T19:27:29.643Z[ recovery-image] Jul 01 19:27:29.117 INFO O| Jul 01 19:27:29.117 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-07-01T19:27:29.652Z[ recovery-image] Jul 01 19:27:29.123 INFO O| Jul 01 19:27:29.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55532026-07-01T19:27:29.652Z[ recovery-image] Jul 01 19:27:29.123 INFO O| Jul 01 19:27:29.123 INFO STEP 94 (remove_files) COMPLETE
55542026-07-01T19:27:29.652Z[ recovery-image] Jul 01 19:27:29.123 INFO O| Jul 01 19:27:29.123 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-07-01T19:27:29.656Z[ recovery-image] Jul 01 19:27:29.129 INFO O| Jul 01 19:27:29.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55562026-07-01T19:27:29.656Z[ recovery-image] Jul 01 19:27:29.129 INFO O| Jul 01 19:27:29.129 INFO STEP 95 (remove_files) COMPLETE
55572026-07-01T19:27:29.656Z[ recovery-image] Jul 01 19:27:29.129 INFO O| Jul 01 19:27:29.129 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-07-01T19:27:29.658Z[ recovery-image] Jul 01 19:27:29.134 INFO O| Jul 01 19:27:29.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55592026-07-01T19:27:29.658Z[ recovery-image] Jul 01 19:27:29.134 INFO O| Jul 01 19:27:29.134 INFO STEP 96 (remove_files) COMPLETE
55602026-07-01T19:27:29.658Z[ recovery-image] Jul 01 19:27:29.134 INFO O| Jul 01 19:27:29.134 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-07-01T19:27:29.664Z[ recovery-image] Jul 01 19:27:29.139 INFO O| Jul 01 19:27:29.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55622026-07-01T19:27:29.664Z[ recovery-image] Jul 01 19:27:29.139 INFO O| Jul 01 19:27:29.139 INFO STEP 97 (remove_files) COMPLETE
55632026-07-01T19:27:29.664Z[ recovery-image] Jul 01 19:27:29.139 INFO O| Jul 01 19:27:29.139 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-07-01T19:27:29.680Z[ recovery-image] Jul 01 19:27:29.145 INFO O| Jul 01 19:27:29.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55652026-07-01T19:27:29.680Z[ recovery-image] Jul 01 19:27:29.145 INFO O| Jul 01 19:27:29.145 INFO STEP 98 (remove_files) COMPLETE
55662026-07-01T19:27:29.688Z[ recovery-image] Jul 01 19:27:29.145 INFO O| Jul 01 19:27:29.145 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-07-01T19:27:29.688Z[ recovery-image] Jul 01 19:27:29.152 INFO O| Jul 01 19:27:29.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55682026-07-01T19:27:29.688Z[ recovery-image] Jul 01 19:27:29.152 INFO O| Jul 01 19:27:29.152 INFO STEP 99 (remove_files) COMPLETE
55692026-07-01T19:27:29.688Z[ recovery-image] Jul 01 19:27:29.152 INFO O| Jul 01 19:27:29.152 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-07-01T19:27:29.688Z[ recovery-image] Jul 01 19:27:29.158 INFO O| Jul 01 19:27:29.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55712026-07-01T19:27:29.688Z[ recovery-image] Jul 01 19:27:29.158 INFO O| Jul 01 19:27:29.158 INFO STEP 100 (remove_files) COMPLETE
55722026-07-01T19:27:29.688Z[ recovery-image] Jul 01 19:27:29.158 INFO O| Jul 01 19:27:29.158 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-07-01T19:27:29.691Z[ recovery-image] Jul 01 19:27:29.164 INFO O| Jul 01 19:27:29.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55742026-07-01T19:27:29.691Z[ recovery-image] Jul 01 19:27:29.165 INFO O| Jul 01 19:27:29.165 INFO STEP 101 (remove_files) COMPLETE
55752026-07-01T19:27:29.691Z[ recovery-image] Jul 01 19:27:29.165 INFO O| Jul 01 19:27:29.165 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-07-01T19:27:29.696Z[ recovery-image] Jul 01 19:27:29.171 INFO O| Jul 01 19:27:29.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55772026-07-01T19:27:29.696Z[ recovery-image] Jul 01 19:27:29.171 INFO O| Jul 01 19:27:29.171 INFO STEP 102 (remove_files) COMPLETE
55782026-07-01T19:27:29.696Z[ recovery-image] Jul 01 19:27:29.171 INFO O| Jul 01 19:27:29.171 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-07-01T19:27:29.703Z[ recovery-image] Jul 01 19:27:29.177 INFO O| Jul 01 19:27:29.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55802026-07-01T19:27:29.703Z[ recovery-image] Jul 01 19:27:29.177 INFO O| Jul 01 19:27:29.177 INFO STEP 103 (remove_files) COMPLETE
55812026-07-01T19:27:29.703Z[ recovery-image] Jul 01 19:27:29.177 INFO O| Jul 01 19:27:29.177 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-07-01T19:27:29.707Z[ recovery-image] Jul 01 19:27:29.183 INFO O| Jul 01 19:27:29.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55832026-07-01T19:27:29.708Z[ recovery-image] Jul 01 19:27:29.183 INFO O| Jul 01 19:27:29.183 INFO STEP 104 (remove_files) COMPLETE
55842026-07-01T19:27:29.708Z[ recovery-image] Jul 01 19:27:29.183 INFO O| Jul 01 19:27:29.183 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-07-01T19:27:29.712Z[ recovery-image] Jul 01 19:27:29.188 INFO O| Jul 01 19:27:29.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55862026-07-01T19:27:29.712Z[ recovery-image] Jul 01 19:27:29.189 INFO O| Jul 01 19:27:29.188 INFO STEP 105 (remove_files) COMPLETE
55872026-07-01T19:27:29.712Z[ recovery-image] Jul 01 19:27:29.189 INFO O| Jul 01 19:27:29.189 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-07-01T19:27:29.719Z[ recovery-image] Jul 01 19:27:29.194 INFO O| Jul 01 19:27:29.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55892026-07-01T19:27:29.722Z[ recovery-image] Jul 01 19:27:29.194 INFO O| Jul 01 19:27:29.194 INFO STEP 106 (remove_files) COMPLETE
55902026-07-01T19:27:29.722Z[ recovery-image] Jul 01 19:27:29.194 INFO O| Jul 01 19:27:29.194 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-07-01T19:27:29.722Z[ recovery-image] Jul 01 19:27:29.199 INFO O| Jul 01 19:27:29.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55922026-07-01T19:27:29.724Z[ recovery-image] Jul 01 19:27:29.199 INFO O| Jul 01 19:27:29.199 INFO STEP 107 (remove_files) COMPLETE
55932026-07-01T19:27:29.724Z[ recovery-image] Jul 01 19:27:29.199 INFO O| Jul 01 19:27:29.199 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-07-01T19:27:29.731Z[ recovery-image] Jul 01 19:27:29.204 INFO O| Jul 01 19:27:29.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55952026-07-01T19:27:29.731Z[ recovery-image] Jul 01 19:27:29.204 INFO O| Jul 01 19:27:29.204 INFO STEP 108 (remove_files) COMPLETE
55962026-07-01T19:27:29.732Z[ recovery-image] Jul 01 19:27:29.204 INFO O| Jul 01 19:27:29.204 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-07-01T19:27:29.736Z[ recovery-image] Jul 01 19:27:29.211 INFO O| Jul 01 19:27:29.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55982026-07-01T19:27:29.736Z[ recovery-image] Jul 01 19:27:29.212 INFO O| Jul 01 19:27:29.212 INFO STEP 109 (remove_files) COMPLETE
55992026-07-01T19:27:29.736Z[ recovery-image] Jul 01 19:27:29.212 INFO O| Jul 01 19:27:29.212 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-07-01T19:27:29.741Z[ recovery-image] Jul 01 19:27:29.218 INFO O| Jul 01 19:27:29.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56012026-07-01T19:27:29.746Z[ recovery-image] Jul 01 19:27:29.218 INFO O| Jul 01 19:27:29.218 INFO STEP 110 (remove_files) COMPLETE
56022026-07-01T19:27:29.746Z[ recovery-image] Jul 01 19:27:29.218 INFO O| Jul 01 19:27:29.218 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-07-01T19:27:29.748Z[ recovery-image] Jul 01 19:27:29.224 INFO O| Jul 01 19:27:29.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56042026-07-01T19:27:29.748Z[ recovery-image] Jul 01 19:27:29.224 INFO O| Jul 01 19:27:29.224 INFO STEP 111 (remove_files) COMPLETE
56052026-07-01T19:27:29.748Z[ recovery-image] Jul 01 19:27:29.224 INFO O| Jul 01 19:27:29.224 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-07-01T19:27:29.753Z[ recovery-image] Jul 01 19:27:29.229 INFO O| Jul 01 19:27:29.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56072026-07-01T19:27:29.753Z[ recovery-image] Jul 01 19:27:29.229 INFO O| Jul 01 19:27:29.229 INFO STEP 112 (remove_files) COMPLETE
56082026-07-01T19:27:29.758Z[ recovery-image] Jul 01 19:27:29.229 INFO O| Jul 01 19:27:29.229 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-07-01T19:27:29.758Z[ recovery-image] Jul 01 19:27:29.234 INFO O| Jul 01 19:27:29.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56102026-07-01T19:27:29.758Z[ recovery-image] Jul 01 19:27:29.234 INFO O| Jul 01 19:27:29.234 INFO STEP 113 (remove_files) COMPLETE
56112026-07-01T19:27:29.759Z[ recovery-image] Jul 01 19:27:29.234 INFO O| Jul 01 19:27:29.234 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-07-01T19:27:29.765Z[ recovery-image] Jul 01 19:27:29.240 INFO O| Jul 01 19:27:29.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56132026-07-01T19:27:29.769Z[ recovery-image] Jul 01 19:27:29.241 INFO O| Jul 01 19:27:29.241 INFO STEP 114 (remove_files) COMPLETE
56142026-07-01T19:27:29.769Z[ recovery-image] Jul 01 19:27:29.241 INFO O| Jul 01 19:27:29.241 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-07-01T19:27:29.777Z[ recovery-image] Jul 01 19:27:29.247 INFO O| Jul 01 19:27:29.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56162026-07-01T19:27:29.777Z[ recovery-image] Jul 01 19:27:29.247 INFO O| Jul 01 19:27:29.247 INFO STEP 115 (remove_files) COMPLETE
56172026-07-01T19:27:29.777Z[ recovery-image] Jul 01 19:27:29.247 INFO O| Jul 01 19:27:29.247 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-07-01T19:27:29.781Z[ recovery-image] Jul 01 19:27:29.253 INFO O| Jul 01 19:27:29.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56192026-07-01T19:27:29.781Z[ recovery-image] Jul 01 19:27:29.253 INFO O| Jul 01 19:27:29.253 INFO STEP 116 (remove_files) COMPLETE
56202026-07-01T19:27:29.781Z[ recovery-image] Jul 01 19:27:29.253 INFO O| Jul 01 19:27:29.253 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-07-01T19:27:29.785Z[ recovery-image] Jul 01 19:27:29.258 INFO O| Jul 01 19:27:29.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56222026-07-01T19:27:29.785Z[ recovery-image] Jul 01 19:27:29.258 INFO O| Jul 01 19:27:29.258 INFO STEP 117 (remove_files) COMPLETE
56232026-07-01T19:27:29.785Z[ recovery-image] Jul 01 19:27:29.258 INFO O| Jul 01 19:27:29.258 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-07-01T19:27:29.791Z[ recovery-image] Jul 01 19:27:29.263 INFO O| Jul 01 19:27:29.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56252026-07-01T19:27:29.791Z[ recovery-image] Jul 01 19:27:29.264 INFO O| Jul 01 19:27:29.264 INFO STEP 118 (remove_files) COMPLETE
56262026-07-01T19:27:29.791Z[ recovery-image] Jul 01 19:27:29.264 INFO O| Jul 01 19:27:29.264 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-07-01T19:27:29.794Z[ recovery-image] Jul 01 19:27:29.270 INFO O| Jul 01 19:27:29.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56282026-07-01T19:27:29.794Z[ recovery-image] Jul 01 19:27:29.270 INFO O| Jul 01 19:27:29.270 INFO STEP 119 (remove_files) COMPLETE
56292026-07-01T19:27:29.794Z[ recovery-image] Jul 01 19:27:29.270 INFO O| Jul 01 19:27:29.270 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-07-01T19:27:29.800Z[ recovery-image] Jul 01 19:27:29.277 INFO O| Jul 01 19:27:29.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56312026-07-01T19:27:29.800Z[ recovery-image] Jul 01 19:27:29.277 INFO O| Jul 01 19:27:29.277 INFO STEP 120 (remove_files) COMPLETE
56322026-07-01T19:27:29.800Z[ recovery-image] Jul 01 19:27:29.277 INFO O| Jul 01 19:27:29.277 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-07-01T19:27:29.807Z[ recovery-image] Jul 01 19:27:29.283 INFO O| Jul 01 19:27:29.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56342026-07-01T19:27:29.807Z[ recovery-image] Jul 01 19:27:29.283 INFO O| Jul 01 19:27:29.283 INFO STEP 121 (remove_files) COMPLETE
56352026-07-01T19:27:29.812Z[ recovery-image] Jul 01 19:27:29.283 INFO O| Jul 01 19:27:29.283 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-07-01T19:27:29.816Z[ recovery-image] Jul 01 19:27:29.289 INFO O| Jul 01 19:27:29.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56372026-07-01T19:27:29.816Z[ recovery-image] Jul 01 19:27:29.289 INFO O| Jul 01 19:27:29.289 INFO STEP 122 (remove_files) COMPLETE
56382026-07-01T19:27:29.816Z[ recovery-image] Jul 01 19:27:29.289 INFO O| Jul 01 19:27:29.289 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-07-01T19:27:29.823Z[ recovery-image] Jul 01 19:27:29.296 INFO O| Jul 01 19:27:29.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56402026-07-01T19:27:29.823Z[ recovery-image] Jul 01 19:27:29.296 INFO O| Jul 01 19:27:29.296 INFO STEP 123 (remove_files) COMPLETE
56412026-07-01T19:27:29.823Z[ recovery-image] Jul 01 19:27:29.296 INFO O| Jul 01 19:27:29.296 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-07-01T19:27:29.833Z[ recovery-image] Jul 01 19:27:29.302 INFO O| Jul 01 19:27:29.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56432026-07-01T19:27:29.833Z[ recovery-image] Jul 01 19:27:29.302 INFO O| Jul 01 19:27:29.302 INFO STEP 124 (remove_files) COMPLETE
56442026-07-01T19:27:29.833Z[ recovery-image] Jul 01 19:27:29.302 INFO O| Jul 01 19:27:29.302 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-07-01T19:27:29.845Z[ recovery-image] Jul 01 19:27:29.307 INFO O| Jul 01 19:27:29.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56462026-07-01T19:27:29.845Z[ recovery-image] Jul 01 19:27:29.307 INFO O| Jul 01 19:27:29.307 INFO STEP 125 (remove_files) COMPLETE
56472026-07-01T19:27:29.846Z[ recovery-image] Jul 01 19:27:29.307 INFO O| Jul 01 19:27:29.307 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-07-01T19:27:29.846Z[ recovery-image] Jul 01 19:27:29.313 INFO O| Jul 01 19:27:29.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56492026-07-01T19:27:29.846Z[ recovery-image] Jul 01 19:27:29.313 INFO O| Jul 01 19:27:29.313 INFO STEP 126 (remove_files) COMPLETE
56502026-07-01T19:27:29.846Z[ recovery-image] Jul 01 19:27:29.313 INFO O| Jul 01 19:27:29.313 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-07-01T19:27:29.852Z[ recovery-image] Jul 01 19:27:29.318 INFO O| Jul 01 19:27:29.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56522026-07-01T19:27:29.852Z[ recovery-image] Jul 01 19:27:29.318 INFO O| Jul 01 19:27:29.318 INFO STEP 127 (remove_files) COMPLETE
56532026-07-01T19:27:29.852Z[ recovery-image] Jul 01 19:27:29.318 INFO O| Jul 01 19:27:29.318 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-07-01T19:27:29.852Z[ recovery-image] Jul 01 19:27:29.324 INFO O| Jul 01 19:27:29.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56552026-07-01T19:27:29.852Z[ recovery-image] Jul 01 19:27:29.324 INFO O| Jul 01 19:27:29.324 INFO STEP 128 (remove_files) COMPLETE
56562026-07-01T19:27:29.852Z[ recovery-image] Jul 01 19:27:29.324 INFO O| Jul 01 19:27:29.324 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-07-01T19:27:29.860Z[ recovery-image] Jul 01 19:27:29.330 INFO O| Jul 01 19:27:29.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56582026-07-01T19:27:29.860Z[ recovery-image] Jul 01 19:27:29.330 INFO O| Jul 01 19:27:29.330 INFO STEP 129 (remove_files) COMPLETE
56592026-07-01T19:27:29.860Z[ recovery-image] Jul 01 19:27:29.330 INFO O| Jul 01 19:27:29.330 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-07-01T19:27:29.864Z[ recovery-image] Jul 01 19:27:29.335 INFO O| Jul 01 19:27:29.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56612026-07-01T19:27:29.864Z[ recovery-image] Jul 01 19:27:29.335 INFO O| Jul 01 19:27:29.335 INFO STEP 130 (remove_files) COMPLETE
56622026-07-01T19:27:29.864Z[ recovery-image] Jul 01 19:27:29.335 INFO O| Jul 01 19:27:29.335 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-07-01T19:27:29.865Z[ recovery-image] Jul 01 19:27:29.341 INFO O| Jul 01 19:27:29.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56642026-07-01T19:27:29.865Z[ recovery-image] Jul 01 19:27:29.341 INFO O| Jul 01 19:27:29.341 INFO STEP 131 (remove_files) COMPLETE
56652026-07-01T19:27:29.865Z[ recovery-image] Jul 01 19:27:29.341 INFO O| Jul 01 19:27:29.341 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-07-01T19:27:29.871Z[ recovery-image] Jul 01 19:27:29.346 INFO O| Jul 01 19:27:29.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56672026-07-01T19:27:29.871Z[ recovery-image] Jul 01 19:27:29.346 INFO O| Jul 01 19:27:29.346 INFO STEP 132 (remove_files) COMPLETE
56682026-07-01T19:27:29.871Z[ recovery-image] Jul 01 19:27:29.346 INFO O| Jul 01 19:27:29.346 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-07-01T19:27:29.875Z[ recovery-image] Jul 01 19:27:29.352 INFO O| Jul 01 19:27:29.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56702026-07-01T19:27:29.876Z[ recovery-image] Jul 01 19:27:29.352 INFO O| Jul 01 19:27:29.352 INFO STEP 133 (remove_files) COMPLETE
56712026-07-01T19:27:29.876Z[ recovery-image] Jul 01 19:27:29.352 INFO O| Jul 01 19:27:29.352 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-07-01T19:27:29.881Z[ recovery-image] Jul 01 19:27:29.357 INFO O| Jul 01 19:27:29.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56732026-07-01T19:27:29.881Z[ recovery-image] Jul 01 19:27:29.357 INFO O| Jul 01 19:27:29.357 INFO STEP 134 (remove_files) COMPLETE
56742026-07-01T19:27:29.881Z[ recovery-image] Jul 01 19:27:29.357 INFO O| Jul 01 19:27:29.357 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-07-01T19:27:29.885Z[ recovery-image] Jul 01 19:27:29.363 INFO O| Jul 01 19:27:29.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56762026-07-01T19:27:29.886Z[ recovery-image] Jul 01 19:27:29.363 INFO O| Jul 01 19:27:29.363 INFO STEP 135 (remove_files) COMPLETE
56772026-07-01T19:27:29.892Z[ recovery-image] Jul 01 19:27:29.363 INFO O| Jul 01 19:27:29.363 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-07-01T19:27:29.895Z[ recovery-image] Jul 01 19:27:29.371 INFO O| Jul 01 19:27:29.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56792026-07-01T19:27:29.895Z[ recovery-image] Jul 01 19:27:29.371 INFO O| Jul 01 19:27:29.371 INFO STEP 136 (remove_files) COMPLETE
56802026-07-01T19:27:29.895Z[ recovery-image] Jul 01 19:27:29.371 INFO O| Jul 01 19:27:29.371 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-07-01T19:27:29.902Z[ recovery-image] Jul 01 19:27:29.377 INFO O| Jul 01 19:27:29.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56822026-07-01T19:27:29.902Z[ recovery-image] Jul 01 19:27:29.377 INFO O| Jul 01 19:27:29.377 INFO STEP 137 (remove_files) COMPLETE
56832026-07-01T19:27:29.905Z[ recovery-image] Jul 01 19:27:29.377 INFO O| Jul 01 19:27:29.377 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-07-01T19:27:29.905Z[ recovery-image] Jul 01 19:27:29.383 INFO O| Jul 01 19:27:29.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56852026-07-01T19:27:29.905Z[ recovery-image] Jul 01 19:27:29.383 INFO O| Jul 01 19:27:29.383 INFO STEP 138 (remove_files) COMPLETE
56862026-07-01T19:27:29.906Z[ recovery-image] Jul 01 19:27:29.383 INFO O| Jul 01 19:27:29.383 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-07-01T19:27:29.919Z[ recovery-image] Jul 01 19:27:29.389 INFO O| Jul 01 19:27:29.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56882026-07-01T19:27:29.920Z[ recovery-image] Jul 01 19:27:29.389 INFO O| Jul 01 19:27:29.389 INFO STEP 139 (remove_files) COMPLETE
56892026-07-01T19:27:29.920Z[ recovery-image] Jul 01 19:27:29.389 INFO O| Jul 01 19:27:29.389 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-07-01T19:27:29.926Z[ recovery-image] Jul 01 19:27:29.396 INFO O| Jul 01 19:27:29.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56912026-07-01T19:27:29.926Z[ recovery-image] Jul 01 19:27:29.396 INFO O| Jul 01 19:27:29.396 INFO STEP 140 (remove_files) COMPLETE
56922026-07-01T19:27:29.926Z[ recovery-image] Jul 01 19:27:29.396 INFO O| Jul 01 19:27:29.396 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-07-01T19:27:29.930Z[ recovery-image] Jul 01 19:27:29.402 INFO O| Jul 01 19:27:29.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56942026-07-01T19:27:29.930Z[ recovery-image] Jul 01 19:27:29.402 INFO O| Jul 01 19:27:29.402 INFO STEP 141 (remove_files) COMPLETE
56952026-07-01T19:27:29.930Z[ recovery-image] Jul 01 19:27:29.402 INFO O| Jul 01 19:27:29.402 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-07-01T19:27:29.935Z[ recovery-image] Jul 01 19:27:29.407 INFO O| Jul 01 19:27:29.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56972026-07-01T19:27:29.935Z[ recovery-image] Jul 01 19:27:29.407 INFO O| Jul 01 19:27:29.407 INFO STEP 142 (remove_files) COMPLETE
56982026-07-01T19:27:29.935Z[ recovery-image] Jul 01 19:27:29.407 INFO O| Jul 01 19:27:29.407 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-07-01T19:27:29.940Z[ recovery-image] Jul 01 19:27:29.413 INFO O| Jul 01 19:27:29.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57002026-07-01T19:27:29.940Z[ recovery-image] Jul 01 19:27:29.413 INFO O| Jul 01 19:27:29.413 INFO STEP 143 (remove_files) COMPLETE
57012026-07-01T19:27:29.940Z[ recovery-image] Jul 01 19:27:29.413 INFO O| Jul 01 19:27:29.413 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-07-01T19:27:29.947Z[ recovery-image] Jul 01 19:27:29.419 INFO O| Jul 01 19:27:29.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57032026-07-01T19:27:29.947Z[ recovery-image] Jul 01 19:27:29.419 INFO O| Jul 01 19:27:29.419 INFO STEP 144 (remove_files) COMPLETE
57042026-07-01T19:27:29.947Z[ recovery-image] Jul 01 19:27:29.419 INFO O| Jul 01 19:27:29.419 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-07-01T19:27:29.954Z[ recovery-image] Jul 01 19:27:29.425 INFO O| Jul 01 19:27:29.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57062026-07-01T19:27:29.954Z[ recovery-image] Jul 01 19:27:29.425 INFO O| Jul 01 19:27:29.425 INFO STEP 145 (remove_files) COMPLETE
57072026-07-01T19:27:29.954Z[ recovery-image] Jul 01 19:27:29.425 INFO O| Jul 01 19:27:29.425 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-07-01T19:27:29.957Z[ recovery-image] Jul 01 19:27:29.431 INFO O| Jul 01 19:27:29.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57092026-07-01T19:27:29.957Z[ recovery-image] Jul 01 19:27:29.431 INFO O| Jul 01 19:27:29.431 INFO STEP 146 (remove_files) COMPLETE
57102026-07-01T19:27:29.957Z[ recovery-image] Jul 01 19:27:29.431 INFO O| Jul 01 19:27:29.431 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-07-01T19:27:29.963Z[ recovery-image] Jul 01 19:27:29.436 INFO O| Jul 01 19:27:29.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57122026-07-01T19:27:29.963Z[ recovery-image] Jul 01 19:27:29.436 INFO O| Jul 01 19:27:29.436 INFO STEP 147 (remove_files) COMPLETE
57132026-07-01T19:27:29.964Z[ recovery-image] Jul 01 19:27:29.436 INFO O| Jul 01 19:27:29.436 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-07-01T19:27:29.967Z[ recovery-image] Jul 01 19:27:29.443 INFO O| Jul 01 19:27:29.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57152026-07-01T19:27:29.967Z[ recovery-image] Jul 01 19:27:29.443 INFO O| Jul 01 19:27:29.443 INFO STEP 148 (remove_files) COMPLETE
57162026-07-01T19:27:29.967Z[ recovery-image] Jul 01 19:27:29.443 INFO O| Jul 01 19:27:29.443 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-07-01T19:27:29.973Z[ recovery-image] Jul 01 19:27:29.449 INFO O| Jul 01 19:27:29.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57182026-07-01T19:27:29.973Z[ recovery-image] Jul 01 19:27:29.449 INFO O| Jul 01 19:27:29.449 INFO STEP 149 (remove_files) COMPLETE
57192026-07-01T19:27:29.973Z[ recovery-image] Jul 01 19:27:29.449 INFO O| Jul 01 19:27:29.449 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-07-01T19:27:29.979Z[ recovery-image] Jul 01 19:27:29.456 INFO O| Jul 01 19:27:29.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57212026-07-01T19:27:29.984Z[ recovery-image] Jul 01 19:27:29.456 INFO O| Jul 01 19:27:29.456 INFO STEP 150 (remove_files) COMPLETE
57222026-07-01T19:27:29.984Z[ recovery-image] Jul 01 19:27:29.456 INFO O| Jul 01 19:27:29.456 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-07-01T19:27:29.993Z[ recovery-image] Jul 01 19:27:29.462 INFO O| Jul 01 19:27:29.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57242026-07-01T19:27:29.993Z[ recovery-image] Jul 01 19:27:29.462 INFO O| Jul 01 19:27:29.462 INFO STEP 151 (remove_files) COMPLETE
57252026-07-01T19:27:29.993Z[ recovery-image] Jul 01 19:27:29.462 INFO O| Jul 01 19:27:29.462 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-07-01T19:27:30.000Z[ recovery-image] Jul 01 19:27:29.467 INFO O| Jul 01 19:27:29.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57272026-07-01T19:27:30.000Z[ recovery-image] Jul 01 19:27:29.467 INFO O| Jul 01 19:27:29.467 INFO STEP 152 (remove_files) COMPLETE
57282026-07-01T19:27:30.000Z[ recovery-image] Jul 01 19:27:29.467 INFO O| Jul 01 19:27:29.467 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-07-01T19:27:30.000Z[ recovery-image] Jul 01 19:27:29.473 INFO O| Jul 01 19:27:29.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57302026-07-01T19:27:30.000Z[ recovery-image] Jul 01 19:27:29.474 INFO O| Jul 01 19:27:29.474 INFO STEP 153 (remove_files) COMPLETE
57312026-07-01T19:27:30.000Z[ recovery-image] Jul 01 19:27:29.474 INFO O| Jul 01 19:27:29.474 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-07-01T19:27:30.014Z[ recovery-image] Jul 01 19:27:29.479 INFO O| Jul 01 19:27:29.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57332026-07-01T19:27:30.014Z[ recovery-image] Jul 01 19:27:29.480 INFO O| Jul 01 19:27:29.480 INFO STEP 154 (remove_files) COMPLETE
57342026-07-01T19:27:30.015Z[ recovery-image] Jul 01 19:27:29.480 INFO O| Jul 01 19:27:29.480 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-07-01T19:27:30.022Z[ recovery-image] Jul 01 19:27:29.485 INFO O| Jul 01 19:27:29.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57362026-07-01T19:27:30.022Z[ recovery-image] Jul 01 19:27:29.486 INFO O| Jul 01 19:27:29.485 INFO STEP 155 (remove_files) COMPLETE
57372026-07-01T19:27:30.022Z[ recovery-image] Jul 01 19:27:29.486 INFO O| Jul 01 19:27:29.486 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-07-01T19:27:30.022Z[ recovery-image] Jul 01 19:27:29.492 INFO O| Jul 01 19:27:29.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57392026-07-01T19:27:30.022Z[ recovery-image] Jul 01 19:27:29.492 INFO O| Jul 01 19:27:29.492 INFO STEP 156 (remove_files) COMPLETE
57402026-07-01T19:27:30.022Z[ recovery-image] Jul 01 19:27:29.492 INFO O| Jul 01 19:27:29.492 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-07-01T19:27:30.022Z[ recovery-image] Jul 01 19:27:29.498 INFO O| Jul 01 19:27:29.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57422026-07-01T19:27:30.022Z[ recovery-image] Jul 01 19:27:29.498 INFO O| Jul 01 19:27:29.498 INFO STEP 157 (remove_files) COMPLETE
57432026-07-01T19:27:30.022Z[ recovery-image] Jul 01 19:27:29.498 INFO O| Jul 01 19:27:29.498 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-07-01T19:27:30.027Z[ recovery-image] Jul 01 19:27:29.504 INFO O| Jul 01 19:27:29.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57452026-07-01T19:27:30.027Z[ recovery-image] Jul 01 19:27:29.504 INFO O| Jul 01 19:27:29.504 INFO STEP 158 (remove_files) COMPLETE
57462026-07-01T19:27:30.037Z[ recovery-image] Jul 01 19:27:29.504 INFO O| Jul 01 19:27:29.504 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-07-01T19:27:30.050Z[ recovery-image] Jul 01 19:27:29.509 INFO O| Jul 01 19:27:29.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57482026-07-01T19:27:30.050Z[ recovery-image] Jul 01 19:27:29.509 INFO O| Jul 01 19:27:29.509 INFO STEP 159 (remove_files) COMPLETE
57492026-07-01T19:27:30.050Z[ recovery-image] Jul 01 19:27:29.509 INFO O| Jul 01 19:27:29.509 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-07-01T19:27:30.050Z[ recovery-image] Jul 01 19:27:29.515 INFO O| Jul 01 19:27:29.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57512026-07-01T19:27:30.050Z[ recovery-image] Jul 01 19:27:29.515 INFO O| Jul 01 19:27:29.515 INFO STEP 160 (remove_files) COMPLETE
57522026-07-01T19:27:30.050Z[ recovery-image] Jul 01 19:27:29.515 INFO O| Jul 01 19:27:29.515 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-07-01T19:27:30.051Z[ recovery-image] Jul 01 19:27:29.520 INFO O| Jul 01 19:27:29.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57542026-07-01T19:27:30.051Z[ recovery-image] Jul 01 19:27:29.520 INFO O| Jul 01 19:27:29.520 INFO STEP 161 (remove_files) COMPLETE
57552026-07-01T19:27:30.051Z[ recovery-image] Jul 01 19:27:29.520 INFO O| Jul 01 19:27:29.520 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-07-01T19:27:30.051Z[ recovery-image] Jul 01 19:27:29.526 INFO O| Jul 01 19:27:29.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57572026-07-01T19:27:30.051Z[ recovery-image] Jul 01 19:27:29.527 INFO O| Jul 01 19:27:29.527 INFO STEP 162 (remove_files) COMPLETE
57582026-07-01T19:27:30.051Z[ recovery-image] Jul 01 19:27:29.527 INFO O| Jul 01 19:27:29.527 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-07-01T19:27:30.059Z[ recovery-image] Jul 01 19:27:29.533 INFO O| Jul 01 19:27:29.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57602026-07-01T19:27:30.059Z[ recovery-image] Jul 01 19:27:29.533 INFO O| Jul 01 19:27:29.533 INFO STEP 163 (remove_files) COMPLETE
57612026-07-01T19:27:30.068Z[ recovery-image] Jul 01 19:27:29.533 INFO O| Jul 01 19:27:29.533 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-07-01T19:27:30.068Z[ recovery-image] Jul 01 19:27:29.539 INFO O| Jul 01 19:27:29.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57632026-07-01T19:27:30.068Z[ recovery-image] Jul 01 19:27:29.539 INFO O| Jul 01 19:27:29.539 INFO STEP 164 (remove_files) COMPLETE
57642026-07-01T19:27:30.068Z[ recovery-image] Jul 01 19:27:29.539 INFO O| Jul 01 19:27:29.539 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-07-01T19:27:30.072Z[ recovery-image] Jul 01 19:27:29.545 INFO O| Jul 01 19:27:29.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57662026-07-01T19:27:30.073Z[ recovery-image] Jul 01 19:27:29.545 INFO O| Jul 01 19:27:29.545 INFO STEP 165 (remove_files) COMPLETE
57672026-07-01T19:27:30.073Z[ recovery-image] Jul 01 19:27:29.545 INFO O| Jul 01 19:27:29.545 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-07-01T19:27:30.078Z[ recovery-image] Jul 01 19:27:29.551 INFO O| Jul 01 19:27:29.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57692026-07-01T19:27:30.078Z[ recovery-image] Jul 01 19:27:29.552 INFO O| Jul 01 19:27:29.552 INFO STEP 166 (remove_files) COMPLETE
57702026-07-01T19:27:30.078Z[ recovery-image] Jul 01 19:27:29.552 INFO O| Jul 01 19:27:29.552 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-07-01T19:27:30.084Z[ recovery-image] Jul 01 19:27:29.557 INFO O| Jul 01 19:27:29.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57722026-07-01T19:27:30.084Z[ recovery-image] Jul 01 19:27:29.557 INFO O| Jul 01 19:27:29.557 INFO STEP 167 (remove_files) COMPLETE
57732026-07-01T19:27:30.084Z[ recovery-image] Jul 01 19:27:29.557 INFO O| Jul 01 19:27:29.557 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-07-01T19:27:30.088Z[ recovery-image] Jul 01 19:27:29.564 INFO O| Jul 01 19:27:29.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57752026-07-01T19:27:30.088Z[ recovery-image] Jul 01 19:27:29.564 INFO O| Jul 01 19:27:29.564 INFO STEP 168 (remove_files) COMPLETE
57762026-07-01T19:27:30.088Z[ recovery-image] Jul 01 19:27:29.564 INFO O| Jul 01 19:27:29.564 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-07-01T19:27:30.093Z[ recovery-image] Jul 01 19:27:29.570 INFO O| Jul 01 19:27:29.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57782026-07-01T19:27:30.094Z[ recovery-image] Jul 01 19:27:29.570 INFO O| Jul 01 19:27:29.570 INFO STEP 169 (remove_files) COMPLETE
57792026-07-01T19:27:30.097Z[ recovery-image] Jul 01 19:27:29.570 INFO O| Jul 01 19:27:29.570 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-07-01T19:27:30.118Z[ recovery-image] Jul 01 19:27:29.577 INFO O| Jul 01 19:27:29.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57812026-07-01T19:27:30.118Z[ recovery-image] Jul 01 19:27:29.577 INFO O| Jul 01 19:27:29.577 INFO STEP 170 (remove_files) COMPLETE
57822026-07-01T19:27:30.118Z[ recovery-image] Jul 01 19:27:29.577 INFO O| Jul 01 19:27:29.577 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-07-01T19:27:30.130Z[ recovery-image] Jul 01 19:27:29.583 INFO O| Jul 01 19:27:29.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57842026-07-01T19:27:30.130Z[ recovery-image] Jul 01 19:27:29.583 INFO O| Jul 01 19:27:29.583 INFO STEP 171 (remove_files) COMPLETE
57852026-07-01T19:27:30.130Z[ recovery-image] Jul 01 19:27:29.583 INFO O| Jul 01 19:27:29.583 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-07-01T19:27:30.130Z[ recovery-image] Jul 01 19:27:29.589 INFO O| Jul 01 19:27:29.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57872026-07-01T19:27:30.130Z[ recovery-image] Jul 01 19:27:29.589 INFO O| Jul 01 19:27:29.589 INFO STEP 172 (remove_files) COMPLETE
57882026-07-01T19:27:30.130Z[ recovery-image] Jul 01 19:27:29.589 INFO O| Jul 01 19:27:29.589 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-07-01T19:27:30.131Z[ recovery-image] Jul 01 19:27:29.594 INFO O| Jul 01 19:27:29.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57902026-07-01T19:27:30.131Z[ recovery-image] Jul 01 19:27:29.594 INFO O| Jul 01 19:27:29.594 INFO STEP 173 (remove_files) COMPLETE
57912026-07-01T19:27:30.131Z[ recovery-image] Jul 01 19:27:29.594 INFO O| Jul 01 19:27:29.594 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-07-01T19:27:30.142Z[ recovery-image] Jul 01 19:27:29.601 INFO O| Jul 01 19:27:29.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57932026-07-01T19:27:30.142Z[ recovery-image] Jul 01 19:27:29.601 INFO O| Jul 01 19:27:29.601 INFO STEP 174 (remove_files) COMPLETE
57942026-07-01T19:27:30.142Z[ recovery-image] Jul 01 19:27:29.601 INFO O| Jul 01 19:27:29.601 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-07-01T19:27:30.142Z[ recovery-image] Jul 01 19:27:29.607 INFO O| Jul 01 19:27:29.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57962026-07-01T19:27:30.142Z[ recovery-image] Jul 01 19:27:29.607 INFO O| Jul 01 19:27:29.607 INFO STEP 175 (remove_files) COMPLETE
57972026-07-01T19:27:30.142Z[ recovery-image] Jul 01 19:27:29.607 INFO O| Jul 01 19:27:29.607 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-07-01T19:27:30.142Z[ recovery-image] Jul 01 19:27:29.613 INFO O| Jul 01 19:27:29.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57992026-07-01T19:27:30.142Z[ recovery-image] Jul 01 19:27:29.613 INFO O| Jul 01 19:27:29.613 INFO STEP 176 (remove_files) COMPLETE
58002026-07-01T19:27:30.142Z[ recovery-image] Jul 01 19:27:29.613 INFO O| Jul 01 19:27:29.613 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-07-01T19:27:30.146Z[ recovery-image] Jul 01 19:27:29.618 INFO O| Jul 01 19:27:29.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58022026-07-01T19:27:30.148Z[ recovery-image] Jul 01 19:27:29.618 INFO O| Jul 01 19:27:29.618 INFO STEP 177 (remove_files) COMPLETE
58032026-07-01T19:27:30.148Z[ recovery-image] Jul 01 19:27:29.618 INFO O| Jul 01 19:27:29.618 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-07-01T19:27:30.197Z[ recovery-image] Jul 01 19:27:29.624 INFO O| Jul 01 19:27:29.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58052026-07-01T19:27:30.197Z[ recovery-image] Jul 01 19:27:29.624 INFO O| Jul 01 19:27:29.624 INFO STEP 178 (remove_files) COMPLETE
58062026-07-01T19:27:30.198Z[ recovery-image] Jul 01 19:27:29.624 INFO O| Jul 01 19:27:29.624 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-07-01T19:27:30.198Z[ recovery-image] Jul 01 19:27:29.630 INFO O| Jul 01 19:27:29.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58082026-07-01T19:27:30.198Z[ recovery-image] Jul 01 19:27:29.630 INFO O| Jul 01 19:27:29.630 INFO STEP 179 (remove_files) COMPLETE
58092026-07-01T19:27:30.198Z[ recovery-image] Jul 01 19:27:29.630 INFO O| Jul 01 19:27:29.630 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-07-01T19:27:30.237Z[ recovery-image] Jul 01 19:27:29.636 INFO O| Jul 01 19:27:29.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58112026-07-01T19:27:30.237Z[ recovery-image] Jul 01 19:27:29.636 INFO O| Jul 01 19:27:29.636 INFO STEP 180 (remove_files) COMPLETE
58122026-07-01T19:27:30.237Z[ recovery-image] Jul 01 19:27:29.636 INFO O| Jul 01 19:27:29.636 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-07-01T19:27:30.237Z[ recovery-image] Jul 01 19:27:29.641 INFO O| Jul 01 19:27:29.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58142026-07-01T19:27:30.237Z[ recovery-image] Jul 01 19:27:29.641 INFO O| Jul 01 19:27:29.641 INFO STEP 181 (remove_files) COMPLETE
58152026-07-01T19:27:30.238Z[ recovery-image] Jul 01 19:27:29.641 INFO O| Jul 01 19:27:29.641 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-07-01T19:27:30.239Z[ recovery-image] Jul 01 19:27:29.646 INFO O| Jul 01 19:27:29.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58172026-07-01T19:27:30.239Z[ recovery-image] Jul 01 19:27:29.647 INFO O| Jul 01 19:27:29.647 INFO STEP 182 (remove_files) COMPLETE
58182026-07-01T19:27:30.239Z[ recovery-image] Jul 01 19:27:29.647 INFO O| Jul 01 19:27:29.647 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-07-01T19:27:30.239Z[ recovery-image] Jul 01 19:27:29.651 INFO O| Jul 01 19:27:29.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58202026-07-01T19:27:30.239Z[ recovery-image] Jul 01 19:27:29.651 INFO O| Jul 01 19:27:29.651 INFO STEP 183 (remove_files) COMPLETE
58212026-07-01T19:27:30.239Z[ recovery-image] Jul 01 19:27:29.651 INFO O| Jul 01 19:27:29.651 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-07-01T19:27:30.239Z[ recovery-image] Jul 01 19:27:29.656 INFO O| Jul 01 19:27:29.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58232026-07-01T19:27:30.239Z[ recovery-image] Jul 01 19:27:29.656 INFO O| Jul 01 19:27:29.656 INFO STEP 184 (remove_files) COMPLETE
58242026-07-01T19:27:30.239Z[ recovery-image] Jul 01 19:27:29.656 INFO O| Jul 01 19:27:29.656 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-07-01T19:27:30.239Z[ recovery-image] Jul 01 19:27:29.661 INFO O| Jul 01 19:27:29.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58262026-07-01T19:27:30.239Z[ recovery-image] Jul 01 19:27:29.661 INFO O| Jul 01 19:27:29.661 INFO STEP 185 (remove_files) COMPLETE
58272026-07-01T19:27:30.239Z[ recovery-image] Jul 01 19:27:29.661 INFO O| Jul 01 19:27:29.661 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-07-01T19:27:30.240Z[ recovery-image] Jul 01 19:27:29.666 INFO O| Jul 01 19:27:29.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58292026-07-01T19:27:30.240Z[ recovery-image] Jul 01 19:27:29.666 INFO O| Jul 01 19:27:29.666 INFO STEP 186 (remove_files) COMPLETE
58302026-07-01T19:27:30.240Z[ recovery-image] Jul 01 19:27:29.666 INFO O| Jul 01 19:27:29.666 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-07-01T19:27:30.241Z[ recovery-image] Jul 01 19:27:29.671 INFO O| Jul 01 19:27:29.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58322026-07-01T19:27:30.241Z[ recovery-image] Jul 01 19:27:29.671 INFO O| Jul 01 19:27:29.671 INFO STEP 187 (remove_files) COMPLETE
58332026-07-01T19:27:30.241Z[ recovery-image] Jul 01 19:27:29.671 INFO O| Jul 01 19:27:29.671 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-07-01T19:27:30.241Z[ recovery-image] Jul 01 19:27:29.676 INFO O| Jul 01 19:27:29.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58352026-07-01T19:27:30.241Z[ recovery-image] Jul 01 19:27:29.676 INFO O| Jul 01 19:27:29.676 INFO STEP 188 (remove_files) COMPLETE
58362026-07-01T19:27:30.241Z[ recovery-image] Jul 01 19:27:29.676 INFO O| Jul 01 19:27:29.676 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-07-01T19:27:30.260Z[ recovery-image] Jul 01 19:27:29.682 INFO O| Jul 01 19:27:29.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58382026-07-01T19:27:30.260Z[ recovery-image] Jul 01 19:27:29.682 INFO O| Jul 01 19:27:29.682 INFO STEP 189 (remove_files) COMPLETE
58392026-07-01T19:27:30.260Z[ recovery-image] Jul 01 19:27:29.682 INFO O| Jul 01 19:27:29.682 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-07-01T19:27:30.260Z[ recovery-image] Jul 01 19:27:29.688 INFO O| Jul 01 19:27:29.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58412026-07-01T19:27:30.260Z[ recovery-image] Jul 01 19:27:29.688 INFO O| Jul 01 19:27:29.688 INFO STEP 190 (remove_files) COMPLETE
58422026-07-01T19:27:30.260Z[ recovery-image] Jul 01 19:27:29.688 INFO O| Jul 01 19:27:29.688 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-07-01T19:27:30.260Z[ recovery-image] Jul 01 19:27:29.694 INFO O| Jul 01 19:27:29.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58442026-07-01T19:27:30.260Z[ recovery-image] Jul 01 19:27:29.694 INFO O| Jul 01 19:27:29.694 INFO STEP 191 (remove_files) COMPLETE
58452026-07-01T19:27:30.260Z[ recovery-image] Jul 01 19:27:29.694 INFO O| Jul 01 19:27:29.694 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.700 INFO O| Jul 01 19:27:29.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58472026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.700 INFO O| Jul 01 19:27:29.700 INFO STEP 192 (remove_files) COMPLETE
58482026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.700 INFO O| Jul 01 19:27:29.700 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.705 INFO O| Jul 01 19:27:29.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58502026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.705 INFO O| Jul 01 19:27:29.705 INFO STEP 193 (remove_files) COMPLETE
58512026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.705 INFO O| Jul 01 19:27:29.705 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.711 INFO O| Jul 01 19:27:29.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58532026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.711 INFO O| Jul 01 19:27:29.711 INFO STEP 194 (remove_files) COMPLETE
58542026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.711 INFO O| Jul 01 19:27:29.711 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.716 INFO O| Jul 01 19:27:29.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58562026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.716 INFO O| Jul 01 19:27:29.716 INFO STEP 195 (remove_files) COMPLETE
58572026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.716 INFO O| Jul 01 19:27:29.716 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.722 INFO O| Jul 01 19:27:29.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58592026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.722 INFO O| Jul 01 19:27:29.722 INFO STEP 196 (remove_files) COMPLETE
58602026-07-01T19:27:30.263Z[ recovery-image] Jul 01 19:27:29.722 INFO O| Jul 01 19:27:29.722 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.728 INFO O| Jul 01 19:27:29.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58622026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.728 INFO O| Jul 01 19:27:29.728 INFO STEP 197 (remove_files) COMPLETE
58632026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.728 INFO O| Jul 01 19:27:29.728 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.733 INFO O| Jul 01 19:27:29.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58652026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.733 INFO O| Jul 01 19:27:29.733 INFO STEP 198 (remove_files) COMPLETE
58662026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.733 INFO O| Jul 01 19:27:29.733 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.738 INFO O| Jul 01 19:27:29.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58682026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.738 INFO O| Jul 01 19:27:29.738 INFO STEP 199 (remove_files) COMPLETE
58692026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.738 INFO O| Jul 01 19:27:29.738 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.743 INFO O| Jul 01 19:27:29.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58712026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.743 INFO O| Jul 01 19:27:29.743 INFO STEP 200 (remove_files) COMPLETE
58722026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.743 INFO O| Jul 01 19:27:29.743 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.748 INFO O| Jul 01 19:27:29.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58742026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.748 INFO O| Jul 01 19:27:29.748 INFO STEP 201 (remove_files) COMPLETE
58752026-07-01T19:27:30.278Z[ recovery-image] Jul 01 19:27:29.748 INFO O| Jul 01 19:27:29.748 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-07-01T19:27:30.322Z[ recovery-image] Jul 01 19:27:29.753 INFO O| Jul 01 19:27:29.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58772026-07-01T19:27:30.322Z[ recovery-image] Jul 01 19:27:29.753 INFO O| Jul 01 19:27:29.753 INFO STEP 202 (remove_files) COMPLETE
58782026-07-01T19:27:30.322Z[ recovery-image] Jul 01 19:27:29.753 INFO O| Jul 01 19:27:29.753 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-07-01T19:27:30.322Z[ recovery-image] Jul 01 19:27:29.758 INFO O| Jul 01 19:27:29.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58802026-07-01T19:27:30.323Z[ recovery-image] Jul 01 19:27:29.758 INFO O| Jul 01 19:27:29.758 INFO STEP 203 (remove_files) COMPLETE
58812026-07-01T19:27:30.323Z[ recovery-image] Jul 01 19:27:29.758 INFO O| Jul 01 19:27:29.758 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-07-01T19:27:30.336Z[ recovery-image] Jul 01 19:27:29.764 INFO O| Jul 01 19:27:29.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58832026-07-01T19:27:30.336Z[ recovery-image] Jul 01 19:27:29.764 INFO O| Jul 01 19:27:29.764 INFO STEP 204 (remove_files) COMPLETE
58842026-07-01T19:27:30.336Z[ recovery-image] Jul 01 19:27:29.764 INFO O| Jul 01 19:27:29.764 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-07-01T19:27:30.336Z[ recovery-image] Jul 01 19:27:29.769 INFO O| Jul 01 19:27:29.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58862026-07-01T19:27:30.336Z[ recovery-image] Jul 01 19:27:29.769 INFO O| Jul 01 19:27:29.769 INFO STEP 205 (remove_files) COMPLETE
58872026-07-01T19:27:30.336Z[ recovery-image] Jul 01 19:27:29.770 INFO O| Jul 01 19:27:29.769 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-07-01T19:27:30.336Z[ recovery-image] Jul 01 19:27:29.775 INFO O| Jul 01 19:27:29.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58892026-07-01T19:27:30.336Z[ recovery-image] Jul 01 19:27:29.775 INFO O| Jul 01 19:27:29.775 INFO STEP 206 (remove_files) COMPLETE
58902026-07-01T19:27:30.336Z[ recovery-image] Jul 01 19:27:29.775 INFO O| Jul 01 19:27:29.775 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-07-01T19:27:30.336Z[ recovery-image] Jul 01 19:27:29.780 INFO O| Jul 01 19:27:29.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58922026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.780 INFO O| Jul 01 19:27:29.780 INFO STEP 207 (remove_files) COMPLETE
58932026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.780 INFO O| Jul 01 19:27:29.780 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.785 INFO O| Jul 01 19:27:29.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58952026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.785 INFO O| Jul 01 19:27:29.785 INFO STEP 208 (remove_files) COMPLETE
58962026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.785 INFO O| Jul 01 19:27:29.785 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.790 INFO O| Jul 01 19:27:29.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58982026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.790 INFO O| Jul 01 19:27:29.790 INFO STEP 209 (remove_files) COMPLETE
58992026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.790 INFO O| Jul 01 19:27:29.790 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.795 INFO O| Jul 01 19:27:29.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59012026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.796 INFO O| Jul 01 19:27:29.795 INFO STEP 210 (remove_files) COMPLETE
59022026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.796 INFO O| Jul 01 19:27:29.796 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.801 INFO O| Jul 01 19:27:29.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59042026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.801 INFO O| Jul 01 19:27:29.801 INFO STEP 211 (remove_files) COMPLETE
59052026-07-01T19:27:30.337Z[ recovery-image] Jul 01 19:27:29.801 INFO O| Jul 01 19:27:29.801 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-07-01T19:27:30.341Z[ recovery-image] Jul 01 19:27:29.806 INFO O| Jul 01 19:27:29.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59072026-07-01T19:27:30.341Z[ recovery-image] Jul 01 19:27:29.806 INFO O| Jul 01 19:27:29.806 INFO STEP 212 (remove_files) COMPLETE
59082026-07-01T19:27:30.341Z[ recovery-image] Jul 01 19:27:29.806 INFO O| Jul 01 19:27:29.806 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-07-01T19:27:30.341Z[ recovery-image] Jul 01 19:27:29.811 INFO O| Jul 01 19:27:29.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59102026-07-01T19:27:30.341Z[ recovery-image] Jul 01 19:27:29.811 INFO O| Jul 01 19:27:29.811 INFO STEP 213 (remove_files) COMPLETE
59112026-07-01T19:27:30.341Z[ recovery-image] Jul 01 19:27:29.811 INFO O| Jul 01 19:27:29.811 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-07-01T19:27:30.341Z[ recovery-image] Jul 01 19:27:29.816 INFO O| Jul 01 19:27:29.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59132026-07-01T19:27:30.341Z[ recovery-image] Jul 01 19:27:29.816 INFO O| Jul 01 19:27:29.816 INFO STEP 214 (remove_files) COMPLETE
59142026-07-01T19:27:30.341Z[ recovery-image] Jul 01 19:27:29.816 INFO O| Jul 01 19:27:29.816 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-07-01T19:27:30.364Z[ recovery-image] Jul 01 19:27:29.822 INFO O| Jul 01 19:27:29.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59162026-07-01T19:27:30.364Z[ recovery-image] Jul 01 19:27:29.822 INFO O| Jul 01 19:27:29.822 INFO STEP 215 (remove_files) COMPLETE
59172026-07-01T19:27:30.364Z[ recovery-image] Jul 01 19:27:29.822 INFO O| Jul 01 19:27:29.822 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-07-01T19:27:30.370Z[ recovery-image] Jul 01 19:27:29.828 INFO O| Jul 01 19:27:29.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59192026-07-01T19:27:30.370Z[ recovery-image] Jul 01 19:27:29.828 INFO O| Jul 01 19:27:29.828 INFO STEP 216 (remove_files) COMPLETE
59202026-07-01T19:27:30.370Z[ recovery-image] Jul 01 19:27:29.828 INFO O| Jul 01 19:27:29.828 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-07-01T19:27:30.370Z[ recovery-image] Jul 01 19:27:29.834 INFO O| Jul 01 19:27:29.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59222026-07-01T19:27:30.370Z[ recovery-image] Jul 01 19:27:29.834 INFO O| Jul 01 19:27:29.834 INFO STEP 217 (remove_files) COMPLETE
59232026-07-01T19:27:30.370Z[ recovery-image] Jul 01 19:27:29.834 INFO O| Jul 01 19:27:29.834 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-07-01T19:27:30.370Z[ recovery-image] Jul 01 19:27:29.840 INFO O| Jul 01 19:27:29.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59252026-07-01T19:27:30.370Z[ recovery-image] Jul 01 19:27:29.840 INFO O| Jul 01 19:27:29.840 INFO STEP 218 (remove_files) COMPLETE
59262026-07-01T19:27:30.370Z[ recovery-image] Jul 01 19:27:29.840 INFO O| Jul 01 19:27:29.840 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-07-01T19:27:30.380Z[ recovery-image] Jul 01 19:27:29.846 INFO O| Jul 01 19:27:29.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59282026-07-01T19:27:30.380Z[ recovery-image] Jul 01 19:27:29.846 INFO O| Jul 01 19:27:29.846 INFO STEP 219 (remove_files) COMPLETE
59292026-07-01T19:27:30.380Z[ recovery-image] Jul 01 19:27:29.846 INFO O| Jul 01 19:27:29.846 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-07-01T19:27:30.380Z[ recovery-image] Jul 01 19:27:29.851 INFO O| Jul 01 19:27:29.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59312026-07-01T19:27:30.380Z[ recovery-image] Jul 01 19:27:29.851 INFO O| Jul 01 19:27:29.851 INFO STEP 220 (remove_files) COMPLETE
59322026-07-01T19:27:30.380Z[ recovery-image] Jul 01 19:27:29.851 INFO O| Jul 01 19:27:29.851 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-07-01T19:27:30.384Z[ recovery-image] Jul 01 19:27:29.856 INFO O| Jul 01 19:27:29.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59342026-07-01T19:27:30.384Z[ recovery-image] Jul 01 19:27:29.856 INFO O| Jul 01 19:27:29.856 INFO STEP 221 (remove_files) COMPLETE
59352026-07-01T19:27:30.384Z[ recovery-image] Jul 01 19:27:29.856 INFO O| Jul 01 19:27:29.856 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-07-01T19:27:30.391Z[ recovery-image] Jul 01 19:27:29.862 INFO O| Jul 01 19:27:29.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59372026-07-01T19:27:30.391Z[ recovery-image] Jul 01 19:27:29.862 INFO O| Jul 01 19:27:29.862 INFO STEP 222 (remove_files) COMPLETE
59382026-07-01T19:27:30.402Z[ recovery-image] Jul 01 19:27:29.862 INFO O| Jul 01 19:27:29.862 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-07-01T19:27:30.410Z[ recovery-image] Jul 01 19:27:29.868 INFO O| Jul 01 19:27:29.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59402026-07-01T19:27:30.410Z[ recovery-image] Jul 01 19:27:29.868 INFO O| Jul 01 19:27:29.868 INFO STEP 223 (remove_files) COMPLETE
59412026-07-01T19:27:30.410Z[ recovery-image] Jul 01 19:27:29.868 INFO O| Jul 01 19:27:29.868 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-07-01T19:27:30.410Z[ recovery-image] Jul 01 19:27:29.873 INFO O| Jul 01 19:27:29.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59432026-07-01T19:27:30.410Z[ recovery-image] Jul 01 19:27:29.873 INFO O| Jul 01 19:27:29.873 INFO STEP 224 (remove_files) COMPLETE
59442026-07-01T19:27:30.410Z[ recovery-image] Jul 01 19:27:29.873 INFO O| Jul 01 19:27:29.873 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-07-01T19:27:30.410Z[ recovery-image] Jul 01 19:27:29.879 INFO O| Jul 01 19:27:29.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59462026-07-01T19:27:30.410Z[ recovery-image] Jul 01 19:27:29.879 INFO O| Jul 01 19:27:29.879 INFO STEP 225 (remove_files) COMPLETE
59472026-07-01T19:27:30.410Z[ recovery-image] Jul 01 19:27:29.879 INFO O| Jul 01 19:27:29.879 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-07-01T19:27:30.410Z[ recovery-image] Jul 01 19:27:29.885 INFO O| Jul 01 19:27:29.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59492026-07-01T19:27:30.410Z[ recovery-image] Jul 01 19:27:29.885 INFO O| Jul 01 19:27:29.885 INFO STEP 226 (remove_files) COMPLETE
59502026-07-01T19:27:30.410Z[ recovery-image] Jul 01 19:27:29.885 INFO O| Jul 01 19:27:29.885 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-07-01T19:27:30.422Z[ recovery-image] Jul 01 19:27:29.890 INFO O| Jul 01 19:27:29.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59522026-07-01T19:27:30.422Z[ recovery-image] Jul 01 19:27:29.890 INFO O| Jul 01 19:27:29.890 INFO STEP 227 (remove_files) COMPLETE
59532026-07-01T19:27:30.422Z[ recovery-image] Jul 01 19:27:29.890 INFO O| Jul 01 19:27:29.890 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-07-01T19:27:30.422Z[ recovery-image] Jul 01 19:27:29.896 INFO O| Jul 01 19:27:29.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59552026-07-01T19:27:30.422Z[ recovery-image] Jul 01 19:27:29.896 INFO O| Jul 01 19:27:29.896 INFO STEP 228 (remove_files) COMPLETE
59562026-07-01T19:27:30.422Z[ recovery-image] Jul 01 19:27:29.896 INFO O| Jul 01 19:27:29.896 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-07-01T19:27:30.426Z[ recovery-image] Jul 01 19:27:29.902 INFO O| Jul 01 19:27:29.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59582026-07-01T19:27:30.426Z[ recovery-image] Jul 01 19:27:29.902 INFO O| Jul 01 19:27:29.902 INFO STEP 229 (remove_files) COMPLETE
59592026-07-01T19:27:30.426Z[ recovery-image] Jul 01 19:27:29.902 INFO O| Jul 01 19:27:29.902 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-07-01T19:27:30.432Z[ recovery-image] Jul 01 19:27:29.907 INFO O| Jul 01 19:27:29.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59612026-07-01T19:27:30.432Z[ recovery-image] Jul 01 19:27:29.907 INFO O| Jul 01 19:27:29.907 INFO STEP 230 (remove_files) COMPLETE
59622026-07-01T19:27:30.439Z[ recovery-image] Jul 01 19:27:29.907 INFO O| Jul 01 19:27:29.907 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-07-01T19:27:30.439Z[ recovery-image] Jul 01 19:27:29.912 INFO O| Jul 01 19:27:29.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59642026-07-01T19:27:30.439Z[ recovery-image] Jul 01 19:27:29.912 INFO O| Jul 01 19:27:29.912 INFO STEP 231 (remove_files) COMPLETE
59652026-07-01T19:27:30.439Z[ recovery-image] Jul 01 19:27:29.912 INFO O| Jul 01 19:27:29.912 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-07-01T19:27:30.445Z[ recovery-image] Jul 01 19:27:29.921 INFO O| Jul 01 19:27:29.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59672026-07-01T19:27:30.455Z[ recovery-image] Jul 01 19:27:29.921 INFO O| Jul 01 19:27:29.921 INFO STEP 232 (remove_files) COMPLETE
59682026-07-01T19:27:30.457Z[ recovery-image] Jul 01 19:27:29.921 INFO O| Jul 01 19:27:29.921 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-07-01T19:27:30.468Z[ recovery-image] Jul 01 19:27:29.927 INFO O| Jul 01 19:27:29.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59702026-07-01T19:27:30.468Z[ recovery-image] Jul 01 19:27:29.927 INFO O| Jul 01 19:27:29.927 INFO STEP 233 (remove_files) COMPLETE
59712026-07-01T19:27:30.468Z[ recovery-image] Jul 01 19:27:29.927 INFO O| Jul 01 19:27:29.927 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-07-01T19:27:30.468Z[ recovery-image] Jul 01 19:27:29.932 INFO O| Jul 01 19:27:29.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59732026-07-01T19:27:30.468Z[ recovery-image] Jul 01 19:27:29.932 INFO O| Jul 01 19:27:29.932 INFO STEP 234 (remove_files) COMPLETE
59742026-07-01T19:27:30.468Z[ recovery-image] Jul 01 19:27:29.932 INFO O| Jul 01 19:27:29.932 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-07-01T19:27:30.468Z[ recovery-image] Jul 01 19:27:29.938 INFO O| Jul 01 19:27:29.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59762026-07-01T19:27:30.468Z[ recovery-image] Jul 01 19:27:29.938 INFO O| Jul 01 19:27:29.938 INFO STEP 235 (remove_files) COMPLETE
59772026-07-01T19:27:30.468Z[ recovery-image] Jul 01 19:27:29.938 INFO O| Jul 01 19:27:29.938 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-07-01T19:27:30.472Z[ recovery-image] Jul 01 19:27:29.945 INFO O| Jul 01 19:27:29.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59792026-07-01T19:27:30.472Z[ recovery-image] Jul 01 19:27:29.946 INFO O| Jul 01 19:27:29.946 INFO STEP 236 (remove_files) COMPLETE
59802026-07-01T19:27:30.472Z[ recovery-image] Jul 01 19:27:29.946 INFO O| Jul 01 19:27:29.946 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-07-01T19:27:30.476Z[ recovery-image] Jul 01 19:27:29.951 INFO O| Jul 01 19:27:29.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59822026-07-01T19:27:30.477Z[ recovery-image] Jul 01 19:27:29.951 INFO O| Jul 01 19:27:29.951 INFO STEP 237 (remove_files) COMPLETE
59832026-07-01T19:27:30.477Z[ recovery-image] Jul 01 19:27:29.951 INFO O| Jul 01 19:27:29.951 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-07-01T19:27:30.481Z[ recovery-image] Jul 01 19:27:29.956 INFO O| Jul 01 19:27:29.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59852026-07-01T19:27:30.481Z[ recovery-image] Jul 01 19:27:29.956 INFO O| Jul 01 19:27:29.956 INFO STEP 238 (remove_files) COMPLETE
59862026-07-01T19:27:30.481Z[ recovery-image] Jul 01 19:27:29.956 INFO O| Jul 01 19:27:29.956 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-07-01T19:27:30.486Z[ recovery-image] Jul 01 19:27:29.963 INFO O| Jul 01 19:27:29.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59882026-07-01T19:27:30.486Z[ recovery-image] Jul 01 19:27:29.963 INFO O| Jul 01 19:27:29.963 INFO STEP 239 (remove_files) COMPLETE
59892026-07-01T19:27:30.486Z[ recovery-image] Jul 01 19:27:29.963 INFO O| Jul 01 19:27:29.963 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-07-01T19:27:30.491Z[ recovery-image] Jul 01 19:27:29.969 INFO O| Jul 01 19:27:29.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59912026-07-01T19:27:30.492Z[ recovery-image] Jul 01 19:27:29.969 INFO O| Jul 01 19:27:29.969 INFO STEP 240 (remove_files) COMPLETE
59922026-07-01T19:27:30.492Z[ recovery-image] Jul 01 19:27:29.969 INFO O| Jul 01 19:27:29.969 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-07-01T19:27:30.501Z[ recovery-image] Jul 01 19:27:29.975 INFO O| Jul 01 19:27:29.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59942026-07-01T19:27:30.501Z[ recovery-image] Jul 01 19:27:29.975 INFO O| Jul 01 19:27:29.975 INFO STEP 241 (remove_files) COMPLETE
59952026-07-01T19:27:30.501Z[ recovery-image] Jul 01 19:27:29.975 INFO O| Jul 01 19:27:29.975 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-07-01T19:27:30.506Z[ recovery-image] Jul 01 19:27:29.981 INFO O| Jul 01 19:27:29.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59972026-07-01T19:27:30.506Z[ recovery-image] Jul 01 19:27:29.981 INFO O| Jul 01 19:27:29.981 INFO STEP 242 (remove_files) COMPLETE
59982026-07-01T19:27:30.506Z[ recovery-image] Jul 01 19:27:29.981 INFO O| Jul 01 19:27:29.981 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-07-01T19:27:30.512Z[ recovery-image] Jul 01 19:27:29.987 INFO O| Jul 01 19:27:29.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60002026-07-01T19:27:30.512Z[ recovery-image] Jul 01 19:27:29.988 INFO O| Jul 01 19:27:29.988 INFO STEP 243 (remove_files) COMPLETE
60012026-07-01T19:27:30.512Z[ recovery-image] Jul 01 19:27:29.988 INFO O| Jul 01 19:27:29.988 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-07-01T19:27:30.524Z[ recovery-image] Jul 01 19:27:29.994 INFO O| Jul 01 19:27:29.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60032026-07-01T19:27:30.524Z[ recovery-image] Jul 01 19:27:29.994 INFO O| Jul 01 19:27:29.994 INFO STEP 244 (remove_files) COMPLETE
60042026-07-01T19:27:30.528Z[ recovery-image] Jul 01 19:27:29.994 INFO O| Jul 01 19:27:29.994 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-07-01T19:27:30.528Z[ recovery-image] Jul 01 19:27:30.000 INFO O| Jul 01 19:27:30.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60062026-07-01T19:27:30.528Z[ recovery-image] Jul 01 19:27:30.000 INFO O| Jul 01 19:27:30.000 INFO STEP 245 (remove_files) COMPLETE
60072026-07-01T19:27:30.528Z[ recovery-image] Jul 01 19:27:30.000 INFO O| Jul 01 19:27:30.000 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-07-01T19:27:30.539Z[ recovery-image] Jul 01 19:27:30.006 INFO O| Jul 01 19:27:30.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60092026-07-01T19:27:30.540Z[ recovery-image] Jul 01 19:27:30.006 INFO O| Jul 01 19:27:30.006 INFO STEP 246 (remove_files) COMPLETE
60102026-07-01T19:27:30.540Z[ recovery-image] Jul 01 19:27:30.006 INFO O| Jul 01 19:27:30.006 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-07-01T19:27:30.549Z[ recovery-image] Jul 01 19:27:30.012 INFO O| Jul 01 19:27:30.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60122026-07-01T19:27:30.549Z[ recovery-image] Jul 01 19:27:30.012 INFO O| Jul 01 19:27:30.012 INFO STEP 247 (remove_files) COMPLETE
60132026-07-01T19:27:30.549Z[ recovery-image] Jul 01 19:27:30.012 INFO O| Jul 01 19:27:30.012 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-07-01T19:27:30.549Z[ recovery-image] Jul 01 19:27:30.017 INFO O| Jul 01 19:27:30.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60152026-07-01T19:27:30.549Z[ recovery-image] Jul 01 19:27:30.017 INFO O| Jul 01 19:27:30.017 INFO STEP 248 (remove_files) COMPLETE
60162026-07-01T19:27:30.549Z[ recovery-image] Jul 01 19:27:30.017 INFO O| Jul 01 19:27:30.017 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-07-01T19:27:30.555Z[ recovery-image] Jul 01 19:27:30.023 INFO O| Jul 01 19:27:30.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60182026-07-01T19:27:30.555Z[ recovery-image] Jul 01 19:27:30.023 INFO O| Jul 01 19:27:30.023 INFO STEP 249 (remove_files) COMPLETE
60192026-07-01T19:27:30.555Z[ recovery-image] Jul 01 19:27:30.023 INFO O| Jul 01 19:27:30.023 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-07-01T19:27:30.555Z[ recovery-image] Jul 01 19:27:30.028 INFO O| Jul 01 19:27:30.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60212026-07-01T19:27:30.555Z[ recovery-image] Jul 01 19:27:30.028 INFO O| Jul 01 19:27:30.028 INFO STEP 250 (remove_files) COMPLETE
60222026-07-01T19:27:30.555Z[ recovery-image] Jul 01 19:27:30.028 INFO O| Jul 01 19:27:30.028 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-07-01T19:27:30.560Z[ recovery-image] Jul 01 19:27:30.035 INFO O| Jul 01 19:27:30.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60242026-07-01T19:27:30.560Z[ recovery-image] Jul 01 19:27:30.035 INFO O| Jul 01 19:27:30.035 INFO STEP 251 (remove_files) COMPLETE
60252026-07-01T19:27:30.560Z[ recovery-image] Jul 01 19:27:30.035 INFO O| Jul 01 19:27:30.035 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-07-01T19:27:30.565Z[ recovery-image] Jul 01 19:27:30.041 INFO O| Jul 01 19:27:30.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60272026-07-01T19:27:30.565Z[ recovery-image] Jul 01 19:27:30.041 INFO O| Jul 01 19:27:30.041 INFO STEP 252 (remove_files) COMPLETE
60282026-07-01T19:27:30.569Z[ recovery-image] Jul 01 19:27:30.041 INFO O| Jul 01 19:27:30.041 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-07-01T19:27:30.572Z[ recovery-image] Jul 01 19:27:30.047 INFO O| Jul 01 19:27:30.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60302026-07-01T19:27:30.573Z[ recovery-image] Jul 01 19:27:30.047 INFO O| Jul 01 19:27:30.047 INFO STEP 253 (remove_files) COMPLETE
60312026-07-01T19:27:30.573Z[ recovery-image] Jul 01 19:27:30.047 INFO O| Jul 01 19:27:30.047 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-07-01T19:27:30.578Z[ recovery-image] Jul 01 19:27:30.054 INFO O| Jul 01 19:27:30.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60332026-07-01T19:27:30.578Z[ recovery-image] Jul 01 19:27:30.054 INFO O| Jul 01 19:27:30.054 INFO STEP 254 (remove_files) COMPLETE
60342026-07-01T19:27:30.578Z[ recovery-image] Jul 01 19:27:30.054 INFO O| Jul 01 19:27:30.054 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-07-01T19:27:30.583Z[ recovery-image] Jul 01 19:27:30.060 INFO O| Jul 01 19:27:30.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60362026-07-01T19:27:30.583Z[ recovery-image] Jul 01 19:27:30.060 INFO O| Jul 01 19:27:30.060 INFO STEP 255 (remove_files) COMPLETE
60372026-07-01T19:27:30.589Z[ recovery-image] Jul 01 19:27:30.060 INFO O| Jul 01 19:27:30.060 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-07-01T19:27:30.593Z[ recovery-image] Jul 01 19:27:30.066 INFO O| Jul 01 19:27:30.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60392026-07-01T19:27:30.593Z[ recovery-image] Jul 01 19:27:30.067 INFO O| Jul 01 19:27:30.067 INFO STEP 256 (remove_files) COMPLETE
60402026-07-01T19:27:30.593Z[ recovery-image] Jul 01 19:27:30.067 INFO O| Jul 01 19:27:30.067 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-07-01T19:27:30.596Z[ recovery-image] Jul 01 19:27:30.072 INFO O| Jul 01 19:27:30.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60422026-07-01T19:27:30.596Z[ recovery-image] Jul 01 19:27:30.072 INFO O| Jul 01 19:27:30.072 INFO STEP 257 (remove_files) COMPLETE
60432026-07-01T19:27:30.596Z[ recovery-image] Jul 01 19:27:30.072 INFO O| Jul 01 19:27:30.072 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-07-01T19:27:30.603Z[ recovery-image] Jul 01 19:27:30.080 INFO O| Jul 01 19:27:30.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60452026-07-01T19:27:30.603Z[ recovery-image] Jul 01 19:27:30.080 INFO O| Jul 01 19:27:30.080 INFO STEP 258 (remove_files) COMPLETE
60462026-07-01T19:27:30.603Z[ recovery-image] Jul 01 19:27:30.080 INFO O| Jul 01 19:27:30.080 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-07-01T19:27:30.609Z[ recovery-image] Jul 01 19:27:30.086 INFO O| Jul 01 19:27:30.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60482026-07-01T19:27:30.609Z[ recovery-image] Jul 01 19:27:30.086 INFO O| Jul 01 19:27:30.086 INFO STEP 259 (remove_files) COMPLETE
60492026-07-01T19:27:30.609Z[ recovery-image] Jul 01 19:27:30.086 INFO O| Jul 01 19:27:30.086 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-07-01T19:27:30.615Z[ recovery-image] Jul 01 19:27:30.092 INFO O| Jul 01 19:27:30.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60512026-07-01T19:27:30.615Z[ recovery-image] Jul 01 19:27:30.092 INFO O| Jul 01 19:27:30.092 INFO STEP 260 (remove_files) COMPLETE
60522026-07-01T19:27:30.615Z[ recovery-image] Jul 01 19:27:30.092 INFO O| Jul 01 19:27:30.092 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-07-01T19:27:30.625Z[ recovery-image] Jul 01 19:27:30.098 INFO O| Jul 01 19:27:30.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60542026-07-01T19:27:30.628Z[ recovery-image] Jul 01 19:27:30.099 INFO O| Jul 01 19:27:30.099 INFO STEP 261 (remove_files) COMPLETE
60552026-07-01T19:27:30.629Z[ recovery-image] Jul 01 19:27:30.099 INFO O| Jul 01 19:27:30.099 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-07-01T19:27:30.629Z[ recovery-image] Jul 01 19:27:30.105 INFO O| Jul 01 19:27:30.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60572026-07-01T19:27:30.629Z[ recovery-image] Jul 01 19:27:30.105 INFO O| Jul 01 19:27:30.105 INFO STEP 262 (remove_files) COMPLETE
60582026-07-01T19:27:30.629Z[ recovery-image] Jul 01 19:27:30.105 INFO O| Jul 01 19:27:30.105 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-07-01T19:27:30.636Z[ recovery-image] Jul 01 19:27:30.111 INFO O| Jul 01 19:27:30.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60602026-07-01T19:27:30.636Z[ recovery-image] Jul 01 19:27:30.111 INFO O| Jul 01 19:27:30.111 INFO STEP 263 (remove_files) COMPLETE
60612026-07-01T19:27:30.641Z[ recovery-image] Jul 01 19:27:30.111 INFO O| Jul 01 19:27:30.111 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-07-01T19:27:30.645Z[ recovery-image] Jul 01 19:27:30.117 INFO O| Jul 01 19:27:30.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60632026-07-01T19:27:30.645Z[ recovery-image] Jul 01 19:27:30.117 INFO O| Jul 01 19:27:30.117 INFO STEP 264 (remove_files) COMPLETE
60642026-07-01T19:27:30.645Z[ recovery-image] Jul 01 19:27:30.117 INFO O| Jul 01 19:27:30.117 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-07-01T19:27:30.652Z[ recovery-image] Jul 01 19:27:30.123 INFO O| Jul 01 19:27:30.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60662026-07-01T19:27:30.652Z[ recovery-image] Jul 01 19:27:30.123 INFO O| Jul 01 19:27:30.123 INFO STEP 265 (remove_files) COMPLETE
60672026-07-01T19:27:30.652Z[ recovery-image] Jul 01 19:27:30.123 INFO O| Jul 01 19:27:30.123 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-07-01T19:27:30.655Z[ recovery-image] Jul 01 19:27:30.128 INFO O| Jul 01 19:27:30.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60692026-07-01T19:27:30.657Z[ recovery-image] Jul 01 19:27:30.128 INFO O| Jul 01 19:27:30.128 INFO STEP 266 (remove_files) COMPLETE
60702026-07-01T19:27:30.657Z[ recovery-image] Jul 01 19:27:30.128 INFO O| Jul 01 19:27:30.128 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-07-01T19:27:30.662Z[ recovery-image] Jul 01 19:27:30.134 INFO O| Jul 01 19:27:30.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60722026-07-01T19:27:30.662Z[ recovery-image] Jul 01 19:27:30.134 INFO O| Jul 01 19:27:30.134 INFO STEP 267 (remove_files) COMPLETE
60732026-07-01T19:27:30.663Z[ recovery-image] Jul 01 19:27:30.134 INFO O| Jul 01 19:27:30.134 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-07-01T19:27:30.668Z[ recovery-image] Jul 01 19:27:30.141 INFO O| Jul 01 19:27:30.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60752026-07-01T19:27:30.668Z[ recovery-image] Jul 01 19:27:30.141 INFO O| Jul 01 19:27:30.141 INFO STEP 268 (remove_files) COMPLETE
60762026-07-01T19:27:30.668Z[ recovery-image] Jul 01 19:27:30.141 INFO O| Jul 01 19:27:30.141 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-07-01T19:27:30.675Z[ recovery-image] Jul 01 19:27:30.147 INFO O| Jul 01 19:27:30.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60782026-07-01T19:27:30.675Z[ recovery-image] Jul 01 19:27:30.147 INFO O| Jul 01 19:27:30.147 INFO STEP 269 (remove_files) COMPLETE
60792026-07-01T19:27:30.675Z[ recovery-image] Jul 01 19:27:30.147 INFO O| Jul 01 19:27:30.147 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-07-01T19:27:30.679Z[ recovery-image] Jul 01 19:27:30.153 INFO O| Jul 01 19:27:30.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60812026-07-01T19:27:30.679Z[ recovery-image] Jul 01 19:27:30.153 INFO O| Jul 01 19:27:30.153 INFO STEP 270 (remove_files) COMPLETE
60822026-07-01T19:27:30.679Z[ recovery-image] Jul 01 19:27:30.153 INFO O| Jul 01 19:27:30.153 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-07-01T19:27:30.682Z[ recovery-image] Jul 01 19:27:30.159 INFO O| Jul 01 19:27:30.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60842026-07-01T19:27:30.682Z[ recovery-image] Jul 01 19:27:30.159 INFO O| Jul 01 19:27:30.159 INFO STEP 271 (remove_files) COMPLETE
60852026-07-01T19:27:30.682Z[ recovery-image] Jul 01 19:27:30.159 INFO O| Jul 01 19:27:30.159 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-07-01T19:27:30.693Z[ recovery-image] Jul 01 19:27:30.165 INFO O| Jul 01 19:27:30.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60872026-07-01T19:27:30.693Z[ recovery-image] Jul 01 19:27:30.165 INFO O| Jul 01 19:27:30.165 INFO STEP 272 (remove_files) COMPLETE
60882026-07-01T19:27:30.693Z[ recovery-image] Jul 01 19:27:30.165 INFO O| Jul 01 19:27:30.165 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-07-01T19:27:30.701Z[ recovery-image] Jul 01 19:27:30.172 INFO O| Jul 01 19:27:30.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60902026-07-01T19:27:30.701Z[ recovery-image] Jul 01 19:27:30.172 INFO O| Jul 01 19:27:30.172 INFO STEP 273 (remove_files) COMPLETE
60912026-07-01T19:27:30.701Z[ recovery-image] Jul 01 19:27:30.172 INFO O| Jul 01 19:27:30.172 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-07-01T19:27:30.707Z[ recovery-image] Jul 01 19:27:30.178 INFO O| Jul 01 19:27:30.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60932026-07-01T19:27:30.707Z[ recovery-image] Jul 01 19:27:30.178 INFO O| Jul 01 19:27:30.178 INFO STEP 274 (remove_files) COMPLETE
60942026-07-01T19:27:30.707Z[ recovery-image] Jul 01 19:27:30.178 INFO O| Jul 01 19:27:30.178 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-07-01T19:27:30.712Z[ recovery-image] Jul 01 19:27:30.184 INFO O| Jul 01 19:27:30.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60962026-07-01T19:27:30.713Z[ recovery-image] Jul 01 19:27:30.184 INFO O| Jul 01 19:27:30.184 INFO STEP 275 (remove_files) COMPLETE
60972026-07-01T19:27:30.713Z[ recovery-image] Jul 01 19:27:30.184 INFO O| Jul 01 19:27:30.184 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-07-01T19:27:30.717Z[ recovery-image] Jul 01 19:27:30.190 INFO O| Jul 01 19:27:30.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60992026-07-01T19:27:30.717Z[ recovery-image] Jul 01 19:27:30.190 INFO O| Jul 01 19:27:30.190 INFO STEP 276 (remove_files) COMPLETE
61002026-07-01T19:27:30.717Z[ recovery-image] Jul 01 19:27:30.190 INFO O| Jul 01 19:27:30.190 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-07-01T19:27:30.721Z[ recovery-image] Jul 01 19:27:30.197 INFO O| Jul 01 19:27:30.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61022026-07-01T19:27:30.721Z[ recovery-image] Jul 01 19:27:30.198 INFO O| Jul 01 19:27:30.198 INFO STEP 277 (remove_files) COMPLETE
61032026-07-01T19:27:30.721Z[ recovery-image] Jul 01 19:27:30.198 INFO O| Jul 01 19:27:30.198 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-07-01T19:27:30.726Z[ recovery-image] Jul 01 19:27:30.203 INFO O| Jul 01 19:27:30.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61052026-07-01T19:27:30.726Z[ recovery-image] Jul 01 19:27:30.203 INFO O| Jul 01 19:27:30.203 INFO STEP 278 (remove_files) COMPLETE
61062026-07-01T19:27:30.732Z[ recovery-image] Jul 01 19:27:30.204 INFO O| Jul 01 19:27:30.203 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-07-01T19:27:30.741Z[ recovery-image] Jul 01 19:27:30.210 INFO O| Jul 01 19:27:30.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61082026-07-01T19:27:30.741Z[ recovery-image] Jul 01 19:27:30.210 INFO O| Jul 01 19:27:30.210 INFO STEP 279 (remove_files) COMPLETE
61092026-07-01T19:27:30.741Z[ recovery-image] Jul 01 19:27:30.210 INFO O| Jul 01 19:27:30.210 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-07-01T19:27:30.745Z[ recovery-image] Jul 01 19:27:30.216 INFO O| Jul 01 19:27:30.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61112026-07-01T19:27:30.745Z[ recovery-image] Jul 01 19:27:30.216 INFO O| Jul 01 19:27:30.216 INFO STEP 280 (remove_files) COMPLETE
61122026-07-01T19:27:30.745Z[ recovery-image] Jul 01 19:27:30.216 INFO O| Jul 01 19:27:30.216 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-07-01T19:27:30.745Z[ recovery-image] Jul 01 19:27:30.222 INFO O| Jul 01 19:27:30.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61142026-07-01T19:27:30.745Z[ recovery-image] Jul 01 19:27:30.222 INFO O| Jul 01 19:27:30.222 INFO STEP 281 (remove_files) COMPLETE
61152026-07-01T19:27:30.746Z[ recovery-image] Jul 01 19:27:30.222 INFO O| Jul 01 19:27:30.222 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-07-01T19:27:30.750Z[ recovery-image] Jul 01 19:27:30.227 INFO O| Jul 01 19:27:30.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61172026-07-01T19:27:30.750Z[ recovery-image] Jul 01 19:27:30.227 INFO O| Jul 01 19:27:30.227 INFO STEP 282 (remove_files) COMPLETE
61182026-07-01T19:27:30.755Z[ recovery-image] Jul 01 19:27:30.227 INFO O| Jul 01 19:27:30.227 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-07-01T19:27:30.758Z[ recovery-image] Jul 01 19:27:30.232 INFO O| Jul 01 19:27:30.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61202026-07-01T19:27:30.758Z[ recovery-image] Jul 01 19:27:30.232 INFO O| Jul 01 19:27:30.232 INFO STEP 283 (remove_files) COMPLETE
61212026-07-01T19:27:30.758Z[ recovery-image] Jul 01 19:27:30.232 INFO O| Jul 01 19:27:30.232 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-07-01T19:27:30.763Z[ recovery-image] Jul 01 19:27:30.238 INFO O| Jul 01 19:27:30.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61232026-07-01T19:27:30.763Z[ recovery-image] Jul 01 19:27:30.238 INFO O| Jul 01 19:27:30.238 INFO STEP 284 (remove_files) COMPLETE
61242026-07-01T19:27:30.763Z[ recovery-image] Jul 01 19:27:30.238 INFO O| Jul 01 19:27:30.238 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-07-01T19:27:30.767Z[ recovery-image] Jul 01 19:27:30.243 INFO O| Jul 01 19:27:30.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61262026-07-01T19:27:30.767Z[ recovery-image] Jul 01 19:27:30.243 INFO O| Jul 01 19:27:30.243 INFO STEP 285 (remove_files) COMPLETE
61272026-07-01T19:27:30.767Z[ recovery-image] Jul 01 19:27:30.243 INFO O| Jul 01 19:27:30.243 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-07-01T19:27:30.777Z[ recovery-image] Jul 01 19:27:30.249 INFO O| Jul 01 19:27:30.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61292026-07-01T19:27:30.777Z[ recovery-image] Jul 01 19:27:30.249 INFO O| Jul 01 19:27:30.249 INFO STEP 286 (remove_files) COMPLETE
61302026-07-01T19:27:30.777Z[ recovery-image] Jul 01 19:27:30.249 INFO O| Jul 01 19:27:30.249 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-07-01T19:27:30.781Z[ recovery-image] Jul 01 19:27:30.256 INFO O| Jul 01 19:27:30.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61322026-07-01T19:27:30.781Z[ recovery-image] Jul 01 19:27:30.256 INFO O| Jul 01 19:27:30.256 INFO STEP 287 (remove_files) COMPLETE
61332026-07-01T19:27:30.781Z[ recovery-image] Jul 01 19:27:30.256 INFO O| Jul 01 19:27:30.256 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-07-01T19:27:30.786Z[ recovery-image] Jul 01 19:27:30.263 INFO O| Jul 01 19:27:30.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61352026-07-01T19:27:30.786Z[ recovery-image] Jul 01 19:27:30.263 INFO O| Jul 01 19:27:30.263 INFO STEP 288 (remove_files) COMPLETE
61362026-07-01T19:27:30.790Z[ recovery-image] Jul 01 19:27:30.263 INFO O| Jul 01 19:27:30.263 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-07-01T19:27:30.796Z[ recovery-image] Jul 01 19:27:30.269 INFO O| Jul 01 19:27:30.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61382026-07-01T19:27:30.796Z[ recovery-image] Jul 01 19:27:30.269 INFO O| Jul 01 19:27:30.269 INFO STEP 289 (remove_files) COMPLETE
61392026-07-01T19:27:30.796Z[ recovery-image] Jul 01 19:27:30.269 INFO O| Jul 01 19:27:30.269 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-07-01T19:27:30.801Z[ recovery-image] Jul 01 19:27:30.275 INFO O| Jul 01 19:27:30.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61412026-07-01T19:27:30.801Z[ recovery-image] Jul 01 19:27:30.275 INFO O| Jul 01 19:27:30.275 INFO STEP 290 (remove_files) COMPLETE
61422026-07-01T19:27:30.801Z[ recovery-image] Jul 01 19:27:30.275 INFO O| Jul 01 19:27:30.275 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-07-01T19:27:30.805Z[ recovery-image] Jul 01 19:27:30.281 INFO O| Jul 01 19:27:30.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61442026-07-01T19:27:30.805Z[ recovery-image] Jul 01 19:27:30.281 INFO O| Jul 01 19:27:30.281 INFO STEP 291 (remove_files) COMPLETE
61452026-07-01T19:27:30.805Z[ recovery-image] Jul 01 19:27:30.281 INFO O| Jul 01 19:27:30.281 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-07-01T19:27:30.812Z[ recovery-image] Jul 01 19:27:30.287 INFO O| Jul 01 19:27:30.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61472026-07-01T19:27:30.812Z[ recovery-image] Jul 01 19:27:30.287 INFO O| Jul 01 19:27:30.287 INFO STEP 292 (remove_files) COMPLETE
61482026-07-01T19:27:30.813Z[ recovery-image] Jul 01 19:27:30.287 INFO O| Jul 01 19:27:30.287 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-07-01T19:27:30.818Z[ recovery-image] Jul 01 19:27:30.293 INFO O| Jul 01 19:27:30.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61502026-07-01T19:27:30.818Z[ recovery-image] Jul 01 19:27:30.293 INFO O| Jul 01 19:27:30.293 INFO STEP 293 (remove_files) COMPLETE
61512026-07-01T19:27:30.822Z[ recovery-image] Jul 01 19:27:30.293 INFO O| Jul 01 19:27:30.293 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-07-01T19:27:30.831Z[ recovery-image] Jul 01 19:27:30.299 INFO O| Jul 01 19:27:30.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61532026-07-01T19:27:30.832Z[ recovery-image] Jul 01 19:27:30.299 INFO O| Jul 01 19:27:30.299 INFO STEP 294 (remove_files) COMPLETE
61542026-07-01T19:27:30.832Z[ recovery-image] Jul 01 19:27:30.299 INFO O| Jul 01 19:27:30.299 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-07-01T19:27:30.842Z[ recovery-image] Jul 01 19:27:30.305 INFO O| Jul 01 19:27:30.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61562026-07-01T19:27:30.842Z[ recovery-image] Jul 01 19:27:30.305 INFO O| Jul 01 19:27:30.305 INFO STEP 295 (remove_files) COMPLETE
61572026-07-01T19:27:30.842Z[ recovery-image] Jul 01 19:27:30.305 INFO O| Jul 01 19:27:30.305 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-07-01T19:27:30.842Z[ recovery-image] Jul 01 19:27:30.311 INFO O| Jul 01 19:27:30.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61592026-07-01T19:27:30.842Z[ recovery-image] Jul 01 19:27:30.311 INFO O| Jul 01 19:27:30.311 INFO STEP 296 (remove_files) COMPLETE
61602026-07-01T19:27:30.842Z[ recovery-image] Jul 01 19:27:30.311 INFO O| Jul 01 19:27:30.311 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-07-01T19:27:30.846Z[ recovery-image] Jul 01 19:27:30.317 INFO O| Jul 01 19:27:30.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61622026-07-01T19:27:30.846Z[ recovery-image] Jul 01 19:27:30.317 INFO O| Jul 01 19:27:30.317 INFO STEP 297 (remove_files) COMPLETE
61632026-07-01T19:27:30.846Z[ recovery-image] Jul 01 19:27:30.317 INFO O| Jul 01 19:27:30.317 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-07-01T19:27:30.850Z[ recovery-image] Jul 01 19:27:30.323 INFO O| Jul 01 19:27:30.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61652026-07-01T19:27:30.850Z[ recovery-image] Jul 01 19:27:30.323 INFO O| Jul 01 19:27:30.323 INFO STEP 298 (remove_files) COMPLETE
61662026-07-01T19:27:30.851Z[ recovery-image] Jul 01 19:27:30.323 INFO O| Jul 01 19:27:30.323 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-07-01T19:27:30.860Z[ recovery-image] Jul 01 19:27:30.329 INFO O| Jul 01 19:27:30.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61682026-07-01T19:27:30.861Z[ recovery-image] Jul 01 19:27:30.329 INFO O| Jul 01 19:27:30.329 INFO STEP 299 (remove_files) COMPLETE
61692026-07-01T19:27:30.861Z[ recovery-image] Jul 01 19:27:30.329 INFO O| Jul 01 19:27:30.329 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-07-01T19:27:30.865Z[ recovery-image] Jul 01 19:27:30.334 INFO O| Jul 01 19:27:30.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61712026-07-01T19:27:30.865Z[ recovery-image] Jul 01 19:27:30.334 INFO O| Jul 01 19:27:30.334 INFO STEP 300 (remove_files) COMPLETE
61722026-07-01T19:27:30.865Z[ recovery-image] Jul 01 19:27:30.334 INFO O| Jul 01 19:27:30.334 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-07-01T19:27:30.865Z[ recovery-image] Jul 01 19:27:30.339 INFO O| Jul 01 19:27:30.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61742026-07-01T19:27:30.865Z[ recovery-image] Jul 01 19:27:30.339 INFO O| Jul 01 19:27:30.339 INFO STEP 301 (remove_files) COMPLETE
61752026-07-01T19:27:30.865Z[ recovery-image] Jul 01 19:27:30.339 INFO O| Jul 01 19:27:30.339 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-07-01T19:27:30.869Z[ recovery-image] Jul 01 19:27:30.345 INFO O| Jul 01 19:27:30.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61772026-07-01T19:27:30.869Z[ recovery-image] Jul 01 19:27:30.345 INFO O| Jul 01 19:27:30.345 INFO STEP 302 (remove_files) COMPLETE
61782026-07-01T19:27:30.870Z[ recovery-image] Jul 01 19:27:30.345 INFO O| Jul 01 19:27:30.345 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-07-01T19:27:30.875Z[ recovery-image] Jul 01 19:27:30.351 INFO O| Jul 01 19:27:30.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61802026-07-01T19:27:30.875Z[ recovery-image] Jul 01 19:27:30.351 INFO O| Jul 01 19:27:30.351 INFO STEP 303 (remove_files) COMPLETE
61812026-07-01T19:27:30.875Z[ recovery-image] Jul 01 19:27:30.351 INFO O| Jul 01 19:27:30.351 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-07-01T19:27:30.881Z[ recovery-image] Jul 01 19:27:30.358 INFO O| Jul 01 19:27:30.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61832026-07-01T19:27:30.881Z[ recovery-image] Jul 01 19:27:30.358 INFO O| Jul 01 19:27:30.358 INFO STEP 304 (remove_files) COMPLETE
61842026-07-01T19:27:30.885Z[ recovery-image] Jul 01 19:27:30.358 INFO O| Jul 01 19:27:30.358 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-07-01T19:27:30.892Z[ recovery-image] Jul 01 19:27:30.364 INFO O| Jul 01 19:27:30.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61862026-07-01T19:27:30.892Z[ recovery-image] Jul 01 19:27:30.364 INFO O| Jul 01 19:27:30.364 INFO STEP 305 (remove_files) COMPLETE
61872026-07-01T19:27:30.892Z[ recovery-image] Jul 01 19:27:30.364 INFO O| Jul 01 19:27:30.364 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-07-01T19:27:30.896Z[ recovery-image] Jul 01 19:27:30.370 INFO O| Jul 01 19:27:30.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61892026-07-01T19:27:30.896Z[ recovery-image] Jul 01 19:27:30.370 INFO O| Jul 01 19:27:30.370 INFO STEP 306 (remove_files) COMPLETE
61902026-07-01T19:27:30.896Z[ recovery-image] Jul 01 19:27:30.370 INFO O| Jul 01 19:27:30.370 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-07-01T19:27:30.976Z[ recovery-image] Jul 01 19:27:30.377 INFO O| Jul 01 19:27:30.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61922026-07-01T19:27:30.976Z[ recovery-image] Jul 01 19:27:30.377 INFO O| Jul 01 19:27:30.377 INFO STEP 307 (remove_files) COMPLETE
61932026-07-01T19:27:30.976Z[ recovery-image] Jul 01 19:27:30.377 INFO O| Jul 01 19:27:30.377 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-07-01T19:27:30.976Z[ recovery-image] Jul 01 19:27:30.384 INFO O| Jul 01 19:27:30.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61952026-07-01T19:27:30.976Z[ recovery-image] Jul 01 19:27:30.384 INFO O| Jul 01 19:27:30.384 INFO STEP 308 (remove_files) COMPLETE
61962026-07-01T19:27:30.976Z[ recovery-image] Jul 01 19:27:30.384 INFO O| Jul 01 19:27:30.384 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-07-01T19:27:30.976Z[ recovery-image] Jul 01 19:27:30.389 INFO O| Jul 01 19:27:30.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61982026-07-01T19:27:30.976Z[ recovery-image] Jul 01 19:27:30.390 INFO O| Jul 01 19:27:30.389 INFO STEP 309 (remove_files) COMPLETE
61992026-07-01T19:27:30.976Z[ recovery-image] Jul 01 19:27:30.390 INFO O| Jul 01 19:27:30.389 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-07-01T19:27:30.977Z[ recovery-image] Jul 01 19:27:30.395 INFO O| Jul 01 19:27:30.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62012026-07-01T19:27:30.977Z[ recovery-image] Jul 01 19:27:30.395 INFO O| Jul 01 19:27:30.395 INFO STEP 310 (remove_files) COMPLETE
62022026-07-01T19:27:30.977Z[ recovery-image] Jul 01 19:27:30.395 INFO O| Jul 01 19:27:30.395 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-07-01T19:27:30.977Z[ recovery-image] Jul 01 19:27:30.402 INFO O| Jul 01 19:27:30.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62042026-07-01T19:27:30.977Z[ recovery-image] Jul 01 19:27:30.402 INFO O| Jul 01 19:27:30.402 INFO STEP 311 (remove_files) COMPLETE
62052026-07-01T19:27:30.977Z[ recovery-image] Jul 01 19:27:30.402 INFO O| Jul 01 19:27:30.402 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-07-01T19:27:30.977Z[ recovery-image] Jul 01 19:27:30.407 INFO O| Jul 01 19:27:30.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62072026-07-01T19:27:30.977Z[ recovery-image] Jul 01 19:27:30.407 INFO O| Jul 01 19:27:30.407 INFO STEP 312 (remove_files) COMPLETE
62082026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.407 INFO O| Jul 01 19:27:30.407 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.414 INFO O| Jul 01 19:27:30.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62102026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.414 INFO O| Jul 01 19:27:30.414 INFO STEP 313 (remove_files) COMPLETE
62112026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.414 INFO O| Jul 01 19:27:30.414 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.420 INFO O| Jul 01 19:27:30.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62132026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.420 INFO O| Jul 01 19:27:30.420 INFO STEP 314 (remove_files) COMPLETE
62142026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.420 INFO O| Jul 01 19:27:30.420 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.426 INFO O| Jul 01 19:27:30.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62162026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.426 INFO O| Jul 01 19:27:30.426 INFO STEP 315 (remove_files) COMPLETE
62172026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.426 INFO O| Jul 01 19:27:30.426 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.431 INFO O| Jul 01 19:27:30.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62192026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.432 INFO O| Jul 01 19:27:30.432 INFO STEP 316 (remove_files) COMPLETE
62202026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.432 INFO O| Jul 01 19:27:30.432 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.438 INFO O| Jul 01 19:27:30.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62222026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.438 INFO O| Jul 01 19:27:30.438 INFO STEP 317 (remove_files) COMPLETE
62232026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.438 INFO O| Jul 01 19:27:30.438 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.444 INFO O| Jul 01 19:27:30.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62252026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.444 INFO O| Jul 01 19:27:30.444 INFO STEP 318 (remove_files) COMPLETE
62262026-07-01T19:27:30.978Z[ recovery-image] Jul 01 19:27:30.444 INFO O| Jul 01 19:27:30.444 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-07-01T19:27:30.983Z[ recovery-image] Jul 01 19:27:30.450 INFO O| Jul 01 19:27:30.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62282026-07-01T19:27:30.983Z[ recovery-image] Jul 01 19:27:30.451 INFO O| Jul 01 19:27:30.450 INFO STEP 319 (remove_files) COMPLETE
62292026-07-01T19:27:30.983Z[ recovery-image] Jul 01 19:27:30.451 INFO O| Jul 01 19:27:30.450 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-07-01T19:27:30.983Z[ recovery-image] Jul 01 19:27:30.457 INFO O| Jul 01 19:27:30.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62312026-07-01T19:27:30.983Z[ recovery-image] Jul 01 19:27:30.457 INFO O| Jul 01 19:27:30.457 INFO STEP 320 (remove_files) COMPLETE
62322026-07-01T19:27:30.983Z[ recovery-image] Jul 01 19:27:30.457 INFO O| Jul 01 19:27:30.457 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-07-01T19:27:30.988Z[ recovery-image] Jul 01 19:27:30.463 INFO O| Jul 01 19:27:30.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62342026-07-01T19:27:30.988Z[ recovery-image] Jul 01 19:27:30.463 INFO O| Jul 01 19:27:30.463 INFO STEP 321 (remove_files) COMPLETE
62352026-07-01T19:27:30.988Z[ recovery-image] Jul 01 19:27:30.463 INFO O| Jul 01 19:27:30.463 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-07-01T19:27:30.995Z[ recovery-image] Jul 01 19:27:30.469 INFO O| Jul 01 19:27:30.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62372026-07-01T19:27:30.995Z[ recovery-image] Jul 01 19:27:30.469 INFO O| Jul 01 19:27:30.469 INFO STEP 322 (remove_files) COMPLETE
62382026-07-01T19:27:30.995Z[ recovery-image] Jul 01 19:27:30.469 INFO O| Jul 01 19:27:30.469 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-07-01T19:27:31.001Z[ recovery-image] Jul 01 19:27:30.474 INFO O| Jul 01 19:27:30.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62402026-07-01T19:27:31.001Z[ recovery-image] Jul 01 19:27:30.474 INFO O| Jul 01 19:27:30.474 INFO STEP 323 (remove_files) COMPLETE
62412026-07-01T19:27:31.001Z[ recovery-image] Jul 01 19:27:30.474 INFO O| Jul 01 19:27:30.474 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-07-01T19:27:31.006Z[ recovery-image] Jul 01 19:27:30.479 INFO O| Jul 01 19:27:30.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62432026-07-01T19:27:31.006Z[ recovery-image] Jul 01 19:27:30.479 INFO O| Jul 01 19:27:30.479 INFO STEP 324 (remove_files) COMPLETE
62442026-07-01T19:27:31.006Z[ recovery-image] Jul 01 19:27:30.479 INFO O| Jul 01 19:27:30.479 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-07-01T19:27:31.013Z[ recovery-image] Jul 01 19:27:30.484 INFO O| Jul 01 19:27:30.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62462026-07-01T19:27:31.013Z[ recovery-image] Jul 01 19:27:30.484 INFO O| Jul 01 19:27:30.484 INFO STEP 325 (remove_files) COMPLETE
62472026-07-01T19:27:31.014Z[ recovery-image] Jul 01 19:27:30.484 INFO O| Jul 01 19:27:30.484 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-07-01T19:27:31.016Z[ recovery-image] Jul 01 19:27:30.489 INFO O| Jul 01 19:27:30.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62492026-07-01T19:27:31.016Z[ recovery-image] Jul 01 19:27:30.490 INFO O| Jul 01 19:27:30.490 INFO STEP 326 (remove_files) COMPLETE
62502026-07-01T19:27:31.016Z[ recovery-image] Jul 01 19:27:30.490 INFO O| Jul 01 19:27:30.490 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-07-01T19:27:31.020Z[ recovery-image] Jul 01 19:27:30.495 INFO O| Jul 01 19:27:30.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62522026-07-01T19:27:31.020Z[ recovery-image] Jul 01 19:27:30.495 INFO O| Jul 01 19:27:30.495 INFO STEP 327 (remove_files) COMPLETE
62532026-07-01T19:27:31.020Z[ recovery-image] Jul 01 19:27:30.495 INFO O| Jul 01 19:27:30.495 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-07-01T19:27:31.029Z[ recovery-image] Jul 01 19:27:30.503 INFO O| Jul 01 19:27:30.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62552026-07-01T19:27:31.029Z[ recovery-image] Jul 01 19:27:30.503 INFO O| Jul 01 19:27:30.503 INFO STEP 328 (remove_files) COMPLETE
62562026-07-01T19:27:31.029Z[ recovery-image] Jul 01 19:27:30.503 INFO O| Jul 01 19:27:30.503 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-07-01T19:27:31.034Z[ recovery-image] Jul 01 19:27:30.510 INFO O| Jul 01 19:27:30.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62582026-07-01T19:27:31.034Z[ recovery-image] Jul 01 19:27:30.510 INFO O| Jul 01 19:27:30.510 INFO STEP 329 (remove_files) COMPLETE
62592026-07-01T19:27:31.034Z[ recovery-image] Jul 01 19:27:30.510 INFO O| Jul 01 19:27:30.510 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-07-01T19:27:31.043Z[ recovery-image] Jul 01 19:27:30.517 INFO O| Jul 01 19:27:30.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62612026-07-01T19:27:31.043Z[ recovery-image] Jul 01 19:27:30.517 INFO O| Jul 01 19:27:30.517 INFO STEP 330 (remove_files) COMPLETE
62622026-07-01T19:27:31.047Z[ recovery-image] Jul 01 19:27:30.517 INFO O| Jul 01 19:27:30.517 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-07-01T19:27:31.047Z[ recovery-image] Jul 01 19:27:30.523 INFO O| Jul 01 19:27:30.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62642026-07-01T19:27:31.047Z[ recovery-image] Jul 01 19:27:30.523 INFO O| Jul 01 19:27:30.523 INFO STEP 331 (remove_files) COMPLETE
62652026-07-01T19:27:31.047Z[ recovery-image] Jul 01 19:27:30.523 INFO O| Jul 01 19:27:30.523 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-07-01T19:27:31.052Z[ recovery-image] Jul 01 19:27:30.529 INFO O| Jul 01 19:27:30.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62672026-07-01T19:27:31.052Z[ recovery-image] Jul 01 19:27:30.530 INFO O| Jul 01 19:27:30.529 INFO STEP 332 (remove_files) COMPLETE
62682026-07-01T19:27:31.052Z[ recovery-image] Jul 01 19:27:30.530 INFO O| Jul 01 19:27:30.529 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-07-01T19:27:31.058Z[ recovery-image] Jul 01 19:27:30.536 INFO O| Jul 01 19:27:30.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62702026-07-01T19:27:31.063Z[ recovery-image] Jul 01 19:27:30.536 INFO O| Jul 01 19:27:30.536 INFO STEP 333 (remove_files) COMPLETE
62712026-07-01T19:27:31.063Z[ recovery-image] Jul 01 19:27:30.536 INFO O| Jul 01 19:27:30.536 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-07-01T19:27:31.067Z[ recovery-image] Jul 01 19:27:30.542 INFO O| Jul 01 19:27:30.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62732026-07-01T19:27:31.067Z[ recovery-image] Jul 01 19:27:30.542 INFO O| Jul 01 19:27:30.542 INFO STEP 334 (remove_files) COMPLETE
62742026-07-01T19:27:31.067Z[ recovery-image] Jul 01 19:27:30.542 INFO O| Jul 01 19:27:30.542 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-07-01T19:27:31.071Z[ recovery-image] Jul 01 19:27:30.548 INFO O| Jul 01 19:27:30.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62762026-07-01T19:27:31.071Z[ recovery-image] Jul 01 19:27:30.548 INFO O| Jul 01 19:27:30.548 INFO STEP 335 (remove_files) COMPLETE
62772026-07-01T19:27:31.071Z[ recovery-image] Jul 01 19:27:30.548 INFO O| Jul 01 19:27:30.548 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-07-01T19:27:31.082Z[ recovery-image] Jul 01 19:27:30.554 INFO O| Jul 01 19:27:30.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62792026-07-01T19:27:31.082Z[ recovery-image] Jul 01 19:27:30.554 INFO O| Jul 01 19:27:30.554 INFO STEP 336 (remove_files) COMPLETE
62802026-07-01T19:27:31.089Z[ recovery-image] Jul 01 19:27:30.554 INFO O| Jul 01 19:27:30.554 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-07-01T19:27:31.089Z[ recovery-image] Jul 01 19:27:30.560 INFO O| Jul 01 19:27:30.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62822026-07-01T19:27:31.089Z[ recovery-image] Jul 01 19:27:30.560 INFO O| Jul 01 19:27:30.560 INFO STEP 337 (remove_files) COMPLETE
62832026-07-01T19:27:31.090Z[ recovery-image] Jul 01 19:27:30.560 INFO O| Jul 01 19:27:30.560 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-07-01T19:27:31.093Z[ recovery-image] Jul 01 19:27:30.565 INFO O| Jul 01 19:27:30.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62852026-07-01T19:27:31.093Z[ recovery-image] Jul 01 19:27:30.565 INFO O| Jul 01 19:27:30.565 INFO STEP 338 (remove_files) COMPLETE
62862026-07-01T19:27:31.093Z[ recovery-image] Jul 01 19:27:30.565 INFO O| Jul 01 19:27:30.565 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-07-01T19:27:31.094Z[ recovery-image] Jul 01 19:27:30.570 INFO O| Jul 01 19:27:30.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62882026-07-01T19:27:31.094Z[ recovery-image] Jul 01 19:27:30.570 INFO O| Jul 01 19:27:30.570 INFO STEP 339 (remove_files) COMPLETE
62892026-07-01T19:27:31.094Z[ recovery-image] Jul 01 19:27:30.570 INFO O| Jul 01 19:27:30.570 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-07-01T19:27:31.098Z[ recovery-image] Jul 01 19:27:30.575 INFO O| Jul 01 19:27:30.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62912026-07-01T19:27:31.098Z[ recovery-image] Jul 01 19:27:30.575 INFO O| Jul 01 19:27:30.575 INFO STEP 340 (remove_files) COMPLETE
62922026-07-01T19:27:31.098Z[ recovery-image] Jul 01 19:27:30.575 INFO O| Jul 01 19:27:30.575 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-07-01T19:27:31.103Z[ recovery-image] Jul 01 19:27:30.581 INFO O| Jul 01 19:27:30.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62942026-07-01T19:27:31.108Z[ recovery-image] Jul 01 19:27:30.581 INFO O| Jul 01 19:27:30.581 INFO STEP 341 (remove_files) COMPLETE
62952026-07-01T19:27:31.108Z[ recovery-image] Jul 01 19:27:30.581 INFO O| Jul 01 19:27:30.581 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-07-01T19:27:31.129Z[ recovery-image] Jul 01 19:27:30.586 INFO O| Jul 01 19:27:30.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62972026-07-01T19:27:31.129Z[ recovery-image] Jul 01 19:27:30.586 INFO O| Jul 01 19:27:30.586 INFO STEP 342 (remove_files) COMPLETE
62982026-07-01T19:27:31.129Z[ recovery-image] Jul 01 19:27:30.586 INFO O| Jul 01 19:27:30.586 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-07-01T19:27:31.129Z[ recovery-image] Jul 01 19:27:30.592 INFO O| Jul 01 19:27:30.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63002026-07-01T19:27:31.129Z[ recovery-image] Jul 01 19:27:30.592 INFO O| Jul 01 19:27:30.592 INFO STEP 343 (remove_files) COMPLETE
63012026-07-01T19:27:31.129Z[ recovery-image] Jul 01 19:27:30.592 INFO O| Jul 01 19:27:30.592 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-07-01T19:27:31.129Z[ recovery-image] Jul 01 19:27:30.598 INFO O| Jul 01 19:27:30.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63032026-07-01T19:27:31.129Z[ recovery-image] Jul 01 19:27:30.598 INFO O| Jul 01 19:27:30.598 INFO STEP 344 (remove_files) COMPLETE
63042026-07-01T19:27:31.129Z[ recovery-image] Jul 01 19:27:30.598 INFO O| Jul 01 19:27:30.598 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-07-01T19:27:31.132Z[ recovery-image] Jul 01 19:27:30.604 INFO O| Jul 01 19:27:30.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63062026-07-01T19:27:31.132Z[ recovery-image] Jul 01 19:27:30.604 INFO O| Jul 01 19:27:30.604 INFO STEP 345 (remove_files) COMPLETE
63072026-07-01T19:27:31.132Z[ recovery-image] Jul 01 19:27:30.604 INFO O| Jul 01 19:27:30.604 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-07-01T19:27:31.132Z[ recovery-image] Jul 01 19:27:30.609 INFO O| Jul 01 19:27:30.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63092026-07-01T19:27:31.132Z[ recovery-image] Jul 01 19:27:30.609 INFO O| Jul 01 19:27:30.609 INFO STEP 346 (remove_files) COMPLETE
63102026-07-01T19:27:31.132Z[ recovery-image] Jul 01 19:27:30.609 INFO O| Jul 01 19:27:30.609 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-07-01T19:27:31.137Z[ recovery-image] Jul 01 19:27:30.615 INFO O| Jul 01 19:27:30.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63122026-07-01T19:27:31.137Z[ recovery-image] Jul 01 19:27:30.615 INFO O| Jul 01 19:27:30.615 INFO STEP 347 (remove_files) COMPLETE
63132026-07-01T19:27:31.142Z[ recovery-image] Jul 01 19:27:30.615 INFO O| Jul 01 19:27:30.615 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-07-01T19:27:31.146Z[ recovery-image] Jul 01 19:27:30.621 INFO O| Jul 01 19:27:30.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63152026-07-01T19:27:31.146Z[ recovery-image] Jul 01 19:27:30.621 INFO O| Jul 01 19:27:30.621 INFO STEP 348 (remove_files) COMPLETE
63162026-07-01T19:27:31.146Z[ recovery-image] Jul 01 19:27:30.621 INFO O| Jul 01 19:27:30.621 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-07-01T19:27:31.153Z[ recovery-image] Jul 01 19:27:30.627 INFO O| Jul 01 19:27:30.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63182026-07-01T19:27:31.153Z[ recovery-image] Jul 01 19:27:30.627 INFO O| Jul 01 19:27:30.627 INFO STEP 349 (remove_files) COMPLETE
63192026-07-01T19:27:31.161Z[ recovery-image] Jul 01 19:27:30.627 INFO O| Jul 01 19:27:30.627 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-07-01T19:27:31.165Z[ recovery-image] Jul 01 19:27:30.634 INFO O| Jul 01 19:27:30.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63212026-07-01T19:27:31.165Z[ recovery-image] Jul 01 19:27:30.634 INFO O| Jul 01 19:27:30.634 INFO STEP 350 (remove_files) COMPLETE
63222026-07-01T19:27:31.167Z[ recovery-image] Jul 01 19:27:30.634 INFO O| Jul 01 19:27:30.634 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-07-01T19:27:31.167Z[ recovery-image] Jul 01 19:27:30.640 INFO O| Jul 01 19:27:30.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63242026-07-01T19:27:31.167Z[ recovery-image] Jul 01 19:27:30.640 INFO O| Jul 01 19:27:30.640 INFO STEP 351 (remove_files) COMPLETE
63252026-07-01T19:27:31.167Z[ recovery-image] Jul 01 19:27:30.640 INFO O| Jul 01 19:27:30.640 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-07-01T19:27:31.170Z[ recovery-image] Jul 01 19:27:30.645 INFO O| Jul 01 19:27:30.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63272026-07-01T19:27:31.170Z[ recovery-image] Jul 01 19:27:30.645 INFO O| Jul 01 19:27:30.645 INFO STEP 352 (remove_files) COMPLETE
63282026-07-01T19:27:31.170Z[ recovery-image] Jul 01 19:27:30.645 INFO O| Jul 01 19:27:30.645 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-07-01T19:27:31.175Z[ recovery-image] Jul 01 19:27:30.651 INFO O| Jul 01 19:27:30.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63302026-07-01T19:27:31.175Z[ recovery-image] Jul 01 19:27:30.651 INFO O| Jul 01 19:27:30.651 INFO STEP 353 (remove_files) COMPLETE
63312026-07-01T19:27:31.175Z[ recovery-image] Jul 01 19:27:30.651 INFO O| Jul 01 19:27:30.651 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-07-01T19:27:31.185Z[ recovery-image] Jul 01 19:27:30.657 INFO O| Jul 01 19:27:30.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63332026-07-01T19:27:31.185Z[ recovery-image] Jul 01 19:27:30.657 INFO O| Jul 01 19:27:30.657 INFO STEP 354 (remove_files) COMPLETE
63342026-07-01T19:27:31.191Z[ recovery-image] Jul 01 19:27:30.657 INFO O| Jul 01 19:27:30.657 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-07-01T19:27:31.191Z[ recovery-image] Jul 01 19:27:30.662 INFO O| Jul 01 19:27:30.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63362026-07-01T19:27:31.191Z[ recovery-image] Jul 01 19:27:30.662 INFO O| Jul 01 19:27:30.662 INFO STEP 355 (remove_files) COMPLETE
63372026-07-01T19:27:31.191Z[ recovery-image] Jul 01 19:27:30.662 INFO O| Jul 01 19:27:30.662 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-07-01T19:27:31.194Z[ recovery-image] Jul 01 19:27:30.668 INFO O| Jul 01 19:27:30.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63392026-07-01T19:27:31.194Z[ recovery-image] Jul 01 19:27:30.668 INFO O| Jul 01 19:27:30.668 INFO STEP 356 (remove_files) COMPLETE
63402026-07-01T19:27:31.194Z[ recovery-image] Jul 01 19:27:30.668 INFO O| Jul 01 19:27:30.668 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-07-01T19:27:31.200Z[ recovery-image] Jul 01 19:27:30.673 INFO O| Jul 01 19:27:30.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63422026-07-01T19:27:31.200Z[ recovery-image] Jul 01 19:27:30.673 INFO O| Jul 01 19:27:30.673 INFO STEP 357 (remove_files) COMPLETE
63432026-07-01T19:27:31.200Z[ recovery-image] Jul 01 19:27:30.673 INFO O| Jul 01 19:27:30.673 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-07-01T19:27:31.204Z[ recovery-image] Jul 01 19:27:30.680 INFO O| Jul 01 19:27:30.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63452026-07-01T19:27:31.204Z[ recovery-image] Jul 01 19:27:30.680 INFO O| Jul 01 19:27:30.680 INFO STEP 358 (remove_files) COMPLETE
63462026-07-01T19:27:31.204Z[ recovery-image] Jul 01 19:27:30.680 INFO O| Jul 01 19:27:30.680 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-07-01T19:27:31.210Z[ recovery-image] Jul 01 19:27:30.686 INFO O| Jul 01 19:27:30.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63482026-07-01T19:27:31.214Z[ recovery-image] Jul 01 19:27:30.686 INFO O| Jul 01 19:27:30.686 INFO STEP 359 (remove_files) COMPLETE
63492026-07-01T19:27:31.214Z[ recovery-image] Jul 01 19:27:30.686 INFO O| Jul 01 19:27:30.686 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-07-01T19:27:31.222Z[ recovery-image] Jul 01 19:27:30.693 INFO O| Jul 01 19:27:30.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63512026-07-01T19:27:31.222Z[ recovery-image] Jul 01 19:27:30.693 INFO O| Jul 01 19:27:30.693 INFO STEP 360 (remove_files) COMPLETE
63522026-07-01T19:27:31.222Z[ recovery-image] Jul 01 19:27:30.693 INFO O| Jul 01 19:27:30.693 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-07-01T19:27:31.229Z[ recovery-image] Jul 01 19:27:30.699 INFO O| Jul 01 19:27:30.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63542026-07-01T19:27:31.229Z[ recovery-image] Jul 01 19:27:30.699 INFO O| Jul 01 19:27:30.699 INFO STEP 361 (remove_files) COMPLETE
63552026-07-01T19:27:31.229Z[ recovery-image] Jul 01 19:27:30.699 INFO O| Jul 01 19:27:30.699 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-07-01T19:27:31.229Z[ recovery-image] Jul 01 19:27:30.705 INFO O| Jul 01 19:27:30.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63572026-07-01T19:27:31.229Z[ recovery-image] Jul 01 19:27:30.705 INFO O| Jul 01 19:27:30.705 INFO STEP 362 (remove_files) COMPLETE
63582026-07-01T19:27:31.229Z[ recovery-image] Jul 01 19:27:30.705 INFO O| Jul 01 19:27:30.705 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-07-01T19:27:31.235Z[ recovery-image] Jul 01 19:27:30.711 INFO O| Jul 01 19:27:30.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63602026-07-01T19:27:31.235Z[ recovery-image] Jul 01 19:27:30.711 INFO O| Jul 01 19:27:30.711 INFO STEP 363 (remove_files) COMPLETE
63612026-07-01T19:27:31.238Z[ recovery-image] Jul 01 19:27:30.711 INFO O| Jul 01 19:27:30.711 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-07-01T19:27:31.241Z[ recovery-image] Jul 01 19:27:30.716 INFO O| Jul 01 19:27:30.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63632026-07-01T19:27:31.241Z[ recovery-image] Jul 01 19:27:30.716 INFO O| Jul 01 19:27:30.716 INFO STEP 364 (remove_files) COMPLETE
63642026-07-01T19:27:31.241Z[ recovery-image] Jul 01 19:27:30.716 INFO O| Jul 01 19:27:30.716 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-07-01T19:27:31.244Z[ recovery-image] Jul 01 19:27:30.722 INFO O| Jul 01 19:27:30.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63662026-07-01T19:27:31.244Z[ recovery-image] Jul 01 19:27:30.722 INFO O| Jul 01 19:27:30.722 INFO STEP 365 (remove_files) COMPLETE
63672026-07-01T19:27:31.244Z[ recovery-image] Jul 01 19:27:30.722 INFO O| Jul 01 19:27:30.722 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-07-01T19:27:31.250Z[ recovery-image] Jul 01 19:27:30.727 INFO O| Jul 01 19:27:30.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63692026-07-01T19:27:31.250Z[ recovery-image] Jul 01 19:27:30.727 INFO O| Jul 01 19:27:30.727 INFO STEP 366 (remove_files) COMPLETE
63702026-07-01T19:27:31.250Z[ recovery-image] Jul 01 19:27:30.727 INFO O| Jul 01 19:27:30.727 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-07-01T19:27:31.256Z[ recovery-image] Jul 01 19:27:30.733 INFO O| Jul 01 19:27:30.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63722026-07-01T19:27:31.256Z[ recovery-image] Jul 01 19:27:30.733 INFO O| Jul 01 19:27:30.733 INFO STEP 367 (remove_files) COMPLETE
63732026-07-01T19:27:31.259Z[ recovery-image] Jul 01 19:27:30.733 INFO O| Jul 01 19:27:30.733 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-07-01T19:27:31.265Z[ recovery-image] Jul 01 19:27:30.740 INFO O| Jul 01 19:27:30.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63752026-07-01T19:27:31.265Z[ recovery-image] Jul 01 19:27:30.740 INFO O| Jul 01 19:27:30.740 INFO STEP 368 (remove_files) COMPLETE
63762026-07-01T19:27:31.265Z[ recovery-image] Jul 01 19:27:30.740 INFO O| Jul 01 19:27:30.740 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-07-01T19:27:31.271Z[ recovery-image] Jul 01 19:27:30.746 INFO O| Jul 01 19:27:30.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63782026-07-01T19:27:31.271Z[ recovery-image] Jul 01 19:27:30.746 INFO O| Jul 01 19:27:30.746 INFO STEP 369 (remove_files) COMPLETE
63792026-07-01T19:27:31.271Z[ recovery-image] Jul 01 19:27:30.746 INFO O| Jul 01 19:27:30.746 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-07-01T19:27:31.274Z[ recovery-image] Jul 01 19:27:30.752 INFO O| Jul 01 19:27:30.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63812026-07-01T19:27:31.275Z[ recovery-image] Jul 01 19:27:30.752 INFO O| Jul 01 19:27:30.752 INFO STEP 370 (remove_files) COMPLETE
63822026-07-01T19:27:31.275Z[ recovery-image] Jul 01 19:27:30.752 INFO O| Jul 01 19:27:30.752 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-07-01T19:27:31.280Z[ recovery-image] Jul 01 19:27:30.758 INFO O| Jul 01 19:27:30.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63842026-07-01T19:27:31.280Z[ recovery-image] Jul 01 19:27:30.758 INFO O| Jul 01 19:27:30.758 INFO STEP 371 (remove_files) COMPLETE
63852026-07-01T19:27:31.280Z[ recovery-image] Jul 01 19:27:30.758 INFO O| Jul 01 19:27:30.758 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-07-01T19:27:31.287Z[ recovery-image] Jul 01 19:27:30.764 INFO O| Jul 01 19:27:30.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63872026-07-01T19:27:31.287Z[ recovery-image] Jul 01 19:27:30.764 INFO O| Jul 01 19:27:30.764 INFO STEP 372 (remove_files) COMPLETE
63882026-07-01T19:27:31.288Z[ recovery-image] Jul 01 19:27:30.764 INFO O| Jul 01 19:27:30.764 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-07-01T19:27:31.293Z[ recovery-image] Jul 01 19:27:30.769 INFO O| Jul 01 19:27:30.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63902026-07-01T19:27:31.293Z[ recovery-image] Jul 01 19:27:30.769 INFO O| Jul 01 19:27:30.769 INFO STEP 373 (remove_files) COMPLETE
63912026-07-01T19:27:31.298Z[ recovery-image] Jul 01 19:27:30.769 INFO O| Jul 01 19:27:30.769 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-07-01T19:27:31.305Z[ recovery-image] Jul 01 19:27:30.776 INFO O| Jul 01 19:27:30.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63932026-07-01T19:27:31.305Z[ recovery-image] Jul 01 19:27:30.776 INFO O| Jul 01 19:27:30.776 INFO STEP 374 (remove_files) COMPLETE
63942026-07-01T19:27:31.305Z[ recovery-image] Jul 01 19:27:30.776 INFO O| Jul 01 19:27:30.776 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-07-01T19:27:31.309Z[ recovery-image] Jul 01 19:27:30.783 INFO O| Jul 01 19:27:30.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63962026-07-01T19:27:31.309Z[ recovery-image] Jul 01 19:27:30.783 INFO O| Jul 01 19:27:30.783 INFO STEP 375 (remove_files) COMPLETE
63972026-07-01T19:27:31.309Z[ recovery-image] Jul 01 19:27:30.783 INFO O| Jul 01 19:27:30.783 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-07-01T19:27:31.312Z[ recovery-image] Jul 01 19:27:30.789 INFO O| Jul 01 19:27:30.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63992026-07-01T19:27:31.312Z[ recovery-image] Jul 01 19:27:30.789 INFO O| Jul 01 19:27:30.789 INFO STEP 376 (remove_files) COMPLETE
64002026-07-01T19:27:31.312Z[ recovery-image] Jul 01 19:27:30.789 INFO O| Jul 01 19:27:30.789 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-07-01T19:27:31.318Z[ recovery-image] Jul 01 19:27:30.795 INFO O| Jul 01 19:27:30.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64022026-07-01T19:27:31.326Z[ recovery-image] Jul 01 19:27:30.795 INFO O| Jul 01 19:27:30.795 INFO STEP 377 (remove_files) COMPLETE
64032026-07-01T19:27:31.326Z[ recovery-image] Jul 01 19:27:30.795 INFO O| Jul 01 19:27:30.795 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-07-01T19:27:31.331Z[ recovery-image] Jul 01 19:27:30.801 INFO O| Jul 01 19:27:30.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64052026-07-01T19:27:31.331Z[ recovery-image] Jul 01 19:27:30.801 INFO O| Jul 01 19:27:30.801 INFO STEP 378 (remove_files) COMPLETE
64062026-07-01T19:27:31.331Z[ recovery-image] Jul 01 19:27:30.801 INFO O| Jul 01 19:27:30.801 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-07-01T19:27:31.340Z[ recovery-image] Jul 01 19:27:30.807 INFO O| Jul 01 19:27:30.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64082026-07-01T19:27:31.340Z[ recovery-image] Jul 01 19:27:30.807 INFO O| Jul 01 19:27:30.807 INFO STEP 379 (remove_files) COMPLETE
64092026-07-01T19:27:31.340Z[ recovery-image] Jul 01 19:27:30.807 INFO O| Jul 01 19:27:30.807 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-07-01T19:27:31.340Z[ recovery-image] Jul 01 19:27:30.812 INFO O| Jul 01 19:27:30.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64112026-07-01T19:27:31.340Z[ recovery-image] Jul 01 19:27:30.812 INFO O| Jul 01 19:27:30.812 INFO STEP 380 (remove_files) COMPLETE
64122026-07-01T19:27:31.340Z[ recovery-image] Jul 01 19:27:30.812 INFO O| Jul 01 19:27:30.812 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-07-01T19:27:31.343Z[ recovery-image] Jul 01 19:27:30.818 INFO O| Jul 01 19:27:30.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64142026-07-01T19:27:31.343Z[ recovery-image] Jul 01 19:27:30.818 INFO O| Jul 01 19:27:30.818 INFO STEP 381 (remove_files) COMPLETE
64152026-07-01T19:27:31.343Z[ recovery-image] Jul 01 19:27:30.818 INFO O| Jul 01 19:27:30.818 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-07-01T19:27:31.350Z[ recovery-image] Jul 01 19:27:30.824 INFO O| Jul 01 19:27:30.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64172026-07-01T19:27:31.350Z[ recovery-image] Jul 01 19:27:30.824 INFO O| Jul 01 19:27:30.824 INFO STEP 382 (remove_files) COMPLETE
64182026-07-01T19:27:31.356Z[ recovery-image] Jul 01 19:27:30.825 INFO O| Jul 01 19:27:30.824 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-07-01T19:27:31.356Z[ recovery-image] Jul 01 19:27:30.830 INFO O| Jul 01 19:27:30.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64202026-07-01T19:27:31.356Z[ recovery-image] Jul 01 19:27:30.830 INFO O| Jul 01 19:27:30.830 INFO STEP 383 (remove_files) COMPLETE
64212026-07-01T19:27:31.356Z[ recovery-image] Jul 01 19:27:30.830 INFO O| Jul 01 19:27:30.830 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-07-01T19:27:31.360Z[ recovery-image] Jul 01 19:27:30.835 INFO O| Jul 01 19:27:30.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64232026-07-01T19:27:31.360Z[ recovery-image] Jul 01 19:27:30.835 INFO O| Jul 01 19:27:30.835 INFO STEP 384 (remove_files) COMPLETE
64242026-07-01T19:27:31.360Z[ recovery-image] Jul 01 19:27:30.835 INFO O| Jul 01 19:27:30.835 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-07-01T19:27:31.372Z[ recovery-image] Jul 01 19:27:30.842 INFO O| Jul 01 19:27:30.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64262026-07-01T19:27:31.372Z[ recovery-image] Jul 01 19:27:30.842 INFO O| Jul 01 19:27:30.842 INFO STEP 385 (remove_files) COMPLETE
64272026-07-01T19:27:31.381Z[ recovery-image] Jul 01 19:27:30.842 INFO O| Jul 01 19:27:30.842 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-07-01T19:27:31.381Z[ recovery-image] Jul 01 19:27:30.848 INFO O| Jul 01 19:27:30.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64292026-07-01T19:27:31.381Z[ recovery-image] Jul 01 19:27:30.848 INFO O| Jul 01 19:27:30.848 INFO STEP 386 (remove_files) COMPLETE
64302026-07-01T19:27:31.381Z[ recovery-image] Jul 01 19:27:30.848 INFO O| Jul 01 19:27:30.848 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-07-01T19:27:31.386Z[ recovery-image] Jul 01 19:27:30.855 INFO O| Jul 01 19:27:30.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64322026-07-01T19:27:31.386Z[ recovery-image] Jul 01 19:27:30.855 INFO O| Jul 01 19:27:30.855 INFO STEP 387 (remove_files) COMPLETE
64332026-07-01T19:27:31.386Z[ recovery-image] Jul 01 19:27:30.855 INFO O| Jul 01 19:27:30.855 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-07-01T19:27:31.386Z[ recovery-image] Jul 01 19:27:30.861 INFO O| Jul 01 19:27:30.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64352026-07-01T19:27:31.386Z[ recovery-image] Jul 01 19:27:30.861 INFO O| Jul 01 19:27:30.861 INFO STEP 388 (remove_files) COMPLETE
64362026-07-01T19:27:31.386Z[ recovery-image] Jul 01 19:27:30.861 INFO O| Jul 01 19:27:30.861 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-07-01T19:27:31.389Z[ recovery-image] Jul 01 19:27:30.867 INFO O| Jul 01 19:27:30.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64382026-07-01T19:27:31.394Z[ recovery-image] Jul 01 19:27:30.867 INFO O| Jul 01 19:27:30.867 INFO STEP 389 (remove_files) COMPLETE
64392026-07-01T19:27:31.394Z[ recovery-image] Jul 01 19:27:30.867 INFO O| Jul 01 19:27:30.867 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-07-01T19:27:31.400Z[ recovery-image] Jul 01 19:27:30.874 INFO O| Jul 01 19:27:30.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64412026-07-01T19:27:31.400Z[ recovery-image] Jul 01 19:27:30.874 INFO O| Jul 01 19:27:30.874 INFO STEP 390 (remove_files) COMPLETE
64422026-07-01T19:27:31.400Z[ recovery-image] Jul 01 19:27:30.874 INFO O| Jul 01 19:27:30.874 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-07-01T19:27:31.409Z[ recovery-image] Jul 01 19:27:30.880 INFO O| Jul 01 19:27:30.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64442026-07-01T19:27:31.409Z[ recovery-image] Jul 01 19:27:30.880 INFO O| Jul 01 19:27:30.880 INFO STEP 391 (remove_files) COMPLETE
64452026-07-01T19:27:31.410Z[ recovery-image] Jul 01 19:27:30.880 INFO O| Jul 01 19:27:30.880 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-07-01T19:27:31.416Z[ recovery-image] Jul 01 19:27:30.886 INFO O| Jul 01 19:27:30.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64472026-07-01T19:27:31.416Z[ recovery-image] Jul 01 19:27:30.886 INFO O| Jul 01 19:27:30.886 INFO STEP 392 (remove_files) COMPLETE
64482026-07-01T19:27:31.416Z[ recovery-image] Jul 01 19:27:30.886 INFO O| Jul 01 19:27:30.886 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-07-01T19:27:31.419Z[ recovery-image] Jul 01 19:27:30.892 INFO O| Jul 01 19:27:30.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64502026-07-01T19:27:31.419Z[ recovery-image] Jul 01 19:27:30.892 INFO O| Jul 01 19:27:30.892 INFO STEP 393 (remove_files) COMPLETE
64512026-07-01T19:27:31.419Z[ recovery-image] Jul 01 19:27:30.892 INFO O| Jul 01 19:27:30.892 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-07-01T19:27:31.423Z[ recovery-image] Jul 01 19:27:30.898 INFO O| Jul 01 19:27:30.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64532026-07-01T19:27:31.423Z[ recovery-image] Jul 01 19:27:30.898 INFO O| Jul 01 19:27:30.898 INFO STEP 394 (remove_files) COMPLETE
64542026-07-01T19:27:31.425Z[ recovery-image] Jul 01 19:27:30.898 INFO O| Jul 01 19:27:30.898 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-07-01T19:27:31.429Z[ recovery-image] Jul 01 19:27:30.904 INFO O| Jul 01 19:27:30.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64562026-07-01T19:27:31.429Z[ recovery-image] Jul 01 19:27:30.904 INFO O| Jul 01 19:27:30.904 INFO STEP 395 (remove_files) COMPLETE
64572026-07-01T19:27:31.429Z[ recovery-image] Jul 01 19:27:30.904 INFO O| Jul 01 19:27:30.904 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-07-01T19:27:31.433Z[ recovery-image] Jul 01 19:27:30.910 INFO O| Jul 01 19:27:30.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64592026-07-01T19:27:31.433Z[ recovery-image] Jul 01 19:27:30.910 INFO O| Jul 01 19:27:30.910 INFO STEP 396 (remove_files) COMPLETE
64602026-07-01T19:27:31.433Z[ recovery-image] Jul 01 19:27:30.910 INFO O| Jul 01 19:27:30.910 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-07-01T19:27:31.442Z[ recovery-image] Jul 01 19:27:30.916 INFO O| Jul 01 19:27:30.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64622026-07-01T19:27:31.442Z[ recovery-image] Jul 01 19:27:30.916 INFO O| Jul 01 19:27:30.916 INFO STEP 397 (remove_files) COMPLETE
64632026-07-01T19:27:31.447Z[ recovery-image] Jul 01 19:27:30.916 INFO O| Jul 01 19:27:30.916 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-07-01T19:27:31.447Z[ recovery-image] Jul 01 19:27:30.921 INFO O| Jul 01 19:27:30.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64652026-07-01T19:27:31.447Z[ recovery-image] Jul 01 19:27:30.921 INFO O| Jul 01 19:27:30.921 INFO STEP 398 (remove_files) COMPLETE
64662026-07-01T19:27:31.448Z[ recovery-image] Jul 01 19:27:30.921 INFO O| Jul 01 19:27:30.921 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-07-01T19:27:31.454Z[ recovery-image] Jul 01 19:27:30.927 INFO O| Jul 01 19:27:30.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64682026-07-01T19:27:31.454Z[ recovery-image] Jul 01 19:27:30.927 INFO O| Jul 01 19:27:30.927 INFO STEP 399 (remove_files) COMPLETE
64692026-07-01T19:27:31.454Z[ recovery-image] Jul 01 19:27:30.927 INFO O| Jul 01 19:27:30.927 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-07-01T19:27:31.457Z[ recovery-image] Jul 01 19:27:30.932 INFO O| Jul 01 19:27:30.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64712026-07-01T19:27:31.458Z[ recovery-image] Jul 01 19:27:30.932 INFO O| Jul 01 19:27:30.932 INFO STEP 400 (remove_files) COMPLETE
64722026-07-01T19:27:31.458Z[ recovery-image] Jul 01 19:27:30.932 INFO O| Jul 01 19:27:30.932 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-07-01T19:27:31.461Z[ recovery-image] Jul 01 19:27:30.938 INFO O| Jul 01 19:27:30.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64742026-07-01T19:27:31.461Z[ recovery-image] Jul 01 19:27:30.938 INFO O| Jul 01 19:27:30.938 INFO STEP 401 (remove_files) COMPLETE
64752026-07-01T19:27:31.461Z[ recovery-image] Jul 01 19:27:30.938 INFO O| Jul 01 19:27:30.938 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-07-01T19:27:31.466Z[ recovery-image] Jul 01 19:27:30.943 INFO O| Jul 01 19:27:30.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64772026-07-01T19:27:31.471Z[ recovery-image] Jul 01 19:27:30.943 INFO O| Jul 01 19:27:30.943 INFO STEP 402 (remove_files) COMPLETE
64782026-07-01T19:27:31.471Z[ recovery-image] Jul 01 19:27:30.943 INFO O| Jul 01 19:27:30.943 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-07-01T19:27:31.482Z[ recovery-image] Jul 01 19:27:30.948 INFO O| Jul 01 19:27:30.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64802026-07-01T19:27:31.482Z[ recovery-image] Jul 01 19:27:30.948 INFO O| Jul 01 19:27:30.948 INFO STEP 403 (remove_files) COMPLETE
64812026-07-01T19:27:31.482Z[ recovery-image] Jul 01 19:27:30.948 INFO O| Jul 01 19:27:30.948 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-07-01T19:27:31.487Z[ recovery-image] Jul 01 19:27:30.954 INFO O| Jul 01 19:27:30.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64832026-07-01T19:27:31.488Z[ recovery-image] Jul 01 19:27:30.954 INFO O| Jul 01 19:27:30.954 INFO STEP 404 (remove_files) COMPLETE
64842026-07-01T19:27:31.488Z[ recovery-image] Jul 01 19:27:30.954 INFO O| Jul 01 19:27:30.954 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-07-01T19:27:31.488Z[ recovery-image] Jul 01 19:27:30.962 INFO O| Jul 01 19:27:30.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64862026-07-01T19:27:31.488Z[ recovery-image] Jul 01 19:27:30.962 INFO O| Jul 01 19:27:30.962 INFO STEP 405 (remove_files) COMPLETE
64872026-07-01T19:27:31.488Z[ recovery-image] Jul 01 19:27:30.962 INFO O| Jul 01 19:27:30.962 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-07-01T19:27:31.492Z[ recovery-image] Jul 01 19:27:30.968 INFO O| Jul 01 19:27:30.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64892026-07-01T19:27:31.492Z[ recovery-image] Jul 01 19:27:30.968 INFO O| Jul 01 19:27:30.968 INFO STEP 406 (remove_files) COMPLETE
64902026-07-01T19:27:31.492Z[ recovery-image] Jul 01 19:27:30.968 INFO O| Jul 01 19:27:30.968 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-07-01T19:27:31.496Z[ recovery-image] Jul 01 19:27:30.974 INFO O| Jul 01 19:27:30.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64922026-07-01T19:27:31.496Z[ recovery-image] Jul 01 19:27:30.974 INFO O| Jul 01 19:27:30.974 INFO STEP 407 (remove_files) COMPLETE
64932026-07-01T19:27:31.497Z[ recovery-image] Jul 01 19:27:30.974 INFO O| Jul 01 19:27:30.974 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-07-01T19:27:31.502Z[ recovery-image] Jul 01 19:27:30.980 INFO O| Jul 01 19:27:30.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64952026-07-01T19:27:31.502Z[ recovery-image] Jul 01 19:27:30.980 INFO O| Jul 01 19:27:30.980 INFO STEP 408 (remove_files) COMPLETE
64962026-07-01T19:27:31.503Z[ recovery-image] Jul 01 19:27:30.980 INFO O| Jul 01 19:27:30.980 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-07-01T19:27:31.508Z[ recovery-image] Jul 01 19:27:30.986 INFO O| Jul 01 19:27:30.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64982026-07-01T19:27:31.508Z[ recovery-image] Jul 01 19:27:30.986 INFO O| Jul 01 19:27:30.986 INFO STEP 409 (remove_files) COMPLETE
64992026-07-01T19:27:31.512Z[ recovery-image] Jul 01 19:27:30.986 INFO O| Jul 01 19:27:30.986 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-07-01T19:27:31.519Z[ recovery-image] Jul 01 19:27:30.991 INFO O| Jul 01 19:27:30.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65012026-07-01T19:27:31.519Z[ recovery-image] Jul 01 19:27:30.991 INFO O| Jul 01 19:27:30.991 INFO STEP 410 (remove_files) COMPLETE
65022026-07-01T19:27:31.520Z[ recovery-image] Jul 01 19:27:30.991 INFO O| Jul 01 19:27:30.991 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-07-01T19:27:31.526Z[ recovery-image] Jul 01 19:27:30.997 INFO O| Jul 01 19:27:30.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65042026-07-01T19:27:31.526Z[ recovery-image] Jul 01 19:27:30.997 INFO O| Jul 01 19:27:30.997 INFO STEP 411 (remove_files) COMPLETE
65052026-07-01T19:27:31.526Z[ recovery-image] Jul 01 19:27:30.997 INFO O| Jul 01 19:27:30.997 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-07-01T19:27:31.533Z[ recovery-image] Jul 01 19:27:31.004 INFO O| Jul 01 19:27:31.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65072026-07-01T19:27:31.533Z[ recovery-image] Jul 01 19:27:31.004 INFO O| Jul 01 19:27:31.004 INFO STEP 412 (remove_files) COMPLETE
65082026-07-01T19:27:31.533Z[ recovery-image] Jul 01 19:27:31.004 INFO O| Jul 01 19:27:31.004 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-07-01T19:27:31.535Z[ recovery-image] Jul 01 19:27:31.011 INFO O| Jul 01 19:27:31.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65102026-07-01T19:27:31.535Z[ recovery-image] Jul 01 19:27:31.011 INFO O| Jul 01 19:27:31.011 INFO STEP 413 (remove_files) COMPLETE
65112026-07-01T19:27:31.535Z[ recovery-image] Jul 01 19:27:31.011 INFO O| Jul 01 19:27:31.011 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-07-01T19:27:31.540Z[ recovery-image] Jul 01 19:27:31.017 INFO O| Jul 01 19:27:31.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65132026-07-01T19:27:31.540Z[ recovery-image] Jul 01 19:27:31.017 INFO O| Jul 01 19:27:31.017 INFO STEP 414 (remove_files) COMPLETE
65142026-07-01T19:27:31.546Z[ recovery-image] Jul 01 19:27:31.017 INFO O| Jul 01 19:27:31.017 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-07-01T19:27:31.549Z[ recovery-image] Jul 01 19:27:31.023 INFO O| Jul 01 19:27:31.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65162026-07-01T19:27:31.549Z[ recovery-image] Jul 01 19:27:31.023 INFO O| Jul 01 19:27:31.023 INFO STEP 415 (remove_files) COMPLETE
65172026-07-01T19:27:31.549Z[ recovery-image] Jul 01 19:27:31.023 INFO O| Jul 01 19:27:31.023 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-07-01T19:27:31.553Z[ recovery-image] Jul 01 19:27:31.029 INFO O| Jul 01 19:27:31.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65192026-07-01T19:27:31.553Z[ recovery-image] Jul 01 19:27:31.029 INFO O| Jul 01 19:27:31.029 INFO STEP 416 (remove_files) COMPLETE
65202026-07-01T19:27:31.553Z[ recovery-image] Jul 01 19:27:31.029 INFO O| Jul 01 19:27:31.029 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-07-01T19:27:31.559Z[ recovery-image] Jul 01 19:27:31.035 INFO O| Jul 01 19:27:31.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65222026-07-01T19:27:31.559Z[ recovery-image] Jul 01 19:27:31.035 INFO O| Jul 01 19:27:31.035 INFO STEP 417 (remove_files) COMPLETE
65232026-07-01T19:27:31.567Z[ recovery-image] Jul 01 19:27:31.035 INFO O| Jul 01 19:27:31.035 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-07-01T19:27:31.570Z[ recovery-image] Jul 01 19:27:31.041 INFO O| Jul 01 19:27:31.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65252026-07-01T19:27:31.570Z[ recovery-image] Jul 01 19:27:31.041 INFO O| Jul 01 19:27:31.041 INFO STEP 418 (remove_files) COMPLETE
65262026-07-01T19:27:31.570Z[ recovery-image] Jul 01 19:27:31.041 INFO O| Jul 01 19:27:31.041 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-07-01T19:27:31.575Z[ recovery-image] Jul 01 19:27:31.049 INFO O| Jul 01 19:27:31.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65282026-07-01T19:27:31.575Z[ recovery-image] Jul 01 19:27:31.049 INFO O| Jul 01 19:27:31.049 INFO STEP 419 (remove_files) COMPLETE
65292026-07-01T19:27:31.575Z[ recovery-image] Jul 01 19:27:31.049 INFO O| Jul 01 19:27:31.049 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-07-01T19:27:31.581Z[ recovery-image] Jul 01 19:27:31.055 INFO O| Jul 01 19:27:31.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65312026-07-01T19:27:31.581Z[ recovery-image] Jul 01 19:27:31.055 INFO O| Jul 01 19:27:31.055 INFO STEP 420 (remove_files) COMPLETE
65322026-07-01T19:27:31.581Z[ recovery-image] Jul 01 19:27:31.055 INFO O| Jul 01 19:27:31.055 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-07-01T19:27:31.590Z[ recovery-image] Jul 01 19:27:31.061 INFO O| Jul 01 19:27:31.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65342026-07-01T19:27:31.590Z[ recovery-image] Jul 01 19:27:31.061 INFO O| Jul 01 19:27:31.061 INFO STEP 421 (remove_files) COMPLETE
65352026-07-01T19:27:31.590Z[ recovery-image] Jul 01 19:27:31.061 INFO O| Jul 01 19:27:31.061 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-07-01T19:27:31.593Z[ recovery-image] Jul 01 19:27:31.066 INFO O| Jul 01 19:27:31.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65372026-07-01T19:27:31.593Z[ recovery-image] Jul 01 19:27:31.066 INFO O| Jul 01 19:27:31.066 INFO STEP 422 (remove_files) COMPLETE
65382026-07-01T19:27:31.594Z[ recovery-image] Jul 01 19:27:31.066 INFO O| Jul 01 19:27:31.066 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-07-01T19:27:31.600Z[ recovery-image] Jul 01 19:27:31.071 INFO O| Jul 01 19:27:31.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65402026-07-01T19:27:31.600Z[ recovery-image] Jul 01 19:27:31.071 INFO O| Jul 01 19:27:31.071 INFO STEP 423 (remove_files) COMPLETE
65412026-07-01T19:27:31.600Z[ recovery-image] Jul 01 19:27:31.071 INFO O| Jul 01 19:27:31.071 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-07-01T19:27:31.606Z[ recovery-image] Jul 01 19:27:31.077 INFO O| Jul 01 19:27:31.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65432026-07-01T19:27:31.607Z[ recovery-image] Jul 01 19:27:31.077 INFO O| Jul 01 19:27:31.077 INFO STEP 424 (remove_files) COMPLETE
65442026-07-01T19:27:31.607Z[ recovery-image] Jul 01 19:27:31.077 INFO O| Jul 01 19:27:31.077 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-07-01T19:27:31.609Z[ recovery-image] Jul 01 19:27:31.084 INFO O| Jul 01 19:27:31.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65462026-07-01T19:27:31.609Z[ recovery-image] Jul 01 19:27:31.084 INFO O| Jul 01 19:27:31.084 INFO STEP 425 (remove_files) COMPLETE
65472026-07-01T19:27:31.609Z[ recovery-image] Jul 01 19:27:31.084 INFO O| Jul 01 19:27:31.084 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-07-01T19:27:31.614Z[ recovery-image] Jul 01 19:27:31.090 INFO O| Jul 01 19:27:31.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65492026-07-01T19:27:31.615Z[ recovery-image] Jul 01 19:27:31.090 INFO O| Jul 01 19:27:31.090 INFO STEP 426 (remove_files) COMPLETE
65502026-07-01T19:27:31.618Z[ recovery-image] Jul 01 19:27:31.090 INFO O| Jul 01 19:27:31.090 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-07-01T19:27:31.622Z[ recovery-image] Jul 01 19:27:31.096 INFO O| Jul 01 19:27:31.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65522026-07-01T19:27:31.622Z[ recovery-image] Jul 01 19:27:31.096 INFO O| Jul 01 19:27:31.096 INFO STEP 427 (remove_files) COMPLETE
65532026-07-01T19:27:31.622Z[ recovery-image] Jul 01 19:27:31.096 INFO O| Jul 01 19:27:31.096 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-07-01T19:27:31.628Z[ recovery-image] Jul 01 19:27:31.102 INFO O| Jul 01 19:27:31.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65552026-07-01T19:27:31.628Z[ recovery-image] Jul 01 19:27:31.102 INFO O| Jul 01 19:27:31.102 INFO STEP 428 (remove_files) COMPLETE
65562026-07-01T19:27:31.628Z[ recovery-image] Jul 01 19:27:31.102 INFO O| Jul 01 19:27:31.102 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-07-01T19:27:31.638Z[ recovery-image] Jul 01 19:27:31.108 INFO O| Jul 01 19:27:31.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65582026-07-01T19:27:31.638Z[ recovery-image] Jul 01 19:27:31.108 INFO O| Jul 01 19:27:31.108 INFO STEP 429 (remove_files) COMPLETE
65592026-07-01T19:27:31.638Z[ recovery-image] Jul 01 19:27:31.108 INFO O| Jul 01 19:27:31.108 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-07-01T19:27:31.647Z[ recovery-image] Jul 01 19:27:31.113 INFO O| Jul 01 19:27:31.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65612026-07-01T19:27:31.648Z[ recovery-image] Jul 01 19:27:31.113 INFO O| Jul 01 19:27:31.113 INFO STEP 430 (remove_files) COMPLETE
65622026-07-01T19:27:31.648Z[ recovery-image] Jul 01 19:27:31.113 INFO O| Jul 01 19:27:31.113 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-07-01T19:27:31.648Z[ recovery-image] Jul 01 19:27:31.119 INFO O| Jul 01 19:27:31.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65642026-07-01T19:27:31.648Z[ recovery-image] Jul 01 19:27:31.119 INFO O| Jul 01 19:27:31.119 INFO STEP 431 (remove_files) COMPLETE
65652026-07-01T19:27:31.648Z[ recovery-image] Jul 01 19:27:31.119 INFO O| Jul 01 19:27:31.119 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-07-01T19:27:31.651Z[ recovery-image] Jul 01 19:27:31.125 INFO O| Jul 01 19:27:31.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65672026-07-01T19:27:31.651Z[ recovery-image] Jul 01 19:27:31.125 INFO O| Jul 01 19:27:31.125 INFO STEP 432 (remove_files) COMPLETE
65682026-07-01T19:27:31.651Z[ recovery-image] Jul 01 19:27:31.125 INFO O| Jul 01 19:27:31.125 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-07-01T19:27:31.655Z[ recovery-image] Jul 01 19:27:31.130 INFO O| Jul 01 19:27:31.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65702026-07-01T19:27:31.655Z[ recovery-image] Jul 01 19:27:31.130 INFO O| Jul 01 19:27:31.130 INFO STEP 433 (remove_files) COMPLETE
65712026-07-01T19:27:31.655Z[ recovery-image] Jul 01 19:27:31.130 INFO O| Jul 01 19:27:31.130 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-07-01T19:27:31.660Z[ recovery-image] Jul 01 19:27:31.137 INFO O| Jul 01 19:27:31.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65732026-07-01T19:27:31.660Z[ recovery-image] Jul 01 19:27:31.137 INFO O| Jul 01 19:27:31.137 INFO STEP 434 (remove_files) COMPLETE
65742026-07-01T19:27:31.660Z[ recovery-image] Jul 01 19:27:31.137 INFO O| Jul 01 19:27:31.137 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-07-01T19:27:31.665Z[ recovery-image] Jul 01 19:27:31.142 INFO O| Jul 01 19:27:31.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65762026-07-01T19:27:31.665Z[ recovery-image] Jul 01 19:27:31.142 INFO O| Jul 01 19:27:31.142 INFO STEP 435 (remove_files) COMPLETE
65772026-07-01T19:27:31.665Z[ recovery-image] Jul 01 19:27:31.142 INFO O| Jul 01 19:27:31.142 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-07-01T19:27:31.671Z[ recovery-image] Jul 01 19:27:31.148 INFO O| Jul 01 19:27:31.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65792026-07-01T19:27:31.678Z[ recovery-image] Jul 01 19:27:31.148 INFO O| Jul 01 19:27:31.148 INFO STEP 436 (remove_files) COMPLETE
65802026-07-01T19:27:31.678Z[ recovery-image] Jul 01 19:27:31.148 INFO O| Jul 01 19:27:31.148 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-07-01T19:27:31.686Z[ recovery-image] Jul 01 19:27:31.154 INFO O| Jul 01 19:27:31.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65822026-07-01T19:27:31.686Z[ recovery-image] Jul 01 19:27:31.154 INFO O| Jul 01 19:27:31.154 INFO STEP 437 (remove_files) COMPLETE
65832026-07-01T19:27:31.686Z[ recovery-image] Jul 01 19:27:31.154 INFO O| Jul 01 19:27:31.154 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-07-01T19:27:31.689Z[ recovery-image] Jul 01 19:27:31.160 INFO O| Jul 01 19:27:31.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65852026-07-01T19:27:31.689Z[ recovery-image] Jul 01 19:27:31.160 INFO O| Jul 01 19:27:31.160 INFO STEP 438 (remove_files) COMPLETE
65862026-07-01T19:27:31.689Z[ recovery-image] Jul 01 19:27:31.160 INFO O| Jul 01 19:27:31.160 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-07-01T19:27:31.689Z[ recovery-image] Jul 01 19:27:31.165 INFO O| Jul 01 19:27:31.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65882026-07-01T19:27:31.689Z[ recovery-image] Jul 01 19:27:31.165 INFO O| Jul 01 19:27:31.165 INFO STEP 439 (remove_files) COMPLETE
65892026-07-01T19:27:31.689Z[ recovery-image] Jul 01 19:27:31.165 INFO O| Jul 01 19:27:31.165 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-07-01T19:27:31.694Z[ recovery-image] Jul 01 19:27:31.171 INFO O| Jul 01 19:27:31.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65912026-07-01T19:27:31.694Z[ recovery-image] Jul 01 19:27:31.171 INFO O| Jul 01 19:27:31.171 INFO STEP 440 (remove_files) COMPLETE
65922026-07-01T19:27:31.698Z[ recovery-image] Jul 01 19:27:31.171 INFO O| Jul 01 19:27:31.171 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-07-01T19:27:31.702Z[ recovery-image] Jul 01 19:27:31.178 INFO O| Jul 01 19:27:31.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65942026-07-01T19:27:31.702Z[ recovery-image] Jul 01 19:27:31.178 INFO O| Jul 01 19:27:31.178 INFO STEP 441 (remove_files) COMPLETE
65952026-07-01T19:27:31.702Z[ recovery-image] Jul 01 19:27:31.178 INFO O| Jul 01 19:27:31.178 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-07-01T19:27:31.711Z[ recovery-image] Jul 01 19:27:31.183 INFO O| Jul 01 19:27:31.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65972026-07-01T19:27:31.711Z[ recovery-image] Jul 01 19:27:31.183 INFO O| Jul 01 19:27:31.183 INFO STEP 442 (remove_files) COMPLETE
65982026-07-01T19:27:31.711Z[ recovery-image] Jul 01 19:27:31.183 INFO O| Jul 01 19:27:31.183 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-07-01T19:27:31.717Z[ recovery-image] Jul 01 19:27:31.188 INFO O| Jul 01 19:27:31.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66002026-07-01T19:27:31.717Z[ recovery-image] Jul 01 19:27:31.188 INFO O| Jul 01 19:27:31.188 INFO STEP 443 (remove_files) COMPLETE
66012026-07-01T19:27:31.718Z[ recovery-image] Jul 01 19:27:31.188 INFO O| Jul 01 19:27:31.188 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-07-01T19:27:31.725Z[ recovery-image] Jul 01 19:27:31.194 INFO O| Jul 01 19:27:31.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66032026-07-01T19:27:31.725Z[ recovery-image] Jul 01 19:27:31.194 INFO O| Jul 01 19:27:31.194 INFO STEP 444 (remove_files) COMPLETE
66042026-07-01T19:27:31.726Z[ recovery-image] Jul 01 19:27:31.194 INFO O| Jul 01 19:27:31.194 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-07-01T19:27:31.730Z[ recovery-image] Jul 01 19:27:31.199 INFO O| Jul 01 19:27:31.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66062026-07-01T19:27:31.730Z[ recovery-image] Jul 01 19:27:31.199 INFO O| Jul 01 19:27:31.199 INFO STEP 445 (remove_files) COMPLETE
66072026-07-01T19:27:31.730Z[ recovery-image] Jul 01 19:27:31.199 INFO O| Jul 01 19:27:31.199 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-07-01T19:27:31.730Z[ recovery-image] Jul 01 19:27:31.204 INFO O| Jul 01 19:27:31.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66092026-07-01T19:27:31.730Z[ recovery-image] Jul 01 19:27:31.204 INFO O| Jul 01 19:27:31.204 INFO STEP 446 (remove_files) COMPLETE
66102026-07-01T19:27:31.730Z[ recovery-image] Jul 01 19:27:31.204 INFO O| Jul 01 19:27:31.204 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-07-01T19:27:31.734Z[ recovery-image] Jul 01 19:27:31.210 INFO O| Jul 01 19:27:31.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66122026-07-01T19:27:31.734Z[ recovery-image] Jul 01 19:27:31.210 INFO O| Jul 01 19:27:31.210 INFO STEP 447 (remove_files) COMPLETE
66132026-07-01T19:27:31.734Z[ recovery-image] Jul 01 19:27:31.210 INFO O| Jul 01 19:27:31.210 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-07-01T19:27:31.737Z[ recovery-image] Jul 01 19:27:31.215 INFO O| Jul 01 19:27:31.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66152026-07-01T19:27:31.737Z[ recovery-image] Jul 01 19:27:31.215 INFO O| Jul 01 19:27:31.215 INFO STEP 448 (remove_files) COMPLETE
66162026-07-01T19:27:31.738Z[ recovery-image] Jul 01 19:27:31.215 INFO O| Jul 01 19:27:31.215 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-07-01T19:27:31.744Z[ recovery-image] Jul 01 19:27:31.220 INFO O| Jul 01 19:27:31.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66182026-07-01T19:27:31.744Z[ recovery-image] Jul 01 19:27:31.220 INFO O| Jul 01 19:27:31.220 INFO STEP 449 (remove_files) COMPLETE
66192026-07-01T19:27:31.753Z[ recovery-image] Jul 01 19:27:31.220 INFO O| Jul 01 19:27:31.220 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-07-01T19:27:31.760Z[ recovery-image] Jul 01 19:27:31.226 INFO O| Jul 01 19:27:31.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66212026-07-01T19:27:31.760Z[ recovery-image] Jul 01 19:27:31.226 INFO O| Jul 01 19:27:31.226 INFO STEP 450 (remove_files) COMPLETE
66222026-07-01T19:27:31.760Z[ recovery-image] Jul 01 19:27:31.226 INFO O| Jul 01 19:27:31.226 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-07-01T19:27:31.760Z[ recovery-image] Jul 01 19:27:31.232 INFO O| Jul 01 19:27:31.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66242026-07-01T19:27:31.760Z[ recovery-image] Jul 01 19:27:31.233 INFO O| Jul 01 19:27:31.233 INFO STEP 451 (remove_files) COMPLETE
66252026-07-01T19:27:31.760Z[ recovery-image] Jul 01 19:27:31.233 INFO O| Jul 01 19:27:31.233 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-07-01T19:27:31.765Z[ recovery-image] Jul 01 19:27:31.239 INFO O| Jul 01 19:27:31.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66272026-07-01T19:27:31.765Z[ recovery-image] Jul 01 19:27:31.239 INFO O| Jul 01 19:27:31.239 INFO STEP 452 (remove_files) COMPLETE
66282026-07-01T19:27:31.765Z[ recovery-image] Jul 01 19:27:31.239 INFO O| Jul 01 19:27:31.239 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-07-01T19:27:31.769Z[ recovery-image] Jul 01 19:27:31.246 INFO O| Jul 01 19:27:31.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66302026-07-01T19:27:31.769Z[ recovery-image] Jul 01 19:27:31.246 INFO O| Jul 01 19:27:31.246 INFO STEP 453 (remove_files) COMPLETE
66312026-07-01T19:27:31.773Z[ recovery-image] Jul 01 19:27:31.246 INFO O| Jul 01 19:27:31.246 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-07-01T19:27:31.775Z[ recovery-image] Jul 01 19:27:31.252 INFO O| Jul 01 19:27:31.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66332026-07-01T19:27:31.775Z[ recovery-image] Jul 01 19:27:31.252 INFO O| Jul 01 19:27:31.252 INFO STEP 454 (remove_files) COMPLETE
66342026-07-01T19:27:31.776Z[ recovery-image] Jul 01 19:27:31.252 INFO O| Jul 01 19:27:31.252 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-07-01T19:27:31.781Z[ recovery-image] Jul 01 19:27:31.257 INFO O| Jul 01 19:27:31.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66362026-07-01T19:27:31.781Z[ recovery-image] Jul 01 19:27:31.257 INFO O| Jul 01 19:27:31.257 INFO STEP 455 (remove_files) COMPLETE
66372026-07-01T19:27:31.781Z[ recovery-image] Jul 01 19:27:31.257 INFO O| Jul 01 19:27:31.257 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-07-01T19:27:31.786Z[ recovery-image] Jul 01 19:27:31.262 INFO O| Jul 01 19:27:31.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66392026-07-01T19:27:31.786Z[ recovery-image] Jul 01 19:27:31.262 INFO O| Jul 01 19:27:31.262 INFO STEP 456 (remove_files) COMPLETE
66402026-07-01T19:27:31.795Z[ recovery-image] Jul 01 19:27:31.262 INFO O| Jul 01 19:27:31.262 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-07-01T19:27:31.802Z[ recovery-image] Jul 01 19:27:31.268 INFO O| Jul 01 19:27:31.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66422026-07-01T19:27:31.802Z[ recovery-image] Jul 01 19:27:31.268 INFO O| Jul 01 19:27:31.268 INFO STEP 457 (remove_files) COMPLETE
66432026-07-01T19:27:31.802Z[ recovery-image] Jul 01 19:27:31.268 INFO O| Jul 01 19:27:31.268 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-07-01T19:27:31.802Z[ recovery-image] Jul 01 19:27:31.273 INFO O| Jul 01 19:27:31.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66452026-07-01T19:27:31.802Z[ recovery-image] Jul 01 19:27:31.273 INFO O| Jul 01 19:27:31.273 INFO STEP 458 (remove_files) COMPLETE
66462026-07-01T19:27:31.802Z[ recovery-image] Jul 01 19:27:31.273 INFO O| Jul 01 19:27:31.273 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-07-01T19:27:31.806Z[ recovery-image] Jul 01 19:27:31.279 INFO O| Jul 01 19:27:31.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66482026-07-01T19:27:31.806Z[ recovery-image] Jul 01 19:27:31.279 INFO O| Jul 01 19:27:31.279 INFO STEP 459 (remove_files) COMPLETE
66492026-07-01T19:27:31.807Z[ recovery-image] Jul 01 19:27:31.279 INFO O| Jul 01 19:27:31.279 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-07-01T19:27:31.811Z[ recovery-image] Jul 01 19:27:31.284 INFO O| Jul 01 19:27:31.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66512026-07-01T19:27:31.811Z[ recovery-image] Jul 01 19:27:31.284 INFO O| Jul 01 19:27:31.284 INFO STEP 460 (remove_files) COMPLETE
66522026-07-01T19:27:31.811Z[ recovery-image] Jul 01 19:27:31.284 INFO O| Jul 01 19:27:31.284 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-07-01T19:27:31.815Z[ recovery-image] Jul 01 19:27:31.291 INFO O| Jul 01 19:27:31.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66542026-07-01T19:27:31.816Z[ recovery-image] Jul 01 19:27:31.291 INFO O| Jul 01 19:27:31.291 INFO STEP 461 (remove_files) COMPLETE
66552026-07-01T19:27:31.816Z[ recovery-image] Jul 01 19:27:31.291 INFO O| Jul 01 19:27:31.291 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-07-01T19:27:31.820Z[ recovery-image] Jul 01 19:27:31.296 INFO O| Jul 01 19:27:31.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66572026-07-01T19:27:31.820Z[ recovery-image] Jul 01 19:27:31.296 INFO O| Jul 01 19:27:31.296 INFO STEP 462 (remove_files) COMPLETE
66582026-07-01T19:27:31.820Z[ recovery-image] Jul 01 19:27:31.296 INFO O| Jul 01 19:27:31.296 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-07-01T19:27:31.829Z[ recovery-image] Jul 01 19:27:31.301 INFO O| Jul 01 19:27:31.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66602026-07-01T19:27:31.830Z[ recovery-image] Jul 01 19:27:31.301 INFO O| Jul 01 19:27:31.301 INFO STEP 463 (remove_files) COMPLETE
66612026-07-01T19:27:31.830Z[ recovery-image] Jul 01 19:27:31.301 INFO O| Jul 01 19:27:31.301 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-07-01T19:27:31.834Z[ recovery-image] Jul 01 19:27:31.306 INFO O| Jul 01 19:27:31.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66632026-07-01T19:27:31.834Z[ recovery-image] Jul 01 19:27:31.306 INFO O| Jul 01 19:27:31.306 INFO STEP 464 (remove_files) COMPLETE
66642026-07-01T19:27:31.834Z[ recovery-image] Jul 01 19:27:31.306 INFO O| Jul 01 19:27:31.306 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-07-01T19:27:31.839Z[ recovery-image] Jul 01 19:27:31.314 INFO O| Jul 01 19:27:31.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66662026-07-01T19:27:31.839Z[ recovery-image] Jul 01 19:27:31.314 INFO O| Jul 01 19:27:31.314 INFO STEP 465 (remove_files) COMPLETE
66672026-07-01T19:27:31.839Z[ recovery-image] Jul 01 19:27:31.314 INFO O| Jul 01 19:27:31.314 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-07-01T19:27:31.843Z[ recovery-image] Jul 01 19:27:31.321 INFO O| Jul 01 19:27:31.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66692026-07-01T19:27:31.843Z[ recovery-image] Jul 01 19:27:31.321 INFO O| Jul 01 19:27:31.321 INFO STEP 466 (remove_files) COMPLETE
66702026-07-01T19:27:31.848Z[ recovery-image] Jul 01 19:27:31.321 INFO O| Jul 01 19:27:31.321 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-07-01T19:27:31.856Z[ recovery-image] Jul 01 19:27:31.327 INFO O| Jul 01 19:27:31.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66722026-07-01T19:27:31.856Z[ recovery-image] Jul 01 19:27:31.327 INFO O| Jul 01 19:27:31.327 INFO STEP 467 (remove_files) COMPLETE
66732026-07-01T19:27:31.856Z[ recovery-image] Jul 01 19:27:31.327 INFO O| Jul 01 19:27:31.327 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-07-01T19:27:31.860Z[ recovery-image] Jul 01 19:27:31.333 INFO O| Jul 01 19:27:31.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66752026-07-01T19:27:31.860Z[ recovery-image] Jul 01 19:27:31.333 INFO O| Jul 01 19:27:31.333 INFO STEP 468 (remove_files) COMPLETE
66762026-07-01T19:27:31.860Z[ recovery-image] Jul 01 19:27:31.333 INFO O| Jul 01 19:27:31.333 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-07-01T19:27:31.864Z[ recovery-image] Jul 01 19:27:31.339 INFO O| Jul 01 19:27:31.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66782026-07-01T19:27:31.865Z[ recovery-image] Jul 01 19:27:31.339 INFO O| Jul 01 19:27:31.339 INFO STEP 469 (remove_files) COMPLETE
66792026-07-01T19:27:31.865Z[ recovery-image] Jul 01 19:27:31.339 INFO O| Jul 01 19:27:31.339 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-07-01T19:27:31.868Z[ recovery-image] Jul 01 19:27:31.344 INFO O| Jul 01 19:27:31.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66812026-07-01T19:27:31.868Z[ recovery-image] Jul 01 19:27:31.344 INFO O| Jul 01 19:27:31.344 INFO STEP 470 (remove_files) COMPLETE
66822026-07-01T19:27:31.868Z[ recovery-image] Jul 01 19:27:31.344 INFO O| Jul 01 19:27:31.344 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-07-01T19:27:31.873Z[ recovery-image] Jul 01 19:27:31.350 INFO O| Jul 01 19:27:31.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66842026-07-01T19:27:31.873Z[ recovery-image] Jul 01 19:27:31.350 INFO O| Jul 01 19:27:31.350 INFO STEP 471 (remove_files) COMPLETE
66852026-07-01T19:27:31.873Z[ recovery-image] Jul 01 19:27:31.350 INFO O| Jul 01 19:27:31.350 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-07-01T19:27:31.878Z[ recovery-image] Jul 01 19:27:31.356 INFO O| Jul 01 19:27:31.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66872026-07-01T19:27:31.884Z[ recovery-image] Jul 01 19:27:31.356 INFO O| Jul 01 19:27:31.356 INFO STEP 472 (remove_files) COMPLETE
66882026-07-01T19:27:31.884Z[ recovery-image] Jul 01 19:27:31.356 INFO O| Jul 01 19:27:31.356 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-07-01T19:27:31.893Z[ recovery-image] Jul 01 19:27:31.361 INFO O| Jul 01 19:27:31.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66902026-07-01T19:27:31.894Z[ recovery-image] Jul 01 19:27:31.361 INFO O| Jul 01 19:27:31.361 INFO STEP 473 (remove_files) COMPLETE
66912026-07-01T19:27:31.894Z[ recovery-image] Jul 01 19:27:31.361 INFO O| Jul 01 19:27:31.361 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-07-01T19:27:31.907Z[ recovery-image] Jul 01 19:27:31.367 INFO O| Jul 01 19:27:31.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
66932026-07-01T19:27:31.907Z[ recovery-image] Jul 01 19:27:31.368 INFO O| Jul 01 19:27:31.368 INFO STEP 474 (remove_files) COMPLETE
66942026-07-01T19:27:31.907Z[ recovery-image] Jul 01 19:27:31.368 INFO O| Jul 01 19:27:31.368 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-07-01T19:27:31.907Z[ recovery-image] Jul 01 19:27:31.373 INFO O| Jul 01 19:27:31.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
66962026-07-01T19:27:31.907Z[ recovery-image] Jul 01 19:27:31.373 INFO O| Jul 01 19:27:31.373 INFO STEP 475 (remove_files) COMPLETE
66972026-07-01T19:27:31.907Z[ recovery-image] Jul 01 19:27:31.373 INFO O| Jul 01 19:27:31.373 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-07-01T19:27:31.910Z[ recovery-image] Jul 01 19:27:31.377 INFO O| Jul 01 19:27:31.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
66992026-07-01T19:27:31.910Z[ recovery-image] Jul 01 19:27:31.377 INFO O| Jul 01 19:27:31.377 INFO STEP 476 (remove_files) COMPLETE
67002026-07-01T19:27:31.910Z[ recovery-image] Jul 01 19:27:31.377 INFO O| Jul 01 19:27:31.377 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-07-01T19:27:31.910Z[ recovery-image] Jul 01 19:27:31.382 INFO O| Jul 01 19:27:31.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67022026-07-01T19:27:31.910Z[ recovery-image] Jul 01 19:27:31.383 INFO O| Jul 01 19:27:31.383 INFO STEP 477 (remove_files) COMPLETE
67032026-07-01T19:27:31.910Z[ recovery-image] Jul 01 19:27:31.383 INFO O| Jul 01 19:27:31.383 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-07-01T19:27:31.914Z[ recovery-image] Jul 01 19:27:31.388 INFO O| Jul 01 19:27:31.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67052026-07-01T19:27:31.914Z[ recovery-image] Jul 01 19:27:31.388 INFO O| Jul 01 19:27:31.388 INFO STEP 478 (remove_files) COMPLETE
67062026-07-01T19:27:31.914Z[ recovery-image] Jul 01 19:27:31.388 INFO O| Jul 01 19:27:31.388 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-07-01T19:27:31.917Z[ recovery-image] Jul 01 19:27:31.394 INFO O| Jul 01 19:27:31.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67082026-07-01T19:27:31.917Z[ recovery-image] Jul 01 19:27:31.394 INFO O| Jul 01 19:27:31.394 INFO STEP 479 (remove_files) COMPLETE
67092026-07-01T19:27:31.917Z[ recovery-image] Jul 01 19:27:31.394 INFO O| Jul 01 19:27:31.394 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-07-01T19:27:31.922Z[ recovery-image] Jul 01 19:27:31.399 INFO O| Jul 01 19:27:31.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67112026-07-01T19:27:31.922Z[ recovery-image] Jul 01 19:27:31.399 INFO O| Jul 01 19:27:31.399 INFO STEP 480 (remove_files) COMPLETE
67122026-07-01T19:27:31.930Z[ recovery-image] Jul 01 19:27:31.399 INFO O| Jul 01 19:27:31.399 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-07-01T19:27:31.934Z[ recovery-image] Jul 01 19:27:31.406 INFO O| Jul 01 19:27:31.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67142026-07-01T19:27:31.934Z[ recovery-image] Jul 01 19:27:31.406 INFO O| Jul 01 19:27:31.406 INFO STEP 481 (remove_files) COMPLETE
67152026-07-01T19:27:31.934Z[ recovery-image] Jul 01 19:27:31.406 INFO O| Jul 01 19:27:31.406 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-07-01T19:27:31.941Z[ recovery-image] Jul 01 19:27:31.411 INFO O| Jul 01 19:27:31.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67172026-07-01T19:27:31.941Z[ recovery-image] Jul 01 19:27:31.411 INFO O| Jul 01 19:27:31.411 INFO STEP 482 (remove_files) COMPLETE
67182026-07-01T19:27:31.941Z[ recovery-image] Jul 01 19:27:31.411 INFO O| Jul 01 19:27:31.411 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-07-01T19:27:31.944Z[ recovery-image] Jul 01 19:27:31.416 INFO O| Jul 01 19:27:31.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67202026-07-01T19:27:31.944Z[ recovery-image] Jul 01 19:27:31.416 INFO O| Jul 01 19:27:31.416 INFO STEP 483 (remove_files) COMPLETE
67212026-07-01T19:27:31.944Z[ recovery-image] Jul 01 19:27:31.416 INFO O| Jul 01 19:27:31.416 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-07-01T19:27:31.944Z[ recovery-image] Jul 01 19:27:31.421 INFO O| Jul 01 19:27:31.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67232026-07-01T19:27:31.944Z[ recovery-image] Jul 01 19:27:31.421 INFO O| Jul 01 19:27:31.421 INFO STEP 484 (remove_files) COMPLETE
67242026-07-01T19:27:31.944Z[ recovery-image] Jul 01 19:27:31.421 INFO O| Jul 01 19:27:31.421 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-07-01T19:27:31.949Z[ recovery-image] Jul 01 19:27:31.427 INFO O| Jul 01 19:27:31.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67262026-07-01T19:27:31.955Z[ recovery-image] Jul 01 19:27:31.427 INFO O| Jul 01 19:27:31.427 INFO STEP 485 (remove_files) COMPLETE
67272026-07-01T19:27:31.955Z[ recovery-image] Jul 01 19:27:31.427 INFO O| Jul 01 19:27:31.427 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-07-01T19:27:31.962Z[ recovery-image] Jul 01 19:27:31.432 INFO O| Jul 01 19:27:31.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67292026-07-01T19:27:31.962Z[ recovery-image] Jul 01 19:27:31.433 INFO O| Jul 01 19:27:31.433 INFO STEP 486 (remove_files) COMPLETE
67302026-07-01T19:27:31.962Z[ recovery-image] Jul 01 19:27:31.433 INFO O| Jul 01 19:27:31.433 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-07-01T19:27:31.966Z[ recovery-image] Jul 01 19:27:31.440 INFO O| Jul 01 19:27:31.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67322026-07-01T19:27:31.967Z[ recovery-image] Jul 01 19:27:31.440 INFO O| Jul 01 19:27:31.440 INFO STEP 487 (remove_files) COMPLETE
67332026-07-01T19:27:31.967Z[ recovery-image] Jul 01 19:27:31.440 INFO O| Jul 01 19:27:31.440 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-07-01T19:27:31.971Z[ recovery-image] Jul 01 19:27:31.445 INFO O| Jul 01 19:27:31.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67352026-07-01T19:27:31.971Z[ recovery-image] Jul 01 19:27:31.447 INFO O| Jul 01 19:27:31.447 INFO STEP 488 (remove_files) COMPLETE
67362026-07-01T19:27:31.971Z[ recovery-image] Jul 01 19:27:31.447 INFO O| Jul 01 19:27:31.447 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-07-01T19:27:31.979Z[ recovery-image] Jul 01 19:27:31.452 INFO O| Jul 01 19:27:31.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67382026-07-01T19:27:31.979Z[ recovery-image] Jul 01 19:27:31.452 INFO O| Jul 01 19:27:31.452 INFO STEP 489 (remove_files) COMPLETE
67392026-07-01T19:27:31.982Z[ recovery-image] Jul 01 19:27:31.452 INFO O| Jul 01 19:27:31.452 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-07-01T19:27:31.982Z[ recovery-image] Jul 01 19:27:31.458 INFO O| Jul 01 19:27:31.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67412026-07-01T19:27:31.982Z[ recovery-image] Jul 01 19:27:31.459 INFO O| Jul 01 19:27:31.459 INFO STEP 490 (remove_files) COMPLETE
67422026-07-01T19:27:31.982Z[ recovery-image] Jul 01 19:27:31.459 INFO O| Jul 01 19:27:31.459 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-07-01T19:27:31.987Z[ recovery-image] Jul 01 19:27:31.464 INFO O| Jul 01 19:27:31.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67442026-07-01T19:27:31.987Z[ recovery-image] Jul 01 19:27:31.464 INFO O| Jul 01 19:27:31.464 INFO STEP 491 (remove_files) COMPLETE
67452026-07-01T19:27:31.987Z[ recovery-image] Jul 01 19:27:31.464 INFO O| Jul 01 19:27:31.464 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-07-01T19:27:31.992Z[ recovery-image] Jul 01 19:27:31.470 INFO O| Jul 01 19:27:31.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67472026-07-01T19:27:31.993Z[ recovery-image] Jul 01 19:27:31.470 INFO O| Jul 01 19:27:31.470 INFO STEP 492 (remove_files) COMPLETE
67482026-07-01T19:27:31.993Z[ recovery-image] Jul 01 19:27:31.470 INFO O| Jul 01 19:27:31.470 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-07-01T19:27:31.998Z[ recovery-image] Jul 01 19:27:31.475 INFO O| Jul 01 19:27:31.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67502026-07-01T19:27:31.999Z[ recovery-image] Jul 01 19:27:31.475 INFO O| Jul 01 19:27:31.475 INFO STEP 493 (remove_files) COMPLETE
67512026-07-01T19:27:31.999Z[ recovery-image] Jul 01 19:27:31.476 INFO O| Jul 01 19:27:31.475 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-07-01T19:27:32.004Z[ recovery-image] Jul 01 19:27:31.481 INFO O| Jul 01 19:27:31.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67532026-07-01T19:27:32.004Z[ recovery-image] Jul 01 19:27:31.481 INFO O| Jul 01 19:27:31.481 INFO STEP 494 (remove_files) COMPLETE
67542026-07-01T19:27:32.004Z[ recovery-image] Jul 01 19:27:31.481 INFO O| Jul 01 19:27:31.481 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-07-01T19:27:32.010Z[ recovery-image] Jul 01 19:27:31.486 INFO O| Jul 01 19:27:31.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67562026-07-01T19:27:32.010Z[ recovery-image] Jul 01 19:27:31.486 INFO O| Jul 01 19:27:31.486 INFO STEP 495 (remove_files) COMPLETE
67572026-07-01T19:27:32.014Z[ recovery-image] Jul 01 19:27:31.486 INFO O| Jul 01 19:27:31.486 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-07-01T19:27:32.018Z[ recovery-image] Jul 01 19:27:31.492 INFO O| Jul 01 19:27:31.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67592026-07-01T19:27:32.018Z[ recovery-image] Jul 01 19:27:31.492 INFO O| Jul 01 19:27:31.492 INFO STEP 496 (remove_files) COMPLETE
67602026-07-01T19:27:32.018Z[ recovery-image] Jul 01 19:27:31.492 INFO O| Jul 01 19:27:31.492 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-07-01T19:27:32.022Z[ recovery-image] Jul 01 19:27:31.497 INFO O| Jul 01 19:27:31.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67622026-07-01T19:27:32.022Z[ recovery-image] Jul 01 19:27:31.497 INFO O| Jul 01 19:27:31.497 INFO STEP 497 (remove_files) COMPLETE
67632026-07-01T19:27:32.022Z[ recovery-image] Jul 01 19:27:31.497 INFO O| Jul 01 19:27:31.497 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-07-01T19:27:32.026Z[ recovery-image] Jul 01 19:27:31.503 INFO O| Jul 01 19:27:31.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67652026-07-01T19:27:32.026Z[ recovery-image] Jul 01 19:27:31.503 INFO O| Jul 01 19:27:31.503 INFO STEP 498 (remove_files) COMPLETE
67662026-07-01T19:27:32.026Z[ recovery-image] Jul 01 19:27:31.503 INFO O| Jul 01 19:27:31.503 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-07-01T19:27:32.034Z[ recovery-image] Jul 01 19:27:31.510 INFO O| Jul 01 19:27:31.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67682026-07-01T19:27:32.034Z[ recovery-image] Jul 01 19:27:31.510 INFO O| Jul 01 19:27:31.510 INFO STEP 499 (remove_files) COMPLETE
67692026-07-01T19:27:32.034Z[ recovery-image] Jul 01 19:27:31.510 INFO O| Jul 01 19:27:31.510 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-07-01T19:27:32.040Z[ recovery-image] Jul 01 19:27:31.516 INFO O| Jul 01 19:27:31.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67712026-07-01T19:27:32.040Z[ recovery-image] Jul 01 19:27:31.516 INFO O| Jul 01 19:27:31.516 INFO STEP 500 (remove_files) COMPLETE
67722026-07-01T19:27:32.049Z[ recovery-image] Jul 01 19:27:31.516 INFO O| Jul 01 19:27:31.516 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-07-01T19:27:32.053Z[ recovery-image] Jul 01 19:27:31.521 INFO O| Jul 01 19:27:31.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67742026-07-01T19:27:32.053Z[ recovery-image] Jul 01 19:27:31.521 INFO O| Jul 01 19:27:31.521 INFO STEP 501 (remove_files) COMPLETE
67752026-07-01T19:27:32.053Z[ recovery-image] Jul 01 19:27:31.521 INFO O| Jul 01 19:27:31.521 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-07-01T19:27:32.053Z[ recovery-image] Jul 01 19:27:31.526 INFO O| Jul 01 19:27:31.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67772026-07-01T19:27:32.053Z[ recovery-image] Jul 01 19:27:31.526 INFO O| Jul 01 19:27:31.526 INFO STEP 502 (remove_files) COMPLETE
67782026-07-01T19:27:32.053Z[ recovery-image] Jul 01 19:27:31.526 INFO O| Jul 01 19:27:31.526 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-07-01T19:27:32.058Z[ recovery-image] Jul 01 19:27:31.532 INFO O| Jul 01 19:27:31.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67802026-07-01T19:27:32.058Z[ recovery-image] Jul 01 19:27:31.532 INFO O| Jul 01 19:27:31.532 INFO STEP 503 (remove_files) COMPLETE
67812026-07-01T19:27:32.058Z[ recovery-image] Jul 01 19:27:31.532 INFO O| Jul 01 19:27:31.532 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-07-01T19:27:32.074Z[ recovery-image] Jul 01 19:27:31.538 INFO O| Jul 01 19:27:31.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67832026-07-01T19:27:32.074Z[ recovery-image] Jul 01 19:27:31.538 INFO O| Jul 01 19:27:31.538 INFO STEP 504 (remove_files) COMPLETE
67842026-07-01T19:27:32.075Z[ recovery-image] Jul 01 19:27:31.538 INFO O| Jul 01 19:27:31.538 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-07-01T19:27:32.084Z[ recovery-image] Jul 01 19:27:31.543 INFO O| Jul 01 19:27:31.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67862026-07-01T19:27:32.084Z[ recovery-image] Jul 01 19:27:31.543 INFO O| Jul 01 19:27:31.543 INFO STEP 505 (remove_files) COMPLETE
67872026-07-01T19:27:32.084Z[ recovery-image] Jul 01 19:27:31.543 INFO O| Jul 01 19:27:31.543 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-07-01T19:27:32.084Z[ recovery-image] Jul 01 19:27:31.548 INFO O| Jul 01 19:27:31.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67892026-07-01T19:27:32.084Z[ recovery-image] Jul 01 19:27:31.548 INFO O| Jul 01 19:27:31.548 INFO STEP 506 (remove_files) COMPLETE
67902026-07-01T19:27:32.084Z[ recovery-image] Jul 01 19:27:31.548 INFO O| Jul 01 19:27:31.548 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-07-01T19:27:32.089Z[ recovery-image] Jul 01 19:27:31.557 INFO O| Jul 01 19:27:31.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67922026-07-01T19:27:32.089Z[ recovery-image] Jul 01 19:27:31.557 INFO O| Jul 01 19:27:31.557 INFO STEP 507 (remove_files) COMPLETE
67932026-07-01T19:27:32.089Z[ recovery-image] Jul 01 19:27:31.557 INFO O| Jul 01 19:27:31.557 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-07-01T19:27:32.089Z[ recovery-image] Jul 01 19:27:31.563 INFO O| Jul 01 19:27:31.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
67952026-07-01T19:27:32.089Z[ recovery-image] Jul 01 19:27:31.564 INFO O| Jul 01 19:27:31.564 INFO STEP 508 (remove_files) COMPLETE
67962026-07-01T19:27:32.089Z[ recovery-image] Jul 01 19:27:31.564 INFO O| Jul 01 19:27:31.564 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-07-01T19:27:32.092Z[ recovery-image] Jul 01 19:27:31.569 INFO O| Jul 01 19:27:31.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
67982026-07-01T19:27:32.092Z[ recovery-image] Jul 01 19:27:31.569 INFO O| Jul 01 19:27:31.569 INFO STEP 509 (remove_files) COMPLETE
67992026-07-01T19:27:32.092Z[ recovery-image] Jul 01 19:27:31.569 INFO O| Jul 01 19:27:31.569 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-07-01T19:27:32.099Z[ recovery-image] Jul 01 19:27:31.576 INFO O| Jul 01 19:27:31.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
68012026-07-01T19:27:32.099Z[ recovery-image] Jul 01 19:27:31.576 INFO O| Jul 01 19:27:31.576 INFO STEP 510 (remove_files) COMPLETE
68022026-07-01T19:27:32.103Z[ recovery-image] Jul 01 19:27:31.576 INFO O| Jul 01 19:27:31.576 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-07-01T19:27:32.110Z[ recovery-image] Jul 01 19:27:31.582 INFO O| Jul 01 19:27:31.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
68042026-07-01T19:27:32.110Z[ recovery-image] Jul 01 19:27:31.582 INFO O| Jul 01 19:27:31.582 INFO STEP 511 (remove_files) COMPLETE
68052026-07-01T19:27:32.111Z[ recovery-image] Jul 01 19:27:31.582 INFO O| Jul 01 19:27:31.582 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-07-01T19:27:32.117Z[ recovery-image] Jul 01 19:27:31.588 INFO O| Jul 01 19:27:31.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68072026-07-01T19:27:32.117Z[ recovery-image] Jul 01 19:27:31.588 INFO O| Jul 01 19:27:31.588 INFO STEP 512 (remove_files) COMPLETE
68082026-07-01T19:27:32.117Z[ recovery-image] Jul 01 19:27:31.588 INFO O| Jul 01 19:27:31.588 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-07-01T19:27:32.123Z[ recovery-image] Jul 01 19:27:31.595 INFO O| Jul 01 19:27:31.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68102026-07-01T19:27:32.123Z[ recovery-image] Jul 01 19:27:31.595 INFO O| Jul 01 19:27:31.595 INFO STEP 513 (remove_files) COMPLETE
68112026-07-01T19:27:32.123Z[ recovery-image] Jul 01 19:27:31.595 INFO O| Jul 01 19:27:31.595 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-07-01T19:27:32.126Z[ recovery-image] Jul 01 19:27:31.602 INFO O| Jul 01 19:27:31.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68132026-07-01T19:27:32.126Z[ recovery-image] Jul 01 19:27:31.602 INFO O| Jul 01 19:27:31.602 INFO STEP 514 (remove_files) COMPLETE
68142026-07-01T19:27:32.126Z[ recovery-image] Jul 01 19:27:31.602 INFO O| Jul 01 19:27:31.602 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-07-01T19:27:32.132Z[ recovery-image] Jul 01 19:27:31.609 INFO O| Jul 01 19:27:31.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68162026-07-01T19:27:32.133Z[ recovery-image] Jul 01 19:27:31.609 INFO O| Jul 01 19:27:31.609 INFO STEP 515 (remove_files) COMPLETE
68172026-07-01T19:27:32.162Z[ recovery-image] Jul 01 19:27:31.609 INFO O| Jul 01 19:27:31.609 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-07-01T19:27:32.162Z[ recovery-image] Jul 01 19:27:31.615 INFO O| Jul 01 19:27:31.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68192026-07-01T19:27:32.162Z[ recovery-image] Jul 01 19:27:31.615 INFO O| Jul 01 19:27:31.615 INFO STEP 516 (remove_files) COMPLETE
68202026-07-01T19:27:32.162Z[ recovery-image] Jul 01 19:27:31.615 INFO O| Jul 01 19:27:31.615 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-07-01T19:27:32.184Z[ recovery-image] Jul 01 19:27:31.621 INFO O| Jul 01 19:27:31.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68222026-07-01T19:27:32.184Z[ recovery-image] Jul 01 19:27:31.621 INFO O| Jul 01 19:27:31.621 INFO STEP 517 (remove_files) COMPLETE
68232026-07-01T19:27:32.184Z[ recovery-image] Jul 01 19:27:31.621 INFO O| Jul 01 19:27:31.621 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-07-01T19:27:32.184Z[ recovery-image] Jul 01 19:27:31.627 INFO O| Jul 01 19:27:31.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68252026-07-01T19:27:32.184Z[ recovery-image] Jul 01 19:27:31.627 INFO O| Jul 01 19:27:31.627 INFO STEP 518 (remove_files) COMPLETE
68262026-07-01T19:27:32.185Z[ recovery-image] Jul 01 19:27:31.627 INFO O| Jul 01 19:27:31.627 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-07-01T19:27:32.185Z[ recovery-image] Jul 01 19:27:31.633 INFO O| Jul 01 19:27:31.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68282026-07-01T19:27:32.185Z[ recovery-image] Jul 01 19:27:31.633 INFO O| Jul 01 19:27:31.633 INFO STEP 519 (remove_files) COMPLETE
68292026-07-01T19:27:32.185Z[ recovery-image] Jul 01 19:27:31.633 INFO O| Jul 01 19:27:31.633 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-07-01T19:27:32.185Z[ recovery-image] Jul 01 19:27:31.638 INFO O| Jul 01 19:27:31.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68312026-07-01T19:27:32.185Z[ recovery-image] Jul 01 19:27:31.639 INFO O| Jul 01 19:27:31.639 INFO STEP 520 (remove_files) COMPLETE
68322026-07-01T19:27:32.185Z[ recovery-image] Jul 01 19:27:31.639 INFO O| Jul 01 19:27:31.639 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-07-01T19:27:32.185Z[ recovery-image] Jul 01 19:27:31.645 INFO O| Jul 01 19:27:31.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68342026-07-01T19:27:32.185Z[ recovery-image] Jul 01 19:27:31.645 INFO O| Jul 01 19:27:31.645 INFO STEP 521 (remove_files) COMPLETE
68352026-07-01T19:27:32.185Z[ recovery-image] Jul 01 19:27:31.645 INFO O| Jul 01 19:27:31.645 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-07-01T19:27:32.309Z[ recovery-image] Jul 01 19:27:31.650 INFO O| Jul 01 19:27:31.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68372026-07-01T19:27:32.309Z[ recovery-image] Jul 01 19:27:31.650 INFO O| Jul 01 19:27:31.650 INFO STEP 522 (remove_files) COMPLETE
68382026-07-01T19:27:32.309Z[ recovery-image] Jul 01 19:27:31.650 INFO O| Jul 01 19:27:31.650 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-07-01T19:27:32.309Z[ recovery-image] Jul 01 19:27:31.656 INFO O| Jul 01 19:27:31.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68402026-07-01T19:27:32.309Z[ recovery-image] Jul 01 19:27:31.656 INFO O| Jul 01 19:27:31.656 INFO STEP 523 (remove_files) COMPLETE
68412026-07-01T19:27:32.309Z[ recovery-image] Jul 01 19:27:31.656 INFO O| Jul 01 19:27:31.656 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-07-01T19:27:32.309Z[ recovery-image] Jul 01 19:27:31.662 INFO O| Jul 01 19:27:31.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68432026-07-01T19:27:32.309Z[ recovery-image] Jul 01 19:27:31.662 INFO O| Jul 01 19:27:31.662 INFO STEP 524 (remove_files) COMPLETE
68442026-07-01T19:27:32.309Z[ recovery-image] Jul 01 19:27:31.662 INFO O| Jul 01 19:27:31.662 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-07-01T19:27:32.309Z[ recovery-image] Jul 01 19:27:31.668 INFO O| Jul 01 19:27:31.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68462026-07-01T19:27:32.309Z[ recovery-image] Jul 01 19:27:31.668 INFO O| Jul 01 19:27:31.668 INFO STEP 525 (remove_files) COMPLETE
68472026-07-01T19:27:32.309Z[ recovery-image] Jul 01 19:27:31.668 INFO O| Jul 01 19:27:31.668 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-07-01T19:27:32.310Z[ recovery-image] Jul 01 19:27:31.674 INFO O| Jul 01 19:27:31.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68492026-07-01T19:27:32.310Z[ recovery-image] Jul 01 19:27:31.674 INFO O| Jul 01 19:27:31.674 INFO STEP 526 (remove_files) COMPLETE
68502026-07-01T19:27:32.310Z[ recovery-image] Jul 01 19:27:31.674 INFO O| Jul 01 19:27:31.674 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-07-01T19:27:32.310Z[ recovery-image] Jul 01 19:27:31.679 INFO O| Jul 01 19:27:31.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68522026-07-01T19:27:32.311Z[ recovery-image] Jul 01 19:27:31.679 INFO O| Jul 01 19:27:31.679 INFO STEP 527 (remove_files) COMPLETE
68532026-07-01T19:27:32.311Z[ recovery-image] Jul 01 19:27:31.679 INFO O| Jul 01 19:27:31.679 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.685 INFO O| Jul 01 19:27:31.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68552026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.685 INFO O| Jul 01 19:27:31.685 INFO STEP 528 (remove_files) COMPLETE
68562026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.685 INFO O| Jul 01 19:27:31.685 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.691 INFO O| Jul 01 19:27:31.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68582026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.692 INFO O| Jul 01 19:27:31.691 INFO STEP 529 (remove_files) COMPLETE
68592026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.692 INFO O| Jul 01 19:27:31.691 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.697 INFO O| Jul 01 19:27:31.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68612026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.697 INFO O| Jul 01 19:27:31.697 INFO STEP 530 (remove_files) COMPLETE
68622026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.697 INFO O| Jul 01 19:27:31.697 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.703 INFO O| Jul 01 19:27:31.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68642026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.703 INFO O| Jul 01 19:27:31.703 INFO STEP 531 (remove_files) COMPLETE
68652026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.703 INFO O| Jul 01 19:27:31.703 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.709 INFO O| Jul 01 19:27:31.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68672026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.709 INFO O| Jul 01 19:27:31.709 INFO STEP 532 (remove_files) COMPLETE
68682026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.709 INFO O| Jul 01 19:27:31.709 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.715 INFO O| Jul 01 19:27:31.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68702026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.715 INFO O| Jul 01 19:27:31.715 INFO STEP 533 (remove_files) COMPLETE
68712026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.715 INFO O| Jul 01 19:27:31.715 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.721 INFO O| Jul 01 19:27:31.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68732026-07-01T19:27:32.328Z[ recovery-image] Jul 01 19:27:31.721 INFO O| Jul 01 19:27:31.721 INFO STEP 534 (remove_files) COMPLETE
68742026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.721 INFO O| Jul 01 19:27:31.721 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.727 INFO O| Jul 01 19:27:31.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68762026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.727 INFO O| Jul 01 19:27:31.727 INFO STEP 535 (remove_files) COMPLETE
68772026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.727 INFO O| Jul 01 19:27:31.727 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.734 INFO O| Jul 01 19:27:31.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68792026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.734 INFO O| Jul 01 19:27:31.734 INFO STEP 536 (remove_files) COMPLETE
68802026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.734 INFO O| Jul 01 19:27:31.734 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.739 INFO O| Jul 01 19:27:31.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68822026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.740 INFO O| Jul 01 19:27:31.740 INFO STEP 537 (remove_files) COMPLETE
68832026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.740 INFO O| Jul 01 19:27:31.740 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.745 INFO O| Jul 01 19:27:31.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68852026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.745 INFO O| Jul 01 19:27:31.745 INFO STEP 538 (remove_files) COMPLETE
68862026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.745 INFO O| Jul 01 19:27:31.745 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.751 INFO O| Jul 01 19:27:31.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68882026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.751 INFO O| Jul 01 19:27:31.751 INFO STEP 539 (remove_files) COMPLETE
68892026-07-01T19:27:32.329Z[ recovery-image] Jul 01 19:27:31.751 INFO O| Jul 01 19:27:31.751 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.758 INFO O| Jul 01 19:27:31.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68912026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.758 INFO O| Jul 01 19:27:31.758 INFO STEP 540 (remove_files) COMPLETE
68922026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.758 INFO O| Jul 01 19:27:31.758 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.764 INFO O| Jul 01 19:27:31.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68942026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.764 INFO O| Jul 01 19:27:31.764 INFO STEP 541 (remove_files) COMPLETE
68952026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.764 INFO O| Jul 01 19:27:31.764 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.769 INFO O| Jul 01 19:27:31.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68972026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.769 INFO O| Jul 01 19:27:31.769 INFO STEP 542 (remove_files) COMPLETE
68982026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.769 INFO O| Jul 01 19:27:31.769 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.775 INFO O| Jul 01 19:27:31.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69002026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.775 INFO O| Jul 01 19:27:31.775 INFO STEP 543 (remove_files) COMPLETE
69012026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.775 INFO O| Jul 01 19:27:31.775 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.780 INFO O| Jul 01 19:27:31.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69032026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.780 INFO O| Jul 01 19:27:31.780 INFO STEP 544 (remove_files) COMPLETE
69042026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.780 INFO O| Jul 01 19:27:31.780 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.786 INFO O| Jul 01 19:27:31.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69062026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.786 INFO O| Jul 01 19:27:31.786 INFO STEP 545 (remove_files) COMPLETE
69072026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.786 INFO O| Jul 01 19:27:31.786 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.792 INFO O| Jul 01 19:27:31.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69092026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.792 INFO O| Jul 01 19:27:31.792 INFO STEP 546 (remove_files) COMPLETE
69102026-07-01T19:27:32.330Z[ recovery-image] Jul 01 19:27:31.792 INFO O| Jul 01 19:27:31.792 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-07-01T19:27:32.337Z[ recovery-image] Jul 01 19:27:31.798 INFO O| Jul 01 19:27:31.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69122026-07-01T19:27:32.337Z[ recovery-image] Jul 01 19:27:31.798 INFO O| Jul 01 19:27:31.798 INFO STEP 547 (remove_files) COMPLETE
69132026-07-01T19:27:32.337Z[ recovery-image] Jul 01 19:27:31.798 INFO O| Jul 01 19:27:31.798 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-07-01T19:27:32.337Z[ recovery-image] Jul 01 19:27:31.803 INFO O| Jul 01 19:27:31.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69152026-07-01T19:27:32.337Z[ recovery-image] Jul 01 19:27:31.803 INFO O| Jul 01 19:27:31.803 INFO STEP 548 (remove_files) COMPLETE
69162026-07-01T19:27:32.337Z[ recovery-image] Jul 01 19:27:31.803 INFO O| Jul 01 19:27:31.803 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-07-01T19:27:32.337Z[ recovery-image] Jul 01 19:27:31.809 INFO O| Jul 01 19:27:31.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69182026-07-01T19:27:32.337Z[ recovery-image] Jul 01 19:27:31.809 INFO O| Jul 01 19:27:31.809 INFO STEP 549 (remove_files) COMPLETE
69192026-07-01T19:27:32.337Z[ recovery-image] Jul 01 19:27:31.809 INFO O| Jul 01 19:27:31.809 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-07-01T19:27:32.342Z[ recovery-image] Jul 01 19:27:31.815 INFO O| Jul 01 19:27:31.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69212026-07-01T19:27:32.342Z[ recovery-image] Jul 01 19:27:31.815 INFO O| Jul 01 19:27:31.815 INFO STEP 550 (remove_files) COMPLETE
69222026-07-01T19:27:32.342Z[ recovery-image] Jul 01 19:27:31.815 INFO O| Jul 01 19:27:31.815 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-07-01T19:27:32.351Z[ recovery-image] Jul 01 19:27:31.820 INFO O| Jul 01 19:27:31.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69242026-07-01T19:27:32.351Z[ recovery-image] Jul 01 19:27:31.820 INFO O| Jul 01 19:27:31.820 INFO STEP 551 (remove_files) COMPLETE
69252026-07-01T19:27:32.351Z[ recovery-image] Jul 01 19:27:31.820 INFO O| Jul 01 19:27:31.820 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-07-01T19:27:32.356Z[ recovery-image] Jul 01 19:27:31.826 INFO O| Jul 01 19:27:31.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69272026-07-01T19:27:32.356Z[ recovery-image] Jul 01 19:27:31.826 INFO O| Jul 01 19:27:31.826 INFO STEP 552 (remove_files) COMPLETE
69282026-07-01T19:27:32.357Z[ recovery-image] Jul 01 19:27:31.826 INFO O| Jul 01 19:27:31.826 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-07-01T19:27:32.357Z[ recovery-image] Jul 01 19:27:31.831 INFO O| Jul 01 19:27:31.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69302026-07-01T19:27:32.357Z[ recovery-image] Jul 01 19:27:31.831 INFO O| Jul 01 19:27:31.831 INFO STEP 553 (remove_files) COMPLETE
69312026-07-01T19:27:32.357Z[ recovery-image] Jul 01 19:27:31.831 INFO O| Jul 01 19:27:31.831 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-07-01T19:27:32.362Z[ recovery-image] Jul 01 19:27:31.836 INFO O| Jul 01 19:27:31.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69332026-07-01T19:27:32.362Z[ recovery-image] Jul 01 19:27:31.836 INFO O| Jul 01 19:27:31.836 INFO STEP 554 (remove_files) COMPLETE
69342026-07-01T19:27:32.362Z[ recovery-image] Jul 01 19:27:31.836 INFO O| Jul 01 19:27:31.836 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-07-01T19:27:32.365Z[ recovery-image] Jul 01 19:27:31.841 INFO O| Jul 01 19:27:31.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69362026-07-01T19:27:32.366Z[ recovery-image] Jul 01 19:27:31.841 INFO O| Jul 01 19:27:31.841 INFO STEP 555 (remove_files) COMPLETE
69372026-07-01T19:27:32.366Z[ recovery-image] Jul 01 19:27:31.841 INFO O| Jul 01 19:27:31.841 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-07-01T19:27:32.369Z[ recovery-image] Jul 01 19:27:31.846 INFO O| Jul 01 19:27:31.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69392026-07-01T19:27:32.369Z[ recovery-image] Jul 01 19:27:31.846 INFO O| Jul 01 19:27:31.846 INFO STEP 556 (remove_files) COMPLETE
69402026-07-01T19:27:32.369Z[ recovery-image] Jul 01 19:27:31.846 INFO O| Jul 01 19:27:31.846 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-07-01T19:27:32.375Z[ recovery-image] Jul 01 19:27:31.852 INFO O| Jul 01 19:27:31.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69422026-07-01T19:27:32.375Z[ recovery-image] Jul 01 19:27:31.852 INFO O| Jul 01 19:27:31.852 INFO STEP 557 (remove_files) COMPLETE
69432026-07-01T19:27:32.379Z[ recovery-image] Jul 01 19:27:31.852 INFO O| Jul 01 19:27:31.852 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-07-01T19:27:32.384Z[ recovery-image] Jul 01 19:27:31.858 INFO O| Jul 01 19:27:31.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69452026-07-01T19:27:32.384Z[ recovery-image] Jul 01 19:27:31.858 INFO O| Jul 01 19:27:31.858 INFO STEP 558 (remove_files) COMPLETE
69462026-07-01T19:27:32.384Z[ recovery-image] Jul 01 19:27:31.858 INFO O| Jul 01 19:27:31.858 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-07-01T19:27:32.391Z[ recovery-image] Jul 01 19:27:31.865 INFO O| Jul 01 19:27:31.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69482026-07-01T19:27:32.392Z[ recovery-image] Jul 01 19:27:31.865 INFO O| Jul 01 19:27:31.865 INFO STEP 559 (remove_files) COMPLETE
69492026-07-01T19:27:32.399Z[ recovery-image] Jul 01 19:27:31.865 INFO O| Jul 01 19:27:31.865 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-07-01T19:27:32.399Z[ recovery-image] Jul 01 19:27:31.872 INFO O| Jul 01 19:27:31.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69512026-07-01T19:27:32.400Z[ recovery-image] Jul 01 19:27:31.872 INFO O| Jul 01 19:27:31.872 INFO STEP 560 (remove_files) COMPLETE
69522026-07-01T19:27:32.400Z[ recovery-image] Jul 01 19:27:31.872 INFO O| Jul 01 19:27:31.872 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-07-01T19:27:32.404Z[ recovery-image] Jul 01 19:27:31.878 INFO O| Jul 01 19:27:31.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69542026-07-01T19:27:32.404Z[ recovery-image] Jul 01 19:27:31.878 INFO O| Jul 01 19:27:31.878 INFO STEP 561 (remove_files) COMPLETE
69552026-07-01T19:27:32.404Z[ recovery-image] Jul 01 19:27:31.878 INFO O| Jul 01 19:27:31.878 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-07-01T19:27:32.407Z[ recovery-image] Jul 01 19:27:31.884 INFO O| Jul 01 19:27:31.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69572026-07-01T19:27:32.407Z[ recovery-image] Jul 01 19:27:31.884 INFO O| Jul 01 19:27:31.884 INFO STEP 562 (remove_files) COMPLETE
69582026-07-01T19:27:32.407Z[ recovery-image] Jul 01 19:27:31.884 INFO O| Jul 01 19:27:31.884 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-07-01T19:27:32.419Z[ recovery-image] Jul 01 19:27:31.890 INFO O| Jul 01 19:27:31.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69602026-07-01T19:27:32.419Z[ recovery-image] Jul 01 19:27:31.890 INFO O| Jul 01 19:27:31.890 INFO STEP 563 (remove_files) COMPLETE
69612026-07-01T19:27:32.419Z[ recovery-image] Jul 01 19:27:31.890 INFO O| Jul 01 19:27:31.890 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-07-01T19:27:32.425Z[ recovery-image] Jul 01 19:27:31.897 INFO O| Jul 01 19:27:31.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69632026-07-01T19:27:32.425Z[ recovery-image] Jul 01 19:27:31.897 INFO O| Jul 01 19:27:31.897 INFO STEP 564 (remove_files) COMPLETE
69642026-07-01T19:27:32.425Z[ recovery-image] Jul 01 19:27:31.897 INFO O| Jul 01 19:27:31.897 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-07-01T19:27:32.431Z[ recovery-image] Jul 01 19:27:31.903 INFO O| Jul 01 19:27:31.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69662026-07-01T19:27:32.431Z[ recovery-image] Jul 01 19:27:31.903 INFO O| Jul 01 19:27:31.903 INFO STEP 565 (remove_files) COMPLETE
69672026-07-01T19:27:32.431Z[ recovery-image] Jul 01 19:27:31.903 INFO O| Jul 01 19:27:31.903 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-07-01T19:27:32.435Z[ recovery-image] Jul 01 19:27:31.909 INFO O| Jul 01 19:27:31.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69692026-07-01T19:27:32.435Z[ recovery-image] Jul 01 19:27:31.909 INFO O| Jul 01 19:27:31.909 INFO STEP 566 (remove_files) COMPLETE
69702026-07-01T19:27:32.435Z[ recovery-image] Jul 01 19:27:31.909 INFO O| Jul 01 19:27:31.909 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-07-01T19:27:32.438Z[ recovery-image] Jul 01 19:27:31.915 INFO O| Jul 01 19:27:31.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69722026-07-01T19:27:32.438Z[ recovery-image] Jul 01 19:27:31.915 INFO O| Jul 01 19:27:31.915 INFO STEP 567 (remove_files) COMPLETE
69732026-07-01T19:27:32.438Z[ recovery-image] Jul 01 19:27:31.915 INFO O| Jul 01 19:27:31.915 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-07-01T19:27:32.446Z[ recovery-image] Jul 01 19:27:31.921 INFO O| Jul 01 19:27:31.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69752026-07-01T19:27:32.446Z[ recovery-image] Jul 01 19:27:31.921 INFO O| Jul 01 19:27:31.921 INFO STEP 568 (remove_files) COMPLETE
69762026-07-01T19:27:32.450Z[ recovery-image] Jul 01 19:27:31.921 INFO O| Jul 01 19:27:31.921 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-07-01T19:27:32.454Z[ recovery-image] Jul 01 19:27:31.928 INFO O| Jul 01 19:27:31.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69782026-07-01T19:27:32.454Z[ recovery-image] Jul 01 19:27:31.928 INFO O| Jul 01 19:27:31.928 INFO STEP 569 (remove_files) COMPLETE
69792026-07-01T19:27:32.454Z[ recovery-image] Jul 01 19:27:31.928 INFO O| Jul 01 19:27:31.928 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-07-01T19:27:32.457Z[ recovery-image] Jul 01 19:27:31.934 INFO O| Jul 01 19:27:31.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69812026-07-01T19:27:32.457Z[ recovery-image] Jul 01 19:27:31.934 INFO O| Jul 01 19:27:31.934 INFO STEP 570 (remove_files) COMPLETE
69822026-07-01T19:27:32.457Z[ recovery-image] Jul 01 19:27:31.934 INFO O| Jul 01 19:27:31.934 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-07-01T19:27:32.465Z[ recovery-image] Jul 01 19:27:31.939 INFO O| Jul 01 19:27:31.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69842026-07-01T19:27:32.465Z[ recovery-image] Jul 01 19:27:31.939 INFO O| Jul 01 19:27:31.939 INFO STEP 571 (remove_files) COMPLETE
69852026-07-01T19:27:32.469Z[ recovery-image] Jul 01 19:27:31.939 INFO O| Jul 01 19:27:31.939 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-07-01T19:27:32.469Z[ recovery-image] Jul 01 19:27:31.946 INFO O| Jul 01 19:27:31.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69872026-07-01T19:27:32.469Z[ recovery-image] Jul 01 19:27:31.946 INFO O| Jul 01 19:27:31.946 INFO STEP 572 (remove_files) COMPLETE
69882026-07-01T19:27:32.473Z[ recovery-image] Jul 01 19:27:31.946 INFO O| Jul 01 19:27:31.946 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-07-01T19:27:32.476Z[ recovery-image] Jul 01 19:27:31.952 INFO O| Jul 01 19:27:31.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69902026-07-01T19:27:32.476Z[ recovery-image] Jul 01 19:27:31.952 INFO O| Jul 01 19:27:31.952 INFO STEP 573 (remove_files) COMPLETE
69912026-07-01T19:27:32.476Z[ recovery-image] Jul 01 19:27:31.952 INFO O| Jul 01 19:27:31.952 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-07-01T19:27:32.480Z[ recovery-image] Jul 01 19:27:31.957 INFO O| Jul 01 19:27:31.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69932026-07-01T19:27:32.483Z[ recovery-image] Jul 01 19:27:31.957 INFO O| Jul 01 19:27:31.957 INFO STEP 574 (remove_files) COMPLETE
69942026-07-01T19:27:32.483Z[ recovery-image] Jul 01 19:27:31.957 INFO O| Jul 01 19:27:31.957 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-07-01T19:27:32.487Z[ recovery-image] Jul 01 19:27:31.963 INFO O| Jul 01 19:27:31.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69962026-07-01T19:27:32.487Z[ recovery-image] Jul 01 19:27:31.964 INFO O| Jul 01 19:27:31.964 INFO STEP 575 (remove_files) COMPLETE
69972026-07-01T19:27:32.487Z[ recovery-image] Jul 01 19:27:31.964 INFO O| Jul 01 19:27:31.964 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-07-01T19:27:32.494Z[ recovery-image] Jul 01 19:27:31.970 INFO O| Jul 01 19:27:31.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69992026-07-01T19:27:32.495Z[ recovery-image] Jul 01 19:27:31.970 INFO O| Jul 01 19:27:31.970 INFO STEP 576 (remove_files) COMPLETE
70002026-07-01T19:27:32.495Z[ recovery-image] Jul 01 19:27:31.970 INFO O| Jul 01 19:27:31.970 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-07-01T19:27:32.507Z[ recovery-image] Jul 01 19:27:31.976 INFO O| Jul 01 19:27:31.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70022026-07-01T19:27:32.507Z[ recovery-image] Jul 01 19:27:31.976 INFO O| Jul 01 19:27:31.976 INFO STEP 577 (remove_files) COMPLETE
70032026-07-01T19:27:32.507Z[ recovery-image] Jul 01 19:27:31.976 INFO O| Jul 01 19:27:31.976 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-07-01T19:27:32.511Z[ recovery-image] Jul 01 19:27:31.983 INFO O| Jul 01 19:27:31.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70052026-07-01T19:27:32.511Z[ recovery-image] Jul 01 19:27:31.983 INFO O| Jul 01 19:27:31.983 INFO STEP 578 (remove_files) COMPLETE
70062026-07-01T19:27:32.511Z[ recovery-image] Jul 01 19:27:31.983 INFO O| Jul 01 19:27:31.983 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-07-01T19:27:32.514Z[ recovery-image] Jul 01 19:27:31.989 INFO O| Jul 01 19:27:31.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70082026-07-01T19:27:32.514Z[ recovery-image] Jul 01 19:27:31.989 INFO O| Jul 01 19:27:31.989 INFO STEP 579 (remove_files) COMPLETE
70092026-07-01T19:27:32.514Z[ recovery-image] Jul 01 19:27:31.989 INFO O| Jul 01 19:27:31.989 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-07-01T19:27:32.517Z[ recovery-image] Jul 01 19:27:31.994 INFO O| Jul 01 19:27:31.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70112026-07-01T19:27:32.517Z[ recovery-image] Jul 01 19:27:31.994 INFO O| Jul 01 19:27:31.994 INFO STEP 580 (remove_files) COMPLETE
70122026-07-01T19:27:32.517Z[ recovery-image] Jul 01 19:27:31.994 INFO O| Jul 01 19:27:31.994 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-07-01T19:27:32.522Z[ recovery-image] Jul 01 19:27:31.999 INFO O| Jul 01 19:27:31.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70142026-07-01T19:27:32.522Z[ recovery-image] Jul 01 19:27:31.999 INFO O| Jul 01 19:27:31.999 INFO STEP 581 (remove_files) COMPLETE
70152026-07-01T19:27:32.522Z[ recovery-image] Jul 01 19:27:31.999 INFO O| Jul 01 19:27:31.999 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-07-01T19:27:32.528Z[ recovery-image] Jul 01 19:27:32.005 INFO O| Jul 01 19:27:32.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70172026-07-01T19:27:32.528Z[ recovery-image] Jul 01 19:27:32.005 INFO O| Jul 01 19:27:32.005 INFO STEP 582 (remove_files) COMPLETE
70182026-07-01T19:27:32.528Z[ recovery-image] Jul 01 19:27:32.005 INFO O| Jul 01 19:27:32.005 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-07-01T19:27:32.541Z[ recovery-image] Jul 01 19:27:32.012 INFO O| Jul 01 19:27:32.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70202026-07-01T19:27:32.542Z[ recovery-image] Jul 01 19:27:32.012 INFO O| Jul 01 19:27:32.012 INFO STEP 583 (remove_files) COMPLETE
70212026-07-01T19:27:32.547Z[ recovery-image] Jul 01 19:27:32.012 INFO O| Jul 01 19:27:32.012 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-07-01T19:27:32.547Z[ recovery-image] Jul 01 19:27:32.018 INFO O| Jul 01 19:27:32.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70232026-07-01T19:27:32.547Z[ recovery-image] Jul 01 19:27:32.018 INFO O| Jul 01 19:27:32.018 INFO STEP 584 (remove_files) COMPLETE
70242026-07-01T19:27:32.547Z[ recovery-image] Jul 01 19:27:32.018 INFO O| Jul 01 19:27:32.018 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-07-01T19:27:32.547Z[ recovery-image] Jul 01 19:27:32.023 INFO O| Jul 01 19:27:32.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70262026-07-01T19:27:32.547Z[ recovery-image] Jul 01 19:27:32.023 INFO O| Jul 01 19:27:32.023 INFO STEP 585 (remove_files) COMPLETE
70272026-07-01T19:27:32.548Z[ recovery-image] Jul 01 19:27:32.023 INFO O| Jul 01 19:27:32.023 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-07-01T19:27:32.552Z[ recovery-image] Jul 01 19:27:32.028 INFO O| Jul 01 19:27:32.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70292026-07-01T19:27:32.552Z[ recovery-image] Jul 01 19:27:32.028 INFO O| Jul 01 19:27:32.028 INFO STEP 586 (remove_files) COMPLETE
70302026-07-01T19:27:32.552Z[ recovery-image] Jul 01 19:27:32.028 INFO O| Jul 01 19:27:32.028 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-07-01T19:27:32.557Z[ recovery-image] Jul 01 19:27:32.034 INFO O| Jul 01 19:27:32.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70322026-07-01T19:27:32.557Z[ recovery-image] Jul 01 19:27:32.034 INFO O| Jul 01 19:27:32.034 INFO STEP 587 (remove_files) COMPLETE
70332026-07-01T19:27:32.557Z[ recovery-image] Jul 01 19:27:32.034 INFO O| Jul 01 19:27:32.034 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-07-01T19:27:32.564Z[ recovery-image] Jul 01 19:27:32.039 INFO O| Jul 01 19:27:32.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70352026-07-01T19:27:32.564Z[ recovery-image] Jul 01 19:27:32.039 INFO O| Jul 01 19:27:32.039 INFO STEP 588 (remove_files) COMPLETE
70362026-07-01T19:27:32.564Z[ recovery-image] Jul 01 19:27:32.039 INFO O| Jul 01 19:27:32.039 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-07-01T19:27:32.568Z[ recovery-image] Jul 01 19:27:32.044 INFO O| Jul 01 19:27:32.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70382026-07-01T19:27:32.568Z[ recovery-image] Jul 01 19:27:32.044 INFO O| Jul 01 19:27:32.044 INFO STEP 589 (remove_files) COMPLETE
70392026-07-01T19:27:32.569Z[ recovery-image] Jul 01 19:27:32.044 INFO O| Jul 01 19:27:32.044 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-07-01T19:27:32.574Z[ recovery-image] Jul 01 19:27:32.050 INFO O| Jul 01 19:27:32.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70412026-07-01T19:27:32.574Z[ recovery-image] Jul 01 19:27:32.050 INFO O| Jul 01 19:27:32.050 INFO STEP 590 (remove_files) COMPLETE
70422026-07-01T19:27:32.579Z[ recovery-image] Jul 01 19:27:32.050 INFO O| Jul 01 19:27:32.050 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-07-01T19:27:32.579Z[ recovery-image] Jul 01 19:27:32.055 INFO O| Jul 01 19:27:32.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70442026-07-01T19:27:32.579Z[ recovery-image] Jul 01 19:27:32.055 INFO O| Jul 01 19:27:32.055 INFO STEP 591 (remove_files) COMPLETE
70452026-07-01T19:27:32.579Z[ recovery-image] Jul 01 19:27:32.055 INFO O| Jul 01 19:27:32.055 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-07-01T19:27:32.589Z[ recovery-image] Jul 01 19:27:32.060 INFO O| Jul 01 19:27:32.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70472026-07-01T19:27:32.589Z[ recovery-image] Jul 01 19:27:32.060 INFO O| Jul 01 19:27:32.060 INFO STEP 592 (remove_files) COMPLETE
70482026-07-01T19:27:32.589Z[ recovery-image] Jul 01 19:27:32.060 INFO O| Jul 01 19:27:32.060 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-07-01T19:27:32.601Z[ recovery-image] Jul 01 19:27:32.066 INFO O| Jul 01 19:27:32.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70502026-07-01T19:27:32.601Z[ recovery-image] Jul 01 19:27:32.066 INFO O| Jul 01 19:27:32.066 INFO STEP 593 (remove_files) COMPLETE
70512026-07-01T19:27:32.601Z[ recovery-image] Jul 01 19:27:32.066 INFO O| Jul 01 19:27:32.066 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-07-01T19:27:32.602Z[ recovery-image] Jul 01 19:27:32.071 INFO O| Jul 01 19:27:32.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70532026-07-01T19:27:32.602Z[ recovery-image] Jul 01 19:27:32.071 INFO O| Jul 01 19:27:32.071 INFO STEP 594 (remove_files) COMPLETE
70542026-07-01T19:27:32.602Z[ recovery-image] Jul 01 19:27:32.071 INFO O| Jul 01 19:27:32.071 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-07-01T19:27:32.609Z[ recovery-image] Jul 01 19:27:32.076 INFO O| Jul 01 19:27:32.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70562026-07-01T19:27:32.609Z[ recovery-image] Jul 01 19:27:32.077 INFO O| Jul 01 19:27:32.077 INFO STEP 595 (remove_files) COMPLETE
70572026-07-01T19:27:32.609Z[ recovery-image] Jul 01 19:27:32.077 INFO O| Jul 01 19:27:32.077 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-07-01T19:27:32.613Z[ recovery-image] Jul 01 19:27:32.083 INFO O| Jul 01 19:27:32.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70592026-07-01T19:27:32.614Z[ recovery-image] Jul 01 19:27:32.083 INFO O| Jul 01 19:27:32.083 INFO STEP 596 (remove_files) COMPLETE
70602026-07-01T19:27:32.614Z[ recovery-image] Jul 01 19:27:32.083 INFO O| Jul 01 19:27:32.083 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-07-01T19:27:32.614Z[ recovery-image] Jul 01 19:27:32.091 INFO O| Jul 01 19:27:32.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70622026-07-01T19:27:32.614Z[ recovery-image] Jul 01 19:27:32.091 INFO O| Jul 01 19:27:32.091 INFO STEP 597 (remove_files) COMPLETE
70632026-07-01T19:27:32.622Z[ recovery-image] Jul 01 19:27:32.091 INFO O| Jul 01 19:27:32.091 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-07-01T19:27:32.625Z[ recovery-image] Jul 01 19:27:32.097 INFO O| Jul 01 19:27:32.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70652026-07-01T19:27:32.625Z[ recovery-image] Jul 01 19:27:32.097 INFO O| Jul 01 19:27:32.097 INFO STEP 598 (remove_files) COMPLETE
70662026-07-01T19:27:32.625Z[ recovery-image] Jul 01 19:27:32.097 INFO O| Jul 01 19:27:32.097 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-07-01T19:27:32.628Z[ recovery-image] Jul 01 19:27:32.103 INFO O| Jul 01 19:27:32.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70682026-07-01T19:27:32.628Z[ recovery-image] Jul 01 19:27:32.103 INFO O| Jul 01 19:27:32.103 INFO STEP 599 (remove_files) COMPLETE
70692026-07-01T19:27:32.628Z[ recovery-image] Jul 01 19:27:32.103 INFO O| Jul 01 19:27:32.103 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-07-01T19:27:32.634Z[ recovery-image] Jul 01 19:27:32.109 INFO O| Jul 01 19:27:32.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70712026-07-01T19:27:32.634Z[ recovery-image] Jul 01 19:27:32.109 INFO O| Jul 01 19:27:32.109 INFO STEP 600 (remove_files) COMPLETE
70722026-07-01T19:27:32.634Z[ recovery-image] Jul 01 19:27:32.109 INFO O| Jul 01 19:27:32.109 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-07-01T19:27:32.639Z[ recovery-image] Jul 01 19:27:32.116 INFO O| Jul 01 19:27:32.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70742026-07-01T19:27:32.639Z[ recovery-image] Jul 01 19:27:32.116 INFO O| Jul 01 19:27:32.116 INFO STEP 601 (remove_files) COMPLETE
70752026-07-01T19:27:32.642Z[ recovery-image] Jul 01 19:27:32.116 INFO O| Jul 01 19:27:32.116 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-07-01T19:27:32.651Z[ recovery-image] Jul 01 19:27:32.123 INFO O| Jul 01 19:27:32.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70772026-07-01T19:27:32.651Z[ recovery-image] Jul 01 19:27:32.123 INFO O| Jul 01 19:27:32.123 INFO STEP 602 (remove_files) COMPLETE
70782026-07-01T19:27:32.651Z[ recovery-image] Jul 01 19:27:32.123 INFO O| Jul 01 19:27:32.123 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-07-01T19:27:32.656Z[ recovery-image] Jul 01 19:27:32.130 INFO O| Jul 01 19:27:32.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70802026-07-01T19:27:32.656Z[ recovery-image] Jul 01 19:27:32.130 INFO O| Jul 01 19:27:32.130 INFO STEP 603 (remove_files) COMPLETE
70812026-07-01T19:27:32.656Z[ recovery-image] Jul 01 19:27:32.130 INFO O| Jul 01 19:27:32.130 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-07-01T19:27:32.660Z[ recovery-image] Jul 01 19:27:32.137 INFO O| Jul 01 19:27:32.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70832026-07-01T19:27:32.660Z[ recovery-image] Jul 01 19:27:32.137 INFO O| Jul 01 19:27:32.137 INFO STEP 604 (remove_files) COMPLETE
70842026-07-01T19:27:32.665Z[ recovery-image] Jul 01 19:27:32.137 INFO O| Jul 01 19:27:32.137 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-07-01T19:27:32.668Z[ recovery-image] Jul 01 19:27:32.143 INFO O| Jul 01 19:27:32.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70862026-07-01T19:27:32.668Z[ recovery-image] Jul 01 19:27:32.143 INFO O| Jul 01 19:27:32.143 INFO STEP 605 (remove_files) COMPLETE
70872026-07-01T19:27:32.668Z[ recovery-image] Jul 01 19:27:32.143 INFO O| Jul 01 19:27:32.143 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-07-01T19:27:32.676Z[ recovery-image] Jul 01 19:27:32.150 INFO O| Jul 01 19:27:32.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70892026-07-01T19:27:32.676Z[ recovery-image] Jul 01 19:27:32.150 INFO O| Jul 01 19:27:32.150 INFO STEP 606 (remove_files) COMPLETE
70902026-07-01T19:27:32.676Z[ recovery-image] Jul 01 19:27:32.150 INFO O| Jul 01 19:27:32.150 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-07-01T19:27:32.681Z[ recovery-image] Jul 01 19:27:32.156 INFO O| Jul 01 19:27:32.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70922026-07-01T19:27:32.681Z[ recovery-image] Jul 01 19:27:32.156 INFO O| Jul 01 19:27:32.156 INFO STEP 607 (remove_files) COMPLETE
70932026-07-01T19:27:32.681Z[ recovery-image] Jul 01 19:27:32.156 INFO O| Jul 01 19:27:32.156 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-07-01T19:27:32.685Z[ recovery-image] Jul 01 19:27:32.162 INFO O| Jul 01 19:27:32.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70952026-07-01T19:27:32.685Z[ recovery-image] Jul 01 19:27:32.162 INFO O| Jul 01 19:27:32.162 INFO STEP 608 (remove_files) COMPLETE
70962026-07-01T19:27:32.685Z[ recovery-image] Jul 01 19:27:32.162 INFO O| Jul 01 19:27:32.162 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-07-01T19:27:32.691Z[ recovery-image] Jul 01 19:27:32.168 INFO O| Jul 01 19:27:32.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70982026-07-01T19:27:32.691Z[ recovery-image] Jul 01 19:27:32.168 INFO O| Jul 01 19:27:32.168 INFO STEP 609 (remove_files) COMPLETE
70992026-07-01T19:27:32.695Z[ recovery-image] Jul 01 19:27:32.168 INFO O| Jul 01 19:27:32.168 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-07-01T19:27:32.698Z[ recovery-image] Jul 01 19:27:32.174 INFO O| Jul 01 19:27:32.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71012026-07-01T19:27:32.699Z[ recovery-image] Jul 01 19:27:32.174 INFO O| Jul 01 19:27:32.174 INFO STEP 610 (remove_files) COMPLETE
71022026-07-01T19:27:32.699Z[ recovery-image] Jul 01 19:27:32.174 INFO O| Jul 01 19:27:32.174 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-07-01T19:27:32.702Z[ recovery-image] Jul 01 19:27:32.180 INFO O| Jul 01 19:27:32.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71042026-07-01T19:27:32.705Z[ recovery-image] Jul 01 19:27:32.180 INFO O| Jul 01 19:27:32.180 INFO STEP 611 (remove_files) COMPLETE
71052026-07-01T19:27:32.705Z[ recovery-image] Jul 01 19:27:32.180 INFO O| Jul 01 19:27:32.180 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-07-01T19:27:32.710Z[ recovery-image] Jul 01 19:27:32.185 INFO O| Jul 01 19:27:32.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71072026-07-01T19:27:32.710Z[ recovery-image] Jul 01 19:27:32.185 INFO O| Jul 01 19:27:32.185 INFO STEP 612 (remove_files) COMPLETE
71082026-07-01T19:27:32.710Z[ recovery-image] Jul 01 19:27:32.185 INFO O| Jul 01 19:27:32.185 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-07-01T19:27:32.715Z[ recovery-image] Jul 01 19:27:32.192 INFO O| Jul 01 19:27:32.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71102026-07-01T19:27:32.715Z[ recovery-image] Jul 01 19:27:32.192 INFO O| Jul 01 19:27:32.192 INFO STEP 613 (remove_files) COMPLETE
71112026-07-01T19:27:32.721Z[ recovery-image] Jul 01 19:27:32.192 INFO O| Jul 01 19:27:32.192 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-07-01T19:27:32.728Z[ recovery-image] Jul 01 19:27:32.198 INFO O| Jul 01 19:27:32.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71132026-07-01T19:27:32.728Z[ recovery-image] Jul 01 19:27:32.198 INFO O| Jul 01 19:27:32.198 INFO STEP 614 (remove_files) COMPLETE
71142026-07-01T19:27:32.728Z[ recovery-image] Jul 01 19:27:32.198 INFO O| Jul 01 19:27:32.198 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-07-01T19:27:32.728Z[ recovery-image] Jul 01 19:27:32.204 INFO O| Jul 01 19:27:32.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71162026-07-01T19:27:32.728Z[ recovery-image] Jul 01 19:27:32.204 INFO O| Jul 01 19:27:32.204 INFO STEP 615 (remove_files) COMPLETE
71172026-07-01T19:27:32.728Z[ recovery-image] Jul 01 19:27:32.204 INFO O| Jul 01 19:27:32.204 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-07-01T19:27:32.735Z[ recovery-image] Jul 01 19:27:32.211 INFO O| Jul 01 19:27:32.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71192026-07-01T19:27:32.735Z[ recovery-image] Jul 01 19:27:32.211 INFO O| Jul 01 19:27:32.211 INFO STEP 616 (remove_files) COMPLETE
71202026-07-01T19:27:32.738Z[ recovery-image] Jul 01 19:27:32.211 INFO O| Jul 01 19:27:32.211 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-07-01T19:27:32.741Z[ recovery-image] Jul 01 19:27:32.217 INFO O| Jul 01 19:27:32.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71222026-07-01T19:27:32.742Z[ recovery-image] Jul 01 19:27:32.217 INFO O| Jul 01 19:27:32.217 INFO STEP 617 (remove_files) COMPLETE
71232026-07-01T19:27:32.742Z[ recovery-image] Jul 01 19:27:32.217 INFO O| Jul 01 19:27:32.217 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-07-01T19:27:32.750Z[ recovery-image] Jul 01 19:27:32.222 INFO O| Jul 01 19:27:32.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71252026-07-01T19:27:32.750Z[ recovery-image] Jul 01 19:27:32.222 INFO O| Jul 01 19:27:32.222 INFO STEP 618 (remove_files) COMPLETE
71262026-07-01T19:27:32.756Z[ recovery-image] Jul 01 19:27:32.222 INFO O| Jul 01 19:27:32.222 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-07-01T19:27:32.756Z[ recovery-image] Jul 01 19:27:32.229 INFO O| Jul 01 19:27:32.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71282026-07-01T19:27:32.756Z[ recovery-image] Jul 01 19:27:32.229 INFO O| Jul 01 19:27:32.229 INFO STEP 619 (remove_files) COMPLETE
71292026-07-01T19:27:32.756Z[ recovery-image] Jul 01 19:27:32.229 INFO O| Jul 01 19:27:32.229 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-07-01T19:27:32.768Z[ recovery-image] Jul 01 19:27:32.235 INFO O| Jul 01 19:27:32.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71312026-07-01T19:27:32.768Z[ recovery-image] Jul 01 19:27:32.235 INFO O| Jul 01 19:27:32.235 INFO STEP 620 (remove_files) COMPLETE
71322026-07-01T19:27:32.768Z[ recovery-image] Jul 01 19:27:32.235 INFO O| Jul 01 19:27:32.235 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-07-01T19:27:32.772Z[ recovery-image] Jul 01 19:27:32.241 INFO O| Jul 01 19:27:32.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71342026-07-01T19:27:32.772Z[ recovery-image] Jul 01 19:27:32.241 INFO O| Jul 01 19:27:32.241 INFO STEP 621 (remove_files) COMPLETE
71352026-07-01T19:27:32.772Z[ recovery-image] Jul 01 19:27:32.241 INFO O| Jul 01 19:27:32.241 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-07-01T19:27:32.772Z[ recovery-image] Jul 01 19:27:32.247 INFO O| Jul 01 19:27:32.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71372026-07-01T19:27:32.773Z[ recovery-image] Jul 01 19:27:32.247 INFO O| Jul 01 19:27:32.247 INFO STEP 622 (remove_files) COMPLETE
71382026-07-01T19:27:32.773Z[ recovery-image] Jul 01 19:27:32.247 INFO O| Jul 01 19:27:32.247 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-07-01T19:27:32.775Z[ recovery-image] Jul 01 19:27:32.253 INFO O| Jul 01 19:27:32.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71402026-07-01T19:27:32.775Z[ recovery-image] Jul 01 19:27:32.253 INFO O| Jul 01 19:27:32.253 INFO STEP 623 (remove_files) COMPLETE
71412026-07-01T19:27:32.775Z[ recovery-image] Jul 01 19:27:32.253 INFO O| Jul 01 19:27:32.253 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-07-01T19:27:32.782Z[ recovery-image] Jul 01 19:27:32.259 INFO O| Jul 01 19:27:32.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71432026-07-01T19:27:32.782Z[ recovery-image] Jul 01 19:27:32.259 INFO O| Jul 01 19:27:32.259 INFO STEP 624 (remove_files) COMPLETE
71442026-07-01T19:27:32.789Z[ recovery-image] Jul 01 19:27:32.259 INFO O| Jul 01 19:27:32.259 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-07-01T19:27:32.804Z[ recovery-image] Jul 01 19:27:32.265 INFO O| Jul 01 19:27:32.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71462026-07-01T19:27:32.804Z[ recovery-image] Jul 01 19:27:32.265 INFO O| Jul 01 19:27:32.265 INFO STEP 625 (remove_files) COMPLETE
71472026-07-01T19:27:32.804Z[ recovery-image] Jul 01 19:27:32.265 INFO O| Jul 01 19:27:32.265 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-07-01T19:27:32.807Z[ recovery-image] Jul 01 19:27:32.271 INFO O| Jul 01 19:27:32.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71492026-07-01T19:27:32.807Z[ recovery-image] Jul 01 19:27:32.271 INFO O| Jul 01 19:27:32.271 INFO STEP 626 (remove_files) COMPLETE
71502026-07-01T19:27:32.807Z[ recovery-image] Jul 01 19:27:32.271 INFO O| Jul 01 19:27:32.271 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-07-01T19:27:32.807Z[ recovery-image] Jul 01 19:27:32.277 INFO O| Jul 01 19:27:32.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71522026-07-01T19:27:32.807Z[ recovery-image] Jul 01 19:27:32.277 INFO O| Jul 01 19:27:32.277 INFO STEP 627 (remove_files) COMPLETE
71532026-07-01T19:27:32.808Z[ recovery-image] Jul 01 19:27:32.277 INFO O| Jul 01 19:27:32.277 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-07-01T19:27:32.808Z[ recovery-image] Jul 01 19:27:32.283 INFO O| Jul 01 19:27:32.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71552026-07-01T19:27:32.808Z[ recovery-image] Jul 01 19:27:32.283 INFO O| Jul 01 19:27:32.283 INFO STEP 628 (remove_files) COMPLETE
71562026-07-01T19:27:32.810Z[ recovery-image] Jul 01 19:27:32.283 INFO O| Jul 01 19:27:32.283 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-07-01T19:27:32.821Z[ recovery-image] Jul 01 19:27:32.289 INFO O| Jul 01 19:27:32.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71582026-07-01T19:27:32.821Z[ recovery-image] Jul 01 19:27:32.289 INFO O| Jul 01 19:27:32.289 INFO STEP 629 (remove_files) COMPLETE
71592026-07-01T19:27:32.821Z[ recovery-image] Jul 01 19:27:32.289 INFO O| Jul 01 19:27:32.289 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-07-01T19:27:32.821Z[ recovery-image] Jul 01 19:27:32.295 INFO O| Jul 01 19:27:32.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71612026-07-01T19:27:32.822Z[ recovery-image] Jul 01 19:27:32.295 INFO O| Jul 01 19:27:32.295 INFO STEP 630 (remove_files) COMPLETE
71622026-07-01T19:27:32.822Z[ recovery-image] Jul 01 19:27:32.295 INFO O| Jul 01 19:27:32.295 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-07-01T19:27:32.830Z[ recovery-image] Jul 01 19:27:32.301 INFO O| Jul 01 19:27:32.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71642026-07-01T19:27:32.830Z[ recovery-image] Jul 01 19:27:32.301 INFO O| Jul 01 19:27:32.301 INFO STEP 631 (remove_files) COMPLETE
71652026-07-01T19:27:32.830Z[ recovery-image] Jul 01 19:27:32.301 INFO O| Jul 01 19:27:32.301 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-07-01T19:27:32.835Z[ recovery-image] Jul 01 19:27:32.307 INFO O| Jul 01 19:27:32.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71672026-07-01T19:27:32.835Z[ recovery-image] Jul 01 19:27:32.307 INFO O| Jul 01 19:27:32.307 INFO STEP 632 (remove_files) COMPLETE
71682026-07-01T19:27:32.835Z[ recovery-image] Jul 01 19:27:32.307 INFO O| Jul 01 19:27:32.307 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-07-01T19:27:32.839Z[ recovery-image] Jul 01 19:27:32.313 INFO O| Jul 01 19:27:32.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71702026-07-01T19:27:32.839Z[ recovery-image] Jul 01 19:27:32.313 INFO O| Jul 01 19:27:32.313 INFO STEP 633 (remove_files) COMPLETE
71712026-07-01T19:27:32.839Z[ recovery-image] Jul 01 19:27:32.313 INFO O| Jul 01 19:27:32.313 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-07-01T19:27:32.842Z[ recovery-image] Jul 01 19:27:32.319 INFO O| Jul 01 19:27:32.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71732026-07-01T19:27:32.842Z[ recovery-image] Jul 01 19:27:32.319 INFO O| Jul 01 19:27:32.319 INFO STEP 634 (remove_files) COMPLETE
71742026-07-01T19:27:32.842Z[ recovery-image] Jul 01 19:27:32.319 INFO O| Jul 01 19:27:32.319 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-07-01T19:27:32.847Z[ recovery-image] Jul 01 19:27:32.325 INFO O| Jul 01 19:27:32.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71762026-07-01T19:27:32.853Z[ recovery-image] Jul 01 19:27:32.325 INFO O| Jul 01 19:27:32.325 INFO STEP 635 (remove_files) COMPLETE
71772026-07-01T19:27:32.853Z[ recovery-image] Jul 01 19:27:32.325 INFO O| Jul 01 19:27:32.325 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-07-01T19:27:32.860Z[ recovery-image] Jul 01 19:27:32.331 INFO O| Jul 01 19:27:32.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71792026-07-01T19:27:32.860Z[ recovery-image] Jul 01 19:27:32.331 INFO O| Jul 01 19:27:32.331 INFO STEP 636 (remove_files) COMPLETE
71802026-07-01T19:27:32.860Z[ recovery-image] Jul 01 19:27:32.331 INFO O| Jul 01 19:27:32.331 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-07-01T19:27:32.870Z[ recovery-image] Jul 01 19:27:32.336 INFO O| Jul 01 19:27:32.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71822026-07-01T19:27:32.870Z[ recovery-image] Jul 01 19:27:32.336 INFO O| Jul 01 19:27:32.336 INFO STEP 637 (remove_files) COMPLETE
71832026-07-01T19:27:32.870Z[ recovery-image] Jul 01 19:27:32.336 INFO O| Jul 01 19:27:32.336 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-07-01T19:27:32.870Z[ recovery-image] Jul 01 19:27:32.342 INFO O| Jul 01 19:27:32.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71852026-07-01T19:27:32.870Z[ recovery-image] Jul 01 19:27:32.342 INFO O| Jul 01 19:27:32.342 INFO STEP 638 (remove_files) COMPLETE
71862026-07-01T19:27:32.871Z[ recovery-image] Jul 01 19:27:32.342 INFO O| Jul 01 19:27:32.342 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-07-01T19:27:32.875Z[ recovery-image] Jul 01 19:27:32.349 INFO O| Jul 01 19:27:32.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71882026-07-01T19:27:32.875Z[ recovery-image] Jul 01 19:27:32.349 INFO O| Jul 01 19:27:32.349 INFO STEP 639 (remove_files) COMPLETE
71892026-07-01T19:27:32.875Z[ recovery-image] Jul 01 19:27:32.349 INFO O| Jul 01 19:27:32.349 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-07-01T19:27:32.879Z[ recovery-image] Jul 01 19:27:32.355 INFO O| Jul 01 19:27:32.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71912026-07-01T19:27:32.879Z[ recovery-image] Jul 01 19:27:32.355 INFO O| Jul 01 19:27:32.355 INFO STEP 640 (remove_files) COMPLETE
71922026-07-01T19:27:32.879Z[ recovery-image] Jul 01 19:27:32.355 INFO O| Jul 01 19:27:32.355 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-07-01T19:27:32.886Z[ recovery-image] Jul 01 19:27:32.360 INFO O| Jul 01 19:27:32.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71942026-07-01T19:27:32.886Z[ recovery-image] Jul 01 19:27:32.360 INFO O| Jul 01 19:27:32.360 INFO STEP 641 (remove_files) COMPLETE
71952026-07-01T19:27:32.886Z[ recovery-image] Jul 01 19:27:32.360 INFO O| Jul 01 19:27:32.360 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-07-01T19:27:32.894Z[ recovery-image] Jul 01 19:27:32.365 INFO O| Jul 01 19:27:32.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71972026-07-01T19:27:32.894Z[ recovery-image] Jul 01 19:27:32.365 INFO O| Jul 01 19:27:32.365 INFO STEP 642 (remove_files) COMPLETE
71982026-07-01T19:27:32.894Z[ recovery-image] Jul 01 19:27:32.365 INFO O| Jul 01 19:27:32.365 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-07-01T19:27:32.903Z[ recovery-image] Jul 01 19:27:32.372 INFO O| Jul 01 19:27:32.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72002026-07-01T19:27:32.903Z[ recovery-image] Jul 01 19:27:32.372 INFO O| Jul 01 19:27:32.372 INFO STEP 643 (remove_files) COMPLETE
72012026-07-01T19:27:32.903Z[ recovery-image] Jul 01 19:27:32.372 INFO O| Jul 01 19:27:32.372 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-07-01T19:27:32.907Z[ recovery-image] Jul 01 19:27:32.378 INFO O| Jul 01 19:27:32.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72032026-07-01T19:27:32.907Z[ recovery-image] Jul 01 19:27:32.378 INFO O| Jul 01 19:27:32.378 INFO STEP 644 (remove_files) COMPLETE
72042026-07-01T19:27:32.907Z[ recovery-image] Jul 01 19:27:32.378 INFO O| Jul 01 19:27:32.378 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-07-01T19:27:32.907Z[ recovery-image] Jul 01 19:27:32.384 INFO O| Jul 01 19:27:32.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72062026-07-01T19:27:32.909Z[ recovery-image] Jul 01 19:27:32.384 INFO O| Jul 01 19:27:32.384 INFO STEP 645 (remove_files) COMPLETE
72072026-07-01T19:27:32.909Z[ recovery-image] Jul 01 19:27:32.384 INFO O| Jul 01 19:27:32.384 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-07-01T19:27:32.914Z[ recovery-image] Jul 01 19:27:32.390 INFO O| Jul 01 19:27:32.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72092026-07-01T19:27:32.914Z[ recovery-image] Jul 01 19:27:32.391 INFO O| Jul 01 19:27:32.391 INFO STEP 646 (remove_files) COMPLETE
72102026-07-01T19:27:32.914Z[ recovery-image] Jul 01 19:27:32.391 INFO O| Jul 01 19:27:32.391 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-07-01T19:27:32.921Z[ recovery-image] Jul 01 19:27:32.397 INFO O| Jul 01 19:27:32.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72122026-07-01T19:27:32.922Z[ recovery-image] Jul 01 19:27:32.397 INFO O| Jul 01 19:27:32.397 INFO STEP 647 (remove_files) COMPLETE
72132026-07-01T19:27:32.922Z[ recovery-image] Jul 01 19:27:32.397 INFO O| Jul 01 19:27:32.397 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-07-01T19:27:32.926Z[ recovery-image] Jul 01 19:27:32.404 INFO O| Jul 01 19:27:32.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72152026-07-01T19:27:32.929Z[ recovery-image] Jul 01 19:27:32.404 INFO O| Jul 01 19:27:32.404 INFO STEP 648 (remove_files) COMPLETE
72162026-07-01T19:27:32.929Z[ recovery-image] Jul 01 19:27:32.404 INFO O| Jul 01 19:27:32.404 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-07-01T19:27:32.938Z[ recovery-image] Jul 01 19:27:32.409 INFO O| Jul 01 19:27:32.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72182026-07-01T19:27:32.938Z[ recovery-image] Jul 01 19:27:32.409 INFO O| Jul 01 19:27:32.409 INFO STEP 649 (remove_files) COMPLETE
72192026-07-01T19:27:32.938Z[ recovery-image] Jul 01 19:27:32.409 INFO O| Jul 01 19:27:32.409 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-07-01T19:27:32.941Z[ recovery-image] Jul 01 19:27:32.415 INFO O| Jul 01 19:27:32.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72212026-07-01T19:27:32.941Z[ recovery-image] Jul 01 19:27:32.415 INFO O| Jul 01 19:27:32.415 INFO STEP 650 (remove_files) COMPLETE
72222026-07-01T19:27:32.942Z[ recovery-image] Jul 01 19:27:32.415 INFO O| Jul 01 19:27:32.415 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-07-01T19:27:32.946Z[ recovery-image] Jul 01 19:27:32.421 INFO O| Jul 01 19:27:32.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72242026-07-01T19:27:32.946Z[ recovery-image] Jul 01 19:27:32.421 INFO O| Jul 01 19:27:32.421 INFO STEP 651 (remove_files) COMPLETE
72252026-07-01T19:27:32.946Z[ recovery-image] Jul 01 19:27:32.421 INFO O| Jul 01 19:27:32.421 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-07-01T19:27:32.951Z[ recovery-image] Jul 01 19:27:32.427 INFO O| Jul 01 19:27:32.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72272026-07-01T19:27:32.951Z[ recovery-image] Jul 01 19:27:32.428 INFO O| Jul 01 19:27:32.428 INFO STEP 652 (remove_files) COMPLETE
72282026-07-01T19:27:32.951Z[ recovery-image] Jul 01 19:27:32.428 INFO O| Jul 01 19:27:32.428 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-07-01T19:27:32.957Z[ recovery-image] Jul 01 19:27:32.434 INFO O| Jul 01 19:27:32.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72302026-07-01T19:27:32.957Z[ recovery-image] Jul 01 19:27:32.434 INFO O| Jul 01 19:27:32.434 INFO STEP 653 (remove_files) COMPLETE
72312026-07-01T19:27:32.963Z[ recovery-image] Jul 01 19:27:32.434 INFO O| Jul 01 19:27:32.434 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-07-01T19:27:32.969Z[ recovery-image] Jul 01 19:27:32.440 INFO O| Jul 01 19:27:32.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72332026-07-01T19:27:32.969Z[ recovery-image] Jul 01 19:27:32.440 INFO O| Jul 01 19:27:32.440 INFO STEP 654 (remove_files) COMPLETE
72342026-07-01T19:27:32.969Z[ recovery-image] Jul 01 19:27:32.440 INFO O| Jul 01 19:27:32.440 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-07-01T19:27:32.969Z[ recovery-image] Jul 01 19:27:32.446 INFO O| Jul 01 19:27:32.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72362026-07-01T19:27:32.969Z[ recovery-image] Jul 01 19:27:32.446 INFO O| Jul 01 19:27:32.446 INFO STEP 655 (remove_files) COMPLETE
72372026-07-01T19:27:32.974Z[ recovery-image] Jul 01 19:27:32.446 INFO O| Jul 01 19:27:32.446 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-07-01T19:27:32.974Z[ recovery-image] Jul 01 19:27:32.450 INFO O| Jul 01 19:27:32.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72392026-07-01T19:27:32.974Z[ recovery-image] Jul 01 19:27:32.451 INFO O| Jul 01 19:27:32.451 INFO STEP 656 (remove_files) COMPLETE
72402026-07-01T19:27:32.974Z[ recovery-image] Jul 01 19:27:32.451 INFO O| Jul 01 19:27:32.451 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-07-01T19:27:32.979Z[ recovery-image] Jul 01 19:27:32.457 INFO O| Jul 01 19:27:32.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72422026-07-01T19:27:32.979Z[ recovery-image] Jul 01 19:27:32.457 INFO O| Jul 01 19:27:32.457 INFO STEP 657 (remove_files) COMPLETE
72432026-07-01T19:27:32.985Z[ recovery-image] Jul 01 19:27:32.457 INFO O| Jul 01 19:27:32.457 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-07-01T19:27:32.988Z[ recovery-image] Jul 01 19:27:32.463 INFO O| Jul 01 19:27:32.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72452026-07-01T19:27:32.988Z[ recovery-image] Jul 01 19:27:32.463 INFO O| Jul 01 19:27:32.463 INFO STEP 658 (remove_files) COMPLETE
72462026-07-01T19:27:32.988Z[ recovery-image] Jul 01 19:27:32.463 INFO O| Jul 01 19:27:32.463 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-07-01T19:27:32.993Z[ recovery-image] Jul 01 19:27:32.469 INFO O| Jul 01 19:27:32.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72482026-07-01T19:27:32.993Z[ recovery-image] Jul 01 19:27:32.469 INFO O| Jul 01 19:27:32.469 INFO STEP 659 (remove_files) COMPLETE
72492026-07-01T19:27:32.993Z[ recovery-image] Jul 01 19:27:32.469 INFO O| Jul 01 19:27:32.469 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-07-01T19:27:33.006Z[ recovery-image] Jul 01 19:27:32.474 INFO O| Jul 01 19:27:32.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72512026-07-01T19:27:33.007Z[ recovery-image] Jul 01 19:27:32.474 INFO O| Jul 01 19:27:32.474 INFO STEP 660 (remove_files) COMPLETE
72522026-07-01T19:27:33.013Z[ recovery-image] Jul 01 19:27:32.474 INFO O| Jul 01 19:27:32.474 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-07-01T19:27:33.013Z[ recovery-image] Jul 01 19:27:32.479 INFO O| Jul 01 19:27:32.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72542026-07-01T19:27:33.013Z[ recovery-image] Jul 01 19:27:32.479 INFO O| Jul 01 19:27:32.479 INFO STEP 661 (remove_files) COMPLETE
72552026-07-01T19:27:33.013Z[ recovery-image] Jul 01 19:27:32.479 INFO O| Jul 01 19:27:32.479 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-07-01T19:27:33.013Z[ recovery-image] Jul 01 19:27:32.484 INFO O| Jul 01 19:27:32.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72572026-07-01T19:27:33.013Z[ recovery-image] Jul 01 19:27:32.485 INFO O| Jul 01 19:27:32.485 INFO STEP 662 (remove_files) COMPLETE
72582026-07-01T19:27:33.014Z[ recovery-image] Jul 01 19:27:32.485 INFO O| Jul 01 19:27:32.485 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-07-01T19:27:33.017Z[ recovery-image] Jul 01 19:27:32.492 INFO O| Jul 01 19:27:32.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72602026-07-01T19:27:33.017Z[ recovery-image] Jul 01 19:27:32.492 INFO O| Jul 01 19:27:32.492 INFO STEP 663 (remove_files) COMPLETE
72612026-07-01T19:27:33.017Z[ recovery-image] Jul 01 19:27:32.492 INFO O| Jul 01 19:27:32.492 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-07-01T19:27:33.022Z[ recovery-image] Jul 01 19:27:32.498 INFO O| Jul 01 19:27:32.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72632026-07-01T19:27:33.023Z[ recovery-image] Jul 01 19:27:32.498 INFO O| Jul 01 19:27:32.498 INFO STEP 664 (remove_files) COMPLETE
72642026-07-01T19:27:33.023Z[ recovery-image] Jul 01 19:27:32.498 INFO O| Jul 01 19:27:32.498 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-07-01T19:27:33.027Z[ recovery-image] Jul 01 19:27:32.504 INFO O| Jul 01 19:27:32.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72662026-07-01T19:27:33.027Z[ recovery-image] Jul 01 19:27:32.504 INFO O| Jul 01 19:27:32.504 INFO STEP 665 (remove_files) COMPLETE
72672026-07-01T19:27:33.035Z[ recovery-image] Jul 01 19:27:32.504 INFO O| Jul 01 19:27:32.504 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-07-01T19:27:33.041Z[ recovery-image] Jul 01 19:27:32.510 INFO O| Jul 01 19:27:32.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72692026-07-01T19:27:33.041Z[ recovery-image] Jul 01 19:27:32.510 INFO O| Jul 01 19:27:32.510 INFO STEP 666 (remove_files) COMPLETE
72702026-07-01T19:27:33.041Z[ recovery-image] Jul 01 19:27:32.510 INFO O| Jul 01 19:27:32.510 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-07-01T19:27:33.041Z[ recovery-image] Jul 01 19:27:32.516 INFO O| Jul 01 19:27:32.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72722026-07-01T19:27:33.041Z[ recovery-image] Jul 01 19:27:32.516 INFO O| Jul 01 19:27:32.516 INFO STEP 667 (remove_files) COMPLETE
72732026-07-01T19:27:33.041Z[ recovery-image] Jul 01 19:27:32.516 INFO O| Jul 01 19:27:32.516 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-07-01T19:27:33.045Z[ recovery-image] Jul 01 19:27:32.522 INFO O| Jul 01 19:27:32.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72752026-07-01T19:27:33.045Z[ recovery-image] Jul 01 19:27:32.522 INFO O| Jul 01 19:27:32.522 INFO STEP 668 (remove_files) COMPLETE
72762026-07-01T19:27:33.045Z[ recovery-image] Jul 01 19:27:32.522 INFO O| Jul 01 19:27:32.522 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-07-01T19:27:33.052Z[ recovery-image] Jul 01 19:27:32.528 INFO O| Jul 01 19:27:32.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72782026-07-01T19:27:33.055Z[ recovery-image] Jul 01 19:27:32.528 INFO O| Jul 01 19:27:32.528 INFO STEP 669 (remove_files) COMPLETE
72792026-07-01T19:27:33.055Z[ recovery-image] Jul 01 19:27:32.528 INFO O| Jul 01 19:27:32.528 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-07-01T19:27:33.058Z[ recovery-image] Jul 01 19:27:32.533 INFO O| Jul 01 19:27:32.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72812026-07-01T19:27:33.058Z[ recovery-image] Jul 01 19:27:32.534 INFO O| Jul 01 19:27:32.534 INFO STEP 670 (remove_files) COMPLETE
72822026-07-01T19:27:33.059Z[ recovery-image] Jul 01 19:27:32.534 INFO O| Jul 01 19:27:32.534 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-07-01T19:27:33.065Z[ recovery-image] Jul 01 19:27:32.540 INFO O| Jul 01 19:27:32.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72842026-07-01T19:27:33.065Z[ recovery-image] Jul 01 19:27:32.540 INFO O| Jul 01 19:27:32.540 INFO STEP 671 (remove_files) COMPLETE
72852026-07-01T19:27:33.065Z[ recovery-image] Jul 01 19:27:32.540 INFO O| Jul 01 19:27:32.540 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-07-01T19:27:33.072Z[ recovery-image] Jul 01 19:27:32.546 INFO O| Jul 01 19:27:32.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72872026-07-01T19:27:33.072Z[ recovery-image] Jul 01 19:27:32.546 INFO O| Jul 01 19:27:32.546 INFO STEP 672 (remove_files) COMPLETE
72882026-07-01T19:27:33.072Z[ recovery-image] Jul 01 19:27:32.546 INFO O| Jul 01 19:27:32.546 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-07-01T19:27:33.087Z[ recovery-image] Jul 01 19:27:32.551 INFO O| Jul 01 19:27:32.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72902026-07-01T19:27:33.087Z[ recovery-image] Jul 01 19:27:32.551 INFO O| Jul 01 19:27:32.551 INFO STEP 673 (remove_files) COMPLETE
72912026-07-01T19:27:33.087Z[ recovery-image] Jul 01 19:27:32.551 INFO O| Jul 01 19:27:32.551 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-07-01T19:27:33.090Z[ recovery-image] Jul 01 19:27:32.557 INFO O| Jul 01 19:27:32.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72932026-07-01T19:27:33.090Z[ recovery-image] Jul 01 19:27:32.557 INFO O| Jul 01 19:27:32.557 INFO STEP 674 (remove_files) COMPLETE
72942026-07-01T19:27:33.090Z[ recovery-image] Jul 01 19:27:32.557 INFO O| Jul 01 19:27:32.557 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-07-01T19:27:33.090Z[ recovery-image] Jul 01 19:27:32.563 INFO O| Jul 01 19:27:32.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72962026-07-01T19:27:33.090Z[ recovery-image] Jul 01 19:27:32.563 INFO O| Jul 01 19:27:32.563 INFO STEP 675 (remove_files) COMPLETE
72972026-07-01T19:27:33.090Z[ recovery-image] Jul 01 19:27:32.563 INFO O| Jul 01 19:27:32.563 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-07-01T19:27:33.093Z[ recovery-image] Jul 01 19:27:32.570 INFO O| Jul 01 19:27:32.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72992026-07-01T19:27:33.093Z[ recovery-image] Jul 01 19:27:32.570 INFO O| Jul 01 19:27:32.570 INFO STEP 676 (remove_files) COMPLETE
73002026-07-01T19:27:33.093Z[ recovery-image] Jul 01 19:27:32.570 INFO O| Jul 01 19:27:32.570 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-07-01T19:27:33.101Z[ recovery-image] Jul 01 19:27:32.576 INFO O| Jul 01 19:27:32.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73022026-07-01T19:27:33.101Z[ recovery-image] Jul 01 19:27:32.576 INFO O| Jul 01 19:27:32.576 INFO STEP 677 (remove_files) COMPLETE
73032026-07-01T19:27:33.106Z[ recovery-image] Jul 01 19:27:32.576 INFO O| Jul 01 19:27:32.576 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-07-01T19:27:33.106Z[ recovery-image] Jul 01 19:27:32.582 INFO O| Jul 01 19:27:32.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73052026-07-01T19:27:33.106Z[ recovery-image] Jul 01 19:27:32.582 INFO O| Jul 01 19:27:32.582 INFO STEP 678 (remove_files) COMPLETE
73062026-07-01T19:27:33.106Z[ recovery-image] Jul 01 19:27:32.582 INFO O| Jul 01 19:27:32.582 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-07-01T19:27:33.114Z[ recovery-image] Jul 01 19:27:32.588 INFO O| Jul 01 19:27:32.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73082026-07-01T19:27:33.118Z[ recovery-image] Jul 01 19:27:32.589 INFO O| Jul 01 19:27:32.589 INFO STEP 679 (remove_files) COMPLETE
73092026-07-01T19:27:33.118Z[ recovery-image] Jul 01 19:27:32.589 INFO O| Jul 01 19:27:32.589 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-07-01T19:27:33.118Z[ recovery-image] Jul 01 19:27:32.595 INFO O| Jul 01 19:27:32.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73112026-07-01T19:27:33.118Z[ recovery-image] Jul 01 19:27:32.595 INFO O| Jul 01 19:27:32.595 INFO STEP 680 (remove_files) COMPLETE
73122026-07-01T19:27:33.118Z[ recovery-image] Jul 01 19:27:32.595 INFO O| Jul 01 19:27:32.595 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-07-01T19:27:33.127Z[ recovery-image] Jul 01 19:27:32.600 INFO O| Jul 01 19:27:32.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73142026-07-01T19:27:33.127Z[ recovery-image] Jul 01 19:27:32.600 INFO O| Jul 01 19:27:32.600 INFO STEP 681 (remove_files) COMPLETE
73152026-07-01T19:27:33.131Z[ recovery-image] Jul 01 19:27:32.600 INFO O| Jul 01 19:27:32.600 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-07-01T19:27:33.132Z[ recovery-image] Jul 01 19:27:32.607 INFO O| Jul 01 19:27:32.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73172026-07-01T19:27:33.132Z[ recovery-image] Jul 01 19:27:32.607 INFO O| Jul 01 19:27:32.607 INFO STEP 682 (remove_files) COMPLETE
73182026-07-01T19:27:33.132Z[ recovery-image] Jul 01 19:27:32.607 INFO O| Jul 01 19:27:32.607 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-07-01T19:27:33.138Z[ recovery-image] Jul 01 19:27:32.613 INFO O| Jul 01 19:27:32.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73202026-07-01T19:27:33.138Z[ recovery-image] Jul 01 19:27:32.613 INFO O| Jul 01 19:27:32.613 INFO STEP 683 (remove_files) COMPLETE
73212026-07-01T19:27:33.138Z[ recovery-image] Jul 01 19:27:32.613 INFO O| Jul 01 19:27:32.613 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-07-01T19:27:33.142Z[ recovery-image] Jul 01 19:27:32.619 INFO O| Jul 01 19:27:32.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73232026-07-01T19:27:33.142Z[ recovery-image] Jul 01 19:27:32.619 INFO O| Jul 01 19:27:32.619 INFO STEP 684 (remove_files) COMPLETE
73242026-07-01T19:27:33.145Z[ recovery-image] Jul 01 19:27:32.619 INFO O| Jul 01 19:27:32.619 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-07-01T19:27:33.152Z[ recovery-image] Jul 01 19:27:32.625 INFO O| Jul 01 19:27:32.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73262026-07-01T19:27:33.152Z[ recovery-image] Jul 01 19:27:32.625 INFO O| Jul 01 19:27:32.625 INFO STEP 685 (remove_files) COMPLETE
73272026-07-01T19:27:33.152Z[ recovery-image] Jul 01 19:27:32.625 INFO O| Jul 01 19:27:32.625 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-07-01T19:27:33.157Z[ recovery-image] Jul 01 19:27:32.631 INFO O| Jul 01 19:27:32.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73292026-07-01T19:27:33.157Z[ recovery-image] Jul 01 19:27:32.631 INFO O| Jul 01 19:27:32.631 INFO STEP 686 (remove_files) COMPLETE
73302026-07-01T19:27:33.157Z[ recovery-image] Jul 01 19:27:32.631 INFO O| Jul 01 19:27:32.631 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-07-01T19:27:33.161Z[ recovery-image] Jul 01 19:27:32.637 INFO O| Jul 01 19:27:32.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73322026-07-01T19:27:33.161Z[ recovery-image] Jul 01 19:27:32.637 INFO O| Jul 01 19:27:32.637 INFO STEP 687 (remove_files) COMPLETE
73332026-07-01T19:27:33.161Z[ recovery-image] Jul 01 19:27:32.637 INFO O| Jul 01 19:27:32.637 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-07-01T19:27:33.166Z[ recovery-image] Jul 01 19:27:32.644 INFO O| Jul 01 19:27:32.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73352026-07-01T19:27:33.167Z[ recovery-image] Jul 01 19:27:32.644 INFO O| Jul 01 19:27:32.644 INFO STEP 688 (remove_files) COMPLETE
73362026-07-01T19:27:33.170Z[ recovery-image] Jul 01 19:27:32.644 INFO O| Jul 01 19:27:32.644 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-07-01T19:27:33.174Z[ recovery-image] Jul 01 19:27:32.650 INFO O| Jul 01 19:27:32.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73382026-07-01T19:27:33.174Z[ recovery-image] Jul 01 19:27:32.650 INFO O| Jul 01 19:27:32.650 INFO STEP 689 (remove_files) COMPLETE
73392026-07-01T19:27:33.174Z[ recovery-image] Jul 01 19:27:32.650 INFO O| Jul 01 19:27:32.650 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-07-01T19:27:33.178Z[ recovery-image] Jul 01 19:27:32.655 INFO O| Jul 01 19:27:32.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73412026-07-01T19:27:33.184Z[ recovery-image] Jul 01 19:27:32.656 INFO O| Jul 01 19:27:32.656 INFO STEP 690 (remove_files) COMPLETE
73422026-07-01T19:27:33.184Z[ recovery-image] Jul 01 19:27:32.656 INFO O| Jul 01 19:27:32.656 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-07-01T19:27:33.188Z[ recovery-image] Jul 01 19:27:32.662 INFO O| Jul 01 19:27:32.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73442026-07-01T19:27:33.188Z[ recovery-image] Jul 01 19:27:32.662 INFO O| Jul 01 19:27:32.662 INFO STEP 691 (remove_files) COMPLETE
73452026-07-01T19:27:33.189Z[ recovery-image] Jul 01 19:27:32.662 INFO O| Jul 01 19:27:32.662 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-07-01T19:27:33.199Z[ recovery-image] Jul 01 19:27:32.667 INFO O| Jul 01 19:27:32.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73472026-07-01T19:27:33.199Z[ recovery-image] Jul 01 19:27:32.667 INFO O| Jul 01 19:27:32.667 INFO STEP 692 (remove_files) COMPLETE
73482026-07-01T19:27:33.199Z[ recovery-image] Jul 01 19:27:32.667 INFO O| Jul 01 19:27:32.667 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-07-01T19:27:33.202Z[ recovery-image] Jul 01 19:27:32.673 INFO O| Jul 01 19:27:32.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73502026-07-01T19:27:33.203Z[ recovery-image] Jul 01 19:27:32.673 INFO O| Jul 01 19:27:32.673 INFO STEP 693 (remove_files) COMPLETE
73512026-07-01T19:27:33.203Z[ recovery-image] Jul 01 19:27:32.673 INFO O| Jul 01 19:27:32.673 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-07-01T19:27:33.208Z[ recovery-image] Jul 01 19:27:32.680 INFO O| Jul 01 19:27:32.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73532026-07-01T19:27:33.208Z[ recovery-image] Jul 01 19:27:32.680 INFO O| Jul 01 19:27:32.680 INFO STEP 694 (remove_files) COMPLETE
73542026-07-01T19:27:33.208Z[ recovery-image] Jul 01 19:27:32.680 INFO O| Jul 01 19:27:32.680 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-07-01T19:27:33.208Z[ recovery-image] Jul 01 19:27:32.686 INFO O| Jul 01 19:27:32.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73562026-07-01T19:27:33.208Z[ recovery-image] Jul 01 19:27:32.686 INFO O| Jul 01 19:27:32.686 INFO STEP 695 (remove_files) COMPLETE
73572026-07-01T19:27:33.208Z[ recovery-image] Jul 01 19:27:32.686 INFO O| Jul 01 19:27:32.686 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-07-01T19:27:33.215Z[ recovery-image] Jul 01 19:27:32.691 INFO O| Jul 01 19:27:32.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73592026-07-01T19:27:33.215Z[ recovery-image] Jul 01 19:27:32.691 INFO O| Jul 01 19:27:32.691 INFO STEP 696 (remove_files) COMPLETE
73602026-07-01T19:27:33.215Z[ recovery-image] Jul 01 19:27:32.691 INFO O| Jul 01 19:27:32.691 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-07-01T19:27:33.222Z[ recovery-image] Jul 01 19:27:32.697 INFO O| Jul 01 19:27:32.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73622026-07-01T19:27:33.223Z[ recovery-image] Jul 01 19:27:32.697 INFO O| Jul 01 19:27:32.697 INFO STEP 697 (remove_files) COMPLETE
73632026-07-01T19:27:33.223Z[ recovery-image] Jul 01 19:27:32.697 INFO O| Jul 01 19:27:32.697 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-07-01T19:27:33.227Z[ recovery-image] Jul 01 19:27:32.702 INFO O| Jul 01 19:27:32.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73652026-07-01T19:27:33.228Z[ recovery-image] Jul 01 19:27:32.702 INFO O| Jul 01 19:27:32.702 INFO STEP 698 (remove_files) COMPLETE
73662026-07-01T19:27:33.228Z[ recovery-image] Jul 01 19:27:32.702 INFO O| Jul 01 19:27:32.702 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-07-01T19:27:33.232Z[ recovery-image] Jul 01 19:27:32.707 INFO O| Jul 01 19:27:32.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73682026-07-01T19:27:33.232Z[ recovery-image] Jul 01 19:27:32.707 INFO O| Jul 01 19:27:32.707 INFO STEP 699 (remove_files) COMPLETE
73692026-07-01T19:27:33.232Z[ recovery-image] Jul 01 19:27:32.707 INFO O| Jul 01 19:27:32.707 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-07-01T19:27:33.235Z[ recovery-image] Jul 01 19:27:32.712 INFO O| Jul 01 19:27:32.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73712026-07-01T19:27:33.235Z[ recovery-image] Jul 01 19:27:32.712 INFO O| Jul 01 19:27:32.712 INFO STEP 700 (remove_files) COMPLETE
73722026-07-01T19:27:33.235Z[ recovery-image] Jul 01 19:27:32.712 INFO O| Jul 01 19:27:32.712 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-07-01T19:27:33.240Z[ recovery-image] Jul 01 19:27:32.717 INFO O| Jul 01 19:27:32.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73742026-07-01T19:27:33.240Z[ recovery-image] Jul 01 19:27:32.717 INFO O| Jul 01 19:27:32.717 INFO STEP 701 (remove_files) COMPLETE
73752026-07-01T19:27:33.246Z[ recovery-image] Jul 01 19:27:32.717 INFO O| Jul 01 19:27:32.717 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-07-01T19:27:33.246Z[ recovery-image] Jul 01 19:27:32.722 INFO O| Jul 01 19:27:32.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73772026-07-01T19:27:33.246Z[ recovery-image] Jul 01 19:27:32.722 INFO O| Jul 01 19:27:32.722 INFO STEP 702 (remove_files) COMPLETE
73782026-07-01T19:27:33.247Z[ recovery-image] Jul 01 19:27:32.722 INFO O| Jul 01 19:27:32.722 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-07-01T19:27:33.251Z[ recovery-image] Jul 01 19:27:32.727 INFO O| Jul 01 19:27:32.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73802026-07-01T19:27:33.251Z[ recovery-image] Jul 01 19:27:32.727 INFO O| Jul 01 19:27:32.727 INFO STEP 703 (remove_files) COMPLETE
73812026-07-01T19:27:33.251Z[ recovery-image] Jul 01 19:27:32.727 INFO O| Jul 01 19:27:32.727 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-07-01T19:27:33.257Z[ recovery-image] Jul 01 19:27:32.732 INFO O| Jul 01 19:27:32.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73832026-07-01T19:27:33.257Z[ recovery-image] Jul 01 19:27:32.732 INFO O| Jul 01 19:27:32.732 INFO STEP 704 (remove_files) COMPLETE
73842026-07-01T19:27:33.261Z[ recovery-image] Jul 01 19:27:32.732 INFO O| Jul 01 19:27:32.732 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-07-01T19:27:33.261Z[ recovery-image] Jul 01 19:27:32.737 INFO O| Jul 01 19:27:32.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73862026-07-01T19:27:33.261Z[ recovery-image] Jul 01 19:27:32.737 INFO O| Jul 01 19:27:32.737 INFO STEP 705 (remove_files) COMPLETE
73872026-07-01T19:27:33.261Z[ recovery-image] Jul 01 19:27:32.737 INFO O| Jul 01 19:27:32.737 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-07-01T19:27:33.266Z[ recovery-image] Jul 01 19:27:32.743 INFO O| Jul 01 19:27:32.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73892026-07-01T19:27:33.266Z[ recovery-image] Jul 01 19:27:32.743 INFO O| Jul 01 19:27:32.743 INFO STEP 706 (remove_files) COMPLETE
73902026-07-01T19:27:33.273Z[ recovery-image] Jul 01 19:27:32.743 INFO O| Jul 01 19:27:32.743 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-07-01T19:27:33.278Z[ recovery-image] Jul 01 19:27:32.748 INFO O| Jul 01 19:27:32.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73922026-07-01T19:27:33.278Z[ recovery-image] Jul 01 19:27:32.748 INFO O| Jul 01 19:27:32.748 INFO STEP 707 (remove_files) COMPLETE
73932026-07-01T19:27:33.278Z[ recovery-image] Jul 01 19:27:32.748 INFO O| Jul 01 19:27:32.748 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-07-01T19:27:33.279Z[ recovery-image] Jul 01 19:27:32.753 INFO O| Jul 01 19:27:32.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73952026-07-01T19:27:33.283Z[ recovery-image] Jul 01 19:27:32.754 INFO O| Jul 01 19:27:32.754 INFO STEP 708 (remove_files) COMPLETE
73962026-07-01T19:27:33.284Z[ recovery-image] Jul 01 19:27:32.754 INFO O| Jul 01 19:27:32.754 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-07-01T19:27:33.287Z[ recovery-image] Jul 01 19:27:32.760 INFO O| Jul 01 19:27:32.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73982026-07-01T19:27:33.288Z[ recovery-image] Jul 01 19:27:32.760 INFO O| Jul 01 19:27:32.760 INFO STEP 709 (remove_files) COMPLETE
73992026-07-01T19:27:33.288Z[ recovery-image] Jul 01 19:27:32.760 INFO O| Jul 01 19:27:32.760 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-07-01T19:27:33.291Z[ recovery-image] Jul 01 19:27:32.766 INFO O| Jul 01 19:27:32.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74012026-07-01T19:27:33.291Z[ recovery-image] Jul 01 19:27:32.766 INFO O| Jul 01 19:27:32.766 INFO STEP 710 (remove_files) COMPLETE
74022026-07-01T19:27:33.291Z[ recovery-image] Jul 01 19:27:32.766 INFO O| Jul 01 19:27:32.766 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-07-01T19:27:33.297Z[ recovery-image] Jul 01 19:27:32.771 INFO O| Jul 01 19:27:32.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74042026-07-01T19:27:33.297Z[ recovery-image] Jul 01 19:27:32.771 INFO O| Jul 01 19:27:32.771 INFO STEP 711 (remove_files) COMPLETE
74052026-07-01T19:27:33.297Z[ recovery-image] Jul 01 19:27:32.771 INFO O| Jul 01 19:27:32.771 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-07-01T19:27:33.302Z[ recovery-image] Jul 01 19:27:32.778 INFO O| Jul 01 19:27:32.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74072026-07-01T19:27:33.306Z[ recovery-image] Jul 01 19:27:32.778 INFO O| Jul 01 19:27:32.778 INFO STEP 712 (remove_files) COMPLETE
74082026-07-01T19:27:33.306Z[ recovery-image] Jul 01 19:27:32.778 INFO O| Jul 01 19:27:32.778 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-07-01T19:27:33.309Z[ recovery-image] Jul 01 19:27:32.784 INFO O| Jul 01 19:27:32.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74102026-07-01T19:27:33.311Z[ recovery-image] Jul 01 19:27:32.784 INFO O| Jul 01 19:27:32.784 INFO STEP 713 (remove_files) COMPLETE
74112026-07-01T19:27:33.311Z[ recovery-image] Jul 01 19:27:32.784 INFO O| Jul 01 19:27:32.784 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-07-01T19:27:33.314Z[ recovery-image] Jul 01 19:27:32.791 INFO O| Jul 01 19:27:32.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74132026-07-01T19:27:33.314Z[ recovery-image] Jul 01 19:27:32.791 INFO O| Jul 01 19:27:32.791 INFO STEP 714 (remove_files) COMPLETE
74142026-07-01T19:27:33.314Z[ recovery-image] Jul 01 19:27:32.791 INFO O| Jul 01 19:27:32.791 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-07-01T19:27:33.320Z[ recovery-image] Jul 01 19:27:32.797 INFO O| Jul 01 19:27:32.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74162026-07-01T19:27:33.325Z[ recovery-image] Jul 01 19:27:32.797 INFO O| Jul 01 19:27:32.797 INFO STEP 715 (remove_files) COMPLETE
74172026-07-01T19:27:33.325Z[ recovery-image] Jul 01 19:27:32.797 INFO O| Jul 01 19:27:32.797 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-07-01T19:27:33.336Z[ recovery-image] Jul 01 19:27:32.802 INFO O| Jul 01 19:27:32.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74192026-07-01T19:27:33.336Z[ recovery-image] Jul 01 19:27:32.802 INFO O| Jul 01 19:27:32.802 INFO STEP 716 (remove_files) COMPLETE
74202026-07-01T19:27:33.336Z[ recovery-image] Jul 01 19:27:32.802 INFO O| Jul 01 19:27:32.802 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-07-01T19:27:33.339Z[ recovery-image] Jul 01 19:27:32.808 INFO O| Jul 01 19:27:32.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74222026-07-01T19:27:33.340Z[ recovery-image] Jul 01 19:27:32.808 INFO O| Jul 01 19:27:32.808 INFO STEP 717 (remove_files) COMPLETE
74232026-07-01T19:27:33.340Z[ recovery-image] Jul 01 19:27:32.808 INFO O| Jul 01 19:27:32.808 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-07-01T19:27:33.340Z[ recovery-image] Jul 01 19:27:32.814 INFO O| Jul 01 19:27:32.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74252026-07-01T19:27:33.340Z[ recovery-image] Jul 01 19:27:32.814 INFO O| Jul 01 19:27:32.814 INFO STEP 718 (remove_files) COMPLETE
74262026-07-01T19:27:33.340Z[ recovery-image] Jul 01 19:27:32.814 INFO O| Jul 01 19:27:32.814 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-07-01T19:27:33.343Z[ recovery-image] Jul 01 19:27:32.819 INFO O| Jul 01 19:27:32.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74282026-07-01T19:27:33.343Z[ recovery-image] Jul 01 19:27:32.819 INFO O| Jul 01 19:27:32.819 INFO STEP 719 (remove_files) COMPLETE
74292026-07-01T19:27:33.343Z[ recovery-image] Jul 01 19:27:32.819 INFO O| Jul 01 19:27:32.819 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-07-01T19:27:33.349Z[ recovery-image] Jul 01 19:27:32.825 INFO O| Jul 01 19:27:32.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74312026-07-01T19:27:33.349Z[ recovery-image] Jul 01 19:27:32.825 INFO O| Jul 01 19:27:32.825 INFO STEP 720 (remove_files) COMPLETE
74322026-07-01T19:27:33.349Z[ recovery-image] Jul 01 19:27:32.825 INFO O| Jul 01 19:27:32.825 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-07-01T19:27:33.361Z[ recovery-image] Jul 01 19:27:32.831 INFO O| Jul 01 19:27:32.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74342026-07-01T19:27:33.361Z[ recovery-image] Jul 01 19:27:32.831 INFO O| Jul 01 19:27:32.831 INFO STEP 721 (remove_files) COMPLETE
74352026-07-01T19:27:33.365Z[ recovery-image] Jul 01 19:27:32.831 INFO O| Jul 01 19:27:32.831 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-07-01T19:27:33.366Z[ recovery-image] Jul 01 19:27:32.837 INFO O| Jul 01 19:27:32.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74372026-07-01T19:27:33.366Z[ recovery-image] Jul 01 19:27:32.837 INFO O| Jul 01 19:27:32.837 INFO STEP 722 (remove_files) COMPLETE
74382026-07-01T19:27:33.366Z[ recovery-image] Jul 01 19:27:32.837 INFO O| Jul 01 19:27:32.837 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-07-01T19:27:33.370Z[ recovery-image] Jul 01 19:27:32.844 INFO O| Jul 01 19:27:32.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74402026-07-01T19:27:33.370Z[ recovery-image] Jul 01 19:27:32.844 INFO O| Jul 01 19:27:32.844 INFO STEP 723 (remove_files) COMPLETE
74412026-07-01T19:27:33.370Z[ recovery-image] Jul 01 19:27:32.844 INFO O| Jul 01 19:27:32.844 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-07-01T19:27:33.373Z[ recovery-image] Jul 01 19:27:32.850 INFO O| Jul 01 19:27:32.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74432026-07-01T19:27:33.375Z[ recovery-image] Jul 01 19:27:32.851 INFO O| Jul 01 19:27:32.851 INFO STEP 724 (remove_files) COMPLETE
74442026-07-01T19:27:33.375Z[ recovery-image] Jul 01 19:27:32.851 INFO O| Jul 01 19:27:32.851 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-07-01T19:27:33.384Z[ recovery-image] Jul 01 19:27:32.857 INFO O| Jul 01 19:27:32.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74462026-07-01T19:27:33.384Z[ recovery-image] Jul 01 19:27:32.857 INFO O| Jul 01 19:27:32.857 INFO STEP 725 (remove_files) COMPLETE
74472026-07-01T19:27:33.384Z[ recovery-image] Jul 01 19:27:32.857 INFO O| Jul 01 19:27:32.857 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-07-01T19:27:33.395Z[ recovery-image] Jul 01 19:27:32.864 INFO O| Jul 01 19:27:32.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74492026-07-01T19:27:33.395Z[ recovery-image] Jul 01 19:27:32.864 INFO O| Jul 01 19:27:32.864 INFO STEP 726 (remove_files) COMPLETE
74502026-07-01T19:27:33.395Z[ recovery-image] Jul 01 19:27:32.864 INFO O| Jul 01 19:27:32.864 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-07-01T19:27:33.405Z[ recovery-image] Jul 01 19:27:32.870 INFO O| Jul 01 19:27:32.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74522026-07-01T19:27:33.405Z[ recovery-image] Jul 01 19:27:32.871 INFO O| Jul 01 19:27:32.871 INFO STEP 727 (remove_files) COMPLETE
74532026-07-01T19:27:33.405Z[ recovery-image] Jul 01 19:27:32.871 INFO O| Jul 01 19:27:32.871 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-07-01T19:27:33.408Z[ recovery-image] Jul 01 19:27:32.878 INFO O| Jul 01 19:27:32.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74552026-07-01T19:27:33.408Z[ recovery-image] Jul 01 19:27:32.878 INFO O| Jul 01 19:27:32.878 INFO STEP 728 (remove_files) COMPLETE
74562026-07-01T19:27:33.408Z[ recovery-image] Jul 01 19:27:32.878 INFO O| Jul 01 19:27:32.878 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-07-01T19:27:33.408Z[ recovery-image] Jul 01 19:27:32.884 INFO O| Jul 01 19:27:32.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74582026-07-01T19:27:33.408Z[ recovery-image] Jul 01 19:27:32.884 INFO O| Jul 01 19:27:32.884 INFO STEP 729 (remove_files) COMPLETE
74592026-07-01T19:27:33.408Z[ recovery-image] Jul 01 19:27:32.884 INFO O| Jul 01 19:27:32.884 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-07-01T19:27:33.416Z[ recovery-image] Jul 01 19:27:32.889 INFO O| Jul 01 19:27:32.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74612026-07-01T19:27:33.416Z[ recovery-image] Jul 01 19:27:32.889 INFO O| Jul 01 19:27:32.889 INFO STEP 730 (remove_files) COMPLETE
74622026-07-01T19:27:33.416Z[ recovery-image] Jul 01 19:27:32.889 INFO O| Jul 01 19:27:32.889 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-07-01T19:27:33.422Z[ recovery-image] Jul 01 19:27:32.896 INFO O| Jul 01 19:27:32.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74642026-07-01T19:27:33.422Z[ recovery-image] Jul 01 19:27:32.896 INFO O| Jul 01 19:27:32.896 INFO STEP 731 (remove_files) COMPLETE
74652026-07-01T19:27:33.422Z[ recovery-image] Jul 01 19:27:32.896 INFO O| Jul 01 19:27:32.896 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-07-01T19:27:33.432Z[ recovery-image] Jul 01 19:27:32.902 INFO O| Jul 01 19:27:32.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74672026-07-01T19:27:33.432Z[ recovery-image] Jul 01 19:27:32.902 INFO O| Jul 01 19:27:32.902 INFO STEP 732 (remove_files) COMPLETE
74682026-07-01T19:27:33.432Z[ recovery-image] Jul 01 19:27:32.902 INFO O| Jul 01 19:27:32.902 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-07-01T19:27:33.436Z[ recovery-image] Jul 01 19:27:32.907 INFO O| Jul 01 19:27:32.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74702026-07-01T19:27:33.436Z[ recovery-image] Jul 01 19:27:32.907 INFO O| Jul 01 19:27:32.907 INFO STEP 733 (remove_files) COMPLETE
74712026-07-01T19:27:33.436Z[ recovery-image] Jul 01 19:27:32.907 INFO O| Jul 01 19:27:32.907 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-07-01T19:27:33.439Z[ recovery-image] Jul 01 19:27:32.913 INFO O| Jul 01 19:27:32.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74732026-07-01T19:27:33.439Z[ recovery-image] Jul 01 19:27:32.913 INFO O| Jul 01 19:27:32.913 INFO STEP 734 (remove_files) COMPLETE
74742026-07-01T19:27:33.439Z[ recovery-image] Jul 01 19:27:32.913 INFO O| Jul 01 19:27:32.913 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-07-01T19:27:33.443Z[ recovery-image] Jul 01 19:27:32.920 INFO O| Jul 01 19:27:32.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74762026-07-01T19:27:33.443Z[ recovery-image] Jul 01 19:27:32.921 INFO O| Jul 01 19:27:32.921 INFO STEP 735 (remove_files) COMPLETE
74772026-07-01T19:27:33.443Z[ recovery-image] Jul 01 19:27:32.921 INFO O| Jul 01 19:27:32.921 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-07-01T19:27:33.452Z[ recovery-image] Jul 01 19:27:32.928 INFO O| Jul 01 19:27:32.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74792026-07-01T19:27:33.452Z[ recovery-image] Jul 01 19:27:32.928 INFO O| Jul 01 19:27:32.928 INFO STEP 736 (remove_files) COMPLETE
74802026-07-01T19:27:33.452Z[ recovery-image] Jul 01 19:27:32.928 INFO O| Jul 01 19:27:32.928 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-07-01T19:27:33.462Z[ recovery-image] Jul 01 19:27:32.934 INFO O| Jul 01 19:27:32.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74822026-07-01T19:27:33.462Z[ recovery-image] Jul 01 19:27:32.934 INFO O| Jul 01 19:27:32.934 INFO STEP 737 (remove_files) COMPLETE
74832026-07-01T19:27:33.535Z[ recovery-image] Jul 01 19:27:32.934 INFO O| Jul 01 19:27:32.934 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-07-01T19:27:33.535Z[ recovery-image] Jul 01 19:27:32.939 INFO O| Jul 01 19:27:32.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74852026-07-01T19:27:33.535Z[ recovery-image] Jul 01 19:27:32.939 INFO O| Jul 01 19:27:32.939 INFO STEP 738 (remove_files) COMPLETE
74862026-07-01T19:27:33.536Z[ recovery-image] Jul 01 19:27:32.939 INFO O| Jul 01 19:27:32.939 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-07-01T19:27:33.541Z[ recovery-image] Jul 01 19:27:32.945 INFO O| Jul 01 19:27:32.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74882026-07-01T19:27:33.541Z[ recovery-image] Jul 01 19:27:32.945 INFO O| Jul 01 19:27:32.945 INFO STEP 739 (remove_files) COMPLETE
74892026-07-01T19:27:33.541Z[ recovery-image] Jul 01 19:27:32.945 INFO O| Jul 01 19:27:32.945 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-07-01T19:27:33.541Z[ recovery-image] Jul 01 19:27:32.951 INFO O| Jul 01 19:27:32.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74912026-07-01T19:27:33.541Z[ recovery-image] Jul 01 19:27:32.951 INFO O| Jul 01 19:27:32.951 INFO STEP 740 (remove_files) COMPLETE
74922026-07-01T19:27:33.541Z[ recovery-image] Jul 01 19:27:32.951 INFO O| Jul 01 19:27:32.951 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-07-01T19:27:33.541Z[ recovery-image] Jul 01 19:27:32.956 INFO O| Jul 01 19:27:32.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74942026-07-01T19:27:33.541Z[ recovery-image] Jul 01 19:27:32.956 INFO O| Jul 01 19:27:32.956 INFO STEP 741 (remove_files) COMPLETE
74952026-07-01T19:27:33.541Z[ recovery-image] Jul 01 19:27:32.956 INFO O| Jul 01 19:27:32.956 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-07-01T19:27:33.541Z[ recovery-image] Jul 01 19:27:32.962 INFO O| Jul 01 19:27:32.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74972026-07-01T19:27:33.541Z[ recovery-image] Jul 01 19:27:32.962 INFO O| Jul 01 19:27:32.962 INFO STEP 742 (remove_files) COMPLETE
74982026-07-01T19:27:33.542Z[ recovery-image] Jul 01 19:27:32.962 INFO O| Jul 01 19:27:32.962 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-07-01T19:27:33.542Z[ recovery-image] Jul 01 19:27:32.967 INFO O| Jul 01 19:27:32.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75002026-07-01T19:27:33.542Z[ recovery-image] Jul 01 19:27:32.967 INFO O| Jul 01 19:27:32.967 INFO STEP 743 (remove_files) COMPLETE
75012026-07-01T19:27:33.542Z[ recovery-image] Jul 01 19:27:32.967 INFO O| Jul 01 19:27:32.967 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-07-01T19:27:33.542Z[ recovery-image] Jul 01 19:27:32.974 INFO O| Jul 01 19:27:32.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75032026-07-01T19:27:33.542Z[ recovery-image] Jul 01 19:27:32.974 INFO O| Jul 01 19:27:32.974 INFO STEP 744 (remove_files) COMPLETE
75042026-07-01T19:27:33.542Z[ recovery-image] Jul 01 19:27:32.974 INFO O| Jul 01 19:27:32.974 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-07-01T19:27:33.544Z[ recovery-image] Jul 01 19:27:32.980 INFO O| Jul 01 19:27:32.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75062026-07-01T19:27:33.544Z[ recovery-image] Jul 01 19:27:32.980 INFO O| Jul 01 19:27:32.980 INFO STEP 745 (remove_files) COMPLETE
75072026-07-01T19:27:33.544Z[ recovery-image] Jul 01 19:27:32.980 INFO O| Jul 01 19:27:32.980 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-07-01T19:27:33.544Z[ recovery-image] Jul 01 19:27:32.986 INFO O| Jul 01 19:27:32.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75092026-07-01T19:27:33.544Z[ recovery-image] Jul 01 19:27:32.986 INFO O| Jul 01 19:27:32.986 INFO STEP 746 (remove_files) COMPLETE
75102026-07-01T19:27:33.544Z[ recovery-image] Jul 01 19:27:32.986 INFO O| Jul 01 19:27:32.986 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-07-01T19:27:33.544Z[ recovery-image] Jul 01 19:27:32.992 INFO O| Jul 01 19:27:32.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75122026-07-01T19:27:33.544Z[ recovery-image] Jul 01 19:27:32.992 INFO O| Jul 01 19:27:32.992 INFO STEP 747 (remove_files) COMPLETE
75132026-07-01T19:27:33.544Z[ recovery-image] Jul 01 19:27:32.992 INFO O| Jul 01 19:27:32.992 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-07-01T19:27:33.544Z[ recovery-image] Jul 01 19:27:32.998 INFO O| Jul 01 19:27:32.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75152026-07-01T19:27:33.544Z[ recovery-image] Jul 01 19:27:32.998 INFO O| Jul 01 19:27:32.998 INFO STEP 748 (remove_files) COMPLETE
75162026-07-01T19:27:33.544Z[ recovery-image] Jul 01 19:27:32.998 INFO O| Jul 01 19:27:32.998 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-07-01T19:27:33.545Z[ recovery-image] Jul 01 19:27:33.003 INFO O| Jul 01 19:27:33.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75182026-07-01T19:27:33.545Z[ recovery-image] Jul 01 19:27:33.003 INFO O| Jul 01 19:27:33.003 INFO STEP 749 (remove_files) COMPLETE
75192026-07-01T19:27:33.545Z[ recovery-image] Jul 01 19:27:33.003 INFO O| Jul 01 19:27:33.003 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-07-01T19:27:33.545Z[ recovery-image] Jul 01 19:27:33.009 INFO O| Jul 01 19:27:33.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75212026-07-01T19:27:33.545Z[ recovery-image] Jul 01 19:27:33.009 INFO O| Jul 01 19:27:33.009 INFO STEP 750 (remove_files) COMPLETE
75222026-07-01T19:27:33.545Z[ recovery-image] Jul 01 19:27:33.009 INFO O| Jul 01 19:27:33.009 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-07-01T19:27:33.545Z[ recovery-image] Jul 01 19:27:33.016 INFO O| Jul 01 19:27:33.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75242026-07-01T19:27:33.545Z[ recovery-image] Jul 01 19:27:33.016 INFO O| Jul 01 19:27:33.016 INFO STEP 751 (remove_files) COMPLETE
75252026-07-01T19:27:33.545Z[ recovery-image] Jul 01 19:27:33.016 INFO O| Jul 01 19:27:33.016 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-07-01T19:27:33.549Z[ recovery-image] Jul 01 19:27:33.021 INFO O| Jul 01 19:27:33.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75272026-07-01T19:27:33.549Z[ recovery-image] Jul 01 19:27:33.021 INFO O| Jul 01 19:27:33.021 INFO STEP 752 (remove_files) COMPLETE
75282026-07-01T19:27:33.550Z[ recovery-image] Jul 01 19:27:33.021 INFO O| Jul 01 19:27:33.021 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-07-01T19:27:33.557Z[ recovery-image] Jul 01 19:27:33.029 INFO O| Jul 01 19:27:33.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75302026-07-01T19:27:33.557Z[ recovery-image] Jul 01 19:27:33.029 INFO O| Jul 01 19:27:33.029 INFO STEP 753 (remove_files) COMPLETE
75312026-07-01T19:27:33.557Z[ recovery-image] Jul 01 19:27:33.029 INFO O| Jul 01 19:27:33.029 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-07-01T19:27:33.563Z[ recovery-image] Jul 01 19:27:33.035 INFO O| Jul 01 19:27:33.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75332026-07-01T19:27:33.563Z[ recovery-image] Jul 01 19:27:33.035 INFO O| Jul 01 19:27:33.035 INFO STEP 754 (remove_files) COMPLETE
75342026-07-01T19:27:33.563Z[ recovery-image] Jul 01 19:27:33.035 INFO O| Jul 01 19:27:33.035 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-07-01T19:27:33.566Z[ recovery-image] Jul 01 19:27:33.041 INFO O| Jul 01 19:27:33.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75362026-07-01T19:27:33.566Z[ recovery-image] Jul 01 19:27:33.041 INFO O| Jul 01 19:27:33.041 INFO STEP 755 (remove_files) COMPLETE
75372026-07-01T19:27:33.566Z[ recovery-image] Jul 01 19:27:33.041 INFO O| Jul 01 19:27:33.041 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-07-01T19:27:33.570Z[ recovery-image] Jul 01 19:27:33.047 INFO O| Jul 01 19:27:33.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75392026-07-01T19:27:33.573Z[ recovery-image] Jul 01 19:27:33.048 INFO O| Jul 01 19:27:33.048 INFO STEP 756 (remove_files) COMPLETE
75402026-07-01T19:27:33.573Z[ recovery-image] Jul 01 19:27:33.048 INFO O| Jul 01 19:27:33.048 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-07-01T19:27:33.577Z[ recovery-image] Jul 01 19:27:33.054 INFO O| Jul 01 19:27:33.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75422026-07-01T19:27:33.578Z[ recovery-image] Jul 01 19:27:33.054 INFO O| Jul 01 19:27:33.054 INFO STEP 757 (remove_files) COMPLETE
75432026-07-01T19:27:33.578Z[ recovery-image] Jul 01 19:27:33.054 INFO O| Jul 01 19:27:33.054 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-07-01T19:27:33.586Z[ recovery-image] Jul 01 19:27:33.060 INFO O| Jul 01 19:27:33.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75452026-07-01T19:27:33.590Z[ recovery-image] Jul 01 19:27:33.060 INFO O| Jul 01 19:27:33.060 INFO STEP 758 (remove_files) COMPLETE
75462026-07-01T19:27:33.590Z[ recovery-image] Jul 01 19:27:33.060 INFO O| Jul 01 19:27:33.060 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-07-01T19:27:33.590Z[ recovery-image] Jul 01 19:27:33.066 INFO O| Jul 01 19:27:33.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75482026-07-01T19:27:33.590Z[ recovery-image] Jul 01 19:27:33.066 INFO O| Jul 01 19:27:33.066 INFO STEP 759 (remove_files) COMPLETE
75492026-07-01T19:27:33.590Z[ recovery-image] Jul 01 19:27:33.066 INFO O| Jul 01 19:27:33.066 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-07-01T19:27:33.595Z[ recovery-image] Jul 01 19:27:33.072 INFO O| Jul 01 19:27:33.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75512026-07-01T19:27:33.595Z[ recovery-image] Jul 01 19:27:33.073 INFO O| Jul 01 19:27:33.073 INFO STEP 760 (remove_files) COMPLETE
75522026-07-01T19:27:33.595Z[ recovery-image] Jul 01 19:27:33.073 INFO O| Jul 01 19:27:33.073 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-07-01T19:27:33.601Z[ recovery-image] Jul 01 19:27:33.079 INFO O| Jul 01 19:27:33.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75542026-07-01T19:27:33.609Z[ recovery-image] Jul 01 19:27:33.079 INFO O| Jul 01 19:27:33.079 INFO STEP 761 (remove_files) COMPLETE
75552026-07-01T19:27:33.609Z[ recovery-image] Jul 01 19:27:33.079 INFO O| Jul 01 19:27:33.079 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-07-01T19:27:33.616Z[ recovery-image] Jul 01 19:27:33.084 INFO O| Jul 01 19:27:33.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75572026-07-01T19:27:33.616Z[ recovery-image] Jul 01 19:27:33.085 INFO O| Jul 01 19:27:33.085 INFO STEP 762 (remove_files) COMPLETE
75582026-07-01T19:27:33.616Z[ recovery-image] Jul 01 19:27:33.085 INFO O| Jul 01 19:27:33.085 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-07-01T19:27:33.621Z[ recovery-image] Jul 01 19:27:33.090 INFO O| Jul 01 19:27:33.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75602026-07-01T19:27:33.621Z[ recovery-image] Jul 01 19:27:33.090 INFO O| Jul 01 19:27:33.090 INFO STEP 763 (remove_files) COMPLETE
75612026-07-01T19:27:33.621Z[ recovery-image] Jul 01 19:27:33.090 INFO O| Jul 01 19:27:33.090 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-07-01T19:27:33.621Z[ recovery-image] Jul 01 19:27:33.097 INFO O| Jul 01 19:27:33.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75632026-07-01T19:27:33.621Z[ recovery-image] Jul 01 19:27:33.097 INFO O| Jul 01 19:27:33.097 INFO STEP 764 (remove_files) COMPLETE
75642026-07-01T19:27:33.621Z[ recovery-image] Jul 01 19:27:33.097 INFO O| Jul 01 19:27:33.097 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-07-01T19:27:33.630Z[ recovery-image] Jul 01 19:27:33.103 INFO O| Jul 01 19:27:33.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75662026-07-01T19:27:33.630Z[ recovery-image] Jul 01 19:27:33.103 INFO O| Jul 01 19:27:33.103 INFO STEP 765 (remove_files) COMPLETE
75672026-07-01T19:27:33.633Z[ recovery-image] Jul 01 19:27:33.103 INFO O| Jul 01 19:27:33.103 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-07-01T19:27:33.633Z[ recovery-image] Jul 01 19:27:33.110 INFO O| Jul 01 19:27:33.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75692026-07-01T19:27:33.633Z[ recovery-image] Jul 01 19:27:33.110 INFO O| Jul 01 19:27:33.110 INFO STEP 766 (remove_files) COMPLETE
75702026-07-01T19:27:33.633Z[ recovery-image] Jul 01 19:27:33.110 INFO O| Jul 01 19:27:33.110 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-07-01T19:27:33.640Z[ recovery-image] Jul 01 19:27:33.115 INFO O| Jul 01 19:27:33.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75722026-07-01T19:27:33.640Z[ recovery-image] Jul 01 19:27:33.115 INFO O| Jul 01 19:27:33.115 INFO STEP 767 (remove_files) COMPLETE
75732026-07-01T19:27:33.645Z[ recovery-image] Jul 01 19:27:33.115 INFO O| Jul 01 19:27:33.115 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-07-01T19:27:33.655Z[ recovery-image] Jul 01 19:27:33.122 INFO O| Jul 01 19:27:33.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75752026-07-01T19:27:33.655Z[ recovery-image] Jul 01 19:27:33.122 INFO O| Jul 01 19:27:33.122 INFO STEP 768 (remove_files) COMPLETE
75762026-07-01T19:27:33.655Z[ recovery-image] Jul 01 19:27:33.122 INFO O| Jul 01 19:27:33.122 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-07-01T19:27:33.660Z[ recovery-image] Jul 01 19:27:33.128 INFO O| Jul 01 19:27:33.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75782026-07-01T19:27:33.660Z[ recovery-image] Jul 01 19:27:33.128 INFO O| Jul 01 19:27:33.128 INFO STEP 769 (remove_files) COMPLETE
75792026-07-01T19:27:33.660Z[ recovery-image] Jul 01 19:27:33.128 INFO O| Jul 01 19:27:33.128 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-07-01T19:27:33.660Z[ recovery-image] Jul 01 19:27:33.134 INFO O| Jul 01 19:27:33.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75812026-07-01T19:27:33.660Z[ recovery-image] Jul 01 19:27:33.134 INFO O| Jul 01 19:27:33.134 INFO STEP 770 (remove_files) COMPLETE
75822026-07-01T19:27:33.660Z[ recovery-image] Jul 01 19:27:33.134 INFO O| Jul 01 19:27:33.134 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-07-01T19:27:33.664Z[ recovery-image] Jul 01 19:27:33.139 INFO O| Jul 01 19:27:33.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75842026-07-01T19:27:33.664Z[ recovery-image] Jul 01 19:27:33.139 INFO O| Jul 01 19:27:33.139 INFO STEP 771 (remove_files) COMPLETE
75852026-07-01T19:27:33.664Z[ recovery-image] Jul 01 19:27:33.139 INFO O| Jul 01 19:27:33.139 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-07-01T19:27:33.670Z[ recovery-image] Jul 01 19:27:33.146 INFO O| Jul 01 19:27:33.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75872026-07-01T19:27:33.670Z[ recovery-image] Jul 01 19:27:33.147 INFO O| Jul 01 19:27:33.147 INFO STEP 772 (remove_files) COMPLETE
75882026-07-01T19:27:33.670Z[ recovery-image] Jul 01 19:27:33.147 INFO O| Jul 01 19:27:33.147 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-07-01T19:27:33.675Z[ recovery-image] Jul 01 19:27:33.152 INFO O| Jul 01 19:27:33.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75902026-07-01T19:27:33.675Z[ recovery-image] Jul 01 19:27:33.152 INFO O| Jul 01 19:27:33.152 INFO STEP 773 (remove_files) COMPLETE
75912026-07-01T19:27:33.680Z[ recovery-image] Jul 01 19:27:33.152 INFO O| Jul 01 19:27:33.152 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-07-01T19:27:33.684Z[ recovery-image] Jul 01 19:27:33.159 INFO O| Jul 01 19:27:33.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75932026-07-01T19:27:33.684Z[ recovery-image] Jul 01 19:27:33.159 INFO O| Jul 01 19:27:33.159 INFO STEP 774 (remove_files) COMPLETE
75942026-07-01T19:27:33.684Z[ recovery-image] Jul 01 19:27:33.159 INFO O| Jul 01 19:27:33.159 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-07-01T19:27:33.690Z[ recovery-image] Jul 01 19:27:33.165 INFO O| Jul 01 19:27:33.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75962026-07-01T19:27:33.690Z[ recovery-image] Jul 01 19:27:33.165 INFO O| Jul 01 19:27:33.165 INFO STEP 775 (remove_files) COMPLETE
75972026-07-01T19:27:33.690Z[ recovery-image] Jul 01 19:27:33.165 INFO O| Jul 01 19:27:33.165 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-07-01T19:27:33.694Z[ recovery-image] Jul 01 19:27:33.172 INFO O| Jul 01 19:27:33.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75992026-07-01T19:27:33.694Z[ recovery-image] Jul 01 19:27:33.172 INFO O| Jul 01 19:27:33.172 INFO STEP 776 (remove_files) COMPLETE
76002026-07-01T19:27:33.694Z[ recovery-image] Jul 01 19:27:33.172 INFO O| Jul 01 19:27:33.172 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-07-01T19:27:33.699Z[ recovery-image] Jul 01 19:27:33.177 INFO O| Jul 01 19:27:33.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76022026-07-01T19:27:33.699Z[ recovery-image] Jul 01 19:27:33.177 INFO O| Jul 01 19:27:33.177 INFO STEP 777 (remove_files) COMPLETE
76032026-07-01T19:27:33.707Z[ recovery-image] Jul 01 19:27:33.177 INFO O| Jul 01 19:27:33.177 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-07-01T19:27:33.711Z[ recovery-image] Jul 01 19:27:33.182 INFO O| Jul 01 19:27:33.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76052026-07-01T19:27:33.711Z[ recovery-image] Jul 01 19:27:33.182 INFO O| Jul 01 19:27:33.182 INFO STEP 778 (remove_files) COMPLETE
76062026-07-01T19:27:33.711Z[ recovery-image] Jul 01 19:27:33.182 INFO O| Jul 01 19:27:33.182 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-07-01T19:27:33.711Z[ recovery-image] Jul 01 19:27:33.187 INFO O| Jul 01 19:27:33.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76082026-07-01T19:27:33.711Z[ recovery-image] Jul 01 19:27:33.187 INFO O| Jul 01 19:27:33.187 INFO STEP 779 (remove_files) COMPLETE
76092026-07-01T19:27:33.712Z[ recovery-image] Jul 01 19:27:33.187 INFO O| Jul 01 19:27:33.187 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-07-01T19:27:33.717Z[ recovery-image] Jul 01 19:27:33.194 INFO O| Jul 01 19:27:33.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76112026-07-01T19:27:33.717Z[ recovery-image] Jul 01 19:27:33.194 INFO O| Jul 01 19:27:33.194 INFO STEP 780 (remove_files) COMPLETE
76122026-07-01T19:27:33.717Z[ recovery-image] Jul 01 19:27:33.194 INFO O| Jul 01 19:27:33.194 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-07-01T19:27:33.723Z[ recovery-image] Jul 01 19:27:33.200 INFO O| Jul 01 19:27:33.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76142026-07-01T19:27:33.725Z[ recovery-image] Jul 01 19:27:33.200 INFO O| Jul 01 19:27:33.200 INFO STEP 781 (remove_files) COMPLETE
76152026-07-01T19:27:33.726Z[ recovery-image] Jul 01 19:27:33.200 INFO O| Jul 01 19:27:33.200 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-07-01T19:27:33.730Z[ recovery-image] Jul 01 19:27:33.206 INFO O| Jul 01 19:27:33.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76172026-07-01T19:27:33.730Z[ recovery-image] Jul 01 19:27:33.206 INFO O| Jul 01 19:27:33.206 INFO STEP 782 (remove_files) COMPLETE
76182026-07-01T19:27:33.730Z[ recovery-image] Jul 01 19:27:33.206 INFO O| Jul 01 19:27:33.206 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-07-01T19:27:33.738Z[ recovery-image] Jul 01 19:27:33.213 INFO O| Jul 01 19:27:33.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76202026-07-01T19:27:33.738Z[ recovery-image] Jul 01 19:27:33.213 INFO O| Jul 01 19:27:33.213 INFO STEP 783 (remove_files) COMPLETE
76212026-07-01T19:27:33.738Z[ recovery-image] Jul 01 19:27:33.214 INFO O| Jul 01 19:27:33.213 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-07-01T19:27:33.742Z[ recovery-image] Jul 01 19:27:33.219 INFO O| Jul 01 19:27:33.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76232026-07-01T19:27:33.748Z[ recovery-image] Jul 01 19:27:33.219 INFO O| Jul 01 19:27:33.219 INFO STEP 784 (remove_files) COMPLETE
76242026-07-01T19:27:33.748Z[ recovery-image] Jul 01 19:27:33.219 INFO O| Jul 01 19:27:33.219 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-07-01T19:27:33.751Z[ recovery-image] Jul 01 19:27:33.225 INFO O| Jul 01 19:27:33.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76262026-07-01T19:27:33.751Z[ recovery-image] Jul 01 19:27:33.225 INFO O| Jul 01 19:27:33.225 INFO STEP 785 (remove_files) COMPLETE
76272026-07-01T19:27:33.751Z[ recovery-image] Jul 01 19:27:33.225 INFO O| Jul 01 19:27:33.225 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-07-01T19:27:33.755Z[ recovery-image] Jul 01 19:27:33.231 INFO O| Jul 01 19:27:33.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76292026-07-01T19:27:33.756Z[ recovery-image] Jul 01 19:27:33.231 INFO O| Jul 01 19:27:33.231 INFO STEP 786 (remove_files) COMPLETE
76302026-07-01T19:27:33.756Z[ recovery-image] Jul 01 19:27:33.231 INFO O| Jul 01 19:27:33.231 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-07-01T19:27:33.761Z[ recovery-image] Jul 01 19:27:33.239 INFO O| Jul 01 19:27:33.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76322026-07-01T19:27:33.761Z[ recovery-image] Jul 01 19:27:33.239 INFO O| Jul 01 19:27:33.239 INFO STEP 787 (remove_files) COMPLETE
76332026-07-01T19:27:33.767Z[ recovery-image] Jul 01 19:27:33.239 INFO O| Jul 01 19:27:33.239 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-07-01T19:27:33.770Z[ recovery-image] Jul 01 19:27:33.245 INFO O| Jul 01 19:27:33.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76352026-07-01T19:27:33.771Z[ recovery-image] Jul 01 19:27:33.245 INFO O| Jul 01 19:27:33.245 INFO STEP 788 (remove_files) COMPLETE
76362026-07-01T19:27:33.771Z[ recovery-image] Jul 01 19:27:33.245 INFO O| Jul 01 19:27:33.245 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-07-01T19:27:33.775Z[ recovery-image] Jul 01 19:27:33.251 INFO O| Jul 01 19:27:33.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76382026-07-01T19:27:33.775Z[ recovery-image] Jul 01 19:27:33.251 INFO O| Jul 01 19:27:33.251 INFO STEP 789 (remove_files) COMPLETE
76392026-07-01T19:27:33.775Z[ recovery-image] Jul 01 19:27:33.251 INFO O| Jul 01 19:27:33.251 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-07-01T19:27:33.784Z[ recovery-image] Jul 01 19:27:33.257 INFO O| Jul 01 19:27:33.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76412026-07-01T19:27:33.789Z[ recovery-image] Jul 01 19:27:33.257 INFO O| Jul 01 19:27:33.257 INFO STEP 790 (remove_files) COMPLETE
76422026-07-01T19:27:33.790Z[ recovery-image] Jul 01 19:27:33.257 INFO O| Jul 01 19:27:33.257 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-07-01T19:27:33.790Z[ recovery-image] Jul 01 19:27:33.263 INFO O| Jul 01 19:27:33.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76442026-07-01T19:27:33.790Z[ recovery-image] Jul 01 19:27:33.263 INFO O| Jul 01 19:27:33.263 INFO STEP 791 (remove_files) COMPLETE
76452026-07-01T19:27:33.790Z[ recovery-image] Jul 01 19:27:33.263 INFO O| Jul 01 19:27:33.263 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-07-01T19:27:33.795Z[ recovery-image] Jul 01 19:27:33.268 INFO O| Jul 01 19:27:33.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76472026-07-01T19:27:33.795Z[ recovery-image] Jul 01 19:27:33.268 INFO O| Jul 01 19:27:33.268 INFO STEP 792 (remove_files) COMPLETE
76482026-07-01T19:27:33.795Z[ recovery-image] Jul 01 19:27:33.268 INFO O| Jul 01 19:27:33.268 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-07-01T19:27:33.799Z[ recovery-image] Jul 01 19:27:33.275 INFO O| Jul 01 19:27:33.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76502026-07-01T19:27:33.799Z[ recovery-image] Jul 01 19:27:33.275 INFO O| Jul 01 19:27:33.275 INFO STEP 793 (remove_files) COMPLETE
76512026-07-01T19:27:33.799Z[ recovery-image] Jul 01 19:27:33.275 INFO O| Jul 01 19:27:33.275 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-07-01T19:27:33.804Z[ recovery-image] Jul 01 19:27:33.281 INFO O| Jul 01 19:27:33.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76532026-07-01T19:27:33.814Z[ recovery-image] Jul 01 19:27:33.281 INFO O| Jul 01 19:27:33.281 INFO STEP 794 (remove_files) COMPLETE
76542026-07-01T19:27:33.814Z[ recovery-image] Jul 01 19:27:33.281 INFO O| Jul 01 19:27:33.281 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-07-01T19:27:33.818Z[ recovery-image] Jul 01 19:27:33.286 INFO O| Jul 01 19:27:33.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76562026-07-01T19:27:33.818Z[ recovery-image] Jul 01 19:27:33.286 INFO O| Jul 01 19:27:33.286 INFO STEP 795 (remove_files) COMPLETE
76572026-07-01T19:27:33.818Z[ recovery-image] Jul 01 19:27:33.286 INFO O| Jul 01 19:27:33.286 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-07-01T19:27:33.818Z[ recovery-image] Jul 01 19:27:33.291 INFO O| Jul 01 19:27:33.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76592026-07-01T19:27:33.819Z[ recovery-image] Jul 01 19:27:33.291 INFO O| Jul 01 19:27:33.291 INFO STEP 796 (remove_files) COMPLETE
76602026-07-01T19:27:33.819Z[ recovery-image] Jul 01 19:27:33.291 INFO O| Jul 01 19:27:33.291 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-07-01T19:27:33.821Z[ recovery-image] Jul 01 19:27:33.296 INFO O| Jul 01 19:27:33.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76622026-07-01T19:27:33.821Z[ recovery-image] Jul 01 19:27:33.296 INFO O| Jul 01 19:27:33.296 INFO STEP 797 (remove_files) COMPLETE
76632026-07-01T19:27:33.822Z[ recovery-image] Jul 01 19:27:33.296 INFO O| Jul 01 19:27:33.296 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-07-01T19:27:33.826Z[ recovery-image] Jul 01 19:27:33.303 INFO O| Jul 01 19:27:33.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76652026-07-01T19:27:33.826Z[ recovery-image] Jul 01 19:27:33.303 INFO O| Jul 01 19:27:33.303 INFO STEP 798 (remove_files) COMPLETE
76662026-07-01T19:27:33.828Z[ recovery-image] Jul 01 19:27:33.303 INFO O| Jul 01 19:27:33.303 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-07-01T19:27:33.833Z[ recovery-image] Jul 01 19:27:33.309 INFO O| Jul 01 19:27:33.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76682026-07-01T19:27:33.833Z[ recovery-image] Jul 01 19:27:33.309 INFO O| Jul 01 19:27:33.309 INFO STEP 799 (remove_files) COMPLETE
76692026-07-01T19:27:33.833Z[ recovery-image] Jul 01 19:27:33.309 INFO O| Jul 01 19:27:33.309 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-07-01T19:27:33.838Z[ recovery-image] Jul 01 19:27:33.315 INFO O| Jul 01 19:27:33.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76712026-07-01T19:27:33.844Z[ recovery-image] Jul 01 19:27:33.315 INFO O| Jul 01 19:27:33.315 INFO STEP 800 (remove_files) COMPLETE
76722026-07-01T19:27:33.844Z[ recovery-image] Jul 01 19:27:33.315 INFO O| Jul 01 19:27:33.315 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-07-01T19:27:33.844Z[ recovery-image] Jul 01 19:27:33.320 INFO O| Jul 01 19:27:33.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76742026-07-01T19:27:33.844Z[ recovery-image] Jul 01 19:27:33.320 INFO O| Jul 01 19:27:33.320 INFO STEP 801 (remove_files) COMPLETE
76752026-07-01T19:27:33.845Z[ recovery-image] Jul 01 19:27:33.320 INFO O| Jul 01 19:27:33.320 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-07-01T19:27:33.850Z[ recovery-image] Jul 01 19:27:33.326 INFO O| Jul 01 19:27:33.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76772026-07-01T19:27:33.853Z[ recovery-image] Jul 01 19:27:33.326 INFO O| Jul 01 19:27:33.326 INFO STEP 802 (remove_files) COMPLETE
76782026-07-01T19:27:33.853Z[ recovery-image] Jul 01 19:27:33.326 INFO O| Jul 01 19:27:33.326 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-07-01T19:27:33.857Z[ recovery-image] Jul 01 19:27:33.331 INFO O| Jul 01 19:27:33.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76802026-07-01T19:27:33.857Z[ recovery-image] Jul 01 19:27:33.331 INFO O| Jul 01 19:27:33.331 INFO STEP 803 (remove_files) COMPLETE
76812026-07-01T19:27:33.857Z[ recovery-image] Jul 01 19:27:33.331 INFO O| Jul 01 19:27:33.331 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-07-01T19:27:33.860Z[ recovery-image] Jul 01 19:27:33.338 INFO O| Jul 01 19:27:33.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76832026-07-01T19:27:33.864Z[ recovery-image] Jul 01 19:27:33.338 INFO O| Jul 01 19:27:33.338 INFO STEP 804 (remove_files) COMPLETE
76842026-07-01T19:27:33.864Z[ recovery-image] Jul 01 19:27:33.338 INFO O| Jul 01 19:27:33.338 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-07-01T19:27:33.868Z[ recovery-image] Jul 01 19:27:33.344 INFO O| Jul 01 19:27:33.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76862026-07-01T19:27:33.868Z[ recovery-image] Jul 01 19:27:33.344 INFO O| Jul 01 19:27:33.344 INFO STEP 805 (remove_files) COMPLETE
76872026-07-01T19:27:33.868Z[ recovery-image] Jul 01 19:27:33.344 INFO O| Jul 01 19:27:33.344 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-07-01T19:27:33.874Z[ recovery-image] Jul 01 19:27:33.350 INFO O| Jul 01 19:27:33.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76892026-07-01T19:27:33.874Z[ recovery-image] Jul 01 19:27:33.350 INFO O| Jul 01 19:27:33.350 INFO STEP 806 (remove_files) COMPLETE
76902026-07-01T19:27:33.881Z[ recovery-image] Jul 01 19:27:33.350 INFO O| Jul 01 19:27:33.350 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-07-01T19:27:33.881Z[ recovery-image] Jul 01 19:27:33.356 INFO O| Jul 01 19:27:33.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76922026-07-01T19:27:33.881Z[ recovery-image] Jul 01 19:27:33.356 INFO O| Jul 01 19:27:33.356 INFO STEP 807 (remove_files) COMPLETE
76932026-07-01T19:27:33.881Z[ recovery-image] Jul 01 19:27:33.356 INFO O| Jul 01 19:27:33.356 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-07-01T19:27:33.885Z[ recovery-image] Jul 01 19:27:33.362 INFO O| Jul 01 19:27:33.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76952026-07-01T19:27:33.885Z[ recovery-image] Jul 01 19:27:33.362 INFO O| Jul 01 19:27:33.362 INFO STEP 808 (remove_files) COMPLETE
76962026-07-01T19:27:33.885Z[ recovery-image] Jul 01 19:27:33.362 INFO O| Jul 01 19:27:33.362 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-07-01T19:27:33.894Z[ recovery-image] Jul 01 19:27:33.368 INFO O| Jul 01 19:27:33.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76982026-07-01T19:27:33.897Z[ recovery-image] Jul 01 19:27:33.368 INFO O| Jul 01 19:27:33.368 INFO STEP 809 (remove_files) COMPLETE
76992026-07-01T19:27:33.897Z[ recovery-image] Jul 01 19:27:33.368 INFO O| Jul 01 19:27:33.368 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-07-01T19:27:33.897Z[ recovery-image] Jul 01 19:27:33.374 INFO O| Jul 01 19:27:33.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77012026-07-01T19:27:33.897Z[ recovery-image] Jul 01 19:27:33.374 INFO O| Jul 01 19:27:33.374 INFO STEP 810 (remove_files) COMPLETE
77022026-07-01T19:27:33.897Z[ recovery-image] Jul 01 19:27:33.374 INFO O| Jul 01 19:27:33.374 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-07-01T19:27:33.903Z[ recovery-image] Jul 01 19:27:33.380 INFO O| Jul 01 19:27:33.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77042026-07-01T19:27:33.906Z[ recovery-image] Jul 01 19:27:33.380 INFO O| Jul 01 19:27:33.380 INFO STEP 811 (remove_files) COMPLETE
77052026-07-01T19:27:33.906Z[ recovery-image] Jul 01 19:27:33.380 INFO O| Jul 01 19:27:33.380 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-07-01T19:27:33.912Z[ recovery-image] Jul 01 19:27:33.386 INFO O| Jul 01 19:27:33.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77072026-07-01T19:27:33.912Z[ recovery-image] Jul 01 19:27:33.386 INFO O| Jul 01 19:27:33.386 INFO STEP 812 (remove_files) COMPLETE
77082026-07-01T19:27:33.912Z[ recovery-image] Jul 01 19:27:33.386 INFO O| Jul 01 19:27:33.386 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-07-01T19:27:33.916Z[ recovery-image] Jul 01 19:27:33.392 INFO O| Jul 01 19:27:33.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77102026-07-01T19:27:33.916Z[ recovery-image] Jul 01 19:27:33.392 INFO O| Jul 01 19:27:33.392 INFO STEP 813 (remove_files) COMPLETE
77112026-07-01T19:27:33.916Z[ recovery-image] Jul 01 19:27:33.392 INFO O| Jul 01 19:27:33.392 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-07-01T19:27:33.926Z[ recovery-image] Jul 01 19:27:33.397 INFO O| Jul 01 19:27:33.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77132026-07-01T19:27:33.926Z[ recovery-image] Jul 01 19:27:33.397 INFO O| Jul 01 19:27:33.397 INFO STEP 814 (remove_files) COMPLETE
77142026-07-01T19:27:33.932Z[ recovery-image] Jul 01 19:27:33.397 INFO O| Jul 01 19:27:33.397 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-07-01T19:27:33.932Z[ recovery-image] Jul 01 19:27:33.403 INFO O| Jul 01 19:27:33.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77162026-07-01T19:27:33.932Z[ recovery-image] Jul 01 19:27:33.403 INFO O| Jul 01 19:27:33.403 INFO STEP 815 (remove_files) COMPLETE
77172026-07-01T19:27:33.932Z[ recovery-image] Jul 01 19:27:33.403 INFO O| Jul 01 19:27:33.403 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-07-01T19:27:33.932Z[ recovery-image] Jul 01 19:27:33.409 INFO O| Jul 01 19:27:33.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77192026-07-01T19:27:33.932Z[ recovery-image] Jul 01 19:27:33.409 INFO O| Jul 01 19:27:33.409 INFO STEP 816 (remove_files) COMPLETE
77202026-07-01T19:27:33.932Z[ recovery-image] Jul 01 19:27:33.409 INFO O| Jul 01 19:27:33.409 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-07-01T19:27:33.939Z[ recovery-image] Jul 01 19:27:33.415 INFO O| Jul 01 19:27:33.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77222026-07-01T19:27:33.939Z[ recovery-image] Jul 01 19:27:33.415 INFO O| Jul 01 19:27:33.415 INFO STEP 817 (remove_files) COMPLETE
77232026-07-01T19:27:33.939Z[ recovery-image] Jul 01 19:27:33.415 INFO O| Jul 01 19:27:33.415 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-07-01T19:27:33.945Z[ recovery-image] Jul 01 19:27:33.422 INFO O| Jul 01 19:27:33.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77252026-07-01T19:27:33.951Z[ recovery-image] Jul 01 19:27:33.422 INFO O| Jul 01 19:27:33.422 INFO STEP 818 (remove_files) COMPLETE
77262026-07-01T19:27:33.951Z[ recovery-image] Jul 01 19:27:33.422 INFO O| Jul 01 19:27:33.422 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-07-01T19:27:33.956Z[ recovery-image] Jul 01 19:27:33.428 INFO O| Jul 01 19:27:33.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77282026-07-01T19:27:33.956Z[ recovery-image] Jul 01 19:27:33.428 INFO O| Jul 01 19:27:33.428 INFO STEP 819 (remove_files) COMPLETE
77292026-07-01T19:27:33.956Z[ recovery-image] Jul 01 19:27:33.428 INFO O| Jul 01 19:27:33.428 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-07-01T19:27:33.960Z[ recovery-image] Jul 01 19:27:33.434 INFO O| Jul 01 19:27:33.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77312026-07-01T19:27:33.960Z[ recovery-image] Jul 01 19:27:33.434 INFO O| Jul 01 19:27:33.434 INFO STEP 820 (remove_files) COMPLETE
77322026-07-01T19:27:33.960Z[ recovery-image] Jul 01 19:27:33.434 INFO O| Jul 01 19:27:33.434 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-07-01T19:27:33.967Z[ recovery-image] Jul 01 19:27:33.441 INFO O| Jul 01 19:27:33.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77342026-07-01T19:27:33.967Z[ recovery-image] Jul 01 19:27:33.441 INFO O| Jul 01 19:27:33.441 INFO STEP 821 (remove_files) COMPLETE
77352026-07-01T19:27:33.967Z[ recovery-image] Jul 01 19:27:33.441 INFO O| Jul 01 19:27:33.441 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-07-01T19:27:33.971Z[ recovery-image] Jul 01 19:27:33.447 INFO O| Jul 01 19:27:33.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77372026-07-01T19:27:33.971Z[ recovery-image] Jul 01 19:27:33.447 INFO O| Jul 01 19:27:33.447 INFO STEP 822 (remove_files) COMPLETE
77382026-07-01T19:27:33.972Z[ recovery-image] Jul 01 19:27:33.447 INFO O| Jul 01 19:27:33.447 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-07-01T19:27:33.975Z[ recovery-image] Jul 01 19:27:33.452 INFO O| Jul 01 19:27:33.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77402026-07-01T19:27:33.975Z[ recovery-image] Jul 01 19:27:33.452 INFO O| Jul 01 19:27:33.452 INFO STEP 823 (remove_files) COMPLETE
77412026-07-01T19:27:33.975Z[ recovery-image] Jul 01 19:27:33.452 INFO O| Jul 01 19:27:33.452 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-07-01T19:27:33.981Z[ recovery-image] Jul 01 19:27:33.457 INFO O| Jul 01 19:27:33.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77432026-07-01T19:27:33.989Z[ recovery-image] Jul 01 19:27:33.457 INFO O| Jul 01 19:27:33.457 INFO STEP 824 (remove_files) COMPLETE
77442026-07-01T19:27:33.989Z[ recovery-image] Jul 01 19:27:33.457 INFO O| Jul 01 19:27:33.457 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-07-01T19:27:33.992Z[ recovery-image] Jul 01 19:27:33.463 INFO O| Jul 01 19:27:33.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77462026-07-01T19:27:33.992Z[ recovery-image] Jul 01 19:27:33.463 INFO O| Jul 01 19:27:33.463 INFO STEP 825 (remove_files) COMPLETE
77472026-07-01T19:27:33.992Z[ recovery-image] Jul 01 19:27:33.463 INFO O| Jul 01 19:27:33.463 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-07-01T19:27:33.992Z[ recovery-image] Jul 01 19:27:33.468 INFO O| Jul 01 19:27:33.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77492026-07-01T19:27:33.992Z[ recovery-image] Jul 01 19:27:33.468 INFO O| Jul 01 19:27:33.468 INFO STEP 826 (remove_files) COMPLETE
77502026-07-01T19:27:33.992Z[ recovery-image] Jul 01 19:27:33.468 INFO O| Jul 01 19:27:33.468 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-07-01T19:27:33.998Z[ recovery-image] Jul 01 19:27:33.474 INFO O| Jul 01 19:27:33.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77522026-07-01T19:27:33.998Z[ recovery-image] Jul 01 19:27:33.474 INFO O| Jul 01 19:27:33.474 INFO STEP 827 (remove_files) COMPLETE
77532026-07-01T19:27:33.998Z[ recovery-image] Jul 01 19:27:33.474 INFO O| Jul 01 19:27:33.474 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-07-01T19:27:34.003Z[ recovery-image] Jul 01 19:27:33.479 INFO O| Jul 01 19:27:33.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77552026-07-01T19:27:34.003Z[ recovery-image] Jul 01 19:27:33.479 INFO O| Jul 01 19:27:33.479 INFO STEP 828 (remove_files) COMPLETE
77562026-07-01T19:27:34.004Z[ recovery-image] Jul 01 19:27:33.479 INFO O| Jul 01 19:27:33.479 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-07-01T19:27:34.013Z[ recovery-image] Jul 01 19:27:33.484 INFO O| Jul 01 19:27:33.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77582026-07-01T19:27:34.013Z[ recovery-image] Jul 01 19:27:33.484 INFO O| Jul 01 19:27:33.484 INFO STEP 829 (remove_files) COMPLETE
77592026-07-01T19:27:34.013Z[ recovery-image] Jul 01 19:27:33.485 INFO O| Jul 01 19:27:33.484 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-07-01T19:27:34.019Z[ recovery-image] Jul 01 19:27:33.490 INFO O| Jul 01 19:27:33.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77612026-07-01T19:27:34.019Z[ recovery-image] Jul 01 19:27:33.490 INFO O| Jul 01 19:27:33.490 INFO STEP 830 (remove_files) COMPLETE
77622026-07-01T19:27:34.019Z[ recovery-image] Jul 01 19:27:33.490 INFO O| Jul 01 19:27:33.490 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-07-01T19:27:34.024Z[ recovery-image] Jul 01 19:27:33.497 INFO O| Jul 01 19:27:33.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77642026-07-01T19:27:34.024Z[ recovery-image] Jul 01 19:27:33.497 INFO O| Jul 01 19:27:33.497 INFO STEP 831 (remove_files) COMPLETE
77652026-07-01T19:27:34.024Z[ recovery-image] Jul 01 19:27:33.497 INFO O| Jul 01 19:27:33.497 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-07-01T19:27:34.030Z[ recovery-image] Jul 01 19:27:33.503 INFO O| Jul 01 19:27:33.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77672026-07-01T19:27:34.030Z[ recovery-image] Jul 01 19:27:33.503 INFO O| Jul 01 19:27:33.503 INFO STEP 832 (remove_files) COMPLETE
77682026-07-01T19:27:34.030Z[ recovery-image] Jul 01 19:27:33.503 INFO O| Jul 01 19:27:33.503 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-07-01T19:27:34.033Z[ recovery-image] Jul 01 19:27:33.509 INFO O| Jul 01 19:27:33.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77702026-07-01T19:27:34.035Z[ recovery-image] Jul 01 19:27:33.510 INFO O| Jul 01 19:27:33.509 INFO STEP 833 (remove_files) COMPLETE
77712026-07-01T19:27:34.036Z[ recovery-image] Jul 01 19:27:33.510 INFO O| Jul 01 19:27:33.510 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-07-01T19:27:34.041Z[ recovery-image] Jul 01 19:27:33.516 INFO O| Jul 01 19:27:33.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77732026-07-01T19:27:34.041Z[ recovery-image] Jul 01 19:27:33.516 INFO O| Jul 01 19:27:33.516 INFO STEP 834 (remove_files) COMPLETE
77742026-07-01T19:27:34.041Z[ recovery-image] Jul 01 19:27:33.516 INFO O| Jul 01 19:27:33.516 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-07-01T19:27:34.045Z[ recovery-image] Jul 01 19:27:33.522 INFO O| Jul 01 19:27:33.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77762026-07-01T19:27:34.045Z[ recovery-image] Jul 01 19:27:33.522 INFO O| Jul 01 19:27:33.522 INFO STEP 835 (remove_files) COMPLETE
77772026-07-01T19:27:34.049Z[ recovery-image] Jul 01 19:27:33.522 INFO O| Jul 01 19:27:33.522 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-07-01T19:27:34.104Z[ recovery-image] Jul 01 19:27:33.528 INFO O| Jul 01 19:27:33.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77792026-07-01T19:27:34.104Z[ recovery-image] Jul 01 19:27:33.529 INFO O| Jul 01 19:27:33.529 INFO STEP 836 (remove_files) COMPLETE
77802026-07-01T19:27:34.105Z[ recovery-image] Jul 01 19:27:33.529 INFO O| Jul 01 19:27:33.529 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-07-01T19:27:34.133Z[ recovery-image] Jul 01 19:27:33.534 INFO O| Jul 01 19:27:33.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77822026-07-01T19:27:34.134Z[ recovery-image] Jul 01 19:27:33.534 INFO O| Jul 01 19:27:33.534 INFO STEP 837 (remove_files) COMPLETE
77832026-07-01T19:27:34.138Z[ recovery-image] Jul 01 19:27:33.534 INFO O| Jul 01 19:27:33.534 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-07-01T19:27:34.138Z[ recovery-image] Jul 01 19:27:33.540 INFO O| Jul 01 19:27:33.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77852026-07-01T19:27:34.138Z[ recovery-image] Jul 01 19:27:33.540 INFO O| Jul 01 19:27:33.540 INFO STEP 838 (remove_files) COMPLETE
77862026-07-01T19:27:34.138Z[ recovery-image] Jul 01 19:27:33.540 INFO O| Jul 01 19:27:33.540 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-07-01T19:27:34.138Z[ recovery-image] Jul 01 19:27:33.547 INFO O| Jul 01 19:27:33.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77882026-07-01T19:27:34.138Z[ recovery-image] Jul 01 19:27:33.547 INFO O| Jul 01 19:27:33.547 INFO STEP 839 (remove_files) COMPLETE
77892026-07-01T19:27:34.138Z[ recovery-image] Jul 01 19:27:33.547 INFO O| Jul 01 19:27:33.547 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-07-01T19:27:34.138Z[ recovery-image] Jul 01 19:27:33.553 INFO O| Jul 01 19:27:33.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77912026-07-01T19:27:34.138Z[ recovery-image] Jul 01 19:27:33.553 INFO O| Jul 01 19:27:33.553 INFO STEP 840 (remove_files) COMPLETE
77922026-07-01T19:27:34.138Z[ recovery-image] Jul 01 19:27:33.553 INFO O| Jul 01 19:27:33.553 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-07-01T19:27:34.138Z[ recovery-image] Jul 01 19:27:33.559 INFO O| Jul 01 19:27:33.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77942026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.559 INFO O| Jul 01 19:27:33.559 INFO STEP 841 (remove_files) COMPLETE
77952026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.559 INFO O| Jul 01 19:27:33.559 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.566 INFO O| Jul 01 19:27:33.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77972026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.566 INFO O| Jul 01 19:27:33.566 INFO STEP 842 (remove_files) COMPLETE
77982026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.566 INFO O| Jul 01 19:27:33.566 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.571 INFO O| Jul 01 19:27:33.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78002026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.571 INFO O| Jul 01 19:27:33.571 INFO STEP 843 (remove_files) COMPLETE
78012026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.571 INFO O| Jul 01 19:27:33.571 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.577 INFO O| Jul 01 19:27:33.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78032026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.577 INFO O| Jul 01 19:27:33.577 INFO STEP 844 (remove_files) COMPLETE
78042026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.577 INFO O| Jul 01 19:27:33.577 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.583 INFO O| Jul 01 19:27:33.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78062026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.583 INFO O| Jul 01 19:27:33.583 INFO STEP 845 (remove_files) COMPLETE
78072026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.583 INFO O| Jul 01 19:27:33.583 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.589 INFO O| Jul 01 19:27:33.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78092026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.589 INFO O| Jul 01 19:27:33.589 INFO STEP 846 (remove_files) COMPLETE
78102026-07-01T19:27:34.139Z[ recovery-image] Jul 01 19:27:33.589 INFO O| Jul 01 19:27:33.589 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.595 INFO O| Jul 01 19:27:33.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78122026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.595 INFO O| Jul 01 19:27:33.595 INFO STEP 847 (remove_files) COMPLETE
78132026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.595 INFO O| Jul 01 19:27:33.595 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.601 INFO O| Jul 01 19:27:33.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78152026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.601 INFO O| Jul 01 19:27:33.601 INFO STEP 848 (remove_files) COMPLETE
78162026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.601 INFO O| Jul 01 19:27:33.601 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.608 INFO O| Jul 01 19:27:33.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78182026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.608 INFO O| Jul 01 19:27:33.608 INFO STEP 849 (remove_files) COMPLETE
78192026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.608 INFO O| Jul 01 19:27:33.608 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.613 INFO O| Jul 01 19:27:33.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78212026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.614 INFO O| Jul 01 19:27:33.613 INFO STEP 850 (remove_files) COMPLETE
78222026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.614 INFO O| Jul 01 19:27:33.614 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.620 INFO O| Jul 01 19:27:33.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78242026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.620 INFO O| Jul 01 19:27:33.620 INFO STEP 851 (remove_files) COMPLETE
78252026-07-01T19:27:34.144Z[ recovery-image] Jul 01 19:27:33.620 INFO O| Jul 01 19:27:33.620 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-07-01T19:27:34.150Z[ recovery-image] Jul 01 19:27:33.625 INFO O| Jul 01 19:27:33.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78272026-07-01T19:27:34.157Z[ recovery-image] Jul 01 19:27:33.625 INFO O| Jul 01 19:27:33.625 INFO STEP 852 (remove_files) COMPLETE
78282026-07-01T19:27:34.157Z[ recovery-image] Jul 01 19:27:33.625 INFO O| Jul 01 19:27:33.625 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-07-01T19:27:34.165Z[ recovery-image] Jul 01 19:27:33.632 INFO O| Jul 01 19:27:33.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78302026-07-01T19:27:34.165Z[ recovery-image] Jul 01 19:27:33.632 INFO O| Jul 01 19:27:33.632 INFO STEP 853 (remove_files) COMPLETE
78312026-07-01T19:27:34.165Z[ recovery-image] Jul 01 19:27:33.632 INFO O| Jul 01 19:27:33.632 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-07-01T19:27:34.165Z[ recovery-image] Jul 01 19:27:33.638 INFO O| Jul 01 19:27:33.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78332026-07-01T19:27:34.165Z[ recovery-image] Jul 01 19:27:33.638 INFO O| Jul 01 19:27:33.638 INFO STEP 854 (remove_files) COMPLETE
78342026-07-01T19:27:34.165Z[ recovery-image] Jul 01 19:27:33.638 INFO O| Jul 01 19:27:33.638 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-07-01T19:27:34.169Z[ recovery-image] Jul 01 19:27:33.644 INFO O| Jul 01 19:27:33.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78362026-07-01T19:27:34.169Z[ recovery-image] Jul 01 19:27:33.644 INFO O| Jul 01 19:27:33.644 INFO STEP 855 (remove_files) COMPLETE
78372026-07-01T19:27:34.169Z[ recovery-image] Jul 01 19:27:33.644 INFO O| Jul 01 19:27:33.644 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-07-01T19:27:34.181Z[ recovery-image] Jul 01 19:27:33.650 INFO O| Jul 01 19:27:33.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78392026-07-01T19:27:34.181Z[ recovery-image] Jul 01 19:27:33.650 INFO O| Jul 01 19:27:33.650 INFO STEP 856 (remove_files) COMPLETE
78402026-07-01T19:27:34.188Z[ recovery-image] Jul 01 19:27:33.650 INFO O| Jul 01 19:27:33.650 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-07-01T19:27:34.188Z[ recovery-image] Jul 01 19:27:33.656 INFO O| Jul 01 19:27:33.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78422026-07-01T19:27:34.188Z[ recovery-image] Jul 01 19:27:33.656 INFO O| Jul 01 19:27:33.656 INFO STEP 857 (remove_files) COMPLETE
78432026-07-01T19:27:34.188Z[ recovery-image] Jul 01 19:27:33.656 INFO O| Jul 01 19:27:33.656 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-07-01T19:27:34.188Z[ recovery-image] Jul 01 19:27:33.662 INFO O| Jul 01 19:27:33.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78452026-07-01T19:27:34.188Z[ recovery-image] Jul 01 19:27:33.662 INFO O| Jul 01 19:27:33.662 INFO STEP 858 (remove_files) COMPLETE
78462026-07-01T19:27:34.188Z[ recovery-image] Jul 01 19:27:33.662 INFO O| Jul 01 19:27:33.662 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-07-01T19:27:34.196Z[ recovery-image] Jul 01 19:27:33.668 INFO O| Jul 01 19:27:33.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78482026-07-01T19:27:34.197Z[ recovery-image] Jul 01 19:27:33.668 INFO O| Jul 01 19:27:33.668 INFO STEP 859 (remove_files) COMPLETE
78492026-07-01T19:27:34.197Z[ recovery-image] Jul 01 19:27:33.668 INFO O| Jul 01 19:27:33.668 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-07-01T19:27:34.200Z[ recovery-image] Jul 01 19:27:33.674 INFO O| Jul 01 19:27:33.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78512026-07-01T19:27:34.200Z[ recovery-image] Jul 01 19:27:33.674 INFO O| Jul 01 19:27:33.674 INFO STEP 860 (remove_files) COMPLETE
78522026-07-01T19:27:34.201Z[ recovery-image] Jul 01 19:27:33.674 INFO O| Jul 01 19:27:33.674 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-07-01T19:27:34.223Z[ recovery-image] Jul 01 19:27:33.680 INFO O| Jul 01 19:27:33.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78542026-07-01T19:27:34.224Z[ recovery-image] Jul 01 19:27:33.680 INFO O| Jul 01 19:27:33.680 INFO STEP 861 (remove_files) COMPLETE
78552026-07-01T19:27:34.224Z[ recovery-image] Jul 01 19:27:33.680 INFO O| Jul 01 19:27:33.680 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-07-01T19:27:34.236Z[ recovery-image] Jul 01 19:27:33.686 INFO O| Jul 01 19:27:33.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78572026-07-01T19:27:34.236Z[ recovery-image] Jul 01 19:27:33.686 INFO O| Jul 01 19:27:33.686 INFO STEP 862 (remove_files) COMPLETE
78582026-07-01T19:27:34.236Z[ recovery-image] Jul 01 19:27:33.686 INFO O| Jul 01 19:27:33.686 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-07-01T19:27:34.236Z[ recovery-image] Jul 01 19:27:33.691 INFO O| Jul 01 19:27:33.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78602026-07-01T19:27:34.237Z[ recovery-image] Jul 01 19:27:33.691 INFO O| Jul 01 19:27:33.691 INFO STEP 863 (remove_files) COMPLETE
78612026-07-01T19:27:34.237Z[ recovery-image] Jul 01 19:27:33.691 INFO O| Jul 01 19:27:33.691 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-07-01T19:27:34.237Z[ recovery-image] Jul 01 19:27:33.698 INFO O| Jul 01 19:27:33.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78632026-07-01T19:27:34.237Z[ recovery-image] Jul 01 19:27:33.698 INFO O| Jul 01 19:27:33.698 INFO STEP 864 (remove_files) COMPLETE
78642026-07-01T19:27:34.237Z[ recovery-image] Jul 01 19:27:33.698 INFO O| Jul 01 19:27:33.698 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-07-01T19:27:34.237Z[ recovery-image] Jul 01 19:27:33.704 INFO O| Jul 01 19:27:33.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78662026-07-01T19:27:34.237Z[ recovery-image] Jul 01 19:27:33.704 INFO O| Jul 01 19:27:33.704 INFO STEP 865 (remove_files) COMPLETE
78672026-07-01T19:27:34.237Z[ recovery-image] Jul 01 19:27:33.704 INFO O| Jul 01 19:27:33.704 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-07-01T19:27:34.242Z[ recovery-image] Jul 01 19:27:33.709 INFO O| Jul 01 19:27:33.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78692026-07-01T19:27:34.242Z[ recovery-image] Jul 01 19:27:33.709 INFO O| Jul 01 19:27:33.709 INFO STEP 866 (remove_files) COMPLETE
78702026-07-01T19:27:34.243Z[ recovery-image] Jul 01 19:27:33.709 INFO O| Jul 01 19:27:33.709 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-07-01T19:27:34.243Z[ recovery-image] Jul 01 19:27:33.714 INFO O| Jul 01 19:27:33.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78722026-07-01T19:27:34.243Z[ recovery-image] Jul 01 19:27:33.714 INFO O| Jul 01 19:27:33.714 INFO STEP 867 (remove_files) COMPLETE
78732026-07-01T19:27:34.243Z[ recovery-image] Jul 01 19:27:33.714 INFO O| Jul 01 19:27:33.714 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-07-01T19:27:34.244Z[ recovery-image] Jul 01 19:27:33.719 INFO O| Jul 01 19:27:33.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78752026-07-01T19:27:34.244Z[ recovery-image] Jul 01 19:27:33.719 INFO O| Jul 01 19:27:33.719 INFO STEP 868 (remove_files) COMPLETE
78762026-07-01T19:27:34.244Z[ recovery-image] Jul 01 19:27:33.719 INFO O| Jul 01 19:27:33.719 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-07-01T19:27:34.250Z[ recovery-image] Jul 01 19:27:33.724 INFO O| Jul 01 19:27:33.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78782026-07-01T19:27:34.250Z[ recovery-image] Jul 01 19:27:33.724 INFO O| Jul 01 19:27:33.724 INFO STEP 869 (remove_files) COMPLETE
78792026-07-01T19:27:34.250Z[ recovery-image] Jul 01 19:27:33.724 INFO O| Jul 01 19:27:33.724 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-07-01T19:27:34.255Z[ recovery-image] Jul 01 19:27:33.732 INFO O| Jul 01 19:27:33.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78812026-07-01T19:27:34.258Z[ recovery-image] Jul 01 19:27:33.732 INFO O| Jul 01 19:27:33.732 INFO STEP 870 (remove_files) COMPLETE
78822026-07-01T19:27:34.258Z[ recovery-image] Jul 01 19:27:33.732 INFO O| Jul 01 19:27:33.732 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-07-01T19:27:34.261Z[ recovery-image] Jul 01 19:27:33.738 INFO O| Jul 01 19:27:33.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78842026-07-01T19:27:34.261Z[ recovery-image] Jul 01 19:27:33.738 INFO O| Jul 01 19:27:33.738 INFO STEP 871 (remove_files) COMPLETE
78852026-07-01T19:27:34.261Z[ recovery-image] Jul 01 19:27:33.738 INFO O| Jul 01 19:27:33.738 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-07-01T19:27:34.271Z[ recovery-image] Jul 01 19:27:33.743 INFO O| Jul 01 19:27:33.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78872026-07-01T19:27:34.271Z[ recovery-image] Jul 01 19:27:33.743 INFO O| Jul 01 19:27:33.743 INFO STEP 872 (remove_files) COMPLETE
78882026-07-01T19:27:34.271Z[ recovery-image] Jul 01 19:27:33.743 INFO O| Jul 01 19:27:33.743 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-07-01T19:27:34.287Z[ recovery-image] Jul 01 19:27:33.749 INFO O| Jul 01 19:27:33.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78902026-07-01T19:27:34.287Z[ recovery-image] Jul 01 19:27:33.749 INFO O| Jul 01 19:27:33.749 INFO STEP 873 (remove_files) COMPLETE
78912026-07-01T19:27:34.287Z[ recovery-image] Jul 01 19:27:33.749 INFO O| Jul 01 19:27:33.749 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-07-01T19:27:34.292Z[ recovery-image] Jul 01 19:27:33.755 INFO O| Jul 01 19:27:33.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78932026-07-01T19:27:34.292Z[ recovery-image] Jul 01 19:27:33.755 INFO O| Jul 01 19:27:33.755 INFO STEP 874 (remove_files) COMPLETE
78942026-07-01T19:27:34.292Z[ recovery-image] Jul 01 19:27:33.755 INFO O| Jul 01 19:27:33.755 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-07-01T19:27:34.292Z[ recovery-image] Jul 01 19:27:33.761 INFO O| Jul 01 19:27:33.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78962026-07-01T19:27:34.292Z[ recovery-image] Jul 01 19:27:33.761 INFO O| Jul 01 19:27:33.761 INFO STEP 875 (remove_files) COMPLETE
78972026-07-01T19:27:34.292Z[ recovery-image] Jul 01 19:27:33.761 INFO O| Jul 01 19:27:33.761 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-07-01T19:27:34.293Z[ recovery-image] Jul 01 19:27:33.768 INFO O| Jul 01 19:27:33.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78992026-07-01T19:27:34.293Z[ recovery-image] Jul 01 19:27:33.768 INFO O| Jul 01 19:27:33.768 INFO STEP 876 (remove_files) COMPLETE
79002026-07-01T19:27:34.293Z[ recovery-image] Jul 01 19:27:33.768 INFO O| Jul 01 19:27:33.768 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-07-01T19:27:34.297Z[ recovery-image] Jul 01 19:27:33.774 INFO O| Jul 01 19:27:33.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79022026-07-01T19:27:34.297Z[ recovery-image] Jul 01 19:27:33.774 INFO O| Jul 01 19:27:33.774 INFO STEP 877 (remove_files) COMPLETE
79032026-07-01T19:27:34.297Z[ recovery-image] Jul 01 19:27:33.774 INFO O| Jul 01 19:27:33.774 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-07-01T19:27:34.304Z[ recovery-image] Jul 01 19:27:33.781 INFO O| Jul 01 19:27:33.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79052026-07-01T19:27:34.304Z[ recovery-image] Jul 01 19:27:33.781 INFO O| Jul 01 19:27:33.781 INFO STEP 878 (remove_files) COMPLETE
79062026-07-01T19:27:34.304Z[ recovery-image] Jul 01 19:27:33.781 INFO O| Jul 01 19:27:33.781 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-07-01T19:27:34.313Z[ recovery-image] Jul 01 19:27:33.787 INFO O| Jul 01 19:27:33.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79082026-07-01T19:27:34.314Z[ recovery-image] Jul 01 19:27:33.787 INFO O| Jul 01 19:27:33.787 INFO STEP 879 (remove_files) COMPLETE
79092026-07-01T19:27:34.314Z[ recovery-image] Jul 01 19:27:33.787 INFO O| Jul 01 19:27:33.787 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-07-01T19:27:34.319Z[ recovery-image] Jul 01 19:27:33.793 INFO O| Jul 01 19:27:33.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79112026-07-01T19:27:34.319Z[ recovery-image] Jul 01 19:27:33.793 INFO O| Jul 01 19:27:33.793 INFO STEP 880 (remove_files) COMPLETE
79122026-07-01T19:27:34.319Z[ recovery-image] Jul 01 19:27:33.793 INFO O| Jul 01 19:27:33.793 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-07-01T19:27:34.326Z[ recovery-image] Jul 01 19:27:33.799 INFO O| Jul 01 19:27:33.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79142026-07-01T19:27:34.326Z[ recovery-image] Jul 01 19:27:33.799 INFO O| Jul 01 19:27:33.799 INFO STEP 881 (remove_files) COMPLETE
79152026-07-01T19:27:34.326Z[ recovery-image] Jul 01 19:27:33.799 INFO O| Jul 01 19:27:33.799 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-07-01T19:27:34.332Z[ recovery-image] Jul 01 19:27:33.804 INFO O| Jul 01 19:27:33.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79172026-07-01T19:27:34.332Z[ recovery-image] Jul 01 19:27:33.804 INFO O| Jul 01 19:27:33.804 INFO STEP 882 (remove_files) COMPLETE
79182026-07-01T19:27:34.332Z[ recovery-image] Jul 01 19:27:33.804 INFO O| Jul 01 19:27:33.804 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-07-01T19:27:34.339Z[ recovery-image] Jul 01 19:27:33.811 INFO O| Jul 01 19:27:33.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79202026-07-01T19:27:34.339Z[ recovery-image] Jul 01 19:27:33.811 INFO O| Jul 01 19:27:33.811 INFO STEP 883 (remove_files) COMPLETE
79212026-07-01T19:27:34.339Z[ recovery-image] Jul 01 19:27:33.811 INFO O| Jul 01 19:27:33.811 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-07-01T19:27:34.347Z[ recovery-image] Jul 01 19:27:33.817 INFO O| Jul 01 19:27:33.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79232026-07-01T19:27:34.347Z[ recovery-image] Jul 01 19:27:33.817 INFO O| Jul 01 19:27:33.817 INFO STEP 884 (remove_files) COMPLETE
79242026-07-01T19:27:34.347Z[ recovery-image] Jul 01 19:27:33.817 INFO O| Jul 01 19:27:33.817 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-07-01T19:27:34.351Z[ recovery-image] Jul 01 19:27:33.823 INFO O| Jul 01 19:27:33.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79262026-07-01T19:27:34.351Z[ recovery-image] Jul 01 19:27:33.823 INFO O| Jul 01 19:27:33.823 INFO STEP 885 (remove_files) COMPLETE
79272026-07-01T19:27:34.351Z[ recovery-image] Jul 01 19:27:33.823 INFO O| Jul 01 19:27:33.823 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-07-01T19:27:34.359Z[ recovery-image] Jul 01 19:27:33.829 INFO O| Jul 01 19:27:33.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79292026-07-01T19:27:34.360Z[ recovery-image] Jul 01 19:27:33.829 INFO O| Jul 01 19:27:33.829 INFO STEP 886 (remove_files) COMPLETE
79302026-07-01T19:27:34.360Z[ recovery-image] Jul 01 19:27:33.829 INFO O| Jul 01 19:27:33.829 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-07-01T19:27:34.369Z[ recovery-image] Jul 01 19:27:33.835 INFO O| Jul 01 19:27:33.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79322026-07-01T19:27:34.370Z[ recovery-image] Jul 01 19:27:33.835 INFO O| Jul 01 19:27:33.835 INFO STEP 887 (remove_files) COMPLETE
79332026-07-01T19:27:34.370Z[ recovery-image] Jul 01 19:27:33.835 INFO O| Jul 01 19:27:33.835 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-07-01T19:27:34.370Z[ recovery-image] Jul 01 19:27:33.841 INFO O| Jul 01 19:27:33.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79352026-07-01T19:27:34.370Z[ recovery-image] Jul 01 19:27:33.841 INFO O| Jul 01 19:27:33.841 INFO STEP 888 (remove_files) COMPLETE
79362026-07-01T19:27:34.370Z[ recovery-image] Jul 01 19:27:33.841 INFO O| Jul 01 19:27:33.841 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-07-01T19:27:34.373Z[ recovery-image] Jul 01 19:27:33.846 INFO O| Jul 01 19:27:33.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79382026-07-01T19:27:34.373Z[ recovery-image] Jul 01 19:27:33.846 INFO O| Jul 01 19:27:33.846 INFO STEP 889 (remove_files) COMPLETE
79392026-07-01T19:27:34.373Z[ recovery-image] Jul 01 19:27:33.846 INFO O| Jul 01 19:27:33.846 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-07-01T19:27:34.377Z[ recovery-image] Jul 01 19:27:33.853 INFO O| Jul 01 19:27:33.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79412026-07-01T19:27:34.377Z[ recovery-image] Jul 01 19:27:33.853 INFO O| Jul 01 19:27:33.853 INFO STEP 890 (remove_files) COMPLETE
79422026-07-01T19:27:34.377Z[ recovery-image] Jul 01 19:27:33.853 INFO O| Jul 01 19:27:33.853 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-07-01T19:27:34.384Z[ recovery-image] Jul 01 19:27:33.859 INFO O| Jul 01 19:27:33.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79442026-07-01T19:27:34.384Z[ recovery-image] Jul 01 19:27:33.859 INFO O| Jul 01 19:27:33.859 INFO STEP 891 (remove_files) COMPLETE
79452026-07-01T19:27:34.384Z[ recovery-image] Jul 01 19:27:33.859 INFO O| Jul 01 19:27:33.859 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-07-01T19:27:34.390Z[ recovery-image] Jul 01 19:27:33.865 INFO O| Jul 01 19:27:33.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79472026-07-01T19:27:34.390Z[ recovery-image] Jul 01 19:27:33.865 INFO O| Jul 01 19:27:33.865 INFO STEP 892 (remove_files) COMPLETE
79482026-07-01T19:27:34.390Z[ recovery-image] Jul 01 19:27:33.865 INFO O| Jul 01 19:27:33.865 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-07-01T19:27:34.395Z[ recovery-image] Jul 01 19:27:33.871 INFO O| Jul 01 19:27:33.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79502026-07-01T19:27:34.395Z[ recovery-image] Jul 01 19:27:33.871 INFO O| Jul 01 19:27:33.871 INFO STEP 893 (remove_files) COMPLETE
79512026-07-01T19:27:34.395Z[ recovery-image] Jul 01 19:27:33.871 INFO O| Jul 01 19:27:33.871 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-07-01T19:27:34.399Z[ recovery-image] Jul 01 19:27:33.877 INFO O| Jul 01 19:27:33.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79532026-07-01T19:27:34.399Z[ recovery-image] Jul 01 19:27:33.877 INFO O| Jul 01 19:27:33.877 INFO STEP 894 (remove_files) COMPLETE
79542026-07-01T19:27:34.399Z[ recovery-image] Jul 01 19:27:33.877 INFO O| Jul 01 19:27:33.877 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-07-01T19:27:34.406Z[ recovery-image] Jul 01 19:27:33.883 INFO O| Jul 01 19:27:33.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79562026-07-01T19:27:34.415Z[ recovery-image] Jul 01 19:27:33.883 INFO O| Jul 01 19:27:33.883 INFO STEP 895 (remove_files) COMPLETE
79572026-07-01T19:27:34.416Z[ recovery-image] Jul 01 19:27:33.883 INFO O| Jul 01 19:27:33.883 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-07-01T19:27:34.416Z[ recovery-image] Jul 01 19:27:33.889 INFO O| Jul 01 19:27:33.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79592026-07-01T19:27:34.416Z[ recovery-image] Jul 01 19:27:33.889 INFO O| Jul 01 19:27:33.889 INFO STEP 896 (remove_files) COMPLETE
79602026-07-01T19:27:34.416Z[ recovery-image] Jul 01 19:27:33.889 INFO O| Jul 01 19:27:33.889 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-07-01T19:27:34.420Z[ recovery-image] Jul 01 19:27:33.896 INFO O| Jul 01 19:27:33.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79622026-07-01T19:27:34.420Z[ recovery-image] Jul 01 19:27:33.896 INFO O| Jul 01 19:27:33.896 INFO STEP 897 (remove_files) COMPLETE
79632026-07-01T19:27:34.420Z[ recovery-image] Jul 01 19:27:33.896 INFO O| Jul 01 19:27:33.896 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-07-01T19:27:34.435Z[ recovery-image] Jul 01 19:27:33.902 INFO O| Jul 01 19:27:33.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79652026-07-01T19:27:34.435Z[ recovery-image] Jul 01 19:27:33.902 INFO O| Jul 01 19:27:33.902 INFO STEP 898 (remove_files) COMPLETE
79662026-07-01T19:27:34.435Z[ recovery-image] Jul 01 19:27:33.902 INFO O| Jul 01 19:27:33.902 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-07-01T19:27:34.435Z[ recovery-image] Jul 01 19:27:33.908 INFO O| Jul 01 19:27:33.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79682026-07-01T19:27:34.435Z[ recovery-image] Jul 01 19:27:33.908 INFO O| Jul 01 19:27:33.908 INFO STEP 899 (remove_files) COMPLETE
79692026-07-01T19:27:34.435Z[ recovery-image] Jul 01 19:27:33.908 INFO O| Jul 01 19:27:33.908 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-07-01T19:27:34.441Z[ recovery-image] Jul 01 19:27:33.915 INFO O| Jul 01 19:27:33.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79712026-07-01T19:27:34.441Z[ recovery-image] Jul 01 19:27:33.915 INFO O| Jul 01 19:27:33.915 INFO STEP 900 (remove_files) COMPLETE
79722026-07-01T19:27:34.441Z[ recovery-image] Jul 01 19:27:33.915 INFO O| Jul 01 19:27:33.915 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-07-01T19:27:34.447Z[ recovery-image] Jul 01 19:27:33.921 INFO O| Jul 01 19:27:33.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79742026-07-01T19:27:34.447Z[ recovery-image] Jul 01 19:27:33.921 INFO O| Jul 01 19:27:33.921 INFO STEP 901 (remove_files) COMPLETE
79752026-07-01T19:27:34.447Z[ recovery-image] Jul 01 19:27:33.921 INFO O| Jul 01 19:27:33.921 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-07-01T19:27:34.451Z[ recovery-image] Jul 01 19:27:33.927 INFO O| Jul 01 19:27:33.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79772026-07-01T19:27:34.452Z[ recovery-image] Jul 01 19:27:33.927 INFO O| Jul 01 19:27:33.927 INFO STEP 902 (remove_files) COMPLETE
79782026-07-01T19:27:34.452Z[ recovery-image] Jul 01 19:27:33.927 INFO O| Jul 01 19:27:33.927 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-07-01T19:27:34.461Z[ recovery-image] Jul 01 19:27:33.933 INFO O| Jul 01 19:27:33.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79802026-07-01T19:27:34.461Z[ recovery-image] Jul 01 19:27:33.934 INFO O| Jul 01 19:27:33.934 INFO STEP 903 (remove_files) COMPLETE
79812026-07-01T19:27:34.461Z[ recovery-image] Jul 01 19:27:33.934 INFO O| Jul 01 19:27:33.934 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-07-01T19:27:34.464Z[ recovery-image] Jul 01 19:27:33.940 INFO O| Jul 01 19:27:33.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79832026-07-01T19:27:34.465Z[ recovery-image] Jul 01 19:27:33.940 INFO O| Jul 01 19:27:33.940 INFO STEP 904 (remove_files) COMPLETE
79842026-07-01T19:27:34.465Z[ recovery-image] Jul 01 19:27:33.940 INFO O| Jul 01 19:27:33.940 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-07-01T19:27:34.469Z[ recovery-image] Jul 01 19:27:33.946 INFO O| Jul 01 19:27:33.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79862026-07-01T19:27:34.469Z[ recovery-image] Jul 01 19:27:33.946 INFO O| Jul 01 19:27:33.946 INFO STEP 905 (remove_files) COMPLETE
79872026-07-01T19:27:34.476Z[ recovery-image] Jul 01 19:27:33.946 INFO O| Jul 01 19:27:33.946 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-07-01T19:27:34.482Z[ recovery-image] Jul 01 19:27:33.952 INFO O| Jul 01 19:27:33.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79892026-07-01T19:27:34.482Z[ recovery-image] Jul 01 19:27:33.952 INFO O| Jul 01 19:27:33.952 INFO STEP 906 (remove_files) COMPLETE
79902026-07-01T19:27:34.483Z[ recovery-image] Jul 01 19:27:33.952 INFO O| Jul 01 19:27:33.952 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-07-01T19:27:34.487Z[ recovery-image] Jul 01 19:27:33.959 INFO O| Jul 01 19:27:33.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79922026-07-01T19:27:34.487Z[ recovery-image] Jul 01 19:27:33.959 INFO O| Jul 01 19:27:33.959 INFO STEP 907 (remove_files) COMPLETE
79932026-07-01T19:27:34.487Z[ recovery-image] Jul 01 19:27:33.959 INFO O| Jul 01 19:27:33.959 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-07-01T19:27:34.493Z[ recovery-image] Jul 01 19:27:33.965 INFO O| Jul 01 19:27:33.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79952026-07-01T19:27:34.493Z[ recovery-image] Jul 01 19:27:33.965 INFO O| Jul 01 19:27:33.965 INFO STEP 908 (remove_files) COMPLETE
79962026-07-01T19:27:34.493Z[ recovery-image] Jul 01 19:27:33.965 INFO O| Jul 01 19:27:33.965 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-07-01T19:27:34.496Z[ recovery-image] Jul 01 19:27:33.971 INFO O| Jul 01 19:27:33.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79982026-07-01T19:27:34.496Z[ recovery-image] Jul 01 19:27:33.971 INFO O| Jul 01 19:27:33.971 INFO STEP 909 (remove_files) COMPLETE
79992026-07-01T19:27:34.496Z[ recovery-image] Jul 01 19:27:33.971 INFO O| Jul 01 19:27:33.971 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-07-01T19:27:34.500Z[ recovery-image] Jul 01 19:27:33.976 INFO O| Jul 01 19:27:33.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80012026-07-01T19:27:34.501Z[ recovery-image] Jul 01 19:27:33.976 INFO O| Jul 01 19:27:33.976 INFO STEP 910 (remove_files) COMPLETE
80022026-07-01T19:27:34.501Z[ recovery-image] Jul 01 19:27:33.976 INFO O| Jul 01 19:27:33.976 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-07-01T19:27:34.505Z[ recovery-image] Jul 01 19:27:33.981 INFO O| Jul 01 19:27:33.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80042026-07-01T19:27:34.505Z[ recovery-image] Jul 01 19:27:33.981 INFO O| Jul 01 19:27:33.981 INFO STEP 911 (remove_files) COMPLETE
80052026-07-01T19:27:34.505Z[ recovery-image] Jul 01 19:27:33.981 INFO O| Jul 01 19:27:33.981 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-07-01T19:27:34.515Z[ recovery-image] Jul 01 19:27:33.987 INFO O| Jul 01 19:27:33.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80072026-07-01T19:27:34.515Z[ recovery-image] Jul 01 19:27:33.987 INFO O| Jul 01 19:27:33.987 INFO STEP 912 (remove_files) COMPLETE
80082026-07-01T19:27:34.518Z[ recovery-image] Jul 01 19:27:33.987 INFO O| Jul 01 19:27:33.987 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-07-01T19:27:34.518Z[ recovery-image] Jul 01 19:27:33.992 INFO O| Jul 01 19:27:33.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80102026-07-01T19:27:34.518Z[ recovery-image] Jul 01 19:27:33.992 INFO O| Jul 01 19:27:33.992 INFO STEP 913 (remove_files) COMPLETE
80112026-07-01T19:27:34.518Z[ recovery-image] Jul 01 19:27:33.992 INFO O| Jul 01 19:27:33.992 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-07-01T19:27:34.521Z[ recovery-image] Jul 01 19:27:33.997 INFO O| Jul 01 19:27:33.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80132026-07-01T19:27:34.521Z[ recovery-image] Jul 01 19:27:33.997 INFO O| Jul 01 19:27:33.996 INFO STEP 914 (remove_files) COMPLETE
80142026-07-01T19:27:34.522Z[ recovery-image] Jul 01 19:27:33.997 INFO O| Jul 01 19:27:33.997 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-07-01T19:27:34.524Z[ recovery-image] Jul 01 19:27:34.002 INFO O| Jul 01 19:27:34.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80162026-07-01T19:27:34.525Z[ recovery-image] Jul 01 19:27:34.002 INFO O| Jul 01 19:27:34.002 INFO STEP 915 (remove_files) COMPLETE
80172026-07-01T19:27:34.525Z[ recovery-image] Jul 01 19:27:34.002 INFO O| Jul 01 19:27:34.002 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-07-01T19:27:34.532Z[ recovery-image] Jul 01 19:27:34.008 INFO O| Jul 01 19:27:34.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80192026-07-01T19:27:34.540Z[ recovery-image] Jul 01 19:27:34.008 INFO O| Jul 01 19:27:34.008 INFO STEP 916 (remove_files) COMPLETE
80202026-07-01T19:27:34.540Z[ recovery-image] Jul 01 19:27:34.008 INFO O| Jul 01 19:27:34.008 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-07-01T19:27:34.547Z[ recovery-image] Jul 01 19:27:34.016 INFO O| Jul 01 19:27:34.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80222026-07-01T19:27:34.548Z[ recovery-image] Jul 01 19:27:34.016 INFO O| Jul 01 19:27:34.016 INFO STEP 917 (remove_files) COMPLETE
80232026-07-01T19:27:34.548Z[ recovery-image] Jul 01 19:27:34.016 INFO O| Jul 01 19:27:34.016 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-07-01T19:27:34.548Z[ recovery-image] Jul 01 19:27:34.022 INFO O| Jul 01 19:27:34.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80252026-07-01T19:27:34.548Z[ recovery-image] Jul 01 19:27:34.022 INFO O| Jul 01 19:27:34.022 INFO STEP 918 (remove_files) COMPLETE
80262026-07-01T19:27:34.548Z[ recovery-image] Jul 01 19:27:34.022 INFO O| Jul 01 19:27:34.022 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-07-01T19:27:34.554Z[ recovery-image] Jul 01 19:27:34.028 INFO O| Jul 01 19:27:34.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80282026-07-01T19:27:34.554Z[ recovery-image] Jul 01 19:27:34.028 INFO O| Jul 01 19:27:34.028 INFO STEP 919 (remove_files) COMPLETE
80292026-07-01T19:27:34.554Z[ recovery-image] Jul 01 19:27:34.028 INFO O| Jul 01 19:27:34.028 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-07-01T19:27:34.557Z[ recovery-image] Jul 01 19:27:34.033 INFO O| Jul 01 19:27:34.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80312026-07-01T19:27:34.557Z[ recovery-image] Jul 01 19:27:34.033 INFO O| Jul 01 19:27:34.033 INFO STEP 920 (remove_files) COMPLETE
80322026-07-01T19:27:34.557Z[ recovery-image] Jul 01 19:27:34.033 INFO O| Jul 01 19:27:34.033 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-07-01T19:27:34.561Z[ recovery-image] Jul 01 19:27:34.039 INFO O| Jul 01 19:27:34.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80342026-07-01T19:27:34.561Z[ recovery-image] Jul 01 19:27:34.039 INFO O| Jul 01 19:27:34.039 INFO STEP 921 (remove_files) COMPLETE
80352026-07-01T19:27:34.561Z[ recovery-image] Jul 01 19:27:34.039 INFO O| Jul 01 19:27:34.039 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-07-01T19:27:34.567Z[ recovery-image] Jul 01 19:27:34.045 INFO O| Jul 01 19:27:34.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80372026-07-01T19:27:34.567Z[ recovery-image] Jul 01 19:27:34.045 INFO O| Jul 01 19:27:34.045 INFO STEP 922 (remove_files) COMPLETE
80382026-07-01T19:27:34.576Z[ recovery-image] Jul 01 19:27:34.045 INFO O| Jul 01 19:27:34.045 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-07-01T19:27:34.576Z[ recovery-image] Jul 01 19:27:34.050 INFO O| Jul 01 19:27:34.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80402026-07-01T19:27:34.576Z[ recovery-image] Jul 01 19:27:34.050 INFO O| Jul 01 19:27:34.050 INFO STEP 923 (remove_files) COMPLETE
80412026-07-01T19:27:34.576Z[ recovery-image] Jul 01 19:27:34.050 INFO O| Jul 01 19:27:34.050 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-07-01T19:27:34.579Z[ recovery-image] Jul 01 19:27:34.056 INFO O| Jul 01 19:27:34.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80432026-07-01T19:27:34.579Z[ recovery-image] Jul 01 19:27:34.056 INFO O| Jul 01 19:27:34.056 INFO STEP 924 (remove_files) COMPLETE
80442026-07-01T19:27:34.579Z[ recovery-image] Jul 01 19:27:34.056 INFO O| Jul 01 19:27:34.056 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-07-01T19:27:34.583Z[ recovery-image] Jul 01 19:27:34.061 INFO O| Jul 01 19:27:34.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80462026-07-01T19:27:34.583Z[ recovery-image] Jul 01 19:27:34.061 INFO O| Jul 01 19:27:34.061 INFO STEP 925 (remove_files) COMPLETE
80472026-07-01T19:27:34.587Z[ recovery-image] Jul 01 19:27:34.061 INFO O| Jul 01 19:27:34.061 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-07-01T19:27:34.591Z[ recovery-image] Jul 01 19:27:34.065 INFO O| Jul 01 19:27:34.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80492026-07-01T19:27:34.591Z[ recovery-image] Jul 01 19:27:34.065 INFO O| Jul 01 19:27:34.065 INFO STEP 926 (remove_files) COMPLETE
80502026-07-01T19:27:34.591Z[ recovery-image] Jul 01 19:27:34.065 INFO O| Jul 01 19:27:34.065 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-07-01T19:27:34.596Z[ recovery-image] Jul 01 19:27:34.070 INFO O| Jul 01 19:27:34.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80522026-07-01T19:27:34.596Z[ recovery-image] Jul 01 19:27:34.070 INFO O| Jul 01 19:27:34.070 INFO STEP 927 (remove_files) COMPLETE
80532026-07-01T19:27:34.596Z[ recovery-image] Jul 01 19:27:34.070 INFO O| Jul 01 19:27:34.070 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-07-01T19:27:34.602Z[ recovery-image] Jul 01 19:27:34.075 INFO O| Jul 01 19:27:34.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80552026-07-01T19:27:34.602Z[ recovery-image] Jul 01 19:27:34.075 INFO O| Jul 01 19:27:34.075 INFO STEP 928 (remove_files) COMPLETE
80562026-07-01T19:27:34.602Z[ recovery-image] Jul 01 19:27:34.075 INFO O| Jul 01 19:27:34.075 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-07-01T19:27:34.609Z[ recovery-image] Jul 01 19:27:34.080 INFO O| Jul 01 19:27:34.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80582026-07-01T19:27:34.609Z[ recovery-image] Jul 01 19:27:34.080 INFO O| Jul 01 19:27:34.080 INFO STEP 929 (remove_files) COMPLETE
80592026-07-01T19:27:34.609Z[ recovery-image] Jul 01 19:27:34.080 INFO O| Jul 01 19:27:34.080 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-07-01T19:27:34.613Z[ recovery-image] Jul 01 19:27:34.085 INFO O| Jul 01 19:27:34.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80612026-07-01T19:27:34.613Z[ recovery-image] Jul 01 19:27:34.085 INFO O| Jul 01 19:27:34.085 INFO STEP 930 (remove_files) COMPLETE
80622026-07-01T19:27:34.613Z[ recovery-image] Jul 01 19:27:34.085 INFO O| Jul 01 19:27:34.085 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-07-01T19:27:34.620Z[ recovery-image] Jul 01 19:27:34.091 INFO O| Jul 01 19:27:34.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80642026-07-01T19:27:34.620Z[ recovery-image] Jul 01 19:27:34.091 INFO O| Jul 01 19:27:34.091 INFO STEP 931 (remove_files) COMPLETE
80652026-07-01T19:27:34.620Z[ recovery-image] Jul 01 19:27:34.091 INFO O| Jul 01 19:27:34.091 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-07-01T19:27:34.631Z[ recovery-image] Jul 01 19:27:34.097 INFO O| Jul 01 19:27:34.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80672026-07-01T19:27:34.631Z[ recovery-image] Jul 01 19:27:34.097 INFO O| Jul 01 19:27:34.097 INFO STEP 932 (remove_files) COMPLETE
80682026-07-01T19:27:34.631Z[ recovery-image] Jul 01 19:27:34.097 INFO O| Jul 01 19:27:34.097 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-07-01T19:27:34.635Z[ recovery-image] Jul 01 19:27:34.102 INFO O| Jul 01 19:27:34.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80702026-07-01T19:27:34.635Z[ recovery-image] Jul 01 19:27:34.102 INFO O| Jul 01 19:27:34.102 INFO STEP 933 (remove_files) COMPLETE
80712026-07-01T19:27:34.636Z[ recovery-image] Jul 01 19:27:34.102 INFO O| Jul 01 19:27:34.102 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-07-01T19:27:34.636Z[ recovery-image] Jul 01 19:27:34.108 INFO O| Jul 01 19:27:34.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80732026-07-01T19:27:34.636Z[ recovery-image] Jul 01 19:27:34.108 INFO O| Jul 01 19:27:34.108 INFO STEP 934 (remove_files) COMPLETE
80742026-07-01T19:27:34.636Z[ recovery-image] Jul 01 19:27:34.108 INFO O| Jul 01 19:27:34.108 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-07-01T19:27:34.639Z[ recovery-image] Jul 01 19:27:34.114 INFO O| Jul 01 19:27:34.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80762026-07-01T19:27:34.639Z[ recovery-image] Jul 01 19:27:34.114 INFO O| Jul 01 19:27:34.114 INFO STEP 935 (remove_files) COMPLETE
80772026-07-01T19:27:34.639Z[ recovery-image] Jul 01 19:27:34.114 INFO O| Jul 01 19:27:34.114 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-07-01T19:27:34.645Z[ recovery-image] Jul 01 19:27:34.119 INFO O| Jul 01 19:27:34.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80792026-07-01T19:27:34.645Z[ recovery-image] Jul 01 19:27:34.119 INFO O| Jul 01 19:27:34.119 INFO STEP 936 (remove_files) COMPLETE
80802026-07-01T19:27:34.645Z[ recovery-image] Jul 01 19:27:34.119 INFO O| Jul 01 19:27:34.119 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-07-01T19:27:34.649Z[ recovery-image] Jul 01 19:27:34.125 INFO O| Jul 01 19:27:34.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80822026-07-01T19:27:34.649Z[ recovery-image] Jul 01 19:27:34.125 INFO O| Jul 01 19:27:34.125 INFO STEP 937 (remove_files) COMPLETE
80832026-07-01T19:27:34.649Z[ recovery-image] Jul 01 19:27:34.125 INFO O| Jul 01 19:27:34.125 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-07-01T19:27:34.654Z[ recovery-image] Jul 01 19:27:34.130 INFO O| Jul 01 19:27:34.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80852026-07-01T19:27:34.655Z[ recovery-image] Jul 01 19:27:34.130 INFO O| Jul 01 19:27:34.130 INFO STEP 938 (remove_files) COMPLETE
80862026-07-01T19:27:34.662Z[ recovery-image] Jul 01 19:27:34.130 INFO O| Jul 01 19:27:34.130 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-07-01T19:27:34.668Z[ recovery-image] Jul 01 19:27:34.136 INFO O| Jul 01 19:27:34.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80882026-07-01T19:27:34.668Z[ recovery-image] Jul 01 19:27:34.136 INFO O| Jul 01 19:27:34.136 INFO STEP 939 (remove_files) COMPLETE
80892026-07-01T19:27:34.668Z[ recovery-image] Jul 01 19:27:34.136 INFO O| Jul 01 19:27:34.136 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-07-01T19:27:34.668Z[ recovery-image] Jul 01 19:27:34.141 INFO O| Jul 01 19:27:34.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80912026-07-01T19:27:34.668Z[ recovery-image] Jul 01 19:27:34.142 INFO O| Jul 01 19:27:34.142 INFO STEP 940 (remove_files) COMPLETE
80922026-07-01T19:27:34.668Z[ recovery-image] Jul 01 19:27:34.142 INFO O| Jul 01 19:27:34.142 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-07-01T19:27:34.672Z[ recovery-image] Jul 01 19:27:34.148 INFO O| Jul 01 19:27:34.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80942026-07-01T19:27:34.672Z[ recovery-image] Jul 01 19:27:34.148 INFO O| Jul 01 19:27:34.148 INFO STEP 941 (remove_files) COMPLETE
80952026-07-01T19:27:34.672Z[ recovery-image] Jul 01 19:27:34.148 INFO O| Jul 01 19:27:34.148 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-07-01T19:27:34.677Z[ recovery-image] Jul 01 19:27:34.154 INFO O| Jul 01 19:27:34.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80972026-07-01T19:27:34.680Z[ recovery-image] Jul 01 19:27:34.154 INFO O| Jul 01 19:27:34.154 INFO STEP 942 (remove_files) COMPLETE
80982026-07-01T19:27:34.680Z[ recovery-image] Jul 01 19:27:34.154 INFO O| Jul 01 19:27:34.154 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-07-01T19:27:34.682Z[ recovery-image] Jul 01 19:27:34.160 INFO O| Jul 01 19:27:34.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81002026-07-01T19:27:34.682Z[ recovery-image] Jul 01 19:27:34.160 INFO O| Jul 01 19:27:34.160 INFO STEP 943 (remove_files) COMPLETE
81012026-07-01T19:27:34.682Z[ recovery-image] Jul 01 19:27:34.160 INFO O| Jul 01 19:27:34.160 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-07-01T19:27:34.689Z[ recovery-image] Jul 01 19:27:34.165 INFO O| Jul 01 19:27:34.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81032026-07-01T19:27:34.690Z[ recovery-image] Jul 01 19:27:34.165 INFO O| Jul 01 19:27:34.165 INFO STEP 944 (remove_files) COMPLETE
81042026-07-01T19:27:34.690Z[ recovery-image] Jul 01 19:27:34.165 INFO O| Jul 01 19:27:34.165 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-07-01T19:27:34.699Z[ recovery-image] Jul 01 19:27:34.170 INFO O| Jul 01 19:27:34.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81062026-07-01T19:27:34.699Z[ recovery-image] Jul 01 19:27:34.170 INFO O| Jul 01 19:27:34.170 INFO STEP 945 (remove_files) COMPLETE
81072026-07-01T19:27:34.699Z[ recovery-image] Jul 01 19:27:34.170 INFO O| Jul 01 19:27:34.170 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-07-01T19:27:34.704Z[ recovery-image] Jul 01 19:27:34.177 INFO O| Jul 01 19:27:34.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81092026-07-01T19:27:34.704Z[ recovery-image] Jul 01 19:27:34.177 INFO O| Jul 01 19:27:34.177 INFO STEP 946 (remove_files) COMPLETE
81102026-07-01T19:27:34.704Z[ recovery-image] Jul 01 19:27:34.177 INFO O| Jul 01 19:27:34.177 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-07-01T19:27:34.708Z[ recovery-image] Jul 01 19:27:34.183 INFO O| Jul 01 19:27:34.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81122026-07-01T19:27:34.708Z[ recovery-image] Jul 01 19:27:34.183 INFO O| Jul 01 19:27:34.183 INFO STEP 947 (remove_files) COMPLETE
81132026-07-01T19:27:34.708Z[ recovery-image] Jul 01 19:27:34.183 INFO O| Jul 01 19:27:34.183 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-07-01T19:27:34.711Z[ recovery-image] Jul 01 19:27:34.188 INFO O| Jul 01 19:27:34.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81152026-07-01T19:27:34.715Z[ recovery-image] Jul 01 19:27:34.189 INFO O| Jul 01 19:27:34.188 INFO STEP 948 (remove_files) COMPLETE
81162026-07-01T19:27:34.715Z[ recovery-image] Jul 01 19:27:34.189 INFO O| Jul 01 19:27:34.189 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-07-01T19:27:34.717Z[ recovery-image] Jul 01 19:27:34.194 INFO O| Jul 01 19:27:34.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81182026-07-01T19:27:34.717Z[ recovery-image] Jul 01 19:27:34.194 INFO O| Jul 01 19:27:34.194 INFO STEP 949 (remove_files) COMPLETE
81192026-07-01T19:27:34.717Z[ recovery-image] Jul 01 19:27:34.194 INFO O| Jul 01 19:27:34.194 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-07-01T19:27:34.722Z[ recovery-image] Jul 01 19:27:34.199 INFO O| Jul 01 19:27:34.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81212026-07-01T19:27:34.722Z[ recovery-image] Jul 01 19:27:34.199 INFO O| Jul 01 19:27:34.199 INFO STEP 950 (remove_files) COMPLETE
81222026-07-01T19:27:34.722Z[ recovery-image] Jul 01 19:27:34.199 INFO O| Jul 01 19:27:34.199 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-07-01T19:27:34.728Z[ recovery-image] Jul 01 19:27:34.205 INFO O| Jul 01 19:27:34.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81242026-07-01T19:27:34.728Z[ recovery-image] Jul 01 19:27:34.205 INFO O| Jul 01 19:27:34.205 INFO STEP 951 (remove_files) COMPLETE
81252026-07-01T19:27:34.728Z[ recovery-image] Jul 01 19:27:34.205 INFO O| Jul 01 19:27:34.205 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-07-01T19:27:34.735Z[ recovery-image] Jul 01 19:27:34.210 INFO O| Jul 01 19:27:34.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81272026-07-01T19:27:34.735Z[ recovery-image] Jul 01 19:27:34.210 INFO O| Jul 01 19:27:34.210 INFO STEP 952 (remove_files) COMPLETE
81282026-07-01T19:27:34.739Z[ recovery-image] Jul 01 19:27:34.210 INFO O| Jul 01 19:27:34.210 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-07-01T19:27:34.739Z[ recovery-image] Jul 01 19:27:34.215 INFO O| Jul 01 19:27:34.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81302026-07-01T19:27:34.739Z[ recovery-image] Jul 01 19:27:34.215 INFO O| Jul 01 19:27:34.215 INFO STEP 953 (remove_files) COMPLETE
81312026-07-01T19:27:34.739Z[ recovery-image] Jul 01 19:27:34.215 INFO O| Jul 01 19:27:34.215 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-07-01T19:27:34.744Z[ recovery-image] Jul 01 19:27:34.220 INFO O| Jul 01 19:27:34.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81332026-07-01T19:27:34.744Z[ recovery-image] Jul 01 19:27:34.220 INFO O| Jul 01 19:27:34.220 INFO STEP 954 (remove_files) COMPLETE
81342026-07-01T19:27:34.815Z[ recovery-image] Jul 01 19:27:34.220 INFO O| Jul 01 19:27:34.220 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-07-01T19:27:34.820Z[ recovery-image] Jul 01 19:27:34.226 INFO O| Jul 01 19:27:34.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81362026-07-01T19:27:34.820Z[ recovery-image] Jul 01 19:27:34.226 INFO O| Jul 01 19:27:34.226 INFO STEP 955 (remove_files) COMPLETE
81372026-07-01T19:27:34.820Z[ recovery-image] Jul 01 19:27:34.226 INFO O| Jul 01 19:27:34.226 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-07-01T19:27:34.820Z[ recovery-image] Jul 01 19:27:34.231 INFO O| Jul 01 19:27:34.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81392026-07-01T19:27:34.820Z[ recovery-image] Jul 01 19:27:34.231 INFO O| Jul 01 19:27:34.231 INFO STEP 956 (remove_files) COMPLETE
81402026-07-01T19:27:34.820Z[ recovery-image] Jul 01 19:27:34.231 INFO O| Jul 01 19:27:34.231 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-07-01T19:27:34.820Z[ recovery-image] Jul 01 19:27:34.236 INFO O| Jul 01 19:27:34.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81422026-07-01T19:27:34.820Z[ recovery-image] Jul 01 19:27:34.236 INFO O| Jul 01 19:27:34.236 INFO STEP 957 (remove_files) COMPLETE
81432026-07-01T19:27:34.820Z[ recovery-image] Jul 01 19:27:34.236 INFO O| Jul 01 19:27:34.236 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-07-01T19:27:34.821Z[ recovery-image] Jul 01 19:27:34.241 INFO O| Jul 01 19:27:34.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81452026-07-01T19:27:34.821Z[ recovery-image] Jul 01 19:27:34.241 INFO O| Jul 01 19:27:34.241 INFO STEP 958 (remove_files) COMPLETE
81462026-07-01T19:27:34.821Z[ recovery-image] Jul 01 19:27:34.241 INFO O| Jul 01 19:27:34.241 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-07-01T19:27:34.821Z[ recovery-image] Jul 01 19:27:34.247 INFO O| Jul 01 19:27:34.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81482026-07-01T19:27:34.822Z[ recovery-image] Jul 01 19:27:34.247 INFO O| Jul 01 19:27:34.247 INFO STEP 959 (remove_files) COMPLETE
81492026-07-01T19:27:34.822Z[ recovery-image] Jul 01 19:27:34.247 INFO O| Jul 01 19:27:34.247 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-07-01T19:27:34.822Z[ recovery-image] Jul 01 19:27:34.255 INFO O| Jul 01 19:27:34.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81512026-07-01T19:27:34.822Z[ recovery-image] Jul 01 19:27:34.255 INFO O| Jul 01 19:27:34.255 INFO STEP 960 (remove_files) COMPLETE
81522026-07-01T19:27:34.822Z[ recovery-image] Jul 01 19:27:34.255 INFO O| Jul 01 19:27:34.255 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-07-01T19:27:34.822Z[ recovery-image] Jul 01 19:27:34.262 INFO O| Jul 01 19:27:34.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81542026-07-01T19:27:34.822Z[ recovery-image] Jul 01 19:27:34.262 INFO O| Jul 01 19:27:34.262 INFO STEP 961 (remove_files) COMPLETE
81552026-07-01T19:27:34.822Z[ recovery-image] Jul 01 19:27:34.262 INFO O| Jul 01 19:27:34.262 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-07-01T19:27:34.822Z[ recovery-image] Jul 01 19:27:34.268 INFO O| Jul 01 19:27:34.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81572026-07-01T19:27:34.822Z[ recovery-image] Jul 01 19:27:34.268 INFO O| Jul 01 19:27:34.268 INFO STEP 962 (remove_files) COMPLETE
81582026-07-01T19:27:34.822Z[ recovery-image] Jul 01 19:27:34.268 INFO O| Jul 01 19:27:34.268 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-07-01T19:27:34.823Z[ recovery-image] Jul 01 19:27:34.273 INFO O| Jul 01 19:27:34.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81602026-07-01T19:27:34.823Z[ recovery-image] Jul 01 19:27:34.273 INFO O| Jul 01 19:27:34.273 INFO STEP 963 (remove_files) COMPLETE
81612026-07-01T19:27:34.823Z[ recovery-image] Jul 01 19:27:34.273 INFO O| Jul 01 19:27:34.273 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-07-01T19:27:34.823Z[ recovery-image] Jul 01 19:27:34.279 INFO O| Jul 01 19:27:34.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81632026-07-01T19:27:34.823Z[ recovery-image] Jul 01 19:27:34.279 INFO O| Jul 01 19:27:34.279 INFO STEP 964 (remove_files) COMPLETE
81642026-07-01T19:27:34.823Z[ recovery-image] Jul 01 19:27:34.279 INFO O| Jul 01 19:27:34.279 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-07-01T19:27:34.823Z[ recovery-image] Jul 01 19:27:34.286 INFO O| Jul 01 19:27:34.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81662026-07-01T19:27:34.823Z[ recovery-image] Jul 01 19:27:34.286 INFO O| Jul 01 19:27:34.286 INFO STEP 965 (remove_files) COMPLETE
81672026-07-01T19:27:34.823Z[ recovery-image] Jul 01 19:27:34.287 INFO O| Jul 01 19:27:34.286 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-07-01T19:27:34.823Z[ recovery-image] Jul 01 19:27:34.293 INFO O| Jul 01 19:27:34.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81692026-07-01T19:27:34.823Z[ recovery-image] Jul 01 19:27:34.293 INFO O| Jul 01 19:27:34.293 INFO STEP 966 (remove_files) COMPLETE
81702026-07-01T19:27:34.823Z[ recovery-image] Jul 01 19:27:34.293 INFO O| Jul 01 19:27:34.293 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-07-01T19:27:34.830Z[ recovery-image] Jul 01 19:27:34.300 INFO O| Jul 01 19:27:34.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81722026-07-01T19:27:34.830Z[ recovery-image] Jul 01 19:27:34.300 INFO O| Jul 01 19:27:34.300 INFO STEP 967 (remove_files) COMPLETE
81732026-07-01T19:27:34.830Z[ recovery-image] Jul 01 19:27:34.300 INFO O| Jul 01 19:27:34.300 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-07-01T19:27:34.837Z[ recovery-image] Jul 01 19:27:34.307 INFO O| Jul 01 19:27:34.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81752026-07-01T19:27:34.837Z[ recovery-image] Jul 01 19:27:34.307 INFO O| Jul 01 19:27:34.307 INFO STEP 968 (remove_files) COMPLETE
81762026-07-01T19:27:34.837Z[ recovery-image] Jul 01 19:27:34.307 INFO O| Jul 01 19:27:34.307 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-07-01T19:27:34.840Z[ recovery-image] Jul 01 19:27:34.314 INFO O| Jul 01 19:27:34.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81782026-07-01T19:27:34.840Z[ recovery-image] Jul 01 19:27:34.314 INFO O| Jul 01 19:27:34.314 INFO STEP 969 (remove_files) COMPLETE
81792026-07-01T19:27:34.840Z[ recovery-image] Jul 01 19:27:34.314 INFO O| Jul 01 19:27:34.314 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-07-01T19:27:34.844Z[ recovery-image] Jul 01 19:27:34.320 INFO O| Jul 01 19:27:34.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81812026-07-01T19:27:34.844Z[ recovery-image] Jul 01 19:27:34.320 INFO O| Jul 01 19:27:34.320 INFO STEP 970 (remove_files) COMPLETE
81822026-07-01T19:27:34.844Z[ recovery-image] Jul 01 19:27:34.320 INFO O| Jul 01 19:27:34.320 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-07-01T19:27:34.850Z[ recovery-image] Jul 01 19:27:34.326 INFO O| Jul 01 19:27:34.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81842026-07-01T19:27:34.850Z[ recovery-image] Jul 01 19:27:34.326 INFO O| Jul 01 19:27:34.326 INFO STEP 971 (remove_files) COMPLETE
81852026-07-01T19:27:34.859Z[ recovery-image] Jul 01 19:27:34.326 INFO O| Jul 01 19:27:34.326 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-07-01T19:27:34.859Z[ recovery-image] Jul 01 19:27:34.332 INFO O| Jul 01 19:27:34.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81872026-07-01T19:27:34.859Z[ recovery-image] Jul 01 19:27:34.332 INFO O| Jul 01 19:27:34.332 INFO STEP 972 (remove_files) COMPLETE
81882026-07-01T19:27:34.859Z[ recovery-image] Jul 01 19:27:34.332 INFO O| Jul 01 19:27:34.332 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-07-01T19:27:34.865Z[ recovery-image] Jul 01 19:27:34.337 INFO O| Jul 01 19:27:34.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81902026-07-01T19:27:34.865Z[ recovery-image] Jul 01 19:27:34.337 INFO O| Jul 01 19:27:34.337 INFO STEP 973 (remove_files) COMPLETE
81912026-07-01T19:27:34.866Z[ recovery-image] Jul 01 19:27:34.337 INFO O| Jul 01 19:27:34.337 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-07-01T19:27:34.872Z[ recovery-image] Jul 01 19:27:34.343 INFO O| Jul 01 19:27:34.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81932026-07-01T19:27:34.872Z[ recovery-image] Jul 01 19:27:34.343 INFO O| Jul 01 19:27:34.343 INFO STEP 974 (remove_files) COMPLETE
81942026-07-01T19:27:34.872Z[ recovery-image] Jul 01 19:27:34.343 INFO O| Jul 01 19:27:34.343 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-07-01T19:27:34.877Z[ recovery-image] Jul 01 19:27:34.349 INFO O| Jul 01 19:27:34.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81962026-07-01T19:27:34.877Z[ recovery-image] Jul 01 19:27:34.349 INFO O| Jul 01 19:27:34.349 INFO STEP 975 (remove_files) COMPLETE
81972026-07-01T19:27:34.877Z[ recovery-image] Jul 01 19:27:34.349 INFO O| Jul 01 19:27:34.349 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-07-01T19:27:34.880Z[ recovery-image] Jul 01 19:27:34.355 INFO O| Jul 01 19:27:34.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81992026-07-01T19:27:34.880Z[ recovery-image] Jul 01 19:27:34.355 INFO O| Jul 01 19:27:34.355 INFO STEP 976 (remove_files) COMPLETE
82002026-07-01T19:27:34.880Z[ recovery-image] Jul 01 19:27:34.355 INFO O| Jul 01 19:27:34.355 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-07-01T19:27:34.885Z[ recovery-image] Jul 01 19:27:34.361 INFO O| Jul 01 19:27:34.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82022026-07-01T19:27:34.885Z[ recovery-image] Jul 01 19:27:34.361 INFO O| Jul 01 19:27:34.361 INFO STEP 977 (remove_files) COMPLETE
82032026-07-01T19:27:34.885Z[ recovery-image] Jul 01 19:27:34.361 INFO O| Jul 01 19:27:34.361 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-07-01T19:27:34.889Z[ recovery-image] Jul 01 19:27:34.367 INFO O| Jul 01 19:27:34.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82052026-07-01T19:27:34.890Z[ recovery-image] Jul 01 19:27:34.367 INFO O| Jul 01 19:27:34.367 INFO STEP 978 (remove_files) COMPLETE
82062026-07-01T19:27:34.895Z[ recovery-image] Jul 01 19:27:34.367 INFO O| Jul 01 19:27:34.367 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-07-01T19:27:34.899Z[ recovery-image] Jul 01 19:27:34.374 INFO O| Jul 01 19:27:34.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82082026-07-01T19:27:34.899Z[ recovery-image] Jul 01 19:27:34.374 INFO O| Jul 01 19:27:34.374 INFO STEP 979 (remove_files) COMPLETE
82092026-07-01T19:27:34.899Z[ recovery-image] Jul 01 19:27:34.374 INFO O| Jul 01 19:27:34.374 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-07-01T19:27:34.903Z[ recovery-image] Jul 01 19:27:34.380 INFO O| Jul 01 19:27:34.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82112026-07-01T19:27:34.903Z[ recovery-image] Jul 01 19:27:34.380 INFO O| Jul 01 19:27:34.380 INFO STEP 980 (remove_files) COMPLETE
82122026-07-01T19:27:34.909Z[ recovery-image] Jul 01 19:27:34.380 INFO O| Jul 01 19:27:34.380 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-07-01T19:27:34.913Z[ recovery-image] Jul 01 19:27:34.385 INFO O| Jul 01 19:27:34.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82142026-07-01T19:27:34.913Z[ recovery-image] Jul 01 19:27:34.385 INFO O| Jul 01 19:27:34.385 INFO STEP 981 (remove_files) COMPLETE
82152026-07-01T19:27:34.913Z[ recovery-image] Jul 01 19:27:34.385 INFO O| Jul 01 19:27:34.385 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-07-01T19:27:34.923Z[ recovery-image] Jul 01 19:27:34.392 INFO O| Jul 01 19:27:34.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82172026-07-01T19:27:34.923Z[ recovery-image] Jul 01 19:27:34.392 INFO O| Jul 01 19:27:34.392 INFO STEP 982 (remove_files) COMPLETE
82182026-07-01T19:27:34.923Z[ recovery-image] Jul 01 19:27:34.392 INFO O| Jul 01 19:27:34.392 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-07-01T19:27:34.928Z[ recovery-image] Jul 01 19:27:34.398 INFO O| Jul 01 19:27:34.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82202026-07-01T19:27:34.928Z[ recovery-image] Jul 01 19:27:34.398 INFO O| Jul 01 19:27:34.398 INFO STEP 983 (remove_files) COMPLETE
82212026-07-01T19:27:34.928Z[ recovery-image] Jul 01 19:27:34.398 INFO O| Jul 01 19:27:34.398 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-07-01T19:27:34.934Z[ recovery-image] Jul 01 19:27:34.405 INFO O| Jul 01 19:27:34.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82232026-07-01T19:27:34.934Z[ recovery-image] Jul 01 19:27:34.405 INFO O| Jul 01 19:27:34.405 INFO STEP 984 (remove_files) COMPLETE
82242026-07-01T19:27:34.934Z[ recovery-image] Jul 01 19:27:34.405 INFO O| Jul 01 19:27:34.405 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-07-01T19:27:34.949Z[ recovery-image] Jul 01 19:27:34.410 INFO O| Jul 01 19:27:34.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82262026-07-01T19:27:34.949Z[ recovery-image] Jul 01 19:27:34.410 INFO O| Jul 01 19:27:34.410 INFO STEP 985 (remove_files) COMPLETE
82272026-07-01T19:27:34.949Z[ recovery-image] Jul 01 19:27:34.410 INFO O| Jul 01 19:27:34.410 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-07-01T19:27:34.949Z[ recovery-image] Jul 01 19:27:34.416 INFO O| Jul 01 19:27:34.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82292026-07-01T19:27:34.949Z[ recovery-image] Jul 01 19:27:34.416 INFO O| Jul 01 19:27:34.416 INFO STEP 986 (remove_files) COMPLETE
82302026-07-01T19:27:34.949Z[ recovery-image] Jul 01 19:27:34.416 INFO O| Jul 01 19:27:34.416 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-07-01T19:27:34.954Z[ recovery-image] Jul 01 19:27:34.422 INFO O| Jul 01 19:27:34.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82322026-07-01T19:27:34.954Z[ recovery-image] Jul 01 19:27:34.422 INFO O| Jul 01 19:27:34.422 INFO STEP 987 (remove_files) COMPLETE
82332026-07-01T19:27:34.954Z[ recovery-image] Jul 01 19:27:34.422 INFO O| Jul 01 19:27:34.422 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-07-01T19:27:34.954Z[ recovery-image] Jul 01 19:27:34.427 INFO O| Jul 01 19:27:34.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82352026-07-01T19:27:34.954Z[ recovery-image] Jul 01 19:27:34.427 INFO O| Jul 01 19:27:34.427 INFO STEP 988 (remove_files) COMPLETE
82362026-07-01T19:27:34.954Z[ recovery-image] Jul 01 19:27:34.427 INFO O| Jul 01 19:27:34.427 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-07-01T19:27:34.961Z[ recovery-image] Jul 01 19:27:34.433 INFO O| Jul 01 19:27:34.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82382026-07-01T19:27:34.961Z[ recovery-image] Jul 01 19:27:34.433 INFO O| Jul 01 19:27:34.433 INFO STEP 989 (remove_files) COMPLETE
82392026-07-01T19:27:34.962Z[ recovery-image] Jul 01 19:27:34.433 INFO O| Jul 01 19:27:34.433 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-07-01T19:27:34.969Z[ recovery-image] Jul 01 19:27:34.438 INFO O| Jul 01 19:27:34.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82412026-07-01T19:27:34.969Z[ recovery-image] Jul 01 19:27:34.438 INFO O| Jul 01 19:27:34.438 INFO STEP 990 (remove_files) COMPLETE
82422026-07-01T19:27:34.969Z[ recovery-image] Jul 01 19:27:34.438 INFO O| Jul 01 19:27:34.438 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-07-01T19:27:34.979Z[ recovery-image] Jul 01 19:27:34.444 INFO O| Jul 01 19:27:34.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82442026-07-01T19:27:34.979Z[ recovery-image] Jul 01 19:27:34.444 INFO O| Jul 01 19:27:34.444 INFO STEP 991 (remove_files) COMPLETE
82452026-07-01T19:27:34.979Z[ recovery-image] Jul 01 19:27:34.444 INFO O| Jul 01 19:27:34.444 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-07-01T19:27:34.980Z[ recovery-image] Jul 01 19:27:34.450 INFO O| Jul 01 19:27:34.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82472026-07-01T19:27:34.980Z[ recovery-image] Jul 01 19:27:34.450 INFO O| Jul 01 19:27:34.450 INFO STEP 992 (remove_files) COMPLETE
82482026-07-01T19:27:34.980Z[ recovery-image] Jul 01 19:27:34.450 INFO O| Jul 01 19:27:34.450 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-07-01T19:27:34.985Z[ recovery-image] Jul 01 19:27:34.455 INFO O| Jul 01 19:27:34.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82502026-07-01T19:27:34.985Z[ recovery-image] Jul 01 19:27:34.455 INFO O| Jul 01 19:27:34.455 INFO STEP 993 (remove_files) COMPLETE
82512026-07-01T19:27:34.985Z[ recovery-image] Jul 01 19:27:34.455 INFO O| Jul 01 19:27:34.455 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-07-01T19:27:34.985Z[ recovery-image] Jul 01 19:27:34.460 INFO O| Jul 01 19:27:34.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82532026-07-01T19:27:34.985Z[ recovery-image] Jul 01 19:27:34.460 INFO O| Jul 01 19:27:34.460 INFO STEP 994 (remove_files) COMPLETE
82542026-07-01T19:27:34.985Z[ recovery-image] Jul 01 19:27:34.460 INFO O| Jul 01 19:27:34.460 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-07-01T19:27:34.988Z[ recovery-image] Jul 01 19:27:34.465 INFO O| Jul 01 19:27:34.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82562026-07-01T19:27:34.988Z[ recovery-image] Jul 01 19:27:34.465 INFO O| Jul 01 19:27:34.465 INFO STEP 995 (remove_files) COMPLETE
82572026-07-01T19:27:34.988Z[ recovery-image] Jul 01 19:27:34.465 INFO O| Jul 01 19:27:34.465 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-07-01T19:27:34.994Z[ recovery-image] Jul 01 19:27:34.471 INFO O| Jul 01 19:27:34.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82592026-07-01T19:27:34.994Z[ recovery-image] Jul 01 19:27:34.471 INFO O| Jul 01 19:27:34.471 INFO STEP 996 (remove_files) COMPLETE
82602026-07-01T19:27:34.998Z[ recovery-image] Jul 01 19:27:34.471 INFO O| Jul 01 19:27:34.471 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-07-01T19:27:35.002Z[ recovery-image] Jul 01 19:27:34.477 INFO O| Jul 01 19:27:34.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82622026-07-01T19:27:35.002Z[ recovery-image] Jul 01 19:27:34.477 INFO O| Jul 01 19:27:34.477 INFO STEP 997 (remove_files) COMPLETE
82632026-07-01T19:27:35.002Z[ recovery-image] Jul 01 19:27:34.477 INFO O| Jul 01 19:27:34.477 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-07-01T19:27:35.009Z[ recovery-image] Jul 01 19:27:34.483 INFO O| Jul 01 19:27:34.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82652026-07-01T19:27:35.009Z[ recovery-image] Jul 01 19:27:34.483 INFO O| Jul 01 19:27:34.483 INFO STEP 998 (remove_files) COMPLETE
82662026-07-01T19:27:35.009Z[ recovery-image] Jul 01 19:27:34.483 INFO O| Jul 01 19:27:34.483 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-07-01T19:27:35.013Z[ recovery-image] Jul 01 19:27:34.489 INFO O| Jul 01 19:27:34.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82682026-07-01T19:27:35.013Z[ recovery-image] Jul 01 19:27:34.489 INFO O| Jul 01 19:27:34.489 INFO STEP 999 (remove_files) COMPLETE
82692026-07-01T19:27:35.013Z[ recovery-image] Jul 01 19:27:34.489 INFO O| Jul 01 19:27:34.489 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-07-01T19:27:35.017Z[ recovery-image] Jul 01 19:27:34.494 INFO O| Jul 01 19:27:34.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82712026-07-01T19:27:35.018Z[ recovery-image] Jul 01 19:27:34.494 INFO O| Jul 01 19:27:34.494 INFO STEP 1000 (remove_files) COMPLETE
82722026-07-01T19:27:35.018Z[ recovery-image] Jul 01 19:27:34.494 INFO O| Jul 01 19:27:34.494 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-07-01T19:27:35.022Z[ recovery-image] Jul 01 19:27:34.500 INFO O| Jul 01 19:27:34.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82742026-07-01T19:27:35.022Z[ recovery-image] Jul 01 19:27:34.500 INFO O| Jul 01 19:27:34.500 INFO STEP 1001 (remove_files) COMPLETE
82752026-07-01T19:27:35.022Z[ recovery-image] Jul 01 19:27:34.500 INFO O| Jul 01 19:27:34.500 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-07-01T19:27:35.027Z[ recovery-image] Jul 01 19:27:34.505 INFO O| Jul 01 19:27:34.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82772026-07-01T19:27:35.027Z[ recovery-image] Jul 01 19:27:34.505 INFO O| Jul 01 19:27:34.505 INFO STEP 1002 (remove_files) COMPLETE
82782026-07-01T19:27:35.027Z[ recovery-image] Jul 01 19:27:34.505 INFO O| Jul 01 19:27:34.505 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-07-01T19:27:35.034Z[ recovery-image] Jul 01 19:27:34.511 INFO O| Jul 01 19:27:34.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82802026-07-01T19:27:35.034Z[ recovery-image] Jul 01 19:27:34.511 INFO O| Jul 01 19:27:34.511 INFO STEP 1003 (remove_files) COMPLETE
82812026-07-01T19:27:35.043Z[ recovery-image] Jul 01 19:27:34.511 INFO O| Jul 01 19:27:34.511 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-07-01T19:27:35.048Z[ recovery-image] Jul 01 19:27:34.516 INFO O| Jul 01 19:27:34.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82832026-07-01T19:27:35.048Z[ recovery-image] Jul 01 19:27:34.516 INFO O| Jul 01 19:27:34.516 INFO STEP 1004 (remove_files) COMPLETE
82842026-07-01T19:27:35.048Z[ recovery-image] Jul 01 19:27:34.516 INFO O| Jul 01 19:27:34.516 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-07-01T19:27:35.048Z[ recovery-image] Jul 01 19:27:34.522 INFO O| Jul 01 19:27:34.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82862026-07-01T19:27:35.048Z[ recovery-image] Jul 01 19:27:34.522 INFO O| Jul 01 19:27:34.522 INFO STEP 1005 (remove_files) COMPLETE
82872026-07-01T19:27:35.048Z[ recovery-image] Jul 01 19:27:34.522 INFO O| Jul 01 19:27:34.522 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-07-01T19:27:35.056Z[ recovery-image] Jul 01 19:27:34.530 INFO O| Jul 01 19:27:34.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82892026-07-01T19:27:35.056Z[ recovery-image] Jul 01 19:27:34.530 INFO O| Jul 01 19:27:34.530 INFO STEP 1006 (remove_files) COMPLETE
82902026-07-01T19:27:35.056Z[ recovery-image] Jul 01 19:27:34.530 INFO O| Jul 01 19:27:34.530 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-07-01T19:27:35.059Z[ recovery-image] Jul 01 19:27:34.536 INFO O| Jul 01 19:27:34.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82922026-07-01T19:27:35.059Z[ recovery-image] Jul 01 19:27:34.536 INFO O| Jul 01 19:27:34.536 INFO STEP 1007 (remove_files) COMPLETE
82932026-07-01T19:27:35.059Z[ recovery-image] Jul 01 19:27:34.536 INFO O| Jul 01 19:27:34.536 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-07-01T19:27:35.063Z[ recovery-image] Jul 01 19:27:34.541 INFO O| Jul 01 19:27:34.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82952026-07-01T19:27:35.064Z[ recovery-image] Jul 01 19:27:34.541 INFO O| Jul 01 19:27:34.541 INFO STEP 1008 (remove_files) COMPLETE
82962026-07-01T19:27:35.068Z[ recovery-image] Jul 01 19:27:34.541 INFO O| Jul 01 19:27:34.541 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-07-01T19:27:35.074Z[ recovery-image] Jul 01 19:27:34.547 INFO O| Jul 01 19:27:34.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82982026-07-01T19:27:35.074Z[ recovery-image] Jul 01 19:27:34.547 INFO O| Jul 01 19:27:34.547 INFO STEP 1009 (remove_files) COMPLETE
82992026-07-01T19:27:35.074Z[ recovery-image] Jul 01 19:27:34.547 INFO O| Jul 01 19:27:34.547 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-07-01T19:27:35.084Z[ recovery-image] Jul 01 19:27:34.552 INFO O| Jul 01 19:27:34.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83012026-07-01T19:27:35.084Z[ recovery-image] Jul 01 19:27:34.552 INFO O| Jul 01 19:27:34.552 INFO STEP 1010 (remove_files) COMPLETE
83022026-07-01T19:27:35.084Z[ recovery-image] Jul 01 19:27:34.552 INFO O| Jul 01 19:27:34.552 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-07-01T19:27:35.089Z[ recovery-image] Jul 01 19:27:34.558 INFO O| Jul 01 19:27:34.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83042026-07-01T19:27:35.089Z[ recovery-image] Jul 01 19:27:34.558 INFO O| Jul 01 19:27:34.558 INFO STEP 1011 (remove_files) COMPLETE
83052026-07-01T19:27:35.089Z[ recovery-image] Jul 01 19:27:34.558 INFO O| Jul 01 19:27:34.558 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-07-01T19:27:35.089Z[ recovery-image] Jul 01 19:27:34.564 INFO O| Jul 01 19:27:34.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83072026-07-01T19:27:35.089Z[ recovery-image] Jul 01 19:27:34.564 INFO O| Jul 01 19:27:34.564 INFO STEP 1012 (remove_files) COMPLETE
83082026-07-01T19:27:35.089Z[ recovery-image] Jul 01 19:27:34.564 INFO O| Jul 01 19:27:34.564 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-07-01T19:27:35.095Z[ recovery-image] Jul 01 19:27:34.572 INFO O| Jul 01 19:27:34.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83102026-07-01T19:27:35.095Z[ recovery-image] Jul 01 19:27:34.572 INFO O| Jul 01 19:27:34.572 INFO STEP 1013 (remove_files) COMPLETE
83112026-07-01T19:27:35.095Z[ recovery-image] Jul 01 19:27:34.572 INFO O| Jul 01 19:27:34.572 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-07-01T19:27:35.100Z[ recovery-image] Jul 01 19:27:34.577 INFO O| Jul 01 19:27:34.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83132026-07-01T19:27:35.104Z[ recovery-image] Jul 01 19:27:34.577 INFO O| Jul 01 19:27:34.577 INFO STEP 1014 (remove_files) COMPLETE
83142026-07-01T19:27:35.104Z[ recovery-image] Jul 01 19:27:34.577 INFO O| Jul 01 19:27:34.577 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-07-01T19:27:35.108Z[ recovery-image] Jul 01 19:27:34.583 INFO O| Jul 01 19:27:34.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83162026-07-01T19:27:35.108Z[ recovery-image] Jul 01 19:27:34.583 INFO O| Jul 01 19:27:34.583 INFO STEP 1015 (remove_files) COMPLETE
83172026-07-01T19:27:35.108Z[ recovery-image] Jul 01 19:27:34.583 INFO O| Jul 01 19:27:34.583 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-07-01T19:27:35.115Z[ recovery-image] Jul 01 19:27:34.589 INFO O| Jul 01 19:27:34.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83192026-07-01T19:27:35.119Z[ recovery-image] Jul 01 19:27:34.589 INFO O| Jul 01 19:27:34.589 INFO STEP 1016 (remove_files) COMPLETE
83202026-07-01T19:27:35.119Z[ recovery-image] Jul 01 19:27:34.589 INFO O| Jul 01 19:27:34.589 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-07-01T19:27:35.119Z[ recovery-image] Jul 01 19:27:34.595 INFO O| Jul 01 19:27:34.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83222026-07-01T19:27:35.119Z[ recovery-image] Jul 01 19:27:34.595 INFO O| Jul 01 19:27:34.595 INFO STEP 1017 (remove_files) COMPLETE
83232026-07-01T19:27:35.119Z[ recovery-image] Jul 01 19:27:34.595 INFO O| Jul 01 19:27:34.595 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-07-01T19:27:35.125Z[ recovery-image] Jul 01 19:27:34.601 INFO O| Jul 01 19:27:34.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83252026-07-01T19:27:35.128Z[ recovery-image] Jul 01 19:27:34.601 INFO O| Jul 01 19:27:34.601 INFO STEP 1018 (remove_files) COMPLETE
83262026-07-01T19:27:35.128Z[ recovery-image] Jul 01 19:27:34.601 INFO O| Jul 01 19:27:34.601 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-07-01T19:27:35.134Z[ recovery-image] Jul 01 19:27:34.607 INFO O| Jul 01 19:27:34.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83282026-07-01T19:27:35.136Z[ recovery-image] Jul 01 19:27:34.609 INFO O| Jul 01 19:27:34.609 INFO STEP 1019 (remove_files) COMPLETE
83292026-07-01T19:27:35.137Z[ recovery-image] Jul 01 19:27:34.609 INFO O| Jul 01 19:27:34.609 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-07-01T19:27:35.140Z[ recovery-image] Jul 01 19:27:34.615 INFO O| Jul 01 19:27:34.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83312026-07-01T19:27:35.140Z[ recovery-image] Jul 01 19:27:34.615 INFO O| Jul 01 19:27:34.615 INFO STEP 1020 (remove_files) COMPLETE
83322026-07-01T19:27:35.140Z[ recovery-image] Jul 01 19:27:34.615 INFO O| Jul 01 19:27:34.615 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-07-01T19:27:35.145Z[ recovery-image] Jul 01 19:27:34.621 INFO O| Jul 01 19:27:34.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83342026-07-01T19:27:35.145Z[ recovery-image] Jul 01 19:27:34.621 INFO O| Jul 01 19:27:34.621 INFO STEP 1021 (remove_files) COMPLETE
83352026-07-01T19:27:35.145Z[ recovery-image] Jul 01 19:27:34.621 INFO O| Jul 01 19:27:34.621 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-07-01T19:27:35.151Z[ recovery-image] Jul 01 19:27:34.627 INFO O| Jul 01 19:27:34.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83372026-07-01T19:27:35.151Z[ recovery-image] Jul 01 19:27:34.627 INFO O| Jul 01 19:27:34.627 INFO STEP 1022 (remove_files) COMPLETE
83382026-07-01T19:27:35.151Z[ recovery-image] Jul 01 19:27:34.627 INFO O| Jul 01 19:27:34.627 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-07-01T19:27:35.157Z[ recovery-image] Jul 01 19:27:34.632 INFO O| Jul 01 19:27:34.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83402026-07-01T19:27:35.158Z[ recovery-image] Jul 01 19:27:34.632 INFO O| Jul 01 19:27:34.632 INFO STEP 1023 (remove_files) COMPLETE
83412026-07-01T19:27:35.158Z[ recovery-image] Jul 01 19:27:34.632 INFO O| Jul 01 19:27:34.632 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-07-01T19:27:35.162Z[ recovery-image] Jul 01 19:27:34.639 INFO O| Jul 01 19:27:34.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83432026-07-01T19:27:35.162Z[ recovery-image] Jul 01 19:27:34.639 INFO O| Jul 01 19:27:34.639 INFO STEP 1024 (remove_files) COMPLETE
83442026-07-01T19:27:35.166Z[ recovery-image] Jul 01 19:27:34.639 INFO O| Jul 01 19:27:34.639 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-07-01T19:27:35.170Z[ recovery-image] Jul 01 19:27:34.645 INFO O| Jul 01 19:27:34.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83462026-07-01T19:27:35.170Z[ recovery-image] Jul 01 19:27:34.645 INFO O| Jul 01 19:27:34.645 INFO STEP 1025 (remove_files) COMPLETE
83472026-07-01T19:27:35.170Z[ recovery-image] Jul 01 19:27:34.645 INFO O| Jul 01 19:27:34.645 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-07-01T19:27:35.173Z[ recovery-image] Jul 01 19:27:34.651 INFO O| Jul 01 19:27:34.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83492026-07-01T19:27:35.173Z[ recovery-image] Jul 01 19:27:34.651 INFO O| Jul 01 19:27:34.651 INFO STEP 1026 (remove_files) COMPLETE
83502026-07-01T19:27:35.173Z[ recovery-image] Jul 01 19:27:34.651 INFO O| Jul 01 19:27:34.651 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-07-01T19:27:35.180Z[ recovery-image] Jul 01 19:27:34.657 INFO O| Jul 01 19:27:34.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83522026-07-01T19:27:35.180Z[ recovery-image] Jul 01 19:27:34.657 INFO O| Jul 01 19:27:34.657 INFO STEP 1027 (remove_files) COMPLETE
83532026-07-01T19:27:35.191Z[ recovery-image] Jul 01 19:27:34.657 INFO O| Jul 01 19:27:34.657 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-07-01T19:27:35.196Z[ recovery-image] Jul 01 19:27:34.663 INFO O| Jul 01 19:27:34.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83552026-07-01T19:27:35.196Z[ recovery-image] Jul 01 19:27:34.663 INFO O| Jul 01 19:27:34.663 INFO STEP 1028 (remove_files) COMPLETE
83562026-07-01T19:27:35.196Z[ recovery-image] Jul 01 19:27:34.663 INFO O| Jul 01 19:27:34.663 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-07-01T19:27:35.196Z[ recovery-image] Jul 01 19:27:34.669 INFO O| Jul 01 19:27:34.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83582026-07-01T19:27:35.196Z[ recovery-image] Jul 01 19:27:34.670 INFO O| Jul 01 19:27:34.670 INFO STEP 1029 (remove_files) COMPLETE
83592026-07-01T19:27:35.196Z[ recovery-image] Jul 01 19:27:34.670 INFO O| Jul 01 19:27:34.670 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-07-01T19:27:35.199Z[ recovery-image] Jul 01 19:27:34.676 INFO O| Jul 01 19:27:34.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83612026-07-01T19:27:35.199Z[ recovery-image] Jul 01 19:27:34.676 INFO O| Jul 01 19:27:34.676 INFO STEP 1030 (remove_files) COMPLETE
83622026-07-01T19:27:35.199Z[ recovery-image] Jul 01 19:27:34.676 INFO O| Jul 01 19:27:34.676 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-07-01T19:27:35.203Z[ recovery-image] Jul 01 19:27:34.681 INFO O| Jul 01 19:27:34.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83642026-07-01T19:27:35.203Z[ recovery-image] Jul 01 19:27:34.681 INFO O| Jul 01 19:27:34.681 INFO STEP 1031 (remove_files) COMPLETE
83652026-07-01T19:27:35.208Z[ recovery-image] Jul 01 19:27:34.681 INFO O| Jul 01 19:27:34.681 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-07-01T19:27:35.216Z[ recovery-image] Jul 01 19:27:34.686 INFO O| Jul 01 19:27:34.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83672026-07-01T19:27:35.216Z[ recovery-image] Jul 01 19:27:34.686 INFO O| Jul 01 19:27:34.686 INFO STEP 1032 (remove_files) COMPLETE
83682026-07-01T19:27:35.216Z[ recovery-image] Jul 01 19:27:34.686 INFO O| Jul 01 19:27:34.686 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-07-01T19:27:35.221Z[ recovery-image] Jul 01 19:27:34.692 INFO O| Jul 01 19:27:34.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83702026-07-01T19:27:35.221Z[ recovery-image] Jul 01 19:27:34.692 INFO O| Jul 01 19:27:34.692 INFO STEP 1033 (remove_files) COMPLETE
83712026-07-01T19:27:35.221Z[ recovery-image] Jul 01 19:27:34.692 INFO O| Jul 01 19:27:34.692 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-07-01T19:27:35.221Z[ recovery-image] Jul 01 19:27:34.697 INFO O| Jul 01 19:27:34.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83732026-07-01T19:27:35.221Z[ recovery-image] Jul 01 19:27:34.697 INFO O| Jul 01 19:27:34.697 INFO STEP 1034 (remove_files) COMPLETE
83742026-07-01T19:27:35.221Z[ recovery-image] Jul 01 19:27:34.697 INFO O| Jul 01 19:27:34.697 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-07-01T19:27:35.226Z[ recovery-image] Jul 01 19:27:34.702 INFO O| Jul 01 19:27:34.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83762026-07-01T19:27:35.226Z[ recovery-image] Jul 01 19:27:34.702 INFO O| Jul 01 19:27:34.702 INFO STEP 1035 (remove_files) COMPLETE
83772026-07-01T19:27:35.230Z[ recovery-image] Jul 01 19:27:34.702 INFO O| Jul 01 19:27:34.702 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-07-01T19:27:35.233Z[ recovery-image] Jul 01 19:27:34.707 INFO O| Jul 01 19:27:34.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83792026-07-01T19:27:35.233Z[ recovery-image] Jul 01 19:27:34.707 INFO O| Jul 01 19:27:34.707 INFO STEP 1036 (remove_files) COMPLETE
83802026-07-01T19:27:35.233Z[ recovery-image] Jul 01 19:27:34.707 INFO O| Jul 01 19:27:34.707 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-07-01T19:27:35.238Z[ recovery-image] Jul 01 19:27:34.713 INFO O| Jul 01 19:27:34.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83822026-07-01T19:27:35.238Z[ recovery-image] Jul 01 19:27:34.713 INFO O| Jul 01 19:27:34.713 INFO STEP 1037 (remove_files) COMPLETE
83832026-07-01T19:27:35.238Z[ recovery-image] Jul 01 19:27:34.713 INFO O| Jul 01 19:27:34.713 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-07-01T19:27:35.248Z[ recovery-image] Jul 01 19:27:34.718 INFO O| Jul 01 19:27:34.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83852026-07-01T19:27:35.248Z[ recovery-image] Jul 01 19:27:34.718 INFO O| Jul 01 19:27:34.718 INFO STEP 1038 (remove_files) COMPLETE
83862026-07-01T19:27:35.248Z[ recovery-image] Jul 01 19:27:34.718 INFO O| Jul 01 19:27:34.718 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-07-01T19:27:35.257Z[ recovery-image] Jul 01 19:27:34.725 INFO O| Jul 01 19:27:34.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83882026-07-01T19:27:35.257Z[ recovery-image] Jul 01 19:27:34.725 INFO O| Jul 01 19:27:34.725 INFO STEP 1039 (remove_files) COMPLETE
83892026-07-01T19:27:35.257Z[ recovery-image] Jul 01 19:27:34.725 INFO O| Jul 01 19:27:34.725 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-07-01T19:27:35.260Z[ recovery-image] Jul 01 19:27:34.731 INFO O| Jul 01 19:27:34.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83912026-07-01T19:27:35.260Z[ recovery-image] Jul 01 19:27:34.731 INFO O| Jul 01 19:27:34.731 INFO STEP 1040 (remove_files) COMPLETE
83922026-07-01T19:27:35.260Z[ recovery-image] Jul 01 19:27:34.731 INFO O| Jul 01 19:27:34.731 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-07-01T19:27:35.260Z[ recovery-image] Jul 01 19:27:34.737 INFO O| Jul 01 19:27:34.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83942026-07-01T19:27:35.260Z[ recovery-image] Jul 01 19:27:34.737 INFO O| Jul 01 19:27:34.737 INFO STEP 1041 (remove_files) COMPLETE
83952026-07-01T19:27:35.260Z[ recovery-image] Jul 01 19:27:34.737 INFO O| Jul 01 19:27:34.737 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-07-01T19:27:35.268Z[ recovery-image] Jul 01 19:27:34.743 INFO O| Jul 01 19:27:34.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83972026-07-01T19:27:35.268Z[ recovery-image] Jul 01 19:27:34.743 INFO O| Jul 01 19:27:34.743 INFO STEP 1042 (remove_files) COMPLETE
83982026-07-01T19:27:35.273Z[ recovery-image] Jul 01 19:27:34.743 INFO O| Jul 01 19:27:34.743 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-07-01T19:27:35.273Z[ recovery-image] Jul 01 19:27:34.750 INFO O| Jul 01 19:27:34.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84002026-07-01T19:27:35.273Z[ recovery-image] Jul 01 19:27:34.750 INFO O| Jul 01 19:27:34.750 INFO STEP 1043 (remove_files) COMPLETE
84012026-07-01T19:27:35.273Z[ recovery-image] Jul 01 19:27:34.750 INFO O| Jul 01 19:27:34.750 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-07-01T19:27:35.280Z[ recovery-image] Jul 01 19:27:34.756 INFO O| Jul 01 19:27:34.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84032026-07-01T19:27:35.280Z[ recovery-image] Jul 01 19:27:34.756 INFO O| Jul 01 19:27:34.756 INFO STEP 1044 (remove_files) COMPLETE
84042026-07-01T19:27:35.284Z[ recovery-image] Jul 01 19:27:34.756 INFO O| Jul 01 19:27:34.756 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-07-01T19:27:35.287Z[ recovery-image] Jul 01 19:27:34.762 INFO O| Jul 01 19:27:34.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84062026-07-01T19:27:35.287Z[ recovery-image] Jul 01 19:27:34.763 INFO O| Jul 01 19:27:34.763 INFO STEP 1045 (remove_files) COMPLETE
84072026-07-01T19:27:35.287Z[ recovery-image] Jul 01 19:27:34.763 INFO O| Jul 01 19:27:34.763 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-07-01T19:27:35.291Z[ recovery-image] Jul 01 19:27:34.769 INFO O| Jul 01 19:27:34.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84092026-07-01T19:27:35.294Z[ recovery-image] Jul 01 19:27:34.770 INFO O| Jul 01 19:27:34.770 INFO STEP 1046 (remove_files) COMPLETE
84102026-07-01T19:27:35.294Z[ recovery-image] Jul 01 19:27:34.770 INFO O| Jul 01 19:27:34.770 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-07-01T19:27:35.299Z[ recovery-image] Jul 01 19:27:34.775 INFO O| Jul 01 19:27:34.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84122026-07-01T19:27:35.299Z[ recovery-image] Jul 01 19:27:34.775 INFO O| Jul 01 19:27:34.775 INFO STEP 1047 (remove_files) COMPLETE
84132026-07-01T19:27:35.299Z[ recovery-image] Jul 01 19:27:34.775 INFO O| Jul 01 19:27:34.775 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-07-01T19:27:35.308Z[ recovery-image] Jul 01 19:27:34.781 INFO O| Jul 01 19:27:34.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84152026-07-01T19:27:35.318Z[ recovery-image] Jul 01 19:27:34.781 INFO O| Jul 01 19:27:34.781 INFO STEP 1048 (remove_files) COMPLETE
84162026-07-01T19:27:35.318Z[ recovery-image] Jul 01 19:27:34.781 INFO O| Jul 01 19:27:34.781 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-07-01T19:27:35.318Z[ recovery-image] Jul 01 19:27:34.787 INFO O| Jul 01 19:27:34.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84182026-07-01T19:27:35.318Z[ recovery-image] Jul 01 19:27:34.787 INFO O| Jul 01 19:27:34.787 INFO STEP 1049 (remove_files) COMPLETE
84192026-07-01T19:27:35.318Z[ recovery-image] Jul 01 19:27:34.787 INFO O| Jul 01 19:27:34.787 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-07-01T19:27:35.329Z[ recovery-image] Jul 01 19:27:34.793 INFO O| Jul 01 19:27:34.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84212026-07-01T19:27:35.329Z[ recovery-image] Jul 01 19:27:34.793 INFO O| Jul 01 19:27:34.793 INFO STEP 1050 (remove_files) COMPLETE
84222026-07-01T19:27:35.329Z[ recovery-image] Jul 01 19:27:34.793 INFO O| Jul 01 19:27:34.793 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-07-01T19:27:35.329Z[ recovery-image] Jul 01 19:27:34.799 INFO O| Jul 01 19:27:34.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84242026-07-01T19:27:35.329Z[ recovery-image] Jul 01 19:27:34.799 INFO O| Jul 01 19:27:34.799 INFO STEP 1051 (remove_files) COMPLETE
84252026-07-01T19:27:35.329Z[ recovery-image] Jul 01 19:27:34.799 INFO O| Jul 01 19:27:34.799 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-07-01T19:27:35.334Z[ recovery-image] Jul 01 19:27:34.804 INFO O| Jul 01 19:27:34.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84272026-07-01T19:27:35.334Z[ recovery-image] Jul 01 19:27:34.804 INFO O| Jul 01 19:27:34.804 INFO STEP 1052 (remove_files) COMPLETE
84282026-07-01T19:27:35.334Z[ recovery-image] Jul 01 19:27:34.804 INFO O| Jul 01 19:27:34.804 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-07-01T19:27:35.334Z[ recovery-image] Jul 01 19:27:34.809 INFO O| Jul 01 19:27:34.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84302026-07-01T19:27:35.334Z[ recovery-image] Jul 01 19:27:34.809 INFO O| Jul 01 19:27:34.809 INFO STEP 1053 (remove_files) COMPLETE
84312026-07-01T19:27:35.334Z[ recovery-image] Jul 01 19:27:34.809 INFO O| Jul 01 19:27:34.809 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-07-01T19:27:35.341Z[ recovery-image] Jul 01 19:27:34.814 INFO O| Jul 01 19:27:34.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84332026-07-01T19:27:35.341Z[ recovery-image] Jul 01 19:27:34.814 INFO O| Jul 01 19:27:34.814 INFO STEP 1054 (remove_files) COMPLETE
84342026-07-01T19:27:35.341Z[ recovery-image] Jul 01 19:27:34.814 INFO O| Jul 01 19:27:34.814 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-07-01T19:27:35.345Z[ recovery-image] Jul 01 19:27:34.818 INFO O| Jul 01 19:27:34.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84362026-07-01T19:27:35.345Z[ recovery-image] Jul 01 19:27:34.818 INFO O| Jul 01 19:27:34.818 INFO STEP 1055 (remove_files) COMPLETE
84372026-07-01T19:27:35.345Z[ recovery-image] Jul 01 19:27:34.818 INFO O| Jul 01 19:27:34.818 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-07-01T19:27:35.349Z[ recovery-image] Jul 01 19:27:34.824 INFO O| Jul 01 19:27:34.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84392026-07-01T19:27:35.349Z[ recovery-image] Jul 01 19:27:34.824 INFO O| Jul 01 19:27:34.824 INFO STEP 1056 (remove_files) COMPLETE
84402026-07-01T19:27:35.349Z[ recovery-image] Jul 01 19:27:34.824 INFO O| Jul 01 19:27:34.824 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-07-01T19:27:35.353Z[ recovery-image] Jul 01 19:27:34.831 INFO O| Jul 01 19:27:34.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84422026-07-01T19:27:35.353Z[ recovery-image] Jul 01 19:27:34.831 INFO O| Jul 01 19:27:34.831 INFO STEP 1057 (remove_files) COMPLETE
84432026-07-01T19:27:35.353Z[ recovery-image] Jul 01 19:27:34.831 INFO O| Jul 01 19:27:34.831 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-07-01T19:27:35.359Z[ recovery-image] Jul 01 19:27:34.837 INFO O| Jul 01 19:27:34.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84452026-07-01T19:27:35.359Z[ recovery-image] Jul 01 19:27:34.837 INFO O| Jul 01 19:27:34.837 INFO STEP 1058 (remove_files) COMPLETE
84462026-07-01T19:27:35.365Z[ recovery-image] Jul 01 19:27:34.837 INFO O| Jul 01 19:27:34.837 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-07-01T19:27:35.372Z[ recovery-image] Jul 01 19:27:34.843 INFO O| Jul 01 19:27:34.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84482026-07-01T19:27:35.372Z[ recovery-image] Jul 01 19:27:34.843 INFO O| Jul 01 19:27:34.843 INFO STEP 1059 (remove_files) COMPLETE
84492026-07-01T19:27:35.372Z[ recovery-image] Jul 01 19:27:34.843 INFO O| Jul 01 19:27:34.843 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-07-01T19:27:35.377Z[ recovery-image] Jul 01 19:27:34.849 INFO O| Jul 01 19:27:34.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84512026-07-01T19:27:35.377Z[ recovery-image] Jul 01 19:27:34.849 INFO O| Jul 01 19:27:34.849 INFO STEP 1060 (remove_files) COMPLETE
84522026-07-01T19:27:35.377Z[ recovery-image] Jul 01 19:27:34.849 INFO O| Jul 01 19:27:34.849 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-07-01T19:27:35.380Z[ recovery-image] Jul 01 19:27:34.855 INFO O| Jul 01 19:27:34.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84542026-07-01T19:27:35.381Z[ recovery-image] Jul 01 19:27:34.855 INFO O| Jul 01 19:27:34.855 INFO STEP 1061 (remove_files) COMPLETE
84552026-07-01T19:27:35.381Z[ recovery-image] Jul 01 19:27:34.855 INFO O| Jul 01 19:27:34.855 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-07-01T19:27:35.384Z[ recovery-image] Jul 01 19:27:34.861 INFO O| Jul 01 19:27:34.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84572026-07-01T19:27:35.384Z[ recovery-image] Jul 01 19:27:34.861 INFO O| Jul 01 19:27:34.861 INFO STEP 1062 (remove_files) COMPLETE
84582026-07-01T19:27:35.384Z[ recovery-image] Jul 01 19:27:34.861 INFO O| Jul 01 19:27:34.861 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-07-01T19:27:35.388Z[ recovery-image] Jul 01 19:27:34.866 INFO O| Jul 01 19:27:34.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84602026-07-01T19:27:35.388Z[ recovery-image] Jul 01 19:27:34.866 INFO O| Jul 01 19:27:34.866 INFO STEP 1063 (remove_files) COMPLETE
84612026-07-01T19:27:35.389Z[ recovery-image] Jul 01 19:27:34.866 INFO O| Jul 01 19:27:34.866 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-07-01T19:27:35.396Z[ recovery-image] Jul 01 19:27:34.872 INFO O| Jul 01 19:27:34.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84632026-07-01T19:27:35.396Z[ recovery-image] Jul 01 19:27:34.872 INFO O| Jul 01 19:27:34.872 INFO STEP 1064 (remove_files) COMPLETE
84642026-07-01T19:27:35.406Z[ recovery-image] Jul 01 19:27:34.872 INFO O| Jul 01 19:27:34.872 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-07-01T19:27:35.410Z[ recovery-image] Jul 01 19:27:34.878 INFO O| Jul 01 19:27:34.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84662026-07-01T19:27:35.410Z[ recovery-image] Jul 01 19:27:34.878 INFO O| Jul 01 19:27:34.878 INFO STEP 1065 (remove_files) COMPLETE
84672026-07-01T19:27:35.410Z[ recovery-image] Jul 01 19:27:34.878 INFO O| Jul 01 19:27:34.878 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-07-01T19:27:35.410Z[ recovery-image] Jul 01 19:27:34.883 INFO O| Jul 01 19:27:34.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84692026-07-01T19:27:35.410Z[ recovery-image] Jul 01 19:27:34.883 INFO O| Jul 01 19:27:34.883 INFO STEP 1066 (remove_files) COMPLETE
84702026-07-01T19:27:35.410Z[ recovery-image] Jul 01 19:27:34.883 INFO O| Jul 01 19:27:34.883 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-07-01T19:27:35.414Z[ recovery-image] Jul 01 19:27:34.890 INFO O| Jul 01 19:27:34.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84722026-07-01T19:27:35.414Z[ recovery-image] Jul 01 19:27:34.890 INFO O| Jul 01 19:27:34.890 INFO STEP 1067 (remove_files) COMPLETE
84732026-07-01T19:27:35.414Z[ recovery-image] Jul 01 19:27:34.890 INFO O| Jul 01 19:27:34.890 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-07-01T19:27:35.420Z[ recovery-image] Jul 01 19:27:34.895 INFO O| Jul 01 19:27:34.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84752026-07-01T19:27:35.420Z[ recovery-image] Jul 01 19:27:34.895 INFO O| Jul 01 19:27:34.895 INFO STEP 1068 (remove_files) COMPLETE
84762026-07-01T19:27:35.420Z[ recovery-image] Jul 01 19:27:34.895 INFO O| Jul 01 19:27:34.895 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-07-01T19:27:35.426Z[ recovery-image] Jul 01 19:27:34.901 INFO O| Jul 01 19:27:34.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84782026-07-01T19:27:35.426Z[ recovery-image] Jul 01 19:27:34.901 INFO O| Jul 01 19:27:34.901 INFO STEP 1069 (remove_files) COMPLETE
84792026-07-01T19:27:35.426Z[ recovery-image] Jul 01 19:27:34.901 INFO O| Jul 01 19:27:34.901 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-07-01T19:27:35.430Z[ recovery-image] Jul 01 19:27:34.906 INFO O| Jul 01 19:27:34.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84812026-07-01T19:27:35.430Z[ recovery-image] Jul 01 19:27:34.906 INFO O| Jul 01 19:27:34.906 INFO STEP 1070 (remove_files) COMPLETE
84822026-07-01T19:27:35.430Z[ recovery-image] Jul 01 19:27:34.906 INFO O| Jul 01 19:27:34.906 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-07-01T19:27:35.435Z[ recovery-image] Jul 01 19:27:34.912 INFO O| Jul 01 19:27:34.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84842026-07-01T19:27:35.439Z[ recovery-image] Jul 01 19:27:34.913 INFO O| Jul 01 19:27:34.913 INFO STEP 1071 (remove_files) COMPLETE
84852026-07-01T19:27:35.439Z[ recovery-image] Jul 01 19:27:34.913 INFO O| Jul 01 19:27:34.913 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-07-01T19:27:35.445Z[ recovery-image] Jul 01 19:27:34.919 INFO O| Jul 01 19:27:34.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84872026-07-01T19:27:35.445Z[ recovery-image] Jul 01 19:27:34.920 INFO O| Jul 01 19:27:34.920 INFO STEP 1072 (remove_files) COMPLETE
84882026-07-01T19:27:35.445Z[ recovery-image] Jul 01 19:27:34.920 INFO O| Jul 01 19:27:34.920 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-07-01T19:27:35.448Z[ recovery-image] Jul 01 19:27:34.925 INFO O| Jul 01 19:27:34.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84902026-07-01T19:27:35.448Z[ recovery-image] Jul 01 19:27:34.925 INFO O| Jul 01 19:27:34.925 INFO STEP 1073 (remove_files) COMPLETE
84912026-07-01T19:27:35.448Z[ recovery-image] Jul 01 19:27:34.925 INFO O| Jul 01 19:27:34.925 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-07-01T19:27:35.452Z[ recovery-image] Jul 01 19:27:34.930 INFO O| Jul 01 19:27:34.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84932026-07-01T19:27:35.452Z[ recovery-image] Jul 01 19:27:34.930 INFO O| Jul 01 19:27:34.930 INFO STEP 1074 (remove_files) COMPLETE
84942026-07-01T19:27:35.452Z[ recovery-image] Jul 01 19:27:34.930 INFO O| Jul 01 19:27:34.930 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-07-01T19:27:35.458Z[ recovery-image] Jul 01 19:27:34.935 INFO O| Jul 01 19:27:34.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84962026-07-01T19:27:35.458Z[ recovery-image] Jul 01 19:27:34.935 INFO O| Jul 01 19:27:34.935 INFO STEP 1075 (remove_files) COMPLETE
84972026-07-01T19:27:35.458Z[ recovery-image] Jul 01 19:27:34.935 INFO O| Jul 01 19:27:34.935 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-07-01T19:27:35.464Z[ recovery-image] Jul 01 19:27:34.941 INFO O| Jul 01 19:27:34.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84992026-07-01T19:27:35.464Z[ recovery-image] Jul 01 19:27:34.941 INFO O| Jul 01 19:27:34.941 INFO STEP 1076 (remove_files) COMPLETE
85002026-07-01T19:27:35.467Z[ recovery-image] Jul 01 19:27:34.941 INFO O| Jul 01 19:27:34.941 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-07-01T19:27:35.474Z[ recovery-image] Jul 01 19:27:34.947 INFO O| Jul 01 19:27:34.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85022026-07-01T19:27:35.474Z[ recovery-image] Jul 01 19:27:34.947 INFO O| Jul 01 19:27:34.947 INFO STEP 1077 (remove_files) COMPLETE
85032026-07-01T19:27:35.474Z[ recovery-image] Jul 01 19:27:34.947 INFO O| Jul 01 19:27:34.947 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-07-01T19:27:35.479Z[ recovery-image] Jul 01 19:27:34.952 INFO O| Jul 01 19:27:34.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85052026-07-01T19:27:35.479Z[ recovery-image] Jul 01 19:27:34.952 INFO O| Jul 01 19:27:34.952 INFO STEP 1078 (remove_files) COMPLETE
85062026-07-01T19:27:35.479Z[ recovery-image] Jul 01 19:27:34.952 INFO O| Jul 01 19:27:34.952 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-07-01T19:27:35.484Z[ recovery-image] Jul 01 19:27:34.960 INFO O| Jul 01 19:27:34.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85082026-07-01T19:27:35.484Z[ recovery-image] Jul 01 19:27:34.960 INFO O| Jul 01 19:27:34.960 INFO STEP 1079 (remove_files) COMPLETE
85092026-07-01T19:27:35.485Z[ recovery-image] Jul 01 19:27:34.960 INFO O| Jul 01 19:27:34.960 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-07-01T19:27:35.489Z[ recovery-image] Jul 01 19:27:34.966 INFO O| Jul 01 19:27:34.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85112026-07-01T19:27:35.489Z[ recovery-image] Jul 01 19:27:34.966 INFO O| Jul 01 19:27:34.966 INFO STEP 1080 (remove_files) COMPLETE
85122026-07-01T19:27:35.495Z[ recovery-image] Jul 01 19:27:34.966 INFO O| Jul 01 19:27:34.966 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-07-01T19:27:35.499Z[ recovery-image] Jul 01 19:27:34.972 INFO O| Jul 01 19:27:34.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85142026-07-01T19:27:35.499Z[ recovery-image] Jul 01 19:27:34.972 INFO O| Jul 01 19:27:34.972 INFO STEP 1081 (remove_files) COMPLETE
85152026-07-01T19:27:35.499Z[ recovery-image] Jul 01 19:27:34.973 INFO O| Jul 01 19:27:34.972 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-07-01T19:27:35.503Z[ recovery-image] Jul 01 19:27:34.979 INFO O| Jul 01 19:27:34.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85172026-07-01T19:27:35.503Z[ recovery-image] Jul 01 19:27:34.979 INFO O| Jul 01 19:27:34.979 INFO STEP 1082 (remove_files) COMPLETE
85182026-07-01T19:27:35.503Z[ recovery-image] Jul 01 19:27:34.979 INFO O| Jul 01 19:27:34.979 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-07-01T19:27:35.515Z[ recovery-image] Jul 01 19:27:34.985 INFO O| Jul 01 19:27:34.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85202026-07-01T19:27:35.515Z[ recovery-image] Jul 01 19:27:34.985 INFO O| Jul 01 19:27:34.985 INFO STEP 1083 (remove_files) COMPLETE
85212026-07-01T19:27:35.515Z[ recovery-image] Jul 01 19:27:34.985 INFO O| Jul 01 19:27:34.985 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-07-01T19:27:35.519Z[ recovery-image] Jul 01 19:27:34.991 INFO O| Jul 01 19:27:34.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85232026-07-01T19:27:35.520Z[ recovery-image] Jul 01 19:27:34.991 INFO O| Jul 01 19:27:34.991 INFO STEP 1084 (remove_files) COMPLETE
85242026-07-01T19:27:35.520Z[ recovery-image] Jul 01 19:27:34.991 INFO O| Jul 01 19:27:34.991 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-07-01T19:27:35.524Z[ recovery-image] Jul 01 19:27:34.996 INFO O| Jul 01 19:27:34.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85262026-07-01T19:27:35.524Z[ recovery-image] Jul 01 19:27:34.997 INFO O| Jul 01 19:27:34.996 INFO STEP 1085 (remove_files) COMPLETE
85272026-07-01T19:27:35.524Z[ recovery-image] Jul 01 19:27:34.997 INFO O| Jul 01 19:27:34.996 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-07-01T19:27:35.528Z[ recovery-image] Jul 01 19:27:35.003 INFO O| Jul 01 19:27:35.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85292026-07-01T19:27:35.528Z[ recovery-image] Jul 01 19:27:35.003 INFO O| Jul 01 19:27:35.003 INFO STEP 1086 (remove_files) COMPLETE
85302026-07-01T19:27:35.528Z[ recovery-image] Jul 01 19:27:35.003 INFO O| Jul 01 19:27:35.003 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-07-01T19:27:35.533Z[ recovery-image] Jul 01 19:27:35.010 INFO O| Jul 01 19:27:35.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85322026-07-01T19:27:35.533Z[ recovery-image] Jul 01 19:27:35.010 INFO O| Jul 01 19:27:35.010 INFO STEP 1087 (remove_files) COMPLETE
85332026-07-01T19:27:35.533Z[ recovery-image] Jul 01 19:27:35.010 INFO O| Jul 01 19:27:35.010 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-07-01T19:27:35.539Z[ recovery-image] Jul 01 19:27:35.016 INFO O| Jul 01 19:27:35.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85352026-07-01T19:27:35.539Z[ recovery-image] Jul 01 19:27:35.016 INFO O| Jul 01 19:27:35.016 INFO STEP 1088 (remove_files) COMPLETE
85362026-07-01T19:27:35.539Z[ recovery-image] Jul 01 19:27:35.016 INFO O| Jul 01 19:27:35.016 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-07-01T19:27:35.547Z[ recovery-image] Jul 01 19:27:35.022 INFO O| Jul 01 19:27:35.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85382026-07-01T19:27:35.548Z[ recovery-image] Jul 01 19:27:35.022 INFO O| Jul 01 19:27:35.022 INFO STEP 1089 (remove_files) COMPLETE
85392026-07-01T19:27:35.548Z[ recovery-image] Jul 01 19:27:35.022 INFO O| Jul 01 19:27:35.022 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-07-01T19:27:35.550Z[ recovery-image] Jul 01 19:27:35.028 INFO O| Jul 01 19:27:35.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85412026-07-01T19:27:35.551Z[ recovery-image] Jul 01 19:27:35.028 INFO O| Jul 01 19:27:35.028 INFO STEP 1090 (remove_files) COMPLETE
85422026-07-01T19:27:35.551Z[ recovery-image] Jul 01 19:27:35.028 INFO O| Jul 01 19:27:35.028 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-07-01T19:27:35.558Z[ recovery-image] Jul 01 19:27:35.033 INFO O| Jul 01 19:27:35.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85442026-07-01T19:27:35.558Z[ recovery-image] Jul 01 19:27:35.033 INFO O| Jul 01 19:27:35.033 INFO STEP 1091 (remove_files) COMPLETE
85452026-07-01T19:27:35.558Z[ recovery-image] Jul 01 19:27:35.033 INFO O| Jul 01 19:27:35.033 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-07-01T19:27:35.562Z[ recovery-image] Jul 01 19:27:35.039 INFO O| Jul 01 19:27:35.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85472026-07-01T19:27:35.562Z[ recovery-image] Jul 01 19:27:35.039 INFO O| Jul 01 19:27:35.039 INFO STEP 1092 (remove_files) COMPLETE
85482026-07-01T19:27:35.562Z[ recovery-image] Jul 01 19:27:35.039 INFO O| Jul 01 19:27:35.039 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-07-01T19:27:35.569Z[ recovery-image] Jul 01 19:27:35.046 INFO O| Jul 01 19:27:35.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85502026-07-01T19:27:35.569Z[ recovery-image] Jul 01 19:27:35.046 INFO O| Jul 01 19:27:35.046 INFO STEP 1093 (remove_files) COMPLETE
85512026-07-01T19:27:35.569Z[ recovery-image] Jul 01 19:27:35.046 INFO O| Jul 01 19:27:35.046 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-07-01T19:27:35.578Z[ recovery-image] Jul 01 19:27:35.052 INFO O| Jul 01 19:27:35.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85532026-07-01T19:27:35.578Z[ recovery-image] Jul 01 19:27:35.052 INFO O| Jul 01 19:27:35.052 INFO STEP 1094 (remove_files) COMPLETE
85542026-07-01T19:27:35.578Z[ recovery-image] Jul 01 19:27:35.052 INFO O| Jul 01 19:27:35.052 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-07-01T19:27:35.581Z[ recovery-image] Jul 01 19:27:35.058 INFO O| Jul 01 19:27:35.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85562026-07-01T19:27:35.581Z[ recovery-image] Jul 01 19:27:35.058 INFO O| Jul 01 19:27:35.058 INFO STEP 1095 (remove_files) COMPLETE
85572026-07-01T19:27:35.581Z[ recovery-image] Jul 01 19:27:35.058 INFO O| Jul 01 19:27:35.058 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-07-01T19:27:35.586Z[ recovery-image] Jul 01 19:27:35.064 INFO O| Jul 01 19:27:35.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85592026-07-01T19:27:35.587Z[ recovery-image] Jul 01 19:27:35.064 INFO O| Jul 01 19:27:35.064 INFO STEP 1096 (remove_files) COMPLETE
85602026-07-01T19:27:35.587Z[ recovery-image] Jul 01 19:27:35.064 INFO O| Jul 01 19:27:35.064 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-07-01T19:27:35.593Z[ recovery-image] Jul 01 19:27:35.070 INFO O| Jul 01 19:27:35.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85622026-07-01T19:27:35.593Z[ recovery-image] Jul 01 19:27:35.070 INFO O| Jul 01 19:27:35.070 INFO STEP 1097 (remove_files) COMPLETE
85632026-07-01T19:27:35.593Z[ recovery-image] Jul 01 19:27:35.070 INFO O| Jul 01 19:27:35.070 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-07-01T19:27:35.598Z[ recovery-image] Jul 01 19:27:35.075 INFO O| Jul 01 19:27:35.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85652026-07-01T19:27:35.598Z[ recovery-image] Jul 01 19:27:35.075 INFO O| Jul 01 19:27:35.075 INFO STEP 1098 (remove_files) COMPLETE
85662026-07-01T19:27:35.598Z[ recovery-image] Jul 01 19:27:35.075 INFO O| Jul 01 19:27:35.075 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-07-01T19:27:35.605Z[ recovery-image] Jul 01 19:27:35.081 INFO O| Jul 01 19:27:35.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85682026-07-01T19:27:35.605Z[ recovery-image] Jul 01 19:27:35.081 INFO O| Jul 01 19:27:35.081 INFO STEP 1099 (remove_files) COMPLETE
85692026-07-01T19:27:35.605Z[ recovery-image] Jul 01 19:27:35.081 INFO O| Jul 01 19:27:35.081 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-07-01T19:27:35.612Z[ recovery-image] Jul 01 19:27:35.086 INFO O| Jul 01 19:27:35.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85712026-07-01T19:27:35.612Z[ recovery-image] Jul 01 19:27:35.086 INFO O| Jul 01 19:27:35.086 INFO STEP 1100 (remove_files) COMPLETE
85722026-07-01T19:27:35.612Z[ recovery-image] Jul 01 19:27:35.086 INFO O| Jul 01 19:27:35.086 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-07-01T19:27:35.615Z[ recovery-image] Jul 01 19:27:35.093 INFO O| Jul 01 19:27:35.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85742026-07-01T19:27:35.615Z[ recovery-image] Jul 01 19:27:35.093 INFO O| Jul 01 19:27:35.093 INFO STEP 1101 (remove_files) COMPLETE
85752026-07-01T19:27:35.619Z[ recovery-image] Jul 01 19:27:35.093 INFO O| Jul 01 19:27:35.093 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-07-01T19:27:35.623Z[ recovery-image] Jul 01 19:27:35.100 INFO O| Jul 01 19:27:35.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85772026-07-01T19:27:35.628Z[ recovery-image] Jul 01 19:27:35.100 INFO O| Jul 01 19:27:35.100 INFO STEP 1102 (remove_files) COMPLETE
85782026-07-01T19:27:35.628Z[ recovery-image] Jul 01 19:27:35.100 INFO O| Jul 01 19:27:35.100 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-07-01T19:27:35.632Z[ recovery-image] Jul 01 19:27:35.106 INFO O| Jul 01 19:27:35.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85802026-07-01T19:27:35.632Z[ recovery-image] Jul 01 19:27:35.106 INFO O| Jul 01 19:27:35.106 INFO STEP 1103 (remove_files) COMPLETE
85812026-07-01T19:27:35.632Z[ recovery-image] Jul 01 19:27:35.106 INFO O| Jul 01 19:27:35.106 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-07-01T19:27:35.636Z[ recovery-image] Jul 01 19:27:35.112 INFO O| Jul 01 19:27:35.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85832026-07-01T19:27:35.636Z[ recovery-image] Jul 01 19:27:35.112 INFO O| Jul 01 19:27:35.112 INFO STEP 1104 (remove_files) COMPLETE
85842026-07-01T19:27:35.636Z[ recovery-image] Jul 01 19:27:35.112 INFO O| Jul 01 19:27:35.112 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-07-01T19:27:35.642Z[ recovery-image] Jul 01 19:27:35.118 INFO O| Jul 01 19:27:35.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85862026-07-01T19:27:35.646Z[ recovery-image] Jul 01 19:27:35.118 INFO O| Jul 01 19:27:35.118 INFO STEP 1105 (remove_files) COMPLETE
85872026-07-01T19:27:35.646Z[ recovery-image] Jul 01 19:27:35.118 INFO O| Jul 01 19:27:35.118 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-07-01T19:27:35.650Z[ recovery-image] Jul 01 19:27:35.124 INFO O| Jul 01 19:27:35.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85892026-07-01T19:27:35.650Z[ recovery-image] Jul 01 19:27:35.124 INFO O| Jul 01 19:27:35.124 INFO STEP 1106 (remove_files) COMPLETE
85902026-07-01T19:27:35.650Z[ recovery-image] Jul 01 19:27:35.124 INFO O| Jul 01 19:27:35.124 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-07-01T19:27:35.653Z[ recovery-image] Jul 01 19:27:35.130 INFO O| Jul 01 19:27:35.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85922026-07-01T19:27:35.653Z[ recovery-image] Jul 01 19:27:35.130 INFO O| Jul 01 19:27:35.130 INFO STEP 1107 (remove_files) COMPLETE
85932026-07-01T19:27:35.653Z[ recovery-image] Jul 01 19:27:35.130 INFO O| Jul 01 19:27:35.130 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-07-01T19:27:35.659Z[ recovery-image] Jul 01 19:27:35.135 INFO O| Jul 01 19:27:35.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85952026-07-01T19:27:35.659Z[ recovery-image] Jul 01 19:27:35.135 INFO O| Jul 01 19:27:35.135 INFO STEP 1108 (remove_files) COMPLETE
85962026-07-01T19:27:35.659Z[ recovery-image] Jul 01 19:27:35.135 INFO O| Jul 01 19:27:35.135 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-07-01T19:27:35.664Z[ recovery-image] Jul 01 19:27:35.142 INFO O| Jul 01 19:27:35.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85982026-07-01T19:27:35.665Z[ recovery-image] Jul 01 19:27:35.142 INFO O| Jul 01 19:27:35.142 INFO STEP 1109 (remove_files) COMPLETE
85992026-07-01T19:27:35.672Z[ recovery-image] Jul 01 19:27:35.142 INFO O| Jul 01 19:27:35.142 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-07-01T19:27:35.681Z[ recovery-image] Jul 01 19:27:35.148 INFO O| Jul 01 19:27:35.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86012026-07-01T19:27:35.682Z[ recovery-image] Jul 01 19:27:35.148 INFO O| Jul 01 19:27:35.148 INFO STEP 1110 (remove_files) COMPLETE
86022026-07-01T19:27:35.682Z[ recovery-image] Jul 01 19:27:35.148 INFO O| Jul 01 19:27:35.148 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-07-01T19:27:35.686Z[ recovery-image] Jul 01 19:27:35.153 INFO O| Jul 01 19:27:35.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86042026-07-01T19:27:35.686Z[ recovery-image] Jul 01 19:27:35.153 INFO O| Jul 01 19:27:35.153 INFO STEP 1111 (remove_files) COMPLETE
86052026-07-01T19:27:35.686Z[ recovery-image] Jul 01 19:27:35.153 INFO O| Jul 01 19:27:35.153 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-07-01T19:27:35.686Z[ recovery-image] Jul 01 19:27:35.158 INFO O| Jul 01 19:27:35.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86072026-07-01T19:27:35.686Z[ recovery-image] Jul 01 19:27:35.158 INFO O| Jul 01 19:27:35.158 INFO STEP 1112 (remove_files) COMPLETE
86082026-07-01T19:27:35.686Z[ recovery-image] Jul 01 19:27:35.158 INFO O| Jul 01 19:27:35.158 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-07-01T19:27:35.689Z[ recovery-image] Jul 01 19:27:35.165 INFO O| Jul 01 19:27:35.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86102026-07-01T19:27:35.689Z[ recovery-image] Jul 01 19:27:35.165 INFO O| Jul 01 19:27:35.165 INFO STEP 1113 (remove_files) COMPLETE
86112026-07-01T19:27:35.689Z[ recovery-image] Jul 01 19:27:35.165 INFO O| Jul 01 19:27:35.165 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-07-01T19:27:35.695Z[ recovery-image] Jul 01 19:27:35.171 INFO O| Jul 01 19:27:35.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86132026-07-01T19:27:35.695Z[ recovery-image] Jul 01 19:27:35.171 INFO O| Jul 01 19:27:35.171 INFO STEP 1114 (remove_files) COMPLETE
86142026-07-01T19:27:35.695Z[ recovery-image] Jul 01 19:27:35.171 INFO O| Jul 01 19:27:35.171 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-07-01T19:27:35.699Z[ recovery-image] Jul 01 19:27:35.176 INFO O| Jul 01 19:27:35.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86162026-07-01T19:27:35.699Z[ recovery-image] Jul 01 19:27:35.176 INFO O| Jul 01 19:27:35.176 INFO STEP 1115 (remove_files) COMPLETE
86172026-07-01T19:27:35.707Z[ recovery-image] Jul 01 19:27:35.176 INFO O| Jul 01 19:27:35.176 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-07-01T19:27:35.713Z[ recovery-image] Jul 01 19:27:35.183 INFO O| Jul 01 19:27:35.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86192026-07-01T19:27:35.713Z[ recovery-image] Jul 01 19:27:35.183 INFO O| Jul 01 19:27:35.183 INFO STEP 1116 (remove_files) COMPLETE
86202026-07-01T19:27:35.713Z[ recovery-image] Jul 01 19:27:35.183 INFO O| Jul 01 19:27:35.183 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-07-01T19:27:35.713Z[ recovery-image] Jul 01 19:27:35.189 INFO O| Jul 01 19:27:35.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86222026-07-01T19:27:35.713Z[ recovery-image] Jul 01 19:27:35.189 INFO O| Jul 01 19:27:35.189 INFO STEP 1117 (remove_files) COMPLETE
86232026-07-01T19:27:35.713Z[ recovery-image] Jul 01 19:27:35.189 INFO O| Jul 01 19:27:35.189 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-07-01T19:27:35.721Z[ recovery-image] Jul 01 19:27:35.195 INFO O| Jul 01 19:27:35.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86252026-07-01T19:27:35.722Z[ recovery-image] Jul 01 19:27:35.195 INFO O| Jul 01 19:27:35.195 INFO STEP 1118 (remove_files) COMPLETE
86262026-07-01T19:27:35.726Z[ recovery-image] Jul 01 19:27:35.195 INFO O| Jul 01 19:27:35.195 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-07-01T19:27:35.726Z[ recovery-image] Jul 01 19:27:35.201 INFO O| Jul 01 19:27:35.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86282026-07-01T19:27:35.726Z[ recovery-image] Jul 01 19:27:35.201 INFO O| Jul 01 19:27:35.201 INFO STEP 1119 (remove_files) COMPLETE
86292026-07-01T19:27:35.726Z[ recovery-image] Jul 01 19:27:35.201 INFO O| Jul 01 19:27:35.201 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-07-01T19:27:35.730Z[ recovery-image] Jul 01 19:27:35.206 INFO O| Jul 01 19:27:35.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86312026-07-01T19:27:35.730Z[ recovery-image] Jul 01 19:27:35.206 INFO O| Jul 01 19:27:35.206 INFO STEP 1120 (remove_files) COMPLETE
86322026-07-01T19:27:35.730Z[ recovery-image] Jul 01 19:27:35.206 INFO O| Jul 01 19:27:35.206 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-07-01T19:27:35.742Z[ recovery-image] Jul 01 19:27:35.212 INFO O| Jul 01 19:27:35.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86342026-07-01T19:27:35.742Z[ recovery-image] Jul 01 19:27:35.212 INFO O| Jul 01 19:27:35.212 INFO STEP 1121 (remove_files) COMPLETE
86352026-07-01T19:27:35.742Z[ recovery-image] Jul 01 19:27:35.212 INFO O| Jul 01 19:27:35.212 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-07-01T19:27:35.746Z[ recovery-image] Jul 01 19:27:35.218 INFO O| Jul 01 19:27:35.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86372026-07-01T19:27:35.746Z[ recovery-image] Jul 01 19:27:35.218 INFO O| Jul 01 19:27:35.218 INFO STEP 1122 (remove_files) COMPLETE
86382026-07-01T19:27:35.746Z[ recovery-image] Jul 01 19:27:35.218 INFO O| Jul 01 19:27:35.218 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-07-01T19:27:35.750Z[ recovery-image] Jul 01 19:27:35.224 INFO O| Jul 01 19:27:35.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86402026-07-01T19:27:35.750Z[ recovery-image] Jul 01 19:27:35.224 INFO O| Jul 01 19:27:35.224 INFO STEP 1123 (remove_files) COMPLETE
86412026-07-01T19:27:35.750Z[ recovery-image] Jul 01 19:27:35.224 INFO O| Jul 01 19:27:35.224 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-07-01T19:27:35.758Z[ recovery-image] Jul 01 19:27:35.229 INFO O| Jul 01 19:27:35.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86432026-07-01T19:27:35.758Z[ recovery-image] Jul 01 19:27:35.229 INFO O| Jul 01 19:27:35.229 INFO STEP 1124 (remove_files) COMPLETE
86442026-07-01T19:27:35.758Z[ recovery-image] Jul 01 19:27:35.229 INFO O| Jul 01 19:27:35.229 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86452026-07-01T19:27:35.761Z[ recovery-image] Jul 01 19:27:35.238 INFO O| Jul 01 19:27:35.238 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86462026-07-01T19:27:35.761Z[ recovery-image] Jul 01 19:27:35.238 INFO O| Jul 01 19:27:35.238 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86472026-07-01T19:27:36.341Z[ recovery-image] Jul 01 19:27:35.818 INFO O| Jul 01 19:27:35.818 INFO STEP 1125 (pack_tar) COMPLETE
86482026-07-01T19:27:36.342Z[ recovery-image] Jul 01 19:27:35.818 INFO O| Jul 01 19:27:35.818 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86492026-07-01T19:27:36.342Z[ recovery-image] Jul 01 19:27:35.818 INFO O| Jul 01 19:27:35.818 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86502026-07-01T19:27:36.678Z[ recovery-image] Jul 01 19:27:36.150 INFO O| Jul 01 19:27:36.150 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86512026-07-01T19:27:36.739Z[ recovery-image] Jul 01 19:27:36.214 INFO O| Jul 01 19:27:36.214 INFO completed processing sled/ramdisk-03-recovery-trim
86522026-07-01T19:27:36.747Z[ recovery-image] Jul 01 19:27:36.218 INFO image builder template: zfs-recovery...
86532026-07-01T19:27:36.747Z[ recovery-image] Jul 01 19:27:36.218 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/.tmpsBAP65/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "zfs-recovery"], pwd: None
86542026-07-01T19:27:36.770Z[ recovery-image] Jul 01 19:27:36.242 INFO O| Jul 01 19:27:36.242 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86552026-07-01T19:27:36.776Z[ recovery-image] Jul 01 19:27:36.245 INFO O| Jul 01 19:27:36.245 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86562026-07-01T19:27:36.838Z[ recovery-image] Jul 01 19:27:36.308 INFO O| Jul 01 19:27:36.308 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86572026-07-01T19:27:36.888Z[ recovery-image] Jul 01 19:27:36.362 INFO O| Jul 01 19:27:36.362 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86582026-07-01T19:27:36.889Z[ recovery-image] Jul 01 19:27:36.362 INFO O| Jul 01 19:27:36.362 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86592026-07-01T19:27:36.894Z[ recovery-image] Jul 01 19:27:36.364 INFO O| Jul 01 19:27:36.364 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86602026-07-01T19:27:36.939Z[ recovery-image] Jul 01 19:27:36.416 INFO O| Jul 01 19:27:36.416 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86612026-07-01T19:27:36.984Z[ recovery-image] Jul 01 19:27:36.461 INFO O| Jul 01 19:27:36.461 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86622026-07-01T19:27:36.993Z[ recovery-image] Jul 01 19:27:36.468 INFO O| Jul 01 19:27:36.468 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86632026-07-01T19:27:37.006Z[ recovery-image] Jul 01 19:27:36.472 INFO O| Jul 01 19:27:36.471 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86642026-07-01T19:27:37.006Z[ recovery-image] Jul 01 19:27:36.473 INFO O| Jul 01 19:27:36.473 INFO no lofi found
86652026-07-01T19:27:37.006Z[ recovery-image] Jul 01 19:27:36.473 INFO O| Jul 01 19:27:36.473 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86662026-07-01T19:27:37.006Z[ recovery-image] Jul 01 19:27:36.473 INFO O| Jul 01 19:27:36.473 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86672026-07-01T19:27:38.532Z[ recovery-image] Jul 01 19:27:38.001 INFO O| Jul 01 19:27:38.001 INFO lofi device = /dev/dsk/c2t1d0p0
86682026-07-01T19:27:38.532Z[ recovery-image] Jul 01 19:27:38.001 INFO O| Jul 01 19:27:38.001 INFO pool device = /dev/dsk/c2t1d0p0
86692026-07-01T19:27:38.532Z[ recovery-image] Jul 01 19:27:38.001 INFO O| Jul 01 19:27:38.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86702026-07-01T19:27:38.582Z[ recovery-image] Jul 01 19:27:38.058 INFO O| Jul 01 19:27:38.058 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86712026-07-01T19:27:38.582Z[ recovery-image] Jul 01 19:27:38.058 INFO O| Jul 01 19:27:38.058 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86722026-07-01T19:27:38.613Z[ recovery-image] Jul 01 19:27:38.070 INFO O| Jul 01 19:27:38.070 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86732026-07-01T19:27:38.632Z[ recovery-image] Jul 01 19:27:38.108 INFO O| Jul 01 19:27:38.108 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86742026-07-01T19:27:38.705Z[ recovery-image] Jul 01 19:27:38.160 INFO O| Jul 01 19:27:38.160 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86752026-07-01T19:27:38.711Z[ recovery-image] Jul 01 19:27:38.171 INFO O| Jul 01 19:27:38.171 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86762026-07-01T19:27:38.711Z[ recovery-image] Jul 01 19:27:38.179 INFO O| Jul 01 19:27:38.179 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86772026-07-01T19:27:38.743Z[ recovery-image] Jul 01 19:27:38.208 INFO O| Jul 01 19:27:38.208 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86782026-07-01T19:27:38.766Z[ recovery-image] Jul 01 19:27:38.208 INFO O| Jul 01 19:27:38.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86792026-07-01T19:27:38.770Z[ recovery-image] Jul 01 19:27:38.208 INFO O| Jul 01 19:27:38.208 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86802026-07-01T19:27:38.770Z[ recovery-image] Jul 01 19:27:38.217 INFO O| Jul 01 19:27:38.217 INFO boot environment UUID: e21a3b1c-07a0-40fb-84d6-555df7312fe4
86812026-07-01T19:27:38.771Z[ recovery-image] Jul 01 19:27:38.217 INFO O| Jul 01 19:27:38.217 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e21a3b1c-07a0-40fb-84d6-555df7312fe4
86822026-07-01T19:27:38.771Z[ recovery-image] Jul 01 19:27:38.223 INFO O| Jul 01 19:27:38.223 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86832026-07-01T19:27:38.789Z[ recovery-image] Jul 01 19:27:38.231 INFO O| Jul 01 19:27:38.231 INFO STEP 0 (create_be) COMPLETE
86842026-07-01T19:27:38.790Z[ recovery-image] Jul 01 19:27:38.231 INFO O| Jul 01 19:27:38.231 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86852026-07-01T19:27:38.790Z[ recovery-image] Jul 01 19:27:38.241 INFO O| Jul 01 19:27:38.241 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"]
86862026-07-01T19:27:41.148Z[ recovery-image] Jul 01 19:27:40.623 INFO O| Jul 01 19:27:40.623 INFO STEP 1 (unpack_tar) COMPLETE
86872026-07-01T19:27:41.148Z[ recovery-image] Jul 01 19:27:40.623 INFO O| Jul 01 19:27:40.623 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86882026-07-01T19:27:41.154Z[ recovery-image] Jul 01 19:27:40.631 INFO O| Jul 01 19:27:40.631 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86892026-07-01T19:27:41.453Z[ recovery-image] Jul 01 19:27:40.930 INFO O| Jul 01 19:27:40.929 INFO STEP 2 (devfsadm) COMPLETE
86902026-07-01T19:27:41.453Z[ recovery-image] Jul 01 19:27:40.930 INFO O| Jul 01 19:27:40.930 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86912026-07-01T19:27:41.459Z[ recovery-image] Jul 01 19:27:40.936 INFO O| Jul 01 19:27:40.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
86922026-07-01T19:27:41.460Z[ recovery-image] Jul 01 19:27:40.936 INFO O| Jul 01 19:27:40.936 INFO STEP 3 (ensure_dir) COMPLETE
86932026-07-01T19:27:41.463Z[ recovery-image] Jul 01 19:27:40.936 INFO O| Jul 01 19:27:40.936 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86942026-07-01T19:27:41.467Z[ recovery-image] Jul 01 19:27:40.944 INFO O| Jul 01 19:27:40.944 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
86952026-07-01T19:27:41.467Z[ recovery-image] Jul 01 19:27:40.944 INFO O| Jul 01 19:27:40.944 INFO STEP 4 (ensure_dir) COMPLETE
86962026-07-01T19:27:41.471Z[ recovery-image] Jul 01 19:27:40.944 INFO O| Jul 01 19:27:40.944 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86972026-07-01T19:27:41.475Z[ recovery-image] Jul 01 19:27:40.950 INFO O| Jul 01 19:27:40.950 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
86982026-07-01T19:27:41.475Z[ recovery-image] Jul 01 19:27:40.950 INFO O| Jul 01 19:27:40.950 INFO STEP 5 (ensure_dir) COMPLETE
86992026-07-01T19:27:41.475Z[ recovery-image] Jul 01 19:27:40.950 INFO O| Jul 01 19:27:40.950 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87002026-07-01T19:27:41.481Z[ recovery-image] Jul 01 19:27:40.957 INFO O| Jul 01 19:27:40.957 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87012026-07-01T19:27:41.481Z[ recovery-image] Jul 01 19:27:40.957 INFO O| Jul 01 19:27:40.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87022026-07-01T19:27:41.481Z[ recovery-image] Jul 01 19:27:40.957 INFO O| Jul 01 19:27:40.957 INFO STEP 6 (ensure_dir) COMPLETE
87032026-07-01T19:27:41.481Z[ recovery-image] Jul 01 19:27:40.957 INFO O| Jul 01 19:27:40.957 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87042026-07-01T19:27:41.486Z[ recovery-image] Jul 01 19:27:40.963 INFO O| Jul 01 19:27:40.963 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87052026-07-01T19:27:41.489Z[ recovery-image] Jul 01 19:27:40.963 INFO O| Jul 01 19:27:40.963 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87062026-07-01T19:27:41.489Z[ recovery-image] Jul 01 19:27:40.963 INFO O| Jul 01 19:27:40.963 INFO STEP 7 (ensure_dir) COMPLETE
87072026-07-01T19:27:41.489Z[ recovery-image] Jul 01 19:27:40.963 INFO O| Jul 01 19:27:40.963 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87082026-07-01T19:27:41.492Z[ recovery-image] Jul 01 19:27:40.969 INFO O| Jul 01 19:27:40.969 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87092026-07-01T19:27:41.492Z[ recovery-image] Jul 01 19:27:40.969 INFO O| Jul 01 19:27:40.969 INFO STEP 8 (remove_files) COMPLETE
87102026-07-01T19:27:41.492Z[ recovery-image] Jul 01 19:27:40.969 INFO O| Jul 01 19:27:40.969 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87112026-07-01T19:27:41.497Z[ recovery-image] Jul 01 19:27:40.975 INFO O| Jul 01 19:27:40.975 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87122026-07-01T19:27:41.501Z[ recovery-image] Jul 01 19:27:40.975 INFO O| Jul 01 19:27:40.975 INFO STEP 9 (remove_files) COMPLETE
87132026-07-01T19:27:41.501Z[ recovery-image] Jul 01 19:27:40.975 INFO O| Jul 01 19:27:40.975 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87142026-07-01T19:27:41.505Z[ recovery-image] Jul 01 19:27:40.982 INFO O| Jul 01 19:27:40.982 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87152026-07-01T19:27:41.508Z[ recovery-image] Jul 01 19:27:40.983 INFO O| Jul 01 19:27:40.983 INFO STEP 10 (remove_files) COMPLETE
87162026-07-01T19:27:41.508Z[ recovery-image] Jul 01 19:27:40.983 INFO O| Jul 01 19:27:40.983 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87172026-07-01T19:27:41.511Z[ recovery-image] Jul 01 19:27:40.988 INFO O| Jul 01 19:27:40.988 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87182026-07-01T19:27:41.511Z[ recovery-image] Jul 01 19:27:40.988 INFO O| Jul 01 19:27:40.988 INFO STEP 11 (remove_files) COMPLETE
87192026-07-01T19:27:41.514Z[ recovery-image] Jul 01 19:27:40.988 INFO O| Jul 01 19:27:40.988 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87202026-07-01T19:27:41.517Z[ recovery-image] Jul 01 19:27:40.994 INFO O| Jul 01 19:27:40.994 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87212026-07-01T19:27:41.517Z[ recovery-image] Jul 01 19:27:40.994 INFO O| Jul 01 19:27:40.994 INFO STEP 12 (remove_files) COMPLETE
87222026-07-01T19:27:41.517Z[ recovery-image] Jul 01 19:27:40.994 INFO O| Jul 01 19:27:40.994 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87232026-07-01T19:27:41.522Z[ recovery-image] Jul 01 19:27:41.000 INFO O| Jul 01 19:27:41.000 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87242026-07-01T19:27:41.522Z[ recovery-image] Jul 01 19:27:41.000 INFO O| Jul 01 19:27:41.000 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87252026-07-01T19:27:41.526Z[ recovery-image] Jul 01 19:27:41.000 INFO O| Jul 01 19:27:41.000 INFO STEP 13 (ensure_dir) COMPLETE
87262026-07-01T19:27:41.526Z[ recovery-image] Jul 01 19:27:41.000 INFO O| Jul 01 19:27:41.000 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87272026-07-01T19:27:41.529Z[ recovery-image] Jul 01 19:27:41.005 INFO O| Jul 01 19:27:41.005 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87282026-07-01T19:27:41.530Z[ recovery-image] Jul 01 19:27:41.006 INFO O| Jul 01 19:27:41.005 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87292026-07-01T19:27:41.530Z[ recovery-image] Jul 01 19:27:41.006 INFO O| Jul 01 19:27:41.006 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87302026-07-01T19:27:41.530Z[ recovery-image] Jul 01 19:27:41.006 INFO O| Jul 01 19:27:41.006 INFO STEP 14 (ensure_dir) COMPLETE
87312026-07-01T19:27:41.530Z[ recovery-image] Jul 01 19:27:41.006 INFO O| Jul 01 19:27:41.006 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87322026-07-01T19:27:41.534Z[ recovery-image] Jul 01 19:27:41.011 INFO O| Jul 01 19:27:41.011 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87332026-07-01T19:27:41.534Z[ recovery-image] Jul 01 19:27:41.011 INFO O| Jul 01 19:27:41.011 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87342026-07-01T19:27:41.534Z[ recovery-image] Jul 01 19:27:41.011 INFO O| Jul 01 19:27:41.011 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87352026-07-01T19:27:41.534Z[ recovery-image] Jul 01 19:27:41.011 INFO O| Jul 01 19:27:41.011 INFO STEP 15 (ensure_dir) COMPLETE
87362026-07-01T19:27:41.534Z[ recovery-image] Jul 01 19:27:41.011 INFO O| Jul 01 19:27:41.011 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87372026-07-01T19:27:41.539Z[ recovery-image] Jul 01 19:27:41.017 INFO O| Jul 01 19:27:41.017 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87382026-07-01T19:27:41.540Z[ recovery-image] Jul 01 19:27:41.017 INFO O| Jul 01 19:27:41.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87392026-07-01T19:27:41.543Z[ recovery-image] Jul 01 19:27:41.017 INFO O| Jul 01 19:27:41.017 INFO STEP 16 (ensure_dir) COMPLETE
87402026-07-01T19:27:41.543Z[ recovery-image] Jul 01 19:27:41.017 INFO O| Jul 01 19:27:41.017 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87412026-07-01T19:27:41.546Z[ recovery-image] Jul 01 19:27:41.022 INFO O| Jul 01 19:27:41.022 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87422026-07-01T19:27:41.546Z[ recovery-image] Jul 01 19:27:41.022 INFO O| Jul 01 19:27:41.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87432026-07-01T19:27:41.546Z[ recovery-image] Jul 01 19:27:41.022 INFO O| Jul 01 19:27:41.022 INFO STEP 17 (ensure_dir) COMPLETE
87442026-07-01T19:27:41.546Z[ recovery-image] Jul 01 19:27:41.022 INFO O| Jul 01 19:27:41.022 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87452026-07-01T19:27:41.553Z[ recovery-image] Jul 01 19:27:41.030 INFO O| Jul 01 19:27:41.030 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87462026-07-01T19:27:41.553Z[ recovery-image] Jul 01 19:27:41.030 INFO O| Jul 01 19:27:41.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87472026-07-01T19:27:41.556Z[ recovery-image] Jul 01 19:27:41.030 INFO O| Jul 01 19:27:41.030 INFO ok!
87482026-07-01T19:27:41.556Z[ recovery-image] Jul 01 19:27:41.030 INFO O| Jul 01 19:27:41.030 INFO STEP 18 (ensure_symlink) COMPLETE
87492026-07-01T19:27:41.556Z[ recovery-image] Jul 01 19:27:41.030 INFO O| Jul 01 19:27:41.030 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87502026-07-01T19:27:41.559Z[ recovery-image] Jul 01 19:27:41.036 INFO O| Jul 01 19:27:41.036 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87512026-07-01T19:27:41.559Z[ recovery-image] Jul 01 19:27:41.036 INFO O| Jul 01 19:27:41.036 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87522026-07-01T19:27:41.559Z[ recovery-image] Jul 01 19:27:41.036 INFO O| Jul 01 19:27:41.036 INFO ok!
87532026-07-01T19:27:41.559Z[ recovery-image] Jul 01 19:27:41.036 INFO O| Jul 01 19:27:41.036 INFO STEP 19 (ensure_file) COMPLETE
87542026-07-01T19:27:41.559Z[ recovery-image] Jul 01 19:27:41.036 INFO O| Jul 01 19:27:41.036 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87552026-07-01T19:27:41.565Z[ recovery-image] Jul 01 19:27:41.042 INFO O| Jul 01 19:27:41.042 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87562026-07-01T19:27:41.565Z[ recovery-image] Jul 01 19:27:41.042 INFO O| Jul 01 19:27:41.042 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87572026-07-01T19:27:41.568Z[ recovery-image] Jul 01 19:27:41.042 INFO O| Jul 01 19:27:41.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87582026-07-01T19:27:41.569Z[ recovery-image] Jul 01 19:27:41.042 INFO O| Jul 01 19:27:41.042 INFO ok!
87592026-07-01T19:27:41.569Z[ recovery-image] Jul 01 19:27:41.042 INFO O| Jul 01 19:27:41.042 INFO STEP 20 (ensure_symlink) COMPLETE
87602026-07-01T19:27:41.569Z[ recovery-image] Jul 01 19:27:41.042 INFO O| Jul 01 19:27:41.042 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87612026-07-01T19:27:41.572Z[ recovery-image] Jul 01 19:27:41.048 INFO O| Jul 01 19:27:41.048 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87622026-07-01T19:27:41.572Z[ recovery-image] Jul 01 19:27:41.048 INFO O| Jul 01 19:27:41.048 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87632026-07-01T19:27:41.572Z[ recovery-image] Jul 01 19:27:41.048 INFO O| Jul 01 19:27:41.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87642026-07-01T19:27:41.572Z[ recovery-image] Jul 01 19:27:41.048 INFO O| Jul 01 19:27:41.048 INFO ok!
87652026-07-01T19:27:41.573Z[ recovery-image] Jul 01 19:27:41.048 INFO O| Jul 01 19:27:41.048 INFO STEP 21 (ensure_symlink) COMPLETE
87662026-07-01T19:27:41.573Z[ recovery-image] Jul 01 19:27:41.048 INFO O| Jul 01 19:27:41.048 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87672026-07-01T19:27:41.576Z[ recovery-image] Jul 01 19:27:41.054 INFO O| Jul 01 19:27:41.054 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87682026-07-01T19:27:41.576Z[ recovery-image] Jul 01 19:27:41.054 INFO O| Jul 01 19:27:41.054 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87692026-07-01T19:27:41.577Z[ recovery-image] Jul 01 19:27:41.054 INFO O| Jul 01 19:27:41.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87702026-07-01T19:27:41.577Z[ recovery-image] Jul 01 19:27:41.054 INFO O| Jul 01 19:27:41.054 INFO ok!
87712026-07-01T19:27:41.577Z[ recovery-image] Jul 01 19:27:41.054 INFO O| Jul 01 19:27:41.054 INFO STEP 22 (ensure_symlink) COMPLETE
87722026-07-01T19:27:41.577Z[ recovery-image] Jul 01 19:27:41.054 INFO O| Jul 01 19:27:41.054 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87732026-07-01T19:27:41.582Z[ recovery-image] Jul 01 19:27:41.059 INFO O| Jul 01 19:27:41.059 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87742026-07-01T19:27:41.582Z[ recovery-image] Jul 01 19:27:41.059 INFO O| Jul 01 19:27:41.059 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87752026-07-01T19:27:41.585Z[ recovery-image] Jul 01 19:27:41.059 INFO O| Jul 01 19:27:41.059 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
87762026-07-01T19:27:41.585Z[ recovery-image] Jul 01 19:27:41.059 INFO O| Jul 01 19:27:41.059 INFO ok!
87772026-07-01T19:27:41.585Z[ recovery-image] Jul 01 19:27:41.059 INFO O| Jul 01 19:27:41.059 INFO STEP 23 (ensure_symlink) COMPLETE
87782026-07-01T19:27:41.585Z[ recovery-image] Jul 01 19:27:41.059 INFO O| Jul 01 19:27:41.059 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87792026-07-01T19:27:41.589Z[ recovery-image] Jul 01 19:27:41.066 INFO O| Jul 01 19:27:41.066 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87802026-07-01T19:27:41.589Z[ recovery-image] Jul 01 19:27:41.066 INFO O| Jul 01 19:27:41.066 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 ...
87812026-07-01T19:27:41.592Z[ recovery-image] Jul 01 19:27:41.066 INFO O| Jul 01 19:27:41.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
87822026-07-01T19:27:41.592Z[ recovery-image] Jul 01 19:27:41.066 INFO O| Jul 01 19:27:41.066 INFO ok!
87832026-07-01T19:27:41.592Z[ recovery-image] Jul 01 19:27:41.066 INFO O| Jul 01 19:27:41.066 INFO STEP 24 (ensure_file) COMPLETE
87842026-07-01T19:27:41.592Z[ recovery-image] Jul 01 19:27:41.066 INFO O| Jul 01 19:27:41.066 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87852026-07-01T19:27:41.596Z[ recovery-image] Jul 01 19:27:41.073 INFO O| Jul 01 19:27:41.073 INFO updating shadow file
87862026-07-01T19:27:41.599Z[ recovery-image] Jul 01 19:27:41.073 INFO O| Jul 01 19:27:41.073 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87872026-07-01T19:27:41.599Z[ recovery-image] Jul 01 19:27:41.073 INFO O| Jul 01 19:27:41.073 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87882026-07-01T19:27:41.599Z[ recovery-image] Jul 01 19:27:41.073 INFO O| Jul 01 19:27:41.073 INFO STEP 25 (shadow) COMPLETE
87892026-07-01T19:27:41.599Z[ recovery-image] Jul 01 19:27:41.073 INFO O| Jul 01 19:27:41.073 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87902026-07-01T19:27:41.603Z[ recovery-image] Jul 01 19:27:41.079 INFO O| Jul 01 19:27:41.079 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
87912026-07-01T19:27:41.603Z[ recovery-image] Jul 01 19:27:41.079 INFO O| Jul 01 19:27:41.079 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
87922026-07-01T19:27:41.603Z[ recovery-image] Jul 01 19:27:41.079 INFO O| Jul 01 19:27:41.079 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
87932026-07-01T19:27:41.603Z[ recovery-image] Jul 01 19:27:41.079 INFO O| Jul 01 19:27:41.079 INFO ok!
87942026-07-01T19:27:41.603Z[ recovery-image] Jul 01 19:27:41.079 INFO O| Jul 01 19:27:41.079 INFO STEP 26 (ensure_file) COMPLETE
87952026-07-01T19:27:41.603Z[ recovery-image] Jul 01 19:27:41.079 INFO O| Jul 01 19:27:41.079 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87962026-07-01T19:27:41.608Z[ recovery-image] Jul 01 19:27:41.085 INFO O| Jul 01 19:27:41.085 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
87972026-07-01T19:27:41.608Z[ recovery-image] Jul 01 19:27:41.085 INFO O| Jul 01 19:27:41.085 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
87982026-07-01T19:27:41.608Z[ recovery-image] Jul 01 19:27:41.085 INFO O| Jul 01 19:27:41.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
87992026-07-01T19:27:41.612Z[ recovery-image] Jul 01 19:27:41.085 INFO O| Jul 01 19:27:41.085 INFO ok!
88002026-07-01T19:27:41.612Z[ recovery-image] Jul 01 19:27:41.085 INFO O| Jul 01 19:27:41.085 INFO STEP 27 (ensure_file) COMPLETE
88012026-07-01T19:27:41.612Z[ recovery-image] Jul 01 19:27:41.085 INFO O| Jul 01 19:27:41.085 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88022026-07-01T19:27:41.616Z[ recovery-image] Jul 01 19:27:41.091 INFO O| Jul 01 19:27:41.091 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88032026-07-01T19:27:41.616Z[ recovery-image] Jul 01 19:27:41.091 INFO O| Jul 01 19:27:41.091 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88042026-07-01T19:27:41.616Z[ recovery-image] Jul 01 19:27:41.091 INFO O| Jul 01 19:27:41.091 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88052026-07-01T19:27:41.616Z[ recovery-image] Jul 01 19:27:41.091 INFO O| Jul 01 19:27:41.091 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88062026-07-01T19:27:41.616Z[ recovery-image] Jul 01 19:27:41.091 INFO O| Jul 01 19:27:41.091 INFO ok!
88072026-07-01T19:27:41.616Z[ recovery-image] Jul 01 19:27:41.091 INFO O| Jul 01 19:27:41.091 INFO STEP 28 (ensure_file) COMPLETE
88082026-07-01T19:27:41.616Z[ recovery-image] Jul 01 19:27:41.091 INFO O| Jul 01 19:27:41.091 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88092026-07-01T19:27:41.619Z[ recovery-image] Jul 01 19:27:41.096 INFO O| Jul 01 19:27:41.096 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88102026-07-01T19:27:41.619Z[ recovery-image] Jul 01 19:27:41.096 INFO O| Jul 01 19:27:41.096 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88112026-07-01T19:27:41.619Z[ recovery-image] Jul 01 19:27:41.096 INFO O| Jul 01 19:27:41.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88122026-07-01T19:27:41.619Z[ recovery-image] Jul 01 19:27:41.096 INFO O| Jul 01 19:27:41.096 INFO ok!
88132026-07-01T19:27:41.619Z[ recovery-image] Jul 01 19:27:41.096 INFO O| Jul 01 19:27:41.096 INFO STEP 29 (ensure_file) COMPLETE
88142026-07-01T19:27:41.619Z[ recovery-image] Jul 01 19:27:41.096 INFO O| Jul 01 19:27:41.096 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88152026-07-01T19:27:41.624Z[ recovery-image] Jul 01 19:27:41.102 INFO O| Jul 01 19:27:41.102 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88162026-07-01T19:27:41.627Z[ recovery-image] Jul 01 19:27:41.102 INFO O| Jul 01 19:27:41.102 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88172026-07-01T19:27:41.628Z[ recovery-image] Jul 01 19:27:41.102 INFO O| Jul 01 19:27:41.102 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88182026-07-01T19:27:41.628Z[ recovery-image] Jul 01 19:27:41.102 INFO O| Jul 01 19:27:41.102 INFO STEP 30 (ensure_dir) COMPLETE
88192026-07-01T19:27:41.628Z[ recovery-image] Jul 01 19:27:41.102 INFO O| Jul 01 19:27:41.102 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88202026-07-01T19:27:41.632Z[ recovery-image] Jul 01 19:27:41.109 INFO O| Jul 01 19:27:41.109 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88212026-07-01T19:27:41.632Z[ recovery-image] Jul 01 19:27:41.109 INFO O| Jul 01 19:27:41.109 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 ...
88222026-07-01T19:27:41.636Z[ recovery-image] Jul 01 19:27:41.109 INFO O| Jul 01 19:27:41.109 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
88232026-07-01T19:27:41.636Z[ recovery-image] Jul 01 19:27:41.109 INFO O| Jul 01 19:27:41.109 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88242026-07-01T19:27:41.636Z[ recovery-image] Jul 01 19:27:41.109 INFO O| Jul 01 19:27:41.109 INFO ok!
88252026-07-01T19:27:41.636Z[ recovery-image] Jul 01 19:27:41.109 INFO O| Jul 01 19:27:41.109 INFO STEP 31 (ensure_file) COMPLETE
88262026-07-01T19:27:41.636Z[ recovery-image] Jul 01 19:27:41.109 INFO O| Jul 01 19:27:41.109 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272026-07-01T19:27:41.642Z[ recovery-image] Jul 01 19:27:41.115 INFO O| Jul 01 19:27:41.115 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88282026-07-01T19:27:41.642Z[ recovery-image] Jul 01 19:27:41.115 INFO O| Jul 01 19:27:41.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88292026-07-01T19:27:41.642Z[ recovery-image] Jul 01 19:27:41.115 INFO O| Jul 01 19:27:41.115 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88302026-07-01T19:27:41.642Z[ recovery-image] Jul 01 19:27:41.116 INFO O| Jul 01 19:27:41.115 INFO STEP 32 (ensure_dir) COMPLETE
88312026-07-01T19:27:41.642Z[ recovery-image] Jul 01 19:27:41.116 INFO O| Jul 01 19:27:41.116 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322026-07-01T19:27:41.647Z[ recovery-image] Jul 01 19:27:41.123 INFO O| Jul 01 19:27:41.123 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88332026-07-01T19:27:41.647Z[ recovery-image] Jul 01 19:27:41.123 INFO O| Jul 01 19:27:41.123 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 ...
88342026-07-01T19:27:41.647Z[ recovery-image] Jul 01 19:27:41.123 INFO O| Jul 01 19:27:41.123 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
88352026-07-01T19:27:41.647Z[ recovery-image] Jul 01 19:27:41.123 INFO O| Jul 01 19:27:41.123 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88362026-07-01T19:27:41.647Z[ recovery-image] Jul 01 19:27:41.123 INFO O| Jul 01 19:27:41.123 INFO ok!
88372026-07-01T19:27:41.647Z[ recovery-image] Jul 01 19:27:41.123 INFO O| Jul 01 19:27:41.123 INFO STEP 33 (ensure_file) COMPLETE
88382026-07-01T19:27:41.647Z[ recovery-image] Jul 01 19:27:41.123 INFO O| Jul 01 19:27:41.123 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88392026-07-01T19:27:41.652Z[ recovery-image] Jul 01 19:27:41.129 INFO O| Jul 01 19:27:41.129 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88402026-07-01T19:27:41.652Z[ recovery-image] Jul 01 19:27:41.129 INFO O| Jul 01 19:27:41.129 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88412026-07-01T19:27:41.652Z[ recovery-image] Jul 01 19:27:41.129 INFO O| Jul 01 19:27:41.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88422026-07-01T19:27:41.655Z[ recovery-image] Jul 01 19:27:41.129 INFO O| Jul 01 19:27:41.129 INFO ok!
88432026-07-01T19:27:41.655Z[ recovery-image] Jul 01 19:27:41.129 INFO O| Jul 01 19:27:41.129 INFO STEP 34 (ensure_file) COMPLETE
88442026-07-01T19:27:41.655Z[ recovery-image] Jul 01 19:27:41.129 INFO O| Jul 01 19:27:41.129 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88452026-07-01T19:27:41.659Z[ recovery-image] Jul 01 19:27:41.136 INFO O| Jul 01 19:27:41.136 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88462026-07-01T19:27:41.659Z[ recovery-image] Jul 01 19:27:41.136 INFO O| Jul 01 19:27:41.136 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88472026-07-01T19:27:41.659Z[ recovery-image] Jul 01 19:27:41.136 INFO O| Jul 01 19:27:41.136 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88482026-07-01T19:27:41.662Z[ recovery-image] Jul 01 19:27:41.136 INFO O| Jul 01 19:27:41.136 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88492026-07-01T19:27:41.662Z[ recovery-image] Jul 01 19:27:41.136 INFO O| Jul 01 19:27:41.136 INFO ok!
88502026-07-01T19:27:41.662Z[ recovery-image] Jul 01 19:27:41.136 INFO O| Jul 01 19:27:41.136 INFO STEP 35 (ensure_file) COMPLETE
88512026-07-01T19:27:41.662Z[ recovery-image] Jul 01 19:27:41.136 INFO O| Jul 01 19:27:41.136 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88522026-07-01T19:27:41.665Z[ recovery-image] Jul 01 19:27:41.142 INFO O| Jul 01 19:27:41.142 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88532026-07-01T19:27:41.666Z[ recovery-image] Jul 01 19:27:41.142 INFO O| Jul 01 19:27:41.142 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88542026-07-01T19:27:41.666Z[ recovery-image] Jul 01 19:27:41.142 INFO O| Jul 01 19:27:41.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88552026-07-01T19:27:41.666Z[ recovery-image] Jul 01 19:27:41.142 INFO O| Jul 01 19:27:41.142 INFO ok!
88562026-07-01T19:27:41.666Z[ recovery-image] Jul 01 19:27:41.142 INFO O| Jul 01 19:27:41.142 INFO STEP 36 (ensure_file) COMPLETE
88572026-07-01T19:27:41.666Z[ recovery-image] Jul 01 19:27:41.142 INFO O| Jul 01 19:27:41.142 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88582026-07-01T19:27:41.671Z[ recovery-image] Jul 01 19:27:41.149 INFO O| Jul 01 19:27:41.149 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88592026-07-01T19:27:41.671Z[ recovery-image] Jul 01 19:27:41.149 INFO O| Jul 01 19:27:41.149 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88602026-07-01T19:27:41.675Z[ recovery-image] Jul 01 19:27:41.149 INFO O| Jul 01 19:27:41.149 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88612026-07-01T19:27:41.675Z[ recovery-image] Jul 01 19:27:41.149 INFO O| Jul 01 19:27:41.149 INFO ok!
88622026-07-01T19:27:41.675Z[ recovery-image] Jul 01 19:27:41.149 INFO O| Jul 01 19:27:41.149 INFO STEP 37 (ensure_file) COMPLETE
88632026-07-01T19:27:41.675Z[ recovery-image] Jul 01 19:27:41.149 INFO O| Jul 01 19:27:41.149 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88642026-07-01T19:27:41.678Z[ recovery-image] Jul 01 19:27:41.155 INFO O| Jul 01 19:27:41.155 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88652026-07-01T19:27:41.678Z[ recovery-image] Jul 01 19:27:41.155 INFO O| Jul 01 19:27:41.155 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88662026-07-01T19:27:41.679Z[ recovery-image] Jul 01 19:27:41.155 INFO O| Jul 01 19:27:41.155 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88672026-07-01T19:27:41.679Z[ recovery-image] Jul 01 19:27:41.155 INFO O| Jul 01 19:27:41.155 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88682026-07-01T19:27:41.679Z[ recovery-image] Jul 01 19:27:41.155 INFO O| Jul 01 19:27:41.155 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88692026-07-01T19:27:41.679Z[ recovery-image] Jul 01 19:27:41.155 INFO O| Jul 01 19:27:41.155 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88702026-07-01T19:27:41.679Z[ recovery-image] Jul 01 19:27:41.155 INFO O| Jul 01 19:27:41.155 INFO ok!
88712026-07-01T19:27:41.679Z[ recovery-image] Jul 01 19:27:41.155 INFO O| Jul 01 19:27:41.155 INFO STEP 38 (ensure_file) COMPLETE
88722026-07-01T19:27:41.679Z[ recovery-image] Jul 01 19:27:41.155 INFO O| Jul 01 19:27:41.155 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88732026-07-01T19:27:41.684Z[ recovery-image] Jul 01 19:27:41.161 INFO O| Jul 01 19:27:41.161 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88742026-07-01T19:27:41.688Z[ recovery-image] Jul 01 19:27:41.161 INFO O| Jul 01 19:27:41.161 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88752026-07-01T19:27:41.688Z[ recovery-image] Jul 01 19:27:41.161 INFO O| Jul 01 19:27:41.161 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88762026-07-01T19:27:41.688Z[ recovery-image] Jul 01 19:27:41.161 INFO O| Jul 01 19:27:41.161 INFO STEP 39 (ensure_dir) COMPLETE
88772026-07-01T19:27:41.688Z[ recovery-image] Jul 01 19:27:41.161 INFO O| Jul 01 19:27:41.161 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88782026-07-01T19:27:41.691Z[ recovery-image] Jul 01 19:27:41.167 INFO O| Jul 01 19:27:41.167 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
88792026-07-01T19:27:41.691Z[ recovery-image] Jul 01 19:27:41.167 INFO O| Jul 01 19:27:41.167 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 ...
88802026-07-01T19:27:41.691Z[ recovery-image] Jul 01 19:27:41.168 INFO O| Jul 01 19:27:41.168 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
88812026-07-01T19:27:41.691Z[ recovery-image] Jul 01 19:27:41.168 INFO O| Jul 01 19:27:41.168 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
88822026-07-01T19:27:41.691Z[ recovery-image] Jul 01 19:27:41.168 INFO O| Jul 01 19:27:41.168 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
88832026-07-01T19:27:41.691Z[ recovery-image] Jul 01 19:27:41.168 INFO O| Jul 01 19:27:41.168 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
88842026-07-01T19:27:41.691Z[ recovery-image] Jul 01 19:27:41.168 INFO O| Jul 01 19:27:41.168 INFO ok!
88852026-07-01T19:27:41.691Z[ recovery-image] Jul 01 19:27:41.168 INFO O| Jul 01 19:27:41.168 INFO STEP 40 (ensure_file) COMPLETE
88862026-07-01T19:27:41.691Z[ recovery-image] Jul 01 19:27:41.168 INFO O| Jul 01 19:27:41.168 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88872026-07-01T19:27:41.696Z[ recovery-image] Jul 01 19:27:41.173 INFO O| Jul 01 19:27:41.173 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88882026-07-01T19:27:41.699Z[ recovery-image] Jul 01 19:27:41.173 INFO O| Jul 01 19:27:41.173 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 ...
88892026-07-01T19:27:41.699Z[ recovery-image] Jul 01 19:27:41.173 INFO O| Jul 01 19:27:41.173 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88902026-07-01T19:27:41.699Z[ recovery-image] Jul 01 19:27:41.173 INFO O| Jul 01 19:27:41.173 INFO ok!
88912026-07-01T19:27:41.699Z[ recovery-image] Jul 01 19:27:41.173 INFO O| Jul 01 19:27:41.173 INFO STEP 41 (ensure_symlink) COMPLETE
88922026-07-01T19:27:41.699Z[ recovery-image] Jul 01 19:27:41.173 INFO O| Jul 01 19:27:41.173 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88932026-07-01T19:27:41.702Z[ recovery-image] Jul 01 19:27:41.178 INFO O| Jul 01 19:27:41.178 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
88942026-07-01T19:27:41.703Z[ recovery-image] Jul 01 19:27:41.178 INFO O| Jul 01 19:27:41.178 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
88952026-07-01T19:27:41.703Z[ recovery-image] Jul 01 19:27:41.178 INFO O| Jul 01 19:27:41.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
88962026-07-01T19:27:41.703Z[ recovery-image] Jul 01 19:27:41.178 INFO O| Jul 01 19:27:41.178 INFO ok!
88972026-07-01T19:27:41.703Z[ recovery-image] Jul 01 19:27:41.178 INFO O| Jul 01 19:27:41.178 INFO STEP 42 (ensure_symlink) COMPLETE
88982026-07-01T19:27:41.703Z[ recovery-image] Jul 01 19:27:41.178 INFO O| Jul 01 19:27:41.178 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88992026-07-01T19:27:41.709Z[ recovery-image] Jul 01 19:27:41.185 INFO O| Jul 01 19:27:41.185 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89002026-07-01T19:27:41.716Z[ recovery-image] Jul 01 19:27:41.185 INFO O| Jul 01 19:27:41.185 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89012026-07-01T19:27:41.725Z[ recovery-image] Jul 01 19:27:41.185 INFO O| Jul 01 19:27:41.185 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89022026-07-01T19:27:41.725Z[ recovery-image] Jul 01 19:27:41.185 INFO O| Jul 01 19:27:41.185 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89032026-07-01T19:27:41.725Z[ recovery-image] Jul 01 19:27:41.185 INFO O| Jul 01 19:27:41.185 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89042026-07-01T19:27:41.725Z[ recovery-image] Jul 01 19:27:41.185 INFO O| Jul 01 19:27:41.185 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89052026-07-01T19:27:41.725Z[ recovery-image] Jul 01 19:27:41.185 INFO O| Jul 01 19:27:41.185 INFO ok!
89062026-07-01T19:27:41.725Z[ recovery-image] Jul 01 19:27:41.185 INFO O| Jul 01 19:27:41.185 INFO STEP 43 (ensure_file) COMPLETE
89072026-07-01T19:27:41.726Z[ recovery-image] Jul 01 19:27:41.185 INFO O| Jul 01 19:27:41.185 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89082026-07-01T19:27:41.726Z[ recovery-image] Jul 01 19:27:41.191 INFO O| Jul 01 19:27:41.191 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89092026-07-01T19:27:41.726Z[ recovery-image] Jul 01 19:27:41.191 INFO O| Jul 01 19:27:41.191 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 ...
89102026-07-01T19:27:41.726Z[ recovery-image] Jul 01 19:27:41.191 INFO O| Jul 01 19:27:41.191 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
89112026-07-01T19:27:41.726Z[ recovery-image] Jul 01 19:27:41.191 INFO O| Jul 01 19:27:41.191 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89122026-07-01T19:27:41.726Z[ recovery-image] Jul 01 19:27:41.191 INFO O| Jul 01 19:27:41.191 INFO ok!
89132026-07-01T19:27:41.726Z[ recovery-image] Jul 01 19:27:41.191 INFO O| Jul 01 19:27:41.191 INFO STEP 44 (ensure_file) COMPLETE
89142026-07-01T19:27:41.726Z[ recovery-image] Jul 01 19:27:41.191 INFO O| Jul 01 19:27:41.191 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89152026-07-01T19:27:41.781Z[ recovery-image] Jul 01 19:27:41.196 INFO O| Jul 01 19:27:41.196 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89162026-07-01T19:27:41.781Z[ recovery-image] Jul 01 19:27:41.196 INFO O| Jul 01 19:27:41.196 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89172026-07-01T19:27:41.781Z[ recovery-image] Jul 01 19:27:41.196 INFO O| Jul 01 19:27:41.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89182026-07-01T19:27:41.781Z[ recovery-image] Jul 01 19:27:41.196 INFO O| Jul 01 19:27:41.196 INFO ok!
89192026-07-01T19:27:41.781Z[ recovery-image] Jul 01 19:27:41.196 INFO O| Jul 01 19:27:41.196 INFO STEP 45 (ensure_file) COMPLETE
89202026-07-01T19:27:41.781Z[ recovery-image] Jul 01 19:27:41.196 INFO O| Jul 01 19:27:41.196 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89212026-07-01T19:27:41.781Z[ recovery-image] Jul 01 19:27:41.202 INFO O| Jul 01 19:27:41.202 INFO updating shadow file
89222026-07-01T19:27:41.781Z[ recovery-image] Jul 01 19:27:41.202 INFO O| Jul 01 19:27:41.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89232026-07-01T19:27:41.781Z[ recovery-image] Jul 01 19:27:41.202 INFO O| Jul 01 19:27:41.202 INFO STEP 46 (shadow) COMPLETE
89242026-07-01T19:27:41.781Z[ recovery-image] Jul 01 19:27:41.202 INFO O| Jul 01 19:27:41.202 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89252026-07-01T19:27:41.794Z[ recovery-image] Jul 01 19:27:41.208 INFO O| Jul 01 19:27:41.208 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89262026-07-01T19:27:41.794Z[ recovery-image] Jul 01 19:27:41.208 INFO O| Jul 01 19:27:41.208 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89272026-07-01T19:27:41.794Z[ recovery-image] Jul 01 19:27:41.208 INFO O| Jul 01 19:27:41.208 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89282026-07-01T19:27:41.794Z[ recovery-image] Jul 01 19:27:41.208 INFO O| Jul 01 19:27:41.208 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89292026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.208 INFO O| Jul 01 19:27:41.208 INFO ok!
89302026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.208 INFO O| Jul 01 19:27:41.208 INFO STEP 47 (ensure_file) COMPLETE
89312026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.208 INFO O| Jul 01 19:27:41.208 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89322026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.213 INFO O| Jul 01 19:27:41.213 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89332026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.213 INFO O| Jul 01 19:27:41.213 INFO STEP 48 (ensure_dir) COMPLETE
89342026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.213 INFO O| Jul 01 19:27:41.213 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89352026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.219 INFO O| Jul 01 19:27:41.219 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89362026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.219 INFO O| Jul 01 19:27:41.219 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89372026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.219 INFO O| Jul 01 19:27:41.219 INFO STEP 49 (ensure_dir) COMPLETE
89382026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.219 INFO O| Jul 01 19:27:41.219 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89392026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.224 INFO O| Jul 01 19:27:41.224 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89402026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.224 INFO O| Jul 01 19:27:41.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89412026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.224 INFO O| Jul 01 19:27:41.224 INFO STEP 50 (ensure_dir) COMPLETE
89422026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.224 INFO O| Jul 01 19:27:41.224 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89432026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.230 INFO O| Jul 01 19:27:41.230 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89442026-07-01T19:27:41.800Z[ recovery-image] Jul 01 19:27:41.230 INFO O| Jul 01 19:27:41.230 INFO copying /tmp/.tmpsBAP65/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89452026-07-01T19:27:41.818Z[ recovery-image] Jul 01 19:27:41.273 INFO O| Jul 01 19:27:41.273 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89462026-07-01T19:27:41.818Z[ recovery-image] Jul 01 19:27:41.273 INFO O| Jul 01 19:27:41.273 INFO ok!
89472026-07-01T19:27:41.818Z[ recovery-image] Jul 01 19:27:41.273 INFO O| Jul 01 19:27:41.273 INFO STEP 51 (ensure_file) COMPLETE
89482026-07-01T19:27:41.818Z[ recovery-image] Jul 01 19:27:41.273 INFO O| Jul 01 19:27:41.273 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89492026-07-01T19:27:41.818Z[ recovery-image] Jul 01 19:27:41.279 INFO O| Jul 01 19:27:41.279 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89502026-07-01T19:27:41.818Z[ recovery-image] Jul 01 19:27:41.279 INFO O| Jul 01 19:27:41.279 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89512026-07-01T19:27:41.819Z[ recovery-image] Jul 01 19:27:41.279 INFO O| Jul 01 19:27:41.279 INFO STEP 52 (ensure_dir) COMPLETE
89522026-07-01T19:27:41.819Z[ recovery-image] Jul 01 19:27:41.279 INFO O| Jul 01 19:27:41.279 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89532026-07-01T19:27:41.819Z[ recovery-image] Jul 01 19:27:41.285 INFO O| Jul 01 19:27:41.285 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89542026-07-01T19:27:41.819Z[ recovery-image] Jul 01 19:27:41.285 INFO O| Jul 01 19:27:41.285 INFO copying /tmp/.tmpsBAP65/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89552026-07-01T19:27:41.819Z[ recovery-image] Jul 01 19:27:41.285 INFO O| Jul 01 19:27:41.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89562026-07-01T19:27:41.819Z[ recovery-image] Jul 01 19:27:41.285 INFO O| Jul 01 19:27:41.285 INFO ok!
89572026-07-01T19:27:41.819Z[ recovery-image] Jul 01 19:27:41.285 INFO O| Jul 01 19:27:41.285 INFO STEP 53 (ensure_file) COMPLETE
89582026-07-01T19:27:41.819Z[ recovery-image] Jul 01 19:27:41.285 INFO O| Jul 01 19:27:41.285 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89592026-07-01T19:27:41.824Z[ recovery-image] Jul 01 19:27:41.291 INFO O| Jul 01 19:27:41.291 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89602026-07-01T19:27:41.824Z[ recovery-image] Jul 01 19:27:41.291 INFO O| Jul 01 19:27:41.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89612026-07-01T19:27:41.824Z[ recovery-image] Jul 01 19:27:41.291 INFO O| Jul 01 19:27:41.291 INFO STEP 54 (ensure_dir) COMPLETE
89622026-07-01T19:27:41.824Z[ recovery-image] Jul 01 19:27:41.291 INFO O| Jul 01 19:27:41.291 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89632026-07-01T19:27:41.824Z[ recovery-image] Jul 01 19:27:41.297 INFO O| Jul 01 19:27:41.297 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89642026-07-01T19:27:41.824Z[ recovery-image] Jul 01 19:27:41.297 INFO O| Jul 01 19:27:41.297 INFO copying /tmp/.tmpsBAP65/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89652026-07-01T19:27:42.374Z[ recovery-image] Jul 01 19:27:41.851 INFO O| Jul 01 19:27:41.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89662026-07-01T19:27:42.375Z[ recovery-image] Jul 01 19:27:41.851 INFO O| Jul 01 19:27:41.851 INFO ok!
89672026-07-01T19:27:42.375Z[ recovery-image] Jul 01 19:27:41.851 INFO O| Jul 01 19:27:41.851 INFO STEP 55 (ensure_file) COMPLETE
89682026-07-01T19:27:42.379Z[ recovery-image] Jul 01 19:27:41.851 INFO O| Jul 01 19:27:41.851 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89692026-07-01T19:27:42.384Z[ recovery-image] Jul 01 19:27:41.861 INFO O| Jul 01 19:27:41.861 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89702026-07-01T19:27:42.384Z[ recovery-image] Jul 01 19:27:41.861 INFO O| Jul 01 19:27:41.861 INFO copying /tmp/.tmpsBAP65/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89712026-07-01T19:27:42.902Z[ recovery-image] Jul 01 19:27:42.379 INFO O| Jul 01 19:27:42.378 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
89722026-07-01T19:27:42.902Z[ recovery-image] Jul 01 19:27:42.379 INFO O| Jul 01 19:27:42.379 INFO ok!
89732026-07-01T19:27:42.907Z[ recovery-image] Jul 01 19:27:42.379 INFO O| Jul 01 19:27:42.379 INFO STEP 56 (ensure_file) COMPLETE
89742026-07-01T19:27:42.907Z[ recovery-image] Jul 01 19:27:42.379 INFO O| Jul 01 19:27:42.379 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89752026-07-01T19:27:42.911Z[ recovery-image] Jul 01 19:27:42.385 INFO O| Jul 01 19:27:42.385 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89762026-07-01T19:27:42.911Z[ recovery-image] Jul 01 19:27:42.385 INFO O| Jul 01 19:27:42.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89772026-07-01T19:27:42.911Z[ recovery-image] Jul 01 19:27:42.385 INFO O| Jul 01 19:27:42.385 INFO STEP 57 (ensure_dir) COMPLETE
89782026-07-01T19:27:42.911Z[ recovery-image] Jul 01 19:27:42.385 INFO O| Jul 01 19:27:42.385 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89792026-07-01T19:27:42.914Z[ recovery-image] Jul 01 19:27:42.391 INFO O| Jul 01 19:27:42.391 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89802026-07-01T19:27:42.914Z[ recovery-image] Jul 01 19:27:42.391 INFO O| Jul 01 19:27:42.391 INFO copying /tmp/.tmpsBAP65/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 ...
89812026-07-01T19:27:42.915Z[ recovery-image] Jul 01 19:27:42.391 INFO O| Jul 01 19:27:42.391 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
89822026-07-01T19:27:42.915Z[ recovery-image] Jul 01 19:27:42.391 INFO O| Jul 01 19:27:42.391 INFO ok!
89832026-07-01T19:27:42.915Z[ recovery-image] Jul 01 19:27:42.391 INFO O| Jul 01 19:27:42.391 INFO STEP 58 (ensure_file) COMPLETE
89842026-07-01T19:27:42.915Z[ recovery-image] Jul 01 19:27:42.391 INFO O| Jul 01 19:27:42.391 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89852026-07-01T19:27:42.918Z[ recovery-image] Jul 01 19:27:42.396 INFO O| Jul 01 19:27:42.396 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89862026-07-01T19:27:42.918Z[ recovery-image] Jul 01 19:27:42.396 INFO O| Jul 01 19:27:42.396 INFO copying /tmp/.tmpsBAP65/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 ...
89872026-07-01T19:27:42.922Z[ recovery-image] Jul 01 19:27:42.396 INFO O| Jul 01 19:27:42.396 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
89882026-07-01T19:27:42.922Z[ recovery-image] Jul 01 19:27:42.396 INFO O| Jul 01 19:27:42.396 INFO ok!
89892026-07-01T19:27:42.922Z[ recovery-image] Jul 01 19:27:42.396 INFO O| Jul 01 19:27:42.396 INFO STEP 59 (ensure_file) COMPLETE
89902026-07-01T19:27:42.923Z[ recovery-image] Jul 01 19:27:42.396 INFO O| Jul 01 19:27:42.396 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89912026-07-01T19:27:42.928Z[ recovery-image] Jul 01 19:27:42.401 INFO O| Jul 01 19:27:42.401 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
89922026-07-01T19:27:42.928Z[ recovery-image] Jul 01 19:27:42.401 INFO O| Jul 01 19:27:42.401 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
89932026-07-01T19:27:42.928Z[ recovery-image] Jul 01 19:27:42.401 INFO O| Jul 01 19:27:42.401 INFO STEP 60 (ensure_dir) COMPLETE
89942026-07-01T19:27:42.928Z[ recovery-image] Jul 01 19:27:42.401 INFO O| Jul 01 19:27:42.401 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89952026-07-01T19:27:42.931Z[ recovery-image] Jul 01 19:27:42.408 INFO O| Jul 01 19:27:42.408 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89962026-07-01T19:27:42.931Z[ recovery-image] Jul 01 19:27:42.408 INFO O| Jul 01 19:27:42.408 INFO copying /tmp/.tmpsBAP65/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 ...
89972026-07-01T19:27:42.932Z[ recovery-image] Jul 01 19:27:42.408 INFO O| Jul 01 19:27:42.408 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89982026-07-01T19:27:42.932Z[ recovery-image] Jul 01 19:27:42.408 INFO O| Jul 01 19:27:42.408 INFO ok!
89992026-07-01T19:27:42.932Z[ recovery-image] Jul 01 19:27:42.408 INFO O| Jul 01 19:27:42.408 INFO STEP 61 (ensure_file) COMPLETE
90002026-07-01T19:27:42.932Z[ recovery-image] Jul 01 19:27:42.408 INFO O| Jul 01 19:27:42.408 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90012026-07-01T19:27:42.938Z[ recovery-image] Jul 01 19:27:42.416 INFO O| Jul 01 19:27:42.416 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90022026-07-01T19:27:42.938Z[ recovery-image] Jul 01 19:27:42.416 INFO O| Jul 01 19:27:42.416 INFO copying /tmp/.tmpsBAP65/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 ...
90032026-07-01T19:27:42.942Z[ recovery-image] Jul 01 19:27:42.416 INFO O| Jul 01 19:27:42.416 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
90042026-07-01T19:27:42.943Z[ recovery-image] Jul 01 19:27:42.416 INFO O| Jul 01 19:27:42.416 INFO ok!
90052026-07-01T19:27:42.943Z[ recovery-image] Jul 01 19:27:42.416 INFO O| Jul 01 19:27:42.416 INFO STEP 62 (ensure_file) COMPLETE
90062026-07-01T19:27:42.943Z[ recovery-image] Jul 01 19:27:42.416 INFO O| Jul 01 19:27:42.416 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90072026-07-01T19:27:42.948Z[ recovery-image] Jul 01 19:27:42.422 INFO O| Jul 01 19:27:42.422 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90082026-07-01T19:27:42.948Z[ recovery-image] Jul 01 19:27:42.422 INFO O| Jul 01 19:27:42.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90092026-07-01T19:27:42.949Z[ recovery-image] Jul 01 19:27:42.422 INFO O| Jul 01 19:27:42.422 INFO STEP 63 (ensure_dir) COMPLETE
90102026-07-01T19:27:42.949Z[ recovery-image] Jul 01 19:27:42.422 INFO O| Jul 01 19:27:42.422 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90112026-07-01T19:27:42.951Z[ recovery-image] Jul 01 19:27:42.427 INFO O| Jul 01 19:27:42.427 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90122026-07-01T19:27:42.951Z[ recovery-image] Jul 01 19:27:42.427 INFO O| Jul 01 19:27:42.427 INFO copying /tmp/.tmpsBAP65/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 ...
90132026-07-01T19:27:42.951Z[ recovery-image] Jul 01 19:27:42.427 INFO O| Jul 01 19:27:42.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90142026-07-01T19:27:42.951Z[ recovery-image] Jul 01 19:27:42.427 INFO O| Jul 01 19:27:42.427 INFO ok!
90152026-07-01T19:27:42.951Z[ recovery-image] Jul 01 19:27:42.427 INFO O| Jul 01 19:27:42.427 INFO STEP 64 (ensure_file) COMPLETE
90162026-07-01T19:27:42.951Z[ recovery-image] Jul 01 19:27:42.427 INFO O| Jul 01 19:27:42.427 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90172026-07-01T19:27:42.957Z[ recovery-image] Jul 01 19:27:42.434 INFO O| Jul 01 19:27:42.434 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90182026-07-01T19:27:42.957Z[ recovery-image] Jul 01 19:27:42.434 INFO O| Jul 01 19:27:42.434 INFO copying /tmp/.tmpsBAP65/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90192026-07-01T19:27:42.957Z[ recovery-image] Jul 01 19:27:42.435 INFO O| Jul 01 19:27:42.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90202026-07-01T19:27:42.957Z[ recovery-image] Jul 01 19:27:42.435 INFO O| Jul 01 19:27:42.434 INFO ok!
90212026-07-01T19:27:42.963Z[ recovery-image] Jul 01 19:27:42.435 INFO O| Jul 01 19:27:42.434 INFO STEP 65 (ensure_file) COMPLETE
90222026-07-01T19:27:42.963Z[ recovery-image] Jul 01 19:27:42.435 INFO O| Jul 01 19:27:42.434 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90232026-07-01T19:27:42.966Z[ recovery-image] Jul 01 19:27:42.441 INFO O| Jul 01 19:27:42.441 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90242026-07-01T19:27:42.966Z[ recovery-image] Jul 01 19:27:42.441 INFO O| Jul 01 19:27:42.441 INFO STEP 66 (ensure_dir) COMPLETE
90252026-07-01T19:27:42.966Z[ recovery-image] Jul 01 19:27:42.441 INFO O| Jul 01 19:27:42.441 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90262026-07-01T19:27:42.970Z[ recovery-image] Jul 01 19:27:42.448 INFO O| Jul 01 19:27:42.448 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90272026-07-01T19:27:42.970Z[ recovery-image] Jul 01 19:27:42.448 INFO O| Jul 01 19:27:42.448 INFO STEP 67 (ensure_dir) COMPLETE
90282026-07-01T19:27:42.970Z[ recovery-image] Jul 01 19:27:42.448 INFO O| Jul 01 19:27:42.448 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90292026-07-01T19:27:42.976Z[ recovery-image] Jul 01 19:27:42.453 INFO O| Jul 01 19:27:42.453 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90302026-07-01T19:27:42.976Z[ recovery-image] Jul 01 19:27:42.453 INFO O| Jul 01 19:27:42.453 INFO STEP 68 (ensure_dir) COMPLETE
90312026-07-01T19:27:42.976Z[ recovery-image] Jul 01 19:27:42.453 INFO O| Jul 01 19:27:42.453 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90322026-07-01T19:27:42.981Z[ recovery-image] Jul 01 19:27:42.458 INFO O| Jul 01 19:27:42.458 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90332026-07-01T19:27:42.981Z[ recovery-image] Jul 01 19:27:42.458 INFO O| Jul 01 19:27:42.458 INFO STEP 69 (ensure_dir) COMPLETE
90342026-07-01T19:27:42.984Z[ recovery-image] Jul 01 19:27:42.458 INFO O| Jul 01 19:27:42.458 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-07-01T19:27:42.987Z[ recovery-image] Jul 01 19:27:42.464 INFO O| Jul 01 19:27:42.464 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90362026-07-01T19:27:42.987Z[ recovery-image] Jul 01 19:27:42.464 INFO O| Jul 01 19:27:42.464 INFO copying /tmp/.tmpsBAP65/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90372026-07-01T19:27:42.987Z[ recovery-image] Jul 01 19:27:42.464 INFO O| Jul 01 19:27:42.464 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90382026-07-01T19:27:42.987Z[ recovery-image] Jul 01 19:27:42.464 INFO O| Jul 01 19:27:42.464 INFO ok!
90392026-07-01T19:27:42.987Z[ recovery-image] Jul 01 19:27:42.464 INFO O| Jul 01 19:27:42.464 INFO STEP 70 (ensure_file) COMPLETE
90402026-07-01T19:27:42.988Z[ recovery-image] Jul 01 19:27:42.464 INFO O| Jul 01 19:27:42.464 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90412026-07-01T19:27:42.993Z[ recovery-image] Jul 01 19:27:42.469 INFO O| Jul 01 19:27:42.469 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90422026-07-01T19:27:42.993Z[ recovery-image] Jul 01 19:27:42.470 INFO O| Jul 01 19:27:42.470 INFO STEP 71 (remove_files) COMPLETE
90432026-07-01T19:27:42.993Z[ recovery-image] Jul 01 19:27:42.470 INFO O| Jul 01 19:27:42.470 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90442026-07-01T19:27:42.998Z[ recovery-image] Jul 01 19:27:42.475 INFO O| Jul 01 19:27:42.475 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90452026-07-01T19:27:42.998Z[ recovery-image] Jul 01 19:27:42.475 INFO O| Jul 01 19:27:42.475 INFO STEP 72 (remove_files) COMPLETE
90462026-07-01T19:27:42.998Z[ recovery-image] Jul 01 19:27:42.475 INFO O| Jul 01 19:27:42.475 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90472026-07-01T19:27:43.004Z[ recovery-image] Jul 01 19:27:42.481 INFO O| Jul 01 19:27:42.481 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90482026-07-01T19:27:43.004Z[ recovery-image] Jul 01 19:27:42.481 INFO O| Jul 01 19:27:42.481 INFO STEP 73 (remove_files) COMPLETE
90492026-07-01T19:27:43.004Z[ recovery-image] Jul 01 19:27:42.481 INFO O| Jul 01 19:27:42.481 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90502026-07-01T19:27:43.013Z[ recovery-image] Jul 01 19:27:42.487 INFO O| Jul 01 19:27:42.487 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90512026-07-01T19:27:43.016Z[ recovery-image] Jul 01 19:27:42.487 INFO O| Jul 01 19:27:42.487 INFO STEP 74 (remove_files) COMPLETE
90522026-07-01T19:27:43.016Z[ recovery-image] Jul 01 19:27:42.487 INFO O| Jul 01 19:27:42.487 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90532026-07-01T19:27:43.016Z[ recovery-image] Jul 01 19:27:42.492 INFO O| Jul 01 19:27:42.492 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90542026-07-01T19:27:43.016Z[ recovery-image] Jul 01 19:27:42.492 INFO O| Jul 01 19:27:42.492 INFO STEP 75 (remove_files) COMPLETE
90552026-07-01T19:27:43.016Z[ recovery-image] Jul 01 19:27:42.492 INFO O| Jul 01 19:27:42.492 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90562026-07-01T19:27:43.020Z[ recovery-image] Jul 01 19:27:42.498 INFO O| Jul 01 19:27:42.498 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90572026-07-01T19:27:43.020Z[ recovery-image] Jul 01 19:27:42.498 INFO O| Jul 01 19:27:42.498 INFO STEP 76 (remove_files) COMPLETE
90582026-07-01T19:27:43.024Z[ recovery-image] Jul 01 19:27:42.498 INFO O| Jul 01 19:27:42.498 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90592026-07-01T19:27:43.030Z[ recovery-image] Jul 01 19:27:42.503 INFO O| Jul 01 19:27:42.503 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90602026-07-01T19:27:43.031Z[ recovery-image] Jul 01 19:27:42.503 INFO O| Jul 01 19:27:42.503 INFO STEP 77 (remove_files) COMPLETE
90612026-07-01T19:27:43.031Z[ recovery-image] Jul 01 19:27:42.503 INFO O| Jul 01 19:27:42.503 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90622026-07-01T19:27:43.034Z[ recovery-image] Jul 01 19:27:42.510 INFO O| Jul 01 19:27:42.510 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90632026-07-01T19:27:43.034Z[ recovery-image] Jul 01 19:27:42.510 INFO O| Jul 01 19:27:42.510 INFO STEP 78 (remove_files) COMPLETE
90642026-07-01T19:27:43.035Z[ recovery-image] Jul 01 19:27:42.510 INFO O| Jul 01 19:27:42.510 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90652026-07-01T19:27:43.038Z[ recovery-image] Jul 01 19:27:42.516 INFO O| Jul 01 19:27:42.516 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90662026-07-01T19:27:43.038Z[ recovery-image] Jul 01 19:27:42.516 INFO O| Jul 01 19:27:42.516 INFO STEP 79 (remove_files) COMPLETE
90672026-07-01T19:27:43.042Z[ recovery-image] Jul 01 19:27:42.516 INFO O| Jul 01 19:27:42.516 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90682026-07-01T19:27:43.045Z[ recovery-image] Jul 01 19:27:42.521 INFO O| Jul 01 19:27:42.521 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90692026-07-01T19:27:43.045Z[ recovery-image] Jul 01 19:27:42.521 INFO O| Jul 01 19:27:42.521 INFO STEP 80 (remove_files) COMPLETE
90702026-07-01T19:27:43.045Z[ recovery-image] Jul 01 19:27:42.521 INFO O| Jul 01 19:27:42.521 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90712026-07-01T19:27:43.049Z[ recovery-image] Jul 01 19:27:42.527 INFO O| Jul 01 19:27:42.527 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
90722026-07-01T19:27:43.049Z[ recovery-image] Jul 01 19:27:42.527 INFO O| Jul 01 19:27:42.527 INFO STEP 81 (remove_files) COMPLETE
90732026-07-01T19:27:43.057Z[ recovery-image] Jul 01 19:27:42.527 INFO O| Jul 01 19:27:42.527 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90742026-07-01T19:27:43.061Z[ recovery-image] Jul 01 19:27:42.532 INFO O| Jul 01 19:27:42.532 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
90752026-07-01T19:27:43.061Z[ recovery-image] Jul 01 19:27:42.533 INFO O| Jul 01 19:27:42.532 INFO STEP 82 (remove_files) COMPLETE
90762026-07-01T19:27:43.061Z[ recovery-image] Jul 01 19:27:42.533 INFO O| Jul 01 19:27:42.532 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90772026-07-01T19:27:43.064Z[ recovery-image] Jul 01 19:27:42.539 INFO O| Jul 01 19:27:42.539 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
90782026-07-01T19:27:43.064Z[ recovery-image] Jul 01 19:27:42.539 INFO O| Jul 01 19:27:42.539 INFO STEP 83 (remove_files) COMPLETE
90792026-07-01T19:27:43.064Z[ recovery-image] Jul 01 19:27:42.539 INFO O| Jul 01 19:27:42.539 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90802026-07-01T19:27:43.069Z[ recovery-image] Jul 01 19:27:42.545 INFO O| Jul 01 19:27:42.545 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
90812026-07-01T19:27:43.069Z[ recovery-image] Jul 01 19:27:42.545 INFO O| Jul 01 19:27:42.545 INFO STEP 84 (remove_files) COMPLETE
90822026-07-01T19:27:43.069Z[ recovery-image] Jul 01 19:27:42.545 INFO O| Jul 01 19:27:42.545 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90832026-07-01T19:27:43.074Z[ recovery-image] Jul 01 19:27:42.552 INFO O| Jul 01 19:27:42.551 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
90842026-07-01T19:27:43.074Z[ recovery-image] Jul 01 19:27:42.552 INFO O| Jul 01 19:27:42.551 INFO STEP 85 (remove_files) COMPLETE
90852026-07-01T19:27:43.077Z[ recovery-image] Jul 01 19:27:42.552 INFO O| Jul 01 19:27:42.552 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90862026-07-01T19:27:43.085Z[ recovery-image] Jul 01 19:27:42.557 INFO O| Jul 01 19:27:42.557 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
90872026-07-01T19:27:43.085Z[ recovery-image] Jul 01 19:27:42.557 INFO O| Jul 01 19:27:42.557 INFO STEP 86 (remove_files) COMPLETE
90882026-07-01T19:27:43.085Z[ recovery-image] Jul 01 19:27:42.557 INFO O| Jul 01 19:27:42.557 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90892026-07-01T19:27:43.088Z[ recovery-image] Jul 01 19:27:42.563 INFO O| Jul 01 19:27:42.563 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
90902026-07-01T19:27:43.088Z[ recovery-image] Jul 01 19:27:42.563 INFO O| Jul 01 19:27:42.563 INFO STEP 87 (remove_files) COMPLETE
90912026-07-01T19:27:43.089Z[ recovery-image] Jul 01 19:27:42.563 INFO O| Jul 01 19:27:42.563 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90922026-07-01T19:27:43.092Z[ recovery-image] Jul 01 19:27:42.569 INFO O| Jul 01 19:27:42.569 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
90932026-07-01T19:27:43.092Z[ recovery-image] Jul 01 19:27:42.569 INFO O| Jul 01 19:27:42.569 INFO STEP 88 (remove_files) COMPLETE
90942026-07-01T19:27:43.092Z[ recovery-image] Jul 01 19:27:42.569 INFO O| Jul 01 19:27:42.569 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90952026-07-01T19:27:43.098Z[ recovery-image] Jul 01 19:27:42.575 INFO O| Jul 01 19:27:42.575 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
90962026-07-01T19:27:43.098Z[ recovery-image] Jul 01 19:27:42.575 INFO O| Jul 01 19:27:42.575 INFO STEP 89 (remove_files) COMPLETE
90972026-07-01T19:27:43.098Z[ recovery-image] Jul 01 19:27:42.575 INFO O| Jul 01 19:27:42.575 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90982026-07-01T19:27:43.103Z[ recovery-image] Jul 01 19:27:42.581 INFO O| Jul 01 19:27:42.581 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
90992026-07-01T19:27:43.103Z[ recovery-image] Jul 01 19:27:42.581 INFO O| Jul 01 19:27:42.581 INFO STEP 90 (remove_files) COMPLETE
91002026-07-01T19:27:43.103Z[ recovery-image] Jul 01 19:27:42.581 INFO O| Jul 01 19:27:42.581 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91012026-07-01T19:27:43.110Z[ recovery-image] Jul 01 19:27:42.587 INFO O| Jul 01 19:27:42.587 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91022026-07-01T19:27:43.110Z[ recovery-image] Jul 01 19:27:42.587 INFO O| Jul 01 19:27:42.587 INFO STEP 91 (remove_files) COMPLETE
91032026-07-01T19:27:43.110Z[ recovery-image] Jul 01 19:27:42.587 INFO O| Jul 01 19:27:42.587 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91042026-07-01T19:27:43.116Z[ recovery-image] Jul 01 19:27:42.594 INFO O| Jul 01 19:27:42.593 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91052026-07-01T19:27:43.119Z[ recovery-image] Jul 01 19:27:42.594 INFO O| Jul 01 19:27:42.594 INFO STEP 92 (remove_files) COMPLETE
91062026-07-01T19:27:43.119Z[ recovery-image] Jul 01 19:27:42.594 INFO O| Jul 01 19:27:42.594 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91072026-07-01T19:27:43.122Z[ recovery-image] Jul 01 19:27:42.599 INFO O| Jul 01 19:27:42.599 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91082026-07-01T19:27:43.123Z[ recovery-image] Jul 01 19:27:42.599 INFO O| Jul 01 19:27:42.599 INFO STEP 93 (remove_files) COMPLETE
91092026-07-01T19:27:43.123Z[ recovery-image] Jul 01 19:27:42.599 INFO O| Jul 01 19:27:42.599 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91102026-07-01T19:27:43.128Z[ recovery-image] Jul 01 19:27:42.605 INFO O| Jul 01 19:27:42.605 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91112026-07-01T19:27:43.132Z[ recovery-image] Jul 01 19:27:42.605 INFO O| Jul 01 19:27:42.605 INFO STEP 94 (remove_files) COMPLETE
91122026-07-01T19:27:43.132Z[ recovery-image] Jul 01 19:27:42.605 INFO O| Jul 01 19:27:42.605 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91132026-07-01T19:27:43.135Z[ recovery-image] Jul 01 19:27:42.612 INFO O| Jul 01 19:27:42.612 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91142026-07-01T19:27:43.135Z[ recovery-image] Jul 01 19:27:42.612 INFO O| Jul 01 19:27:42.612 INFO STEP 95 (remove_files) COMPLETE
91152026-07-01T19:27:43.135Z[ recovery-image] Jul 01 19:27:42.612 INFO O| Jul 01 19:27:42.612 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91162026-07-01T19:27:43.141Z[ recovery-image] Jul 01 19:27:42.618 INFO O| Jul 01 19:27:42.618 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91172026-07-01T19:27:43.141Z[ recovery-image] Jul 01 19:27:42.618 INFO O| Jul 01 19:27:42.618 INFO STEP 96 (remove_files) COMPLETE
91182026-07-01T19:27:43.144Z[ recovery-image] Jul 01 19:27:42.618 INFO O| Jul 01 19:27:42.618 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91192026-07-01T19:27:43.147Z[ recovery-image] Jul 01 19:27:42.624 INFO O| Jul 01 19:27:42.624 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91202026-07-01T19:27:43.147Z[ recovery-image] Jul 01 19:27:42.624 INFO O| Jul 01 19:27:42.624 INFO STEP 97 (remove_files) COMPLETE
91212026-07-01T19:27:43.147Z[ recovery-image] Jul 01 19:27:42.624 INFO O| Jul 01 19:27:42.624 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91222026-07-01T19:27:43.153Z[ recovery-image] Jul 01 19:27:42.631 INFO O| Jul 01 19:27:42.631 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91232026-07-01T19:27:43.153Z[ recovery-image] Jul 01 19:27:42.631 INFO O| Jul 01 19:27:42.631 INFO STEP 98 (remove_files) COMPLETE
91242026-07-01T19:27:43.157Z[ recovery-image] Jul 01 19:27:42.631 INFO O| Jul 01 19:27:42.631 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-07-01T19:27:43.160Z[ recovery-image] Jul 01 19:27:42.637 INFO O| Jul 01 19:27:42.637 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91262026-07-01T19:27:43.161Z[ recovery-image] Jul 01 19:27:42.637 INFO O| Jul 01 19:27:42.637 INFO STEP 99 (remove_files) COMPLETE
91272026-07-01T19:27:43.161Z[ recovery-image] Jul 01 19:27:42.637 INFO O| Jul 01 19:27:42.637 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91282026-07-01T19:27:43.169Z[ recovery-image] Jul 01 19:27:42.646 INFO O| Jul 01 19:27:42.646 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91292026-07-01T19:27:43.169Z[ recovery-image] Jul 01 19:27:42.646 INFO O| Jul 01 19:27:42.646 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
91302026-07-01T19:27:46.104Z[ recovery-image] Jul 01 19:27:45.574 INFO O| Jul 01 19:27:45.574 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
91312026-07-01T19:27:46.104Z[ recovery-image] Jul 01 19:27:45.574 INFO O| Jul 01 19:27:45.574 INFO E| svccfg: Loaded 68 smf(7) service descriptions
91322026-07-01T19:27:46.114Z[ recovery-image] Jul 01 19:27:45.584 INFO O| Jul 01 19:27:45.584 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
91332026-07-01T19:27:46.197Z[ recovery-image] Jul 01 19:27:45.674 INFO O| Jul 01 19:27:45.673 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
91342026-07-01T19:27:46.248Z[ recovery-image] Jul 01 19:27:45.725 INFO O| Jul 01 19:27:45.725 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
91352026-07-01T19:27:46.305Z[ recovery-image] Jul 01 19:27:45.782 INFO O| Jul 01 19:27:45.782 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
91362026-07-01T19:27:46.306Z[ recovery-image] Jul 01 19:27:45.782 INFO O| Jul 01 19:27:45.782 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 ...
91372026-07-01T19:27:46.312Z[ recovery-image] Jul 01 19:27:45.784 INFO O| Jul 01 19:27:45.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
91382026-07-01T19:27:46.312Z[ recovery-image] Jul 01 19:27:45.784 INFO O| Jul 01 19:27:45.784 INFO ok!
91392026-07-01T19:27:46.312Z[ recovery-image] Jul 01 19:27:45.784 INFO O| Jul 01 19:27:45.784 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
91402026-07-01T19:27:46.312Z[ recovery-image] Jul 01 19:27:45.784 INFO O| Jul 01 19:27:45.784 INFO STEP 100 (seed_smf) COMPLETE
91412026-07-01T19:27:46.312Z[ recovery-image] Jul 01 19:27:45.784 INFO O| Jul 01 19:27:45.784 INFO steps complete; finalising image!
91422026-07-01T19:27:46.312Z[ recovery-image] Jul 01 19:27:45.784 INFO O| Jul 01 19:27:45.784 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
91432026-07-01T19:27:46.437Z[ recovery-image] Jul 01 19:27:45.914 INFO O| Jul 01 19:27:45.914 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Wed Jul 1 19:27:45 2026)
91442026-07-01T19:27:46.643Z[ recovery-image] Jul 01 19:27:46.118 INFO O| Jul 01 19:27:46.118 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 1 19:27:45 2026)
91452026-07-01T19:27:46.846Z[ recovery-image] Jul 01 19:27:46.322 INFO O| Jul 01 19:27:46.322 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 1 19:27:45 2026)
91462026-07-01T19:27:47.060Z[ recovery-image] Jul 01 19:27:46.537 INFO O| Jul 01 19:27:46.537 INFO temporary pool has 487M used, 1.27G avail, 1.00x compressratio
91472026-07-01T19:27:47.060Z[ recovery-image] Jul 01 19:27:46.537 INFO O| Jul 01 19:27:46.537 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
91482026-07-01T19:27:47.314Z[ recovery-image] Jul 01 19:27:46.791 INFO O| Jul 01 19:27:46.791 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
91492026-07-01T19:27:47.321Z[ recovery-image] Jul 01 19:27:46.791 INFO O| Jul 01 19:27:46.791 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
91502026-07-01T19:27:53.385Z[ recovery-image] Jul 01 19:27:48.756 INFO O| Jul 01 19:27:48.756 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
91512026-07-01T19:27:53.385Z[ recovery-image] Jul 01 19:27:48.756 INFO O| Jul 01 19:27:48.756 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
91522026-07-01T19:27:53.385Z[ recovery-image] Jul 01 19:27:48.756 INFO O| Jul 01 19:27:48.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
91532026-07-01T19:27:53.488Z[ recovery-image] Jul 01 19:27:48.756 INFO O| Jul 01 19:27:48.756 INFO completed processing sled/zfs-recovery
91542026-07-01T19:27:53.488Z[ recovery-image] Jul 01 19:27:48.756 INFO O| Jul 01 19:27:48.756 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
91552026-07-01T19:27:53.488Z[ recovery-image] Jul 01 19:27:50.653 INFO O| Jul 01 19:27:50.653 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
91562026-07-01T19:27:53.490Z[ recovery-image] Jul 01 19:27:50.748 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
91572026-07-01T19:27:53.490Z[ recovery-image] Jul 01 19:27:50.748 INFO expanded image name: "recovery 19daa89/${os_short_commit} 2026-07-01 19:14" -> "recovery 19daa89/9b09742 2026-07-01 19:14"
91582026-07-01T19:27:53.490Z[ recovery-image] Jul 01 19:27:50.748 INFO output artefacts stored in: "/work/os-recovery"
91592026-07-01T19:27:53.490Z[ recovery-image] Jul 01 19:27:50.749 INFO collecting git info from project "amd-firmware"...
91602026-07-01T19:27:53.490Z[ recovery-image] Jul 01 19:27:51.052 INFO collecting git info from project "pilot"...
91612026-07-01T19:27:53.490Z[ recovery-image] Jul 01 19:27:51.060 INFO collecting git info from project "image-builder"...
91622026-07-01T19:27:53.490Z[ recovery-image] Jul 01 19:27:51.065 INFO collecting git info from project "chelsio-t6-roms"...
91632026-07-01T19:27:53.490Z[ recovery-image] Jul 01 19:27:51.079 INFO collecting git info from project "bootserver"...
91642026-07-01T19:27:53.490Z[ recovery-image] Jul 01 19:27:51.084 INFO collecting git info from project "pinprick"...
91652026-07-01T19:27:53.490Z[ recovery-image] Jul 01 19:27:51.088 INFO collecting git info from project "dmar-report"...
91662026-07-01T19:27:53.490Z[ recovery-image] Jul 01 19:27:51.095 INFO collecting git info from project "phbl"...
91672026-07-01T19:27:53.490Z[ recovery-image] Jul 01 19:27:51.100 INFO collecting git info from project "amd-host-image-builder"...
91682026-07-01T19:27:53.491Z[ recovery-image] Jul 01 19:27:51.136 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
91692026-07-01T19:27:53.491Z[ recovery-image] Jul 01 19:27:51.417 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
91702026-07-01T19:27:53.538Z[ recovery-image] Jul 01 19:27:51.694 INFO creating Oxide boot image...
91712026-07-01T19:27:53.538Z[ recovery-image] Jul 01 19:27:51.694 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 19daa89/9b09742 2026-07-01 19:14", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
91722026-07-01T19:28:05.820Z[ host-image] Jul 01 19:28:05.229 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24068:20260625T122347Z
91732026-07-01T19:28:05.820Z[ host-image] Jul 01 19:28:05.229 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24068:20260625T122347Z
91742026-07-01T19:28:05.830Z[ host-image] Jul 01 19:28:05.229 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91752026-07-01T19:28:05.830Z[ host-image] Jul 01 19:28:05.229 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91762026-07-01T19:28:05.831Z[ host-image] Jul 01 19:28:05.229 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91772026-07-01T19:28:05.831Z[ host-image] Jul 01 19:28:05.229 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91782026-07-01T19:28:05.831Z[ host-image] Jul 01 19:28:05.230 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91792026-07-01T19:28:05.831Z[ host-image] Jul 01 19:28:05.230 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91802026-07-01T19:28:05.831Z[ host-image] Jul 01 19:28:05.230 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0-3.0:20260701T191404Z
91812026-07-01T19:28:05.831Z[ host-image] Jul 01 19:28:05.230 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91822026-07-01T19:28:05.831Z[ host-image] Jul 01 19:28:05.230 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91832026-07-01T19:28:05.831Z[ host-image] Jul 01 19:28:05.230 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24068:20260625T122347Z
91842026-07-01T19:28:05.831Z[ host-image] Jul 01 19:28:05.231 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24068:20260625T122348Z
91852026-07-01T19:28:05.831Z[ host-image] Jul 01 19:28:05.231 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24068:20260625T122348Z
91862026-07-01T19:28:05.832Z[ host-image] Jul 01 19:28:05.231 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24068:20260625T122348Z
91872026-07-01T19:28:05.832Z[ host-image] Jul 01 19:28:05.231 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
91882026-07-01T19:28:05.832Z[ host-image] Jul 01 19:28:05.231 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24068:20260625T122348Z
91892026-07-01T19:28:05.832Z[ host-image] Jul 01 19:28:05.231 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24068:20260625T122348Z
91902026-07-01T19:28:05.832Z[ host-image] Jul 01 19:28:05.231 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24068:20260625T122348Z
91912026-07-01T19:28:05.832Z[ host-image] Jul 01 19:28:05.231 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24068:20260625T122348Z
91922026-07-01T19:28:05.832Z[ host-image] Jul 01 19:28:05.231 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24068:20260625T122349Z
91932026-07-01T19:28:05.832Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24068:20260625T122349Z
91942026-07-01T19:28:05.832Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24068:20260625T122349Z
91952026-07-01T19:28:05.832Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24068:20260625T122349Z
91962026-07-01T19:28:05.832Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24068:20260625T122350Z
91972026-07-01T19:28:05.833Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24068:20260625T122350Z
91982026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24068:20260625T122350Z
91992026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24068:20260625T122351Z
92002026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24068:20260625T122351Z
92012026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24068:20260625T122352Z
92022026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24068:20260625T122352Z
92032026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
92042026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24068:20260625T122353Z
92052026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24068:20260625T122355Z
92062026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24068:20260625T122355Z
92072026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24068:20260625T122356Z
92082026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24068:20260625T122357Z
92092026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.232 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24068:20260625T122357Z
92102026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.235 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92112026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.235 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24068:20260625T122357Z
92122026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.235 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92132026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.235 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92142026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.236 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92152026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.236 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92162026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.236 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24068:20260625T122357Z
92172026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.236 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92182026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.236 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92192026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.236 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92202026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.236 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92212026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.239 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92222026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.239 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92232026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.239 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92242026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.240 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92252026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.240 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92262026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.240 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92272026-07-01T19:28:05.834Z[ host-image] Jul 01 19:28:05.251 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92282026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.251 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92292026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.251 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92302026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.252 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24068:20260625T122358Z
92312026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.252 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24068:20260625T122402Z
92322026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.252 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92332026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.252 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24068:20260625T122403Z
92342026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.252 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92352026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.252 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92362026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.252 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92372026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.252 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92382026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.252 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24068:20260625T122403Z
92392026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.252 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92402026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.253 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92412026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.253 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92422026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.253 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92432026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.253 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24068:20260625T122403Z
92442026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.253 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92452026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.257 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92462026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.257 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24068:20260625T122403Z
92472026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.258 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24068:20260625T122403Z
92482026-07-01T19:28:05.835Z[ host-image] Jul 01 19:28:05.258 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24068:20260625T122403Z
92492026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.258 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92502026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.258 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24068:20260625T122404Z
92512026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.258 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24068:20260625T122404Z
92522026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.258 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24068:20260625T122405Z
92532026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.258 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24068:20260625T122405Z
92542026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.259 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
92552026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.259 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24068:20260625T122405Z
92562026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.259 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24068:20260625T122406Z
92572026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.259 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92582026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.259 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24068:20260625T122406Z
92592026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.259 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24068:20260625T122406Z
92602026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.259 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24068:20260625T122406Z
92612026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.260 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24068:20260625T122406Z
92622026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.262 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24068:20260625T122406Z
92632026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.262 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92642026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.262 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24068:20260625T122406Z
92652026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.263 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24068:20260625T122406Z
92662026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.263 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24068:20260625T122407Z
92672026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.263 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24068:20260625T122407Z
92682026-07-01T19:28:05.836Z[ host-image] Jul 01 19:28:05.263 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24068:20260625T122407Z
92692026-07-01T19:28:05.837Z[ host-image] Jul 01 19:28:05.263 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24068:20260625T122407Z
92702026-07-01T19:28:05.837Z[ host-image] Jul 01 19:28:05.263 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24068:20260625T122407Z
92712026-07-01T19:28:05.837Z[ host-image] Jul 01 19:28:05.266 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24068:20260625T122408Z
92722026-07-01T19:28:05.837Z[ host-image] Jul 01 19:28:05.266 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24068:20260625T122408Z
92732026-07-01T19:28:05.837Z[ host-image] Jul 01 19:28:05.266 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24068:20260625T122408Z
92742026-07-01T19:28:05.848Z[ host-image] Jul 01 19:28:05.266 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24068:20260625T122408Z
92752026-07-01T19:28:05.848Z[ host-image] Jul 01 19:28:05.266 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24068:20260625T122408Z
92762026-07-01T19:28:05.848Z[ host-image] Jul 01 19:28:05.272 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24068:20260625T122410Z
92772026-07-01T19:28:05.848Z[ host-image] Jul 01 19:28:05.272 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24068:20260625T122408Z
92782026-07-01T19:28:05.848Z[ host-image] Jul 01 19:28:05.272 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24068:20260625T122408Z
92792026-07-01T19:28:05.848Z[ host-image] Jul 01 19:28:05.272 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92802026-07-01T19:28:05.849Z[ host-image] Jul 01 19:28:05.272 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92812026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.280 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24068:20260625T122408Z
92822026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.280 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92832026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.280 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24068:20260625T122409Z
92842026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.280 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24068:20260625T122409Z
92852026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.280 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24068:20260625T122409Z
92862026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.280 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
92872026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.281 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
92882026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.281 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24068:20260625T122410Z
92892026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.281 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24068:20260625T122409Z
92902026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.281 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24068:20260625T122410Z
92912026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.281 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24068:20260625T122410Z
92922026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.281 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24068:20260625T122410Z
92932026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.281 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24068:20260625T122410Z
92942026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.282 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
92952026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.282 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24068:20260625T122411Z
92962026-07-01T19:28:05.850Z[ host-image] Jul 01 19:28:05.282 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24068:20260625T122411Z
92972026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.282 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24068:20260625T122411Z
92982026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.282 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24068:20260625T122412Z
92992026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.282 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24068:20260625T122411Z
93002026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.282 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24068:20260625T122411Z
93012026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.282 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93022026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.282 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93032026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.283 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24068:20260625T122413Z
93042026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.283 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24068:20260625T122413Z
93052026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.283 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93062026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.283 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93072026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.283 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93082026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.283 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93092026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.283 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93102026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.283 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93112026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.284 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93122026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.284 INFO O| tempdir @ "/tmp/.tmp1WZwuu/tmp"
93132026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.284 INFO O| image root @ "/tmp/.tmp1WZwuu/tmp/root"
93142026-07-01T19:28:05.852Z[ host-image] Jul 01 19:28:05.284 INFO O| creating image...
93152026-07-01T19:28:06.178Z[ host-image] Jul 01 19:28:05.655 INFO O| copying publishers...
93162026-07-01T19:28:07.514Z[ host-image] Jul 01 19:28:06.990 INFO O| adding properties...
93172026-07-01T19:28:08.389Z[ host-image] Jul 01 19:28:07.866 INFO O| installing packages...
93182026-07-01T19:28:17.462Z[ host-image] Jul 01 19:28:16.938 INFO O| seeding SMF database...
93192026-07-01T19:28:21.676Z[ host-image] Jul 01 19:28:21.153 INFO O| configuring SMF profile...
93202026-07-01T19:28:21.676Z[ host-image] Jul 01 19:28:21.153 INFO O| modifying shadow(5)...
93212026-07-01T19:28:21.679Z[ host-image] Jul 01 19:28:21.153 INFO O| loading user and group database...
93222026-07-01T19:28:21.679Z[ host-image] Jul 01 19:28:21.153 INFO O| loading facet selections...
93232026-07-01T19:28:21.951Z[ host-image] Jul 01 19:28:21.428 INFO O| devel -> true
93242026-07-01T19:28:21.952Z[ host-image] Jul 01 19:28:21.428 INFO O| doc.man -> true
93252026-07-01T19:28:21.952Z[ host-image] Jul 01 19:28:21.428 INFO O| version-lock.shell/ksh93 -> true
93262026-07-01T19:28:21.952Z[ host-image] Jul 01 19:28:21.428 INFO O| version-lock.system/data/hardware-registry -> true
93272026-07-01T19:28:21.955Z[ host-image] Jul 01 19:28:21.428 INFO O| version-lock.system/data/zoneinfo -> true
93282026-07-01T19:28:21.956Z[ host-image] Jul 01 19:28:21.428 INFO O| version-lock.system/microcode/amd -> true
93292026-07-01T19:28:21.956Z[ host-image] Jul 01 19:28:21.428 INFO O| version-lock.system/microcode/intel -> true
93302026-07-01T19:28:21.956Z[ host-image] Jul 01 19:28:21.428 INFO O| version-lock.system/microcode/oxide -> true
93312026-07-01T19:28:21.956Z[ host-image] Jul 01 19:28:21.428 INFO O| assessing packaged files...
93322026-07-01T19:28:23.428Z[ host-image] Jul 01 19:28:22.903 INFO O| creating archive...
93332026-07-01T19:28:23.448Z[ host-image] Jul 01 19:28:22.924 INFO O| missing from packaging:
93342026-07-01T19:28:23.448Z[ host-image] Jul 01 19:28:22.924 INFO O| "etc/.pwd.lock"
93352026-07-01T19:28:23.452Z[ host-image] Jul 01 19:28:22.924 INFO O| "etc/bash"
93362026-07-01T19:28:23.452Z[ host-image] Jul 01 19:28:22.928 INFO O| "etc/svc/profile/generic.xml"
93372026-07-01T19:28:23.452Z[ host-image] Jul 01 19:28:22.928 INFO O| "etc/svc/profile/inetd_services.xml"
93382026-07-01T19:28:23.452Z[ host-image] Jul 01 19:28:22.928 INFO O| "etc/svc/profile/name_service.xml"
93392026-07-01T19:28:23.452Z[ host-image] Jul 01 19:28:22.928 INFO O| "etc/svc/profile/platform.xml"
93402026-07-01T19:28:23.452Z[ host-image] Jul 01 19:28:22.928 INFO O| "etc/svc/profile/platform_omicron1.xml"
93412026-07-01T19:28:23.452Z[ host-image] Jul 01 19:28:22.928 INFO O| "etc/svc/repository.db"
93422026-07-01T19:28:23.457Z[ host-image] Jul 01 19:28:22.933 INFO O| "opt/ooce/share"
93432026-07-01T19:28:23.457Z[ host-image] Jul 01 19:28:22.933 INFO O| "opt/ooce/share/man"
93442026-07-01T19:28:23.461Z[ host-image] Jul 01 19:28:22.933 INFO O| "opt/ooce/share/man/man1"
93452026-07-01T19:28:23.464Z[ host-image] Jul 01 19:28:22.940 INFO O| finishing archive...
93462026-07-01T19:28:25.789Z[ host-image] Jul 01 19:28:25.266 INFO O| creating gzonly manifest...
93472026-07-01T19:28:25.795Z[ host-image] Jul 01 19:28:25.271 INFO O| ok
93482026-07-01T19:28:25.874Z[ host-image] Jul 01 19:28:25.351 INFO image builder template: ramdisk-02-trim...
93492026-07-01T19:28:25.875Z[ host-image] Jul 01 19:28:25.351 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/.tmpsBAP65/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
93502026-07-01T19:28:25.893Z[ host-image] Jul 01 19:28:25.369 INFO O| Jul 01 19:28:25.369 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93512026-07-01T19:28:25.897Z[ host-image] Jul 01 19:28:25.373 INFO O| Jul 01 19:28:25.373 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93522026-07-01T19:28:26.041Z[ host-image] Jul 01 19:28:25.518 INFO O| Jul 01 19:28:25.518 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
93532026-07-01T19:28:26.086Z[ host-image] Jul 01 19:28:25.563 INFO O| Jul 01 19:28:25.563 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
93542026-07-01T19:28:26.086Z[ host-image] Jul 01 19:28:25.563 INFO O| Jul 01 19:28:25.563 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
93552026-07-01T19:28:26.091Z[ host-image] Jul 01 19:28:25.566 INFO O| Jul 01 19:28:25.566 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93562026-07-01T19:28:26.094Z[ host-image] Jul 01 19:28:25.568 INFO O| Jul 01 19:28:25.568 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
93572026-07-01T19:28:26.094Z[ host-image] Jul 01 19:28:25.571 INFO O| Jul 01 19:28:25.571 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
93582026-07-01T19:28:26.508Z[ host-image] Jul 01 19:28:25.985 INFO O| Jul 01 19:28:25.985 INFO rolled back to input snapshot; work may begin
93592026-07-01T19:28:26.508Z[ host-image] Jul 01 19:28:25.985 INFO O| Jul 01 19:28:25.985 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
93602026-07-01T19:28:26.512Z[ host-image] Jul 01 19:28:25.989 INFO O| Jul 01 19:28:25.989 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93612026-07-01T19:28:26.518Z[ host-image] Jul 01 19:28:25.995 INFO O| Jul 01 19:28:25.995 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
93622026-07-01T19:28:26.556Z[ host-image] Jul 01 19:28:26.033 INFO O| Jul 01 19:28:26.033 INFO STEP 0 (remove_files) COMPLETE
93632026-07-01T19:28:26.556Z[ host-image] Jul 01 19:28:26.033 INFO O| Jul 01 19:28:26.033 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93642026-07-01T19:28:26.562Z[ host-image] Jul 01 19:28:26.039 INFO O| Jul 01 19:28:26.039 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
93652026-07-01T19:28:26.565Z[ host-image] Jul 01 19:28:26.040 INFO O| Jul 01 19:28:26.040 INFO STEP 1 (remove_files) COMPLETE
93662026-07-01T19:28:26.565Z[ host-image] Jul 01 19:28:26.040 INFO O| Jul 01 19:28:26.040 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93672026-07-01T19:28:26.571Z[ host-image] Jul 01 19:28:26.048 INFO O| Jul 01 19:28:26.048 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
93682026-07-01T19:28:26.582Z[ host-image] Jul 01 19:28:26.059 INFO O| Jul 01 19:28:26.059 INFO STEP 2 (remove_files) COMPLETE
93692026-07-01T19:28:26.582Z[ host-image] Jul 01 19:28:26.059 INFO O| Jul 01 19:28:26.059 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93702026-07-01T19:28:26.589Z[ host-image] Jul 01 19:28:26.066 INFO O| Jul 01 19:28:26.066 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
93712026-07-01T19:28:26.591Z[ host-image] Jul 01 19:28:26.067 INFO O| Jul 01 19:28:26.067 INFO STEP 3 (remove_files) COMPLETE
93722026-07-01T19:28:26.591Z[ host-image] Jul 01 19:28:26.067 INFO O| Jul 01 19:28:26.067 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93732026-07-01T19:28:26.596Z[ host-image] Jul 01 19:28:26.073 INFO O| Jul 01 19:28:26.073 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
93742026-07-01T19:28:26.599Z[ host-image] Jul 01 19:28:26.076 INFO O| Jul 01 19:28:26.076 INFO STEP 4 (remove_files) COMPLETE
93752026-07-01T19:28:26.599Z[ host-image] Jul 01 19:28:26.076 INFO O| Jul 01 19:28:26.076 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93762026-07-01T19:28:26.605Z[ host-image] Jul 01 19:28:26.082 INFO O| Jul 01 19:28:26.082 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
93772026-07-01T19:28:26.609Z[ host-image] Jul 01 19:28:26.084 INFO O| Jul 01 19:28:26.084 INFO STEP 5 (remove_files) COMPLETE
93782026-07-01T19:28:26.609Z[ host-image] Jul 01 19:28:26.084 INFO O| Jul 01 19:28:26.084 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93792026-07-01T19:28:26.612Z[ host-image] Jul 01 19:28:26.089 INFO O| Jul 01 19:28:26.089 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
93802026-07-01T19:28:26.621Z[ host-image] Jul 01 19:28:26.098 INFO O| Jul 01 19:28:26.098 INFO STEP 6 (remove_files) COMPLETE
93812026-07-01T19:28:26.621Z[ host-image] Jul 01 19:28:26.099 INFO O| Jul 01 19:28:26.098 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93822026-07-01T19:28:26.624Z[ host-image] Jul 01 19:28:26.099 INFO O| Jul 01 19:28:26.099 INFO skip step because feature "heliosv2" is not enabled
93832026-07-01T19:28:26.624Z[ host-image] Jul 01 19:28:26.099 INFO O| Jul 01 19:28:26.099 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93842026-07-01T19:28:26.627Z[ host-image] Jul 01 19:28:26.104 INFO O| Jul 01 19:28:26.104 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
93852026-07-01T19:28:26.636Z[ host-image] Jul 01 19:28:26.114 INFO O| Jul 01 19:28:26.114 INFO STEP 8 (remove_files) COMPLETE
93862026-07-01T19:28:26.637Z[ host-image] Jul 01 19:28:26.114 INFO O| Jul 01 19:28:26.114 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93872026-07-01T19:28:26.642Z[ host-image] Jul 01 19:28:26.119 INFO O| Jul 01 19:28:26.119 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
93882026-07-01T19:28:26.705Z[ host-image] Jul 01 19:28:26.182 INFO O| Jul 01 19:28:26.182 INFO STEP 9 (remove_files) COMPLETE
93892026-07-01T19:28:26.705Z[ host-image] Jul 01 19:28:26.182 INFO O| Jul 01 19:28:26.182 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93902026-07-01T19:28:26.710Z[ host-image] Jul 01 19:28:26.187 INFO O| Jul 01 19:28:26.187 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
93912026-07-01T19:28:26.786Z[ host-image] Jul 01 19:28:26.263 INFO O| Jul 01 19:28:26.263 INFO STEP 10 (remove_files) COMPLETE
93922026-07-01T19:28:26.786Z[ host-image] Jul 01 19:28:26.263 INFO O| Jul 01 19:28:26.263 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93932026-07-01T19:28:26.791Z[ host-image] Jul 01 19:28:26.268 INFO O| Jul 01 19:28:26.268 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
93942026-07-01T19:28:26.795Z[ host-image] Jul 01 19:28:26.271 INFO O| Jul 01 19:28:26.271 INFO STEP 11 (remove_files) COMPLETE
93952026-07-01T19:28:26.795Z[ host-image] Jul 01 19:28:26.271 INFO O| Jul 01 19:28:26.271 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93962026-07-01T19:28:26.799Z[ host-image] Jul 01 19:28:26.276 INFO O| Jul 01 19:28:26.276 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
93972026-07-01T19:28:26.802Z[ host-image] Jul 01 19:28:26.277 INFO O| Jul 01 19:28:26.277 INFO STEP 12 (remove_files) COMPLETE
93982026-07-01T19:28:26.802Z[ host-image] Jul 01 19:28:26.277 INFO O| Jul 01 19:28:26.277 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93992026-07-01T19:28:26.805Z[ host-image] Jul 01 19:28:26.282 INFO O| Jul 01 19:28:26.282 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94002026-07-01T19:28:26.808Z[ host-image] Jul 01 19:28:26.282 INFO O| Jul 01 19:28:26.282 INFO STEP 13 (remove_files) COMPLETE
94012026-07-01T19:28:26.808Z[ host-image] Jul 01 19:28:26.283 INFO O| Jul 01 19:28:26.282 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94022026-07-01T19:28:26.812Z[ host-image] Jul 01 19:28:26.289 INFO O| Jul 01 19:28:26.289 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94032026-07-01T19:28:26.812Z[ host-image] Jul 01 19:28:26.289 INFO O| Jul 01 19:28:26.289 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94042026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.289 INFO O| Jul 01 19:28:26.289 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94052026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94062026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94072026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94082026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94092026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94102026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94112026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94122026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94132026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94142026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94152026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94162026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94172026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94182026-07-01T19:28:26.815Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94192026-07-01T19:28:26.816Z[ host-image] Jul 01 19:28:26.290 INFO O| Jul 01 19:28:26.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94202026-07-01T19:28:26.878Z[ host-image] Jul 01 19:28:26.355 INFO O| Jul 01 19:28:26.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94212026-07-01T19:28:26.903Z[ host-image] Jul 01 19:28:26.379 INFO O| Jul 01 19:28:26.379 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94222026-07-01T19:28:27.026Z[ host-image] Jul 01 19:28:26.502 INFO O| Jul 01 19:28:26.502 INFO STEP 14 (remove_files) COMPLETE
94232026-07-01T19:28:27.026Z[ host-image] Jul 01 19:28:26.502 INFO O| Jul 01 19:28:26.502 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94242026-07-01T19:28:27.033Z[ host-image] Jul 01 19:28:26.510 INFO O| Jul 01 19:28:26.510 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94252026-07-01T19:28:27.036Z[ host-image] Jul 01 19:28:26.512 INFO O| Jul 01 19:28:26.512 INFO STEP 15 (remove_files) COMPLETE
94262026-07-01T19:28:27.036Z[ host-image] Jul 01 19:28:26.512 INFO O| Jul 01 19:28:26.512 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94272026-07-01T19:28:27.040Z[ host-image] Jul 01 19:28:26.517 INFO O| Jul 01 19:28:26.517 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94282026-07-01T19:28:27.046Z[ host-image] Jul 01 19:28:26.523 INFO O| Jul 01 19:28:26.523 INFO STEP 16 (remove_files) COMPLETE
94292026-07-01T19:28:27.046Z[ host-image] Jul 01 19:28:26.523 INFO O| Jul 01 19:28:26.523 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94302026-07-01T19:28:27.054Z[ host-image] Jul 01 19:28:26.531 INFO O| Jul 01 19:28:26.531 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94312026-07-01T19:28:27.057Z[ host-image] Jul 01 19:28:26.531 INFO O| Jul 01 19:28:26.531 INFO STEP 17 (remove_files) COMPLETE
94322026-07-01T19:28:27.057Z[ host-image] Jul 01 19:28:26.531 INFO O| Jul 01 19:28:26.531 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94332026-07-01T19:28:27.062Z[ host-image] Jul 01 19:28:26.539 INFO O| Jul 01 19:28:26.539 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94342026-07-01T19:28:27.066Z[ host-image] Jul 01 19:28:26.540 INFO O| Jul 01 19:28:26.540 INFO STEP 18 (remove_files) COMPLETE
94352026-07-01T19:28:27.066Z[ host-image] Jul 01 19:28:26.540 INFO O| Jul 01 19:28:26.540 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-07-01T19:28:27.069Z[ host-image] Jul 01 19:28:26.546 INFO O| Jul 01 19:28:26.546 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94372026-07-01T19:28:27.069Z[ host-image] Jul 01 19:28:26.546 INFO O| Jul 01 19:28:26.546 INFO STEP 19 (remove_files) COMPLETE
94382026-07-01T19:28:27.069Z[ host-image] Jul 01 19:28:26.546 INFO O| Jul 01 19:28:26.546 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-07-01T19:28:27.075Z[ host-image] Jul 01 19:28:26.552 INFO O| Jul 01 19:28:26.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94402026-07-01T19:28:27.075Z[ host-image] Jul 01 19:28:26.552 INFO O| Jul 01 19:28:26.552 INFO STEP 20 (remove_files) COMPLETE
94412026-07-01T19:28:27.078Z[ host-image] Jul 01 19:28:26.552 INFO O| Jul 01 19:28:26.552 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94422026-07-01T19:28:27.080Z[ host-image] Jul 01 19:28:26.557 INFO O| Jul 01 19:28:26.557 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94432026-07-01T19:28:27.080Z[ host-image] Jul 01 19:28:26.557 INFO O| Jul 01 19:28:26.557 INFO STEP 21 (remove_files) COMPLETE
94442026-07-01T19:28:27.080Z[ host-image] Jul 01 19:28:26.557 INFO O| Jul 01 19:28:26.557 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94452026-07-01T19:28:27.085Z[ host-image] Jul 01 19:28:26.562 INFO O| Jul 01 19:28:26.562 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94462026-07-01T19:28:27.145Z[ host-image] Jul 01 19:28:26.562 INFO O| Jul 01 19:28:26.562 INFO STEP 22 (remove_files) COMPLETE
94472026-07-01T19:28:27.145Z[ host-image] Jul 01 19:28:26.562 INFO O| Jul 01 19:28:26.562 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-07-01T19:28:27.145Z[ host-image] Jul 01 19:28:26.567 INFO O| Jul 01 19:28:26.567 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
94492026-07-01T19:28:27.145Z[ host-image] Jul 01 19:28:26.567 INFO O| Jul 01 19:28:26.567 INFO STEP 23 (remove_files) COMPLETE
94502026-07-01T19:28:27.145Z[ host-image] Jul 01 19:28:26.567 INFO O| Jul 01 19:28:26.567 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-07-01T19:28:27.145Z[ host-image] Jul 01 19:28:26.572 INFO O| Jul 01 19:28:26.572 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
94522026-07-01T19:28:27.145Z[ host-image] Jul 01 19:28:26.572 INFO O| Jul 01 19:28:26.572 INFO STEP 24 (remove_files) COMPLETE
94532026-07-01T19:28:27.145Z[ host-image] Jul 01 19:28:26.572 INFO O| Jul 01 19:28:26.572 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-07-01T19:28:27.145Z[ host-image] Jul 01 19:28:26.578 INFO O| Jul 01 19:28:26.578 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
94552026-07-01T19:28:27.146Z[ host-image] Jul 01 19:28:26.578 INFO O| Jul 01 19:28:26.578 INFO STEP 25 (remove_files) COMPLETE
94562026-07-01T19:28:27.146Z[ host-image] Jul 01 19:28:26.578 INFO O| Jul 01 19:28:26.578 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-07-01T19:28:27.146Z[ host-image] Jul 01 19:28:26.583 INFO O| Jul 01 19:28:26.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
94582026-07-01T19:28:27.146Z[ host-image] Jul 01 19:28:26.583 INFO O| Jul 01 19:28:26.583 INFO STEP 26 (remove_files) COMPLETE
94592026-07-01T19:28:27.146Z[ host-image] Jul 01 19:28:26.583 INFO O| Jul 01 19:28:26.583 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-07-01T19:28:27.146Z[ host-image] Jul 01 19:28:26.588 INFO O| Jul 01 19:28:26.588 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
94612026-07-01T19:28:27.147Z[ host-image] Jul 01 19:28:26.588 INFO O| Jul 01 19:28:26.588 INFO STEP 27 (remove_files) COMPLETE
94622026-07-01T19:28:27.147Z[ host-image] Jul 01 19:28:26.588 INFO O| Jul 01 19:28:26.588 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-07-01T19:28:27.147Z[ host-image] Jul 01 19:28:26.593 INFO O| Jul 01 19:28:26.593 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
94642026-07-01T19:28:27.147Z[ host-image] Jul 01 19:28:26.593 INFO O| Jul 01 19:28:26.593 INFO STEP 28 (remove_files) COMPLETE
94652026-07-01T19:28:27.147Z[ host-image] Jul 01 19:28:26.593 INFO O| Jul 01 19:28:26.593 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-07-01T19:28:27.147Z[ host-image] Jul 01 19:28:26.598 INFO O| Jul 01 19:28:26.598 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
94672026-07-01T19:28:27.147Z[ host-image] Jul 01 19:28:26.598 INFO O| Jul 01 19:28:26.598 INFO STEP 29 (remove_files) COMPLETE
94682026-07-01T19:28:27.147Z[ host-image] Jul 01 19:28:26.598 INFO O| Jul 01 19:28:26.598 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-07-01T19:28:27.148Z[ host-image] Jul 01 19:28:26.603 INFO O| Jul 01 19:28:26.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
94702026-07-01T19:28:27.148Z[ host-image] Jul 01 19:28:26.603 INFO O| Jul 01 19:28:26.603 INFO STEP 30 (remove_files) COMPLETE
94712026-07-01T19:28:27.148Z[ host-image] Jul 01 19:28:26.603 INFO O| Jul 01 19:28:26.603 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-07-01T19:28:27.148Z[ host-image] Jul 01 19:28:26.608 INFO O| Jul 01 19:28:26.608 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
94732026-07-01T19:28:27.148Z[ host-image] Jul 01 19:28:26.608 INFO O| Jul 01 19:28:26.608 INFO STEP 31 (remove_files) COMPLETE
94742026-07-01T19:28:27.148Z[ host-image] Jul 01 19:28:26.608 INFO O| Jul 01 19:28:26.608 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-07-01T19:28:27.148Z[ host-image] Jul 01 19:28:26.613 INFO O| Jul 01 19:28:26.613 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
94762026-07-01T19:28:27.148Z[ host-image] Jul 01 19:28:26.613 INFO O| Jul 01 19:28:26.613 INFO STEP 32 (remove_files) COMPLETE
94772026-07-01T19:28:27.148Z[ host-image] Jul 01 19:28:26.613 INFO O| Jul 01 19:28:26.613 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-07-01T19:28:27.151Z[ host-image] Jul 01 19:28:26.618 INFO O| Jul 01 19:28:26.618 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
94792026-07-01T19:28:27.151Z[ host-image] Jul 01 19:28:26.618 INFO O| Jul 01 19:28:26.618 INFO STEP 33 (remove_files) COMPLETE
94802026-07-01T19:28:27.151Z[ host-image] Jul 01 19:28:26.618 INFO O| Jul 01 19:28:26.618 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-07-01T19:28:27.151Z[ host-image] Jul 01 19:28:26.624 INFO O| Jul 01 19:28:26.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
94822026-07-01T19:28:27.151Z[ host-image] Jul 01 19:28:26.624 INFO O| Jul 01 19:28:26.624 INFO STEP 34 (remove_files) COMPLETE
94832026-07-01T19:28:27.151Z[ host-image] Jul 01 19:28:26.624 INFO O| Jul 01 19:28:26.624 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-07-01T19:28:27.154Z[ host-image] Jul 01 19:28:26.630 INFO O| Jul 01 19:28:26.630 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
94852026-07-01T19:28:27.154Z[ host-image] Jul 01 19:28:26.630 INFO O| Jul 01 19:28:26.630 INFO STEP 35 (remove_files) COMPLETE
94862026-07-01T19:28:27.154Z[ host-image] Jul 01 19:28:26.630 INFO O| Jul 01 19:28:26.630 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-07-01T19:28:27.158Z[ host-image] Jul 01 19:28:26.635 INFO O| Jul 01 19:28:26.635 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
94882026-07-01T19:28:27.158Z[ host-image] Jul 01 19:28:26.635 INFO O| Jul 01 19:28:26.635 INFO STEP 36 (remove_files) COMPLETE
94892026-07-01T19:28:27.158Z[ host-image] Jul 01 19:28:26.635 INFO O| Jul 01 19:28:26.635 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-07-01T19:28:27.164Z[ host-image] Jul 01 19:28:26.641 INFO O| Jul 01 19:28:26.641 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
94912026-07-01T19:28:27.167Z[ host-image] Jul 01 19:28:26.641 INFO O| Jul 01 19:28:26.641 INFO STEP 37 (remove_files) COMPLETE
94922026-07-01T19:28:27.167Z[ host-image] Jul 01 19:28:26.641 INFO O| Jul 01 19:28:26.641 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-07-01T19:28:27.170Z[ host-image] Jul 01 19:28:26.647 INFO O| Jul 01 19:28:26.647 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
94942026-07-01T19:28:27.170Z[ host-image] Jul 01 19:28:26.647 INFO O| Jul 01 19:28:26.647 INFO STEP 38 (remove_files) COMPLETE
94952026-07-01T19:28:27.170Z[ host-image] Jul 01 19:28:26.647 INFO O| Jul 01 19:28:26.647 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-07-01T19:28:27.176Z[ host-image] Jul 01 19:28:26.653 INFO O| Jul 01 19:28:26.653 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
94972026-07-01T19:28:27.176Z[ host-image] Jul 01 19:28:26.653 INFO O| Jul 01 19:28:26.653 INFO STEP 39 (remove_files) COMPLETE
94982026-07-01T19:28:27.176Z[ host-image] Jul 01 19:28:26.653 INFO O| Jul 01 19:28:26.653 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-07-01T19:28:27.181Z[ host-image] Jul 01 19:28:26.658 INFO O| Jul 01 19:28:26.658 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95002026-07-01T19:28:27.181Z[ host-image] Jul 01 19:28:26.658 INFO O| Jul 01 19:28:26.658 INFO STEP 40 (remove_files) COMPLETE
95012026-07-01T19:28:27.185Z[ host-image] Jul 01 19:28:26.659 INFO O| Jul 01 19:28:26.658 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-07-01T19:28:27.187Z[ host-image] Jul 01 19:28:26.664 INFO O| Jul 01 19:28:26.664 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95032026-07-01T19:28:27.187Z[ host-image] Jul 01 19:28:26.664 INFO O| Jul 01 19:28:26.664 INFO STEP 41 (remove_files) COMPLETE
95042026-07-01T19:28:27.187Z[ host-image] Jul 01 19:28:26.664 INFO O| Jul 01 19:28:26.664 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-07-01T19:28:27.192Z[ host-image] Jul 01 19:28:26.669 INFO O| Jul 01 19:28:26.669 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95062026-07-01T19:28:27.192Z[ host-image] Jul 01 19:28:26.669 INFO O| Jul 01 19:28:26.669 INFO STEP 42 (remove_files) COMPLETE
95072026-07-01T19:28:27.196Z[ host-image] Jul 01 19:28:26.669 INFO O| Jul 01 19:28:26.669 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-07-01T19:28:27.199Z[ host-image] Jul 01 19:28:26.675 INFO O| Jul 01 19:28:26.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95092026-07-01T19:28:27.199Z[ host-image] Jul 01 19:28:26.675 INFO O| Jul 01 19:28:26.675 INFO STEP 43 (remove_files) COMPLETE
95102026-07-01T19:28:27.199Z[ host-image] Jul 01 19:28:26.675 INFO O| Jul 01 19:28:26.675 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-07-01T19:28:27.204Z[ host-image] Jul 01 19:28:26.681 INFO O| Jul 01 19:28:26.681 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95122026-07-01T19:28:27.204Z[ host-image] Jul 01 19:28:26.681 INFO O| Jul 01 19:28:26.681 INFO STEP 44 (remove_files) COMPLETE
95132026-07-01T19:28:27.207Z[ host-image] Jul 01 19:28:26.681 INFO O| Jul 01 19:28:26.681 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-07-01T19:28:27.210Z[ host-image] Jul 01 19:28:26.687 INFO O| Jul 01 19:28:26.687 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95152026-07-01T19:28:27.210Z[ host-image] Jul 01 19:28:26.687 INFO O| Jul 01 19:28:26.687 INFO STEP 45 (remove_files) COMPLETE
95162026-07-01T19:28:27.210Z[ host-image] Jul 01 19:28:26.687 INFO O| Jul 01 19:28:26.687 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-07-01T19:28:27.215Z[ host-image] Jul 01 19:28:26.692 INFO O| Jul 01 19:28:26.692 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95182026-07-01T19:28:27.215Z[ host-image] Jul 01 19:28:26.692 INFO O| Jul 01 19:28:26.692 INFO STEP 46 (remove_files) COMPLETE
95192026-07-01T19:28:27.218Z[ host-image] Jul 01 19:28:26.692 INFO O| Jul 01 19:28:26.692 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-07-01T19:28:27.222Z[ host-image] Jul 01 19:28:26.699 INFO O| Jul 01 19:28:26.699 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95212026-07-01T19:28:27.222Z[ host-image] Jul 01 19:28:26.699 INFO O| Jul 01 19:28:26.699 INFO STEP 47 (remove_files) COMPLETE
95222026-07-01T19:28:27.225Z[ host-image] Jul 01 19:28:26.699 INFO O| Jul 01 19:28:26.699 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-07-01T19:28:27.228Z[ host-image] Jul 01 19:28:26.705 INFO O| Jul 01 19:28:26.704 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95242026-07-01T19:28:27.229Z[ host-image] Jul 01 19:28:26.705 INFO O| Jul 01 19:28:26.705 INFO STEP 48 (remove_files) COMPLETE
95252026-07-01T19:28:27.229Z[ host-image] Jul 01 19:28:26.705 INFO O| Jul 01 19:28:26.705 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-07-01T19:28:27.234Z[ host-image] Jul 01 19:28:26.711 INFO O| Jul 01 19:28:26.711 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95272026-07-01T19:28:27.234Z[ host-image] Jul 01 19:28:26.711 INFO O| Jul 01 19:28:26.711 INFO STEP 49 (remove_files) COMPLETE
95282026-07-01T19:28:27.237Z[ host-image] Jul 01 19:28:26.711 INFO O| Jul 01 19:28:26.711 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-07-01T19:28:27.240Z[ host-image] Jul 01 19:28:26.716 INFO O| Jul 01 19:28:26.716 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95302026-07-01T19:28:27.240Z[ host-image] Jul 01 19:28:26.716 INFO O| Jul 01 19:28:26.716 INFO STEP 50 (remove_files) COMPLETE
95312026-07-01T19:28:27.240Z[ host-image] Jul 01 19:28:26.716 INFO O| Jul 01 19:28:26.716 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-07-01T19:28:27.244Z[ host-image] Jul 01 19:28:26.721 INFO O| Jul 01 19:28:26.721 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95332026-07-01T19:28:27.244Z[ host-image] Jul 01 19:28:26.721 INFO O| Jul 01 19:28:26.721 INFO STEP 51 (remove_files) COMPLETE
95342026-07-01T19:28:27.247Z[ host-image] Jul 01 19:28:26.721 INFO O| Jul 01 19:28:26.721 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-07-01T19:28:27.251Z[ host-image] Jul 01 19:28:26.727 INFO O| Jul 01 19:28:26.727 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95362026-07-01T19:28:27.251Z[ host-image] Jul 01 19:28:26.727 INFO O| Jul 01 19:28:26.727 INFO STEP 52 (remove_files) COMPLETE
95372026-07-01T19:28:27.251Z[ host-image] Jul 01 19:28:26.727 INFO O| Jul 01 19:28:26.727 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-07-01T19:28:27.255Z[ host-image] Jul 01 19:28:26.732 INFO O| Jul 01 19:28:26.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95392026-07-01T19:28:27.258Z[ host-image] Jul 01 19:28:26.732 INFO O| Jul 01 19:28:26.732 INFO STEP 53 (remove_files) COMPLETE
95402026-07-01T19:28:27.258Z[ host-image] Jul 01 19:28:26.732 INFO O| Jul 01 19:28:26.732 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-07-01T19:28:27.261Z[ host-image] Jul 01 19:28:26.738 INFO O| Jul 01 19:28:26.738 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95422026-07-01T19:28:27.264Z[ host-image] Jul 01 19:28:26.738 INFO O| Jul 01 19:28:26.738 INFO STEP 54 (remove_files) COMPLETE
95432026-07-01T19:28:27.264Z[ host-image] Jul 01 19:28:26.738 INFO O| Jul 01 19:28:26.738 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-07-01T19:28:27.268Z[ host-image] Jul 01 19:28:26.744 INFO O| Jul 01 19:28:26.744 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95452026-07-01T19:28:27.268Z[ host-image] Jul 01 19:28:26.744 INFO O| Jul 01 19:28:26.744 INFO STEP 55 (remove_files) COMPLETE
95462026-07-01T19:28:27.268Z[ host-image] Jul 01 19:28:26.744 INFO O| Jul 01 19:28:26.744 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-07-01T19:28:27.272Z[ host-image] Jul 01 19:28:26.749 INFO O| Jul 01 19:28:26.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95482026-07-01T19:28:27.275Z[ host-image] Jul 01 19:28:26.749 INFO O| Jul 01 19:28:26.749 INFO STEP 56 (remove_files) COMPLETE
95492026-07-01T19:28:27.275Z[ host-image] Jul 01 19:28:26.749 INFO O| Jul 01 19:28:26.749 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-07-01T19:28:27.279Z[ host-image] Jul 01 19:28:26.755 INFO O| Jul 01 19:28:26.755 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
95512026-07-01T19:28:27.279Z[ host-image] Jul 01 19:28:26.755 INFO O| Jul 01 19:28:26.755 INFO STEP 57 (remove_files) COMPLETE
95522026-07-01T19:28:27.279Z[ host-image] Jul 01 19:28:26.755 INFO O| Jul 01 19:28:26.755 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-07-01T19:28:27.283Z[ host-image] Jul 01 19:28:26.761 INFO O| Jul 01 19:28:26.761 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
95542026-07-01T19:28:27.283Z[ host-image] Jul 01 19:28:26.761 INFO O| Jul 01 19:28:26.761 INFO STEP 58 (remove_files) COMPLETE
95552026-07-01T19:28:27.286Z[ host-image] Jul 01 19:28:26.761 INFO O| Jul 01 19:28:26.761 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-07-01T19:28:27.289Z[ host-image] Jul 01 19:28:26.766 INFO O| Jul 01 19:28:26.766 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
95572026-07-01T19:28:27.289Z[ host-image] Jul 01 19:28:26.766 INFO O| Jul 01 19:28:26.766 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
95582026-07-01T19:28:27.289Z[ host-image] Jul 01 19:28:26.766 INFO O| Jul 01 19:28:26.766 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95592026-07-01T19:28:27.289Z[ host-image] Jul 01 19:28:26.766 INFO O| Jul 01 19:28:26.766 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95602026-07-01T19:28:27.289Z[ host-image] Jul 01 19:28:26.766 INFO O| Jul 01 19:28:26.766 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95612026-07-01T19:28:27.289Z[ host-image] Jul 01 19:28:26.766 INFO O| Jul 01 19:28:26.766 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95622026-07-01T19:28:27.292Z[ host-image] Jul 01 19:28:26.766 INFO O| Jul 01 19:28:26.766 INFO ok!
95632026-07-01T19:28:27.292Z[ host-image] Jul 01 19:28:26.766 INFO O| Jul 01 19:28:26.766 INFO STEP 59 (ensure_file) COMPLETE
95642026-07-01T19:28:27.292Z[ host-image] Jul 01 19:28:26.766 INFO O| Jul 01 19:28:26.766 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-07-01T19:28:27.296Z[ host-image] Jul 01 19:28:26.772 INFO O| Jul 01 19:28:26.772 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
95662026-07-01T19:28:27.296Z[ host-image] Jul 01 19:28:26.772 INFO O| Jul 01 19:28:26.772 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
95672026-07-01T19:28:27.296Z[ host-image] Jul 01 19:28:26.772 INFO O| Jul 01 19:28:26.772 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95682026-07-01T19:28:27.296Z[ host-image] Jul 01 19:28:26.772 INFO O| Jul 01 19:28:26.772 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95692026-07-01T19:28:27.296Z[ host-image] Jul 01 19:28:26.772 INFO O| Jul 01 19:28:26.772 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95702026-07-01T19:28:27.296Z[ host-image] Jul 01 19:28:26.772 INFO O| Jul 01 19:28:26.772 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95712026-07-01T19:28:27.296Z[ host-image] Jul 01 19:28:26.772 INFO O| Jul 01 19:28:26.772 INFO ok!
95722026-07-01T19:28:27.296Z[ host-image] Jul 01 19:28:26.772 INFO O| Jul 01 19:28:26.772 INFO STEP 60 (ensure_file) COMPLETE
95732026-07-01T19:28:27.296Z[ host-image] Jul 01 19:28:26.772 INFO O| Jul 01 19:28:26.772 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-07-01T19:28:27.301Z[ host-image] Jul 01 19:28:26.778 INFO O| Jul 01 19:28:26.778 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
95752026-07-01T19:28:27.301Z[ host-image] Jul 01 19:28:26.778 INFO O| Jul 01 19:28:26.778 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
95762026-07-01T19:28:27.305Z[ host-image] Jul 01 19:28:26.778 INFO O| Jul 01 19:28:26.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
95772026-07-01T19:28:27.305Z[ host-image] Jul 01 19:28:26.778 INFO O| Jul 01 19:28:26.778 INFO ok!
95782026-07-01T19:28:27.305Z[ host-image] Jul 01 19:28:26.778 INFO O| Jul 01 19:28:26.778 INFO STEP 61 (ensure_file) COMPLETE
95792026-07-01T19:28:27.305Z[ host-image] Jul 01 19:28:26.778 INFO O| Jul 01 19:28:26.778 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-07-01T19:28:27.308Z[ host-image] Jul 01 19:28:26.783 INFO O| Jul 01 19:28:26.783 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
95812026-07-01T19:28:27.308Z[ host-image] Jul 01 19:28:26.783 INFO O| Jul 01 19:28:26.783 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
95822026-07-01T19:28:27.308Z[ host-image] Jul 01 19:28:26.783 INFO O| Jul 01 19:28:26.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
95832026-07-01T19:28:27.308Z[ host-image] Jul 01 19:28:26.783 INFO O| Jul 01 19:28:26.783 INFO ok!
95842026-07-01T19:28:27.308Z[ host-image] Jul 01 19:28:26.783 INFO O| Jul 01 19:28:26.783 INFO STEP 62 (ensure_file) COMPLETE
95852026-07-01T19:28:27.308Z[ host-image] Jul 01 19:28:26.783 INFO O| Jul 01 19:28:26.783 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-07-01T19:28:27.311Z[ host-image] Jul 01 19:28:26.788 INFO O| Jul 01 19:28:26.788 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
95872026-07-01T19:28:27.311Z[ host-image] Jul 01 19:28:26.789 INFO O| Jul 01 19:28:26.788 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
95882026-07-01T19:28:27.311Z[ host-image] Jul 01 19:28:26.789 INFO O| Jul 01 19:28:26.789 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
95892026-07-01T19:28:27.311Z[ host-image] Jul 01 19:28:26.789 INFO O| Jul 01 19:28:26.789 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
95902026-07-01T19:28:27.314Z[ host-image] Jul 01 19:28:26.789 INFO O| Jul 01 19:28:26.789 INFO ok!
95912026-07-01T19:28:27.314Z[ host-image] Jul 01 19:28:26.789 INFO O| Jul 01 19:28:26.789 INFO STEP 63 (ensure_file) COMPLETE
95922026-07-01T19:28:27.314Z[ host-image] Jul 01 19:28:26.789 INFO O| Jul 01 19:28:26.789 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-07-01T19:28:27.317Z[ host-image] Jul 01 19:28:26.794 INFO O| Jul 01 19:28:26.794 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
95942026-07-01T19:28:27.317Z[ host-image] Jul 01 19:28:26.794 INFO O| Jul 01 19:28:26.794 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
95952026-07-01T19:28:27.319Z[ host-image] Jul 01 19:28:26.794 INFO O| Jul 01 19:28:26.794 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
95962026-07-01T19:28:27.319Z[ host-image] Jul 01 19:28:26.794 INFO O| Jul 01 19:28:26.794 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
95972026-07-01T19:28:27.319Z[ host-image] Jul 01 19:28:26.794 INFO O| Jul 01 19:28:26.794 INFO ok!
95982026-07-01T19:28:27.319Z[ host-image] Jul 01 19:28:26.794 INFO O| Jul 01 19:28:26.794 INFO STEP 64 (ensure_file) COMPLETE
95992026-07-01T19:28:27.319Z[ host-image] Jul 01 19:28:26.794 INFO O| Jul 01 19:28:26.794 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-07-01T19:28:27.324Z[ host-image] Jul 01 19:28:26.801 INFO O| Jul 01 19:28:26.801 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96012026-07-01T19:28:27.324Z[ host-image] Jul 01 19:28:26.801 INFO O| Jul 01 19:28:26.801 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96022026-07-01T19:28:27.327Z[ host-image] Jul 01 19:28:26.801 INFO O| Jul 01 19:28:26.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96032026-07-01T19:28:27.327Z[ host-image] Jul 01 19:28:26.801 INFO O| Jul 01 19:28:26.801 INFO ok!
96042026-07-01T19:28:27.327Z[ host-image] Jul 01 19:28:26.801 INFO O| Jul 01 19:28:26.801 INFO STEP 65 (assemble_files) COMPLETE
96052026-07-01T19:28:27.327Z[ host-image] Jul 01 19:28:26.801 INFO O| Jul 01 19:28:26.801 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-07-01T19:28:27.330Z[ host-image] Jul 01 19:28:26.807 INFO O| Jul 01 19:28:26.807 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96072026-07-01T19:28:27.330Z[ host-image] Jul 01 19:28:26.807 INFO O| Jul 01 19:28:26.807 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96082026-07-01T19:28:27.330Z[ host-image] Jul 01 19:28:26.807 INFO O| Jul 01 19:28:26.807 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96092026-07-01T19:28:27.330Z[ host-image] Jul 01 19:28:26.807 INFO O| Jul 01 19:28:26.807 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96102026-07-01T19:28:27.330Z[ host-image] Jul 01 19:28:26.807 INFO O| Jul 01 19:28:26.807 INFO ok!
96112026-07-01T19:28:27.334Z[ host-image] Jul 01 19:28:26.807 INFO O| Jul 01 19:28:26.807 INFO STEP 66 (ensure_file) COMPLETE
96122026-07-01T19:28:27.334Z[ host-image] Jul 01 19:28:26.807 INFO O| Jul 01 19:28:26.807 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-07-01T19:28:27.337Z[ host-image] Jul 01 19:28:26.812 INFO O| Jul 01 19:28:26.812 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96142026-07-01T19:28:27.337Z[ host-image] Jul 01 19:28:26.812 INFO O| Jul 01 19:28:26.812 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96152026-07-01T19:28:27.337Z[ host-image] Jul 01 19:28:26.812 INFO O| Jul 01 19:28:26.812 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96162026-07-01T19:28:27.337Z[ host-image] Jul 01 19:28:26.812 INFO O| Jul 01 19:28:26.812 INFO STEP 67 (ensure_dir) COMPLETE
96172026-07-01T19:28:27.337Z[ host-image] Jul 01 19:28:26.812 INFO O| Jul 01 19:28:26.812 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-07-01T19:28:27.341Z[ host-image] Jul 01 19:28:26.818 INFO O| Jul 01 19:28:26.818 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96192026-07-01T19:28:27.341Z[ host-image] Jul 01 19:28:26.818 INFO O| Jul 01 19:28:26.818 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 ...
96202026-07-01T19:28:27.346Z[ host-image] Jul 01 19:28:26.824 INFO O| Jul 01 19:28:26.824 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
96212026-07-01T19:28:27.346Z[ host-image] Jul 01 19:28:26.824 INFO O| Jul 01 19:28:26.824 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96222026-07-01T19:28:27.347Z[ host-image] Jul 01 19:28:26.824 INFO O| Jul 01 19:28:26.824 INFO ok!
96232026-07-01T19:28:27.347Z[ host-image] Jul 01 19:28:26.824 INFO O| Jul 01 19:28:26.824 INFO STEP 68 (ensure_file) COMPLETE
96242026-07-01T19:28:27.349Z[ host-image] Jul 01 19:28:26.824 INFO O| Jul 01 19:28:26.824 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-07-01T19:28:27.353Z[ host-image] Jul 01 19:28:26.829 INFO O| Jul 01 19:28:26.829 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96262026-07-01T19:28:27.353Z[ host-image] Jul 01 19:28:26.829 INFO O| Jul 01 19:28:26.829 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 ...
96272026-07-01T19:28:27.353Z[ host-image] Jul 01 19:28:26.829 INFO O| Jul 01 19:28:26.829 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
96282026-07-01T19:28:27.353Z[ host-image] Jul 01 19:28:26.829 INFO O| Jul 01 19:28:26.829 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96292026-07-01T19:28:27.353Z[ host-image] Jul 01 19:28:26.829 INFO O| Jul 01 19:28:26.829 INFO ok!
96302026-07-01T19:28:27.353Z[ host-image] Jul 01 19:28:26.829 INFO O| Jul 01 19:28:26.829 INFO STEP 69 (ensure_file) COMPLETE
96312026-07-01T19:28:27.353Z[ host-image] Jul 01 19:28:26.829 INFO O| Jul 01 19:28:26.829 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-07-01T19:28:27.361Z[ host-image] Jul 01 19:28:26.838 INFO O| Jul 01 19:28:26.838 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96332026-07-01T19:28:27.361Z[ host-image] Jul 01 19:28:26.838 INFO O| Jul 01 19:28:26.838 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96342026-07-01T19:28:28.789Z[ host-image] Jul 01 19:28:28.264 INFO O| Jul 01 19:28:28.264 INFO STEP 70 (pack_tar) COMPLETE
96352026-07-01T19:28:28.789Z[ host-image] Jul 01 19:28:28.264 INFO O| Jul 01 19:28:28.264 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96362026-07-01T19:28:28.789Z[ host-image] Jul 01 19:28:28.264 INFO O| Jul 01 19:28:28.264 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96372026-07-01T19:28:29.385Z[ recovery-image] Jul 01 19:28:28.862 INFO O| ok, image written!
96382026-07-01T19:28:29.386Z[ recovery-image] Jul 01 19:28:28.863 INFO O| ok, boot_image_csum file written!
96392026-07-01T19:28:29.389Z[ recovery-image] Jul 01 19:28:28.865 INFO creating boot archive (CPIO)...
96402026-07-01T19:28:29.389Z[ recovery-image] Jul 01 19:28:28.865 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
96412026-07-01T19:28:29.393Z[ recovery-image] Jul 01 19:28:28.869 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
96422026-07-01T19:28:29.393Z[ recovery-image] Jul 01 19:28:28.869 INFO E| + outfile=/work/os-recovery/cpio
96432026-07-01T19:28:29.393Z[ recovery-image] Jul 01 19:28:28.869 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
96442026-07-01T19:28:29.397Z[ recovery-image] Jul 01 19:28:28.871 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
96452026-07-01T19:28:29.397Z[ recovery-image] Jul 01 19:28:28.871 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
96462026-07-01T19:28:29.397Z[ host-image] Jul 01 19:28:28.871 INFO O| Jul 01 19:28:28.871 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96472026-07-01T19:28:29.419Z[ recovery-image] Jul 01 19:28:28.896 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
96482026-07-01T19:28:29.419Z[ recovery-image] Jul 01 19:28:28.896 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
96492026-07-01T19:28:29.426Z[ recovery-image] Jul 01 19:28:28.903 INFO creating compressed cpio/unix for dev loaders...
96502026-07-01T19:28:29.426Z[ recovery-image] Jul 01 19:28:28.903 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
96512026-07-01T19:28:29.470Z[ host-image] Jul 01 19:28:28.947 INFO O| Jul 01 19:28:28.946 INFO completed processing sled/ramdisk-02-trim
96522026-07-01T19:28:29.473Z[ host-image] Jul 01 19:28:28.948 INFO image builder template: zfs...
96532026-07-01T19:28:29.473Z[ host-image] Jul 01 19:28:28.948 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/.tmpsBAP65/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "zfs"], pwd: None
96542026-07-01T19:28:29.482Z[ host-image] Jul 01 19:28:28.959 INFO O| Jul 01 19:28:28.959 INFO skip include "stress" because feature "stress" is not enabled
96552026-07-01T19:28:29.482Z[ host-image] Jul 01 19:28:28.959 INFO O| Jul 01 19:28:28.959 INFO skip include "stress" because feature "compliance" is not enabled
96562026-07-01T19:28:29.507Z[ host-image] Jul 01 19:28:28.984 INFO O| Jul 01 19:28:28.984 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96572026-07-01T19:28:29.510Z[ host-image] Jul 01 19:28:28.987 INFO O| Jul 01 19:28:28.987 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96582026-07-01T19:28:29.584Z[ host-image] Jul 01 19:28:29.061 INFO O| Jul 01 19:28:29.061 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96592026-07-01T19:28:29.641Z[ host-image] Jul 01 19:28:29.118 INFO O| Jul 01 19:28:29.118 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96602026-07-01T19:28:29.641Z[ host-image] Jul 01 19:28:29.118 INFO O| Jul 01 19:28:29.118 INFO work dataset: rpool/images/build/host/work/sled/zfs
96612026-07-01T19:28:29.644Z[ host-image] Jul 01 19:28:29.120 INFO O| Jul 01 19:28:29.120 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96622026-07-01T19:28:29.649Z[ recovery-image] Jul 01 19:28:29.126 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
96632026-07-01T19:28:29.708Z[ host-image] Jul 01 19:28:29.185 INFO O| Jul 01 19:28:29.185 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96642026-07-01T19:28:29.798Z[ host-image] Jul 01 19:28:29.275 INFO O| Jul 01 19:28:29.275 INFO DESTROY POOL: TEMPORARY-sled-zfs
96652026-07-01T19:28:29.803Z[ host-image] Jul 01 19:28:29.280 INFO O| Jul 01 19:28:29.280 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96662026-07-01T19:28:29.806Z[ host-image] Jul 01 19:28:29.283 INFO O| Jul 01 19:28:29.283 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96672026-07-01T19:28:29.807Z[ host-image] Jul 01 19:28:29.283 INFO O| Jul 01 19:28:29.283 INFO no lofi found
96682026-07-01T19:28:29.807Z[ host-image] Jul 01 19:28:29.283 INFO O| Jul 01 19:28:29.283 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96692026-07-01T19:28:29.807Z[ host-image] Jul 01 19:28:29.283 INFO O| Jul 01 19:28:29.283 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96702026-07-01T19:28:31.525Z[ host-image] Jul 01 19:28:31.002 INFO O| Jul 01 19:28:31.001 INFO lofi device = /dev/dsk/c2t1d0p0
96712026-07-01T19:28:31.525Z[ host-image] Jul 01 19:28:31.002 INFO O| Jul 01 19:28:31.002 INFO pool device = /dev/dsk/c2t1d0p0
96722026-07-01T19:28:31.528Z[ host-image] Jul 01 19:28:31.002 INFO O| Jul 01 19:28:31.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
96732026-07-01T19:28:31.580Z[ host-image] Jul 01 19:28:31.055 INFO O| Jul 01 19:28:31.055 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96742026-07-01T19:28:31.581Z[ host-image] Jul 01 19:28:31.055 INFO O| Jul 01 19:28:31.055 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
96752026-07-01T19:28:31.592Z[ host-image] Jul 01 19:28:31.069 INFO O| Jul 01 19:28:31.069 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
96762026-07-01T19:28:31.625Z[ host-image] Jul 01 19:28:31.102 INFO O| Jul 01 19:28:31.102 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
96772026-07-01T19:28:31.651Z[ host-image] Jul 01 19:28:31.127 INFO O| Jul 01 19:28:31.127 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
96782026-07-01T19:28:31.661Z[ host-image] Jul 01 19:28:31.136 INFO O| Jul 01 19:28:31.136 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
96792026-07-01T19:28:31.668Z[ host-image] Jul 01 19:28:31.144 INFO O| Jul 01 19:28:31.144 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
96802026-07-01T19:28:31.701Z[ host-image] Jul 01 19:28:31.172 INFO O| Jul 01 19:28:31.172 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
96812026-07-01T19:28:31.704Z[ host-image] Jul 01 19:28:31.172 INFO O| Jul 01 19:28:31.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
96822026-07-01T19:28:31.704Z[ host-image] Jul 01 19:28:31.172 INFO O| Jul 01 19:28:31.172 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
96832026-07-01T19:28:31.704Z[ host-image] Jul 01 19:28:31.178 INFO O| Jul 01 19:28:31.178 INFO boot environment UUID: 2d345c16-f80d-40ed-b1d5-7eb376ea8968
96842026-07-01T19:28:31.704Z[ host-image] Jul 01 19:28:31.178 INFO O| Jul 01 19:28:31.178 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2d345c16-f80d-40ed-b1d5-7eb376ea8968
96852026-07-01T19:28:31.709Z[ host-image] Jul 01 19:28:31.185 INFO O| Jul 01 19:28:31.185 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
96862026-07-01T19:28:31.714Z[ host-image] Jul 01 19:28:31.191 INFO O| Jul 01 19:28:31.191 INFO STEP 0 (create_be) COMPLETE
96872026-07-01T19:28:31.714Z[ host-image] Jul 01 19:28:31.191 INFO O| Jul 01 19:28:31.191 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96882026-07-01T19:28:31.724Z[ host-image] Jul 01 19:28:31.200 INFO O| Jul 01 19:28:31.200 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
96892026-07-01T19:28:33.049Z[ recovery-image] Jul 01 19:28:32.525 INFO creating reset image...
96902026-07-01T19:28:33.049Z[ recovery-image] Jul 01 19:28:32.525 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")
96912026-07-01T19:28:33.294Z[ recovery-image] Jul 01 19:28:32.764 INFO E| Updating crates.io index
96922026-07-01T19:28:33.396Z[ recovery-image] Jul 01 19:28:32.867 INFO E| Downloading crates ...
96932026-07-01T19:28:33.434Z[ recovery-image] Jul 01 19:28:32.909 INFO E| Downloaded shared_thread v0.2.0
96942026-07-01T19:28:33.438Z[ recovery-image] Jul 01 19:28:32.911 INFO E| Downloaded clap_lex v1.1.0
96952026-07-01T19:28:33.438Z[ recovery-image] Jul 01 19:28:32.912 INFO E| Downloaded sigchld v0.2.4
96962026-07-01T19:28:33.442Z[ recovery-image] Jul 01 19:28:32.917 INFO E| Downloaded shared_child v1.1.1
96972026-07-01T19:28:33.449Z[ recovery-image] Jul 01 19:28:32.919 INFO E| Downloaded duct v1.1.1
96982026-07-01T19:28:33.449Z[ recovery-image] Jul 01 19:28:32.921 INFO E| Downloaded colorchoice v1.0.5
96992026-07-01T19:28:33.449Z[ recovery-image] Jul 01 19:28:32.921 INFO E| Downloaded os_pipe v1.2.3
97002026-07-01T19:28:33.503Z[ recovery-image] Jul 01 19:28:32.956 INFO E| Compiling libc v0.2.186
97012026-07-01T19:28:33.504Z[ recovery-image] Jul 01 19:28:32.956 INFO E| Compiling proc-macro2 v1.0.106
97022026-07-01T19:28:33.522Z[ recovery-image] Jul 01 19:28:32.957 INFO E| Compiling signal-hook v0.3.18
97032026-07-01T19:28:33.522Z[ recovery-image] Jul 01 19:28:32.957 INFO E| Compiling quote v1.0.45
97042026-07-01T19:28:33.522Z[ recovery-image] Jul 01 19:28:32.957 INFO E| Compiling unicode-ident v1.0.24
97052026-07-01T19:28:33.522Z[ recovery-image] Jul 01 19:28:32.957 INFO E| Compiling utf8parse v0.2.2
97062026-07-01T19:28:33.522Z[ recovery-image] Jul 01 19:28:32.957 INFO E| Compiling anstyle v1.0.14
97072026-07-01T19:28:33.522Z[ recovery-image] Jul 01 19:28:32.957 INFO E| Compiling anstyle-query v1.1.5
97082026-07-01T19:28:33.523Z[ recovery-image] Jul 01 19:28:32.957 INFO E| Compiling is_terminal_polyfill v1.70.2
97092026-07-01T19:28:33.523Z[ recovery-image] Jul 01 19:28:32.957 INFO E| Compiling colorchoice v1.0.5
97102026-07-01T19:28:33.523Z[ recovery-image] Jul 01 19:28:32.957 INFO E| Compiling strsim v0.11.1
97112026-07-01T19:28:33.523Z[ recovery-image] Jul 01 19:28:32.957 INFO E| Compiling heck v0.5.0
97122026-07-01T19:28:33.523Z[ recovery-image] Jul 01 19:28:32.957 INFO E| Compiling clap_lex v1.1.0
97132026-07-01T19:28:33.523Z[ recovery-image] Jul 01 19:28:32.957 INFO E| Compiling shared_thread v0.2.0
97142026-07-01T19:28:33.806Z[ recovery-image] Jul 01 19:28:33.283 INFO E| Compiling anstyle-parse v1.0.0
97152026-07-01T19:28:34.074Z[ recovery-image] Jul 01 19:28:33.542 INFO E| Compiling anstream v1.0.0
97162026-07-01T19:28:34.295Z[ recovery-image] Jul 01 19:28:33.763 INFO E| Compiling clap_builder v4.6.0
97172026-07-01T19:28:34.924Z[ recovery-image] Jul 01 19:28:34.359 INFO E| Compiling errno v0.3.14
97182026-07-01T19:28:34.925Z[ recovery-image] Jul 01 19:28:34.359 INFO E| Compiling os_pipe v1.2.3
97192026-07-01T19:28:34.983Z[ recovery-image] Jul 01 19:28:34.419 INFO E| Compiling syn v2.0.117
97202026-07-01T19:28:35.001Z[ recovery-image] Jul 01 19:28:34.459 INFO E| Compiling signal-hook-registry v1.4.8
97212026-07-01T19:28:35.290Z[ recovery-image] Jul 01 19:28:34.760 INFO E| Compiling sigchld v0.2.4
97222026-07-01T19:28:35.397Z[ recovery-image] Jul 01 19:28:34.871 INFO E| Compiling shared_child v1.1.1
97232026-07-01T19:28:35.532Z[ recovery-image] Jul 01 19:28:35.001 INFO E| Compiling duct v1.1.1
97242026-07-01T19:28:37.382Z[ recovery-image] Jul 01 19:28:36.855 INFO E| Compiling clap_derive v4.6.1
97252026-07-01T19:28:38.743Z[ recovery-image] Jul 01 19:28:38.216 INFO E| Compiling clap v4.6.1
97262026-07-01T19:28:38.793Z[ recovery-image] Jul 01 19:28:38.269 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
97272026-07-01T19:28:39.664Z[ recovery-image] Jul 01 19:28:39.140 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.56s
97282026-07-01T19:28:39.672Z[ recovery-image] Jul 01 19:28:39.146 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
97292026-07-01T19:28:39.888Z[ recovery-image] Jul 01 19:28:39.365 INFO E| Downloading crates ...
97302026-07-01T19:28:39.911Z[ host-image] Jul 01 19:28:39.387 INFO O| Jul 01 19:28:39.386 INFO STEP 1 (unpack_tar) COMPLETE
97312026-07-01T19:28:39.911Z[ host-image] Jul 01 19:28:39.387 INFO O| Jul 01 19:28:39.387 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97322026-07-01T19:28:39.917Z[ host-image] Jul 01 19:28:39.394 INFO O| Jul 01 19:28:39.394 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97332026-07-01T19:28:39.940Z[ recovery-image] Jul 01 19:28:39.416 INFO E| Downloaded bitflags v2.13.0
97342026-07-01T19:28:39.948Z[ recovery-image] Jul 01 19:28:39.419 INFO E| Downloaded bit_field v0.10.3
97352026-07-01T19:28:39.948Z[ recovery-image] Jul 01 19:28:39.419 INFO E| Downloaded bitstruct v0.1.1
97362026-07-01T19:28:39.948Z[ recovery-image] Jul 01 19:28:39.420 INFO E| Downloaded cpio_reader v0.1.2
97372026-07-01T19:28:39.948Z[ recovery-image] Jul 01 19:28:39.424 INFO E| Downloaded bitstruct_derive v0.1.0
97382026-07-01T19:28:39.962Z[ recovery-image] Jul 01 19:28:39.435 INFO E| Downloaded log v0.4.32
97392026-07-01T19:28:39.979Z[ recovery-image] Jul 01 19:28:39.440 INFO E| Downloaded miniz_oxide v0.9.1
97402026-07-01T19:28:39.989Z[ recovery-image] Jul 01 19:28:39.446 INFO E| Downloaded raw-cpuid v10.7.0
97412026-07-01T19:28:39.989Z[ recovery-image] Jul 01 19:28:39.455 INFO E| Downloaded goblin v0.10.7
97422026-07-01T19:28:40.043Z[ host-image] Jul 01 19:28:39.517 INFO O| Jul 01 19:28:39.517 INFO STEP 2 (devfsadm) COMPLETE
97432026-07-01T19:28:40.043Z[ host-image] Jul 01 19:28:39.517 INFO O| Jul 01 19:28:39.517 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97442026-07-01T19:28:40.049Z[ host-image] Jul 01 19:28:39.525 INFO O| Jul 01 19:28:39.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97452026-07-01T19:28:40.049Z[ host-image] Jul 01 19:28:39.525 INFO O| Jul 01 19:28:39.525 INFO STEP 3 (ensure_dir) COMPLETE
97462026-07-01T19:28:40.049Z[ host-image] Jul 01 19:28:39.525 INFO O| Jul 01 19:28:39.525 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97472026-07-01T19:28:40.059Z[ host-image] Jul 01 19:28:39.534 INFO O| Jul 01 19:28:39.534 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97482026-07-01T19:28:40.059Z[ host-image] Jul 01 19:28:39.534 INFO O| Jul 01 19:28:39.534 INFO STEP 4 (ensure_dir) COMPLETE
97492026-07-01T19:28:40.062Z[ host-image] Jul 01 19:28:39.534 INFO O| Jul 01 19:28:39.534 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97502026-07-01T19:28:40.065Z[ host-image] Jul 01 19:28:39.542 INFO O| Jul 01 19:28:39.542 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97512026-07-01T19:28:40.065Z[ host-image] Jul 01 19:28:39.542 INFO O| Jul 01 19:28:39.542 INFO STEP 5 (ensure_dir) COMPLETE
97522026-07-01T19:28:40.070Z[ host-image] Jul 01 19:28:39.542 INFO O| Jul 01 19:28:39.542 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97532026-07-01T19:28:40.075Z[ host-image] Jul 01 19:28:39.549 INFO O| Jul 01 19:28:39.549 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97542026-07-01T19:28:40.075Z[ host-image] Jul 01 19:28:39.549 INFO O| Jul 01 19:28:39.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97552026-07-01T19:28:40.075Z[ host-image] Jul 01 19:28:39.549 INFO O| Jul 01 19:28:39.549 INFO STEP 6 (ensure_dir) COMPLETE
97562026-07-01T19:28:40.075Z[ host-image] Jul 01 19:28:39.549 INFO O| Jul 01 19:28:39.549 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97572026-07-01T19:28:40.084Z[ host-image] Jul 01 19:28:39.554 INFO O| Jul 01 19:28:39.554 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97582026-07-01T19:28:40.085Z[ host-image] Jul 01 19:28:39.554 INFO O| Jul 01 19:28:39.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97592026-07-01T19:28:40.085Z[ host-image] Jul 01 19:28:39.554 INFO O| Jul 01 19:28:39.554 INFO STEP 7 (ensure_dir) COMPLETE
97602026-07-01T19:28:40.085Z[ host-image] Jul 01 19:28:39.554 INFO O| Jul 01 19:28:39.554 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97612026-07-01T19:28:40.096Z[ host-image] Jul 01 19:28:39.560 INFO O| Jul 01 19:28:39.559 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97622026-07-01T19:28:40.096Z[ host-image] Jul 01 19:28:39.560 INFO O| Jul 01 19:28:39.560 INFO STEP 8 (remove_files) COMPLETE
97632026-07-01T19:28:40.096Z[ host-image] Jul 01 19:28:39.560 INFO O| Jul 01 19:28:39.560 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97642026-07-01T19:28:40.102Z[ host-image] Jul 01 19:28:39.565 INFO O| Jul 01 19:28:39.565 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97652026-07-01T19:28:40.102Z[ host-image] Jul 01 19:28:39.566 INFO O| Jul 01 19:28:39.566 INFO STEP 9 (remove_files) COMPLETE
97662026-07-01T19:28:40.102Z[ host-image] Jul 01 19:28:39.566 INFO O| Jul 01 19:28:39.566 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97672026-07-01T19:28:40.103Z[ host-image] Jul 01 19:28:39.571 INFO O| Jul 01 19:28:39.571 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97682026-07-01T19:28:40.103Z[ host-image] Jul 01 19:28:39.571 INFO O| Jul 01 19:28:39.571 INFO STEP 10 (remove_files) COMPLETE
97692026-07-01T19:28:40.103Z[ host-image] Jul 01 19:28:39.571 INFO O| Jul 01 19:28:39.571 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97702026-07-01T19:28:40.107Z[ host-image] Jul 01 19:28:39.578 INFO O| Jul 01 19:28:39.578 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97712026-07-01T19:28:40.107Z[ host-image] Jul 01 19:28:39.578 INFO O| Jul 01 19:28:39.578 INFO STEP 11 (remove_files) COMPLETE
97722026-07-01T19:28:40.107Z[ host-image] Jul 01 19:28:39.578 INFO O| Jul 01 19:28:39.578 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97732026-07-01T19:28:40.110Z[ host-image] Jul 01 19:28:39.584 INFO O| Jul 01 19:28:39.584 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97742026-07-01T19:28:40.110Z[ host-image] Jul 01 19:28:39.584 INFO O| Jul 01 19:28:39.584 INFO STEP 12 (remove_files) COMPLETE
97752026-07-01T19:28:40.110Z[ host-image] Jul 01 19:28:39.584 INFO O| Jul 01 19:28:39.584 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97762026-07-01T19:28:40.116Z[ host-image] Jul 01 19:28:39.589 INFO O| Jul 01 19:28:39.589 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97772026-07-01T19:28:40.116Z[ host-image] Jul 01 19:28:39.589 INFO O| Jul 01 19:28:39.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97782026-07-01T19:28:40.116Z[ host-image] Jul 01 19:28:39.589 INFO O| Jul 01 19:28:39.589 INFO STEP 13 (ensure_dir) COMPLETE
97792026-07-01T19:28:40.116Z[ host-image] Jul 01 19:28:39.589 INFO O| Jul 01 19:28:39.589 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97802026-07-01T19:28:40.123Z[ host-image] Jul 01 19:28:39.595 INFO O| Jul 01 19:28:39.595 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97812026-07-01T19:28:40.123Z[ host-image] Jul 01 19:28:39.595 INFO O| Jul 01 19:28:39.595 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97822026-07-01T19:28:40.128Z[ host-image] Jul 01 19:28:39.595 INFO O| Jul 01 19:28:39.595 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97832026-07-01T19:28:40.128Z[ host-image] Jul 01 19:28:39.595 INFO O| Jul 01 19:28:39.595 INFO STEP 14 (ensure_dir) COMPLETE
97842026-07-01T19:28:40.129Z[ host-image] Jul 01 19:28:39.595 INFO O| Jul 01 19:28:39.595 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97852026-07-01T19:28:40.148Z[ recovery-image] Jul 01 19:28:39.599 INFO E| Downloaded x86 v0.52.0
97862026-07-01T19:28:40.148Z[ host-image] Jul 01 19:28:39.601 INFO O| Jul 01 19:28:39.601 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97872026-07-01T19:28:40.148Z[ host-image] Jul 01 19:28:39.602 INFO O| Jul 01 19:28:39.602 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97882026-07-01T19:28:40.148Z[ host-image] Jul 01 19:28:39.602 INFO O| Jul 01 19:28:39.602 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97892026-07-01T19:28:40.149Z[ host-image] Jul 01 19:28:39.602 INFO O| Jul 01 19:28:39.602 INFO STEP 15 (ensure_dir) COMPLETE
97902026-07-01T19:28:40.149Z[ host-image] Jul 01 19:28:39.602 INFO O| Jul 01 19:28:39.602 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97912026-07-01T19:28:40.149Z[ host-image] Jul 01 19:28:39.609 INFO O| Jul 01 19:28:39.609 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97922026-07-01T19:28:40.149Z[ host-image] Jul 01 19:28:39.609 INFO O| Jul 01 19:28:39.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97932026-07-01T19:28:40.149Z[ host-image] Jul 01 19:28:39.609 INFO O| Jul 01 19:28:39.609 INFO STEP 16 (ensure_dir) COMPLETE
97942026-07-01T19:28:40.149Z[ host-image] Jul 01 19:28:39.609 INFO O| Jul 01 19:28:39.609 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97952026-07-01T19:28:40.150Z[ host-image] Jul 01 19:28:39.615 INFO O| Jul 01 19:28:39.615 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97962026-07-01T19:28:40.150Z[ host-image] Jul 01 19:28:39.615 INFO O| Jul 01 19:28:39.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97972026-07-01T19:28:40.150Z[ host-image] Jul 01 19:28:39.615 INFO O| Jul 01 19:28:39.615 INFO STEP 17 (ensure_dir) COMPLETE
97982026-07-01T19:28:40.150Z[ host-image] Jul 01 19:28:39.615 INFO O| Jul 01 19:28:39.615 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97992026-07-01T19:28:40.158Z[ host-image] Jul 01 19:28:39.622 INFO O| Jul 01 19:28:39.622 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98002026-07-01T19:28:40.158Z[ host-image] Jul 01 19:28:39.622 INFO O| Jul 01 19:28:39.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98012026-07-01T19:28:40.158Z[ host-image] Jul 01 19:28:39.622 INFO O| Jul 01 19:28:39.622 INFO ok!
98022026-07-01T19:28:40.158Z[ host-image] Jul 01 19:28:39.622 INFO O| Jul 01 19:28:39.622 INFO STEP 18 (ensure_symlink) COMPLETE
98032026-07-01T19:28:40.159Z[ host-image] Jul 01 19:28:39.622 INFO O| Jul 01 19:28:39.622 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98042026-07-01T19:28:40.159Z[ host-image] Jul 01 19:28:39.627 INFO O| Jul 01 19:28:39.627 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98052026-07-01T19:28:40.159Z[ host-image] Jul 01 19:28:39.627 INFO O| Jul 01 19:28:39.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98062026-07-01T19:28:40.159Z[ host-image] Jul 01 19:28:39.627 INFO O| Jul 01 19:28:39.627 INFO ok!
98072026-07-01T19:28:40.159Z[ host-image] Jul 01 19:28:39.627 INFO O| Jul 01 19:28:39.627 INFO STEP 19 (ensure_file) COMPLETE
98082026-07-01T19:28:40.159Z[ host-image] Jul 01 19:28:39.627 INFO O| Jul 01 19:28:39.627 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98092026-07-01T19:28:40.165Z[ recovery-image] Jul 01 19:28:39.631 INFO E| Updating crates.io index
98102026-07-01T19:28:40.166Z[ host-image] Jul 01 19:28:39.633 INFO O| Jul 01 19:28:39.633 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98112026-07-01T19:28:40.166Z[ host-image] Jul 01 19:28:39.633 INFO O| Jul 01 19:28:39.633 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98122026-07-01T19:28:40.167Z[ host-image] Jul 01 19:28:39.634 INFO O| Jul 01 19:28:39.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98132026-07-01T19:28:40.167Z[ host-image] Jul 01 19:28:39.634 INFO O| Jul 01 19:28:39.634 INFO ok!
98142026-07-01T19:28:40.167Z[ host-image] Jul 01 19:28:39.634 INFO O| Jul 01 19:28:39.634 INFO STEP 20 (ensure_symlink) COMPLETE
98152026-07-01T19:28:40.167Z[ host-image] Jul 01 19:28:39.634 INFO O| Jul 01 19:28:39.634 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98162026-07-01T19:28:40.167Z[ host-image] Jul 01 19:28:39.640 INFO O| Jul 01 19:28:39.640 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98172026-07-01T19:28:40.167Z[ host-image] Jul 01 19:28:39.640 INFO O| Jul 01 19:28:39.640 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98182026-07-01T19:28:40.167Z[ host-image] Jul 01 19:28:39.640 INFO O| Jul 01 19:28:39.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98192026-07-01T19:28:40.167Z[ host-image] Jul 01 19:28:39.640 INFO O| Jul 01 19:28:39.640 INFO ok!
98202026-07-01T19:28:40.193Z[ host-image] Jul 01 19:28:39.640 INFO O| Jul 01 19:28:39.640 INFO STEP 21 (ensure_symlink) COMPLETE
98212026-07-01T19:28:40.193Z[ host-image] Jul 01 19:28:39.640 INFO O| Jul 01 19:28:39.640 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98222026-07-01T19:28:40.193Z[ host-image] Jul 01 19:28:39.646 INFO O| Jul 01 19:28:39.646 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98232026-07-01T19:28:40.193Z[ host-image] Jul 01 19:28:39.646 INFO O| Jul 01 19:28:39.646 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98242026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.646 INFO O| Jul 01 19:28:39.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98252026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.646 INFO O| Jul 01 19:28:39.646 INFO ok!
98262026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.646 INFO O| Jul 01 19:28:39.646 INFO STEP 22 (ensure_symlink) COMPLETE
98272026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.646 INFO O| Jul 01 19:28:39.646 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98282026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.652 INFO O| Jul 01 19:28:39.652 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98292026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.652 INFO O| Jul 01 19:28:39.652 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98302026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.652 INFO O| Jul 01 19:28:39.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98312026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.652 INFO O| Jul 01 19:28:39.652 INFO ok!
98322026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.652 INFO O| Jul 01 19:28:39.652 INFO STEP 23 (ensure_symlink) COMPLETE
98332026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.652 INFO O| Jul 01 19:28:39.652 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98342026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.657 INFO O| Jul 01 19:28:39.657 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98352026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.657 INFO O| Jul 01 19:28:39.657 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98362026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.657 INFO O| Jul 01 19:28:39.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98372026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.657 INFO O| Jul 01 19:28:39.657 INFO ok!
98382026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.657 INFO O| Jul 01 19:28:39.657 INFO STEP 24 (ensure_file) COMPLETE
98392026-07-01T19:28:40.195Z[ host-image] Jul 01 19:28:39.657 INFO O| Jul 01 19:28:39.657 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98402026-07-01T19:28:40.196Z[ host-image] Jul 01 19:28:39.662 INFO O| Jul 01 19:28:39.662 INFO updating shadow file
98412026-07-01T19:28:40.196Z[ host-image] Jul 01 19:28:39.662 INFO O| Jul 01 19:28:39.662 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98422026-07-01T19:28:40.196Z[ host-image] Jul 01 19:28:39.662 INFO O| Jul 01 19:28:39.662 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98432026-07-01T19:28:40.196Z[ host-image] Jul 01 19:28:39.662 INFO O| Jul 01 19:28:39.662 INFO STEP 25 (shadow) COMPLETE
98442026-07-01T19:28:40.196Z[ host-image] Jul 01 19:28:39.662 INFO O| Jul 01 19:28:39.662 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98452026-07-01T19:28:40.220Z[ host-image] Jul 01 19:28:39.668 INFO O| Jul 01 19:28:39.667 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98462026-07-01T19:28:40.220Z[ host-image] Jul 01 19:28:39.668 INFO O| Jul 01 19:28:39.668 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98472026-07-01T19:28:40.220Z[ host-image] Jul 01 19:28:39.668 INFO O| Jul 01 19:28:39.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98482026-07-01T19:28:40.220Z[ host-image] Jul 01 19:28:39.668 INFO O| Jul 01 19:28:39.668 INFO ok!
98492026-07-01T19:28:40.220Z[ host-image] Jul 01 19:28:39.668 INFO O| Jul 01 19:28:39.668 INFO STEP 26 (ensure_file) COMPLETE
98502026-07-01T19:28:40.220Z[ host-image] Jul 01 19:28:39.668 INFO O| Jul 01 19:28:39.668 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98512026-07-01T19:28:40.220Z[ host-image] Jul 01 19:28:39.673 INFO O| Jul 01 19:28:39.673 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98522026-07-01T19:28:40.220Z[ host-image] Jul 01 19:28:39.673 INFO O| Jul 01 19:28:39.673 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98532026-07-01T19:28:40.220Z[ host-image] Jul 01 19:28:39.673 INFO O| Jul 01 19:28:39.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98542026-07-01T19:28:40.221Z[ host-image] Jul 01 19:28:39.673 INFO O| Jul 01 19:28:39.673 INFO ok!
98552026-07-01T19:28:40.221Z[ host-image] Jul 01 19:28:39.673 INFO O| Jul 01 19:28:39.673 INFO STEP 27 (ensure_file) COMPLETE
98562026-07-01T19:28:40.221Z[ host-image] Jul 01 19:28:39.673 INFO O| Jul 01 19:28:39.673 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98572026-07-01T19:28:40.221Z[ recovery-image] Jul 01 19:28:39.675 INFO E| Downloading crates ...
98582026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.679 INFO O| Jul 01 19:28:39.679 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98592026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.679 INFO O| Jul 01 19:28:39.679 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98602026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.679 INFO O| Jul 01 19:28:39.679 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98612026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.679 INFO O| Jul 01 19:28:39.679 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98622026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.679 INFO O| Jul 01 19:28:39.679 INFO ok!
98632026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.679 INFO O| Jul 01 19:28:39.679 INFO STEP 28 (ensure_file) COMPLETE
98642026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.679 INFO O| Jul 01 19:28:39.679 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98652026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.685 INFO O| Jul 01 19:28:39.685 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98662026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.685 INFO O| Jul 01 19:28:39.685 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98672026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.685 INFO O| Jul 01 19:28:39.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98682026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.685 INFO O| Jul 01 19:28:39.685 INFO ok!
98692026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.685 INFO O| Jul 01 19:28:39.685 INFO STEP 29 (ensure_file) COMPLETE
98702026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.685 INFO O| Jul 01 19:28:39.685 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98712026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.693 INFO O| Jul 01 19:28:39.693 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98722026-07-01T19:28:40.231Z[ host-image] Jul 01 19:28:39.693 INFO O| Jul 01 19:28:39.693 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98732026-07-01T19:28:40.232Z[ host-image] Jul 01 19:28:39.693 INFO O| Jul 01 19:28:39.693 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98742026-07-01T19:28:40.232Z[ host-image] Jul 01 19:28:39.693 INFO O| Jul 01 19:28:39.693 INFO STEP 30 (ensure_dir) COMPLETE
98752026-07-01T19:28:40.232Z[ host-image] Jul 01 19:28:39.693 INFO O| Jul 01 19:28:39.693 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98762026-07-01T19:28:40.232Z[ recovery-image] Jul 01 19:28:39.693 INFO E| Downloaded rustc-literal-escaper v0.0.7
98772026-07-01T19:28:40.232Z[ host-image] Jul 01 19:28:39.700 INFO O| Jul 01 19:28:39.700 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98782026-07-01T19:28:40.232Z[ host-image] Jul 01 19:28:39.700 INFO O| Jul 01 19:28:39.700 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98792026-07-01T19:28:40.232Z[ host-image] Jul 01 19:28:39.700 INFO O| Jul 01 19:28:39.700 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98802026-07-01T19:28:40.232Z[ host-image] Jul 01 19:28:39.700 INFO O| Jul 01 19:28:39.700 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98812026-07-01T19:28:40.232Z[ host-image] Jul 01 19:28:39.700 INFO O| Jul 01 19:28:39.700 INFO ok!
98822026-07-01T19:28:40.232Z[ host-image] Jul 01 19:28:39.700 INFO O| Jul 01 19:28:39.700 INFO STEP 31 (ensure_file) COMPLETE
98832026-07-01T19:28:40.232Z[ host-image] Jul 01 19:28:39.700 INFO O| Jul 01 19:28:39.700 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-07-01T19:28:40.257Z[ recovery-image] Jul 01 19:28:39.702 INFO E| Downloaded hashbrown v0.17.1
98852026-07-01T19:28:40.257Z[ host-image] Jul 01 19:28:39.706 INFO O| Jul 01 19:28:39.706 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98862026-07-01T19:28:40.257Z[ host-image] Jul 01 19:28:39.706 INFO O| Jul 01 19:28:39.706 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98872026-07-01T19:28:40.257Z[ host-image] Jul 01 19:28:39.706 INFO O| Jul 01 19:28:39.706 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98882026-07-01T19:28:40.257Z[ host-image] Jul 01 19:28:39.706 INFO O| Jul 01 19:28:39.706 INFO STEP 32 (ensure_dir) COMPLETE
98892026-07-01T19:28:40.257Z[ host-image] Jul 01 19:28:39.706 INFO O| Jul 01 19:28:39.706 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98902026-07-01T19:28:40.257Z[ host-image] Jul 01 19:28:39.712 INFO O| Jul 01 19:28:39.712 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98912026-07-01T19:28:40.257Z[ host-image] Jul 01 19:28:39.712 INFO O| Jul 01 19:28:39.712 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 ...
98922026-07-01T19:28:40.257Z[ host-image] Jul 01 19:28:39.712 INFO O| Jul 01 19:28:39.712 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
98932026-07-01T19:28:40.257Z[ host-image] Jul 01 19:28:39.712 INFO O| Jul 01 19:28:39.712 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98942026-07-01T19:28:40.258Z[ host-image] Jul 01 19:28:39.712 INFO O| Jul 01 19:28:39.712 INFO ok!
98952026-07-01T19:28:40.258Z[ host-image] Jul 01 19:28:39.712 INFO O| Jul 01 19:28:39.712 INFO STEP 33 (ensure_file) COMPLETE
98962026-07-01T19:28:40.258Z[ host-image] Jul 01 19:28:39.712 INFO O| Jul 01 19:28:39.712 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98972026-07-01T19:28:40.266Z[ host-image] Jul 01 19:28:39.718 INFO O| Jul 01 19:28:39.718 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98982026-07-01T19:28:40.266Z[ host-image] Jul 01 19:28:39.718 INFO O| Jul 01 19:28:39.718 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98992026-07-01T19:28:40.266Z[ host-image] Jul 01 19:28:39.719 INFO O| Jul 01 19:28:39.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99002026-07-01T19:28:40.266Z[ host-image] Jul 01 19:28:39.719 INFO O| Jul 01 19:28:39.719 INFO ok!
99012026-07-01T19:28:40.266Z[ host-image] Jul 01 19:28:39.719 INFO O| Jul 01 19:28:39.719 INFO STEP 34 (ensure_file) COMPLETE
99022026-07-01T19:28:40.266Z[ host-image] Jul 01 19:28:39.719 INFO O| Jul 01 19:28:39.719 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99032026-07-01T19:28:40.267Z[ host-image] Jul 01 19:28:39.727 INFO O| Jul 01 19:28:39.727 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99042026-07-01T19:28:40.267Z[ host-image] Jul 01 19:28:39.727 INFO O| Jul 01 19:28:39.727 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99052026-07-01T19:28:40.267Z[ host-image] Jul 01 19:28:39.727 INFO O| Jul 01 19:28:39.727 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99062026-07-01T19:28:40.267Z[ host-image] Jul 01 19:28:39.727 INFO O| Jul 01 19:28:39.727 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99072026-07-01T19:28:40.267Z[ host-image] Jul 01 19:28:39.727 INFO O| Jul 01 19:28:39.727 INFO ok!
99082026-07-01T19:28:40.267Z[ host-image] Jul 01 19:28:39.727 INFO O| Jul 01 19:28:39.727 INFO STEP 35 (ensure_file) COMPLETE
99092026-07-01T19:28:40.268Z[ host-image] Jul 01 19:28:39.727 INFO O| Jul 01 19:28:39.727 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99102026-07-01T19:28:40.268Z[ host-image] Jul 01 19:28:39.734 INFO O| Jul 01 19:28:39.734 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99112026-07-01T19:28:40.268Z[ host-image] Jul 01 19:28:39.734 INFO O| Jul 01 19:28:39.734 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99122026-07-01T19:28:40.268Z[ host-image] Jul 01 19:28:39.734 INFO O| Jul 01 19:28:39.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99132026-07-01T19:28:40.268Z[ host-image] Jul 01 19:28:39.734 INFO O| Jul 01 19:28:39.734 INFO ok!
99142026-07-01T19:28:40.268Z[ host-image] Jul 01 19:28:39.734 INFO O| Jul 01 19:28:39.734 INFO STEP 36 (ensure_file) COMPLETE
99152026-07-01T19:28:40.268Z[ host-image] Jul 01 19:28:39.734 INFO O| Jul 01 19:28:39.734 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99162026-07-01T19:28:40.323Z[ host-image] Jul 01 19:28:39.740 INFO O| Jul 01 19:28:39.740 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99172026-07-01T19:28:40.323Z[ host-image] Jul 01 19:28:39.740 INFO O| Jul 01 19:28:39.740 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99182026-07-01T19:28:40.323Z[ host-image] Jul 01 19:28:39.741 INFO O| Jul 01 19:28:39.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99192026-07-01T19:28:40.323Z[ host-image] Jul 01 19:28:39.741 INFO O| Jul 01 19:28:39.741 INFO ok!
99202026-07-01T19:28:40.323Z[ host-image] Jul 01 19:28:39.741 INFO O| Jul 01 19:28:39.741 INFO STEP 37 (ensure_file) COMPLETE
99212026-07-01T19:28:40.323Z[ host-image] Jul 01 19:28:39.741 INFO O| Jul 01 19:28:39.741 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99222026-07-01T19:28:40.323Z[ recovery-image] Jul 01 19:28:39.744 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
99232026-07-01T19:28:40.324Z[ recovery-image] Jul 01 19:28:39.745 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
99242026-07-01T19:28:40.335Z[ recovery-image] Jul 01 19:28:39.745 INFO E| Compiling proc-macro2 v1.0.106
99252026-07-01T19:28:40.335Z[ recovery-image] Jul 01 19:28:39.745 INFO E| Compiling quote v1.0.45
99262026-07-01T19:28:40.335Z[ recovery-image] Jul 01 19:28:39.745 INFO E| Compiling unicode-ident v1.0.24
99272026-07-01T19:28:40.335Z[ recovery-image] Jul 01 19:28:39.745 INFO E| Compiling syn v1.0.109
99282026-07-01T19:28:40.335Z[ recovery-image] Jul 01 19:28:39.745 INFO E| Compiling x86 v0.52.0
99292026-07-01T19:28:40.335Z[ host-image] Jul 01 19:28:39.747 INFO O| Jul 01 19:28:39.747 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99302026-07-01T19:28:40.335Z[ host-image] Jul 01 19:28:39.747 INFO O| Jul 01 19:28:39.747 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99312026-07-01T19:28:40.335Z[ host-image] Jul 01 19:28:39.747 INFO O| Jul 01 19:28:39.747 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99322026-07-01T19:28:40.336Z[ host-image] Jul 01 19:28:39.747 INFO O| Jul 01 19:28:39.747 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99332026-07-01T19:28:40.336Z[ host-image] Jul 01 19:28:39.747 INFO O| Jul 01 19:28:39.747 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99342026-07-01T19:28:40.336Z[ host-image] Jul 01 19:28:39.747 INFO O| Jul 01 19:28:39.747 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99352026-07-01T19:28:40.336Z[ host-image] Jul 01 19:28:39.747 INFO O| Jul 01 19:28:39.747 INFO ok!
99362026-07-01T19:28:40.336Z[ host-image] Jul 01 19:28:39.747 INFO O| Jul 01 19:28:39.747 INFO STEP 38 (ensure_file) COMPLETE
99372026-07-01T19:28:40.336Z[ host-image] Jul 01 19:28:39.747 INFO O| Jul 01 19:28:39.747 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99382026-07-01T19:28:40.366Z[ host-image] Jul 01 19:28:39.754 INFO O| Jul 01 19:28:39.754 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99392026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.754 INFO O| Jul 01 19:28:39.754 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99402026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.754 INFO O| Jul 01 19:28:39.754 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99412026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.754 INFO O| Jul 01 19:28:39.754 INFO STEP 39 (ensure_dir) COMPLETE
99422026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.754 INFO O| Jul 01 19:28:39.754 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99432026-07-01T19:28:40.367Z[ recovery-image] Jul 01 19:28:39.755 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99442026-07-01T19:28:40.367Z[ recovery-image] Jul 01 19:28:39.755 INFO E| Compiling seq-macro v0.3.6
99452026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.763 INFO O| Jul 01 19:28:39.763 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
99462026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.763 INFO O| Jul 01 19:28:39.763 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 ...
99472026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.763 INFO O| Jul 01 19:28:39.763 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
99482026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.763 INFO O| Jul 01 19:28:39.763 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
99492026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.763 INFO O| Jul 01 19:28:39.763 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
99502026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.763 INFO O| Jul 01 19:28:39.763 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
99512026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.763 INFO O| Jul 01 19:28:39.763 INFO ok!
99522026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.763 INFO O| Jul 01 19:28:39.763 INFO STEP 40 (ensure_file) COMPLETE
99532026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.763 INFO O| Jul 01 19:28:39.763 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99542026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.772 INFO O| Jul 01 19:28:39.772 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99552026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.772 INFO O| Jul 01 19:28:39.772 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 ...
99562026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.772 INFO O| Jul 01 19:28:39.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99572026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.772 INFO O| Jul 01 19:28:39.772 INFO ok!
99582026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.772 INFO O| Jul 01 19:28:39.772 INFO STEP 41 (ensure_symlink) COMPLETE
99592026-07-01T19:28:40.367Z[ host-image] Jul 01 19:28:39.772 INFO O| Jul 01 19:28:39.772 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99602026-07-01T19:28:40.368Z[ host-image] Jul 01 19:28:39.781 INFO O| Jul 01 19:28:39.781 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99612026-07-01T19:28:40.368Z[ host-image] Jul 01 19:28:39.781 INFO O| Jul 01 19:28:39.781 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99622026-07-01T19:28:40.368Z[ host-image] Jul 01 19:28:39.781 INFO O| Jul 01 19:28:39.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99632026-07-01T19:28:40.368Z[ host-image] Jul 01 19:28:39.781 INFO O| Jul 01 19:28:39.781 INFO ok!
99642026-07-01T19:28:40.368Z[ host-image] Jul 01 19:28:39.781 INFO O| Jul 01 19:28:39.781 INFO STEP 42 (ensure_symlink) COMPLETE
99652026-07-01T19:28:40.368Z[ host-image] Jul 01 19:28:39.781 INFO O| Jul 01 19:28:39.781 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99662026-07-01T19:28:40.368Z[ host-image] Jul 01 19:28:39.789 INFO O| Jul 01 19:28:39.789 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99672026-07-01T19:28:40.368Z[ host-image] Jul 01 19:28:39.789 INFO O| Jul 01 19:28:39.789 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99682026-07-01T19:28:40.368Z[ host-image] Jul 01 19:28:39.789 INFO O| Jul 01 19:28:39.789 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99692026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.789 INFO O| Jul 01 19:28:39.789 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99702026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.789 INFO O| Jul 01 19:28:39.789 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99712026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.789 INFO O| Jul 01 19:28:39.789 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99722026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.789 INFO O| Jul 01 19:28:39.789 INFO ok!
99732026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.789 INFO O| Jul 01 19:28:39.789 INFO STEP 43 (ensure_file) COMPLETE
99742026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.789 INFO O| Jul 01 19:28:39.789 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99752026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.797 INFO O| Jul 01 19:28:39.797 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99762026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.797 INFO O| Jul 01 19:28:39.797 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 ...
99772026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.797 INFO O| Jul 01 19:28:39.797 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
99782026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.797 INFO O| Jul 01 19:28:39.797 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99792026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.797 INFO O| Jul 01 19:28:39.797 INFO ok!
99802026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.797 INFO O| Jul 01 19:28:39.797 INFO STEP 44 (ensure_file) COMPLETE
99812026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.797 INFO O| Jul 01 19:28:39.797 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99822026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.807 INFO O| Jul 01 19:28:39.807 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99832026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.807 INFO O| Jul 01 19:28:39.807 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99842026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.807 INFO O| Jul 01 19:28:39.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99852026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.807 INFO O| Jul 01 19:28:39.807 INFO ok!
99862026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.807 INFO O| Jul 01 19:28:39.807 INFO STEP 45 (ensure_file) COMPLETE
99872026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.807 INFO O| Jul 01 19:28:39.807 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99882026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.816 INFO O| Jul 01 19:28:39.816 INFO updating shadow file
99892026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.816 INFO O| Jul 01 19:28:39.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99902026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.816 INFO O| Jul 01 19:28:39.816 INFO STEP 46 (shadow) COMPLETE
99912026-07-01T19:28:40.369Z[ host-image] Jul 01 19:28:39.816 INFO O| Jul 01 19:28:39.816 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99922026-07-01T19:28:40.398Z[ host-image] Jul 01 19:28:39.824 INFO O| Jul 01 19:28:39.824 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99932026-07-01T19:28:40.398Z[ host-image] Jul 01 19:28:39.824 INFO O| Jul 01 19:28:39.824 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99942026-07-01T19:28:40.398Z[ host-image] Jul 01 19:28:39.824 INFO O| Jul 01 19:28:39.824 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99952026-07-01T19:28:40.398Z[ host-image] Jul 01 19:28:39.824 INFO O| Jul 01 19:28:39.824 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99962026-07-01T19:28:40.399Z[ host-image] Jul 01 19:28:39.824 INFO O| Jul 01 19:28:39.824 INFO ok!
99972026-07-01T19:28:40.399Z[ host-image] Jul 01 19:28:39.824 INFO O| Jul 01 19:28:39.824 INFO STEP 47 (ensure_file) COMPLETE
99982026-07-01T19:28:40.399Z[ host-image] Jul 01 19:28:39.824 INFO O| Jul 01 19:28:39.824 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99992026-07-01T19:28:40.399Z[ host-image] Jul 01 19:28:39.824 INFO O| Jul 01 19:28:39.824 INFO skip step because feature "mfg" is not enabled
100002026-07-01T19:28:40.399Z[ host-image] Jul 01 19:28:39.824 INFO O| Jul 01 19:28:39.824 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100012026-07-01T19:28:40.399Z[ host-image] Jul 01 19:28:39.824 INFO O| Jul 01 19:28:39.824 INFO skip step because feature "mfg" is not enabled
100022026-07-01T19:28:40.399Z[ host-image] Jul 01 19:28:39.824 INFO O| Jul 01 19:28:39.824 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100032026-07-01T19:28:40.399Z[ host-image] Jul 01 19:28:39.833 INFO O| Jul 01 19:28:39.833 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100042026-07-01T19:28:40.399Z[ host-image] Jul 01 19:28:39.833 INFO O| Jul 01 19:28:39.833 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100052026-07-01T19:28:40.414Z[ host-image] Jul 01 19:28:39.854 INFO O| Jul 01 19:28:39.854 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100062026-07-01T19:28:40.414Z[ host-image] Jul 01 19:28:39.854 INFO O| Jul 01 19:28:39.854 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100072026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.854 INFO O| Jul 01 19:28:39.854 INFO ok!
100082026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.854 INFO O| Jul 01 19:28:39.854 INFO STEP 50 (ensure_file) COMPLETE
100092026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.854 INFO O| Jul 01 19:28:39.854 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100102026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.854 INFO O| Jul 01 19:28:39.854 INFO skip step because feature "compliance" is not enabled
100112026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.854 INFO O| Jul 01 19:28:39.854 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100122026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.864 INFO O| Jul 01 19:28:39.863 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100132026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.864 INFO O| Jul 01 19:28:39.864 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100142026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.864 INFO O| Jul 01 19:28:39.864 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100152026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.864 INFO O| Jul 01 19:28:39.864 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100162026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.864 INFO O| Jul 01 19:28:39.864 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100172026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.864 INFO O| Jul 01 19:28:39.864 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100182026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.864 INFO O| Jul 01 19:28:39.864 INFO ok!
100192026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.864 INFO O| Jul 01 19:28:39.864 INFO STEP 52 (ensure_file) COMPLETE
100202026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.864 INFO O| Jul 01 19:28:39.864 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100212026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.873 INFO O| Jul 01 19:28:39.873 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100222026-07-01T19:28:40.415Z[ host-image] Jul 01 19:28:39.873 INFO O| Jul 01 19:28:39.873 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 ...
100232026-07-01T19:28:40.416Z[ host-image] Jul 01 19:28:39.873 INFO O| Jul 01 19:28:39.873 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
100242026-07-01T19:28:40.419Z[ host-image] Jul 01 19:28:39.873 INFO O| Jul 01 19:28:39.873 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100252026-07-01T19:28:40.419Z[ host-image] Jul 01 19:28:39.873 INFO O| Jul 01 19:28:39.873 INFO ok!
100262026-07-01T19:28:40.419Z[ host-image] Jul 01 19:28:39.873 INFO O| Jul 01 19:28:39.873 INFO STEP 53 (ensure_file) COMPLETE
100272026-07-01T19:28:40.419Z[ host-image] Jul 01 19:28:39.873 INFO O| Jul 01 19:28:39.873 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100282026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.881 INFO O| Jul 01 19:28:39.881 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100292026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.881 INFO O| Jul 01 19:28:39.881 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 ...
100302026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.881 INFO O| Jul 01 19:28:39.881 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100312026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.881 INFO O| Jul 01 19:28:39.881 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100322026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.881 INFO O| Jul 01 19:28:39.881 INFO ok!
100332026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.881 INFO O| Jul 01 19:28:39.881 INFO STEP 54 (ensure_file) COMPLETE
100342026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.881 INFO O| Jul 01 19:28:39.881 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100352026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.888 INFO O| Jul 01 19:28:39.888 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100362026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.888 INFO O| Jul 01 19:28:39.888 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 ...
100372026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.888 INFO O| Jul 01 19:28:39.888 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
100382026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.888 INFO O| Jul 01 19:28:39.888 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100392026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.888 INFO O| Jul 01 19:28:39.888 INFO ok!
100402026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.888 INFO O| Jul 01 19:28:39.888 INFO STEP 55 (ensure_file) COMPLETE
100412026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.888 INFO O| Jul 01 19:28:39.888 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100422026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.896 INFO O| Jul 01 19:28:39.896 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100432026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.896 INFO O| Jul 01 19:28:39.896 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 ...
100442026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.896 INFO O| Jul 01 19:28:39.896 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100452026-07-01T19:28:40.448Z[ host-image] Jul 01 19:28:39.896 INFO O| Jul 01 19:28:39.896 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100462026-07-01T19:28:40.449Z[ host-image] Jul 01 19:28:39.896 INFO O| Jul 01 19:28:39.896 INFO ok!
100472026-07-01T19:28:40.449Z[ host-image] Jul 01 19:28:39.896 INFO O| Jul 01 19:28:39.896 INFO STEP 56 (ensure_file) COMPLETE
100482026-07-01T19:28:40.449Z[ host-image] Jul 01 19:28:39.896 INFO O| Jul 01 19:28:39.896 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100492026-07-01T19:28:40.459Z[ host-image] Jul 01 19:28:39.906 INFO O| Jul 01 19:28:39.906 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100502026-07-01T19:28:40.459Z[ host-image] Jul 01 19:28:39.906 INFO O| Jul 01 19:28:39.906 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 ...
100512026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.906 INFO O| Jul 01 19:28:39.906 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
100522026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.906 INFO O| Jul 01 19:28:39.906 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100532026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.906 INFO O| Jul 01 19:28:39.906 INFO ok!
100542026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.906 INFO O| Jul 01 19:28:39.906 INFO STEP 57 (ensure_file) COMPLETE
100552026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.906 INFO O| Jul 01 19:28:39.906 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100562026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.915 INFO O| Jul 01 19:28:39.915 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100572026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.915 INFO O| Jul 01 19:28:39.915 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 ...
100582026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.915 INFO O| Jul 01 19:28:39.915 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100592026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.915 INFO O| Jul 01 19:28:39.915 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100602026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.915 INFO O| Jul 01 19:28:39.915 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100612026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.915 INFO O| Jul 01 19:28:39.915 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100622026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.915 INFO O| Jul 01 19:28:39.915 INFO ok!
100632026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.915 INFO O| Jul 01 19:28:39.915 INFO STEP 58 (ensure_file) COMPLETE
100642026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.915 INFO O| Jul 01 19:28:39.915 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100652026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.924 INFO O| Jul 01 19:28:39.923 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100662026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.924 INFO O| Jul 01 19:28:39.924 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 ...
100672026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.924 INFO O| Jul 01 19:28:39.924 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
100682026-07-01T19:28:40.460Z[ host-image] Jul 01 19:28:39.924 INFO O| Jul 01 19:28:39.924 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100692026-07-01T19:28:40.461Z[ host-image] Jul 01 19:28:39.924 INFO O| Jul 01 19:28:39.924 INFO ok!
100702026-07-01T19:28:40.461Z[ host-image] Jul 01 19:28:39.924 INFO O| Jul 01 19:28:39.924 INFO STEP 59 (ensure_file) COMPLETE
100712026-07-01T19:28:40.461Z[ host-image] Jul 01 19:28:39.924 INFO O| Jul 01 19:28:39.924 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100722026-07-01T19:28:40.484Z[ host-image] Jul 01 19:28:39.933 INFO O| Jul 01 19:28:39.933 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100732026-07-01T19:28:40.484Z[ host-image] Jul 01 19:28:39.933 INFO O| Jul 01 19:28:39.933 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100742026-07-01T19:28:40.484Z[ host-image] Jul 01 19:28:39.933 INFO O| Jul 01 19:28:39.933 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100752026-07-01T19:28:40.484Z[ host-image] Jul 01 19:28:39.933 INFO O| Jul 01 19:28:39.933 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100762026-07-01T19:28:40.485Z[ host-image] Jul 01 19:28:39.933 INFO O| Jul 01 19:28:39.933 INFO ok!
100772026-07-01T19:28:40.485Z[ host-image] Jul 01 19:28:39.933 INFO O| Jul 01 19:28:39.933 INFO STEP 60 (ensure_file) COMPLETE
100782026-07-01T19:28:40.485Z[ host-image] Jul 01 19:28:39.933 INFO O| Jul 01 19:28:39.933 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100792026-07-01T19:28:40.490Z[ host-image] Jul 01 19:28:39.943 INFO O| Jul 01 19:28:39.942 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100802026-07-01T19:28:40.490Z[ host-image] Jul 01 19:28:39.943 INFO O| Jul 01 19:28:39.943 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 ...
100812026-07-01T19:28:40.490Z[ host-image] Jul 01 19:28:39.943 INFO O| Jul 01 19:28:39.943 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
100822026-07-01T19:28:40.490Z[ host-image] Jul 01 19:28:39.943 INFO O| Jul 01 19:28:39.943 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100832026-07-01T19:28:40.491Z[ host-image] Jul 01 19:28:39.943 INFO O| Jul 01 19:28:39.943 INFO ok!
100842026-07-01T19:28:40.491Z[ host-image] Jul 01 19:28:39.943 INFO O| Jul 01 19:28:39.943 INFO STEP 61 (ensure_file) COMPLETE
100852026-07-01T19:28:40.491Z[ host-image] Jul 01 19:28:39.943 INFO O| Jul 01 19:28:39.943 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100862026-07-01T19:28:40.491Z[ host-image] Jul 01 19:28:39.952 INFO O| Jul 01 19:28:39.952 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100872026-07-01T19:28:40.491Z[ host-image] Jul 01 19:28:39.952 INFO O| Jul 01 19:28:39.952 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100882026-07-01T19:28:40.491Z[ host-image] Jul 01 19:28:39.952 INFO O| Jul 01 19:28:39.952 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100892026-07-01T19:28:40.491Z[ host-image] Jul 01 19:28:39.952 INFO O| Jul 01 19:28:39.952 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100902026-07-01T19:28:40.491Z[ host-image] Jul 01 19:28:39.952 INFO O| Jul 01 19:28:39.952 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100912026-07-01T19:28:40.491Z[ host-image] Jul 01 19:28:39.952 INFO O| Jul 01 19:28:39.952 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100922026-07-01T19:28:40.491Z[ host-image] Jul 01 19:28:39.952 INFO O| Jul 01 19:28:39.952 INFO ok!
100932026-07-01T19:28:40.492Z[ host-image] Jul 01 19:28:39.952 INFO O| Jul 01 19:28:39.952 INFO STEP 62 (ensure_file) COMPLETE
100942026-07-01T19:28:40.492Z[ host-image] Jul 01 19:28:39.952 INFO O| Jul 01 19:28:39.952 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100952026-07-01T19:28:40.492Z[ host-image] Jul 01 19:28:39.961 INFO O| Jul 01 19:28:39.961 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100962026-07-01T19:28:40.492Z[ host-image] Jul 01 19:28:39.961 INFO O| Jul 01 19:28:39.961 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 ...
100972026-07-01T19:28:40.492Z[ host-image] Jul 01 19:28:39.962 INFO O| Jul 01 19:28:39.962 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
100982026-07-01T19:28:40.492Z[ host-image] Jul 01 19:28:39.962 INFO O| Jul 01 19:28:39.962 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100992026-07-01T19:28:40.492Z[ host-image] Jul 01 19:28:39.962 INFO O| Jul 01 19:28:39.962 INFO ok!
101002026-07-01T19:28:40.492Z[ host-image] Jul 01 19:28:39.962 INFO O| Jul 01 19:28:39.962 INFO STEP 63 (ensure_file) COMPLETE
101012026-07-01T19:28:40.492Z[ host-image] Jul 01 19:28:39.962 INFO O| Jul 01 19:28:39.962 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101022026-07-01T19:28:40.515Z[ host-image] Jul 01 19:28:39.972 INFO O| Jul 01 19:28:39.972 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101032026-07-01T19:28:40.515Z[ host-image] Jul 01 19:28:39.972 INFO O| Jul 01 19:28:39.972 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 ...
101042026-07-01T19:28:40.516Z[ host-image] Jul 01 19:28:39.972 INFO O| Jul 01 19:28:39.972 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
101052026-07-01T19:28:40.516Z[ host-image] Jul 01 19:28:39.972 INFO O| Jul 01 19:28:39.972 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101062026-07-01T19:28:40.517Z[ host-image] Jul 01 19:28:39.972 INFO O| Jul 01 19:28:39.972 INFO ok!
101072026-07-01T19:28:40.517Z[ host-image] Jul 01 19:28:39.972 INFO O| Jul 01 19:28:39.972 INFO STEP 64 (ensure_file) COMPLETE
101082026-07-01T19:28:40.517Z[ host-image] Jul 01 19:28:39.972 INFO O| Jul 01 19:28:39.972 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101092026-07-01T19:28:40.526Z[ host-image] Jul 01 19:28:39.981 INFO O| Jul 01 19:28:39.981 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101102026-07-01T19:28:40.526Z[ host-image] Jul 01 19:28:39.981 INFO O| Jul 01 19:28:39.981 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 ...
101112026-07-01T19:28:40.526Z[ host-image] Jul 01 19:28:39.981 INFO O| Jul 01 19:28:39.981 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
101122026-07-01T19:28:40.526Z[ host-image] Jul 01 19:28:39.981 INFO O| Jul 01 19:28:39.981 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101132026-07-01T19:28:40.526Z[ host-image] Jul 01 19:28:39.981 INFO O| Jul 01 19:28:39.981 INFO ok!
101142026-07-01T19:28:40.526Z[ host-image] Jul 01 19:28:39.981 INFO O| Jul 01 19:28:39.981 INFO STEP 65 (ensure_file) COMPLETE
101152026-07-01T19:28:40.526Z[ host-image] Jul 01 19:28:39.981 INFO O| Jul 01 19:28:39.981 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101162026-07-01T19:28:40.526Z[ host-image] Jul 01 19:28:39.981 INFO O| Jul 01 19:28:39.981 INFO skip step because feature "mbist" is not enabled
101172026-07-01T19:28:40.526Z[ host-image] Jul 01 19:28:39.981 INFO O| Jul 01 19:28:39.981 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182026-07-01T19:28:40.526Z[ host-image] Jul 01 19:28:39.989 INFO O| Jul 01 19:28:39.989 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101192026-07-01T19:28:40.526Z[ host-image] Jul 01 19:28:39.989 INFO O| Jul 01 19:28:39.989 INFO STEP 67 (ensure_dir) COMPLETE
101202026-07-01T19:28:40.527Z[ host-image] Jul 01 19:28:39.989 INFO O| Jul 01 19:28:39.989 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101212026-07-01T19:28:40.528Z[ host-image] Jul 01 19:28:39.996 INFO O| Jul 01 19:28:39.996 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101222026-07-01T19:28:40.528Z[ host-image] Jul 01 19:28:39.996 INFO O| Jul 01 19:28:39.996 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101232026-07-01T19:28:40.528Z[ host-image] Jul 01 19:28:39.996 INFO O| Jul 01 19:28:39.996 INFO STEP 68 (ensure_dir) COMPLETE
101242026-07-01T19:28:40.528Z[ host-image] Jul 01 19:28:39.996 INFO O| Jul 01 19:28:39.996 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252026-07-01T19:28:40.548Z[ host-image] Jul 01 19:28:40.005 INFO O| Jul 01 19:28:40.005 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101262026-07-01T19:28:40.548Z[ host-image] Jul 01 19:28:40.005 INFO O| Jul 01 19:28:40.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101272026-07-01T19:28:40.548Z[ host-image] Jul 01 19:28:40.005 INFO O| Jul 01 19:28:40.005 INFO STEP 69 (ensure_dir) COMPLETE
101282026-07-01T19:28:40.548Z[ host-image] Jul 01 19:28:40.005 INFO O| Jul 01 19:28:40.005 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292026-07-01T19:28:40.556Z[ host-image] Jul 01 19:28:40.014 INFO O| Jul 01 19:28:40.014 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101302026-07-01T19:28:40.556Z[ host-image] Jul 01 19:28:40.014 INFO O| Jul 01 19:28:40.014 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101312026-07-01T19:28:41.080Z[ host-image] Jul 01 19:28:40.556 INFO O| Jul 01 19:28:40.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101322026-07-01T19:28:41.081Z[ host-image] Jul 01 19:28:40.556 INFO O| Jul 01 19:28:40.556 INFO ok!
101332026-07-01T19:28:41.081Z[ host-image] Jul 01 19:28:40.556 INFO O| Jul 01 19:28:40.556 INFO STEP 70 (ensure_file) COMPLETE
101342026-07-01T19:28:41.085Z[ host-image] Jul 01 19:28:40.556 INFO O| Jul 01 19:28:40.556 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352026-07-01T19:28:41.090Z[ host-image] Jul 01 19:28:40.564 INFO O| Jul 01 19:28:40.564 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101362026-07-01T19:28:41.090Z[ host-image] Jul 01 19:28:40.564 INFO O| Jul 01 19:28:40.564 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101372026-07-01T19:28:41.350Z[ recovery-image] Jul 01 19:28:40.822 INFO E| Compiling syn v2.0.117
101382026-07-01T19:28:41.629Z[ host-image] Jul 01 19:28:41.049 INFO O| Jul 01 19:28:41.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101392026-07-01T19:28:41.629Z[ host-image] Jul 01 19:28:41.050 INFO O| Jul 01 19:28:41.049 INFO ok!
101402026-07-01T19:28:41.629Z[ host-image] Jul 01 19:28:41.050 INFO O| Jul 01 19:28:41.049 INFO STEP 71 (ensure_file) COMPLETE
101412026-07-01T19:28:41.629Z[ host-image] Jul 01 19:28:41.050 INFO O| Jul 01 19:28:41.049 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422026-07-01T19:28:41.634Z[ host-image] Jul 01 19:28:41.059 INFO O| Jul 01 19:28:41.058 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101432026-07-01T19:28:41.634Z[ host-image] Jul 01 19:28:41.059 INFO O| Jul 01 19:28:41.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101442026-07-01T19:28:41.635Z[ host-image] Jul 01 19:28:41.059 INFO O| Jul 01 19:28:41.059 INFO STEP 72 (ensure_dir) COMPLETE
101452026-07-01T19:28:41.635Z[ host-image] Jul 01 19:28:41.059 INFO O| Jul 01 19:28:41.059 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101462026-07-01T19:28:41.635Z[ host-image] Jul 01 19:28:41.067 INFO O| Jul 01 19:28:41.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101472026-07-01T19:28:41.635Z[ host-image] Jul 01 19:28:41.067 INFO O| Jul 01 19:28:41.067 INFO copying /tmp/.tmpsBAP65/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 ...
101482026-07-01T19:28:41.635Z[ host-image] Jul 01 19:28:41.067 INFO O| Jul 01 19:28:41.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101492026-07-01T19:28:41.635Z[ host-image] Jul 01 19:28:41.067 INFO O| Jul 01 19:28:41.067 INFO ok!
101502026-07-01T19:28:41.635Z[ host-image] Jul 01 19:28:41.067 INFO O| Jul 01 19:28:41.067 INFO STEP 73 (ensure_file) COMPLETE
101512026-07-01T19:28:41.635Z[ host-image] Jul 01 19:28:41.067 INFO O| Jul 01 19:28:41.067 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101522026-07-01T19:28:41.635Z[ host-image] Jul 01 19:28:41.074 INFO O| Jul 01 19:28:41.074 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101532026-07-01T19:28:41.635Z[ host-image] Jul 01 19:28:41.074 INFO O| Jul 01 19:28:41.074 INFO copying /tmp/.tmpsBAP65/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 ...
101542026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.074 INFO O| Jul 01 19:28:41.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101552026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.074 INFO O| Jul 01 19:28:41.074 INFO ok!
101562026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.074 INFO O| Jul 01 19:28:41.074 INFO STEP 74 (ensure_file) COMPLETE
101572026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.074 INFO O| Jul 01 19:28:41.074 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101582026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.080 INFO O| Jul 01 19:28:41.080 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101592026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.080 INFO O| Jul 01 19:28:41.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101602026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.080 INFO O| Jul 01 19:28:41.080 INFO STEP 75 (ensure_dir) COMPLETE
101612026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.080 INFO O| Jul 01 19:28:41.080 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101622026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.087 INFO O| Jul 01 19:28:41.087 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101632026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.087 INFO O| Jul 01 19:28:41.087 INFO copying /tmp/.tmpsBAP65/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 ...
101642026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.087 INFO O| Jul 01 19:28:41.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101652026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.087 INFO O| Jul 01 19:28:41.087 INFO ok!
101662026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.087 INFO O| Jul 01 19:28:41.087 INFO STEP 76 (ensure_file) COMPLETE
101672026-07-01T19:28:41.637Z[ host-image] Jul 01 19:28:41.087 INFO O| Jul 01 19:28:41.087 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101682026-07-01T19:28:41.638Z[ host-image] Jul 01 19:28:41.095 INFO O| Jul 01 19:28:41.095 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101692026-07-01T19:28:41.639Z[ host-image] Jul 01 19:28:41.095 INFO O| Jul 01 19:28:41.095 INFO copying /tmp/.tmpsBAP65/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 ...
101702026-07-01T19:28:41.639Z[ host-image] Jul 01 19:28:41.095 INFO O| Jul 01 19:28:41.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101712026-07-01T19:28:41.639Z[ host-image] Jul 01 19:28:41.095 INFO O| Jul 01 19:28:41.095 INFO ok!
101722026-07-01T19:28:41.639Z[ host-image] Jul 01 19:28:41.095 INFO O| Jul 01 19:28:41.095 INFO STEP 77 (ensure_file) COMPLETE
101732026-07-01T19:28:41.639Z[ host-image] Jul 01 19:28:41.095 INFO O| Jul 01 19:28:41.095 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101742026-07-01T19:28:41.639Z[ host-image] Jul 01 19:28:41.102 INFO O| Jul 01 19:28:41.102 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101752026-07-01T19:28:41.639Z[ host-image] Jul 01 19:28:41.102 INFO O| Jul 01 19:28:41.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101762026-07-01T19:28:41.639Z[ host-image] Jul 01 19:28:41.102 INFO O| Jul 01 19:28:41.102 INFO STEP 78 (ensure_dir) COMPLETE
101772026-07-01T19:28:41.639Z[ host-image] Jul 01 19:28:41.102 INFO O| Jul 01 19:28:41.102 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-07-01T19:28:41.639Z[ host-image] Jul 01 19:28:41.109 INFO O| Jul 01 19:28:41.109 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101792026-07-01T19:28:41.639Z[ host-image] Jul 01 19:28:41.109 INFO O| Jul 01 19:28:41.109 INFO copying /tmp/.tmpsBAP65/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 ...
101802026-07-01T19:28:41.640Z[ host-image] Jul 01 19:28:41.109 INFO O| Jul 01 19:28:41.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101812026-07-01T19:28:41.640Z[ host-image] Jul 01 19:28:41.109 INFO O| Jul 01 19:28:41.109 INFO ok!
101822026-07-01T19:28:41.640Z[ host-image] Jul 01 19:28:41.109 INFO O| Jul 01 19:28:41.109 INFO STEP 79 (ensure_file) COMPLETE
101832026-07-01T19:28:41.640Z[ host-image] Jul 01 19:28:41.109 INFO O| Jul 01 19:28:41.109 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842026-07-01T19:28:41.646Z[ host-image] Jul 01 19:28:41.115 INFO O| Jul 01 19:28:41.115 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101852026-07-01T19:28:41.646Z[ host-image] Jul 01 19:28:41.115 INFO O| Jul 01 19:28:41.115 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101862026-07-01T19:28:41.646Z[ host-image] Jul 01 19:28:41.115 INFO O| Jul 01 19:28:41.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101872026-07-01T19:28:41.646Z[ host-image] Jul 01 19:28:41.115 INFO O| Jul 01 19:28:41.115 INFO ok!
101882026-07-01T19:28:41.646Z[ host-image] Jul 01 19:28:41.115 INFO O| Jul 01 19:28:41.115 INFO STEP 80 (ensure_file) COMPLETE
101892026-07-01T19:28:41.646Z[ host-image] Jul 01 19:28:41.115 INFO O| Jul 01 19:28:41.115 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-07-01T19:28:41.646Z[ host-image] Jul 01 19:28:41.121 INFO O| Jul 01 19:28:41.121 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101912026-07-01T19:28:41.647Z[ host-image] Jul 01 19:28:41.121 INFO O| Jul 01 19:28:41.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101922026-07-01T19:28:41.647Z[ host-image] Jul 01 19:28:41.121 INFO O| Jul 01 19:28:41.121 INFO STEP 81 (ensure_dir) COMPLETE
101932026-07-01T19:28:41.647Z[ host-image] Jul 01 19:28:41.121 INFO O| Jul 01 19:28:41.121 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101942026-07-01T19:28:41.651Z[ host-image] Jul 01 19:28:41.127 INFO O| Jul 01 19:28:41.127 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101952026-07-01T19:28:41.651Z[ host-image] Jul 01 19:28:41.127 INFO O| Jul 01 19:28:41.127 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101962026-07-01T19:28:41.916Z[ host-image] Jul 01 19:28:41.367 INFO O| Jul 01 19:28:41.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101972026-07-01T19:28:41.916Z[ host-image] Jul 01 19:28:41.367 INFO O| Jul 01 19:28:41.367 INFO ok!
101982026-07-01T19:28:41.916Z[ host-image] Jul 01 19:28:41.367 INFO O| Jul 01 19:28:41.367 INFO STEP 82 (ensure_file) COMPLETE
101992026-07-01T19:28:41.917Z[ host-image] Jul 01 19:28:41.367 INFO O| Jul 01 19:28:41.367 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102002026-07-01T19:28:41.943Z[ host-image] Jul 01 19:28:41.375 INFO O| Jul 01 19:28:41.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102012026-07-01T19:28:41.943Z[ host-image] Jul 01 19:28:41.375 INFO O| Jul 01 19:28:41.375 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102022026-07-01T19:28:42.145Z[ host-image] Jul 01 19:28:41.621 INFO O| Jul 01 19:28:41.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102032026-07-01T19:28:42.146Z[ host-image] Jul 01 19:28:41.621 INFO O| Jul 01 19:28:41.621 INFO ok!
102042026-07-01T19:28:42.146Z[ host-image] Jul 01 19:28:41.621 INFO O| Jul 01 19:28:41.621 INFO STEP 83 (ensure_file) COMPLETE
102052026-07-01T19:28:42.146Z[ host-image] Jul 01 19:28:41.621 INFO O| Jul 01 19:28:41.621 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102062026-07-01T19:28:42.153Z[ host-image] Jul 01 19:28:41.629 INFO O| Jul 01 19:28:41.629 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102072026-07-01T19:28:42.153Z[ host-image] Jul 01 19:28:41.629 INFO O| Jul 01 19:28:41.629 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102082026-07-01T19:28:42.974Z[ recovery-image] Jul 01 19:28:42.449 INFO E| Compiling scroll_derive v0.13.1
102092026-07-01T19:28:43.543Z[ host-image] Jul 01 19:28:43.019 INFO O| Jul 01 19:28:43.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102102026-07-01T19:28:43.543Z[ host-image] Jul 01 19:28:43.019 INFO O| Jul 01 19:28:43.019 INFO ok!
102112026-07-01T19:28:43.543Z[ host-image] Jul 01 19:28:43.019 INFO O| Jul 01 19:28:43.019 INFO STEP 84 (ensure_file) COMPLETE
102122026-07-01T19:28:43.547Z[ host-image] Jul 01 19:28:43.019 INFO O| Jul 01 19:28:43.019 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-07-01T19:28:43.551Z[ host-image] Jul 01 19:28:43.028 INFO O| Jul 01 19:28:43.028 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102142026-07-01T19:28:43.558Z[ host-image] Jul 01 19:28:43.028 INFO O| Jul 01 19:28:43.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102152026-07-01T19:28:43.558Z[ host-image] Jul 01 19:28:43.028 INFO O| Jul 01 19:28:43.028 INFO STEP 85 (ensure_dir) COMPLETE
102162026-07-01T19:28:43.558Z[ host-image] Jul 01 19:28:43.028 INFO O| Jul 01 19:28:43.028 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-07-01T19:28:43.562Z[ host-image] Jul 01 19:28:43.036 INFO O| Jul 01 19:28:43.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102182026-07-01T19:28:43.562Z[ host-image] Jul 01 19:28:43.036 INFO O| Jul 01 19:28:43.036 INFO copying /tmp/.tmpsBAP65/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 ...
102192026-07-01T19:28:43.562Z[ host-image] Jul 01 19:28:43.036 INFO O| Jul 01 19:28:43.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102202026-07-01T19:28:43.562Z[ host-image] Jul 01 19:28:43.036 INFO O| Jul 01 19:28:43.036 INFO ok!
102212026-07-01T19:28:43.562Z[ host-image] Jul 01 19:28:43.036 INFO O| Jul 01 19:28:43.036 INFO STEP 86 (ensure_file) COMPLETE
102222026-07-01T19:28:43.562Z[ host-image] Jul 01 19:28:43.036 INFO O| Jul 01 19:28:43.036 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-07-01T19:28:43.568Z[ host-image] Jul 01 19:28:43.042 INFO O| Jul 01 19:28:43.042 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102242026-07-01T19:28:43.568Z[ host-image] Jul 01 19:28:43.042 INFO O| Jul 01 19:28:43.042 INFO copying /tmp/.tmpsBAP65/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 ...
102252026-07-01T19:28:43.568Z[ host-image] Jul 01 19:28:43.042 INFO O| Jul 01 19:28:43.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102262026-07-01T19:28:43.568Z[ host-image] Jul 01 19:28:43.042 INFO O| Jul 01 19:28:43.042 INFO ok!
102272026-07-01T19:28:43.568Z[ host-image] Jul 01 19:28:43.042 INFO O| Jul 01 19:28:43.042 INFO STEP 87 (ensure_file) COMPLETE
102282026-07-01T19:28:43.568Z[ host-image] Jul 01 19:28:43.042 INFO O| Jul 01 19:28:43.042 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-07-01T19:28:43.572Z[ host-image] Jul 01 19:28:43.047 INFO O| Jul 01 19:28:43.047 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102302026-07-01T19:28:43.572Z[ host-image] Jul 01 19:28:43.047 INFO O| Jul 01 19:28:43.047 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102312026-07-01T19:28:43.572Z[ host-image] Jul 01 19:28:43.047 INFO O| Jul 01 19:28:43.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102322026-07-01T19:28:43.572Z[ host-image] Jul 01 19:28:43.047 INFO O| Jul 01 19:28:43.047 INFO ok!
102332026-07-01T19:28:43.572Z[ host-image] Jul 01 19:28:43.047 INFO O| Jul 01 19:28:43.047 INFO STEP 88 (ensure_file) COMPLETE
102342026-07-01T19:28:43.572Z[ host-image] Jul 01 19:28:43.047 INFO O| Jul 01 19:28:43.047 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-07-01T19:28:43.584Z[ host-image] Jul 01 19:28:43.053 INFO O| Jul 01 19:28:43.053 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102362026-07-01T19:28:43.584Z[ host-image] Jul 01 19:28:43.053 INFO O| Jul 01 19:28:43.053 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102372026-07-01T19:28:43.584Z[ host-image] Jul 01 19:28:43.053 INFO O| Jul 01 19:28:43.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102382026-07-01T19:28:43.584Z[ host-image] Jul 01 19:28:43.053 INFO O| Jul 01 19:28:43.053 INFO ok!
102392026-07-01T19:28:43.584Z[ host-image] Jul 01 19:28:43.053 INFO O| Jul 01 19:28:43.053 INFO STEP 89 (ensure_file) COMPLETE
102402026-07-01T19:28:43.584Z[ host-image] Jul 01 19:28:43.053 INFO O| Jul 01 19:28:43.053 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-07-01T19:28:43.584Z[ host-image] Jul 01 19:28:43.059 INFO O| Jul 01 19:28:43.059 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102422026-07-01T19:28:43.584Z[ host-image] Jul 01 19:28:43.059 INFO O| Jul 01 19:28:43.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102432026-07-01T19:28:43.584Z[ host-image] Jul 01 19:28:43.059 INFO O| Jul 01 19:28:43.059 INFO STEP 90 (ensure_dir) COMPLETE
102442026-07-01T19:28:43.584Z[ host-image] Jul 01 19:28:43.059 INFO O| Jul 01 19:28:43.059 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452026-07-01T19:28:43.588Z[ host-image] Jul 01 19:28:43.065 INFO O| Jul 01 19:28:43.065 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102462026-07-01T19:28:43.589Z[ host-image] Jul 01 19:28:43.065 INFO O| Jul 01 19:28:43.065 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102472026-07-01T19:28:43.591Z[ host-image] Jul 01 19:28:43.068 INFO O| Jul 01 19:28:43.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102482026-07-01T19:28:43.591Z[ host-image] Jul 01 19:28:43.068 INFO O| Jul 01 19:28:43.068 INFO ok!
102492026-07-01T19:28:43.591Z[ host-image] Jul 01 19:28:43.068 INFO O| Jul 01 19:28:43.068 INFO STEP 91 (ensure_file) COMPLETE
102502026-07-01T19:28:43.591Z[ host-image] Jul 01 19:28:43.068 INFO O| Jul 01 19:28:43.068 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-07-01T19:28:43.598Z[ host-image] Jul 01 19:28:43.074 INFO O| Jul 01 19:28:43.074 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102522026-07-01T19:28:43.598Z[ host-image] Jul 01 19:28:43.074 INFO O| Jul 01 19:28:43.074 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102532026-07-01T19:28:43.598Z[ host-image] Jul 01 19:28:43.074 INFO O| Jul 01 19:28:43.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102542026-07-01T19:28:43.599Z[ host-image] Jul 01 19:28:43.074 INFO O| Jul 01 19:28:43.074 INFO ok!
102552026-07-01T19:28:43.599Z[ host-image] Jul 01 19:28:43.074 INFO O| Jul 01 19:28:43.074 INFO STEP 92 (ensure_file) COMPLETE
102562026-07-01T19:28:43.599Z[ host-image] Jul 01 19:28:43.074 INFO O| Jul 01 19:28:43.074 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-07-01T19:28:43.606Z[ host-image] Jul 01 19:28:43.083 INFO O| Jul 01 19:28:43.083 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102582026-07-01T19:28:43.607Z[ host-image] Jul 01 19:28:43.083 INFO O| Jul 01 19:28:43.083 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102592026-07-01T19:28:43.949Z[ host-image] Jul 01 19:28:43.425 INFO O| Jul 01 19:28:43.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102602026-07-01T19:28:43.949Z[ host-image] Jul 01 19:28:43.425 INFO O| Jul 01 19:28:43.425 INFO ok!
102612026-07-01T19:28:43.949Z[ host-image] Jul 01 19:28:43.425 INFO O| Jul 01 19:28:43.425 INFO STEP 93 (ensure_file) COMPLETE
102622026-07-01T19:28:43.953Z[ host-image] Jul 01 19:28:43.425 INFO O| Jul 01 19:28:43.425 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-07-01T19:28:43.958Z[ host-image] Jul 01 19:28:43.435 INFO O| Jul 01 19:28:43.435 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102642026-07-01T19:28:43.958Z[ host-image] Jul 01 19:28:43.435 INFO O| Jul 01 19:28:43.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102652026-07-01T19:28:43.960Z[ host-image] Jul 01 19:28:43.435 INFO O| Jul 01 19:28:43.435 INFO STEP 94 (ensure_dir) COMPLETE
102662026-07-01T19:28:43.960Z[ host-image] Jul 01 19:28:43.435 INFO O| Jul 01 19:28:43.435 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-07-01T19:28:43.966Z[ host-image] Jul 01 19:28:43.442 INFO O| Jul 01 19:28:43.442 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102682026-07-01T19:28:43.966Z[ host-image] Jul 01 19:28:43.443 INFO O| Jul 01 19:28:43.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102692026-07-01T19:28:43.969Z[ host-image] Jul 01 19:28:43.443 INFO O| Jul 01 19:28:43.442 INFO STEP 95 (ensure_dir) COMPLETE
102702026-07-01T19:28:43.969Z[ host-image] Jul 01 19:28:43.443 INFO O| Jul 01 19:28:43.442 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-07-01T19:28:43.974Z[ host-image] Jul 01 19:28:43.451 INFO O| Jul 01 19:28:43.451 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102722026-07-01T19:28:43.976Z[ host-image] Jul 01 19:28:43.451 INFO O| Jul 01 19:28:43.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102732026-07-01T19:28:43.977Z[ host-image] Jul 01 19:28:43.451 INFO O| Jul 01 19:28:43.451 INFO STEP 96 (ensure_dir) COMPLETE
102742026-07-01T19:28:43.977Z[ host-image] Jul 01 19:28:43.451 INFO O| Jul 01 19:28:43.451 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752026-07-01T19:28:43.981Z[ host-image] Jul 01 19:28:43.458 INFO O| Jul 01 19:28:43.458 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102762026-07-01T19:28:43.981Z[ host-image] Jul 01 19:28:43.458 INFO O| Jul 01 19:28:43.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102772026-07-01T19:28:43.988Z[ host-image] Jul 01 19:28:43.458 INFO O| Jul 01 19:28:43.458 INFO STEP 97 (ensure_dir) COMPLETE
102782026-07-01T19:28:43.988Z[ host-image] Jul 01 19:28:43.458 INFO O| Jul 01 19:28:43.458 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-07-01T19:28:43.991Z[ host-image] Jul 01 19:28:43.465 INFO O| Jul 01 19:28:43.465 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102802026-07-01T19:28:43.991Z[ host-image] Jul 01 19:28:43.465 INFO O| Jul 01 19:28:43.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102812026-07-01T19:28:43.991Z[ host-image] Jul 01 19:28:43.465 INFO O| Jul 01 19:28:43.465 INFO STEP 98 (ensure_dir) COMPLETE
102822026-07-01T19:28:43.991Z[ host-image] Jul 01 19:28:43.465 INFO O| Jul 01 19:28:43.465 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-07-01T19:28:43.991Z[ recovery-image] Jul 01 19:28:43.466 INFO E| Compiling bitstruct_derive v0.1.0
102842026-07-01T19:28:43.995Z[ host-image] Jul 01 19:28:43.472 INFO O| Jul 01 19:28:43.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102852026-07-01T19:28:43.995Z[ host-image] Jul 01 19:28:43.472 INFO O| Jul 01 19:28:43.472 INFO copying /tmp/.tmpsBAP65/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 ...
102862026-07-01T19:28:43.998Z[ host-image] Jul 01 19:28:43.473 INFO O| Jul 01 19:28:43.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102872026-07-01T19:28:43.998Z[ host-image] Jul 01 19:28:43.473 INFO O| Jul 01 19:28:43.473 INFO ok!
102882026-07-01T19:28:43.998Z[ host-image] Jul 01 19:28:43.473 INFO O| Jul 01 19:28:43.473 INFO STEP 99 (ensure_file) COMPLETE
102892026-07-01T19:28:43.998Z[ host-image] Jul 01 19:28:43.473 INFO O| Jul 01 19:28:43.473 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102902026-07-01T19:28:44.003Z[ host-image] Jul 01 19:28:43.480 INFO O| Jul 01 19:28:43.480 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102912026-07-01T19:28:44.003Z[ host-image] Jul 01 19:28:43.480 INFO O| Jul 01 19:28:43.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102922026-07-01T19:28:44.003Z[ host-image] Jul 01 19:28:43.480 INFO O| Jul 01 19:28:43.480 INFO STEP 100 (ensure_dir) COMPLETE
102932026-07-01T19:28:44.003Z[ host-image] Jul 01 19:28:43.480 INFO O| Jul 01 19:28:43.480 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-07-01T19:28:44.010Z[ host-image] Jul 01 19:28:43.487 INFO O| Jul 01 19:28:43.487 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102952026-07-01T19:28:44.010Z[ host-image] Jul 01 19:28:43.487 INFO O| Jul 01 19:28:43.487 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102962026-07-01T19:28:44.282Z[ host-image] Jul 01 19:28:43.758 INFO O| Jul 01 19:28:43.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102972026-07-01T19:28:44.282Z[ host-image] Jul 01 19:28:43.758 INFO O| Jul 01 19:28:43.758 INFO ok!
102982026-07-01T19:28:44.282Z[ host-image] Jul 01 19:28:43.758 INFO O| Jul 01 19:28:43.758 INFO STEP 101 (ensure_file) COMPLETE
102992026-07-01T19:28:44.282Z[ host-image] Jul 01 19:28:43.758 INFO O| Jul 01 19:28:43.758 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-07-01T19:28:44.291Z[ host-image] Jul 01 19:28:43.767 INFO O| Jul 01 19:28:43.767 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103012026-07-01T19:28:44.291Z[ host-image] Jul 01 19:28:43.767 INFO O| Jul 01 19:28:43.767 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103022026-07-01T19:28:44.291Z[ host-image] Jul 01 19:28:43.767 INFO O| Jul 01 19:28:43.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103032026-07-01T19:28:44.297Z[ host-image] Jul 01 19:28:43.767 INFO O| Jul 01 19:28:43.767 INFO ok!
103042026-07-01T19:28:44.298Z[ host-image] Jul 01 19:28:43.767 INFO O| Jul 01 19:28:43.767 INFO STEP 102 (ensure_file) COMPLETE
103052026-07-01T19:28:44.298Z[ host-image] Jul 01 19:28:43.767 INFO O| Jul 01 19:28:43.767 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-07-01T19:28:44.302Z[ host-image] Jul 01 19:28:43.775 INFO O| Jul 01 19:28:43.775 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103072026-07-01T19:28:44.302Z[ host-image] Jul 01 19:28:43.775 INFO O| Jul 01 19:28:43.775 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103082026-07-01T19:28:44.519Z[ host-image] Jul 01 19:28:43.995 INFO O| Jul 01 19:28:43.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103092026-07-01T19:28:44.520Z[ host-image] Jul 01 19:28:43.995 INFO O| Jul 01 19:28:43.995 INFO ok!
103102026-07-01T19:28:44.520Z[ host-image] Jul 01 19:28:43.995 INFO O| Jul 01 19:28:43.995 INFO STEP 103 (ensure_file) COMPLETE
103112026-07-01T19:28:44.524Z[ host-image] Jul 01 19:28:43.995 INFO O| Jul 01 19:28:43.995 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-07-01T19:28:44.527Z[ host-image] Jul 01 19:28:44.002 INFO O| Jul 01 19:28:44.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103132026-07-01T19:28:44.528Z[ host-image] Jul 01 19:28:44.002 INFO O| Jul 01 19:28:44.002 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103142026-07-01T19:28:44.528Z[ host-image] Jul 01 19:28:44.002 INFO O| Jul 01 19:28:44.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103152026-07-01T19:28:44.528Z[ host-image] Jul 01 19:28:44.002 INFO O| Jul 01 19:28:44.002 INFO ok!
103162026-07-01T19:28:44.528Z[ host-image] Jul 01 19:28:44.002 INFO O| Jul 01 19:28:44.002 INFO STEP 104 (ensure_file) COMPLETE
103172026-07-01T19:28:44.528Z[ host-image] Jul 01 19:28:44.002 INFO O| Jul 01 19:28:44.002 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-07-01T19:28:44.531Z[ host-image] Jul 01 19:28:44.008 INFO O| Jul 01 19:28:44.008 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103192026-07-01T19:28:44.534Z[ host-image] Jul 01 19:28:44.008 INFO O| Jul 01 19:28:44.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103202026-07-01T19:28:44.534Z[ host-image] Jul 01 19:28:44.008 INFO O| Jul 01 19:28:44.008 INFO STEP 105 (ensure_dir) COMPLETE
103212026-07-01T19:28:44.534Z[ host-image] Jul 01 19:28:44.008 INFO O| Jul 01 19:28:44.008 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103222026-07-01T19:28:44.539Z[ host-image] Jul 01 19:28:44.015 INFO O| Jul 01 19:28:44.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103232026-07-01T19:28:44.539Z[ host-image] Jul 01 19:28:44.015 INFO O| Jul 01 19:28:44.015 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/crucible-verify-raw -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw ...
103242026-07-01T19:28:44.770Z[ host-image] Jul 01 19:28:44.246 INFO O| Jul 01 19:28:44.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103252026-07-01T19:28:44.770Z[ host-image] Jul 01 19:28:44.246 INFO O| Jul 01 19:28:44.246 INFO ok!
103262026-07-01T19:28:44.770Z[ host-image] Jul 01 19:28:44.246 INFO O| Jul 01 19:28:44.246 INFO STEP 106 (ensure_file) COMPLETE
103272026-07-01T19:28:44.775Z[ host-image] Jul 01 19:28:44.246 INFO O| Jul 01 19:28:44.246 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-07-01T19:28:44.778Z[ host-image] Jul 01 19:28:44.254 INFO O| Jul 01 19:28:44.254 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103292026-07-01T19:28:44.779Z[ host-image] Jul 01 19:28:44.254 INFO O| Jul 01 19:28:44.254 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/upstairs_repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d ...
103302026-07-01T19:28:44.779Z[ host-image] Jul 01 19:28:44.254 INFO O| Jul 01 19:28:44.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103312026-07-01T19:28:44.779Z[ host-image] Jul 01 19:28:44.254 INFO O| Jul 01 19:28:44.254 INFO ok!
103322026-07-01T19:28:44.779Z[ host-image] Jul 01 19:28:44.254 INFO O| Jul 01 19:28:44.254 INFO STEP 107 (ensure_file) COMPLETE
103332026-07-01T19:28:44.779Z[ host-image] Jul 01 19:28:44.254 INFO O| Jul 01 19:28:44.254 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-07-01T19:28:44.783Z[ host-image] Jul 01 19:28:44.260 INFO O| Jul 01 19:28:44.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103352026-07-01T19:28:44.783Z[ host-image] Jul 01 19:28:44.260 INFO O| Jul 01 19:28:44.260 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/upstairs_raw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d ...
103362026-07-01T19:28:44.790Z[ host-image] Jul 01 19:28:44.260 INFO O| Jul 01 19:28:44.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103372026-07-01T19:28:44.790Z[ host-image] Jul 01 19:28:44.260 INFO O| Jul 01 19:28:44.260 INFO ok!
103382026-07-01T19:28:44.790Z[ host-image] Jul 01 19:28:44.260 INFO O| Jul 01 19:28:44.260 INFO STEP 108 (ensure_file) COMPLETE
103392026-07-01T19:28:44.791Z[ host-image] Jul 01 19:28:44.260 INFO O| Jul 01 19:28:44.260 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-07-01T19:28:44.795Z[ host-image] Jul 01 19:28:44.266 INFO O| Jul 01 19:28:44.266 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103412026-07-01T19:28:44.795Z[ host-image] Jul 01 19:28:44.266 INFO O| Jul 01 19:28:44.266 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d ...
103422026-07-01T19:28:44.795Z[ host-image] Jul 01 19:28:44.266 INFO O| Jul 01 19:28:44.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103432026-07-01T19:28:44.795Z[ host-image] Jul 01 19:28:44.266 INFO O| Jul 01 19:28:44.266 INFO ok!
103442026-07-01T19:28:44.796Z[ host-image] Jul 01 19:28:44.266 INFO O| Jul 01 19:28:44.266 INFO STEP 109 (ensure_file) COMPLETE
103452026-07-01T19:28:44.796Z[ host-image] Jul 01 19:28:44.266 INFO O| Jul 01 19:28:44.266 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-07-01T19:28:44.800Z[ host-image] Jul 01 19:28:44.274 INFO O| Jul 01 19:28:44.274 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103472026-07-01T19:28:44.800Z[ host-image] Jul 01 19:28:44.274 INFO O| Jul 01 19:28:44.274 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/upstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d ...
103482026-07-01T19:28:44.800Z[ host-image] Jul 01 19:28:44.274 INFO O| Jul 01 19:28:44.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103492026-07-01T19:28:44.800Z[ host-image] Jul 01 19:28:44.274 INFO O| Jul 01 19:28:44.274 INFO ok!
103502026-07-01T19:28:44.800Z[ host-image] Jul 01 19:28:44.274 INFO O| Jul 01 19:28:44.274 INFO STEP 110 (ensure_file) COMPLETE
103512026-07-01T19:28:44.800Z[ host-image] Jul 01 19:28:44.274 INFO O| Jul 01 19:28:44.274 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-07-01T19:28:44.805Z[ host-image] Jul 01 19:28:44.280 INFO O| Jul 01 19:28:44.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103532026-07-01T19:28:44.805Z[ host-image] Jul 01 19:28:44.280 INFO O| Jul 01 19:28:44.280 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/upstairs_action.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d ...
103542026-07-01T19:28:44.805Z[ host-image] Jul 01 19:28:44.280 INFO O| Jul 01 19:28:44.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103552026-07-01T19:28:44.805Z[ host-image] Jul 01 19:28:44.280 INFO O| Jul 01 19:28:44.280 INFO ok!
103562026-07-01T19:28:44.805Z[ host-image] Jul 01 19:28:44.280 INFO O| Jul 01 19:28:44.280 INFO STEP 111 (ensure_file) COMPLETE
103572026-07-01T19:28:44.805Z[ host-image] Jul 01 19:28:44.280 INFO O| Jul 01 19:28:44.280 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-07-01T19:28:44.810Z[ host-image] Jul 01 19:28:44.286 INFO O| Jul 01 19:28:44.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103592026-07-01T19:28:44.810Z[ host-image] Jul 01 19:28:44.287 INFO O| Jul 01 19:28:44.286 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/up-info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d ...
103602026-07-01T19:28:44.813Z[ host-image] Jul 01 19:28:44.287 INFO O| Jul 01 19:28:44.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103612026-07-01T19:28:44.813Z[ host-image] Jul 01 19:28:44.287 INFO O| Jul 01 19:28:44.287 INFO ok!
103622026-07-01T19:28:44.813Z[ host-image] Jul 01 19:28:44.287 INFO O| Jul 01 19:28:44.287 INFO STEP 112 (ensure_file) COMPLETE
103632026-07-01T19:28:44.813Z[ host-image] Jul 01 19:28:44.287 INFO O| Jul 01 19:28:44.287 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-07-01T19:28:44.818Z[ host-image] Jul 01 19:28:44.294 INFO O| Jul 01 19:28:44.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103652026-07-01T19:28:44.818Z[ host-image] Jul 01 19:28:44.294 INFO O| Jul 01 19:28:44.294 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103662026-07-01T19:28:44.818Z[ host-image] Jul 01 19:28:44.294 INFO O| Jul 01 19:28:44.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103672026-07-01T19:28:44.818Z[ host-image] Jul 01 19:28:44.294 INFO O| Jul 01 19:28:44.294 INFO ok!
103682026-07-01T19:28:44.818Z[ host-image] Jul 01 19:28:44.294 INFO O| Jul 01 19:28:44.294 INFO STEP 113 (ensure_file) COMPLETE
103692026-07-01T19:28:44.818Z[ host-image] Jul 01 19:28:44.294 INFO O| Jul 01 19:28:44.294 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-07-01T19:28:44.823Z[ host-image] Jul 01 19:28:44.300 INFO O| Jul 01 19:28:44.300 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103712026-07-01T19:28:44.824Z[ host-image] Jul 01 19:28:44.300 INFO O| Jul 01 19:28:44.300 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/trace-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d ...
103722026-07-01T19:28:44.828Z[ host-image] Jul 01 19:28:44.300 INFO O| Jul 01 19:28:44.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103732026-07-01T19:28:44.828Z[ host-image] Jul 01 19:28:44.300 INFO O| Jul 01 19:28:44.300 INFO ok!
103742026-07-01T19:28:44.828Z[ host-image] Jul 01 19:28:44.300 INFO O| Jul 01 19:28:44.300 INFO STEP 114 (ensure_file) COMPLETE
103752026-07-01T19:28:44.828Z[ host-image] Jul 01 19:28:44.300 INFO O| Jul 01 19:28:44.300 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-07-01T19:28:44.832Z[ host-image] Jul 01 19:28:44.306 INFO O| Jul 01 19:28:44.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103772026-07-01T19:28:44.832Z[ host-image] Jul 01 19:28:44.306 INFO O| Jul 01 19:28:44.306 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/sled_upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d ...
103782026-07-01T19:28:44.832Z[ host-image] Jul 01 19:28:44.306 INFO O| Jul 01 19:28:44.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103792026-07-01T19:28:44.832Z[ host-image] Jul 01 19:28:44.306 INFO O| Jul 01 19:28:44.306 INFO ok!
103802026-07-01T19:28:44.832Z[ host-image] Jul 01 19:28:44.306 INFO O| Jul 01 19:28:44.306 INFO STEP 115 (ensure_file) COMPLETE
103812026-07-01T19:28:44.833Z[ host-image] Jul 01 19:28:44.306 INFO O| Jul 01 19:28:44.306 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-07-01T19:28:44.837Z[ host-image] Jul 01 19:28:44.312 INFO O| Jul 01 19:28:44.312 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103832026-07-01T19:28:44.837Z[ host-image] Jul 01 19:28:44.312 INFO O| Jul 01 19:28:44.312 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/single_up_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d ...
103842026-07-01T19:28:44.837Z[ host-image] Jul 01 19:28:44.312 INFO O| Jul 01 19:28:44.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103852026-07-01T19:28:44.837Z[ host-image] Jul 01 19:28:44.312 INFO O| Jul 01 19:28:44.312 INFO ok!
103862026-07-01T19:28:44.837Z[ host-image] Jul 01 19:28:44.312 INFO O| Jul 01 19:28:44.312 INFO STEP 116 (ensure_file) COMPLETE
103872026-07-01T19:28:44.837Z[ host-image] Jul 01 19:28:44.312 INFO O| Jul 01 19:28:44.312 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-07-01T19:28:44.842Z[ host-image] Jul 01 19:28:44.319 INFO O| Jul 01 19:28:44.319 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103892026-07-01T19:28:44.842Z[ host-image] Jul 01 19:28:44.319 INFO O| Jul 01 19:28:44.319 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103902026-07-01T19:28:44.849Z[ host-image] Jul 01 19:28:44.319 INFO O| Jul 01 19:28:44.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103912026-07-01T19:28:44.849Z[ host-image] Jul 01 19:28:44.319 INFO O| Jul 01 19:28:44.319 INFO ok!
103922026-07-01T19:28:44.849Z[ host-image] Jul 01 19:28:44.319 INFO O| Jul 01 19:28:44.319 INFO STEP 117 (ensure_file) COMPLETE
103932026-07-01T19:28:44.849Z[ host-image] Jul 01 19:28:44.319 INFO O| Jul 01 19:28:44.319 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-07-01T19:28:44.853Z[ host-image] Jul 01 19:28:44.326 INFO O| Jul 01 19:28:44.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103952026-07-01T19:28:44.853Z[ host-image] Jul 01 19:28:44.326 INFO O| Jul 01 19:28:44.326 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/perf-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d ...
103962026-07-01T19:28:44.854Z[ host-image] Jul 01 19:28:44.326 INFO O| Jul 01 19:28:44.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103972026-07-01T19:28:44.854Z[ host-image] Jul 01 19:28:44.326 INFO O| Jul 01 19:28:44.326 INFO ok!
103982026-07-01T19:28:44.854Z[ host-image] Jul 01 19:28:44.326 INFO O| Jul 01 19:28:44.326 INFO STEP 118 (ensure_file) COMPLETE
103992026-07-01T19:28:44.854Z[ host-image] Jul 01 19:28:44.326 INFO O| Jul 01 19:28:44.326 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-07-01T19:28:44.858Z[ host-image] Jul 01 19:28:44.333 INFO O| Jul 01 19:28:44.333 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104012026-07-01T19:28:44.858Z[ host-image] Jul 01 19:28:44.333 INFO O| Jul 01 19:28:44.333 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/perf-upstairs-wf.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d ...
104022026-07-01T19:28:44.858Z[ host-image] Jul 01 19:28:44.333 INFO O| Jul 01 19:28:44.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104032026-07-01T19:28:44.859Z[ host-image] Jul 01 19:28:44.333 INFO O| Jul 01 19:28:44.333 INFO ok!
104042026-07-01T19:28:44.859Z[ host-image] Jul 01 19:28:44.333 INFO O| Jul 01 19:28:44.333 INFO STEP 119 (ensure_file) COMPLETE
104052026-07-01T19:28:44.859Z[ host-image] Jul 01 19:28:44.333 INFO O| Jul 01 19:28:44.333 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-07-01T19:28:44.863Z[ host-image] Jul 01 19:28:44.339 INFO O| Jul 01 19:28:44.339 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104072026-07-01T19:28:44.863Z[ host-image] Jul 01 19:28:44.339 INFO O| Jul 01 19:28:44.339 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/perf-reqwest.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d ...
104082026-07-01T19:28:44.866Z[ host-image] Jul 01 19:28:44.339 INFO O| Jul 01 19:28:44.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104092026-07-01T19:28:44.866Z[ host-image] Jul 01 19:28:44.339 INFO O| Jul 01 19:28:44.339 INFO ok!
104102026-07-01T19:28:44.866Z[ host-image] Jul 01 19:28:44.339 INFO O| Jul 01 19:28:44.339 INFO STEP 120 (ensure_file) COMPLETE
104112026-07-01T19:28:44.866Z[ host-image] Jul 01 19:28:44.339 INFO O| Jul 01 19:28:44.339 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-07-01T19:28:44.871Z[ host-image] Jul 01 19:28:44.347 INFO O| Jul 01 19:28:44.347 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104132026-07-01T19:28:44.871Z[ host-image] Jul 01 19:28:44.347 INFO O| Jul 01 19:28:44.347 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/perf-online-repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d ...
104142026-07-01T19:28:44.877Z[ host-image] Jul 01 19:28:44.347 INFO O| Jul 01 19:28:44.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104152026-07-01T19:28:44.877Z[ host-image] Jul 01 19:28:44.347 INFO O| Jul 01 19:28:44.347 INFO ok!
104162026-07-01T19:28:44.877Z[ host-image] Jul 01 19:28:44.347 INFO O| Jul 01 19:28:44.347 INFO STEP 121 (ensure_file) COMPLETE
104172026-07-01T19:28:44.877Z[ host-image] Jul 01 19:28:44.347 INFO O| Jul 01 19:28:44.347 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-07-01T19:28:44.881Z[ host-image] Jul 01 19:28:44.354 INFO O| Jul 01 19:28:44.354 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104192026-07-01T19:28:44.881Z[ host-image] Jul 01 19:28:44.354 INFO O| Jul 01 19:28:44.354 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/perf-ds-net.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d ...
104202026-07-01T19:28:44.881Z[ host-image] Jul 01 19:28:44.354 INFO O| Jul 01 19:28:44.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104212026-07-01T19:28:44.881Z[ host-image] Jul 01 19:28:44.354 INFO O| Jul 01 19:28:44.354 INFO ok!
104222026-07-01T19:28:44.881Z[ host-image] Jul 01 19:28:44.354 INFO O| Jul 01 19:28:44.354 INFO STEP 122 (ensure_file) COMPLETE
104232026-07-01T19:28:44.881Z[ host-image] Jul 01 19:28:44.354 INFO O| Jul 01 19:28:44.354 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104242026-07-01T19:28:44.884Z[ host-image] Jul 01 19:28:44.360 INFO O| Jul 01 19:28:44.360 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104252026-07-01T19:28:44.884Z[ host-image] Jul 01 19:28:44.360 INFO O| Jul 01 19:28:44.360 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/perf-ds-client.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d ...
104262026-07-01T19:28:44.885Z[ host-image] Jul 01 19:28:44.360 INFO O| Jul 01 19:28:44.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104272026-07-01T19:28:44.886Z[ host-image] Jul 01 19:28:44.360 INFO O| Jul 01 19:28:44.360 INFO ok!
104282026-07-01T19:28:44.886Z[ host-image] Jul 01 19:28:44.360 INFO O| Jul 01 19:28:44.360 INFO STEP 123 (ensure_file) COMPLETE
104292026-07-01T19:28:44.886Z[ host-image] Jul 01 19:28:44.360 INFO O| Jul 01 19:28:44.360 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104302026-07-01T19:28:44.890Z[ host-image] Jul 01 19:28:44.366 INFO O| Jul 01 19:28:44.366 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104312026-07-01T19:28:44.890Z[ host-image] Jul 01 19:28:44.366 INFO O| Jul 01 19:28:44.366 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/perf-downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d ...
104322026-07-01T19:28:44.894Z[ host-image] Jul 01 19:28:44.367 INFO O| Jul 01 19:28:44.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104332026-07-01T19:28:44.894Z[ host-image] Jul 01 19:28:44.367 INFO O| Jul 01 19:28:44.367 INFO ok!
104342026-07-01T19:28:44.894Z[ host-image] Jul 01 19:28:44.367 INFO O| Jul 01 19:28:44.367 INFO STEP 124 (ensure_file) COMPLETE
104352026-07-01T19:28:44.894Z[ host-image] Jul 01 19:28:44.367 INFO O| Jul 01 19:28:44.367 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104362026-07-01T19:28:44.896Z[ host-image] Jul 01 19:28:44.373 INFO O| Jul 01 19:28:44.373 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104372026-07-01T19:28:44.897Z[ host-image] Jul 01 19:28:44.373 INFO O| Jul 01 19:28:44.373 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-tick.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d ...
104382026-07-01T19:28:44.897Z[ host-image] Jul 01 19:28:44.373 INFO O| Jul 01 19:28:44.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104392026-07-01T19:28:44.898Z[ host-image] Jul 01 19:28:44.373 INFO O| Jul 01 19:28:44.373 INFO ok!
104402026-07-01T19:28:44.898Z[ host-image] Jul 01 19:28:44.373 INFO O| Jul 01 19:28:44.373 INFO STEP 125 (ensure_file) COMPLETE
104412026-07-01T19:28:44.898Z[ host-image] Jul 01 19:28:44.373 INFO O| Jul 01 19:28:44.373 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104422026-07-01T19:28:44.902Z[ host-image] Jul 01 19:28:44.379 INFO O| Jul 01 19:28:44.379 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104432026-07-01T19:28:44.907Z[ host-image] Jul 01 19:28:44.379 INFO O| Jul 01 19:28:44.379 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-three.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d ...
104442026-07-01T19:28:44.907Z[ host-image] Jul 01 19:28:44.379 INFO O| Jul 01 19:28:44.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104452026-07-01T19:28:44.907Z[ host-image] Jul 01 19:28:44.379 INFO O| Jul 01 19:28:44.379 INFO ok!
104462026-07-01T19:28:44.907Z[ host-image] Jul 01 19:28:44.379 INFO O| Jul 01 19:28:44.379 INFO STEP 126 (ensure_file) COMPLETE
104472026-07-01T19:28:44.907Z[ host-image] Jul 01 19:28:44.379 INFO O| Jul 01 19:28:44.379 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104482026-07-01T19:28:44.910Z[ host-image] Jul 01 19:28:44.385 INFO O| Jul 01 19:28:44.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104492026-07-01T19:28:44.910Z[ host-image] Jul 01 19:28:44.385 INFO O| Jul 01 19:28:44.385 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-os.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d ...
104502026-07-01T19:28:44.911Z[ host-image] Jul 01 19:28:44.385 INFO O| Jul 01 19:28:44.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104512026-07-01T19:28:44.911Z[ host-image] Jul 01 19:28:44.385 INFO O| Jul 01 19:28:44.385 INFO ok!
104522026-07-01T19:28:44.911Z[ host-image] Jul 01 19:28:44.385 INFO O| Jul 01 19:28:44.385 INFO STEP 127 (ensure_file) COMPLETE
104532026-07-01T19:28:44.911Z[ host-image] Jul 01 19:28:44.385 INFO O| Jul 01 19:28:44.385 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104542026-07-01T19:28:44.919Z[ host-image] Jul 01 19:28:44.391 INFO O| Jul 01 19:28:44.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104552026-07-01T19:28:44.919Z[ host-image] Jul 01 19:28:44.391 INFO O| Jul 01 19:28:44.391 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/get-up-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh ...
104562026-07-01T19:28:44.919Z[ host-image] Jul 01 19:28:44.391 INFO O| Jul 01 19:28:44.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104572026-07-01T19:28:44.919Z[ host-image] Jul 01 19:28:44.391 INFO O| Jul 01 19:28:44.391 INFO ok!
104582026-07-01T19:28:44.919Z[ host-image] Jul 01 19:28:44.391 INFO O| Jul 01 19:28:44.391 INFO STEP 128 (ensure_file) COMPLETE
104592026-07-01T19:28:44.919Z[ host-image] Jul 01 19:28:44.391 INFO O| Jul 01 19:28:44.391 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-07-01T19:28:44.923Z[ host-image] Jul 01 19:28:44.397 INFO O| Jul 01 19:28:44.397 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104612026-07-01T19:28:44.923Z[ host-image] Jul 01 19:28:44.397 INFO O| Jul 01 19:28:44.397 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/get-up-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d ...
104622026-07-01T19:28:44.923Z[ host-image] Jul 01 19:28:44.397 INFO O| Jul 01 19:28:44.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104632026-07-01T19:28:44.923Z[ host-image] Jul 01 19:28:44.397 INFO O| Jul 01 19:28:44.397 INFO ok!
104642026-07-01T19:28:44.923Z[ host-image] Jul 01 19:28:44.397 INFO O| Jul 01 19:28:44.397 INFO STEP 129 (ensure_file) COMPLETE
104652026-07-01T19:28:44.923Z[ host-image] Jul 01 19:28:44.397 INFO O| Jul 01 19:28:44.397 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104662026-07-01T19:28:44.926Z[ host-image] Jul 01 19:28:44.403 INFO O| Jul 01 19:28:44.403 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104672026-07-01T19:28:44.926Z[ host-image] Jul 01 19:28:44.403 INFO O| Jul 01 19:28:44.403 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/get-lr-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh ...
104682026-07-01T19:28:44.927Z[ host-image] Jul 01 19:28:44.403 INFO O| Jul 01 19:28:44.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104692026-07-01T19:28:44.930Z[ host-image] Jul 01 19:28:44.403 INFO O| Jul 01 19:28:44.403 INFO ok!
104702026-07-01T19:28:44.930Z[ host-image] Jul 01 19:28:44.403 INFO O| Jul 01 19:28:44.403 INFO STEP 130 (ensure_file) COMPLETE
104712026-07-01T19:28:44.930Z[ host-image] Jul 01 19:28:44.403 INFO O| Jul 01 19:28:44.403 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104722026-07-01T19:28:44.933Z[ host-image] Jul 01 19:28:44.409 INFO O| Jul 01 19:28:44.409 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104732026-07-01T19:28:44.933Z[ host-image] Jul 01 19:28:44.409 INFO O| Jul 01 19:28:44.409 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/get-lr-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d ...
104742026-07-01T19:28:44.933Z[ host-image] Jul 01 19:28:44.409 INFO O| Jul 01 19:28:44.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104752026-07-01T19:28:44.933Z[ host-image] Jul 01 19:28:44.409 INFO O| Jul 01 19:28:44.409 INFO ok!
104762026-07-01T19:28:44.933Z[ host-image] Jul 01 19:28:44.409 INFO O| Jul 01 19:28:44.409 INFO STEP 131 (ensure_file) COMPLETE
104772026-07-01T19:28:44.933Z[ host-image] Jul 01 19:28:44.409 INFO O| Jul 01 19:28:44.409 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104782026-07-01T19:28:44.938Z[ host-image] Jul 01 19:28:44.415 INFO O| Jul 01 19:28:44.415 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104792026-07-01T19:28:44.938Z[ host-image] Jul 01 19:28:44.415 INFO O| Jul 01 19:28:44.415 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/get-ds-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh ...
104802026-07-01T19:28:44.942Z[ host-image] Jul 01 19:28:44.415 INFO O| Jul 01 19:28:44.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104812026-07-01T19:28:44.944Z[ host-image] Jul 01 19:28:44.415 INFO O| Jul 01 19:28:44.415 INFO ok!
104822026-07-01T19:28:44.945Z[ host-image] Jul 01 19:28:44.415 INFO O| Jul 01 19:28:44.415 INFO STEP 132 (ensure_file) COMPLETE
104832026-07-01T19:28:44.945Z[ host-image] Jul 01 19:28:44.415 INFO O| Jul 01 19:28:44.415 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104842026-07-01T19:28:44.948Z[ host-image] Jul 01 19:28:44.421 INFO O| Jul 01 19:28:44.421 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104852026-07-01T19:28:44.948Z[ host-image] Jul 01 19:28:44.421 INFO O| Jul 01 19:28:44.421 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/get-ds-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d ...
104862026-07-01T19:28:44.948Z[ host-image] Jul 01 19:28:44.421 INFO O| Jul 01 19:28:44.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104872026-07-01T19:28:44.948Z[ host-image] Jul 01 19:28:44.421 INFO O| Jul 01 19:28:44.421 INFO ok!
104882026-07-01T19:28:44.948Z[ host-image] Jul 01 19:28:44.421 INFO O| Jul 01 19:28:44.421 INFO STEP 133 (ensure_file) COMPLETE
104892026-07-01T19:28:44.949Z[ host-image] Jul 01 19:28:44.421 INFO O| Jul 01 19:28:44.421 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104902026-07-01T19:28:44.952Z[ host-image] Jul 01 19:28:44.427 INFO O| Jul 01 19:28:44.427 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104912026-07-01T19:28:44.952Z[ host-image] Jul 01 19:28:44.427 INFO O| Jul 01 19:28:44.427 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/downstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d ...
104922026-07-01T19:28:44.952Z[ host-image] Jul 01 19:28:44.427 INFO O| Jul 01 19:28:44.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104932026-07-01T19:28:44.952Z[ host-image] Jul 01 19:28:44.427 INFO O| Jul 01 19:28:44.427 INFO ok!
104942026-07-01T19:28:44.952Z[ host-image] Jul 01 19:28:44.427 INFO O| Jul 01 19:28:44.427 INFO STEP 134 (ensure_file) COMPLETE
104952026-07-01T19:28:44.952Z[ host-image] Jul 01 19:28:44.427 INFO O| Jul 01 19:28:44.427 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104962026-07-01T19:28:44.957Z[ host-image] Jul 01 19:28:44.433 INFO O| Jul 01 19:28:44.433 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104972026-07-01T19:28:44.957Z[ host-image] Jul 01 19:28:44.433 INFO O| Jul 01 19:28:44.433 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/all_downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d ...
104982026-07-01T19:28:44.957Z[ host-image] Jul 01 19:28:44.433 INFO O| Jul 01 19:28:44.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104992026-07-01T19:28:44.957Z[ host-image] Jul 01 19:28:44.433 INFO O| Jul 01 19:28:44.433 INFO ok!
105002026-07-01T19:28:44.957Z[ host-image] Jul 01 19:28:44.433 INFO O| Jul 01 19:28:44.433 INFO STEP 135 (ensure_file) COMPLETE
105012026-07-01T19:28:44.961Z[ host-image] Jul 01 19:28:44.433 INFO O| Jul 01 19:28:44.433 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105022026-07-01T19:28:44.964Z[ host-image] Jul 01 19:28:44.439 INFO O| Jul 01 19:28:44.439 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105032026-07-01T19:28:44.964Z[ host-image] Jul 01 19:28:44.439 INFO O| Jul 01 19:28:44.439 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105042026-07-01T19:28:44.964Z[ host-image] Jul 01 19:28:44.439 INFO O| Jul 01 19:28:44.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105052026-07-01T19:28:44.964Z[ host-image] Jul 01 19:28:44.439 INFO O| Jul 01 19:28:44.439 INFO ok!
105062026-07-01T19:28:44.964Z[ host-image] Jul 01 19:28:44.439 INFO O| Jul 01 19:28:44.439 INFO STEP 136 (ensure_file) COMPLETE
105072026-07-01T19:28:44.964Z[ host-image] Jul 01 19:28:44.439 INFO O| Jul 01 19:28:44.439 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105082026-07-01T19:28:44.969Z[ host-image] Jul 01 19:28:44.445 INFO O| Jul 01 19:28:44.445 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105092026-07-01T19:28:44.969Z[ host-image] Jul 01 19:28:44.445 INFO O| Jul 01 19:28:44.445 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/utils-info.txt -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt ...
105102026-07-01T19:28:44.969Z[ host-image] Jul 01 19:28:44.445 INFO O| Jul 01 19:28:44.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105112026-07-01T19:28:44.969Z[ host-image] Jul 01 19:28:44.445 INFO O| Jul 01 19:28:44.445 INFO ok!
105122026-07-01T19:28:44.969Z[ host-image] Jul 01 19:28:44.445 INFO O| Jul 01 19:28:44.445 INFO STEP 137 (ensure_file) COMPLETE
105132026-07-01T19:28:44.969Z[ host-image] Jul 01 19:28:44.445 INFO O| Jul 01 19:28:44.445 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105142026-07-01T19:28:44.975Z[ host-image] Jul 01 19:28:44.451 INFO O| Jul 01 19:28:44.451 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105152026-07-01T19:28:44.975Z[ host-image] Jul 01 19:28:44.451 INFO O| Jul 01 19:28:44.451 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105162026-07-01T19:28:44.975Z[ host-image] Jul 01 19:28:44.451 INFO O| Jul 01 19:28:44.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105172026-07-01T19:28:44.975Z[ host-image] Jul 01 19:28:44.451 INFO O| Jul 01 19:28:44.451 INFO ok!
105182026-07-01T19:28:44.979Z[ host-image] Jul 01 19:28:44.451 INFO O| Jul 01 19:28:44.451 INFO STEP 138 (ensure_file) COMPLETE
105192026-07-01T19:28:44.979Z[ host-image] Jul 01 19:28:44.451 INFO O| Jul 01 19:28:44.451 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105202026-07-01T19:28:44.982Z[ host-image] Jul 01 19:28:44.457 INFO O| Jul 01 19:28:44.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105212026-07-01T19:28:44.982Z[ host-image] Jul 01 19:28:44.457 INFO O| Jul 01 19:28:44.457 INFO copying /tmp/.tmpsBAP65/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105222026-07-01T19:28:50.083Z[ host-image] Jul 01 19:28:49.506 INFO O| Jul 01 19:28:49.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105232026-07-01T19:28:50.083Z[ host-image] Jul 01 19:28:49.506 INFO O| Jul 01 19:28:49.506 INFO ok!
105242026-07-01T19:28:50.083Z[ host-image] Jul 01 19:28:49.506 INFO O| Jul 01 19:28:49.506 INFO STEP 139 (ensure_file) COMPLETE
105252026-07-01T19:28:50.091Z[ host-image] Jul 01 19:28:49.506 INFO O| Jul 01 19:28:49.506 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105262026-07-01T19:28:50.091Z[ host-image] Jul 01 19:28:49.514 INFO O| Jul 01 19:28:49.514 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105272026-07-01T19:28:50.091Z[ host-image] Jul 01 19:28:49.514 INFO O| Jul 01 19:28:49.514 INFO STEP 140 (ensure_dir) COMPLETE
105282026-07-01T19:28:50.091Z[ host-image] Jul 01 19:28:49.514 INFO O| Jul 01 19:28:49.514 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105292026-07-01T19:28:50.091Z[ host-image] Jul 01 19:28:49.523 INFO O| Jul 01 19:28:49.523 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105302026-07-01T19:28:50.091Z[ host-image] Jul 01 19:28:49.523 INFO O| Jul 01 19:28:49.523 INFO STEP 141 (ensure_dir) COMPLETE
105312026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.523 INFO O| Jul 01 19:28:49.523 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105322026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.529 INFO O| Jul 01 19:28:49.529 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105332026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.529 INFO O| Jul 01 19:28:49.529 INFO STEP 142 (ensure_dir) COMPLETE
105342026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.529 INFO O| Jul 01 19:28:49.529 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105352026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.535 INFO O| Jul 01 19:28:49.535 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105362026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.535 INFO O| Jul 01 19:28:49.535 INFO STEP 143 (ensure_dir) COMPLETE
105372026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.535 INFO O| Jul 01 19:28:49.535 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105382026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.542 INFO O| Jul 01 19:28:49.542 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105392026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.542 INFO O| Jul 01 19:28:49.542 INFO copying /tmp/.tmpsBAP65/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 ...
105402026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.557 INFO O| Jul 01 19:28:49.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105412026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.557 INFO O| Jul 01 19:28:49.557 INFO ok!
105422026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.557 INFO O| Jul 01 19:28:49.557 INFO STEP 144 (ensure_file) COMPLETE
105432026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.557 INFO O| Jul 01 19:28:49.557 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105442026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.564 INFO O| Jul 01 19:28:49.564 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105452026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.564 INFO O| Jul 01 19:28:49.564 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105462026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.564 INFO O| Jul 01 19:28:49.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105472026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.564 INFO O| Jul 01 19:28:49.564 INFO STEP 145 (ensure_dir) COMPLETE
105482026-07-01T19:28:50.092Z[ host-image] Jul 01 19:28:49.564 INFO O| Jul 01 19:28:49.564 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-07-01T19:28:50.096Z[ host-image] Jul 01 19:28:49.571 INFO O| Jul 01 19:28:49.571 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105502026-07-01T19:28:50.096Z[ host-image] Jul 01 19:28:49.571 INFO O| Jul 01 19:28:49.571 INFO copying /tmp/.tmpsBAP65/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105512026-07-01T19:28:50.096Z[ host-image] Jul 01 19:28:49.571 INFO O| Jul 01 19:28:49.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105522026-07-01T19:28:50.096Z[ host-image] Jul 01 19:28:49.571 INFO O| Jul 01 19:28:49.571 INFO ok!
105532026-07-01T19:28:50.096Z[ host-image] Jul 01 19:28:49.571 INFO O| Jul 01 19:28:49.571 INFO STEP 146 (ensure_file) COMPLETE
105542026-07-01T19:28:50.097Z[ host-image] Jul 01 19:28:49.571 INFO O| Jul 01 19:28:49.571 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105552026-07-01T19:28:50.101Z[ host-image] Jul 01 19:28:49.577 INFO O| Jul 01 19:28:49.577 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105562026-07-01T19:28:50.101Z[ host-image] Jul 01 19:28:49.577 INFO O| Jul 01 19:28:49.577 INFO STEP 147 (remove_files) COMPLETE
105572026-07-01T19:28:50.101Z[ host-image] Jul 01 19:28:49.577 INFO O| Jul 01 19:28:49.577 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105582026-07-01T19:28:50.108Z[ host-image] Jul 01 19:28:49.583 INFO O| Jul 01 19:28:49.583 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105592026-07-01T19:28:50.108Z[ host-image] Jul 01 19:28:49.583 INFO O| Jul 01 19:28:49.583 INFO STEP 148 (remove_files) COMPLETE
105602026-07-01T19:28:50.108Z[ host-image] Jul 01 19:28:49.583 INFO O| Jul 01 19:28:49.583 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105612026-07-01T19:28:50.112Z[ host-image] Jul 01 19:28:49.589 INFO O| Jul 01 19:28:49.589 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105622026-07-01T19:28:50.115Z[ host-image] Jul 01 19:28:49.589 INFO O| Jul 01 19:28:49.589 INFO STEP 149 (remove_files) COMPLETE
105632026-07-01T19:28:50.116Z[ host-image] Jul 01 19:28:49.589 INFO O| Jul 01 19:28:49.589 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105642026-07-01T19:28:50.119Z[ host-image] Jul 01 19:28:49.596 INFO O| Jul 01 19:28:49.596 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105652026-07-01T19:28:50.123Z[ host-image] Jul 01 19:28:49.596 INFO O| Jul 01 19:28:49.596 INFO STEP 150 (remove_files) COMPLETE
105662026-07-01T19:28:50.123Z[ host-image] Jul 01 19:28:49.596 INFO O| Jul 01 19:28:49.596 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105672026-07-01T19:28:50.127Z[ host-image] Jul 01 19:28:49.603 INFO O| Jul 01 19:28:49.603 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105682026-07-01T19:28:50.127Z[ host-image] Jul 01 19:28:49.603 INFO O| Jul 01 19:28:49.603 INFO STEP 151 (remove_files) COMPLETE
105692026-07-01T19:28:50.130Z[ host-image] Jul 01 19:28:49.603 INFO O| Jul 01 19:28:49.603 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105702026-07-01T19:28:50.135Z[ host-image] Jul 01 19:28:49.609 INFO O| Jul 01 19:28:49.609 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105712026-07-01T19:28:50.137Z[ host-image] Jul 01 19:28:49.609 INFO O| Jul 01 19:28:49.609 INFO STEP 152 (remove_files) COMPLETE
105722026-07-01T19:28:50.137Z[ host-image] Jul 01 19:28:49.609 INFO O| Jul 01 19:28:49.609 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105732026-07-01T19:28:50.146Z[ host-image] Jul 01 19:28:49.614 INFO O| Jul 01 19:28:49.614 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105742026-07-01T19:28:50.146Z[ host-image] Jul 01 19:28:49.614 INFO O| Jul 01 19:28:49.614 INFO STEP 153 (remove_files) COMPLETE
105752026-07-01T19:28:50.147Z[ host-image] Jul 01 19:28:49.614 INFO O| Jul 01 19:28:49.614 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105762026-07-01T19:28:50.154Z[ host-image] Jul 01 19:28:49.620 INFO O| Jul 01 19:28:49.620 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105772026-07-01T19:28:50.154Z[ host-image] Jul 01 19:28:49.620 INFO O| Jul 01 19:28:49.620 INFO STEP 154 (remove_files) COMPLETE
105782026-07-01T19:28:50.154Z[ host-image] Jul 01 19:28:49.620 INFO O| Jul 01 19:28:49.620 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105792026-07-01T19:28:50.154Z[ host-image] Jul 01 19:28:49.625 INFO O| Jul 01 19:28:49.625 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105802026-07-01T19:28:50.154Z[ host-image] Jul 01 19:28:49.625 INFO O| Jul 01 19:28:49.625 INFO STEP 155 (remove_files) COMPLETE
105812026-07-01T19:28:50.154Z[ host-image] Jul 01 19:28:49.625 INFO O| Jul 01 19:28:49.625 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105822026-07-01T19:28:50.154Z[ host-image] Jul 01 19:28:49.630 INFO O| Jul 01 19:28:49.630 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105832026-07-01T19:28:50.155Z[ host-image] Jul 01 19:28:49.630 INFO O| Jul 01 19:28:49.630 INFO STEP 156 (remove_files) COMPLETE
105842026-07-01T19:28:50.155Z[ host-image] Jul 01 19:28:49.630 INFO O| Jul 01 19:28:49.630 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105852026-07-01T19:28:50.159Z[ host-image] Jul 01 19:28:49.636 INFO O| Jul 01 19:28:49.636 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105862026-07-01T19:28:50.159Z[ host-image] Jul 01 19:28:49.636 INFO O| Jul 01 19:28:49.636 INFO STEP 157 (remove_files) COMPLETE
105872026-07-01T19:28:50.162Z[ host-image] Jul 01 19:28:49.636 INFO O| Jul 01 19:28:49.636 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105882026-07-01T19:28:50.165Z[ host-image] Jul 01 19:28:49.641 INFO O| Jul 01 19:28:49.641 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105892026-07-01T19:28:50.165Z[ host-image] Jul 01 19:28:49.641 INFO O| Jul 01 19:28:49.641 INFO STEP 158 (remove_files) COMPLETE
105902026-07-01T19:28:50.165Z[ host-image] Jul 01 19:28:49.641 INFO O| Jul 01 19:28:49.641 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105912026-07-01T19:28:50.171Z[ host-image] Jul 01 19:28:49.648 INFO O| Jul 01 19:28:49.648 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105922026-07-01T19:28:50.175Z[ host-image] Jul 01 19:28:49.648 INFO O| Jul 01 19:28:49.648 INFO STEP 159 (remove_files) COMPLETE
105932026-07-01T19:28:50.175Z[ host-image] Jul 01 19:28:49.648 INFO O| Jul 01 19:28:49.648 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105942026-07-01T19:28:50.179Z[ host-image] Jul 01 19:28:49.654 INFO O| Jul 01 19:28:49.654 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
105952026-07-01T19:28:50.179Z[ host-image] Jul 01 19:28:49.654 INFO O| Jul 01 19:28:49.654 INFO STEP 160 (remove_files) COMPLETE
105962026-07-01T19:28:50.179Z[ host-image] Jul 01 19:28:49.654 INFO O| Jul 01 19:28:49.654 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105972026-07-01T19:28:50.187Z[ host-image] Jul 01 19:28:49.660 INFO O| Jul 01 19:28:49.660 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
105982026-07-01T19:28:50.188Z[ host-image] Jul 01 19:28:49.660 INFO O| Jul 01 19:28:49.660 INFO STEP 161 (remove_files) COMPLETE
105992026-07-01T19:28:50.192Z[ host-image] Jul 01 19:28:49.660 INFO O| Jul 01 19:28:49.660 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106002026-07-01T19:28:50.192Z[ host-image] Jul 01 19:28:49.666 INFO O| Jul 01 19:28:49.666 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106012026-07-01T19:28:50.192Z[ host-image] Jul 01 19:28:49.666 INFO O| Jul 01 19:28:49.666 INFO STEP 162 (remove_files) COMPLETE
106022026-07-01T19:28:50.192Z[ host-image] Jul 01 19:28:49.666 INFO O| Jul 01 19:28:49.666 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106032026-07-01T19:28:50.196Z[ host-image] Jul 01 19:28:49.671 INFO O| Jul 01 19:28:49.671 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106042026-07-01T19:28:50.196Z[ host-image] Jul 01 19:28:49.671 INFO O| Jul 01 19:28:49.671 INFO STEP 163 (remove_files) COMPLETE
106052026-07-01T19:28:50.196Z[ host-image] Jul 01 19:28:49.671 INFO O| Jul 01 19:28:49.671 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106062026-07-01T19:28:50.201Z[ host-image] Jul 01 19:28:49.677 INFO O| Jul 01 19:28:49.677 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106072026-07-01T19:28:50.201Z[ host-image] Jul 01 19:28:49.677 INFO O| Jul 01 19:28:49.677 INFO STEP 164 (remove_files) COMPLETE
106082026-07-01T19:28:50.204Z[ host-image] Jul 01 19:28:49.677 INFO O| Jul 01 19:28:49.677 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106092026-07-01T19:28:50.210Z[ host-image] Jul 01 19:28:49.683 INFO O| Jul 01 19:28:49.683 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106102026-07-01T19:28:50.210Z[ host-image] Jul 01 19:28:49.683 INFO O| Jul 01 19:28:49.683 INFO STEP 165 (remove_files) COMPLETE
106112026-07-01T19:28:50.210Z[ host-image] Jul 01 19:28:49.683 INFO O| Jul 01 19:28:49.683 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106122026-07-01T19:28:50.217Z[ host-image] Jul 01 19:28:49.688 INFO O| Jul 01 19:28:49.688 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106132026-07-01T19:28:50.217Z[ host-image] Jul 01 19:28:49.688 INFO O| Jul 01 19:28:49.688 INFO STEP 166 (remove_files) COMPLETE
106142026-07-01T19:28:50.217Z[ host-image] Jul 01 19:28:49.688 INFO O| Jul 01 19:28:49.688 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106152026-07-01T19:28:50.242Z[ host-image] Jul 01 19:28:49.693 INFO O| Jul 01 19:28:49.693 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106162026-07-01T19:28:50.242Z[ host-image] Jul 01 19:28:49.693 INFO O| Jul 01 19:28:49.693 INFO STEP 167 (remove_files) COMPLETE
106172026-07-01T19:28:50.242Z[ host-image] Jul 01 19:28:49.693 INFO O| Jul 01 19:28:49.693 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106182026-07-01T19:28:50.250Z[ host-image] Jul 01 19:28:49.699 INFO O| Jul 01 19:28:49.699 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106192026-07-01T19:28:50.250Z[ host-image] Jul 01 19:28:49.699 INFO O| Jul 01 19:28:49.699 INFO STEP 168 (remove_files) COMPLETE
106202026-07-01T19:28:50.250Z[ host-image] Jul 01 19:28:49.699 INFO O| Jul 01 19:28:49.699 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106212026-07-01T19:28:50.250Z[ host-image] Jul 01 19:28:49.704 INFO O| Jul 01 19:28:49.704 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106222026-07-01T19:28:50.250Z[ host-image] Jul 01 19:28:49.704 INFO O| Jul 01 19:28:49.704 INFO STEP 169 (remove_files) COMPLETE
106232026-07-01T19:28:50.250Z[ host-image] Jul 01 19:28:49.704 INFO O| Jul 01 19:28:49.704 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106242026-07-01T19:28:50.250Z[ host-image] Jul 01 19:28:49.709 INFO O| Jul 01 19:28:49.709 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106252026-07-01T19:28:50.250Z[ host-image] Jul 01 19:28:49.709 INFO O| Jul 01 19:28:49.709 INFO STEP 170 (remove_files) COMPLETE
106262026-07-01T19:28:50.250Z[ host-image] Jul 01 19:28:49.709 INFO O| Jul 01 19:28:49.709 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106272026-07-01T19:28:50.250Z[ host-image] Jul 01 19:28:49.714 INFO O| Jul 01 19:28:49.714 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106282026-07-01T19:28:50.251Z[ host-image] Jul 01 19:28:49.714 INFO O| Jul 01 19:28:49.714 INFO STEP 171 (remove_files) COMPLETE
106292026-07-01T19:28:50.251Z[ host-image] Jul 01 19:28:49.714 INFO O| Jul 01 19:28:49.714 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106302026-07-01T19:28:50.251Z[ host-image] Jul 01 19:28:49.719 INFO O| Jul 01 19:28:49.719 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106312026-07-01T19:28:50.251Z[ host-image] Jul 01 19:28:49.719 INFO O| Jul 01 19:28:49.719 INFO STEP 172 (remove_files) COMPLETE
106322026-07-01T19:28:50.251Z[ host-image] Jul 01 19:28:49.719 INFO O| Jul 01 19:28:49.719 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-07-01T19:28:50.279Z[ host-image] Jul 01 19:28:49.724 INFO O| Jul 01 19:28:49.724 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106342026-07-01T19:28:50.280Z[ host-image] Jul 01 19:28:49.724 INFO O| Jul 01 19:28:49.724 INFO STEP 173 (remove_files) COMPLETE
106352026-07-01T19:28:50.280Z[ host-image] Jul 01 19:28:49.724 INFO O| Jul 01 19:28:49.724 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-07-01T19:28:50.280Z[ host-image] Jul 01 19:28:49.729 INFO O| Jul 01 19:28:49.729 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106372026-07-01T19:28:50.280Z[ host-image] Jul 01 19:28:49.729 INFO O| Jul 01 19:28:49.729 INFO STEP 174 (remove_files) COMPLETE
106382026-07-01T19:28:50.280Z[ host-image] Jul 01 19:28:49.729 INFO O| Jul 01 19:28:49.729 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-07-01T19:28:50.280Z[ host-image] Jul 01 19:28:49.734 INFO O| Jul 01 19:28:49.734 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106402026-07-01T19:28:50.280Z[ host-image] Jul 01 19:28:49.734 INFO O| Jul 01 19:28:49.734 INFO STEP 175 (remove_files) COMPLETE
106412026-07-01T19:28:50.280Z[ host-image] Jul 01 19:28:49.734 INFO O| Jul 01 19:28:49.734 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106422026-07-01T19:28:50.280Z[ host-image] Jul 01 19:28:49.742 INFO O| Jul 01 19:28:49.742 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106432026-07-01T19:28:50.282Z[ host-image] Jul 01 19:28:49.742 INFO O| Jul 01 19:28:49.742 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106442026-07-01T19:28:54.446Z[ recovery-image] Jul 01 19:28:53.921 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
106452026-07-01T19:28:55.279Z[ host-image] Jul 01 19:28:54.747 INFO O| Jul 01 19:28:54.747 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
106462026-07-01T19:28:55.279Z[ host-image] Jul 01 19:28:54.747 INFO O| Jul 01 19:28:54.747 INFO E| svccfg: Loaded 79 smf(7) service descriptions
106472026-07-01T19:28:55.287Z[ host-image] Jul 01 19:28:54.758 INFO O| Jul 01 19:28:54.758 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"}
106482026-07-01T19:28:55.378Z[ host-image] Jul 01 19:28:54.854 INFO O| Jul 01 19:28:54.854 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
106492026-07-01T19:28:55.433Z[ host-image] Jul 01 19:28:54.909 INFO O| Jul 01 19:28:54.909 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
106502026-07-01T19:28:55.498Z[ host-image] Jul 01 19:28:54.971 INFO O| Jul 01 19:28:54.971 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
106512026-07-01T19:28:55.498Z[ host-image] Jul 01 19:28:54.971 INFO O| Jul 01 19:28:54.971 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
106522026-07-01T19:28:55.534Z[ host-image] Jul 01 19:28:55.010 INFO O| Jul 01 19:28:55.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
106532026-07-01T19:28:55.534Z[ host-image] Jul 01 19:28:55.010 INFO O| Jul 01 19:28:55.010 INFO ok!
106542026-07-01T19:28:55.534Z[ host-image] Jul 01 19:28:55.010 INFO O| Jul 01 19:28:55.010 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
106552026-07-01T19:28:55.534Z[ host-image] Jul 01 19:28:55.010 INFO O| Jul 01 19:28:55.010 INFO STEP 176 (seed_smf) COMPLETE
106562026-07-01T19:28:55.544Z[ host-image] Jul 01 19:28:55.010 INFO O| Jul 01 19:28:55.010 INFO steps complete; finalising image!
106572026-07-01T19:28:55.544Z[ host-image] Jul 01 19:28:55.010 INFO O| Jul 01 19:28:55.010 INFO TRIM POOL: TEMPORARY-sled-zfs
106582026-07-01T19:28:55.581Z[ host-image] Jul 01 19:28:55.058 INFO O| Jul 01 19:28:55.058 INFO trim TEMPORARY-sled-zfs: (70% trimmed, started at Wed Jul 1 19:28:55 2026)
106592026-07-01T19:28:55.801Z[ host-image] Jul 01 19:28:55.274 INFO O| Jul 01 19:28:55.273 INFO temporary pool has 846M used, 50.1M avail, 1.82x compressratio
106602026-07-01T19:28:55.801Z[ host-image] Jul 01 19:28:55.274 INFO O| Jul 01 19:28:55.274 INFO EXPORT POOL: TEMPORARY-sled-zfs
106612026-07-01T19:28:56.145Z[ host-image] Jul 01 19:28:55.621 INFO O| Jul 01 19:28:55.621 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
106622026-07-01T19:28:56.145Z[ host-image] Jul 01 19:28:55.621 INFO O| Jul 01 19:28:55.621 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
106632026-07-01T19:28:56.552Z[ recovery-image] Jul 01 19:28:56.028 INFO E| Compiling bitflags v1.3.2
106642026-07-01T19:28:56.563Z[ recovery-image] Jul 01 19:28:56.028 INFO E| Compiling bitflags v2.13.0
106652026-07-01T19:28:56.583Z[ recovery-image] Jul 01 19:28:56.028 INFO E| Compiling adler2 v2.0.1
106662026-07-01T19:28:56.583Z[ recovery-image] Jul 01 19:28:56.028 INFO E| Compiling scroll v0.13.0
106672026-07-01T19:28:56.583Z[ recovery-image] Jul 01 19:28:56.028 INFO E| Compiling bit_field v0.10.3
106682026-07-01T19:28:56.583Z[ recovery-image] Jul 01 19:28:56.028 INFO E| Compiling log v0.4.32
106692026-07-01T19:28:56.583Z[ recovery-image] Jul 01 19:28:56.028 INFO E| Compiling plain v0.2.3
106702026-07-01T19:28:56.583Z[ recovery-image] Jul 01 19:28:56.028 INFO E| Compiling static_assertions v1.1.0
106712026-07-01T19:28:56.583Z[ recovery-image] Jul 01 19:28:56.029 INFO E| Compiling bitstruct v0.1.1
106722026-07-01T19:28:56.601Z[ recovery-image] Jul 01 19:28:56.078 INFO E| Compiling raw-cpuid v10.7.0
106732026-07-01T19:28:56.652Z[ recovery-image] Jul 01 19:28:56.129 INFO E| Compiling miniz_oxide v0.9.1
106742026-07-01T19:28:56.721Z[ recovery-image] Jul 01 19:28:56.197 INFO E| Compiling cpio_reader v0.1.2
106752026-07-01T19:28:56.783Z[ recovery-image] Jul 01 19:28:56.260 INFO E| Compiling goblin v0.10.7
106762026-07-01T19:28:56.873Z[ host-image] Jul 01 19:28:56.346 INFO O| Jul 01 19:28:56.346 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106772026-07-01T19:28:56.873Z[ host-image] Jul 01 19:28:56.346 INFO O| Jul 01 19:28:56.346 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
106782026-07-01T19:28:56.883Z[ host-image] Jul 01 19:28:56.346 INFO O| Jul 01 19:28:56.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
106792026-07-01T19:28:56.883Z[ host-image] Jul 01 19:28:56.346 INFO O| Jul 01 19:28:56.346 INFO completed processing sled/zfs
106802026-07-01T19:28:56.883Z[ host-image] Jul 01 19:28:56.346 INFO O| Jul 01 19:28:56.346 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106812026-07-01T19:28:59.591Z[ recovery-image] Jul 01 19:28:59.067 INFO E| Finished `release` profile [optimized] target(s) in 19.90s
106822026-07-01T19:28:59.609Z[ recovery-image] Jul 01 19:28:59.085 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106832026-07-01T19:28:59.609Z[ recovery-image] Jul 01 19:28:59.085 INFO building ROM for gimlet
106842026-07-01T19:28:59.623Z[ recovery-image] Jul 01 19:28:59.085 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", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml", "--image", "/work/os-recovery/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
106852026-07-01T19:28:59.681Z[ recovery-image] Jul 01 19:28:59.158 INFO E| Downloading crates ...
106862026-07-01T19:28:59.749Z[ recovery-image] Jul 01 19:28:59.226 INFO E| Downloaded clap v4.5.37
106872026-07-01T19:28:59.822Z[ recovery-image] Jul 01 19:28:59.237 INFO E| Downloaded toml_datetime v0.6.9
106882026-07-01T19:28:59.836Z[ recovery-image] Jul 01 19:28:59.238 INFO E| Downloaded clap_lex v0.7.4
106892026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.242 INFO E| Downloaded is_terminal_polyfill v1.70.1
106902026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.242 INFO E| Downloaded anstyle-query v1.1.2
106912026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.243 INFO E| Downloaded shared_child v1.0.1
106922026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.244 INFO E| Downloaded anstyle v1.0.10
106932026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.245 INFO E| Downloaded os_pipe v1.2.1
106942026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.252 INFO E| Downloaded colorchoice v1.0.3
106952026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.253 INFO E| Downloaded serde_spanned v0.6.8
106962026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.254 INFO E| Downloaded anstream v0.6.18
106972026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.257 INFO E| Downloaded duct v0.13.7
106982026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.261 INFO E| Downloaded toml_write v0.1.1
106992026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.263 INFO E| Downloaded clap_derive v4.5.32
107002026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.271 INFO E| Downloaded anstyle-parse v0.2.6
107012026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.275 INFO E| Downloaded toml v0.8.22
107022026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.294 INFO E| Downloaded winnow v0.7.7
107032026-07-01T19:28:59.837Z[ recovery-image] Jul 01 19:28:59.299 INFO E| Downloaded toml_edit v0.22.26
107042026-07-01T19:28:59.852Z[ recovery-image] Jul 01 19:28:59.317 INFO E| Downloaded cc v1.2.20
107052026-07-01T19:28:59.852Z[ recovery-image] Jul 01 19:28:59.319 INFO E| Downloaded clap_builder v4.5.37
107062026-07-01T19:28:59.859Z[ recovery-image] Jul 01 19:28:59.332 INFO E| Compiling libc v0.2.172
107072026-07-01T19:28:59.859Z[ recovery-image] Jul 01 19:28:59.332 INFO E| Compiling utf8parse v0.2.2
107082026-07-01T19:28:59.860Z[ recovery-image] Jul 01 19:28:59.332 INFO E| Compiling anstyle-query v1.1.2
107092026-07-01T19:28:59.860Z[ recovery-image] Jul 01 19:28:59.332 INFO E| Compiling hashbrown v0.15.2
107102026-07-01T19:28:59.860Z[ recovery-image] Jul 01 19:28:59.332 INFO E| Compiling is_terminal_polyfill v1.70.1
107112026-07-01T19:28:59.860Z[ recovery-image] Jul 01 19:28:59.332 INFO E| Compiling anstyle v1.0.10
107122026-07-01T19:28:59.860Z[ recovery-image] Jul 01 19:28:59.332 INFO E| Compiling once_cell v1.21.3
107132026-07-01T19:28:59.860Z[ recovery-image] Jul 01 19:28:59.333 INFO E| Compiling colorchoice v1.0.3
107142026-07-01T19:28:59.860Z[ recovery-image] Jul 01 19:28:59.333 INFO E| Compiling shlex v1.3.0
107152026-07-01T19:29:00.334Z[ recovery-image] Jul 01 19:28:59.350 INFO E| Compiling equivalent v1.0.2
107162026-07-01T19:29:00.334Z[ recovery-image] Jul 01 19:28:59.350 INFO E| Compiling strsim v0.11.1
107172026-07-01T19:29:00.334Z[ recovery-image] Jul 01 19:28:59.350 INFO E| Compiling toml_write v0.1.1
107182026-07-01T19:29:00.334Z[ recovery-image] Jul 01 19:28:59.350 INFO E| Compiling anyhow v1.0.98
107192026-07-01T19:29:00.335Z[ recovery-image] Jul 01 19:28:59.360 INFO E| Compiling winnow v0.7.7
107202026-07-01T19:29:00.335Z[ recovery-image] Jul 01 19:28:59.365 INFO E| Compiling clap_lex v0.7.4
107212026-07-01T19:29:00.335Z[ recovery-image] Jul 01 19:28:59.369 INFO E| Compiling syn v2.0.101
107222026-07-01T19:29:00.335Z[ recovery-image] Jul 01 19:28:59.471 INFO E| Compiling anstyle-parse v0.2.6
107232026-07-01T19:29:00.335Z[ recovery-image] Jul 01 19:28:59.513 INFO E| Compiling cc v1.2.20
107242026-07-01T19:29:00.335Z[ recovery-image] Jul 01 19:28:59.608 INFO E| Compiling anstream v0.6.18
107252026-07-01T19:29:00.335Z[ recovery-image] Jul 01 19:28:59.798 INFO E| Compiling clap_builder v4.5.37
107262026-07-01T19:29:00.429Z[ recovery-image] Jul 01 19:28:59.812 INFO E| Compiling indexmap v2.9.0
107272026-07-01T19:29:00.482Z[ recovery-image] Jul 01 19:28:59.953 INFO E| Compiling os_pipe v1.2.1
107282026-07-01T19:29:00.482Z[ recovery-image] Jul 01 19:28:59.953 INFO E| Compiling shared_child v1.0.1
107292026-07-01T19:29:00.590Z[ recovery-image] Jul 01 19:29:00.066 INFO E| Compiling duct v0.13.7
107302026-07-01T19:29:01.010Z[ recovery-image] Jul 01 19:29:00.485 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107312026-07-01T19:29:01.864Z[ recovery-image] Jul 01 19:29:01.339 INFO E| Compiling serde_derive v1.0.219
107322026-07-01T19:29:01.864Z[ recovery-image] Jul 01 19:29:01.339 INFO E| Compiling clap_derive v4.5.32
107332026-07-01T19:29:06.015Z[ recovery-image] Jul 01 19:29:02.589 INFO E| Compiling clap v4.5.37
107342026-07-01T19:29:06.015Z[ recovery-image] Jul 01 19:29:03.159 INFO E| Compiling serde v1.0.219
107352026-07-01T19:29:06.016Z[ recovery-image] Jul 01 19:29:04.789 INFO E| Compiling serde_spanned v0.6.8
107362026-07-01T19:29:06.016Z[ recovery-image] Jul 01 19:29:04.790 INFO E| Compiling toml_datetime v0.6.9
107372026-07-01T19:29:06.016Z[ recovery-image] Jul 01 19:29:04.934 INFO E| Compiling toml_edit v0.22.26
107382026-07-01T19:29:06.594Z[ recovery-image] Jul 01 19:29:06.070 INFO E| Compiling toml v0.8.22
107392026-07-01T19:29:08.499Z[ recovery-image] Jul 01 19:29:07.976 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.86s
107402026-07-01T19:29:08.512Z[ recovery-image] Jul 01 19:29:07.988 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 --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
107412026-07-01T19:29:08.525Z[ recovery-image] Jul 01 19:29:08.002 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
107422026-07-01T19:29:08.595Z[ recovery-image] Jul 01 19:29:08.072 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
107432026-07-01T19:29:08.602Z[ recovery-image] Jul 01 19:29:08.078 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.h -o /work/os-recovery/gimlet.rom`
107442026-07-01T19:29:08.715Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
107452026-07-01T19:29:08.715Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
107462026-07-01T19:29:08.715Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
107472026-07-01T19:29:08.718Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
107482026-07-01T19:29:08.718Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
107492026-07-01T19:29:08.718Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
107502026-07-01T19:29:08.718Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
107512026-07-01T19:29:08.718Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
107522026-07-01T19:29:08.718Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
107532026-07-01T19:29:08.718Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
107542026-07-01T19:29:08.718Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
107552026-07-01T19:29:08.719Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
107562026-07-01T19:29:08.719Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
107572026-07-01T19:29:08.719Z[ recovery-image] Jul 01 19:29:08.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
107582026-07-01T19:29:08.719Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
107592026-07-01T19:29:08.719Z[ recovery-image] Jul 01 19:29:08.192 INFO O| Info: ABL version: 0x100f5010
107602026-07-01T19:29:08.719Z[ recovery-image] Jul 01 19:29:08.192 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
107612026-07-01T19:29:08.719Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107622026-07-01T19:29:08.719Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107632026-07-01T19:29:08.719Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107642026-07-01T19:29:08.719Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107652026-07-01T19:29:08.719Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107662026-07-01T19:29:08.719Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107672026-07-01T19:29:08.719Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107682026-07-01T19:29:08.720Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107692026-07-01T19:29:08.720Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107702026-07-01T19:29:08.720Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107712026-07-01T19:29:08.720Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107722026-07-01T19:29:08.720Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107732026-07-01T19:29:08.720Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107742026-07-01T19:29:08.720Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107752026-07-01T19:29:08.720Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107762026-07-01T19:29:08.720Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107772026-07-01T19:29:08.720Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107782026-07-01T19:29:08.720Z[ recovery-image] Jul 01 19:29:08.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107792026-07-01T19:29:08.746Z[ recovery-image] Jul 01 19:29:08.222 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107802026-07-01T19:29:08.746Z[ recovery-image] Jul 01 19:29:08.222 INFO building ROM for cosmo
107812026-07-01T19:29:08.750Z[ recovery-image] Jul 01 19:29:08.222 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", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-recovery/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
107822026-07-01T19:29:08.835Z[ recovery-image] Jul 01 19:29:08.312 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
107832026-07-01T19:29:08.839Z[ recovery-image] Jul 01 19:29:08.314 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 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
107842026-07-01T19:29:08.850Z[ recovery-image] Jul 01 19:29:08.327 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
107852026-07-01T19:29:08.915Z[ recovery-image] Jul 01 19:29:08.391 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
107862026-07-01T19:29:08.919Z[ recovery-image] Jul 01 19:29:08.394 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.a -o /work/os-recovery/cosmo.rom`
107872026-07-01T19:29:09.119Z[ recovery-image] Jul 01 19:29:08.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
107882026-07-01T19:29:09.119Z[ recovery-image] Jul 01 19:29:08.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
107892026-07-01T19:29:09.123Z[ recovery-image] Jul 01 19:29:08.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
107902026-07-01T19:29:09.123Z[ recovery-image] Jul 01 19:29:08.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
107912026-07-01T19:29:09.123Z[ recovery-image] Jul 01 19:29:08.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
107922026-07-01T19:29:09.123Z[ recovery-image] Jul 01 19:29:08.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
107932026-07-01T19:29:09.123Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
107942026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
107952026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
107962026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
107972026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
107982026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
107992026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108002026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108012026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108022026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108032026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108042026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108052026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108062026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108072026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108082026-07-01T19:29:09.124Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108092026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108102026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108112026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108122026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108132026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108142026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108152026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108162026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108172026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108182026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108192026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108202026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108212026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108222026-07-01T19:29:09.125Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108232026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
108242026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
108252026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
108262026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
108272026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
108282026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
108292026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
108302026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
108312026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
108322026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108332026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
108342026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
108352026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
108362026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
108372026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
108382026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
108392026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
108402026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO O| Info: ABL version: 0x100af010
108412026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
108422026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
108432026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
108442026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
108452026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
108462026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
108472026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
108482026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
108492026-07-01T19:29:09.126Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
108502026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
108512026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
108522026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
108532026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
108542026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
108552026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
108562026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
108572026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
108582026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
108592026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
108602026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
108612026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
108622026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
108632026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
108642026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
108652026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
108662026-07-01T19:29:09.127Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
108672026-07-01T19:29:09.128Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
108682026-07-01T19:29:09.128Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
108692026-07-01T19:29:09.128Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
108702026-07-01T19:29:09.128Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
108712026-07-01T19:29:09.128Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
108722026-07-01T19:29:09.128Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
108732026-07-01T19:29:09.128Z[ recovery-image] Jul 01 19:29:08.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
108742026-07-01T19:29:09.151Z[ recovery-image] Jul 01 19:29:08.627 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
108752026-07-01T19:29:10.360Z[ recovery-image] Jul 01 19:29:09.837 INFO image complete! materials are in "/work/os-recovery"
108762026-07-01T19:29:10.364Z[ recovery-image]
108772026-07-01T19:29:10.364Z[ recovery-image] real 3:59.316094499
108782026-07-01T19:29:10.364Z[ recovery-image] user 2:26.652264537
108792026-07-01T19:29:10.364Z[ recovery-image] sys 32.497265477
108802026-07-01T19:29:10.364Z[ recovery-image] trap 0.067514545
108812026-07-01T19:29:10.364Z[ recovery-image] tflt 0.738657202
108822026-07-01T19:29:10.364Z[ recovery-image] dflt 0.715684673
108832026-07-01T19:29:10.364Z[ recovery-image] kflt 0.000117400
108842026-07-01T19:29:10.364Z[ recovery-image] lock 8:45.776135634
108852026-07-01T19:29:10.364Z[ recovery-image] slp 23:44.342830624
108862026-07-01T19:29:10.364Z[ recovery-image] lat 28.082478520
108872026-07-01T19:29:10.364Z[ recovery-image] stop 7.032753047
108882026-07-01T19:29:10.364ZJul 01 19:29:09.840 INFO [recovery-image] process exited with exit status: 0 (239.320862283s)
108892026-07-01T19:29:10.928Z[ host-image] Jul 01 19:29:10.404 INFO O| Jul 01 19:29:10.404 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108902026-07-01T19:29:11.026Z[ host-image] Jul 01 19:29:10.502 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
108912026-07-01T19:29:11.026Z[ host-image] Jul 01 19:29:10.502 INFO expanded image name: "ci 19daa89/${os_short_commit} 2026-07-01 19:14" -> "ci 19daa89/9b09742 2026-07-01 19:14"
108922026-07-01T19:29:11.029Z[ host-image] Jul 01 19:29:10.502 INFO output artefacts stored in: "/work/os-host"
108932026-07-01T19:29:11.029Z[ host-image] Jul 01 19:29:10.502 INFO collecting git info from project "amd-firmware"...
108942026-07-01T19:29:11.037Z[ host-image] Jul 01 19:29:10.513 INFO collecting git info from project "pilot"...
108952026-07-01T19:29:11.040Z[ host-image] Jul 01 19:29:10.517 INFO collecting git info from project "image-builder"...
108962026-07-01T19:29:11.043Z[ host-image] Jul 01 19:29:10.520 INFO collecting git info from project "chelsio-t6-roms"...
108972026-07-01T19:29:11.047Z[ host-image] Jul 01 19:29:10.524 INFO collecting git info from project "bootserver"...
108982026-07-01T19:29:11.050Z[ host-image] Jul 01 19:29:10.527 INFO collecting git info from project "pinprick"...
108992026-07-01T19:29:11.053Z[ host-image] Jul 01 19:29:10.530 INFO collecting git info from project "dmar-report"...
109002026-07-01T19:29:11.056Z[ host-image] Jul 01 19:29:10.533 INFO collecting git info from project "phbl"...
109012026-07-01T19:29:11.059Z[ host-image] Jul 01 19:29:10.536 INFO collecting git info from project "amd-host-image-builder"...
109022026-07-01T19:29:11.063Z[ host-image] Jul 01 19:29:10.539 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
109032026-07-01T19:29:11.350Z[ host-image] Jul 01 19:29:10.826 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
109042026-07-01T19:29:11.619Z[ host-image] Jul 01 19:29:11.095 INFO creating Oxide boot image...
109052026-07-01T19:29:11.619Z[ host-image] Jul 01 19:29:11.095 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 19daa89/9b09742 2026-07-01 19:14", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
109062026-07-01T19:29:12.296Z[ host-image] Jul 01 19:29:11.773 INFO O| ok, image written!
109072026-07-01T19:29:12.297Z[ host-image] Jul 01 19:29:11.773 INFO O| ok, boot_image_csum file written!
109082026-07-01T19:29:12.359Z[ host-image] Jul 01 19:29:11.775 INFO creating boot archive (CPIO)...
109092026-07-01T19:29:12.359Z[ host-image] Jul 01 19:29:11.775 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
109102026-07-01T19:29:12.359Z[ host-image] Jul 01 19:29:11.778 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109112026-07-01T19:29:12.359Z[ host-image] Jul 01 19:29:11.778 INFO E| + outfile=/work/os-host/cpio
109122026-07-01T19:29:12.359Z[ host-image] Jul 01 19:29:11.778 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
109132026-07-01T19:29:12.359Z[ host-image] Jul 01 19:29:11.780 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
109142026-07-01T19:29:12.359Z[ host-image] Jul 01 19:29:11.780 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
109152026-07-01T19:29:12.359Z[ host-image] Jul 01 19:29:11.805 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
109162026-07-01T19:29:12.359Z[ host-image] Jul 01 19:29:11.805 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
109172026-07-01T19:29:12.359Z[ host-image] Jul 01 19:29:11.810 INFO creating compressed cpio/unix for dev loaders...
109182026-07-01T19:29:12.359Z[ host-image] Jul 01 19:29:11.810 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
109192026-07-01T19:29:12.556Z[ host-image] Jul 01 19:29:12.032 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
109202026-07-01T19:29:15.776Z[ host-image] Jul 01 19:29:15.252 INFO creating reset image...
109212026-07-01T19:29:15.776Z[ host-image] Jul 01 19:29:15.252 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")
109222026-07-01T19:29:15.845Z[ host-image] Jul 01 19:29:15.321 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109232026-07-01T19:29:15.848Z[ host-image] Jul 01 19:29:15.322 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109242026-07-01T19:29:16.092Z[ host-image] Jul 01 19:29:15.569 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
109252026-07-01T19:29:16.092Z[ host-image] Jul 01 19:29:15.569 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
109262026-07-01T19:29:16.092Z[ host-image] Jul 01 19:29:15.569 INFO E| Compiling proc-macro2 v1.0.106
109272026-07-01T19:29:16.092Z[ host-image] Jul 01 19:29:15.569 INFO E| Compiling quote v1.0.45
109282026-07-01T19:29:16.096Z[ host-image] Jul 01 19:29:15.569 INFO E| Compiling unicode-ident v1.0.24
109292026-07-01T19:29:16.096Z[ host-image] Jul 01 19:29:15.569 INFO E| Compiling syn v1.0.109
109302026-07-01T19:29:16.096Z[ host-image] Jul 01 19:29:15.569 INFO E| Compiling x86 v0.52.0
109312026-07-01T19:29:16.096Z[ host-image] Jul 01 19:29:15.569 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109322026-07-01T19:29:16.096Z[ host-image] Jul 01 19:29:15.569 INFO E| Compiling seq-macro v0.3.6
109332026-07-01T19:29:16.992Z[ host-image] Jul 01 19:29:16.469 INFO E| Compiling syn v2.0.117
109342026-07-01T19:29:18.247Z[ host-image] Jul 01 19:29:17.723 INFO E| Compiling scroll_derive v0.13.1
109352026-07-01T19:29:19.261Z[ host-image] Jul 01 19:29:18.737 INFO E| Compiling bitstruct_derive v0.1.0
109362026-07-01T19:29:28.232Z[ host-image] Jul 01 19:29:27.708 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
109372026-07-01T19:29:30.275Z[ host-image] Jul 01 19:29:29.751 INFO E| Compiling bitflags v1.3.2
109382026-07-01T19:29:30.275Z[ host-image] Jul 01 19:29:29.751 INFO E| Compiling scroll v0.13.0
109392026-07-01T19:29:30.282Z[ host-image] Jul 01 19:29:29.751 INFO E| Compiling bitflags v2.13.0
109402026-07-01T19:29:30.282Z[ host-image] Jul 01 19:29:29.751 INFO E| Compiling bit_field v0.10.3
109412026-07-01T19:29:30.282Z[ host-image] Jul 01 19:29:29.751 INFO E| Compiling adler2 v2.0.1
109422026-07-01T19:29:30.282Z[ host-image] Jul 01 19:29:29.752 INFO E| Compiling log v0.4.32
109432026-07-01T19:29:30.286Z[ host-image] Jul 01 19:29:29.752 INFO E| Compiling plain v0.2.3
109442026-07-01T19:29:30.286Z[ host-image] Jul 01 19:29:29.752 INFO E| Compiling bitstruct v0.1.1
109452026-07-01T19:29:30.286Z[ host-image] Jul 01 19:29:29.752 INFO E| Compiling static_assertions v1.1.0
109462026-07-01T19:29:30.327Z[ host-image] Jul 01 19:29:29.803 INFO E| Compiling raw-cpuid v10.7.0
109472026-07-01T19:29:30.365Z[ host-image] Jul 01 19:29:29.841 INFO E| Compiling miniz_oxide v0.9.1
109482026-07-01T19:29:30.432Z[ host-image] Jul 01 19:29:29.908 INFO E| Compiling cpio_reader v0.1.2
109492026-07-01T19:29:30.493Z[ host-image] Jul 01 19:29:29.969 INFO E| Compiling goblin v0.10.7
109502026-07-01T19:29:33.242Z[ host-image] Jul 01 19:29:32.718 INFO E| Finished `release` profile [optimized] target(s) in 17.38s
109512026-07-01T19:29:33.253Z[ host-image] Jul 01 19:29:32.729 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109522026-07-01T19:29:33.253Z[ host-image] Jul 01 19:29:32.729 INFO building ROM for gimlet
109532026-07-01T19:29:33.256Z[ host-image] Jul 01 19:29:32.729 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", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml", "--image", "/work/os-host/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
109542026-07-01T19:29:33.335Z[ host-image] Jul 01 19:29:32.811 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109552026-07-01T19:29:33.338Z[ host-image] Jul 01 19:29:32.813 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 --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
109562026-07-01T19:29:33.346Z[ host-image] Jul 01 19:29:32.823 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
109572026-07-01T19:29:33.408Z[ host-image] Jul 01 19:29:32.885 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109582026-07-01T19:29:33.412Z[ host-image] Jul 01 19:29:32.887 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.h -o /work/os-host/gimlet.rom`
109592026-07-01T19:29:33.520Z[ host-image] Jul 01 19:29:32.996 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
109602026-07-01T19:29:33.520Z[ host-image] Jul 01 19:29:32.996 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
109612026-07-01T19:29:33.520Z[ host-image] Jul 01 19:29:32.996 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
109622026-07-01T19:29:33.520Z[ host-image] Jul 01 19:29:32.996 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
109632026-07-01T19:29:33.524Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
109642026-07-01T19:29:33.524Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
109652026-07-01T19:29:33.524Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
109662026-07-01T19:29:33.524Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
109672026-07-01T19:29:33.524Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
109682026-07-01T19:29:33.524Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
109692026-07-01T19:29:33.524Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
109702026-07-01T19:29:33.524Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
109712026-07-01T19:29:33.524Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
109722026-07-01T19:29:33.524Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
109732026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
109742026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO O| Info: ABL version: 0x100f5010
109752026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
109762026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109772026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109782026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109792026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109802026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109812026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109822026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109832026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109842026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109852026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109862026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109872026-07-01T19:29:33.525Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109882026-07-01T19:29:33.527Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109892026-07-01T19:29:33.527Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109902026-07-01T19:29:33.527Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109912026-07-01T19:29:33.527Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109922026-07-01T19:29:33.527Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109932026-07-01T19:29:33.528Z[ host-image] Jul 01 19:29:32.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109942026-07-01T19:29:33.553Z[ host-image] Jul 01 19:29:33.030 INFO building ROM for cosmo
109952026-07-01T19:29:33.553Z[ host-image] Jul 01 19:29:33.030 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", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-host/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
109962026-07-01T19:29:33.636Z[ host-image] Jul 01 19:29:33.112 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109972026-07-01T19:29:33.639Z[ host-image] Jul 01 19:29:33.114 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 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
109982026-07-01T19:29:33.650Z[ host-image] Jul 01 19:29:33.127 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109992026-07-01T19:29:33.718Z[ host-image] Jul 01 19:29:33.194 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110002026-07-01T19:29:33.721Z[ host-image] Jul 01 19:29:33.197 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.a -o /work/os-host/cosmo.rom`
110012026-07-01T19:29:33.925Z[ host-image] Jul 01 19:29:33.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110022026-07-01T19:29:33.925Z[ host-image] Jul 01 19:29:33.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110032026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110042026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110052026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110062026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110072026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110082026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110092026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110102026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110112026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110122026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110132026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110142026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110152026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110162026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110172026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110182026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110192026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110202026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110212026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110222026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110232026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110242026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110252026-07-01T19:29:33.930Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110262026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110272026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110282026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110292026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110302026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110312026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110322026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110332026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110342026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110352026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110362026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110372026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110382026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110392026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110402026-07-01T19:29:33.932Z[ host-image] Jul 01 19:29:33.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110412026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110422026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110432026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110442026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110452026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110462026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110472026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110482026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110492026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110502026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110512026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110522026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110532026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110542026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO O| Info: ABL version: 0x100af010
110552026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110562026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110572026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110582026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110592026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110602026-07-01T19:29:33.934Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110612026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110622026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110632026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110642026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110652026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110662026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110672026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110682026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110692026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110702026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110712026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110722026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110732026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110742026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110752026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110762026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110772026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110782026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110792026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110802026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110812026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110822026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110832026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110842026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110852026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110862026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110872026-07-01T19:29:33.935Z[ host-image] Jul 01 19:29:33.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110882026-07-01T19:29:33.958Z[ host-image] Jul 01 19:29:33.434 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110892026-07-01T19:29:33.958Z[ host-image] Jul 01 19:29:33.434 INFO finishing image archive at "/work/os-host/os.tar.gz"...
110902026-07-01T19:29:43.180Z[ host-image] Jul 01 19:29:42.655 INFO image complete! materials are in "/work/os-host"
110912026-07-01T19:29:43.183Z[ host-image]
110922026-07-01T19:29:43.183Z[ host-image] real 5:00.630964936
110932026-07-01T19:29:43.183Z[ host-image] user 2:26.482130676
110942026-07-01T19:29:43.184Z[ host-image] sys 33.224526690
110952026-07-01T19:29:43.184Z[ host-image] trap 0.050341042
110962026-07-01T19:29:43.184Z[ host-image] tflt 0.362101572
110972026-07-01T19:29:43.184Z[ host-image] dflt 0.158057004
110982026-07-01T19:29:43.184Z[ host-image] kflt 0.000117970
110992026-07-01T19:29:43.184Z[ host-image] lock 5:58.830526617
111002026-07-01T19:29:43.184Z[ host-image] slp 29:13.987344969
111012026-07-01T19:29:43.184Z[ host-image] lat 17.638601272
111022026-07-01T19:29:43.184Z[ host-image] stop 1.577706176
111032026-07-01T19:29:43.184ZJul 01 19:29:42.660 INFO [host-image] process exited with exit status: 0 (300.6367109s)
111042026-07-01T19:29:43.184ZJul 01 19:29:42.660 INFO [tuf-repo] running task
111052026-07-01T19:30:01.889ZJul 01 19:30:01.364 INFO assembling repository in `/tmp/tufaceousAbVayc`, component: OmicronRepoAssembler
111062026-07-01T19:30:06.724ZJul 01 19:30:06.200 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111072026-07-01T19:30:07.022ZJul 01 19:30:06.432 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111082026-07-01T19:30:15.704ZJul 01 19:30:15.179 INFO extracting uploaded archive to /tmp/.tmpbLUAGF
111092026-07-01T19:30:17.523ZJul 01 19:30:16.998 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.ePbSgH
111102026-07-01T19:30:17.572ZJul 01 19:30:17.047 INFO added artifact, length: 6654073, hash: 6063f1cd40422d423ee414535fb1153fa38e40e787d7ac52459ad6629b36b8bc, version: 1.73.0, kind: gimlet_sp, name: cosmo-a
111112026-07-01T19:30:17.672ZJul 01 19:30:17.133 INFO added artifact, length: 6654922, hash: bc3f6263ec0fc896a053e4c7cc0f0a28d2748c9fa9ee30cb3f89cdb19e2aa868, version: 1.73.0, kind: gimlet_sp, name: cosmo-b
111122026-07-01T19:30:17.753ZJul 01 19:30:17.222 INFO added artifact, length: 5470575, hash: 26b5e4a94400306d78dd3862abc3f9dd86c508ae121ad85a469aa1c5c925d0ca, version: 1.73.0, kind: gimlet_sp, name: gimlet-b
111132026-07-01T19:30:17.839ZJul 01 19:30:17.313 INFO added artifact, length: 5473738, hash: 020d4d00f97f51a3f8dd01c6b26c4c378d1075499f7e538131949ddc1a5c48dc, version: 1.73.0, kind: gimlet_sp, name: gimlet-c
111142026-07-01T19:30:17.914ZJul 01 19:30:17.389 INFO added artifact, length: 5474210, hash: 00bde51f492ebc67b33084e7597da8c6c857459a01cea12b6c706ab8390223dd, version: 1.73.0, kind: gimlet_sp, name: gimlet-d
111152026-07-01T19:30:17.985ZJul 01 19:30:17.460 INFO added artifact, length: 5474290, hash: bd9c3843519a294c4315a510f00bfe61dc71b84270ccdae48907a74778b187b4, version: 1.73.0, kind: gimlet_sp, name: gimlet-e
111162026-07-01T19:30:18.062ZJul 01 19:30:17.534 INFO added artifact, length: 5474229, hash: cbbeaeae084e89d7742bf50dd6b72033ea26a02b1802eeaac521ba7a5746b4de, version: 1.73.0, kind: gimlet_sp, name: gimlet-f
111172026-07-01T19:30:18.142ZJul 01 19:30:17.618 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
111182026-07-01T19:30:18.142ZJul 01 19:30:17.618 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
111192026-07-01T19:30:18.188ZJul 01 19:30:17.663 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
111202026-07-01T19:30:18.188ZJul 01 19:30:17.663 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
111212026-07-01T19:30:18.240ZJul 01 19:30:17.715 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111222026-07-01T19:30:18.240ZJul 01 19:30:17.715 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111232026-07-01T19:30:18.285ZJul 01 19:30:17.761 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
111242026-07-01T19:30:18.293ZJul 01 19:30:17.761 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
111252026-07-01T19:30:18.331ZJul 01 19:30:17.806 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
111262026-07-01T19:30:18.338ZJul 01 19:30:17.806 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
111272026-07-01T19:30:18.374ZJul 01 19:30:17.848 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
111282026-07-01T19:30:18.380ZJul 01 19:30:17.848 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
111292026-07-01T19:30:18.420ZJul 01 19:30:17.895 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
111302026-07-01T19:30:18.420ZJul 01 19:30:17.896 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
111312026-07-01T19:30:18.424ZJul 01 19:30:17.896 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
111322026-07-01T19:30:18.424ZJul 01 19:30:17.897 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
111332026-07-01T19:30:18.425ZJul 01 19:30:17.897 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
111342026-07-01T19:30:18.425ZJul 01 19:30:17.898 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
111352026-07-01T19:30:18.425ZJul 01 19:30:17.898 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
111362026-07-01T19:30:23.589ZJul 01 19:30:23.064 INFO added artifact, length: 33554432, hash: 5dd4565b92f8ed97fc9be311b84d6d0d0d1bcd6b508ae8ea58aff11dbb5106e0, version: 21.0.0-0.ci+git19daa89a410, kind: gimlet_host_phase_1, name: host
111372026-07-01T19:30:23.589ZJul 01 19:30:23.064 INFO added artifact, length: 33554432, hash: 01280a697ca22d4da53a8a5e69caed85ab6f989368bd797f023f07de8cdd2096, version: 21.0.0-0.ci+git19daa89a410, kind: cosmo_host_phase_1, name: host
111382026-07-01T19:30:23.597ZJul 01 19:30:23.064 INFO added artifact, length: 1101008896, hash: bf6ea4e09c3a8aea4a980e6b2d96411c0d5d860028be52e558bf27c296da2e6a, version: 21.0.0-0.ci+git19daa89a410, kind: host_phase_2, name: host
111392026-07-01T19:30:24.526ZJul 01 19:30:23.998 INFO added artifact, length: 33554432, hash: 4d6494243925cb6b5f117a27d88a371056ad2c63ddedbb1f6307272035cca5fb, version: 21.0.0-0.ci+git19daa89a410, kind: gimlet_trampoline_phase_1, name: trampoline
111402026-07-01T19:30:24.526ZJul 01 19:30:23.998 INFO added artifact, length: 33554432, hash: 5a323097f8d153731024ad2e0c0e40410f31db13c25a2ae06c7843c65687b6b2, version: 21.0.0-0.ci+git19daa89a410, kind: cosmo_trampoline_phase_1, name: trampoline
111412026-07-01T19:30:24.532ZJul 01 19:30:23.998 INFO added artifact, length: 163705027, hash: c5d253c49d1bcdef38f336d05c7661e9cb6ba4ea0455f2f3440d74b9e0b2631b, version: 21.0.0-0.ci+git19daa89a410, kind: trampoline_phase_2, name: trampoline
111422026-07-01T19:30:26.163ZJul 01 19:30:25.628 INFO added artifact, length: 301975526, hash: 6a596b0d6b14df11770ecaa3bacfaddc969a442239f64dc6b5bb942c8d1a9051, version: 21.0.0-0.ci+git19daa89a410, kind: zone, name: clickhouse_keeper
111432026-07-01T19:30:28.000ZJul 01 19:30:27.474 INFO added artifact, length: 315812352, hash: b0a458ca3229baac27ffe241d5f0502bd2fd224c7c403527df1bb35a7ca26446, version: 21.0.0-0.ci+git19daa89a410, kind: zone, name: clickhouse_server
111442026-07-01T19:30:29.733ZJul 01 19:30:29.208 INFO added artifact, length: 315815659, hash: 1d7c586b4c81ea6ecbf7a40e8b5c3935526c405f935e3aedd2498b1f94c6cc0a, version: 21.0.0-0.ci+git19daa89a410, kind: zone, name: clickhouse
111452026-07-01T19:30:30.627ZJul 01 19:30:30.102 INFO added artifact, length: 162479837, hash: ffbb7569a746278d94b63b8942050184dd086382170d7023e157c1c8e22002ce, version: 21.0.0-0.ci+git19daa89a410, kind: zone, name: cockroachdb
111462026-07-01T19:30:30.831ZJul 01 19:30:30.306 INFO added artifact, length: 38299219, hash: 1aa2fee58ee7806e6dcf089e330022d06c4657239866969b064fe05e743aad66, version: 21.0.0-0.ci+git19daa89a410, kind: zone, name: crucible-pantry-zone
111472026-07-01T19:30:31.179ZJul 01 19:30:30.639 INFO added artifact, length: 53347261, hash: 695487a6e3dcbcfa24ae1a3805a861421c5544246dcaf7c2aa699b5bab75ee06, version: 21.0.0-0.ci+git19daa89a410, kind: zone, name: crucible-zone
111482026-07-01T19:30:31.450ZJul 01 19:30:30.925 INFO added artifact, length: 44212282, hash: bd610e5511a203646c6be7525f7768d486f2d095d2b744936c12d41a466c1475, version: 21.0.0-0.ci+git19daa89a410, kind: zone, name: external-dns
111492026-07-01T19:30:31.719ZJul 01 19:30:31.180 INFO added artifact, length: 44211878, hash: 5e750645cbc70067113a684e8bceb120b8a640b2c6a83ad25a5292c140ef7287, version: 21.0.0-0.ci+git19daa89a410, kind: zone, name: internal-dns
111502026-07-01T19:30:33.270ZJul 01 19:30:32.746 INFO added artifact, length: 276022693, hash: fbaef89fa9a8c4c7e915148f87aace35d10280a9c559681ab069fe77ed273bd9, version: 21.0.0-0.ci+git19daa89a410, kind: zone, name: nexus
111512026-07-01T19:30:33.797ZJul 01 19:30:32.900 INFO added artifact, length: 27176712, hash: 039d884dab53336dde1e08d9e7b15cb0ef7f80e0c6f3255736d391aba81fde16, version: 21.0.0-0.ci+git19daa89a410, kind: zone, name: ntp
111522026-07-01T19:30:33.803ZJul 01 19:30:33.248 INFO added artifact, length: 60597677, hash: 8f3c760155e7b4468799940b46f7e656de94730b27abdb9faf5234b15c06c3fe, version: 21.0.0-0.ci+git19daa89a410, kind: zone, name: oximeter
111532026-07-01T19:30:33.803ZJul 01 19:30:33.266 INFO added artifact, length: 3109592, hash: 858d86fad5349078ffee377d30c77d2d341394b0dc023f6a4da1f726c3c0ef35, version: 21.0.0-0.ci+git19daa89a410, kind: zone, name: probe
111542026-07-01T19:30:33.804ZJul 01 19:30:33.266 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
111552026-07-01T19:30:33.804ZJul 01 19:30:33.267 INFO added artifact, length: 829, hash: 884b71e2268556a24f096df11676fed76b5775e83e1b9f0c897e6c039eac05a8, version: 1.73.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.73.0
111562026-07-01T19:30:33.804ZJul 01 19:30:33.267 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
111572026-07-01T19:30:33.920ZJul 01 19:30:33.304 INFO added artifact, length: 4039307, hash: 2be30a3e15f662a8ff16dd240f1fe7260580cf8efc6d7e4eb6c3556a6f4859ec, version: 1.73.0, kind: psc_sp, name: observer-a
111582026-07-01T19:30:33.933ZJul 01 19:30:33.338 INFO added artifact, length: 4089302, hash: 98c63d50c9729350f8e1e4f945281bc98f53de0e6ebc7141105c41c63ad343b8, version: 1.73.0, kind: psc_sp, name: psc-b
111592026-07-01T19:30:33.933ZJul 01 19:30:33.362 INFO added artifact, length: 4092348, hash: c75704fab00ed5d4a51f5324d4b67814fcb7781f68a41bf9cc101b8665bbd8c8, version: 1.73.0, kind: psc_sp, name: psc-c
111602026-07-01T19:30:33.944ZJul 01 19:30:33.403 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
111612026-07-01T19:30:33.944ZJul 01 19:30:33.403 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
111622026-07-01T19:30:33.975ZJul 01 19:30:33.450 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
111632026-07-01T19:30:33.975ZJul 01 19:30:33.450 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
111642026-07-01T19:30:34.012ZJul 01 19:30:33.487 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
111652026-07-01T19:30:34.012ZJul 01 19:30:33.487 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
111662026-07-01T19:30:34.078ZJul 01 19:30:33.532 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
111672026-07-01T19:30:34.092ZJul 01 19:30:33.532 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
111682026-07-01T19:30:34.092ZJul 01 19:30:33.533 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
111692026-07-01T19:30:34.092ZJul 01 19:30:33.533 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
111702026-07-01T19:30:34.099ZJul 01 19:30:33.534 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
111712026-07-01T19:30:34.108ZJul 01 19:30:33.583 INFO added artifact, length: 6936310, hash: 17f46108744d8b377e66207b6b4ee2a0cc01861d6031af7549653c3977dbcc9f, version: 1.73.0, kind: switch_sp, name: sidecar-b
111722026-07-01T19:30:34.196ZJul 01 19:30:33.670 INFO added artifact, length: 6952046, hash: cea7c49aa89e3ce6eaf2846f9ced51b41fb806a09d8d613e35cc8bae4a48ea39, version: 1.73.0, kind: switch_sp, name: sidecar-c
111732026-07-01T19:30:34.286ZJul 01 19:30:33.761 INFO added artifact, length: 6952027, hash: 70a99fd0dc1a1a7e5f6a78d299e948636800614d350b434976d794ba446557ca, version: 1.73.0, kind: switch_sp, name: sidecar-d
111742026-07-01T19:30:34.365ZJul 01 19:30:33.841 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
111752026-07-01T19:30:34.365ZJul 01 19:30:33.841 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
111762026-07-01T19:30:34.416ZJul 01 19:30:33.891 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111772026-07-01T19:30:34.416ZJul 01 19:30:33.891 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111782026-07-01T19:30:34.466ZJul 01 19:30:33.941 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
111792026-07-01T19:30:34.466ZJul 01 19:30:33.941 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
111802026-07-01T19:30:34.509ZJul 01 19:30:33.982 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
111812026-07-01T19:30:34.509ZJul 01 19:30:33.982 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
111822026-07-01T19:30:34.513ZJul 01 19:30:33.982 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
111832026-07-01T19:30:34.513ZJul 01 19:30:33.983 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
111842026-07-01T19:30:34.513ZJul 01 19:30:33.983 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
111852026-07-01T19:30:34.513ZJul 01 19:30:33.984 INFO added artifact, length: 924, hash: b327e586765283d99bf18b5aa4a8c607d1206980cf60759340cee832bb6050a1, version: 21.0.0-0.ci+git19daa89a410, kind: installinator_document, name: installinator_document
111862026-07-01T19:30:34.965ZJul 01 19:30:34.441 INFO extracting uploaded archive to /tmp/.tmpEVUwfM
111872026-07-01T19:30:36.835ZJul 01 19:30:36.306 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.9DYWyh
111882026-07-01T19:30:36.877ZJul 01 19:30:36.351 INFO added artifact, length: 6654073, hash: 6063f1cd40422d423ee414535fb1153fa38e40e787d7ac52459ad6629b36b8bc, version: 1.73.0, kind: gimlet_sp, name: cosmo-a
111892026-07-01T19:30:36.965ZJul 01 19:30:36.440 INFO added artifact, length: 6654922, hash: bc3f6263ec0fc896a053e4c7cc0f0a28d2748c9fa9ee30cb3f89cdb19e2aa868, version: 1.73.0, kind: gimlet_sp, name: cosmo-b
111902026-07-01T19:30:37.045ZJul 01 19:30:36.520 INFO added artifact, length: 5470575, hash: 26b5e4a94400306d78dd3862abc3f9dd86c508ae121ad85a469aa1c5c925d0ca, version: 1.73.0, kind: gimlet_sp, name: gimlet-b
111912026-07-01T19:30:43.426ZJul 01 19:30:36.588 INFO added artifact, length: 5473738, hash: 020d4d00f97f51a3f8dd01c6b26c4c378d1075499f7e538131949ddc1a5c48dc, version: 1.73.0, kind: gimlet_sp, name: gimlet-c
111922026-07-01T19:30:51.724ZJul 01 19:30:36.668 INFO added artifact, length: 5474210, hash: 00bde51f492ebc67b33084e7597da8c6c857459a01cea12b6c706ab8390223dd, version: 1.73.0, kind: gimlet_sp, name: gimlet-d
111932026-07-01T19:30:51.724ZJul 01 19:30:36.754 INFO added artifact, length: 5474290, hash: bd9c3843519a294c4315a510f00bfe61dc71b84270ccdae48907a74778b187b4, version: 1.73.0, kind: gimlet_sp, name: gimlet-e
111942026-07-01T19:30:51.725ZJul 01 19:30:36.840 INFO added artifact, length: 5474229, hash: cbbeaeae084e89d7742bf50dd6b72033ea26a02b1802eeaac521ba7a5746b4de, version: 1.73.0, kind: gimlet_sp, name: gimlet-f
111952026-07-01T19:30:51.725ZJul 01 19:30:36.924 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
111962026-07-01T19:30:51.725ZJul 01 19:30:36.924 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
111972026-07-01T19:30:51.725ZJul 01 19:30:36.972 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
111982026-07-01T19:30:51.725ZJul 01 19:30:36.972 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
111992026-07-01T19:30:51.725ZJul 01 19:30:37.015 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112002026-07-01T19:30:51.725ZJul 01 19:30:37.015 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112012026-07-01T19:30:51.725ZJul 01 19:30:37.052 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112022026-07-01T19:30:51.725ZJul 01 19:30:37.052 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112032026-07-01T19:30:51.725ZJul 01 19:30:37.092 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112042026-07-01T19:30:51.725ZJul 01 19:30:37.092 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112052026-07-01T19:30:51.725ZJul 01 19:30:37.139 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112062026-07-01T19:30:51.725ZJul 01 19:30:37.139 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112072026-07-01T19:30:51.725ZJul 01 19:30:37.180 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112082026-07-01T19:30:51.725ZJul 01 19:30:37.180 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112092026-07-01T19:30:51.725ZJul 01 19:30:37.181 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112102026-07-01T19:30:51.725ZJul 01 19:30:37.181 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112112026-07-01T19:30:51.725ZJul 01 19:30:37.182 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112122026-07-01T19:30:51.725ZJul 01 19:30:37.183 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112132026-07-01T19:30:51.725ZJul 01 19:30:37.184 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112142026-07-01T19:30:51.767ZJul 01 19:30:42.390 INFO added artifact, length: 33554432, hash: 5dd4565b92f8ed97fc9be311b84d6d0d0d1bcd6b508ae8ea58aff11dbb5106e0, version: 21.0.0-0.ci+git19daa89a410, kind: gimlet_host_phase_1, name: host
112152026-07-01T19:30:51.767ZJul 01 19:30:42.390 INFO added artifact, length: 33554432, hash: 01280a697ca22d4da53a8a5e69caed85ab6f989368bd797f023f07de8cdd2096, version: 21.0.0-0.ci+git19daa89a410, kind: cosmo_host_phase_1, name: host
112162026-07-01T19:30:51.767ZJul 01 19:30:42.390 INFO added artifact, length: 1101008896, hash: bf6ea4e09c3a8aea4a980e6b2d96411c0d5d860028be52e558bf27c296da2e6a, version: 21.0.0-0.ci+git19daa89a410, kind: host_phase_2, name: host
112172026-07-01T19:30:51.767ZJul 01 19:30:43.370 INFO added artifact, length: 33554432, hash: 4d6494243925cb6b5f117a27d88a371056ad2c63ddedbb1f6307272035cca5fb, version: 21.0.0-0.ci+git19daa89a410, kind: gimlet_trampoline_phase_1, name: trampoline
112182026-07-01T19:30:51.767ZJul 01 19:30:43.370 INFO added artifact, length: 33554432, hash: 5a323097f8d153731024ad2e0c0e40410f31db13c25a2ae06c7843c65687b6b2, version: 21.0.0-0.ci+git19daa89a410, kind: cosmo_trampoline_phase_1, name: trampoline
112192026-07-01T19:30:51.767ZJul 01 19:30:43.370 INFO added artifact, length: 163705027, hash: c5d253c49d1bcdef38f336d05c7661e9cb6ba4ea0455f2f3440d74b9e0b2631b, version: 21.0.0-0.ci+git19daa89a410, kind: trampoline_phase_2, name: trampoline
112202026-07-01T19:30:54.561ZJul 01 19:30:48.384 INFO added artifact, length: 1700108057, hash: 3de3572d5fd32a4912e2c0eea68074e1c6d25e8bfc4a9c39f7c1226479becb0f, version: 21.0.0-0.ci+git19daa89a410, kind: control_plane, name: control-plane
112212026-07-01T19:30:54.561ZJul 01 19:30:48.384 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112222026-07-01T19:30:54.561ZJul 01 19:30:48.384 INFO added artifact, length: 829, hash: 884b71e2268556a24f096df11676fed76b5775e83e1b9f0c897e6c039eac05a8, version: 1.73.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.73.0
112232026-07-01T19:30:54.561ZJul 01 19:30:48.384 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112242026-07-01T19:30:54.561ZJul 01 19:30:48.413 INFO added artifact, length: 4039307, hash: 2be30a3e15f662a8ff16dd240f1fe7260580cf8efc6d7e4eb6c3556a6f4859ec, version: 1.73.0, kind: psc_sp, name: observer-a
112252026-07-01T19:30:54.561ZJul 01 19:30:48.441 INFO added artifact, length: 4089302, hash: 98c63d50c9729350f8e1e4f945281bc98f53de0e6ebc7141105c41c63ad343b8, version: 1.73.0, kind: psc_sp, name: psc-b
112262026-07-01T19:30:54.561ZJul 01 19:30:48.470 INFO added artifact, length: 4092348, hash: c75704fab00ed5d4a51f5324d4b67814fcb7781f68a41bf9cc101b8665bbd8c8, version: 1.73.0, kind: psc_sp, name: psc-c
112272026-07-01T19:30:54.562ZJul 01 19:30:48.517 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112282026-07-01T19:30:54.562ZJul 01 19:30:48.517 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112292026-07-01T19:30:54.562ZJul 01 19:30:48.566 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112302026-07-01T19:30:54.562ZJul 01 19:30:48.566 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112312026-07-01T19:30:54.562ZJul 01 19:30:48.618 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112322026-07-01T19:30:54.562ZJul 01 19:30:48.618 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112332026-07-01T19:30:54.562ZJul 01 19:30:48.666 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112342026-07-01T19:30:54.562ZJul 01 19:30:48.666 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112352026-07-01T19:30:54.562ZJul 01 19:30:48.667 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112362026-07-01T19:30:54.562ZJul 01 19:30:48.668 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112372026-07-01T19:30:54.562ZJul 01 19:30:48.668 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112382026-07-01T19:30:54.562ZJul 01 19:30:48.719 INFO added artifact, length: 6936310, hash: 17f46108744d8b377e66207b6b4ee2a0cc01861d6031af7549653c3977dbcc9f, version: 1.73.0, kind: switch_sp, name: sidecar-b
112392026-07-01T19:30:54.562ZJul 01 19:30:48.809 INFO added artifact, length: 6952046, hash: cea7c49aa89e3ce6eaf2846f9ced51b41fb806a09d8d613e35cc8bae4a48ea39, version: 1.73.0, kind: switch_sp, name: sidecar-c
112402026-07-01T19:30:54.562ZJul 01 19:30:48.897 INFO added artifact, length: 6952027, hash: 70a99fd0dc1a1a7e5f6a78d299e948636800614d350b434976d794ba446557ca, version: 1.73.0, kind: switch_sp, name: sidecar-d
112412026-07-01T19:30:54.562ZJul 01 19:30:48.997 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112422026-07-01T19:30:54.562ZJul 01 19:30:48.997 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112432026-07-01T19:30:54.562ZJul 01 19:30:49.046 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112442026-07-01T19:30:54.562ZJul 01 19:30:49.046 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112452026-07-01T19:30:54.562ZJul 01 19:30:49.095 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112462026-07-01T19:30:54.562ZJul 01 19:30:49.095 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112472026-07-01T19:30:54.562ZJul 01 19:30:49.144 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112482026-07-01T19:30:54.562ZJul 01 19:30:49.144 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112492026-07-01T19:30:54.562ZJul 01 19:30:49.144 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112502026-07-01T19:30:54.562ZJul 01 19:30:49.145 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112512026-07-01T19:30:54.562ZJul 01 19:30:49.145 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112522026-07-01T19:30:54.581ZJul 01 19:30:49.146 INFO added artifact, length: 924, hash: b327e586765283d99bf18b5aa4a8c607d1206980cf60759340cee832bb6050a1, version: 21.0.0-0.ci+git19daa89a410, kind: installinator_document, name: installinator_document
112532026-07-01T19:30:54.581ZJul 01 19:30:49.874 INFO [tuf-repo] task succeeded (67.214715058s)
112542026-07-01T19:31:32.273Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 18s
112552026-07-01T19:31:34.003ZJul 01 19:31:33.478 INFO [verify-libraries] process exited with exit status: 0 (383.203700533s)
112562026-07-01T19:31:34.003ZJul 01 19:31:33.478 INFO all jobs completed in 1051.397156384s
112572026-07-01T19:31:34.943Zprocess exited: duration 1255412 ms, exit code 0
 
112582026-07-01T19:31:34.951Zfound 41 output files
112592026-07-01T19:31:34.951Zuploading: /work/manifest.toml (17334 bytes)
112602026-07-01T19:31:35.966Zuploaded: /work/manifest.toml
112612026-07-01T19:31:35.966Zuploading: /work/repo.zip (2999484469 bytes)
112622026-07-01T19:32:18.266Zuploaded: /work/repo.zip
112632026-07-01T19:32:18.266Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112642026-07-01T19:32:19.333Zuploaded: /work/repo.zip.sha256.txt
112652026-07-01T19:32:19.333Zuploading: /work/helios.json (647 bytes)
112662026-07-01T19:32:20.355Zuploaded: /work/helios.json
112672026-07-01T19:32:20.355Zuploading: /work/incorporation.p5m (113332 bytes)
112682026-07-01T19:32:21.370Zuploaded: /work/incorporation.p5m
112692026-07-01T19:32:21.370Zuploading: /work/incorporation.p5p (133120 bytes)
112702026-07-01T19:32:22.390Zuploaded: /work/incorporation.p5p
112712026-07-01T19:32:22.390Zuploading: /work/helios-incorp.log (522 bytes)
112722026-07-01T19:32:23.986Zuploaded: /work/helios-incorp.log
112732026-07-01T19:32:23.986Zuploading: /work/helios-setup.log (57253 bytes)
112742026-07-01T19:32:25.099Zuploaded: /work/helios-setup.log
112752026-07-01T19:32:25.099Zuploading: /work/host-image.log (235302 bytes)
112762026-07-01T19:32:26.116Zuploaded: /work/host-image.log
112772026-07-01T19:32:26.116Zuploading: /work/host-package.log (32971 bytes)
112782026-07-01T19:32:27.126Zuploaded: /work/host-package.log
112792026-07-01T19:32:27.126Zuploading: /work/host-target.log (101 bytes)
112802026-07-01T19:32:28.138Zuploaded: /work/host-target.log
112812026-07-01T19:32:28.138Zuploading: /work/incorp-create.log (0 bytes)
112822026-07-01T19:32:29.146Zuploaded: /work/incorp-create.log
112832026-07-01T19:32:29.146Zuploading: /work/incorp-fmt.log (0 bytes)
112842026-07-01T19:32:30.153Zuploaded: /work/incorp-fmt.log
112852026-07-01T19:32:30.153Zuploading: /work/incorp-pkgsend.log (108 bytes)
112862026-07-01T19:32:31.163Zuploaded: /work/incorp-pkgsend.log
112872026-07-01T19:32:31.163Zuploading: /work/incorp-publisher.log (0 bytes)
112882026-07-01T19:32:32.170Zuploaded: /work/incorp-publisher.log
112892026-07-01T19:32:32.170Zuploading: /work/omicron-package.log (7967 bytes)
112902026-07-01T19:32:33.182Zuploaded: /work/omicron-package.log
112912026-07-01T19:32:33.183Zuploading: /work/recovery-image.log (593327 bytes)
112922026-07-01T19:32:34.211Zuploaded: /work/recovery-image.log
112932026-07-01T19:32:34.211Zuploading: /work/recovery-package.log (2545 bytes)
112942026-07-01T19:32:35.222Zuploaded: /work/recovery-package.log
112952026-07-01T19:32:35.222Zuploading: /work/recovery-target.log (98 bytes)
112962026-07-01T19:32:36.232Zuploaded: /work/recovery-target.log
112972026-07-01T19:32:36.232Zuploading: /work/stamp-clickhouse.log (117 bytes)
112982026-07-01T19:32:37.243Zuploaded: /work/stamp-clickhouse.log
112992026-07-01T19:32:37.243Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113002026-07-01T19:32:38.253Zuploaded: /work/stamp-clickhouse_keeper.log
113012026-07-01T19:32:38.253Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113022026-07-01T19:32:39.270Zuploaded: /work/stamp-clickhouse_server.log
113032026-07-01T19:32:39.270Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113042026-07-01T19:32:40.280Zuploaded: /work/stamp-cockroachdb.log
113052026-07-01T19:32:40.281Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113062026-07-01T19:32:41.289Zuploaded: /work/stamp-crucible-pantry-zone.log
113072026-07-01T19:32:41.289Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113082026-07-01T19:32:42.299Zuploaded: /work/stamp-crucible-utils.log
113092026-07-01T19:32:42.299Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113102026-07-01T19:32:43.308Zuploaded: /work/stamp-crucible-zone.log
113112026-07-01T19:32:43.308Zuploading: /work/stamp-external-dns.log (119 bytes)
113122026-07-01T19:32:44.317Zuploaded: /work/stamp-external-dns.log
113132026-07-01T19:32:44.317Zuploading: /work/stamp-installinator.log (103 bytes)
113142026-07-01T19:32:45.330Zuploaded: /work/stamp-installinator.log
113152026-07-01T19:32:45.330Zuploading: /work/stamp-internal-dns.log (119 bytes)
113162026-07-01T19:32:46.341Zuploaded: /work/stamp-internal-dns.log
113172026-07-01T19:32:46.341Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113182026-07-01T19:32:47.350Zuploaded: /work/stamp-mg-ddm-gz.log
113192026-07-01T19:32:47.350Zuploading: /work/stamp-nexus.log (112 bytes)
113202026-07-01T19:32:48.359Zuploaded: /work/stamp-nexus.log
113212026-07-01T19:32:48.359Zuploading: /work/stamp-ntp.log (110 bytes)
113222026-07-01T19:32:49.369Zuploaded: /work/stamp-ntp.log
113232026-07-01T19:32:49.369Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113242026-07-01T19:32:50.379Zuploaded: /work/stamp-omicron-sled-agent.log
113252026-07-01T19:32:50.379Zuploading: /work/stamp-overlay.log (114 bytes)
113262026-07-01T19:32:51.390Zuploaded: /work/stamp-overlay.log
113272026-07-01T19:32:51.391Zuploading: /work/stamp-oximeter.log (115 bytes)
113282026-07-01T19:32:52.400Zuploaded: /work/stamp-oximeter.log
113292026-07-01T19:32:52.400Zuploading: /work/stamp-oxlog.log (109 bytes)
113302026-07-01T19:32:53.408Zuploaded: /work/stamp-oxlog.log
113312026-07-01T19:32:53.408Zuploading: /work/stamp-probe.log (112 bytes)
113322026-07-01T19:32:54.418Zuploaded: /work/stamp-probe.log
113332026-07-01T19:32:54.419Zuploading: /work/stamp-propolis-server.log (122 bytes)
113342026-07-01T19:32:55.428Zuploaded: /work/stamp-propolis-server.log
113352026-07-01T19:32:55.428Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113362026-07-01T19:32:56.438Zuploaded: /work/stamp-pumpkind-gz.log
113372026-07-01T19:32:56.438Zuploading: /work/stamp-switch-asic.log (118 bytes)
113382026-07-01T19:32:57.446Zuploaded: /work/stamp-switch-asic.log
113392026-07-01T19:32:57.446Zuploading: /work/verify-libraries.log (48562 bytes)
113402026-07-01T19:32:58.457Zuploaded: /work/verify-libraries.log