01KSQR0XS3EYCWWG5MVWDTT9WT: 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: 01KSQR1D5VV89QVXVSTAP12PND

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T16:53:33.489Zjob assigned to worker 01KSQR1GNT8GMHEE53RZ2WBHMB [factory aws, i-0ff2d50f36b36a438] (queued for 47 s)
 
22026-05-28T16:53:40.601Zstarting task 0: "setup"
32026-05-28T16:53:40.607Z++ uname -s
42026-05-28T16:53:40.614Z+ kern=SunOS
52026-05-28T16:53:40.614Z+ build_user=build
62026-05-28T16:53:40.614Z+ build_uid=12345
72026-05-28T16:53:40.614Z+ work_dir=/work
82026-05-28T16:53:40.614Z+ input_dir=/input
92026-05-28T16:53:40.614Z+ [[ 0 == 12345 ]]
102026-05-28T16:53:40.614Z+ case "$kern" in
112026-05-28T16:53:40.614Z+ groupadd -g 12345 build
122026-05-28T16:53:40.614Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T16:53:42.617Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T16:53:42.680Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T16:53:42.684Z+ home_fs=zfs
162026-05-28T16:53:42.684Z+ [[ zfs == autofs ]]
172026-05-28T16:53:42.684Z+ mkdir -p /home/build
182026-05-28T16:53:42.684Z+ chown build:build /home/build /work
192026-05-28T16:53:44.686Z+ chmod 0700 /home/build /work
202026-05-28T16:53:44.689Zprocess exited: duration 4089 ms, exit code 0
 
212026-05-28T16:53:44.696Zstarting task 1: "rust-toolchain"
222026-05-28T16:53:44.701Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T16:53:44.701Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T16:53:44.701Z * rust toolchain channel = "1.94.0"
252026-05-28T16:53:44.704Z * rust toolchain profile = "default"
262026-05-28T16:53:44.704Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T16:53:44.704Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T16:53:44.704Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T16:53:44.704Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T16:53:44.847Zinfo: downloading installer
312026-05-28T16:53:46.234Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T16:53:46.234Zwarn: /home/build/.rustup/settings.toml
332026-05-28T16:53:46.234Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T16:53:46.234Zwarn: instead of the one inferred from the default host triple.
352026-05-28T16:53:46.247Zinfo: profile set to default
362026-05-28T16:53:46.247Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T16:53:46.251Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T16:53:46.375Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T16:53:46.378Zinfo: downloading 6 components
402026-05-28T16:54:00.384Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T16:54:00.384Z
422026-05-28T16:54:00.423Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T16:54:00.423Z
442026-05-28T16:54:00.423Z
452026-05-28T16:54:00.423ZRust is installed now. Great!
462026-05-28T16:54:00.423Z
472026-05-28T16:54:00.423ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T16:54:00.423Zenvironment variable. This has not been done automatically.
492026-05-28T16:54:00.423Z
502026-05-28T16:54:00.423ZTo configure your current shell, you need to source
512026-05-28T16:54:00.423Zthe corresponding env file under $HOME/.cargo.
522026-05-28T16:54:00.423Z
532026-05-28T16:54:00.423ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T16:54:00.423Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T16:54:00.423Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T16:54:00.423Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T16:54:00.423Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T16:54:00.423Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T16:54:00.423Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T16:54:00.426Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T16:54:00.426Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T16:54:00.524Z+ rustup --version
632026-05-28T16:54:00.530Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T16:54:00.533Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T16:54:00.553Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T16:54:00.556Z+ cargo --version
672026-05-28T16:54:00.563Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T16:54:00.566Z+ rustc --version
692026-05-28T16:54:00.587Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T16:54:00.590Zprocess exited: duration 15894 ms, exit code 0
 
712026-05-28T16:54:00.596Zstarting task 2: "authentication"
722026-05-28T16:54:00.614Zprocess exited: duration 18 ms, exit code 0
 
732026-05-28T16:54:00.620Zstarting task 3: "clone repository"
742026-05-28T16:54:00.625Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T16:54:00.628Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T16:54:00.680ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T16:54:20.690Z+ cd /work/oxidecomputer/omicron
782026-05-28T16:54:20.690Z+ git fetch origin 7692d04989d730b2e701aa5a7a6a8477f79c7249
792026-05-28T16:54:21.053ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T16:54:21.053Z * branch 7692d04989d730b2e701aa5a7a6a8477f79c7249 -> FETCH_HEAD
812026-05-28T16:54:21.065Z+ [[ -n bundle-ereport-cleanup ]]
822026-05-28T16:54:21.068Z++ git branch --show-current
832026-05-28T16:54:21.068Z+ current=main
842026-05-28T16:54:21.068Z+ [[ main != bundle-ereport-cleanup ]]
852026-05-28T16:54:21.068Z+ git branch -f bundle-ereport-cleanup 7692d04989d730b2e701aa5a7a6a8477f79c7249
862026-05-28T16:54:21.072Z+ git checkout -f bundle-ereport-cleanup
872026-05-28T16:54:21.197ZSwitched to branch 'bundle-ereport-cleanup'
882026-05-28T16:54:21.201Z+ git reset --hard 7692d04989d730b2e701aa5a7a6a8477f79c7249
892026-05-28T16:54:21.321ZHEAD is now at 7692d0498 merge
902026-05-28T16:54:21.325Zprocess exited: duration 20700 ms, exit code 0
 
912026-05-28T16:54:21.331Zstarting task 4: "build"
922026-05-28T16:54:21.336Z+ source .github/buildomat/ci-env.sh
932026-05-28T16:54:21.336Z++ export CARGO_TERM_COLOR=always
942026-05-28T16:54:21.336Z++ CARGO_TERM_COLOR=always
952026-05-28T16:54:21.340Z+ cargo --version
962026-05-28T16:54:21.346Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T16:54:21.349Z+ rustc --version
982026-05-28T16:54:21.371Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T16:54:21.374Z+ cargo tree --locked
1002026-05-28T16:54:21.550Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-05-28T16:54:21.847Z Updating crates.io index
1022026-05-28T16:54:21.851Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-05-28T16:54:22.134Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-05-28T16:54:22.892Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-05-28T16:54:23.300Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-05-28T16:54:24.445Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-05-28T16:54:24.987Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-05-28T16:54:26.539Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-05-28T16:54:27.311Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-05-28T16:54:27.722Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-05-28T16:54:28.486Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-05-28T16:54:29.040Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-05-28T16:54:29.550Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-05-28T16:54:29.868Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-05-28T16:54:30.889Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-05-28T16:54:31.597Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-05-28T16:54:32.116Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-05-28T16:54:32.440Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-05-28T16:54:32.746Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-05-28T16:54:33.266Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-05-28T16:54:33.633Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-05-28T16:54:33.874Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-05-28T16:54:34.113Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-05-28T16:54:34.648Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-05-28T16:54:35.042Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-05-28T16:54:35.519Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-05-28T16:54:35.934Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-05-28T16:54:36.267Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-05-28T16:54:36.629Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-05-28T16:54:36.944Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1312026-05-28T16:54:38.016Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-05-28T16:54:38.850Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1332026-05-28T16:54:39.277Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1342026-05-28T16:54:39.671Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1352026-05-28T16:54:40.008Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1362026-05-28T16:54:40.350Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1372026-05-28T16:54:40.902Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-05-28T16:54:41.189Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-05-28T16:54:41.485Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-05-28T16:54:41.753Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-05-28T16:54:42.145Z Updating git repository `https://github.com/oxidecomputer/omicron`
1422026-05-28T16:54:55.031Z Downloading crates ...
1432026-05-28T16:54:55.110Z Downloaded anstream v0.6.21
1442026-05-28T16:54:55.113Z Downloaded ahash v0.8.12
1452026-05-28T16:54:55.119Z Downloaded addr2line v0.25.1
1462026-05-28T16:54:55.121Z Downloaded base64 v0.22.1
1472026-05-28T16:54:55.127Z Downloaded crc v3.4.0
1482026-05-28T16:54:55.130Z Downloaded async-lock v3.4.2
1492026-05-28T16:54:55.133Z Downloaded assert-json-diff v2.0.2
1502026-05-28T16:54:55.136Z Downloaded async-stream-impl v0.3.6
1512026-05-28T16:54:55.136Z Downloaded corncobs v0.1.4
1522026-05-28T16:54:55.136Z Downloaded arrayref v0.3.9
1532026-05-28T16:54:55.138Z Downloaded blake2b_simd v1.0.4
1542026-05-28T16:54:55.138Z Downloaded allocator-api2 v0.2.21
1552026-05-28T16:54:55.141Z Downloaded crypto-common v0.1.7
1562026-05-28T16:54:55.141Z Downloaded crc-catalog v2.4.0
1572026-05-28T16:54:55.141Z Downloaded ascii-canvas v3.0.0
1582026-05-28T16:54:55.144Z Downloaded autocfg v1.5.0
1592026-05-28T16:54:55.144Z Downloaded atomicwrites v0.4.4
1602026-05-28T16:54:55.147Z Downloaded debug-ignore v1.0.5
1612026-05-28T16:54:55.147Z Downloaded base16ct v0.2.0
1622026-05-28T16:54:55.147Z Downloaded diesel_table_macro_syntax v0.3.0
1632026-05-28T16:54:55.147Z Downloaded atty v0.2.14
1642026-05-28T16:54:55.150Z Downloaded async-trait v0.1.89
1652026-05-28T16:54:55.150Z Downloaded der_derive v0.7.3
1662026-05-28T16:54:55.153Z Downloaded defmt-macros v1.0.1
1672026-05-28T16:54:55.153Z Downloaded digest v0.10.7
1682026-05-28T16:54:55.156Z Downloaded cpufeatures v0.2.17
1692026-05-28T16:54:55.156Z Downloaded criterion-plot v0.6.0
1702026-05-28T16:54:55.156Z Downloaded darling v0.23.0
1712026-05-28T16:54:55.160Z Downloaded cmake v0.1.57
1722026-05-28T16:54:55.162Z Downloaded adler2 v2.0.1
1732026-05-28T16:54:55.162Z Downloaded crc32fast v1.5.0
1742026-05-28T16:54:55.165Z Downloaded crc-any v2.5.0
1752026-05-28T16:54:55.168Z Downloaded bitflags v1.3.2
1762026-05-28T16:54:55.171Z Downloaded dof v0.4.0
1772026-05-28T16:54:55.171Z Downloaded cobs v0.3.0
1782026-05-28T16:54:55.171Z Downloaded bitfield-macros v0.19.4
1792026-05-28T16:54:55.171Z Downloaded assert_cmd v2.1.2
1802026-05-28T16:54:55.174Z Downloaded cassowary v0.3.0
1812026-05-28T16:54:55.174Z Downloaded chumsky v0.9.3
1822026-05-28T16:54:55.177Z Downloaded derive_more v2.1.1
1832026-05-28T16:54:55.182Z Downloaded convert_case v0.4.0
1842026-05-28T16:54:55.185Z Downloaded cpufeatures v0.3.0
1852026-05-28T16:54:55.185Z Downloaded clap_lex v1.0.0
1862026-05-28T16:54:55.185Z Downloaded constant_time_eq v0.4.2
1872026-05-28T16:54:55.188Z Downloaded cfg_aliases v0.1.1
1882026-05-28T16:54:55.188Z Downloaded async-object-pool v0.2.0
1892026-05-28T16:54:55.188Z Downloaded constant_time_eq v0.3.1
1902026-05-28T16:54:55.191Z Downloaded concurrent-queue v2.5.0
1912026-05-28T16:54:55.191Z Downloaded crc8 v0.1.1
1922026-05-28T16:54:55.191Z Downloaded anstyle-query v1.1.5
1932026-05-28T16:54:55.194Z Downloaded compression-core v0.4.31
1942026-05-28T16:54:55.194Z Downloaded byteorder v1.5.0
1952026-05-28T16:54:55.195Z Downloaded colorchoice v1.0.4
1962026-05-28T16:54:55.198Z Downloaded ciborium-ll v0.2.2
1972026-05-28T16:54:55.198Z Downloaded ciborium-io v0.2.2
1982026-05-28T16:54:55.198Z Downloaded bb8 v0.8.6
1992026-05-28T16:54:55.198Z Downloaded assert_matches v1.5.0
2002026-05-28T16:54:55.198Z Downloaded cookie v0.18.1
2012026-05-28T16:54:55.202Z Downloaded aead v0.5.2
2022026-05-28T16:54:55.202Z Downloaded darling_macro v0.13.4
2032026-05-28T16:54:55.205Z Downloaded cfg-if v1.0.4
2042026-05-28T16:54:55.205Z Downloaded block-padding v0.3.3
2052026-05-28T16:54:55.205Z Downloaded async-stream v0.3.6
2062026-05-28T16:54:55.205Z Downloaded backtrace-ext v0.2.1
2072026-05-28T16:54:55.205Z Downloaded cargo-platform v0.3.2
2082026-05-28T16:54:55.208Z Downloaded bitfield v0.19.4
2092026-05-28T16:54:55.208Z Downloaded dtrace-parser v0.2.0
2102026-05-28T16:54:55.208Z Downloaded bcrypt-pbkdf v0.10.0
2112026-05-28T16:54:55.208Z Downloaded cfg_aliases v0.2.1
2122026-05-28T16:54:55.211Z Downloaded darling_macro v0.23.0
2132026-05-28T16:54:55.212Z Downloaded async-recursion v1.1.1
2142026-05-28T16:54:55.212Z Downloaded const_format v0.2.35
2152026-05-28T16:54:55.214Z Downloaded defmt-parser v1.0.0
2162026-05-28T16:54:55.217Z Downloaded darling_macro v0.21.3
2172026-05-28T16:54:55.217Z Downloaded block-buffer v0.10.4
2182026-05-28T16:54:55.217Z Downloaded curve25519-dalek-derive v0.1.1
2192026-05-28T16:54:55.217Z Downloaded bit-set v0.8.0
2202026-05-28T16:54:55.220Z Downloaded cast v0.3.0
2212026-05-28T16:54:55.223Z Downloaded convert_case v0.10.0
2222026-05-28T16:54:55.223Z Downloaded derive_builder_core v0.20.2
2232026-05-28T16:54:55.223Z Downloaded atomic-waker v1.1.2
2242026-05-28T16:54:55.226Z Downloaded dirs-sys-next v0.1.2
2252026-05-28T16:54:55.230Z Downloaded derive_builder_macro v0.20.2
2262026-05-28T16:54:55.232Z Downloaded crunchy v0.2.4
2272026-05-28T16:54:55.235Z Downloaded arc-swap v1.8.2
2282026-05-28T16:54:55.238Z Downloaded dirs-next v2.0.0
2292026-05-28T16:54:55.238Z Downloaded bit-set v0.5.3
2302026-05-28T16:54:55.238Z Downloaded defmt v0.3.100
2312026-05-28T16:54:55.241Z Downloaded darling_macro v0.20.11
2322026-05-28T16:54:55.241Z Downloaded array-init v0.0.4
2332026-05-28T16:54:55.241Z Downloaded castaway v0.2.4
2342026-05-28T16:54:55.244Z Downloaded env_filter v1.0.0
2352026-05-28T16:54:55.244Z Downloaded dtrace-parser v0.3.0
2362026-05-28T16:54:55.244Z Downloaded enum-as-inner v0.6.1
2372026-05-28T16:54:55.247Z Downloaded cargo-platform v0.2.0
2382026-05-28T16:54:55.250Z Downloaded endian-type v0.1.2
2392026-05-28T16:54:55.250Z Downloaded crucible-workspace-hack v0.1.0
2402026-05-28T16:54:55.250Z Downloaded dropshot-api-manager-types v0.7.2
2412026-05-28T16:54:55.253Z Downloaded display-error-chain v0.2.2
2422026-05-28T16:54:55.256Z Downloaded dof v0.3.0
2432026-05-28T16:54:55.256Z Downloaded cstr-argument v0.1.2
2442026-05-28T16:54:55.259Z Downloaded dsl_auto_type v0.2.0
2452026-05-28T16:54:55.259Z Downloaded compression-codecs v0.4.37
2462026-05-28T16:54:55.262Z Downloaded embedded-io v0.6.1
2472026-05-28T16:54:55.262Z Downloaded dyn-clone v1.0.20
2482026-05-28T16:54:55.262Z Downloaded dunce v1.0.5
2492026-05-28T16:54:55.262Z Downloaded downcast-rs v2.0.2
2502026-05-28T16:54:55.265Z Downloaded embedded-io v0.4.0
2512026-05-28T16:54:55.265Z Downloaded equivalent v1.0.2
2522026-05-28T16:54:55.268Z Downloaded event-listener-strategy v0.5.4
2532026-05-28T16:54:55.268Z Downloaded difflib v0.4.0
2542026-05-28T16:54:55.271Z Downloaded errno v0.3.14
2552026-05-28T16:54:55.271Z Downloaded derive-ex v0.1.8
2562026-05-28T16:54:55.274Z Downloaded fastrand v2.3.0
2572026-05-28T16:54:55.274Z Downloaded bit-vec v0.6.3
2582026-05-28T16:54:55.274Z Downloaded cipher v0.4.4
2592026-05-28T16:54:55.277Z Downloaded data-encoding v2.10.0
2602026-05-28T16:54:55.280Z Downloaded critical-section v1.2.0
2612026-05-28T16:54:55.280Z Downloaded backoff v0.4.0
2622026-05-28T16:54:55.280Z Downloaded fnv v1.0.7
2632026-05-28T16:54:55.284Z Downloaded float-cmp v0.10.0
2642026-05-28T16:54:55.284Z Downloaded escape8259 v0.5.3
2652026-05-28T16:54:55.284Z Downloaded bytecount v0.6.9
2662026-05-28T16:54:55.284Z Downloaded anstyle-parse v0.2.7
2672026-05-28T16:54:55.293Z Downloaded float-ord v0.3.2
2682026-05-28T16:54:55.293Z Downloaded byte-wrapper v0.1.0
2692026-05-28T16:54:55.293Z Downloaded foreign-types-shared v0.1.1
2702026-05-28T16:54:55.293Z Downloaded chacha20 v0.9.1
2712026-05-28T16:54:55.293Z Downloaded cbc v0.1.2
2722026-05-28T16:54:55.293Z Downloaded bit-vec v0.8.0
2732026-05-28T16:54:55.293Z Downloaded fd-lock v4.0.4
2742026-05-28T16:54:55.293Z Downloaded anes v0.1.6
2752026-05-28T16:54:55.298Z Downloaded ctr v0.9.2
2762026-05-28T16:54:55.298Z Downloaded camino-tempfile v1.4.1
2772026-05-28T16:54:55.298Z Downloaded crossbeam-epoch v0.9.18
2782026-05-28T16:54:55.298Z Downloaded cookie_store v0.22.1
2792026-05-28T16:54:55.301Z Downloaded camino-tempfile-ext v0.3.3
2802026-05-28T16:54:55.301Z Downloaded darling v0.13.4
2812026-05-28T16:54:55.304Z Downloaded foreign-types-shared v0.3.1
2822026-05-28T16:54:55.304Z Downloaded foreign-types v0.5.0
2832026-05-28T16:54:55.304Z Downloaded form_urlencoded v1.2.2
2842026-05-28T16:54:55.304Z Downloaded defmt v1.0.1
2852026-05-28T16:54:55.307Z Downloaded foreign-types v0.3.2
2862026-05-28T16:54:55.307Z Downloaded env_logger v0.11.9
2872026-05-28T16:54:55.310Z Downloaded futures-sink v0.3.32
2882026-05-28T16:54:55.310Z Downloaded futures-core v0.3.32
2892026-05-28T16:54:55.310Z Downloaded funty v2.0.0
2902026-05-28T16:54:55.313Z Downloaded approx v0.5.1
2912026-05-28T16:54:55.313Z Downloaded ed25519 v2.2.3
2922026-05-28T16:54:55.313Z Downloaded fixedbitset v0.4.2
2932026-05-28T16:54:55.316Z Downloaded ena v0.14.4
2942026-05-28T16:54:55.316Z Downloaded daft v0.1.7
2952026-05-28T16:54:55.316Z Downloaded document-features v0.2.12
2962026-05-28T16:54:55.319Z Downloaded clap_derive v4.5.55
2972026-05-28T16:54:55.319Z Downloaded cargo_metadata v0.23.1
2982026-05-28T16:54:55.322Z Downloaded buf-list v1.1.2
2992026-05-28T16:54:55.322Z Downloaded generic-array v0.14.7
3002026-05-28T16:54:55.322Z Downloaded ecdsa v0.16.9
3012026-05-28T16:54:55.325Z Downloaded futures-task v0.3.32
3022026-05-28T16:54:55.325Z Downloaded futures-io v0.3.32
3032026-05-28T16:54:55.325Z Downloaded blowfish v0.9.1
3042026-05-28T16:54:55.328Z Downloaded diesel-dtrace v0.5.0
3052026-05-28T16:54:55.328Z Downloaded git-stub v1.0.0
3062026-05-28T16:54:55.328Z Downloaded ghash v0.5.1
3072026-05-28T16:54:55.331Z Downloaded gethostname v0.5.0
3082026-05-28T16:54:55.331Z Downloaded fxhash v0.2.1
3092026-05-28T16:54:55.331Z Downloaded deranged v0.5.8
3102026-05-28T16:54:55.334Z Downloaded bzip2 v0.6.1
3112026-05-28T16:54:55.334Z Downloaded fallible-iterator v0.2.0
3122026-05-28T16:54:55.334Z Downloaded console v0.16.2
3132026-05-28T16:54:55.337Z Downloaded flagset v0.4.7
3142026-05-28T16:54:55.337Z Downloaded cfg-expr v0.20.6
3152026-05-28T16:54:55.340Z Downloaded cc v1.2.56
3162026-05-28T16:54:55.340Z Downloaded displaydoc v0.2.5
3172026-05-28T16:54:55.343Z Downloaded foldhash v0.2.0
3182026-05-28T16:54:55.343Z Downloaded foldhash v0.1.5
3192026-05-28T16:54:55.346Z Downloaded camino v1.2.2
3202026-05-28T16:54:55.346Z Downloaded find-msvc-tools v0.1.9
3212026-05-28T16:54:55.347Z Downloaded globwalk v0.9.1
3222026-05-28T16:54:55.349Z Downloaded filetime v0.2.27
3232026-05-28T16:54:55.349Z Downloaded guppy-workspace-hack v0.1.0
3242026-05-28T16:54:55.349Z Downloaded datatest-stable v0.3.3
3252026-05-28T16:54:55.352Z Downloaded cancel-safe-futures v0.1.5
3262026-05-28T16:54:55.355Z Downloaded headers-core v0.3.0
3272026-05-28T16:54:55.355Z Downloaded ff v0.13.1
3282026-05-28T16:54:55.355Z Downloaded fs-err v2.11.0
3292026-05-28T16:54:55.358Z Downloaded des v0.8.1
3302026-05-28T16:54:55.358Z Downloaded derive_builder v0.20.2
3312026-05-28T16:54:55.361Z Downloaded csv-core v0.1.13
3322026-05-28T16:54:55.361Z Downloaded crossbeam-deque v0.8.6
3332026-05-28T16:54:55.364Z Downloaded derive-where v1.6.0
3342026-05-28T16:54:55.364Z Downloaded hex-literal v0.4.1
3352026-05-28T16:54:55.367Z Downloaded clap v4.5.60
3362026-05-28T16:54:55.370Z Downloaded darling v0.21.3
3372026-05-28T16:54:55.372Z Downloaded futures-executor v0.3.32
3382026-05-28T16:54:55.375Z Downloaded anyhow v1.0.102
3392026-05-28T16:54:55.378Z Downloaded const-oid v0.9.6
3402026-05-28T16:54:55.378Z Downloaded cargo-util-schemas v0.8.2
3412026-05-28T16:54:55.378Z Downloaded darling v0.20.11
3422026-05-28T16:54:55.381Z Downloaded heck v0.5.0
3432026-05-28T16:54:55.384Z Downloaded hostname v0.3.1
3442026-05-28T16:54:55.384Z Downloaded home v0.5.12
3452026-05-28T16:54:55.384Z Downloaded http-range v0.1.5
3462026-05-28T16:54:55.384Z Downloaded hex v0.4.3
3472026-05-28T16:54:55.387Z Downloaded hyper-tls v0.6.0
3482026-05-28T16:54:55.387Z Downloaded http-body v1.0.1
3492026-05-28T16:54:55.387Z Downloaded hostname v0.4.2
3502026-05-28T16:54:55.391Z Downloaded futures-timer v3.0.3
3512026-05-28T16:54:55.391Z Downloaded idna_adapter v1.2.1
3522026-05-28T16:54:55.391Z Downloaded httpdate v1.0.3
3532026-05-28T16:54:55.393Z Downloaded console v0.15.11
3542026-05-28T16:54:55.393Z Downloaded event-listener v5.4.1
3552026-05-28T16:54:55.396Z Downloaded erased-serde v0.4.9
3562026-05-28T16:54:55.396Z Downloaded futures-macro v0.3.32
3572026-05-28T16:54:55.399Z Downloaded hash32 v0.2.1
3582026-05-28T16:54:55.399Z Downloaded git-stub-vcs v0.1.0
3592026-05-28T16:54:55.399Z Downloaded group v0.13.0
3602026-05-28T16:54:55.402Z Downloaded hubpack v0.1.2
3612026-05-28T16:54:55.403Z Downloaded glob v0.3.3
3622026-05-28T16:54:55.403Z Downloaded clang-sys v1.8.1
3632026-05-28T16:54:55.405Z Downloaded heck v0.4.1
3642026-05-28T16:54:55.406Z Downloaded hash32 v0.3.1
3652026-05-28T16:54:55.406Z Downloaded derive_more v0.99.20
3662026-05-28T16:54:55.409Z Downloaded darling_core v0.13.4
3672026-05-28T16:54:55.412Z Downloaded hubpack_derive v0.1.1
3682026-05-28T16:54:55.412Z Downloaded fs-err v3.3.0
3692026-05-28T16:54:55.415Z Downloaded either v1.15.0
3702026-05-28T16:54:55.415Z Downloaded erased-serde v0.3.31
3712026-05-28T16:54:55.415Z Downloaded instant v0.1.13
3722026-05-28T16:54:55.417Z Downloaded internet-checksum v0.2.1
3732026-05-28T16:54:55.418Z Downloaded aes v0.8.4
3742026-05-28T16:54:55.420Z Downloaded ident_case v1.0.1
3752026-05-28T16:54:55.420Z Downloaded fixedbitset v0.5.7
3762026-05-28T16:54:55.420Z Downloaded darling_core v0.23.0
3772026-05-28T16:54:55.423Z Downloaded is_ci v1.2.0
3782026-05-28T16:54:55.426Z Downloaded is-terminal v0.4.17
3792026-05-28T16:54:55.426Z Downloaded is_terminal_polyfill v1.70.2
3802026-05-28T16:54:55.426Z Downloaded indoc v1.0.9
3812026-05-28T16:54:55.429Z Downloaded indent_write v2.2.0
3822026-05-28T16:54:55.429Z Downloaded instability v0.3.11
3832026-05-28T16:54:55.429Z Downloaded lalrpop-util v0.19.12
3842026-05-28T16:54:55.433Z Downloaded inout v0.1.4
3852026-05-28T16:54:55.433Z Downloaded libscf-sys v1.1.0
3862026-05-28T16:54:55.433Z Downloaded illumos-nvpair-sys v0.2.0
3872026-05-28T16:54:55.433Z Downloaded cexpr v0.6.0
3882026-05-28T16:54:55.435Z Downloaded cargo_metadata v0.21.0
3892026-05-28T16:54:55.435Z Downloaded anstyle v1.0.13
3902026-05-28T16:54:55.435Z Downloaded daft-derive v0.1.7
3912026-05-28T16:54:55.438Z Downloaded colored v3.1.1
3922026-05-28T16:54:55.442Z Downloaded fs_extra v1.3.0
3932026-05-28T16:54:55.442Z Downloaded ciborium v0.2.2
3942026-05-28T16:54:55.445Z Downloaded async-bb8-diesel v0.2.1
3952026-05-28T16:54:55.445Z Downloaded kstat-rs v0.2.4
3962026-05-28T16:54:55.446Z Downloaded hyper-staticfile v0.10.1
3972026-05-28T16:54:55.448Z Downloaded humantime v2.3.0
3982026-05-28T16:54:55.448Z Downloaded futures-channel v0.3.32
3992026-05-28T16:54:55.448Z Downloaded dropshot_endpoint v0.17.0
4002026-05-28T16:54:55.451Z Downloaded linked-hash-map v0.5.6
4012026-05-28T16:54:55.451Z Downloaded elliptic-curve v0.13.8
4022026-05-28T16:54:55.454Z Downloaded drift v0.2.0
4032026-05-28T16:54:55.459Z Downloaded keccak v0.1.6
4042026-05-28T16:54:55.462Z Downloaded itoa v1.0.17
4052026-05-28T16:54:55.462Z Downloaded highway v1.3.0
4062026-05-28T16:54:55.465Z Downloaded lazy_static v1.5.0
4072026-05-28T16:54:55.465Z Downloaded match_cfg v0.1.0
4082026-05-28T16:54:55.465Z Downloaded maplit v1.0.2
4092026-05-28T16:54:55.465Z Downloaded lru-slab v0.1.2
4102026-05-28T16:54:55.468Z Downloaded backon v1.6.0
4112026-05-28T16:54:55.468Z Downloaded lru v0.12.5
4122026-05-28T16:54:55.468Z Downloaded linkme-impl v0.3.35
4132026-05-28T16:54:55.471Z Downloaded half v1.8.3
4142026-05-28T16:54:55.471Z Downloaded md-5 v0.10.6
4152026-05-28T16:54:55.474Z Downloaded darling_core v0.21.3
4162026-05-28T16:54:55.476Z Downloaded globset v0.4.18
4172026-05-28T16:54:55.477Z Downloaded compact_str v0.8.1
4182026-05-28T16:54:55.479Z Downloaded md5 v0.7.0
4192026-05-28T16:54:55.480Z Downloaded maybe-uninit v2.0.0
4202026-05-28T16:54:55.480Z Downloaded lzss v0.8.2
4212026-05-28T16:54:55.482Z Downloaded http-body-util v0.1.3
4222026-05-28T16:54:55.482Z Downloaded memoffset v0.9.1
4232026-05-28T16:54:55.482Z Downloaded fatfs v0.3.6
4242026-05-28T16:54:55.485Z Downloaded ar_archive_writer v0.5.1
4252026-05-28T16:54:55.488Z Downloaded diff v0.1.13
4262026-05-28T16:54:55.488Z Downloaded memmap v0.7.0
4272026-05-28T16:54:55.491Z Downloaded crossbeam-utils v0.8.21
4282026-05-28T16:54:55.491Z Downloaded multimap v0.10.1
4292026-05-28T16:54:55.491Z Downloaded miette-derive v5.10.0
4302026-05-28T16:54:55.494Z Downloaded jobserver v0.1.34
4312026-05-28T16:54:55.494Z Downloaded ipnetwork v0.21.1
4322026-05-28T16:54:55.497Z Downloaded chacha20 v0.10.0
4332026-05-28T16:54:55.497Z Downloaded async-compression v0.4.41
4342026-05-28T16:54:55.500Z Downloaded newtype_derive v0.1.6
4352026-05-28T16:54:55.503Z Downloaded newtype-uuid-macros v0.1.0
4362026-05-28T16:54:55.503Z Downloaded newline-converter v0.3.0
4372026-05-28T16:54:55.503Z Downloaded new_debug_unreachable v1.0.6
4382026-05-28T16:54:55.503Z Downloaded illumos-nvpair v0.3.0
4392026-05-28T16:54:55.506Z Downloaded bitfield-struct v0.6.2
4402026-05-28T16:54:55.506Z Downloaded getrandom v0.4.1
4412026-05-28T16:54:55.508Z Downloaded libsw-core v0.3.2
4422026-05-28T16:54:55.508Z Downloaded libsw v3.5.0
4432026-05-28T16:54:55.511Z Downloaded ipnet v2.11.0
4442026-05-28T16:54:55.511Z Downloaded ingot-types v0.1.2
4452026-05-28T16:54:55.512Z Downloaded ingot v0.1.1
4462026-05-28T16:54:55.515Z Downloaded nodrop v0.1.14
4472026-05-28T16:54:55.515Z Downloaded mime v0.3.17
4482026-05-28T16:54:55.515Z Downloaded nested v0.1.1
4492026-05-28T16:54:55.515Z Downloaded libtest-mimic v0.8.1
4502026-05-28T16:54:55.517Z Downloaded crypto-bigint v0.5.5
4512026-05-28T16:54:55.520Z Downloaded nibble_vec v0.1.0
4522026-05-28T16:54:55.523Z Downloaded managed v0.8.0
4532026-05-28T16:54:55.523Z Downloaded linear-map v1.2.0
4542026-05-28T16:54:55.523Z Downloaded hickory-client v0.25.2
4552026-05-28T16:54:55.526Z Downloaded normalize-line-endings v0.3.0
4562026-05-28T16:54:55.526Z Downloaded lock_api v0.4.14
4572026-05-28T16:54:55.526Z Downloaded half v2.7.1
4582026-05-28T16:54:55.529Z Downloaded num-derive v0.4.2
4592026-05-28T16:54:55.529Z Downloaded darling_core v0.20.11
4602026-05-28T16:54:55.532Z Downloaded futures v0.3.32
4612026-05-28T16:54:55.535Z Downloaded ingot-macros v0.1.1
4622026-05-28T16:54:55.537Z Downloaded ed25519-dalek v2.2.0
4632026-05-28T16:54:55.537Z Downloaded libloading v0.8.9
4642026-05-28T16:54:55.542Z Downloaded nonempty v0.12.0
4652026-05-28T16:54:55.542Z Downloaded crossbeam-channel v0.5.15
4662026-05-28T16:54:55.545Z Downloaded num-iter v0.1.45
4672026-05-28T16:54:55.545Z Downloaded num-derive v0.3.3
4682026-05-28T16:54:55.545Z Downloaded httptest v0.16.4
4692026-05-28T16:54:55.547Z Downloaded linkme v0.3.35
4702026-05-28T16:54:55.547Z Downloaded httparse v1.10.1
4712026-05-28T16:54:55.550Z Downloaded der v0.7.10
4722026-05-28T16:54:55.554Z Downloaded base64 v0.21.7
4732026-05-28T16:54:55.557Z Downloaded num_enum_derive v0.5.11
4742026-05-28T16:54:55.557Z Downloaded backtrace v0.3.76
4752026-05-28T16:54:55.560Z Downloaded num-conv v0.2.0
4762026-05-28T16:54:55.560Z Downloaded num_threads v0.1.7
4772026-05-28T16:54:55.560Z Downloaded native-tls v0.2.18
4782026-05-28T16:54:55.563Z Downloaded macaddr v1.0.1
4792026-05-28T16:54:55.563Z Downloaded nanorand v0.7.0
4802026-05-28T16:54:55.563Z Downloaded openssl-probe v0.2.1
4812026-05-28T16:54:55.566Z Downloaded opaque-debug v0.3.1
4822026-05-28T16:54:55.566Z Downloaded knuffel-derive v3.2.0
4832026-05-28T16:54:55.566Z Downloaded flume v0.11.1
4842026-05-28T16:54:55.569Z Downloaded openssl-macros v0.1.1
4852026-05-28T16:54:55.569Z Downloaded chacha20poly1305 v0.10.1
4862026-05-28T16:54:55.572Z Downloaded iana-time-zone v0.1.65
4872026-05-28T16:54:55.572Z Downloaded lru-cache v0.1.2
4882026-05-28T16:54:55.575Z Downloaded newtype-uuid v1.3.2
4892026-05-28T16:54:55.575Z Downloaded indoc v2.0.7
4902026-05-28T16:54:55.575Z Downloaded impl-trait-for-tuples v0.2.3
4912026-05-28T16:54:55.578Z Downloaded oso-derive v0.27.3
4922026-05-28T16:54:55.578Z Downloaded ordered-float v2.10.1
4932026-05-28T16:54:55.581Z Downloaded hyper-rustls v0.27.7
4942026-05-28T16:54:55.581Z Downloaded flate2 v1.1.9
4952026-05-28T16:54:55.584Z Downloaded hmac v0.12.1
4962026-05-28T16:54:55.586Z Downloaded multer v3.1.0
4972026-05-28T16:54:55.586Z Downloaded num v0.4.3
4982026-05-28T16:54:55.586Z Downloaded mime_guess v2.0.5
4992026-05-28T16:54:55.589Z Downloaded litrs v1.0.0
5002026-05-28T16:54:55.589Z Downloaded packed_struct_codegen v0.10.1
5012026-05-28T16:54:55.592Z Downloaded libefi-sys v0.1.0
5022026-05-28T16:54:55.592Z Downloaded getrandom v0.2.17
5032026-05-28T16:54:55.595Z Downloaded derive_more-impl v2.1.1
5042026-05-28T16:54:55.598Z Downloaded memmap2 v0.9.10
5052026-05-28T16:54:55.598Z Downloaded ignore v0.4.25
5062026-05-28T16:54:55.601Z Downloaded parse-display v0.10.0
5072026-05-28T16:54:55.604Z Downloaded num-rational v0.4.2
5082026-05-28T16:54:55.604Z Downloaded bcs v0.1.6
5092026-05-28T16:54:55.604Z Downloaded argon2 v0.5.3
5102026-05-28T16:54:55.604Z Downloaded bzip2 v0.4.4
5112026-05-28T16:54:55.607Z Downloaded blake2 v0.10.6
5122026-05-28T16:54:55.607Z Downloaded base64ct v1.8.3
5132026-05-28T16:54:55.611Z Downloaded const_format_proc_macros v0.2.34
5142026-05-28T16:54:55.611Z Downloaded num_enum_derive v0.7.5
5152026-05-28T16:54:55.611Z Downloaded colored v2.2.0
5162026-05-28T16:54:55.613Z Downloaded bitflags v2.11.0
5172026-05-28T16:54:55.616Z Downloaded foreign-types-macros v0.2.3
5182026-05-28T16:54:55.616Z Downloaded arrayvec v0.7.6
5192026-05-28T16:54:55.619Z Downloaded parse-size v1.1.0
5202026-05-28T16:54:55.619Z Downloaded pbkdf2 v0.12.2
5212026-05-28T16:54:55.622Z Downloaded getrandom v0.3.4
5222026-05-28T16:54:55.622Z Downloaded num-integer v0.1.46
5232026-05-28T16:54:55.626Z Downloaded percent-encoding v2.3.2
5242026-05-28T16:54:55.628Z Downloaded peg-runtime v0.8.5
5252026-05-28T16:54:55.629Z Downloaded pathdiff v0.2.3
5262026-05-28T16:54:55.631Z Downloaded path-slash v0.1.5
5272026-05-28T16:54:55.634Z Downloaded fancy-regex v0.14.0
5282026-05-28T16:54:55.637Z Downloaded oorandom v11.1.5
5292026-05-28T16:54:55.637Z Downloaded olpc-cjson v0.1.4
5302026-05-28T16:54:55.637Z Downloaded openssl-probe v0.1.6
5312026-05-28T16:54:55.640Z Downloaded owo-colors v4.3.0
5322026-05-28T16:54:55.643Z Downloaded pbkdf2 v0.11.0
5332026-05-28T16:54:55.646Z Downloaded phf_shared v0.12.1
5342026-05-28T16:54:55.648Z Downloaded phf_shared v0.11.3
5352026-05-28T16:54:55.651Z Downloaded pin-utils v0.1.0
5362026-05-28T16:54:55.651Z Downloaded phf_shared v0.13.1
5372026-05-28T16:54:55.651Z Downloaded expectorate v1.2.0
5382026-05-28T16:54:55.655Z Downloaded owo-colors v3.5.0
5392026-05-28T16:54:55.655Z Downloaded icu_properties v2.1.2
5402026-05-28T16:54:55.658Z Downloaded parking v2.2.1
5412026-05-28T16:54:55.658Z Downloaded packed_struct v0.10.1
5422026-05-28T16:54:55.661Z Downloaded indexmap v1.9.3
5432026-05-28T16:54:55.664Z Downloaded icu_provider v2.1.1
5442026-05-28T16:54:55.664Z Downloaded oxnet v0.1.4
5452026-05-28T16:54:55.667Z Downloaded log v0.4.29
5462026-05-28T16:54:55.667Z Downloaded oxide-tokio-rt v0.1.4
5472026-05-28T16:54:55.670Z Downloaded num-complex v0.4.6
5482026-05-28T16:54:55.670Z Downloaded plotters-svg v0.3.7
5492026-05-28T16:54:55.670Z Downloaded plotters-backend v0.3.7
5502026-05-28T16:54:55.673Z Downloaded plain v0.2.3
5512026-05-28T16:54:55.673Z Downloaded powerfmt v0.2.0
5522026-05-28T16:54:55.673Z Downloaded heapless v0.8.0
5532026-05-28T16:54:55.676Z Downloaded precomputed-hash v0.1.1
5542026-05-28T16:54:55.676Z Downloaded predicates-tree v1.0.13
5552026-05-28T16:54:55.676Z Downloaded num_enum v0.5.11
5562026-05-28T16:54:55.679Z Downloaded password-hash v0.4.2
5572026-05-28T16:54:55.681Z Downloaded knuffel v3.2.0
5582026-05-28T16:54:55.681Z Downloaded bumpalo v3.20.2
5592026-05-28T16:54:55.685Z Downloaded potential_utf v0.1.4
5602026-05-28T16:54:55.685Z Downloaded headers v0.4.1
5612026-05-28T16:54:55.687Z Downloaded peg-macros v0.8.5
5622026-05-28T16:54:55.690Z Downloaded paste v1.0.15
5632026-05-28T16:54:55.693Z Downloaded predicates-core v1.0.10
5642026-05-28T16:54:55.693Z Downloaded pem-rfc7468 v0.7.0
5652026-05-28T16:54:55.693Z Downloaded pem v3.0.6
5662026-05-28T16:54:55.697Z Downloaded nu-ansi-term v0.50.3
5672026-05-28T16:54:55.697Z Downloaded diesel_derives v2.3.7
5682026-05-28T16:54:55.700Z Downloaded proc-macro-error-attr2 v2.0.0
5692026-05-28T16:54:55.700Z Downloaded proc-macro-error-attr v1.0.4
5702026-05-28T16:54:55.703Z Downloaded pretty-hex v0.4.1
5712026-05-28T16:54:55.703Z Downloaded libbz2-rs-sys v0.2.2
5722026-05-28T16:54:55.703Z Downloaded password-hash v0.5.0
5732026-05-28T16:54:55.706Z Downloaded peg v0.8.5
5742026-05-28T16:54:55.709Z Downloaded num_enum v0.7.5
5752026-05-28T16:54:55.712Z Downloaded proc-macro-crate v3.4.0
5762026-05-28T16:54:55.712Z Downloaded proc-macro-crate v1.3.1
5772026-05-28T16:54:55.712Z Downloaded phf v0.13.1
5782026-05-28T16:54:55.712Z Downloaded phf v0.12.1
5792026-05-28T16:54:55.715Z Downloaded litemap v0.8.1
5802026-05-28T16:54:55.715Z Downloaded partial-io v0.5.4
5812026-05-28T16:54:55.720Z Downloaded pin-project-lite v0.2.17
5822026-05-28T16:54:55.720Z Downloaded progenitor-client v0.10.0
5832026-05-28T16:54:55.723Z Downloaded path-tree v0.8.3
5842026-05-28T16:54:55.723Z Downloaded once_cell v1.21.3
5852026-05-28T16:54:55.723Z Downloaded progenitor-client v0.11.2
5862026-05-28T16:54:55.725Z Downloaded omicron-zone-package v0.12.2
5872026-05-28T16:54:55.726Z Downloaded pkcs8 v0.10.2
5882026-05-28T16:54:55.728Z Downloaded icu_normalizer v2.1.1
5892026-05-28T16:54:55.731Z Downloaded progenitor-client v0.14.0
5902026-05-28T16:54:55.731Z Downloaded pkg-config v0.3.32
5912026-05-28T16:54:55.735Z Downloaded heapless v0.7.17
5922026-05-28T16:54:55.735Z Downloaded ppv-lite86 v0.2.21
5932026-05-28T16:54:55.737Z Downloaded hickory-resolver v0.25.2
5942026-05-28T16:54:55.738Z Downloaded jiff-static v0.2.21
5952026-05-28T16:54:55.740Z Downloaded miniz_oxide v0.8.9
5962026-05-28T16:54:55.743Z Downloaded crossterm v0.28.1
5972026-05-28T16:54:55.747Z Downloaded quick-error v1.2.3
5982026-05-28T16:54:55.747Z Downloaded psl-types v2.0.11
5992026-05-28T16:54:55.752Z Downloaded progenitor-macro v0.13.0
6002026-05-28T16:54:55.752Z Downloaded progenitor-macro v0.11.2
6012026-05-28T16:54:55.752Z Downloaded postgres-protocol v0.6.10
6022026-05-28T16:54:55.752Z Downloaded progenitor-macro v0.14.0
6032026-05-28T16:54:55.755Z Downloaded hickory-resolver v0.24.4
6042026-05-28T16:54:55.755Z Downloaded parking_lot v0.11.2
6052026-05-28T16:54:55.755Z Downloaded criterion v0.7.0
6062026-05-28T16:54:55.759Z Downloaded oso v0.27.3
6072026-05-28T16:54:55.762Z Downloaded bytes v1.11.1
6082026-05-28T16:54:55.764Z Downloaded primeorder v0.13.6
6092026-05-28T16:54:55.764Z Downloaded pest_derive v2.8.6
6102026-05-28T16:54:55.767Z Downloaded p256 v0.13.2
6112026-05-28T16:54:55.770Z Downloaded poly1305 v0.8.0
6122026-05-28T16:54:55.770Z Downloaded radium v0.7.0
6132026-05-28T16:54:55.773Z Downloaded progenitor-client v0.13.0
6142026-05-28T16:54:55.773Z Downloaded progenitor v0.14.0
6152026-05-28T16:54:55.773Z Downloaded parking_lot v0.12.5
6162026-05-28T16:54:55.776Z Downloaded progenitor v0.13.0
6172026-05-28T16:54:55.776Z Downloaded pin-project-internal v1.1.11
6182026-05-28T16:54:55.779Z Downloaded hashbrown v0.13.2
6192026-05-28T16:54:55.782Z Downloaded progenitor v0.11.2
6202026-05-28T16:54:55.782Z Downloaded aho-corasick v1.1.4
6212026-05-28T16:54:55.784Z Downloaded rand_xorshift v0.4.0
6222026-05-28T16:54:55.787Z Downloaded recursive v0.1.1
6232026-05-28T16:54:55.787Z Downloaded ref-cast v1.0.25
6242026-05-28T16:54:55.787Z Downloaded recursive-proc-macro-impl v0.1.1
6252026-05-28T16:54:55.790Z Downloaded progenitor-extras v0.2.0
6262026-05-28T16:54:55.790Z Downloaded proc-macro-error v1.0.4
6272026-05-28T16:54:55.793Z Downloaded pkcs5 v0.7.1
6282026-05-28T16:54:55.793Z Downloaded ref-cast-impl v1.0.25
6292026-05-28T16:54:55.796Z Downloaded parking_lot_core v0.9.12
6302026-05-28T16:54:55.796Z Downloaded num-traits v0.2.19
6312026-05-28T16:54:55.799Z Downloaded icu_collections v2.1.1
6322026-05-28T16:54:55.802Z Downloaded pkcs1 v0.7.5
6332026-05-28T16:54:55.804Z Downloaded indicatif v0.18.4
6342026-05-28T16:54:55.807Z Downloaded icu_locale_core v2.1.1
6352026-05-28T16:54:55.810Z Downloaded crossterm v0.29.0
6362026-05-28T16:54:55.813Z Downloaded rfc6979 v0.4.0
6372026-05-28T16:54:55.813Z Downloaded postgres-types v0.2.12
6382026-05-28T16:54:55.816Z Downloaded psm v0.1.30
6392026-05-28T16:54:55.819Z Downloaded polyval v0.6.2
6402026-05-28T16:54:55.819Z Downloaded http v1.4.0
6412026-05-28T16:54:55.822Z Downloaded parking_lot_core v0.8.6
6422026-05-28T16:54:55.822Z Downloaded parse-display-derive v0.10.0
6432026-05-28T16:54:55.825Z Downloaded icu_normalizer_data v2.1.1
6442026-05-28T16:54:55.825Z Downloaded rustc_version v0.1.7
6452026-05-28T16:54:55.825Z Downloaded rustc_version v0.4.1
6462026-05-28T16:54:55.828Z Downloaded rustc-hash v2.1.1
6472026-05-28T16:54:55.828Z Downloaded proc-macro-error2 v2.0.1
6482026-05-28T16:54:55.831Z Downloaded russh-cryptovec v0.7.3
6492026-05-28T16:54:55.831Z Downloaded rtoolbox v0.0.3
6502026-05-28T16:54:55.831Z Downloaded rand_chacha v0.3.1
6512026-05-28T16:54:55.834Z Downloaded pin-project v1.1.11
6522026-05-28T16:54:55.837Z Downloaded rand_chacha v0.9.0
6532026-05-28T16:54:55.842Z Downloaded papergrid v0.11.0
6542026-05-28T16:54:55.845Z Downloaded memchr v2.8.0
6552026-05-28T16:54:55.848Z Downloaded predicates v3.1.4
6562026-05-28T16:54:55.851Z Downloaded rand_seeder v0.4.0
6572026-05-28T16:54:55.851Z Downloaded aes-gcm v0.10.3
6582026-05-28T16:54:55.854Z Downloaded indexmap v2.14.0
6592026-05-28T16:54:55.857Z Downloaded rand_core v0.9.5
6602026-05-28T16:54:55.857Z Downloaded rand_core v0.6.4
6612026-05-28T16:54:55.860Z Downloaded miette v5.10.0
6622026-05-28T16:54:55.863Z Downloaded resolv-conf v0.7.6
6632026-05-28T16:54:55.863Z Downloaded relative-path v1.9.3
6642026-05-28T16:54:55.863Z Downloaded pest_generator v2.8.6
6652026-05-28T16:54:55.868Z Downloaded rand_core v0.10.0
6662026-05-28T16:54:55.870Z Downloaded r2d2 v0.8.10
6672026-05-28T16:54:55.870Z Downloaded same-file v1.0.6
6682026-05-28T16:54:55.877Z Downloaded hashbrown v0.12.3
6692026-05-28T16:54:55.879Z Downloaded salsa20 v0.10.2
6702026-05-28T16:54:55.882Z Downloaded scheduled-thread-pool v0.2.7
6712026-05-28T16:54:55.882Z Downloaded minimal-lexical v0.2.1
6722026-05-28T16:54:55.885Z Downloaded sapling-renderdag v0.1.0
6732026-05-28T16:54:55.895Z Downloaded quote v1.0.45
6742026-05-28T16:54:55.898Z Downloaded serde-big-array v0.5.1
6752026-05-28T16:54:55.901Z Downloaded semver v0.1.20
6762026-05-28T16:54:55.901Z Downloaded secrecy v0.10.3
6772026-05-28T16:54:55.901Z Downloaded scrypt v0.11.0
6782026-05-28T16:54:55.901Z Downloaded rustc-demangle v0.1.27
6792026-05-28T16:54:55.904Z Downloaded secrecy v0.8.0
6802026-05-28T16:54:55.904Z Downloaded scroll_derive v0.13.1
6812026-05-28T16:54:55.904Z Downloaded scroll_derive v0.12.1
6822026-05-28T16:54:55.907Z Downloaded postcard v1.1.3
6832026-05-28T16:54:55.907Z Downloaded dropshot-api-manager v0.7.2
6842026-05-28T16:54:55.910Z Downloaded rust-argon2 v2.1.0
6852026-05-28T16:54:55.913Z Downloaded seq-macro v0.3.6
6862026-05-28T16:54:55.913Z Downloaded serde_bytes v0.11.19
6872026-05-28T16:54:55.916Z Downloaded prefix-trie v0.7.0
6882026-05-28T16:54:55.919Z Downloaded serde_plain v1.0.2
6892026-05-28T16:54:55.919Z Downloaded rustls-pemfile v2.2.0
6902026-05-28T16:54:55.922Z Downloaded hashbrown v0.15.5
6912026-05-28T16:54:55.925Z Downloaded rustls-pemfile v1.0.4
6922026-05-28T16:54:55.925Z Downloaded serde_spanned v1.0.4
6932026-05-28T16:54:55.928Z Downloaded serde_spanned v0.6.9
6942026-05-28T16:54:55.928Z Downloaded serde_regex v1.1.0
6952026-05-28T16:54:55.928Z Downloaded rusty-fork v0.3.1
6962026-05-28T16:54:55.928Z Downloaded blake3 v1.8.3
6972026-05-28T16:54:55.933Z Downloaded rustversion v1.0.22
6982026-05-28T16:54:55.936Z Downloaded serde_repr v0.1.20
6992026-05-28T16:54:55.939Z Downloaded pest_meta v2.8.6
7002026-05-28T16:54:55.939Z Downloaded serde-value v0.7.0
7012026-05-28T16:54:55.939Z Downloaded serde_urlencoded v0.7.1
7022026-05-28T16:54:55.942Z Downloaded clap_builder v4.5.60
7032026-05-28T16:54:55.945Z Downloaded signal-hook-mio v0.2.5
7042026-05-28T16:54:55.948Z Downloaded quinn-udp v0.5.14
7052026-05-28T16:54:55.948Z Downloaded shell-words v1.1.1
7062026-05-28T16:54:55.948Z Downloaded progenitor-impl v0.14.0
7072026-05-28T16:54:55.951Z Downloaded sec1 v0.7.3
7082026-05-28T16:54:55.951Z Downloaded prettyplease v0.2.37
7092026-05-28T16:54:55.956Z Downloaded scopeguard v1.2.0
7102026-05-28T16:54:55.956Z Downloaded sha1 v0.10.6
7112026-05-28T16:54:55.959Z Downloaded pretty_assertions v1.4.1
7122026-05-28T16:54:55.959Z Downloaded openssl-sys v0.9.115
7132026-05-28T16:54:55.961Z Downloaded progenitor-impl v0.13.0
7142026-05-28T16:54:55.961Z Downloaded scroll v0.12.0
7152026-05-28T16:54:55.964Z Downloaded libxml v0.3.3
7162026-05-28T16:54:55.967Z Downloaded sigpipe v0.1.3
7172026-05-28T16:54:55.967Z Downloaded signature v2.2.0
7182026-05-28T16:54:55.967Z Downloaded signal-hook-tokio v0.3.1
7192026-05-28T16:54:55.971Z Downloaded proc-macro2 v1.0.106
7202026-05-28T16:54:55.971Z Downloaded progenitor-impl v0.11.2
7212026-05-28T16:54:55.974Z Downloaded papergrid v0.17.0
7222026-05-28T16:54:55.977Z Downloaded guppy v0.17.25
7232026-05-28T16:54:55.982Z Downloaded russh-keys v0.45.0
7242026-05-28T16:54:55.984Z Downloaded serde_derive_internals v0.29.1
7252026-05-28T16:54:55.987Z Downloaded serde-untagged v0.1.9
7262026-05-28T16:54:55.991Z Downloaded serde-hex v0.1.0
7272026-05-28T16:54:55.991Z Downloaded similar-asserts v1.7.0
7282026-05-28T16:54:55.994Z Downloaded serde_path_to_error v0.1.20
7292026-05-28T16:54:55.994Z Downloaded rustls-native-certs v0.8.3
7302026-05-28T16:54:55.997Z Downloaded num-bigint v0.4.6
7312026-05-28T16:54:56.000Z Downloaded rustls-pki-types v1.14.0
7322026-05-28T16:54:56.000Z Downloaded hyper-util v0.1.20
7332026-05-28T16:54:56.004Z Downloaded rcgen v0.12.1
7342026-05-28T16:54:56.007Z Downloaded slog-envlogger v2.2.0
7352026-05-28T16:54:56.011Z Downloaded slog-bunyan v2.5.0
7362026-05-28T16:54:56.014Z Downloaded smawk v0.3.2
7372026-05-28T16:54:56.017Z Downloaded hashbrown v0.16.1
7382026-05-28T16:54:56.021Z Downloaded mio v1.2.0
7392026-05-28T16:54:56.024Z Downloaded itertools v0.10.5
7402026-05-28T16:54:56.028Z Downloaded hashbrown v0.14.5
7412026-05-28T16:54:56.031Z Downloaded rstest v0.25.0
7422026-05-28T16:54:56.035Z Downloaded ssh-encoding v0.2.0
7432026-05-28T16:54:56.038Z Downloaded ssh-cipher v0.2.0
7442026-05-28T16:54:56.038Z Downloaded simd-adler32 v0.3.8
7452026-05-28T16:54:56.041Z Downloaded sha2 v0.10.9
7462026-05-28T16:54:56.041Z Downloaded hyper v1.8.1
7472026-05-28T16:54:56.044Z Downloaded schemars_derive v0.8.22
7482026-05-28T16:54:56.047Z Downloaded serde_tokenstream v0.2.3
7492026-05-28T16:54:56.047Z Downloaded ron v0.8.1
7502026-05-28T16:54:56.050Z Downloaded hickory-server v0.25.2
7512026-05-28T16:54:56.057Z Downloaded sqlparser_derive v0.5.0
7522026-05-28T16:54:56.060Z Downloaded stable_deref_trait v1.2.1
7532026-05-28T16:54:56.060Z Downloaded siphasher v1.0.2
7542026-05-28T16:54:56.060Z Downloaded shlex v1.3.0
7552026-05-28T16:54:56.063Z Downloaded sct v0.7.1
7562026-05-28T16:54:56.063Z Downloaded slab v0.4.12
7572026-05-28T16:54:56.066Z Downloaded slog-async v2.8.0
7582026-05-28T16:54:56.066Z Downloaded serde_with_macros v1.5.2
7592026-05-28T16:54:56.066Z Downloaded strum v0.26.3
7602026-05-28T16:54:56.069Z Downloaded strsim v0.10.0
7612026-05-28T16:54:56.069Z Downloaded structmeta-derive v0.3.0
7622026-05-28T16:54:56.069Z Downloaded strip-ansi-escapes v0.2.1
7632026-05-28T16:54:56.069Z Downloaded structmeta v0.3.0
7642026-05-28T16:54:56.072Z Downloaded signal-hook-registry v1.4.8
7652026-05-28T16:54:56.072Z Downloaded strsim v0.11.1
7662026-05-28T16:54:56.072Z Downloaded scroll v0.13.0
7672026-05-28T16:54:56.076Z Downloaded serde_cbor v0.11.2
7682026-05-28T16:54:56.079Z Downloaded rand_distr v0.5.1
7692026-05-28T16:54:56.082Z Downloaded schemars v0.8.22
7702026-05-28T16:54:56.085Z Downloaded swrite v0.1.0
7712026-05-28T16:54:56.089Z Downloaded strum v0.27.2
7722026-05-28T16:54:56.089Z Downloaded slog-dtrace v0.3.0
7732026-05-28T16:54:56.089Z Downloaded idna v1.1.0
7742026-05-28T16:54:56.092Z Downloaded slog-term v2.9.2
7752026-05-28T16:54:56.095Z Downloaded supports-unicode v2.1.0
7762026-05-28T16:54:56.095Z Downloaded supports-hyperlinks v2.1.0
7772026-05-28T16:54:56.095Z Downloaded subtle v2.6.1
7782026-05-28T16:54:56.101Z Downloaded slog-scope v4.4.1
7792026-05-28T16:54:56.101Z Downloaded serde_with_macros v3.17.0
7802026-05-28T16:54:56.101Z Downloaded qorb v0.4.1
7812026-05-28T16:54:56.104Z Downloaded publicsuffix v2.3.0
7822026-05-28T16:54:56.104Z Downloaded iri-string v0.7.10
7832026-05-28T16:54:56.107Z Downloaded tap v1.0.1
7842026-05-28T16:54:56.107Z Downloaded stringmetrics v2.2.2
7852026-05-28T16:54:56.110Z Downloaded ryu v1.0.23
7862026-05-28T16:54:56.113Z Downloaded string_cache v0.8.9
7872026-05-28T16:54:56.113Z Downloaded smf v0.2.3
7882026-05-28T16:54:56.113Z Downloaded sync-ptr v0.1.4
7892026-05-28T16:54:56.116Z Downloaded sync_wrapper v1.0.2
7902026-05-28T16:54:56.116Z Downloaded static_assertions v1.1.0
7912026-05-28T16:54:56.116Z Downloaded stacker v0.1.23
7922026-05-28T16:54:56.116Z Downloaded take_mut v0.2.2
7932026-05-28T16:54:56.119Z Downloaded tagptr v0.2.0
7942026-05-28T16:54:56.119Z Downloaded itertools v0.13.0
7952026-05-28T16:54:56.122Z Downloaded rstest_macros v0.25.0
7962026-05-28T16:54:56.125Z Downloaded num-bigint-dig v0.8.6
7972026-05-28T16:54:56.128Z Downloaded strum_macros v0.27.2
7982026-05-28T16:54:56.131Z Downloaded sqlformat v0.3.5
7992026-05-28T16:54:56.131Z Downloaded spki v0.7.3
8002026-05-28T16:54:56.134Z Downloaded tabled_derive v0.11.0
8012026-05-28T16:54:56.134Z Downloaded rayon-core v1.13.0
8022026-05-28T16:54:56.144Z Downloaded h2 v0.4.13
8032026-05-28T16:54:56.148Z Downloaded supports-color v3.0.2
8042026-05-28T16:54:56.148Z Downloaded support-bundle-viewer v0.1.2
8052026-05-28T16:54:56.148Z Downloaded rand v0.8.6
8062026-05-28T16:54:56.148Z Downloaded target-triple v1.0.0
8072026-05-28T16:54:56.148Z Downloaded semver v1.0.28
8082026-05-28T16:54:56.148Z Downloaded tabled_derive v0.7.0
8092026-05-28T16:54:56.148Z Downloaded testing_table v0.3.0
8102026-05-28T16:54:56.148Z Downloaded strum_macros v0.26.4
8112026-05-28T16:54:56.148Z Downloaded stringprep v0.1.5
8122026-05-28T16:54:56.152Z Downloaded schemars v0.9.0
8132026-05-28T16:54:56.156Z Downloaded terminal_size v0.1.17
8142026-05-28T16:54:56.159Z Downloaded strum_macros v0.24.3
8152026-05-28T16:54:56.159Z Downloaded serde_derive v1.0.228
8162026-05-28T16:54:56.162Z Downloaded itertools v0.12.1
8172026-05-28T16:54:56.165Z Downloaded termtree v0.5.1
8182026-05-28T16:54:56.165Z Downloaded time-core v0.1.8
8192026-05-28T16:54:56.168Z Downloaded slog-json v2.6.1
8202026-05-28T16:54:56.168Z Downloaded nom v7.1.3
8212026-05-28T16:54:56.171Z Downloaded quinn v0.11.9
8222026-05-28T16:54:56.174Z Downloaded slog v2.8.2
8232026-05-28T16:54:56.176Z Downloaded libm v0.2.16
8242026-05-28T16:54:56.180Z Downloaded thread-id v5.1.0
8252026-05-28T16:54:56.183Z Downloaded target-lexicon v0.13.3
8262026-05-28T16:54:56.183Z Downloaded thread-id v4.2.2
8272026-05-28T16:54:56.187Z Downloaded serde_yaml v0.9.34+deprecated
8282026-05-28T16:54:56.187Z Downloaded serde_core v1.0.228
8292026-05-28T16:54:56.191Z Downloaded tokio-test v0.4.5
8302026-05-28T16:54:56.191Z Downloaded synstructure v0.13.2
8312026-05-28T16:54:56.192Z Downloaded itertools v0.14.0
8322026-05-28T16:54:56.195Z Downloaded termcolor v1.4.1
8332026-05-28T16:54:56.198Z Downloaded tinyvec_macros v0.1.1
8342026-05-28T16:54:56.198Z Downloaded spin v0.9.8
8352026-05-28T16:54:56.198Z Downloaded signal-hook v0.3.18
8362026-05-28T16:54:56.201Z Downloaded rand v0.9.2
8372026-05-28T16:54:56.204Z Downloaded p521 v0.13.3
8382026-05-28T16:54:56.204Z Downloaded target-spec v3.5.7
8392026-05-28T16:54:56.208Z Downloaded samael v0.0.19
8402026-05-28T16:54:56.211Z Downloaded terminal_size v0.4.3
8412026-05-28T16:54:56.211Z Downloaded smallvec v1.15.1
8422026-05-28T16:54:56.214Z Downloaded tower-layer v0.3.3
8432026-05-28T16:54:56.214Z Downloaded similar v2.7.0
8442026-05-28T16:54:56.217Z Downloaded topological-sort v0.2.2
8452026-05-28T16:54:56.217Z Downloaded toml_write v0.1.2
8462026-05-28T16:54:56.217Z Downloaded socket2 v0.5.10
8472026-05-28T16:54:56.220Z Downloaded icu_properties_data v2.1.2
8482026-05-28T16:54:56.224Z Downloaded thiserror-impl v1.0.69
8492026-05-28T16:54:56.227Z Downloaded toml_datetime v0.6.11
8502026-05-28T16:54:56.227Z Downloaded thiserror v1.0.69
8512026-05-28T16:54:56.230Z Downloaded termios v0.3.3
8522026-05-28T16:54:56.233Z Downloaded tower-service v0.3.3
8532026-05-28T16:54:56.233Z Downloaded try-lock v0.2.5
8542026-05-28T16:54:56.233Z Downloaded trait-variant v0.1.2
8552026-05-28T16:54:56.233Z Downloaded tiny-keccak v2.0.2
8562026-05-28T16:54:56.236Z Downloaded thiserror-impl v2.0.18
8572026-05-28T16:54:56.236Z Downloaded rustls-webpki v0.103.9
8582026-05-28T16:54:56.239Z Downloaded tls_codec v0.4.2
8592026-05-28T16:54:56.242Z Downloaded thiserror v2.0.18
8602026-05-28T16:54:56.245Z Downloaded serde v1.0.228
8612026-05-28T16:54:56.245Z Downloaded tokio-macros v2.7.0
8622026-05-28T16:54:56.249Z Downloaded thiserror-no-std v2.0.2
8632026-05-28T16:54:56.250Z Downloaded typeid v1.0.3
8642026-05-28T16:54:56.253Z Downloaded thiserror-impl-no-std v2.0.2
8652026-05-28T16:54:56.253Z Downloaded tinytemplate v1.2.1
8662026-05-28T16:54:56.253Z Downloaded typify-macro v0.4.3
8672026-05-28T16:54:56.253Z Downloaded typify-macro v0.6.2
8682026-05-28T16:54:56.253Z Downloaded time-macros v0.2.27
8692026-05-28T16:54:56.256Z Downloaded term v0.7.0
8702026-05-28T16:54:56.259Z Downloaded tokio-rustls v0.25.0
8712026-05-28T16:54:56.259Z Downloaded term v1.2.1
8722026-05-28T16:54:56.261Z Downloaded unicode-linebreak v0.1.5
8732026-05-28T16:54:56.261Z Downloaded bindgen v0.71.1
8742026-05-28T16:54:56.265Z Downloaded unicode-truncate v1.1.0
8752026-05-28T16:54:56.268Z Downloaded tinystr v0.8.2
8762026-05-28T16:54:56.268Z Downloaded tokio-native-tls v0.3.1
8772026-05-28T16:54:56.271Z Downloaded unarray v0.1.4
8782026-05-28T16:54:56.271Z Downloaded russh v0.45.0
8792026-05-28T16:54:56.273Z Downloaded tls_codec_derive v0.4.2
8802026-05-28T16:54:56.276Z Downloaded hkdf v0.12.4
8812026-05-28T16:54:56.276Z Downloaded tokio-tungstenite v0.23.1
8822026-05-28T16:54:56.279Z Downloaded tokio-dtrace v0.1.1
8832026-05-28T16:54:56.279Z Downloaded tempfile v3.25.0
8842026-05-28T16:54:56.279Z Downloaded toml_writer v1.0.6+spec-1.1.0
8852026-05-28T16:54:56.282Z Downloaded unit-prefix v0.5.2
8862026-05-28T16:54:56.282Z Downloaded iddqd v0.4.2
8872026-05-28T16:54:56.287Z Downloaded rand v0.10.0
8882026-05-28T16:54:56.290Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8892026-05-28T16:54:56.294Z Downloaded socket2 v0.6.3
8902026-05-28T16:54:56.294Z Downloaded plotters v0.3.7
8912026-05-28T16:54:56.297Z Downloaded usdt v0.5.0
8922026-05-28T16:54:56.301Z Downloaded untrusted v0.9.0
8932026-05-28T16:54:56.301Z Downloaded subprocess v0.2.15
8942026-05-28T16:54:56.304Z Downloaded utf-8 v0.7.6
8952026-05-28T16:54:56.304Z Downloaded usdt-attr-macro v0.6.0
8962026-05-28T16:54:56.304Z Downloaded thread_local v1.1.9
8972026-05-28T16:54:56.304Z Downloaded untrusted v0.7.1
8982026-05-28T16:54:56.307Z Downloaded universal-hash v0.5.1
8992026-05-28T16:54:56.307Z Downloaded unicode-xid v0.2.6
9002026-05-28T16:54:56.307Z Downloaded bitvec v1.0.1
9012026-05-28T16:54:56.314Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9022026-05-28T16:54:56.317Z Downloaded aws-lc-rs v1.16.3
9032026-05-28T16:54:56.321Z Downloaded usdt-macro v0.6.0
9042026-05-28T16:54:56.324Z Downloaded usdt-macro v0.5.0
9052026-05-28T16:54:56.324Z Downloaded usdt-attr-macro v0.5.0
9062026-05-28T16:54:56.324Z Downloaded tui-tree-widget v0.23.1
9072026-05-28T16:54:56.324Z Downloaded tokio-rustls v0.26.4
9082026-05-28T16:54:56.327Z Downloaded version_check v0.9.5
9092026-05-28T16:54:56.327Z Downloaded void v1.0.2
9102026-05-28T16:54:56.327Z Downloaded wait-timeout v0.2.1
9112026-05-28T16:54:56.332Z Downloaded rustyline v14.0.0
9122026-05-28T16:54:56.334Z Downloaded schemars v1.2.1
9132026-05-28T16:54:56.339Z Downloaded utf8parse v0.2.2
9142026-05-28T16:54:56.342Z Downloaded toml_parser v1.0.9+spec-1.1.0
9152026-05-28T16:54:56.342Z Downloaded tokio-rustls v0.24.1
9162026-05-28T16:54:56.345Z Downloaded git2 v0.20.4
9172026-05-28T16:54:56.348Z Downloaded want v0.3.1
9182026-05-28T16:54:56.351Z Downloaded waitgroup v0.1.2
9192026-05-28T16:54:56.351Z Downloaded utf8_iter v1.0.4
9202026-05-28T16:54:56.351Z Downloaded unicase v2.9.0
9212026-05-28T16:54:56.351Z Downloaded toml v0.8.23
9222026-05-28T16:54:56.354Z Downloaded test-strategy v0.4.5
9232026-05-28T16:54:56.357Z Downloaded tokio-tungstenite v0.21.0
9242026-05-28T16:54:56.357Z Downloaded rsa v0.9.10
9252026-05-28T16:54:56.360Z Downloaded goblin v0.8.2
9262026-05-28T16:54:56.362Z Downloaded pest v2.8.6
9272026-05-28T16:54:56.365Z Downloaded tracing-attributes v0.1.31
9282026-05-28T16:54:56.368Z Downloaded xattr v1.6.1
9292026-05-28T16:54:56.368Z Downloaded steno v0.4.1
9302026-05-28T16:54:56.372Z Downloaded xshell-macros v0.2.7
9312026-05-28T16:54:56.372Z Downloaded usdt v0.6.0
9322026-05-28T16:54:56.375Z Downloaded chrono v0.4.44
9332026-05-28T16:54:56.378Z Downloaded futures-util v0.3.32
9342026-05-28T16:54:56.383Z Downloaded zerofrom-derive v0.1.6
9352026-05-28T16:54:56.386Z Downloaded twox-hash v2.1.2
9362026-05-28T16:54:56.386Z Downloaded zeroize_derive v1.4.3
9372026-05-28T16:54:56.386Z Downloaded zerofrom v0.1.6
9382026-05-28T16:54:56.386Z Downloaded yoke-derive v0.8.1
9392026-05-28T16:54:56.389Z Downloaded trybuild v1.0.116
9402026-05-28T16:54:56.389Z Downloaded vergen-lib v0.1.6
9412026-05-28T16:54:56.393Z Downloaded vergen-gitcl v1.0.8
9422026-05-28T16:54:56.393Z Downloaded ucd-trie v0.1.7
9432026-05-28T16:54:56.393Z Downloaded tabwriter v1.4.1
9442026-05-28T16:54:56.395Z Downloaded tinyvec v1.10.0
9452026-05-28T16:54:56.395Z Downloaded vergen-git2 v9.1.0
9462026-05-28T16:54:56.398Z Downloaded usdt-impl v0.6.0
9472026-05-28T16:54:56.398Z Downloaded vsss-rs v3.3.4
9482026-05-28T16:54:56.401Z Downloaded zone v0.3.1
9492026-05-28T16:54:56.401Z Downloaded tar v0.4.45
9502026-05-28T16:54:56.401Z Downloaded usdt-impl v0.5.0
9512026-05-28T16:54:56.404Z Downloaded hashbrown v0.17.0
9522026-05-28T16:54:56.407Z Downloaded supports-color v2.1.0
9532026-05-28T16:54:56.407Z Downloaded snafu-derive v0.8.9
9542026-05-28T16:54:56.407Z Downloaded smallvec v0.6.14
9552026-05-28T16:54:56.410Z Downloaded slog-stdlog v4.1.1
9562026-05-28T16:54:56.410Z Downloaded unicode-properties v0.1.4
9572026-05-28T16:54:56.413Z Downloaded rustls-platform-verifier v0.6.2
9582026-05-28T16:54:56.413Z Downloaded toml v0.7.8
9592026-05-28T16:54:56.416Z Downloaded serde_with v1.14.0
9602026-05-28T16:54:56.419Z Downloaded whoami v2.1.0
9612026-05-28T16:54:56.419Z Downloaded walkdir v2.5.0
9622026-05-28T16:54:56.422Z Downloaded uzers v0.12.2
9632026-05-28T16:54:56.422Z Downloaded wyz v0.5.1
9642026-05-28T16:54:56.422Z Downloaded writeable v0.6.2
9652026-05-28T16:54:56.424Z Downloaded zone_cfg_derive v0.3.1
9662026-05-28T16:54:56.424Z Downloaded tokio-stream v0.1.18
9672026-05-28T16:54:56.428Z Downloaded xshell v0.2.7
9682026-05-28T16:54:56.431Z Downloaded textwrap v0.15.2
9692026-05-28T16:54:56.434Z Downloaded rpassword v7.4.0
9702026-05-28T16:54:56.437Z Downloaded toml v1.0.6+spec-1.1.0
9712026-05-28T16:54:56.441Z Downloaded yoke v0.8.1
9722026-05-28T16:54:56.446Z Downloaded tracing-core v0.1.36
9732026-05-28T16:54:56.450Z Downloaded snafu v0.8.9
9742026-05-28T16:54:56.452Z Downloaded tungstenite v0.23.0
9752026-05-28T16:54:56.455Z Downloaded lalrpop v0.19.12
9762026-05-28T16:54:56.459Z Downloaded unicode-ident v1.0.24
9772026-05-28T16:54:56.462Z Downloaded typify v0.4.3
9782026-05-28T16:54:56.465Z Downloaded zmij v1.0.21
9792026-05-28T16:54:56.465Z Downloaded vergen-lib v9.1.0
9802026-05-28T16:54:56.468Z Downloaded tungstenite v0.21.0
9812026-05-28T16:54:56.468Z Downloaded vergen v9.1.0
9822026-05-28T16:54:56.471Z Downloaded typify v0.6.2
9832026-05-28T16:54:56.474Z Downloaded unicode-bidi v0.3.18
9842026-05-28T16:54:56.478Z Downloaded whoami v1.6.1
9852026-05-28T16:54:56.482Z Downloaded p384 v0.13.1
9862026-05-28T16:54:56.488Z Downloaded zstd v0.13.3
9872026-05-28T16:54:56.491Z Downloaded textwrap v0.16.2
9882026-05-28T16:54:56.494Z Downloaded zerocopy v0.6.6
9892026-05-28T16:54:56.497Z Downloaded toml_edit v0.23.10+spec-1.0.0
9902026-05-28T16:54:56.500Z Downloaded toml_edit v0.22.27
9912026-05-28T16:54:56.504Z Downloaded yasna v0.5.2
9922026-05-28T16:54:56.514Z Downloaded toml_edit v0.19.15
9932026-05-28T16:54:56.523Z Downloaded zeroize v1.8.2
9942026-05-28T16:54:56.526Z Downloaded typenum v1.19.0
9952026-05-28T16:54:56.529Z Downloaded unsafe-libyaml v0.2.11
9962026-05-28T16:54:56.533Z Downloaded quick-xml v0.37.5
9972026-05-28T16:54:56.537Z Downloaded ssh-key v0.6.7
9982026-05-28T16:54:56.541Z Downloaded uuid v1.23.0
9992026-05-28T16:54:56.544Z Downloaded zstd-safe v7.2.4
10002026-05-28T16:54:56.544Z Downloaded zerovec-derive v0.11.2
10012026-05-28T16:54:56.548Z Downloaded portable-atomic v1.13.1
10022026-05-28T16:54:56.553Z Downloaded zerocopy-derive v0.7.35
10032026-05-28T16:54:56.556Z Downloaded serde_json v1.0.149
10042026-05-28T16:54:56.560Z Downloaded tokio-postgres v0.7.16
10052026-05-28T16:54:56.563Z Downloaded goblin v0.10.5
10062026-05-28T16:54:56.567Z Downloaded vte v0.14.1
10072026-05-28T16:54:56.570Z Downloaded reqwest v0.13.2
10082026-05-28T16:54:56.573Z Downloaded gimli v0.32.3
10092026-05-28T16:54:56.576Z Downloaded proptest v1.10.0
10102026-05-28T16:54:56.582Z Downloaded yansi v1.0.1
10112026-05-28T16:54:56.584Z Downloaded reqwest v0.12.28
10122026-05-28T16:54:56.587Z Downloaded reedline v0.40.0
10132026-05-28T16:54:56.591Z Downloaded curve25519-dalek v4.1.3
10142026-05-28T16:54:56.596Z Downloaded rayon v1.11.0
10152026-05-28T16:54:56.601Z Downloaded zopfli v0.8.3
10162026-05-28T16:54:56.604Z Downloaded rustls-webpki v0.101.7
10172026-05-28T16:54:56.610Z Downloaded unicode_categories v0.1.1
10182026-05-28T16:54:56.613Z Downloaded petname v2.0.2
10192026-05-28T16:54:56.617Z Downloaded moka v0.12.13
10202026-05-28T16:54:56.621Z Downloaded url v2.5.8
10212026-05-28T16:54:56.624Z Downloaded unicode-segmentation v1.12.0
10222026-05-28T16:54:56.624Z Downloaded regex v1.12.3
10232026-05-28T16:54:56.627Z Downloaded zip v0.6.6
10242026-05-28T16:54:56.630Z Downloaded zerotrie v0.2.3
10252026-05-28T16:54:56.633Z Downloaded salty v0.3.0
10262026-05-28T16:54:56.636Z Downloaded tower v0.5.3
10272026-05-28T16:54:56.641Z Downloaded x509-cert v0.2.5
10282026-05-28T16:54:56.645Z Downloaded object v0.30.4
10292026-05-28T16:54:56.650Z Downloaded typed-path v0.9.3
10302026-05-28T16:54:56.653Z Downloaded zerocopy-derive v0.8.40
10312026-05-28T16:54:56.658Z Downloaded tokio-util v0.7.18
10322026-05-28T16:54:56.662Z Downloaded serde_with v3.17.0
10332026-05-28T16:54:56.669Z Downloaded tough v0.22.0
10342026-05-28T16:54:56.675Z Downloaded rustls-webpki v0.102.8
10352026-05-28T16:54:56.685Z Downloaded nix v0.27.1
10362026-05-28T16:54:56.700Z Downloaded tower-http v0.6.8
10372026-05-28T16:54:56.705Z Downloaded unicode-normalization v0.1.25
10382026-05-28T16:54:56.716Z Downloaded polar-core v0.27.3
10392026-05-28T16:54:56.721Z Downloaded openssl v0.10.79
10402026-05-28T16:54:56.727Z Downloaded zip v4.6.1
10412026-05-28T16:54:56.731Z Downloaded radix_trie v0.2.1
10422026-05-28T16:54:56.733Z Downloaded dropshot v0.17.0
10432026-05-28T16:54:56.746Z Downloaded winnow v0.6.26
10442026-05-28T16:54:56.750Z Downloaded quinn-proto v0.11.13
10452026-05-28T16:54:56.755Z Downloaded zerovec v0.11.5
10462026-05-28T16:54:56.758Z Downloaded zerocopy v0.7.35
10472026-05-28T16:54:56.767Z Downloaded tabled v0.15.0
10482026-05-28T16:54:56.776Z Downloaded syn v1.0.109
10492026-05-28T16:54:56.782Z Downloaded nix v0.28.0
10502026-05-28T16:54:56.788Z Downloaded bstr v1.12.1
10512026-05-28T16:54:56.793Z Downloaded winnow v0.5.40
10522026-05-28T16:54:56.797Z Downloaded winnow v0.7.14
10532026-05-28T16:54:56.803Z Downloaded time v0.3.47
10542026-05-28T16:54:56.813Z Downloaded nix v0.31.2
10552026-05-28T16:54:56.826Z Downloaded hickory-proto v0.25.2
10562026-05-28T16:54:56.835Z Downloaded vcpkg v0.2.15
10572026-05-28T16:54:56.858Z Downloaded zerocopy v0.8.40
10582026-05-28T16:54:56.863Z Downloaded syn v2.0.117
10592026-05-28T16:54:56.870Z Downloaded tabled v0.20.0
10602026-05-28T16:54:56.880Z Downloaded rustls v0.21.12
10612026-05-28T16:54:56.886Z Downloaded diesel v2.3.7
10622026-05-28T16:54:56.898Z Downloaded object v0.37.3
10632026-05-28T16:54:56.904Z Downloaded regex-syntax v0.6.29
10642026-05-28T16:54:56.908Z Downloaded zlib-rs v0.6.2
10652026-05-28T16:54:56.911Z Downloaded smoltcp v0.9.1
10662026-05-28T16:54:56.924Z Downloaded regress v0.10.5
10672026-05-28T16:54:56.929Z Downloaded hickory-proto v0.24.4
10682026-05-28T16:54:56.938Z Downloaded openapiv3 v2.2.0
10692026-05-28T16:54:56.946Z Downloaded rustls v0.22.4
10702026-05-28T16:54:56.952Z Downloaded regex-syntax v0.8.10
10712026-05-28T16:54:56.958Z Downloaded sqlparser v0.61.0
10722026-05-28T16:54:56.964Z Downloaded webpki-roots v1.0.6
10732026-05-28T16:54:56.967Z Downloaded smoltcp v0.11.0
10742026-05-28T16:54:56.973Z Downloaded unicode-width v0.2.0
10752026-05-28T16:54:56.977Z Downloaded unicode-width v0.1.14
10762026-05-28T16:54:56.980Z Downloaded rustls v0.23.37
10772026-05-28T16:54:56.987Z Downloaded typify-impl v0.6.2
10782026-05-28T16:54:56.997Z Downloaded bzip2-sys v0.1.13+1.0.8
10792026-05-28T16:54:57.004Z Downloaded rustix v0.38.44
10802026-05-28T16:54:57.017Z Downloaded regress v0.11.1
10812026-05-28T16:54:57.023Z Downloaded rustix v1.1.3
10822026-05-28T16:54:57.065Z Downloaded zerocopy-derive v0.6.6
10832026-05-28T16:54:57.071Z Downloaded sled v0.34.7
10842026-05-28T16:54:57.077Z Downloaded ratatui v0.29.0
10852026-05-28T16:54:57.088Z Downloaded petgraph v0.6.5
10862026-05-28T16:54:57.099Z Downloaded typify-impl v0.4.3
10872026-05-28T16:54:57.109Z Downloaded jiff v0.2.21
10882026-05-28T16:54:57.120Z Downloaded tracing v0.1.44
10892026-05-28T16:54:57.133Z Downloaded petgraph v0.8.3
10902026-05-28T16:54:57.146Z Downloaded regex-automata v0.4.14
10912026-05-28T16:54:57.155Z Downloaded chrono-tz v0.10.4
10922026-05-28T16:54:57.166Z Downloaded libz-sys v1.1.24
10932026-05-28T16:54:57.178Z Downloaded libc v0.2.185
10942026-05-28T16:54:57.205Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10952026-05-28T16:54:57.216Z Downloaded csv v1.4.0
10962026-05-28T16:54:57.243Z Downloaded sha3 v0.10.8
10972026-05-28T16:54:57.250Z Downloaded tokio v1.52.1
10982026-05-28T16:54:57.302Z Downloaded encoding_rs v0.8.35
10992026-05-28T16:54:57.315Z Downloaded ring v0.17.14
11002026-05-28T16:54:57.355Z Downloaded httpmock v0.8.3
11012026-05-28T16:54:57.381Z Downloaded libgit2-sys v0.18.3+1.9.2
11022026-05-28T16:54:57.868Z Downloaded aws-lc-sys v0.40.0
11032026-05-28T16:54:58.297Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11042026-05-28T16:55:02.541Z Startup: Refreshing catalog 'helios' ... Done
11052026-05-28T16:55:02.623Z Startup: Caching catalogs ... Done
11062026-05-28T16:55:02.884ZPlanning: Solver setup ... Done (0.226s)
11072026-05-28T16:55:02.902ZPlanning: Running solver ... Done (0.018s)
11082026-05-28T16:55:02.915ZPlanning: Finding local manifests ... Done (0.010s)
11092026-05-28T16:55:02.926ZPlanning: Fetching manifests: 0/2 0% complete
11102026-05-28T16:55:02.943ZPlanning: Fetching manifests: 2/2 100% complete
11112026-05-28T16:55:02.956ZPlanning: Package planning ... Done (0.013s)
11122026-05-28T16:55:02.959ZPlanning: Merging actions ... Done (0.002s)
11132026-05-28T16:55:03.151ZPlanning: Checking for conflicting actions ... Done (0.193s)
11142026-05-28T16:55:03.154ZPlanning: Consolidating action changes ... Done (0.001s)
11152026-05-28T16:55:04.819ZPlanning: Evaluating mediators ... Done (1.666s)
11162026-05-28T16:55:04.822ZPlanning: Planning completed in 2.18 seconds
11172026-05-28T16:55:04.830Z Packages to install: 2
11182026-05-28T16:55:04.830Z Estimated space available: 155.71 GB
11192026-05-28T16:55:04.830ZEstimated space to be consumed: 22.53 MB
11202026-05-28T16:55:04.833Z Create boot environment: No
11212026-05-28T16:55:04.833ZCreate backup boot environment: No
11222026-05-28T16:55:04.833Z Rebuild boot archive: No
11232026-05-28T16:55:04.833Z
11242026-05-28T16:55:04.833ZChanged packages:
11252026-05-28T16:55:04.833Zhelios
11262026-05-28T16:55:04.833Z developer/build-essential
11272026-05-28T16:55:04.833Z None -> 11-3.0
11282026-05-28T16:55:04.833Z library/libxmlsec1
11292026-05-28T16:55:04.833Z None -> 1.2.35-3.0
11302026-05-28T16:55:04.887Z
11312026-05-28T16:55:04.887ZDownload: 0/214 items 0.0/1.3MB 0% complete
11322026-05-28T16:55:06.089ZDownload: Completed 1.28 MB in 1.20 seconds (1.1M/s)
11332026-05-28T16:55:06.153Z Actions: 1/268 actions (Installing new actions)
11342026-05-28T16:55:06.192Z Actions: Completed 268 actions in 0.04 seconds.
11352026-05-28T16:55:06.224ZFinalize: Updating package state database ... Done (0.031s)
11362026-05-28T16:55:06.224ZFinalize: Updating package cache ... Done (0.000s)
11372026-05-28T16:55:06.242ZFinalize: Updating image state ... Done (0.018s)
11382026-05-28T16:55:09.089ZFinalize: Creating fast lookup database ... Done (2.824s)
11392026-05-28T16:55:09.167ZFinalize: Reading search index ... Done (0.021s)
11402026-05-28T16:55:09.170ZFinalize: Updating search index ... Done (0.000s)
11412026-05-28T16:55:09.230ZFinalize: Updating package cache ... Done (0.000s)
11422026-05-28T16:55:09.530ZPlanning: Evaluating mediator changes ... Done
11432026-05-28T16:55:09.635ZPlanning: Checking for conflicting actions ... Done
11442026-05-28T16:55:09.638ZPlanning: Consolidating action changes ... Done
11452026-05-28T16:55:09.795ZPlanning: Evaluating mediators ... Done
11462026-05-28T16:55:09.798ZPlanning: Planning completed in 0.27 seconds
11472026-05-28T16:55:09.819Z Mediators to change: 2
11482026-05-28T16:55:09.819Z Create boot environment: No
11492026-05-28T16:55:09.819ZCreate backup boot environment: No
11502026-05-28T16:55:09.893ZFinalize: Updating package state database ... Done
11512026-05-28T16:55:09.893ZFinalize: Updating package cache ... Done
11522026-05-28T16:55:09.904ZFinalize: Updating image state ... Done
11532026-05-28T16:55:11.828ZFinalize: Creating fast lookup database ... Done
11542026-05-28T16:55:11.888ZFinalize: Reading search index ... Done
11552026-05-28T16:55:11.892ZFinalize: Updating search index ... Done
11562026-05-28T16:55:11.940ZFinalize: Updating package cache ... Done
11572026-05-28T16:55:12.224ZPlanning: Evaluating mediator changes ... Done
11582026-05-28T16:55:12.329ZPlanning: Checking for conflicting actions ... Done
11592026-05-28T16:55:12.332ZPlanning: Consolidating action changes ... Done
11602026-05-28T16:55:12.488ZPlanning: Evaluating mediators ... Done
11612026-05-28T16:55:12.492ZPlanning: Planning completed in 0.26 seconds
11622026-05-28T16:55:12.511Z Mediators to change: 1
11632026-05-28T16:55:12.511Z Create boot environment: No
11642026-05-28T16:55:12.511ZCreate backup boot environment: No
11652026-05-28T16:55:12.560ZFinalize: Updating package state database ... Done
11662026-05-28T16:55:12.560ZFinalize: Updating package cache ... Done
11672026-05-28T16:55:12.572ZFinalize: Updating image state ... Done
11682026-05-28T16:55:14.500ZFinalize: Creating fast lookup database ... Done
11692026-05-28T16:55:14.557ZFinalize: Reading search index ... Done
11702026-05-28T16:55:14.560ZFinalize: Updating search index ... Done
11712026-05-28T16:55:14.638ZFinalize: Updating package cache ... Done
11722026-05-28T16:55:14.951ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11732026-05-28T16:55:14.951Zapache system 2.4 system
11742026-05-28T16:55:14.951Zclang system 15 system
11752026-05-28T16:55:14.951Zcsh system system illumos
11762026-05-28T16:55:14.951Zctags system system illumos
11772026-05-28T16:55:14.951Zfile vendor vendor darwinsys
11782026-05-28T16:55:14.951Zfile system system illumos
11792026-05-28T16:55:14.951Zgcc vendor 14 vendor
11802026-05-28T16:55:14.951Zgcc system 13 system
11812026-05-28T16:55:14.951Zgcc system 10 system
11822026-05-28T16:55:14.951Zgo system 1.25 system
11832026-05-28T16:55:14.951Zllvm system 15 system
11842026-05-28T16:55:14.951Zmariadb system 11.4 system
11852026-05-28T16:55:14.951Zmta vendor vendor dma
11862026-05-28T16:55:14.951Zopenjdk system 17 system
11872026-05-28T16:55:14.951Zopenjdk system 11 system
11882026-05-28T16:55:14.951Zopenssl vendor 3 vendor
11892026-05-28T16:55:14.951Zperl system 5.40 system
11902026-05-28T16:55:14.951Zpostgresql system 18 system
11912026-05-28T16:55:14.951Zpostgresql system 17 system
11922026-05-28T16:55:14.951Zpython vendor 3 vendor
11932026-05-28T16:55:14.951Zpython system 2 system
11942026-05-28T16:55:14.951Zpython3 vendor 3.13 vendor
11952026-05-28T16:55:14.951Zruby system 3.4 system
11962026-05-28T16:55:14.951Zruby system 3.0 system
11972026-05-28T16:55:14.951Zwords vendor vendor american-english
11982026-05-28T16:55:14.951Zwords system system australian-english
11992026-05-28T16:55:14.951Zwords system system british-english
12002026-05-28T16:55:14.951Zwords system system canadian-english
12012026-05-28T16:55:14.951Zwords system system french
12022026-05-28T16:55:14.951Zwords system system italian
12032026-05-28T16:55:14.951Zwords system system ngerman
12042026-05-28T16:55:14.951Zwords system system ogerman
12052026-05-28T16:55:14.952Zwords system system spanish
12062026-05-28T16:55:15.204ZPUBLISHER TYPE STATUS P LOCATION
12072026-05-28T16:55:15.204Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12082026-05-28T16:55:15.478ZFMRI IFO
12092026-05-28T16:55:15.478Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12102026-05-28T16:55:15.478Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12112026-05-28T16:55:15.478Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12122026-05-28T16:55:15.478Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12132026-05-28T16:55:15.478Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12142026-05-28T16:55:15.478Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12152026-05-28T16:55:15.478Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12162026-05-28T16:55:15.478Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12172026-05-28T16:55:15.478Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12182026-05-28T16:55:16.053Z Downloading crates ...
12192026-05-28T16:55:16.112Z Downloaded cargo_toml v0.21.0
12202026-05-28T16:55:16.159Z Compiling proc-macro2 v1.0.106
12212026-05-28T16:55:16.159Z Compiling quote v1.0.45
12222026-05-28T16:55:16.162Z Compiling unicode-ident v1.0.24
12232026-05-28T16:55:16.162Z Compiling serde_core v1.0.228
12242026-05-28T16:55:16.162Z Compiling libc v0.2.185
12252026-05-28T16:55:16.162Z Compiling version_check v0.9.5
12262026-05-28T16:55:16.162Z Compiling memchr v2.8.0
12272026-05-28T16:55:16.162Z Compiling serde v1.0.228
12282026-05-28T16:55:16.245Z Compiling stable_deref_trait v1.2.1
12292026-05-28T16:55:16.251Z Compiling zmij v1.0.21
12302026-05-28T16:55:16.254Z Compiling autocfg v1.5.0
12312026-05-28T16:55:16.254Z Compiling ucd-trie v0.1.7
12322026-05-28T16:55:16.254Z Compiling itoa v1.0.17
12332026-05-28T16:55:16.254Z Compiling thiserror v1.0.69
12342026-05-28T16:55:16.258Z Compiling writeable v0.6.2
12352026-05-28T16:55:16.384Z Compiling litemap v0.8.1
12362026-05-28T16:55:16.512Z Compiling byteorder v1.5.0
12372026-05-28T16:55:16.584Z Compiling rustix v1.1.3
12382026-05-28T16:55:16.595Z Compiling icu_normalizer_data v2.1.1
12392026-05-28T16:55:16.599Z Compiling icu_properties_data v2.1.2
12402026-05-28T16:55:16.634Z Compiling bitflags v2.11.0
12412026-05-28T16:55:16.741Z Compiling pest v2.8.6
12422026-05-28T16:55:16.852Z Compiling serde_json v1.0.149
12432026-05-28T16:55:16.959Z Compiling num-traits v0.2.19
12442026-05-28T16:55:16.971Z Compiling hashbrown v0.17.0
12452026-05-28T16:55:17.098Z Compiling typeid v1.0.3
12462026-05-28T16:55:17.102Z Compiling smallvec v1.15.1
12472026-05-28T16:55:17.105Z Compiling equivalent v1.0.2
12482026-05-28T16:55:17.157Z Compiling usdt-impl v0.5.0
12492026-05-28T16:55:17.205Z Compiling proc-macro-error-attr v1.0.4
12502026-05-28T16:55:17.217Z Compiling winnow v0.7.14
12512026-05-28T16:55:17.257Z Compiling erased-serde v0.4.9
12522026-05-28T16:55:17.329Z Compiling syn v1.0.109
12532026-05-28T16:55:17.343Z Compiling toml_write v0.1.2
12542026-05-28T16:55:17.355Z Compiling proc-macro-error v1.0.4
12552026-05-28T16:55:17.434Z Compiling plain v0.2.3
12562026-05-28T16:55:17.473Z Compiling errno v0.3.14
12572026-05-28T16:55:17.524Z Compiling thread-id v4.2.2
12582026-05-28T16:55:17.537Z Compiling indexmap v2.14.0
12592026-05-28T16:55:17.564Z Compiling utf8parse v0.2.2
12602026-05-28T16:55:17.567Z Compiling utf8_iter v1.0.4
12612026-05-28T16:55:17.585Z Compiling percent-encoding v2.3.2
12622026-05-28T16:55:17.588Z Compiling camino v1.2.2
12632026-05-28T16:55:17.621Z Compiling thiserror v2.0.18
12642026-05-28T16:55:17.633Z Compiling log v0.4.29
12652026-05-28T16:55:17.688Z Compiling getrandom v0.4.1
12662026-05-28T16:55:17.714Z Compiling anstyle-parse v0.2.7
12672026-05-28T16:55:17.738Z Compiling form_urlencoded v1.2.2
12682026-05-28T16:55:17.844Z Compiling syn v2.0.117
12692026-05-28T16:55:17.919Z Compiling pest_meta v2.8.6
12702026-05-28T16:55:17.958Z Compiling cfg-if v1.0.4
12712026-05-28T16:55:18.018Z Compiling ordered-float v2.10.1
12722026-05-28T16:55:18.039Z Compiling anstyle v1.0.13
12732026-05-28T16:55:18.091Z Compiling pretty-hex v0.4.1
12742026-05-28T16:55:18.102Z Compiling is_terminal_polyfill v1.70.2
12752026-05-28T16:55:18.105Z Compiling anstyle-query v1.1.5
12762026-05-28T16:55:18.189Z Compiling colorchoice v1.0.4
12772026-05-28T16:55:18.240Z Compiling fs-err v3.3.0
12782026-05-28T16:55:18.243Z Compiling strsim v0.11.1
12792026-05-28T16:55:18.289Z Compiling anstream v0.6.21
12802026-05-28T16:55:18.301Z Compiling bytecount v0.6.9
12812026-05-28T16:55:18.315Z Compiling fastrand v2.3.0
12822026-05-28T16:55:18.326Z Compiling anyhow v1.0.102
12832026-05-28T16:55:18.399Z Compiling fnv v1.0.7
12842026-05-28T16:55:18.426Z Compiling unicode-width v0.1.14
12852026-05-28T16:55:18.452Z Compiling clap_lex v1.0.0
12862026-05-28T16:55:18.452Z Compiling heck v0.5.0
12872026-05-28T16:55:18.515Z Compiling terminal_size v0.4.3
12882026-05-28T16:55:18.591Z Compiling unicode-xid v0.2.6
12892026-05-28T16:55:18.616Z Compiling once_cell v1.21.3
12902026-05-28T16:55:18.633Z Compiling heck v0.4.1
12912026-05-28T16:55:18.672Z Compiling papergrid v0.11.0
12922026-05-28T16:55:18.696Z Compiling clap_builder v4.5.60
12932026-05-28T16:55:18.734Z Compiling memmap v0.7.0
12942026-05-28T16:55:18.746Z Compiling unicode-width v0.2.0
12952026-05-28T16:55:18.764Z Compiling smawk v0.3.2
12962026-05-28T16:55:18.776Z Compiling unicode-linebreak v0.1.5
12972026-05-28T16:55:18.850Z Compiling tempfile v3.25.0
12982026-05-28T16:55:19.011Z Compiling semver v1.0.28
12992026-05-28T16:55:19.046Z Compiling textwrap v0.16.2
13002026-05-28T16:55:19.176Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13012026-05-28T16:55:19.249Z Compiling camino-tempfile v1.4.1
13022026-05-28T16:55:19.333Z Compiling serde-untagged v0.1.9
13032026-05-28T16:55:19.348Z Compiling swrite v0.1.0
13042026-05-28T16:55:19.706Z Compiling tabled_derive v0.7.0
13052026-05-28T16:55:20.379Z Compiling tabled v0.15.0
13062026-05-28T16:55:20.397Z Compiling synstructure v0.13.2
13072026-05-28T16:55:20.397Z Compiling pest_generator v2.8.6
13082026-05-28T16:55:20.979Z Compiling serde_derive v1.0.228
13092026-05-28T16:55:20.982Z Compiling zerofrom-derive v0.1.6
13102026-05-28T16:55:20.982Z Compiling yoke-derive v0.8.1
13112026-05-28T16:55:20.982Z Compiling zerovec-derive v0.11.2
13122026-05-28T16:55:20.982Z Compiling displaydoc v0.2.5
13132026-05-28T16:55:20.982Z Compiling thiserror-impl v1.0.69
13142026-05-28T16:55:20.982Z Compiling zerocopy-derive v0.7.35
13152026-05-28T16:55:20.982Z Compiling pest_derive v2.8.6
13162026-05-28T16:55:20.982Z Compiling scroll_derive v0.12.1
13172026-05-28T16:55:20.982Z Compiling thiserror-impl v2.0.18
13182026-05-28T16:55:20.982Z Compiling clap_derive v4.5.55
13192026-05-28T16:55:21.667Z Compiling scroll v0.12.0
13202026-05-28T16:55:21.852Z Compiling zerocopy v0.7.35
13212026-05-28T16:55:21.888Z Compiling goblin v0.8.2
13222026-05-28T16:55:22.071Z Compiling zerofrom v0.1.6
13232026-05-28T16:55:22.098Z Compiling dtrace-parser v0.2.0
13242026-05-28T16:55:22.169Z Compiling yoke v0.8.1
13252026-05-28T16:55:22.312Z Compiling zerovec v0.11.5
13262026-05-28T16:55:22.312Z Compiling zerotrie v0.2.3
13272026-05-28T16:55:22.346Z Compiling clap v4.5.60
13282026-05-28T16:55:22.722Z Compiling tinystr v0.8.2
13292026-05-28T16:55:22.722Z Compiling potential_utf v0.1.4
13302026-05-28T16:55:22.835Z Compiling icu_collections v2.1.1
13312026-05-28T16:55:22.868Z Compiling icu_locale_core v2.1.1
13322026-05-28T16:55:23.449Z Compiling icu_provider v2.1.1
13332026-05-28T16:55:23.458Z Compiling toml_datetime v0.6.11
13342026-05-28T16:55:23.462Z Compiling serde_spanned v0.6.9
13352026-05-28T16:55:23.462Z Compiling dof v0.3.0
13362026-05-28T16:55:23.462Z Compiling serde_tokenstream v0.2.3
13372026-05-28T16:55:23.462Z Compiling serde-value v0.7.0
13382026-05-28T16:55:23.462Z Compiling cargo-platform v0.2.0
13392026-05-28T16:55:23.462Z Compiling macaddr v1.0.1
13402026-05-28T16:55:23.635Z Compiling toml_edit v0.22.27
13412026-05-28T16:55:23.665Z Compiling icu_normalizer v2.1.1
13422026-05-28T16:55:23.665Z Compiling icu_properties v2.1.2
13432026-05-28T16:55:24.128Z Compiling usdt-attr-macro v0.5.0
13442026-05-28T16:55:24.131Z Compiling usdt-macro v0.5.0
13452026-05-28T16:55:24.447Z Compiling idna_adapter v1.2.1
13462026-05-28T16:55:24.544Z Compiling idna v1.1.0
13472026-05-28T16:55:24.716Z Compiling usdt v0.5.0
13482026-05-28T16:55:24.816Z Compiling url v2.5.8
13492026-05-28T16:55:24.894Z Compiling toml v0.8.23
13502026-05-28T16:55:25.220Z Compiling cargo-util-schemas v0.8.2
13512026-05-28T16:55:25.220Z Compiling cargo_toml v0.21.0
13522026-05-28T16:55:26.003Z Compiling cargo_metadata v0.21.0
13532026-05-28T16:55:26.898Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13542026-05-28T16:55:28.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.42s
13552026-05-28T16:55:29.032Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13562026-05-28T16:55:29.810Z Compiling libc v0.2.185
13572026-05-28T16:55:29.810Z Compiling serde v1.0.228
13582026-05-28T16:55:29.814Z Compiling log v0.4.29
13592026-05-28T16:55:29.814Z Compiling find-msvc-tools v0.1.9
13602026-05-28T16:55:29.814Z Compiling shlex v1.3.0
13612026-05-28T16:55:29.814Z Compiling smallvec v1.15.1
13622026-05-28T16:55:29.814Z Compiling typenum v1.19.0
13632026-05-28T16:55:29.814Z Compiling subtle v2.6.1
13642026-05-28T16:55:29.814Z Compiling generic-array v0.14.7
13652026-05-28T16:55:29.814Z Compiling scopeguard v1.2.0
13662026-05-28T16:55:29.997Z Compiling const-oid v0.9.6
13672026-05-28T16:55:30.008Z Compiling serde_json v1.0.149
13682026-05-28T16:55:30.036Z Compiling syn v2.0.117
13692026-05-28T16:55:30.050Z Compiling zerocopy v0.8.40
13702026-05-28T16:55:30.053Z Compiling portable-atomic v1.13.1
13712026-05-28T16:55:30.053Z Compiling pin-project-lite v0.2.17
13722026-05-28T16:55:30.132Z Compiling lock_api v0.4.14
13732026-05-28T16:55:30.147Z Compiling parking_lot_core v0.9.12
13742026-05-28T16:55:30.161Z Compiling pkg-config v0.3.32
13752026-05-28T16:55:30.166Z Compiling bitflags v2.11.0
13762026-05-28T16:55:30.200Z Compiling libm v0.2.16
13772026-05-28T16:55:30.261Z Compiling futures-core v0.3.32
13782026-05-28T16:55:30.279Z Compiling critical-section v1.2.0
13792026-05-28T16:55:30.309Z Compiling num-traits v0.2.19
13802026-05-28T16:55:30.312Z Compiling percent-encoding v2.3.2
13812026-05-28T16:55:30.443Z Compiling futures-sink v0.3.32
13822026-05-28T16:55:30.447Z Compiling futures-task v0.3.32
13832026-05-28T16:55:30.447Z Compiling futures-io v0.3.32
13842026-05-28T16:55:30.447Z Compiling getrandom v0.4.1
13852026-05-28T16:55:30.471Z Compiling cpufeatures v0.2.17
13862026-05-28T16:55:30.550Z Compiling slab v0.4.12
13872026-05-28T16:55:30.617Z Compiling futures-channel v0.3.32
13882026-05-28T16:55:30.637Z Compiling rand_core v0.10.0
13892026-05-28T16:55:30.676Z Compiling indexmap v2.14.0
13902026-05-28T16:55:30.679Z Compiling getrandom v0.3.4
13912026-05-28T16:55:30.679Z Compiling rustversion v1.0.22
13922026-05-28T16:55:30.747Z Compiling form_urlencoded v1.2.2
13932026-05-28T16:55:30.760Z Compiling dunce v1.0.5
13942026-05-28T16:55:30.775Z Compiling fs_extra v1.3.0
13952026-05-28T16:55:30.862Z Compiling base64ct v1.8.3
13962026-05-28T16:55:30.882Z Compiling ident_case v1.0.1
13972026-05-28T16:55:30.911Z Compiling getrandom v0.2.17
13982026-05-28T16:55:30.926Z Compiling jobserver v0.1.34
13992026-05-28T16:55:30.939Z Compiling errno v0.3.14
14002026-05-28T16:55:30.993Z Compiling mio v1.2.0
14012026-05-28T16:55:31.023Z Compiling socket2 v0.6.3
14022026-05-28T16:55:31.097Z Compiling rand_core v0.6.4
14032026-05-28T16:55:31.112Z Compiling signal-hook-registry v1.4.8
14042026-05-28T16:55:31.161Z Compiling cc v1.2.56
14052026-05-28T16:55:31.164Z Compiling once_cell v1.21.3
14062026-05-28T16:55:31.192Z Compiling parking_lot v0.12.5
14072026-05-28T16:55:31.283Z Compiling pem-rfc7468 v0.7.0
14082026-05-28T16:55:31.335Z Compiling rustix v1.1.3
14092026-05-28T16:55:31.365Z Compiling regex-syntax v0.8.10
14102026-05-28T16:55:31.393Z Compiling iana-time-zone v0.1.65
14112026-05-28T16:55:31.410Z Compiling flagset v0.4.7
14122026-05-28T16:55:31.410Z Compiling aws-lc-rs v1.16.3
14132026-05-28T16:55:31.413Z Compiling vcpkg v0.2.15
14142026-05-28T16:55:31.486Z Compiling tracing-core v0.1.36
14152026-05-28T16:55:31.585Z Compiling uuid v1.23.0
14162026-05-28T16:55:31.589Z Compiling rustc_version v0.4.1
14172026-05-28T16:55:31.616Z Compiling base64 v0.22.1
14182026-05-28T16:55:31.619Z Compiling untrusted v0.9.0
14192026-05-28T16:55:31.619Z Compiling httparse v1.10.1
14202026-05-28T16:55:31.725Z Compiling rand_core v0.9.5
14212026-05-28T16:55:31.742Z Compiling untrusted v0.7.1
14222026-05-28T16:55:31.788Z Compiling openssl-probe v0.2.1
14232026-05-28T16:55:31.805Z Compiling tinyvec_macros v0.1.1
14242026-05-28T16:55:31.882Z Compiling tinyvec v1.10.0
14252026-05-28T16:55:31.895Z Compiling cmake v0.1.57
14262026-05-28T16:55:31.919Z Compiling aho-corasick v1.1.4
14272026-05-28T16:55:31.940Z Compiling rustls v0.23.37
14282026-05-28T16:55:31.973Z Compiling dyn-clone v1.0.20
14292026-05-28T16:55:31.992Z Compiling schemars v0.8.22
14302026-05-28T16:55:32.023Z Compiling atomic-waker v1.1.2
14312026-05-28T16:55:32.059Z Compiling tower-service v0.3.3
14322026-05-28T16:55:32.074Z Compiling tower-layer v0.3.3
14332026-05-28T16:55:32.114Z Compiling try-lock v0.2.5
14342026-05-28T16:55:32.146Z Compiling pin-utils v0.1.0
14352026-05-28T16:55:32.160Z Compiling openssl v0.10.79
14362026-05-28T16:55:32.176Z Compiling httpdate v1.0.3
14372026-05-28T16:55:32.192Z Compiling foreign-types-shared v0.1.1
14382026-05-28T16:55:32.231Z Compiling want v0.3.1
14392026-05-28T16:55:32.247Z Compiling unicode-normalization v0.1.25
14402026-05-28T16:55:32.247Z Compiling spin v0.9.8
14412026-05-28T16:55:32.251Z Compiling crc32fast v1.5.0
14422026-05-28T16:55:32.290Z Compiling foreign-types v0.3.2
14432026-05-28T16:55:32.306Z Compiling native-tls v0.2.18
14442026-05-28T16:55:32.322Z Compiling time-core v0.1.8
14452026-05-28T16:55:32.325Z Compiling powerfmt v0.2.0
14462026-05-28T16:55:32.376Z Compiling num-conv v0.2.0
14472026-05-28T16:55:32.412Z Compiling wait-timeout v0.2.1
14482026-05-28T16:55:32.428Z Compiling sync_wrapper v1.0.2
14492026-05-28T16:55:32.431Z Compiling siphasher v1.0.2
14502026-05-28T16:55:32.458Z Compiling usdt-impl v0.6.0
14512026-05-28T16:55:32.489Z Compiling deranged v0.5.8
14522026-05-28T16:55:32.504Z Compiling quick-error v1.2.3
14532026-05-28T16:55:32.528Z Compiling time-macros v0.2.27
14542026-05-28T16:55:32.544Z Compiling syn v1.0.109
14552026-05-28T16:55:32.559Z Compiling crossbeam-utils v0.8.21
14562026-05-28T16:55:32.575Z Compiling bit-vec v0.8.0
14572026-05-28T16:55:32.628Z Compiling simd-adler32 v0.3.8
14582026-05-28T16:55:32.647Z Compiling num_threads v0.1.7
14592026-05-28T16:55:32.709Z Compiling heapless v0.7.17
14602026-05-28T16:55:32.729Z Compiling rand_xorshift v0.4.0
14612026-05-28T16:55:32.746Z Compiling aws-lc-sys v0.40.0
14622026-05-28T16:55:32.746Z Compiling ring v0.17.14
14632026-05-28T16:55:32.774Z Compiling openssl-sys v0.9.115
14642026-05-28T16:55:32.833Z Compiling synstructure v0.13.2
14652026-05-28T16:55:32.866Z Compiling pest_generator v2.8.6
14662026-05-28T16:55:32.886Z Compiling serde_derive_internals v0.29.1
14672026-05-28T16:55:32.900Z Compiling regex-automata v0.4.14
14682026-05-28T16:55:32.916Z Compiling darling_core v0.20.11
14692026-05-28T16:55:32.920Z Compiling tempfile v3.25.0
14702026-05-28T16:55:32.981Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-05-28T16:55:33.179Z Compiling rusty-fork v0.3.1
14722026-05-28T16:55:33.392Z Compiling darling_core v0.21.3
14732026-05-28T16:55:33.469Z Compiling bit-set v0.8.0
14742026-05-28T16:55:33.513Z Compiling bzip2-sys v0.1.13+1.0.8
14752026-05-28T16:55:33.517Z Compiling slog v2.8.2
14762026-05-28T16:55:33.604Z Compiling thread-id v5.1.0
14772026-05-28T16:55:33.634Z Compiling time v0.3.47
14782026-05-28T16:55:33.650Z Compiling cookie v0.18.1
14792026-05-28T16:55:33.672Z Compiling allocator-api2 v0.2.21
14802026-05-28T16:55:33.703Z Compiling ryu v1.0.23
14812026-05-28T16:55:33.732Z Compiling unicode-bidi v0.3.18
14822026-05-28T16:55:33.735Z Compiling unarray v0.1.4
14832026-05-28T16:55:33.824Z Compiling paste v1.0.15
14842026-05-28T16:55:33.824Z Compiling zstd-safe v7.2.4
14852026-05-28T16:55:33.853Z Compiling adler2 v2.0.1
14862026-05-28T16:55:33.872Z Compiling anyhow v1.0.102
14872026-05-28T16:55:33.899Z Compiling iri-string v0.7.10
14882026-05-28T16:55:34.020Z Compiling signal-hook v0.3.18
14892026-05-28T16:55:34.038Z Compiling unicode-properties v0.1.4
14902026-05-28T16:55:34.052Z Compiling miniz_oxide v0.8.9
14912026-05-28T16:55:34.241Z Compiling stringprep v0.1.5
14922026-05-28T16:55:34.436Z Compiling num-integer v0.1.46
14932026-05-28T16:55:34.450Z Compiling curve25519-dalek v4.1.3
14942026-05-28T16:55:34.527Z Compiling serde_derive v1.0.228
14952026-05-28T16:55:34.711Z Compiling zeroize_derive v1.4.3
14962026-05-28T16:55:34.740Z Compiling zerofrom-derive v0.1.6
14972026-05-28T16:55:34.827Z Compiling yoke-derive v0.8.1
14982026-05-28T16:55:34.842Z Compiling zerovec-derive v0.11.2
14992026-05-28T16:55:34.855Z Compiling zerocopy-derive v0.8.40
15002026-05-28T16:55:35.020Z Compiling displaydoc v0.2.5
15012026-05-28T16:55:35.280Z Compiling tokio-macros v2.7.0
15022026-05-28T16:55:35.293Z Compiling futures-macro v0.3.32
15032026-05-28T16:55:35.392Z Compiling zeroize v1.8.2
15042026-05-28T16:55:35.462Z Compiling der_derive v0.7.3
15052026-05-28T16:55:35.804Z Compiling rustls-pki-types v1.14.0
15062026-05-28T16:55:35.977Z Compiling tracing-attributes v0.1.31
15072026-05-28T16:55:36.023Z Compiling thiserror-impl v2.0.18
15082026-05-28T16:55:36.074Z Compiling pest_derive v2.8.6
15092026-05-28T16:55:36.077Z Compiling scroll_derive v0.13.1
15102026-05-28T16:55:36.145Z Compiling crypto-common v0.1.7
15112026-05-28T16:55:36.197Z Compiling zerofrom v0.1.6
15122026-05-28T16:55:36.214Z Compiling block-buffer v0.10.4
15132026-05-28T16:55:36.296Z Compiling futures-util v0.3.32
15142026-05-28T16:55:36.318Z Compiling yoke v0.8.1
15152026-05-28T16:55:36.339Z Compiling block-padding v0.3.3
15162026-05-28T16:55:36.411Z Compiling digest v0.10.7
15172026-05-28T16:55:36.485Z Compiling zerovec v0.11.5
15182026-05-28T16:55:36.519Z Compiling zerotrie v0.2.3
15192026-05-28T16:55:36.522Z Compiling inout v0.1.4
15202026-05-28T16:55:36.547Z Compiling der v0.7.10
15212026-05-28T16:55:36.680Z Compiling hmac v0.12.1
15222026-05-28T16:55:36.703Z Compiling cipher v0.4.4
15232026-05-28T16:55:36.846Z Compiling sha2 v0.10.9
15242026-05-28T16:55:36.860Z Compiling pbkdf2 v0.12.2
15252026-05-28T16:55:36.922Z Compiling schemars_derive v0.8.22
15262026-05-28T16:55:36.983Z Compiling tinystr v0.8.2
15272026-05-28T16:55:36.998Z Compiling potential_utf v0.1.4
15282026-05-28T16:55:37.013Z Compiling salsa20 v0.10.2
15292026-05-28T16:55:37.098Z Compiling aes v0.8.4
15302026-05-28T16:55:37.171Z Compiling icu_locale_core v2.1.1
15312026-05-28T16:55:37.185Z Compiling icu_collections v2.1.1
15322026-05-28T16:55:37.209Z Compiling scrypt v0.11.0
15332026-05-28T16:55:37.315Z Compiling tracing v0.1.44
15342026-05-28T16:55:37.418Z Compiling spki v0.7.3
15352026-05-28T16:55:37.484Z Compiling thiserror v2.0.18
15362026-05-28T16:55:37.606Z Compiling cbc v0.1.2
15372026-05-28T16:55:37.606Z Compiling scroll v0.13.0
15382026-05-28T16:55:37.639Z Compiling darling_macro v0.20.11
15392026-05-28T16:55:37.682Z Compiling openssl-macros v0.1.1
15402026-05-28T16:55:37.758Z Compiling pkcs5 v0.7.1
15412026-05-28T16:55:37.790Z Compiling icu_provider v2.1.1
15422026-05-28T16:55:37.898Z Compiling goblin v0.10.5
15432026-05-28T16:55:38.076Z Compiling bytes v1.11.1
15442026-05-28T16:55:38.109Z Compiling icu_properties v2.1.2
15452026-05-28T16:55:38.126Z Compiling icu_normalizer v2.1.1
15462026-05-28T16:55:38.129Z Compiling chrono v0.4.44
15472026-05-28T16:55:38.159Z Compiling pkcs8 v0.10.2
15482026-05-28T16:55:38.190Z Compiling ipnet v2.11.0
15492026-05-28T16:55:38.223Z Compiling darling v0.20.11
15502026-05-28T16:55:38.266Z Compiling rustls-native-certs v0.8.3
15512026-05-28T16:55:38.280Z Compiling dtrace-parser v0.3.0
15522026-05-28T16:55:38.322Z Compiling derive_builder_core v0.20.2
15532026-05-28T16:55:38.509Z Compiling signature v2.2.0
15542026-05-28T16:55:38.582Z Compiling tokio v1.52.1
15552026-05-28T16:55:38.615Z Compiling http v1.4.0
15562026-05-28T16:55:38.700Z Compiling webpki-roots v1.0.6
15572026-05-28T16:55:38.716Z Compiling scroll_derive v0.12.1
15582026-05-28T16:55:38.719Z Compiling thiserror-impl v1.0.69
15592026-05-28T16:55:38.744Z Compiling serde_urlencoded v0.7.1
15602026-05-28T16:55:38.836Z Compiling serde_spanned v0.6.9
15612026-05-28T16:55:38.999Z Compiling idna_adapter v1.2.1
15622026-05-28T16:55:39.014Z Compiling erased-serde v0.3.31
15632026-05-28T16:55:39.039Z Compiling serde_tokenstream v0.2.3
15642026-05-28T16:55:39.162Z Compiling idna v1.1.0
15652026-05-28T16:55:39.211Z Compiling ppv-lite86 v0.2.21
15662026-05-28T16:55:39.237Z Compiling derive_builder_macro v0.20.2
15672026-05-28T16:55:39.367Z Compiling http-body v1.0.1
15682026-05-28T16:55:39.406Z Compiling scroll v0.12.0
15692026-05-28T16:55:39.422Z Compiling toml_datetime v0.6.11
15702026-05-28T16:55:39.514Z Compiling url v2.5.8
15712026-05-28T16:55:39.543Z Compiling rand_chacha v0.9.0
15722026-05-28T16:55:39.558Z Compiling http-body-util v0.1.3
15732026-05-28T16:55:39.561Z Compiling rand_chacha v0.3.1
15742026-05-28T16:55:39.561Z Compiling md-5 v0.10.6
15752026-05-28T16:55:39.728Z Compiling darling_macro v0.21.3
15762026-05-28T16:55:39.745Z Compiling bstr v1.12.1
15772026-05-28T16:55:39.791Z Compiling zerocopy-derive v0.7.35
15782026-05-28T16:55:39.827Z Compiling rand v0.9.2
15792026-05-28T16:55:39.852Z Compiling async-trait v0.1.89
15802026-05-28T16:55:39.866Z Compiling pin-project-internal v1.1.11
15812026-05-28T16:55:40.026Z Compiling vergen-lib v9.1.0
15822026-05-28T16:55:40.234Z Compiling thiserror v1.0.69
15832026-05-28T16:55:40.251Z Compiling ff v0.13.1
15842026-05-28T16:55:40.311Z Compiling hash32 v0.2.1
15852026-05-28T16:55:40.354Z Compiling memoffset v0.9.1
15862026-05-28T16:55:40.383Z Compiling encoding_rs v0.8.35
15872026-05-28T16:55:40.402Z Compiling proptest v1.10.0
15882026-05-28T16:55:40.419Z Compiling fallible-iterator v0.2.0
15892026-05-28T16:55:40.447Z Compiling cfg_aliases v0.2.1
15902026-05-28T16:55:40.540Z Compiling smoltcp v0.9.1
15912026-05-28T16:55:40.564Z Compiling rustix v0.38.44
15922026-05-28T16:55:40.660Z Compiling dof v0.4.0
15932026-05-28T16:55:40.705Z Compiling psl-types v2.0.11
15942026-05-28T16:55:40.748Z Compiling mime v0.3.17
15952026-05-28T16:55:40.843Z Compiling litrs v1.0.0
15962026-05-28T16:55:40.857Z Compiling num-bigint-dig v0.8.6
15972026-05-28T16:55:40.903Z Compiling ipnetwork v0.21.1
15982026-05-28T16:55:40.935Z Compiling zlib-rs v0.6.2
15992026-05-28T16:55:40.949Z Compiling base16ct v0.2.0
16002026-05-28T16:55:41.024Z Compiling ref-cast v1.0.25
16012026-05-28T16:55:41.038Z Compiling pin-project v1.1.11
16022026-05-28T16:55:41.093Z Compiling sec1 v0.7.3
16032026-05-28T16:55:41.143Z Compiling oxnet v0.1.4
16042026-05-28T16:55:41.281Z Compiling publicsuffix v2.3.0
16052026-05-28T16:55:41.323Z Compiling zerocopy v0.7.35
16062026-05-28T16:55:41.337Z Compiling postgres-protocol v0.6.10
16072026-05-28T16:55:41.372Z Compiling document-features v0.2.12
16082026-05-28T16:55:41.451Z Compiling nix v0.31.2
16092026-05-28T16:55:41.562Z Compiling group v0.13.0
16102026-05-28T16:55:41.565Z Compiling darling v0.21.3
16112026-05-28T16:55:41.682Z Compiling rand v0.8.6
16122026-05-28T16:55:41.777Z Compiling derive_builder v0.20.2
16132026-05-28T16:55:41.777Z Compiling goblin v0.8.2
16142026-05-28T16:55:41.884Z Compiling futures-executor v0.3.32
16152026-05-28T16:55:41.900Z Compiling hubpack_derive v0.1.1
16162026-05-28T16:55:41.929Z Compiling hex v0.4.3
16172026-05-28T16:55:41.944Z Compiling hkdf v0.12.4
16182026-05-28T16:55:41.945Z Compiling crypto-bigint v0.5.5
16192026-05-28T16:55:41.973Z Compiling regex v1.12.3
16202026-05-28T16:55:42.133Z Compiling num-iter v0.1.45
16212026-05-28T16:55:42.161Z Compiling ref-cast-impl v1.0.25
16222026-05-28T16:55:42.194Z Compiling snafu-derive v0.8.9
16232026-05-28T16:55:42.208Z Compiling curve25519-dalek-derive v0.1.1
16242026-05-28T16:55:42.221Z Compiling strum_macros v0.27.2
16252026-05-28T16:55:42.267Z Compiling daft-derive v0.1.7
16262026-05-28T16:55:42.401Z Compiling tokio-util v0.7.18
16272026-05-28T16:55:42.429Z Compiling tower v0.5.3
16282026-05-28T16:55:42.542Z Compiling tokio-native-tls v0.3.1
16292026-05-28T16:55:42.731Z Compiling newtype-uuid v1.3.2
16302026-05-28T16:55:42.745Z Compiling terminal_size v0.4.3
16312026-05-28T16:55:42.883Z Compiling tower-http v0.6.8
16322026-05-28T16:55:42.901Z Compiling phf_shared v0.13.1
16332026-05-28T16:55:42.923Z Compiling lazy_static v1.5.0
16342026-05-28T16:55:42.926Z Compiling vergen v9.1.0
16352026-05-28T16:55:43.020Z Compiling cargo-platform v0.3.2
16362026-05-28T16:55:43.038Z Compiling fs-err v3.3.0
16372026-05-28T16:55:43.087Z Compiling h2 v0.4.13
16382026-05-28T16:55:43.160Z Compiling ahash v0.8.12
16392026-05-28T16:55:43.178Z Compiling winnow v0.5.40
16402026-05-28T16:55:43.199Z Compiling unicode-segmentation v1.12.0
16412026-05-28T16:55:43.253Z Compiling libbz2-rs-sys v0.2.2
16422026-05-28T16:55:43.316Z Compiling managed v0.8.0
16432026-05-28T16:55:43.330Z Compiling same-file v1.0.6
16442026-05-28T16:55:43.382Z Compiling foldhash v0.1.5
16452026-05-28T16:55:43.460Z Compiling object v0.37.3
16462026-05-28T16:55:43.506Z Compiling foldhash v0.2.0
16472026-05-28T16:55:43.547Z Compiling bumpalo v3.20.2
16482026-05-28T16:55:43.567Z Compiling bitflags v1.3.2
16492026-05-28T16:55:43.591Z Compiling hashbrown v0.15.5
16502026-05-28T16:55:43.656Z Compiling hashbrown v0.16.1
16512026-05-28T16:55:43.746Z Compiling flate2 v1.1.9
16522026-05-28T16:55:43.813Z Compiling zopfli v0.8.3
16532026-05-28T16:55:43.826Z Compiling bzip2 v0.6.1
16542026-05-28T16:55:44.052Z Compiling dof v0.3.0
16552026-05-28T16:55:44.094Z Compiling walkdir v2.5.0
16562026-05-28T16:55:44.136Z Compiling snafu v0.8.9
16572026-05-28T16:55:44.180Z Compiling cargo_metadata v0.23.1
16582026-05-28T16:55:44.195Z Compiling clap_builder v4.5.60
16592026-05-28T16:55:44.236Z Compiling strum v0.27.2
16602026-05-28T16:55:44.267Z Compiling daft v0.1.7
16612026-05-28T16:55:44.305Z Compiling phf v0.13.1
16622026-05-28T16:55:44.403Z Compiling elliptic-curve v0.13.8
16632026-05-28T16:55:44.483Z Compiling toml_edit v0.19.15
16642026-05-28T16:55:44.497Z Compiling signal-hook-mio v0.2.5
16652026-05-28T16:55:44.607Z Compiling hubpack v0.1.2
16662026-05-28T16:55:44.676Z Compiling cookie_store v0.22.1
16672026-05-28T16:55:44.690Z Compiling usdt-attr-macro v0.6.0
16682026-05-28T16:55:44.815Z Compiling usdt-macro v0.6.0
16692026-05-28T16:55:44.830Z Compiling bzip2 v0.4.4
16702026-05-28T16:55:44.876Z Compiling futures v0.3.32
16712026-05-28T16:55:44.912Z Compiling postgres-types v0.2.12
16722026-05-28T16:55:44.976Z Compiling zstd v0.13.3
16732026-05-28T16:55:44.994Z Compiling serde_with_macros v3.17.0
16742026-05-28T16:55:45.261Z Compiling dtrace-parser v0.2.0
16752026-05-28T16:55:45.331Z Compiling globset v0.4.18
16762026-05-28T16:55:45.368Z Compiling ed25519 v2.2.3
16772026-05-28T16:55:45.506Z Compiling pkcs1 v0.7.5
16782026-05-28T16:55:45.552Z Compiling serde-big-array v0.5.1
16792026-05-28T16:55:45.635Z Compiling serde_plain v1.0.2
16802026-05-28T16:55:45.639Z Compiling olpc-cjson v0.1.4
16812026-05-28T16:55:45.723Z Compiling rfc6979 v0.4.0
16822026-05-28T16:55:45.833Z Compiling strum_macros v0.26.4
16832026-05-28T16:55:45.860Z Compiling enum-as-inner v0.6.1
16842026-05-28T16:55:45.873Z Compiling async-recursion v1.1.1
16852026-05-28T16:55:45.944Z Compiling serde_repr v0.1.20
16862026-05-28T16:55:46.057Z Compiling clap_derive v4.5.55
16872026-05-28T16:55:46.072Z Compiling phf_shared v0.11.3
16882026-05-28T16:55:46.186Z Compiling hyper v1.8.1
16892026-05-28T16:55:46.279Z Compiling float-cmp v0.10.0
16902026-05-28T16:55:46.308Z Compiling pem v3.0.6
16912026-05-28T16:55:46.330Z Compiling memmap2 v0.9.10
16922026-05-28T16:55:46.413Z Compiling thread-id v4.2.2
16932026-05-28T16:55:46.450Z Compiling env_filter v1.0.0
16942026-05-28T16:55:46.516Z Compiling precomputed-hash v0.1.1
16952026-05-28T16:55:46.531Z Compiling typed-path v0.9.3
16962026-05-28T16:55:46.564Z Compiling keccak v0.1.6
16972026-05-28T16:55:46.579Z Compiling whoami v2.1.0
16982026-05-28T16:55:46.620Z Compiling difflib v0.4.0
16992026-05-28T16:55:46.669Z Compiling jiff v0.2.21
17002026-05-28T16:55:46.785Z Compiling normalize-line-endings v0.3.0
17012026-05-28T16:55:46.898Z Compiling either v1.15.0
17022026-05-28T16:55:46.991Z Compiling fixedbitset v0.5.7
17032026-05-28T16:55:47.127Z Compiling fixedbitset v0.4.2
17042026-05-28T16:55:47.149Z Compiling predicates-core v1.0.10
17052026-05-28T16:55:47.227Z Compiling data-encoding v2.10.0
17062026-05-28T16:55:47.269Z Compiling static_assertions v1.1.0
17072026-05-28T16:55:47.329Z Compiling hyper-util v0.1.20
17082026-05-28T16:55:47.344Z Compiling new_debug_unreachable v1.0.6
17092026-05-28T16:55:47.360Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17102026-05-28T16:55:47.363Z Compiling predicates v3.1.4
17112026-05-28T16:55:47.391Z Compiling petgraph v0.6.5
17122026-05-28T16:55:47.408Z Compiling petgraph v0.8.3
17132026-05-28T16:55:47.431Z Compiling string_cache v0.8.9
17142026-05-28T16:55:47.507Z Compiling itertools v0.13.0
17152026-05-28T16:55:47.672Z Compiling strum v0.26.3
17162026-05-28T16:55:47.686Z Compiling hickory-proto v0.25.2
17172026-05-28T16:55:47.803Z Compiling tokio-postgres v0.7.16
17182026-05-28T16:55:47.828Z Compiling sha3 v0.10.8
17192026-05-28T16:55:47.844Z Compiling env_logger v0.11.9
17202026-05-28T16:55:47.944Z Compiling clap v4.5.60
17212026-05-28T16:55:47.959Z Compiling toml_edit v0.22.27
17222026-05-28T16:55:48.040Z Compiling usdt v0.6.0
17232026-05-28T16:55:48.059Z Compiling usdt-impl v0.5.0
17242026-05-28T16:55:48.216Z Compiling serde_with v3.17.0
17252026-05-28T16:55:48.298Z Compiling crossterm v0.28.1
17262026-05-28T16:55:48.328Z Compiling toml v0.7.8
17272026-05-28T16:55:48.671Z Compiling ecdsa v0.16.9
17282026-05-28T16:55:48.765Z Compiling hyper-tls v0.6.0
17292026-05-28T16:55:48.898Z Compiling rsa v0.9.10
17302026-05-28T16:55:48.964Z Compiling ed25519-dalek v2.2.0
17312026-05-28T16:55:49.113Z Compiling zip v0.6.6
17322026-05-28T16:55:49.388Z Compiling zip v4.6.1
17332026-05-28T16:55:49.502Z Compiling iddqd v0.4.2
17342026-05-28T16:55:49.975Z Compiling similar v2.7.0
17352026-05-28T16:55:50.013Z Compiling heck v0.4.1
17362026-05-28T16:55:50.085Z Compiling toml_parser v1.0.9+spec-1.1.0
17372026-05-28T16:55:50.117Z Compiling tokio-stream v0.1.18
17382026-05-28T16:55:50.132Z Compiling buf-list v1.1.2
17392026-05-28T16:55:50.264Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17402026-05-28T16:55:50.303Z Compiling openapiv3 v2.2.0
17412026-05-28T16:55:50.436Z Compiling x509-cert v0.2.5
17422026-05-28T16:55:50.485Z Compiling sha1 v0.10.6
17432026-05-28T16:55:50.593Z Compiling crossbeam-epoch v0.9.18
17442026-05-28T16:55:50.628Z Compiling peg-runtime v0.8.5
17452026-05-28T16:55:50.658Z Compiling lalrpop-util v0.19.12
17462026-05-28T16:55:50.735Z Compiling thread_local v1.1.9
17472026-05-28T16:55:50.768Z Compiling slog-async v2.8.0
17482026-05-28T16:55:50.793Z Compiling crossbeam-channel v0.5.15
17492026-05-28T16:55:50.879Z Compiling is-terminal v0.4.17
17502026-05-28T16:55:50.894Z Compiling filetime v0.2.27
17512026-05-28T16:55:50.934Z Compiling xattr v1.6.1
17522026-05-28T16:55:50.952Z Compiling take_mut v0.2.2
17532026-05-28T16:55:50.952Z Compiling term v1.2.1
17542026-05-28T16:55:51.109Z Compiling tar v0.4.45
17552026-05-28T16:55:51.268Z Compiling slog-term v2.9.2
17562026-05-28T16:56:08.863Z Compiling rustls-webpki v0.103.9
17572026-05-28T16:56:11.689Z Compiling tokio-rustls v0.26.4
17582026-05-28T16:56:11.689Z Compiling rustls-platform-verifier v0.6.2
17592026-05-28T16:56:11.887Z Compiling hyper-rustls v0.27.7
17602026-05-28T16:56:12.081Z Compiling reqwest v0.12.28
17612026-05-28T16:56:12.081Z Compiling reqwest v0.13.2
17622026-05-28T16:56:13.295Z Compiling tough v0.22.0
17632026-05-28T16:56:15.868Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17642026-05-28T16:56:16.093Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17652026-05-28T16:56:18.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.87s
17662026-05-28T16:56:19.129Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17672026-05-28T16:56:19.220ZMay 28 16:56:18.597 INFO Starting download, target: Cockroach
17682026-05-28T16:56:19.220ZMay 28 16:56:18.597 INFO Starting download, target: Clickhouse
17692026-05-28T16:56:19.220ZMay 28 16:56:18.597 INFO Starting download, target: Console
17702026-05-28T16:56:19.220ZMay 28 16:56:18.597 INFO Starting download, target: DendriteStub
17712026-05-28T16:56:19.220ZMay 28 16:56:18.597 INFO Starting download, target: MaghemiteMgd
17722026-05-28T16:56:19.221ZMay 28 16:56:18.597 INFO Starting download, target: TransceiverControl
17732026-05-28T16:56:19.221ZMay 28 16:56:18.597 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17742026-05-28T16:56:19.221ZMay 28 16:56:18.597 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17752026-05-28T16:56:19.221ZMay 28 16:56:18.598 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17762026-05-28T16:56:19.221ZMay 28 16:56:18.598 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17772026-05-28T16:56:19.221ZMay 28 16:56:18.598 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17782026-05-28T16:56:19.221ZMay 28 16:56:18.598 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17792026-05-28T16:56:20.047ZMay 28 16:56:19.447 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17802026-05-28T16:56:20.156ZMay 28 16:56:19.565 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17812026-05-28T16:56:20.221ZMay 28 16:56:19.656 INFO Download complete, target: TransceiverControl
17822026-05-28T16:56:20.386ZMay 28 16:56:19.802 INFO Download complete, target: Console
17832026-05-28T16:56:21.472ZMay 28 16:56:20.910 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17842026-05-28T16:56:22.552ZMay 28 16:56:21.993 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17852026-05-28T16:56:22.662ZMay 28 16:56:22.116 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17862026-05-28T16:56:23.407ZMay 28 16:56:22.848 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17872026-05-28T16:56:23.407ZMay 28 16:56:22.848 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17882026-05-28T16:56:25.013ZMay 28 16:56:24.471 INFO Download complete, target: DendriteStub
17892026-05-28T16:56:25.168ZMay 28 16:56:24.627 INFO Download complete, target: MaghemiteMgd
17902026-05-28T16:56:28.246ZMay 28 16:56:27.683 INFO Checking that binary works, target: Cockroach
17912026-05-28T16:56:28.395ZMay 28 16:56:27.831 INFO Download complete, target: Cockroach
17922026-05-28T16:56:28.434ZMay 28 16:56:27.890 INFO Checking that binary works, target: Clickhouse
17932026-05-28T16:56:28.539ZMay 28 16:56:27.992 INFO Download complete, target: Clickhouse
17942026-05-28T16:56:28.543ZAll prerequisites installed successfully
17952026-05-28T16:56:28.543Z
17962026-05-28T16:56:28.543Zreal 1:30.233332546
17972026-05-28T16:56:28.543Zuser 6:43.916012894
17982026-05-28T16:56:28.543Zsys 1:40.618140405
17992026-05-28T16:56:28.543Ztrap 0.212929358
18002026-05-28T16:56:28.543Ztflt 2.168872638
18012026-05-28T16:56:28.543Zdflt 3.027857548
18022026-05-28T16:56:28.543Zkflt 0.047608285
18032026-05-28T16:56:28.543Zlock 23:34.911692831
18042026-05-28T16:56:28.543Zslp 18:35.912215870
18052026-05-28T16:56:28.543Zlat 19.838959365
18062026-05-28T16:56:28.543Zstop 2:37.797435449
18072026-05-28T16:56:28.543Z+ source ./tools/include/force-git-over-https.sh
18082026-05-28T16:56:28.543Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18092026-05-28T16:56:28.543Z++ (( i = 0 ))
18102026-05-28T16:56:28.543Z++ (( i < 5 ))
18112026-05-28T16:56:28.543Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18122026-05-28T16:56:28.547Z++ (( i++ ))
18132026-05-28T16:56:28.547Z++ (( i < 5 ))
18142026-05-28T16:56:28.547Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18152026-05-28T16:56:28.552Z++ (( i++ ))
18162026-05-28T16:56:28.552Z++ (( i < 5 ))
18172026-05-28T16:56:28.552Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18182026-05-28T16:56:28.552Z++ (( i++ ))
18192026-05-28T16:56:28.552Z++ (( i < 5 ))
18202026-05-28T16:56:28.552Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18212026-05-28T16:56:28.556Z++ (( i++ ))
18222026-05-28T16:56:28.556Z++ (( i < 5 ))
18232026-05-28T16:56:28.557Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18242026-05-28T16:56:28.557Z++ (( i++ ))
18252026-05-28T16:56:28.557Z++ (( i < 5 ))
18262026-05-28T16:56:28.557Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18272026-05-28T16:56:28.557Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18282026-05-28T16:56:28.557Z+ rc=0
18292026-05-28T16:56:28.557Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18302026-05-28T16:56:36.464Z+ case $rc in
18312026-05-28T16:56:36.464Z+ pfexec zfs create -p rpool/images/build/host
18322026-05-28T16:56:36.593Z+ pfexec zfs create -p rpool/images/build/recovery
18332026-05-28T16:56:36.637Z+ cargo xtask releng --output-dir /work --mkincorp
18342026-05-28T16:56:37.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18352026-05-28T16:56:37.159Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18362026-05-28T16:56:38.008Z Compiling proc-macro2 v1.0.106
18372026-05-28T16:56:38.008Z Compiling quote v1.0.45
18382026-05-28T16:56:38.008Z Compiling unicode-ident v1.0.24
18392026-05-28T16:56:38.011Z Compiling libc v0.2.185
18402026-05-28T16:56:38.011Z Compiling serde_core v1.0.228
18412026-05-28T16:56:38.011Z Compiling serde v1.0.228
18422026-05-28T16:56:38.144Z Compiling cfg-if v1.0.4
18432026-05-28T16:56:38.148Z Compiling version_check v0.9.5
18442026-05-28T16:56:38.154Z Compiling find-msvc-tools v0.1.9
18452026-05-28T16:56:38.160Z Compiling shlex v1.3.0
18462026-05-28T16:56:38.160Z Compiling typenum v1.19.0
18472026-05-28T16:56:38.160Z Compiling autocfg v1.5.0
18482026-05-28T16:56:38.161Z Compiling zmij v1.0.21
18492026-05-28T16:56:38.161Z Compiling memchr v2.8.0
18502026-05-28T16:56:38.161Z Compiling zerocopy v0.8.40
18512026-05-28T16:56:38.314Z Compiling serde_json v1.0.149
18522026-05-28T16:56:38.428Z Compiling portable-atomic v1.13.1
18532026-05-28T16:56:38.480Z Compiling generic-array v0.14.7
18542026-05-28T16:56:38.515Z Compiling libm v0.2.16
18552026-05-28T16:56:38.582Z Compiling parking_lot_core v0.9.12
18562026-05-28T16:56:38.599Z Compiling smallvec v1.15.1
18572026-05-28T16:56:38.602Z Compiling icu_normalizer_data v2.1.1
18582026-05-28T16:56:38.633Z Compiling num-traits v0.2.19
18592026-05-28T16:56:38.729Z Compiling icu_properties_data v2.1.2
18602026-05-28T16:56:38.732Z Compiling pkg-config v0.3.32
18612026-05-28T16:56:38.732Z Compiling log v0.4.29
18622026-05-28T16:56:38.833Z Compiling itoa v1.0.17
18632026-05-28T16:56:38.886Z Compiling getrandom v0.4.1
18642026-05-28T16:56:38.903Z Compiling subtle v2.6.1
18652026-05-28T16:56:38.979Z Compiling scopeguard v1.2.0
18662026-05-28T16:56:38.994Z Compiling getrandom v0.3.4
18672026-05-28T16:56:39.012Z Compiling stable_deref_trait v1.2.1
18682026-05-28T16:56:39.097Z Compiling jobserver v0.1.34
18692026-05-28T16:56:39.111Z Compiling getrandom v0.2.17
18702026-05-28T16:56:39.115Z Compiling lock_api v0.4.14
18712026-05-28T16:56:39.142Z Compiling errno v0.3.14
18722026-05-28T16:56:39.188Z Compiling rustix v1.1.3
18732026-05-28T16:56:39.253Z Compiling rand_core v0.6.4
18742026-05-28T16:56:39.317Z Compiling cc v1.2.56
18752026-05-28T16:56:39.437Z Compiling fs_extra v1.3.0
18762026-05-28T16:56:39.453Z Compiling syn v2.0.117
18772026-05-28T16:56:39.473Z Compiling dunce v1.0.5
18782026-05-28T16:56:39.532Z Compiling heck v0.5.0
18792026-05-28T16:56:39.532Z Compiling critical-section v1.2.0
18802026-05-28T16:56:39.592Z Compiling pin-project-lite v0.2.17
18812026-05-28T16:56:39.720Z Compiling writeable v0.6.2
18822026-05-28T16:56:39.772Z Compiling thiserror v2.0.18
18832026-05-28T16:56:39.776Z Compiling litemap v0.8.1
18842026-05-28T16:56:39.801Z Compiling percent-encoding v2.3.2
18852026-05-28T16:56:39.806Z Compiling const-oid v0.9.6
18862026-05-28T16:56:39.845Z Compiling fnv v1.0.7
18872026-05-28T16:56:39.968Z Compiling once_cell v1.21.3
18882026-05-28T16:56:40.017Z Compiling aws-lc-rs v1.16.3
18892026-05-28T16:56:40.032Z Compiling rustversion v1.0.22
18902026-05-28T16:56:40.097Z Compiling cmake v0.1.57
18912026-05-28T16:56:40.135Z Compiling signal-hook-registry v1.4.8
18922026-05-28T16:56:40.222Z Compiling equivalent v1.0.2
18932026-05-28T16:56:40.248Z Compiling futures-core v0.3.32
18942026-05-28T16:56:40.343Z Compiling mio v1.2.0
18952026-05-28T16:56:40.368Z Compiling parking_lot v0.12.5
18962026-05-28T16:56:40.437Z Compiling semver v1.0.28
18972026-05-28T16:56:40.503Z Compiling httparse v1.10.1
18982026-05-28T16:56:40.584Z Compiling bitflags v2.11.0
18992026-05-28T16:56:40.658Z Compiling vcpkg v0.2.15
19002026-05-28T16:56:40.663Z Compiling ring v0.17.14
19012026-05-28T16:56:40.731Z Compiling aws-lc-sys v0.40.0
19022026-05-28T16:56:40.747Z Compiling socket2 v0.6.3
19032026-05-28T16:56:40.821Z Compiling utf8_iter v1.0.4
19042026-05-28T16:56:40.850Z Compiling schemars v0.8.22
19052026-05-28T16:56:41.050Z Compiling form_urlencoded v1.2.2
19062026-05-28T16:56:41.196Z Compiling hashbrown v0.17.0
19072026-05-28T16:56:41.247Z Compiling openssl-sys v0.9.115
19082026-05-28T16:56:41.289Z Compiling rustls v0.23.37
19092026-05-28T16:56:41.410Z Compiling futures-sink v0.3.32
19102026-05-28T16:56:41.414Z Compiling crc32fast v1.5.0
19112026-05-28T16:56:41.424Z Compiling rand_core v0.10.0
19122026-05-28T16:56:41.542Z Compiling futures-channel v0.3.32
19132026-05-28T16:56:41.636Z Compiling futures-io v0.3.32
19142026-05-28T16:56:41.683Z Compiling futures-task v0.3.32
19152026-05-28T16:56:41.687Z Compiling slab v0.4.12
19162026-05-28T16:56:41.753Z Compiling cpufeatures v0.2.17
19172026-05-28T16:56:41.828Z Compiling indexmap v2.14.0
19182026-05-28T16:56:41.863Z Compiling rustc_version v0.4.1
19192026-05-28T16:56:41.931Z Compiling ucd-trie v0.1.7
19202026-05-28T16:56:42.014Z Compiling byteorder v1.5.0
19212026-05-28T16:56:42.017Z Compiling strsim v0.11.1
19222026-05-28T16:56:42.075Z Compiling openssl v0.10.79
19232026-05-28T16:56:42.199Z Compiling pest v2.8.6
19242026-05-28T16:56:42.253Z Compiling ident_case v1.0.1
19252026-05-28T16:56:42.312Z Compiling synstructure v0.13.2
19262026-05-28T16:56:42.318Z Compiling serde_derive_internals v0.29.1
19272026-05-28T16:56:42.344Z Compiling iana-time-zone v0.1.65
19282026-05-28T16:56:42.377Z Compiling num-conv v0.2.0
19292026-05-28T16:56:42.471Z Compiling time-core v0.1.8
19302026-05-28T16:56:42.525Z Compiling thiserror v1.0.69
19312026-05-28T16:56:42.557Z Compiling native-tls v0.2.18
19322026-05-28T16:56:42.667Z Compiling time-macros v0.2.27
19332026-05-28T16:56:42.727Z Compiling base64 v0.22.1
19342026-05-28T16:56:42.750Z Compiling regex-syntax v0.8.10
19352026-05-28T16:56:42.840Z Compiling syn v1.0.109
19362026-05-28T16:56:42.891Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19372026-05-28T16:56:42.891Z Compiling base64ct v1.8.3
19382026-05-28T16:56:43.013Z Compiling crossbeam-utils v0.8.21
19392026-05-28T16:56:43.094Z Compiling untrusted v0.9.0
19402026-05-28T16:56:43.130Z Compiling uuid v1.23.0
19412026-05-28T16:56:43.274Z Compiling pem-rfc7468 v0.7.0
19422026-05-28T16:56:43.277Z Compiling slog v2.8.2
19432026-05-28T16:56:43.381Z Compiling pest_meta v2.8.6
19442026-05-28T16:56:43.490Z Compiling flagset v0.4.7
19452026-05-28T16:56:43.574Z Compiling rand_core v0.9.5
19462026-05-28T16:56:43.590Z Compiling bzip2-sys v0.1.13+1.0.8
19472026-05-28T16:56:43.605Z Compiling tracing-core v0.1.36
19482026-05-28T16:56:43.623Z Compiling serde_derive v1.0.228
19492026-05-28T16:56:43.645Z Compiling zeroize_derive v1.4.3
19502026-05-28T16:56:43.684Z Compiling zerofrom-derive v0.1.6
19512026-05-28T16:56:43.788Z Compiling yoke-derive v0.8.1
19522026-05-28T16:56:43.804Z Compiling zerovec-derive v0.11.2
19532026-05-28T16:56:43.900Z Compiling zerocopy-derive v0.8.40
19542026-05-28T16:56:43.933Z Compiling displaydoc v0.2.5
19552026-05-28T16:56:44.018Z Compiling tokio-macros v2.7.0
19562026-05-28T16:56:44.109Z Compiling futures-macro v0.3.32
19572026-05-28T16:56:44.262Z Compiling zeroize v1.8.2
19582026-05-28T16:56:44.655Z Compiling der_derive v0.7.3
19592026-05-28T16:56:44.745Z Compiling tracing-attributes v0.1.31
19602026-05-28T16:56:44.761Z Compiling thiserror-impl v2.0.18
19612026-05-28T16:56:44.780Z Compiling schemars_derive v0.8.22
19622026-05-28T16:56:44.832Z Compiling zerofrom v0.1.6
19632026-05-28T16:56:44.897Z Compiling rustls-pki-types v1.14.0
19642026-05-28T16:56:44.921Z Compiling futures-util v0.3.32
19652026-05-28T16:56:44.978Z Compiling yoke v0.8.1
19662026-05-28T16:56:45.191Z Compiling zerovec v0.11.5
19672026-05-28T16:56:45.195Z Compiling crypto-common v0.1.7
19682026-05-28T16:56:45.252Z Compiling zerotrie v0.2.3
19692026-05-28T16:56:45.375Z Compiling block-buffer v0.10.4
19702026-05-28T16:56:45.573Z Compiling digest v0.10.7
19712026-05-28T16:56:45.744Z Compiling tinystr v0.8.2
19722026-05-28T16:56:45.761Z Compiling potential_utf v0.1.4
19732026-05-28T16:56:45.915Z Compiling icu_collections v2.1.1
19742026-05-28T16:56:45.936Z Compiling icu_locale_core v2.1.1
19752026-05-28T16:56:45.970Z Compiling hmac v0.12.1
19762026-05-28T16:56:46.040Z Compiling block-padding v0.3.3
19772026-05-28T16:56:46.156Z Compiling openssl-macros v0.1.1
19782026-05-28T16:56:46.401Z Compiling inout v0.1.4
19792026-05-28T16:56:46.565Z Compiling pest_generator v2.8.6
19802026-05-28T16:56:46.580Z Compiling cipher v0.4.4
19812026-05-28T16:56:46.640Z Compiling icu_provider v2.1.1
19822026-05-28T16:56:46.830Z Compiling bytes v1.11.1
19832026-05-28T16:56:46.881Z Compiling chrono v0.4.44
19842026-05-28T16:56:46.903Z Compiling sha2 v0.10.9
19852026-05-28T16:56:47.080Z Compiling icu_normalizer v2.1.1
19862026-05-28T16:56:47.209Z Compiling icu_properties v2.1.2
19872026-05-28T16:56:47.272Z Compiling pest_derive v2.8.6
19882026-05-28T16:56:47.460Z Compiling tokio v1.52.1
19892026-05-28T16:56:47.773Z Compiling http v1.4.0
19902026-05-28T16:56:48.169Z Compiling idna_adapter v1.2.1
19912026-05-28T16:56:48.206Z Compiling scroll_derive v0.13.1
19922026-05-28T16:56:48.259Z Compiling ppv-lite86 v0.2.21
19932026-05-28T16:56:48.297Z Compiling idna v1.1.0
19942026-05-28T16:56:48.466Z Compiling thiserror-impl v1.0.69
19952026-05-28T16:56:48.665Z Compiling url v2.5.8
19962026-05-28T16:56:48.754Z Compiling der v0.7.10
19972026-05-28T16:56:49.143Z Compiling paste v1.0.15
19982026-05-28T16:56:49.316Z Compiling plain v0.2.3
19992026-05-28T16:56:49.451Z Compiling camino v1.2.2
20002026-05-28T16:56:49.581Z Compiling spki v0.7.3
20012026-05-28T16:56:49.761Z Compiling http-body v1.0.1
20022026-05-28T16:56:49.811Z Compiling salsa20 v0.10.2
20032026-05-28T16:56:49.849Z Compiling pbkdf2 v0.12.2
20042026-05-28T16:56:49.885Z Compiling tracing v0.1.44
20052026-05-28T16:56:50.365Z Compiling aho-corasick v1.1.4
20062026-05-28T16:56:50.381Z Compiling cookie v0.18.1
20072026-05-28T16:56:50.385Z Compiling atomic-waker v1.1.2
20082026-05-28T16:56:50.398Z Compiling num-bigint-dig v0.8.6
20092026-05-28T16:56:50.608Z Compiling dyn-clone v1.0.20
20102026-05-28T16:56:50.624Z Compiling fastrand v2.3.0
20112026-05-28T16:56:50.842Z Compiling scrypt v0.11.0
20122026-05-28T16:56:51.100Z Compiling rand_chacha v0.9.0
20132026-05-28T16:56:51.115Z Compiling aes v0.8.4
20142026-05-28T16:56:51.159Z Compiling cbc v0.1.2
20152026-05-28T16:56:51.175Z Compiling regex-automata v0.4.14
20162026-05-28T16:56:51.243Z Compiling tokio-util v0.7.18
20172026-05-28T16:56:51.336Z Compiling async-trait v0.1.89
20182026-05-28T16:56:51.430Z Compiling ahash v0.8.12
20192026-05-28T16:56:51.476Z Compiling usdt-impl v0.6.0
20202026-05-28T16:56:51.491Z Compiling untrusted v0.7.1
20212026-05-28T16:56:51.671Z Compiling openssl-probe v0.2.1
20222026-05-28T16:56:51.739Z Compiling anyhow v1.0.102
20232026-05-28T16:56:51.798Z Compiling try-lock v0.2.5
20242026-05-28T16:56:51.873Z Compiling tower-layer v0.3.3
20252026-05-28T16:56:51.936Z Compiling pretty-hex v0.4.1
20262026-05-28T16:56:51.937Z Compiling zstd-safe v7.2.4
20272026-05-28T16:56:52.108Z Compiling tower-service v0.3.3
20282026-05-28T16:56:52.179Z Compiling tinyvec_macros v0.1.1
20292026-05-28T16:56:52.210Z Compiling want v0.3.1
20302026-05-28T16:56:52.233Z Compiling pkcs5 v0.7.1
20312026-05-28T16:56:52.249Z Compiling tinyvec v1.10.0
20322026-05-28T16:56:52.285Z Compiling rand v0.9.2
20332026-05-28T16:56:52.565Z Compiling h2 v0.4.13
20342026-05-28T16:56:52.612Z Compiling scroll v0.13.0
20352026-05-28T16:56:52.710Z Compiling ipnet v2.11.0
20362026-05-28T16:56:52.803Z Compiling serde_tokenstream v0.2.3
20372026-05-28T16:56:52.892Z Compiling daft-derive v0.1.7
20382026-05-28T16:56:52.907Z Compiling clap_derive v4.5.55
20392026-05-28T16:56:53.003Z Compiling scroll_derive v0.12.1
20402026-05-28T16:56:53.118Z Compiling heapless v0.7.17
20412026-05-28T16:56:53.506Z Compiling signal-hook v0.3.18
20422026-05-28T16:56:53.580Z Compiling pin-utils v0.1.0
20432026-05-28T16:56:53.706Z Compiling httpdate v1.0.3
20442026-05-28T16:56:54.101Z Compiling goblin v0.10.5
20452026-05-28T16:56:54.167Z Compiling pkcs8 v0.10.2
20462026-05-28T16:56:54.204Z Compiling tempfile v3.25.0
20472026-05-28T16:56:54.482Z Compiling pin-project-internal v1.1.11
20482026-05-28T16:56:54.548Z Compiling darling_core v0.20.11
20492026-05-28T16:56:54.770Z Compiling spin v0.9.8
20502026-05-28T16:56:54.784Z Compiling litrs v1.0.0
20512026-05-28T16:56:55.030Z Compiling simd-adler32 v0.3.8
20522026-05-28T16:56:55.066Z Compiling foreign-types-shared v0.1.1
20532026-05-28T16:56:55.215Z Compiling foreign-types v0.3.2
20542026-05-28T16:56:55.257Z Compiling document-features v0.2.12
20552026-05-28T16:56:55.538Z Compiling unicode-normalization v0.1.25
20562026-05-28T16:56:55.681Z Compiling dtrace-parser v0.3.0
20572026-05-28T16:56:55.826Z Compiling hex v0.4.3
20582026-05-28T16:56:55.955Z Compiling strum_macros v0.26.4
20592026-05-28T16:56:56.060Z Compiling zerocopy-derive v0.7.35
20602026-05-28T16:56:56.117Z Compiling hyper v1.8.1
20612026-05-28T16:56:56.172Z Compiling darling_core v0.21.3
20622026-05-28T16:56:56.191Z Compiling curve25519-dalek v4.1.3
20632026-05-28T16:56:56.410Z Compiling thread-id v5.1.0
20642026-05-28T16:56:56.464Z Compiling memoffset v0.9.1
20652026-05-28T16:56:56.508Z Compiling rustix v0.38.44
20662026-05-28T16:56:56.525Z Compiling powerfmt v0.2.0
20672026-05-28T16:56:56.539Z Compiling utf8parse v0.2.2
20682026-05-28T16:56:56.574Z Compiling anstyle v1.0.13
20692026-05-28T16:56:56.649Z Compiling darling_macro v0.20.11
20702026-05-28T16:56:56.708Z Compiling adler2 v2.0.1
20712026-05-28T16:56:56.723Z Compiling smoltcp v0.9.1
20722026-05-28T16:56:56.885Z Compiling dof v0.4.0
20732026-05-28T16:56:56.901Z Compiling ref-cast v1.0.25
20742026-05-28T16:56:56.918Z Compiling miniz_oxide v0.8.9
20752026-05-28T16:56:56.922Z Compiling deranged v0.5.8
20762026-05-28T16:56:57.065Z Compiling anstyle-parse v0.2.7
20772026-05-28T16:56:57.156Z Compiling darling v0.20.11
20782026-05-28T16:56:57.260Z Compiling rustls-native-certs v0.8.3
20792026-05-28T16:56:57.535Z Compiling hyper-util v0.1.20
20802026-05-28T16:56:57.574Z Compiling http-body-util v0.1.3
20812026-05-28T16:56:57.916Z Compiling serde_spanned v0.6.9
20822026-05-28T16:56:57.971Z Compiling toml_datetime v0.6.11
20832026-05-28T16:56:57.988Z Compiling snafu-derive v0.8.9
20842026-05-28T16:56:58.185Z Compiling sync_wrapper v1.0.2
20852026-05-28T16:56:58.319Z Compiling wait-timeout v0.2.1
20862026-05-28T16:56:58.336Z Compiling encoding_rs v0.8.35
20872026-05-28T16:56:58.385Z Compiling darling_macro v0.21.3
20882026-05-28T16:56:58.401Z Compiling siphasher v1.0.2
20892026-05-28T16:56:58.537Z Compiling cfg_aliases v0.2.1
20902026-05-28T16:56:58.568Z Compiling colorchoice v1.0.4
20912026-05-28T16:56:58.605Z Compiling is_terminal_polyfill v1.70.2
20922026-05-28T16:56:58.652Z Compiling quick-error v1.2.3
20932026-05-28T16:56:58.781Z Compiling ryu v1.0.23
20942026-05-28T16:56:58.890Z Compiling num_threads v0.1.7
20952026-05-28T16:56:58.912Z Compiling bit-vec v0.8.0
20962026-05-28T16:56:58.934Z Compiling anstyle-query v1.1.5
20972026-05-28T16:56:59.038Z Compiling mime v0.3.17
20982026-05-28T16:56:59.077Z Compiling zlib-rs v0.6.2
20992026-05-28T16:56:59.096Z Compiling anstream v0.6.21
21002026-05-28T16:56:59.161Z Compiling bit-set v0.8.0
21012026-05-28T16:56:59.346Z Compiling time v0.3.47
21022026-05-28T16:56:59.597Z Compiling serde_urlencoded v0.7.1
21032026-05-28T16:56:59.720Z Compiling darling v0.21.3
21042026-05-28T16:56:59.844Z Compiling rusty-fork v0.3.1
21052026-05-28T16:56:59.881Z Compiling nix v0.31.2
21062026-05-28T16:57:00.051Z Compiling tower v0.5.3
21072026-05-28T16:57:00.174Z Compiling derive_builder_core v0.20.2
21082026-05-28T16:57:00.292Z Compiling regex v1.12.3
21092026-05-28T16:57:00.325Z Compiling webpki-roots v1.0.6
21102026-05-28T16:57:00.328Z Compiling erased-serde v0.3.31
21112026-05-28T16:57:00.340Z Compiling hubpack_derive v0.1.1
21122026-05-28T16:57:00.503Z Compiling signature v2.2.0
21132026-05-28T16:57:00.602Z Compiling rand_xorshift v0.4.0
21142026-05-28T16:57:00.654Z Compiling strum_macros v0.27.2
21152026-05-28T16:57:00.658Z Compiling ref-cast-impl v1.0.25
21162026-05-28T16:57:00.718Z Compiling curve25519-dalek-derive v0.1.1
21172026-05-28T16:57:00.854Z Compiling fs-err v3.3.0
21182026-05-28T16:57:00.965Z Compiling usdt-impl v0.5.0
21192026-05-28T16:57:00.980Z Compiling iri-string v0.7.10
21202026-05-28T16:57:01.096Z Compiling object v0.37.3
21212026-05-28T16:57:01.296Z Compiling flate2 v1.1.9
21222026-05-28T16:57:01.314Z Compiling allocator-api2 v0.2.21
21232026-05-28T16:57:01.369Z Compiling unicode-properties v0.1.4
21242026-05-28T16:57:01.486Z Compiling unarray v0.1.4
21252026-05-28T16:57:01.596Z Compiling unicode-bidi v0.3.18
21262026-05-28T16:57:01.704Z Compiling proptest v1.10.0
21272026-05-28T16:57:02.002Z Compiling stringprep v0.1.5
21282026-05-28T16:57:02.305Z Compiling tower-http v0.6.8
21292026-05-28T16:57:02.500Z Compiling derive_builder_macro v0.20.2
21302026-05-28T16:57:02.779Z Compiling serde_with_macros v3.17.0
21312026-05-28T16:57:02.800Z Compiling tokio-native-tls v0.3.1
21322026-05-28T16:57:03.026Z Compiling usdt-macro v0.6.0
21332026-05-28T16:57:03.046Z Compiling usdt-attr-macro v0.6.0
21342026-05-28T16:57:03.380Z Compiling ipnetwork v0.21.1
21352026-05-28T16:57:03.459Z Compiling scroll v0.12.0
21362026-05-28T16:57:03.477Z Compiling bstr v1.12.1
21372026-05-28T16:57:03.783Z Compiling rand_chacha v0.3.1
21382026-05-28T16:57:03.834Z Compiling md-5 v0.10.6
21392026-05-28T16:57:03.884Z Compiling async-recursion v1.1.1
21402026-05-28T16:57:04.005Z Compiling terminal_size v0.4.3
21412026-05-28T16:57:04.021Z Compiling num-integer v0.1.46
21422026-05-28T16:57:04.062Z Compiling hash32 v0.2.1
21432026-05-28T16:57:04.066Z Compiling vergen-lib v9.1.0
21442026-05-28T16:57:04.103Z Compiling ff v0.13.1
21452026-05-28T16:57:04.196Z Compiling psl-types v2.0.11
21462026-05-28T16:57:04.338Z Compiling fallible-iterator v0.2.0
21472026-05-28T16:57:04.351Z Compiling clap_lex v1.0.0
21482026-05-28T16:57:04.413Z Compiling winnow v0.7.14
21492026-05-28T16:57:04.447Z Compiling base16ct v0.2.0
21502026-05-28T16:57:04.617Z Compiling postgres-protocol v0.6.10
21512026-05-28T16:57:04.668Z Compiling clap_builder v4.5.60
21522026-05-28T16:57:04.696Z Compiling sec1 v0.7.3
21532026-05-28T16:57:04.731Z Compiling publicsuffix v2.3.0
21542026-05-28T16:57:04.816Z Compiling num-iter v0.1.45
21552026-05-28T16:57:04.958Z Compiling group v0.13.0
21562026-05-28T16:57:04.992Z Compiling rand v0.8.6
21572026-05-28T16:57:05.428Z Compiling newtype-uuid v1.3.2
21582026-05-28T16:57:05.490Z Compiling goblin v0.8.2
21592026-05-28T16:57:05.523Z Compiling oxnet v0.1.4
21602026-05-28T16:57:05.776Z Compiling derive_builder v0.20.2
21612026-05-28T16:57:05.792Z Compiling hyper-tls v0.6.0
21622026-05-28T16:57:05.908Z Compiling phf_shared v0.13.1
21632026-05-28T16:57:05.963Z Compiling zerocopy v0.7.35
21642026-05-28T16:57:06.027Z Compiling lazy_static v1.5.0
21652026-05-28T16:57:06.120Z Compiling pin-project v1.1.11
21662026-05-28T16:57:06.197Z Compiling futures-executor v0.3.32
21672026-05-28T16:57:06.244Z Compiling hkdf v0.12.4
21682026-05-28T16:57:06.298Z Compiling crypto-bigint v0.5.5
21692026-05-28T16:57:06.338Z Compiling enum-as-inner v0.6.1
21702026-05-28T16:57:06.411Z Compiling serde_repr v0.1.20
21712026-05-28T16:57:06.472Z Compiling vergen v9.1.0
21722026-05-28T16:57:06.504Z Compiling cargo-platform v0.3.2
21732026-05-28T16:57:06.802Z Compiling foldhash v0.1.5
21742026-05-28T16:57:06.862Z Compiling foldhash v0.2.0
21752026-05-28T16:57:06.988Z Compiling managed v0.8.0
21762026-05-28T16:57:07.005Z Compiling libbz2-rs-sys v0.2.2
21772026-05-28T16:57:07.023Z Compiling winnow v0.5.40
21782026-05-28T16:57:07.027Z Compiling bumpalo v3.20.2
21792026-05-28T16:57:07.091Z Compiling same-file v1.0.6
21802026-05-28T16:57:07.123Z Compiling bitflags v1.3.2
21812026-05-28T16:57:07.222Z Compiling unicode-segmentation v1.12.0
21822026-05-28T16:57:07.305Z Compiling zopfli v0.8.3
21832026-05-28T16:57:07.621Z Compiling bzip2 v0.6.1
21842026-05-28T16:57:07.637Z Compiling elliptic-curve v0.13.8
21852026-05-28T16:57:07.761Z Compiling dof v0.3.0
21862026-05-28T16:57:07.824Z Compiling walkdir v2.5.0
21872026-05-28T16:57:07.883Z Compiling hashbrown v0.16.1
21882026-05-28T16:57:08.129Z Compiling hashbrown v0.15.5
21892026-05-28T16:57:08.382Z Compiling toml_edit v0.19.15
21902026-05-28T16:57:08.530Z Compiling cargo_metadata v0.23.1
21912026-05-28T16:57:08.608Z Compiling clap v4.5.60
21922026-05-28T16:57:08.689Z Compiling futures v0.3.32
21932026-05-28T16:57:08.712Z Compiling snafu v0.8.9
21942026-05-28T16:57:09.130Z Compiling phf v0.13.1
21952026-05-28T16:57:09.400Z Compiling signal-hook-mio v0.2.5
21962026-05-28T16:57:09.442Z Compiling cookie_store v0.22.1
21972026-05-28T16:57:09.457Z Compiling daft v0.1.7
21982026-05-28T16:57:09.634Z Compiling postgres-types v0.2.12
21992026-05-28T16:57:09.757Z Compiling zstd v0.13.3
22002026-05-28T16:57:09.760Z Compiling bzip2 v0.4.4
22012026-05-28T16:57:09.789Z Compiling globset v0.4.18
22022026-05-28T16:57:09.859Z Compiling dtrace-parser v0.2.0
22032026-05-28T16:57:09.991Z Compiling strum v0.27.2
22042026-05-28T16:57:10.091Z Compiling hubpack v0.1.2
22052026-05-28T16:57:10.140Z Compiling ed25519 v2.2.3
22062026-05-28T16:57:10.170Z Compiling phf_shared v0.11.3
22072026-05-28T16:57:10.185Z Compiling olpc-cjson v0.1.4
22082026-05-28T16:57:10.217Z Compiling pkcs1 v0.7.5
22092026-05-28T16:57:10.324Z Compiling pem v3.0.6
22102026-05-28T16:57:10.381Z Compiling serde_plain v1.0.2
22112026-05-28T16:57:10.381Z Compiling serde-big-array v0.5.1
22122026-05-28T16:57:10.396Z Compiling rfc6979 v0.4.0
22132026-05-28T16:57:10.506Z Compiling float-cmp v0.10.0
22142026-05-28T16:57:10.520Z Compiling memmap2 v0.9.10
22152026-05-28T16:57:10.557Z Compiling thread-id v4.2.2
22162026-05-28T16:57:10.584Z Compiling env_filter v1.0.0
22172026-05-28T16:57:10.621Z Compiling typed-path v0.9.3
22182026-05-28T16:57:10.636Z Compiling normalize-line-endings v0.3.0
22192026-05-28T16:57:10.653Z Compiling keccak v0.1.6
22202026-05-28T16:57:10.656Z Compiling jiff v0.2.21
22212026-05-28T16:57:10.682Z Compiling either v1.15.0
22222026-05-28T16:57:10.699Z Compiling static_assertions v1.1.0
22232026-05-28T16:57:10.748Z Compiling whoami v2.1.0
22242026-05-28T16:57:10.748Z Compiling toml_write v0.1.2
22252026-05-28T16:57:10.791Z Compiling precomputed-hash v0.1.1
22262026-05-28T16:57:10.855Z Compiling fixedbitset v0.4.2
22272026-05-28T16:57:10.874Z Compiling predicates-core v1.0.10
22282026-05-28T16:57:10.915Z Compiling fixedbitset v0.5.7
22292026-05-28T16:57:10.929Z Compiling difflib v0.4.0
22302026-05-28T16:57:10.983Z Compiling new_debug_unreachable v1.0.6
22312026-05-28T16:57:11.074Z Compiling data-encoding v2.10.0
22322026-05-28T16:57:11.077Z Compiling string_cache v0.8.9
22332026-05-28T16:57:11.105Z Compiling petgraph v0.6.5
22342026-05-28T16:57:11.205Z Compiling predicates v3.1.4
22352026-05-28T16:57:11.221Z Compiling petgraph v0.8.3
22362026-05-28T16:57:11.326Z Compiling tokio-postgres v0.7.16
22372026-05-28T16:57:11.384Z Compiling hickory-proto v0.25.2
22382026-05-28T16:57:11.613Z Compiling toml_edit v0.22.27
22392026-05-28T16:57:11.765Z Compiling itertools v0.13.0
22402026-05-28T16:57:12.181Z Compiling sha3 v0.10.8
22412026-05-28T16:57:12.621Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22422026-05-28T16:57:12.652Z Compiling env_logger v0.11.9
22432026-05-28T16:57:12.668Z Compiling usdt v0.6.0
22442026-05-28T16:57:13.029Z Compiling ecdsa v0.16.9
22452026-05-28T16:57:13.391Z Compiling zip v4.6.1
22462026-05-28T16:57:13.439Z Compiling rsa v0.9.10
22472026-05-28T16:57:13.787Z Compiling ed25519-dalek v2.2.0
22482026-05-28T16:57:14.086Z Compiling crossterm v0.28.1
22492026-05-28T16:57:14.102Z Compiling zip v0.6.6
22502026-05-28T16:57:14.308Z Compiling toml v0.7.8
22512026-05-28T16:57:14.396Z Compiling iddqd v0.4.2
22522026-05-28T16:57:14.669Z Compiling crossbeam-epoch v0.9.18
22532026-05-28T16:57:14.866Z Compiling toml_parser v1.0.9+spec-1.1.0
22542026-05-28T16:57:14.996Z Compiling heck v0.4.1
22552026-05-28T16:57:15.025Z Compiling similar v2.7.0
22562026-05-28T16:57:15.025Z Compiling serde_with v3.17.0
22572026-05-28T16:57:15.223Z Compiling strum v0.26.3
22582026-05-28T16:57:15.342Z Compiling tokio-stream v0.1.18
22592026-05-28T16:57:15.371Z Compiling buf-list v1.1.2
22602026-05-28T16:57:15.432Z Compiling x509-cert v0.2.5
22612026-05-28T16:57:15.628Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22622026-05-28T16:57:15.666Z Compiling openapiv3 v2.2.0
22632026-05-28T16:57:15.763Z Compiling sha1 v0.10.6
22642026-05-28T16:57:15.794Z Compiling structmeta-derive v0.3.0
22652026-05-28T16:57:15.938Z Compiling lalrpop-util v0.19.12
22662026-05-28T16:57:16.164Z Compiling peg-runtime v0.8.5
22672026-05-28T16:57:16.390Z Compiling radium v0.7.0
22682026-05-28T16:57:16.817Z Compiling structmeta v0.3.0
22692026-05-28T16:57:17.737Z Compiling tap v1.0.1
22702026-05-28T16:57:17.854Z Compiling maybe-uninit v2.0.0
22712026-05-28T16:57:18.114Z Compiling wyz v0.5.1
22722026-05-28T16:57:19.226Z Compiling funty v2.0.0
22732026-05-28T16:57:19.863Z Compiling packed_struct v0.10.1
22742026-05-28T16:57:20.233Z Compiling bitvec v1.0.1
22752026-05-28T16:57:22.173Z Compiling packed_struct_codegen v0.10.1
22762026-05-28T16:57:22.452Z Compiling bitfield-macros v0.19.4
22772026-05-28T16:57:22.648Z Compiling zerocopy-derive v0.6.6
22782026-05-28T16:57:23.038Z Compiling indexmap v1.9.3
22792026-05-28T16:57:23.173Z Compiling crc-catalog v2.4.0
22802026-05-28T16:57:23.293Z Compiling typeid v1.0.3
22812026-05-28T16:57:23.424Z Compiling nodrop v0.1.14
22822026-05-28T16:57:23.540Z Compiling array-init v0.0.4
22832026-05-28T16:57:23.553Z Compiling zerocopy v0.6.6
22842026-05-28T16:57:24.051Z Compiling crc v3.4.0
22852026-05-28T16:57:24.256Z Compiling bitfield v0.19.4
22862026-05-28T16:57:24.685Z Compiling smallvec v0.6.14
22872026-05-28T16:57:24.933Z Compiling derive-ex v0.1.8
22882026-05-28T16:57:26.947Z Compiling erased-serde v0.4.9
22892026-05-28T16:57:26.961Z Compiling hashbrown v0.12.3
22902026-05-28T16:57:27.280Z Compiling rustls v0.22.4
22912026-05-28T16:57:27.494Z Compiling base64 v0.21.7
22922026-05-28T16:57:27.800Z Compiling ron v0.8.1
22932026-05-28T16:57:29.045Z Compiling rustls-webpki v0.103.9
22942026-05-28T16:57:30.558Z Compiling test-strategy v0.4.5
22952026-05-28T16:57:30.578Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22962026-05-28T16:57:31.153Z Compiling serde-hex v0.1.0
22972026-05-28T16:57:31.869Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22982026-05-28T16:57:32.250Z Compiling toml v0.8.23
22992026-05-28T16:57:32.599Z Compiling hashbrown v0.13.2
23002026-05-28T16:57:32.965Z Compiling tokio-rustls v0.26.4
23012026-05-28T16:57:32.996Z Compiling rustls-platform-verifier v0.6.2
23022026-05-28T16:57:33.214Z Compiling hyper-rustls v0.27.7
23032026-05-28T16:57:33.264Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23042026-05-28T16:57:33.298Z Compiling rustls-webpki v0.102.8
23052026-05-28T16:57:33.519Z Compiling reqwest v0.12.28
23062026-05-28T16:57:33.558Z Compiling reqwest v0.13.2
23072026-05-28T16:57:33.783Z Compiling filetime v0.2.27
23082026-05-28T16:57:33.814Z Compiling multer v3.1.0
23092026-05-28T16:57:33.883Z Compiling thread_local v1.1.9
23102026-05-28T16:57:34.042Z Compiling slog-async v2.8.0
23112026-05-28T16:57:34.045Z Compiling compression-core v0.4.31
23122026-05-28T16:57:34.073Z Compiling xattr v1.6.1
23132026-05-28T16:57:34.252Z Compiling match_cfg v0.1.0
23142026-05-28T16:57:34.267Z Compiling crc-any v2.5.0
23152026-05-28T16:57:34.291Z Compiling rayon-core v1.13.0
23162026-05-28T16:57:34.342Z Compiling hostname v0.3.1
23172026-05-28T16:57:34.356Z Compiling tar v0.4.45
23182026-05-28T16:57:34.374Z Compiling compression-codecs v0.4.37
23192026-05-28T16:57:34.527Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23202026-05-28T16:57:34.541Z Compiling object v0.30.4
23212026-05-28T16:57:34.678Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23222026-05-28T16:57:34.742Z Compiling crossbeam-channel v0.5.15
23232026-05-28T16:57:34.769Z Compiling slog-json v2.6.1
23242026-05-28T16:57:35.042Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23252026-05-28T16:57:35.142Z Compiling tough v0.22.0
23262026-05-28T16:57:35.173Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23272026-05-28T16:57:35.345Z Compiling async-stream-impl v0.3.6
23282026-05-28T16:57:35.441Z Compiling ordered-float v2.10.1
23292026-05-28T16:57:35.475Z Compiling serde_path_to_error v0.1.20
23302026-05-28T16:57:35.760Z Compiling serde_spanned v1.0.4
23312026-05-28T16:57:35.924Z Compiling toml_datetime v1.0.0+spec-1.1.0
23322026-05-28T16:57:35.941Z Compiling is-terminal v0.4.17
23332026-05-28T16:57:35.958Z Compiling fs-err v2.11.0
23342026-05-28T16:57:36.044Z Compiling dropshot v0.17.0
23352026-05-28T16:57:36.060Z Compiling path-slash v0.1.5
23362026-05-28T16:57:36.090Z Compiling term v1.2.1
23372026-05-28T16:57:36.187Z Compiling toml_writer v1.0.6+spec-1.1.0
23382026-05-28T16:57:36.241Z Compiling take_mut v0.2.2
23392026-05-28T16:57:36.272Z Compiling debug-ignore v1.0.5
23402026-05-28T16:57:36.385Z Compiling toml v1.0.6+spec-1.1.0
23412026-05-28T16:57:36.414Z Compiling slog-term v2.9.2
23422026-05-28T16:57:36.534Z Compiling tokio-rustls v0.25.0
23432026-05-28T16:57:36.843Z Compiling async-stream v0.3.6
23442026-05-28T16:57:36.874Z Compiling serde-value v0.7.0
23452026-05-28T16:57:36.913Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23462026-05-28T16:57:36.943Z Compiling serde-untagged v0.1.9
23472026-05-28T16:57:37.048Z Compiling slog-bunyan v2.5.0
23482026-05-28T16:57:37.081Z Compiling async-compression v0.4.41
23492026-05-28T16:57:37.333Z Compiling crossbeam-deque v0.8.6
23502026-05-28T16:57:37.564Z Compiling parse-display-derive v0.10.0
23512026-05-28T16:57:37.580Z Compiling camino-tempfile v1.4.1
23522026-05-28T16:57:37.597Z Compiling newtype-uuid-macros v0.1.0
23532026-05-28T16:57:37.656Z Compiling dropshot_endpoint v0.17.0
23542026-05-28T16:57:37.700Z Compiling backon v1.6.0
23552026-05-28T16:57:37.793Z Compiling waitgroup v0.1.2
23562026-05-28T16:57:37.892Z Compiling half v2.7.1
23572026-05-28T16:57:37.977Z Compiling rustls-pemfile v2.2.0
23582026-05-28T16:57:37.993Z Compiling blake3 v1.8.3
23592026-05-28T16:57:38.012Z Compiling hostname v0.4.2
23602026-05-28T16:57:38.200Z Compiling instant v0.1.13
23612026-05-28T16:57:38.274Z Compiling ciborium-io v0.2.2
23622026-05-28T16:57:38.314Z Compiling unicode-xid v0.2.6
23632026-05-28T16:57:38.341Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23642026-05-28T16:57:38.357Z Compiling backoff v0.4.0
23652026-05-28T16:57:38.393Z Compiling ciborium-ll v0.2.2
23662026-05-28T16:57:38.424Z Compiling cargo-util-schemas v0.8.2
23672026-05-28T16:57:38.603Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23682026-05-28T16:57:38.763Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23692026-05-28T16:57:38.866Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23702026-05-28T16:57:39.051Z Compiling parse-display v0.10.0
23712026-05-28T16:57:39.074Z Compiling regress v0.10.5
23722026-05-28T16:57:39.108Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23732026-05-28T16:57:39.184Z Compiling itertools v0.14.0
23742026-05-28T16:57:39.312Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23752026-05-28T16:57:39.539Z Compiling cargo-platform v0.2.0
23762026-05-28T16:57:39.937Z Compiling macaddr v1.0.1
23772026-05-28T16:57:40.005Z Compiling arrayvec v0.7.6
23782026-05-28T16:57:40.104Z Compiling arrayref v0.3.9
23792026-05-28T16:57:40.120Z Compiling parse-size v1.1.0
23802026-05-28T16:57:40.161Z Compiling indent_write v2.2.0
23812026-05-28T16:57:40.204Z Compiling constant_time_eq v0.4.2
23822026-05-28T16:57:40.246Z Compiling humantime v2.3.0
23832026-05-28T16:57:40.267Z Compiling cargo_metadata v0.21.0
23842026-05-28T16:57:40.324Z Compiling ciborium v0.2.2
23852026-05-28T16:57:40.422Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23862026-05-28T16:57:40.528Z Compiling display-error-chain v0.2.2
23872026-05-28T16:57:40.701Z Compiling topological-sort v0.2.2
23882026-05-28T16:57:40.717Z Compiling shell-words v1.1.1
23892026-05-28T16:57:40.894Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23902026-05-28T16:57:51.131Z Compiling progenitor-client v0.10.0
23912026-05-28T16:57:51.131Z Compiling omicron-zone-package v0.12.2
23922026-05-28T16:57:51.158Z Compiling progenitor-client v0.14.0
23932026-05-28T16:57:51.642Z Compiling progenitor-extras v0.2.0
23942026-05-28T16:57:53.794Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23952026-05-28T16:57:53.837Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-05-28T16:57:53.853Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23972026-05-28T16:57:54.051Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23982026-05-28T16:57:58.124Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23992026-05-28T16:58:01.514Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24002026-05-28T16:58:09.550Z Finished `release` profile [optimized] target(s) in 1m 32s
24012026-05-28T16:58:09.701Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24022026-05-28T16:58:09.758ZMay 28 16:58:09.217 DEBG changing working directory to /work/oxidecomputer/omicron
24032026-05-28T16:58:09.851ZMay 28 16:58:09.310 DEBG running: git rev-parse HEAD
24042026-05-28T16:58:09.854ZMay 28 16:58:09.313 DEBG process exited with exit status: 0 (2.356924ms)
24052026-05-28T16:58:09.854ZMay 28 16:58:09.313 INFO version: 20.0.0-0.ci+git7692d04989d
24062026-05-28T16:58:09.861ZMay 28 16:58:09.321 INFO cloning helios to /work/oxidecomputer/helios
24072026-05-28T16:58:09.861ZMay 28 16:58:09.321 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24082026-05-28T16:58:09.864ZCloning into '/work/oxidecomputer/helios'...
24092026-05-28T16:58:10.370ZMay 28 16:58:09.829 DEBG process exited with exit status: 0 (508.374956ms)
24102026-05-28T16:58:10.370ZMay 28 16:58:09.829 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24112026-05-28T16:58:10.373ZMay 28 16:58:09.831 DEBG process exited with exit status: 0 (2.379364ms)
24122026-05-28T16:58:10.373ZMay 28 16:58:09.831 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24132026-05-28T16:58:10.693ZMay 28 16:58:10.152 DEBG process exited with exit status: 0 (320.960781ms)
24142026-05-28T16:58:10.693ZMay 28 16:58:10.153 DEBG running: zfs list rpool/images/build/host
24152026-05-28T16:58:10.697ZNAME USED AVAIL REFER MOUNTPOINT
24162026-05-28T16:58:10.697Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24172026-05-28T16:58:10.700ZMay 28 16:58:10.157 DEBG process exited with exit status: 0 (4.363556ms)
24182026-05-28T16:58:10.700ZMay 28 16:58:10.157 DEBG running: zfs list rpool/images/build/recovery
24192026-05-28T16:58:10.703ZNAME USED AVAIL REFER MOUNTPOINT
24202026-05-28T16:58:10.703Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24212026-05-28T16:58:10.703ZMay 28 16:58:10.160 DEBG process exited with exit status: 0 (3.225705ms)
24222026-05-28T16:58:10.703ZMay 28 16:58:10.161 INFO [incorp-manifest] running task
24232026-05-28T16:58:10.703ZMay 28 16:58:10.161 INFO [hubris-production] running task
24242026-05-28T16:58:10.703ZMay 28 16:58:10.161 INFO [hubris-staging] running task
24252026-05-28T16:58:10.703ZMay 28 16:58:10.161 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24262026-05-28T16:58:10.703ZMay 28 16:58:10.161 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24272026-05-28T16:58:10.703ZMay 28 16:58:10.162 INFO [incorp-create] running: pkgrepo create /work/incorporation
24282026-05-28T16:58:10.714ZMay 28 16:58:10.173 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24292026-05-28T16:58:10.754Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24302026-05-28T16:58:10.947ZMay 28 16:58:10.406 INFO [incorp-create] process exited with exit status: 0 (244.626244ms)
24312026-05-28T16:58:10.951ZMay 28 16:58:10.406 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24322026-05-28T16:58:11.172ZMay 28 16:58:10.631 INFO [incorp-publisher] process exited with exit status: 0 (225.024504ms)
24332026-05-28T16:58:11.196Z[ omicron-package] Blocking waiting for file lock on package cache
24342026-05-28T16:58:11.280ZMay 28 16:58:10.739 DEBG process exited with exit status: 0 (578.174834ms)
24352026-05-28T16:58:11.283ZMay 28 16:58:10.739 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24362026-05-28T16:58:11.634Z[ omicron-package] Blocking waiting for file lock on package cache
24372026-05-28T16:58:11.801ZMay 28 16:58:11.260 INFO [hubris-production] task succeeded (1.0991452s)
24382026-05-28T16:58:11.934ZMay 28 16:58:11.392 DEBG process exited with exit status: 0 (653.528229ms)
24392026-05-28T16:58:11.937ZMay 28 16:58:11.393 INFO [incorp-manifest] task succeeded (1.232871014s)
24402026-05-28T16:58:11.937ZMay 28 16:58:11.394 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24412026-05-28T16:58:12.103ZMay 28 16:58:11.562 INFO [incorp-fmt] process exited with exit status: 0 (168.884949ms)
24422026-05-28T16:58:12.107ZMay 28 16:58:11.563 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24432026-05-28T16:58:12.336Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260528T165811Z
24442026-05-28T16:58:12.336Z[ incorp-pkgsend] PUBLISHED
24452026-05-28T16:58:12.376ZMay 28 16:58:11.833 INFO [incorp-pkgsend] process exited with exit status: 0 (270.742793ms)
24462026-05-28T16:58:12.379ZMay 28 16:58:11.834 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24472026-05-28T16:58:12.618Z[ omicron-package] Compiling ring v0.17.14
24482026-05-28T16:58:12.627Z[ helios-incorp] Retrieving packages for publisher helios ...
24492026-05-28T16:58:12.632Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24502026-05-28T16:58:12.658Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24512026-05-28T16:58:12.658Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24522026-05-28T16:58:12.658Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24532026-05-28T16:58:12.662Z[ helios-incorp]
24542026-05-28T16:58:12.662Z[ helios-incorp] Archiving packages ...
24552026-05-28T16:58:12.666Z[ helios-incorp] Packages to add: 1
24562026-05-28T16:58:12.666Z[ helios-incorp] Files to retrieve: 0
24572026-05-28T16:58:12.666Z[ helios-incorp] Estimated transfer size: 0.00 B
24582026-05-28T16:58:12.666Z[ helios-incorp]
24592026-05-28T16:58:12.666Z[ helios-incorp] Packages to archive:
24602026-05-28T16:58:12.666Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260528T165811Z
24612026-05-28T16:58:12.666Z[ helios-incorp]
24622026-05-28T16:58:12.666Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24632026-05-28T16:58:12.666Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24642026-05-28T16:58:12.713ZMay 28 16:58:12.172 INFO [helios-incorp] process exited with exit status: 0 (338.433778ms)
24652026-05-28T16:58:12.850Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24662026-05-28T16:58:12.853Z[ omicron-package] Compiling itertools v0.14.0
24672026-05-28T16:58:12.853Z[ omicron-package] Compiling secrecy v0.10.3
24682026-05-28T16:58:12.853Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24692026-05-28T16:58:12.853Z[ omicron-package] Compiling heapless v0.8.0
24702026-05-28T16:58:12.853Z[ omicron-package] Compiling hash32 v0.3.1
24712026-05-28T16:58:12.853Z[ omicron-package] Compiling unicode-width v0.2.0
24722026-05-28T16:58:12.853Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24732026-05-28T16:58:12.853Z[ omicron-package] Compiling smoltcp v0.11.0
24742026-05-28T16:58:12.991Z[ omicron-package] Compiling cobs v0.3.0
24752026-05-28T16:58:12.995Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24762026-05-28T16:58:12.995Z[ omicron-package] Compiling universal-hash v0.5.1
24772026-05-28T16:58:12.995Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24782026-05-28T16:58:12.995Z[ omicron-package] Compiling convert_case v0.4.0
24792026-05-28T16:58:13.922Z[ omicron-package] Compiling opaque-debug v0.3.1
24802026-05-28T16:58:13.925Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24812026-05-28T16:58:14.192Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24822026-05-28T16:58:14.249Z[ omicron-package] Compiling postcard v1.1.3
24832026-05-28T16:58:14.292Z[ omicron-package] Compiling poly1305 v0.8.0
24842026-05-28T16:58:14.338Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24852026-05-28T16:58:14.357Z[ omicron-package] Compiling derive_more v0.99.20
24862026-05-28T16:58:14.357Z[ omicron-package] Compiling password-hash v0.5.0
24872026-05-28T16:58:14.360Z[ omicron-package] Compiling chacha20 v0.9.1
24882026-05-28T16:58:14.360Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
24892026-05-28T16:58:14.360Z[ omicron-package] Compiling blake2 v0.10.6
24902026-05-28T16:58:14.360Z[ omicron-package] Compiling aead v0.5.2
24912026-05-28T16:58:14.603Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
24922026-05-28T16:58:14.606Z[ omicron-package] Compiling ingot-macros v0.1.1
24932026-05-28T16:58:14.727Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24942026-05-28T16:58:14.777Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24952026-05-28T16:58:14.824Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24962026-05-28T16:58:14.876Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24972026-05-28T16:58:15.156Z[ omicron-package] Compiling thiserror-no-std v2.0.2
24982026-05-28T16:58:15.160Z[ omicron-package] Compiling proc-macro-error v1.0.4
24992026-05-28T16:58:15.251Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25002026-05-28T16:58:15.304Z[ omicron-package] Compiling cpufeatures v0.3.0
25012026-05-28T16:58:15.375Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25022026-05-28T16:58:15.411Z[ omicron-package] Compiling vsss-rs v3.3.4
25032026-05-28T16:58:15.450Z[ omicron-package] Compiling chacha20 v0.10.0
25042026-05-28T16:58:15.487Z[ omicron-package] Compiling argon2 v0.5.3
25052026-05-28T16:58:15.658Z[ omicron-package] Compiling num_enum_derive v0.5.11
25062026-05-28T16:58:15.661Z[ omicron-package] Compiling foreign-types v0.5.0
25072026-05-28T16:58:15.661Z[ omicron-package] Compiling num_enum_derive v0.7.5
25082026-05-28T16:58:15.722Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25092026-05-28T16:58:15.830Z[ omicron-package] Compiling tabwriter v1.4.1
25102026-05-28T16:58:15.957Z[ omicron-package] Compiling byte-wrapper v0.1.0
25112026-05-28T16:58:15.990Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25122026-05-28T16:58:16.010Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25132026-05-28T16:58:16.228Z[ omicron-package] Compiling cstr-argument v0.1.2
25142026-05-28T16:58:16.372Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25152026-05-28T16:58:16.451Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25162026-05-28T16:58:16.488Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25172026-05-28T16:58:16.648Z[ omicron-package] Compiling rand v0.10.0
25182026-05-28T16:58:16.700Z[ omicron-package] Compiling rayon v1.11.0
25192026-05-28T16:58:16.732Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25202026-05-28T16:58:16.750Z[ omicron-package] Compiling num_enum v0.5.11
25212026-05-28T16:58:16.753Z[ omicron-package] Compiling num_enum v0.7.5
25222026-05-28T16:58:16.937Z[ omicron-package] Compiling rustls v0.23.37
25232026-05-28T16:58:16.956Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25242026-05-28T16:58:16.956Z[ omicron-package] Compiling colored v3.1.1
25252026-05-28T16:58:17.011Z[ omicron-package] Compiling libefi-sys v0.1.0
25262026-05-28T16:58:17.014Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25272026-05-28T16:58:17.028Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25282026-05-28T16:58:17.078Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25292026-05-28T16:58:17.148Z[ omicron-package] Compiling itertools v0.12.1
25302026-05-28T16:58:17.185Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25312026-05-28T16:58:17.215Z[ omicron-package] Compiling usdt-macro v0.5.0
25322026-05-28T16:58:17.275Z[ omicron-package] Compiling num-derive v0.4.2
25332026-05-28T16:58:17.385Z[ omicron-package] Compiling bitfield-struct v0.6.2
25342026-05-28T16:58:17.489Z[ omicron-package] Compiling ingot-types v0.1.2
25352026-05-28T16:58:17.688Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25362026-05-28T16:58:17.710Z[ omicron-package] Compiling memmap v0.7.0
25372026-05-28T16:58:17.815Z[ omicron-package] Compiling sigpipe v0.1.3
25382026-05-28T16:58:17.865Z[ omicron-package] Compiling swrite v0.1.0
25392026-05-28T16:58:17.909Z[ omicron-package] Compiling glob v0.3.3
25402026-05-28T16:58:18.004Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-05-28T16:58:18.043Z[ omicron-package] Compiling ingot v0.1.1
25422026-05-28T16:58:18.157Z[ omicron-package] Compiling rustls-webpki v0.103.9
25432026-05-28T16:58:18.182Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-05-28T16:58:18.251Z[ omicron-package] Compiling usdt v0.5.0
25452026-05-28T16:58:18.322Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25462026-05-28T16:58:18.386Z[ omicron-package] Compiling smf v0.2.3
25472026-05-28T16:58:18.442Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25482026-05-28T16:58:18.652Z[ omicron-package] Compiling whoami v1.6.1
25492026-05-28T16:58:18.723Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-05-28T16:58:18.853Z[ omicron-package] Compiling zone v0.3.1
25512026-05-28T16:58:18.936Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-05-28T16:58:18.993Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25532026-05-28T16:58:19.061Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25542026-05-28T16:58:19.064Z[ omicron-package] Compiling console v0.16.2
25552026-05-28T16:58:19.064Z[ omicron-package] Compiling gethostname v0.5.0
25562026-05-28T16:58:19.279Z[ omicron-package] Compiling unit-prefix v0.5.2
25572026-05-28T16:58:19.319Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25582026-05-28T16:58:19.382Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25592026-05-28T16:58:19.641Z[ omicron-package] Compiling indicatif v0.18.4
25602026-05-28T16:58:20.255Z[ omicron-package] Compiling rustls v0.22.4
25612026-05-28T16:58:20.280Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25622026-05-28T16:58:21.290Z[ omicron-package] Compiling rustls-webpki v0.102.8
25632026-05-28T16:58:21.661Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25642026-05-28T16:58:21.893Z[ omicron-package] Compiling tokio-rustls v0.26.4
25652026-05-28T16:58:21.895Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25662026-05-28T16:58:22.164Z[ omicron-package] Compiling hyper-rustls v0.27.7
25672026-05-28T16:58:22.443Z[ omicron-package] Compiling reqwest v0.12.28
25682026-05-28T16:58:22.443Z[ omicron-package] Compiling reqwest v0.13.2
25692026-05-28T16:58:22.934Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25702026-05-28T16:58:23.760Z[ omicron-package] Compiling tokio-rustls v0.25.0
25712026-05-28T16:58:24.038Z[ omicron-package] Compiling tough v0.22.0
25722026-05-28T16:58:24.071Z[ omicron-package] Compiling dropshot v0.17.0
25732026-05-28T16:58:26.069ZMay 28 16:58:25.528 INFO [hubris-staging] task succeeded (15.367681042s)
25742026-05-28T16:58:26.270Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25752026-05-28T16:58:26.271Z[ helios-setup] May 28 16:58:25.690 INFO helios repository root is: /work/oxidecomputer/helios
25762026-05-28T16:58:26.271Z[ helios-setup] May 28 16:58:25.691 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25772026-05-28T16:58:26.274Z[ helios-setup] May 28 16:58:25.691 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
25782026-05-28T16:58:26.278Z[ helios-setup] May 28 16:58:25.691 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25792026-05-28T16:58:27.079Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25802026-05-28T16:58:27.415Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25812026-05-28T16:58:27.512Z[ omicron-package] Compiling progenitor-client v0.14.0
25822026-05-28T16:58:27.588Z[ omicron-package] Compiling progenitor-client v0.10.0
25832026-05-28T16:58:27.825Z[ omicron-package] Compiling progenitor-extras v0.2.0
25842026-05-28T16:58:28.023Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25852026-05-28T16:58:30.694Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25862026-05-28T16:58:30.816Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25872026-05-28T16:58:30.972Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25882026-05-28T16:58:31.009Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25892026-05-28T16:58:31.027Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25902026-05-28T16:58:31.049Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25912026-05-28T16:58:31.120Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25922026-05-28T16:58:31.165Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25932026-05-28T16:58:31.307Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25942026-05-28T16:58:33.872Z[ helios-setup] May 28 16:58:33.331 INFO clone ok!, project: amd-firmware
25952026-05-28T16:58:33.872Z[ helios-setup] May 28 16:58:33.331 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
25962026-05-28T16:58:33.875Z[ helios-setup] May 28 16:58:33.332 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25972026-05-28T16:58:33.875Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25982026-05-28T16:58:34.340Z[ helios-setup] May 28 16:58:33.800 INFO clone ok!, project: bootserver
25992026-05-28T16:58:34.340Z[ helios-setup] May 28 16:58:33.800 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
26002026-05-28T16:58:34.344Z[ helios-setup] May 28 16:58:33.800 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26012026-05-28T16:58:34.344Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26022026-05-28T16:58:35.240Z[ helios-setup] May 28 16:58:34.698 INFO clone ok!, project: chelsio-t6-roms
26032026-05-28T16:58:35.244Z[ helios-setup] May 28 16:58:34.699 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
26042026-05-28T16:58:35.244Z[ helios-setup] May 28 16:58:34.699 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26052026-05-28T16:58:35.244Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26062026-05-28T16:58:35.356Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26072026-05-28T16:58:36.480Z[ helios-setup] May 28 16:58:35.938 INFO clone ok!, project: pilot
26082026-05-28T16:58:36.483Z[ helios-setup] May 28 16:58:35.938 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, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
26092026-05-28T16:58:36.483Z[ helios-setup] May 28 16:58:35.938 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26102026-05-28T16:58:36.483Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26112026-05-28T16:58:37.262Z[ helios-setup] May 28 16:58:36.721 INFO clone ok!, project: dmar-report
26122026-05-28T16:58:37.262Z[ helios-setup] May 28 16:58:36.722 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
26132026-05-28T16:58:37.265Z[ helios-setup] May 28 16:58:36.722 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26142026-05-28T16:58:37.266Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26152026-05-28T16:58:37.757Z[ helios-setup] May 28 16:58:37.216 INFO clone ok!, project: image-builder
26162026-05-28T16:58:37.760Z[ helios-setup] May 28 16:58:37.217 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
26172026-05-28T16:58:37.761Z[ helios-setup] May 28 16:58:37.217 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26182026-05-28T16:58:37.761Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26192026-05-28T16:58:38.238Z[ helios-setup] May 28 16:58:37.697 INFO clone ok!, project: phbl
26202026-05-28T16:58:38.238Z[ helios-setup] May 28 16:58:37.697 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26212026-05-28T16:58:38.238Z[ helios-setup] May 28 16:58:37.697 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26222026-05-28T16:58:38.241Z[ helios-setup] May 28 16:58:37.697 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
26232026-05-28T16:58:38.241Z[ helios-setup] May 28 16:58:37.697 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
26242026-05-28T16:58:38.241Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26252026-05-28T16:58:38.988Z[ helios-setup] May 28 16:58:38.447 INFO clone ok!, project: amd-host-image-builder
26262026-05-28T16:58:38.988Z[ helios-setup] May 28 16:58:38.447 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
26272026-05-28T16:58:38.991Z[ helios-setup] May 28 16:58:38.447 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26282026-05-28T16:58:38.991Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26292026-05-28T16:58:39.442Z[ helios-setup] May 28 16:58:38.901 INFO clone ok!, project: pinprick
26302026-05-28T16:58:39.445Z[ helios-setup] May 28 16:58:38.901 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26312026-05-28T16:58:39.656Z[ helios-setup] May 28 16:58:39.115 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26322026-05-28T16:58:39.874Z[ helios-setup] May 28 16:58:39.333 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26332026-05-28T16:58:39.874Z[ helios-setup] May 28 16:58:39.333 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26342026-05-28T16:58:40.108Z[ helios-setup] May 28 16:58:39.547 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26352026-05-28T16:58:40.307Z[ helios-setup] May 28 16:58:39.767 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26362026-05-28T16:58:40.307Z[ helios-setup] May 28 16:58:39.767 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26372026-05-28T16:58:40.529Z[ helios-setup] May 28 16:58:39.988 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26382026-05-28T16:58:40.744Z[ helios-setup] May 28 16:58:40.203 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26392026-05-28T16:58:40.747Z[ helios-setup] May 28 16:58:40.203 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26402026-05-28T16:58:40.748Z[ helios-setup] May 28 16:58:40.203 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26412026-05-28T16:58:40.748Z[ helios-setup] May 28 16:58:40.204 INFO ok!
26422026-05-28T16:58:40.748Z[ helios-setup] May 28 16:58:40.204 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26432026-05-28T16:58:40.748Z[ helios-setup] May 28 16:58:40.204 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26442026-05-28T16:58:40.748Z[ helios-setup] May 28 16:58:40.204 INFO ok!
26452026-05-28T16:58:40.748Z[ helios-setup] May 28 16:58:40.204 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26462026-05-28T16:58:40.748Z[ helios-setup] May 28 16:58:40.204 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26472026-05-28T16:58:40.748Z[ helios-setup] May 28 16:58:40.204 INFO ok!
26482026-05-28T16:58:40.748Z[ helios-setup] May 28 16:58:40.204 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26492026-05-28T16:58:40.752Z[ helios-setup] May 28 16:58:40.211 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
26502026-05-28T16:58:40.752Z[ helios-setup] May 28 16:58:40.211 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26512026-05-28T16:58:40.755Z[ helios-setup] May 28 16:58:40.211 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26522026-05-28T16:58:40.829Z[ helios-setup] May 28 16:58:40.288 INFO E| Downloading crates ...
26532026-05-28T16:58:40.880Z[ helios-setup] May 28 16:58:40.340 INFO E| Downloaded anyhow v1.0.62
26542026-05-28T16:58:40.883Z[ helios-setup] May 28 16:58:40.342 INFO E| Downloaded unicode-width v0.1.10
26552026-05-28T16:58:40.886Z[ helios-setup] May 28 16:58:40.343 INFO E| Downloaded digest v0.10.3
26562026-05-28T16:58:40.886Z[ helios-setup] May 28 16:58:40.345 INFO E| Downloaded cpufeatures v0.2.5
26572026-05-28T16:58:40.889Z[ helios-setup] May 28 16:58:40.348 INFO E| Downloaded generic-array v0.14.6
26582026-05-28T16:58:40.893Z[ helios-setup] May 28 16:58:40.350 INFO E| Downloaded bytes v1.2.1
26592026-05-28T16:58:40.893Z[ helios-setup] May 28 16:58:40.352 INFO E| Downloaded block-buffer v0.10.3
26602026-05-28T16:58:40.899Z[ helios-setup] May 28 16:58:40.358 INFO E| Downloaded typenum v1.15.0
26612026-05-28T16:58:40.902Z[ helios-setup] May 28 16:58:40.360 INFO E| Downloaded miniz_oxide v0.6.2
26622026-05-28T16:58:40.902Z[ helios-setup] May 28 16:58:40.361 INFO E| Downloaded flate2 v1.0.25
26632026-05-28T16:58:40.973Z[ helios-setup] May 28 16:58:40.432 INFO E| Downloaded sha2 v0.10.5
26642026-05-28T16:58:41.005Z[ helios-setup] May 28 16:58:40.464 INFO E| Compiling version_check v0.9.4
26652026-05-28T16:58:41.008Z[ helios-setup] May 28 16:58:40.464 INFO E| Compiling typenum v1.15.0
26662026-05-28T16:58:41.008Z[ helios-setup] May 28 16:58:40.464 INFO E| Compiling crc32fast v1.3.2
26672026-05-28T16:58:41.008Z[ helios-setup] May 28 16:58:40.464 INFO E| Compiling cfg-if v1.0.0
26682026-05-28T16:58:41.008Z[ helios-setup] May 28 16:58:40.464 INFO E| Compiling anyhow v1.0.62
26692026-05-28T16:58:41.008Z[ helios-setup] May 28 16:58:40.464 INFO E| Compiling adler v1.0.2
26702026-05-28T16:58:41.008Z[ helios-setup] May 28 16:58:40.464 INFO E| Compiling unicode-width v0.1.10
26712026-05-28T16:58:41.009Z[ helios-setup] May 28 16:58:40.464 INFO E| Compiling cpufeatures v0.2.5
26722026-05-28T16:58:41.009Z[ helios-setup] May 28 16:58:40.464 INFO E| Compiling bytes v1.2.1
26732026-05-28T16:58:41.009Z[ helios-setup] May 28 16:58:40.465 INFO E| Compiling bitflags v1.3.2
26742026-05-28T16:58:41.099Z[ helios-setup] May 28 16:58:40.558 INFO E| Compiling getopts v0.2.21
26752026-05-28T16:58:41.104Z[ helios-setup] May 28 16:58:40.563 INFO E| Compiling miniz_oxide v0.6.2
26762026-05-28T16:58:41.229Z[ helios-setup] May 28 16:58:40.688 INFO E| Compiling generic-array v0.14.6
26772026-05-28T16:58:41.433Z[ helios-setup] May 28 16:58:40.892 INFO E| Compiling flate2 v1.0.25
26782026-05-28T16:58:42.295Z[ helios-setup] May 28 16:58:41.754 INFO E| Compiling crypto-common v0.1.6
26792026-05-28T16:58:42.295Z[ helios-setup] May 28 16:58:41.754 INFO E| Compiling block-buffer v0.10.3
26802026-05-28T16:58:42.393Z[ helios-setup] May 28 16:58:41.853 INFO E| Compiling digest v0.10.3
26812026-05-28T16:58:42.529Z[ helios-setup] May 28 16:58:41.989 INFO E| Compiling sha2 v0.10.5
26822026-05-28T16:58:42.714Z[ helios-setup] May 28 16:58:42.173 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26832026-05-28T16:58:43.253Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26842026-05-28T16:58:43.878Z[ helios-setup] May 28 16:58:43.338 INFO E| Finished `release` profile [optimized] target(s) in 3.11s
26852026-05-28T16:58:43.902Z[ helios-setup] May 28 16:58:43.348 INFO building project "bootserver" ok (3 seconds)
26862026-05-28T16:58:43.902Z[ helios-setup] May 28 16:58:43.348 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26872026-05-28T16:58:43.906Z[ helios-setup] May 28 16:58:43.356 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
26882026-05-28T16:58:43.906Z[ helios-setup] May 28 16:58:43.356 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26892026-05-28T16:58:43.906Z[ helios-setup] May 28 16:58:43.356 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26902026-05-28T16:58:43.990Z[ helios-setup] May 28 16:58:43.450 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26912026-05-28T16:58:44.288Z[ helios-setup] May 28 16:58:43.748 INFO E| From https://github.com/jclulow/hiercmd
26922026-05-28T16:58:44.288Z[ helios-setup] May 28 16:58:43.748 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26932026-05-28T16:58:44.299Z[ helios-setup] May 28 16:58:43.759 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
26942026-05-28T16:58:44.601Z[ helios-setup] May 28 16:58:44.060 INFO E| From https://github.com/oxidecomputer/network-interface
26952026-05-28T16:58:44.601Z[ helios-setup] May 28 16:58:44.060 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
26962026-05-28T16:58:44.611Z[ helios-setup] May 28 16:58:44.071 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26972026-05-28T16:58:44.904Z[ helios-setup] May 28 16:58:44.363 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26982026-05-28T16:58:44.904Z[ helios-setup] May 28 16:58:44.363 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26992026-05-28T16:58:44.919Z[ helios-setup] May 28 16:58:44.379 INFO E| Updating crates.io index
27002026-05-28T16:58:45.152Z[ helios-setup] May 28 16:58:44.611 INFO E| Downloading crates ...
27012026-05-28T16:58:45.209Z[ helios-setup] May 28 16:58:44.669 INFO E| Downloaded anstyle-query v1.1.4
27022026-05-28T16:58:45.212Z[ helios-setup] May 28 16:58:44.672 INFO E| Downloaded generic-array v0.14.9
27032026-05-28T16:58:45.223Z[ helios-setup] May 28 16:58:44.683 INFO E| Downloaded time-core v0.1.6
27042026-05-28T16:58:45.226Z[ helios-setup] May 28 16:58:44.683 INFO E| Downloaded memchr v2.7.6
27052026-05-28T16:58:45.229Z[ helios-setup] May 28 16:58:44.688 INFO E| Downloaded base64ct v1.8.0
27062026-05-28T16:58:45.232Z[ helios-setup] May 28 16:58:44.690 INFO E| Downloaded ryu v1.0.20
27072026-05-28T16:58:45.232Z[ helios-setup] May 28 16:58:44.691 INFO E| Downloaded bitfield-macros v0.19.3
27082026-05-28T16:58:45.238Z[ helios-setup] May 28 16:58:44.698 INFO E| Downloaded futures v0.3.31
27092026-05-28T16:58:45.242Z[ helios-setup] May 28 16:58:44.702 INFO E| Downloaded clap_lex v0.7.6
27102026-05-28T16:58:45.244Z[ helios-setup] May 28 16:58:44.703 INFO E| Downloaded clap_derive v4.5.49
27112026-05-28T16:58:45.244Z[ helios-setup] May 28 16:58:44.704 INFO E| Downloaded clap v4.5.51
27122026-05-28T16:58:45.249Z[ helios-setup] May 28 16:58:44.709 INFO E| Downloaded signal-hook-registry v1.4.6
27132026-05-28T16:58:45.263Z[ helios-setup] May 28 16:58:44.723 INFO E| Downloaded libm v0.2.15
27142026-05-28T16:58:45.271Z[ helios-setup] May 28 16:58:44.730 INFO E| Downloaded futures-core v0.3.31
27152026-05-28T16:58:45.274Z[ helios-setup] May 28 16:58:44.731 INFO E| Downloaded futures-sink v0.3.31
27162026-05-28T16:58:45.284Z[ helios-setup] May 28 16:58:44.744 INFO E| Downloaded env_filter v0.1.4
27172026-05-28T16:58:45.287Z[ helios-setup] May 28 16:58:44.745 INFO E| Downloaded simd-adler32 v0.3.7
27182026-05-28T16:58:45.287Z[ helios-setup] May 28 16:58:44.747 INFO E| Downloaded futures-macro v0.3.31
27192026-05-28T16:58:45.291Z[ helios-setup] May 28 16:58:44.751 INFO E| Downloaded slab v0.4.11
27202026-05-28T16:58:45.294Z[ helios-setup] May 28 16:58:44.753 INFO E| Downloaded quote v1.0.41
27212026-05-28T16:58:45.297Z[ helios-setup] May 28 16:58:44.755 INFO E| Downloaded toml_datetime v0.7.3
27222026-05-28T16:58:45.306Z[ helios-setup] May 28 16:58:44.766 INFO E| Downloaded futures-task v0.3.31
27232026-05-28T16:58:45.313Z[ helios-setup] May 28 16:58:44.773 INFO E| Downloaded zeroize_derive v1.4.2
27242026-05-28T16:58:45.320Z[ helios-setup] May 28 16:58:44.780 INFO E| Downloaded libdevinfo-sys v1.1.0
27252026-05-28T16:58:45.330Z[ helios-setup] May 28 16:58:44.790 INFO E| Downloaded serde_spanned v1.0.3
27262026-05-28T16:58:45.333Z[ helios-setup] May 28 16:58:44.793 INFO E| Downloaded futures-io v0.3.31
27272026-05-28T16:58:45.336Z[ helios-setup] May 28 16:58:44.796 INFO E| Downloaded tokio-macros v2.6.0
27282026-05-28T16:58:45.339Z[ helios-setup] May 28 16:58:44.799 INFO E| Downloaded find-msvc-tools v0.1.4
27292026-05-28T16:58:45.343Z[ helios-setup] May 28 16:58:44.803 INFO E| Downloaded itoa v1.0.15
27302026-05-28T16:58:45.346Z[ helios-setup] May 28 16:58:44.806 INFO E| Downloaded devinfo v0.1.0
27312026-05-28T16:58:45.350Z[ helios-setup] May 28 16:58:44.809 INFO E| Downloaded env_logger v0.11.8
27322026-05-28T16:58:45.356Z[ helios-setup] May 28 16:58:44.816 INFO E| Downloaded futures-channel v0.3.31
27332026-05-28T16:58:45.359Z[ helios-setup] May 28 16:58:44.817 INFO E| Downloaded crc v3.3.0
27342026-05-28T16:58:45.363Z[ helios-setup] May 28 16:58:44.823 INFO E| Downloaded getopts v0.2.24
27352026-05-28T16:58:45.369Z[ helios-setup] May 28 16:58:44.829 INFO E| Downloaded rand v0.8.5
27362026-05-28T16:58:45.379Z[ helios-setup] May 28 16:58:44.839 INFO E| Downloaded log v0.4.28
27372026-05-28T16:58:45.383Z[ helios-setup] May 28 16:58:44.840 INFO E| Downloaded toml_writer v1.0.4
27382026-05-28T16:58:45.383Z[ helios-setup] May 28 16:58:44.841 INFO E| Downloaded pin-project-lite v0.2.16
27392026-05-28T16:58:45.385Z[ helios-setup] May 28 16:58:44.844 INFO E| Downloaded deranged v0.5.5
27402026-05-28T16:58:45.385Z[ helios-setup] May 28 16:58:44.845 INFO E| Downloaded futures-executor v0.3.31
27412026-05-28T16:58:45.388Z[ helios-setup] May 28 16:58:44.846 INFO E| Downloaded toml_parser v1.0.4
27422026-05-28T16:58:45.388Z[ helios-setup] May 28 16:58:44.847 INFO E| Downloaded thiserror v2.0.17
27432026-05-28T16:58:45.392Z[ helios-setup] May 28 16:58:44.851 INFO E| Downloaded time-macros v0.2.24
27442026-05-28T16:58:45.392Z[ helios-setup] May 28 16:58:44.852 INFO E| Downloaded bitflags v2.10.0
27452026-05-28T16:58:45.395Z[ helios-setup] May 28 16:58:44.854 INFO E| Downloaded getrandom v0.2.16
27462026-05-28T16:58:45.401Z[ helios-setup] May 28 16:58:44.859 INFO E| Downloaded socket2 v0.6.1
27472026-05-28T16:58:45.404Z[ helios-setup] May 28 16:58:44.860 INFO E| Downloaded term v1.2.0
27482026-05-28T16:58:45.404Z[ helios-setup] May 28 16:58:44.862 INFO E| Downloaded thiserror-impl v2.0.17
27492026-05-28T16:58:45.410Z[ helios-setup] May 28 16:58:44.870 INFO E| Downloaded anyhow v1.0.100
27502026-05-28T16:58:45.415Z[ helios-setup] May 28 16:58:44.875 INFO E| Downloaded unicode-ident v1.0.22
27512026-05-28T16:58:45.418Z[ helios-setup] May 28 16:58:44.877 INFO E| Downloaded toml v0.9.8
27522026-05-28T16:58:45.422Z[ helios-setup] May 28 16:58:44.879 INFO E| Downloaded bitfield v0.19.3
27532026-05-28T16:58:45.423Z[ helios-setup] May 28 16:58:44.880 INFO E| Downloaded mio v1.1.0
27542026-05-28T16:58:45.426Z[ helios-setup] May 28 16:58:44.883 INFO E| Downloaded iana-time-zone v0.1.64
27552026-05-28T16:58:45.442Z[ helios-setup] May 28 16:58:44.901 INFO E| Downloaded zerocopy-derive v0.8.27
27562026-05-28T16:58:45.446Z[ helios-setup] May 28 16:58:44.906 INFO E| Downloaded uuid v1.18.1
27572026-05-28T16:58:45.477Z[ helios-setup] May 28 16:58:44.936 INFO E| Downloaded proc-macro2 v1.0.103
27582026-05-28T16:58:45.480Z[ helios-setup] May 28 16:58:44.939 INFO E| Downloaded serde_json v1.0.145
27592026-05-28T16:58:45.484Z[ helios-setup] May 28 16:58:44.943 INFO E| Downloaded toml_edit v0.23.7
27602026-05-28T16:58:45.486Z[ helios-setup] May 28 16:58:44.946 INFO E| Downloaded rsa v0.9.8
27612026-05-28T16:58:45.489Z[ helios-setup] May 28 16:58:44.949 INFO E| Downloaded cc v1.2.44
27622026-05-28T16:58:45.492Z[ helios-setup] May 28 16:58:44.952 INFO E| Downloaded indexmap v2.12.0
27632026-05-28T16:58:45.495Z[ helios-setup] May 28 16:58:44.955 INFO E| Downloaded iddqd v0.3.14
27642026-05-28T16:58:45.499Z[ helios-setup] May 28 16:58:44.959 INFO E| Downloaded bytes v1.10.1
27652026-05-28T16:58:45.502Z[ helios-setup] May 28 16:58:44.962 INFO E| Downloaded num-bigint-dig v0.8.4
27662026-05-28T16:58:45.505Z[ helios-setup] May 28 16:58:44.965 INFO E| Downloaded flate2 v1.1.5
27672026-05-28T16:58:45.538Z[ helios-setup] May 28 16:58:44.997 INFO E| Downloaded time v0.3.44
27682026-05-28T16:58:45.543Z[ helios-setup] May 28 16:58:45.003 INFO E| Downloaded hashbrown v0.16.0
27692026-05-28T16:58:45.572Z[ helios-setup] May 28 16:58:45.031 INFO E| Downloaded winnow v0.7.13
27702026-05-28T16:58:45.588Z[ helios-setup] May 28 16:58:45.047 INFO E| Downloaded futures-util v0.3.31
27712026-05-28T16:58:45.602Z[ helios-setup] May 28 16:58:45.060 INFO E| Downloaded clap_builder v4.5.51
27722026-05-28T16:58:45.622Z[ helios-setup] May 28 16:58:45.081 INFO E| Downloaded zerocopy v0.8.27
27732026-05-28T16:58:45.635Z[ helios-setup] May 28 16:58:45.095 INFO E| Downloaded unicode-width v0.2.2
27742026-05-28T16:58:45.639Z[ helios-setup] May 28 16:58:45.099 INFO E| Downloaded syn v2.0.108
27752026-05-28T16:58:45.646Z[ helios-setup] May 28 16:58:45.106 INFO E| Downloaded chrono v0.4.42
27762026-05-28T16:58:45.677Z[ helios-setup] May 28 16:58:45.136 INFO E| Downloaded rustix v1.1.2
27772026-05-28T16:58:45.720Z[ helios-setup] May 28 16:58:45.179 INFO E| Downloaded libc v0.2.177
27782026-05-28T16:58:45.753Z[ helios-setup] May 28 16:58:45.213 INFO E| Downloaded tokio v1.48.0
27792026-05-28T16:58:45.844Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling proc-macro2 v1.0.103
27802026-05-28T16:58:45.844Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling unicode-ident v1.0.22
27812026-05-28T16:58:45.844Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling quote v1.0.41
27822026-05-28T16:58:45.847Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling libc v0.2.177
27832026-05-28T16:58:45.847Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling serde_core v1.0.228
27842026-05-28T16:58:45.847Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling cfg-if v1.0.4
27852026-05-28T16:58:45.847Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling serde v1.0.228
27862026-05-28T16:58:45.847Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling version_check v0.9.5
27872026-05-28T16:58:45.848Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling autocfg v1.5.0
27882026-05-28T16:58:45.848Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling const-oid v0.9.6
27892026-05-28T16:58:45.848Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling typenum v1.19.0
27902026-05-28T16:58:45.848Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling libm v0.2.15
27912026-05-28T16:58:45.848Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling zerocopy v0.8.27
27922026-05-28T16:58:45.848Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling rustversion v1.0.22
27932026-05-28T16:58:45.848Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling base64ct v1.8.0
27942026-05-28T16:58:45.848Z[ helios-setup] May 28 16:58:45.303 INFO E| Compiling zeroize v1.8.2
27952026-05-28T16:58:46.185Z[ helios-setup] May 28 16:58:45.644 INFO E| Compiling smallvec v1.15.1
27962026-05-28T16:58:46.405Z[ helios-setup] May 28 16:58:45.865 INFO E| Compiling byteorder v1.5.0
27972026-05-28T16:58:46.432Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27982026-05-28T16:58:46.479Z[ helios-setup] May 28 16:58:45.938 INFO E| Compiling pem-rfc7468 v0.7.0
27992026-05-28T16:58:46.585Z[ helios-setup] May 28 16:58:46.045 INFO E| Compiling hashbrown v0.16.0
28002026-05-28T16:58:46.606Z[ helios-setup] May 28 16:58:46.062 INFO E| Compiling num-traits v0.2.19
28012026-05-28T16:58:46.658Z[ helios-setup] May 28 16:58:46.118 INFO E| Compiling generic-array v0.14.9
28022026-05-28T16:58:46.671Z[ helios-setup] May 28 16:58:46.130 INFO E| Compiling anyhow v1.0.100
28032026-05-28T16:58:46.702Z[ helios-setup] May 28 16:58:46.162 INFO E| Compiling crc32fast v1.5.0
28042026-05-28T16:58:46.769Z[ helios-setup] May 28 16:58:46.229 INFO E| Compiling memchr v2.7.6
28052026-05-28T16:58:46.799Z[ helios-setup] May 28 16:58:46.259 INFO E| Compiling utf8parse v0.2.2
28062026-05-28T16:58:46.994Z[ helios-setup] May 28 16:58:46.453 INFO E| Compiling flagset v0.4.7
28072026-05-28T16:58:47.056Z[ helios-setup] May 28 16:58:46.515 INFO E| Compiling rustix v1.1.2
28082026-05-28T16:58:47.105Z[ helios-setup] May 28 16:58:46.564 INFO E| Compiling equivalent v1.0.2
28092026-05-28T16:58:47.259Z[ helios-setup] May 28 16:58:46.718 INFO E| Compiling winnow v0.7.13
28102026-05-28T16:58:47.305Z[ helios-setup] May 28 16:58:46.765 INFO E| Compiling getrandom v0.2.16
28112026-05-28T16:58:47.323Z[ helios-setup] May 28 16:58:46.783 INFO E| Compiling indexmap v2.12.0
28122026-05-28T16:58:47.326Z[ helios-setup] May 28 16:58:46.783 INFO E| Compiling errno v0.3.14
28132026-05-28T16:58:47.486Z[ helios-setup] May 28 16:58:46.946 INFO E| Compiling rand_core v0.6.4
28142026-05-28T16:58:47.545Z[ helios-setup] May 28 16:58:47.004 INFO E| Compiling anstyle-parse v0.2.7
28152026-05-28T16:58:47.567Z[ helios-setup] May 28 16:58:47.027 INFO E| Compiling find-msvc-tools v0.1.4
28162026-05-28T16:58:47.583Z[ helios-setup] May 28 16:58:47.043 INFO E| Compiling syn v1.0.109
28172026-05-28T16:58:47.639Z[ helios-setup] May 28 16:58:47.095 INFO E| Compiling anstyle v1.0.13
28182026-05-28T16:58:48.054Z[ helios-setup] May 28 16:58:47.513 INFO E| Compiling syn v2.0.108
28192026-05-28T16:58:48.080Z[ helios-setup] May 28 16:58:47.540 INFO E| Compiling shlex v1.3.0
28202026-05-28T16:58:48.100Z[ helios-setup] May 28 16:58:47.560 INFO E| Compiling toml_datetime v0.7.3
28212026-05-28T16:58:48.107Z[ helios-setup] May 28 16:58:47.566 INFO E| Compiling cpufeatures v0.2.17
28222026-05-28T16:58:48.176Z[ helios-setup] May 28 16:58:47.635 INFO E| Compiling is_terminal_polyfill v1.70.2
28232026-05-28T16:58:48.182Z[ helios-setup] May 28 16:58:47.642 INFO E| Compiling anstyle-query v1.1.4
28242026-05-28T16:58:48.213Z[ helios-setup] May 28 16:58:47.672 INFO E| Compiling colorchoice v1.0.4
28252026-05-28T16:58:48.280Z[ helios-setup] May 28 16:58:47.740 INFO E| Compiling allocator-api2 v0.2.21
28262026-05-28T16:58:48.296Z[ helios-setup] May 28 16:58:47.756 INFO E| Compiling radium v0.7.0
28272026-05-28T16:58:48.317Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28282026-05-28T16:58:48.346Z[ helios-setup] May 28 16:58:47.806 INFO E| Compiling anstream v0.6.21
28292026-05-28T16:58:48.378Z[ helios-setup] May 28 16:58:47.838 INFO E| Compiling cc v1.2.44
28302026-05-28T16:58:48.400Z[ helios-setup] May 28 16:58:47.860 INFO E| Compiling slog v2.8.2
28312026-05-28T16:58:48.501Z[ helios-setup] May 28 16:58:47.961 INFO E| Compiling futures-core v0.3.31
28322026-05-28T16:58:48.508Z[ helios-setup] May 28 16:58:47.967 INFO E| Compiling pin-project-lite v0.2.16
28332026-05-28T16:58:48.655Z[ helios-setup] May 28 16:58:48.082 INFO E| Compiling futures-sink v0.3.31
28342026-05-28T16:58:48.672Z[ helios-setup] May 28 16:58:48.131 INFO E| Compiling tap v1.0.1
28352026-05-28T16:58:48.672Z[ helios-setup] May 28 16:58:48.131 INFO E| Compiling parking_lot_core v0.9.12
28362026-05-28T16:58:48.704Z[ helios-setup] May 28 16:58:48.164 INFO E| Compiling maybe-uninit v2.0.0
28372026-05-28T16:58:48.770Z[ helios-setup] May 28 16:58:48.230 INFO E| Compiling unicode-width v0.2.2
28382026-05-28T16:58:48.802Z[ helios-setup] May 28 16:58:48.262 INFO E| Compiling pkg-config v0.3.32
28392026-05-28T16:58:48.836Z[ helios-setup] May 28 16:58:48.295 INFO E| Compiling wyz v0.5.1
28402026-05-28T16:58:48.908Z[ helios-setup] May 28 16:58:48.368 INFO E| Compiling num-integer v0.1.46
28412026-05-28T16:58:49.085Z[ helios-setup] May 28 16:58:48.545 INFO E| Compiling crypto-common v0.1.6
28422026-05-28T16:58:49.111Z[ helios-setup] May 28 16:58:48.568 INFO E| Compiling block-buffer v0.10.4
28432026-05-28T16:58:49.129Z[ helios-setup] May 28 16:58:48.589 INFO E| Compiling futures-channel v0.3.31
28442026-05-28T16:58:49.279Z[ helios-setup] May 28 16:58:48.738 INFO E| Compiling digest v0.10.7
28452026-05-28T16:58:49.293Z[ helios-setup] May 28 16:58:48.753 INFO E| Compiling getopts v0.2.24
28462026-05-28T16:58:49.338Z[ helios-setup] May 28 16:58:48.797 INFO E| Compiling ahash v0.8.12
28472026-05-28T16:58:49.391Z[ helios-setup] May 28 16:58:48.850 INFO E| Compiling clap_lex v0.7.6
28482026-05-28T16:58:49.402Z[ helios-setup] May 28 16:58:48.862 INFO E| Compiling bytes v1.10.1
28492026-05-28T16:58:49.449Z[ helios-setup] May 28 16:58:48.909 INFO E| Compiling futures-task v0.3.31
28502026-05-28T16:58:49.468Z[ helios-setup] May 28 16:58:48.928 INFO E| Compiling spin v0.9.8
28512026-05-28T16:58:49.524Z[ helios-setup] May 28 16:58:48.983 INFO E| Compiling sha2 v0.10.9
28522026-05-28T16:58:49.535Z[ helios-setup] May 28 16:58:48.995 INFO E| Compiling futures-io v0.3.31
28532026-05-28T16:58:49.543Z[ helios-setup] May 28 16:58:49.003 INFO E| Compiling toml_parser v1.0.4
28542026-05-28T16:58:49.634Z[ helios-setup] May 28 16:58:49.093 INFO E| Compiling itoa v1.0.15
28552026-05-28T16:58:49.643Z[ helios-setup] May 28 16:58:49.103 INFO E| Compiling pin-utils v0.1.0
28562026-05-28T16:58:49.668Z[ helios-setup] May 28 16:58:49.127 INFO E| Compiling funty v2.0.0
28572026-05-28T16:58:49.674Z[ helios-setup] May 28 16:58:49.134 INFO E| Compiling scopeguard v1.2.0
28582026-05-28T16:58:49.677Z[ helios-setup] May 28 16:58:49.134 INFO E| Compiling num-bigint-dig v0.8.4
28592026-05-28T16:58:49.731Z[ helios-setup] May 28 16:58:49.191 INFO E| Compiling bitflags v2.10.0
28602026-05-28T16:58:49.756Z[ helios-setup] May 28 16:58:49.216 INFO E| Compiling heck v0.5.0
28612026-05-28T16:58:49.826Z[ helios-setup] May 28 16:58:49.286 INFO E| Compiling getrandom v0.3.4
28622026-05-28T16:58:49.834Z[ helios-setup] May 28 16:58:49.293 INFO E| Compiling slab v0.4.11
28632026-05-28T16:58:49.851Z[ helios-setup] May 28 16:58:49.311 INFO E| Compiling strsim v0.11.1
28642026-05-28T16:58:49.858Z[ helios-setup] May 28 16:58:49.317 INFO E| Compiling num-conv v0.1.0
28652026-05-28T16:58:49.985Z[ helios-setup] May 28 16:58:49.445 INFO E| Compiling toml_edit v0.23.7
28662026-05-28T16:58:50.008Z[ helios-setup] May 28 16:58:49.467 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28672026-05-28T16:58:50.014Z[ helios-setup] May 28 16:58:49.473 INFO E| Compiling time-core v0.1.6
28682026-05-28T16:58:50.020Z[ helios-setup] May 28 16:58:49.480 INFO E| Compiling packed_struct v0.10.1
28692026-05-28T16:58:50.072Z[ helios-setup] May 28 16:58:49.532 INFO E| Compiling powerfmt v0.2.0
28702026-05-28T16:58:50.249Z[ helios-setup] May 28 16:58:49.709 INFO E| Compiling thiserror v1.0.69
28712026-05-28T16:58:50.263Z[ helios-setup] May 28 16:58:49.722 INFO E| Compiling time-macros v0.2.24
28722026-05-28T16:58:50.381Z[ helios-setup] May 28 16:58:49.841 INFO E| Compiling deranged v0.5.5
28732026-05-28T16:58:50.395Z[ helios-setup] May 28 16:58:49.855 INFO E| Compiling bitvec v1.0.1
28742026-05-28T16:58:50.416Z[ helios-setup] May 28 16:58:49.875 INFO E| Compiling lock_api v0.4.14
28752026-05-28T16:58:50.540Z[ helios-setup] May 28 16:58:50.000 INFO E| Compiling lazy_static v1.5.0
28762026-05-28T16:58:50.567Z[ helios-setup] May 28 16:58:50.027 INFO E| Compiling terminal_size v0.4.3
28772026-05-28T16:58:50.573Z[ helios-setup] May 28 16:58:50.033 INFO E| Compiling num-iter v0.1.45
28782026-05-28T16:58:50.673Z[ helios-setup] May 28 16:58:50.133 INFO E| Compiling proc-macro-crate v3.4.0
28792026-05-28T16:58:50.768Z[ helios-setup] May 28 16:58:50.228 INFO E| Compiling clap_builder v4.5.51
28802026-05-28T16:58:50.903Z[ helios-setup] May 28 16:58:50.362 INFO E| Compiling indexmap v1.9.3
28812026-05-28T16:58:50.909Z[ helios-setup] May 28 16:58:50.369 INFO E| Compiling nodrop v0.1.14
28822026-05-28T16:58:51.010Z[ helios-setup] May 28 16:58:50.469 INFO E| Compiling iana-time-zone v0.1.64
28832026-05-28T16:58:51.029Z[ helios-setup] May 28 16:58:50.489 INFO E| Compiling thiserror v2.0.17
28842026-05-28T16:58:51.111Z[ helios-setup] May 28 16:58:50.571 INFO E| Compiling serde_json v1.0.145
28852026-05-28T16:58:51.142Z[ helios-setup] May 28 16:58:50.602 INFO E| Compiling log v0.4.28
28862026-05-28T16:58:51.175Z[ helios-setup] May 28 16:58:50.635 INFO E| Compiling adler2 v2.0.1
28872026-05-28T16:58:51.269Z[ helios-setup] May 28 16:58:50.729 INFO E| Compiling simd-adler32 v0.3.7
28882026-05-28T16:58:51.470Z[ helios-setup] May 28 16:58:50.930 INFO E| Compiling crc-catalog v2.4.0
28892026-05-28T16:58:51.480Z[ helios-setup] May 28 16:58:50.940 INFO E| Compiling once_cell v1.21.3
28902026-05-28T16:58:51.624Z[ helios-setup] May 28 16:58:51.083 INFO E| Compiling crc v3.3.0
28912026-05-28T16:58:51.683Z[ helios-setup] May 28 16:58:51.141 INFO E| Compiling miniz_oxide v0.8.9
28922026-05-28T16:58:51.702Z[ helios-setup] May 28 16:58:51.161 INFO E| Compiling env_filter v0.1.4
28932026-05-28T16:58:51.741Z[ helios-setup] May 28 16:58:51.200 INFO E| Compiling chrono v0.4.42
28942026-05-28T16:58:51.758Z[ helios-setup] May 28 16:58:51.217 INFO E| Compiling parking_lot v0.12.5
28952026-05-28T16:58:51.898Z[ helios-setup] May 28 16:58:51.358 INFO E| Compiling array-init v0.0.4
28962026-05-28T16:58:52.014Z[ helios-setup] May 28 16:58:51.474 INFO E| Compiling smallvec v0.6.14
28972026-05-28T16:58:52.282Z[ helios-setup] May 28 16:58:51.742 INFO E| Compiling serde_spanned v1.0.3
28982026-05-28T16:58:52.338Z[ helios-setup] May 28 16:58:51.797 INFO E| Compiling time v0.3.44
28992026-05-28T16:58:52.370Z[ helios-setup] May 28 16:58:51.829 INFO E| Compiling signature v2.2.0
29002026-05-28T16:58:52.426Z[ helios-setup] May 28 16:58:51.885 INFO E| Compiling mio v1.1.0
29012026-05-28T16:58:52.477Z[ helios-setup] May 28 16:58:51.937 INFO E| Compiling is-terminal v0.4.17
29022026-05-28T16:58:52.587Z[ helios-setup] May 28 16:58:52.046 INFO E| Compiling socket2 v0.6.1
29032026-05-28T16:58:52.592Z[ helios-setup] May 28 16:58:52.052 INFO E| Compiling signal-hook-registry v1.4.6
29042026-05-28T16:58:52.650Z[ helios-setup] May 28 16:58:52.109 INFO E| Compiling thread_local v1.1.9
29052026-05-28T16:58:52.721Z[ helios-setup] May 28 16:58:52.180 INFO E| Compiling subtle v2.6.1
29062026-05-28T16:58:52.872Z[ helios-setup] May 28 16:58:52.331 INFO E| Compiling term v1.2.0
29072026-05-28T16:58:52.875Z[ helios-setup] May 28 16:58:52.332 INFO E| Compiling packed_struct_codegen v0.10.1
29082026-05-28T16:58:52.893Z[ helios-setup] May 28 16:58:52.353 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29092026-05-28T16:58:53.041Z[ helios-setup] May 28 16:58:52.501 INFO E| Compiling libdevinfo-sys v1.1.0
29102026-05-28T16:58:53.158Z[ helios-setup] May 28 16:58:52.617 INFO E| Compiling hashbrown v0.12.3
29112026-05-28T16:58:53.191Z[ helios-setup] May 28 16:58:52.647 INFO E| Compiling base64 v0.21.7
29122026-05-28T16:58:53.205Z[ helios-setup] May 28 16:58:52.665 INFO E| Compiling toml_writer v1.0.4
29132026-05-28T16:58:53.234Z[ helios-setup] May 28 16:58:52.694 INFO E| Compiling ryu v1.0.20
29142026-05-28T16:58:53.241Z[ helios-setup] May 28 16:58:52.701 INFO E| Compiling winnow v0.5.40
29152026-05-28T16:58:53.328Z[ helios-setup] May 28 16:58:52.788 INFO E| Compiling bzip2 v0.4.4
29162026-05-28T16:58:53.343Z[ helios-setup] May 28 16:58:52.802 INFO E| Compiling serde_derive v1.0.228
29172026-05-28T16:58:53.368Z[ helios-setup] May 28 16:58:52.828 INFO E| Compiling zerocopy-derive v0.8.27
29182026-05-28T16:58:53.480Z[ helios-setup] May 28 16:58:52.939 INFO E| Compiling der_derive v0.7.3
29192026-05-28T16:58:53.486Z[ helios-setup] May 28 16:58:52.946 INFO E| Compiling futures-macro v0.3.31
29202026-05-28T16:58:53.515Z[ helios-setup] May 28 16:58:52.975 INFO E| Compiling zerocopy-derive v0.6.6
29212026-05-28T16:58:53.547Z[ helios-setup] May 28 16:58:53.006 INFO E| Compiling num_enum_derive v0.7.5
29222026-05-28T16:58:53.593Z[ helios-setup] May 28 16:58:53.052 INFO E| Compiling bitfield-macros v0.19.3
29232026-05-28T16:58:53.709Z[ helios-setup] May 28 16:58:53.169 INFO E| Compiling clap_derive v4.5.49
29242026-05-28T16:58:53.789Z[ helios-setup] May 28 16:58:53.248 INFO E| Compiling thiserror-impl v1.0.69
29252026-05-28T16:58:54.007Z[ helios-setup] May 28 16:58:53.466 INFO E| Compiling thiserror-impl v2.0.17
29262026-05-28T16:58:54.174Z[ helios-setup] May 28 16:58:53.634 INFO E| Compiling tokio-macros v2.6.0
29272026-05-28T16:58:54.413Z[ helios-setup] May 28 16:58:53.872 INFO E| Compiling futures-util v0.3.31
29282026-05-28T16:58:54.421Z[ helios-setup] May 28 16:58:53.881 INFO E| Compiling zerocopy v0.6.6
29292026-05-28T16:58:54.510Z[ helios-setup] May 28 16:58:53.969 INFO E| Compiling bitfield v0.19.3
29302026-05-28T16:58:54.546Z[ helios-setup] May 28 16:58:54.006 INFO E| Compiling der v0.7.10
29312026-05-28T16:58:54.790Z[ helios-setup] May 28 16:58:54.250 INFO E| Compiling num_enum v0.7.5
29322026-05-28T16:58:54.833Z[ helios-setup] May 28 16:58:54.293 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29332026-05-28T16:58:54.833Z[ helios-setup] May 28 16:58:54.293 INFO E| Compiling toml v0.9.8
29342026-05-28T16:58:54.976Z[ helios-setup] May 28 16:58:54.436 INFO E| Compiling devinfo v0.1.0
29352026-05-28T16:58:54.983Z[ helios-setup] May 28 16:58:54.443 INFO E| Compiling uuid v1.18.1
29362026-05-28T16:58:55.060Z[ helios-setup] May 28 16:58:54.520 INFO E| Compiling tokio v1.48.0
29372026-05-28T16:58:55.078Z[ helios-setup] May 28 16:58:54.537 INFO E| Compiling flate2 v1.1.5
29382026-05-28T16:58:55.251Z[ helios-setup] May 28 16:58:54.711 INFO E| Compiling env_logger v0.11.8
29392026-05-28T16:58:55.339Z[ helios-setup] May 28 16:58:54.798 INFO E| Compiling rustc-hash v2.1.1
29402026-05-28T16:58:55.474Z[ helios-setup] May 28 16:58:54.934 INFO E| Compiling crc-any v2.5.0
29412026-05-28T16:58:55.490Z[ helios-setup] May 28 16:58:54.950 INFO E| Compiling foldhash v0.2.0
29422026-05-28T16:58:55.494Z[ helios-setup] May 28 16:58:54.951 INFO E| Compiling hex v0.4.3
29432026-05-28T16:58:55.502Z[ helios-setup] May 28 16:58:54.962 INFO E| Compiling clap v4.5.51
29442026-05-28T16:58:55.558Z[ helios-setup] May 28 16:58:55.016 INFO E| Compiling bitflags v1.3.2
29452026-05-28T16:58:55.603Z[ helios-setup] May 28 16:58:55.063 INFO E| Compiling spki v0.7.3
29462026-05-28T16:58:55.645Z[ helios-setup] May 28 16:58:55.105 INFO E| Compiling iddqd v0.3.14
29472026-05-28T16:58:55.706Z[ helios-setup] May 28 16:58:55.165 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29482026-05-28T16:58:55.804Z[ helios-setup] May 28 16:58:55.263 INFO E| Compiling pkcs8 v0.10.2
29492026-05-28T16:58:55.810Z[ helios-setup] May 28 16:58:55.270 INFO E| Compiling x509-cert v0.2.5
29502026-05-28T16:58:55.947Z[ helios-setup] May 28 16:58:55.406 INFO E| Compiling zip v0.6.6
29512026-05-28T16:58:55.983Z[ helios-setup] May 28 16:58:55.443 INFO E| Compiling pkcs1 v0.7.5
29522026-05-28T16:58:56.144Z[ helios-setup] May 28 16:58:55.604 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29532026-05-28T16:58:56.387Z[ helios-setup] May 28 16:58:55.847 INFO E| Compiling path-slash v0.1.5
29542026-05-28T16:58:56.553Z[ helios-setup] May 28 16:58:56.011 INFO E| Compiling ppv-lite86 v0.2.21
29552026-05-28T16:58:56.779Z[ helios-setup] May 28 16:58:56.238 INFO E| Compiling erased-serde v0.3.31
29562026-05-28T16:58:56.921Z[ helios-setup] May 28 16:58:56.381 INFO E| Compiling rand_chacha v0.3.1
29572026-05-28T16:58:56.948Z[ helios-setup] May 28 16:58:56.408 INFO E| Compiling futures-executor v0.3.31
29582026-05-28T16:58:56.949Z[ helios-setup] May 28 16:58:56.408 INFO E| Compiling toml_datetime v0.6.11
29592026-05-28T16:58:57.073Z[ helios-setup] May 28 16:58:56.533 INFO E| Compiling serde_spanned v0.6.9
29602026-05-28T16:58:57.179Z[ helios-setup] May 28 16:58:56.639 INFO E| Compiling rand v0.8.5
29612026-05-28T16:58:57.186Z[ helios-setup] May 28 16:58:56.646 INFO E| Compiling toml_edit v0.19.15
29622026-05-28T16:58:57.250Z[ helios-setup] May 28 16:58:56.710 INFO E| Compiling futures v0.3.31
29632026-05-28T16:58:57.341Z[ helios-setup] May 28 16:58:56.800 INFO E| Compiling hashbrown v0.13.2
29642026-05-28T16:58:57.394Z[ helios-setup] May 28 16:58:56.853 INFO E| Compiling ron v0.8.1
29652026-05-28T16:58:57.402Z[ helios-setup] May 28 16:58:56.861 INFO E| Compiling serde-hex v0.1.0
29662026-05-28T16:58:57.568Z[ helios-setup] May 28 16:58:57.027 INFO E| Compiling slog-term v2.9.2
29672026-05-28T16:58:57.641Z[ helios-setup] May 28 16:58:57.100 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
29682026-05-28T16:58:58.039Z[ helios-setup] May 28 16:58:57.498 INFO E| Compiling object v0.30.4
29692026-05-28T16:58:58.244Z[ helios-setup] May 28 16:58:57.703 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29702026-05-28T16:58:58.689Z[ helios-setup] May 28 16:58:58.148 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
29712026-05-28T16:58:58.912Z[ helios-setup] May 28 16:58:58.372 INFO E| Compiling rsa v0.9.8
29722026-05-28T16:58:58.950Z[ helios-setup] May 28 16:58:58.409 INFO E| Compiling toml v0.7.8
29732026-05-28T16:58:59.623Z[ helios-setup] May 28 16:58:59.082 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29742026-05-28T16:58:59.658Z[ helios-setup] May 28 16:58:59.118 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
29752026-05-28T16:59:03.418Z[ omicron-package] Finished `release` profile [optimized] target(s) in 52.71s
29762026-05-28T16:59:03.643Z[ omicron-package]
29772026-05-28T16:59:03.643Z[ omicron-package] real 52.884567558
29782026-05-28T16:59:03.643Z[ omicron-package] user 5:28.439249243
29792026-05-28T16:59:03.647Z[ omicron-package] sys 29.283348731
29802026-05-28T16:59:03.647Z[ omicron-package] trap 0.574355604
29812026-05-28T16:59:03.647Z[ omicron-package] tflt 0.956855955
29822026-05-28T16:59:03.647Z[ omicron-package] dflt 3.408676117
29832026-05-28T16:59:03.647Z[ omicron-package] kflt 0.003515814
29842026-05-28T16:59:03.647Z[ omicron-package] lock 13:28.619468646
29852026-05-28T16:59:03.647Z[ omicron-package] slp 7:38.155769726
29862026-05-28T16:59:03.647Z[ omicron-package] lat 1:18.165744388
29872026-05-28T16:59:03.647Z[ omicron-package] stop 1:12.665087222
29882026-05-28T16:59:03.647ZMay 28 16:59:03.104 INFO [omicron-package] process exited with exit status: 0 (52.942471726s)
29892026-05-28T16:59:03.647ZMay 28 16:59:03.104 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29902026-05-28T16:59:03.647ZMay 28 16:59:03.105 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29912026-05-28T16:59:03.658Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29922026-05-28T16:59:03.661Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29932026-05-28T16:59:03.661Z[ recovery-target] Created new build target 'recovery' and set it as active
29942026-05-28T16:59:03.661Z[ host-target] Created new build target 'host' and set it as active
29952026-05-28T16:59:03.664ZMay 28 16:59:03.122 INFO [host-target] process exited with exit status: 0 (17.755308ms)
29962026-05-28T16:59:03.664ZMay 28 16:59:03.122 INFO [recovery-target] process exited with exit status: 0 (17.333617ms)
29972026-05-28T16:59:03.664ZMay 28 16:59:03.122 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29982026-05-28T16:59:03.669Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29992026-05-28T16:59:03.724Z[ helios-setup] May 28 16:59:03.183 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30002026-05-28T16:59:04.643Z[ helios-setup] May 28 16:59:04.102 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
30012026-05-28T16:59:05.298Z[ host-package] Compiling ring v0.17.14
30022026-05-28T16:59:05.614Z[ host-package] Compiling heck v0.5.0
30032026-05-28T16:59:05.617Z[ host-package] Compiling regress v0.11.1
30042026-05-28T16:59:05.697Z[ host-package] Compiling unsafe-libyaml v0.2.11
30052026-05-28T16:59:05.778Z[ host-package] Compiling regress v0.10.5
30062026-05-28T16:59:05.803Z[ host-package] Compiling is-terminal v0.4.17
30072026-05-28T16:59:05.806Z[ host-package] Compiling unicode-width v0.1.14
30082026-05-28T16:59:05.806Z[ host-package] Compiling prettyplease v0.2.37
30092026-05-28T16:59:05.806Z[ host-package] Compiling bytecount v0.6.9
30102026-05-28T16:59:05.806Z[ host-package] Compiling derive-where v1.6.0
30112026-05-28T16:59:05.822Z[ host-package] Compiling thread_local v1.1.9
30122026-05-28T16:59:05.825Z[ host-package] Compiling match_cfg v0.1.0
30132026-05-28T16:59:05.825Z[ host-package] Compiling compression-core v0.4.31
30142026-05-28T16:59:05.825Z[ host-package] Compiling multer v3.1.0
30152026-05-28T16:59:05.996Z[ host-package] Compiling slog-async v2.8.0
30162026-05-28T16:59:06.061Z[ host-package] Compiling hostname v0.3.1
30172026-05-28T16:59:06.097Z[ host-package] Compiling compression-codecs v0.4.37
30182026-05-28T16:59:06.102Z[ host-package] Compiling crossbeam-channel v0.5.15
30192026-05-28T16:59:06.102Z[ host-package] Compiling slog-json v2.6.1
30202026-05-28T16:59:06.192Z[ host-package] Compiling serde_spanned v1.0.4
30212026-05-28T16:59:06.192Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
30222026-05-28T16:59:06.216Z[ host-package] Compiling term v1.2.1
30232026-05-28T16:59:06.239Z[ host-package] Compiling take_mut v0.2.2
30242026-05-28T16:59:06.322Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30252026-05-28T16:59:06.345Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
30262026-05-28T16:59:06.371Z[ host-package] Compiling async-compression v0.4.41
30272026-05-28T16:59:06.371Z[ host-package] Compiling slog-bunyan v2.5.0
30282026-05-28T16:59:06.467Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30292026-05-28T16:59:06.492Z[ host-package] Compiling dropshot v0.17.0
30302026-05-28T16:59:06.560Z[ host-package] Compiling slog-term v2.9.2
30312026-05-28T16:59:06.589Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
30322026-05-28T16:59:06.616Z[ host-package] Compiling async-stream v0.3.6
30332026-05-28T16:59:06.663Z[ host-package] Compiling num-rational v0.4.2
30342026-05-28T16:59:06.666Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30352026-05-28T16:59:06.715Z[ host-package] Compiling waitgroup v0.1.2
30362026-05-28T16:59:06.757Z[ host-package] Compiling backon v1.6.0
30372026-05-28T16:59:06.830Z[ host-package] Compiling rustls-pemfile v2.2.0
30382026-05-28T16:59:06.891Z[ host-package] Compiling num-complex v0.4.6
30392026-05-28T16:59:06.913Z[ host-package] Compiling hostname v0.4.2
30402026-05-28T16:59:06.917Z[ host-package] Compiling serde_path_to_error v0.1.20
30412026-05-28T16:59:07.036Z[ host-package] Compiling instant v0.1.13
30422026-05-28T16:59:07.062Z[ host-package] Compiling debug-ignore v1.0.5
30432026-05-28T16:59:07.102Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
30442026-05-28T16:59:07.105Z[ host-package] Compiling parse-display v0.10.0
30452026-05-28T16:59:07.105Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-05-28T16:59:07.170Z[ host-package] Compiling backoff v0.4.0
30472026-05-28T16:59:07.201Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30482026-05-28T16:59:07.262Z[ host-package] Compiling typify-impl v0.6.2
30492026-05-28T16:59:07.347Z[ host-package] Compiling num v0.4.3
30502026-05-28T16:59:07.392Z[ host-package] Compiling macaddr v1.0.1
30512026-05-28T16:59:07.445Z[ host-package] Compiling float-ord v0.3.2
30522026-05-28T16:59:07.476Z[ host-package] Compiling humantime v2.3.0
30532026-05-28T16:59:07.693Z[ host-package] Compiling console v0.15.11
30542026-05-28T16:59:07.778Z[ host-package] Compiling newline-converter v0.3.0
30552026-05-28T16:59:07.801Z[ host-package] Compiling atomicwrites v0.4.4
30562026-05-28T16:59:07.824Z[ host-package] Compiling slog-dtrace v0.3.0
30572026-05-28T16:59:07.827Z[ host-package] Compiling resolv-conf v0.7.6
30582026-05-28T16:59:07.871Z[ helios-setup] May 28 16:59:07.331 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30592026-05-28T16:59:07.874Z[ host-package] Compiling cancel-safe-futures v0.1.5
30602026-05-28T16:59:07.901Z[ host-package] Compiling owo-colors v4.3.0
30612026-05-28T16:59:07.954Z[ host-package] Compiling toml v0.8.23
30622026-05-28T16:59:08.058Z[ host-package] Compiling libsw-core v0.3.2
30632026-05-28T16:59:08.147Z[ host-package] Compiling expectorate v1.2.0
30642026-05-28T16:59:08.245Z[ host-package] Compiling libsw v3.5.0
30652026-05-28T16:59:08.295Z[ host-package] Compiling linked-hash-map v0.5.6
30662026-05-28T16:59:08.320Z[ host-package] Compiling linear-map v1.2.0
30672026-05-28T16:59:08.481Z[ host-package] Compiling minimal-lexical v0.2.1
30682026-05-28T16:59:08.512Z[ host-package] Compiling hickory-proto v0.24.4
30692026-05-28T16:59:08.539Z[ host-package] Compiling lru-cache v0.1.2
30702026-05-28T16:59:08.576Z[ host-package] Compiling unicode-xid v0.2.6
30712026-05-28T16:59:08.607Z[ host-package] Compiling convert_case v0.10.0
30722026-05-28T16:59:08.647Z[ host-package] Compiling papergrid v0.11.0
30732026-05-28T16:59:08.689Z[ host-package] Compiling tabled_derive v0.7.0
30742026-05-28T16:59:08.718Z[ host-package] Compiling nom v7.1.3
30752026-05-28T16:59:08.765Z[ host-package] Compiling termtree v0.5.1
30762026-05-28T16:59:08.797Z[ host-package] Compiling phf_shared v0.12.1
30772026-05-28T16:59:08.892Z[ host-package] Compiling vte v0.14.1
30782026-05-28T16:59:08.914Z[ host-package] Compiling derive_more-impl v2.1.1
30792026-05-28T16:59:08.972Z[ host-package] Compiling csv-core v0.1.13
30802026-05-28T16:59:09.030Z[ host-package] Compiling chrono-tz v0.10.4
30812026-05-28T16:59:09.054Z[ host-package] Compiling highway v1.3.0
30822026-05-28T16:59:09.149Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30832026-05-28T16:59:09.293Z[ host-package] Compiling csv v1.4.0
30842026-05-28T16:59:09.338Z[ host-package] Compiling phf v0.12.1
30852026-05-28T16:59:09.420Z[ host-package] Compiling const_format_proc_macros v0.2.34
30862026-05-28T16:59:09.545Z[ host-package] Compiling rustls v0.23.37
30872026-05-28T16:59:09.623Z[ host-package] Compiling rustls v0.22.4
30882026-05-28T16:59:09.651Z[ host-package] Compiling tabled v0.15.0
30892026-05-28T16:59:09.675Z[ host-package] Compiling fd-lock v4.0.4
30902026-05-28T16:59:09.700Z[ host-package] Compiling derive_more v2.1.1
30912026-05-28T16:59:09.738Z[ host-package] Compiling peg-macros v0.8.5
30922026-05-28T16:59:09.802Z[ host-package] Compiling crossterm v0.29.0
30932026-05-28T16:59:09.824Z[ host-package] Compiling nu-ansi-term v0.50.3
30942026-05-28T16:59:10.106Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30952026-05-28T16:59:10.243Z[ host-package] Compiling const_format v0.2.35
30962026-05-28T16:59:10.398Z[ host-package] Compiling reedline v0.40.0
30972026-05-28T16:59:10.595Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30982026-05-28T16:59:10.773Z[ host-package] Compiling bcs v0.1.6
30992026-05-28T16:59:10.817Z[ host-package] Compiling rustls-webpki v0.103.9
31002026-05-28T16:59:10.864Z[ host-package] Compiling typify-macro v0.6.2
31012026-05-28T16:59:11.146Z[ host-package] Compiling rustls-webpki v0.102.8
31022026-05-28T16:59:11.267Z[ host-package] Compiling hickory-resolver v0.24.4
31032026-05-28T16:59:12.399Z[ host-package] Compiling peg v0.8.5
31042026-05-28T16:59:12.544Z[ host-package] Compiling semver v0.1.20
31052026-05-28T16:59:12.629Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
31062026-05-28T16:59:12.874Z[ host-package] Compiling typify v0.6.2
31072026-05-28T16:59:13.035Z[ host-package] Compiling rustc_version v0.1.7
31082026-05-28T16:59:13.153Z[ host-package] Compiling progenitor-impl v0.14.0
31092026-05-28T16:59:13.393Z[ host-package] Compiling progenitor-impl v0.13.0
31102026-05-28T16:59:14.416Z[ host-package] Compiling tokio-rustls v0.25.0
31112026-05-28T16:59:16.285Z[ host-package] Compiling tokio-rustls v0.26.4
31122026-05-28T16:59:16.615Z[ host-package] Compiling hyper-rustls v0.27.7
31132026-05-28T16:59:16.650Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31142026-05-28T16:59:17.001Z[ host-package] Compiling reqwest v0.12.28
31152026-05-28T16:59:17.093Z[ host-package] Compiling reqwest v0.13.2
31162026-05-28T16:59:18.481Z[ host-package] Compiling progenitor-macro v0.14.0
31172026-05-28T16:59:18.533Z[ host-package] Compiling progenitor-macro v0.13.0
31182026-05-28T16:59:18.701Z[ host-package] Compiling qorb v0.4.1
31192026-05-28T16:59:18.989Z[ host-package] Compiling tough v0.22.0
31202026-05-28T16:59:19.017Z[ helios-setup] May 28 16:59:18.476 INFO E| Finished `release` profile [optimized] target(s) in 35.10s
31212026-05-28T16:59:19.021Z[ helios-setup] May 28 16:59:18.479 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31222026-05-28T16:59:19.021Z[ helios-setup] May 28 16:59:18.479 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31232026-05-28T16:59:19.072Z[ helios-setup] May 28 16:59:18.532 INFO building project "pilot" ok (35 seconds)
31242026-05-28T16:59:19.073Z[ helios-setup] May 28 16:59:18.532 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
31252026-05-28T16:59:19.081Z[ helios-setup] May 28 16:59:18.541 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
31262026-05-28T16:59:19.081Z[ helios-setup] May 28 16:59:18.541 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
31272026-05-28T16:59:19.081Z[ helios-setup] May 28 16:59:18.541 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
31282026-05-28T16:59:19.233Z[ helios-setup] May 28 16:59:18.692 INFO E| Updating crates.io index
31292026-05-28T16:59:19.239Z[ host-package] Compiling progenitor-client v0.14.0
31302026-05-28T16:59:19.242Z[ host-package] Compiling progenitor-client v0.10.0
31312026-05-28T16:59:19.328Z[ helios-setup] May 28 16:59:18.788 INFO E| Downloading crates ...
31322026-05-28T16:59:19.424Z[ helios-setup] May 28 16:59:18.884 INFO E| Downloaded unicode-ident v1.0.18
31332026-05-28T16:59:19.428Z[ helios-setup] May 28 16:59:18.886 INFO E| Downloaded errno v0.3.12
31342026-05-28T16:59:19.428Z[ helios-setup] May 28 16:59:18.887 INFO E| Downloaded time-core v0.1.4
31352026-05-28T16:59:19.431Z[ helios-setup] May 28 16:59:18.888 INFO E| Downloaded thiserror v2.0.12
31362026-05-28T16:59:19.434Z[ helios-setup] May 28 16:59:18.891 INFO E| Downloaded iana-time-zone v0.1.63
31372026-05-28T16:59:19.434Z[ helios-setup] May 28 16:59:18.893 INFO E| Downloaded autocfg v1.4.0
31382026-05-28T16:59:19.440Z[ helios-setup] May 28 16:59:18.900 INFO E| Downloaded thiserror-impl v2.0.12
31392026-05-28T16:59:19.446Z[ helios-setup] May 28 16:59:18.906 INFO E| Downloaded deranged v0.4.0
31402026-05-28T16:59:19.466Z[ helios-setup] May 28 16:59:18.925 INFO E| Downloaded serde_with_macros v3.12.0
31412026-05-28T16:59:19.480Z[ helios-setup] May 28 16:59:18.939 INFO E| Downloaded time-macros v0.2.22
31422026-05-28T16:59:19.484Z[ helios-setup] May 28 16:59:18.941 INFO E| Downloaded proc-macro2 v1.0.95
31432026-05-28T16:59:19.487Z[ helios-setup] May 28 16:59:18.944 INFO E| Downloaded getrandom v0.3.3
31442026-05-28T16:59:19.487Z[ helios-setup] May 28 16:59:18.947 INFO E| Downloaded tempfile v3.20.0
31452026-05-28T16:59:19.490Z[ helios-setup] May 28 16:59:18.948 INFO E| Downloaded serde_derive v1.0.219
31462026-05-28T16:59:19.490Z[ helios-setup] May 28 16:59:18.950 INFO E| Downloaded quote v1.0.40
31472026-05-28T16:59:19.495Z[ helios-setup] May 28 16:59:18.951 INFO E| Downloaded bitflags v2.9.1
31482026-05-28T16:59:19.498Z[ helios-setup] May 28 16:59:18.955 INFO E| Downloaded anyhow v1.0.98
31492026-05-28T16:59:19.501Z[ helios-setup] May 28 16:59:18.961 INFO E| Downloaded serde v1.0.219
31502026-05-28T16:59:19.504Z[ helios-setup] May 28 16:59:18.963 INFO E| Downloaded memchr v2.7.4
31512026-05-28T16:59:19.524Z[ helios-setup] May 28 16:59:18.983 INFO E| Downloaded indexmap v2.9.0
31522026-05-28T16:59:19.527Z[ helios-setup] May 28 16:59:18.987 INFO E| Downloaded hashbrown v0.15.3
31532026-05-28T16:59:19.589Z[ helios-setup] May 28 16:59:19.043 INFO E| Downloaded time v0.3.41
31542026-05-28T16:59:19.593Z[ helios-setup] May 28 16:59:19.049 INFO E| Downloaded serde_json v1.0.140
31552026-05-28T16:59:19.609Z[ helios-setup] May 28 16:59:19.060 INFO E| Downloaded serde_with v3.12.0
31562026-05-28T16:59:19.615Z[ host-package] Compiling progenitor-extras v0.2.0
31572026-05-28T16:59:19.619Z[ helios-setup] May 28 16:59:19.072 INFO E| Downloaded chrono v0.4.41
31582026-05-28T16:59:19.631Z[ helios-setup] May 28 16:59:19.090 INFO E| Downloaded syn v2.0.101
31592026-05-28T16:59:19.634Z[ host-package] Compiling newtype_derive v0.1.6
31602026-05-28T16:59:19.644Z[ helios-setup] May 28 16:59:19.103 INFO E| Downloaded rustix v1.0.7
31612026-05-28T16:59:19.670Z[ helios-setup] May 28 16:59:19.130 INFO E| Downloaded libc v0.2.172
31622026-05-28T16:59:19.773Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling proc-macro2 v1.0.95
31632026-05-28T16:59:19.773Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling unicode-ident v1.0.18
31642026-05-28T16:59:19.773Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling libc v0.2.172
31652026-05-28T16:59:19.776Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling strsim v0.11.1
31662026-05-28T16:59:19.776Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling ident_case v1.0.1
31672026-05-28T16:59:19.777Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling fnv v1.0.7
31682026-05-28T16:59:19.777Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling serde v1.0.219
31692026-05-28T16:59:19.777Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling rustix v1.0.7
31702026-05-28T16:59:19.777Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling getrandom v0.3.3
31712026-05-28T16:59:19.777Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling anyhow v1.0.98
31722026-05-28T16:59:19.777Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling serde_json v1.0.140
31732026-05-28T16:59:19.777Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling thiserror v2.0.12
31742026-05-28T16:59:19.777Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling cfg-if v1.0.0
31752026-05-28T16:59:19.777Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling bitflags v2.9.1
31762026-05-28T16:59:19.777Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling fastrand v2.3.0
31772026-05-28T16:59:19.777Z[ helios-setup] May 28 16:59:19.232 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
31782026-05-28T16:59:19.920Z[ host-package] Compiling smawk v0.3.2
31792026-05-28T16:59:20.104Z[ host-package] Compiling unicode-linebreak v0.1.5
31802026-05-28T16:59:20.496Z[ host-package] Compiling textwrap v0.16.2
31812026-05-28T16:59:20.596Z[ helios-setup] May 28 16:59:20.054 INFO E| Compiling once_cell v1.21.3
31822026-05-28T16:59:20.596Z[ helios-setup] May 28 16:59:20.054 INFO E| Compiling ryu v1.0.20
31832026-05-28T16:59:20.596Z[ helios-setup] May 28 16:59:20.054 INFO E| Compiling memchr v2.7.4
31842026-05-28T16:59:20.733Z[ helios-setup] May 28 16:59:20.192 INFO E| Compiling itoa v1.0.15
31852026-05-28T16:59:20.974Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-05-28T16:59:21.148Z[ helios-setup] May 28 16:59:20.607 INFO E| Compiling errno v0.3.12
31872026-05-28T16:59:21.387Z[ host-package] Compiling steno v0.4.1
31882026-05-28T16:59:21.668Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
31892026-05-28T16:59:22.161Z[ helios-setup] May 28 16:59:21.620 INFO E| Compiling tempfile v3.20.0
31902026-05-28T16:59:22.232Z[ helios-setup] May 28 16:59:21.692 INFO E| Compiling quote v1.0.40
31912026-05-28T16:59:22.429Z[ helios-setup] May 28 16:59:21.888 INFO E| Compiling syn v2.0.101
31922026-05-28T16:59:22.798Z[ host-package] Compiling tagptr v0.2.0
31932026-05-28T16:59:22.935Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31942026-05-28T16:59:23.084Z[ host-package] Compiling moka v0.12.13
31952026-05-28T16:59:23.162Z[ host-package] Compiling utf-8 v0.7.6
31962026-05-28T16:59:23.304Z[ host-package] Compiling num-derive v0.3.3
31972026-05-28T16:59:23.390Z[ host-package] Compiling tungstenite v0.21.0
31982026-05-28T16:59:23.433Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31992026-05-28T16:59:23.456Z[ host-package] Compiling vergen-lib v0.1.6
32002026-05-28T16:59:23.929Z[ host-package] Compiling proc-macro-error2 v2.0.1
32012026-05-28T16:59:23.958Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32022026-05-28T16:59:24.050Z[ host-package] Compiling tokio-tungstenite v0.21.0
32032026-05-28T16:59:24.500Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
32042026-05-28T16:59:24.540Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32052026-05-28T16:59:24.859Z[ helios-setup] May 28 16:59:24.319 INFO E| Compiling darling_core v0.20.11
32062026-05-28T16:59:25.029Z[ host-package] Compiling progenitor v0.14.0
32072026-05-28T16:59:25.096Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32082026-05-28T16:59:25.148Z[ host-package] Compiling progenitor-client v0.13.0
32092026-05-28T16:59:25.216Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32102026-05-28T16:59:25.265Z[ host-package] Compiling hickory-resolver v0.25.2
32112026-05-28T16:59:25.492Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32122026-05-28T16:59:25.653Z[ host-package] Compiling progenitor v0.13.0
32132026-05-28T16:59:25.726Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32142026-05-28T16:59:25.754Z[ helios-setup] May 28 16:59:25.213 INFO E| Compiling serde_derive v1.0.219
32152026-05-28T16:59:25.754Z[ helios-setup] May 28 16:59:25.213 INFO E| Compiling thiserror-impl v2.0.12
32162026-05-28T16:59:25.796Z[ host-package] Compiling libscf-sys v1.1.0
32172026-05-28T16:59:26.028Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-05-28T16:59:26.077Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32192026-05-28T16:59:26.904Z[ host-package] Compiling tabled_derive v0.11.0
32202026-05-28T16:59:27.019Z[ helios-setup] May 28 16:59:26.478 INFO E| Compiling darling_macro v0.20.11
32212026-05-28T16:59:28.032Z[ helios-setup] May 28 16:59:27.491 INFO E| Compiling darling v0.20.11
32222026-05-28T16:59:28.186Z[ helios-setup] May 28 16:59:27.628 INFO E| Compiling serde_with_macros v3.12.0
32232026-05-28T16:59:28.832Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32242026-05-28T16:59:29.949Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32252026-05-28T16:59:30.945Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32262026-05-28T16:59:30.987Z[ helios-setup] May 28 16:59:30.446 INFO E| Compiling serde_with v3.12.0
32272026-05-28T16:59:31.148Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32282026-05-28T16:59:31.362Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32292026-05-28T16:59:31.461Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32302026-05-28T16:59:31.562Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32312026-05-28T16:59:31.703Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32322026-05-28T16:59:31.970Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32332026-05-28T16:59:32.012Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32342026-05-28T16:59:32.504Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32352026-05-28T16:59:32.567Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32362026-05-28T16:59:32.904Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32372026-05-28T16:59:33.806Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32382026-05-28T16:59:34.178Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32392026-05-28T16:59:34.752Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32402026-05-28T16:59:34.898Z[ helios-setup] May 28 16:59:34.357 INFO E| Finished `release` profile [optimized] target(s) in 15.80s
32412026-05-28T16:59:34.923Z[ helios-setup] May 28 16:59:34.383 INFO building project "dmar-report" ok (15 seconds)
32422026-05-28T16:59:34.923Z[ helios-setup] May 28 16:59:34.383 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
32432026-05-28T16:59:34.932Z[ helios-setup] May 28 16:59:34.392 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
32442026-05-28T16:59:34.932Z[ helios-setup] May 28 16:59:34.392 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32452026-05-28T16:59:34.936Z[ helios-setup] May 28 16:59:34.392 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32462026-05-28T16:59:35.045Z[ helios-setup] May 28 16:59:34.504 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32472026-05-28T16:59:35.140Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32482026-05-28T16:59:35.331Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32492026-05-28T16:59:35.368Z[ helios-setup] May 28 16:59:34.827 INFO E| From https://github.com/jclulow/rust-jmclib
32502026-05-28T16:59:35.368Z[ helios-setup] May 28 16:59:34.828 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32512026-05-28T16:59:35.405Z[ helios-setup] May 28 16:59:34.865 INFO E| Updating crates.io index
32522026-05-28T16:59:35.459Z[ helios-setup] May 28 16:59:34.919 INFO E| Downloading crates ...
32532026-05-28T16:59:35.475Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-05-28T16:59:35.503Z[ helios-setup] May 28 16:59:34.963 INFO E| Downloaded glob v0.3.1
32552026-05-28T16:59:35.510Z[ helios-setup] May 28 16:59:34.970 INFO E| Downloaded typenum v1.16.0
32562026-05-28T16:59:35.513Z[ helios-setup] May 28 16:59:34.972 INFO E| Downloaded errno v0.3.1
32572026-05-28T16:59:35.516Z[ helios-setup] May 28 16:59:34.976 INFO E| Downloaded walkdir v2.3.3
32582026-05-28T16:59:35.542Z[ helios-setup] May 28 16:59:35.002 INFO E| Downloaded toml v0.5.11
32592026-05-28T16:59:35.545Z[ helios-setup] May 28 16:59:35.004 INFO E| Downloaded itoa v1.0.9
32602026-05-28T16:59:35.545Z[ helios-setup] May 28 16:59:35.004 INFO E| Downloaded fastrand v2.0.0
32612026-05-28T16:59:35.548Z[ helios-setup] May 28 16:59:35.005 INFO E| Downloaded cpufeatures v0.2.9
32622026-05-28T16:59:35.548Z[ helios-setup] May 28 16:59:35.006 INFO E| Downloaded anyhow v1.0.72
32632026-05-28T16:59:35.551Z[ helios-setup] May 28 16:59:35.009 INFO E| Downloaded opaque-debug v0.3.0
32642026-05-28T16:59:35.551Z[ helios-setup] May 28 16:59:35.009 INFO E| Downloaded libdevinfo-sys v1.0.0
32652026-05-28T16:59:35.551Z[ helios-setup] May 28 16:59:35.010 INFO E| Downloaded digest v0.9.0
32662026-05-28T16:59:35.551Z[ helios-setup] May 28 16:59:35.010 INFO E| Downloaded sha-1 v0.9.8
32672026-05-28T16:59:35.555Z[ helios-setup] May 28 16:59:35.011 INFO E| Downloaded md-5 v0.9.1
32682026-05-28T16:59:35.555Z[ helios-setup] May 28 16:59:35.012 INFO E| Downloaded block-buffer v0.9.0
32692026-05-28T16:59:35.573Z[ helios-setup] May 28 16:59:35.033 INFO E| Downloaded unicode-ident v1.0.11
32702026-05-28T16:59:35.576Z[ helios-setup] May 28 16:59:35.035 INFO E| Downloaded quote v1.0.31
32712026-05-28T16:59:35.579Z[ helios-setup] May 28 16:59:35.037 INFO E| Downloaded bitflags v2.3.3
32722026-05-28T16:59:35.579Z[ helios-setup] May 28 16:59:35.038 INFO E| Downloaded getrandom v0.2.10
32732026-05-28T16:59:35.587Z[ helios-setup] May 28 16:59:35.047 INFO E| Downloaded uuid v0.8.2
32742026-05-28T16:59:35.590Z[ helios-setup] May 28 16:59:35.049 INFO E| Downloaded serde_derive v1.0.193
32752026-05-28T16:59:35.593Z[ helios-setup] May 28 16:59:35.051 INFO E| Downloaded once_cell v1.18.0
32762026-05-28T16:59:35.593Z[ helios-setup] May 28 16:59:35.052 INFO E| Downloaded proc-macro2 v1.0.66
32772026-05-28T16:59:35.596Z[ helios-setup] May 28 16:59:35.054 INFO E| Downloaded ryu v1.0.15
32782026-05-28T16:59:35.599Z[ helios-setup] May 28 16:59:35.057 INFO E| Downloaded serde_json v1.0.103
32792026-05-28T16:59:35.602Z[ helios-setup] May 28 16:59:35.061 INFO E| Downloaded tempfile v3.7.0
32802026-05-28T16:59:35.605Z[ helios-setup] May 28 16:59:35.063 INFO E| Downloaded serde v1.0.193
32812026-05-28T16:59:35.628Z[ helios-setup] May 28 16:59:35.088 INFO E| Downloaded syn v2.0.32
32822026-05-28T16:59:35.635Z[ helios-setup] May 28 16:59:35.095 INFO E| Downloaded rustix v0.38.4
32832026-05-28T16:59:35.656Z[ helios-setup] May 28 16:59:35.115 INFO E| Downloaded libc v0.2.147
32842026-05-28T16:59:35.718Z[ helios-setup] May 28 16:59:35.178 INFO E| Compiling libc v0.2.147
32852026-05-28T16:59:35.718Z[ helios-setup] May 28 16:59:35.178 INFO E| Compiling proc-macro2 v1.0.66
32862026-05-28T16:59:35.722Z[ helios-setup] May 28 16:59:35.178 INFO E| Compiling unicode-ident v1.0.11
32872026-05-28T16:59:35.722Z[ helios-setup] May 28 16:59:35.178 INFO E| Compiling cfg-if v1.0.0
32882026-05-28T16:59:35.722Z[ helios-setup] May 28 16:59:35.178 INFO E| Compiling typenum v1.16.0
32892026-05-28T16:59:35.722Z[ helios-setup] May 28 16:59:35.178 INFO E| Compiling version_check v0.9.4
32902026-05-28T16:59:35.722Z[ helios-setup] May 28 16:59:35.178 INFO E| Compiling serde v1.0.193
32912026-05-28T16:59:35.722Z[ helios-setup] May 28 16:59:35.178 INFO E| Compiling powerfmt v0.2.0
32922026-05-28T16:59:35.722Z[ helios-setup] May 28 16:59:35.178 INFO E| Compiling time-core v0.1.2
32932026-05-28T16:59:35.722Z[ helios-setup] May 28 16:59:35.178 INFO E| Compiling num-conv v0.1.0
32942026-05-28T16:59:35.727Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32952026-05-28T16:59:35.757Z[ helios-setup] May 28 16:59:35.215 INFO E| Compiling itoa v1.0.9
32962026-05-28T16:59:35.757Z[ helios-setup] May 28 16:59:35.215 INFO E| Compiling slog v2.7.0
32972026-05-28T16:59:35.760Z[ helios-setup] May 28 16:59:35.215 INFO E| Compiling rustix v0.38.4
32982026-05-28T16:59:35.760Z[ helios-setup] May 28 16:59:35.215 INFO E| Compiling num_threads v0.1.6
32992026-05-28T16:59:35.760Z[ helios-setup] May 28 16:59:35.215 INFO E| Compiling once_cell v1.18.0
33002026-05-28T16:59:35.775Z[ helios-setup] May 28 16:59:35.235 INFO E| Compiling bitflags v2.3.3
33012026-05-28T16:59:36.371Z[ helios-setup] May 28 16:59:35.830 INFO E| Compiling opaque-debug v0.3.0
33022026-05-28T16:59:36.576Z[ helios-setup] May 28 16:59:36.035 INFO E| Compiling fastrand v2.0.0
33032026-05-28T16:59:36.576Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-05-28T16:59:36.655Z[ helios-setup] May 28 16:59:36.114 INFO E| Compiling thread_local v1.1.7
33052026-05-28T16:59:36.659Z[ helios-setup] May 28 16:59:36.118 INFO E| Compiling serde_json v1.0.103
33062026-05-28T16:59:36.659Z[ helios-setup] May 28 16:59:36.118 INFO E| Compiling anyhow v1.0.72
33072026-05-28T16:59:36.670Z[ helios-setup] May 28 16:59:36.127 INFO E| Compiling same-file v1.0.6
33082026-05-28T16:59:36.754Z[ helios-setup] May 28 16:59:36.213 INFO E| Compiling cpufeatures v0.2.9
33092026-05-28T16:59:36.804Z[ helios-setup] May 28 16:59:36.263 INFO E| Compiling time-macros v0.2.18
33102026-05-28T16:59:36.848Z[ helios-setup] May 28 16:59:36.307 INFO E| Compiling unicode-width v0.1.10
33112026-05-28T16:59:36.872Z[ helios-setup] May 28 16:59:36.332 INFO E| Compiling ryu v1.0.15
33122026-05-28T16:59:36.916Z[ helios-setup] May 28 16:59:36.375 INFO E| Compiling walkdir v2.3.3
33132026-05-28T16:59:37.014Z[ helios-setup] May 28 16:59:36.474 INFO E| Compiling deranged v0.3.11
33142026-05-28T16:59:37.169Z[ helios-setup] May 28 16:59:36.629 INFO E| Compiling getopts v0.2.21
33152026-05-28T16:59:37.263Z[ helios-setup] May 28 16:59:36.722 INFO E| Compiling glob v0.3.1
33162026-05-28T16:59:37.282Z[ helios-setup] May 28 16:59:36.741 INFO E| Compiling libdevinfo-sys v1.0.0
33172026-05-28T16:59:37.403Z[ helios-setup] May 28 16:59:36.863 INFO E| Compiling quote v1.0.31
33182026-05-28T16:59:37.558Z[ helios-setup] May 28 16:59:37.014 INFO E| Compiling dirs-sys-next v0.1.2
33192026-05-28T16:59:37.558Z[ helios-setup] May 28 16:59:37.014 INFO E| Compiling errno v0.3.1
33202026-05-28T16:59:37.702Z[ helios-setup] May 28 16:59:37.161 INFO E| Compiling generic-array v0.14.7
33212026-05-28T16:59:37.713Z[ helios-setup] May 28 16:59:37.172 INFO E| Compiling atty v0.2.14
33222026-05-28T16:59:37.754Z[ helios-setup] May 28 16:59:37.214 INFO E| Compiling syn v2.0.32
33232026-05-28T16:59:37.766Z[ helios-setup] May 28 16:59:37.226 INFO E| Compiling getrandom v0.2.10
33242026-05-28T16:59:37.934Z[ helios-setup] May 28 16:59:37.393 INFO E| Compiling dirs-next v2.0.0
33252026-05-28T16:59:38.013Z[ helios-setup] May 28 16:59:37.472 INFO E| Compiling term v0.7.0
33262026-05-28T16:59:38.580Z[ helios-setup] May 28 16:59:38.039 INFO E| Compiling digest v0.9.0
33272026-05-28T16:59:38.580Z[ helios-setup] May 28 16:59:38.040 INFO E| Compiling block-buffer v0.9.0
33282026-05-28T16:59:38.617Z[ helios-setup] May 28 16:59:38.077 INFO E| Compiling tempfile v3.7.0
33292026-05-28T16:59:38.691Z[ helios-setup] May 28 16:59:38.147 INFO E| Compiling time v0.3.36
33302026-05-28T16:59:38.835Z[ helios-setup] May 28 16:59:38.294 INFO E| Compiling md-5 v0.9.1
33312026-05-28T16:59:38.835Z[ helios-setup] May 28 16:59:38.294 INFO E| Compiling sha-1 v0.9.8
33322026-05-28T16:59:38.974Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33332026-05-28T16:59:39.074Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33342026-05-28T16:59:39.292Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33352026-05-28T16:59:39.377Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33362026-05-28T16:59:39.620Z[ helios-setup] May 28 16:59:39.080 INFO E| Compiling slog-term v2.9.0
33372026-05-28T16:59:39.630Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33382026-05-28T16:59:39.792Z[ helios-setup] May 28 16:59:39.252 INFO E| Compiling serde_derive v1.0.193
33392026-05-28T16:59:40.250Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33402026-05-28T16:59:40.457Z[ host-package] Compiling papergrid v0.17.0
33412026-05-28T16:59:40.556Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33422026-05-28T16:59:40.922Z[ host-package] Compiling testing_table v0.3.0
33432026-05-28T16:59:41.552Z[ host-package] Compiling vergen-gitcl v1.0.8
33442026-05-28T16:59:41.777Z[ host-package] Compiling dirs-sys-next v0.1.2
33452026-05-28T16:59:41.885Z[ host-package] Compiling diesel_derives v2.3.7
33462026-05-28T16:59:42.159Z[ host-package] Compiling maplit v1.0.2
33472026-05-28T16:59:42.259Z[ host-package] Compiling crunchy v0.2.4
33482026-05-28T16:59:42.331Z[ host-package] Compiling glob v0.3.3
33492026-05-28T16:59:42.650Z[ host-package] Compiling dirs-next v2.0.0
33502026-05-28T16:59:42.718Z[ host-package] Compiling clang-sys v1.8.1
33512026-05-28T16:59:42.935Z[ host-package] Compiling tabled v0.20.0
33522026-05-28T16:59:43.135Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33532026-05-28T16:59:43.178Z[ host-package] Compiling dsl_auto_type v0.2.0
33542026-05-28T16:59:43.359Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33552026-05-28T16:59:43.667Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-05-28T16:59:43.757Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
33572026-05-28T16:59:43.921Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33582026-05-28T16:59:43.962Z[ host-package] Compiling tiny-keccak v2.0.2
33592026-05-28T16:59:44.045Z[ host-package] Compiling r2d2 v0.8.10
33602026-05-28T16:59:44.229Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33612026-05-28T16:59:44.373Z[ host-package] Compiling term v0.7.0
33622026-05-28T16:59:44.391Z[ helios-setup] May 28 16:59:43.851 INFO E| Compiling toml v0.5.11
33632026-05-28T16:59:44.392Z[ helios-setup] May 28 16:59:43.851 INFO E| Compiling uuid v0.8.2
33642026-05-28T16:59:44.642Z[ host-package] Compiling bit-vec v0.6.3
33652026-05-28T16:59:44.679Z[ host-package] Compiling downcast-rs v2.0.2
33662026-05-28T16:59:44.880Z[ host-package] Compiling xshell-macros v0.2.7
33672026-05-28T16:59:44.940Z[ host-package] Compiling bit-set v0.5.3
33682026-05-28T16:59:45.057Z[ host-package] Compiling ascii-canvas v3.0.0
33692026-05-28T16:59:45.133Z[ helios-setup] May 28 16:59:44.592 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
33702026-05-28T16:59:45.360Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33712026-05-28T16:59:45.404Z[ host-package] Compiling itertools v0.10.5
33722026-05-28T16:59:45.451Z[ host-package] Compiling xshell v0.2.7
33732026-05-28T16:59:45.454Z[ host-package] Compiling ena v0.14.4
33742026-05-28T16:59:45.676Z[ host-package] Compiling libloading v0.8.9
33752026-05-28T16:59:45.819Z[ host-package] Compiling bindgen v0.71.1
33762026-05-28T16:59:45.849Z[ helios-setup] May 28 16:59:45.308 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33772026-05-28T16:59:45.930Z[ host-package] Compiling unicase v2.9.0
33782026-05-28T16:59:46.027Z[ host-package] Compiling diff v0.1.13
33792026-05-28T16:59:46.060Z[ host-package] Compiling crc8 v0.1.1
33802026-05-28T16:59:46.096Z[ host-package] Compiling regex-syntax v0.6.29
33812026-05-28T16:59:46.198Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-05-28T16:59:46.234Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33832026-05-28T16:59:46.387Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33842026-05-28T16:59:46.513Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33852026-05-28T16:59:46.610Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33862026-05-28T16:59:46.893Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33872026-05-28T16:59:46.917Z[ host-package] Compiling cexpr v0.6.0
33882026-05-28T16:59:47.089Z[ host-package] Compiling rustc-hash v2.1.1
33892026-05-28T16:59:47.260Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33902026-05-28T16:59:47.287Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33912026-05-28T16:59:47.588Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33922026-05-28T16:59:47.933Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33932026-05-28T16:59:47.969Z[ host-package] Compiling lalrpop v0.19.12
33942026-05-28T16:59:48.479Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33952026-05-28T16:59:48.839Z[ host-package] Compiling headers-core v0.3.0
33962026-05-28T16:59:49.079Z[ host-package] Compiling libxml v0.3.3
33972026-05-28T16:59:49.119Z[ host-package] Compiling headers v0.4.1
33982026-05-28T16:59:49.378Z[ host-package] Compiling diesel v2.3.7
33992026-05-28T16:59:49.484Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34002026-05-28T16:59:49.531Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34012026-05-28T16:59:49.562Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34022026-05-28T16:59:49.845Z[ host-package] Compiling typify-impl v0.4.3
34032026-05-28T16:59:50.007Z[ host-package] Compiling strum_macros v0.24.3
34042026-05-28T16:59:50.361Z[ helios-setup] May 28 16:59:49.821 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.41s
34052026-05-28T16:59:50.384Z[ helios-setup] May 28 16:59:49.844 INFO building project "image-builder" ok (15 seconds)
34062026-05-28T16:59:50.384Z[ helios-setup] May 28 16:59:49.844 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
34072026-05-28T16:59:50.450Z[ helios-setup] May 28 16:59:49.910 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
34082026-05-28T16:59:50.450Z[ helios-setup] May 28 16:59:49.910 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
34092026-05-28T16:59:50.454Z[ helios-setup] May 28 16:59:49.910 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
34102026-05-28T16:59:50.636Z[ helios-setup] May 28 16:59:50.096 INFO E| Updating crates.io index
34112026-05-28T16:59:50.636Z[ helios-setup] May 28 16:59:50.096 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
34122026-05-28T16:59:50.772Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34132026-05-28T16:59:51.119Z[ helios-setup] May 28 16:59:50.578 INFO E| From https://github.com/oxidecomputer/amd-apcb
34142026-05-28T16:59:51.119Z[ helios-setup] May 28 16:59:50.578 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
34152026-05-28T16:59:51.183Z[ helios-setup] May 28 16:59:50.640 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
34162026-05-28T16:59:51.203Z[ host-package] Compiling git-stub v1.0.0
34172026-05-28T16:59:51.228Z[ host-package] Compiling indoc v1.0.9
34182026-05-28T16:59:51.359Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34192026-05-28T16:59:51.487Z[ host-package] Compiling git-stub-vcs v0.1.0
34202026-05-28T16:59:51.521Z[ helios-setup] May 28 16:59:50.980 INFO E| From https://github.com/oxidecomputer/amd-efs
34212026-05-28T16:59:51.521Z[ helios-setup] May 28 16:59:50.980 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
34222026-05-28T16:59:51.597Z[ host-package] Compiling derive_builder v0.20.2
34232026-05-28T16:59:51.713Z[ host-package] Compiling quick-xml v0.37.5
34242026-05-28T16:59:51.797Z[ helios-setup] May 28 16:59:51.257 INFO E| Downloading crates ...
34252026-05-28T16:59:51.855Z[ helios-setup] May 28 16:59:51.313 INFO E| Downloaded pest_generator v2.8.0
34262026-05-28T16:59:51.862Z[ host-package] Compiling oso-derive v0.27.3
34272026-05-28T16:59:51.862Z[ helios-setup] May 28 16:59:51.321 INFO E| Downloaded fletcher v1.0.0
34282026-05-28T16:59:51.866Z[ helios-setup] May 28 16:59:51.324 INFO E| Downloaded ansi_term v0.12.1
34292026-05-28T16:59:51.868Z[ helios-setup] May 28 16:59:51.327 INFO E| Downloaded heck v0.3.3
34302026-05-28T16:59:51.872Z[ helios-setup] May 28 16:59:51.329 INFO E| Downloaded unic-char-property v0.9.0
34312026-05-28T16:59:51.872Z[ helios-setup] May 28 16:59:51.330 INFO E| Downloaded parse_int v0.9.0
34322026-05-28T16:59:51.872Z[ helios-setup] May 28 16:59:51.331 INFO E| Downloaded modular-bitfield-impl v0.11.2
34332026-05-28T16:59:51.872Z[ helios-setup] May 28 16:59:51.331 INFO E| Downloaded four-cc v0.4.0
34342026-05-28T16:59:51.877Z[ helios-setup] May 28 16:59:51.337 INFO E| Downloaded unic-ucd-version v0.9.0
34352026-05-28T16:59:51.880Z[ helios-setup] May 28 16:59:51.338 INFO E| Downloaded unic-char-range v0.9.0
34362026-05-28T16:59:51.880Z[ helios-setup] May 28 16:59:51.339 INFO E| Downloaded dyn-clone v1.0.19
34372026-05-28T16:59:51.880Z[ helios-setup] May 28 16:59:51.340 INFO E| Downloaded strum v0.27.1
34382026-05-28T16:59:51.883Z[ helios-setup] May 28 16:59:51.340 INFO E| Downloaded strsim v0.8.0
34392026-05-28T16:59:51.886Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34402026-05-28T16:59:51.886Z[ helios-setup] May 28 16:59:51.345 INFO E| Downloaded log v0.4.27
34412026-05-28T16:59:51.892Z[ helios-setup] May 28 16:59:51.351 INFO E| Downloaded unic-common v0.9.0
34422026-05-28T16:59:51.896Z[ helios-setup] May 28 16:59:51.353 INFO E| Downloaded textwrap v0.11.0
34432026-05-28T16:59:51.896Z[ helios-setup] May 28 16:59:51.354 INFO E| Downloaded rustversion v1.0.20
34442026-05-28T16:59:51.899Z[ helios-setup] May 28 16:59:51.357 INFO E| Downloaded bytesize v2.0.1
34452026-05-28T16:59:51.903Z[ helios-setup] May 28 16:59:51.360 INFO E| Downloaded vec_map v0.8.2
34462026-05-28T16:59:51.907Z[ helios-setup] May 28 16:59:51.365 INFO E| Downloaded unic-ucd-ident v0.9.0
34472026-05-28T16:59:51.913Z[ helios-setup] May 28 16:59:51.373 INFO E| Downloaded modular-bitfield-impl v0.13.1
34482026-05-28T16:59:51.916Z[ helios-setup] May 28 16:59:51.374 INFO E| Downloaded modular-bitfield v0.13.1
34492026-05-28T16:59:51.920Z[ helios-setup] May 28 16:59:51.379 INFO E| Downloaded strum_macros v0.27.1
34502026-05-28T16:59:51.923Z[ helios-setup] May 28 16:59:51.380 INFO E| Downloaded structopt-derive v0.4.18
34512026-05-28T16:59:51.923Z[ helios-setup] May 28 16:59:51.381 INFO E| Downloaded pest_derive v2.8.0
34522026-05-28T16:59:51.924Z[ helios-setup] May 28 16:59:51.382 INFO E| Downloaded zerocopy-derive v0.8.25
34532026-05-28T16:59:51.927Z[ helios-setup] May 28 16:59:51.386 INFO E| Downloaded typenum v1.18.0
34542026-05-28T16:59:51.931Z[ helios-setup] May 28 16:59:51.388 INFO E| Downloaded structopt v0.3.26
34552026-05-28T16:59:51.934Z[ helios-setup] May 28 16:59:51.392 INFO E| Downloaded pest v2.8.0
34562026-05-28T16:59:51.937Z[ helios-setup] May 28 16:59:51.395 INFO E| Downloaded pest_meta v2.8.0
34572026-05-28T16:59:51.937Z[ helios-setup] May 28 16:59:51.397 INFO E| Downloaded modular-bitfield v0.11.2
34582026-05-28T16:59:51.951Z[ helios-setup] May 28 16:59:51.411 INFO E| Downloaded clap v2.34.0
34592026-05-28T16:59:51.955Z[ helios-setup] May 28 16:59:51.415 INFO E| Downloaded goblin v0.9.3
34602026-05-28T16:59:51.959Z[ helios-setup] May 28 16:59:51.419 INFO E| Downloaded zerocopy v0.8.25
34612026-05-28T16:59:52.034Z[ helios-setup] May 28 16:59:51.493 INFO E| Compiling proc-macro2 v1.0.95
34622026-05-28T16:59:52.034Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling unicode-ident v1.0.18
34632026-05-28T16:59:52.034Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling memchr v2.7.4
34642026-05-28T16:59:52.034Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling autocfg v1.4.0
34652026-05-28T16:59:52.034Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling thiserror v2.0.12
34662026-05-28T16:59:52.038Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling syn v1.0.109
34672026-05-28T16:59:52.038Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling serde v1.0.219
34682026-05-28T16:59:52.038Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling version_check v0.9.5
34692026-05-28T16:59:52.038Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling serde_json v1.0.140
34702026-05-28T16:59:52.038Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling ryu v1.0.20
34712026-05-28T16:59:52.038Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling schemars v0.8.22
34722026-05-28T16:59:52.038Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling itoa v1.0.15
34732026-05-28T16:59:52.038Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling zerocopy v0.8.25
34742026-05-28T16:59:52.038Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling paste v1.0.15
34752026-05-28T16:59:52.038Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling rustversion v1.0.20
34762026-05-28T16:59:52.038Z[ helios-setup] May 28 16:59:51.494 INFO E| Compiling static_assertions v1.1.0
34772026-05-28T16:59:52.398Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34782026-05-28T16:59:52.661Z[ helios-setup] May 28 16:59:52.120 INFO E| Compiling ucd-trie v0.1.7
34792026-05-28T16:59:52.722Z[ helios-setup] May 28 16:59:52.181 INFO E| Compiling dyn-clone v1.0.19
34802026-05-28T16:59:53.076Z[ helios-setup] May 28 16:59:52.531 INFO E| Compiling libc v0.2.172
34812026-05-28T16:59:53.102Z[ helios-setup] May 28 16:59:52.561 INFO E| Compiling once_cell v1.21.3
34822026-05-28T16:59:53.195Z[ helios-setup] May 28 16:59:52.655 INFO E| Compiling heck v0.5.0
34832026-05-28T16:59:53.247Z[ helios-setup] May 28 16:59:52.707 INFO E| Compiling unicode-width v0.1.14
34842026-05-28T16:59:53.266Z[ host-package] Compiling samael v0.0.19
34852026-05-28T16:59:53.312Z[ helios-setup] May 28 16:59:52.771 INFO E| Compiling unicode-segmentation v1.12.0
34862026-05-28T16:59:53.331Z[ helios-setup] May 28 16:59:52.791 INFO E| Compiling byteorder v1.5.0
34872026-05-28T16:59:53.441Z[ helios-setup] May 28 16:59:52.900 INFO E| Compiling proc-macro-error-attr v1.0.4
34882026-05-28T16:59:53.444Z[ host-package] Compiling openssl-probe v0.1.6
34892026-05-28T16:59:53.495Z[ helios-setup] May 28 16:59:52.954 INFO E| Compiling proc-macro-error v1.0.4
34902026-05-28T16:59:53.498Z[ helios-setup] May 28 16:59:52.955 INFO E| Compiling num-traits v0.2.19
34912026-05-28T16:59:53.498Z[ helios-setup] May 28 16:59:52.955 INFO E| Compiling memoffset v0.9.1
34922026-05-28T16:59:53.520Z[ helios-setup] May 28 16:59:52.980 INFO E| Compiling ansi_term v0.12.1
34932026-05-28T16:59:53.610Z[ helios-setup] May 28 16:59:53.070 INFO E| Compiling unic-common v0.9.0
34942026-05-28T16:59:53.624Z[ helios-setup] May 28 16:59:53.084 INFO E| Compiling fletcher v1.0.0
34952026-05-28T16:59:53.737Z[ host-package] Compiling typify-macro v0.4.3
34962026-05-28T16:59:53.792Z[ helios-setup] May 28 16:59:53.252 INFO E| Compiling textwrap v0.11.0
34972026-05-28T16:59:53.803Z[ helios-setup] May 28 16:59:53.263 INFO E| Compiling bitflags v1.3.2
34982026-05-28T16:59:53.888Z[ helios-setup] May 28 16:59:53.348 INFO E| Compiling vec_map v0.8.2
34992026-05-28T16:59:53.892Z[ helios-setup] May 28 16:59:53.352 INFO E| Compiling strum v0.27.1
35002026-05-28T16:59:53.933Z[ helios-setup] May 28 16:59:53.392 INFO E| Compiling heck v0.3.3
35012026-05-28T16:59:53.950Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35022026-05-28T16:59:53.995Z[ helios-setup] May 28 16:59:53.455 INFO E| Compiling strsim v0.8.0
35032026-05-28T16:59:54.016Z[ helios-setup] May 28 16:59:53.475 INFO E| Compiling unic-char-range v0.9.0
35042026-05-28T16:59:54.103Z[ helios-setup] May 28 16:59:53.563 INFO E| Compiling unic-ucd-version v0.9.0
35052026-05-28T16:59:54.137Z[ helios-setup] May 28 16:59:53.597 INFO E| Compiling lazy_static v1.5.0
35062026-05-28T16:59:54.182Z[ helios-setup] May 28 16:59:53.641 INFO E| Compiling log v0.4.27
35072026-05-28T16:59:54.185Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35082026-05-28T16:59:54.198Z[ helios-setup] May 28 16:59:53.657 INFO E| Compiling plain v0.2.3
35092026-05-28T16:59:54.244Z[ helios-setup] May 28 16:59:53.703 INFO E| Compiling quote v1.0.40
35102026-05-28T16:59:54.299Z[ helios-setup] May 28 16:59:53.754 INFO E| Compiling unic-char-property v0.9.0
35112026-05-28T16:59:54.314Z[ helios-setup] May 28 16:59:53.774 INFO E| Compiling bytesize v2.0.1
35122026-05-28T16:59:54.388Z[ helios-setup] May 28 16:59:53.848 INFO E| Compiling unic-ucd-ident v0.9.0
35132026-05-28T16:59:54.443Z[ helios-setup] May 28 16:59:53.902 INFO E| Compiling atty v0.2.14
35142026-05-28T16:59:54.512Z[ helios-setup] May 28 16:59:53.972 INFO E| Compiling syn v2.0.101
35152026-05-28T16:59:54.531Z[ helios-setup] May 28 16:59:53.990 INFO E| Compiling clap v2.34.0
35162026-05-28T16:59:55.077Z[ host-package] Compiling half v1.8.3
35172026-05-28T16:59:55.197Z[ helios-setup] May 28 16:59:54.656 INFO E| Compiling parse_int v0.9.0
35182026-05-28T16:59:55.547Z[ host-package] Compiling serde_cbor v0.11.2
35192026-05-28T16:59:55.654Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35202026-05-28T16:59:55.710Z[ host-package] Compiling bb8 v0.8.6
35212026-05-28T16:59:55.863Z[ host-package] Compiling trait-variant v0.1.2
35222026-05-28T16:59:56.042Z[ host-package] Compiling typify v0.4.3
35232026-05-28T16:59:56.252Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35242026-05-28T16:59:56.335Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35252026-05-28T16:59:56.623Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35262026-05-28T16:59:56.816Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
35272026-05-28T16:59:56.871Z[ host-package] Compiling polar-core v0.27.3
35282026-05-28T16:59:56.977Z[ host-package] Compiling progenitor-impl v0.11.2
35292026-05-28T16:59:57.119Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35302026-05-28T16:59:57.185Z[ host-package] Compiling fxhash v0.2.1
35312026-05-28T16:59:57.409Z[ helios-setup] May 28 16:59:56.869 INFO E| Compiling serde_derive_internals v0.29.1
35322026-05-28T16:59:57.530Z[ host-package] Compiling libz-sys v1.1.24
35332026-05-28T16:59:57.971Z[ helios-setup] May 28 16:59:57.431 INFO E| Compiling modular-bitfield-impl v0.11.2
35342026-05-28T16:59:57.971Z[ helios-setup] May 28 16:59:57.431 INFO E| Compiling structopt-derive v0.4.18
35352026-05-28T16:59:58.006Z[ host-package] Compiling nonempty v0.12.0
35362026-05-28T16:59:58.099Z[ host-package] Compiling salty v0.3.0
35372026-05-28T16:59:58.228Z[ helios-setup] May 28 16:59:57.688 INFO E| Compiling thiserror-impl v2.0.12
35382026-05-28T16:59:58.228Z[ helios-setup] May 28 16:59:57.688 INFO E| Compiling serde_derive v1.0.219
35392026-05-28T16:59:58.228Z[ helios-setup] May 28 16:59:57.688 INFO E| Compiling zerocopy-derive v0.8.25
35402026-05-28T16:59:58.232Z[ helios-setup] May 28 16:59:57.688 INFO E| Compiling num-derive v0.4.2
35412026-05-28T16:59:58.232Z[ helios-setup] May 28 16:59:57.688 INFO E| Compiling modular-bitfield-impl v0.13.1
35422026-05-28T16:59:58.232Z[ helios-setup] May 28 16:59:57.688 INFO E| Compiling scroll_derive v0.12.1
35432026-05-28T16:59:58.232Z[ helios-setup] May 28 16:59:57.689 INFO E| Compiling strum_macros v0.27.1
35442026-05-28T16:59:58.540Z[ helios-setup] May 28 16:59:58.000 INFO E| Compiling schemars_derive v0.8.22
35452026-05-28T16:59:58.593Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35462026-05-28T16:59:58.899Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35472026-05-28T16:59:59.270Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35482026-05-28T16:59:59.339Z[ helios-setup] May 28 16:59:58.798 INFO E| Compiling modular-bitfield v0.11.2
35492026-05-28T16:59:59.367Z[ host-package] Compiling progenitor-client v0.11.2
35502026-05-28T16:59:59.523Z[ helios-setup] May 28 16:59:58.983 INFO E| Compiling structopt v0.3.26
35512026-05-28T16:59:59.587Z[ helios-setup] May 28 16:59:59.047 INFO E| Compiling scroll v0.12.0
35522026-05-28T16:59:59.945Z[ helios-setup] May 28 16:59:59.404 INFO E| Compiling goblin v0.9.3
35532026-05-28T17:00:00.400Z[ helios-setup] May 28 16:59:59.860 INFO E| Compiling modular-bitfield v0.13.1
35542026-05-28T17:00:00.449Z[ host-package] Compiling progenitor-macro v0.11.2
35552026-05-28T17:00:00.495Z[ host-package] Compiling kstat-rs v0.2.4
35562026-05-28T17:00:00.498Z[ helios-setup] May 28 16:59:59.958 INFO E| Compiling pest v2.8.0
35572026-05-28T17:00:01.410Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35582026-05-28T17:00:02.015Z[ host-package] Compiling arc-swap v1.8.2
35592026-05-28T17:00:02.030Z[ helios-setup] May 28 17:00:01.490 INFO E| Compiling pest_meta v2.8.0
35602026-05-28T17:00:02.764Z[ helios-setup] May 28 17:00:02.224 INFO E| Compiling pest_generator v2.8.0
35612026-05-28T17:00:03.170Z[ host-package] Compiling slog-scope v4.4.1
35622026-05-28T17:00:03.249Z[ host-package] Compiling mime_guess v2.0.5
35632026-05-28T17:00:03.500Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35642026-05-28T17:00:03.726Z[ helios-setup] May 28 17:00:03.185 INFO E| Compiling pest_derive v2.8.0
35652026-05-28T17:00:03.761Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35662026-05-28T17:00:04.030Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35672026-05-28T17:00:04.557Z[ helios-setup] May 28 17:00:04.017 INFO E| Compiling json5 v0.4.1
35682026-05-28T17:00:05.476Z[ host-package] Compiling progenitor v0.11.2
35692026-05-28T17:00:05.710Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
35702026-05-28T17:00:05.752Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35712026-05-28T17:00:05.762Z[ helios-setup] May 28 17:00:05.222 INFO E| Compiling four-cc v0.4.0
35722026-05-28T17:00:05.762Z[ helios-setup] May 28 17:00:05.222 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35732026-05-28T17:00:05.911Z[ helios-setup] May 28 17:00:05.371 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35742026-05-28T17:00:06.389Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35752026-05-28T17:00:06.581Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35762026-05-28T17:00:07.334Z[ host-package] Compiling nanorand v0.7.0
35772026-05-28T17:00:07.764Z[ host-package] Compiling darling_core v0.23.0
35782026-05-28T17:00:07.999Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35792026-05-28T17:00:08.224Z[ host-package] Compiling oso v0.27.3
35802026-05-28T17:00:08.467Z[ host-package] Compiling parking_lot_core v0.8.6
35812026-05-28T17:00:10.097Z[ host-package] Compiling darling_macro v0.23.0
35822026-05-28T17:00:12.761Z[ host-package] Compiling diesel-dtrace v0.5.0
35832026-05-28T17:00:13.152Z[ host-package] Compiling async-bb8-diesel v0.2.1
35842026-05-28T17:00:13.636Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35852026-05-28T17:00:13.811Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35862026-05-28T17:00:14.900Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35872026-05-28T17:00:16.670Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35882026-05-28T17:00:16.957Z[ host-package] Compiling flume v0.11.1
35892026-05-28T17:00:17.430Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35902026-05-28T17:00:17.516Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35912026-05-28T17:00:18.381Z[ host-package] Compiling slog-stdlog v4.1.1
35922026-05-28T17:00:19.321Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35932026-05-28T17:00:19.958Z[ host-package] Compiling primeorder v0.13.6
35942026-05-28T17:00:20.273Z[ host-package] Compiling atty v0.2.14
35952026-05-28T17:00:20.401Z[ helios-setup] May 28 17:00:19.861 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35962026-05-28T17:00:20.441Z[ host-package] Compiling http-range v0.1.5
35972026-05-28T17:00:20.675Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35982026-05-28T17:00:20.743Z[ host-package] Compiling instability v0.3.11
35992026-05-28T17:00:20.932Z[ host-package] Compiling strsim v0.10.0
36002026-05-28T17:00:21.036Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36012026-05-28T17:00:21.288Z[ host-package] Compiling darling_core v0.13.4
36022026-05-28T17:00:21.363Z[ host-package] Compiling p384 v0.13.1
36032026-05-28T17:00:22.213Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36042026-05-28T17:00:22.339Z[ host-package] Compiling slog-envlogger v2.2.0
36052026-05-28T17:00:23.573Z[ helios-setup] May 28 17:00:23.030 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36062026-05-28T17:00:23.616Z[ host-package] Compiling darling v0.23.0
36072026-05-28T17:00:23.694Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36082026-05-28T17:00:23.768Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36092026-05-28T17:00:23.893Z[ host-package] Compiling ignore v0.4.25
36102026-05-28T17:00:23.939Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36112026-05-28T17:00:24.134Z[ host-package] Compiling castaway v0.2.4
36122026-05-28T17:00:24.353Z[ host-package] Compiling vergen-git2 v9.1.0
36132026-05-28T17:00:24.595Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36142026-05-28T17:00:24.662Z[ host-package] Compiling indoc v2.0.7
36152026-05-28T17:00:24.723Z[ host-package] Compiling globwalk v0.9.1
36162026-05-28T17:00:24.924Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36172026-05-28T17:00:25.431Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36182026-05-28T17:00:25.476Z[ host-package] Compiling compact_str v0.8.1
36192026-05-28T17:00:25.756Z[ host-package] Compiling parking_lot v0.11.2
36202026-05-28T17:00:26.060Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-05-28T17:00:26.173Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36222026-05-28T17:00:26.716Z[ host-package] Compiling darling_macro v0.13.4
36232026-05-28T17:00:26.771Z[ host-package] Compiling hyper-staticfile v0.10.1
36242026-05-28T17:00:27.355Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36252026-05-28T17:00:27.622Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36262026-05-28T17:00:28.153Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36272026-05-28T17:00:28.259Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36282026-05-28T17:00:28.313Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
36292026-05-28T17:00:28.657Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36302026-05-28T17:00:28.706Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36312026-05-28T17:00:29.044Z[ host-package] Compiling predicates-tree v1.0.13
36322026-05-28T17:00:29.169Z[ host-package] Compiling unicode-truncate v1.1.0
36332026-05-28T17:00:29.231Z[ host-package] Compiling lru v0.12.5
36342026-05-28T17:00:29.444Z[ host-package] Compiling rand_seeder v0.4.0
36352026-05-28T17:00:29.532Z[ host-package] Compiling prefix-trie v0.7.0
36362026-05-28T17:00:29.593Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36372026-05-28T17:00:29.709Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36382026-05-28T17:00:29.755Z[ host-package] Compiling corncobs v0.1.4
36392026-05-28T17:00:29.930Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
36402026-05-28T17:00:30.105Z[ host-package] Compiling rustls v0.21.12
36412026-05-28T17:00:30.230Z[ host-package] Compiling cassowary v0.3.0
36422026-05-28T17:00:30.276Z[ host-package] Compiling hickory-server v0.25.2
36432026-05-28T17:00:30.427Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36442026-05-28T17:00:30.453Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36452026-05-28T17:00:30.551Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36462026-05-28T17:00:30.587Z[ host-package] Compiling ratatui v0.29.0
36472026-05-28T17:00:30.702Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36482026-05-28T17:00:31.002Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36492026-05-28T17:00:31.159Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-05-28T17:00:31.263Z[ host-package] Compiling darling v0.13.4
36512026-05-28T17:00:31.703Z[ host-package] Compiling sled v0.34.7
36522026-05-28T17:00:31.732Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36532026-05-28T17:00:31.866Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36542026-05-28T17:00:31.912Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36552026-05-28T17:00:34.041Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
36562026-05-28T17:00:34.363Z[ helios-setup] May 28 17:00:33.823 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.87s
36572026-05-28T17:00:34.397Z[ helios-setup] May 28 17:00:33.857 INFO building project "amd-host-image-builder" ok (43 seconds)
36582026-05-28T17:00:34.397Z[ helios-setup] May 28 17:00:33.857 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36592026-05-28T17:00:34.407Z[ helios-setup] May 28 17:00:33.867 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
36602026-05-28T17:00:34.407Z[ helios-setup] May 28 17:00:33.867 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36612026-05-28T17:00:34.407Z[ helios-setup] May 28 17:00:33.867 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36622026-05-28T17:00:34.594Z[ helios-setup] May 28 17:00:34.054 INFO E| Downloading crates ...
36632026-05-28T17:00:34.636Z[ helios-setup] May 28 17:00:34.096 INFO E| Downloaded adler2 v2.0.0
36642026-05-28T17:00:34.648Z[ helios-setup] May 28 17:00:34.108 INFO E| Downloaded miniz_oxide v0.8.8
36652026-05-28T17:00:34.689Z[ helios-setup] May 28 17:00:34.149 INFO E| Compiling adler2 v2.0.0
36662026-05-28T17:00:34.769Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36672026-05-28T17:00:34.786Z[ helios-setup] May 28 17:00:34.246 INFO E| Compiling miniz_oxide v0.8.8
36682026-05-28T17:00:34.920Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36692026-05-28T17:00:35.077Z[ host-package] Compiling rustls-webpki v0.101.7
36702026-05-28T17:00:35.148Z[ host-package] Compiling sct v0.7.1
36712026-05-28T17:00:35.215Z[ host-package] Compiling secrecy v0.8.0
36722026-05-28T17:00:35.421Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36732026-05-28T17:00:35.510Z[ host-package] Compiling git2 v0.20.4
36742026-05-28T17:00:35.547Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
36752026-05-28T17:00:35.865Z[ helios-setup] May 28 17:00:35.324 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36762026-05-28T17:00:35.915Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36772026-05-28T17:00:36.502Z[ helios-setup] May 28 17:00:35.962 INFO E| Finished `release` profile [optimized] target(s) in 2.08s
36782026-05-28T17:00:36.512Z[ helios-setup] May 28 17:00:35.972 INFO building project "pinprick" ok (2 seconds)
36792026-05-28T17:00:36.514Z[ helios-setup] rm -f helios-build
36802026-05-28T17:00:36.515Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36812026-05-28T17:00:36.525Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36822026-05-28T17:00:36.528Z[ helios-setup]
36832026-05-28T17:00:36.531Z[ helios-setup] Setup complete! ./helios-build is now available.
36842026-05-28T17:00:36.531Z[ helios-setup]
36852026-05-28T17:00:36.531Z[ helios-setup]
36862026-05-28T17:00:36.531Z[ helios-setup] real 2:25.815859517
36872026-05-28T17:00:36.531Z[ helios-setup] user 6:46.697737229
36882026-05-28T17:00:36.531Z[ helios-setup] sys 1:13.755294084
36892026-05-28T17:00:36.531Z[ helios-setup] trap 0.429407591
36902026-05-28T17:00:36.531Z[ helios-setup] tflt 2.685765881
36912026-05-28T17:00:36.531Z[ helios-setup] dflt 6.423697314
36922026-05-28T17:00:36.531Z[ helios-setup] kflt 0.005001656
36932026-05-28T17:00:36.532Z[ helios-setup] lock 29:23.399734124
36942026-05-28T17:00:36.532Z[ helios-setup] slp 29:14.424590525
36952026-05-28T17:00:36.532Z[ helios-setup] lat 3:59.229781596
36962026-05-28T17:00:36.532Z[ helios-setup] stop 1:26.864611581
36972026-05-28T17:00:36.535ZMay 28 17:00:35.992 INFO [helios-setup] process exited with exit status: 0 (145.818597031s)
36982026-05-28T17:00:36.535ZMay 28 17:00:35.992 INFO [helios-record] running task
36992026-05-28T17:00:36.535ZMay 28 17:00:35.992 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37002026-05-28T17:00:36.550ZMay 28 17:00:36.010 DEBG process exited with exit status: 0 (18.189148ms)
37012026-05-28T17:00:36.550ZMay 28 17:00:36.010 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37022026-05-28T17:00:36.559ZMay 28 17:00:36.019 DEBG process exited with exit status: 0 (8.930124ms)
37032026-05-28T17:00:36.559ZMay 28 17:00:36.019 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37042026-05-28T17:00:36.563ZMay 28 17:00:36.023 DEBG process exited with exit status: 0 (3.657536ms)
37052026-05-28T17:00:36.563ZMay 28 17:00:36.023 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37062026-05-28T17:00:36.566ZMay 28 17:00:36.026 DEBG process exited with exit status: 0 (3.267465ms)
37072026-05-28T17:00:36.566ZMay 28 17:00:36.026 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37082026-05-28T17:00:36.569ZMay 28 17:00:36.029 DEBG process exited with exit status: 0 (3.256815ms)
37092026-05-28T17:00:36.569ZMay 28 17:00:36.029 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37102026-05-28T17:00:36.572ZMay 28 17:00:36.033 DEBG process exited with exit status: 0 (3.123104ms)
37112026-05-28T17:00:36.572ZMay 28 17:00:36.033 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37122026-05-28T17:00:36.576ZMay 28 17:00:36.036 DEBG process exited with exit status: 0 (3.428306ms)
37132026-05-28T17:00:36.576ZMay 28 17:00:36.036 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37142026-05-28T17:00:36.579ZMay 28 17:00:36.039 DEBG process exited with exit status: 0 (3.053754ms)
37152026-05-28T17:00:36.579ZMay 28 17:00:36.039 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37162026-05-28T17:00:36.582ZMay 28 17:00:36.042 DEBG process exited with exit status: 0 (3.131155ms)
37172026-05-28T17:00:36.585ZMay 28 17:00:36.043 INFO [helios-record] task succeeded (50.827358ms)
37182026-05-28T17:00:36.864Z[ host-package] Compiling serde_with_macros v1.5.2
37192026-05-28T17:00:37.714Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37202026-05-28T17:00:38.667Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37212026-05-28T17:00:38.720Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37222026-05-28T17:00:38.995Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37232026-05-28T17:00:39.140Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37242026-05-28T17:00:39.453Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37252026-05-28T17:00:39.688Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
37262026-05-28T17:00:39.919Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37272026-05-28T17:00:40.103Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37282026-05-28T17:00:40.195Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37292026-05-28T17:00:40.224Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37302026-05-28T17:00:40.340Z[ host-package] Compiling base64 v0.21.7
37312026-05-28T17:00:40.442Z[ host-package] Compiling void v1.0.2
37322026-05-28T17:00:40.574Z[ host-package] Compiling lzss v0.8.2
37332026-05-28T17:00:40.637Z[ host-package] Compiling ron v0.8.1
37342026-05-28T17:00:40.732Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37352026-05-28T17:00:41.169Z[ host-package] Compiling illumos-nvpair v0.3.0
37362026-05-28T17:00:41.667Z[ host-package] Compiling serde_with v1.14.0
37372026-05-28T17:00:41.906Z[ host-package] Compiling tokio-rustls v0.24.1
37382026-05-28T17:00:42.192Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37392026-05-28T17:00:42.853Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37402026-05-28T17:00:43.044Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37412026-05-28T17:00:44.382Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37422026-05-28T17:00:44.440Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37432026-05-28T17:00:44.813Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37442026-05-28T17:00:45.553Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37452026-05-28T17:00:45.749Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37462026-05-28T17:00:46.003Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-05-28T17:00:46.027Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37482026-05-28T17:00:46.107Z[ host-package] Compiling tungstenite v0.23.0
37492026-05-28T17:00:46.241Z[ host-package] Compiling rustls-pemfile v1.0.4
37502026-05-28T17:00:46.292Z[ host-package] Compiling nix v0.27.1
37512026-05-28T17:00:46.670Z[ host-package] Compiling twox-hash v2.1.2
37522026-05-28T17:00:47.223Z[ host-package] Compiling serde_bytes v0.11.19
37532026-05-28T17:00:47.556Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37542026-05-28T17:00:47.599Z[ host-package] Compiling tokio-tungstenite v0.23.1
37552026-05-28T17:00:47.738Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37562026-05-28T17:00:48.027Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37572026-05-28T17:00:48.634Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37582026-05-28T17:00:48.787Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37592026-05-28T17:00:51.403Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37602026-05-28T17:00:51.990Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
37612026-05-28T17:00:53.038Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37622026-05-28T17:00:53.417Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37632026-05-28T17:00:53.699Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37642026-05-28T17:00:53.818Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37652026-05-28T17:00:53.881Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37662026-05-28T17:00:53.928Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37672026-05-28T17:00:54.149Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37682026-05-28T17:00:55.016Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37692026-05-28T17:00:55.651Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37702026-05-28T17:00:56.435Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37712026-05-28T17:00:56.923Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37722026-05-28T17:00:57.320Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37732026-05-28T17:00:57.393Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37742026-05-28T17:00:58.333Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37752026-05-28T17:00:58.616Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37762026-05-28T17:00:58.711Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37772026-05-28T17:00:59.649Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37782026-05-28T17:01:00.176Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37792026-05-28T17:01:00.407Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37802026-05-28T17:01:00.610Z[ host-package] Compiling signal-hook-tokio v0.3.1
37812026-05-28T17:01:00.838Z[ host-package] Compiling fatfs v0.3.6
37822026-05-28T17:01:01.920Z[ host-package] Compiling yasna v0.5.2
37832026-05-28T17:01:02.042Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37842026-05-28T17:01:02.479Z[ host-package] Compiling seq-macro v0.3.6
37852026-05-28T17:01:02.718Z[ host-package] Compiling is_ci v1.2.0
37862026-05-28T17:01:02.823Z[ host-package] Compiling assert_matches v1.5.0
37872026-05-28T17:01:02.938Z[ host-package] Compiling supports-color v3.0.2
37882026-05-28T17:01:02.962Z[ host-package] Compiling rcgen v0.12.1
37892026-05-28T17:01:02.985Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37902026-05-28T17:01:03.433Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37912026-05-28T17:01:03.728Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37922026-05-28T17:01:03.753Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37932026-05-28T17:01:03.883Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37942026-05-28T17:01:03.993Z[ host-package] Compiling rtoolbox v0.0.3
37952026-05-28T17:01:04.039Z[ host-package] Compiling subprocess v0.2.15
37962026-05-28T17:01:04.195Z[ host-package] Compiling rpassword v7.4.0
37972026-05-28T17:01:04.286Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37982026-05-28T17:01:04.491Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37992026-05-28T17:01:06.256Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38002026-05-28T17:01:06.401Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38012026-05-28T17:01:07.361Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38022026-05-28T17:01:07.534Z[ host-package] Compiling tui-tree-widget v0.23.1
38032026-05-28T17:01:07.829Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38042026-05-28T17:01:08.264Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38052026-05-28T17:01:08.821Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38062026-05-28T17:01:08.890Z[ host-package] Compiling uzers v0.12.2
38072026-05-28T17:01:09.664Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38082026-05-28T17:01:10.394Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38092026-05-28T17:01:11.649Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38102026-05-28T17:01:12.335Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38112026-05-28T17:01:16.261Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38122026-05-28T17:01:17.086Z[ host-package] Compiling support-bundle-viewer v0.1.2
38132026-05-28T17:01:19.005Z[ host-package] Compiling multimap v0.10.1
38142026-05-28T17:01:24.284Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38152026-05-28T17:01:31.651Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38162026-05-28T17:01:39.122Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38172026-05-28T17:01:39.198Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38182026-05-28T17:07:54.606Z[ host-package] Finished `release` profile [optimized] target(s) in 8m 50s
38192026-05-28T17:08:42.439ZMay 28 17:08:41.901 INFO [host-package] process exited with exit status: 0 (578.779032214s)
38202026-05-28T17:08:42.439ZMay 28 17:08:41.901 INFO [host-stamp] running task
38212026-05-28T17:08:42.443ZMay 28 17:08:41.901 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 20.0.0-0.ci+git7692d04989d
38222026-05-28T17:08:42.443ZMay 28 17:08:41.901 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38232026-05-28T17:08:42.443ZMay 28 17:08:41.902 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 20.0.0-0.ci+git7692d04989d
38242026-05-28T17:08:42.443ZMay 28 17:08:41.902 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 20.0.0-0.ci+git7692d04989d
38252026-05-28T17:08:42.443ZMay 28 17:08:41.902 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 20.0.0-0.ci+git7692d04989d
38262026-05-28T17:08:42.443ZMay 28 17:08:41.902 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 20.0.0-0.ci+git7692d04989d
38272026-05-28T17:08:42.443ZMay 28 17:08:41.903 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 20.0.0-0.ci+git7692d04989d
38282026-05-28T17:08:42.443ZMay 28 17:08:41.903 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 20.0.0-0.ci+git7692d04989d
38292026-05-28T17:08:42.443ZMay 28 17:08:41.903 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 20.0.0-0.ci+git7692d04989d
38302026-05-28T17:08:42.452Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38312026-05-28T17:08:42.452Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38322026-05-28T17:08:42.452Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38332026-05-28T17:08:42.452Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38342026-05-28T17:08:42.452Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38352026-05-28T17:08:42.452Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38362026-05-28T17:08:42.455Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38372026-05-28T17:08:42.455Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38382026-05-28T17:08:42.456Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38392026-05-28T17:08:42.456Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38402026-05-28T17:08:42.459ZMay 28 17:08:41.920 INFO [stamp-overlay] process exited with exit status: 0 (16.694275ms)
38412026-05-28T17:08:42.464Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38422026-05-28T17:08:42.467ZMay 28 17:08:41.928 INFO [stamp-oxlog] process exited with exit status: 0 (25.998879ms)
38432026-05-28T17:08:42.492Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38442026-05-28T17:08:42.496ZMay 28 17:08:41.958 INFO [stamp-crucible-utils] process exited with exit status: 0 (56.013475ms)
38452026-05-28T17:08:42.514Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38462026-05-28T17:08:42.517ZMay 28 17:08:41.980 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (77.531599ms)
38472026-05-28T17:08:42.629Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38482026-05-28T17:08:42.633ZMay 28 17:08:42.095 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (193.616736ms)
38492026-05-28T17:08:42.858Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38502026-05-28T17:08:42.862ZMay 28 17:08:42.324 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (421.164684ms)
38512026-05-28T17:08:43.010Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38522026-05-28T17:08:43.013ZMay 28 17:08:42.476 INFO [stamp-propolis-server] process exited with exit status: 0 (574.472289ms)
38532026-05-28T17:08:43.452Z[recovery-package] Compiling newtype-uuid v1.3.2
38542026-05-28T17:08:43.695Z[recovery-package] Compiling daft v0.1.7
38552026-05-28T17:08:43.907Z[recovery-package] Compiling iddqd v0.4.2
38562026-05-28T17:08:44.847Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38572026-05-28T17:08:45.107Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38582026-05-28T17:08:45.107Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38592026-05-28T17:08:45.108Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38602026-05-28T17:08:45.111Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38612026-05-28T17:08:45.111Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38622026-05-28T17:08:45.111Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38632026-05-28T17:08:45.111Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38642026-05-28T17:08:45.111Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38652026-05-28T17:08:45.223Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38662026-05-28T17:08:45.492Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38672026-05-28T17:08:45.531Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38682026-05-28T17:08:45.628Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38692026-05-28T17:08:48.697Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38702026-05-28T17:08:48.701ZMay 28 17:08:48.163 INFO [stamp-switch-asic] process exited with exit status: 0 (6.260720826s)
38712026-05-28T17:08:48.701ZMay 28 17:08:48.163 INFO [host-stamp] task succeeded (6.26266171s)
38722026-05-28T17:08:48.701ZMay 28 17:08:48.163 INFO [host-proto] running task
38732026-05-28T17:08:49.161ZMay 28 17:08:48.623 INFO [host-proto] task succeeded (459.647502ms)
38742026-05-28T17:08:49.161ZMay 28 17:08:48.623 INFO [host-profile] running task
38752026-05-28T17:08:49.164ZMay 28 17:08:48.623 INFO [host-profile] task succeeded (228.611µs)
38762026-05-28T17:08:49.164ZMay 28 17:08:48.624 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.40.479' -P /tmp/.tmpF3EbOY/proto/host/root -N 'ci 7692d04/${os_short_commit} 2026-05-28 16:58' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38772026-05-28T17:08:49.167Z[ host-image] May 28 17:08:48.630 INFO Checking files for board 'cosmo'
38782026-05-28T17:08:49.167Z[ host-image] May 28 17:08:48.630 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38792026-05-28T17:08:49.168Z[ host-image] May 28 17:08:48.630 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38802026-05-28T17:08:49.168Z[ host-image] May 28 17:08:48.630 INFO Checking files for board 'cosmo-mbist-noaggr'
38812026-05-28T17:08:49.170Z[ host-image] May 28 17:08:48.630 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38822026-05-28T17:08:49.170Z[ host-image] May 28 17:08:48.630 INFO Checking files for board 'gimlet'
38832026-05-28T17:08:49.170Z[ host-image] May 28 17:08:48.630 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38842026-05-28T17:08:49.170Z[ host-image] May 28 17:08:48.630 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38852026-05-28T17:08:49.171Z[ host-image] May 28 17:08:48.630 INFO Checking files for board 'cosmo-mbist'
38862026-05-28T17:08:49.171Z[ host-image] May 28 17:08:48.630 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38872026-05-28T17:08:49.175Z[ host-image] May 28 17:08:48.638 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpF3EbOY/proto/host/root"
38882026-05-28T17:08:49.176Z[ host-image] May 28 17:08:48.638 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38892026-05-28T17:08:49.178Z[ host-image] May 28 17:08:48.638 INFO image builder template: ramdisk-01-os...
38902026-05-28T17:08:49.178Z[ host-image] May 28 17:08:48.638 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/.tmpF3EbOY/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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38912026-05-28T17:08:49.202Z[ host-image] May 28 17:08:48.650 INFO O| May 28 17:08:48.650 INFO CREATE DATASET: rpool/images/build/host/output
38922026-05-28T17:08:49.716Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38932026-05-28T17:08:49.716Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38942026-05-28T17:08:49.716Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38952026-05-28T17:08:49.719Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38962026-05-28T17:08:49.719Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38972026-05-28T17:08:50.966Z[ host-image] May 28 17:08:50.428 INFO O| May 28 17:08:50.428 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38982026-05-28T17:08:50.969Z[ host-image] May 28 17:08:50.431 INFO O| May 28 17:08:50.431 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38992026-05-28T17:08:51.159Z[ host-image] May 28 17:08:50.621 INFO O| May 28 17:08:50.621 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39002026-05-28T17:08:51.205Z[ host-image] May 28 17:08:50.667 INFO O| May 28 17:08:50.667 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39012026-05-28T17:08:51.205Z[ host-image] May 28 17:08:50.667 INFO O| May 28 17:08:50.667 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39022026-05-28T17:08:51.209Z[ host-image] May 28 17:08:50.667 INFO O| May 28 17:08:50.667 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39032026-05-28T17:08:51.209Z[ host-image] May 28 17:08:50.667 INFO O| May 28 17:08:50.667 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39042026-05-28T17:08:51.212Z[ host-image] May 28 17:08:50.673 INFO O| May 28 17:08:50.673 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39052026-05-28T17:08:51.417Z[ host-image] May 28 17:08:50.879 INFO O| May 28 17:08:50.879 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-05-28T17:08:51.423Z[ host-image] May 28 17:08:50.886 INFO O| May 28 17:08:50.886 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39072026-05-28T17:08:51.692Z[ host-image] May 28 17:08:51.154 INFO O| May 28 17:08:51.154 INFO O| Caching catalogs ... Done
39082026-05-28T17:08:51.756Z[ host-image] May 28 17:08:51.219 INFO O| May 28 17:08:51.219 INFO STEP 0 (pkg_image_create) COMPLETE
39092026-05-28T17:08:51.757Z[ host-image] May 28 17:08:51.219 INFO O| May 28 17:08:51.219 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-05-28T17:08:51.764Z[ host-image] May 28 17:08:51.227 INFO O| May 28 17:08:51.227 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"]
39112026-05-28T17:08:52.008Z[ host-image] May 28 17:08:51.470 INFO O| May 28 17:08:51.470 INFO STEP 1 (pkg_set_publisher) COMPLETE
39122026-05-28T17:08:52.008Z[ host-image] May 28 17:08:51.470 INFO O| May 28 17:08:51.470 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-05-28T17:08:52.012Z[ host-image] May 28 17:08:51.470 INFO O| May 28 17:08:51.470 INFO skip step because feature "publisher_1_name" is not enabled
39142026-05-28T17:08:52.012Z[ host-image] May 28 17:08:51.470 INFO O| May 28 17:08:51.470 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-05-28T17:08:52.012Z[ host-image] May 28 17:08:51.470 INFO O| May 28 17:08:51.470 INFO skip step because feature "publisher_2_name" is not enabled
39162026-05-28T17:08:52.012Z[ host-image] May 28 17:08:51.470 INFO O| May 28 17:08:51.470 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-05-28T17:08:52.012Z[ host-image] May 28 17:08:51.470 INFO O| May 28 17:08:51.470 INFO skip step because feature "publisher_3_name" is not enabled
39182026-05-28T17:08:52.012Z[ host-image] May 28 17:08:51.470 INFO O| May 28 17:08:51.470 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39192026-05-28T17:08:52.250Z[ host-image] May 28 17:08:51.712 INFO O| May 28 17:08:51.712 INFO variant opensolaris.zone is already global
39202026-05-28T17:08:52.250Z[ host-image] May 28 17:08:51.712 INFO O| May 28 17:08:51.712 INFO STEP 5 (pkg_change_variant) COMPLETE
39212026-05-28T17:08:52.250Z[ host-image] May 28 17:08:51.712 INFO O| May 28 17:08:51.712 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-05-28T17:08:52.494Z[ host-image] May 28 17:08:51.956 INFO O| May 28 17:08:51.956 INFO variant opensolaris.imagetype is full; changing to partial
39232026-05-28T17:08:52.494Z[ host-image] May 28 17:08:51.956 INFO O| May 28 17:08:51.956 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39242026-05-28T17:08:52.983Z[ host-image] May 28 17:08:52.445 INFO O| May 28 17:08:52.445 INFO O| Startup: Refreshing catalog 'helios' ... Done
39252026-05-28T17:08:53.045Z[ host-image] May 28 17:08:52.507 INFO O| May 28 17:08:52.507 INFO O| Startup: Caching catalogs ... Done
39262026-05-28T17:08:53.049Z[ host-image] May 28 17:08:52.511 INFO O| May 28 17:08:52.511 INFO O| Planning: Planning completed in 0.00 seconds
39272026-05-28T17:08:53.049Z[ host-image] May 28 17:08:52.511 INFO O| May 28 17:08:52.511 INFO O| Planning: Consolidating action changes ... Done
39282026-05-28T17:08:53.049Z[ host-image] May 28 17:08:52.511 INFO O| May 28 17:08:52.511 INFO O| Planning: Evaluating mediators ... Done
39292026-05-28T17:08:53.049Z[ host-image] May 28 17:08:52.511 INFO O| May 28 17:08:52.511 INFO O| Planning: Planning completed in 0.00 seconds
39302026-05-28T17:08:53.052Z[ host-image] May 28 17:08:52.511 INFO O| May 28 17:08:52.511 INFO O| Variants/Facets to change: 1
39312026-05-28T17:08:53.058Z[ host-image] May 28 17:08:52.521 INFO O| May 28 17:08:52.521 INFO O| Finalize: Updating package state database ... Done
39322026-05-28T17:08:53.058Z[ host-image] May 28 17:08:52.521 INFO O| May 28 17:08:52.521 INFO O| Finalize: Updating package cache ... Done
39332026-05-28T17:08:53.070Z[ host-image] May 28 17:08:52.532 INFO O| May 28 17:08:52.532 INFO O| Finalize: Updating image state ... Done
39342026-05-28T17:08:53.073Z[ host-image] May 28 17:08:52.534 INFO O| May 28 17:08:52.534 INFO O| Finalize: Creating fast lookup database ... Done
39352026-05-28T17:08:53.074Z[ host-image] May 28 17:08:52.535 INFO O| May 28 17:08:52.535 INFO O| Finalize: Reading search index ... Done
39362026-05-28T17:08:53.074Z[ host-image] May 28 17:08:52.535 INFO O| May 28 17:08:52.535 INFO O| Finalize: Updating search index ... Done
39372026-05-28T17:08:53.074Z[ host-image] May 28 17:08:52.536 INFO O| May 28 17:08:52.536 INFO O| Finalize: Updating package cache ... Done
39382026-05-28T17:08:53.152Z[ host-image] May 28 17:08:52.614 INFO O| May 28 17:08:52.614 INFO STEP 6 (pkg_change_variant) COMPLETE
39392026-05-28T17:08:53.152Z[ host-image] May 28 17:08:52.614 INFO O| May 28 17:08:52.614 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-05-28T17:08:53.152Z[ host-image] May 28 17:08:52.614 INFO O| May 28 17:08:52.614 INFO skip step because feature "debug_variant" is not enabled
39412026-05-28T17:08:53.156Z[ host-image] May 28 17:08:52.614 INFO O| May 28 17:08:52.614 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-05-28T17:08:53.400Z[ host-image] May 28 17:08:52.862 INFO O| May 28 17:08:52.862 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39432026-05-28T17:08:53.870Z[ host-image] May 28 17:08:53.332 INFO O| May 28 17:08:53.332 INFO O| Startup: Refreshing catalog 'helios' ... Done
39442026-05-28T17:08:53.930Z[ host-image] May 28 17:08:53.393 INFO O| May 28 17:08:53.393 INFO O| Startup: Caching catalogs ... Done
39452026-05-28T17:08:53.934Z[ host-image] May 28 17:08:53.396 INFO O| May 28 17:08:53.396 INFO O| Planning: Planning completed in 0.00 seconds
39462026-05-28T17:08:53.934Z[ host-image] May 28 17:08:53.396 INFO O| May 28 17:08:53.396 INFO O| Planning: Consolidating action changes ... Done
39472026-05-28T17:08:53.934Z[ host-image] May 28 17:08:53.396 INFO O| May 28 17:08:53.396 INFO O| Planning: Evaluating mediators ... Done
39482026-05-28T17:08:53.934Z[ host-image] May 28 17:08:53.396 INFO O| May 28 17:08:53.396 INFO O| Planning: Planning completed in 0.00 seconds
39492026-05-28T17:08:53.934Z[ host-image] May 28 17:08:53.396 INFO O| May 28 17:08:53.396 INFO O| Variants/Facets to change: 1
39502026-05-28T17:08:53.942Z[ host-image] May 28 17:08:53.405 INFO O| May 28 17:08:53.405 INFO O| Finalize: Updating package state database ... Done
39512026-05-28T17:08:53.942Z[ host-image] May 28 17:08:53.405 INFO O| May 28 17:08:53.405 INFO O| Finalize: Updating package cache ... Done
39522026-05-28T17:08:53.953Z[ host-image] May 28 17:08:53.416 INFO O| May 28 17:08:53.416 INFO O| Finalize: Updating image state ... Done
39532026-05-28T17:08:53.957Z[ host-image] May 28 17:08:53.418 INFO O| May 28 17:08:53.418 INFO O| Finalize: Creating fast lookup database ... Done
39542026-05-28T17:08:53.957Z[ host-image] May 28 17:08:53.418 INFO O| May 28 17:08:53.418 INFO O| Finalize: Reading search index ... Done
39552026-05-28T17:08:53.957Z[ host-image] May 28 17:08:53.418 INFO O| May 28 17:08:53.418 INFO O| Finalize: Updating search index ... Done
39562026-05-28T17:08:53.957Z[ host-image] May 28 17:08:53.419 INFO O| May 28 17:08:53.419 INFO O| Finalize: Updating package cache ... Done
39572026-05-28T17:08:54.024Z[ host-image] May 28 17:08:53.487 INFO O| May 28 17:08:53.487 INFO STEP 8 (pkg_change_facet) COMPLETE
39582026-05-28T17:08:54.025Z[ host-image] May 28 17:08:53.487 INFO O| May 28 17:08:53.487 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-05-28T17:08:54.025Z[ host-image] May 28 17:08:53.487 INFO O| May 28 17:08:53.487 INFO skip step because feature "recovery" is not enabled
39602026-05-28T17:08:54.025Z[ host-image] May 28 17:08:53.487 INFO O| May 28 17:08:53.487 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39612026-05-28T17:08:54.028Z[ host-image] May 28 17:08:53.487 INFO O| May 28 17:08:53.487 INFO skip step because feature "recovery" is not enabled
39622026-05-28T17:08:54.028Z[ host-image] May 28 17:08:53.487 INFO O| May 28 17:08:53.487 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-05-28T17:08:54.032Z[ host-image] May 28 17:08:53.494 INFO O| May 28 17:08:53.494 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@20.0.0.0"]
39642026-05-28T17:08:54.497Z[ host-image] May 28 17:08:53.959 INFO O| May 28 17:08:53.959 INFO O| Startup: Refreshing catalog 'helios' ... Done
39652026-05-28T17:08:54.558Z[ host-image] May 28 17:08:54.020 INFO O| May 28 17:08:54.020 INFO O| Startup: Caching catalogs ... Done
39662026-05-28T17:08:54.770Z[ host-image] May 28 17:08:54.232 INFO O| May 28 17:08:54.232 INFO O| Planning: Solver setup ... Done
39672026-05-28T17:08:54.777Z[ host-image] May 28 17:08:54.240 INFO O| May 28 17:08:54.239 INFO O| Planning: Running solver ... Done
39682026-05-28T17:08:54.782Z[ host-image] May 28 17:08:54.245 INFO O| May 28 17:08:54.245 INFO O| Planning: Finding local manifests ... Done
39692026-05-28T17:08:54.798Z[ host-image] May 28 17:08:54.261 INFO O| May 28 17:08:54.260 INFO O| Planning: Fetching manifests: 0/127 0% complete
39702026-05-28T17:08:56.285Z[ host-image] May 28 17:08:55.747 INFO O| May 28 17:08:55.747 INFO O| Planning: Fetching manifests: 127/127 100% complete
39712026-05-28T17:08:56.683Z[ host-image] May 28 17:08:56.145 INFO O| May 28 17:08:56.145 INFO O| Planning: Package planning ... Done
39722026-05-28T17:08:56.990Z[ host-image] May 28 17:08:56.452 INFO O| May 28 17:08:56.452 INFO O| Planning: Merging actions ... Done
39732026-05-28T17:08:57.089Z[ host-image] May 28 17:08:56.551 INFO O| May 28 17:08:56.551 INFO O| Planning: Checking for conflicting actions ... Done
39742026-05-28T17:08:57.184Z[ host-image] May 28 17:08:56.646 INFO O| May 28 17:08:56.646 INFO O| Planning: Consolidating action changes ... Done
39752026-05-28T17:08:57.350Z[ host-image] May 28 17:08:56.813 INFO O| May 28 17:08:56.812 INFO O| Planning: Evaluating mediators ... Done
39762026-05-28T17:08:57.588Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39772026-05-28T17:08:58.445Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39782026-05-28T17:08:58.732Z[ host-image] May 28 17:08:58.194 INFO O| May 28 17:08:58.194 INFO O| Planning: Planning completed in 4.17 seconds
39792026-05-28T17:08:58.735Z[ host-image] May 28 17:08:58.196 INFO O| May 28 17:08:58.196 INFO O| Packages to install: 127
39802026-05-28T17:08:58.735Z[ host-image] May 28 17:08:58.196 INFO O| May 28 17:08:58.196 INFO O| Mediators to change: 5
39812026-05-28T17:08:58.735Z[ host-image] May 28 17:08:58.196 INFO O| May 28 17:08:58.196 INFO O| Services to change: 6
39822026-05-28T17:08:58.760Z[ host-image] May 28 17:08:58.223 INFO O| May 28 17:08:58.223 INFO O| Download: 0/23754 items 0.0/222.1MB 0% complete
39832026-05-28T17:09:00.692Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39842026-05-28T17:09:00.692Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39852026-05-28T17:09:01.733Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39862026-05-28T17:09:02.333Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39872026-05-28T17:09:04.578Z[ host-image] May 28 17:09:04.040 INFO O| May 28 17:09:04.040 INFO O| Download: 1620/23754 items 9.7/222.1MB 4% complete (2.1M/s)
39882026-05-28T17:09:10.268Z[ host-image] May 28 17:09:09.730 INFO O| May 28 17:09:09.730 INFO O| Download: 1754/23754 items 11.6/222.1MB 5% complete (1.0M/s)
39892026-05-28T17:09:14.449Z[recovery-package] Finished `release` profile [optimized] target(s) in 31.88s
39902026-05-28T17:09:16.234Z[ host-image] May 28 17:09:15.696 INFO O| May 28 17:09:15.696 INFO O| Download: 2202/23754 items 23.5/222.1MB 10% complete (1.4M/s)
39912026-05-28T17:09:18.364ZMay 28 17:09:17.826 INFO [recovery-package] process exited with exit status: 0 (35.924801203s)
39922026-05-28T17:09:18.364ZMay 28 17:09:17.826 INFO [recovery-stamp] running task
39932026-05-28T17:09:18.367ZMay 28 17:09:17.826 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39942026-05-28T17:09:18.367ZMay 28 17:09:17.826 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 20.0.0-0.ci+git7692d04989d
39952026-05-28T17:09:18.367ZMay 28 17:09:17.827 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+git7692d04989d
39962026-05-28T17:09:18.374Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39972026-05-28T17:09:18.377Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39982026-05-28T17:09:18.494Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39992026-05-28T17:09:18.497ZMay 28 17:09:17.960 INFO [stamp-installinator] process exited with exit status: 0 (133.596984ms)
40002026-05-28T17:09:18.540Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40012026-05-28T17:09:18.544ZMay 28 17:09:18.006 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (180.351035ms)
40022026-05-28T17:09:18.544ZMay 28 17:09:18.006 INFO [recovery-stamp] task succeeded (180.531276ms)
40032026-05-28T17:09:18.544ZMay 28 17:09:18.006 INFO [recovery-proto] running task
40042026-05-28T17:09:18.547ZMay 28 17:09:18.006 INFO [tuf-stamp] running task
40052026-05-28T17:09:18.547ZMay 28 17:09:18.007 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 20.0.0-0.ci+git7692d04989d
40062026-05-28T17:09:18.547ZMay 28 17:09:18.007 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 20.0.0-0.ci+git7692d04989d
40072026-05-28T17:09:18.547ZMay 28 17:09:18.008 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 20.0.0-0.ci+git7692d04989d
40082026-05-28T17:09:18.547ZMay 28 17:09:18.008 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 20.0.0-0.ci+git7692d04989d
40092026-05-28T17:09:18.547ZMay 28 17:09:18.009 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 20.0.0-0.ci+git7692d04989d
40102026-05-28T17:09:18.547ZMay 28 17:09:18.009 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 20.0.0-0.ci+git7692d04989d
40112026-05-28T17:09:18.550ZMay 28 17:09:18.010 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 20.0.0-0.ci+git7692d04989d
40122026-05-28T17:09:18.550ZMay 28 17:09:18.010 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 20.0.0-0.ci+git7692d04989d
40132026-05-28T17:09:18.550ZMay 28 17:09:18.010 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 20.0.0-0.ci+git7692d04989d
40142026-05-28T17:09:18.550ZMay 28 17:09:18.011 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 20.0.0-0.ci+git7692d04989d
40152026-05-28T17:09:18.550ZMay 28 17:09:18.011 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 20.0.0-0.ci+git7692d04989d
40162026-05-28T17:09:18.550ZMay 28 17:09:18.011 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 20.0.0-0.ci+git7692d04989d
40172026-05-28T17:09:18.556Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40182026-05-28T17:09:18.559Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40192026-05-28T17:09:18.559Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40202026-05-28T17:09:18.559Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40212026-05-28T17:09:18.559Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40222026-05-28T17:09:18.559Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40232026-05-28T17:09:18.559Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40242026-05-28T17:09:18.559Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40252026-05-28T17:09:18.560Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40262026-05-28T17:09:18.560Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40272026-05-28T17:09:18.562Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40282026-05-28T17:09:18.562Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40292026-05-28T17:09:18.604Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40302026-05-28T17:09:18.608ZMay 28 17:09:18.071 INFO [stamp-probe] process exited with exit status: 0 (62.393696ms)
40312026-05-28T17:09:18.675ZMay 28 17:09:18.138 INFO [recovery-proto] task succeeded (131.23717ms)
40322026-05-28T17:09:18.679ZMay 28 17:09:18.138 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.40.479' -P /tmp/.tmpF3EbOY/proto/recovery/root -N 'recovery 7692d04/${os_short_commit} 2026-05-28 16:58' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40332026-05-28T17:09:18.682Z[ recovery-image] May 28 17:09:18.145 INFO Checking files for board 'cosmo'
40342026-05-28T17:09:18.685Z[ recovery-image] May 28 17:09:18.145 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40352026-05-28T17:09:18.685Z[ recovery-image] May 28 17:09:18.145 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40362026-05-28T17:09:18.685Z[ recovery-image] May 28 17:09:18.145 INFO Checking files for board 'cosmo-mbist'
40372026-05-28T17:09:18.685Z[ recovery-image] May 28 17:09:18.145 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40382026-05-28T17:09:18.685Z[ recovery-image] May 28 17:09:18.145 INFO Checking files for board 'cosmo-mbist-noaggr'
40392026-05-28T17:09:18.685Z[ recovery-image] May 28 17:09:18.145 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40402026-05-28T17:09:18.685Z[ recovery-image] May 28 17:09:18.145 INFO Checking files for board 'gimlet'
40412026-05-28T17:09:18.685Z[ recovery-image] May 28 17:09:18.145 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40422026-05-28T17:09:18.685Z[ recovery-image] May 28 17:09:18.145 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40432026-05-28T17:09:18.692Z[ recovery-image] May 28 17:09:18.154 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpF3EbOY/proto/recovery/root"
40442026-05-28T17:09:18.695Z[ recovery-image] May 28 17:09:18.154 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40452026-05-28T17:09:18.695Z[ recovery-image] May 28 17:09:18.155 INFO image builder template: ramdisk-01-os...
40462026-05-28T17:09:18.695Z[ recovery-image] May 28 17:09:18.155 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/.tmpF3EbOY/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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40472026-05-28T17:09:18.709Z[ recovery-image] May 28 17:09:18.171 INFO O| May 28 17:09:18.171 INFO CREATE DATASET: rpool/images/build/recovery/output
40482026-05-28T17:09:18.977Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40492026-05-28T17:09:19.015Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40502026-05-28T17:09:19.022Z[ recovery-image] May 28 17:09:18.485 INFO O| May 28 17:09:18.485 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40512026-05-28T17:09:19.026Z[ recovery-image] May 28 17:09:18.489 INFO O| May 28 17:09:18.489 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40522026-05-28T17:09:19.056Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40532026-05-28T17:09:19.061ZMay 28 17:09:18.523 INFO [stamp-ntp] process exited with exit status: 0 (512.827424ms)
40542026-05-28T17:09:19.149Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40552026-05-28T17:09:19.153ZMay 28 17:09:18.616 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (606.282957ms)
40562026-05-28T17:09:19.326Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40572026-05-28T17:09:19.330ZMay 28 17:09:18.793 INFO [stamp-external-dns] process exited with exit status: 0 (783.311417ms)
40582026-05-28T17:09:19.336Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40592026-05-28T17:09:19.340ZMay 28 17:09:18.802 INFO [stamp-internal-dns] process exited with exit status: 0 (791.292189ms)
40602026-05-28T17:09:19.402Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40612026-05-28T17:09:19.405ZMay 28 17:09:18.868 INFO [stamp-crucible-zone] process exited with exit status: 0 (858.186841ms)
40622026-05-28T17:09:19.564Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40632026-05-28T17:09:19.568ZMay 28 17:09:19.031 INFO [stamp-oximeter] process exited with exit status: 0 (1.019318528s)
40642026-05-28T17:09:19.682Z[ recovery-image] May 28 17:09:19.144 INFO O| May 28 17:09:19.144 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40652026-05-28T17:09:19.897Z[ recovery-image] May 28 17:09:19.359 INFO O| May 28 17:09:19.359 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40662026-05-28T17:09:19.897Z[ recovery-image] May 28 17:09:19.359 INFO O| May 28 17:09:19.359 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40672026-05-28T17:09:19.900Z[ recovery-image] May 28 17:09:19.360 INFO O| May 28 17:09:19.359 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40682026-05-28T17:09:19.900Z[ recovery-image] May 28 17:09:19.360 INFO O| May 28 17:09:19.360 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40692026-05-28T17:09:19.904Z[ recovery-image] May 28 17:09:19.366 INFO O| May 28 17:09:19.366 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40702026-05-28T17:09:21.062Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40712026-05-28T17:09:21.066ZMay 28 17:09:20.528 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.520308471s)
40722026-05-28T17:09:21.235Z[ host-image] May 28 17:09:20.697 INFO O| May 28 17:09:20.697 INFO O| Download: 3247/23754 items 33.5/222.1MB 15% complete (2.1M/s)
40732026-05-28T17:09:22.622Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40742026-05-28T17:09:22.626ZMay 28 17:09:22.089 INFO [stamp-nexus] process exited with exit status: 0 (4.081718437s)
40752026-05-28T17:09:22.728Z[ recovery-image] May 28 17:09:22.191 INFO O| May 28 17:09:22.191 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40762026-05-28T17:09:22.735Z[ recovery-image] May 28 17:09:22.198 INFO O| May 28 17:09:22.197 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40772026-05-28T17:09:22.995Z[ recovery-image] May 28 17:09:22.457 INFO O| May 28 17:09:22.457 INFO O| Caching catalogs ... Done
40782026-05-28T17:09:23.066Z[ recovery-image] May 28 17:09:22.529 INFO O| May 28 17:09:22.528 INFO STEP 0 (pkg_image_create) COMPLETE
40792026-05-28T17:09:23.067Z[ recovery-image] May 28 17:09:22.529 INFO O| May 28 17:09:22.528 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40802026-05-28T17:09:23.074Z[ recovery-image] May 28 17:09:22.537 INFO O| May 28 17:09:22.537 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"]
40812026-05-28T17:09:23.125Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40822026-05-28T17:09:23.129ZMay 28 17:09:22.592 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.584189825s)
40832026-05-28T17:09:23.182Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40842026-05-28T17:09:23.340Z[ recovery-image] May 28 17:09:22.802 INFO O| May 28 17:09:22.802 INFO STEP 1 (pkg_set_publisher) COMPLETE
40852026-05-28T17:09:23.340Z[ recovery-image] May 28 17:09:22.802 INFO O| May 28 17:09:22.802 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40862026-05-28T17:09:23.343Z[ recovery-image] May 28 17:09:22.802 INFO O| May 28 17:09:22.802 INFO skip step because feature "publisher_1_name" is not enabled
40872026-05-28T17:09:23.343Z[ recovery-image] May 28 17:09:22.802 INFO O| May 28 17:09:22.802 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40882026-05-28T17:09:23.343Z[ recovery-image] May 28 17:09:22.802 INFO O| May 28 17:09:22.802 INFO skip step because feature "publisher_2_name" is not enabled
40892026-05-28T17:09:23.343Z[ recovery-image] May 28 17:09:22.802 INFO O| May 28 17:09:22.802 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40902026-05-28T17:09:23.343Z[ recovery-image] May 28 17:09:22.802 INFO O| May 28 17:09:22.802 INFO skip step because feature "publisher_3_name" is not enabled
40912026-05-28T17:09:23.343Z[ recovery-image] May 28 17:09:22.802 INFO O| May 28 17:09:22.802 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40922026-05-28T17:09:23.388Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40932026-05-28T17:09:23.392ZMay 28 17:09:22.855 INFO [stamp-clickhouse] process exited with exit status: 0 (4.843948991s)
40942026-05-28T17:09:23.405Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40952026-05-28T17:09:23.421Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40962026-05-28T17:09:23.426ZMay 28 17:09:22.889 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.879961396s)
40972026-05-28T17:09:23.426ZMay 28 17:09:22.889 INFO [tuf-stamp] task succeeded (4.88223533s)
40982026-05-28T17:09:23.430Z[verify-libraries] Compiling stacker v0.1.23
40992026-05-28T17:09:23.433Z[verify-libraries] Compiling cfg_aliases v0.1.1
41002026-05-28T17:09:23.471Z[verify-libraries] Compiling home v0.5.12
41012026-05-28T17:09:23.487Z[verify-libraries] Compiling nibble_vec v0.1.0
41022026-05-28T17:09:23.487Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
41032026-05-28T17:09:23.490Z[verify-libraries] Compiling endian-type v0.1.2
41042026-05-28T17:09:23.556Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41052026-05-28T17:09:23.577Z[verify-libraries] Compiling nix v0.28.0
41062026-05-28T17:09:23.598Z[verify-libraries] Compiling sqlparser_derive v0.5.0
41072026-05-28T17:09:23.598Z[verify-libraries] Compiling winnow v0.6.26
41082026-05-28T17:09:23.601Z[verify-libraries] Compiling unicode_categories v0.1.1
41092026-05-28T17:09:23.631Z[ recovery-image] May 28 17:09:23.094 INFO O| May 28 17:09:23.093 INFO variant opensolaris.zone is already global
41102026-05-28T17:09:23.631Z[ recovery-image] May 28 17:09:23.094 INFO O| May 28 17:09:23.093 INFO STEP 5 (pkg_change_variant) COMPLETE
41112026-05-28T17:09:23.634Z[ recovery-image] May 28 17:09:23.094 INFO O| May 28 17:09:23.094 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41122026-05-28T17:09:23.660Z[verify-libraries] Compiling radix_trie v0.2.1
41132026-05-28T17:09:23.681Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41142026-05-28T17:09:23.749Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41152026-05-28T17:09:23.779Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41162026-05-28T17:09:23.805Z[verify-libraries] Compiling polyval v0.6.2
41172026-05-28T17:09:23.828Z[verify-libraries] Compiling ctr v0.9.2
41182026-05-28T17:09:23.854Z[verify-libraries] Compiling colored v2.2.0
41192026-05-28T17:09:23.854Z[verify-libraries] Compiling ssh-encoding v0.2.0
41202026-05-28T17:09:23.901Z[verify-libraries] Compiling blowfish v0.9.1
41212026-05-28T17:09:23.959Z[verify-libraries] Compiling password-hash v0.4.2
41222026-05-28T17:09:23.962Z[ recovery-image] May 28 17:09:23.423 INFO O| May 28 17:09:23.422 INFO variant opensolaris.imagetype is full; changing to partial
41232026-05-28T17:09:23.962Z[ recovery-image] May 28 17:09:23.423 INFO O| May 28 17:09:23.423 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41242026-05-28T17:09:24.078Z[verify-libraries] Compiling ghash v0.5.1
41252026-05-28T17:09:24.141Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41262026-05-28T17:09:24.144Z[verify-libraries] Compiling petname v2.0.2
41272026-05-28T17:09:24.182Z[verify-libraries] Compiling psm v0.1.30
41282026-05-28T17:09:24.201Z[verify-libraries] Compiling p521 v0.13.3
41292026-05-28T17:09:24.201Z[verify-libraries] Compiling p256 v0.13.2
41302026-05-28T17:09:24.243Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41312026-05-28T17:09:24.243Z[verify-libraries] Compiling aes-gcm v0.10.3
41322026-05-28T17:09:24.298Z[verify-libraries] Compiling pbkdf2 v0.11.0
41332026-05-28T17:09:24.342Z[verify-libraries] Compiling md5 v0.7.0
41342026-05-28T17:09:24.429Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41352026-05-28T17:09:24.498Z[verify-libraries] Compiling ssh-cipher v0.2.0
41362026-05-28T17:09:24.522Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41372026-05-28T17:09:24.522Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41382026-05-28T17:09:24.576Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41392026-05-28T17:09:24.604Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41402026-05-28T17:09:24.636Z[verify-libraries] Compiling num-bigint v0.4.6
41412026-05-28T17:09:24.645Z[ recovery-image] May 28 17:09:24.107 INFO O| May 28 17:09:24.107 INFO O| Startup: Refreshing catalog 'helios' ... Done
41422026-05-28T17:09:24.723Z[verify-libraries] Compiling des v0.8.1
41432026-05-28T17:09:24.735Z[ recovery-image] May 28 17:09:24.198 INFO O| May 28 17:09:24.198 INFO O| Startup: Caching catalogs ... Done
41442026-05-28T17:09:24.740Z[ recovery-image] May 28 17:09:24.203 INFO O| May 28 17:09:24.203 INFO O| Planning: Planning completed in 0.00 seconds
41452026-05-28T17:09:24.743Z[ recovery-image] May 28 17:09:24.203 INFO O| May 28 17:09:24.203 INFO O| Planning: Consolidating action changes ... Done
41462026-05-28T17:09:24.743Z[ recovery-image] May 28 17:09:24.203 INFO O| May 28 17:09:24.203 INFO O| Planning: Evaluating mediators ... Done
41472026-05-28T17:09:24.743Z[ recovery-image] May 28 17:09:24.203 INFO O| May 28 17:09:24.203 INFO O| Planning: Planning completed in 0.00 seconds
41482026-05-28T17:09:24.743Z[ recovery-image] May 28 17:09:24.204 INFO O| May 28 17:09:24.204 INFO O| Variants/Facets to change: 1
41492026-05-28T17:09:24.750Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41502026-05-28T17:09:24.753Z[ recovery-image] May 28 17:09:24.214 INFO O| May 28 17:09:24.214 INFO O| Finalize: Updating package state database ... Done
41512026-05-28T17:09:24.753Z[ recovery-image] May 28 17:09:24.214 INFO O| May 28 17:09:24.214 INFO O| Finalize: Updating package cache ... Done
41522026-05-28T17:09:24.768Z[ recovery-image] May 28 17:09:24.230 INFO O| May 28 17:09:24.230 INFO O| Finalize: Updating image state ... Done
41532026-05-28T17:09:24.771Z[ recovery-image] May 28 17:09:24.233 INFO O| May 28 17:09:24.233 INFO O| Finalize: Creating fast lookup database ... Done
41542026-05-28T17:09:24.775Z[ recovery-image] May 28 17:09:24.234 INFO O| May 28 17:09:24.234 INFO O| Finalize: Reading search index ... Done
41552026-05-28T17:09:24.775Z[ recovery-image] May 28 17:09:24.234 INFO O| May 28 17:09:24.234 INFO O| Finalize: Updating search index ... Done
41562026-05-28T17:09:24.775Z[ recovery-image] May 28 17:09:24.235 INFO O| May 28 17:09:24.235 INFO O| Finalize: Updating package cache ... Done
41572026-05-28T17:09:24.785Z[verify-libraries] Compiling ssh-key v0.6.7
41582026-05-28T17:09:24.863Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41592026-05-28T17:09:24.893Z[verify-libraries] Compiling sync-ptr v0.1.4
41602026-05-28T17:09:24.897Z[ recovery-image] May 28 17:09:24.357 INFO O| May 28 17:09:24.357 INFO STEP 6 (pkg_change_variant) COMPLETE
41612026-05-28T17:09:24.897Z[ recovery-image] May 28 17:09:24.357 INFO O| May 28 17:09:24.357 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41622026-05-28T17:09:24.897Z[ recovery-image] May 28 17:09:24.357 INFO O| May 28 17:09:24.357 INFO skip step because feature "debug_variant" is not enabled
41632026-05-28T17:09:24.897Z[ recovery-image] May 28 17:09:24.357 INFO O| May 28 17:09:24.357 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41642026-05-28T17:09:25.002Z[verify-libraries] Compiling hex-literal v0.4.1
41652026-05-28T17:09:25.124Z[verify-libraries] Compiling recursive v0.1.1
41662026-05-28T17:09:25.148Z[verify-libraries] Compiling sqlformat v0.3.5
41672026-05-28T17:09:25.175Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41682026-05-28T17:09:25.216Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41692026-05-28T17:09:25.220Z[ recovery-image] May 28 17:09:24.680 INFO O| May 28 17:09:24.679 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41702026-05-28T17:09:25.301Z[verify-libraries] Compiling rustyline v14.0.0
41712026-05-28T17:09:25.304Z[verify-libraries] Compiling sqlparser v0.61.0
41722026-05-28T17:09:25.357Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41732026-05-28T17:09:25.379Z[verify-libraries] Compiling socket2 v0.5.10
41742026-05-28T17:09:25.593Z[verify-libraries] Compiling internet-checksum v0.2.1
41752026-05-28T17:09:25.614Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41762026-05-28T17:09:25.788Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41772026-05-28T17:09:26.042Z[verify-libraries] Compiling russh-keys v0.45.0
41782026-05-28T17:09:26.228Z[verify-libraries] Compiling git-stub v1.0.0
41792026-05-28T17:09:26.317Z[verify-libraries] Compiling yansi v1.0.1
41802026-05-28T17:09:26.374Z[verify-libraries] Compiling diff v0.1.13
41812026-05-28T17:09:26.733Z[verify-libraries] Compiling pretty_assertions v1.4.1
41822026-05-28T17:09:26.777Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41832026-05-28T17:09:26.887Z[ host-image] May 28 17:09:26.349 INFO O| May 28 17:09:26.349 INFO O| Download: 4520/23754 items 41.2/222.1MB 18% complete (1.9M/s)
41842026-05-28T17:09:27.007Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41852026-05-28T17:09:27.282Z[verify-libraries] Compiling russh v0.45.0
41862026-05-28T17:09:27.316Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41872026-05-28T17:09:27.370Z[ recovery-image] May 28 17:09:26.832 INFO O| May 28 17:09:26.832 INFO O| Startup: Refreshing catalog 'helios' ... Done
41882026-05-28T17:09:27.445Z[ recovery-image] May 28 17:09:26.907 INFO O| May 28 17:09:26.907 INFO O| Startup: Caching catalogs ... Done
41892026-05-28T17:09:27.450Z[ recovery-image] May 28 17:09:26.913 INFO O| May 28 17:09:26.913 INFO O| Planning: Planning completed in 0.00 seconds
41902026-05-28T17:09:27.454Z[ recovery-image] May 28 17:09:26.913 INFO O| May 28 17:09:26.913 INFO O| Planning: Consolidating action changes ... Done
41912026-05-28T17:09:27.454Z[ recovery-image] May 28 17:09:26.913 INFO O| May 28 17:09:26.913 INFO O| Planning: Evaluating mediators ... Done
41922026-05-28T17:09:27.454Z[ recovery-image] May 28 17:09:26.913 INFO O| May 28 17:09:26.913 INFO O| Planning: Planning completed in 0.00 seconds
41932026-05-28T17:09:27.454Z[ recovery-image] May 28 17:09:26.914 INFO O| May 28 17:09:26.914 INFO O| Variants/Facets to change: 1
41942026-05-28T17:09:27.474Z[ recovery-image] May 28 17:09:26.936 INFO O| May 28 17:09:26.936 INFO O| Finalize: Updating package state database ... Done
41952026-05-28T17:09:27.474Z[ recovery-image] May 28 17:09:26.936 INFO O| May 28 17:09:26.936 INFO O| Finalize: Updating package cache ... Done
41962026-05-28T17:09:27.488Z[ recovery-image] May 28 17:09:26.950 INFO O| May 28 17:09:26.950 INFO O| Finalize: Updating image state ... Done
41972026-05-28T17:09:27.492Z[ recovery-image] May 28 17:09:26.953 INFO O| May 28 17:09:26.953 INFO O| Finalize: Creating fast lookup database ... Done
41982026-05-28T17:09:27.496Z[ recovery-image] May 28 17:09:26.953 INFO O| May 28 17:09:26.953 INFO O| Finalize: Reading search index ... Done
41992026-05-28T17:09:27.496Z[ recovery-image] May 28 17:09:26.954 INFO O| May 28 17:09:26.954 INFO O| Finalize: Updating search index ... Done
42002026-05-28T17:09:27.496Z[ recovery-image] May 28 17:09:26.954 INFO O| May 28 17:09:26.954 INFO O| Finalize: Updating package cache ... Done
42012026-05-28T17:09:27.609Z[ recovery-image] May 28 17:09:27.071 INFO O| May 28 17:09:27.071 INFO STEP 8 (pkg_change_facet) COMPLETE
42022026-05-28T17:09:27.609Z[ recovery-image] May 28 17:09:27.071 INFO O| May 28 17:09:27.071 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42032026-05-28T17:09:27.750Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42042026-05-28T17:09:27.753Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
42052026-05-28T17:09:27.896Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42062026-05-28T17:09:27.934Z[ recovery-image] May 28 17:09:27.395 INFO O| May 28 17:09:27.395 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42072026-05-28T17:09:28.024Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42082026-05-28T17:09:28.141Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42092026-05-28T17:09:28.182Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42102026-05-28T17:09:28.211Z[verify-libraries] Compiling drift v0.2.0
42112026-05-28T17:09:28.453Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42122026-05-28T17:09:28.475Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42132026-05-28T17:09:28.533Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42142026-05-28T17:09:28.533Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42152026-05-28T17:09:28.605Z[ recovery-image] May 28 17:09:28.068 INFO O| May 28 17:09:28.067 INFO O| Startup: Refreshing catalog 'helios' ... Done
42162026-05-28T17:09:28.678Z[ recovery-image] May 28 17:09:28.141 INFO O| May 28 17:09:28.141 INFO O| Startup: Caching catalogs ... Done
42172026-05-28T17:09:28.684Z[ recovery-image] May 28 17:09:28.146 INFO O| May 28 17:09:28.146 INFO O| Planning: Planning completed in 0.00 seconds
42182026-05-28T17:09:28.687Z[ recovery-image] May 28 17:09:28.147 INFO O| May 28 17:09:28.147 INFO O| Planning: Consolidating action changes ... Done
42192026-05-28T17:09:28.687Z[ recovery-image] May 28 17:09:28.147 INFO O| May 28 17:09:28.147 INFO O| Planning: Evaluating mediators ... Done
42202026-05-28T17:09:28.687Z[ recovery-image] May 28 17:09:28.147 INFO O| May 28 17:09:28.147 INFO O| Planning: Planning completed in 0.00 seconds
42212026-05-28T17:09:28.687Z[ recovery-image] May 28 17:09:28.147 INFO O| May 28 17:09:28.147 INFO O| Variants/Facets to change: 1
42222026-05-28T17:09:28.707Z[ recovery-image] May 28 17:09:28.169 INFO O| May 28 17:09:28.169 INFO O| Finalize: Updating package state database ... Done
42232026-05-28T17:09:28.707Z[ recovery-image] May 28 17:09:28.169 INFO O| May 28 17:09:28.169 INFO O| Finalize: Updating package cache ... Done
42242026-05-28T17:09:28.722Z[ recovery-image] May 28 17:09:28.184 INFO O| May 28 17:09:28.184 INFO O| Finalize: Updating image state ... Done
42252026-05-28T17:09:28.725Z[ recovery-image] May 28 17:09:28.187 INFO O| May 28 17:09:28.187 INFO O| Finalize: Creating fast lookup database ... Done
42262026-05-28T17:09:28.728Z[ recovery-image] May 28 17:09:28.188 INFO O| May 28 17:09:28.188 INFO O| Finalize: Reading search index ... Done
42272026-05-28T17:09:28.728Z[ recovery-image] May 28 17:09:28.188 INFO O| May 28 17:09:28.188 INFO O| Finalize: Updating search index ... Done
42282026-05-28T17:09:28.728Z[ recovery-image] May 28 17:09:28.189 INFO O| May 28 17:09:28.189 INFO O| Finalize: Updating package cache ... Done
42292026-05-28T17:09:28.838Z[ recovery-image] May 28 17:09:28.300 INFO O| May 28 17:09:28.300 INFO STEP 9 (pkg_change_facet) COMPLETE
42302026-05-28T17:09:28.838Z[ recovery-image] May 28 17:09:28.301 INFO O| May 28 17:09:28.300 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42312026-05-28T17:09:28.976Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42322026-05-28T17:09:29.019Z[verify-libraries] Compiling termios v0.3.3
42332026-05-28T17:09:29.053Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42342026-05-28T17:09:29.193Z[ recovery-image] May 28 17:09:28.655 INFO O| May 28 17:09:28.655 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42352026-05-28T17:09:29.253Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
42362026-05-28T17:09:29.884Z[ recovery-image] May 28 17:09:29.346 INFO O| May 28 17:09:29.346 INFO O| Startup: Refreshing catalog 'helios' ... Done
42372026-05-28T17:09:29.973Z[ recovery-image] May 28 17:09:29.435 INFO O| May 28 17:09:29.435 INFO O| Startup: Caching catalogs ... Done
42382026-05-28T17:09:29.979Z[ recovery-image] May 28 17:09:29.441 INFO O| May 28 17:09:29.441 INFO O| Planning: Planning completed in 0.00 seconds
42392026-05-28T17:09:29.982Z[ recovery-image] May 28 17:09:29.442 INFO O| May 28 17:09:29.442 INFO O| Planning: Consolidating action changes ... Done
42402026-05-28T17:09:29.982Z[ recovery-image] May 28 17:09:29.442 INFO O| May 28 17:09:29.442 INFO O| Planning: Evaluating mediators ... Done
42412026-05-28T17:09:29.982Z[ recovery-image] May 28 17:09:29.442 INFO O| May 28 17:09:29.442 INFO O| Planning: Planning completed in 0.00 seconds
42422026-05-28T17:09:29.982Z[ recovery-image] May 28 17:09:29.442 INFO O| May 28 17:09:29.442 INFO O| Variants/Facets to change: 1
42432026-05-28T17:09:29.991Z[ recovery-image] May 28 17:09:29.453 INFO O| May 28 17:09:29.453 INFO O| Finalize: Updating package state database ... Done
42442026-05-28T17:09:29.991Z[ recovery-image] May 28 17:09:29.453 INFO O| May 28 17:09:29.453 INFO O| Finalize: Updating package cache ... Done
42452026-05-28T17:09:30.005Z[ recovery-image] May 28 17:09:29.467 INFO O| May 28 17:09:29.467 INFO O| Finalize: Updating image state ... Done
42462026-05-28T17:09:30.008Z[ recovery-image] May 28 17:09:29.470 INFO O| May 28 17:09:29.470 INFO O| Finalize: Creating fast lookup database ... Done
42472026-05-28T17:09:30.008Z[ recovery-image] May 28 17:09:29.471 INFO O| May 28 17:09:29.470 INFO O| Finalize: Reading search index ... Done
42482026-05-28T17:09:30.008Z[ recovery-image] May 28 17:09:29.471 INFO O| May 28 17:09:29.471 INFO O| Finalize: Updating search index ... Done
42492026-05-28T17:09:30.013Z[ recovery-image] May 28 17:09:29.472 INFO O| May 28 17:09:29.471 INFO O| Finalize: Updating package cache ... Done
42502026-05-28T17:09:30.122Z[ recovery-image] May 28 17:09:29.584 INFO O| May 28 17:09:29.584 INFO STEP 10 (pkg_change_facet) COMPLETE
42512026-05-28T17:09:30.122Z[ recovery-image] May 28 17:09:29.584 INFO O| May 28 17:09:29.584 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42522026-05-28T17:09:30.133Z[ recovery-image] May 28 17:09:29.596 INFO O| May 28 17:09:29.596 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@20.0.0.0"]
42532026-05-28T17:09:30.580Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42542026-05-28T17:09:30.636Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42552026-05-28T17:09:30.740Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42562026-05-28T17:09:30.872Z[ recovery-image] May 28 17:09:30.334 INFO O| May 28 17:09:30.334 INFO O| Startup: Refreshing catalog 'helios' ... Done
42572026-05-28T17:09:30.964Z[ recovery-image] May 28 17:09:30.426 INFO O| May 28 17:09:30.426 INFO O| Startup: Caching catalogs ... Done
42582026-05-28T17:09:31.314Z[ recovery-image] May 28 17:09:30.776 INFO O| May 28 17:09:30.776 INFO O| Planning: Solver setup ... Done
42592026-05-28T17:09:31.323Z[ recovery-image] May 28 17:09:30.786 INFO O| May 28 17:09:30.786 INFO O| Planning: Running solver ... Done
42602026-05-28T17:09:31.333Z[ recovery-image] May 28 17:09:30.795 INFO O| May 28 17:09:30.795 INFO O| Planning: Finding local manifests ... Done
42612026-05-28T17:09:31.379Z[ recovery-image] May 28 17:09:30.841 INFO O| May 28 17:09:30.841 INFO O| Planning: Fetching manifests: 0/127 0% complete
42622026-05-28T17:09:31.893Z[ host-image] May 28 17:09:31.355 INFO O| May 28 17:09:31.355 INFO O| Download: 4968/23754 items 43.9/222.1MB 19% complete (1.0M/s)
42632026-05-28T17:09:32.126Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42642026-05-28T17:09:33.597Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42652026-05-28T17:09:34.594Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42662026-05-28T17:09:35.486Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
42672026-05-28T17:09:36.028Z[ recovery-image] May 28 17:09:35.490 INFO O| May 28 17:09:35.490 INFO O| Planning: Fetching manifests: 127/127 100% complete
42682026-05-28T17:09:36.465Z[ recovery-image] May 28 17:09:35.927 INFO O| May 28 17:09:35.927 INFO O| Planning: Package planning ... Done
42692026-05-28T17:09:36.714Z[ recovery-image] May 28 17:09:36.176 INFO O| May 28 17:09:36.176 INFO O| Planning: Merging actions ... Done
42702026-05-28T17:09:36.785Z[ recovery-image] May 28 17:09:36.247 INFO O| May 28 17:09:36.247 INFO O| Planning: Checking for conflicting actions ... Done
42712026-05-28T17:09:36.869Z[ recovery-image] May 28 17:09:36.331 INFO O| May 28 17:09:36.331 INFO O| Planning: Consolidating action changes ... Done
42722026-05-28T17:09:36.893Z[ host-image] May 28 17:09:36.355 INFO O| May 28 17:09:36.355 INFO O| Download: 6071/23754 items 46.9/222.1MB 21% complete (590k/s)
42732026-05-28T17:09:37.054Z[ recovery-image] May 28 17:09:36.516 INFO O| May 28 17:09:36.516 INFO O| Planning: Evaluating mediators ... Done
42742026-05-28T17:09:38.587Z[ recovery-image] May 28 17:09:38.050 INFO O| May 28 17:09:38.049 INFO O| Planning: Planning completed in 7.62 seconds
42752026-05-28T17:09:38.592Z[ recovery-image] May 28 17:09:38.052 INFO O| May 28 17:09:38.052 INFO O| Packages to install: 127
42762026-05-28T17:09:38.592Z[ recovery-image] May 28 17:09:38.052 INFO O| May 28 17:09:38.052 INFO O| Mediators to change: 5
42772026-05-28T17:09:38.592Z[ recovery-image] May 28 17:09:38.052 INFO O| May 28 17:09:38.052 INFO O| Services to change: 5
42782026-05-28T17:09:38.618Z[ recovery-image] May 28 17:09:38.080 INFO O| May 28 17:09:38.080 INFO O| Download: 0/16562 items 0.0/199.3MB 0% complete
42792026-05-28T17:09:38.726Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42802026-05-28T17:09:40.818Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
42812026-05-28T17:09:43.052Z[ host-image] May 28 17:09:42.514 INFO O| May 28 17:09:42.514 INFO O| Download: 7073/23754 items 48.4/222.1MB 21% complete (494k/s)
42822026-05-28T17:09:43.711Z[ recovery-image] May 28 17:09:43.173 INFO O| May 28 17:09:43.173 INFO O| Download: 1007/16562 items 7.9/199.3MB 3% complete (1.9M/s)
42832026-05-28T17:09:44.691Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42842026-05-28T17:09:44.903Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42852026-05-28T17:09:45.183Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42862026-05-28T17:09:46.056Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42872026-05-28T17:09:48.066Z[ host-image] May 28 17:09:47.528 INFO O| May 28 17:09:47.528 INFO O| Download: 7484/23754 items 56.7/222.1MB 25% complete (955k/s)
42882026-05-28T17:09:48.461Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42892026-05-28T17:09:49.491Z[ recovery-image] May 28 17:09:48.953 INFO O| May 28 17:09:48.953 INFO O| Download: 1164/16562 items 9.8/199.3MB 4% complete (1.0M/s)
42902026-05-28T17:09:49.716Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
42912026-05-28T17:09:49.874Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42922026-05-28T17:09:51.538Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42932026-05-28T17:09:52.258Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42942026-05-28T17:09:52.435Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42952026-05-28T17:09:54.094Z[ host-image] May 28 17:09:53.557 INFO O| May 28 17:09:53.556 INFO O| Download: 8454/23754 items 61.9/222.1MB 27% complete (1.3M/s)
42962026-05-28T17:09:54.236Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42972026-05-28T17:09:55.236Z[ recovery-image] May 28 17:09:54.699 INFO O| May 28 17:09:54.699 INFO O| Download: 1317/16562 items 19.4/199.3MB 9% complete (1.3M/s)
42982026-05-28T17:09:55.568Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
42992026-05-28T17:09:56.424Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43002026-05-28T17:09:56.749Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
43012026-05-28T17:09:59.170Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43022026-05-28T17:09:59.816Z[ host-image] May 28 17:09:59.277 INFO O| May 28 17:09:59.277 INFO O| Download: 8736/23754 items 65.4/222.1MB 29% complete (749k/s)
43032026-05-28T17:10:00.709Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43042026-05-28T17:10:01.248Z[ recovery-image] May 28 17:10:00.698 INFO O| May 28 17:10:00.698 INFO O| Download: 1650/16562 items 24.9/199.3MB 12% complete (1.4M/s)
43052026-05-28T17:10:02.474Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43062026-05-28T17:10:03.855Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43072026-05-28T17:10:04.512Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43082026-05-28T17:10:04.816Z[ host-image] May 28 17:10:04.278 INFO O| May 28 17:10:04.278 INFO O| Download: 9388/23754 items 80.0/222.1MB 36% complete (1.8M/s)
43092026-05-28T17:10:05.745Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43102026-05-28T17:10:05.803Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43112026-05-28T17:10:06.025Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43122026-05-28T17:10:06.622Z[ recovery-image] May 28 17:10:06.084 INFO O| May 28 17:10:06.084 INFO O| Download: 2686/16562 items 31.2/199.3MB 15% complete (1.1M/s)
43132026-05-28T17:10:07.409Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43142026-05-28T17:10:07.632Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43152026-05-28T17:10:09.822Z[ host-image] May 28 17:10:09.285 INFO O| May 28 17:10:09.285 INFO O| Download: 10247/23754 items 92.5/222.1MB 41% complete (2.7M/s)
43162026-05-28T17:10:10.669Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43172026-05-28T17:10:11.113Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43182026-05-28T17:10:11.724Z[ recovery-image] May 28 17:10:11.186 INFO O| May 28 17:10:11.186 INFO O| Download: 3704/16562 items 38.5/199.3MB 19% complete (1.4M/s)
43192026-05-28T17:10:11.732Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43202026-05-28T17:10:13.336Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43212026-05-28T17:10:13.859Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
43222026-05-28T17:10:14.057Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43232026-05-28T17:10:14.850Z[ host-image] May 28 17:10:14.313 INFO O| May 28 17:10:14.313 INFO O| Download: 11470/23754 items 98.3/222.1MB 44% complete (1.8M/s)
43242026-05-28T17:10:14.972Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43252026-05-28T17:10:15.185Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43262026-05-28T17:10:17.404Z[ recovery-image] May 28 17:10:16.867 INFO O| May 28 17:10:16.867 INFO O| Download: 3928/16562 items 39.6/199.3MB 19% complete (865k/s)
43272026-05-28T17:10:19.852Z[ host-image] May 28 17:10:19.314 INFO O| May 28 17:10:19.314 INFO O| Download: 11809/23754 items 100.4/222.1MB 45% complete (789k/s)
43282026-05-28T17:10:20.670Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43292026-05-28T17:10:22.952Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43302026-05-28T17:10:23.158Z[ recovery-image] May 28 17:10:22.620 INFO O| May 28 17:10:22.620 INFO O| Download: 4023/16562 items 41.0/199.3MB 20% complete (271k/s)
43312026-05-28T17:10:24.365Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43322026-05-28T17:10:24.899Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43332026-05-28T17:10:25.070Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43342026-05-28T17:10:25.443Z[ host-image] May 28 17:10:24.906 INFO O| May 28 17:10:24.906 INFO O| Download: 12023/23754 items 103.3/222.1MB 46% complete (561k/s)
43352026-05-28T17:10:26.789Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43362026-05-28T17:10:26.996Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43372026-05-28T17:10:28.896Z[ recovery-image] May 28 17:10:28.359 INFO O| May 28 17:10:28.358 INFO O| Download: 5111/16562 items 43.7/199.3MB 21% complete (405k/s)
43382026-05-28T17:10:30.444Z[ host-image] May 28 17:10:29.906 INFO O| May 28 17:10:29.906 INFO O| Download: 12251/23754 items 105.4/222.1MB 47% complete (424k/s)
43392026-05-28T17:10:31.922Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43402026-05-28T17:10:33.173Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43412026-05-28T17:10:33.485Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43422026-05-28T17:10:33.877Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43432026-05-28T17:10:33.950Z[ recovery-image] May 28 17:10:33.413 INFO O| May 28 17:10:33.412 INFO O| Download: 5991/16562 items 45.2/199.3MB 22% complete (417k/s)
43442026-05-28T17:10:34.070Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43452026-05-28T17:10:36.036Z[ host-image] May 28 17:10:35.499 INFO O| May 28 17:10:35.498 INFO O| Download: 12862/23754 items 110.3/222.1MB 49% complete (724k/s)
43462026-05-28T17:10:38.957Z[ recovery-image] May 28 17:10:38.419 INFO O| May 28 17:10:38.419 INFO O| Download: 6285/16562 items 55.2/199.3MB 27% complete (1.1M/s)
43472026-05-28T17:10:39.324Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43482026-05-28T17:10:41.048Z[ host-image] May 28 17:10:40.509 INFO O| May 28 17:10:40.509 INFO O| Download: 13466/23754 items 119.2/222.1MB 53% complete (1.4M/s)
43492026-05-28T17:10:41.365Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43502026-05-28T17:10:42.823Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43512026-05-28T17:10:44.373Z[ recovery-image] May 28 17:10:43.835 INFO O| May 28 17:10:43.835 INFO O| Download: 6424/16562 items 56.8/199.3MB 28% complete (1.2M/s)
43522026-05-28T17:10:46.061Z[ host-image] May 28 17:10:45.522 INFO O| May 28 17:10:45.522 INFO O| Download: 14394/23754 items 119.6/222.1MB 53% complete (971k/s)
43532026-05-28T17:10:47.297Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43542026-05-28T17:10:47.860Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43552026-05-28T17:10:48.159Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43562026-05-28T17:10:49.361Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43572026-05-28T17:10:50.160Z[ recovery-image] May 28 17:10:49.622 INFO O| May 28 17:10:49.622 INFO O| Download: 6547/16562 items 67.4/199.3MB 33% complete (1.1M/s)
43582026-05-28T17:10:51.319Z[ host-image] May 28 17:10:50.782 INFO O| May 28 17:10:50.782 INFO O| Download: 15057/23754 items 120.4/222.1MB 54% complete (124k/s)
43592026-05-28T17:10:52.229Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43602026-05-28T17:10:55.174Z[ recovery-image] May 28 17:10:54.636 INFO O| May 28 17:10:54.636 INFO O| Download: 7125/16562 items 73.4/199.3MB 36% complete (1.5M/s)
43612026-05-28T17:10:55.705Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43622026-05-28T17:10:56.753Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43632026-05-28T17:10:57.142Z[ host-image] May 28 17:10:56.605 INFO O| May 28 17:10:56.605 INFO O| Download: 15251/23754 items 123.8/222.1MB 55% complete (360k/s)
43642026-05-28T17:11:00.191Z[ recovery-image] May 28 17:10:59.654 INFO O| May 28 17:10:59.654 INFO O| Download: 8144/16562 items 83.1/199.3MB 41% complete (1.6M/s)
43652026-05-28T17:11:01.009Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43662026-05-28T17:11:01.929Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43672026-05-28T17:11:02.144Z[ host-image] May 28 17:11:01.606 INFO O| May 28 17:11:01.606 INFO O| Download: 16169/23754 items 134.8/222.1MB 60% complete (1.4M/s)
43682026-05-28T17:11:04.949Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43692026-05-28T17:11:05.200Z[ recovery-image] May 28 17:11:04.663 INFO O| May 28 17:11:04.663 INFO O| Download: 8446/16562 items 85.6/199.3MB 42% complete (1.3M/s)
43702026-05-28T17:11:05.393Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43712026-05-28T17:11:07.512Z[ host-image] May 28 17:11:06.975 INFO O| May 28 17:11:06.975 INFO O| Download: 16484/23754 items 135.6/222.1MB 61% complete (1.4M/s)
43722026-05-28T17:11:10.220Z[ recovery-image] May 28 17:11:09.682 INFO O| May 28 17:11:09.682 INFO O| Download: 8941/16562 items 89.6/199.3MB 44% complete (667k/s)
43732026-05-28T17:11:12.527Z[ host-image] May 28 17:11:11.990 INFO O| May 28 17:11:11.990 INFO O| Download: 17369/23754 items 147.5/222.1MB 66% complete (1.2M/s)
43742026-05-28T17:11:14.682Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43752026-05-28T17:11:17.370Z[ recovery-image] May 28 17:11:16.832 INFO O| May 28 17:11:16.832 INFO O| Download: 9201/16562 items 93.3/199.3MB 46% complete (918k/s)
43762026-05-28T17:11:17.531Z[ host-image] May 28 17:11:16.994 INFO O| May 28 17:11:16.993 INFO O| Download: 18299/23754 items 156.9/222.1MB 70% complete (2.1M/s)
43772026-05-28T17:11:19.801Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43782026-05-28T17:11:23.170Z[ recovery-image] May 28 17:11:22.633 INFO O| May 28 17:11:22.633 INFO O| Download: 9372/16562 items 102.0/199.3MB 51% complete (1.1M/s)
43792026-05-28T17:11:23.180Z[ host-image] May 28 17:11:22.643 INFO O| May 28 17:11:22.643 INFO O| Download: 18680/23754 items 160.5/222.1MB 72% complete (1.7M/s)
43802026-05-28T17:11:26.786Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43812026-05-28T17:11:28.182Z[ host-image] May 28 17:11:27.644 INFO O| May 28 17:11:27.644 INFO O| Download: 19092/23754 items 173.2/222.1MB 77% complete (1.3M/s)
43822026-05-28T17:11:28.954Z[ recovery-image] May 28 17:11:28.416 INFO O| May 28 17:11:28.416 INFO O| Download: 10482/16562 items 103.2/199.3MB 51% complete (1001k/s)
43832026-05-28T17:11:30.137Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43842026-05-28T17:11:32.684Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43852026-05-28T17:11:33.591Z[ host-image] May 28 17:11:33.054 INFO O| May 28 17:11:33.054 INFO O| Download: 19751/23754 items 175.8/222.1MB 79% complete (1.6M/s)
43862026-05-28T17:11:33.954Z[ recovery-image] May 28 17:11:33.417 INFO O| May 28 17:11:33.417 INFO O| Download: 11232/16562 items 103.6/199.3MB 51% complete (96.3k/s)
43872026-05-28T17:11:39.308Z[ host-image] May 28 17:11:38.771 INFO O| May 28 17:11:38.771 INFO O| Download: 20781/23754 items 179.7/222.1MB 80% complete (694k/s)
43882026-05-28T17:11:39.429Z[ recovery-image] May 28 17:11:38.892 INFO O| May 28 17:11:38.892 INFO O| Download: 11562/16562 items 105.4/199.3MB 52% complete (207k/s)
43892026-05-28T17:11:44.448Z[ recovery-image] May 28 17:11:43.911 INFO O| May 28 17:11:43.911 INFO O| Download: 11738/16562 items 111.6/199.3MB 56% complete (788k/s)
43902026-05-28T17:11:46.317Z[ host-image] May 28 17:11:45.780 INFO O| May 28 17:11:45.780 INFO O| Download: 21579/23754 items 184.0/222.1MB 82% complete (870k/s)
43912026-05-28T17:11:47.233Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43922026-05-28T17:11:47.909Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43932026-05-28T17:11:48.250Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43942026-05-28T17:11:48.477Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43952026-05-28T17:11:48.588Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43962026-05-28T17:11:49.225Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43972026-05-28T17:11:49.668Z[ recovery-image] May 28 17:11:49.131 INFO O| May 28 17:11:49.131 INFO O| Download: 12263/16562 items 130.6/199.3MB 65% complete (2.4M/s)
43982026-05-28T17:11:50.001Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43992026-05-28T17:11:53.157Z[ host-image] May 28 17:11:52.620 INFO O| May 28 17:11:52.620 INFO O| Download: 21812/23754 items 189.4/222.1MB 85% complete (828k/s)
44002026-05-28T17:11:54.082Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44012026-05-28T17:11:54.433Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44022026-05-28T17:11:55.493Z[ recovery-image] May 28 17:11:54.956 INFO O| May 28 17:11:54.956 INFO O| Download: 12477/16562 items 144.9/199.3MB 72% complete (3.2M/s)
44032026-05-28T17:11:58.934Z[ host-image] May 28 17:11:58.396 INFO O| May 28 17:11:58.396 INFO O| Download: 21950/23754 items 190.1/222.1MB 85% complete (279k/s)
44042026-05-28T17:12:01.255Z[ recovery-image] May 28 17:12:00.718 INFO O| May 28 17:12:00.718 INFO O| Download: 13547/16562 items 154.5/199.3MB 77% complete (2.1M/s)
44052026-05-28T17:12:01.438Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44062026-05-28T17:12:05.059Z[ host-image] May 28 17:12:04.522 INFO O| May 28 17:12:04.522 INFO O| Download: 22610/23754 items 200.0/222.1MB 90% complete (1.2M/s)
44072026-05-28T17:12:07.440Z[ recovery-image] May 28 17:12:06.903 INFO O| May 28 17:12:06.902 INFO O| Download: 14572/16562 items 158.4/199.3MB 79% complete (1.4M/s)
44082026-05-28T17:12:10.896Z[ host-image] May 28 17:12:10.359 INFO O| May 28 17:12:10.359 INFO O| Download: 22901/23754 items 214.9/222.1MB 96% complete (2.5M/s)
44092026-05-28T17:12:13.267Z[ recovery-image] May 28 17:12:12.730 INFO O| May 28 17:12:12.730 INFO O| Download: 15368/16562 items 167.3/199.3MB 83% complete (1.1M/s)
44102026-05-28T17:12:15.896Z[ host-image] May 28 17:12:15.359 INFO O| May 28 17:12:15.359 INFO O| Download: 23314/23754 items 221.0/222.1MB 99% complete (689k/s)
44112026-05-28T17:12:18.268Z[ recovery-image] May 28 17:12:17.730 INFO O| May 28 17:12:17.730 INFO O| Download: 15567/16562 items 168.7/199.3MB 84% complete (912k/s)
44122026-05-28T17:12:19.149Z[ host-image] May 28 17:12:18.612 INFO O| May 28 17:12:18.611 INFO O| Download: Completed 222.08 MB in 200.39 seconds (1.1M/s)
44132026-05-28T17:12:19.664Z[ host-image] May 28 17:12:19.126 INFO O| May 28 17:12:19.126 INFO O| Actions: 1/53919 actions (Installing new actions)
44142026-05-28T17:12:23.859Z[ recovery-image] May 28 17:12:23.322 INFO O| May 28 17:12:23.322 INFO O| Download: 16239/16562 items 192.7/199.3MB 96% complete (2.7M/s)
44152026-05-28T17:12:24.669Z[ host-image] May 28 17:12:24.132 INFO O| May 28 17:12:24.132 INFO O| Actions: 23986/53919 actions (Installing new actions)
44162026-05-28T17:12:27.541Z[ host-image] May 28 17:12:27.005 INFO O| May 28 17:12:27.005 INFO O| Actions: Completed 53919 actions in 7.87 seconds.
44172026-05-28T17:12:27.609Z[ host-image] May 28 17:12:27.072 INFO O| May 28 17:12:27.072 INFO O| Finalize: Updating package state database ... Done
44182026-05-28T17:12:27.609Z[ host-image] May 28 17:12:27.072 INFO O| May 28 17:12:27.072 INFO O| Finalize: Updating package cache ... Done
44192026-05-28T17:12:27.658Z[ host-image] May 28 17:12:27.121 INFO O| May 28 17:12:27.121 INFO O| Finalize: Updating image state ... Done
44202026-05-28T17:12:28.722Z[ host-image] May 28 17:12:28.185 INFO O| May 28 17:12:28.185 INFO O| Finalize: Creating fast lookup database ... Done
44212026-05-28T17:12:28.751Z[ host-image] May 28 17:12:28.215 INFO O| May 28 17:12:28.215 INFO O| Finalize: Reading search index ... Done
44222026-05-28T17:12:29.719Z[ recovery-image] May 28 17:12:29.181 INFO O| May 28 17:12:29.181 INFO O| Download: 16525/16562 items 197.9/199.3MB 99% complete (2.8M/s)
44232026-05-28T17:12:30.942Z[ recovery-image] May 28 17:12:30.405 INFO O| May 28 17:12:30.405 INFO O| Download: Completed 199.27 MB in 172.33 seconds (1.1M/s)
44242026-05-28T17:12:31.647Z[ host-image] May 28 17:12:31.110 INFO O| May 28 17:12:31.110 INFO O| Finalize: Building new search index ... Done
44252026-05-28T17:12:32.136Z[ host-image] May 28 17:12:31.599 INFO O| May 28 17:12:31.599 INFO O| Finalize: Updating package cache ... Done
44262026-05-28T17:12:32.296Z[ host-image] May 28 17:12:31.758 INFO O| May 28 17:12:31.758 INFO STEP 11 (pkg_install) COMPLETE
44272026-05-28T17:12:32.296Z[ host-image] May 28 17:12:31.758 INFO O| May 28 17:12:31.758 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44282026-05-28T17:12:33.309Z[ host-image] May 28 17:12:32.772 INFO O| May 28 17:12:32.772 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"]
44292026-05-28T17:12:33.635Z[ recovery-image] May 28 17:12:33.097 INFO O| May 28 17:12:33.097 INFO O| Actions: 1/27372 actions (Installing new actions)
44302026-05-28T17:12:34.321Z[ host-image] May 28 17:12:33.785 INFO O| May 28 17:12:33.785 INFO O| Startup: Refreshing catalog 'helios' ... Done
44312026-05-28T17:12:34.459Z[ host-image] May 28 17:12:33.923 INFO O| May 28 17:12:33.923 INFO O| Startup: Caching catalogs ... Done
44322026-05-28T17:12:34.618Z[ host-image] May 28 17:12:34.081 INFO O| May 28 17:12:34.081 INFO O| Planning: Solver setup ... Done
44332026-05-28T17:12:34.623Z[ host-image] May 28 17:12:34.086 INFO O| May 28 17:12:34.086 INFO O| Planning: Running solver ... Done
44342026-05-28T17:12:34.627Z[ host-image] May 28 17:12:34.090 INFO O| May 28 17:12:34.090 INFO O| Planning: Finding local manifests ... Done
44352026-05-28T17:12:34.682Z[ host-image] May 28 17:12:34.146 INFO O| May 28 17:12:34.146 INFO O| Planning: Fetching manifests: 0/6 0% complete
44362026-05-28T17:12:34.786Z[ host-image] May 28 17:12:34.250 INFO O| May 28 17:12:34.250 INFO O| Planning: Fetching manifests: 6/6 100% complete
44372026-05-28T17:12:34.808Z[ host-image] May 28 17:12:34.271 INFO O| May 28 17:12:34.271 INFO O| Planning: Package planning ... Done
44382026-05-28T17:12:34.812Z[ host-image] May 28 17:12:34.274 INFO O| May 28 17:12:34.274 INFO O| Planning: Merging actions ... Done
44392026-05-28T17:12:34.917Z[ host-image] May 28 17:12:34.380 INFO O| May 28 17:12:34.380 INFO O| Planning: Checking for conflicting actions ... Done
44402026-05-28T17:12:34.921Z[ host-image] May 28 17:12:34.382 INFO O| May 28 17:12:34.382 INFO O| Planning: Consolidating action changes ... Done
44412026-05-28T17:12:35.080Z[ host-image] May 28 17:12:34.541 INFO O| May 28 17:12:34.541 INFO O| Planning: Evaluating mediators ... Done
44422026-05-28T17:12:35.083Z[ host-image] May 28 17:12:34.542 INFO O| May 28 17:12:34.542 INFO O| Planning: Planning completed in 0.61 seconds
44432026-05-28T17:12:35.083Z[ host-image] May 28 17:12:34.542 INFO O| May 28 17:12:34.542 INFO O| Packages to install: 6
44442026-05-28T17:12:35.083Z[ host-image] May 28 17:12:34.542 INFO O| May 28 17:12:34.542 INFO O| Services to change: 2
44452026-05-28T17:12:35.090Z[ host-image] May 28 17:12:34.554 INFO O| May 28 17:12:34.554 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44462026-05-28T17:12:38.635Z[ recovery-image] May 28 17:12:38.098 INFO O| May 28 17:12:38.098 INFO O| Actions: 21862/27372 actions (Installing new actions)
44472026-05-28T17:12:39.320Z[ recovery-image] May 28 17:12:38.782 INFO O| May 28 17:12:38.782 INFO O| Actions: Completed 27372 actions in 5.68 seconds.
44482026-05-28T17:12:39.369Z[ recovery-image] May 28 17:12:38.832 INFO O| May 28 17:12:38.832 INFO O| Finalize: Updating package state database ... Done
44492026-05-28T17:12:39.369Z[ recovery-image] May 28 17:12:38.832 INFO O| May 28 17:12:38.832 INFO O| Finalize: Updating package cache ... Done
44502026-05-28T17:12:39.402Z[ recovery-image] May 28 17:12:38.865 INFO O| May 28 17:12:38.865 INFO O| Finalize: Updating image state ... Done
44512026-05-28T17:12:40.182Z[ recovery-image] May 28 17:12:39.645 INFO O| May 28 17:12:39.645 INFO O| Finalize: Creating fast lookup database ... Done
44522026-05-28T17:12:40.199Z[ recovery-image] May 28 17:12:39.662 INFO O| May 28 17:12:39.662 INFO O| Finalize: Reading search index ... Done
44532026-05-28T17:12:40.748Z[ host-image] May 28 17:12:40.211 INFO O| May 28 17:12:40.211 INFO O| Download: 153/155 items 1.7/1.7MB 98% complete (368k/s)
44542026-05-28T17:12:40.755Z[ host-image] May 28 17:12:40.218 INFO O| May 28 17:12:40.218 INFO O| Download: Completed 1.75 MB in 5.66 seconds (315k/s)
44552026-05-28T17:12:42.131Z[ recovery-image] May 28 17:12:41.594 INFO O| May 28 17:12:41.594 INFO O| Finalize: Building new search index ... Done
44562026-05-28T17:12:42.474Z[ recovery-image] May 28 17:12:41.938 INFO O| May 28 17:12:41.937 INFO O| Finalize: Updating package cache ... Done
44572026-05-28T17:12:42.630Z[ recovery-image] May 28 17:12:42.093 INFO O| May 28 17:12:42.093 INFO STEP 11 (pkg_install) COMPLETE
44582026-05-28T17:12:42.630Z[ recovery-image] May 28 17:12:42.093 INFO O| May 28 17:12:42.093 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44592026-05-28T17:12:42.630Z[ recovery-image] May 28 17:12:42.093 INFO O| May 28 17:12:42.093 INFO skip step because feature "recovery" is enabled
44602026-05-28T17:12:42.634Z[ recovery-image] May 28 17:12:42.093 INFO O| May 28 17:12:42.093 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44612026-05-28T17:12:42.634Z[ recovery-image] May 28 17:12:42.093 INFO O| May 28 17:12:42.093 INFO skip step because feature "omicron1" is not enabled
44622026-05-28T17:12:42.634Z[ recovery-image] May 28 17:12:42.093 INFO O| May 28 17:12:42.093 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44632026-05-28T17:12:43.312Z[ recovery-image] May 28 17:12:42.775 INFO O| May 28 17:12:42.775 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
44642026-05-28T17:12:43.315Z[ host-image] May 28 17:12:42.777 INFO O| May 28 17:12:42.777 INFO O| Actions: 1/390 actions (Installing new actions)
44652026-05-28T17:12:43.475Z[ host-image] May 28 17:12:42.938 INFO O| May 28 17:12:42.938 INFO O| Actions: Completed 390 actions in 0.16 seconds.
44662026-05-28T17:12:43.483Z[ host-image] May 28 17:12:42.946 INFO O| May 28 17:12:42.946 INFO O| Finalize: Updating package state database ... Done
44672026-05-28T17:12:43.483Z[ host-image] May 28 17:12:42.946 INFO O| May 28 17:12:42.946 INFO O| Finalize: Updating package cache ... Done
44682026-05-28T17:12:43.507Z[ host-image] May 28 17:12:42.970 INFO O| May 28 17:12:42.970 INFO O| Finalize: Updating image state ... Done
44692026-05-28T17:12:44.339Z[ recovery-image] May 28 17:12:43.802 INFO O| May 28 17:12:43.802 INFO O| Startup: Refreshing catalog 'helios' ... Done
44702026-05-28T17:12:44.447Z[ recovery-image] May 28 17:12:43.910 INFO O| May 28 17:12:43.910 INFO O| Startup: Caching catalogs ... Done
44712026-05-28T17:12:44.609Z[ host-image] May 28 17:12:44.072 INFO O| May 28 17:12:44.072 INFO O| Finalize: Creating fast lookup database ... Done
44722026-05-28T17:12:44.615Z[ recovery-image] May 28 17:12:44.078 INFO O| May 28 17:12:44.078 INFO O| Planning: Solver setup ... Done
44732026-05-28T17:12:44.620Z[ recovery-image] May 28 17:12:44.083 INFO O| May 28 17:12:44.083 INFO O| Planning: Running solver ... Done
44742026-05-28T17:12:44.623Z[ recovery-image] May 28 17:12:44.087 INFO O| May 28 17:12:44.087 INFO O| Planning: Finding local manifests ... Done
44752026-05-28T17:12:44.638Z[ host-image] May 28 17:12:44.101 INFO O| May 28 17:12:44.101 INFO O| Finalize: Reading search index ... Done
44762026-05-28T17:12:44.638Z[ host-image] May 28 17:12:44.101 INFO O| May 28 17:12:44.101 INFO O| Finalize: Updating search index ... Done
44772026-05-28T17:12:44.655Z[ host-image] May 28 17:12:44.119 INFO O| May 28 17:12:44.118 INFO O| Finalize: Updating package cache ... Done
44782026-05-28T17:12:44.685Z[ recovery-image] May 28 17:12:44.148 INFO O| May 28 17:12:44.148 INFO O| Planning: Fetching manifests: 0/1 0% complete
44792026-05-28T17:12:44.707Z[ recovery-image] May 28 17:12:44.170 INFO O| May 28 17:12:44.170 INFO O| Planning: Fetching manifests: 1/1 100% complete
44802026-05-28T17:12:44.725Z[ recovery-image] May 28 17:12:44.188 INFO O| May 28 17:12:44.188 INFO O| Planning: Package planning ... Done
44812026-05-28T17:12:44.725Z[ recovery-image] May 28 17:12:44.188 INFO O| May 28 17:12:44.188 INFO O| Planning: Merging actions ... Done
44822026-05-28T17:12:44.751Z[ recovery-image] May 28 17:12:44.214 INFO O| May 28 17:12:44.214 INFO O| Planning: Checking for conflicting actions ... Done
44832026-05-28T17:12:44.751Z[ recovery-image] May 28 17:12:44.214 INFO O| May 28 17:12:44.214 INFO O| Planning: Consolidating action changes ... Done
44842026-05-28T17:12:44.788Z[ host-image] May 28 17:12:44.251 INFO O| May 28 17:12:44.251 INFO STEP 12 (pkg_install) COMPLETE
44852026-05-28T17:12:44.788Z[ host-image] May 28 17:12:44.251 INFO O| May 28 17:12:44.251 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44862026-05-28T17:12:44.799Z[ host-image] May 28 17:12:44.263 INFO O| May 28 17:12:44.262 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44872026-05-28T17:12:44.871Z[ recovery-image] May 28 17:12:44.334 INFO O| May 28 17:12:44.334 INFO O| Planning: Evaluating mediators ... Done
44882026-05-28T17:12:44.874Z[ recovery-image] May 28 17:12:44.334 INFO O| May 28 17:12:44.334 INFO O| Planning: Planning completed in 0.42 seconds
44892026-05-28T17:12:44.874Z[ recovery-image] May 28 17:12:44.335 INFO O| May 28 17:12:44.335 INFO O| Packages to install: 1
44902026-05-28T17:12:44.884Z[ recovery-image] May 28 17:12:44.347 INFO O| May 28 17:12:44.347 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
44912026-05-28T17:12:45.400Z[ recovery-image] May 28 17:12:44.864 INFO O| May 28 17:12:44.863 INFO O| Download: Completed 12.63 MB in 0.52 seconds (24.5M/s)
44922026-05-28T17:12:45.422Z[ recovery-image] May 28 17:12:44.883 INFO O| May 28 17:12:44.883 INFO O| Actions: 1/22 actions (Installing new actions)
44932026-05-28T17:12:45.639Z[ host-image] May 28 17:12:45.102 INFO O| May 28 17:12:45.102 INFO O| Startup: Refreshing catalog 'helios' ... Done
44942026-05-28T17:12:45.665Z[ recovery-image] May 28 17:12:45.129 INFO O| May 28 17:12:45.129 INFO O| Actions: Completed 22 actions in 0.25 seconds.
44952026-05-28T17:12:45.674Z[ recovery-image] May 28 17:12:45.138 INFO O| May 28 17:12:45.138 INFO O| Finalize: Updating package state database ... Done
44962026-05-28T17:12:45.674Z[ recovery-image] May 28 17:12:45.138 INFO O| May 28 17:12:45.138 INFO O| Finalize: Updating package cache ... Done
44972026-05-28T17:12:45.697Z[ recovery-image] May 28 17:12:45.160 INFO O| May 28 17:12:45.160 INFO O| Finalize: Updating image state ... Done
44982026-05-28T17:12:45.753Z[ host-image] May 28 17:12:45.217 INFO O| May 28 17:12:45.217 INFO O| Startup: Caching catalogs ... Done
44992026-05-28T17:12:45.897Z[ host-image] May 28 17:12:45.360 INFO O| May 28 17:12:45.360 INFO O| Planning: Solver setup ... Done
45002026-05-28T17:12:45.902Z[ host-image] May 28 17:12:45.366 INFO O| May 28 17:12:45.366 INFO O| Planning: Running solver ... Done
45012026-05-28T17:12:45.907Z[ host-image] May 28 17:12:45.371 INFO O| May 28 17:12:45.371 INFO O| Planning: Finding local manifests ... Done
45022026-05-28T17:12:45.921Z[ host-image] May 28 17:12:45.384 INFO O| May 28 17:12:45.384 INFO O| Planning: Fetching manifests: 0/6 0% complete
45032026-05-28T17:12:45.989Z[ host-image] May 28 17:12:45.452 INFO O| May 28 17:12:45.452 INFO O| Planning: Fetching manifests: 6/6 100% complete
45042026-05-28T17:12:46.017Z[ host-image] May 28 17:12:45.480 INFO O| May 28 17:12:45.480 INFO O| Planning: Package planning ... Done
45052026-05-28T17:12:46.026Z[ host-image] May 28 17:12:45.490 INFO O| May 28 17:12:45.490 INFO O| Planning: Merging actions ... Done
45062026-05-28T17:12:46.117Z[ host-image] May 28 17:12:45.580 INFO O| May 28 17:12:45.580 INFO O| Planning: Checking for conflicting actions ... Done
45072026-05-28T17:12:46.120Z[ host-image] May 28 17:12:45.583 INFO O| May 28 17:12:45.583 INFO O| Planning: Consolidating action changes ... Done
45082026-05-28T17:12:46.263Z[ host-image] May 28 17:12:45.726 INFO O| May 28 17:12:45.726 INFO O| Planning: Evaluating mediators ... Done
45092026-05-28T17:12:46.266Z[ host-image] May 28 17:12:45.729 INFO O| May 28 17:12:45.729 INFO O| Planning: Planning completed in 0.51 seconds
45102026-05-28T17:12:46.269Z[ host-image] May 28 17:12:45.730 INFO O| May 28 17:12:45.730 INFO O| Packages to install: 6
45112026-05-28T17:12:46.269Z[ host-image] May 28 17:12:45.730 INFO O| May 28 17:12:45.730 INFO O| Mediators to change: 1
45122026-05-28T17:12:46.269Z[ host-image] May 28 17:12:45.730 INFO O| May 28 17:12:45.730 INFO O| Services to change: 1
45132026-05-28T17:12:46.277Z[ host-image] May 28 17:12:45.741 INFO O| May 28 17:12:45.741 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
45142026-05-28T17:12:46.298Z[ recovery-image] May 28 17:12:45.761 INFO O| May 28 17:12:45.761 INFO O| Finalize: Creating fast lookup database ... Done
45152026-05-28T17:12:46.313Z[ recovery-image] May 28 17:12:45.777 INFO O| May 28 17:12:45.777 INFO O| Finalize: Reading search index ... Done
45162026-05-28T17:12:46.313Z[ recovery-image] May 28 17:12:45.777 INFO O| May 28 17:12:45.777 INFO O| Finalize: Updating search index ... Done
45172026-05-28T17:12:46.324Z[ recovery-image] May 28 17:12:45.788 INFO O| May 28 17:12:45.788 INFO O| Finalize: Updating package cache ... Done
45182026-05-28T17:12:46.431Z[ recovery-image] May 28 17:12:45.894 INFO O| May 28 17:12:45.894 INFO STEP 14 (pkg_install) COMPLETE
45192026-05-28T17:12:46.431Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.894 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45202026-05-28T17:12:46.431Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.894 INFO skip step because feature "mbist" is not enabled
45212026-05-28T17:12:46.431Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.894 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45222026-05-28T17:12:46.431Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.894 INFO skip step because feature "mfg" is not enabled
45232026-05-28T17:12:46.435Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.894 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45242026-05-28T17:12:46.435Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.894 INFO skip step because feature "compliance" is not enabled
45252026-05-28T17:12:46.435Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.894 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45262026-05-28T17:12:46.435Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.894 INFO skip step because feature "stress" is not enabled
45272026-05-28T17:12:46.435Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.894 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45282026-05-28T17:12:46.435Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.894 INFO skip step because feature "compliance" is not enabled
45292026-05-28T17:12:46.435Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.894 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45302026-05-28T17:12:46.435Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.894 INFO skip step because feature "nfs" is not enabled
45312026-05-28T17:12:46.435Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.895 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45322026-05-28T17:12:46.435Z[ recovery-image] May 28 17:12:45.895 INFO O| May 28 17:12:45.895 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45332026-05-28T17:12:46.522Z[ recovery-image] May 28 17:12:45.985 INFO O| May 28 17:12:45.985 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45342026-05-28T17:12:46.616Z[ recovery-image] May 28 17:12:46.080 INFO O| May 28 17:12:46.079 INFO completed processing sled/ramdisk-01-os
45352026-05-28T17:12:46.620Z[ recovery-image] May 28 17:12:46.082 INFO image builder template: ramdisk-02-trim...
45362026-05-28T17:12:46.620Z[ recovery-image] May 28 17:12:46.082 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/.tmpF3EbOY/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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45372026-05-28T17:12:46.639Z[ recovery-image] May 28 17:12:46.102 INFO O| May 28 17:12:46.102 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45382026-05-28T17:12:46.642Z[ recovery-image] May 28 17:12:46.106 INFO O| May 28 17:12:46.106 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45392026-05-28T17:12:46.708Z[ recovery-image] May 28 17:12:46.171 INFO O| May 28 17:12:46.171 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45402026-05-28T17:12:46.781Z[ recovery-image] May 28 17:12:46.245 INFO O| May 28 17:12:46.245 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45412026-05-28T17:12:46.781Z[ recovery-image] May 28 17:12:46.245 INFO O| May 28 17:12:46.245 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45422026-05-28T17:12:46.786Z[ recovery-image] May 28 17:12:46.250 INFO O| May 28 17:12:46.250 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45432026-05-28T17:12:46.790Z[ recovery-image] May 28 17:12:46.253 INFO O| May 28 17:12:46.253 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45442026-05-28T17:12:46.794Z[ recovery-image] May 28 17:12:46.258 INFO O| May 28 17:12:46.258 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45452026-05-28T17:12:47.019Z[ recovery-image] May 28 17:12:46.482 INFO O| May 28 17:12:46.482 INFO rolled back to input snapshot; work may begin
45462026-05-28T17:12:47.019Z[ recovery-image] May 28 17:12:46.482 INFO O| May 28 17:12:46.482 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45472026-05-28T17:12:47.024Z[ recovery-image] May 28 17:12:46.487 INFO O| May 28 17:12:46.487 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45482026-05-28T17:12:47.032Z[ recovery-image] May 28 17:12:46.495 INFO O| May 28 17:12:46.495 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45492026-05-28T17:12:47.072Z[ recovery-image] May 28 17:12:46.535 INFO O| May 28 17:12:46.535 INFO STEP 0 (remove_files) COMPLETE
45502026-05-28T17:12:47.072Z[ recovery-image] May 28 17:12:46.535 INFO O| May 28 17:12:46.535 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45512026-05-28T17:12:47.080Z[ recovery-image] May 28 17:12:46.544 INFO O| May 28 17:12:46.544 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45522026-05-28T17:12:47.083Z[ recovery-image] May 28 17:12:46.545 INFO O| May 28 17:12:46.545 INFO STEP 1 (remove_files) COMPLETE
45532026-05-28T17:12:47.083Z[ recovery-image] May 28 17:12:46.545 INFO O| May 28 17:12:46.545 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45542026-05-28T17:12:47.091Z[ recovery-image] May 28 17:12:46.554 INFO O| May 28 17:12:46.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45552026-05-28T17:12:47.102Z[ recovery-image] May 28 17:12:46.566 INFO O| May 28 17:12:46.566 INFO STEP 2 (remove_files) COMPLETE
45562026-05-28T17:12:47.102Z[ recovery-image] May 28 17:12:46.566 INFO O| May 28 17:12:46.566 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45572026-05-28T17:12:47.109Z[ recovery-image] May 28 17:12:46.573 INFO O| May 28 17:12:46.573 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45582026-05-28T17:12:47.112Z[ recovery-image] May 28 17:12:46.574 INFO O| May 28 17:12:46.574 INFO STEP 3 (remove_files) COMPLETE
45592026-05-28T17:12:47.113Z[ recovery-image] May 28 17:12:46.574 INFO O| May 28 17:12:46.574 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45602026-05-28T17:12:47.116Z[ recovery-image] May 28 17:12:46.580 INFO O| May 28 17:12:46.580 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45612026-05-28T17:12:47.120Z[ recovery-image] May 28 17:12:46.583 INFO O| May 28 17:12:46.583 INFO STEP 4 (remove_files) COMPLETE
45622026-05-28T17:12:47.120Z[ recovery-image] May 28 17:12:46.583 INFO O| May 28 17:12:46.583 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45632026-05-28T17:12:47.127Z[ recovery-image] May 28 17:12:46.591 INFO O| May 28 17:12:46.591 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45642026-05-28T17:12:47.127Z[ recovery-image] May 28 17:12:46.591 INFO O| May 28 17:12:46.591 INFO STEP 5 (remove_files) COMPLETE
45652026-05-28T17:12:47.127Z[ recovery-image] May 28 17:12:46.591 INFO O| May 28 17:12:46.591 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45662026-05-28T17:12:47.134Z[ recovery-image] May 28 17:12:46.598 INFO O| May 28 17:12:46.598 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45672026-05-28T17:12:47.144Z[ recovery-image] May 28 17:12:46.608 INFO O| May 28 17:12:46.607 INFO STEP 6 (remove_files) COMPLETE
45682026-05-28T17:12:47.144Z[ recovery-image] May 28 17:12:46.608 INFO O| May 28 17:12:46.607 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692026-05-28T17:12:47.147Z[ recovery-image] May 28 17:12:46.608 INFO O| May 28 17:12:46.608 INFO skip step because feature "heliosv2" is not enabled
45702026-05-28T17:12:47.147Z[ recovery-image] May 28 17:12:46.608 INFO O| May 28 17:12:46.608 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712026-05-28T17:12:47.147Z[ recovery-image] May 28 17:12:46.608 INFO O| May 28 17:12:46.608 INFO skip step because feature "recovery" is enabled
45722026-05-28T17:12:47.147Z[ recovery-image] May 28 17:12:46.608 INFO O| May 28 17:12:46.608 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45732026-05-28T17:12:47.147Z[ recovery-image] May 28 17:12:46.608 INFO O| May 28 17:12:46.608 INFO skip step because feature "recovery" is enabled
45742026-05-28T17:12:47.148Z[ recovery-image] May 28 17:12:46.608 INFO O| May 28 17:12:46.608 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45752026-05-28T17:12:47.148Z[ recovery-image] May 28 17:12:46.608 INFO O| May 28 17:12:46.608 INFO skip step because feature "recovery" is enabled
45762026-05-28T17:12:47.148Z[ recovery-image] May 28 17:12:46.608 INFO O| May 28 17:12:46.608 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45772026-05-28T17:12:47.151Z[ recovery-image] May 28 17:12:46.615 INFO O| May 28 17:12:46.615 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45782026-05-28T17:12:47.154Z[ recovery-image] May 28 17:12:46.618 INFO O| May 28 17:12:46.617 INFO STEP 11 (remove_files) COMPLETE
45792026-05-28T17:12:47.154Z[ recovery-image] May 28 17:12:46.618 INFO O| May 28 17:12:46.618 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802026-05-28T17:12:47.161Z[ recovery-image] May 28 17:12:46.625 INFO O| May 28 17:12:46.625 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45812026-05-28T17:12:47.164Z[ recovery-image] May 28 17:12:46.626 INFO O| May 28 17:12:46.625 INFO STEP 12 (remove_files) COMPLETE
45822026-05-28T17:12:47.164Z[ recovery-image] May 28 17:12:46.626 INFO O| May 28 17:12:46.625 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45832026-05-28T17:12:47.169Z[ recovery-image] May 28 17:12:46.632 INFO O| May 28 17:12:46.632 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45842026-05-28T17:12:47.172Z[ recovery-image] May 28 17:12:46.633 INFO O| May 28 17:12:46.633 INFO STEP 13 (remove_files) COMPLETE
45852026-05-28T17:12:47.172Z[ recovery-image] May 28 17:12:46.633 INFO O| May 28 17:12:46.633 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862026-05-28T17:12:47.188Z[ recovery-image] May 28 17:12:46.651 INFO O| May 28 17:12:46.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
45872026-05-28T17:12:47.191Z[ recovery-image] May 28 17:12:46.651 INFO O| May 28 17:12:46.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
45882026-05-28T17:12:47.274Z[ recovery-image] May 28 17:12:46.737 INFO O| May 28 17:12:46.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45892026-05-28T17:12:47.279Z[ recovery-image] May 28 17:12:46.743 INFO O| May 28 17:12:46.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45902026-05-28T17:12:47.332Z[ recovery-image] May 28 17:12:46.796 INFO O| May 28 17:12:46.796 INFO STEP 14 (remove_files) COMPLETE
45912026-05-28T17:12:47.333Z[ recovery-image] May 28 17:12:46.796 INFO O| May 28 17:12:46.796 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922026-05-28T17:12:47.341Z[ recovery-image] May 28 17:12:46.805 INFO O| May 28 17:12:46.805 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45932026-05-28T17:12:47.344Z[ recovery-image] May 28 17:12:46.806 INFO O| May 28 17:12:46.806 INFO STEP 15 (remove_files) COMPLETE
45942026-05-28T17:12:47.344Z[ recovery-image] May 28 17:12:46.806 INFO O| May 28 17:12:46.806 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952026-05-28T17:12:47.349Z[ recovery-image] May 28 17:12:46.812 INFO O| May 28 17:12:46.812 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45962026-05-28T17:12:47.354Z[ recovery-image] May 28 17:12:46.818 INFO O| May 28 17:12:46.817 INFO STEP 16 (remove_files) COMPLETE
45972026-05-28T17:12:47.354Z[ recovery-image] May 28 17:12:46.818 INFO O| May 28 17:12:46.817 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982026-05-28T17:12:47.360Z[ recovery-image] May 28 17:12:46.824 INFO O| May 28 17:12:46.824 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45992026-05-28T17:12:47.363Z[ recovery-image] May 28 17:12:46.824 INFO O| May 28 17:12:46.824 INFO STEP 17 (remove_files) COMPLETE
46002026-05-28T17:12:47.363Z[ recovery-image] May 28 17:12:46.824 INFO O| May 28 17:12:46.824 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46012026-05-28T17:12:47.367Z[ recovery-image] May 28 17:12:46.831 INFO O| May 28 17:12:46.831 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46022026-05-28T17:12:47.370Z[ recovery-image] May 28 17:12:46.832 INFO O| May 28 17:12:46.832 INFO STEP 18 (remove_files) COMPLETE
46032026-05-28T17:12:47.370Z[ recovery-image] May 28 17:12:46.832 INFO O| May 28 17:12:46.832 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46042026-05-28T17:12:47.375Z[ recovery-image] May 28 17:12:46.838 INFO O| May 28 17:12:46.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46052026-05-28T17:12:47.375Z[ recovery-image] May 28 17:12:46.838 INFO O| May 28 17:12:46.838 INFO STEP 19 (remove_files) COMPLETE
46062026-05-28T17:12:47.375Z[ recovery-image] May 28 17:12:46.838 INFO O| May 28 17:12:46.838 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46072026-05-28T17:12:47.384Z[ recovery-image] May 28 17:12:46.847 INFO O| May 28 17:12:46.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46082026-05-28T17:12:47.384Z[ recovery-image] May 28 17:12:46.847 INFO O| May 28 17:12:46.847 INFO STEP 20 (remove_files) COMPLETE
46092026-05-28T17:12:47.384Z[ recovery-image] May 28 17:12:46.847 INFO O| May 28 17:12:46.847 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46102026-05-28T17:12:47.391Z[ recovery-image] May 28 17:12:46.855 INFO O| May 28 17:12:46.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46112026-05-28T17:12:47.392Z[ recovery-image] May 28 17:12:46.855 INFO O| May 28 17:12:46.855 INFO STEP 21 (remove_files) COMPLETE
46122026-05-28T17:12:47.392Z[ recovery-image] May 28 17:12:46.855 INFO O| May 28 17:12:46.855 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46132026-05-28T17:12:47.398Z[ recovery-image] May 28 17:12:46.862 INFO O| May 28 17:12:46.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46142026-05-28T17:12:47.398Z[ recovery-image] May 28 17:12:46.862 INFO O| May 28 17:12:46.862 INFO STEP 22 (remove_files) COMPLETE
46152026-05-28T17:12:47.398Z[ recovery-image] May 28 17:12:46.862 INFO O| May 28 17:12:46.862 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162026-05-28T17:12:47.406Z[ recovery-image] May 28 17:12:46.870 INFO O| May 28 17:12:46.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46172026-05-28T17:12:47.406Z[ recovery-image] May 28 17:12:46.870 INFO O| May 28 17:12:46.870 INFO STEP 23 (remove_files) COMPLETE
46182026-05-28T17:12:47.406Z[ recovery-image] May 28 17:12:46.870 INFO O| May 28 17:12:46.870 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-05-28T17:12:47.413Z[ recovery-image] May 28 17:12:46.876 INFO O| May 28 17:12:46.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46202026-05-28T17:12:47.413Z[ recovery-image] May 28 17:12:46.876 INFO O| May 28 17:12:46.876 INFO STEP 24 (remove_files) COMPLETE
46212026-05-28T17:12:47.416Z[ recovery-image] May 28 17:12:46.876 INFO O| May 28 17:12:46.876 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222026-05-28T17:12:47.419Z[ recovery-image] May 28 17:12:46.883 INFO O| May 28 17:12:46.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46232026-05-28T17:12:47.419Z[ recovery-image] May 28 17:12:46.883 INFO O| May 28 17:12:46.883 INFO STEP 25 (remove_files) COMPLETE
46242026-05-28T17:12:47.423Z[ recovery-image] May 28 17:12:46.883 INFO O| May 28 17:12:46.883 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252026-05-28T17:12:47.427Z[ recovery-image] May 28 17:12:46.891 INFO O| May 28 17:12:46.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46262026-05-28T17:12:47.427Z[ recovery-image] May 28 17:12:46.891 INFO O| May 28 17:12:46.891 INFO STEP 26 (remove_files) COMPLETE
46272026-05-28T17:12:47.430Z[ recovery-image] May 28 17:12:46.891 INFO O| May 28 17:12:46.891 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282026-05-28T17:12:47.434Z[ recovery-image] May 28 17:12:46.898 INFO O| May 28 17:12:46.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46292026-05-28T17:12:47.434Z[ recovery-image] May 28 17:12:46.898 INFO O| May 28 17:12:46.898 INFO STEP 27 (remove_files) COMPLETE
46302026-05-28T17:12:47.437Z[ recovery-image] May 28 17:12:46.898 INFO O| May 28 17:12:46.898 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312026-05-28T17:12:47.441Z[ recovery-image] May 28 17:12:46.904 INFO O| May 28 17:12:46.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46322026-05-28T17:12:47.441Z[ recovery-image] May 28 17:12:46.904 INFO O| May 28 17:12:46.904 INFO STEP 28 (remove_files) COMPLETE
46332026-05-28T17:12:47.444Z[ recovery-image] May 28 17:12:46.904 INFO O| May 28 17:12:46.904 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342026-05-28T17:12:47.448Z[ recovery-image] May 28 17:12:46.911 INFO O| May 28 17:12:46.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46352026-05-28T17:12:47.448Z[ recovery-image] May 28 17:12:46.911 INFO O| May 28 17:12:46.911 INFO STEP 29 (remove_files) COMPLETE
46362026-05-28T17:12:47.451Z[ recovery-image] May 28 17:12:46.911 INFO O| May 28 17:12:46.911 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372026-05-28T17:12:47.455Z[ recovery-image] May 28 17:12:46.919 INFO O| May 28 17:12:46.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46382026-05-28T17:12:47.458Z[ recovery-image] May 28 17:12:46.919 INFO O| May 28 17:12:46.919 INFO STEP 30 (remove_files) COMPLETE
46392026-05-28T17:12:47.459Z[ recovery-image] May 28 17:12:46.919 INFO O| May 28 17:12:46.919 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-05-28T17:12:47.462Z[ recovery-image] May 28 17:12:46.926 INFO O| May 28 17:12:46.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46412026-05-28T17:12:47.462Z[ recovery-image] May 28 17:12:46.926 INFO O| May 28 17:12:46.926 INFO STEP 31 (remove_files) COMPLETE
46422026-05-28T17:12:47.466Z[ recovery-image] May 28 17:12:46.926 INFO O| May 28 17:12:46.926 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432026-05-28T17:12:47.469Z[ recovery-image] May 28 17:12:46.933 INFO O| May 28 17:12:46.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46442026-05-28T17:12:47.469Z[ recovery-image] May 28 17:12:46.933 INFO O| May 28 17:12:46.933 INFO STEP 32 (remove_files) COMPLETE
46452026-05-28T17:12:47.469Z[ recovery-image] May 28 17:12:46.933 INFO O| May 28 17:12:46.933 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-05-28T17:12:47.475Z[ recovery-image] May 28 17:12:46.939 INFO O| May 28 17:12:46.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46472026-05-28T17:12:47.478Z[ recovery-image] May 28 17:12:46.939 INFO O| May 28 17:12:46.939 INFO STEP 33 (remove_files) COMPLETE
46482026-05-28T17:12:47.478Z[ recovery-image] May 28 17:12:46.939 INFO O| May 28 17:12:46.939 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-05-28T17:12:47.483Z[ recovery-image] May 28 17:12:46.946 INFO O| May 28 17:12:46.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46502026-05-28T17:12:47.483Z[ recovery-image] May 28 17:12:46.946 INFO O| May 28 17:12:46.946 INFO STEP 34 (remove_files) COMPLETE
46512026-05-28T17:12:47.486Z[ recovery-image] May 28 17:12:46.946 INFO O| May 28 17:12:46.946 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-05-28T17:12:47.490Z[ recovery-image] May 28 17:12:46.954 INFO O| May 28 17:12:46.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46532026-05-28T17:12:47.491Z[ recovery-image] May 28 17:12:46.954 INFO O| May 28 17:12:46.954 INFO STEP 35 (remove_files) COMPLETE
46542026-05-28T17:12:47.494Z[ recovery-image] May 28 17:12:46.954 INFO O| May 28 17:12:46.954 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-05-28T17:12:47.497Z[ recovery-image] May 28 17:12:46.961 INFO O| May 28 17:12:46.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46562026-05-28T17:12:47.497Z[ recovery-image] May 28 17:12:46.961 INFO O| May 28 17:12:46.961 INFO STEP 36 (remove_files) COMPLETE
46572026-05-28T17:12:47.498Z[ recovery-image] May 28 17:12:46.961 INFO O| May 28 17:12:46.961 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-05-28T17:12:47.505Z[ recovery-image] May 28 17:12:46.969 INFO O| May 28 17:12:46.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46592026-05-28T17:12:47.505Z[ recovery-image] May 28 17:12:46.969 INFO O| May 28 17:12:46.969 INFO STEP 37 (remove_files) COMPLETE
46602026-05-28T17:12:47.505Z[ recovery-image] May 28 17:12:46.969 INFO O| May 28 17:12:46.969 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-05-28T17:12:47.512Z[ recovery-image] May 28 17:12:46.976 INFO O| May 28 17:12:46.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46622026-05-28T17:12:47.512Z[ recovery-image] May 28 17:12:46.976 INFO O| May 28 17:12:46.976 INFO STEP 38 (remove_files) COMPLETE
46632026-05-28T17:12:47.516Z[ recovery-image] May 28 17:12:46.976 INFO O| May 28 17:12:46.976 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-05-28T17:12:47.519Z[ recovery-image] May 28 17:12:46.982 INFO O| May 28 17:12:46.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46652026-05-28T17:12:47.519Z[ recovery-image] May 28 17:12:46.983 INFO O| May 28 17:12:46.982 INFO STEP 39 (remove_files) COMPLETE
46662026-05-28T17:12:47.522Z[ recovery-image] May 28 17:12:46.983 INFO O| May 28 17:12:46.982 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-05-28T17:12:47.527Z[ recovery-image] May 28 17:12:46.990 INFO O| May 28 17:12:46.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46682026-05-28T17:12:47.527Z[ recovery-image] May 28 17:12:46.990 INFO O| May 28 17:12:46.990 INFO STEP 40 (remove_files) COMPLETE
46692026-05-28T17:12:47.527Z[ recovery-image] May 28 17:12:46.990 INFO O| May 28 17:12:46.990 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-05-28T17:12:47.534Z[ recovery-image] May 28 17:12:46.997 INFO O| May 28 17:12:46.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46712026-05-28T17:12:47.534Z[ recovery-image] May 28 17:12:46.997 INFO O| May 28 17:12:46.997 INFO STEP 41 (remove_files) COMPLETE
46722026-05-28T17:12:47.537Z[ recovery-image] May 28 17:12:46.997 INFO O| May 28 17:12:46.997 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-05-28T17:12:47.542Z[ recovery-image] May 28 17:12:47.005 INFO O| May 28 17:12:47.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46742026-05-28T17:12:47.542Z[ recovery-image] May 28 17:12:47.005 INFO O| May 28 17:12:47.005 INFO STEP 42 (remove_files) COMPLETE
46752026-05-28T17:12:47.545Z[ recovery-image] May 28 17:12:47.005 INFO O| May 28 17:12:47.005 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-05-28T17:12:47.549Z[ recovery-image] May 28 17:12:47.012 INFO O| May 28 17:12:47.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46772026-05-28T17:12:47.549Z[ recovery-image] May 28 17:12:47.012 INFO O| May 28 17:12:47.012 INFO STEP 43 (remove_files) COMPLETE
46782026-05-28T17:12:47.552Z[ recovery-image] May 28 17:12:47.012 INFO O| May 28 17:12:47.012 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-05-28T17:12:47.555Z[ recovery-image] May 28 17:12:47.019 INFO O| May 28 17:12:47.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46802026-05-28T17:12:47.555Z[ recovery-image] May 28 17:12:47.019 INFO O| May 28 17:12:47.019 INFO STEP 44 (remove_files) COMPLETE
46812026-05-28T17:12:47.558Z[ recovery-image] May 28 17:12:47.019 INFO O| May 28 17:12:47.019 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-05-28T17:12:47.562Z[ recovery-image] May 28 17:12:47.026 INFO O| May 28 17:12:47.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46832026-05-28T17:12:47.562Z[ recovery-image] May 28 17:12:47.026 INFO O| May 28 17:12:47.026 INFO STEP 45 (remove_files) COMPLETE
46842026-05-28T17:12:47.562Z[ recovery-image] May 28 17:12:47.026 INFO O| May 28 17:12:47.026 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-05-28T17:12:47.569Z[ recovery-image] May 28 17:12:47.032 INFO O| May 28 17:12:47.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46862026-05-28T17:12:47.569Z[ recovery-image] May 28 17:12:47.032 INFO O| May 28 17:12:47.032 INFO STEP 46 (remove_files) COMPLETE
46872026-05-28T17:12:47.572Z[ recovery-image] May 28 17:12:47.032 INFO O| May 28 17:12:47.032 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-05-28T17:12:47.577Z[ recovery-image] May 28 17:12:47.041 INFO O| May 28 17:12:47.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46892026-05-28T17:12:47.577Z[ recovery-image] May 28 17:12:47.041 INFO O| May 28 17:12:47.041 INFO STEP 47 (remove_files) COMPLETE
46902026-05-28T17:12:47.580Z[ recovery-image] May 28 17:12:47.041 INFO O| May 28 17:12:47.041 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-05-28T17:12:47.584Z[ recovery-image] May 28 17:12:47.047 INFO O| May 28 17:12:47.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46922026-05-28T17:12:47.587Z[ recovery-image] May 28 17:12:47.047 INFO O| May 28 17:12:47.047 INFO STEP 48 (remove_files) COMPLETE
46932026-05-28T17:12:47.587Z[ recovery-image] May 28 17:12:47.047 INFO O| May 28 17:12:47.047 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-05-28T17:12:47.592Z[ recovery-image] May 28 17:12:47.055 INFO O| May 28 17:12:47.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46952026-05-28T17:12:47.592Z[ recovery-image] May 28 17:12:47.055 INFO O| May 28 17:12:47.055 INFO STEP 49 (remove_files) COMPLETE
46962026-05-28T17:12:47.592Z[ recovery-image] May 28 17:12:47.055 INFO O| May 28 17:12:47.055 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-05-28T17:12:47.598Z[ recovery-image] May 28 17:12:47.061 INFO O| May 28 17:12:47.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46982026-05-28T17:12:47.599Z[ recovery-image] May 28 17:12:47.062 INFO O| May 28 17:12:47.061 INFO STEP 50 (remove_files) COMPLETE
46992026-05-28T17:12:47.602Z[ recovery-image] May 28 17:12:47.062 INFO O| May 28 17:12:47.062 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002026-05-28T17:12:47.605Z[ recovery-image] May 28 17:12:47.068 INFO O| May 28 17:12:47.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47012026-05-28T17:12:47.606Z[ recovery-image] May 28 17:12:47.068 INFO O| May 28 17:12:47.068 INFO STEP 51 (remove_files) COMPLETE
47022026-05-28T17:12:47.606Z[ recovery-image] May 28 17:12:47.068 INFO O| May 28 17:12:47.068 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-05-28T17:12:47.611Z[ recovery-image] May 28 17:12:47.074 INFO O| May 28 17:12:47.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47042026-05-28T17:12:47.611Z[ recovery-image] May 28 17:12:47.074 INFO O| May 28 17:12:47.074 INFO STEP 52 (remove_files) COMPLETE
47052026-05-28T17:12:47.611Z[ recovery-image] May 28 17:12:47.074 INFO O| May 28 17:12:47.074 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-05-28T17:12:47.618Z[ recovery-image] May 28 17:12:47.081 INFO O| May 28 17:12:47.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47072026-05-28T17:12:47.618Z[ recovery-image] May 28 17:12:47.081 INFO O| May 28 17:12:47.081 INFO STEP 53 (remove_files) COMPLETE
47082026-05-28T17:12:47.621Z[ recovery-image] May 28 17:12:47.081 INFO O| May 28 17:12:47.081 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-05-28T17:12:47.624Z[ recovery-image] May 28 17:12:47.088 INFO O| May 28 17:12:47.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47102026-05-28T17:12:47.624Z[ recovery-image] May 28 17:12:47.088 INFO O| May 28 17:12:47.088 INFO STEP 54 (remove_files) COMPLETE
47112026-05-28T17:12:47.624Z[ recovery-image] May 28 17:12:47.088 INFO O| May 28 17:12:47.088 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-05-28T17:12:47.631Z[ recovery-image] May 28 17:12:47.095 INFO O| May 28 17:12:47.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47132026-05-28T17:12:47.631Z[ recovery-image] May 28 17:12:47.095 INFO O| May 28 17:12:47.095 INFO STEP 55 (remove_files) COMPLETE
47142026-05-28T17:12:47.635Z[ recovery-image] May 28 17:12:47.095 INFO O| May 28 17:12:47.095 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-05-28T17:12:47.639Z[ recovery-image] May 28 17:12:47.103 INFO O| May 28 17:12:47.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47162026-05-28T17:12:47.639Z[ recovery-image] May 28 17:12:47.103 INFO O| May 28 17:12:47.103 INFO STEP 56 (remove_files) COMPLETE
47172026-05-28T17:12:47.639Z[ recovery-image] May 28 17:12:47.103 INFO O| May 28 17:12:47.103 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182026-05-28T17:12:47.647Z[ recovery-image] May 28 17:12:47.111 INFO O| May 28 17:12:47.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47192026-05-28T17:12:47.647Z[ recovery-image] May 28 17:12:47.111 INFO O| May 28 17:12:47.111 INFO STEP 57 (remove_files) COMPLETE
47202026-05-28T17:12:47.651Z[ recovery-image] May 28 17:12:47.111 INFO O| May 28 17:12:47.111 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-05-28T17:12:47.655Z[ recovery-image] May 28 17:12:47.119 INFO O| May 28 17:12:47.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47222026-05-28T17:12:47.655Z[ recovery-image] May 28 17:12:47.119 INFO O| May 28 17:12:47.119 INFO STEP 58 (remove_files) COMPLETE
47232026-05-28T17:12:47.655Z[ recovery-image] May 28 17:12:47.119 INFO O| May 28 17:12:47.119 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-05-28T17:12:47.663Z[ recovery-image] May 28 17:12:47.126 INFO O| May 28 17:12:47.126 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47252026-05-28T17:12:47.663Z[ recovery-image] May 28 17:12:47.126 INFO O| May 28 17:12:47.126 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47262026-05-28T17:12:47.666Z[ recovery-image] May 28 17:12:47.126 INFO O| May 28 17:12:47.126 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47272026-05-28T17:12:47.666Z[ recovery-image] May 28 17:12:47.126 INFO O| May 28 17:12:47.126 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47282026-05-28T17:12:47.666Z[ recovery-image] May 28 17:12:47.126 INFO O| May 28 17:12:47.126 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47292026-05-28T17:12:47.666Z[ recovery-image] May 28 17:12:47.126 INFO O| May 28 17:12:47.126 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47302026-05-28T17:12:47.666Z[ recovery-image] May 28 17:12:47.126 INFO O| May 28 17:12:47.126 INFO ok!
47312026-05-28T17:12:47.666Z[ recovery-image] May 28 17:12:47.127 INFO O| May 28 17:12:47.126 INFO STEP 59 (ensure_file) COMPLETE
47322026-05-28T17:12:47.666Z[ recovery-image] May 28 17:12:47.127 INFO O| May 28 17:12:47.126 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332026-05-28T17:12:47.671Z[ recovery-image] May 28 17:12:47.134 INFO O| May 28 17:12:47.134 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47342026-05-28T17:12:47.671Z[ recovery-image] May 28 17:12:47.134 INFO O| May 28 17:12:47.134 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47352026-05-28T17:12:47.674Z[ recovery-image] May 28 17:12:47.134 INFO O| May 28 17:12:47.134 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47362026-05-28T17:12:47.674Z[ recovery-image] May 28 17:12:47.134 INFO O| May 28 17:12:47.134 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47372026-05-28T17:12:47.674Z[ recovery-image] May 28 17:12:47.134 INFO O| May 28 17:12:47.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47382026-05-28T17:12:47.674Z[ recovery-image] May 28 17:12:47.134 INFO O| May 28 17:12:47.134 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47392026-05-28T17:12:47.674Z[ recovery-image] May 28 17:12:47.134 INFO O| May 28 17:12:47.134 INFO ok!
47402026-05-28T17:12:47.675Z[ recovery-image] May 28 17:12:47.134 INFO O| May 28 17:12:47.134 INFO STEP 60 (ensure_file) COMPLETE
47412026-05-28T17:12:47.675Z[ recovery-image] May 28 17:12:47.134 INFO O| May 28 17:12:47.134 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-05-28T17:12:47.679Z[ recovery-image] May 28 17:12:47.143 INFO O| May 28 17:12:47.143 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47432026-05-28T17:12:47.679Z[ recovery-image] May 28 17:12:47.143 INFO O| May 28 17:12:47.143 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47442026-05-28T17:12:47.682Z[ recovery-image] May 28 17:12:47.143 INFO O| May 28 17:12:47.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47452026-05-28T17:12:47.683Z[ recovery-image] May 28 17:12:47.143 INFO O| May 28 17:12:47.143 INFO ok!
47462026-05-28T17:12:47.683Z[ recovery-image] May 28 17:12:47.143 INFO O| May 28 17:12:47.143 INFO STEP 61 (ensure_file) COMPLETE
47472026-05-28T17:12:47.683Z[ recovery-image] May 28 17:12:47.143 INFO O| May 28 17:12:47.143 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482026-05-28T17:12:47.687Z[ recovery-image] May 28 17:12:47.151 INFO O| May 28 17:12:47.151 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47492026-05-28T17:12:47.687Z[ recovery-image] May 28 17:12:47.151 INFO O| May 28 17:12:47.151 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47502026-05-28T17:12:47.687Z[ recovery-image] May 28 17:12:47.151 INFO O| May 28 17:12:47.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47512026-05-28T17:12:47.691Z[ recovery-image] May 28 17:12:47.151 INFO O| May 28 17:12:47.151 INFO ok!
47522026-05-28T17:12:47.691Z[ recovery-image] May 28 17:12:47.151 INFO O| May 28 17:12:47.151 INFO STEP 62 (ensure_file) COMPLETE
47532026-05-28T17:12:47.691Z[ recovery-image] May 28 17:12:47.151 INFO O| May 28 17:12:47.151 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47542026-05-28T17:12:47.695Z[ recovery-image] May 28 17:12:47.159 INFO O| May 28 17:12:47.159 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47552026-05-28T17:12:47.695Z[ recovery-image] May 28 17:12:47.159 INFO O| May 28 17:12:47.159 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47562026-05-28T17:12:47.698Z[ recovery-image] May 28 17:12:47.159 INFO O| May 28 17:12:47.159 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47572026-05-28T17:12:47.698Z[ recovery-image] May 28 17:12:47.159 INFO O| May 28 17:12:47.159 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47582026-05-28T17:12:47.698Z[ recovery-image] May 28 17:12:47.159 INFO O| May 28 17:12:47.159 INFO ok!
47592026-05-28T17:12:47.698Z[ recovery-image] May 28 17:12:47.159 INFO O| May 28 17:12:47.159 INFO STEP 63 (ensure_file) COMPLETE
47602026-05-28T17:12:47.698Z[ recovery-image] May 28 17:12:47.159 INFO O| May 28 17:12:47.159 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47612026-05-28T17:12:47.702Z[ recovery-image] May 28 17:12:47.166 INFO O| May 28 17:12:47.166 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47622026-05-28T17:12:47.702Z[ recovery-image] May 28 17:12:47.166 INFO O| May 28 17:12:47.166 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47632026-05-28T17:12:47.702Z[ recovery-image] May 28 17:12:47.166 INFO O| May 28 17:12:47.166 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47642026-05-28T17:12:47.706Z[ recovery-image] May 28 17:12:47.166 INFO O| May 28 17:12:47.166 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47652026-05-28T17:12:47.706Z[ recovery-image] May 28 17:12:47.166 INFO O| May 28 17:12:47.166 INFO ok!
47662026-05-28T17:12:47.706Z[ recovery-image] May 28 17:12:47.166 INFO O| May 28 17:12:47.166 INFO STEP 64 (ensure_file) COMPLETE
47672026-05-28T17:12:47.706Z[ recovery-image] May 28 17:12:47.166 INFO O| May 28 17:12:47.166 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47682026-05-28T17:12:47.711Z[ recovery-image] May 28 17:12:47.174 INFO O| May 28 17:12:47.174 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47692026-05-28T17:12:47.711Z[ recovery-image] May 28 17:12:47.174 INFO O| May 28 17:12:47.174 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47702026-05-28T17:12:47.714Z[ recovery-image] May 28 17:12:47.174 INFO O| May 28 17:12:47.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47712026-05-28T17:12:47.714Z[ recovery-image] May 28 17:12:47.174 INFO O| May 28 17:12:47.174 INFO ok!
47722026-05-28T17:12:47.714Z[ recovery-image] May 28 17:12:47.174 INFO O| May 28 17:12:47.174 INFO STEP 65 (assemble_files) COMPLETE
47732026-05-28T17:12:47.714Z[ recovery-image] May 28 17:12:47.174 INFO O| May 28 17:12:47.174 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742026-05-28T17:12:47.718Z[ recovery-image] May 28 17:12:47.182 INFO O| May 28 17:12:47.182 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47752026-05-28T17:12:47.722Z[ recovery-image] May 28 17:12:47.182 INFO O| May 28 17:12:47.182 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47762026-05-28T17:12:47.722Z[ recovery-image] May 28 17:12:47.182 INFO O| May 28 17:12:47.182 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47772026-05-28T17:12:47.722Z[ recovery-image] May 28 17:12:47.182 INFO O| May 28 17:12:47.182 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47782026-05-28T17:12:47.722Z[ recovery-image] May 28 17:12:47.182 INFO O| May 28 17:12:47.182 INFO ok!
47792026-05-28T17:12:47.722Z[ recovery-image] May 28 17:12:47.182 INFO O| May 28 17:12:47.182 INFO STEP 66 (ensure_file) COMPLETE
47802026-05-28T17:12:47.722Z[ recovery-image] May 28 17:12:47.182 INFO O| May 28 17:12:47.182 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812026-05-28T17:12:47.722Z[ recovery-image] May 28 17:12:47.182 INFO O| May 28 17:12:47.182 INFO skip step because feature "omicron1" is not enabled
47822026-05-28T17:12:47.722Z[ recovery-image] May 28 17:12:47.182 INFO O| May 28 17:12:47.182 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47832026-05-28T17:12:47.722Z[ recovery-image] May 28 17:12:47.182 INFO O| May 28 17:12:47.182 INFO skip step because feature "omicron1" is not enabled
47842026-05-28T17:12:47.722Z[ recovery-image] May 28 17:12:47.182 INFO O| May 28 17:12:47.182 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47852026-05-28T17:12:47.722Z[ recovery-image] May 28 17:12:47.182 INFO O| May 28 17:12:47.182 INFO skip step because feature "omicron1" is not enabled
47862026-05-28T17:12:47.722Z[ recovery-image] May 28 17:12:47.182 INFO O| May 28 17:12:47.182 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47872026-05-28T17:12:47.730Z[ recovery-image] May 28 17:12:47.193 INFO O| May 28 17:12:47.193 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47882026-05-28T17:12:47.730Z[ recovery-image] May 28 17:12:47.193 INFO O| May 28 17:12:47.193 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47892026-05-28T17:12:48.901Z[ recovery-image] May 28 17:12:48.364 INFO O| May 28 17:12:48.364 INFO STEP 70 (pack_tar) COMPLETE
47902026-05-28T17:12:48.901Z[ recovery-image] May 28 17:12:48.364 INFO O| May 28 17:12:48.364 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47912026-05-28T17:12:48.912Z[ recovery-image] May 28 17:12:48.364 INFO O| May 28 17:12:48.364 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47922026-05-28T17:12:49.374Z[ recovery-image] May 28 17:12:48.837 INFO O| May 28 17:12:48.837 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47932026-05-28T17:12:49.531Z[ recovery-image] May 28 17:12:48.994 INFO O| May 28 17:12:48.994 INFO completed processing sled/ramdisk-02-trim
47942026-05-28T17:12:49.535Z[ recovery-image] May 28 17:12:48.997 INFO image builder template: ramdisk-03-recovery-trim...
47952026-05-28T17:12:49.535Z[ recovery-image] May 28 17:12:48.997 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/.tmpF3EbOY/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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
47962026-05-28T17:12:49.539Z[ recovery-image] May 28 17:12:49.003 INFO O| May 28 17:12:49.002 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
47972026-05-28T17:12:49.624Z[ recovery-image] May 28 17:12:49.087 INFO O| May 28 17:12:49.087 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47982026-05-28T17:12:49.627Z[ recovery-image] May 28 17:12:49.091 INFO O| May 28 17:12:49.091 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47992026-05-28T17:12:49.810Z[ recovery-image] May 28 17:12:49.273 INFO O| May 28 17:12:49.273 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48002026-05-28T17:12:49.877Z[ recovery-image] May 28 17:12:49.340 INFO O| May 28 17:12:49.340 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48012026-05-28T17:12:49.877Z[ recovery-image] May 28 17:12:49.340 INFO O| May 28 17:12:49.340 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48022026-05-28T17:12:49.882Z[ recovery-image] May 28 17:12:49.346 INFO O| May 28 17:12:49.346 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48032026-05-28T17:12:49.885Z[ recovery-image] May 28 17:12:49.349 INFO O| May 28 17:12:49.349 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48042026-05-28T17:12:49.890Z[ recovery-image] May 28 17:12:49.354 INFO O| May 28 17:12:49.354 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48052026-05-28T17:12:50.235Z[ recovery-image] May 28 17:12:49.698 INFO O| May 28 17:12:49.698 INFO rolled back to input snapshot; work may begin
48062026-05-28T17:12:50.235Z[ recovery-image] May 28 17:12:49.698 INFO O| May 28 17:12:49.698 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48072026-05-28T17:12:50.239Z[ recovery-image] May 28 17:12:49.703 INFO O| May 28 17:12:49.703 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48082026-05-28T17:12:50.247Z[ recovery-image] May 28 17:12:49.710 INFO O| May 28 17:12:49.710 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48092026-05-28T17:12:50.251Z[ recovery-image] May 28 17:12:49.714 INFO O| May 28 17:12:49.714 INFO STEP 0 (remove_files) COMPLETE
48102026-05-28T17:12:50.251Z[ recovery-image] May 28 17:12:49.714 INFO O| May 28 17:12:49.714 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48112026-05-28T17:12:50.258Z[ recovery-image] May 28 17:12:49.722 INFO O| May 28 17:12:49.721 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48122026-05-28T17:12:50.308Z[ recovery-image] May 28 17:12:49.771 INFO O| May 28 17:12:49.771 INFO STEP 1 (remove_files) COMPLETE
48132026-05-28T17:12:50.308Z[ recovery-image] May 28 17:12:49.771 INFO O| May 28 17:12:49.771 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48142026-05-28T17:12:50.317Z[ recovery-image] May 28 17:12:49.780 INFO O| May 28 17:12:49.780 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48152026-05-28T17:12:50.319Z[ recovery-image] May 28 17:12:49.781 INFO O| May 28 17:12:49.781 INFO STEP 2 (remove_files) COMPLETE
48162026-05-28T17:12:50.319Z[ recovery-image] May 28 17:12:49.781 INFO O| May 28 17:12:49.781 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48172026-05-28T17:12:50.326Z[ recovery-image] May 28 17:12:49.789 INFO O| May 28 17:12:49.789 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48182026-05-28T17:12:50.361Z[ recovery-image] May 28 17:12:49.824 INFO O| May 28 17:12:49.824 INFO STEP 3 (remove_files) COMPLETE
48192026-05-28T17:12:50.361Z[ recovery-image] May 28 17:12:49.824 INFO O| May 28 17:12:49.824 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48202026-05-28T17:12:50.370Z[ recovery-image] May 28 17:12:49.833 INFO O| May 28 17:12:49.833 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48212026-05-28T17:12:50.386Z[ recovery-image] May 28 17:12:49.849 INFO O| May 28 17:12:49.849 INFO STEP 4 (remove_files) COMPLETE
48222026-05-28T17:12:50.386Z[ recovery-image] May 28 17:12:49.849 INFO O| May 28 17:12:49.849 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48232026-05-28T17:12:50.394Z[ recovery-image] May 28 17:12:49.858 INFO O| May 28 17:12:49.858 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48242026-05-28T17:12:50.397Z[ recovery-image] May 28 17:12:49.860 INFO O| May 28 17:12:49.860 INFO STEP 5 (remove_files) COMPLETE
48252026-05-28T17:12:50.397Z[ recovery-image] May 28 17:12:49.860 INFO O| May 28 17:12:49.860 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48262026-05-28T17:12:50.406Z[ recovery-image] May 28 17:12:49.870 INFO O| May 28 17:12:49.870 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48272026-05-28T17:12:50.413Z[ recovery-image] May 28 17:12:49.871 INFO O| May 28 17:12:49.871 INFO STEP 6 (remove_files) COMPLETE
48282026-05-28T17:12:50.413Z[ recovery-image] May 28 17:12:49.871 INFO O| May 28 17:12:49.871 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48292026-05-28T17:12:50.417Z[ recovery-image] May 28 17:12:49.880 INFO O| May 28 17:12:49.880 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48302026-05-28T17:12:50.419Z[ recovery-image] May 28 17:12:49.882 INFO O| May 28 17:12:49.882 INFO STEP 7 (remove_files) COMPLETE
48312026-05-28T17:12:50.420Z[ recovery-image] May 28 17:12:49.882 INFO O| May 28 17:12:49.882 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48322026-05-28T17:12:50.427Z[ recovery-image] May 28 17:12:49.891 INFO O| May 28 17:12:49.891 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48332026-05-28T17:12:50.430Z[ recovery-image] May 28 17:12:49.891 INFO O| May 28 17:12:49.891 INFO STEP 8 (remove_files) COMPLETE
48342026-05-28T17:12:50.430Z[ recovery-image] May 28 17:12:49.891 INFO O| May 28 17:12:49.891 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48352026-05-28T17:12:50.437Z[ recovery-image] May 28 17:12:49.901 INFO O| May 28 17:12:49.901 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48362026-05-28T17:12:50.441Z[ recovery-image] May 28 17:12:49.902 INFO O| May 28 17:12:49.902 INFO STEP 9 (remove_files) COMPLETE
48372026-05-28T17:12:50.441Z[ recovery-image] May 28 17:12:49.902 INFO O| May 28 17:12:49.902 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48382026-05-28T17:12:50.448Z[ recovery-image] May 28 17:12:49.912 INFO O| May 28 17:12:49.911 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48392026-05-28T17:12:50.497Z[ recovery-image] May 28 17:12:49.960 INFO O| May 28 17:12:49.960 INFO STEP 10 (remove_files) COMPLETE
48402026-05-28T17:12:50.497Z[ recovery-image] May 28 17:12:49.960 INFO O| May 28 17:12:49.960 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48412026-05-28T17:12:50.507Z[ recovery-image] May 28 17:12:49.971 INFO O| May 28 17:12:49.971 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48422026-05-28T17:12:50.510Z[ recovery-image] May 28 17:12:49.973 INFO O| May 28 17:12:49.973 INFO STEP 11 (remove_files) COMPLETE
48432026-05-28T17:12:50.510Z[ recovery-image] May 28 17:12:49.973 INFO O| May 28 17:12:49.973 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48442026-05-28T17:12:50.518Z[ recovery-image] May 28 17:12:49.982 INFO O| May 28 17:12:49.982 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48452026-05-28T17:12:50.524Z[ recovery-image] May 28 17:12:49.984 INFO O| May 28 17:12:49.984 INFO STEP 12 (remove_files) COMPLETE
48462026-05-28T17:12:50.524Z[ recovery-image] May 28 17:12:49.984 INFO O| May 28 17:12:49.984 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48472026-05-28T17:12:50.529Z[ recovery-image] May 28 17:12:49.993 INFO O| May 28 17:12:49.992 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48482026-05-28T17:12:50.532Z[ recovery-image] May 28 17:12:49.993 INFO O| May 28 17:12:49.993 INFO STEP 13 (remove_files) COMPLETE
48492026-05-28T17:12:50.532Z[ recovery-image] May 28 17:12:49.993 INFO O| May 28 17:12:49.993 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48502026-05-28T17:12:50.538Z[ recovery-image] May 28 17:12:50.001 INFO O| May 28 17:12:50.001 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48512026-05-28T17:12:50.542Z[ recovery-image] May 28 17:12:50.002 INFO O| May 28 17:12:50.002 INFO STEP 14 (remove_files) COMPLETE
48522026-05-28T17:12:50.542Z[ recovery-image] May 28 17:12:50.002 INFO O| May 28 17:12:50.002 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48532026-05-28T17:12:50.549Z[ recovery-image] May 28 17:12:50.013 INFO O| May 28 17:12:50.013 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48542026-05-28T17:12:50.557Z[ recovery-image] May 28 17:12:50.021 INFO O| May 28 17:12:50.020 INFO STEP 15 (remove_files) COMPLETE
48552026-05-28T17:12:50.557Z[ recovery-image] May 28 17:12:50.021 INFO O| May 28 17:12:50.021 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48562026-05-28T17:12:50.566Z[ recovery-image] May 28 17:12:50.030 INFO O| May 28 17:12:50.030 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48572026-05-28T17:12:50.569Z[ recovery-image] May 28 17:12:50.030 INFO O| May 28 17:12:50.030 INFO STEP 16 (remove_files) COMPLETE
48582026-05-28T17:12:50.569Z[ recovery-image] May 28 17:12:50.030 INFO O| May 28 17:12:50.030 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48592026-05-28T17:12:50.577Z[ recovery-image] May 28 17:12:50.041 INFO O| May 28 17:12:50.041 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48602026-05-28T17:12:50.578Z[ recovery-image] May 28 17:12:50.041 INFO O| May 28 17:12:50.041 INFO STEP 17 (remove_files) COMPLETE
48612026-05-28T17:12:50.578Z[ recovery-image] May 28 17:12:50.041 INFO O| May 28 17:12:50.041 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48622026-05-28T17:12:50.586Z[ recovery-image] May 28 17:12:50.050 INFO O| May 28 17:12:50.050 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48632026-05-28T17:12:50.625Z[ recovery-image] May 28 17:12:50.088 INFO O| May 28 17:12:50.088 INFO STEP 18 (remove_files) COMPLETE
48642026-05-28T17:12:50.625Z[ recovery-image] May 28 17:12:50.088 INFO O| May 28 17:12:50.088 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48652026-05-28T17:12:50.635Z[ recovery-image] May 28 17:12:50.099 INFO O| May 28 17:12:50.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48662026-05-28T17:12:50.638Z[ recovery-image] May 28 17:12:50.101 INFO O| May 28 17:12:50.101 INFO STEP 19 (remove_files) COMPLETE
48672026-05-28T17:12:50.639Z[ recovery-image] May 28 17:12:50.101 INFO O| May 28 17:12:50.101 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48682026-05-28T17:12:50.648Z[ recovery-image] May 28 17:12:50.111 INFO O| May 28 17:12:50.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48692026-05-28T17:12:50.651Z[ recovery-image] May 28 17:12:50.112 INFO O| May 28 17:12:50.112 INFO STEP 20 (remove_files) COMPLETE
48702026-05-28T17:12:50.651Z[ recovery-image] May 28 17:12:50.112 INFO O| May 28 17:12:50.112 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48712026-05-28T17:12:50.657Z[ recovery-image] May 28 17:12:50.121 INFO O| May 28 17:12:50.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48722026-05-28T17:12:50.661Z[ recovery-image] May 28 17:12:50.121 INFO O| May 28 17:12:50.121 INFO STEP 21 (remove_files) COMPLETE
48732026-05-28T17:12:50.661Z[ recovery-image] May 28 17:12:50.121 INFO O| May 28 17:12:50.121 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48742026-05-28T17:12:50.669Z[ recovery-image] May 28 17:12:50.132 INFO O| May 28 17:12:50.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48752026-05-28T17:12:50.673Z[ recovery-image] May 28 17:12:50.133 INFO O| May 28 17:12:50.133 INFO STEP 22 (remove_files) COMPLETE
48762026-05-28T17:12:50.673Z[ recovery-image] May 28 17:12:50.133 INFO O| May 28 17:12:50.133 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48772026-05-28T17:12:50.680Z[ recovery-image] May 28 17:12:50.143 INFO O| May 28 17:12:50.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48782026-05-28T17:12:50.683Z[ recovery-image] May 28 17:12:50.144 INFO O| May 28 17:12:50.144 INFO STEP 23 (remove_files) COMPLETE
48792026-05-28T17:12:50.683Z[ recovery-image] May 28 17:12:50.144 INFO O| May 28 17:12:50.144 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48802026-05-28T17:12:50.692Z[ recovery-image] May 28 17:12:50.155 INFO O| May 28 17:12:50.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48812026-05-28T17:12:50.692Z[ recovery-image] May 28 17:12:50.155 INFO O| May 28 17:12:50.155 INFO STEP 24 (remove_files) COMPLETE
48822026-05-28T17:12:50.695Z[ recovery-image] May 28 17:12:50.155 INFO O| May 28 17:12:50.155 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48832026-05-28T17:12:50.701Z[ recovery-image] May 28 17:12:50.165 INFO O| May 28 17:12:50.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48842026-05-28T17:12:50.705Z[ recovery-image] May 28 17:12:50.166 INFO O| May 28 17:12:50.166 INFO STEP 25 (remove_files) COMPLETE
48852026-05-28T17:12:50.705Z[ recovery-image] May 28 17:12:50.166 INFO O| May 28 17:12:50.166 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48862026-05-28T17:12:50.711Z[ recovery-image] May 28 17:12:50.175 INFO O| May 28 17:12:50.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48872026-05-28T17:12:50.714Z[ recovery-image] May 28 17:12:50.175 INFO O| May 28 17:12:50.175 INFO STEP 26 (remove_files) COMPLETE
48882026-05-28T17:12:50.714Z[ recovery-image] May 28 17:12:50.175 INFO O| May 28 17:12:50.175 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48892026-05-28T17:12:50.720Z[ recovery-image] May 28 17:12:50.184 INFO O| May 28 17:12:50.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48902026-05-28T17:12:50.720Z[ recovery-image] May 28 17:12:50.184 INFO O| May 28 17:12:50.184 INFO STEP 27 (remove_files) COMPLETE
48912026-05-28T17:12:50.724Z[ recovery-image] May 28 17:12:50.184 INFO O| May 28 17:12:50.184 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48922026-05-28T17:12:50.729Z[ recovery-image] May 28 17:12:50.193 INFO O| May 28 17:12:50.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48932026-05-28T17:12:50.729Z[ recovery-image] May 28 17:12:50.193 INFO O| May 28 17:12:50.193 INFO STEP 28 (remove_files) COMPLETE
48942026-05-28T17:12:50.729Z[ recovery-image] May 28 17:12:50.193 INFO O| May 28 17:12:50.193 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48952026-05-28T17:12:50.740Z[ recovery-image] May 28 17:12:50.203 INFO O| May 28 17:12:50.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48962026-05-28T17:12:50.740Z[ recovery-image] May 28 17:12:50.203 INFO O| May 28 17:12:50.203 INFO STEP 29 (remove_files) COMPLETE
48972026-05-28T17:12:50.743Z[ recovery-image] May 28 17:12:50.203 INFO O| May 28 17:12:50.203 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48982026-05-28T17:12:50.750Z[ recovery-image] May 28 17:12:50.213 INFO O| May 28 17:12:50.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48992026-05-28T17:12:50.750Z[ recovery-image] May 28 17:12:50.213 INFO O| May 28 17:12:50.213 INFO STEP 30 (remove_files) COMPLETE
49002026-05-28T17:12:50.753Z[ recovery-image] May 28 17:12:50.213 INFO O| May 28 17:12:50.213 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49012026-05-28T17:12:50.760Z[ recovery-image] May 28 17:12:50.223 INFO O| May 28 17:12:50.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49022026-05-28T17:12:50.760Z[ recovery-image] May 28 17:12:50.223 INFO O| May 28 17:12:50.223 INFO STEP 31 (remove_files) COMPLETE
49032026-05-28T17:12:50.763Z[ recovery-image] May 28 17:12:50.223 INFO O| May 28 17:12:50.223 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49042026-05-28T17:12:50.768Z[ recovery-image] May 28 17:12:50.232 INFO O| May 28 17:12:50.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49052026-05-28T17:12:50.773Z[ recovery-image] May 28 17:12:50.233 INFO O| May 28 17:12:50.233 INFO STEP 32 (remove_files) COMPLETE
49062026-05-28T17:12:50.773Z[ recovery-image] May 28 17:12:50.233 INFO O| May 28 17:12:50.233 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49072026-05-28T17:12:50.778Z[ recovery-image] May 28 17:12:50.241 INFO O| May 28 17:12:50.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49082026-05-28T17:12:50.778Z[ recovery-image] May 28 17:12:50.241 INFO O| May 28 17:12:50.241 INFO STEP 33 (remove_files) COMPLETE
49092026-05-28T17:12:50.781Z[ recovery-image] May 28 17:12:50.241 INFO O| May 28 17:12:50.241 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49102026-05-28T17:12:50.786Z[ recovery-image] May 28 17:12:50.250 INFO O| May 28 17:12:50.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49112026-05-28T17:12:50.789Z[ recovery-image] May 28 17:12:50.251 INFO O| May 28 17:12:50.251 INFO STEP 34 (remove_files) COMPLETE
49122026-05-28T17:12:50.789Z[ recovery-image] May 28 17:12:50.251 INFO O| May 28 17:12:50.251 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49132026-05-28T17:12:50.795Z[ recovery-image] May 28 17:12:50.259 INFO O| May 28 17:12:50.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49142026-05-28T17:12:50.798Z[ recovery-image] May 28 17:12:50.260 INFO O| May 28 17:12:50.260 INFO STEP 35 (remove_files) COMPLETE
49152026-05-28T17:12:50.798Z[ recovery-image] May 28 17:12:50.260 INFO O| May 28 17:12:50.260 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49162026-05-28T17:12:50.805Z[ recovery-image] May 28 17:12:50.268 INFO O| May 28 17:12:50.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49172026-05-28T17:12:50.805Z[ recovery-image] May 28 17:12:50.268 INFO O| May 28 17:12:50.268 INFO STEP 36 (remove_files) COMPLETE
49182026-05-28T17:12:50.805Z[ recovery-image] May 28 17:12:50.268 INFO O| May 28 17:12:50.268 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49192026-05-28T17:12:50.813Z[ recovery-image] May 28 17:12:50.277 INFO O| May 28 17:12:50.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49202026-05-28T17:12:50.813Z[ recovery-image] May 28 17:12:50.277 INFO O| May 28 17:12:50.277 INFO STEP 37 (remove_files) COMPLETE
49212026-05-28T17:12:50.813Z[ recovery-image] May 28 17:12:50.277 INFO O| May 28 17:12:50.277 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49222026-05-28T17:12:50.824Z[ recovery-image] May 28 17:12:50.288 INFO O| May 28 17:12:50.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49232026-05-28T17:12:50.824Z[ recovery-image] May 28 17:12:50.288 INFO O| May 28 17:12:50.288 INFO STEP 38 (remove_files) COMPLETE
49242026-05-28T17:12:50.828Z[ recovery-image] May 28 17:12:50.288 INFO O| May 28 17:12:50.288 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49252026-05-28T17:12:50.834Z[ recovery-image] May 28 17:12:50.298 INFO O| May 28 17:12:50.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49262026-05-28T17:12:50.834Z[ recovery-image] May 28 17:12:50.298 INFO O| May 28 17:12:50.298 INFO STEP 39 (remove_files) COMPLETE
49272026-05-28T17:12:50.834Z[ recovery-image] May 28 17:12:50.298 INFO O| May 28 17:12:50.298 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49282026-05-28T17:12:50.846Z[ recovery-image] May 28 17:12:50.309 INFO O| May 28 17:12:50.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49292026-05-28T17:12:50.846Z[ recovery-image] May 28 17:12:50.309 INFO O| May 28 17:12:50.309 INFO STEP 40 (remove_files) COMPLETE
49302026-05-28T17:12:50.846Z[ recovery-image] May 28 17:12:50.309 INFO O| May 28 17:12:50.309 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49312026-05-28T17:12:50.856Z[ recovery-image] May 28 17:12:50.320 INFO O| May 28 17:12:50.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49322026-05-28T17:12:50.859Z[ recovery-image] May 28 17:12:50.320 INFO O| May 28 17:12:50.320 INFO STEP 41 (remove_files) COMPLETE
49332026-05-28T17:12:50.859Z[ recovery-image] May 28 17:12:50.320 INFO O| May 28 17:12:50.320 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49342026-05-28T17:12:50.865Z[ recovery-image] May 28 17:12:50.329 INFO O| May 28 17:12:50.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49352026-05-28T17:12:50.865Z[ recovery-image] May 28 17:12:50.329 INFO O| May 28 17:12:50.329 INFO STEP 42 (remove_files) COMPLETE
49362026-05-28T17:12:50.865Z[ recovery-image] May 28 17:12:50.329 INFO O| May 28 17:12:50.329 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49372026-05-28T17:12:50.876Z[ recovery-image] May 28 17:12:50.339 INFO O| May 28 17:12:50.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49382026-05-28T17:12:50.876Z[ recovery-image] May 28 17:12:50.339 INFO O| May 28 17:12:50.339 INFO STEP 43 (remove_files) COMPLETE
49392026-05-28T17:12:50.879Z[ recovery-image] May 28 17:12:50.339 INFO O| May 28 17:12:50.339 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49402026-05-28T17:12:50.887Z[ recovery-image] May 28 17:12:50.350 INFO O| May 28 17:12:50.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49412026-05-28T17:12:50.887Z[ recovery-image] May 28 17:12:50.350 INFO O| May 28 17:12:50.350 INFO STEP 44 (remove_files) COMPLETE
49422026-05-28T17:12:50.890Z[ recovery-image] May 28 17:12:50.350 INFO O| May 28 17:12:50.350 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49432026-05-28T17:12:50.898Z[ recovery-image] May 28 17:12:50.362 INFO O| May 28 17:12:50.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49442026-05-28T17:12:50.898Z[ recovery-image] May 28 17:12:50.362 INFO O| May 28 17:12:50.362 INFO STEP 45 (remove_files) COMPLETE
49452026-05-28T17:12:50.901Z[ recovery-image] May 28 17:12:50.362 INFO O| May 28 17:12:50.362 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49462026-05-28T17:12:50.908Z[ recovery-image] May 28 17:12:50.372 INFO O| May 28 17:12:50.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49472026-05-28T17:12:50.908Z[ recovery-image] May 28 17:12:50.372 INFO O| May 28 17:12:50.372 INFO STEP 46 (remove_files) COMPLETE
49482026-05-28T17:12:50.911Z[ recovery-image] May 28 17:12:50.372 INFO O| May 28 17:12:50.372 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49492026-05-28T17:12:50.917Z[ recovery-image] May 28 17:12:50.381 INFO O| May 28 17:12:50.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49502026-05-28T17:12:50.917Z[ recovery-image] May 28 17:12:50.381 INFO O| May 28 17:12:50.381 INFO STEP 47 (remove_files) COMPLETE
49512026-05-28T17:12:50.917Z[ recovery-image] May 28 17:12:50.381 INFO O| May 28 17:12:50.381 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49522026-05-28T17:12:50.926Z[ recovery-image] May 28 17:12:50.390 INFO O| May 28 17:12:50.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49532026-05-28T17:12:50.929Z[ recovery-image] May 28 17:12:50.390 INFO O| May 28 17:12:50.390 INFO STEP 48 (remove_files) COMPLETE
49542026-05-28T17:12:50.929Z[ recovery-image] May 28 17:12:50.390 INFO O| May 28 17:12:50.390 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49552026-05-28T17:12:50.936Z[ recovery-image] May 28 17:12:50.398 INFO O| May 28 17:12:50.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49562026-05-28T17:12:50.939Z[ recovery-image] May 28 17:12:50.398 INFO O| May 28 17:12:50.398 INFO STEP 49 (remove_files) COMPLETE
49572026-05-28T17:12:50.939Z[ recovery-image] May 28 17:12:50.398 INFO O| May 28 17:12:50.398 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49582026-05-28T17:12:50.943Z[ recovery-image] May 28 17:12:50.407 INFO O| May 28 17:12:50.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49592026-05-28T17:12:50.946Z[ recovery-image] May 28 17:12:50.407 INFO O| May 28 17:12:50.407 INFO STEP 50 (remove_files) COMPLETE
49602026-05-28T17:12:50.946Z[ recovery-image] May 28 17:12:50.407 INFO O| May 28 17:12:50.407 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49612026-05-28T17:12:50.955Z[ recovery-image] May 28 17:12:50.418 INFO O| May 28 17:12:50.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49622026-05-28T17:12:50.955Z[ recovery-image] May 28 17:12:50.418 INFO O| May 28 17:12:50.418 INFO STEP 51 (remove_files) COMPLETE
49632026-05-28T17:12:50.959Z[ recovery-image] May 28 17:12:50.418 INFO O| May 28 17:12:50.418 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49642026-05-28T17:12:50.965Z[ recovery-image] May 28 17:12:50.428 INFO O| May 28 17:12:50.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49652026-05-28T17:12:50.965Z[ recovery-image] May 28 17:12:50.428 INFO O| May 28 17:12:50.428 INFO STEP 52 (remove_files) COMPLETE
49662026-05-28T17:12:50.965Z[ recovery-image] May 28 17:12:50.428 INFO O| May 28 17:12:50.428 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49672026-05-28T17:12:50.975Z[ recovery-image] May 28 17:12:50.439 INFO O| May 28 17:12:50.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49682026-05-28T17:12:50.980Z[ recovery-image] May 28 17:12:50.440 INFO O| May 28 17:12:50.440 INFO STEP 53 (remove_files) COMPLETE
49692026-05-28T17:12:50.980Z[ recovery-image] May 28 17:12:50.440 INFO O| May 28 17:12:50.440 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49702026-05-28T17:12:50.985Z[ recovery-image] May 28 17:12:50.449 INFO O| May 28 17:12:50.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49712026-05-28T17:12:50.989Z[ recovery-image] May 28 17:12:50.450 INFO O| May 28 17:12:50.450 INFO STEP 54 (remove_files) COMPLETE
49722026-05-28T17:12:50.990Z[ recovery-image] May 28 17:12:50.450 INFO O| May 28 17:12:50.450 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49732026-05-28T17:12:50.999Z[ recovery-image] May 28 17:12:50.462 INFO O| May 28 17:12:50.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49742026-05-28T17:12:50.999Z[ recovery-image] May 28 17:12:50.462 INFO O| May 28 17:12:50.462 INFO STEP 55 (remove_files) COMPLETE
49752026-05-28T17:12:50.999Z[ recovery-image] May 28 17:12:50.462 INFO O| May 28 17:12:50.462 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49762026-05-28T17:12:51.008Z[ recovery-image] May 28 17:12:50.471 INFO O| May 28 17:12:50.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49772026-05-28T17:12:51.008Z[ recovery-image] May 28 17:12:50.472 INFO O| May 28 17:12:50.471 INFO STEP 56 (remove_files) COMPLETE
49782026-05-28T17:12:51.012Z[ recovery-image] May 28 17:12:50.472 INFO O| May 28 17:12:50.471 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49792026-05-28T17:12:51.018Z[ recovery-image] May 28 17:12:50.481 INFO O| May 28 17:12:50.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49802026-05-28T17:12:51.021Z[ recovery-image] May 28 17:12:50.482 INFO O| May 28 17:12:50.482 INFO STEP 57 (remove_files) COMPLETE
49812026-05-28T17:12:51.021Z[ recovery-image] May 28 17:12:50.482 INFO O| May 28 17:12:50.482 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49822026-05-28T17:12:51.030Z[ recovery-image] May 28 17:12:50.493 INFO O| May 28 17:12:50.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49832026-05-28T17:12:51.030Z[ recovery-image] May 28 17:12:50.493 INFO O| May 28 17:12:50.493 INFO STEP 58 (remove_files) COMPLETE
49842026-05-28T17:12:51.033Z[ recovery-image] May 28 17:12:50.493 INFO O| May 28 17:12:50.493 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49852026-05-28T17:12:51.041Z[ recovery-image] May 28 17:12:50.504 INFO O| May 28 17:12:50.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49862026-05-28T17:12:51.041Z[ recovery-image] May 28 17:12:50.504 INFO O| May 28 17:12:50.504 INFO STEP 59 (remove_files) COMPLETE
49872026-05-28T17:12:51.045Z[ recovery-image] May 28 17:12:50.504 INFO O| May 28 17:12:50.504 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49882026-05-28T17:12:51.051Z[ recovery-image] May 28 17:12:50.515 INFO O| May 28 17:12:50.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49892026-05-28T17:12:51.054Z[ recovery-image] May 28 17:12:50.515 INFO O| May 28 17:12:50.515 INFO STEP 60 (remove_files) COMPLETE
49902026-05-28T17:12:51.054Z[ recovery-image] May 28 17:12:50.515 INFO O| May 28 17:12:50.515 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49912026-05-28T17:12:51.062Z[ recovery-image] May 28 17:12:50.525 INFO O| May 28 17:12:50.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49922026-05-28T17:12:51.062Z[ recovery-image] May 28 17:12:50.525 INFO O| May 28 17:12:50.525 INFO STEP 61 (remove_files) COMPLETE
49932026-05-28T17:12:51.065Z[ recovery-image] May 28 17:12:50.525 INFO O| May 28 17:12:50.525 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49942026-05-28T17:12:51.071Z[ recovery-image] May 28 17:12:50.535 INFO O| May 28 17:12:50.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49952026-05-28T17:12:51.076Z[ recovery-image] May 28 17:12:50.535 INFO O| May 28 17:12:50.535 INFO STEP 62 (remove_files) COMPLETE
49962026-05-28T17:12:51.076Z[ recovery-image] May 28 17:12:50.535 INFO O| May 28 17:12:50.535 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49972026-05-28T17:12:51.081Z[ recovery-image] May 28 17:12:50.544 INFO O| May 28 17:12:50.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49982026-05-28T17:12:51.081Z[ recovery-image] May 28 17:12:50.544 INFO O| May 28 17:12:50.544 INFO STEP 63 (remove_files) COMPLETE
49992026-05-28T17:12:51.081Z[ recovery-image] May 28 17:12:50.544 INFO O| May 28 17:12:50.544 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50002026-05-28T17:12:51.091Z[ recovery-image] May 28 17:12:50.554 INFO O| May 28 17:12:50.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50012026-05-28T17:12:51.091Z[ recovery-image] May 28 17:12:50.554 INFO O| May 28 17:12:50.554 INFO STEP 64 (remove_files) COMPLETE
50022026-05-28T17:12:51.091Z[ recovery-image] May 28 17:12:50.554 INFO O| May 28 17:12:50.554 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50032026-05-28T17:12:51.101Z[ recovery-image] May 28 17:12:50.565 INFO O| May 28 17:12:50.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50042026-05-28T17:12:51.101Z[ recovery-image] May 28 17:12:50.565 INFO O| May 28 17:12:50.565 INFO STEP 65 (remove_files) COMPLETE
50052026-05-28T17:12:51.104Z[ recovery-image] May 28 17:12:50.565 INFO O| May 28 17:12:50.565 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50062026-05-28T17:12:51.110Z[ recovery-image] May 28 17:12:50.574 INFO O| May 28 17:12:50.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50072026-05-28T17:12:51.110Z[ recovery-image] May 28 17:12:50.574 INFO O| May 28 17:12:50.574 INFO STEP 66 (remove_files) COMPLETE
50082026-05-28T17:12:51.110Z[ recovery-image] May 28 17:12:50.574 INFO O| May 28 17:12:50.574 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50092026-05-28T17:12:51.121Z[ recovery-image] May 28 17:12:50.584 INFO O| May 28 17:12:50.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50102026-05-28T17:12:51.121Z[ recovery-image] May 28 17:12:50.584 INFO O| May 28 17:12:50.584 INFO STEP 67 (remove_files) COMPLETE
50112026-05-28T17:12:51.124Z[ recovery-image] May 28 17:12:50.584 INFO O| May 28 17:12:50.584 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50122026-05-28T17:12:51.130Z[ recovery-image] May 28 17:12:50.594 INFO O| May 28 17:12:50.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50132026-05-28T17:12:51.134Z[ recovery-image] May 28 17:12:50.594 INFO O| May 28 17:12:50.594 INFO STEP 68 (remove_files) COMPLETE
50142026-05-28T17:12:51.134Z[ recovery-image] May 28 17:12:50.594 INFO O| May 28 17:12:50.594 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50152026-05-28T17:12:51.139Z[ recovery-image] May 28 17:12:50.603 INFO O| May 28 17:12:50.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50162026-05-28T17:12:51.139Z[ recovery-image] May 28 17:12:50.603 INFO O| May 28 17:12:50.603 INFO STEP 69 (remove_files) COMPLETE
50172026-05-28T17:12:51.142Z[ recovery-image] May 28 17:12:50.603 INFO O| May 28 17:12:50.603 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50182026-05-28T17:12:51.148Z[ recovery-image] May 28 17:12:50.612 INFO O| May 28 17:12:50.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50192026-05-28T17:12:51.152Z[ recovery-image] May 28 17:12:50.612 INFO O| May 28 17:12:50.612 INFO STEP 70 (remove_files) COMPLETE
50202026-05-28T17:12:51.152Z[ recovery-image] May 28 17:12:50.612 INFO O| May 28 17:12:50.612 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50212026-05-28T17:12:51.159Z[ recovery-image] May 28 17:12:50.622 INFO O| May 28 17:12:50.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50222026-05-28T17:12:51.159Z[ recovery-image] May 28 17:12:50.622 INFO O| May 28 17:12:50.622 INFO STEP 71 (remove_files) COMPLETE
50232026-05-28T17:12:51.162Z[ recovery-image] May 28 17:12:50.622 INFO O| May 28 17:12:50.622 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50242026-05-28T17:12:51.168Z[ recovery-image] May 28 17:12:50.631 INFO O| May 28 17:12:50.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50252026-05-28T17:12:51.170Z[ recovery-image] May 28 17:12:50.632 INFO O| May 28 17:12:50.632 INFO STEP 72 (remove_files) COMPLETE
50262026-05-28T17:12:51.170Z[ recovery-image] May 28 17:12:50.632 INFO O| May 28 17:12:50.632 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50272026-05-28T17:12:51.178Z[ recovery-image] May 28 17:12:50.642 INFO O| May 28 17:12:50.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50282026-05-28T17:12:51.178Z[ recovery-image] May 28 17:12:50.642 INFO O| May 28 17:12:50.642 INFO STEP 73 (remove_files) COMPLETE
50292026-05-28T17:12:51.178Z[ recovery-image] May 28 17:12:50.642 INFO O| May 28 17:12:50.642 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50302026-05-28T17:12:51.187Z[ recovery-image] May 28 17:12:50.651 INFO O| May 28 17:12:50.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50312026-05-28T17:12:51.187Z[ recovery-image] May 28 17:12:50.651 INFO O| May 28 17:12:50.651 INFO STEP 74 (remove_files) COMPLETE
50322026-05-28T17:12:51.187Z[ recovery-image] May 28 17:12:50.651 INFO O| May 28 17:12:50.651 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50332026-05-28T17:12:51.198Z[ recovery-image] May 28 17:12:50.662 INFO O| May 28 17:12:50.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50342026-05-28T17:12:51.199Z[ recovery-image] May 28 17:12:50.662 INFO O| May 28 17:12:50.662 INFO STEP 75 (remove_files) COMPLETE
50352026-05-28T17:12:51.201Z[ recovery-image] May 28 17:12:50.662 INFO O| May 28 17:12:50.662 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50362026-05-28T17:12:51.208Z[ recovery-image] May 28 17:12:50.672 INFO O| May 28 17:12:50.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50372026-05-28T17:12:51.208Z[ recovery-image] May 28 17:12:50.672 INFO O| May 28 17:12:50.672 INFO STEP 76 (remove_files) COMPLETE
50382026-05-28T17:12:51.211Z[ recovery-image] May 28 17:12:50.672 INFO O| May 28 17:12:50.672 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50392026-05-28T17:12:51.220Z[ recovery-image] May 28 17:12:50.683 INFO O| May 28 17:12:50.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50402026-05-28T17:12:51.220Z[ recovery-image] May 28 17:12:50.683 INFO O| May 28 17:12:50.683 INFO STEP 77 (remove_files) COMPLETE
50412026-05-28T17:12:51.220Z[ recovery-image] May 28 17:12:50.683 INFO O| May 28 17:12:50.683 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50422026-05-28T17:12:51.250Z[ recovery-image] May 28 17:12:50.712 INFO O| May 28 17:12:50.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50432026-05-28T17:12:51.250Z[ recovery-image] May 28 17:12:50.712 INFO O| May 28 17:12:50.712 INFO STEP 78 (remove_files) COMPLETE
50442026-05-28T17:12:51.250Z[ recovery-image] May 28 17:12:50.712 INFO O| May 28 17:12:50.712 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50452026-05-28T17:12:51.260Z[ recovery-image] May 28 17:12:50.724 INFO O| May 28 17:12:50.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50462026-05-28T17:12:51.263Z[ recovery-image] May 28 17:12:50.724 INFO O| May 28 17:12:50.724 INFO STEP 79 (remove_files) COMPLETE
50472026-05-28T17:12:51.263Z[ recovery-image] May 28 17:12:50.724 INFO O| May 28 17:12:50.724 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50482026-05-28T17:12:51.272Z[ recovery-image] May 28 17:12:50.735 INFO O| May 28 17:12:50.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50492026-05-28T17:12:51.272Z[ recovery-image] May 28 17:12:50.736 INFO O| May 28 17:12:50.736 INFO STEP 80 (remove_files) COMPLETE
50502026-05-28T17:12:51.276Z[ recovery-image] May 28 17:12:50.736 INFO O| May 28 17:12:50.736 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50512026-05-28T17:12:51.283Z[ recovery-image] May 28 17:12:50.746 INFO O| May 28 17:12:50.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50522026-05-28T17:12:51.283Z[ recovery-image] May 28 17:12:50.747 INFO O| May 28 17:12:50.747 INFO STEP 81 (remove_files) COMPLETE
50532026-05-28T17:12:51.286Z[ recovery-image] May 28 17:12:50.747 INFO O| May 28 17:12:50.747 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50542026-05-28T17:12:51.293Z[ recovery-image] May 28 17:12:50.757 INFO O| May 28 17:12:50.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50552026-05-28T17:12:51.293Z[ recovery-image] May 28 17:12:50.757 INFO O| May 28 17:12:50.757 INFO STEP 82 (remove_files) COMPLETE
50562026-05-28T17:12:51.293Z[ recovery-image] May 28 17:12:50.757 INFO O| May 28 17:12:50.757 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50572026-05-28T17:12:51.303Z[ recovery-image] May 28 17:12:50.767 INFO O| May 28 17:12:50.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50582026-05-28T17:12:51.306Z[ recovery-image] May 28 17:12:50.767 INFO O| May 28 17:12:50.767 INFO STEP 83 (remove_files) COMPLETE
50592026-05-28T17:12:51.306Z[ recovery-image] May 28 17:12:50.767 INFO O| May 28 17:12:50.767 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50602026-05-28T17:12:51.315Z[ recovery-image] May 28 17:12:50.779 INFO O| May 28 17:12:50.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50612026-05-28T17:12:51.318Z[ recovery-image] May 28 17:12:50.779 INFO O| May 28 17:12:50.779 INFO STEP 84 (remove_files) COMPLETE
50622026-05-28T17:12:51.318Z[ recovery-image] May 28 17:12:50.779 INFO O| May 28 17:12:50.779 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50632026-05-28T17:12:51.325Z[ recovery-image] May 28 17:12:50.788 INFO O| May 28 17:12:50.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50642026-05-28T17:12:51.325Z[ recovery-image] May 28 17:12:50.788 INFO O| May 28 17:12:50.788 INFO STEP 85 (remove_files) COMPLETE
50652026-05-28T17:12:51.325Z[ recovery-image] May 28 17:12:50.789 INFO O| May 28 17:12:50.788 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50662026-05-28T17:12:51.334Z[ recovery-image] May 28 17:12:50.798 INFO O| May 28 17:12:50.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50672026-05-28T17:12:51.334Z[ recovery-image] May 28 17:12:50.798 INFO O| May 28 17:12:50.798 INFO STEP 86 (remove_files) COMPLETE
50682026-05-28T17:12:51.337Z[ recovery-image] May 28 17:12:50.798 INFO O| May 28 17:12:50.798 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50692026-05-28T17:12:51.345Z[ recovery-image] May 28 17:12:50.809 INFO O| May 28 17:12:50.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50702026-05-28T17:12:51.348Z[ recovery-image] May 28 17:12:50.809 INFO O| May 28 17:12:50.809 INFO STEP 87 (remove_files) COMPLETE
50712026-05-28T17:12:51.348Z[ recovery-image] May 28 17:12:50.809 INFO O| May 28 17:12:50.809 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50722026-05-28T17:12:51.354Z[ recovery-image] May 28 17:12:50.818 INFO O| May 28 17:12:50.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50732026-05-28T17:12:51.357Z[ recovery-image] May 28 17:12:50.818 INFO O| May 28 17:12:50.818 INFO STEP 88 (remove_files) COMPLETE
50742026-05-28T17:12:51.357Z[ recovery-image] May 28 17:12:50.818 INFO O| May 28 17:12:50.818 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50752026-05-28T17:12:51.363Z[ recovery-image] May 28 17:12:50.827 INFO O| May 28 17:12:50.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50762026-05-28T17:12:51.363Z[ recovery-image] May 28 17:12:50.827 INFO O| May 28 17:12:50.827 INFO STEP 89 (remove_files) COMPLETE
50772026-05-28T17:12:51.366Z[ recovery-image] May 28 17:12:50.827 INFO O| May 28 17:12:50.827 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50782026-05-28T17:12:51.374Z[ recovery-image] May 28 17:12:50.837 INFO O| May 28 17:12:50.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50792026-05-28T17:12:51.374Z[ recovery-image] May 28 17:12:50.837 INFO O| May 28 17:12:50.837 INFO STEP 90 (remove_files) COMPLETE
50802026-05-28T17:12:51.377Z[ recovery-image] May 28 17:12:50.837 INFO O| May 28 17:12:50.837 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50812026-05-28T17:12:51.383Z[ recovery-image] May 28 17:12:50.847 INFO O| May 28 17:12:50.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50822026-05-28T17:12:51.383Z[ recovery-image] May 28 17:12:50.847 INFO O| May 28 17:12:50.847 INFO STEP 91 (remove_files) COMPLETE
50832026-05-28T17:12:51.386Z[ recovery-image] May 28 17:12:50.847 INFO O| May 28 17:12:50.847 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50842026-05-28T17:12:51.392Z[ recovery-image] May 28 17:12:50.856 INFO O| May 28 17:12:50.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50852026-05-28T17:12:51.393Z[ recovery-image] May 28 17:12:50.856 INFO O| May 28 17:12:50.856 INFO STEP 92 (remove_files) COMPLETE
50862026-05-28T17:12:51.393Z[ recovery-image] May 28 17:12:50.856 INFO O| May 28 17:12:50.856 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50872026-05-28T17:12:51.403Z[ recovery-image] May 28 17:12:50.867 INFO O| May 28 17:12:50.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50882026-05-28T17:12:51.403Z[ recovery-image] May 28 17:12:50.867 INFO O| May 28 17:12:50.867 INFO STEP 93 (remove_files) COMPLETE
50892026-05-28T17:12:51.403Z[ recovery-image] May 28 17:12:50.867 INFO O| May 28 17:12:50.867 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50902026-05-28T17:12:51.413Z[ recovery-image] May 28 17:12:50.876 INFO O| May 28 17:12:50.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50912026-05-28T17:12:51.413Z[ recovery-image] May 28 17:12:50.876 INFO O| May 28 17:12:50.876 INFO STEP 94 (remove_files) COMPLETE
50922026-05-28T17:12:51.413Z[ recovery-image] May 28 17:12:50.876 INFO O| May 28 17:12:50.876 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50932026-05-28T17:12:51.423Z[ recovery-image] May 28 17:12:50.887 INFO O| May 28 17:12:50.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50942026-05-28T17:12:51.423Z[ recovery-image] May 28 17:12:50.887 INFO O| May 28 17:12:50.887 INFO STEP 95 (remove_files) COMPLETE
50952026-05-28T17:12:51.423Z[ recovery-image] May 28 17:12:50.887 INFO O| May 28 17:12:50.887 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50962026-05-28T17:12:51.433Z[ recovery-image] May 28 17:12:50.896 INFO O| May 28 17:12:50.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50972026-05-28T17:12:51.433Z[ recovery-image] May 28 17:12:50.897 INFO O| May 28 17:12:50.897 INFO STEP 96 (remove_files) COMPLETE
50982026-05-28T17:12:51.433Z[ recovery-image] May 28 17:12:50.897 INFO O| May 28 17:12:50.897 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50992026-05-28T17:12:51.445Z[ recovery-image] May 28 17:12:50.908 INFO O| May 28 17:12:50.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51002026-05-28T17:12:51.445Z[ recovery-image] May 28 17:12:50.908 INFO O| May 28 17:12:50.908 INFO STEP 97 (remove_files) COMPLETE
51012026-05-28T17:12:51.445Z[ recovery-image] May 28 17:12:50.908 INFO O| May 28 17:12:50.908 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51022026-05-28T17:12:51.457Z[ recovery-image] May 28 17:12:50.920 INFO O| May 28 17:12:50.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51032026-05-28T17:12:51.460Z[ recovery-image] May 28 17:12:50.920 INFO O| May 28 17:12:50.920 INFO STEP 98 (remove_files) COMPLETE
51042026-05-28T17:12:51.460Z[ recovery-image] May 28 17:12:50.920 INFO O| May 28 17:12:50.920 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51052026-05-28T17:12:51.468Z[ recovery-image] May 28 17:12:50.932 INFO O| May 28 17:12:50.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51062026-05-28T17:12:51.468Z[ recovery-image] May 28 17:12:50.932 INFO O| May 28 17:12:50.932 INFO STEP 99 (remove_files) COMPLETE
51072026-05-28T17:12:51.468Z[ recovery-image] May 28 17:12:50.932 INFO O| May 28 17:12:50.932 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51082026-05-28T17:12:51.479Z[ recovery-image] May 28 17:12:50.942 INFO O| May 28 17:12:50.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51092026-05-28T17:12:51.479Z[ recovery-image] May 28 17:12:50.942 INFO O| May 28 17:12:50.942 INFO STEP 100 (remove_files) COMPLETE
51102026-05-28T17:12:51.479Z[ recovery-image] May 28 17:12:50.942 INFO O| May 28 17:12:50.942 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51112026-05-28T17:12:51.488Z[ recovery-image] May 28 17:12:50.951 INFO O| May 28 17:12:50.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51122026-05-28T17:12:51.488Z[ recovery-image] May 28 17:12:50.952 INFO O| May 28 17:12:50.952 INFO STEP 101 (remove_files) COMPLETE
51132026-05-28T17:12:51.488Z[ recovery-image] May 28 17:12:50.952 INFO O| May 28 17:12:50.952 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51142026-05-28T17:12:51.512Z[ recovery-image] May 28 17:12:50.975 INFO O| May 28 17:12:50.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51152026-05-28T17:12:51.512Z[ recovery-image] May 28 17:12:50.975 INFO O| May 28 17:12:50.975 INFO STEP 102 (remove_files) COMPLETE
51162026-05-28T17:12:51.515Z[ recovery-image] May 28 17:12:50.975 INFO O| May 28 17:12:50.975 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51172026-05-28T17:12:51.524Z[ recovery-image] May 28 17:12:50.987 INFO O| May 28 17:12:50.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51182026-05-28T17:12:51.524Z[ recovery-image] May 28 17:12:50.987 INFO O| May 28 17:12:50.987 INFO STEP 103 (remove_files) COMPLETE
51192026-05-28T17:12:51.527Z[ recovery-image] May 28 17:12:50.987 INFO O| May 28 17:12:50.987 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51202026-05-28T17:12:51.532Z[ recovery-image] May 28 17:12:50.996 INFO O| May 28 17:12:50.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51212026-05-28T17:12:51.532Z[ recovery-image] May 28 17:12:50.996 INFO O| May 28 17:12:50.996 INFO STEP 104 (remove_files) COMPLETE
51222026-05-28T17:12:51.532Z[ recovery-image] May 28 17:12:50.996 INFO O| May 28 17:12:50.996 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51232026-05-28T17:12:51.547Z[ recovery-image] May 28 17:12:51.011 INFO O| May 28 17:12:51.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51242026-05-28T17:12:51.548Z[ recovery-image] May 28 17:12:51.011 INFO O| May 28 17:12:51.011 INFO STEP 105 (remove_files) COMPLETE
51252026-05-28T17:12:51.548Z[ recovery-image] May 28 17:12:51.011 INFO O| May 28 17:12:51.011 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51262026-05-28T17:12:51.571Z[ recovery-image] May 28 17:12:51.035 INFO O| May 28 17:12:51.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51272026-05-28T17:12:51.572Z[ recovery-image] May 28 17:12:51.035 INFO O| May 28 17:12:51.035 INFO STEP 106 (remove_files) COMPLETE
51282026-05-28T17:12:51.572Z[ recovery-image] May 28 17:12:51.035 INFO O| May 28 17:12:51.035 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51292026-05-28T17:12:51.581Z[ recovery-image] May 28 17:12:51.044 INFO O| May 28 17:12:51.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51302026-05-28T17:12:51.581Z[ recovery-image] May 28 17:12:51.044 INFO O| May 28 17:12:51.044 INFO STEP 107 (remove_files) COMPLETE
51312026-05-28T17:12:51.581Z[ recovery-image] May 28 17:12:51.044 INFO O| May 28 17:12:51.044 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51322026-05-28T17:12:51.592Z[ recovery-image] May 28 17:12:51.055 INFO O| May 28 17:12:51.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51332026-05-28T17:12:51.592Z[ recovery-image] May 28 17:12:51.055 INFO O| May 28 17:12:51.055 INFO STEP 108 (remove_files) COMPLETE
51342026-05-28T17:12:51.592Z[ recovery-image] May 28 17:12:51.055 INFO O| May 28 17:12:51.055 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51352026-05-28T17:12:51.603Z[ recovery-image] May 28 17:12:51.066 INFO O| May 28 17:12:51.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51362026-05-28T17:12:51.603Z[ recovery-image] May 28 17:12:51.066 INFO O| May 28 17:12:51.066 INFO STEP 109 (remove_files) COMPLETE
51372026-05-28T17:12:51.606Z[ recovery-image] May 28 17:12:51.066 INFO O| May 28 17:12:51.066 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51382026-05-28T17:12:51.612Z[ recovery-image] May 28 17:12:51.076 INFO O| May 28 17:12:51.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51392026-05-28T17:12:51.613Z[ recovery-image] May 28 17:12:51.076 INFO O| May 28 17:12:51.076 INFO STEP 110 (remove_files) COMPLETE
51402026-05-28T17:12:51.616Z[ recovery-image] May 28 17:12:51.076 INFO O| May 28 17:12:51.076 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51412026-05-28T17:12:51.622Z[ recovery-image] May 28 17:12:51.085 INFO O| May 28 17:12:51.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51422026-05-28T17:12:51.625Z[ recovery-image] May 28 17:12:51.086 INFO O| May 28 17:12:51.086 INFO STEP 111 (remove_files) COMPLETE
51432026-05-28T17:12:51.625Z[ recovery-image] May 28 17:12:51.086 INFO O| May 28 17:12:51.086 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51442026-05-28T17:12:51.634Z[ recovery-image] May 28 17:12:51.097 INFO O| May 28 17:12:51.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51452026-05-28T17:12:51.637Z[ recovery-image] May 28 17:12:51.098 INFO O| May 28 17:12:51.098 INFO STEP 112 (remove_files) COMPLETE
51462026-05-28T17:12:51.637Z[ recovery-image] May 28 17:12:51.098 INFO O| May 28 17:12:51.098 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51472026-05-28T17:12:51.646Z[ recovery-image] May 28 17:12:51.109 INFO O| May 28 17:12:51.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51482026-05-28T17:12:51.646Z[ recovery-image] May 28 17:12:51.110 INFO O| May 28 17:12:51.110 INFO STEP 113 (remove_files) COMPLETE
51492026-05-28T17:12:51.649Z[ recovery-image] May 28 17:12:51.110 INFO O| May 28 17:12:51.110 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51502026-05-28T17:12:51.655Z[ recovery-image] May 28 17:12:51.118 INFO O| May 28 17:12:51.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51512026-05-28T17:12:51.658Z[ recovery-image] May 28 17:12:51.119 INFO O| May 28 17:12:51.119 INFO STEP 114 (remove_files) COMPLETE
51522026-05-28T17:12:51.658Z[ recovery-image] May 28 17:12:51.119 INFO O| May 28 17:12:51.119 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51532026-05-28T17:12:51.665Z[ recovery-image] May 28 17:12:51.128 INFO O| May 28 17:12:51.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51542026-05-28T17:12:51.665Z[ recovery-image] May 28 17:12:51.128 INFO O| May 28 17:12:51.128 INFO STEP 115 (remove_files) COMPLETE
51552026-05-28T17:12:51.668Z[ recovery-image] May 28 17:12:51.128 INFO O| May 28 17:12:51.128 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51562026-05-28T17:12:51.673Z[ recovery-image] May 28 17:12:51.137 INFO O| May 28 17:12:51.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51572026-05-28T17:12:51.673Z[ recovery-image] May 28 17:12:51.137 INFO O| May 28 17:12:51.137 INFO STEP 116 (remove_files) COMPLETE
51582026-05-28T17:12:51.673Z[ recovery-image] May 28 17:12:51.137 INFO O| May 28 17:12:51.137 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51592026-05-28T17:12:51.682Z[ recovery-image] May 28 17:12:51.145 INFO O| May 28 17:12:51.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51602026-05-28T17:12:51.682Z[ recovery-image] May 28 17:12:51.146 INFO O| May 28 17:12:51.146 INFO STEP 117 (remove_files) COMPLETE
51612026-05-28T17:12:51.682Z[ recovery-image] May 28 17:12:51.146 INFO O| May 28 17:12:51.146 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51622026-05-28T17:12:51.690Z[ recovery-image] May 28 17:12:51.154 INFO O| May 28 17:12:51.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51632026-05-28T17:12:51.691Z[ recovery-image] May 28 17:12:51.154 INFO O| May 28 17:12:51.154 INFO STEP 118 (remove_files) COMPLETE
51642026-05-28T17:12:51.691Z[ recovery-image] May 28 17:12:51.154 INFO O| May 28 17:12:51.154 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51652026-05-28T17:12:51.700Z[ recovery-image] May 28 17:12:51.164 INFO O| May 28 17:12:51.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51662026-05-28T17:12:51.700Z[ recovery-image] May 28 17:12:51.164 INFO O| May 28 17:12:51.164 INFO STEP 119 (remove_files) COMPLETE
51672026-05-28T17:12:51.700Z[ recovery-image] May 28 17:12:51.164 INFO O| May 28 17:12:51.164 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51682026-05-28T17:12:51.709Z[ recovery-image] May 28 17:12:51.173 INFO O| May 28 17:12:51.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51692026-05-28T17:12:51.709Z[ recovery-image] May 28 17:12:51.173 INFO O| May 28 17:12:51.173 INFO STEP 120 (remove_files) COMPLETE
51702026-05-28T17:12:51.713Z[ recovery-image] May 28 17:12:51.173 INFO O| May 28 17:12:51.173 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51712026-05-28T17:12:51.719Z[ recovery-image] May 28 17:12:51.182 INFO O| May 28 17:12:51.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51722026-05-28T17:12:51.719Z[ recovery-image] May 28 17:12:51.182 INFO O| May 28 17:12:51.182 INFO STEP 121 (remove_files) COMPLETE
51732026-05-28T17:12:51.719Z[ recovery-image] May 28 17:12:51.182 INFO O| May 28 17:12:51.182 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51742026-05-28T17:12:51.727Z[ recovery-image] May 28 17:12:51.190 INFO O| May 28 17:12:51.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51752026-05-28T17:12:51.727Z[ recovery-image] May 28 17:12:51.190 INFO O| May 28 17:12:51.190 INFO STEP 122 (remove_files) COMPLETE
51762026-05-28T17:12:51.727Z[ recovery-image] May 28 17:12:51.190 INFO O| May 28 17:12:51.190 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51772026-05-28T17:12:51.737Z[ recovery-image] May 28 17:12:51.199 INFO O| May 28 17:12:51.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51782026-05-28T17:12:51.737Z[ recovery-image] May 28 17:12:51.199 INFO O| May 28 17:12:51.199 INFO STEP 123 (remove_files) COMPLETE
51792026-05-28T17:12:51.740Z[ recovery-image] May 28 17:12:51.199 INFO O| May 28 17:12:51.199 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51802026-05-28T17:12:51.746Z[ recovery-image] May 28 17:12:51.207 INFO O| May 28 17:12:51.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51812026-05-28T17:12:51.746Z[ recovery-image] May 28 17:12:51.207 INFO O| May 28 17:12:51.207 INFO STEP 124 (remove_files) COMPLETE
51822026-05-28T17:12:51.750Z[ recovery-image] May 28 17:12:51.207 INFO O| May 28 17:12:51.207 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51832026-05-28T17:12:51.753Z[ recovery-image] May 28 17:12:51.215 INFO O| May 28 17:12:51.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51842026-05-28T17:12:51.753Z[ recovery-image] May 28 17:12:51.215 INFO O| May 28 17:12:51.215 INFO STEP 125 (remove_files) COMPLETE
51852026-05-28T17:12:51.753Z[ recovery-image] May 28 17:12:51.215 INFO O| May 28 17:12:51.215 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51862026-05-28T17:12:51.761Z[ recovery-image] May 28 17:12:51.224 INFO O| May 28 17:12:51.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51872026-05-28T17:12:51.761Z[ recovery-image] May 28 17:12:51.224 INFO O| May 28 17:12:51.224 INFO STEP 126 (remove_files) COMPLETE
51882026-05-28T17:12:51.764Z[ recovery-image] May 28 17:12:51.224 INFO O| May 28 17:12:51.224 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51892026-05-28T17:12:51.769Z[ recovery-image] May 28 17:12:51.232 INFO O| May 28 17:12:51.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51902026-05-28T17:12:51.769Z[ recovery-image] May 28 17:12:51.232 INFO O| May 28 17:12:51.232 INFO STEP 127 (remove_files) COMPLETE
51912026-05-28T17:12:51.769Z[ recovery-image] May 28 17:12:51.232 INFO O| May 28 17:12:51.232 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51922026-05-28T17:12:51.778Z[ recovery-image] May 28 17:12:51.241 INFO O| May 28 17:12:51.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51932026-05-28T17:12:51.778Z[ recovery-image] May 28 17:12:51.241 INFO O| May 28 17:12:51.241 INFO STEP 128 (remove_files) COMPLETE
51942026-05-28T17:12:51.781Z[ recovery-image] May 28 17:12:51.241 INFO O| May 28 17:12:51.241 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51952026-05-28T17:12:51.786Z[ recovery-image] May 28 17:12:51.250 INFO O| May 28 17:12:51.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51962026-05-28T17:12:51.786Z[ recovery-image] May 28 17:12:51.250 INFO O| May 28 17:12:51.250 INFO STEP 129 (remove_files) COMPLETE
51972026-05-28T17:12:51.790Z[ recovery-image] May 28 17:12:51.250 INFO O| May 28 17:12:51.250 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51982026-05-28T17:12:51.797Z[ recovery-image] May 28 17:12:51.259 INFO O| May 28 17:12:51.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51992026-05-28T17:12:51.797Z[ recovery-image] May 28 17:12:51.259 INFO O| May 28 17:12:51.259 INFO STEP 130 (remove_files) COMPLETE
52002026-05-28T17:12:51.800Z[ recovery-image] May 28 17:12:51.259 INFO O| May 28 17:12:51.259 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52012026-05-28T17:12:51.813Z[ recovery-image] May 28 17:12:51.277 INFO O| May 28 17:12:51.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52022026-05-28T17:12:51.814Z[ recovery-image] May 28 17:12:51.277 INFO O| May 28 17:12:51.277 INFO STEP 131 (remove_files) COMPLETE
52032026-05-28T17:12:51.817Z[ recovery-image] May 28 17:12:51.277 INFO O| May 28 17:12:51.277 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52042026-05-28T17:12:51.824Z[ recovery-image] May 28 17:12:51.287 INFO O| May 28 17:12:51.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52052026-05-28T17:12:51.824Z[ recovery-image] May 28 17:12:51.288 INFO O| May 28 17:12:51.288 INFO STEP 132 (remove_files) COMPLETE
52062026-05-28T17:12:51.824Z[ recovery-image] May 28 17:12:51.288 INFO O| May 28 17:12:51.288 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52072026-05-28T17:12:51.834Z[ recovery-image] May 28 17:12:51.297 INFO O| May 28 17:12:51.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52082026-05-28T17:12:51.834Z[ recovery-image] May 28 17:12:51.297 INFO O| May 28 17:12:51.297 INFO STEP 133 (remove_files) COMPLETE
52092026-05-28T17:12:51.834Z[ recovery-image] May 28 17:12:51.297 INFO O| May 28 17:12:51.297 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52102026-05-28T17:12:51.842Z[ recovery-image] May 28 17:12:51.305 INFO O| May 28 17:12:51.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52112026-05-28T17:12:51.842Z[ recovery-image] May 28 17:12:51.305 INFO O| May 28 17:12:51.305 INFO STEP 134 (remove_files) COMPLETE
52122026-05-28T17:12:51.845Z[ recovery-image] May 28 17:12:51.305 INFO O| May 28 17:12:51.305 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52132026-05-28T17:12:51.851Z[ recovery-image] May 28 17:12:51.314 INFO O| May 28 17:12:51.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52142026-05-28T17:12:51.851Z[ recovery-image] May 28 17:12:51.314 INFO O| May 28 17:12:51.314 INFO STEP 135 (remove_files) COMPLETE
52152026-05-28T17:12:51.854Z[ recovery-image] May 28 17:12:51.314 INFO O| May 28 17:12:51.314 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52162026-05-28T17:12:51.859Z[ recovery-image] May 28 17:12:51.322 INFO O| May 28 17:12:51.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52172026-05-28T17:12:51.859Z[ recovery-image] May 28 17:12:51.322 INFO O| May 28 17:12:51.322 INFO STEP 136 (remove_files) COMPLETE
52182026-05-28T17:12:51.862Z[ recovery-image] May 28 17:12:51.322 INFO O| May 28 17:12:51.322 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52192026-05-28T17:12:51.867Z[ recovery-image] May 28 17:12:51.330 INFO O| May 28 17:12:51.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52202026-05-28T17:12:51.867Z[ recovery-image] May 28 17:12:51.330 INFO O| May 28 17:12:51.330 INFO STEP 137 (remove_files) COMPLETE
52212026-05-28T17:12:51.867Z[ recovery-image] May 28 17:12:51.330 INFO O| May 28 17:12:51.330 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52222026-05-28T17:12:51.876Z[ recovery-image] May 28 17:12:51.339 INFO O| May 28 17:12:51.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52232026-05-28T17:12:51.876Z[ recovery-image] May 28 17:12:51.340 INFO O| May 28 17:12:51.340 INFO STEP 138 (remove_files) COMPLETE
52242026-05-28T17:12:51.879Z[ recovery-image] May 28 17:12:51.340 INFO O| May 28 17:12:51.340 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52252026-05-28T17:12:51.893Z[ recovery-image] May 28 17:12:51.351 INFO O| May 28 17:12:51.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52262026-05-28T17:12:51.893Z[ recovery-image] May 28 17:12:51.351 INFO O| May 28 17:12:51.351 INFO STEP 139 (remove_files) COMPLETE
52272026-05-28T17:12:51.893Z[ recovery-image] May 28 17:12:51.351 INFO O| May 28 17:12:51.351 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52282026-05-28T17:12:51.899Z[ recovery-image] May 28 17:12:51.361 INFO O| May 28 17:12:51.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52292026-05-28T17:12:51.899Z[ recovery-image] May 28 17:12:51.361 INFO O| May 28 17:12:51.361 INFO STEP 140 (remove_files) COMPLETE
52302026-05-28T17:12:51.902Z[ recovery-image] May 28 17:12:51.361 INFO O| May 28 17:12:51.361 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-05-28T17:12:51.908Z[ recovery-image] May 28 17:12:51.371 INFO O| May 28 17:12:51.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52322026-05-28T17:12:51.908Z[ recovery-image] May 28 17:12:51.371 INFO O| May 28 17:12:51.371 INFO STEP 141 (remove_files) COMPLETE
52332026-05-28T17:12:51.911Z[ recovery-image] May 28 17:12:51.371 INFO O| May 28 17:12:51.371 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52342026-05-28T17:12:51.918Z[ recovery-image] May 28 17:12:51.381 INFO O| May 28 17:12:51.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52352026-05-28T17:12:51.918Z[ recovery-image] May 28 17:12:51.381 INFO O| May 28 17:12:51.381 INFO STEP 142 (remove_files) COMPLETE
52362026-05-28T17:12:51.921Z[ recovery-image] May 28 17:12:51.381 INFO O| May 28 17:12:51.381 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-05-28T17:12:51.927Z[ recovery-image] May 28 17:12:51.391 INFO O| May 28 17:12:51.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52382026-05-28T17:12:51.928Z[ recovery-image] May 28 17:12:51.391 INFO O| May 28 17:12:51.391 INFO STEP 143 (remove_files) COMPLETE
52392026-05-28T17:12:51.931Z[ recovery-image] May 28 17:12:51.391 INFO O| May 28 17:12:51.391 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-05-28T17:12:51.939Z[ recovery-image] May 28 17:12:51.402 INFO O| May 28 17:12:51.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52412026-05-28T17:12:51.939Z[ recovery-image] May 28 17:12:51.402 INFO O| May 28 17:12:51.402 INFO STEP 144 (remove_files) COMPLETE
52422026-05-28T17:12:51.942Z[ recovery-image] May 28 17:12:51.402 INFO O| May 28 17:12:51.402 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52432026-05-28T17:12:51.948Z[ recovery-image] May 28 17:12:51.412 INFO O| May 28 17:12:51.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52442026-05-28T17:12:51.948Z[ recovery-image] May 28 17:12:51.412 INFO O| May 28 17:12:51.412 INFO STEP 145 (remove_files) COMPLETE
52452026-05-28T17:12:51.948Z[ recovery-image] May 28 17:12:51.412 INFO O| May 28 17:12:51.412 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-05-28T17:12:51.960Z[ recovery-image] May 28 17:12:51.423 INFO O| May 28 17:12:51.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52472026-05-28T17:12:51.960Z[ recovery-image] May 28 17:12:51.423 INFO O| May 28 17:12:51.423 INFO STEP 146 (remove_files) COMPLETE
52482026-05-28T17:12:51.963Z[ recovery-image] May 28 17:12:51.423 INFO O| May 28 17:12:51.423 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-05-28T17:12:51.977Z[ recovery-image] May 28 17:12:51.436 INFO O| May 28 17:12:51.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52502026-05-28T17:12:51.977Z[ recovery-image] May 28 17:12:51.436 INFO O| May 28 17:12:51.436 INFO STEP 147 (remove_files) COMPLETE
52512026-05-28T17:12:51.977Z[ recovery-image] May 28 17:12:51.436 INFO O| May 28 17:12:51.436 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-05-28T17:12:51.983Z[ recovery-image] May 28 17:12:51.447 INFO O| May 28 17:12:51.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52532026-05-28T17:12:51.986Z[ recovery-image] May 28 17:12:51.448 INFO O| May 28 17:12:51.448 INFO STEP 148 (remove_files) COMPLETE
52542026-05-28T17:12:51.986Z[ recovery-image] May 28 17:12:51.448 INFO O| May 28 17:12:51.448 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-05-28T17:12:51.996Z[ recovery-image] May 28 17:12:51.459 INFO O| May 28 17:12:51.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52562026-05-28T17:12:51.996Z[ recovery-image] May 28 17:12:51.459 INFO O| May 28 17:12:51.459 INFO STEP 149 (remove_files) COMPLETE
52572026-05-28T17:12:52.000Z[ recovery-image] May 28 17:12:51.459 INFO O| May 28 17:12:51.459 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-05-28T17:12:52.006Z[ recovery-image] May 28 17:12:51.470 INFO O| May 28 17:12:51.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52592026-05-28T17:12:52.006Z[ recovery-image] May 28 17:12:51.470 INFO O| May 28 17:12:51.470 INFO STEP 150 (remove_files) COMPLETE
52602026-05-28T17:12:52.010Z[ recovery-image] May 28 17:12:51.470 INFO O| May 28 17:12:51.470 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-05-28T17:12:52.017Z[ recovery-image] May 28 17:12:51.480 INFO O| May 28 17:12:51.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52622026-05-28T17:12:52.017Z[ recovery-image] May 28 17:12:51.480 INFO O| May 28 17:12:51.480 INFO STEP 151 (remove_files) COMPLETE
52632026-05-28T17:12:52.020Z[ recovery-image] May 28 17:12:51.480 INFO O| May 28 17:12:51.480 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-05-28T17:12:52.027Z[ recovery-image] May 28 17:12:51.490 INFO O| May 28 17:12:51.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52652026-05-28T17:12:52.027Z[ recovery-image] May 28 17:12:51.490 INFO O| May 28 17:12:51.490 INFO STEP 152 (remove_files) COMPLETE
52662026-05-28T17:12:52.030Z[ recovery-image] May 28 17:12:51.490 INFO O| May 28 17:12:51.490 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-05-28T17:12:52.036Z[ recovery-image] May 28 17:12:51.500 INFO O| May 28 17:12:51.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52682026-05-28T17:12:52.036Z[ recovery-image] May 28 17:12:51.500 INFO O| May 28 17:12:51.500 INFO STEP 153 (remove_files) COMPLETE
52692026-05-28T17:12:52.039Z[ recovery-image] May 28 17:12:51.500 INFO O| May 28 17:12:51.500 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-05-28T17:12:52.042Z[ host-image] May 28 17:12:51.506 INFO O| May 28 17:12:51.506 INFO O| Download: 1121/1147 items 6.8/7.8MB 86% complete (1.6M/s)
52712026-05-28T17:12:52.046Z[ recovery-image] May 28 17:12:51.510 INFO O| May 28 17:12:51.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52722026-05-28T17:12:52.046Z[ recovery-image] May 28 17:12:51.510 INFO O| May 28 17:12:51.510 INFO STEP 154 (remove_files) COMPLETE
52732026-05-28T17:12:52.046Z[ recovery-image] May 28 17:12:51.510 INFO O| May 28 17:12:51.510 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-05-28T17:12:52.057Z[ recovery-image] May 28 17:12:51.520 INFO O| May 28 17:12:51.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52752026-05-28T17:12:52.057Z[ recovery-image] May 28 17:12:51.520 INFO O| May 28 17:12:51.520 INFO STEP 155 (remove_files) COMPLETE
52762026-05-28T17:12:52.057Z[ recovery-image] May 28 17:12:51.520 INFO O| May 28 17:12:51.520 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-05-28T17:12:52.067Z[ recovery-image] May 28 17:12:51.530 INFO O| May 28 17:12:51.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52782026-05-28T17:12:52.067Z[ recovery-image] May 28 17:12:51.530 INFO O| May 28 17:12:51.530 INFO STEP 156 (remove_files) COMPLETE
52792026-05-28T17:12:52.067Z[ recovery-image] May 28 17:12:51.530 INFO O| May 28 17:12:51.530 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-05-28T17:12:52.077Z[ recovery-image] May 28 17:12:51.541 INFO O| May 28 17:12:51.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52812026-05-28T17:12:52.080Z[ recovery-image] May 28 17:12:51.541 INFO O| May 28 17:12:51.541 INFO STEP 157 (remove_files) COMPLETE
52822026-05-28T17:12:52.080Z[ recovery-image] May 28 17:12:51.541 INFO O| May 28 17:12:51.541 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-05-28T17:12:52.091Z[ recovery-image] May 28 17:12:51.555 INFO O| May 28 17:12:51.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52842026-05-28T17:12:52.091Z[ recovery-image] May 28 17:12:51.555 INFO O| May 28 17:12:51.555 INFO STEP 158 (remove_files) COMPLETE
52852026-05-28T17:12:52.095Z[ recovery-image] May 28 17:12:51.555 INFO O| May 28 17:12:51.555 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-05-28T17:12:52.102Z[ recovery-image] May 28 17:12:51.566 INFO O| May 28 17:12:51.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52872026-05-28T17:12:52.102Z[ recovery-image] May 28 17:12:51.566 INFO O| May 28 17:12:51.566 INFO STEP 159 (remove_files) COMPLETE
52882026-05-28T17:12:52.103Z[ recovery-image] May 28 17:12:51.566 INFO O| May 28 17:12:51.566 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-05-28T17:12:52.116Z[ recovery-image] May 28 17:12:51.577 INFO O| May 28 17:12:51.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52902026-05-28T17:12:52.116Z[ recovery-image] May 28 17:12:51.577 INFO O| May 28 17:12:51.577 INFO STEP 160 (remove_files) COMPLETE
52912026-05-28T17:12:52.119Z[ recovery-image] May 28 17:12:51.577 INFO O| May 28 17:12:51.577 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-05-28T17:12:52.124Z[ recovery-image] May 28 17:12:51.588 INFO O| May 28 17:12:51.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52932026-05-28T17:12:52.124Z[ recovery-image] May 28 17:12:51.588 INFO O| May 28 17:12:51.588 INFO STEP 161 (remove_files) COMPLETE
52942026-05-28T17:12:52.124Z[ recovery-image] May 28 17:12:51.588 INFO O| May 28 17:12:51.588 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-05-28T17:12:52.128Z[ host-image] May 28 17:12:51.592 INFO O| May 28 17:12:51.592 INFO O| Download: Completed 7.84 MB in 5.85 seconds (1.3M/s)
52962026-05-28T17:12:52.134Z[ recovery-image] May 28 17:12:51.598 INFO O| May 28 17:12:51.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52972026-05-28T17:12:52.134Z[ recovery-image] May 28 17:12:51.598 INFO O| May 28 17:12:51.598 INFO STEP 162 (remove_files) COMPLETE
52982026-05-28T17:12:52.138Z[ recovery-image] May 28 17:12:51.598 INFO O| May 28 17:12:51.598 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-05-28T17:12:52.145Z[ recovery-image] May 28 17:12:51.608 INFO O| May 28 17:12:51.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53002026-05-28T17:12:52.148Z[ recovery-image] May 28 17:12:51.609 INFO O| May 28 17:12:51.609 INFO STEP 163 (remove_files) COMPLETE
53012026-05-28T17:12:52.150Z[ recovery-image] May 28 17:12:51.609 INFO O| May 28 17:12:51.609 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-05-28T17:12:52.156Z[ recovery-image] May 28 17:12:51.620 INFO O| May 28 17:12:51.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53032026-05-28T17:12:52.156Z[ recovery-image] May 28 17:12:51.620 INFO O| May 28 17:12:51.620 INFO STEP 164 (remove_files) COMPLETE
53042026-05-28T17:12:52.160Z[ recovery-image] May 28 17:12:51.620 INFO O| May 28 17:12:51.620 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-05-28T17:12:52.166Z[ host-image] May 28 17:12:51.630 INFO O| May 28 17:12:51.629 INFO O| Actions: 1/1366 actions (Installing new actions)
53062026-05-28T17:12:52.170Z[ recovery-image] May 28 17:12:51.630 INFO O| May 28 17:12:51.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53072026-05-28T17:12:52.170Z[ recovery-image] May 28 17:12:51.630 INFO O| May 28 17:12:51.630 INFO STEP 165 (remove_files) COMPLETE
53082026-05-28T17:12:52.170Z[ recovery-image] May 28 17:12:51.630 INFO O| May 28 17:12:51.630 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-05-28T17:12:52.177Z[ recovery-image] May 28 17:12:51.640 INFO O| May 28 17:12:51.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53102026-05-28T17:12:52.181Z[ recovery-image] May 28 17:12:51.641 INFO O| May 28 17:12:51.640 INFO STEP 166 (remove_files) COMPLETE
53112026-05-28T17:12:52.181Z[ recovery-image] May 28 17:12:51.641 INFO O| May 28 17:12:51.640 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-05-28T17:12:52.188Z[ recovery-image] May 28 17:12:51.650 INFO O| May 28 17:12:51.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53132026-05-28T17:12:52.188Z[ recovery-image] May 28 17:12:51.650 INFO O| May 28 17:12:51.650 INFO STEP 167 (remove_files) COMPLETE
53142026-05-28T17:12:52.188Z[ recovery-image] May 28 17:12:51.650 INFO O| May 28 17:12:51.650 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-05-28T17:12:52.197Z[ recovery-image] May 28 17:12:51.659 INFO O| May 28 17:12:51.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53162026-05-28T17:12:52.197Z[ recovery-image] May 28 17:12:51.659 INFO O| May 28 17:12:51.659 INFO STEP 168 (remove_files) COMPLETE
53172026-05-28T17:12:52.197Z[ recovery-image] May 28 17:12:51.659 INFO O| May 28 17:12:51.659 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-05-28T17:12:52.204Z[ recovery-image] May 28 17:12:51.668 INFO O| May 28 17:12:51.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53192026-05-28T17:12:52.205Z[ recovery-image] May 28 17:12:51.668 INFO O| May 28 17:12:51.668 INFO STEP 169 (remove_files) COMPLETE
53202026-05-28T17:12:52.205Z[ recovery-image] May 28 17:12:51.668 INFO O| May 28 17:12:51.668 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-05-28T17:12:52.213Z[ recovery-image] May 28 17:12:51.676 INFO O| May 28 17:12:51.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53222026-05-28T17:12:52.213Z[ recovery-image] May 28 17:12:51.676 INFO O| May 28 17:12:51.676 INFO STEP 170 (remove_files) COMPLETE
53232026-05-28T17:12:52.213Z[ recovery-image] May 28 17:12:51.676 INFO O| May 28 17:12:51.676 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-05-28T17:12:52.223Z[ recovery-image] May 28 17:12:51.685 INFO O| May 28 17:12:51.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53252026-05-28T17:12:52.223Z[ recovery-image] May 28 17:12:51.685 INFO O| May 28 17:12:51.685 INFO STEP 171 (remove_files) COMPLETE
53262026-05-28T17:12:52.223Z[ recovery-image] May 28 17:12:51.685 INFO O| May 28 17:12:51.685 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-05-28T17:12:52.230Z[ recovery-image] May 28 17:12:51.693 INFO O| May 28 17:12:51.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53282026-05-28T17:12:52.230Z[ recovery-image] May 28 17:12:51.693 INFO O| May 28 17:12:51.693 INFO STEP 172 (remove_files) COMPLETE
53292026-05-28T17:12:52.233Z[ recovery-image] May 28 17:12:51.693 INFO O| May 28 17:12:51.693 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-05-28T17:12:52.238Z[ recovery-image] May 28 17:12:51.702 INFO O| May 28 17:12:51.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53312026-05-28T17:12:52.238Z[ recovery-image] May 28 17:12:51.702 INFO O| May 28 17:12:51.702 INFO STEP 173 (remove_files) COMPLETE
53322026-05-28T17:12:52.238Z[ recovery-image] May 28 17:12:51.702 INFO O| May 28 17:12:51.702 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-05-28T17:12:52.248Z[ recovery-image] May 28 17:12:51.710 INFO O| May 28 17:12:51.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53342026-05-28T17:12:52.248Z[ recovery-image] May 28 17:12:51.710 INFO O| May 28 17:12:51.710 INFO STEP 174 (remove_files) COMPLETE
53352026-05-28T17:12:52.248Z[ recovery-image] May 28 17:12:51.710 INFO O| May 28 17:12:51.710 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-05-28T17:12:52.256Z[ recovery-image] May 28 17:12:51.719 INFO O| May 28 17:12:51.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53372026-05-28T17:12:52.256Z[ recovery-image] May 28 17:12:51.719 INFO O| May 28 17:12:51.719 INFO STEP 175 (remove_files) COMPLETE
53382026-05-28T17:12:52.259Z[ recovery-image] May 28 17:12:51.719 INFO O| May 28 17:12:51.719 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-05-28T17:12:52.264Z[ recovery-image] May 28 17:12:51.727 INFO O| May 28 17:12:51.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53402026-05-28T17:12:52.267Z[ recovery-image] May 28 17:12:51.728 INFO O| May 28 17:12:51.728 INFO STEP 176 (remove_files) COMPLETE
53412026-05-28T17:12:52.267Z[ recovery-image] May 28 17:12:51.728 INFO O| May 28 17:12:51.728 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-05-28T17:12:52.274Z[ recovery-image] May 28 17:12:51.737 INFO O| May 28 17:12:51.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53432026-05-28T17:12:52.274Z[ recovery-image] May 28 17:12:51.737 INFO O| May 28 17:12:51.737 INFO STEP 177 (remove_files) COMPLETE
53442026-05-28T17:12:52.274Z[ recovery-image] May 28 17:12:51.737 INFO O| May 28 17:12:51.737 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-05-28T17:12:52.282Z[ recovery-image] May 28 17:12:51.746 INFO O| May 28 17:12:51.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53462026-05-28T17:12:52.282Z[ recovery-image] May 28 17:12:51.746 INFO O| May 28 17:12:51.746 INFO STEP 178 (remove_files) COMPLETE
53472026-05-28T17:12:52.282Z[ recovery-image] May 28 17:12:51.746 INFO O| May 28 17:12:51.746 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-05-28T17:12:52.292Z[ recovery-image] May 28 17:12:51.754 INFO O| May 28 17:12:51.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53492026-05-28T17:12:52.292Z[ recovery-image] May 28 17:12:51.754 INFO O| May 28 17:12:51.754 INFO STEP 179 (remove_files) COMPLETE
53502026-05-28T17:12:52.295Z[ recovery-image] May 28 17:12:51.754 INFO O| May 28 17:12:51.754 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-05-28T17:12:52.299Z[ recovery-image] May 28 17:12:51.763 INFO O| May 28 17:12:51.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53522026-05-28T17:12:52.299Z[ recovery-image] May 28 17:12:51.763 INFO O| May 28 17:12:51.763 INFO STEP 180 (remove_files) COMPLETE
53532026-05-28T17:12:52.302Z[ recovery-image] May 28 17:12:51.763 INFO O| May 28 17:12:51.763 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-05-28T17:12:52.308Z[ recovery-image] May 28 17:12:51.771 INFO O| May 28 17:12:51.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53552026-05-28T17:12:52.308Z[ recovery-image] May 28 17:12:51.771 INFO O| May 28 17:12:51.771 INFO STEP 181 (remove_files) COMPLETE
53562026-05-28T17:12:52.308Z[ recovery-image] May 28 17:12:51.771 INFO O| May 28 17:12:51.771 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-05-28T17:12:52.316Z[ recovery-image] May 28 17:12:51.780 INFO O| May 28 17:12:51.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53582026-05-28T17:12:52.316Z[ recovery-image] May 28 17:12:51.780 INFO O| May 28 17:12:51.780 INFO STEP 182 (remove_files) COMPLETE
53592026-05-28T17:12:52.316Z[ recovery-image] May 28 17:12:51.780 INFO O| May 28 17:12:51.780 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-05-28T17:12:52.325Z[ recovery-image] May 28 17:12:51.788 INFO O| May 28 17:12:51.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53612026-05-28T17:12:52.325Z[ recovery-image] May 28 17:12:51.788 INFO O| May 28 17:12:51.788 INFO STEP 183 (remove_files) COMPLETE
53622026-05-28T17:12:52.325Z[ recovery-image] May 28 17:12:51.788 INFO O| May 28 17:12:51.788 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-05-28T17:12:52.334Z[ recovery-image] May 28 17:12:51.797 INFO O| May 28 17:12:51.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53642026-05-28T17:12:52.334Z[ recovery-image] May 28 17:12:51.797 INFO O| May 28 17:12:51.797 INFO STEP 184 (remove_files) COMPLETE
53652026-05-28T17:12:52.334Z[ recovery-image] May 28 17:12:51.797 INFO O| May 28 17:12:51.797 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-05-28T17:12:52.345Z[ recovery-image] May 28 17:12:51.808 INFO O| May 28 17:12:51.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53672026-05-28T17:12:52.345Z[ recovery-image] May 28 17:12:51.808 INFO O| May 28 17:12:51.808 INFO STEP 185 (remove_files) COMPLETE
53682026-05-28T17:12:52.345Z[ recovery-image] May 28 17:12:51.808 INFO O| May 28 17:12:51.808 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-05-28T17:12:52.357Z[ recovery-image] May 28 17:12:51.820 INFO O| May 28 17:12:51.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53702026-05-28T17:12:52.357Z[ recovery-image] May 28 17:12:51.820 INFO O| May 28 17:12:51.820 INFO STEP 186 (remove_files) COMPLETE
53712026-05-28T17:12:52.357Z[ recovery-image] May 28 17:12:51.820 INFO O| May 28 17:12:51.820 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-05-28T17:12:52.368Z[ recovery-image] May 28 17:12:51.831 INFO O| May 28 17:12:51.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53732026-05-28T17:12:52.368Z[ recovery-image] May 28 17:12:51.831 INFO O| May 28 17:12:51.831 INFO STEP 187 (remove_files) COMPLETE
53742026-05-28T17:12:52.368Z[ recovery-image] May 28 17:12:51.831 INFO O| May 28 17:12:51.831 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-05-28T17:12:52.379Z[ recovery-image] May 28 17:12:51.842 INFO O| May 28 17:12:51.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53762026-05-28T17:12:52.379Z[ recovery-image] May 28 17:12:51.842 INFO O| May 28 17:12:51.842 INFO STEP 188 (remove_files) COMPLETE
53772026-05-28T17:12:52.382Z[ recovery-image] May 28 17:12:51.842 INFO O| May 28 17:12:51.842 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-05-28T17:12:52.388Z[ recovery-image] May 28 17:12:51.851 INFO O| May 28 17:12:51.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53792026-05-28T17:12:52.388Z[ recovery-image] May 28 17:12:51.852 INFO O| May 28 17:12:51.852 INFO STEP 189 (remove_files) COMPLETE
53802026-05-28T17:12:52.391Z[ recovery-image] May 28 17:12:51.852 INFO O| May 28 17:12:51.852 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-05-28T17:12:52.398Z[ recovery-image] May 28 17:12:51.861 INFO O| May 28 17:12:51.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53822026-05-28T17:12:52.398Z[ recovery-image] May 28 17:12:51.861 INFO O| May 28 17:12:51.861 INFO STEP 190 (remove_files) COMPLETE
53832026-05-28T17:12:52.401Z[ recovery-image] May 28 17:12:51.861 INFO O| May 28 17:12:51.861 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-05-28T17:12:52.408Z[ recovery-image] May 28 17:12:51.871 INFO O| May 28 17:12:51.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53852026-05-28T17:12:52.408Z[ recovery-image] May 28 17:12:51.871 INFO O| May 28 17:12:51.871 INFO STEP 191 (remove_files) COMPLETE
53862026-05-28T17:12:52.411Z[ recovery-image] May 28 17:12:51.871 INFO O| May 28 17:12:51.871 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-05-28T17:12:52.418Z[ recovery-image] May 28 17:12:51.881 INFO O| May 28 17:12:51.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53882026-05-28T17:12:52.418Z[ recovery-image] May 28 17:12:51.881 INFO O| May 28 17:12:51.881 INFO STEP 192 (remove_files) COMPLETE
53892026-05-28T17:12:52.418Z[ recovery-image] May 28 17:12:51.881 INFO O| May 28 17:12:51.881 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-05-28T17:12:52.426Z[ host-image] May 28 17:12:51.890 INFO O| May 28 17:12:51.890 INFO O| Actions: Completed 1366 actions in 0.26 seconds.
53912026-05-28T17:12:52.429Z[ recovery-image] May 28 17:12:51.891 INFO O| May 28 17:12:51.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53922026-05-28T17:12:52.429Z[ recovery-image] May 28 17:12:51.891 INFO O| May 28 17:12:51.891 INFO STEP 193 (remove_files) COMPLETE
53932026-05-28T17:12:52.429Z[ recovery-image] May 28 17:12:51.891 INFO O| May 28 17:12:51.891 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-05-28T17:12:52.436Z[ host-image] May 28 17:12:51.899 INFO O| May 28 17:12:51.899 INFO O| Finalize: Updating package state database ... Done
53952026-05-28T17:12:52.436Z[ host-image] May 28 17:12:51.899 INFO O| May 28 17:12:51.899 INFO O| Finalize: Updating package cache ... Done
53962026-05-28T17:12:52.439Z[ recovery-image] May 28 17:12:51.901 INFO O| May 28 17:12:51.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53972026-05-28T17:12:52.439Z[ recovery-image] May 28 17:12:51.901 INFO O| May 28 17:12:51.901 INFO STEP 194 (remove_files) COMPLETE
53982026-05-28T17:12:52.439Z[ recovery-image] May 28 17:12:51.901 INFO O| May 28 17:12:51.901 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-05-28T17:12:52.446Z[ recovery-image] May 28 17:12:51.910 INFO O| May 28 17:12:51.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54002026-05-28T17:12:52.446Z[ recovery-image] May 28 17:12:51.910 INFO O| May 28 17:12:51.910 INFO STEP 195 (remove_files) COMPLETE
54012026-05-28T17:12:52.447Z[ recovery-image] May 28 17:12:51.910 INFO O| May 28 17:12:51.910 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-05-28T17:12:52.458Z[ recovery-image] May 28 17:12:51.921 INFO O| May 28 17:12:51.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54032026-05-28T17:12:52.458Z[ recovery-image] May 28 17:12:51.921 INFO O| May 28 17:12:51.921 INFO STEP 196 (remove_files) COMPLETE
54042026-05-28T17:12:52.458Z[ recovery-image] May 28 17:12:51.921 INFO O| May 28 17:12:51.921 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-05-28T17:12:52.464Z[ host-image] May 28 17:12:51.927 INFO O| May 28 17:12:51.927 INFO O| Finalize: Updating image state ... Done
54062026-05-28T17:12:52.469Z[ recovery-image] May 28 17:12:51.933 INFO O| May 28 17:12:51.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54072026-05-28T17:12:52.469Z[ recovery-image] May 28 17:12:51.933 INFO O| May 28 17:12:51.933 INFO STEP 197 (remove_files) COMPLETE
54082026-05-28T17:12:52.469Z[ recovery-image] May 28 17:12:51.933 INFO O| May 28 17:12:51.933 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-05-28T17:12:52.481Z[ recovery-image] May 28 17:12:51.944 INFO O| May 28 17:12:51.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54102026-05-28T17:12:52.481Z[ recovery-image] May 28 17:12:51.944 INFO O| May 28 17:12:51.944 INFO STEP 198 (remove_files) COMPLETE
54112026-05-28T17:12:52.481Z[ recovery-image] May 28 17:12:51.944 INFO O| May 28 17:12:51.944 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-05-28T17:12:52.512Z[ recovery-image] May 28 17:12:51.976 INFO O| May 28 17:12:51.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54132026-05-28T17:12:52.513Z[ recovery-image] May 28 17:12:51.976 INFO O| May 28 17:12:51.976 INFO STEP 199 (remove_files) COMPLETE
54142026-05-28T17:12:52.516Z[ recovery-image] May 28 17:12:51.976 INFO O| May 28 17:12:51.976 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-05-28T17:12:52.527Z[ recovery-image] May 28 17:12:51.990 INFO O| May 28 17:12:51.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54162026-05-28T17:12:52.527Z[ recovery-image] May 28 17:12:51.991 INFO O| May 28 17:12:51.990 INFO STEP 200 (remove_files) COMPLETE
54172026-05-28T17:12:52.530Z[ recovery-image] May 28 17:12:51.991 INFO O| May 28 17:12:51.991 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-05-28T17:12:52.536Z[ recovery-image] May 28 17:12:52.000 INFO O| May 28 17:12:52.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54192026-05-28T17:12:52.537Z[ recovery-image] May 28 17:12:52.000 INFO O| May 28 17:12:52.000 INFO STEP 201 (remove_files) COMPLETE
54202026-05-28T17:12:52.540Z[ recovery-image] May 28 17:12:52.000 INFO O| May 28 17:12:52.000 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-05-28T17:12:52.573Z[ recovery-image] May 28 17:12:52.037 INFO O| May 28 17:12:52.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54222026-05-28T17:12:52.573Z[ recovery-image] May 28 17:12:52.037 INFO O| May 28 17:12:52.037 INFO STEP 202 (remove_files) COMPLETE
54232026-05-28T17:12:52.577Z[ recovery-image] May 28 17:12:52.037 INFO O| May 28 17:12:52.037 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-05-28T17:12:52.590Z[ recovery-image] May 28 17:12:52.054 INFO O| May 28 17:12:52.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54252026-05-28T17:12:52.591Z[ recovery-image] May 28 17:12:52.054 INFO O| May 28 17:12:52.054 INFO STEP 203 (remove_files) COMPLETE
54262026-05-28T17:12:52.591Z[ recovery-image] May 28 17:12:52.054 INFO O| May 28 17:12:52.054 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-05-28T17:12:52.600Z[ recovery-image] May 28 17:12:52.063 INFO O| May 28 17:12:52.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54282026-05-28T17:12:52.600Z[ recovery-image] May 28 17:12:52.063 INFO O| May 28 17:12:52.063 INFO STEP 204 (remove_files) COMPLETE
54292026-05-28T17:12:52.600Z[ recovery-image] May 28 17:12:52.063 INFO O| May 28 17:12:52.063 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-05-28T17:12:52.610Z[ recovery-image] May 28 17:12:52.074 INFO O| May 28 17:12:52.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54312026-05-28T17:12:52.610Z[ recovery-image] May 28 17:12:52.074 INFO O| May 28 17:12:52.074 INFO STEP 205 (remove_files) COMPLETE
54322026-05-28T17:12:52.610Z[ recovery-image] May 28 17:12:52.074 INFO O| May 28 17:12:52.074 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-05-28T17:12:52.620Z[ recovery-image] May 28 17:12:52.084 INFO O| May 28 17:12:52.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54342026-05-28T17:12:52.620Z[ recovery-image] May 28 17:12:52.084 INFO O| May 28 17:12:52.084 INFO STEP 206 (remove_files) COMPLETE
54352026-05-28T17:12:52.624Z[ recovery-image] May 28 17:12:52.084 INFO O| May 28 17:12:52.084 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-05-28T17:12:52.629Z[ recovery-image] May 28 17:12:52.093 INFO O| May 28 17:12:52.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54372026-05-28T17:12:52.629Z[ recovery-image] May 28 17:12:52.093 INFO O| May 28 17:12:52.093 INFO STEP 207 (remove_files) COMPLETE
54382026-05-28T17:12:52.629Z[ recovery-image] May 28 17:12:52.093 INFO O| May 28 17:12:52.093 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-05-28T17:12:52.640Z[ recovery-image] May 28 17:12:52.103 INFO O| May 28 17:12:52.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54402026-05-28T17:12:52.640Z[ recovery-image] May 28 17:12:52.104 INFO O| May 28 17:12:52.104 INFO STEP 208 (remove_files) COMPLETE
54412026-05-28T17:12:52.640Z[ recovery-image] May 28 17:12:52.104 INFO O| May 28 17:12:52.104 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-05-28T17:12:52.652Z[ recovery-image] May 28 17:12:52.115 INFO O| May 28 17:12:52.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54432026-05-28T17:12:52.652Z[ recovery-image] May 28 17:12:52.115 INFO O| May 28 17:12:52.115 INFO STEP 209 (remove_files) COMPLETE
54442026-05-28T17:12:52.652Z[ recovery-image] May 28 17:12:52.115 INFO O| May 28 17:12:52.115 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-05-28T17:12:52.663Z[ recovery-image] May 28 17:12:52.126 INFO O| May 28 17:12:52.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54462026-05-28T17:12:52.663Z[ recovery-image] May 28 17:12:52.126 INFO O| May 28 17:12:52.126 INFO STEP 210 (remove_files) COMPLETE
54472026-05-28T17:12:52.663Z[ recovery-image] May 28 17:12:52.126 INFO O| May 28 17:12:52.126 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-05-28T17:12:52.674Z[ recovery-image] May 28 17:12:52.138 INFO O| May 28 17:12:52.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54492026-05-28T17:12:52.674Z[ recovery-image] May 28 17:12:52.138 INFO O| May 28 17:12:52.138 INFO STEP 211 (remove_files) COMPLETE
54502026-05-28T17:12:52.674Z[ recovery-image] May 28 17:12:52.138 INFO O| May 28 17:12:52.138 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-05-28T17:12:52.685Z[ recovery-image] May 28 17:12:52.149 INFO O| May 28 17:12:52.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54522026-05-28T17:12:52.685Z[ recovery-image] May 28 17:12:52.149 INFO O| May 28 17:12:52.149 INFO STEP 212 (remove_files) COMPLETE
54532026-05-28T17:12:52.685Z[ recovery-image] May 28 17:12:52.149 INFO O| May 28 17:12:52.149 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-05-28T17:12:52.695Z[ recovery-image] May 28 17:12:52.158 INFO O| May 28 17:12:52.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54552026-05-28T17:12:52.695Z[ recovery-image] May 28 17:12:52.158 INFO O| May 28 17:12:52.158 INFO STEP 213 (remove_files) COMPLETE
54562026-05-28T17:12:52.695Z[ recovery-image] May 28 17:12:52.158 INFO O| May 28 17:12:52.158 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-05-28T17:12:52.706Z[ recovery-image] May 28 17:12:52.169 INFO O| May 28 17:12:52.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54582026-05-28T17:12:52.706Z[ recovery-image] May 28 17:12:52.169 INFO O| May 28 17:12:52.169 INFO STEP 214 (remove_files) COMPLETE
54592026-05-28T17:12:52.706Z[ recovery-image] May 28 17:12:52.169 INFO O| May 28 17:12:52.169 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-05-28T17:12:52.716Z[ recovery-image] May 28 17:12:52.180 INFO O| May 28 17:12:52.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54612026-05-28T17:12:52.716Z[ recovery-image] May 28 17:12:52.180 INFO O| May 28 17:12:52.180 INFO STEP 215 (remove_files) COMPLETE
54622026-05-28T17:12:52.719Z[ recovery-image] May 28 17:12:52.180 INFO O| May 28 17:12:52.180 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-05-28T17:12:52.726Z[ recovery-image] May 28 17:12:52.190 INFO O| May 28 17:12:52.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54642026-05-28T17:12:52.726Z[ recovery-image] May 28 17:12:52.190 INFO O| May 28 17:12:52.190 INFO STEP 216 (remove_files) COMPLETE
54652026-05-28T17:12:52.730Z[ recovery-image] May 28 17:12:52.190 INFO O| May 28 17:12:52.190 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-05-28T17:12:52.736Z[ recovery-image] May 28 17:12:52.200 INFO O| May 28 17:12:52.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54672026-05-28T17:12:52.736Z[ recovery-image] May 28 17:12:52.200 INFO O| May 28 17:12:52.200 INFO STEP 217 (remove_files) COMPLETE
54682026-05-28T17:12:52.736Z[ recovery-image] May 28 17:12:52.200 INFO O| May 28 17:12:52.200 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-05-28T17:12:52.747Z[ recovery-image] May 28 17:12:52.211 INFO O| May 28 17:12:52.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54702026-05-28T17:12:52.747Z[ recovery-image] May 28 17:12:52.211 INFO O| May 28 17:12:52.211 INFO STEP 218 (remove_files) COMPLETE
54712026-05-28T17:12:52.747Z[ recovery-image] May 28 17:12:52.211 INFO O| May 28 17:12:52.211 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-05-28T17:12:52.756Z[ recovery-image] May 28 17:12:52.219 INFO O| May 28 17:12:52.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54732026-05-28T17:12:52.756Z[ recovery-image] May 28 17:12:52.219 INFO O| May 28 17:12:52.219 INFO STEP 219 (remove_files) COMPLETE
54742026-05-28T17:12:52.759Z[ recovery-image] May 28 17:12:52.219 INFO O| May 28 17:12:52.219 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-05-28T17:12:52.764Z[ recovery-image] May 28 17:12:52.228 INFO O| May 28 17:12:52.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54762026-05-28T17:12:52.764Z[ recovery-image] May 28 17:12:52.228 INFO O| May 28 17:12:52.228 INFO STEP 220 (remove_files) COMPLETE
54772026-05-28T17:12:52.767Z[ recovery-image] May 28 17:12:52.228 INFO O| May 28 17:12:52.228 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-05-28T17:12:52.773Z[ recovery-image] May 28 17:12:52.236 INFO O| May 28 17:12:52.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54792026-05-28T17:12:52.773Z[ recovery-image] May 28 17:12:52.236 INFO O| May 28 17:12:52.236 INFO STEP 221 (remove_files) COMPLETE
54802026-05-28T17:12:52.776Z[ recovery-image] May 28 17:12:52.236 INFO O| May 28 17:12:52.236 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-05-28T17:12:52.781Z[ recovery-image] May 28 17:12:52.244 INFO O| May 28 17:12:52.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54822026-05-28T17:12:52.781Z[ recovery-image] May 28 17:12:52.244 INFO O| May 28 17:12:52.244 INFO STEP 222 (remove_files) COMPLETE
54832026-05-28T17:12:52.784Z[ recovery-image] May 28 17:12:52.244 INFO O| May 28 17:12:52.244 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-05-28T17:12:52.788Z[ recovery-image] May 28 17:12:52.252 INFO O| May 28 17:12:52.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54852026-05-28T17:12:52.788Z[ recovery-image] May 28 17:12:52.252 INFO O| May 28 17:12:52.252 INFO STEP 223 (remove_files) COMPLETE
54862026-05-28T17:12:52.791Z[ recovery-image] May 28 17:12:52.252 INFO O| May 28 17:12:52.252 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-05-28T17:12:52.796Z[ recovery-image] May 28 17:12:52.260 INFO O| May 28 17:12:52.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54882026-05-28T17:12:52.796Z[ recovery-image] May 28 17:12:52.260 INFO O| May 28 17:12:52.260 INFO STEP 224 (remove_files) COMPLETE
54892026-05-28T17:12:52.800Z[ recovery-image] May 28 17:12:52.260 INFO O| May 28 17:12:52.260 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-05-28T17:12:52.804Z[ recovery-image] May 28 17:12:52.268 INFO O| May 28 17:12:52.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54912026-05-28T17:12:52.804Z[ recovery-image] May 28 17:12:52.268 INFO O| May 28 17:12:52.268 INFO STEP 225 (remove_files) COMPLETE
54922026-05-28T17:12:52.808Z[ recovery-image] May 28 17:12:52.268 INFO O| May 28 17:12:52.268 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-05-28T17:12:52.814Z[ recovery-image] May 28 17:12:52.277 INFO O| May 28 17:12:52.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54942026-05-28T17:12:52.814Z[ recovery-image] May 28 17:12:52.277 INFO O| May 28 17:12:52.277 INFO STEP 226 (remove_files) COMPLETE
54952026-05-28T17:12:52.817Z[ recovery-image] May 28 17:12:52.277 INFO O| May 28 17:12:52.277 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-05-28T17:12:52.823Z[ recovery-image] May 28 17:12:52.286 INFO O| May 28 17:12:52.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54972026-05-28T17:12:52.823Z[ recovery-image] May 28 17:12:52.286 INFO O| May 28 17:12:52.286 INFO STEP 227 (remove_files) COMPLETE
54982026-05-28T17:12:52.826Z[ recovery-image] May 28 17:12:52.286 INFO O| May 28 17:12:52.286 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-05-28T17:12:52.831Z[ recovery-image] May 28 17:12:52.295 INFO O| May 28 17:12:52.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55002026-05-28T17:12:52.831Z[ recovery-image] May 28 17:12:52.295 INFO O| May 28 17:12:52.295 INFO STEP 228 (remove_files) COMPLETE
55012026-05-28T17:12:52.831Z[ recovery-image] May 28 17:12:52.295 INFO O| May 28 17:12:52.295 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-05-28T17:12:52.840Z[ recovery-image] May 28 17:12:52.303 INFO O| May 28 17:12:52.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55032026-05-28T17:12:52.840Z[ recovery-image] May 28 17:12:52.304 INFO O| May 28 17:12:52.304 INFO STEP 229 (remove_files) COMPLETE
55042026-05-28T17:12:52.840Z[ recovery-image] May 28 17:12:52.304 INFO O| May 28 17:12:52.304 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-05-28T17:12:52.862Z[ recovery-image] May 28 17:12:52.314 INFO O| May 28 17:12:52.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55062026-05-28T17:12:52.862Z[ recovery-image] May 28 17:12:52.314 INFO O| May 28 17:12:52.314 INFO STEP 230 (remove_files) COMPLETE
55072026-05-28T17:12:52.862Z[ recovery-image] May 28 17:12:52.314 INFO O| May 28 17:12:52.314 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-05-28T17:12:52.862Z[ recovery-image] May 28 17:12:52.324 INFO O| May 28 17:12:52.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55092026-05-28T17:12:52.862Z[ recovery-image] May 28 17:12:52.324 INFO O| May 28 17:12:52.324 INFO STEP 231 (remove_files) COMPLETE
55102026-05-28T17:12:52.862Z[ recovery-image] May 28 17:12:52.324 INFO O| May 28 17:12:52.324 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-05-28T17:12:52.871Z[ recovery-image] May 28 17:12:52.334 INFO O| May 28 17:12:52.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55122026-05-28T17:12:52.871Z[ recovery-image] May 28 17:12:52.334 INFO O| May 28 17:12:52.334 INFO STEP 232 (remove_files) COMPLETE
55132026-05-28T17:12:52.871Z[ recovery-image] May 28 17:12:52.334 INFO O| May 28 17:12:52.334 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-05-28T17:12:52.881Z[ recovery-image] May 28 17:12:52.345 INFO O| May 28 17:12:52.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55152026-05-28T17:12:52.881Z[ recovery-image] May 28 17:12:52.345 INFO O| May 28 17:12:52.345 INFO STEP 233 (remove_files) COMPLETE
55162026-05-28T17:12:52.881Z[ recovery-image] May 28 17:12:52.345 INFO O| May 28 17:12:52.345 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-05-28T17:12:52.891Z[ recovery-image] May 28 17:12:52.354 INFO O| May 28 17:12:52.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55182026-05-28T17:12:52.891Z[ recovery-image] May 28 17:12:52.354 INFO O| May 28 17:12:52.354 INFO STEP 234 (remove_files) COMPLETE
55192026-05-28T17:12:52.891Z[ recovery-image] May 28 17:12:52.354 INFO O| May 28 17:12:52.354 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-05-28T17:12:52.900Z[ recovery-image] May 28 17:12:52.364 INFO O| May 28 17:12:52.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55212026-05-28T17:12:52.900Z[ recovery-image] May 28 17:12:52.364 INFO O| May 28 17:12:52.364 INFO STEP 235 (remove_files) COMPLETE
55222026-05-28T17:12:52.900Z[ recovery-image] May 28 17:12:52.364 INFO O| May 28 17:12:52.364 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-05-28T17:12:52.909Z[ recovery-image] May 28 17:12:52.373 INFO O| May 28 17:12:52.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55242026-05-28T17:12:52.910Z[ recovery-image] May 28 17:12:52.373 INFO O| May 28 17:12:52.373 INFO STEP 236 (remove_files) COMPLETE
55252026-05-28T17:12:52.913Z[ recovery-image] May 28 17:12:52.373 INFO O| May 28 17:12:52.373 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-05-28T17:12:52.920Z[ recovery-image] May 28 17:12:52.383 INFO O| May 28 17:12:52.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55272026-05-28T17:12:52.920Z[ recovery-image] May 28 17:12:52.383 INFO O| May 28 17:12:52.383 INFO STEP 237 (remove_files) COMPLETE
55282026-05-28T17:12:52.920Z[ recovery-image] May 28 17:12:52.383 INFO O| May 28 17:12:52.383 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-05-28T17:12:52.929Z[ recovery-image] May 28 17:12:52.393 INFO O| May 28 17:12:52.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55302026-05-28T17:12:52.929Z[ recovery-image] May 28 17:12:52.393 INFO O| May 28 17:12:52.393 INFO STEP 238 (remove_files) COMPLETE
55312026-05-28T17:12:52.929Z[ recovery-image] May 28 17:12:52.393 INFO O| May 28 17:12:52.393 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-05-28T17:12:52.938Z[ recovery-image] May 28 17:12:52.401 INFO O| May 28 17:12:52.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55332026-05-28T17:12:52.938Z[ recovery-image] May 28 17:12:52.402 INFO O| May 28 17:12:52.401 INFO STEP 239 (remove_files) COMPLETE
55342026-05-28T17:12:52.938Z[ recovery-image] May 28 17:12:52.402 INFO O| May 28 17:12:52.402 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-05-28T17:12:52.947Z[ recovery-image] May 28 17:12:52.410 INFO O| May 28 17:12:52.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55362026-05-28T17:12:52.947Z[ recovery-image] May 28 17:12:52.410 INFO O| May 28 17:12:52.410 INFO STEP 240 (remove_files) COMPLETE
55372026-05-28T17:12:52.947Z[ recovery-image] May 28 17:12:52.410 INFO O| May 28 17:12:52.410 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-05-28T17:12:52.972Z[ recovery-image] May 28 17:12:52.420 INFO O| May 28 17:12:52.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55392026-05-28T17:12:52.972Z[ recovery-image] May 28 17:12:52.420 INFO O| May 28 17:12:52.420 INFO STEP 241 (remove_files) COMPLETE
55402026-05-28T17:12:52.972Z[ recovery-image] May 28 17:12:52.420 INFO O| May 28 17:12:52.420 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-05-28T17:12:52.972Z[ recovery-image] May 28 17:12:52.429 INFO O| May 28 17:12:52.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55422026-05-28T17:12:52.972Z[ recovery-image] May 28 17:12:52.429 INFO O| May 28 17:12:52.429 INFO STEP 242 (remove_files) COMPLETE
55432026-05-28T17:12:52.972Z[ recovery-image] May 28 17:12:52.429 INFO O| May 28 17:12:52.429 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-05-28T17:12:52.976Z[ recovery-image] May 28 17:12:52.439 INFO O| May 28 17:12:52.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55452026-05-28T17:12:52.976Z[ recovery-image] May 28 17:12:52.439 INFO O| May 28 17:12:52.439 INFO STEP 243 (remove_files) COMPLETE
55462026-05-28T17:12:52.979Z[ recovery-image] May 28 17:12:52.439 INFO O| May 28 17:12:52.439 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-05-28T17:12:52.985Z[ recovery-image] May 28 17:12:52.449 INFO O| May 28 17:12:52.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55482026-05-28T17:12:52.985Z[ recovery-image] May 28 17:12:52.449 INFO O| May 28 17:12:52.449 INFO STEP 244 (remove_files) COMPLETE
55492026-05-28T17:12:52.985Z[ recovery-image] May 28 17:12:52.449 INFO O| May 28 17:12:52.449 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-05-28T17:12:52.997Z[ recovery-image] May 28 17:12:52.457 INFO O| May 28 17:12:52.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55512026-05-28T17:12:52.997Z[ recovery-image] May 28 17:12:52.457 INFO O| May 28 17:12:52.457 INFO STEP 245 (remove_files) COMPLETE
55522026-05-28T17:12:52.997Z[ recovery-image] May 28 17:12:52.457 INFO O| May 28 17:12:52.457 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-05-28T17:12:53.003Z[ recovery-image] May 28 17:12:52.467 INFO O| May 28 17:12:52.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55542026-05-28T17:12:53.003Z[ recovery-image] May 28 17:12:52.467 INFO O| May 28 17:12:52.467 INFO STEP 246 (remove_files) COMPLETE
55552026-05-28T17:12:53.006Z[ recovery-image] May 28 17:12:52.467 INFO O| May 28 17:12:52.467 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-05-28T17:12:53.012Z[ recovery-image] May 28 17:12:52.475 INFO O| May 28 17:12:52.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55572026-05-28T17:12:53.012Z[ recovery-image] May 28 17:12:52.475 INFO O| May 28 17:12:52.475 INFO STEP 247 (remove_files) COMPLETE
55582026-05-28T17:12:53.015Z[ recovery-image] May 28 17:12:52.475 INFO O| May 28 17:12:52.475 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-05-28T17:12:53.020Z[ recovery-image] May 28 17:12:52.484 INFO O| May 28 17:12:52.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55602026-05-28T17:12:53.020Z[ recovery-image] May 28 17:12:52.484 INFO O| May 28 17:12:52.484 INFO STEP 248 (remove_files) COMPLETE
55612026-05-28T17:12:53.020Z[ recovery-image] May 28 17:12:52.484 INFO O| May 28 17:12:52.484 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-05-28T17:12:53.031Z[ recovery-image] May 28 17:12:52.494 INFO O| May 28 17:12:52.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55632026-05-28T17:12:53.031Z[ recovery-image] May 28 17:12:52.494 INFO O| May 28 17:12:52.494 INFO STEP 249 (remove_files) COMPLETE
55642026-05-28T17:12:53.034Z[ recovery-image] May 28 17:12:52.494 INFO O| May 28 17:12:52.494 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-05-28T17:12:53.039Z[ recovery-image] May 28 17:12:52.503 INFO O| May 28 17:12:52.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55662026-05-28T17:12:53.039Z[ recovery-image] May 28 17:12:52.503 INFO O| May 28 17:12:52.503 INFO STEP 250 (remove_files) COMPLETE
55672026-05-28T17:12:53.040Z[ recovery-image] May 28 17:12:52.503 INFO O| May 28 17:12:52.503 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-05-28T17:12:53.050Z[ recovery-image] May 28 17:12:52.513 INFO O| May 28 17:12:52.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55692026-05-28T17:12:53.050Z[ recovery-image] May 28 17:12:52.513 INFO O| May 28 17:12:52.513 INFO STEP 251 (remove_files) COMPLETE
55702026-05-28T17:12:53.050Z[ recovery-image] May 28 17:12:52.513 INFO O| May 28 17:12:52.513 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-05-28T17:12:53.061Z[ recovery-image] May 28 17:12:52.525 INFO O| May 28 17:12:52.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55722026-05-28T17:12:53.061Z[ recovery-image] May 28 17:12:52.525 INFO O| May 28 17:12:52.525 INFO STEP 252 (remove_files) COMPLETE
55732026-05-28T17:12:53.061Z[ recovery-image] May 28 17:12:52.525 INFO O| May 28 17:12:52.525 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-05-28T17:12:53.073Z[ recovery-image] May 28 17:12:52.536 INFO O| May 28 17:12:52.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55752026-05-28T17:12:53.073Z[ recovery-image] May 28 17:12:52.536 INFO O| May 28 17:12:52.536 INFO STEP 253 (remove_files) COMPLETE
55762026-05-28T17:12:53.073Z[ recovery-image] May 28 17:12:52.536 INFO O| May 28 17:12:52.536 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-05-28T17:12:53.083Z[ recovery-image] May 28 17:12:52.547 INFO O| May 28 17:12:52.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55782026-05-28T17:12:53.083Z[ recovery-image] May 28 17:12:52.547 INFO O| May 28 17:12:52.547 INFO STEP 254 (remove_files) COMPLETE
55792026-05-28T17:12:53.084Z[ recovery-image] May 28 17:12:52.547 INFO O| May 28 17:12:52.547 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-05-28T17:12:53.093Z[ recovery-image] May 28 17:12:52.557 INFO O| May 28 17:12:52.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55812026-05-28T17:12:53.093Z[ recovery-image] May 28 17:12:52.557 INFO O| May 28 17:12:52.557 INFO STEP 255 (remove_files) COMPLETE
55822026-05-28T17:12:53.093Z[ recovery-image] May 28 17:12:52.557 INFO O| May 28 17:12:52.557 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-05-28T17:12:53.103Z[ recovery-image] May 28 17:12:52.567 INFO O| May 28 17:12:52.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55842026-05-28T17:12:53.106Z[ recovery-image] May 28 17:12:52.568 INFO O| May 28 17:12:52.568 INFO STEP 256 (remove_files) COMPLETE
55852026-05-28T17:12:53.106Z[ recovery-image] May 28 17:12:52.568 INFO O| May 28 17:12:52.568 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-05-28T17:12:53.113Z[ recovery-image] May 28 17:12:52.576 INFO O| May 28 17:12:52.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55872026-05-28T17:12:53.116Z[ recovery-image] May 28 17:12:52.577 INFO O| May 28 17:12:52.577 INFO STEP 257 (remove_files) COMPLETE
55882026-05-28T17:12:53.116Z[ recovery-image] May 28 17:12:52.577 INFO O| May 28 17:12:52.577 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-05-28T17:12:53.123Z[ recovery-image] May 28 17:12:52.586 INFO O| May 28 17:12:52.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55902026-05-28T17:12:53.123Z[ recovery-image] May 28 17:12:52.586 INFO O| May 28 17:12:52.586 INFO STEP 258 (remove_files) COMPLETE
55912026-05-28T17:12:53.126Z[ recovery-image] May 28 17:12:52.586 INFO O| May 28 17:12:52.586 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-05-28T17:12:53.132Z[ recovery-image] May 28 17:12:52.595 INFO O| May 28 17:12:52.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55932026-05-28T17:12:53.132Z[ recovery-image] May 28 17:12:52.595 INFO O| May 28 17:12:52.595 INFO STEP 259 (remove_files) COMPLETE
55942026-05-28T17:12:53.135Z[ recovery-image] May 28 17:12:52.595 INFO O| May 28 17:12:52.595 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-05-28T17:12:53.142Z[ recovery-image] May 28 17:12:52.604 INFO O| May 28 17:12:52.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55962026-05-28T17:12:53.142Z[ recovery-image] May 28 17:12:52.604 INFO O| May 28 17:12:52.604 INFO STEP 260 (remove_files) COMPLETE
55972026-05-28T17:12:53.142Z[ recovery-image] May 28 17:12:52.604 INFO O| May 28 17:12:52.604 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-05-28T17:12:53.150Z[ recovery-image] May 28 17:12:52.613 INFO O| May 28 17:12:52.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55992026-05-28T17:12:53.150Z[ recovery-image] May 28 17:12:52.613 INFO O| May 28 17:12:52.613 INFO STEP 261 (remove_files) COMPLETE
56002026-05-28T17:12:53.150Z[ recovery-image] May 28 17:12:52.613 INFO O| May 28 17:12:52.613 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-05-28T17:12:53.160Z[ recovery-image] May 28 17:12:52.624 INFO O| May 28 17:12:52.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56022026-05-28T17:12:53.160Z[ recovery-image] May 28 17:12:52.624 INFO O| May 28 17:12:52.624 INFO STEP 262 (remove_files) COMPLETE
56032026-05-28T17:12:53.160Z[ recovery-image] May 28 17:12:52.624 INFO O| May 28 17:12:52.624 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-05-28T17:12:53.170Z[ recovery-image] May 28 17:12:52.634 INFO O| May 28 17:12:52.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56052026-05-28T17:12:53.170Z[ recovery-image] May 28 17:12:52.634 INFO O| May 28 17:12:52.634 INFO STEP 263 (remove_files) COMPLETE
56062026-05-28T17:12:53.171Z[ recovery-image] May 28 17:12:52.634 INFO O| May 28 17:12:52.634 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-05-28T17:12:53.180Z[ recovery-image] May 28 17:12:52.644 INFO O| May 28 17:12:52.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56082026-05-28T17:12:53.180Z[ recovery-image] May 28 17:12:52.644 INFO O| May 28 17:12:52.644 INFO STEP 264 (remove_files) COMPLETE
56092026-05-28T17:12:53.184Z[ recovery-image] May 28 17:12:52.644 INFO O| May 28 17:12:52.644 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-05-28T17:12:53.192Z[ recovery-image] May 28 17:12:52.654 INFO O| May 28 17:12:52.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56112026-05-28T17:12:53.192Z[ recovery-image] May 28 17:12:52.654 INFO O| May 28 17:12:52.654 INFO STEP 265 (remove_files) COMPLETE
56122026-05-28T17:12:53.192Z[ recovery-image] May 28 17:12:52.654 INFO O| May 28 17:12:52.654 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-05-28T17:12:53.202Z[ recovery-image] May 28 17:12:52.666 INFO O| May 28 17:12:52.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56142026-05-28T17:12:53.202Z[ recovery-image] May 28 17:12:52.666 INFO O| May 28 17:12:52.666 INFO STEP 266 (remove_files) COMPLETE
56152026-05-28T17:12:53.202Z[ recovery-image] May 28 17:12:52.666 INFO O| May 28 17:12:52.666 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-05-28T17:12:53.212Z[ recovery-image] May 28 17:12:52.676 INFO O| May 28 17:12:52.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56172026-05-28T17:12:53.212Z[ recovery-image] May 28 17:12:52.676 INFO O| May 28 17:12:52.676 INFO STEP 267 (remove_files) COMPLETE
56182026-05-28T17:12:53.212Z[ recovery-image] May 28 17:12:52.676 INFO O| May 28 17:12:52.676 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-05-28T17:12:53.222Z[ recovery-image] May 28 17:12:52.685 INFO O| May 28 17:12:52.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56202026-05-28T17:12:53.222Z[ recovery-image] May 28 17:12:52.685 INFO O| May 28 17:12:52.685 INFO STEP 268 (remove_files) COMPLETE
56212026-05-28T17:12:53.222Z[ recovery-image] May 28 17:12:52.685 INFO O| May 28 17:12:52.685 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-05-28T17:12:53.235Z[ recovery-image] May 28 17:12:52.698 INFO O| May 28 17:12:52.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56232026-05-28T17:12:53.235Z[ recovery-image] May 28 17:12:52.698 INFO O| May 28 17:12:52.698 INFO STEP 269 (remove_files) COMPLETE
56242026-05-28T17:12:53.235Z[ recovery-image] May 28 17:12:52.698 INFO O| May 28 17:12:52.698 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-05-28T17:12:53.244Z[ recovery-image] May 28 17:12:52.707 INFO O| May 28 17:12:52.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56262026-05-28T17:12:53.244Z[ recovery-image] May 28 17:12:52.707 INFO O| May 28 17:12:52.707 INFO STEP 270 (remove_files) COMPLETE
56272026-05-28T17:12:53.247Z[ recovery-image] May 28 17:12:52.707 INFO O| May 28 17:12:52.707 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-05-28T17:12:53.253Z[ recovery-image] May 28 17:12:52.716 INFO O| May 28 17:12:52.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56292026-05-28T17:12:53.253Z[ recovery-image] May 28 17:12:52.716 INFO O| May 28 17:12:52.716 INFO STEP 271 (remove_files) COMPLETE
56302026-05-28T17:12:53.253Z[ recovery-image] May 28 17:12:52.716 INFO O| May 28 17:12:52.716 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-05-28T17:12:53.262Z[ recovery-image] May 28 17:12:52.725 INFO O| May 28 17:12:52.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56322026-05-28T17:12:53.262Z[ recovery-image] May 28 17:12:52.725 INFO O| May 28 17:12:52.725 INFO STEP 272 (remove_files) COMPLETE
56332026-05-28T17:12:53.262Z[ recovery-image] May 28 17:12:52.725 INFO O| May 28 17:12:52.725 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-05-28T17:12:53.270Z[ recovery-image] May 28 17:12:52.733 INFO O| May 28 17:12:52.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56352026-05-28T17:12:53.270Z[ recovery-image] May 28 17:12:52.734 INFO O| May 28 17:12:52.733 INFO STEP 273 (remove_files) COMPLETE
56362026-05-28T17:12:53.270Z[ recovery-image] May 28 17:12:52.734 INFO O| May 28 17:12:52.733 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-05-28T17:12:53.278Z[ recovery-image] May 28 17:12:52.742 INFO O| May 28 17:12:52.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56382026-05-28T17:12:53.278Z[ recovery-image] May 28 17:12:52.742 INFO O| May 28 17:12:52.742 INFO STEP 274 (remove_files) COMPLETE
56392026-05-28T17:12:53.278Z[ recovery-image] May 28 17:12:52.742 INFO O| May 28 17:12:52.742 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-05-28T17:12:53.287Z[ recovery-image] May 28 17:12:52.750 INFO O| May 28 17:12:52.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56412026-05-28T17:12:53.287Z[ recovery-image] May 28 17:12:52.750 INFO O| May 28 17:12:52.750 INFO STEP 275 (remove_files) COMPLETE
56422026-05-28T17:12:53.287Z[ recovery-image] May 28 17:12:52.750 INFO O| May 28 17:12:52.750 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-05-28T17:12:53.295Z[ recovery-image] May 28 17:12:52.758 INFO O| May 28 17:12:52.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56442026-05-28T17:12:53.295Z[ recovery-image] May 28 17:12:52.759 INFO O| May 28 17:12:52.759 INFO STEP 276 (remove_files) COMPLETE
56452026-05-28T17:12:53.295Z[ recovery-image] May 28 17:12:52.759 INFO O| May 28 17:12:52.759 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-05-28T17:12:53.303Z[ recovery-image] May 28 17:12:52.767 INFO O| May 28 17:12:52.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56472026-05-28T17:12:53.303Z[ recovery-image] May 28 17:12:52.767 INFO O| May 28 17:12:52.767 INFO STEP 277 (remove_files) COMPLETE
56482026-05-28T17:12:53.306Z[ recovery-image] May 28 17:12:52.767 INFO O| May 28 17:12:52.767 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-05-28T17:12:53.311Z[ recovery-image] May 28 17:12:52.775 INFO O| May 28 17:12:52.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56502026-05-28T17:12:53.311Z[ recovery-image] May 28 17:12:52.775 INFO O| May 28 17:12:52.775 INFO STEP 278 (remove_files) COMPLETE
56512026-05-28T17:12:53.314Z[ recovery-image] May 28 17:12:52.775 INFO O| May 28 17:12:52.775 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-05-28T17:12:53.319Z[ recovery-image] May 28 17:12:52.783 INFO O| May 28 17:12:52.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56532026-05-28T17:12:53.319Z[ recovery-image] May 28 17:12:52.783 INFO O| May 28 17:12:52.783 INFO STEP 279 (remove_files) COMPLETE
56542026-05-28T17:12:53.320Z[ recovery-image] May 28 17:12:52.783 INFO O| May 28 17:12:52.783 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-05-28T17:12:53.328Z[ recovery-image] May 28 17:12:52.791 INFO O| May 28 17:12:52.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56562026-05-28T17:12:53.328Z[ recovery-image] May 28 17:12:52.791 INFO O| May 28 17:12:52.791 INFO STEP 280 (remove_files) COMPLETE
56572026-05-28T17:12:53.328Z[ recovery-image] May 28 17:12:52.791 INFO O| May 28 17:12:52.791 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-05-28T17:12:53.338Z[ recovery-image] May 28 17:12:52.801 INFO O| May 28 17:12:52.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56592026-05-28T17:12:53.338Z[ recovery-image] May 28 17:12:52.801 INFO O| May 28 17:12:52.801 INFO STEP 281 (remove_files) COMPLETE
56602026-05-28T17:12:53.338Z[ recovery-image] May 28 17:12:52.801 INFO O| May 28 17:12:52.801 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-05-28T17:12:53.350Z[ recovery-image] May 28 17:12:52.812 INFO O| May 28 17:12:52.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56622026-05-28T17:12:53.350Z[ recovery-image] May 28 17:12:52.812 INFO O| May 28 17:12:52.812 INFO STEP 282 (remove_files) COMPLETE
56632026-05-28T17:12:53.353Z[ recovery-image] May 28 17:12:52.812 INFO O| May 28 17:12:52.812 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-05-28T17:12:53.358Z[ recovery-image] May 28 17:12:52.822 INFO O| May 28 17:12:52.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56652026-05-28T17:12:53.358Z[ recovery-image] May 28 17:12:52.822 INFO O| May 28 17:12:52.822 INFO STEP 283 (remove_files) COMPLETE
56662026-05-28T17:12:53.358Z[ recovery-image] May 28 17:12:52.822 INFO O| May 28 17:12:52.822 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-05-28T17:12:53.367Z[ recovery-image] May 28 17:12:52.831 INFO O| May 28 17:12:52.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56682026-05-28T17:12:53.367Z[ recovery-image] May 28 17:12:52.831 INFO O| May 28 17:12:52.831 INFO STEP 284 (remove_files) COMPLETE
56692026-05-28T17:12:53.367Z[ recovery-image] May 28 17:12:52.831 INFO O| May 28 17:12:52.831 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-05-28T17:12:53.376Z[ recovery-image] May 28 17:12:52.839 INFO O| May 28 17:12:52.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56712026-05-28T17:12:53.376Z[ recovery-image] May 28 17:12:52.839 INFO O| May 28 17:12:52.839 INFO STEP 285 (remove_files) COMPLETE
56722026-05-28T17:12:53.379Z[ recovery-image] May 28 17:12:52.839 INFO O| May 28 17:12:52.839 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-05-28T17:12:53.403Z[ recovery-image] May 28 17:12:52.867 INFO O| May 28 17:12:52.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56742026-05-28T17:12:53.407Z[ recovery-image] May 28 17:12:52.870 INFO O| May 28 17:12:52.870 INFO STEP 286 (remove_files) COMPLETE
56752026-05-28T17:12:53.407Z[ recovery-image] May 28 17:12:52.870 INFO O| May 28 17:12:52.870 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-05-28T17:12:53.416Z[ recovery-image] May 28 17:12:52.879 INFO O| May 28 17:12:52.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56772026-05-28T17:12:53.416Z[ recovery-image] May 28 17:12:52.879 INFO O| May 28 17:12:52.879 INFO STEP 287 (remove_files) COMPLETE
56782026-05-28T17:12:53.416Z[ recovery-image] May 28 17:12:52.879 INFO O| May 28 17:12:52.879 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-05-28T17:12:53.424Z[ recovery-image] May 28 17:12:52.888 INFO O| May 28 17:12:52.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56802026-05-28T17:12:53.424Z[ recovery-image] May 28 17:12:52.888 INFO O| May 28 17:12:52.888 INFO STEP 288 (remove_files) COMPLETE
56812026-05-28T17:12:53.424Z[ recovery-image] May 28 17:12:52.888 INFO O| May 28 17:12:52.888 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-05-28T17:12:53.433Z[ recovery-image] May 28 17:12:52.896 INFO O| May 28 17:12:52.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56832026-05-28T17:12:53.433Z[ recovery-image] May 28 17:12:52.896 INFO O| May 28 17:12:52.896 INFO STEP 289 (remove_files) COMPLETE
56842026-05-28T17:12:53.433Z[ recovery-image] May 28 17:12:52.896 INFO O| May 28 17:12:52.896 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-05-28T17:12:53.443Z[ recovery-image] May 28 17:12:52.904 INFO O| May 28 17:12:52.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56862026-05-28T17:12:53.443Z[ recovery-image] May 28 17:12:52.904 INFO O| May 28 17:12:52.904 INFO STEP 290 (remove_files) COMPLETE
56872026-05-28T17:12:53.443Z[ recovery-image] May 28 17:12:52.904 INFO O| May 28 17:12:52.904 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-05-28T17:12:53.449Z[ recovery-image] May 28 17:12:52.912 INFO O| May 28 17:12:52.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56892026-05-28T17:12:53.449Z[ recovery-image] May 28 17:12:52.912 INFO O| May 28 17:12:52.912 INFO STEP 291 (remove_files) COMPLETE
56902026-05-28T17:12:53.452Z[ recovery-image] May 28 17:12:52.912 INFO O| May 28 17:12:52.912 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-05-28T17:12:53.493Z[ recovery-image] May 28 17:12:52.957 INFO O| May 28 17:12:52.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56922026-05-28T17:12:53.493Z[ recovery-image] May 28 17:12:52.957 INFO O| May 28 17:12:52.957 INFO STEP 292 (remove_files) COMPLETE
56932026-05-28T17:12:53.494Z[ recovery-image] May 28 17:12:52.957 INFO O| May 28 17:12:52.957 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-05-28T17:12:53.503Z[ recovery-image] May 28 17:12:52.966 INFO O| May 28 17:12:52.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56952026-05-28T17:12:53.503Z[ recovery-image] May 28 17:12:52.966 INFO O| May 28 17:12:52.966 INFO STEP 293 (remove_files) COMPLETE
56962026-05-28T17:12:53.503Z[ recovery-image] May 28 17:12:52.966 INFO O| May 28 17:12:52.966 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-05-28T17:12:53.514Z[ recovery-image] May 28 17:12:52.977 INFO O| May 28 17:12:52.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56982026-05-28T17:12:53.514Z[ recovery-image] May 28 17:12:52.977 INFO O| May 28 17:12:52.977 INFO STEP 294 (remove_files) COMPLETE
56992026-05-28T17:12:53.517Z[ recovery-image] May 28 17:12:52.978 INFO O| May 28 17:12:52.978 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-05-28T17:12:53.524Z[ host-image] May 28 17:12:52.988 INFO O| May 28 17:12:52.988 INFO O| Finalize: Creating fast lookup database ... Done
57012026-05-28T17:12:53.551Z[ recovery-image] May 28 17:12:53.014 INFO O| May 28 17:12:53.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57022026-05-28T17:12:53.551Z[ recovery-image] May 28 17:12:53.014 INFO O| May 28 17:12:53.014 INFO STEP 295 (remove_files) COMPLETE
57032026-05-28T17:12:53.555Z[ recovery-image] May 28 17:12:53.015 INFO O| May 28 17:12:53.014 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-05-28T17:12:53.555Z[ host-image] May 28 17:12:53.018 INFO O| May 28 17:12:53.018 INFO O| Finalize: Reading search index ... Done
57052026-05-28T17:12:53.555Z[ host-image] May 28 17:12:53.018 INFO O| May 28 17:12:53.018 INFO O| Finalize: Updating search index ... Done
57062026-05-28T17:12:53.588Z[ recovery-image] May 28 17:12:53.050 INFO O| May 28 17:12:53.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57072026-05-28T17:12:53.588Z[ recovery-image] May 28 17:12:53.050 INFO O| May 28 17:12:53.050 INFO STEP 296 (remove_files) COMPLETE
57082026-05-28T17:12:53.588Z[ recovery-image] May 28 17:12:53.050 INFO O| May 28 17:12:53.050 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-05-28T17:12:53.592Z[ host-image] May 28 17:12:53.052 INFO O| May 28 17:12:53.052 INFO O| Finalize: Updating package cache ... Done
57102026-05-28T17:12:53.601Z[ recovery-image] May 28 17:12:53.064 INFO O| May 28 17:12:53.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57112026-05-28T17:12:53.601Z[ recovery-image] May 28 17:12:53.065 INFO O| May 28 17:12:53.065 INFO STEP 297 (remove_files) COMPLETE
57122026-05-28T17:12:53.605Z[ recovery-image] May 28 17:12:53.065 INFO O| May 28 17:12:53.065 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-05-28T17:12:53.613Z[ recovery-image] May 28 17:12:53.075 INFO O| May 28 17:12:53.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57142026-05-28T17:12:53.613Z[ recovery-image] May 28 17:12:53.075 INFO O| May 28 17:12:53.075 INFO STEP 298 (remove_files) COMPLETE
57152026-05-28T17:12:53.613Z[ recovery-image] May 28 17:12:53.075 INFO O| May 28 17:12:53.075 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-05-28T17:12:53.622Z[ recovery-image] May 28 17:12:53.085 INFO O| May 28 17:12:53.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57172026-05-28T17:12:53.622Z[ recovery-image] May 28 17:12:53.085 INFO O| May 28 17:12:53.085 INFO STEP 299 (remove_files) COMPLETE
57182026-05-28T17:12:53.622Z[ recovery-image] May 28 17:12:53.085 INFO O| May 28 17:12:53.085 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-05-28T17:12:53.633Z[ recovery-image] May 28 17:12:53.096 INFO O| May 28 17:12:53.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57202026-05-28T17:12:53.633Z[ recovery-image] May 28 17:12:53.096 INFO O| May 28 17:12:53.096 INFO STEP 300 (remove_files) COMPLETE
57212026-05-28T17:12:53.636Z[ recovery-image] May 28 17:12:53.096 INFO O| May 28 17:12:53.096 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-05-28T17:12:53.643Z[ recovery-image] May 28 17:12:53.106 INFO O| May 28 17:12:53.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57232026-05-28T17:12:53.643Z[ recovery-image] May 28 17:12:53.106 INFO O| May 28 17:12:53.106 INFO STEP 301 (remove_files) COMPLETE
57242026-05-28T17:12:53.643Z[ recovery-image] May 28 17:12:53.106 INFO O| May 28 17:12:53.106 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-05-28T17:12:53.654Z[ recovery-image] May 28 17:12:53.118 INFO O| May 28 17:12:53.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57262026-05-28T17:12:53.657Z[ recovery-image] May 28 17:12:53.118 INFO O| May 28 17:12:53.118 INFO STEP 302 (remove_files) COMPLETE
57272026-05-28T17:12:53.657Z[ recovery-image] May 28 17:12:53.118 INFO O| May 28 17:12:53.118 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-05-28T17:12:53.666Z[ recovery-image] May 28 17:12:53.129 INFO O| May 28 17:12:53.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57292026-05-28T17:12:53.666Z[ recovery-image] May 28 17:12:53.129 INFO O| May 28 17:12:53.129 INFO STEP 303 (remove_files) COMPLETE
57302026-05-28T17:12:53.666Z[ recovery-image] May 28 17:12:53.129 INFO O| May 28 17:12:53.129 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-05-28T17:12:53.676Z[ recovery-image] May 28 17:12:53.140 INFO O| May 28 17:12:53.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57322026-05-28T17:12:53.676Z[ recovery-image] May 28 17:12:53.140 INFO O| May 28 17:12:53.140 INFO STEP 304 (remove_files) COMPLETE
57332026-05-28T17:12:53.681Z[ recovery-image] May 28 17:12:53.140 INFO O| May 28 17:12:53.140 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-05-28T17:12:53.686Z[ recovery-image] May 28 17:12:53.150 INFO O| May 28 17:12:53.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57352026-05-28T17:12:53.686Z[ recovery-image] May 28 17:12:53.150 INFO O| May 28 17:12:53.150 INFO STEP 305 (remove_files) COMPLETE
57362026-05-28T17:12:53.686Z[ recovery-image] May 28 17:12:53.150 INFO O| May 28 17:12:53.150 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-05-28T17:12:53.696Z[ recovery-image] May 28 17:12:53.159 INFO O| May 28 17:12:53.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57382026-05-28T17:12:53.696Z[ recovery-image] May 28 17:12:53.159 INFO O| May 28 17:12:53.159 INFO STEP 306 (remove_files) COMPLETE
57392026-05-28T17:12:53.696Z[ recovery-image] May 28 17:12:53.159 INFO O| May 28 17:12:53.159 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-05-28T17:12:53.707Z[ recovery-image] May 28 17:12:53.170 INFO O| May 28 17:12:53.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57412026-05-28T17:12:53.707Z[ recovery-image] May 28 17:12:53.170 INFO O| May 28 17:12:53.170 INFO STEP 307 (remove_files) COMPLETE
57422026-05-28T17:12:53.710Z[ recovery-image] May 28 17:12:53.170 INFO O| May 28 17:12:53.170 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-05-28T17:12:53.718Z[ recovery-image] May 28 17:12:53.181 INFO O| May 28 17:12:53.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57442026-05-28T17:12:53.718Z[ recovery-image] May 28 17:12:53.182 INFO O| May 28 17:12:53.181 INFO STEP 308 (remove_files) COMPLETE
57452026-05-28T17:12:53.718Z[ recovery-image] May 28 17:12:53.182 INFO O| May 28 17:12:53.182 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-05-28T17:12:53.740Z[ host-image] May 28 17:12:53.187 INFO O| May 28 17:12:53.187 INFO STEP 13 (pkg_install) COMPLETE
57472026-05-28T17:12:53.740Z[ host-image] May 28 17:12:53.187 INFO O| May 28 17:12:53.187 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
57482026-05-28T17:12:53.740Z[ recovery-image] May 28 17:12:53.192 INFO O| May 28 17:12:53.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57492026-05-28T17:12:53.740Z[ recovery-image] May 28 17:12:53.192 INFO O| May 28 17:12:53.192 INFO STEP 309 (remove_files) COMPLETE
57502026-05-28T17:12:53.740Z[ recovery-image] May 28 17:12:53.192 INFO O| May 28 17:12:53.192 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-05-28T17:12:53.740Z[ host-image] May 28 17:12:53.197 INFO O| May 28 17:12:53.197 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
57522026-05-28T17:12:53.744Z[ recovery-image] May 28 17:12:53.204 INFO O| May 28 17:12:53.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57532026-05-28T17:12:53.744Z[ recovery-image] May 28 17:12:53.204 INFO O| May 28 17:12:53.204 INFO STEP 310 (remove_files) COMPLETE
57542026-05-28T17:12:53.744Z[ recovery-image] May 28 17:12:53.204 INFO O| May 28 17:12:53.204 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-05-28T17:12:53.749Z[ recovery-image] May 28 17:12:53.213 INFO O| May 28 17:12:53.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57562026-05-28T17:12:53.749Z[ recovery-image] May 28 17:12:53.213 INFO O| May 28 17:12:53.213 INFO STEP 311 (remove_files) COMPLETE
57572026-05-28T17:12:53.749Z[ recovery-image] May 28 17:12:53.213 INFO O| May 28 17:12:53.213 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-05-28T17:12:53.757Z[ recovery-image] May 28 17:12:53.221 INFO O| May 28 17:12:53.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57592026-05-28T17:12:53.757Z[ recovery-image] May 28 17:12:53.221 INFO O| May 28 17:12:53.221 INFO STEP 312 (remove_files) COMPLETE
57602026-05-28T17:12:53.761Z[ recovery-image] May 28 17:12:53.221 INFO O| May 28 17:12:53.221 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-05-28T17:12:53.766Z[ recovery-image] May 28 17:12:53.230 INFO O| May 28 17:12:53.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57622026-05-28T17:12:53.766Z[ recovery-image] May 28 17:12:53.230 INFO O| May 28 17:12:53.230 INFO STEP 313 (remove_files) COMPLETE
57632026-05-28T17:12:53.770Z[ recovery-image] May 28 17:12:53.230 INFO O| May 28 17:12:53.230 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-05-28T17:12:53.776Z[ recovery-image] May 28 17:12:53.239 INFO O| May 28 17:12:53.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57652026-05-28T17:12:53.776Z[ recovery-image] May 28 17:12:53.239 INFO O| May 28 17:12:53.239 INFO STEP 314 (remove_files) COMPLETE
57662026-05-28T17:12:53.780Z[ recovery-image] May 28 17:12:53.239 INFO O| May 28 17:12:53.239 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-05-28T17:12:53.784Z[ recovery-image] May 28 17:12:53.248 INFO O| May 28 17:12:53.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57682026-05-28T17:12:53.784Z[ recovery-image] May 28 17:12:53.248 INFO O| May 28 17:12:53.248 INFO STEP 315 (remove_files) COMPLETE
57692026-05-28T17:12:53.784Z[ recovery-image] May 28 17:12:53.248 INFO O| May 28 17:12:53.248 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-05-28T17:12:53.793Z[ recovery-image] May 28 17:12:53.256 INFO O| May 28 17:12:53.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57712026-05-28T17:12:53.793Z[ recovery-image] May 28 17:12:53.256 INFO O| May 28 17:12:53.256 INFO STEP 316 (remove_files) COMPLETE
57722026-05-28T17:12:53.793Z[ recovery-image] May 28 17:12:53.256 INFO O| May 28 17:12:53.256 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-05-28T17:12:53.802Z[ recovery-image] May 28 17:12:53.265 INFO O| May 28 17:12:53.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57742026-05-28T17:12:53.802Z[ recovery-image] May 28 17:12:53.265 INFO O| May 28 17:12:53.265 INFO STEP 317 (remove_files) COMPLETE
57752026-05-28T17:12:53.805Z[ recovery-image] May 28 17:12:53.265 INFO O| May 28 17:12:53.265 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-05-28T17:12:53.811Z[ recovery-image] May 28 17:12:53.275 INFO O| May 28 17:12:53.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57772026-05-28T17:12:53.815Z[ recovery-image] May 28 17:12:53.276 INFO O| May 28 17:12:53.276 INFO STEP 318 (remove_files) COMPLETE
57782026-05-28T17:12:53.815Z[ recovery-image] May 28 17:12:53.276 INFO O| May 28 17:12:53.276 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-05-28T17:12:53.821Z[ recovery-image] May 28 17:12:53.284 INFO O| May 28 17:12:53.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57802026-05-28T17:12:53.821Z[ recovery-image] May 28 17:12:53.284 INFO O| May 28 17:12:53.284 INFO STEP 319 (remove_files) COMPLETE
57812026-05-28T17:12:53.824Z[ recovery-image] May 28 17:12:53.284 INFO O| May 28 17:12:53.284 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-05-28T17:12:53.830Z[ recovery-image] May 28 17:12:53.293 INFO O| May 28 17:12:53.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57832026-05-28T17:12:53.833Z[ recovery-image] May 28 17:12:53.294 INFO O| May 28 17:12:53.294 INFO STEP 320 (remove_files) COMPLETE
57842026-05-28T17:12:53.833Z[ recovery-image] May 28 17:12:53.294 INFO O| May 28 17:12:53.294 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-05-28T17:12:53.843Z[ recovery-image] May 28 17:12:53.303 INFO O| May 28 17:12:53.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57862026-05-28T17:12:53.843Z[ recovery-image] May 28 17:12:53.303 INFO O| May 28 17:12:53.303 INFO STEP 321 (remove_files) COMPLETE
57872026-05-28T17:12:53.843Z[ recovery-image] May 28 17:12:53.303 INFO O| May 28 17:12:53.303 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-05-28T17:12:53.848Z[ recovery-image] May 28 17:12:53.311 INFO O| May 28 17:12:53.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57892026-05-28T17:12:53.848Z[ recovery-image] May 28 17:12:53.311 INFO O| May 28 17:12:53.311 INFO STEP 322 (remove_files) COMPLETE
57902026-05-28T17:12:53.848Z[ recovery-image] May 28 17:12:53.311 INFO O| May 28 17:12:53.311 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-05-28T17:12:53.856Z[ recovery-image] May 28 17:12:53.319 INFO O| May 28 17:12:53.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57922026-05-28T17:12:53.860Z[ recovery-image] May 28 17:12:53.319 INFO O| May 28 17:12:53.319 INFO STEP 323 (remove_files) COMPLETE
57932026-05-28T17:12:53.860Z[ recovery-image] May 28 17:12:53.319 INFO O| May 28 17:12:53.319 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-05-28T17:12:53.864Z[ recovery-image] May 28 17:12:53.327 INFO O| May 28 17:12:53.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57952026-05-28T17:12:53.864Z[ recovery-image] May 28 17:12:53.327 INFO O| May 28 17:12:53.327 INFO STEP 324 (remove_files) COMPLETE
57962026-05-28T17:12:53.864Z[ recovery-image] May 28 17:12:53.327 INFO O| May 28 17:12:53.327 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-05-28T17:12:53.872Z[ recovery-image] May 28 17:12:53.335 INFO O| May 28 17:12:53.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57982026-05-28T17:12:53.872Z[ recovery-image] May 28 17:12:53.336 INFO O| May 28 17:12:53.336 INFO STEP 325 (remove_files) COMPLETE
57992026-05-28T17:12:53.878Z[ recovery-image] May 28 17:12:53.336 INFO O| May 28 17:12:53.336 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-05-28T17:12:53.893Z[ recovery-image] May 28 17:12:53.343 INFO O| May 28 17:12:53.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58012026-05-28T17:12:53.893Z[ recovery-image] May 28 17:12:53.343 INFO O| May 28 17:12:53.343 INFO STEP 326 (remove_files) COMPLETE
58022026-05-28T17:12:53.897Z[ recovery-image] May 28 17:12:53.343 INFO O| May 28 17:12:53.343 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-05-28T17:12:53.897Z[ recovery-image] May 28 17:12:53.351 INFO O| May 28 17:12:53.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58042026-05-28T17:12:53.897Z[ recovery-image] May 28 17:12:53.351 INFO O| May 28 17:12:53.351 INFO STEP 327 (remove_files) COMPLETE
58052026-05-28T17:12:53.897Z[ recovery-image] May 28 17:12:53.351 INFO O| May 28 17:12:53.351 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-05-28T17:12:53.897Z[ recovery-image] May 28 17:12:53.360 INFO O| May 28 17:12:53.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58072026-05-28T17:12:53.897Z[ recovery-image] May 28 17:12:53.360 INFO O| May 28 17:12:53.360 INFO STEP 328 (remove_files) COMPLETE
58082026-05-28T17:12:53.897Z[ recovery-image] May 28 17:12:53.360 INFO O| May 28 17:12:53.360 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-05-28T17:12:53.906Z[ recovery-image] May 28 17:12:53.369 INFO O| May 28 17:12:53.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58102026-05-28T17:12:53.906Z[ recovery-image] May 28 17:12:53.369 INFO O| May 28 17:12:53.369 INFO STEP 329 (remove_files) COMPLETE
58112026-05-28T17:12:53.906Z[ recovery-image] May 28 17:12:53.369 INFO O| May 28 17:12:53.369 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-05-28T17:12:53.915Z[ recovery-image] May 28 17:12:53.378 INFO O| May 28 17:12:53.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58132026-05-28T17:12:53.915Z[ recovery-image] May 28 17:12:53.378 INFO O| May 28 17:12:53.378 INFO STEP 330 (remove_files) COMPLETE
58142026-05-28T17:12:53.915Z[ recovery-image] May 28 17:12:53.378 INFO O| May 28 17:12:53.378 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-05-28T17:12:53.924Z[ recovery-image] May 28 17:12:53.388 INFO O| May 28 17:12:53.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58162026-05-28T17:12:53.924Z[ recovery-image] May 28 17:12:53.388 INFO O| May 28 17:12:53.388 INFO STEP 331 (remove_files) COMPLETE
58172026-05-28T17:12:53.927Z[ recovery-image] May 28 17:12:53.388 INFO O| May 28 17:12:53.388 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-05-28T17:12:53.933Z[ recovery-image] May 28 17:12:53.397 INFO O| May 28 17:12:53.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58192026-05-28T17:12:53.934Z[ recovery-image] May 28 17:12:53.397 INFO O| May 28 17:12:53.397 INFO STEP 332 (remove_files) COMPLETE
58202026-05-28T17:12:53.934Z[ recovery-image] May 28 17:12:53.397 INFO O| May 28 17:12:53.397 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-05-28T17:12:53.943Z[ recovery-image] May 28 17:12:53.406 INFO O| May 28 17:12:53.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58222026-05-28T17:12:53.943Z[ recovery-image] May 28 17:12:53.406 INFO O| May 28 17:12:53.406 INFO STEP 333 (remove_files) COMPLETE
58232026-05-28T17:12:53.943Z[ recovery-image] May 28 17:12:53.406 INFO O| May 28 17:12:53.406 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-05-28T17:12:53.952Z[ recovery-image] May 28 17:12:53.415 INFO O| May 28 17:12:53.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58252026-05-28T17:12:53.952Z[ recovery-image] May 28 17:12:53.415 INFO O| May 28 17:12:53.415 INFO STEP 334 (remove_files) COMPLETE
58262026-05-28T17:12:53.952Z[ recovery-image] May 28 17:12:53.415 INFO O| May 28 17:12:53.415 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-05-28T17:12:53.961Z[ recovery-image] May 28 17:12:53.424 INFO O| May 28 17:12:53.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58282026-05-28T17:12:53.964Z[ recovery-image] May 28 17:12:53.425 INFO O| May 28 17:12:53.425 INFO STEP 335 (remove_files) COMPLETE
58292026-05-28T17:12:53.964Z[ recovery-image] May 28 17:12:53.425 INFO O| May 28 17:12:53.425 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-05-28T17:12:53.970Z[ recovery-image] May 28 17:12:53.434 INFO O| May 28 17:12:53.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58312026-05-28T17:12:53.970Z[ recovery-image] May 28 17:12:53.434 INFO O| May 28 17:12:53.434 INFO STEP 336 (remove_files) COMPLETE
58322026-05-28T17:12:53.970Z[ recovery-image] May 28 17:12:53.434 INFO O| May 28 17:12:53.434 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-05-28T17:12:53.980Z[ recovery-image] May 28 17:12:53.443 INFO O| May 28 17:12:53.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58342026-05-28T17:12:53.980Z[ recovery-image] May 28 17:12:53.443 INFO O| May 28 17:12:53.443 INFO STEP 337 (remove_files) COMPLETE
58352026-05-28T17:12:53.980Z[ recovery-image] May 28 17:12:53.443 INFO O| May 28 17:12:53.443 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-05-28T17:12:53.989Z[ recovery-image] May 28 17:12:53.452 INFO O| May 28 17:12:53.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58372026-05-28T17:12:53.989Z[ recovery-image] May 28 17:12:53.452 INFO O| May 28 17:12:53.452 INFO STEP 338 (remove_files) COMPLETE
58382026-05-28T17:12:53.992Z[ recovery-image] May 28 17:12:53.452 INFO O| May 28 17:12:53.452 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-05-28T17:12:53.998Z[ recovery-image] May 28 17:12:53.462 INFO O| May 28 17:12:53.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58402026-05-28T17:12:53.998Z[ recovery-image] May 28 17:12:53.462 INFO O| May 28 17:12:53.462 INFO STEP 339 (remove_files) COMPLETE
58412026-05-28T17:12:53.998Z[ recovery-image] May 28 17:12:53.462 INFO O| May 28 17:12:53.462 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-05-28T17:12:54.008Z[ recovery-image] May 28 17:12:53.472 INFO O| May 28 17:12:53.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58432026-05-28T17:12:54.008Z[ recovery-image] May 28 17:12:53.472 INFO O| May 28 17:12:53.472 INFO STEP 340 (remove_files) COMPLETE
58442026-05-28T17:12:54.008Z[ recovery-image] May 28 17:12:53.472 INFO O| May 28 17:12:53.472 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-05-28T17:12:54.018Z[ recovery-image] May 28 17:12:53.482 INFO O| May 28 17:12:53.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58462026-05-28T17:12:54.018Z[ recovery-image] May 28 17:12:53.482 INFO O| May 28 17:12:53.482 INFO STEP 341 (remove_files) COMPLETE
58472026-05-28T17:12:54.018Z[ recovery-image] May 28 17:12:53.482 INFO O| May 28 17:12:53.482 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-05-28T17:12:54.027Z[ recovery-image] May 28 17:12:53.491 INFO O| May 28 17:12:53.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58492026-05-28T17:12:54.027Z[ recovery-image] May 28 17:12:53.491 INFO O| May 28 17:12:53.491 INFO STEP 342 (remove_files) COMPLETE
58502026-05-28T17:12:54.027Z[ recovery-image] May 28 17:12:53.491 INFO O| May 28 17:12:53.491 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-05-28T17:12:54.037Z[ recovery-image] May 28 17:12:53.500 INFO O| May 28 17:12:53.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58522026-05-28T17:12:54.037Z[ recovery-image] May 28 17:12:53.500 INFO O| May 28 17:12:53.500 INFO STEP 343 (remove_files) COMPLETE
58532026-05-28T17:12:54.037Z[ recovery-image] May 28 17:12:53.500 INFO O| May 28 17:12:53.500 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-05-28T17:12:54.046Z[ recovery-image] May 28 17:12:53.509 INFO O| May 28 17:12:53.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58552026-05-28T17:12:54.046Z[ recovery-image] May 28 17:12:53.509 INFO O| May 28 17:12:53.509 INFO STEP 344 (remove_files) COMPLETE
58562026-05-28T17:12:54.049Z[ recovery-image] May 28 17:12:53.509 INFO O| May 28 17:12:53.509 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-05-28T17:12:54.056Z[ recovery-image] May 28 17:12:53.519 INFO O| May 28 17:12:53.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58582026-05-28T17:12:54.056Z[ recovery-image] May 28 17:12:53.519 INFO O| May 28 17:12:53.519 INFO STEP 345 (remove_files) COMPLETE
58592026-05-28T17:12:54.056Z[ recovery-image] May 28 17:12:53.519 INFO O| May 28 17:12:53.519 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-05-28T17:12:54.067Z[ recovery-image] May 28 17:12:53.530 INFO O| May 28 17:12:53.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58612026-05-28T17:12:54.067Z[ recovery-image] May 28 17:12:53.530 INFO O| May 28 17:12:53.530 INFO STEP 346 (remove_files) COMPLETE
58622026-05-28T17:12:54.070Z[ recovery-image] May 28 17:12:53.530 INFO O| May 28 17:12:53.530 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-05-28T17:12:54.076Z[ recovery-image] May 28 17:12:53.540 INFO O| May 28 17:12:53.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58642026-05-28T17:12:54.076Z[ recovery-image] May 28 17:12:53.540 INFO O| May 28 17:12:53.540 INFO STEP 347 (remove_files) COMPLETE
58652026-05-28T17:12:54.076Z[ recovery-image] May 28 17:12:53.540 INFO O| May 28 17:12:53.540 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-05-28T17:12:54.112Z[ recovery-image] May 28 17:12:53.575 INFO O| May 28 17:12:53.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58672026-05-28T17:12:54.112Z[ recovery-image] May 28 17:12:53.575 INFO O| May 28 17:12:53.575 INFO STEP 348 (remove_files) COMPLETE
58682026-05-28T17:12:54.112Z[ recovery-image] May 28 17:12:53.575 INFO O| May 28 17:12:53.575 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-05-28T17:12:54.122Z[ recovery-image] May 28 17:12:53.585 INFO O| May 28 17:12:53.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58702026-05-28T17:12:54.122Z[ recovery-image] May 28 17:12:53.585 INFO O| May 28 17:12:53.585 INFO STEP 349 (remove_files) COMPLETE
58712026-05-28T17:12:54.122Z[ recovery-image] May 28 17:12:53.585 INFO O| May 28 17:12:53.585 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-05-28T17:12:54.132Z[ recovery-image] May 28 17:12:53.595 INFO O| May 28 17:12:53.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58732026-05-28T17:12:54.132Z[ recovery-image] May 28 17:12:53.595 INFO O| May 28 17:12:53.595 INFO STEP 350 (remove_files) COMPLETE
58742026-05-28T17:12:54.132Z[ recovery-image] May 28 17:12:53.595 INFO O| May 28 17:12:53.595 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-05-28T17:12:54.141Z[ recovery-image] May 28 17:12:53.604 INFO O| May 28 17:12:53.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58762026-05-28T17:12:54.141Z[ recovery-image] May 28 17:12:53.604 INFO O| May 28 17:12:53.604 INFO STEP 351 (remove_files) COMPLETE
58772026-05-28T17:12:54.141Z[ recovery-image] May 28 17:12:53.604 INFO O| May 28 17:12:53.604 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-05-28T17:12:54.150Z[ recovery-image] May 28 17:12:53.613 INFO O| May 28 17:12:53.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58792026-05-28T17:12:54.150Z[ recovery-image] May 28 17:12:53.613 INFO O| May 28 17:12:53.613 INFO STEP 352 (remove_files) COMPLETE
58802026-05-28T17:12:54.150Z[ recovery-image] May 28 17:12:53.613 INFO O| May 28 17:12:53.613 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-05-28T17:12:54.158Z[ recovery-image] May 28 17:12:53.622 INFO O| May 28 17:12:53.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58822026-05-28T17:12:54.158Z[ recovery-image] May 28 17:12:53.622 INFO O| May 28 17:12:53.622 INFO STEP 353 (remove_files) COMPLETE
58832026-05-28T17:12:54.158Z[ recovery-image] May 28 17:12:53.622 INFO O| May 28 17:12:53.622 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-05-28T17:12:54.166Z[ recovery-image] May 28 17:12:53.630 INFO O| May 28 17:12:53.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58852026-05-28T17:12:54.166Z[ recovery-image] May 28 17:12:53.630 INFO O| May 28 17:12:53.630 INFO STEP 354 (remove_files) COMPLETE
58862026-05-28T17:12:54.170Z[ recovery-image] May 28 17:12:53.630 INFO O| May 28 17:12:53.630 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-05-28T17:12:54.175Z[ recovery-image] May 28 17:12:53.638 INFO O| May 28 17:12:53.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58882026-05-28T17:12:54.175Z[ recovery-image] May 28 17:12:53.638 INFO O| May 28 17:12:53.638 INFO STEP 355 (remove_files) COMPLETE
58892026-05-28T17:12:54.175Z[ recovery-image] May 28 17:12:53.638 INFO O| May 28 17:12:53.638 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-05-28T17:12:54.186Z[ recovery-image] May 28 17:12:53.649 INFO O| May 28 17:12:53.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58912026-05-28T17:12:54.186Z[ recovery-image] May 28 17:12:53.649 INFO O| May 28 17:12:53.649 INFO STEP 356 (remove_files) COMPLETE
58922026-05-28T17:12:54.186Z[ recovery-image] May 28 17:12:53.649 INFO O| May 28 17:12:53.649 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-05-28T17:12:54.195Z[ recovery-image] May 28 17:12:53.659 INFO O| May 28 17:12:53.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58942026-05-28T17:12:54.195Z[ recovery-image] May 28 17:12:53.659 INFO O| May 28 17:12:53.659 INFO STEP 357 (remove_files) COMPLETE
58952026-05-28T17:12:54.195Z[ recovery-image] May 28 17:12:53.659 INFO O| May 28 17:12:53.659 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-05-28T17:12:54.205Z[ recovery-image] May 28 17:12:53.668 INFO O| May 28 17:12:53.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58972026-05-28T17:12:54.208Z[ recovery-image] May 28 17:12:53.669 INFO O| May 28 17:12:53.669 INFO STEP 358 (remove_files) COMPLETE
58982026-05-28T17:12:54.208Z[ recovery-image] May 28 17:12:53.669 INFO O| May 28 17:12:53.669 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-05-28T17:12:54.214Z[ recovery-image] May 28 17:12:53.678 INFO O| May 28 17:12:53.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59002026-05-28T17:12:54.214Z[ recovery-image] May 28 17:12:53.678 INFO O| May 28 17:12:53.678 INFO STEP 359 (remove_files) COMPLETE
59012026-05-28T17:12:54.214Z[ recovery-image] May 28 17:12:53.678 INFO O| May 28 17:12:53.678 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-05-28T17:12:54.223Z[ recovery-image] May 28 17:12:53.687 INFO O| May 28 17:12:53.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59032026-05-28T17:12:54.224Z[ recovery-image] May 28 17:12:53.687 INFO O| May 28 17:12:53.687 INFO STEP 360 (remove_files) COMPLETE
59042026-05-28T17:12:54.224Z[ recovery-image] May 28 17:12:53.687 INFO O| May 28 17:12:53.687 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-05-28T17:12:54.232Z[ recovery-image] May 28 17:12:53.695 INFO O| May 28 17:12:53.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59062026-05-28T17:12:54.232Z[ recovery-image] May 28 17:12:53.695 INFO O| May 28 17:12:53.695 INFO STEP 361 (remove_files) COMPLETE
59072026-05-28T17:12:54.232Z[ recovery-image] May 28 17:12:53.696 INFO O| May 28 17:12:53.695 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-05-28T17:12:54.240Z[ recovery-image] May 28 17:12:53.703 INFO O| May 28 17:12:53.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59092026-05-28T17:12:54.240Z[ recovery-image] May 28 17:12:53.703 INFO O| May 28 17:12:53.703 INFO STEP 362 (remove_files) COMPLETE
59102026-05-28T17:12:54.243Z[ recovery-image] May 28 17:12:53.703 INFO O| May 28 17:12:53.703 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-05-28T17:12:54.247Z[ recovery-image] May 28 17:12:53.711 INFO O| May 28 17:12:53.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59122026-05-28T17:12:54.247Z[ recovery-image] May 28 17:12:53.711 INFO O| May 28 17:12:53.711 INFO STEP 363 (remove_files) COMPLETE
59132026-05-28T17:12:54.247Z[ recovery-image] May 28 17:12:53.711 INFO O| May 28 17:12:53.711 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-05-28T17:12:54.258Z[ recovery-image] May 28 17:12:53.721 INFO O| May 28 17:12:53.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59152026-05-28T17:12:54.261Z[ recovery-image] May 28 17:12:53.722 INFO O| May 28 17:12:53.722 INFO STEP 364 (remove_files) COMPLETE
59162026-05-28T17:12:54.261Z[ recovery-image] May 28 17:12:53.722 INFO O| May 28 17:12:53.722 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-05-28T17:12:54.269Z[ recovery-image] May 28 17:12:53.733 INFO O| May 28 17:12:53.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59182026-05-28T17:12:54.269Z[ recovery-image] May 28 17:12:53.733 INFO O| May 28 17:12:53.733 INFO STEP 365 (remove_files) COMPLETE
59192026-05-28T17:12:54.272Z[ recovery-image] May 28 17:12:53.733 INFO O| May 28 17:12:53.733 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-05-28T17:12:54.281Z[ recovery-image] May 28 17:12:53.744 INFO O| May 28 17:12:53.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59212026-05-28T17:12:54.281Z[ recovery-image] May 28 17:12:53.744 INFO O| May 28 17:12:53.744 INFO STEP 366 (remove_files) COMPLETE
59222026-05-28T17:12:54.281Z[ recovery-image] May 28 17:12:53.744 INFO O| May 28 17:12:53.744 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-05-28T17:12:54.306Z[ recovery-image] May 28 17:12:53.769 INFO O| May 28 17:12:53.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59242026-05-28T17:12:54.309Z[ recovery-image] May 28 17:12:53.770 INFO O| May 28 17:12:53.770 INFO STEP 367 (remove_files) COMPLETE
59252026-05-28T17:12:54.309Z[ recovery-image] May 28 17:12:53.770 INFO O| May 28 17:12:53.770 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-05-28T17:12:54.316Z[ recovery-image] May 28 17:12:53.779 INFO O| May 28 17:12:53.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59272026-05-28T17:12:54.316Z[ recovery-image] May 28 17:12:53.779 INFO O| May 28 17:12:53.779 INFO STEP 368 (remove_files) COMPLETE
59282026-05-28T17:12:54.316Z[ recovery-image] May 28 17:12:53.779 INFO O| May 28 17:12:53.779 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-05-28T17:12:54.326Z[ recovery-image] May 28 17:12:53.789 INFO O| May 28 17:12:53.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59302026-05-28T17:12:54.326Z[ recovery-image] May 28 17:12:53.789 INFO O| May 28 17:12:53.789 INFO STEP 369 (remove_files) COMPLETE
59312026-05-28T17:12:54.326Z[ recovery-image] May 28 17:12:53.789 INFO O| May 28 17:12:53.789 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-05-28T17:12:54.334Z[ recovery-image] May 28 17:12:53.798 INFO O| May 28 17:12:53.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59332026-05-28T17:12:54.334Z[ recovery-image] May 28 17:12:53.798 INFO O| May 28 17:12:53.798 INFO STEP 370 (remove_files) COMPLETE
59342026-05-28T17:12:54.334Z[ recovery-image] May 28 17:12:53.798 INFO O| May 28 17:12:53.798 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-05-28T17:12:54.342Z[ recovery-image] May 28 17:12:53.806 INFO O| May 28 17:12:53.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59362026-05-28T17:12:54.342Z[ recovery-image] May 28 17:12:53.806 INFO O| May 28 17:12:53.806 INFO STEP 371 (remove_files) COMPLETE
59372026-05-28T17:12:54.345Z[ recovery-image] May 28 17:12:53.806 INFO O| May 28 17:12:53.806 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-05-28T17:12:54.350Z[ recovery-image] May 28 17:12:53.813 INFO O| May 28 17:12:53.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59392026-05-28T17:12:54.353Z[ recovery-image] May 28 17:12:53.813 INFO O| May 28 17:12:53.813 INFO STEP 372 (remove_files) COMPLETE
59402026-05-28T17:12:54.353Z[ recovery-image] May 28 17:12:53.814 INFO O| May 28 17:12:53.813 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-05-28T17:12:54.360Z[ recovery-image] May 28 17:12:53.824 INFO O| May 28 17:12:53.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59422026-05-28T17:12:54.364Z[ recovery-image] May 28 17:12:53.825 INFO O| May 28 17:12:53.825 INFO STEP 373 (remove_files) COMPLETE
59432026-05-28T17:12:54.364Z[ recovery-image] May 28 17:12:53.825 INFO O| May 28 17:12:53.825 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-05-28T17:12:54.371Z[ recovery-image] May 28 17:12:53.834 INFO O| May 28 17:12:53.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59452026-05-28T17:12:54.371Z[ recovery-image] May 28 17:12:53.834 INFO O| May 28 17:12:53.834 INFO STEP 374 (remove_files) COMPLETE
59462026-05-28T17:12:54.371Z[ recovery-image] May 28 17:12:53.834 INFO O| May 28 17:12:53.834 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-05-28T17:12:54.380Z[ recovery-image] May 28 17:12:53.843 INFO O| May 28 17:12:53.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59482026-05-28T17:12:54.380Z[ recovery-image] May 28 17:12:53.843 INFO O| May 28 17:12:53.843 INFO STEP 375 (remove_files) COMPLETE
59492026-05-28T17:12:54.380Z[ recovery-image] May 28 17:12:53.843 INFO O| May 28 17:12:53.843 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-05-28T17:12:54.389Z[ recovery-image] May 28 17:12:53.852 INFO O| May 28 17:12:53.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59512026-05-28T17:12:54.389Z[ recovery-image] May 28 17:12:53.852 INFO O| May 28 17:12:53.852 INFO STEP 376 (remove_files) COMPLETE
59522026-05-28T17:12:54.389Z[ recovery-image] May 28 17:12:53.852 INFO O| May 28 17:12:53.852 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-05-28T17:12:54.398Z[ recovery-image] May 28 17:12:53.861 INFO O| May 28 17:12:53.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59542026-05-28T17:12:54.398Z[ recovery-image] May 28 17:12:53.861 INFO O| May 28 17:12:53.861 INFO STEP 377 (remove_files) COMPLETE
59552026-05-28T17:12:54.401Z[ recovery-image] May 28 17:12:53.861 INFO O| May 28 17:12:53.861 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-05-28T17:12:54.407Z[ recovery-image] May 28 17:12:53.870 INFO O| May 28 17:12:53.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59572026-05-28T17:12:54.407Z[ recovery-image] May 28 17:12:53.871 INFO O| May 28 17:12:53.871 INFO STEP 378 (remove_files) COMPLETE
59582026-05-28T17:12:54.407Z[ recovery-image] May 28 17:12:53.871 INFO O| May 28 17:12:53.871 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-05-28T17:12:54.416Z[ recovery-image] May 28 17:12:53.880 INFO O| May 28 17:12:53.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59602026-05-28T17:12:54.416Z[ recovery-image] May 28 17:12:53.880 INFO O| May 28 17:12:53.880 INFO STEP 379 (remove_files) COMPLETE
59612026-05-28T17:12:54.417Z[ recovery-image] May 28 17:12:53.880 INFO O| May 28 17:12:53.880 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-05-28T17:12:54.428Z[ recovery-image] May 28 17:12:53.891 INFO O| May 28 17:12:53.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59632026-05-28T17:12:54.428Z[ recovery-image] May 28 17:12:53.891 INFO O| May 28 17:12:53.891 INFO STEP 380 (remove_files) COMPLETE
59642026-05-28T17:12:54.428Z[ recovery-image] May 28 17:12:53.891 INFO O| May 28 17:12:53.891 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-05-28T17:12:54.439Z[ recovery-image] May 28 17:12:53.903 INFO O| May 28 17:12:53.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59662026-05-28T17:12:54.439Z[ recovery-image] May 28 17:12:53.903 INFO O| May 28 17:12:53.903 INFO STEP 381 (remove_files) COMPLETE
59672026-05-28T17:12:54.439Z[ recovery-image] May 28 17:12:53.903 INFO O| May 28 17:12:53.903 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-05-28T17:12:54.449Z[ recovery-image] May 28 17:12:53.913 INFO O| May 28 17:12:53.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59692026-05-28T17:12:54.449Z[ recovery-image] May 28 17:12:53.913 INFO O| May 28 17:12:53.913 INFO STEP 382 (remove_files) COMPLETE
59702026-05-28T17:12:54.449Z[ recovery-image] May 28 17:12:53.913 INFO O| May 28 17:12:53.913 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-05-28T17:12:54.460Z[ recovery-image] May 28 17:12:53.923 INFO O| May 28 17:12:53.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59722026-05-28T17:12:54.460Z[ recovery-image] May 28 17:12:53.923 INFO O| May 28 17:12:53.923 INFO STEP 383 (remove_files) COMPLETE
59732026-05-28T17:12:54.463Z[ recovery-image] May 28 17:12:53.923 INFO O| May 28 17:12:53.923 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-05-28T17:12:54.470Z[ recovery-image] May 28 17:12:53.934 INFO O| May 28 17:12:53.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59752026-05-28T17:12:54.470Z[ recovery-image] May 28 17:12:53.934 INFO O| May 28 17:12:53.934 INFO STEP 384 (remove_files) COMPLETE
59762026-05-28T17:12:54.470Z[ recovery-image] May 28 17:12:53.934 INFO O| May 28 17:12:53.934 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-05-28T17:12:54.481Z[ recovery-image] May 28 17:12:53.944 INFO O| May 28 17:12:53.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59782026-05-28T17:12:54.481Z[ recovery-image] May 28 17:12:53.945 INFO O| May 28 17:12:53.945 INFO STEP 385 (remove_files) COMPLETE
59792026-05-28T17:12:54.485Z[ recovery-image] May 28 17:12:53.945 INFO O| May 28 17:12:53.945 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-05-28T17:12:54.491Z[ recovery-image] May 28 17:12:53.955 INFO O| May 28 17:12:53.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59812026-05-28T17:12:54.491Z[ recovery-image] May 28 17:12:53.955 INFO O| May 28 17:12:53.955 INFO STEP 386 (remove_files) COMPLETE
59822026-05-28T17:12:54.496Z[ recovery-image] May 28 17:12:53.955 INFO O| May 28 17:12:53.955 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-05-28T17:12:54.501Z[ recovery-image] May 28 17:12:53.965 INFO O| May 28 17:12:53.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59842026-05-28T17:12:54.501Z[ recovery-image] May 28 17:12:53.965 INFO O| May 28 17:12:53.965 INFO STEP 387 (remove_files) COMPLETE
59852026-05-28T17:12:54.501Z[ recovery-image] May 28 17:12:53.965 INFO O| May 28 17:12:53.965 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-05-28T17:12:54.509Z[ recovery-image] May 28 17:12:53.972 INFO O| May 28 17:12:53.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59872026-05-28T17:12:54.512Z[ recovery-image] May 28 17:12:53.973 INFO O| May 28 17:12:53.973 INFO STEP 388 (remove_files) COMPLETE
59882026-05-28T17:12:54.512Z[ recovery-image] May 28 17:12:53.973 INFO O| May 28 17:12:53.973 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-05-28T17:12:54.525Z[ recovery-image] May 28 17:12:53.989 INFO O| May 28 17:12:53.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59902026-05-28T17:12:54.525Z[ recovery-image] May 28 17:12:53.989 INFO O| May 28 17:12:53.989 INFO STEP 389 (remove_files) COMPLETE
59912026-05-28T17:12:54.525Z[ recovery-image] May 28 17:12:53.989 INFO O| May 28 17:12:53.989 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-05-28T17:12:54.548Z[ host-image] May 28 17:12:54.011 INFO O| May 28 17:12:54.011 INFO O| Startup: Refreshing catalog 'helios' ... Done
59932026-05-28T17:12:54.558Z[ recovery-image] May 28 17:12:54.021 INFO O| May 28 17:12:54.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59942026-05-28T17:12:54.558Z[ recovery-image] May 28 17:12:54.021 INFO O| May 28 17:12:54.021 INFO STEP 390 (remove_files) COMPLETE
59952026-05-28T17:12:54.563Z[ recovery-image] May 28 17:12:54.021 INFO O| May 28 17:12:54.021 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-05-28T17:12:54.571Z[ recovery-image] May 28 17:12:54.035 INFO O| May 28 17:12:54.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59972026-05-28T17:12:54.571Z[ recovery-image] May 28 17:12:54.035 INFO O| May 28 17:12:54.035 INFO STEP 391 (remove_files) COMPLETE
59982026-05-28T17:12:54.575Z[ recovery-image] May 28 17:12:54.035 INFO O| May 28 17:12:54.035 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-05-28T17:12:54.592Z[ recovery-image] May 28 17:12:54.055 INFO O| May 28 17:12:54.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60002026-05-28T17:12:54.592Z[ recovery-image] May 28 17:12:54.055 INFO O| May 28 17:12:54.055 INFO STEP 392 (remove_files) COMPLETE
60012026-05-28T17:12:54.592Z[ recovery-image] May 28 17:12:54.055 INFO O| May 28 17:12:54.055 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-05-28T17:12:54.604Z[ recovery-image] May 28 17:12:54.067 INFO O| May 28 17:12:54.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60032026-05-28T17:12:54.604Z[ recovery-image] May 28 17:12:54.067 INFO O| May 28 17:12:54.067 INFO STEP 393 (remove_files) COMPLETE
60042026-05-28T17:12:54.604Z[ recovery-image] May 28 17:12:54.067 INFO O| May 28 17:12:54.067 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-05-28T17:12:54.616Z[ recovery-image] May 28 17:12:54.079 INFO O| May 28 17:12:54.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60062026-05-28T17:12:54.616Z[ recovery-image] May 28 17:12:54.079 INFO O| May 28 17:12:54.079 INFO STEP 394 (remove_files) COMPLETE
60072026-05-28T17:12:54.616Z[ recovery-image] May 28 17:12:54.079 INFO O| May 28 17:12:54.079 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-05-28T17:12:54.628Z[ recovery-image] May 28 17:12:54.092 INFO O| May 28 17:12:54.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60092026-05-28T17:12:54.628Z[ recovery-image] May 28 17:12:54.092 INFO O| May 28 17:12:54.092 INFO STEP 395 (remove_files) COMPLETE
60102026-05-28T17:12:54.631Z[ recovery-image] May 28 17:12:54.092 INFO O| May 28 17:12:54.092 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-05-28T17:12:54.635Z[ host-image] May 28 17:12:54.099 INFO O| May 28 17:12:54.099 INFO O| Startup: Caching catalogs ... Done
60122026-05-28T17:12:54.639Z[ recovery-image] May 28 17:12:54.102 INFO O| May 28 17:12:54.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60132026-05-28T17:12:54.639Z[ recovery-image] May 28 17:12:54.103 INFO O| May 28 17:12:54.103 INFO STEP 396 (remove_files) COMPLETE
60142026-05-28T17:12:54.642Z[ recovery-image] May 28 17:12:54.103 INFO O| May 28 17:12:54.103 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-05-28T17:12:54.651Z[ recovery-image] May 28 17:12:54.115 INFO O| May 28 17:12:54.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60162026-05-28T17:12:54.651Z[ recovery-image] May 28 17:12:54.115 INFO O| May 28 17:12:54.115 INFO STEP 397 (remove_files) COMPLETE
60172026-05-28T17:12:54.651Z[ recovery-image] May 28 17:12:54.115 INFO O| May 28 17:12:54.115 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-05-28T17:12:54.663Z[ recovery-image] May 28 17:12:54.126 INFO O| May 28 17:12:54.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60192026-05-28T17:12:54.663Z[ recovery-image] May 28 17:12:54.126 INFO O| May 28 17:12:54.126 INFO STEP 398 (remove_files) COMPLETE
60202026-05-28T17:12:54.666Z[ recovery-image] May 28 17:12:54.126 INFO O| May 28 17:12:54.126 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-05-28T17:12:54.673Z[ recovery-image] May 28 17:12:54.137 INFO O| May 28 17:12:54.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60222026-05-28T17:12:54.673Z[ recovery-image] May 28 17:12:54.137 INFO O| May 28 17:12:54.137 INFO STEP 399 (remove_files) COMPLETE
60232026-05-28T17:12:54.676Z[ recovery-image] May 28 17:12:54.137 INFO O| May 28 17:12:54.137 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-05-28T17:12:54.684Z[ recovery-image] May 28 17:12:54.147 INFO O| May 28 17:12:54.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60252026-05-28T17:12:54.684Z[ recovery-image] May 28 17:12:54.147 INFO O| May 28 17:12:54.147 INFO STEP 400 (remove_files) COMPLETE
60262026-05-28T17:12:54.687Z[ recovery-image] May 28 17:12:54.147 INFO O| May 28 17:12:54.147 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-05-28T17:12:54.695Z[ recovery-image] May 28 17:12:54.158 INFO O| May 28 17:12:54.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60282026-05-28T17:12:54.695Z[ recovery-image] May 28 17:12:54.158 INFO O| May 28 17:12:54.158 INFO STEP 401 (remove_files) COMPLETE
60292026-05-28T17:12:54.695Z[ recovery-image] May 28 17:12:54.158 INFO O| May 28 17:12:54.158 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-05-28T17:12:54.706Z[ recovery-image] May 28 17:12:54.169 INFO O| May 28 17:12:54.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60312026-05-28T17:12:54.706Z[ recovery-image] May 28 17:12:54.169 INFO O| May 28 17:12:54.169 INFO STEP 402 (remove_files) COMPLETE
60322026-05-28T17:12:54.709Z[ recovery-image] May 28 17:12:54.170 INFO O| May 28 17:12:54.169 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-05-28T17:12:54.717Z[ recovery-image] May 28 17:12:54.181 INFO O| May 28 17:12:54.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60342026-05-28T17:12:54.718Z[ recovery-image] May 28 17:12:54.181 INFO O| May 28 17:12:54.181 INFO STEP 403 (remove_files) COMPLETE
60352026-05-28T17:12:54.721Z[ recovery-image] May 28 17:12:54.181 INFO O| May 28 17:12:54.181 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-05-28T17:12:54.728Z[ recovery-image] May 28 17:12:54.192 INFO O| May 28 17:12:54.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60372026-05-28T17:12:54.728Z[ recovery-image] May 28 17:12:54.192 INFO O| May 28 17:12:54.192 INFO STEP 404 (remove_files) COMPLETE
60382026-05-28T17:12:54.732Z[ recovery-image] May 28 17:12:54.192 INFO O| May 28 17:12:54.192 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-05-28T17:12:54.739Z[ recovery-image] May 28 17:12:54.203 INFO O| May 28 17:12:54.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60402026-05-28T17:12:54.739Z[ recovery-image] May 28 17:12:54.203 INFO O| May 28 17:12:54.203 INFO STEP 405 (remove_files) COMPLETE
60412026-05-28T17:12:54.739Z[ recovery-image] May 28 17:12:54.203 INFO O| May 28 17:12:54.203 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-05-28T17:12:54.750Z[ recovery-image] May 28 17:12:54.213 INFO O| May 28 17:12:54.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60432026-05-28T17:12:54.750Z[ recovery-image] May 28 17:12:54.214 INFO O| May 28 17:12:54.213 INFO STEP 406 (remove_files) COMPLETE
60442026-05-28T17:12:54.753Z[ recovery-image] May 28 17:12:54.214 INFO O| May 28 17:12:54.214 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-05-28T17:12:54.760Z[ recovery-image] May 28 17:12:54.224 INFO O| May 28 17:12:54.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60462026-05-28T17:12:54.760Z[ recovery-image] May 28 17:12:54.224 INFO O| May 28 17:12:54.224 INFO STEP 407 (remove_files) COMPLETE
60472026-05-28T17:12:54.764Z[ recovery-image] May 28 17:12:54.224 INFO O| May 28 17:12:54.224 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-05-28T17:12:54.771Z[ recovery-image] May 28 17:12:54.234 INFO O| May 28 17:12:54.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60492026-05-28T17:12:54.771Z[ recovery-image] May 28 17:12:54.234 INFO O| May 28 17:12:54.234 INFO STEP 408 (remove_files) COMPLETE
60502026-05-28T17:12:54.774Z[ recovery-image] May 28 17:12:54.234 INFO O| May 28 17:12:54.234 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-05-28T17:12:54.781Z[ recovery-image] May 28 17:12:54.245 INFO O| May 28 17:12:54.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60522026-05-28T17:12:54.781Z[ recovery-image] May 28 17:12:54.245 INFO O| May 28 17:12:54.245 INFO STEP 409 (remove_files) COMPLETE
60532026-05-28T17:12:54.781Z[ recovery-image] May 28 17:12:54.245 INFO O| May 28 17:12:54.245 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-05-28T17:12:54.784Z[ host-image] May 28 17:12:54.246 INFO O| May 28 17:12:54.246 INFO O| Planning: Solver setup ... Done
60552026-05-28T17:12:54.788Z[ host-image] May 28 17:12:54.251 INFO O| May 28 17:12:54.251 INFO O| Planning: Running solver ... Done
60562026-05-28T17:12:54.793Z[ recovery-image] May 28 17:12:54.254 INFO O| May 28 17:12:54.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60572026-05-28T17:12:54.793Z[ recovery-image] May 28 17:12:54.254 INFO O| May 28 17:12:54.254 INFO STEP 410 (remove_files) COMPLETE
60582026-05-28T17:12:54.793Z[ recovery-image] May 28 17:12:54.255 INFO O| May 28 17:12:54.254 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-05-28T17:12:54.796Z[ host-image] May 28 17:12:54.255 INFO O| May 28 17:12:54.255 INFO O| Planning: Finding local manifests ... Done
60602026-05-28T17:12:54.802Z[ recovery-image] May 28 17:12:54.265 INFO O| May 28 17:12:54.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60612026-05-28T17:12:54.802Z[ recovery-image] May 28 17:12:54.265 INFO O| May 28 17:12:54.265 INFO STEP 411 (remove_files) COMPLETE
60622026-05-28T17:12:54.805Z[ recovery-image] May 28 17:12:54.265 INFO O| May 28 17:12:54.265 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-05-28T17:12:54.813Z[ recovery-image] May 28 17:12:54.276 INFO O| May 28 17:12:54.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60642026-05-28T17:12:54.813Z[ recovery-image] May 28 17:12:54.276 INFO O| May 28 17:12:54.276 INFO STEP 412 (remove_files) COMPLETE
60652026-05-28T17:12:54.813Z[ recovery-image] May 28 17:12:54.276 INFO O| May 28 17:12:54.276 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-05-28T17:12:54.823Z[ recovery-image] May 28 17:12:54.286 INFO O| May 28 17:12:54.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60672026-05-28T17:12:54.823Z[ recovery-image] May 28 17:12:54.286 INFO O| May 28 17:12:54.286 INFO STEP 413 (remove_files) COMPLETE
60682026-05-28T17:12:54.823Z[ recovery-image] May 28 17:12:54.287 INFO O| May 28 17:12:54.286 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-05-28T17:12:54.829Z[ host-image] May 28 17:12:54.288 INFO O| May 28 17:12:54.288 INFO O| Planning: Fetching manifests: 0/1 0% complete
60702026-05-28T17:12:54.832Z[ recovery-image] May 28 17:12:54.295 INFO O| May 28 17:12:54.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60712026-05-28T17:12:54.832Z[ recovery-image] May 28 17:12:54.295 INFO O| May 28 17:12:54.295 INFO STEP 414 (remove_files) COMPLETE
60722026-05-28T17:12:54.832Z[ recovery-image] May 28 17:12:54.295 INFO O| May 28 17:12:54.295 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-05-28T17:12:54.840Z[ recovery-image] May 28 17:12:54.304 INFO O| May 28 17:12:54.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60742026-05-28T17:12:54.840Z[ recovery-image] May 28 17:12:54.304 INFO O| May 28 17:12:54.304 INFO STEP 415 (remove_files) COMPLETE
60752026-05-28T17:12:54.840Z[ recovery-image] May 28 17:12:54.304 INFO O| May 28 17:12:54.304 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-05-28T17:12:54.849Z[ recovery-image] May 28 17:12:54.312 INFO O| May 28 17:12:54.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60772026-05-28T17:12:54.849Z[ recovery-image] May 28 17:12:54.312 INFO O| May 28 17:12:54.312 INFO STEP 416 (remove_files) COMPLETE
60782026-05-28T17:12:54.852Z[ recovery-image] May 28 17:12:54.312 INFO O| May 28 17:12:54.312 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-05-28T17:12:54.857Z[ recovery-image] May 28 17:12:54.321 INFO O| May 28 17:12:54.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60802026-05-28T17:12:54.857Z[ recovery-image] May 28 17:12:54.321 INFO O| May 28 17:12:54.321 INFO STEP 417 (remove_files) COMPLETE
60812026-05-28T17:12:54.860Z[ recovery-image] May 28 17:12:54.321 INFO O| May 28 17:12:54.321 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-05-28T17:12:54.860Z[ host-image] May 28 17:12:54.322 INFO O| May 28 17:12:54.322 INFO O| Planning: Fetching manifests: 1/1 100% complete
60832026-05-28T17:12:54.884Z[ recovery-image] May 28 17:12:54.329 INFO O| May 28 17:12:54.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60842026-05-28T17:12:54.884Z[ recovery-image] May 28 17:12:54.329 INFO O| May 28 17:12:54.329 INFO STEP 418 (remove_files) COMPLETE
60852026-05-28T17:12:54.887Z[ recovery-image] May 28 17:12:54.329 INFO O| May 28 17:12:54.329 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-05-28T17:12:54.887Z[ recovery-image] May 28 17:12:54.337 INFO O| May 28 17:12:54.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60872026-05-28T17:12:54.887Z[ recovery-image] May 28 17:12:54.337 INFO O| May 28 17:12:54.337 INFO STEP 419 (remove_files) COMPLETE
60882026-05-28T17:12:54.887Z[ recovery-image] May 28 17:12:54.337 INFO O| May 28 17:12:54.337 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-05-28T17:12:54.887Z[ host-image] May 28 17:12:54.339 INFO O| May 28 17:12:54.339 INFO O| Planning: Package planning ... Done
60902026-05-28T17:12:54.887Z[ host-image] May 28 17:12:54.339 INFO O| May 28 17:12:54.339 INFO O| Planning: Merging actions ... Done
60912026-05-28T17:12:54.887Z[ recovery-image] May 28 17:12:54.346 INFO O| May 28 17:12:54.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60922026-05-28T17:12:54.887Z[ recovery-image] May 28 17:12:54.346 INFO O| May 28 17:12:54.346 INFO STEP 420 (remove_files) COMPLETE
60932026-05-28T17:12:54.887Z[ recovery-image] May 28 17:12:54.346 INFO O| May 28 17:12:54.346 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-05-28T17:12:54.891Z[ recovery-image] May 28 17:12:54.354 INFO O| May 28 17:12:54.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60952026-05-28T17:12:54.891Z[ recovery-image] May 28 17:12:54.354 INFO O| May 28 17:12:54.354 INFO STEP 421 (remove_files) COMPLETE
60962026-05-28T17:12:54.891Z[ recovery-image] May 28 17:12:54.354 INFO O| May 28 17:12:54.354 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-05-28T17:12:54.899Z[ recovery-image] May 28 17:12:54.362 INFO O| May 28 17:12:54.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60982026-05-28T17:12:54.899Z[ recovery-image] May 28 17:12:54.362 INFO O| May 28 17:12:54.362 INFO STEP 422 (remove_files) COMPLETE
60992026-05-28T17:12:54.899Z[ recovery-image] May 28 17:12:54.362 INFO O| May 28 17:12:54.362 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-05-28T17:12:54.907Z[ recovery-image] May 28 17:12:54.370 INFO O| May 28 17:12:54.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61012026-05-28T17:12:54.907Z[ recovery-image] May 28 17:12:54.370 INFO O| May 28 17:12:54.370 INFO STEP 423 (remove_files) COMPLETE
61022026-05-28T17:12:54.907Z[ recovery-image] May 28 17:12:54.370 INFO O| May 28 17:12:54.370 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-05-28T17:12:54.916Z[ recovery-image] May 28 17:12:54.379 INFO O| May 28 17:12:54.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61042026-05-28T17:12:54.916Z[ recovery-image] May 28 17:12:54.379 INFO O| May 28 17:12:54.379 INFO STEP 424 (remove_files) COMPLETE
61052026-05-28T17:12:54.916Z[ recovery-image] May 28 17:12:54.380 INFO O| May 28 17:12:54.379 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-05-28T17:12:54.925Z[ recovery-image] May 28 17:12:54.388 INFO O| May 28 17:12:54.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61072026-05-28T17:12:54.925Z[ recovery-image] May 28 17:12:54.388 INFO O| May 28 17:12:54.388 INFO STEP 425 (remove_files) COMPLETE
61082026-05-28T17:12:54.925Z[ recovery-image] May 28 17:12:54.388 INFO O| May 28 17:12:54.388 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-05-28T17:12:54.933Z[ recovery-image] May 28 17:12:54.396 INFO O| May 28 17:12:54.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61102026-05-28T17:12:54.933Z[ recovery-image] May 28 17:12:54.396 INFO O| May 28 17:12:54.396 INFO STEP 426 (remove_files) COMPLETE
61112026-05-28T17:12:54.933Z[ recovery-image] May 28 17:12:54.396 INFO O| May 28 17:12:54.396 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-05-28T17:12:54.941Z[ recovery-image] May 28 17:12:54.404 INFO O| May 28 17:12:54.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61132026-05-28T17:12:54.941Z[ recovery-image] May 28 17:12:54.404 INFO O| May 28 17:12:54.404 INFO STEP 427 (remove_files) COMPLETE
61142026-05-28T17:12:54.941Z[ recovery-image] May 28 17:12:54.404 INFO O| May 28 17:12:54.404 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-05-28T17:12:54.949Z[ recovery-image] May 28 17:12:54.412 INFO O| May 28 17:12:54.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61162026-05-28T17:12:54.949Z[ recovery-image] May 28 17:12:54.412 INFO O| May 28 17:12:54.412 INFO STEP 428 (remove_files) COMPLETE
61172026-05-28T17:12:54.949Z[ recovery-image] May 28 17:12:54.412 INFO O| May 28 17:12:54.412 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-05-28T17:12:54.957Z[ recovery-image] May 28 17:12:54.420 INFO O| May 28 17:12:54.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61192026-05-28T17:12:54.957Z[ recovery-image] May 28 17:12:54.420 INFO O| May 28 17:12:54.420 INFO STEP 429 (remove_files) COMPLETE
61202026-05-28T17:12:54.957Z[ recovery-image] May 28 17:12:54.420 INFO O| May 28 17:12:54.420 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-05-28T17:12:54.961Z[ host-image] May 28 17:12:54.425 INFO O| May 28 17:12:54.425 INFO O| Planning: Checking for conflicting actions ... Done
61222026-05-28T17:12:54.964Z[ host-image] May 28 17:12:54.425 INFO O| May 28 17:12:54.425 INFO O| Planning: Consolidating action changes ... Done
61232026-05-28T17:12:54.964Z[ recovery-image] May 28 17:12:54.428 INFO O| May 28 17:12:54.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61242026-05-28T17:12:54.982Z[ recovery-image] May 28 17:12:54.446 INFO O| May 28 17:12:54.446 INFO STEP 430 (remove_files) COMPLETE
61252026-05-28T17:12:54.982Z[ recovery-image] May 28 17:12:54.446 INFO O| May 28 17:12:54.446 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-05-28T17:12:54.992Z[ recovery-image] May 28 17:12:54.455 INFO O| May 28 17:12:54.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61272026-05-28T17:12:54.992Z[ recovery-image] May 28 17:12:54.455 INFO O| May 28 17:12:54.455 INFO STEP 431 (remove_files) COMPLETE
61282026-05-28T17:12:54.995Z[ recovery-image] May 28 17:12:54.455 INFO O| May 28 17:12:54.455 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-05-28T17:12:54.999Z[ recovery-image] May 28 17:12:54.463 INFO O| May 28 17:12:54.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61302026-05-28T17:12:54.999Z[ recovery-image] May 28 17:12:54.463 INFO O| May 28 17:12:54.463 INFO STEP 432 (remove_files) COMPLETE
61312026-05-28T17:12:55.002Z[ recovery-image] May 28 17:12:54.463 INFO O| May 28 17:12:54.463 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-05-28T17:12:55.007Z[ recovery-image] May 28 17:12:54.470 INFO O| May 28 17:12:54.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61332026-05-28T17:12:55.007Z[ recovery-image] May 28 17:12:54.470 INFO O| May 28 17:12:54.470 INFO STEP 433 (remove_files) COMPLETE
61342026-05-28T17:12:55.007Z[ recovery-image] May 28 17:12:54.470 INFO O| May 28 17:12:54.470 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-05-28T17:12:55.014Z[ recovery-image] May 28 17:12:54.478 INFO O| May 28 17:12:54.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61362026-05-28T17:12:55.014Z[ recovery-image] May 28 17:12:54.478 INFO O| May 28 17:12:54.478 INFO STEP 434 (remove_files) COMPLETE
61372026-05-28T17:12:55.014Z[ recovery-image] May 28 17:12:54.478 INFO O| May 28 17:12:54.478 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-05-28T17:12:55.022Z[ recovery-image] May 28 17:12:54.485 INFO O| May 28 17:12:54.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61392026-05-28T17:12:55.022Z[ recovery-image] May 28 17:12:54.486 INFO O| May 28 17:12:54.485 INFO STEP 435 (remove_files) COMPLETE
61402026-05-28T17:12:55.022Z[ recovery-image] May 28 17:12:54.486 INFO O| May 28 17:12:54.485 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-05-28T17:12:55.029Z[ recovery-image] May 28 17:12:54.493 INFO O| May 28 17:12:54.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61422026-05-28T17:12:55.029Z[ recovery-image] May 28 17:12:54.493 INFO O| May 28 17:12:54.493 INFO STEP 436 (remove_files) COMPLETE
61432026-05-28T17:12:55.029Z[ recovery-image] May 28 17:12:54.493 INFO O| May 28 17:12:54.493 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-05-28T17:12:55.037Z[ recovery-image] May 28 17:12:54.500 INFO O| May 28 17:12:54.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61452026-05-28T17:12:55.037Z[ recovery-image] May 28 17:12:54.500 INFO O| May 28 17:12:54.500 INFO STEP 437 (remove_files) COMPLETE
61462026-05-28T17:12:55.037Z[ recovery-image] May 28 17:12:54.500 INFO O| May 28 17:12:54.500 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-05-28T17:12:55.044Z[ recovery-image] May 28 17:12:54.507 INFO O| May 28 17:12:54.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61482026-05-28T17:12:55.044Z[ recovery-image] May 28 17:12:54.507 INFO O| May 28 17:12:54.507 INFO STEP 438 (remove_files) COMPLETE
61492026-05-28T17:12:55.044Z[ recovery-image] May 28 17:12:54.507 INFO O| May 28 17:12:54.507 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-05-28T17:12:55.051Z[ recovery-image] May 28 17:12:54.514 INFO O| May 28 17:12:54.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61512026-05-28T17:12:55.051Z[ recovery-image] May 28 17:12:54.514 INFO O| May 28 17:12:54.514 INFO STEP 439 (remove_files) COMPLETE
61522026-05-28T17:12:55.051Z[ recovery-image] May 28 17:12:54.514 INFO O| May 28 17:12:54.514 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-05-28T17:12:55.059Z[ recovery-image] May 28 17:12:54.522 INFO O| May 28 17:12:54.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61542026-05-28T17:12:55.059Z[ recovery-image] May 28 17:12:54.522 INFO O| May 28 17:12:54.522 INFO STEP 440 (remove_files) COMPLETE
61552026-05-28T17:12:55.059Z[ recovery-image] May 28 17:12:54.522 INFO O| May 28 17:12:54.522 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-05-28T17:12:55.067Z[ recovery-image] May 28 17:12:54.530 INFO O| May 28 17:12:54.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61572026-05-28T17:12:55.067Z[ recovery-image] May 28 17:12:54.530 INFO O| May 28 17:12:54.530 INFO STEP 441 (remove_files) COMPLETE
61582026-05-28T17:12:55.067Z[ recovery-image] May 28 17:12:54.530 INFO O| May 28 17:12:54.530 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-05-28T17:12:55.074Z[ recovery-image] May 28 17:12:54.538 INFO O| May 28 17:12:54.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61602026-05-28T17:12:55.074Z[ recovery-image] May 28 17:12:54.538 INFO O| May 28 17:12:54.538 INFO STEP 442 (remove_files) COMPLETE
61612026-05-28T17:12:55.074Z[ recovery-image] May 28 17:12:54.538 INFO O| May 28 17:12:54.538 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-05-28T17:12:55.082Z[ recovery-image] May 28 17:12:54.545 INFO O| May 28 17:12:54.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61632026-05-28T17:12:55.082Z[ recovery-image] May 28 17:12:54.545 INFO O| May 28 17:12:54.545 INFO STEP 443 (remove_files) COMPLETE
61642026-05-28T17:12:55.082Z[ recovery-image] May 28 17:12:54.545 INFO O| May 28 17:12:54.545 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-05-28T17:12:55.090Z[ recovery-image] May 28 17:12:54.553 INFO O| May 28 17:12:54.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61662026-05-28T17:12:55.090Z[ recovery-image] May 28 17:12:54.553 INFO O| May 28 17:12:54.553 INFO STEP 444 (remove_files) COMPLETE
61672026-05-28T17:12:55.093Z[ recovery-image] May 28 17:12:54.553 INFO O| May 28 17:12:54.553 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-05-28T17:12:55.098Z[ recovery-image] May 28 17:12:54.561 INFO O| May 28 17:12:54.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61692026-05-28T17:12:55.098Z[ recovery-image] May 28 17:12:54.561 INFO O| May 28 17:12:54.561 INFO STEP 445 (remove_files) COMPLETE
61702026-05-28T17:12:55.098Z[ recovery-image] May 28 17:12:54.561 INFO O| May 28 17:12:54.561 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-05-28T17:12:55.106Z[ recovery-image] May 28 17:12:54.569 INFO O| May 28 17:12:54.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61722026-05-28T17:12:55.106Z[ recovery-image] May 28 17:12:54.569 INFO O| May 28 17:12:54.569 INFO STEP 446 (remove_files) COMPLETE
61732026-05-28T17:12:55.109Z[ recovery-image] May 28 17:12:54.569 INFO O| May 28 17:12:54.569 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-05-28T17:12:55.114Z[ recovery-image] May 28 17:12:54.578 INFO O| May 28 17:12:54.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61752026-05-28T17:12:55.114Z[ recovery-image] May 28 17:12:54.578 INFO O| May 28 17:12:54.578 INFO STEP 447 (remove_files) COMPLETE
61762026-05-28T17:12:55.114Z[ recovery-image] May 28 17:12:54.578 INFO O| May 28 17:12:54.578 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-05-28T17:12:55.122Z[ recovery-image] May 28 17:12:54.586 INFO O| May 28 17:12:54.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61782026-05-28T17:12:55.122Z[ recovery-image] May 28 17:12:54.586 INFO O| May 28 17:12:54.586 INFO STEP 448 (remove_files) COMPLETE
61792026-05-28T17:12:55.122Z[ recovery-image] May 28 17:12:54.586 INFO O| May 28 17:12:54.586 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-05-28T17:12:55.130Z[ recovery-image] May 28 17:12:54.593 INFO O| May 28 17:12:54.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61812026-05-28T17:12:55.130Z[ recovery-image] May 28 17:12:54.593 INFO O| May 28 17:12:54.593 INFO STEP 449 (remove_files) COMPLETE
61822026-05-28T17:12:55.133Z[ recovery-image] May 28 17:12:54.593 INFO O| May 28 17:12:54.593 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-05-28T17:12:55.137Z[ recovery-image] May 28 17:12:54.600 INFO O| May 28 17:12:54.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61842026-05-28T17:12:55.137Z[ recovery-image] May 28 17:12:54.601 INFO O| May 28 17:12:54.601 INFO STEP 450 (remove_files) COMPLETE
61852026-05-28T17:12:55.137Z[ recovery-image] May 28 17:12:54.601 INFO O| May 28 17:12:54.601 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-05-28T17:12:55.145Z[ recovery-image] May 28 17:12:54.608 INFO O| May 28 17:12:54.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61872026-05-28T17:12:55.145Z[ recovery-image] May 28 17:12:54.608 INFO O| May 28 17:12:54.608 INFO STEP 451 (remove_files) COMPLETE
61882026-05-28T17:12:55.145Z[ recovery-image] May 28 17:12:54.608 INFO O| May 28 17:12:54.608 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-05-28T17:12:55.153Z[ recovery-image] May 28 17:12:54.616 INFO O| May 28 17:12:54.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61902026-05-28T17:12:55.153Z[ recovery-image] May 28 17:12:54.616 INFO O| May 28 17:12:54.616 INFO STEP 452 (remove_files) COMPLETE
61912026-05-28T17:12:55.153Z[ recovery-image] May 28 17:12:54.616 INFO O| May 28 17:12:54.616 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-05-28T17:12:55.162Z[ recovery-image] May 28 17:12:54.625 INFO O| May 28 17:12:54.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61932026-05-28T17:12:55.162Z[ recovery-image] May 28 17:12:54.625 INFO O| May 28 17:12:54.625 INFO STEP 453 (remove_files) COMPLETE
61942026-05-28T17:12:55.162Z[ recovery-image] May 28 17:12:54.625 INFO O| May 28 17:12:54.625 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-05-28T17:12:55.165Z[ host-image] May 28 17:12:54.627 INFO O| May 28 17:12:54.627 INFO O| Planning: Evaluating mediators ... Done
61962026-05-28T17:12:55.165Z[ host-image] May 28 17:12:54.627 INFO O| May 28 17:12:54.627 INFO O| Planning: Planning completed in 0.52 seconds
61972026-05-28T17:12:55.165Z[ host-image] May 28 17:12:54.628 INFO O| May 28 17:12:54.628 INFO O| Packages to install: 1
61982026-05-28T17:12:55.170Z[ recovery-image] May 28 17:12:54.634 INFO O| May 28 17:12:54.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61992026-05-28T17:12:55.170Z[ recovery-image] May 28 17:12:54.634 INFO O| May 28 17:12:54.634 INFO STEP 454 (remove_files) COMPLETE
62002026-05-28T17:12:55.170Z[ recovery-image] May 28 17:12:54.634 INFO O| May 28 17:12:54.634 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-05-28T17:12:55.186Z[ host-image] May 28 17:12:54.649 INFO O| May 28 17:12:54.649 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
62022026-05-28T17:12:55.196Z[ recovery-image] May 28 17:12:54.656 INFO O| May 28 17:12:54.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62032026-05-28T17:12:55.200Z[ recovery-image] May 28 17:12:54.660 INFO O| May 28 17:12:54.660 INFO STEP 455 (remove_files) COMPLETE
62042026-05-28T17:12:55.200Z[ recovery-image] May 28 17:12:54.660 INFO O| May 28 17:12:54.660 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-05-28T17:12:55.226Z[ recovery-image] May 28 17:12:54.689 INFO O| May 28 17:12:54.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62062026-05-28T17:12:55.226Z[ recovery-image] May 28 17:12:54.690 INFO O| May 28 17:12:54.690 INFO STEP 456 (remove_files) COMPLETE
62072026-05-28T17:12:55.229Z[ recovery-image] May 28 17:12:54.690 INFO O| May 28 17:12:54.690 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-05-28T17:12:55.237Z[ recovery-image] May 28 17:12:54.701 INFO O| May 28 17:12:54.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62092026-05-28T17:12:55.237Z[ recovery-image] May 28 17:12:54.701 INFO O| May 28 17:12:54.701 INFO STEP 457 (remove_files) COMPLETE
62102026-05-28T17:12:55.237Z[ recovery-image] May 28 17:12:54.701 INFO O| May 28 17:12:54.701 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-05-28T17:12:55.248Z[ recovery-image] May 28 17:12:54.711 INFO O| May 28 17:12:54.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62122026-05-28T17:12:55.251Z[ recovery-image] May 28 17:12:54.711 INFO O| May 28 17:12:54.711 INFO STEP 458 (remove_files) COMPLETE
62132026-05-28T17:12:55.251Z[ recovery-image] May 28 17:12:54.711 INFO O| May 28 17:12:54.711 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-05-28T17:12:55.257Z[ recovery-image] May 28 17:12:54.721 INFO O| May 28 17:12:54.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62152026-05-28T17:12:55.257Z[ recovery-image] May 28 17:12:54.721 INFO O| May 28 17:12:54.721 INFO STEP 459 (remove_files) COMPLETE
62162026-05-28T17:12:55.257Z[ recovery-image] May 28 17:12:54.721 INFO O| May 28 17:12:54.721 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-05-28T17:12:55.278Z[ recovery-image] May 28 17:12:54.742 INFO O| May 28 17:12:54.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62182026-05-28T17:12:55.278Z[ recovery-image] May 28 17:12:54.742 INFO O| May 28 17:12:54.742 INFO STEP 460 (remove_files) COMPLETE
62192026-05-28T17:12:55.279Z[ recovery-image] May 28 17:12:54.742 INFO O| May 28 17:12:54.742 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-05-28T17:12:55.293Z[ recovery-image] May 28 17:12:54.756 INFO O| May 28 17:12:54.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62212026-05-28T17:12:55.293Z[ recovery-image] May 28 17:12:54.756 INFO O| May 28 17:12:54.756 INFO STEP 461 (remove_files) COMPLETE
62222026-05-28T17:12:55.293Z[ recovery-image] May 28 17:12:54.756 INFO O| May 28 17:12:54.756 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-05-28T17:12:55.302Z[ recovery-image] May 28 17:12:54.765 INFO O| May 28 17:12:54.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62242026-05-28T17:12:55.302Z[ recovery-image] May 28 17:12:54.765 INFO O| May 28 17:12:54.765 INFO STEP 462 (remove_files) COMPLETE
62252026-05-28T17:12:55.305Z[ recovery-image] May 28 17:12:54.765 INFO O| May 28 17:12:54.765 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-05-28T17:12:55.310Z[ recovery-image] May 28 17:12:54.774 INFO O| May 28 17:12:54.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62272026-05-28T17:12:55.310Z[ recovery-image] May 28 17:12:54.774 INFO O| May 28 17:12:54.774 INFO STEP 463 (remove_files) COMPLETE
62282026-05-28T17:12:55.310Z[ recovery-image] May 28 17:12:54.774 INFO O| May 28 17:12:54.774 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-05-28T17:12:55.319Z[ recovery-image] May 28 17:12:54.782 INFO O| May 28 17:12:54.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62302026-05-28T17:12:55.319Z[ recovery-image] May 28 17:12:54.782 INFO O| May 28 17:12:54.782 INFO STEP 464 (remove_files) COMPLETE
62312026-05-28T17:12:55.319Z[ recovery-image] May 28 17:12:54.782 INFO O| May 28 17:12:54.782 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-05-28T17:12:55.327Z[ recovery-image] May 28 17:12:54.791 INFO O| May 28 17:12:54.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62332026-05-28T17:12:55.327Z[ recovery-image] May 28 17:12:54.791 INFO O| May 28 17:12:54.791 INFO STEP 465 (remove_files) COMPLETE
62342026-05-28T17:12:55.327Z[ recovery-image] May 28 17:12:54.791 INFO O| May 28 17:12:54.791 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-05-28T17:12:55.336Z[ recovery-image] May 28 17:12:54.799 INFO O| May 28 17:12:54.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62362026-05-28T17:12:55.336Z[ recovery-image] May 28 17:12:54.799 INFO O| May 28 17:12:54.799 INFO STEP 466 (remove_files) COMPLETE
62372026-05-28T17:12:55.336Z[ recovery-image] May 28 17:12:54.799 INFO O| May 28 17:12:54.799 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-05-28T17:12:55.344Z[ recovery-image] May 28 17:12:54.808 INFO O| May 28 17:12:54.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62392026-05-28T17:12:55.344Z[ recovery-image] May 28 17:12:54.808 INFO O| May 28 17:12:54.808 INFO STEP 467 (remove_files) COMPLETE
62402026-05-28T17:12:55.344Z[ recovery-image] May 28 17:12:54.808 INFO O| May 28 17:12:54.808 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-05-28T17:12:55.352Z[ recovery-image] May 28 17:12:54.815 INFO O| May 28 17:12:54.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62422026-05-28T17:12:55.352Z[ recovery-image] May 28 17:12:54.815 INFO O| May 28 17:12:54.815 INFO STEP 468 (remove_files) COMPLETE
62432026-05-28T17:12:55.352Z[ recovery-image] May 28 17:12:54.815 INFO O| May 28 17:12:54.815 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-05-28T17:12:55.360Z[ recovery-image] May 28 17:12:54.823 INFO O| May 28 17:12:54.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62452026-05-28T17:12:55.360Z[ recovery-image] May 28 17:12:54.823 INFO O| May 28 17:12:54.823 INFO STEP 469 (remove_files) COMPLETE
62462026-05-28T17:12:55.360Z[ recovery-image] May 28 17:12:54.823 INFO O| May 28 17:12:54.823 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-05-28T17:12:55.368Z[ recovery-image] May 28 17:12:54.831 INFO O| May 28 17:12:54.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62482026-05-28T17:12:55.368Z[ recovery-image] May 28 17:12:54.831 INFO O| May 28 17:12:54.831 INFO STEP 470 (remove_files) COMPLETE
62492026-05-28T17:12:55.368Z[ recovery-image] May 28 17:12:54.831 INFO O| May 28 17:12:54.831 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-05-28T17:12:55.376Z[ recovery-image] May 28 17:12:54.839 INFO O| May 28 17:12:54.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62512026-05-28T17:12:55.376Z[ recovery-image] May 28 17:12:54.839 INFO O| May 28 17:12:54.839 INFO STEP 471 (remove_files) COMPLETE
62522026-05-28T17:12:55.376Z[ recovery-image] May 28 17:12:54.839 INFO O| May 28 17:12:54.839 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-05-28T17:12:55.384Z[ recovery-image] May 28 17:12:54.847 INFO O| May 28 17:12:54.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62542026-05-28T17:12:55.419Z[ recovery-image] May 28 17:12:54.882 INFO O| May 28 17:12:54.882 INFO STEP 472 (remove_files) COMPLETE
62552026-05-28T17:12:55.419Z[ recovery-image] May 28 17:12:54.882 INFO O| May 28 17:12:54.882 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-05-28T17:12:55.466Z[ recovery-image] May 28 17:12:54.892 INFO O| May 28 17:12:54.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62572026-05-28T17:12:55.466Z[ recovery-image] May 28 17:12:54.892 INFO O| May 28 17:12:54.892 INFO STEP 473 (remove_files) COMPLETE
62582026-05-28T17:12:55.466Z[ recovery-image] May 28 17:12:54.892 INFO O| May 28 17:12:54.892 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-05-28T17:12:55.467Z[ recovery-image] May 28 17:12:54.901 INFO O| May 28 17:12:54.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62602026-05-28T17:12:55.467Z[ recovery-image] May 28 17:12:54.901 INFO O| May 28 17:12:54.901 INFO STEP 474 (remove_files) COMPLETE
62612026-05-28T17:12:55.467Z[ recovery-image] May 28 17:12:54.901 INFO O| May 28 17:12:54.901 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-05-28T17:12:55.467Z[ recovery-image] May 28 17:12:54.925 INFO O| May 28 17:12:54.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62632026-05-28T17:12:55.467Z[ recovery-image] May 28 17:12:54.926 INFO O| May 28 17:12:54.926 INFO STEP 475 (remove_files) COMPLETE
62642026-05-28T17:12:55.467Z[ recovery-image] May 28 17:12:54.926 INFO O| May 28 17:12:54.926 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-05-28T17:12:55.478Z[ recovery-image] May 28 17:12:54.941 INFO O| May 28 17:12:54.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62662026-05-28T17:12:55.478Z[ recovery-image] May 28 17:12:54.942 INFO O| May 28 17:12:54.942 INFO STEP 476 (remove_files) COMPLETE
62672026-05-28T17:12:55.482Z[ recovery-image] May 28 17:12:54.942 INFO O| May 28 17:12:54.942 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-05-28T17:12:55.488Z[ recovery-image] May 28 17:12:54.951 INFO O| May 28 17:12:54.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62692026-05-28T17:12:55.488Z[ recovery-image] May 28 17:12:54.951 INFO O| May 28 17:12:54.951 INFO STEP 477 (remove_files) COMPLETE
62702026-05-28T17:12:55.502Z[ recovery-image] May 28 17:12:54.951 INFO O| May 28 17:12:54.951 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-05-28T17:12:55.502Z[ recovery-image] May 28 17:12:54.960 INFO O| May 28 17:12:54.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62722026-05-28T17:12:55.502Z[ recovery-image] May 28 17:12:54.960 INFO O| May 28 17:12:54.960 INFO STEP 478 (remove_files) COMPLETE
62732026-05-28T17:12:55.502Z[ recovery-image] May 28 17:12:54.960 INFO O| May 28 17:12:54.960 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-05-28T17:12:55.507Z[ recovery-image] May 28 17:12:54.971 INFO O| May 28 17:12:54.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62752026-05-28T17:12:55.507Z[ recovery-image] May 28 17:12:54.971 INFO O| May 28 17:12:54.971 INFO STEP 479 (remove_files) COMPLETE
62762026-05-28T17:12:55.511Z[ recovery-image] May 28 17:12:54.971 INFO O| May 28 17:12:54.971 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-05-28T17:12:55.549Z[ recovery-image] May 28 17:12:55.013 INFO O| May 28 17:12:55.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62782026-05-28T17:12:55.549Z[ recovery-image] May 28 17:12:55.013 INFO O| May 28 17:12:55.013 INFO STEP 480 (remove_files) COMPLETE
62792026-05-28T17:12:55.549Z[ recovery-image] May 28 17:12:55.013 INFO O| May 28 17:12:55.013 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-05-28T17:12:55.560Z[ recovery-image] May 28 17:12:55.023 INFO O| May 28 17:12:55.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62812026-05-28T17:12:55.560Z[ recovery-image] May 28 17:12:55.023 INFO O| May 28 17:12:55.023 INFO STEP 481 (remove_files) COMPLETE
62822026-05-28T17:12:55.560Z[ recovery-image] May 28 17:12:55.023 INFO O| May 28 17:12:55.023 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-05-28T17:12:55.587Z[ recovery-image] May 28 17:12:55.050 INFO O| May 28 17:12:55.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62842026-05-28T17:12:55.587Z[ recovery-image] May 28 17:12:55.050 INFO O| May 28 17:12:55.050 INFO STEP 482 (remove_files) COMPLETE
62852026-05-28T17:12:55.590Z[ recovery-image] May 28 17:12:55.050 INFO O| May 28 17:12:55.050 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-05-28T17:12:55.604Z[ recovery-image] May 28 17:12:55.067 INFO O| May 28 17:12:55.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62872026-05-28T17:12:55.604Z[ recovery-image] May 28 17:12:55.068 INFO O| May 28 17:12:55.067 INFO STEP 483 (remove_files) COMPLETE
62882026-05-28T17:12:55.607Z[ recovery-image] May 28 17:12:55.068 INFO O| May 28 17:12:55.068 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-05-28T17:12:55.616Z[ recovery-image] May 28 17:12:55.079 INFO O| May 28 17:12:55.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62902026-05-28T17:12:55.616Z[ recovery-image] May 28 17:12:55.079 INFO O| May 28 17:12:55.079 INFO STEP 484 (remove_files) COMPLETE
62912026-05-28T17:12:55.616Z[ recovery-image] May 28 17:12:55.079 INFO O| May 28 17:12:55.079 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-05-28T17:12:55.627Z[ host-image] May 28 17:12:55.091 INFO O| May 28 17:12:55.091 INFO O| Download: Completed 12.63 MB in 0.44 seconds (28.6M/s)
62932026-05-28T17:12:55.627Z[ recovery-image] May 28 17:12:55.091 INFO O| May 28 17:12:55.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62942026-05-28T17:12:55.628Z[ recovery-image] May 28 17:12:55.091 INFO O| May 28 17:12:55.091 INFO STEP 485 (remove_files) COMPLETE
62952026-05-28T17:12:55.631Z[ recovery-image] May 28 17:12:55.091 INFO O| May 28 17:12:55.091 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-05-28T17:12:55.638Z[ recovery-image] May 28 17:12:55.102 INFO O| May 28 17:12:55.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62972026-05-28T17:12:55.639Z[ recovery-image] May 28 17:12:55.102 INFO O| May 28 17:12:55.102 INFO STEP 486 (remove_files) COMPLETE
62982026-05-28T17:12:55.642Z[ recovery-image] May 28 17:12:55.102 INFO O| May 28 17:12:55.102 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-05-28T17:12:55.647Z[ host-image] May 28 17:12:55.111 INFO O| May 28 17:12:55.110 INFO O| Actions: 1/22 actions (Installing new actions)
63002026-05-28T17:12:55.650Z[ recovery-image] May 28 17:12:55.113 INFO O| May 28 17:12:55.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63012026-05-28T17:12:55.650Z[ recovery-image] May 28 17:12:55.113 INFO O| May 28 17:12:55.113 INFO STEP 487 (remove_files) COMPLETE
63022026-05-28T17:12:55.650Z[ recovery-image] May 28 17:12:55.113 INFO O| May 28 17:12:55.113 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-05-28T17:12:55.660Z[ recovery-image] May 28 17:12:55.123 INFO O| May 28 17:12:55.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63042026-05-28T17:12:55.660Z[ recovery-image] May 28 17:12:55.123 INFO O| May 28 17:12:55.123 INFO STEP 488 (remove_files) COMPLETE
63052026-05-28T17:12:55.660Z[ recovery-image] May 28 17:12:55.124 INFO O| May 28 17:12:55.123 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-05-28T17:12:55.670Z[ recovery-image] May 28 17:12:55.134 INFO O| May 28 17:12:55.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63072026-05-28T17:12:55.670Z[ recovery-image] May 28 17:12:55.134 INFO O| May 28 17:12:55.134 INFO STEP 489 (remove_files) COMPLETE
63082026-05-28T17:12:55.670Z[ recovery-image] May 28 17:12:55.134 INFO O| May 28 17:12:55.134 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-05-28T17:12:55.679Z[ recovery-image] May 28 17:12:55.142 INFO O| May 28 17:12:55.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63102026-05-28T17:12:55.679Z[ recovery-image] May 28 17:12:55.143 INFO O| May 28 17:12:55.143 INFO STEP 490 (remove_files) COMPLETE
63112026-05-28T17:12:55.679Z[ recovery-image] May 28 17:12:55.143 INFO O| May 28 17:12:55.143 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-05-28T17:12:55.688Z[ recovery-image] May 28 17:12:55.152 INFO O| May 28 17:12:55.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63132026-05-28T17:12:55.688Z[ recovery-image] May 28 17:12:55.152 INFO O| May 28 17:12:55.152 INFO STEP 491 (remove_files) COMPLETE
63142026-05-28T17:12:55.688Z[ recovery-image] May 28 17:12:55.152 INFO O| May 28 17:12:55.152 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-05-28T17:12:55.700Z[ recovery-image] May 28 17:12:55.163 INFO O| May 28 17:12:55.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63162026-05-28T17:12:55.700Z[ recovery-image] May 28 17:12:55.163 INFO O| May 28 17:12:55.163 INFO STEP 492 (remove_files) COMPLETE
63172026-05-28T17:12:55.703Z[ recovery-image] May 28 17:12:55.163 INFO O| May 28 17:12:55.163 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-05-28T17:12:55.709Z[ recovery-image] May 28 17:12:55.172 INFO O| May 28 17:12:55.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63192026-05-28T17:12:55.709Z[ recovery-image] May 28 17:12:55.172 INFO O| May 28 17:12:55.172 INFO STEP 493 (remove_files) COMPLETE
63202026-05-28T17:12:55.709Z[ recovery-image] May 28 17:12:55.172 INFO O| May 28 17:12:55.172 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-05-28T17:12:55.718Z[ recovery-image] May 28 17:12:55.181 INFO O| May 28 17:12:55.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63222026-05-28T17:12:55.718Z[ recovery-image] May 28 17:12:55.181 INFO O| May 28 17:12:55.181 INFO STEP 494 (remove_files) COMPLETE
63232026-05-28T17:12:55.721Z[ recovery-image] May 28 17:12:55.181 INFO O| May 28 17:12:55.181 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-05-28T17:12:55.728Z[ recovery-image] May 28 17:12:55.190 INFO O| May 28 17:12:55.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63252026-05-28T17:12:55.728Z[ recovery-image] May 28 17:12:55.190 INFO O| May 28 17:12:55.190 INFO STEP 495 (remove_files) COMPLETE
63262026-05-28T17:12:55.732Z[ recovery-image] May 28 17:12:55.190 INFO O| May 28 17:12:55.190 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-05-28T17:12:55.736Z[ recovery-image] May 28 17:12:55.200 INFO O| May 28 17:12:55.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63282026-05-28T17:12:55.736Z[ recovery-image] May 28 17:12:55.200 INFO O| May 28 17:12:55.200 INFO STEP 496 (remove_files) COMPLETE
63292026-05-28T17:12:55.736Z[ recovery-image] May 28 17:12:55.200 INFO O| May 28 17:12:55.200 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-05-28T17:12:55.745Z[ recovery-image] May 28 17:12:55.208 INFO O| May 28 17:12:55.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63312026-05-28T17:12:55.745Z[ recovery-image] May 28 17:12:55.208 INFO O| May 28 17:12:55.208 INFO STEP 497 (remove_files) COMPLETE
63322026-05-28T17:12:55.749Z[ recovery-image] May 28 17:12:55.208 INFO O| May 28 17:12:55.208 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-05-28T17:12:55.756Z[ recovery-image] May 28 17:12:55.218 INFO O| May 28 17:12:55.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63342026-05-28T17:12:55.756Z[ recovery-image] May 28 17:12:55.218 INFO O| May 28 17:12:55.218 INFO STEP 498 (remove_files) COMPLETE
63352026-05-28T17:12:55.756Z[ recovery-image] May 28 17:12:55.218 INFO O| May 28 17:12:55.218 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-05-28T17:12:55.767Z[ recovery-image] May 28 17:12:55.230 INFO O| May 28 17:12:55.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63372026-05-28T17:12:55.767Z[ recovery-image] May 28 17:12:55.230 INFO O| May 28 17:12:55.230 INFO STEP 499 (remove_files) COMPLETE
63382026-05-28T17:12:55.767Z[ recovery-image] May 28 17:12:55.230 INFO O| May 28 17:12:55.230 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-05-28T17:12:55.777Z[ recovery-image] May 28 17:12:55.241 INFO O| May 28 17:12:55.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63402026-05-28T17:12:55.777Z[ recovery-image] May 28 17:12:55.241 INFO O| May 28 17:12:55.241 INFO STEP 500 (remove_files) COMPLETE
63412026-05-28T17:12:55.777Z[ recovery-image] May 28 17:12:55.241 INFO O| May 28 17:12:55.241 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-05-28T17:12:55.799Z[ recovery-image] May 28 17:12:55.262 INFO O| May 28 17:12:55.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63432026-05-28T17:12:55.799Z[ recovery-image] May 28 17:12:55.263 INFO O| May 28 17:12:55.251 INFO STEP 501 (remove_files) COMPLETE
63442026-05-28T17:12:55.799Z[ recovery-image] May 28 17:12:55.263 INFO O| May 28 17:12:55.251 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-05-28T17:12:55.799Z[ recovery-image] May 28 17:12:55.263 INFO O| May 28 17:12:55.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63462026-05-28T17:12:55.803Z[ recovery-image] May 28 17:12:55.263 INFO O| May 28 17:12:55.261 INFO STEP 502 (remove_files) COMPLETE
63472026-05-28T17:12:55.803Z[ recovery-image] May 28 17:12:55.263 INFO O| May 28 17:12:55.261 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-05-28T17:12:55.806Z[ recovery-image] May 28 17:12:55.269 INFO O| May 28 17:12:55.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63492026-05-28T17:12:55.806Z[ recovery-image] May 28 17:12:55.269 INFO O| May 28 17:12:55.269 INFO STEP 503 (remove_files) COMPLETE
63502026-05-28T17:12:55.809Z[ recovery-image] May 28 17:12:55.269 INFO O| May 28 17:12:55.269 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-05-28T17:12:55.814Z[ recovery-image] May 28 17:12:55.277 INFO O| May 28 17:12:55.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63522026-05-28T17:12:55.814Z[ recovery-image] May 28 17:12:55.277 INFO O| May 28 17:12:55.277 INFO STEP 504 (remove_files) COMPLETE
63532026-05-28T17:12:55.814Z[ recovery-image] May 28 17:12:55.277 INFO O| May 28 17:12:55.277 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-05-28T17:12:55.823Z[ recovery-image] May 28 17:12:55.287 INFO O| May 28 17:12:55.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63552026-05-28T17:12:55.841Z[ recovery-image] May 28 17:12:55.304 INFO O| May 28 17:12:55.304 INFO STEP 505 (remove_files) COMPLETE
63562026-05-28T17:12:55.841Z[ recovery-image] May 28 17:12:55.304 INFO O| May 28 17:12:55.304 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-05-28T17:12:55.884Z[ recovery-image] May 28 17:12:55.315 INFO O| May 28 17:12:55.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63582026-05-28T17:12:55.884Z[ recovery-image] May 28 17:12:55.315 INFO O| May 28 17:12:55.315 INFO STEP 506 (remove_files) COMPLETE
63592026-05-28T17:12:55.884Z[ recovery-image] May 28 17:12:55.315 INFO O| May 28 17:12:55.315 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-05-28T17:12:55.884Z[ recovery-image] May 28 17:12:55.324 INFO O| May 28 17:12:55.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63612026-05-28T17:12:55.884Z[ recovery-image] May 28 17:12:55.324 INFO O| May 28 17:12:55.324 INFO STEP 507 (remove_files) COMPLETE
63622026-05-28T17:12:55.884Z[ recovery-image] May 28 17:12:55.324 INFO O| May 28 17:12:55.324 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-05-28T17:12:55.884Z[ recovery-image] May 28 17:12:55.333 INFO O| May 28 17:12:55.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63642026-05-28T17:12:55.884Z[ recovery-image] May 28 17:12:55.333 INFO O| May 28 17:12:55.333 INFO STEP 508 (remove_files) COMPLETE
63652026-05-28T17:12:55.884Z[ recovery-image] May 28 17:12:55.333 INFO O| May 28 17:12:55.333 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-05-28T17:12:55.884Z[ recovery-image] May 28 17:12:55.343 INFO O| May 28 17:12:55.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63672026-05-28T17:12:55.884Z[ recovery-image] May 28 17:12:55.343 INFO O| May 28 17:12:55.343 INFO STEP 509 (remove_files) COMPLETE
63682026-05-28T17:12:55.884Z[ recovery-image] May 28 17:12:55.343 INFO O| May 28 17:12:55.343 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-05-28T17:12:55.888Z[ recovery-image] May 28 17:12:55.352 INFO O| May 28 17:12:55.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63702026-05-28T17:12:55.888Z[ recovery-image] May 28 17:12:55.352 INFO O| May 28 17:12:55.352 INFO STEP 510 (remove_files) COMPLETE
63712026-05-28T17:12:55.889Z[ recovery-image] May 28 17:12:55.352 INFO O| May 28 17:12:55.352 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-05-28T17:12:55.898Z[ recovery-image] May 28 17:12:55.361 INFO O| May 28 17:12:55.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63732026-05-28T17:12:55.898Z[ recovery-image] May 28 17:12:55.361 INFO O| May 28 17:12:55.361 INFO STEP 511 (remove_files) COMPLETE
63742026-05-28T17:12:55.898Z[ recovery-image] May 28 17:12:55.361 INFO O| May 28 17:12:55.361 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-05-28T17:12:55.906Z[ recovery-image] May 28 17:12:55.370 INFO O| May 28 17:12:55.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63762026-05-28T17:12:55.906Z[ recovery-image] May 28 17:12:55.370 INFO O| May 28 17:12:55.370 INFO STEP 512 (remove_files) COMPLETE
63772026-05-28T17:12:55.906Z[ recovery-image] May 28 17:12:55.370 INFO O| May 28 17:12:55.370 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-05-28T17:12:55.915Z[ recovery-image] May 28 17:12:55.378 INFO O| May 28 17:12:55.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63792026-05-28T17:12:55.918Z[ recovery-image] May 28 17:12:55.378 INFO O| May 28 17:12:55.378 INFO STEP 513 (remove_files) COMPLETE
63802026-05-28T17:12:55.918Z[ recovery-image] May 28 17:12:55.378 INFO O| May 28 17:12:55.378 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-05-28T17:12:55.918Z[ host-image] May 28 17:12:55.379 INFO O| May 28 17:12:55.378 INFO O| Actions: Completed 22 actions in 0.27 seconds.
63822026-05-28T17:12:55.923Z[ host-image] May 28 17:12:55.386 INFO O| May 28 17:12:55.386 INFO O| Finalize: Updating package state database ... Done
63832026-05-28T17:12:55.923Z[ host-image] May 28 17:12:55.386 INFO O| May 28 17:12:55.386 INFO O| Finalize: Updating package cache ... Done
63842026-05-28T17:12:55.923Z[ recovery-image] May 28 17:12:55.387 INFO O| May 28 17:12:55.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63852026-05-28T17:12:55.926Z[ recovery-image] May 28 17:12:55.387 INFO O| May 28 17:12:55.387 INFO STEP 514 (remove_files) COMPLETE
63862026-05-28T17:12:55.926Z[ recovery-image] May 28 17:12:55.387 INFO O| May 28 17:12:55.387 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-05-28T17:12:55.933Z[ recovery-image] May 28 17:12:55.395 INFO O| May 28 17:12:55.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63882026-05-28T17:12:55.933Z[ recovery-image] May 28 17:12:55.396 INFO O| May 28 17:12:55.395 INFO STEP 515 (remove_files) COMPLETE
63892026-05-28T17:12:55.936Z[ recovery-image] May 28 17:12:55.396 INFO O| May 28 17:12:55.396 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-05-28T17:12:55.940Z[ recovery-image] May 28 17:12:55.403 INFO O| May 28 17:12:55.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
63912026-05-28T17:12:55.940Z[ recovery-image] May 28 17:12:55.403 INFO O| May 28 17:12:55.403 INFO STEP 516 (remove_files) COMPLETE
63922026-05-28T17:12:55.940Z[ recovery-image] May 28 17:12:55.403 INFO O| May 28 17:12:55.403 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-05-28T17:12:55.945Z[ host-image] May 28 17:12:55.408 INFO O| May 28 17:12:55.408 INFO O| Finalize: Updating image state ... Done
63942026-05-28T17:12:55.948Z[ recovery-image] May 28 17:12:55.411 INFO O| May 28 17:12:55.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63952026-05-28T17:12:55.948Z[ recovery-image] May 28 17:12:55.411 INFO O| May 28 17:12:55.411 INFO STEP 517 (remove_files) COMPLETE
63962026-05-28T17:12:55.948Z[ recovery-image] May 28 17:12:55.411 INFO O| May 28 17:12:55.411 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-05-28T17:12:55.956Z[ recovery-image] May 28 17:12:55.419 INFO O| May 28 17:12:55.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63982026-05-28T17:12:55.956Z[ recovery-image] May 28 17:12:55.419 INFO O| May 28 17:12:55.419 INFO STEP 518 (remove_files) COMPLETE
63992026-05-28T17:12:55.956Z[ recovery-image] May 28 17:12:55.419 INFO O| May 28 17:12:55.419 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-05-28T17:12:55.964Z[ recovery-image] May 28 17:12:55.427 INFO O| May 28 17:12:55.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64012026-05-28T17:12:55.964Z[ recovery-image] May 28 17:12:55.427 INFO O| May 28 17:12:55.427 INFO STEP 519 (remove_files) COMPLETE
64022026-05-28T17:12:55.964Z[ recovery-image] May 28 17:12:55.427 INFO O| May 28 17:12:55.427 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-05-28T17:12:55.972Z[ recovery-image] May 28 17:12:55.435 INFO O| May 28 17:12:55.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64042026-05-28T17:12:55.972Z[ recovery-image] May 28 17:12:55.435 INFO O| May 28 17:12:55.435 INFO STEP 520 (remove_files) COMPLETE
64052026-05-28T17:12:55.975Z[ recovery-image] May 28 17:12:55.435 INFO O| May 28 17:12:55.435 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-05-28T17:12:55.980Z[ recovery-image] May 28 17:12:55.443 INFO O| May 28 17:12:55.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64072026-05-28T17:12:55.980Z[ recovery-image] May 28 17:12:55.444 INFO O| May 28 17:12:55.444 INFO STEP 521 (remove_files) COMPLETE
64082026-05-28T17:12:55.983Z[ recovery-image] May 28 17:12:55.444 INFO O| May 28 17:12:55.444 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-05-28T17:12:55.989Z[ recovery-image] May 28 17:12:55.453 INFO O| May 28 17:12:55.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64102026-05-28T17:12:55.989Z[ recovery-image] May 28 17:12:55.453 INFO O| May 28 17:12:55.453 INFO STEP 522 (remove_files) COMPLETE
64112026-05-28T17:12:55.989Z[ recovery-image] May 28 17:12:55.453 INFO O| May 28 17:12:55.453 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-05-28T17:12:55.998Z[ recovery-image] May 28 17:12:55.461 INFO O| May 28 17:12:55.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64132026-05-28T17:12:55.998Z[ recovery-image] May 28 17:12:55.461 INFO O| May 28 17:12:55.461 INFO STEP 523 (remove_files) COMPLETE
64142026-05-28T17:12:56.001Z[ recovery-image] May 28 17:12:55.461 INFO O| May 28 17:12:55.461 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-05-28T17:12:56.007Z[ recovery-image] May 28 17:12:55.470 INFO O| May 28 17:12:55.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64162026-05-28T17:12:56.007Z[ recovery-image] May 28 17:12:55.470 INFO O| May 28 17:12:55.470 INFO STEP 524 (remove_files) COMPLETE
64172026-05-28T17:12:56.010Z[ recovery-image] May 28 17:12:55.470 INFO O| May 28 17:12:55.470 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-05-28T17:12:56.015Z[ recovery-image] May 28 17:12:55.479 INFO O| May 28 17:12:55.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64192026-05-28T17:12:56.015Z[ recovery-image] May 28 17:12:55.479 INFO O| May 28 17:12:55.479 INFO STEP 525 (remove_files) COMPLETE
64202026-05-28T17:12:56.018Z[ recovery-image] May 28 17:12:55.479 INFO O| May 28 17:12:55.479 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-05-28T17:12:56.024Z[ recovery-image] May 28 17:12:55.487 INFO O| May 28 17:12:55.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64222026-05-28T17:12:56.024Z[ recovery-image] May 28 17:12:55.487 INFO O| May 28 17:12:55.487 INFO STEP 526 (remove_files) COMPLETE
64232026-05-28T17:12:56.027Z[ recovery-image] May 28 17:12:55.487 INFO O| May 28 17:12:55.487 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-05-28T17:12:56.032Z[ recovery-image] May 28 17:12:55.496 INFO O| May 28 17:12:55.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
64252026-05-28T17:12:56.032Z[ recovery-image] May 28 17:12:55.496 INFO O| May 28 17:12:55.496 INFO STEP 527 (remove_files) COMPLETE
64262026-05-28T17:12:56.035Z[ recovery-image] May 28 17:12:55.496 INFO O| May 28 17:12:55.496 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-05-28T17:12:56.042Z[ recovery-image] May 28 17:12:55.505 INFO O| May 28 17:12:55.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64282026-05-28T17:12:56.042Z[ recovery-image] May 28 17:12:55.505 INFO O| May 28 17:12:55.505 INFO STEP 528 (remove_files) COMPLETE
64292026-05-28T17:12:56.042Z[ recovery-image] May 28 17:12:55.505 INFO O| May 28 17:12:55.505 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-05-28T17:12:56.050Z[ recovery-image] May 28 17:12:55.513 INFO O| May 28 17:12:55.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64312026-05-28T17:12:56.050Z[ recovery-image] May 28 17:12:55.514 INFO O| May 28 17:12:55.514 INFO STEP 529 (remove_files) COMPLETE
64322026-05-28T17:12:56.053Z[ recovery-image] May 28 17:12:55.514 INFO O| May 28 17:12:55.514 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-05-28T17:12:56.059Z[ recovery-image] May 28 17:12:55.522 INFO O| May 28 17:12:55.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64342026-05-28T17:12:56.062Z[ recovery-image] May 28 17:12:55.522 INFO O| May 28 17:12:55.522 INFO STEP 530 (remove_files) COMPLETE
64352026-05-28T17:12:56.062Z[ recovery-image] May 28 17:12:55.522 INFO O| May 28 17:12:55.522 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-05-28T17:12:56.067Z[ recovery-image] May 28 17:12:55.530 INFO O| May 28 17:12:55.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64372026-05-28T17:12:56.067Z[ recovery-image] May 28 17:12:55.530 INFO O| May 28 17:12:55.530 INFO STEP 531 (remove_files) COMPLETE
64382026-05-28T17:12:56.071Z[ recovery-image] May 28 17:12:55.530 INFO O| May 28 17:12:55.530 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-05-28T17:12:56.075Z[ recovery-image] May 28 17:12:55.539 INFO O| May 28 17:12:55.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64402026-05-28T17:12:56.075Z[ recovery-image] May 28 17:12:55.539 INFO O| May 28 17:12:55.539 INFO STEP 532 (remove_files) COMPLETE
64412026-05-28T17:12:56.075Z[ recovery-image] May 28 17:12:55.539 INFO O| May 28 17:12:55.539 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-05-28T17:12:56.084Z[ recovery-image] May 28 17:12:55.547 INFO O| May 28 17:12:55.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64432026-05-28T17:12:56.084Z[ recovery-image] May 28 17:12:55.547 INFO O| May 28 17:12:55.547 INFO STEP 533 (remove_files) COMPLETE
64442026-05-28T17:12:56.087Z[ recovery-image] May 28 17:12:55.547 INFO O| May 28 17:12:55.547 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-05-28T17:12:56.094Z[ recovery-image] May 28 17:12:55.557 INFO O| May 28 17:12:55.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64462026-05-28T17:12:56.094Z[ recovery-image] May 28 17:12:55.557 INFO O| May 28 17:12:55.557 INFO STEP 534 (remove_files) COMPLETE
64472026-05-28T17:12:56.094Z[ recovery-image] May 28 17:12:55.557 INFO O| May 28 17:12:55.557 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-05-28T17:12:56.102Z[ recovery-image] May 28 17:12:55.566 INFO O| May 28 17:12:55.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64492026-05-28T17:12:56.103Z[ recovery-image] May 28 17:12:55.566 INFO O| May 28 17:12:55.566 INFO STEP 535 (remove_files) COMPLETE
64502026-05-28T17:12:56.106Z[ recovery-image] May 28 17:12:55.566 INFO O| May 28 17:12:55.566 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-05-28T17:12:56.111Z[ recovery-image] May 28 17:12:55.575 INFO O| May 28 17:12:55.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64522026-05-28T17:12:56.111Z[ recovery-image] May 28 17:12:55.575 INFO O| May 28 17:12:55.575 INFO STEP 536 (remove_files) COMPLETE
64532026-05-28T17:12:56.111Z[ recovery-image] May 28 17:12:55.575 INFO O| May 28 17:12:55.575 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-05-28T17:12:56.121Z[ recovery-image] May 28 17:12:55.584 INFO O| May 28 17:12:55.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64552026-05-28T17:12:56.121Z[ recovery-image] May 28 17:12:55.584 INFO O| May 28 17:12:55.584 INFO STEP 537 (remove_files) COMPLETE
64562026-05-28T17:12:56.125Z[ recovery-image] May 28 17:12:55.584 INFO O| May 28 17:12:55.584 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-05-28T17:12:56.130Z[ recovery-image] May 28 17:12:55.593 INFO O| May 28 17:12:55.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64582026-05-28T17:12:56.132Z[ recovery-image] May 28 17:12:55.594 INFO O| May 28 17:12:55.594 INFO STEP 538 (remove_files) COMPLETE
64592026-05-28T17:12:56.133Z[ recovery-image] May 28 17:12:55.594 INFO O| May 28 17:12:55.594 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-05-28T17:12:56.140Z[ recovery-image] May 28 17:12:55.604 INFO O| May 28 17:12:55.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
64612026-05-28T17:12:56.140Z[ recovery-image] May 28 17:12:55.604 INFO O| May 28 17:12:55.604 INFO STEP 539 (remove_files) COMPLETE
64622026-05-28T17:12:56.143Z[ recovery-image] May 28 17:12:55.604 INFO O| May 28 17:12:55.604 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-05-28T17:12:56.153Z[ recovery-image] May 28 17:12:55.613 INFO O| May 28 17:12:55.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
64642026-05-28T17:12:56.153Z[ recovery-image] May 28 17:12:55.613 INFO O| May 28 17:12:55.613 INFO STEP 540 (remove_files) COMPLETE
64652026-05-28T17:12:56.153Z[ recovery-image] May 28 17:12:55.613 INFO O| May 28 17:12:55.613 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-05-28T17:12:56.158Z[ recovery-image] May 28 17:12:55.622 INFO O| May 28 17:12:55.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
64672026-05-28T17:12:56.158Z[ recovery-image] May 28 17:12:55.622 INFO O| May 28 17:12:55.622 INFO STEP 541 (remove_files) COMPLETE
64682026-05-28T17:12:56.158Z[ recovery-image] May 28 17:12:55.622 INFO O| May 28 17:12:55.622 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-05-28T17:12:56.167Z[ recovery-image] May 28 17:12:55.631 INFO O| May 28 17:12:55.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
64702026-05-28T17:12:56.167Z[ recovery-image] May 28 17:12:55.631 INFO O| May 28 17:12:55.631 INFO STEP 542 (remove_files) COMPLETE
64712026-05-28T17:12:56.170Z[ recovery-image] May 28 17:12:55.631 INFO O| May 28 17:12:55.631 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-05-28T17:12:56.176Z[ recovery-image] May 28 17:12:55.640 INFO O| May 28 17:12:55.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
64732026-05-28T17:12:56.179Z[ recovery-image] May 28 17:12:55.640 INFO O| May 28 17:12:55.640 INFO STEP 543 (remove_files) COMPLETE
64742026-05-28T17:12:56.179Z[ recovery-image] May 28 17:12:55.640 INFO O| May 28 17:12:55.640 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-05-28T17:12:56.185Z[ recovery-image] May 28 17:12:55.649 INFO O| May 28 17:12:55.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
64762026-05-28T17:12:56.185Z[ recovery-image] May 28 17:12:55.649 INFO O| May 28 17:12:55.649 INFO STEP 544 (remove_files) COMPLETE
64772026-05-28T17:12:56.188Z[ recovery-image] May 28 17:12:55.649 INFO O| May 28 17:12:55.649 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-05-28T17:12:56.194Z[ recovery-image] May 28 17:12:55.657 INFO O| May 28 17:12:55.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
64792026-05-28T17:12:56.194Z[ recovery-image] May 28 17:12:55.657 INFO O| May 28 17:12:55.657 INFO STEP 545 (remove_files) COMPLETE
64802026-05-28T17:12:56.197Z[ recovery-image] May 28 17:12:55.657 INFO O| May 28 17:12:55.657 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-05-28T17:12:56.205Z[ recovery-image] May 28 17:12:55.668 INFO O| May 28 17:12:55.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64822026-05-28T17:12:56.205Z[ recovery-image] May 28 17:12:55.668 INFO O| May 28 17:12:55.668 INFO STEP 546 (remove_files) COMPLETE
64832026-05-28T17:12:56.208Z[ recovery-image] May 28 17:12:55.668 INFO O| May 28 17:12:55.668 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-05-28T17:12:56.214Z[ recovery-image] May 28 17:12:55.677 INFO O| May 28 17:12:55.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
64852026-05-28T17:12:56.214Z[ recovery-image] May 28 17:12:55.677 INFO O| May 28 17:12:55.677 INFO STEP 547 (remove_files) COMPLETE
64862026-05-28T17:12:56.214Z[ recovery-image] May 28 17:12:55.677 INFO O| May 28 17:12:55.677 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-05-28T17:12:56.222Z[ recovery-image] May 28 17:12:55.686 INFO O| May 28 17:12:55.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
64882026-05-28T17:12:56.222Z[ recovery-image] May 28 17:12:55.686 INFO O| May 28 17:12:55.686 INFO STEP 548 (remove_files) COMPLETE
64892026-05-28T17:12:56.222Z[ recovery-image] May 28 17:12:55.686 INFO O| May 28 17:12:55.686 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-05-28T17:12:56.231Z[ recovery-image] May 28 17:12:55.694 INFO O| May 28 17:12:55.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
64912026-05-28T17:12:56.231Z[ recovery-image] May 28 17:12:55.694 INFO O| May 28 17:12:55.694 INFO STEP 549 (remove_files) COMPLETE
64922026-05-28T17:12:56.231Z[ recovery-image] May 28 17:12:55.694 INFO O| May 28 17:12:55.694 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-05-28T17:12:56.239Z[ recovery-image] May 28 17:12:55.702 INFO O| May 28 17:12:55.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
64942026-05-28T17:12:56.239Z[ recovery-image] May 28 17:12:55.702 INFO O| May 28 17:12:55.702 INFO STEP 550 (remove_files) COMPLETE
64952026-05-28T17:12:56.239Z[ recovery-image] May 28 17:12:55.702 INFO O| May 28 17:12:55.702 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-05-28T17:12:56.247Z[ recovery-image] May 28 17:12:55.711 INFO O| May 28 17:12:55.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
64972026-05-28T17:12:56.247Z[ recovery-image] May 28 17:12:55.711 INFO O| May 28 17:12:55.711 INFO STEP 551 (remove_files) COMPLETE
64982026-05-28T17:12:56.247Z[ recovery-image] May 28 17:12:55.711 INFO O| May 28 17:12:55.711 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-05-28T17:12:56.255Z[ recovery-image] May 28 17:12:55.718 INFO O| May 28 17:12:55.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65002026-05-28T17:12:56.255Z[ recovery-image] May 28 17:12:55.718 INFO O| May 28 17:12:55.718 INFO STEP 552 (remove_files) COMPLETE
65012026-05-28T17:12:56.258Z[ recovery-image] May 28 17:12:55.718 INFO O| May 28 17:12:55.718 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-05-28T17:12:56.263Z[ recovery-image] May 28 17:12:55.726 INFO O| May 28 17:12:55.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65032026-05-28T17:12:56.263Z[ recovery-image] May 28 17:12:55.726 INFO O| May 28 17:12:55.726 INFO STEP 553 (remove_files) COMPLETE
65042026-05-28T17:12:56.263Z[ recovery-image] May 28 17:12:55.726 INFO O| May 28 17:12:55.726 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-05-28T17:12:56.271Z[ recovery-image] May 28 17:12:55.734 INFO O| May 28 17:12:55.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65062026-05-28T17:12:56.271Z[ recovery-image] May 28 17:12:55.734 INFO O| May 28 17:12:55.734 INFO STEP 554 (remove_files) COMPLETE
65072026-05-28T17:12:56.274Z[ recovery-image] May 28 17:12:55.734 INFO O| May 28 17:12:55.734 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-05-28T17:12:56.282Z[ recovery-image] May 28 17:12:55.746 INFO O| May 28 17:12:55.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65092026-05-28T17:12:56.282Z[ recovery-image] May 28 17:12:55.746 INFO O| May 28 17:12:55.746 INFO STEP 555 (remove_files) COMPLETE
65102026-05-28T17:12:56.282Z[ recovery-image] May 28 17:12:55.746 INFO O| May 28 17:12:55.746 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-05-28T17:12:56.293Z[ recovery-image] May 28 17:12:55.756 INFO O| May 28 17:12:55.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65122026-05-28T17:12:56.293Z[ recovery-image] May 28 17:12:55.757 INFO O| May 28 17:12:55.757 INFO STEP 556 (remove_files) COMPLETE
65132026-05-28T17:12:56.293Z[ recovery-image] May 28 17:12:55.757 INFO O| May 28 17:12:55.757 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-05-28T17:12:56.305Z[ recovery-image] May 28 17:12:55.768 INFO O| May 28 17:12:55.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65152026-05-28T17:12:56.305Z[ recovery-image] May 28 17:12:55.768 INFO O| May 28 17:12:55.768 INFO STEP 557 (remove_files) COMPLETE
65162026-05-28T17:12:56.308Z[ recovery-image] May 28 17:12:55.768 INFO O| May 28 17:12:55.768 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-05-28T17:12:56.314Z[ recovery-image] May 28 17:12:55.778 INFO O| May 28 17:12:55.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65182026-05-28T17:12:56.314Z[ recovery-image] May 28 17:12:55.778 INFO O| May 28 17:12:55.778 INFO STEP 558 (remove_files) COMPLETE
65192026-05-28T17:12:56.318Z[ recovery-image] May 28 17:12:55.778 INFO O| May 28 17:12:55.778 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-05-28T17:12:56.324Z[ recovery-image] May 28 17:12:55.787 INFO O| May 28 17:12:55.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65212026-05-28T17:12:56.324Z[ recovery-image] May 28 17:12:55.787 INFO O| May 28 17:12:55.787 INFO STEP 559 (remove_files) COMPLETE
65222026-05-28T17:12:56.327Z[ recovery-image] May 28 17:12:55.787 INFO O| May 28 17:12:55.787 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-05-28T17:12:56.333Z[ recovery-image] May 28 17:12:55.796 INFO O| May 28 17:12:55.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65242026-05-28T17:12:56.333Z[ recovery-image] May 28 17:12:55.796 INFO O| May 28 17:12:55.796 INFO STEP 560 (remove_files) COMPLETE
65252026-05-28T17:12:56.333Z[ recovery-image] May 28 17:12:55.796 INFO O| May 28 17:12:55.796 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-05-28T17:12:56.343Z[ recovery-image] May 28 17:12:55.807 INFO O| May 28 17:12:55.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65272026-05-28T17:12:56.343Z[ recovery-image] May 28 17:12:55.807 INFO O| May 28 17:12:55.807 INFO STEP 561 (remove_files) COMPLETE
65282026-05-28T17:12:56.343Z[ recovery-image] May 28 17:12:55.807 INFO O| May 28 17:12:55.807 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-05-28T17:12:56.355Z[ recovery-image] May 28 17:12:55.818 INFO O| May 28 17:12:55.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65302026-05-28T17:12:56.355Z[ recovery-image] May 28 17:12:55.818 INFO O| May 28 17:12:55.818 INFO STEP 562 (remove_files) COMPLETE
65312026-05-28T17:12:56.355Z[ recovery-image] May 28 17:12:55.818 INFO O| May 28 17:12:55.818 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-05-28T17:12:56.367Z[ recovery-image] May 28 17:12:55.830 INFO O| May 28 17:12:55.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65332026-05-28T17:12:56.369Z[ recovery-image] May 28 17:12:55.831 INFO O| May 28 17:12:55.831 INFO STEP 563 (remove_files) COMPLETE
65342026-05-28T17:12:56.370Z[ recovery-image] May 28 17:12:55.831 INFO O| May 28 17:12:55.831 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-05-28T17:12:56.379Z[ recovery-image] May 28 17:12:55.843 INFO O| May 28 17:12:55.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65362026-05-28T17:12:56.382Z[ recovery-image] May 28 17:12:55.844 INFO O| May 28 17:12:55.843 INFO STEP 564 (remove_files) COMPLETE
65372026-05-28T17:12:56.382Z[ recovery-image] May 28 17:12:55.844 INFO O| May 28 17:12:55.843 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-05-28T17:12:56.392Z[ recovery-image] May 28 17:12:55.855 INFO O| May 28 17:12:55.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65392026-05-28T17:12:56.392Z[ recovery-image] May 28 17:12:55.855 INFO O| May 28 17:12:55.855 INFO STEP 565 (remove_files) COMPLETE
65402026-05-28T17:12:56.394Z[ recovery-image] May 28 17:12:55.855 INFO O| May 28 17:12:55.855 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-05-28T17:12:56.403Z[ recovery-image] May 28 17:12:55.866 INFO O| May 28 17:12:55.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65422026-05-28T17:12:56.403Z[ recovery-image] May 28 17:12:55.867 INFO O| May 28 17:12:55.867 INFO STEP 566 (remove_files) COMPLETE
65432026-05-28T17:12:56.406Z[ recovery-image] May 28 17:12:55.867 INFO O| May 28 17:12:55.867 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-05-28T17:12:56.414Z[ recovery-image] May 28 17:12:55.877 INFO O| May 28 17:12:55.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65452026-05-28T17:12:56.414Z[ recovery-image] May 28 17:12:55.877 INFO O| May 28 17:12:55.877 INFO STEP 567 (remove_files) COMPLETE
65462026-05-28T17:12:56.414Z[ recovery-image] May 28 17:12:55.877 INFO O| May 28 17:12:55.877 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-05-28T17:12:56.424Z[ recovery-image] May 28 17:12:55.888 INFO O| May 28 17:12:55.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65482026-05-28T17:12:56.424Z[ recovery-image] May 28 17:12:55.888 INFO O| May 28 17:12:55.888 INFO STEP 568 (remove_files) COMPLETE
65492026-05-28T17:12:56.424Z[ recovery-image] May 28 17:12:55.888 INFO O| May 28 17:12:55.888 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-05-28T17:12:56.434Z[ recovery-image] May 28 17:12:55.898 INFO O| May 28 17:12:55.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65512026-05-28T17:12:56.434Z[ recovery-image] May 28 17:12:55.898 INFO O| May 28 17:12:55.898 INFO STEP 569 (remove_files) COMPLETE
65522026-05-28T17:12:56.438Z[ recovery-image] May 28 17:12:55.898 INFO O| May 28 17:12:55.898 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-05-28T17:12:56.444Z[ recovery-image] May 28 17:12:55.908 INFO O| May 28 17:12:55.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65542026-05-28T17:12:56.444Z[ recovery-image] May 28 17:12:55.908 INFO O| May 28 17:12:55.908 INFO STEP 570 (remove_files) COMPLETE
65552026-05-28T17:12:56.447Z[ recovery-image] May 28 17:12:55.908 INFO O| May 28 17:12:55.908 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-05-28T17:12:56.455Z[ recovery-image] May 28 17:12:55.918 INFO O| May 28 17:12:55.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65572026-05-28T17:12:56.455Z[ recovery-image] May 28 17:12:55.918 INFO O| May 28 17:12:55.918 INFO STEP 571 (remove_files) COMPLETE
65582026-05-28T17:12:56.458Z[ recovery-image] May 28 17:12:55.918 INFO O| May 28 17:12:55.918 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-05-28T17:12:56.466Z[ recovery-image] May 28 17:12:55.929 INFO O| May 28 17:12:55.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
65602026-05-28T17:12:56.466Z[ recovery-image] May 28 17:12:55.929 INFO O| May 28 17:12:55.929 INFO STEP 572 (remove_files) COMPLETE
65612026-05-28T17:12:56.469Z[ recovery-image] May 28 17:12:55.929 INFO O| May 28 17:12:55.929 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-05-28T17:12:56.476Z[ recovery-image] May 28 17:12:55.940 INFO O| May 28 17:12:55.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
65632026-05-28T17:12:56.477Z[ recovery-image] May 28 17:12:55.940 INFO O| May 28 17:12:55.940 INFO STEP 573 (remove_files) COMPLETE
65642026-05-28T17:12:56.480Z[ recovery-image] May 28 17:12:55.940 INFO O| May 28 17:12:55.940 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-05-28T17:12:56.487Z[ recovery-image] May 28 17:12:55.950 INFO O| May 28 17:12:55.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65662026-05-28T17:12:56.487Z[ recovery-image] May 28 17:12:55.951 INFO O| May 28 17:12:55.951 INFO STEP 574 (remove_files) COMPLETE
65672026-05-28T17:12:56.487Z[ recovery-image] May 28 17:12:55.951 INFO O| May 28 17:12:55.951 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-05-28T17:12:56.498Z[ recovery-image] May 28 17:12:55.961 INFO O| May 28 17:12:55.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65692026-05-28T17:12:56.498Z[ recovery-image] May 28 17:12:55.961 INFO O| May 28 17:12:55.961 INFO STEP 575 (remove_files) COMPLETE
65702026-05-28T17:12:56.498Z[ recovery-image] May 28 17:12:55.961 INFO O| May 28 17:12:55.961 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-05-28T17:12:56.509Z[ recovery-image] May 28 17:12:55.972 INFO O| May 28 17:12:55.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
65722026-05-28T17:12:56.509Z[ recovery-image] May 28 17:12:55.972 INFO O| May 28 17:12:55.972 INFO STEP 576 (remove_files) COMPLETE
65732026-05-28T17:12:56.509Z[ recovery-image] May 28 17:12:55.972 INFO O| May 28 17:12:55.972 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-05-28T17:12:56.519Z[ recovery-image] May 28 17:12:55.982 INFO O| May 28 17:12:55.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
65752026-05-28T17:12:56.519Z[ recovery-image] May 28 17:12:55.982 INFO O| May 28 17:12:55.982 INFO STEP 577 (remove_files) COMPLETE
65762026-05-28T17:12:56.519Z[ recovery-image] May 28 17:12:55.982 INFO O| May 28 17:12:55.982 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-05-28T17:12:56.529Z[ recovery-image] May 28 17:12:55.992 INFO O| May 28 17:12:55.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
65782026-05-28T17:12:56.529Z[ recovery-image] May 28 17:12:55.992 INFO O| May 28 17:12:55.992 INFO STEP 578 (remove_files) COMPLETE
65792026-05-28T17:12:56.529Z[ recovery-image] May 28 17:12:55.992 INFO O| May 28 17:12:55.992 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-05-28T17:12:56.541Z[ recovery-image] May 28 17:12:56.004 INFO O| May 28 17:12:56.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65812026-05-28T17:12:56.541Z[ recovery-image] May 28 17:12:56.004 INFO O| May 28 17:12:56.004 INFO STEP 579 (remove_files) COMPLETE
65822026-05-28T17:12:56.544Z[ recovery-image] May 28 17:12:56.004 INFO O| May 28 17:12:56.004 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-05-28T17:12:56.551Z[ recovery-image] May 28 17:12:56.014 INFO O| May 28 17:12:56.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65842026-05-28T17:12:56.551Z[ recovery-image] May 28 17:12:56.014 INFO O| May 28 17:12:56.014 INFO STEP 580 (remove_files) COMPLETE
65852026-05-28T17:12:56.554Z[ recovery-image] May 28 17:12:56.015 INFO O| May 28 17:12:56.014 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-05-28T17:12:56.561Z[ recovery-image] May 28 17:12:56.024 INFO O| May 28 17:12:56.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
65872026-05-28T17:12:56.561Z[ recovery-image] May 28 17:12:56.024 INFO O| May 28 17:12:56.024 INFO STEP 581 (remove_files) COMPLETE
65882026-05-28T17:12:56.561Z[ recovery-image] May 28 17:12:56.024 INFO O| May 28 17:12:56.024 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-05-28T17:12:56.571Z[ recovery-image] May 28 17:12:56.035 INFO O| May 28 17:12:56.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65902026-05-28T17:12:56.571Z[ recovery-image] May 28 17:12:56.035 INFO O| May 28 17:12:56.035 INFO STEP 582 (remove_files) COMPLETE
65912026-05-28T17:12:56.571Z[ recovery-image] May 28 17:12:56.035 INFO O| May 28 17:12:56.035 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-05-28T17:12:56.580Z[ recovery-image] May 28 17:12:56.043 INFO O| May 28 17:12:56.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65932026-05-28T17:12:56.580Z[ recovery-image] May 28 17:12:56.043 INFO O| May 28 17:12:56.043 INFO STEP 583 (remove_files) COMPLETE
65942026-05-28T17:12:56.583Z[ recovery-image] May 28 17:12:56.043 INFO O| May 28 17:12:56.043 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-05-28T17:12:56.591Z[ recovery-image] May 28 17:12:56.055 INFO O| May 28 17:12:56.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65962026-05-28T17:12:56.592Z[ recovery-image] May 28 17:12:56.055 INFO O| May 28 17:12:56.055 INFO STEP 584 (remove_files) COMPLETE
65972026-05-28T17:12:56.594Z[ recovery-image] May 28 17:12:56.055 INFO O| May 28 17:12:56.055 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-05-28T17:12:56.601Z[ recovery-image] May 28 17:12:56.064 INFO O| May 28 17:12:56.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65992026-05-28T17:12:56.601Z[ recovery-image] May 28 17:12:56.065 INFO O| May 28 17:12:56.065 INFO STEP 585 (remove_files) COMPLETE
66002026-05-28T17:12:56.601Z[ recovery-image] May 28 17:12:56.065 INFO O| May 28 17:12:56.065 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-05-28T17:12:56.613Z[ recovery-image] May 28 17:12:56.075 INFO O| May 28 17:12:56.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66022026-05-28T17:12:56.613Z[ recovery-image] May 28 17:12:56.076 INFO O| May 28 17:12:56.076 INFO STEP 586 (remove_files) COMPLETE
66032026-05-28T17:12:56.613Z[ recovery-image] May 28 17:12:56.076 INFO O| May 28 17:12:56.076 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-05-28T17:12:56.621Z[ recovery-image] May 28 17:12:56.085 INFO O| May 28 17:12:56.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66052026-05-28T17:12:56.622Z[ recovery-image] May 28 17:12:56.085 INFO O| May 28 17:12:56.085 INFO STEP 587 (remove_files) COMPLETE
66062026-05-28T17:12:56.625Z[ recovery-image] May 28 17:12:56.085 INFO O| May 28 17:12:56.085 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-05-28T17:12:56.631Z[ recovery-image] May 28 17:12:56.095 INFO O| May 28 17:12:56.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66082026-05-28T17:12:56.631Z[ recovery-image] May 28 17:12:56.095 INFO O| May 28 17:12:56.095 INFO STEP 588 (remove_files) COMPLETE
66092026-05-28T17:12:56.635Z[ recovery-image] May 28 17:12:56.095 INFO O| May 28 17:12:56.095 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-05-28T17:12:56.642Z[ recovery-image] May 28 17:12:56.105 INFO O| May 28 17:12:56.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66112026-05-28T17:12:56.642Z[ recovery-image] May 28 17:12:56.105 INFO O| May 28 17:12:56.105 INFO STEP 589 (remove_files) COMPLETE
66122026-05-28T17:12:56.647Z[ recovery-image] May 28 17:12:56.105 INFO O| May 28 17:12:56.105 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-05-28T17:12:56.650Z[ recovery-image] May 28 17:12:56.113 INFO O| May 28 17:12:56.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66142026-05-28T17:12:56.650Z[ recovery-image] May 28 17:12:56.113 INFO O| May 28 17:12:56.113 INFO STEP 590 (remove_files) COMPLETE
66152026-05-28T17:12:56.650Z[ recovery-image] May 28 17:12:56.113 INFO O| May 28 17:12:56.113 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-05-28T17:12:56.659Z[ recovery-image] May 28 17:12:56.121 INFO O| May 28 17:12:56.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66172026-05-28T17:12:56.659Z[ recovery-image] May 28 17:12:56.121 INFO O| May 28 17:12:56.121 INFO STEP 591 (remove_files) COMPLETE
66182026-05-28T17:12:56.659Z[ recovery-image] May 28 17:12:56.121 INFO O| May 28 17:12:56.121 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-05-28T17:12:56.669Z[ recovery-image] May 28 17:12:56.132 INFO O| May 28 17:12:56.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66202026-05-28T17:12:56.669Z[ recovery-image] May 28 17:12:56.132 INFO O| May 28 17:12:56.132 INFO STEP 592 (remove_files) COMPLETE
66212026-05-28T17:12:56.672Z[ recovery-image] May 28 17:12:56.132 INFO O| May 28 17:12:56.132 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-05-28T17:12:56.679Z[ recovery-image] May 28 17:12:56.143 INFO O| May 28 17:12:56.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66232026-05-28T17:12:56.679Z[ recovery-image] May 28 17:12:56.143 INFO O| May 28 17:12:56.143 INFO STEP 593 (remove_files) COMPLETE
66242026-05-28T17:12:56.683Z[ recovery-image] May 28 17:12:56.143 INFO O| May 28 17:12:56.143 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-05-28T17:12:56.691Z[ recovery-image] May 28 17:12:56.153 INFO O| May 28 17:12:56.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66262026-05-28T17:12:56.691Z[ recovery-image] May 28 17:12:56.153 INFO O| May 28 17:12:56.153 INFO STEP 594 (remove_files) COMPLETE
66272026-05-28T17:12:56.691Z[ recovery-image] May 28 17:12:56.153 INFO O| May 28 17:12:56.153 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-05-28T17:12:56.699Z[ recovery-image] May 28 17:12:56.162 INFO O| May 28 17:12:56.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66292026-05-28T17:12:56.699Z[ recovery-image] May 28 17:12:56.162 INFO O| May 28 17:12:56.162 INFO STEP 595 (remove_files) COMPLETE
66302026-05-28T17:12:56.699Z[ recovery-image] May 28 17:12:56.162 INFO O| May 28 17:12:56.162 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-05-28T17:12:56.708Z[ recovery-image] May 28 17:12:56.171 INFO O| May 28 17:12:56.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66322026-05-28T17:12:56.708Z[ recovery-image] May 28 17:12:56.171 INFO O| May 28 17:12:56.171 INFO STEP 596 (remove_files) COMPLETE
66332026-05-28T17:12:56.711Z[ recovery-image] May 28 17:12:56.171 INFO O| May 28 17:12:56.171 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-05-28T17:12:56.717Z[ recovery-image] May 28 17:12:56.181 INFO O| May 28 17:12:56.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66352026-05-28T17:12:56.717Z[ recovery-image] May 28 17:12:56.181 INFO O| May 28 17:12:56.181 INFO STEP 597 (remove_files) COMPLETE
66362026-05-28T17:12:56.717Z[ recovery-image] May 28 17:12:56.181 INFO O| May 28 17:12:56.181 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-05-28T17:12:56.726Z[ recovery-image] May 28 17:12:56.190 INFO O| May 28 17:12:56.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66382026-05-28T17:12:56.726Z[ recovery-image] May 28 17:12:56.190 INFO O| May 28 17:12:56.190 INFO STEP 598 (remove_files) COMPLETE
66392026-05-28T17:12:56.726Z[ recovery-image] May 28 17:12:56.190 INFO O| May 28 17:12:56.190 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-05-28T17:12:56.735Z[ recovery-image] May 28 17:12:56.199 INFO O| May 28 17:12:56.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66412026-05-28T17:12:56.735Z[ recovery-image] May 28 17:12:56.199 INFO O| May 28 17:12:56.199 INFO STEP 599 (remove_files) COMPLETE
66422026-05-28T17:12:56.739Z[ recovery-image] May 28 17:12:56.199 INFO O| May 28 17:12:56.199 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-05-28T17:12:56.744Z[ recovery-image] May 28 17:12:56.207 INFO O| May 28 17:12:56.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66442026-05-28T17:12:56.744Z[ recovery-image] May 28 17:12:56.207 INFO O| May 28 17:12:56.207 INFO STEP 600 (remove_files) COMPLETE
66452026-05-28T17:12:56.744Z[ recovery-image] May 28 17:12:56.207 INFO O| May 28 17:12:56.207 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-05-28T17:12:56.753Z[ recovery-image] May 28 17:12:56.216 INFO O| May 28 17:12:56.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66472026-05-28T17:12:56.753Z[ recovery-image] May 28 17:12:56.216 INFO O| May 28 17:12:56.216 INFO STEP 601 (remove_files) COMPLETE
66482026-05-28T17:12:56.757Z[ recovery-image] May 28 17:12:56.216 INFO O| May 28 17:12:56.216 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-05-28T17:12:56.761Z[ recovery-image] May 28 17:12:56.224 INFO O| May 28 17:12:56.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66502026-05-28T17:12:56.761Z[ recovery-image] May 28 17:12:56.224 INFO O| May 28 17:12:56.224 INFO STEP 602 (remove_files) COMPLETE
66512026-05-28T17:12:56.764Z[ recovery-image] May 28 17:12:56.224 INFO O| May 28 17:12:56.224 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-05-28T17:12:56.771Z[ recovery-image] May 28 17:12:56.235 INFO O| May 28 17:12:56.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66532026-05-28T17:12:56.771Z[ recovery-image] May 28 17:12:56.235 INFO O| May 28 17:12:56.235 INFO STEP 603 (remove_files) COMPLETE
66542026-05-28T17:12:56.774Z[ recovery-image] May 28 17:12:56.235 INFO O| May 28 17:12:56.235 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-05-28T17:12:56.780Z[ recovery-image] May 28 17:12:56.244 INFO O| May 28 17:12:56.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66562026-05-28T17:12:56.780Z[ recovery-image] May 28 17:12:56.244 INFO O| May 28 17:12:56.244 INFO STEP 604 (remove_files) COMPLETE
66572026-05-28T17:12:56.783Z[ recovery-image] May 28 17:12:56.244 INFO O| May 28 17:12:56.244 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-05-28T17:12:56.789Z[ recovery-image] May 28 17:12:56.253 INFO O| May 28 17:12:56.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66592026-05-28T17:12:56.789Z[ recovery-image] May 28 17:12:56.253 INFO O| May 28 17:12:56.253 INFO STEP 605 (remove_files) COMPLETE
66602026-05-28T17:12:56.790Z[ recovery-image] May 28 17:12:56.253 INFO O| May 28 17:12:56.253 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-05-28T17:12:56.800Z[ recovery-image] May 28 17:12:56.264 INFO O| May 28 17:12:56.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66622026-05-28T17:12:56.800Z[ recovery-image] May 28 17:12:56.264 INFO O| May 28 17:12:56.264 INFO STEP 606 (remove_files) COMPLETE
66632026-05-28T17:12:56.803Z[ recovery-image] May 28 17:12:56.264 INFO O| May 28 17:12:56.264 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-05-28T17:12:56.809Z[ recovery-image] May 28 17:12:56.273 INFO O| May 28 17:12:56.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66652026-05-28T17:12:56.809Z[ recovery-image] May 28 17:12:56.273 INFO O| May 28 17:12:56.273 INFO STEP 607 (remove_files) COMPLETE
66662026-05-28T17:12:56.809Z[ recovery-image] May 28 17:12:56.273 INFO O| May 28 17:12:56.273 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-05-28T17:12:56.820Z[ recovery-image] May 28 17:12:56.283 INFO O| May 28 17:12:56.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66682026-05-28T17:12:56.820Z[ recovery-image] May 28 17:12:56.283 INFO O| May 28 17:12:56.283 INFO STEP 608 (remove_files) COMPLETE
66692026-05-28T17:12:56.823Z[ recovery-image] May 28 17:12:56.283 INFO O| May 28 17:12:56.283 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-05-28T17:12:56.829Z[ recovery-image] May 28 17:12:56.292 INFO O| May 28 17:12:56.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66712026-05-28T17:12:56.829Z[ recovery-image] May 28 17:12:56.292 INFO O| May 28 17:12:56.292 INFO STEP 609 (remove_files) COMPLETE
66722026-05-28T17:12:56.832Z[ recovery-image] May 28 17:12:56.292 INFO O| May 28 17:12:56.292 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-05-28T17:12:56.837Z[ recovery-image] May 28 17:12:56.301 INFO O| May 28 17:12:56.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66742026-05-28T17:12:56.837Z[ recovery-image] May 28 17:12:56.301 INFO O| May 28 17:12:56.301 INFO STEP 610 (remove_files) COMPLETE
66752026-05-28T17:12:56.837Z[ recovery-image] May 28 17:12:56.301 INFO O| May 28 17:12:56.301 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-05-28T17:12:56.848Z[ recovery-image] May 28 17:12:56.311 INFO O| May 28 17:12:56.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66772026-05-28T17:12:56.851Z[ recovery-image] May 28 17:12:56.312 INFO O| May 28 17:12:56.312 INFO STEP 611 (remove_files) COMPLETE
66782026-05-28T17:12:56.851Z[ recovery-image] May 28 17:12:56.312 INFO O| May 28 17:12:56.312 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-05-28T17:12:56.857Z[ recovery-image] May 28 17:12:56.320 INFO O| May 28 17:12:56.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66802026-05-28T17:12:56.857Z[ recovery-image] May 28 17:12:56.320 INFO O| May 28 17:12:56.320 INFO STEP 612 (remove_files) COMPLETE
66812026-05-28T17:12:56.857Z[ recovery-image] May 28 17:12:56.321 INFO O| May 28 17:12:56.320 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-05-28T17:12:56.868Z[ recovery-image] May 28 17:12:56.332 INFO O| May 28 17:12:56.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66832026-05-28T17:12:56.868Z[ recovery-image] May 28 17:12:56.332 INFO O| May 28 17:12:56.332 INFO STEP 613 (remove_files) COMPLETE
66842026-05-28T17:12:56.872Z[ recovery-image] May 28 17:12:56.332 INFO O| May 28 17:12:56.332 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-05-28T17:12:56.879Z[ recovery-image] May 28 17:12:56.342 INFO O| May 28 17:12:56.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66862026-05-28T17:12:56.879Z[ recovery-image] May 28 17:12:56.342 INFO O| May 28 17:12:56.342 INFO STEP 614 (remove_files) COMPLETE
66872026-05-28T17:12:56.882Z[ recovery-image] May 28 17:12:56.342 INFO O| May 28 17:12:56.342 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-05-28T17:12:56.888Z[ recovery-image] May 28 17:12:56.351 INFO O| May 28 17:12:56.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66892026-05-28T17:12:56.888Z[ recovery-image] May 28 17:12:56.351 INFO O| May 28 17:12:56.351 INFO STEP 615 (remove_files) COMPLETE
66902026-05-28T17:12:56.888Z[ recovery-image] May 28 17:12:56.351 INFO O| May 28 17:12:56.351 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-05-28T17:12:56.897Z[ recovery-image] May 28 17:12:56.360 INFO O| May 28 17:12:56.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66922026-05-28T17:12:56.900Z[ recovery-image] May 28 17:12:56.361 INFO O| May 28 17:12:56.361 INFO STEP 616 (remove_files) COMPLETE
66932026-05-28T17:12:56.900Z[ recovery-image] May 28 17:12:56.361 INFO O| May 28 17:12:56.361 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-05-28T17:12:56.908Z[ recovery-image] May 28 17:12:56.371 INFO O| May 28 17:12:56.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66952026-05-28T17:12:56.908Z[ recovery-image] May 28 17:12:56.371 INFO O| May 28 17:12:56.371 INFO STEP 617 (remove_files) COMPLETE
66962026-05-28T17:12:56.908Z[ recovery-image] May 28 17:12:56.371 INFO O| May 28 17:12:56.371 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-05-28T17:12:56.918Z[ recovery-image] May 28 17:12:56.381 INFO O| May 28 17:12:56.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66982026-05-28T17:12:56.918Z[ recovery-image] May 28 17:12:56.381 INFO O| May 28 17:12:56.381 INFO STEP 618 (remove_files) COMPLETE
66992026-05-28T17:12:56.918Z[ recovery-image] May 28 17:12:56.381 INFO O| May 28 17:12:56.381 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-05-28T17:12:56.926Z[ recovery-image] May 28 17:12:56.390 INFO O| May 28 17:12:56.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67012026-05-28T17:12:56.926Z[ recovery-image] May 28 17:12:56.390 INFO O| May 28 17:12:56.390 INFO STEP 619 (remove_files) COMPLETE
67022026-05-28T17:12:56.927Z[ recovery-image] May 28 17:12:56.390 INFO O| May 28 17:12:56.390 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-05-28T17:12:56.934Z[ recovery-image] May 28 17:12:56.397 INFO O| May 28 17:12:56.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67042026-05-28T17:12:56.934Z[ recovery-image] May 28 17:12:56.397 INFO O| May 28 17:12:56.397 INFO STEP 620 (remove_files) COMPLETE
67052026-05-28T17:12:56.934Z[ recovery-image] May 28 17:12:56.397 INFO O| May 28 17:12:56.397 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-05-28T17:12:56.942Z[ recovery-image] May 28 17:12:56.405 INFO O| May 28 17:12:56.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67072026-05-28T17:12:56.945Z[ recovery-image] May 28 17:12:56.406 INFO O| May 28 17:12:56.406 INFO STEP 621 (remove_files) COMPLETE
67082026-05-28T17:12:56.945Z[ recovery-image] May 28 17:12:56.406 INFO O| May 28 17:12:56.406 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-05-28T17:12:56.950Z[ recovery-image] May 28 17:12:56.414 INFO O| May 28 17:12:56.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67102026-05-28T17:12:56.950Z[ recovery-image] May 28 17:12:56.414 INFO O| May 28 17:12:56.414 INFO STEP 622 (remove_files) COMPLETE
67112026-05-28T17:12:56.953Z[ recovery-image] May 28 17:12:56.414 INFO O| May 28 17:12:56.414 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-05-28T17:12:56.960Z[ recovery-image] May 28 17:12:56.423 INFO O| May 28 17:12:56.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67132026-05-28T17:12:56.960Z[ recovery-image] May 28 17:12:56.423 INFO O| May 28 17:12:56.423 INFO STEP 623 (remove_files) COMPLETE
67142026-05-28T17:12:56.963Z[ recovery-image] May 28 17:12:56.423 INFO O| May 28 17:12:56.423 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-05-28T17:12:56.963Z[ host-image] May 28 17:12:56.425 INFO O| May 28 17:12:56.425 INFO O| Finalize: Creating fast lookup database ... Done
67162026-05-28T17:12:56.967Z[ recovery-image] May 28 17:12:56.431 INFO O| May 28 17:12:56.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67172026-05-28T17:12:56.967Z[ recovery-image] May 28 17:12:56.431 INFO O| May 28 17:12:56.431 INFO STEP 624 (remove_files) COMPLETE
67182026-05-28T17:12:56.971Z[ recovery-image] May 28 17:12:56.431 INFO O| May 28 17:12:56.431 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-05-28T17:12:56.979Z[ recovery-image] May 28 17:12:56.442 INFO O| May 28 17:12:56.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67202026-05-28T17:12:56.979Z[ recovery-image] May 28 17:12:56.442 INFO O| May 28 17:12:56.442 INFO STEP 625 (remove_files) COMPLETE
67212026-05-28T17:12:56.982Z[ recovery-image] May 28 17:12:56.442 INFO O| May 28 17:12:56.442 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-05-28T17:12:56.988Z[ recovery-image] May 28 17:12:56.451 INFO O| May 28 17:12:56.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67232026-05-28T17:12:56.988Z[ recovery-image] May 28 17:12:56.451 INFO O| May 28 17:12:56.451 INFO STEP 626 (remove_files) COMPLETE
67242026-05-28T17:12:56.991Z[ recovery-image] May 28 17:12:56.451 INFO O| May 28 17:12:56.451 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-05-28T17:12:56.994Z[ host-image] May 28 17:12:56.455 INFO O| May 28 17:12:56.455 INFO O| Finalize: Reading search index ... Done
67262026-05-28T17:12:56.994Z[ host-image] May 28 17:12:56.455 INFO O| May 28 17:12:56.455 INFO O| Finalize: Updating search index ... Done
67272026-05-28T17:12:56.998Z[ recovery-image] May 28 17:12:56.462 INFO O| May 28 17:12:56.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67282026-05-28T17:12:56.998Z[ recovery-image] May 28 17:12:56.462 INFO O| May 28 17:12:56.462 INFO STEP 627 (remove_files) COMPLETE
67292026-05-28T17:12:56.999Z[ recovery-image] May 28 17:12:56.462 INFO O| May 28 17:12:56.462 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-05-28T17:12:57.003Z[ host-image] May 28 17:12:56.467 INFO O| May 28 17:12:56.467 INFO O| Finalize: Updating package cache ... Done
67312026-05-28T17:12:57.008Z[ recovery-image] May 28 17:12:56.472 INFO O| May 28 17:12:56.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67322026-05-28T17:12:57.011Z[ recovery-image] May 28 17:12:56.472 INFO O| May 28 17:12:56.472 INFO STEP 628 (remove_files) COMPLETE
67332026-05-28T17:12:57.011Z[ recovery-image] May 28 17:12:56.472 INFO O| May 28 17:12:56.472 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-05-28T17:12:57.017Z[ recovery-image] May 28 17:12:56.481 INFO O| May 28 17:12:56.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67352026-05-28T17:12:57.017Z[ recovery-image] May 28 17:12:56.481 INFO O| May 28 17:12:56.481 INFO STEP 629 (remove_files) COMPLETE
67362026-05-28T17:12:57.017Z[ recovery-image] May 28 17:12:56.481 INFO O| May 28 17:12:56.481 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-05-28T17:12:57.026Z[ recovery-image] May 28 17:12:56.490 INFO O| May 28 17:12:56.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67382026-05-28T17:12:57.026Z[ recovery-image] May 28 17:12:56.490 INFO O| May 28 17:12:56.490 INFO STEP 630 (remove_files) COMPLETE
67392026-05-28T17:12:57.029Z[ recovery-image] May 28 17:12:56.490 INFO O| May 28 17:12:56.490 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-05-28T17:12:57.036Z[ recovery-image] May 28 17:12:56.499 INFO O| May 28 17:12:56.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67412026-05-28T17:12:57.039Z[ recovery-image] May 28 17:12:56.499 INFO O| May 28 17:12:56.499 INFO STEP 631 (remove_files) COMPLETE
67422026-05-28T17:12:57.039Z[ recovery-image] May 28 17:12:56.499 INFO O| May 28 17:12:56.499 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-05-28T17:12:57.045Z[ recovery-image] May 28 17:12:56.508 INFO O| May 28 17:12:56.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67442026-05-28T17:12:57.048Z[ recovery-image] May 28 17:12:56.509 INFO O| May 28 17:12:56.509 INFO STEP 632 (remove_files) COMPLETE
67452026-05-28T17:12:57.048Z[ recovery-image] May 28 17:12:56.509 INFO O| May 28 17:12:56.509 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-05-28T17:12:57.054Z[ recovery-image] May 28 17:12:56.517 INFO O| May 28 17:12:56.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67472026-05-28T17:12:57.054Z[ recovery-image] May 28 17:12:56.517 INFO O| May 28 17:12:56.517 INFO STEP 633 (remove_files) COMPLETE
67482026-05-28T17:12:57.054Z[ recovery-image] May 28 17:12:56.517 INFO O| May 28 17:12:56.517 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-05-28T17:12:57.063Z[ recovery-image] May 28 17:12:56.527 INFO O| May 28 17:12:56.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67502026-05-28T17:12:57.068Z[ recovery-image] May 28 17:12:56.527 INFO O| May 28 17:12:56.527 INFO STEP 634 (remove_files) COMPLETE
67512026-05-28T17:12:57.068Z[ recovery-image] May 28 17:12:56.527 INFO O| May 28 17:12:56.527 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-05-28T17:12:57.074Z[ recovery-image] May 28 17:12:56.537 INFO O| May 28 17:12:56.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67532026-05-28T17:12:57.074Z[ recovery-image] May 28 17:12:56.537 INFO O| May 28 17:12:56.537 INFO STEP 635 (remove_files) COMPLETE
67542026-05-28T17:12:57.078Z[ recovery-image] May 28 17:12:56.537 INFO O| May 28 17:12:56.537 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-05-28T17:12:57.082Z[ recovery-image] May 28 17:12:56.545 INFO O| May 28 17:12:56.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67562026-05-28T17:12:57.084Z[ recovery-image] May 28 17:12:56.545 INFO O| May 28 17:12:56.545 INFO STEP 636 (remove_files) COMPLETE
67572026-05-28T17:12:57.084Z[ recovery-image] May 28 17:12:56.545 INFO O| May 28 17:12:56.545 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-05-28T17:12:57.090Z[ recovery-image] May 28 17:12:56.553 INFO O| May 28 17:12:56.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67592026-05-28T17:12:57.090Z[ recovery-image] May 28 17:12:56.554 INFO O| May 28 17:12:56.553 INFO STEP 637 (remove_files) COMPLETE
67602026-05-28T17:12:57.093Z[ recovery-image] May 28 17:12:56.554 INFO O| May 28 17:12:56.553 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-05-28T17:12:57.098Z[ recovery-image] May 28 17:12:56.562 INFO O| May 28 17:12:56.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67622026-05-28T17:12:57.098Z[ recovery-image] May 28 17:12:56.562 INFO O| May 28 17:12:56.562 INFO STEP 638 (remove_files) COMPLETE
67632026-05-28T17:12:57.101Z[ recovery-image] May 28 17:12:56.562 INFO O| May 28 17:12:56.562 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-05-28T17:12:57.106Z[ recovery-image] May 28 17:12:56.569 INFO O| May 28 17:12:56.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
67652026-05-28T17:12:57.109Z[ recovery-image] May 28 17:12:56.569 INFO O| May 28 17:12:56.569 INFO STEP 639 (remove_files) COMPLETE
67662026-05-28T17:12:57.109Z[ recovery-image] May 28 17:12:56.569 INFO O| May 28 17:12:56.569 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-05-28T17:12:57.114Z[ recovery-image] May 28 17:12:56.577 INFO O| May 28 17:12:56.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
67682026-05-28T17:12:57.114Z[ recovery-image] May 28 17:12:56.577 INFO O| May 28 17:12:56.577 INFO STEP 640 (remove_files) COMPLETE
67692026-05-28T17:12:57.127Z[ recovery-image] May 28 17:12:56.577 INFO O| May 28 17:12:56.577 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO STEP 14 (pkg_install) COMPLETE
67712026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
67722026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO skip step because feature "mbist" is not enabled
67732026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
67742026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO skip step because feature "mfg" is not enabled
67752026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
67762026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO skip step because feature "compliance" is not enabled
67772026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
67782026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO skip step because feature "stress" is not enabled
67792026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
67802026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO skip step because feature "compliance" is not enabled
67812026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
67822026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO skip step because feature "nfs" is not enabled
67832026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
67842026-05-28T17:12:57.130Z[ host-image] May 28 17:12:56.586 INFO O| May 28 17:12:56.586 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
67852026-05-28T17:12:57.130Z[ recovery-image] May 28 17:12:56.588 INFO O| May 28 17:12:56.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
67862026-05-28T17:12:57.130Z[ recovery-image] May 28 17:12:56.588 INFO O| May 28 17:12:56.588 INFO STEP 641 (remove_files) COMPLETE
67872026-05-28T17:12:57.130Z[ recovery-image] May 28 17:12:56.588 INFO O| May 28 17:12:56.588 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-05-28T17:12:57.138Z[ recovery-image] May 28 17:12:56.601 INFO O| May 28 17:12:56.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
67892026-05-28T17:12:57.141Z[ recovery-image] May 28 17:12:56.602 INFO O| May 28 17:12:56.602 INFO STEP 642 (remove_files) COMPLETE
67902026-05-28T17:12:57.141Z[ recovery-image] May 28 17:12:56.602 INFO O| May 28 17:12:56.602 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-05-28T17:12:57.149Z[ recovery-image] May 28 17:12:56.613 INFO O| May 28 17:12:56.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
67922026-05-28T17:12:57.149Z[ recovery-image] May 28 17:12:56.613 INFO O| May 28 17:12:56.613 INFO STEP 643 (remove_files) COMPLETE
67932026-05-28T17:12:57.154Z[ recovery-image] May 28 17:12:56.613 INFO O| May 28 17:12:56.613 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-05-28T17:12:57.160Z[ recovery-image] May 28 17:12:56.623 INFO O| May 28 17:12:56.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
67952026-05-28T17:12:57.163Z[ recovery-image] May 28 17:12:56.623 INFO O| May 28 17:12:56.623 INFO STEP 644 (remove_files) COMPLETE
67962026-05-28T17:12:57.163Z[ recovery-image] May 28 17:12:56.623 INFO O| May 28 17:12:56.623 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-05-28T17:12:57.170Z[ recovery-image] May 28 17:12:56.633 INFO O| May 28 17:12:56.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67982026-05-28T17:12:57.173Z[ recovery-image] May 28 17:12:56.635 INFO O| May 28 17:12:56.635 INFO STEP 645 (remove_files) COMPLETE
67992026-05-28T17:12:57.173Z[ recovery-image] May 28 17:12:56.635 INFO O| May 28 17:12:56.635 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-05-28T17:12:57.180Z[ recovery-image] May 28 17:12:56.643 INFO O| May 28 17:12:56.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68012026-05-28T17:12:57.180Z[ recovery-image] May 28 17:12:56.643 INFO O| May 28 17:12:56.643 INFO STEP 646 (remove_files) COMPLETE
68022026-05-28T17:12:57.180Z[ recovery-image] May 28 17:12:56.644 INFO O| May 28 17:12:56.643 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-05-28T17:12:57.187Z[ recovery-image] May 28 17:12:56.651 INFO O| May 28 17:12:56.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68042026-05-28T17:12:57.190Z[ recovery-image] May 28 17:12:56.651 INFO O| May 28 17:12:56.651 INFO STEP 647 (remove_files) COMPLETE
68052026-05-28T17:12:57.190Z[ recovery-image] May 28 17:12:56.652 INFO O| May 28 17:12:56.651 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-05-28T17:12:57.196Z[ recovery-image] May 28 17:12:56.659 INFO O| May 28 17:12:56.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68072026-05-28T17:12:57.199Z[ recovery-image] May 28 17:12:56.660 INFO O| May 28 17:12:56.659 INFO STEP 648 (remove_files) COMPLETE
68082026-05-28T17:12:57.199Z[ recovery-image] May 28 17:12:56.660 INFO O| May 28 17:12:56.659 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-05-28T17:12:57.204Z[ recovery-image] May 28 17:12:56.667 INFO O| May 28 17:12:56.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68102026-05-28T17:12:57.207Z[ recovery-image] May 28 17:12:56.667 INFO O| May 28 17:12:56.667 INFO STEP 649 (remove_files) COMPLETE
68112026-05-28T17:12:57.207Z[ recovery-image] May 28 17:12:56.667 INFO O| May 28 17:12:56.667 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-05-28T17:12:57.215Z[ recovery-image] May 28 17:12:56.679 INFO O| May 28 17:12:56.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68132026-05-28T17:12:57.218Z[ recovery-image] May 28 17:12:56.680 INFO O| May 28 17:12:56.679 INFO STEP 650 (remove_files) COMPLETE
68142026-05-28T17:12:57.218Z[ recovery-image] May 28 17:12:56.680 INFO O| May 28 17:12:56.679 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-05-28T17:12:57.225Z[ recovery-image] May 28 17:12:56.689 INFO O| May 28 17:12:56.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68162026-05-28T17:12:57.225Z[ recovery-image] May 28 17:12:56.689 INFO O| May 28 17:12:56.689 INFO STEP 651 (remove_files) COMPLETE
68172026-05-28T17:12:57.225Z[ recovery-image] May 28 17:12:56.689 INFO O| May 28 17:12:56.689 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-05-28T17:12:57.234Z[ recovery-image] May 28 17:12:56.698 INFO O| May 28 17:12:56.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68192026-05-28T17:12:57.238Z[ recovery-image] May 28 17:12:56.698 INFO O| May 28 17:12:56.698 INFO STEP 652 (remove_files) COMPLETE
68202026-05-28T17:12:57.238Z[ recovery-image] May 28 17:12:56.698 INFO O| May 28 17:12:56.698 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-05-28T17:12:57.244Z[ recovery-image] May 28 17:12:56.708 INFO O| May 28 17:12:56.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68222026-05-28T17:12:57.244Z[ recovery-image] May 28 17:12:56.708 INFO O| May 28 17:12:56.708 INFO STEP 653 (remove_files) COMPLETE
68232026-05-28T17:12:57.245Z[ recovery-image] May 28 17:12:56.708 INFO O| May 28 17:12:56.708 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-05-28T17:12:57.255Z[ recovery-image] May 28 17:12:56.719 INFO O| May 28 17:12:56.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68252026-05-28T17:12:57.255Z[ recovery-image] May 28 17:12:56.719 INFO O| May 28 17:12:56.719 INFO STEP 654 (remove_files) COMPLETE
68262026-05-28T17:12:57.255Z[ recovery-image] May 28 17:12:56.719 INFO O| May 28 17:12:56.719 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-05-28T17:12:57.266Z[ recovery-image] May 28 17:12:56.729 INFO O| May 28 17:12:56.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68282026-05-28T17:12:57.269Z[ recovery-image] May 28 17:12:56.730 INFO O| May 28 17:12:56.730 INFO STEP 655 (remove_files) COMPLETE
68292026-05-28T17:12:57.269Z[ recovery-image] May 28 17:12:56.730 INFO O| May 28 17:12:56.730 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-05-28T17:12:57.276Z[ recovery-image] May 28 17:12:56.740 INFO O| May 28 17:12:56.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68312026-05-28T17:12:57.276Z[ recovery-image] May 28 17:12:56.740 INFO O| May 28 17:12:56.740 INFO STEP 656 (remove_files) COMPLETE
68322026-05-28T17:12:57.279Z[ recovery-image] May 28 17:12:56.740 INFO O| May 28 17:12:56.740 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-05-28T17:12:57.286Z[ recovery-image] May 28 17:12:56.750 INFO O| May 28 17:12:56.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68342026-05-28T17:12:57.289Z[ recovery-image] May 28 17:12:56.750 INFO O| May 28 17:12:56.750 INFO STEP 657 (remove_files) COMPLETE
68352026-05-28T17:12:57.289Z[ recovery-image] May 28 17:12:56.750 INFO O| May 28 17:12:56.750 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-05-28T17:12:57.292Z[ host-image] May 28 17:12:56.755 INFO O| May 28 17:12:56.755 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
68372026-05-28T17:12:57.298Z[ recovery-image] May 28 17:12:56.761 INFO O| May 28 17:12:56.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68382026-05-28T17:12:57.301Z[ recovery-image] May 28 17:12:56.761 INFO O| May 28 17:12:56.761 INFO STEP 658 (remove_files) COMPLETE
68392026-05-28T17:12:57.301Z[ recovery-image] May 28 17:12:56.761 INFO O| May 28 17:12:56.761 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-05-28T17:12:57.307Z[ recovery-image] May 28 17:12:56.771 INFO O| May 28 17:12:56.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68412026-05-28T17:12:57.311Z[ recovery-image] May 28 17:12:56.771 INFO O| May 28 17:12:56.771 INFO STEP 659 (remove_files) COMPLETE
68422026-05-28T17:12:57.311Z[ recovery-image] May 28 17:12:56.771 INFO O| May 28 17:12:56.771 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-05-28T17:12:57.318Z[ recovery-image] May 28 17:12:56.782 INFO O| May 28 17:12:56.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68442026-05-28T17:12:57.321Z[ recovery-image] May 28 17:12:56.783 INFO O| May 28 17:12:56.783 INFO STEP 660 (remove_files) COMPLETE
68452026-05-28T17:12:57.321Z[ recovery-image] May 28 17:12:56.783 INFO O| May 28 17:12:56.783 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-05-28T17:12:57.327Z[ recovery-image] May 28 17:12:56.791 INFO O| May 28 17:12:56.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68472026-05-28T17:12:57.331Z[ recovery-image] May 28 17:12:56.791 INFO O| May 28 17:12:56.791 INFO STEP 661 (remove_files) COMPLETE
68482026-05-28T17:12:57.332Z[ recovery-image] May 28 17:12:56.791 INFO O| May 28 17:12:56.791 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-05-28T17:12:57.338Z[ recovery-image] May 28 17:12:56.802 INFO O| May 28 17:12:56.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68502026-05-28T17:12:57.338Z[ recovery-image] May 28 17:12:56.802 INFO O| May 28 17:12:56.802 INFO STEP 662 (remove_files) COMPLETE
68512026-05-28T17:12:57.342Z[ recovery-image] May 28 17:12:56.802 INFO O| May 28 17:12:56.802 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-05-28T17:12:57.349Z[ recovery-image] May 28 17:12:56.811 INFO O| May 28 17:12:56.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68532026-05-28T17:12:57.349Z[ recovery-image] May 28 17:12:56.811 INFO O| May 28 17:12:56.811 INFO STEP 663 (remove_files) COMPLETE
68542026-05-28T17:12:57.352Z[ recovery-image] May 28 17:12:56.811 INFO O| May 28 17:12:56.811 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-05-28T17:12:57.354Z[ host-image] May 28 17:12:56.816 INFO O| May 28 17:12:56.816 INFO completed processing sled/ramdisk-01-os
68562026-05-28T17:12:57.357Z[ host-image] May 28 17:12:56.818 INFO omicron1 baseline generation...
68572026-05-28T17:12:57.357Z[ host-image] May 28 17:12:56.818 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
68582026-05-28T17:12:57.357Z[ recovery-image] May 28 17:12:56.820 INFO O| May 28 17:12:56.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68592026-05-28T17:12:57.357Z[ recovery-image] May 28 17:12:56.820 INFO O| May 28 17:12:56.820 INFO STEP 664 (remove_files) COMPLETE
68602026-05-28T17:12:57.357Z[ recovery-image] May 28 17:12:56.820 INFO O| May 28 17:12:56.820 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-05-28T17:12:57.366Z[ recovery-image] May 28 17:12:56.829 INFO O| May 28 17:12:56.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68622026-05-28T17:12:57.369Z[ recovery-image] May 28 17:12:56.829 INFO O| May 28 17:12:56.829 INFO STEP 665 (remove_files) COMPLETE
68632026-05-28T17:12:57.369Z[ recovery-image] May 28 17:12:56.829 INFO O| May 28 17:12:56.829 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-05-28T17:12:57.375Z[ recovery-image] May 28 17:12:56.839 INFO O| May 28 17:12:56.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68652026-05-28T17:12:57.378Z[ recovery-image] May 28 17:12:56.840 INFO O| May 28 17:12:56.840 INFO STEP 666 (remove_files) COMPLETE
68662026-05-28T17:12:57.378Z[ recovery-image] May 28 17:12:56.840 INFO O| May 28 17:12:56.840 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-05-28T17:12:57.384Z[ recovery-image] May 28 17:12:56.848 INFO O| May 28 17:12:56.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68682026-05-28T17:12:57.387Z[ recovery-image] May 28 17:12:56.848 INFO O| May 28 17:12:56.848 INFO STEP 667 (remove_files) COMPLETE
68692026-05-28T17:12:57.387Z[ recovery-image] May 28 17:12:56.848 INFO O| May 28 17:12:56.848 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-05-28T17:12:57.391Z[ recovery-image] May 28 17:12:56.855 INFO O| May 28 17:12:56.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68712026-05-28T17:12:57.391Z[ recovery-image] May 28 17:12:56.855 INFO O| May 28 17:12:56.855 INFO STEP 668 (remove_files) COMPLETE
68722026-05-28T17:12:57.394Z[ recovery-image] May 28 17:12:56.855 INFO O| May 28 17:12:56.855 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-05-28T17:12:57.399Z[ recovery-image] May 28 17:12:56.863 INFO O| May 28 17:12:56.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68742026-05-28T17:12:57.402Z[ recovery-image] May 28 17:12:56.863 INFO O| May 28 17:12:56.863 INFO STEP 669 (remove_files) COMPLETE
68752026-05-28T17:12:57.402Z[ recovery-image] May 28 17:12:56.863 INFO O| May 28 17:12:56.863 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-05-28T17:12:57.410Z[ recovery-image] May 28 17:12:56.873 INFO O| May 28 17:12:56.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68772026-05-28T17:12:57.413Z[ recovery-image] May 28 17:12:56.874 INFO O| May 28 17:12:56.874 INFO STEP 670 (remove_files) COMPLETE
68782026-05-28T17:12:57.413Z[ recovery-image] May 28 17:12:56.874 INFO O| May 28 17:12:56.874 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-05-28T17:12:57.419Z[ recovery-image] May 28 17:12:56.882 INFO O| May 28 17:12:56.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68802026-05-28T17:12:57.422Z[ recovery-image] May 28 17:12:56.883 INFO O| May 28 17:12:56.883 INFO STEP 671 (remove_files) COMPLETE
68812026-05-28T17:12:57.422Z[ recovery-image] May 28 17:12:56.883 INFO O| May 28 17:12:56.883 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-05-28T17:12:57.428Z[ recovery-image] May 28 17:12:56.891 INFO O| May 28 17:12:56.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
68832026-05-28T17:12:57.428Z[ recovery-image] May 28 17:12:56.891 INFO O| May 28 17:12:56.891 INFO STEP 672 (remove_files) COMPLETE
68842026-05-28T17:12:57.432Z[ recovery-image] May 28 17:12:56.891 INFO O| May 28 17:12:56.891 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-05-28T17:12:57.435Z[ recovery-image] May 28 17:12:56.899 INFO O| May 28 17:12:56.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
68862026-05-28T17:12:57.435Z[ recovery-image] May 28 17:12:56.899 INFO O| May 28 17:12:56.899 INFO STEP 673 (remove_files) COMPLETE
68872026-05-28T17:12:57.439Z[ recovery-image] May 28 17:12:56.899 INFO O| May 28 17:12:56.899 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-05-28T17:12:57.445Z[ recovery-image] May 28 17:12:56.909 INFO O| May 28 17:12:56.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
68892026-05-28T17:12:57.445Z[ recovery-image] May 28 17:12:56.909 INFO O| May 28 17:12:56.909 INFO STEP 674 (remove_files) COMPLETE
68902026-05-28T17:12:57.445Z[ recovery-image] May 28 17:12:56.909 INFO O| May 28 17:12:56.909 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-05-28T17:12:57.455Z[ recovery-image] May 28 17:12:56.919 INFO O| May 28 17:12:56.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
68922026-05-28T17:12:57.455Z[ recovery-image] May 28 17:12:56.919 INFO O| May 28 17:12:56.919 INFO STEP 675 (remove_files) COMPLETE
68932026-05-28T17:12:57.455Z[ recovery-image] May 28 17:12:56.919 INFO O| May 28 17:12:56.919 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-05-28T17:12:57.466Z[ recovery-image] May 28 17:12:56.928 INFO O| May 28 17:12:56.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
68952026-05-28T17:12:57.466Z[ recovery-image] May 28 17:12:56.928 INFO O| May 28 17:12:56.928 INFO STEP 676 (remove_files) COMPLETE
68962026-05-28T17:12:57.466Z[ recovery-image] May 28 17:12:56.928 INFO O| May 28 17:12:56.928 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-05-28T17:12:57.474Z[ recovery-image] May 28 17:12:56.937 INFO O| May 28 17:12:56.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
68982026-05-28T17:12:57.476Z[ recovery-image] May 28 17:12:56.937 INFO O| May 28 17:12:56.937 INFO STEP 677 (remove_files) COMPLETE
68992026-05-28T17:12:57.477Z[ recovery-image] May 28 17:12:56.937 INFO O| May 28 17:12:56.937 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-05-28T17:12:57.483Z[ recovery-image] May 28 17:12:56.947 INFO O| May 28 17:12:56.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69012026-05-28T17:12:57.486Z[ recovery-image] May 28 17:12:56.947 INFO O| May 28 17:12:56.947 INFO STEP 678 (remove_files) COMPLETE
69022026-05-28T17:12:57.486Z[ recovery-image] May 28 17:12:56.947 INFO O| May 28 17:12:56.947 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-05-28T17:12:57.491Z[ recovery-image] May 28 17:12:56.955 INFO O| May 28 17:12:56.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69042026-05-28T17:12:57.494Z[ recovery-image] May 28 17:12:56.955 INFO O| May 28 17:12:56.955 INFO STEP 679 (remove_files) COMPLETE
69052026-05-28T17:12:57.494Z[ recovery-image] May 28 17:12:56.955 INFO O| May 28 17:12:56.955 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-05-28T17:12:57.501Z[ recovery-image] May 28 17:12:56.965 INFO O| May 28 17:12:56.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69072026-05-28T17:12:57.504Z[ recovery-image] May 28 17:12:56.965 INFO O| May 28 17:12:56.965 INFO STEP 680 (remove_files) COMPLETE
69082026-05-28T17:12:57.504Z[ recovery-image] May 28 17:12:56.965 INFO O| May 28 17:12:56.965 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-05-28T17:12:57.510Z[ recovery-image] May 28 17:12:56.973 INFO O| May 28 17:12:56.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69102026-05-28T17:12:57.513Z[ recovery-image] May 28 17:12:56.974 INFO O| May 28 17:12:56.974 INFO STEP 681 (remove_files) COMPLETE
69112026-05-28T17:12:57.513Z[ recovery-image] May 28 17:12:56.974 INFO O| May 28 17:12:56.974 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-05-28T17:12:57.518Z[ recovery-image] May 28 17:12:56.981 INFO O| May 28 17:12:56.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69132026-05-28T17:12:57.518Z[ recovery-image] May 28 17:12:56.981 INFO O| May 28 17:12:56.981 INFO STEP 682 (remove_files) COMPLETE
69142026-05-28T17:12:57.521Z[ recovery-image] May 28 17:12:56.981 INFO O| May 28 17:12:56.981 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-05-28T17:12:57.529Z[ recovery-image] May 28 17:12:56.992 INFO O| May 28 17:12:56.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69162026-05-28T17:12:57.532Z[ recovery-image] May 28 17:12:56.993 INFO O| May 28 17:12:56.993 INFO STEP 683 (remove_files) COMPLETE
69172026-05-28T17:12:57.532Z[ recovery-image] May 28 17:12:56.993 INFO O| May 28 17:12:56.993 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-05-28T17:12:57.540Z[ recovery-image] May 28 17:12:57.003 INFO O| May 28 17:12:57.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69192026-05-28T17:12:57.544Z[ recovery-image] May 28 17:12:57.003 INFO O| May 28 17:12:57.003 INFO STEP 684 (remove_files) COMPLETE
69202026-05-28T17:12:57.544Z[ recovery-image] May 28 17:12:57.003 INFO O| May 28 17:12:57.003 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-05-28T17:12:57.548Z[ recovery-image] May 28 17:12:57.012 INFO O| May 28 17:12:57.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69222026-05-28T17:12:57.551Z[ recovery-image] May 28 17:12:57.012 INFO O| May 28 17:12:57.012 INFO STEP 685 (remove_files) COMPLETE
69232026-05-28T17:12:57.551Z[ recovery-image] May 28 17:12:57.012 INFO O| May 28 17:12:57.012 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-05-28T17:12:57.556Z[ recovery-image] May 28 17:12:57.020 INFO O| May 28 17:12:57.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69252026-05-28T17:12:57.556Z[ recovery-image] May 28 17:12:57.020 INFO O| May 28 17:12:57.020 INFO STEP 686 (remove_files) COMPLETE
69262026-05-28T17:12:57.559Z[ recovery-image] May 28 17:12:57.020 INFO O| May 28 17:12:57.020 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-05-28T17:12:57.564Z[ recovery-image] May 28 17:12:57.027 INFO O| May 28 17:12:57.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69282026-05-28T17:12:57.564Z[ recovery-image] May 28 17:12:57.027 INFO O| May 28 17:12:57.027 INFO STEP 687 (remove_files) COMPLETE
69292026-05-28T17:12:57.566Z[ recovery-image] May 28 17:12:57.027 INFO O| May 28 17:12:57.027 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-05-28T17:12:57.571Z[ recovery-image] May 28 17:12:57.035 INFO O| May 28 17:12:57.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69312026-05-28T17:12:57.574Z[ recovery-image] May 28 17:12:57.035 INFO O| May 28 17:12:57.035 INFO STEP 688 (remove_files) COMPLETE
69322026-05-28T17:12:57.574Z[ recovery-image] May 28 17:12:57.035 INFO O| May 28 17:12:57.035 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-05-28T17:12:57.581Z[ recovery-image] May 28 17:12:57.045 INFO O| May 28 17:12:57.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69342026-05-28T17:12:57.584Z[ recovery-image] May 28 17:12:57.045 INFO O| May 28 17:12:57.045 INFO STEP 689 (remove_files) COMPLETE
69352026-05-28T17:12:57.584Z[ recovery-image] May 28 17:12:57.045 INFO O| May 28 17:12:57.045 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-05-28T17:12:57.589Z[ recovery-image] May 28 17:12:57.053 INFO O| May 28 17:12:57.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69372026-05-28T17:12:57.592Z[ recovery-image] May 28 17:12:57.053 INFO O| May 28 17:12:57.053 INFO STEP 690 (remove_files) COMPLETE
69382026-05-28T17:12:57.592Z[ recovery-image] May 28 17:12:57.053 INFO O| May 28 17:12:57.053 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-05-28T17:12:57.600Z[ recovery-image] May 28 17:12:57.063 INFO O| May 28 17:12:57.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69402026-05-28T17:12:57.606Z[ recovery-image] May 28 17:12:57.063 INFO O| May 28 17:12:57.063 INFO STEP 691 (remove_files) COMPLETE
69412026-05-28T17:12:57.606Z[ recovery-image] May 28 17:12:57.063 INFO O| May 28 17:12:57.063 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-05-28T17:12:57.609Z[ recovery-image] May 28 17:12:57.072 INFO O| May 28 17:12:57.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69432026-05-28T17:12:57.609Z[ recovery-image] May 28 17:12:57.072 INFO O| May 28 17:12:57.072 INFO STEP 692 (remove_files) COMPLETE
69442026-05-28T17:12:57.609Z[ recovery-image] May 28 17:12:57.072 INFO O| May 28 17:12:57.072 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-05-28T17:12:57.618Z[ recovery-image] May 28 17:12:57.081 INFO O| May 28 17:12:57.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69462026-05-28T17:12:57.618Z[ recovery-image] May 28 17:12:57.081 INFO O| May 28 17:12:57.081 INFO STEP 693 (remove_files) COMPLETE
69472026-05-28T17:12:57.621Z[ recovery-image] May 28 17:12:57.081 INFO O| May 28 17:12:57.081 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-05-28T17:12:57.626Z[ recovery-image] May 28 17:12:57.089 INFO O| May 28 17:12:57.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69492026-05-28T17:12:57.626Z[ recovery-image] May 28 17:12:57.089 INFO O| May 28 17:12:57.089 INFO STEP 694 (remove_files) COMPLETE
69502026-05-28T17:12:57.626Z[ recovery-image] May 28 17:12:57.089 INFO O| May 28 17:12:57.089 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-05-28T17:12:57.634Z[ recovery-image] May 28 17:12:57.098 INFO O| May 28 17:12:57.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69522026-05-28T17:12:57.634Z[ recovery-image] May 28 17:12:57.098 INFO O| May 28 17:12:57.098 INFO STEP 695 (remove_files) COMPLETE
69532026-05-28T17:12:57.634Z[ recovery-image] May 28 17:12:57.098 INFO O| May 28 17:12:57.098 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-05-28T17:12:57.644Z[ recovery-image] May 28 17:12:57.106 INFO O| May 28 17:12:57.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69552026-05-28T17:12:57.644Z[ recovery-image] May 28 17:12:57.107 INFO O| May 28 17:12:57.106 INFO STEP 696 (remove_files) COMPLETE
69562026-05-28T17:12:57.647Z[ recovery-image] May 28 17:12:57.107 INFO O| May 28 17:12:57.107 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-05-28T17:12:57.654Z[ recovery-image] May 28 17:12:57.116 INFO O| May 28 17:12:57.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69582026-05-28T17:12:57.657Z[ recovery-image] May 28 17:12:57.116 INFO O| May 28 17:12:57.116 INFO STEP 697 (remove_files) COMPLETE
69592026-05-28T17:12:57.657Z[ recovery-image] May 28 17:12:57.116 INFO O| May 28 17:12:57.116 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-05-28T17:12:57.661Z[ recovery-image] May 28 17:12:57.124 INFO O| May 28 17:12:57.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69612026-05-28T17:12:57.661Z[ recovery-image] May 28 17:12:57.125 INFO O| May 28 17:12:57.124 INFO STEP 698 (remove_files) COMPLETE
69622026-05-28T17:12:57.664Z[ recovery-image] May 28 17:12:57.125 INFO O| May 28 17:12:57.125 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-05-28T17:12:57.671Z[ recovery-image] May 28 17:12:57.134 INFO O| May 28 17:12:57.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69642026-05-28T17:12:57.671Z[ recovery-image] May 28 17:12:57.134 INFO O| May 28 17:12:57.134 INFO STEP 699 (remove_files) COMPLETE
69652026-05-28T17:12:57.674Z[ recovery-image] May 28 17:12:57.134 INFO O| May 28 17:12:57.134 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-05-28T17:12:57.680Z[ recovery-image] May 28 17:12:57.144 INFO O| May 28 17:12:57.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69672026-05-28T17:12:57.680Z[ recovery-image] May 28 17:12:57.144 INFO O| May 28 17:12:57.144 INFO STEP 700 (remove_files) COMPLETE
69682026-05-28T17:12:57.683Z[ recovery-image] May 28 17:12:57.144 INFO O| May 28 17:12:57.144 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-05-28T17:12:57.689Z[ recovery-image] May 28 17:12:57.153 INFO O| May 28 17:12:57.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69702026-05-28T17:12:57.689Z[ recovery-image] May 28 17:12:57.153 INFO O| May 28 17:12:57.153 INFO STEP 701 (remove_files) COMPLETE
69712026-05-28T17:12:57.692Z[ recovery-image] May 28 17:12:57.153 INFO O| May 28 17:12:57.153 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-05-28T17:12:57.700Z[ recovery-image] May 28 17:12:57.163 INFO O| May 28 17:12:57.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69732026-05-28T17:12:57.703Z[ recovery-image] May 28 17:12:57.163 INFO O| May 28 17:12:57.163 INFO STEP 702 (remove_files) COMPLETE
69742026-05-28T17:12:57.703Z[ recovery-image] May 28 17:12:57.163 INFO O| May 28 17:12:57.163 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-05-28T17:12:57.708Z[ recovery-image] May 28 17:12:57.171 INFO O| May 28 17:12:57.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69762026-05-28T17:12:57.711Z[ recovery-image] May 28 17:12:57.171 INFO O| May 28 17:12:57.171 INFO STEP 703 (remove_files) COMPLETE
69772026-05-28T17:12:57.711Z[ recovery-image] May 28 17:12:57.171 INFO O| May 28 17:12:57.171 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-05-28T17:12:57.717Z[ host-image] May 28 17:12:57.181 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24001:20260522T173009Z
69792026-05-28T17:12:57.720Z[ recovery-image] May 28 17:12:57.182 INFO O| May 28 17:12:57.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69802026-05-28T17:12:57.720Z[ recovery-image] May 28 17:12:57.182 INFO O| May 28 17:12:57.182 INFO STEP 704 (remove_files) COMPLETE
69812026-05-28T17:12:57.720Z[ recovery-image] May 28 17:12:57.182 INFO O| May 28 17:12:57.182 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-05-28T17:12:57.728Z[ recovery-image] May 28 17:12:57.192 INFO O| May 28 17:12:57.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69832026-05-28T17:12:57.731Z[ recovery-image] May 28 17:12:57.192 INFO O| May 28 17:12:57.192 INFO STEP 705 (remove_files) COMPLETE
69842026-05-28T17:12:57.731Z[ recovery-image] May 28 17:12:57.192 INFO O| May 28 17:12:57.192 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-05-28T17:12:57.737Z[ recovery-image] May 28 17:12:57.201 INFO O| May 28 17:12:57.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69862026-05-28T17:12:57.740Z[ recovery-image] May 28 17:12:57.201 INFO O| May 28 17:12:57.201 INFO STEP 706 (remove_files) COMPLETE
69872026-05-28T17:12:57.740Z[ recovery-image] May 28 17:12:57.201 INFO O| May 28 17:12:57.201 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-05-28T17:12:57.746Z[ recovery-image] May 28 17:12:57.210 INFO O| May 28 17:12:57.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69892026-05-28T17:12:57.753Z[ recovery-image] May 28 17:12:57.210 INFO O| May 28 17:12:57.210 INFO STEP 707 (remove_files) COMPLETE
69902026-05-28T17:12:57.753Z[ recovery-image] May 28 17:12:57.210 INFO O| May 28 17:12:57.210 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-05-28T17:12:57.757Z[ recovery-image] May 28 17:12:57.220 INFO O| May 28 17:12:57.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69922026-05-28T17:12:57.757Z[ recovery-image] May 28 17:12:57.220 INFO O| May 28 17:12:57.220 INFO STEP 708 (remove_files) COMPLETE
69932026-05-28T17:12:57.757Z[ recovery-image] May 28 17:12:57.220 INFO O| May 28 17:12:57.220 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-05-28T17:12:57.766Z[ recovery-image] May 28 17:12:57.229 INFO O| May 28 17:12:57.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69952026-05-28T17:12:57.766Z[ recovery-image] May 28 17:12:57.229 INFO O| May 28 17:12:57.229 INFO STEP 709 (remove_files) COMPLETE
69962026-05-28T17:12:57.766Z[ recovery-image] May 28 17:12:57.229 INFO O| May 28 17:12:57.229 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-05-28T17:12:57.776Z[ recovery-image] May 28 17:12:57.239 INFO O| May 28 17:12:57.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69982026-05-28T17:12:57.776Z[ recovery-image] May 28 17:12:57.239 INFO O| May 28 17:12:57.239 INFO STEP 710 (remove_files) COMPLETE
69992026-05-28T17:12:57.780Z[ recovery-image] May 28 17:12:57.239 INFO O| May 28 17:12:57.239 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-05-28T17:12:57.785Z[ recovery-image] May 28 17:12:57.248 INFO O| May 28 17:12:57.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70012026-05-28T17:12:57.785Z[ recovery-image] May 28 17:12:57.248 INFO O| May 28 17:12:57.248 INFO STEP 711 (remove_files) COMPLETE
70022026-05-28T17:12:57.785Z[ recovery-image] May 28 17:12:57.248 INFO O| May 28 17:12:57.248 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-05-28T17:12:57.795Z[ recovery-image] May 28 17:12:57.258 INFO O| May 28 17:12:57.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70042026-05-28T17:12:57.795Z[ recovery-image] May 28 17:12:57.258 INFO O| May 28 17:12:57.258 INFO STEP 712 (remove_files) COMPLETE
70052026-05-28T17:12:57.795Z[ recovery-image] May 28 17:12:57.258 INFO O| May 28 17:12:57.258 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-05-28T17:12:57.804Z[ recovery-image] May 28 17:12:57.267 INFO O| May 28 17:12:57.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70072026-05-28T17:12:57.804Z[ recovery-image] May 28 17:12:57.267 INFO O| May 28 17:12:57.267 INFO STEP 713 (remove_files) COMPLETE
70082026-05-28T17:12:57.804Z[ recovery-image] May 28 17:12:57.267 INFO O| May 28 17:12:57.267 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-05-28T17:12:57.812Z[ recovery-image] May 28 17:12:57.275 INFO O| May 28 17:12:57.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70102026-05-28T17:12:57.812Z[ recovery-image] May 28 17:12:57.275 INFO O| May 28 17:12:57.275 INFO STEP 714 (remove_files) COMPLETE
70112026-05-28T17:12:57.812Z[ recovery-image] May 28 17:12:57.275 INFO O| May 28 17:12:57.275 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-05-28T17:12:57.822Z[ recovery-image] May 28 17:12:57.286 INFO O| May 28 17:12:57.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70132026-05-28T17:12:57.823Z[ recovery-image] May 28 17:12:57.286 INFO O| May 28 17:12:57.286 INFO STEP 715 (remove_files) COMPLETE
70142026-05-28T17:12:57.823Z[ recovery-image] May 28 17:12:57.286 INFO O| May 28 17:12:57.286 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-05-28T17:12:57.834Z[ recovery-image] May 28 17:12:57.297 INFO O| May 28 17:12:57.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70162026-05-28T17:12:57.834Z[ recovery-image] May 28 17:12:57.297 INFO O| May 28 17:12:57.297 INFO STEP 716 (remove_files) COMPLETE
70172026-05-28T17:12:57.837Z[ recovery-image] May 28 17:12:57.297 INFO O| May 28 17:12:57.297 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-05-28T17:12:57.843Z[ recovery-image] May 28 17:12:57.307 INFO O| May 28 17:12:57.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70192026-05-28T17:12:57.843Z[ recovery-image] May 28 17:12:57.307 INFO O| May 28 17:12:57.307 INFO STEP 717 (remove_files) COMPLETE
70202026-05-28T17:12:57.847Z[ recovery-image] May 28 17:12:57.307 INFO O| May 28 17:12:57.307 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-05-28T17:12:57.853Z[ recovery-image] May 28 17:12:57.317 INFO O| May 28 17:12:57.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70222026-05-28T17:12:57.853Z[ recovery-image] May 28 17:12:57.317 INFO O| May 28 17:12:57.317 INFO STEP 718 (remove_files) COMPLETE
70232026-05-28T17:12:57.853Z[ recovery-image] May 28 17:12:57.317 INFO O| May 28 17:12:57.317 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-05-28T17:12:57.863Z[ recovery-image] May 28 17:12:57.327 INFO O| May 28 17:12:57.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70252026-05-28T17:12:57.863Z[ recovery-image] May 28 17:12:57.327 INFO O| May 28 17:12:57.327 INFO STEP 719 (remove_files) COMPLETE
70262026-05-28T17:12:57.866Z[ recovery-image] May 28 17:12:57.327 INFO O| May 28 17:12:57.327 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-05-28T17:12:57.873Z[ recovery-image] May 28 17:12:57.336 INFO O| May 28 17:12:57.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70282026-05-28T17:12:57.873Z[ recovery-image] May 28 17:12:57.336 INFO O| May 28 17:12:57.336 INFO STEP 720 (remove_files) COMPLETE
70292026-05-28T17:12:57.876Z[ recovery-image] May 28 17:12:57.336 INFO O| May 28 17:12:57.336 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-05-28T17:12:57.881Z[ recovery-image] May 28 17:12:57.344 INFO O| May 28 17:12:57.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70312026-05-28T17:12:57.881Z[ recovery-image] May 28 17:12:57.344 INFO O| May 28 17:12:57.344 INFO STEP 721 (remove_files) COMPLETE
70322026-05-28T17:12:57.881Z[ recovery-image] May 28 17:12:57.344 INFO O| May 28 17:12:57.344 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-05-28T17:12:57.892Z[ recovery-image] May 28 17:12:57.355 INFO O| May 28 17:12:57.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70342026-05-28T17:12:57.892Z[ recovery-image] May 28 17:12:57.355 INFO O| May 28 17:12:57.355 INFO STEP 722 (remove_files) COMPLETE
70352026-05-28T17:12:57.896Z[ recovery-image] May 28 17:12:57.355 INFO O| May 28 17:12:57.355 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-05-28T17:12:57.901Z[ recovery-image] May 28 17:12:57.364 INFO O| May 28 17:12:57.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70372026-05-28T17:12:57.901Z[ recovery-image] May 28 17:12:57.364 INFO O| May 28 17:12:57.364 INFO STEP 723 (remove_files) COMPLETE
70382026-05-28T17:12:57.904Z[ recovery-image] May 28 17:12:57.364 INFO O| May 28 17:12:57.364 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-05-28T17:12:57.910Z[ recovery-image] May 28 17:12:57.373 INFO O| May 28 17:12:57.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70402026-05-28T17:12:57.910Z[ recovery-image] May 28 17:12:57.373 INFO O| May 28 17:12:57.373 INFO STEP 724 (remove_files) COMPLETE
70412026-05-28T17:12:57.914Z[ recovery-image] May 28 17:12:57.373 INFO O| May 28 17:12:57.373 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-05-28T17:12:57.919Z[ recovery-image] May 28 17:12:57.382 INFO O| May 28 17:12:57.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70432026-05-28T17:12:57.919Z[ recovery-image] May 28 17:12:57.383 INFO O| May 28 17:12:57.382 INFO STEP 725 (remove_files) COMPLETE
70442026-05-28T17:12:57.922Z[ recovery-image] May 28 17:12:57.383 INFO O| May 28 17:12:57.383 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-05-28T17:12:57.929Z[ recovery-image] May 28 17:12:57.393 INFO O| May 28 17:12:57.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70462026-05-28T17:12:57.929Z[ recovery-image] May 28 17:12:57.393 INFO O| May 28 17:12:57.393 INFO STEP 726 (remove_files) COMPLETE
70472026-05-28T17:12:57.930Z[ recovery-image] May 28 17:12:57.393 INFO O| May 28 17:12:57.393 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-05-28T17:12:57.941Z[ recovery-image] May 28 17:12:57.403 INFO O| May 28 17:12:57.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70492026-05-28T17:12:57.941Z[ recovery-image] May 28 17:12:57.403 INFO O| May 28 17:12:57.403 INFO STEP 727 (remove_files) COMPLETE
70502026-05-28T17:12:57.941Z[ recovery-image] May 28 17:12:57.404 INFO O| May 28 17:12:57.403 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-05-28T17:12:57.949Z[ recovery-image] May 28 17:12:57.413 INFO O| May 28 17:12:57.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70522026-05-28T17:12:57.949Z[ recovery-image] May 28 17:12:57.413 INFO O| May 28 17:12:57.413 INFO STEP 728 (remove_files) COMPLETE
70532026-05-28T17:12:57.952Z[ recovery-image] May 28 17:12:57.413 INFO O| May 28 17:12:57.413 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-05-28T17:12:57.961Z[ recovery-image] May 28 17:12:57.423 INFO O| May 28 17:12:57.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70552026-05-28T17:12:57.961Z[ recovery-image] May 28 17:12:57.423 INFO O| May 28 17:12:57.423 INFO STEP 729 (remove_files) COMPLETE
70562026-05-28T17:12:57.961Z[ recovery-image] May 28 17:12:57.423 INFO O| May 28 17:12:57.423 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-05-28T17:12:57.967Z[ recovery-image] May 28 17:12:57.430 INFO O| May 28 17:12:57.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70582026-05-28T17:12:57.967Z[ recovery-image] May 28 17:12:57.431 INFO O| May 28 17:12:57.431 INFO STEP 730 (remove_files) COMPLETE
70592026-05-28T17:12:57.967Z[ recovery-image] May 28 17:12:57.431 INFO O| May 28 17:12:57.431 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-05-28T17:12:57.977Z[ recovery-image] May 28 17:12:57.440 INFO O| May 28 17:12:57.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70612026-05-28T17:12:57.977Z[ recovery-image] May 28 17:12:57.440 INFO O| May 28 17:12:57.440 INFO STEP 731 (remove_files) COMPLETE
70622026-05-28T17:12:57.977Z[ recovery-image] May 28 17:12:57.440 INFO O| May 28 17:12:57.440 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-05-28T17:12:57.987Z[ recovery-image] May 28 17:12:57.450 INFO O| May 28 17:12:57.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70642026-05-28T17:12:57.987Z[ recovery-image] May 28 17:12:57.450 INFO O| May 28 17:12:57.450 INFO STEP 732 (remove_files) COMPLETE
70652026-05-28T17:12:57.987Z[ recovery-image] May 28 17:12:57.450 INFO O| May 28 17:12:57.450 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-05-28T17:12:57.995Z[ recovery-image] May 28 17:12:57.459 INFO O| May 28 17:12:57.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70672026-05-28T17:12:57.995Z[ recovery-image] May 28 17:12:57.459 INFO O| May 28 17:12:57.459 INFO STEP 733 (remove_files) COMPLETE
70682026-05-28T17:12:57.995Z[ recovery-image] May 28 17:12:57.459 INFO O| May 28 17:12:57.459 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-05-28T17:12:58.004Z[ recovery-image] May 28 17:12:57.467 INFO O| May 28 17:12:57.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70702026-05-28T17:12:58.004Z[ recovery-image] May 28 17:12:57.467 INFO O| May 28 17:12:57.467 INFO STEP 734 (remove_files) COMPLETE
70712026-05-28T17:12:58.007Z[ recovery-image] May 28 17:12:57.467 INFO O| May 28 17:12:57.467 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-05-28T17:12:58.012Z[ recovery-image] May 28 17:12:57.475 INFO O| May 28 17:12:57.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70732026-05-28T17:12:58.012Z[ recovery-image] May 28 17:12:57.476 INFO O| May 28 17:12:57.475 INFO STEP 735 (remove_files) COMPLETE
70742026-05-28T17:12:58.012Z[ recovery-image] May 28 17:12:57.476 INFO O| May 28 17:12:57.475 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-05-28T17:12:58.020Z[ recovery-image] May 28 17:12:57.484 INFO O| May 28 17:12:57.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70762026-05-28T17:12:58.020Z[ recovery-image] May 28 17:12:57.484 INFO O| May 28 17:12:57.484 INFO STEP 736 (remove_files) COMPLETE
70772026-05-28T17:12:58.023Z[ recovery-image] May 28 17:12:57.484 INFO O| May 28 17:12:57.484 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-05-28T17:12:58.028Z[ recovery-image] May 28 17:12:57.491 INFO O| May 28 17:12:57.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70792026-05-28T17:12:58.028Z[ recovery-image] May 28 17:12:57.491 INFO O| May 28 17:12:57.491 INFO STEP 737 (remove_files) COMPLETE
70802026-05-28T17:12:58.028Z[ recovery-image] May 28 17:12:57.491 INFO O| May 28 17:12:57.491 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-05-28T17:12:58.035Z[ recovery-image] May 28 17:12:57.499 INFO O| May 28 17:12:57.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70822026-05-28T17:12:58.035Z[ recovery-image] May 28 17:12:57.499 INFO O| May 28 17:12:57.499 INFO STEP 738 (remove_files) COMPLETE
70832026-05-28T17:12:58.035Z[ recovery-image] May 28 17:12:57.499 INFO O| May 28 17:12:57.499 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-05-28T17:12:58.043Z[ recovery-image] May 28 17:12:57.507 INFO O| May 28 17:12:57.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
70852026-05-28T17:12:58.043Z[ recovery-image] May 28 17:12:57.507 INFO O| May 28 17:12:57.507 INFO STEP 739 (remove_files) COMPLETE
70862026-05-28T17:12:58.043Z[ recovery-image] May 28 17:12:57.507 INFO O| May 28 17:12:57.507 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-05-28T17:12:58.051Z[ recovery-image] May 28 17:12:57.515 INFO O| May 28 17:12:57.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
70882026-05-28T17:12:58.051Z[ recovery-image] May 28 17:12:57.515 INFO O| May 28 17:12:57.515 INFO STEP 740 (remove_files) COMPLETE
70892026-05-28T17:12:58.051Z[ recovery-image] May 28 17:12:57.515 INFO O| May 28 17:12:57.515 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-05-28T17:12:58.061Z[ recovery-image] May 28 17:12:57.524 INFO O| May 28 17:12:57.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
70912026-05-28T17:12:58.061Z[ recovery-image] May 28 17:12:57.524 INFO O| May 28 17:12:57.524 INFO STEP 741 (remove_files) COMPLETE
70922026-05-28T17:12:58.061Z[ recovery-image] May 28 17:12:57.524 INFO O| May 28 17:12:57.524 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-05-28T17:12:58.070Z[ recovery-image] May 28 17:12:57.533 INFO O| May 28 17:12:57.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
70942026-05-28T17:12:58.073Z[ recovery-image] May 28 17:12:57.534 INFO O| May 28 17:12:57.534 INFO STEP 742 (remove_files) COMPLETE
70952026-05-28T17:12:58.073Z[ recovery-image] May 28 17:12:57.534 INFO O| May 28 17:12:57.534 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-05-28T17:12:58.079Z[ recovery-image] May 28 17:12:57.543 INFO O| May 28 17:12:57.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
70972026-05-28T17:12:58.079Z[ recovery-image] May 28 17:12:57.543 INFO O| May 28 17:12:57.543 INFO STEP 743 (remove_files) COMPLETE
70982026-05-28T17:12:58.079Z[ recovery-image] May 28 17:12:57.543 INFO O| May 28 17:12:57.543 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-05-28T17:12:58.089Z[ recovery-image] May 28 17:12:57.552 INFO O| May 28 17:12:57.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71002026-05-28T17:12:58.089Z[ recovery-image] May 28 17:12:57.552 INFO O| May 28 17:12:57.552 INFO STEP 744 (remove_files) COMPLETE
71012026-05-28T17:12:58.089Z[ recovery-image] May 28 17:12:57.552 INFO O| May 28 17:12:57.552 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-05-28T17:12:58.100Z[ recovery-image] May 28 17:12:57.562 INFO O| May 28 17:12:57.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71032026-05-28T17:12:58.100Z[ recovery-image] May 28 17:12:57.562 INFO O| May 28 17:12:57.562 INFO STEP 745 (remove_files) COMPLETE
71042026-05-28T17:12:58.100Z[ recovery-image] May 28 17:12:57.562 INFO O| May 28 17:12:57.562 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-05-28T17:12:58.108Z[ recovery-image] May 28 17:12:57.572 INFO O| May 28 17:12:57.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71062026-05-28T17:12:58.109Z[ recovery-image] May 28 17:12:57.572 INFO O| May 28 17:12:57.572 INFO STEP 746 (remove_files) COMPLETE
71072026-05-28T17:12:58.109Z[ recovery-image] May 28 17:12:57.572 INFO O| May 28 17:12:57.572 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-05-28T17:12:58.118Z[ recovery-image] May 28 17:12:57.581 INFO O| May 28 17:12:57.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71092026-05-28T17:12:58.118Z[ recovery-image] May 28 17:12:57.581 INFO O| May 28 17:12:57.581 INFO STEP 747 (remove_files) COMPLETE
71102026-05-28T17:12:58.118Z[ recovery-image] May 28 17:12:57.581 INFO O| May 28 17:12:57.581 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-05-28T17:12:58.128Z[ recovery-image] May 28 17:12:57.591 INFO O| May 28 17:12:57.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71122026-05-28T17:12:58.128Z[ recovery-image] May 28 17:12:57.591 INFO O| May 28 17:12:57.591 INFO STEP 748 (remove_files) COMPLETE
71132026-05-28T17:12:58.128Z[ recovery-image] May 28 17:12:57.591 INFO O| May 28 17:12:57.591 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-05-28T17:12:58.138Z[ recovery-image] May 28 17:12:57.600 INFO O| May 28 17:12:57.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71152026-05-28T17:12:58.138Z[ recovery-image] May 28 17:12:57.600 INFO O| May 28 17:12:57.600 INFO STEP 749 (remove_files) COMPLETE
71162026-05-28T17:12:58.138Z[ recovery-image] May 28 17:12:57.600 INFO O| May 28 17:12:57.600 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-05-28T17:12:58.146Z[ recovery-image] May 28 17:12:57.610 INFO O| May 28 17:12:57.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71182026-05-28T17:12:58.146Z[ recovery-image] May 28 17:12:57.610 INFO O| May 28 17:12:57.610 INFO STEP 750 (remove_files) COMPLETE
71192026-05-28T17:12:58.149Z[ recovery-image] May 28 17:12:57.610 INFO O| May 28 17:12:57.610 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-05-28T17:12:58.157Z[ recovery-image] May 28 17:12:57.619 INFO O| May 28 17:12:57.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71212026-05-28T17:12:58.157Z[ recovery-image] May 28 17:12:57.619 INFO O| May 28 17:12:57.619 INFO STEP 751 (remove_files) COMPLETE
71222026-05-28T17:12:58.157Z[ recovery-image] May 28 17:12:57.619 INFO O| May 28 17:12:57.619 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-05-28T17:12:58.165Z[ recovery-image] May 28 17:12:57.629 INFO O| May 28 17:12:57.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71242026-05-28T17:12:58.165Z[ recovery-image] May 28 17:12:57.629 INFO O| May 28 17:12:57.629 INFO STEP 752 (remove_files) COMPLETE
71252026-05-28T17:12:58.165Z[ recovery-image] May 28 17:12:57.629 INFO O| May 28 17:12:57.629 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-05-28T17:12:58.175Z[ recovery-image] May 28 17:12:57.638 INFO O| May 28 17:12:57.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71272026-05-28T17:12:58.175Z[ recovery-image] May 28 17:12:57.638 INFO O| May 28 17:12:57.638 INFO STEP 753 (remove_files) COMPLETE
71282026-05-28T17:12:58.175Z[ recovery-image] May 28 17:12:57.638 INFO O| May 28 17:12:57.638 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-05-28T17:12:58.185Z[ recovery-image] May 28 17:12:57.648 INFO O| May 28 17:12:57.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71302026-05-28T17:12:58.185Z[ recovery-image] May 28 17:12:57.648 INFO O| May 28 17:12:57.648 INFO STEP 754 (remove_files) COMPLETE
71312026-05-28T17:12:58.185Z[ recovery-image] May 28 17:12:57.648 INFO O| May 28 17:12:57.648 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-05-28T17:12:58.194Z[ recovery-image] May 28 17:12:57.658 INFO O| May 28 17:12:57.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71332026-05-28T17:12:58.194Z[ recovery-image] May 28 17:12:57.658 INFO O| May 28 17:12:57.658 INFO STEP 755 (remove_files) COMPLETE
71342026-05-28T17:12:58.194Z[ recovery-image] May 28 17:12:57.658 INFO O| May 28 17:12:57.658 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-05-28T17:12:58.204Z[ recovery-image] May 28 17:12:57.667 INFO O| May 28 17:12:57.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71362026-05-28T17:12:58.204Z[ recovery-image] May 28 17:12:57.667 INFO O| May 28 17:12:57.667 INFO STEP 756 (remove_files) COMPLETE
71372026-05-28T17:12:58.207Z[ recovery-image] May 28 17:12:57.667 INFO O| May 28 17:12:57.667 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-05-28T17:12:58.214Z[ recovery-image] May 28 17:12:57.677 INFO O| May 28 17:12:57.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71392026-05-28T17:12:58.214Z[ recovery-image] May 28 17:12:57.677 INFO O| May 28 17:12:57.677 INFO STEP 757 (remove_files) COMPLETE
71402026-05-28T17:12:58.214Z[ recovery-image] May 28 17:12:57.677 INFO O| May 28 17:12:57.677 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-05-28T17:12:58.224Z[ recovery-image] May 28 17:12:57.687 INFO O| May 28 17:12:57.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71422026-05-28T17:12:58.224Z[ recovery-image] May 28 17:12:57.687 INFO O| May 28 17:12:57.687 INFO STEP 758 (remove_files) COMPLETE
71432026-05-28T17:12:58.224Z[ recovery-image] May 28 17:12:57.687 INFO O| May 28 17:12:57.687 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-05-28T17:12:58.235Z[ recovery-image] May 28 17:12:57.698 INFO O| May 28 17:12:57.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71452026-05-28T17:12:58.235Z[ recovery-image] May 28 17:12:57.698 INFO O| May 28 17:12:57.698 INFO STEP 759 (remove_files) COMPLETE
71462026-05-28T17:12:58.238Z[ recovery-image] May 28 17:12:57.698 INFO O| May 28 17:12:57.698 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-05-28T17:12:58.245Z[ recovery-image] May 28 17:12:57.708 INFO O| May 28 17:12:57.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71482026-05-28T17:12:58.245Z[ recovery-image] May 28 17:12:57.708 INFO O| May 28 17:12:57.708 INFO STEP 760 (remove_files) COMPLETE
71492026-05-28T17:12:58.245Z[ recovery-image] May 28 17:12:57.708 INFO O| May 28 17:12:57.708 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-05-28T17:12:58.254Z[ recovery-image] May 28 17:12:57.717 INFO O| May 28 17:12:57.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71512026-05-28T17:12:58.254Z[ recovery-image] May 28 17:12:57.717 INFO O| May 28 17:12:57.717 INFO STEP 761 (remove_files) COMPLETE
71522026-05-28T17:12:58.254Z[ recovery-image] May 28 17:12:57.717 INFO O| May 28 17:12:57.717 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-05-28T17:12:58.264Z[ recovery-image] May 28 17:12:57.727 INFO O| May 28 17:12:57.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71542026-05-28T17:12:58.264Z[ recovery-image] May 28 17:12:57.727 INFO O| May 28 17:12:57.727 INFO STEP 762 (remove_files) COMPLETE
71552026-05-28T17:12:58.264Z[ recovery-image] May 28 17:12:57.727 INFO O| May 28 17:12:57.727 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-05-28T17:12:58.275Z[ recovery-image] May 28 17:12:57.738 INFO O| May 28 17:12:57.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71572026-05-28T17:12:58.275Z[ recovery-image] May 28 17:12:57.738 INFO O| May 28 17:12:57.738 INFO STEP 763 (remove_files) COMPLETE
71582026-05-28T17:12:58.275Z[ recovery-image] May 28 17:12:57.738 INFO O| May 28 17:12:57.738 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-05-28T17:12:58.284Z[ recovery-image] May 28 17:12:57.748 INFO O| May 28 17:12:57.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71602026-05-28T17:12:58.284Z[ recovery-image] May 28 17:12:57.748 INFO O| May 28 17:12:57.748 INFO STEP 764 (remove_files) COMPLETE
71612026-05-28T17:12:58.284Z[ recovery-image] May 28 17:12:57.748 INFO O| May 28 17:12:57.748 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-05-28T17:12:58.296Z[ recovery-image] May 28 17:12:57.759 INFO O| May 28 17:12:57.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71632026-05-28T17:12:58.299Z[ recovery-image] May 28 17:12:57.760 INFO O| May 28 17:12:57.760 INFO STEP 765 (remove_files) COMPLETE
71642026-05-28T17:12:58.299Z[ recovery-image] May 28 17:12:57.760 INFO O| May 28 17:12:57.760 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-05-28T17:12:58.307Z[ recovery-image] May 28 17:12:57.770 INFO O| May 28 17:12:57.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71662026-05-28T17:12:58.310Z[ recovery-image] May 28 17:12:57.771 INFO O| May 28 17:12:57.771 INFO STEP 766 (remove_files) COMPLETE
71672026-05-28T17:12:58.310Z[ recovery-image] May 28 17:12:57.771 INFO O| May 28 17:12:57.771 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-05-28T17:12:58.317Z[ recovery-image] May 28 17:12:57.781 INFO O| May 28 17:12:57.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71692026-05-28T17:12:58.318Z[ recovery-image] May 28 17:12:57.781 INFO O| May 28 17:12:57.781 INFO STEP 767 (remove_files) COMPLETE
71702026-05-28T17:12:58.321Z[ recovery-image] May 28 17:12:57.781 INFO O| May 28 17:12:57.781 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-05-28T17:12:58.326Z[ recovery-image] May 28 17:12:57.789 INFO O| May 28 17:12:57.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71722026-05-28T17:12:58.326Z[ recovery-image] May 28 17:12:57.789 INFO O| May 28 17:12:57.789 INFO STEP 768 (remove_files) COMPLETE
71732026-05-28T17:12:58.329Z[ recovery-image] May 28 17:12:57.789 INFO O| May 28 17:12:57.789 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-05-28T17:12:58.334Z[ recovery-image] May 28 17:12:57.798 INFO O| May 28 17:12:57.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71752026-05-28T17:12:58.334Z[ recovery-image] May 28 17:12:57.798 INFO O| May 28 17:12:57.798 INFO STEP 769 (remove_files) COMPLETE
71762026-05-28T17:12:58.337Z[ recovery-image] May 28 17:12:57.798 INFO O| May 28 17:12:57.798 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-05-28T17:12:58.342Z[ recovery-image] May 28 17:12:57.805 INFO O| May 28 17:12:57.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71782026-05-28T17:12:58.342Z[ recovery-image] May 28 17:12:57.805 INFO O| May 28 17:12:57.805 INFO STEP 770 (remove_files) COMPLETE
71792026-05-28T17:12:58.342Z[ recovery-image] May 28 17:12:57.805 INFO O| May 28 17:12:57.805 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-05-28T17:12:58.349Z[ recovery-image] May 28 17:12:57.813 INFO O| May 28 17:12:57.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71812026-05-28T17:12:58.349Z[ recovery-image] May 28 17:12:57.813 INFO O| May 28 17:12:57.813 INFO STEP 771 (remove_files) COMPLETE
71822026-05-28T17:12:58.353Z[ recovery-image] May 28 17:12:57.813 INFO O| May 28 17:12:57.813 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-05-28T17:12:58.358Z[ recovery-image] May 28 17:12:57.821 INFO O| May 28 17:12:57.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
71842026-05-28T17:12:58.358Z[ recovery-image] May 28 17:12:57.821 INFO O| May 28 17:12:57.821 INFO STEP 772 (remove_files) COMPLETE
71852026-05-28T17:12:58.358Z[ recovery-image] May 28 17:12:57.821 INFO O| May 28 17:12:57.821 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-05-28T17:12:58.366Z[ recovery-image] May 28 17:12:57.829 INFO O| May 28 17:12:57.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
71872026-05-28T17:12:58.366Z[ recovery-image] May 28 17:12:57.829 INFO O| May 28 17:12:57.829 INFO STEP 773 (remove_files) COMPLETE
71882026-05-28T17:12:58.366Z[ recovery-image] May 28 17:12:57.829 INFO O| May 28 17:12:57.829 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-05-28T17:12:58.375Z[ recovery-image] May 28 17:12:57.838 INFO O| May 28 17:12:57.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
71902026-05-28T17:12:58.375Z[ recovery-image] May 28 17:12:57.838 INFO O| May 28 17:12:57.838 INFO STEP 774 (remove_files) COMPLETE
71912026-05-28T17:12:58.378Z[ recovery-image] May 28 17:12:57.838 INFO O| May 28 17:12:57.838 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-05-28T17:12:58.384Z[ recovery-image] May 28 17:12:57.847 INFO O| May 28 17:12:57.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
71932026-05-28T17:12:58.384Z[ recovery-image] May 28 17:12:57.847 INFO O| May 28 17:12:57.847 INFO STEP 775 (remove_files) COMPLETE
71942026-05-28T17:12:58.384Z[ recovery-image] May 28 17:12:57.847 INFO O| May 28 17:12:57.847 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-05-28T17:12:58.392Z[ recovery-image] May 28 17:12:57.855 INFO O| May 28 17:12:57.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
71962026-05-28T17:12:58.392Z[ recovery-image] May 28 17:12:57.855 INFO O| May 28 17:12:57.855 INFO STEP 776 (remove_files) COMPLETE
71972026-05-28T17:12:58.392Z[ recovery-image] May 28 17:12:57.855 INFO O| May 28 17:12:57.855 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-05-28T17:12:58.400Z[ recovery-image] May 28 17:12:57.863 INFO O| May 28 17:12:57.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71992026-05-28T17:12:58.400Z[ recovery-image] May 28 17:12:57.863 INFO O| May 28 17:12:57.863 INFO STEP 777 (remove_files) COMPLETE
72002026-05-28T17:12:58.400Z[ recovery-image] May 28 17:12:57.863 INFO O| May 28 17:12:57.863 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-05-28T17:12:58.408Z[ recovery-image] May 28 17:12:57.871 INFO O| May 28 17:12:57.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72022026-05-28T17:12:58.408Z[ recovery-image] May 28 17:12:57.871 INFO O| May 28 17:12:57.871 INFO STEP 778 (remove_files) COMPLETE
72032026-05-28T17:12:58.408Z[ recovery-image] May 28 17:12:57.871 INFO O| May 28 17:12:57.871 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-05-28T17:12:58.415Z[ recovery-image] May 28 17:12:57.879 INFO O| May 28 17:12:57.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72052026-05-28T17:12:58.415Z[ recovery-image] May 28 17:12:57.879 INFO O| May 28 17:12:57.879 INFO STEP 779 (remove_files) COMPLETE
72062026-05-28T17:12:58.418Z[ recovery-image] May 28 17:12:57.879 INFO O| May 28 17:12:57.879 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-05-28T17:12:58.427Z[ recovery-image] May 28 17:12:57.891 INFO O| May 28 17:12:57.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72082026-05-28T17:12:58.428Z[ recovery-image] May 28 17:12:57.891 INFO O| May 28 17:12:57.891 INFO STEP 780 (remove_files) COMPLETE
72092026-05-28T17:12:58.431Z[ recovery-image] May 28 17:12:57.891 INFO O| May 28 17:12:57.891 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-05-28T17:12:58.438Z[ recovery-image] May 28 17:12:57.901 INFO O| May 28 17:12:57.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72112026-05-28T17:12:58.438Z[ recovery-image] May 28 17:12:57.901 INFO O| May 28 17:12:57.901 INFO STEP 781 (remove_files) COMPLETE
72122026-05-28T17:12:58.438Z[ recovery-image] May 28 17:12:57.901 INFO O| May 28 17:12:57.901 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-05-28T17:12:58.449Z[ recovery-image] May 28 17:12:57.912 INFO O| May 28 17:12:57.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72142026-05-28T17:12:58.449Z[ recovery-image] May 28 17:12:57.913 INFO O| May 28 17:12:57.913 INFO STEP 782 (remove_files) COMPLETE
72152026-05-28T17:12:58.452Z[ recovery-image] May 28 17:12:57.913 INFO O| May 28 17:12:57.913 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-05-28T17:12:58.461Z[ recovery-image] May 28 17:12:57.923 INFO O| May 28 17:12:57.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72172026-05-28T17:12:58.461Z[ recovery-image] May 28 17:12:57.923 INFO O| May 28 17:12:57.923 INFO STEP 783 (remove_files) COMPLETE
72182026-05-28T17:12:58.461Z[ recovery-image] May 28 17:12:57.923 INFO O| May 28 17:12:57.923 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-05-28T17:12:58.468Z[ recovery-image] May 28 17:12:57.932 INFO O| May 28 17:12:57.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72202026-05-28T17:12:58.469Z[ recovery-image] May 28 17:12:57.932 INFO O| May 28 17:12:57.932 INFO STEP 784 (remove_files) COMPLETE
72212026-05-28T17:12:58.469Z[ recovery-image] May 28 17:12:57.932 INFO O| May 28 17:12:57.932 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-05-28T17:12:58.477Z[ recovery-image] May 28 17:12:57.940 INFO O| May 28 17:12:57.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72232026-05-28T17:12:58.478Z[ recovery-image] May 28 17:12:57.940 INFO O| May 28 17:12:57.940 INFO STEP 785 (remove_files) COMPLETE
72242026-05-28T17:12:58.481Z[ recovery-image] May 28 17:12:57.940 INFO O| May 28 17:12:57.940 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-05-28T17:12:58.484Z[ recovery-image] May 28 17:12:57.947 INFO O| May 28 17:12:57.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72262026-05-28T17:12:58.484Z[ recovery-image] May 28 17:12:57.947 INFO O| May 28 17:12:57.947 INFO STEP 786 (remove_files) COMPLETE
72272026-05-28T17:12:58.487Z[ recovery-image] May 28 17:12:57.947 INFO O| May 28 17:12:57.947 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-05-28T17:12:58.494Z[ recovery-image] May 28 17:12:57.957 INFO O| May 28 17:12:57.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72292026-05-28T17:12:58.494Z[ recovery-image] May 28 17:12:57.957 INFO O| May 28 17:12:57.957 INFO STEP 787 (remove_files) COMPLETE
72302026-05-28T17:12:58.497Z[ recovery-image] May 28 17:12:57.957 INFO O| May 28 17:12:57.957 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-05-28T17:12:58.504Z[ recovery-image] May 28 17:12:57.967 INFO O| May 28 17:12:57.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72322026-05-28T17:12:58.504Z[ recovery-image] May 28 17:12:57.968 INFO O| May 28 17:12:57.968 INFO STEP 788 (remove_files) COMPLETE
72332026-05-28T17:12:58.504Z[ recovery-image] May 28 17:12:57.968 INFO O| May 28 17:12:57.968 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-05-28T17:12:58.512Z[ recovery-image] May 28 17:12:57.976 INFO O| May 28 17:12:57.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72352026-05-28T17:12:58.513Z[ recovery-image] May 28 17:12:57.976 INFO O| May 28 17:12:57.976 INFO STEP 789 (remove_files) COMPLETE
72362026-05-28T17:12:58.516Z[ recovery-image] May 28 17:12:57.976 INFO O| May 28 17:12:57.976 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-05-28T17:12:58.520Z[ recovery-image] May 28 17:12:57.983 INFO O| May 28 17:12:57.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72382026-05-28T17:12:58.520Z[ recovery-image] May 28 17:12:57.983 INFO O| May 28 17:12:57.983 INFO STEP 790 (remove_files) COMPLETE
72392026-05-28T17:12:58.523Z[ recovery-image] May 28 17:12:57.983 INFO O| May 28 17:12:57.983 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-05-28T17:12:58.527Z[ recovery-image] May 28 17:12:57.990 INFO O| May 28 17:12:57.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72412026-05-28T17:12:58.541Z[ recovery-image] May 28 17:12:57.990 INFO O| May 28 17:12:57.990 INFO STEP 791 (remove_files) COMPLETE
72422026-05-28T17:12:58.541Z[ recovery-image] May 28 17:12:57.990 INFO O| May 28 17:12:57.990 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-05-28T17:12:58.541Z[ recovery-image] May 28 17:12:58.001 INFO O| May 28 17:12:58.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72442026-05-28T17:12:58.541Z[ recovery-image] May 28 17:12:58.001 INFO O| May 28 17:12:58.001 INFO STEP 792 (remove_files) COMPLETE
72452026-05-28T17:12:58.541Z[ recovery-image] May 28 17:12:58.001 INFO O| May 28 17:12:58.001 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-05-28T17:12:58.546Z[ recovery-image] May 28 17:12:58.010 INFO O| May 28 17:12:58.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72472026-05-28T17:12:58.546Z[ recovery-image] May 28 17:12:58.010 INFO O| May 28 17:12:58.010 INFO STEP 793 (remove_files) COMPLETE
72482026-05-28T17:12:58.546Z[ recovery-image] May 28 17:12:58.010 INFO O| May 28 17:12:58.010 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-05-28T17:12:58.555Z[ recovery-image] May 28 17:12:58.018 INFO O| May 28 17:12:58.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72502026-05-28T17:12:58.555Z[ recovery-image] May 28 17:12:58.018 INFO O| May 28 17:12:58.018 INFO STEP 794 (remove_files) COMPLETE
72512026-05-28T17:12:58.555Z[ recovery-image] May 28 17:12:58.019 INFO O| May 28 17:12:58.018 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-05-28T17:12:58.566Z[ recovery-image] May 28 17:12:58.030 INFO O| May 28 17:12:58.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72532026-05-28T17:12:58.566Z[ recovery-image] May 28 17:12:58.030 INFO O| May 28 17:12:58.030 INFO STEP 795 (remove_files) COMPLETE
72542026-05-28T17:12:58.566Z[ recovery-image] May 28 17:12:58.030 INFO O| May 28 17:12:58.030 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-05-28T17:12:58.575Z[ recovery-image] May 28 17:12:58.038 INFO O| May 28 17:12:58.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72562026-05-28T17:12:58.575Z[ recovery-image] May 28 17:12:58.038 INFO O| May 28 17:12:58.038 INFO STEP 796 (remove_files) COMPLETE
72572026-05-28T17:12:58.575Z[ recovery-image] May 28 17:12:58.038 INFO O| May 28 17:12:58.038 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-05-28T17:12:58.583Z[ recovery-image] May 28 17:12:58.046 INFO O| May 28 17:12:58.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72592026-05-28T17:12:58.583Z[ recovery-image] May 28 17:12:58.046 INFO O| May 28 17:12:58.046 INFO STEP 797 (remove_files) COMPLETE
72602026-05-28T17:12:58.583Z[ recovery-image] May 28 17:12:58.046 INFO O| May 28 17:12:58.046 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-05-28T17:12:58.590Z[ recovery-image] May 28 17:12:58.054 INFO O| May 28 17:12:58.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72622026-05-28T17:12:58.591Z[ recovery-image] May 28 17:12:58.054 INFO O| May 28 17:12:58.054 INFO STEP 798 (remove_files) COMPLETE
72632026-05-28T17:12:58.591Z[ recovery-image] May 28 17:12:58.054 INFO O| May 28 17:12:58.054 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-05-28T17:12:58.598Z[ recovery-image] May 28 17:12:58.061 INFO O| May 28 17:12:58.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72652026-05-28T17:12:58.598Z[ recovery-image] May 28 17:12:58.061 INFO O| May 28 17:12:58.061 INFO STEP 799 (remove_files) COMPLETE
72662026-05-28T17:12:58.598Z[ recovery-image] May 28 17:12:58.061 INFO O| May 28 17:12:58.061 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-05-28T17:12:58.606Z[ recovery-image] May 28 17:12:58.069 INFO O| May 28 17:12:58.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72682026-05-28T17:12:58.606Z[ recovery-image] May 28 17:12:58.069 INFO O| May 28 17:12:58.069 INFO STEP 800 (remove_files) COMPLETE
72692026-05-28T17:12:58.609Z[ recovery-image] May 28 17:12:58.069 INFO O| May 28 17:12:58.069 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-05-28T17:12:58.614Z[ recovery-image] May 28 17:12:58.078 INFO O| May 28 17:12:58.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72712026-05-28T17:12:58.614Z[ recovery-image] May 28 17:12:58.078 INFO O| May 28 17:12:58.078 INFO STEP 801 (remove_files) COMPLETE
72722026-05-28T17:12:58.617Z[ recovery-image] May 28 17:12:58.078 INFO O| May 28 17:12:58.078 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-05-28T17:12:58.623Z[ recovery-image] May 28 17:12:58.086 INFO O| May 28 17:12:58.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72742026-05-28T17:12:58.623Z[ recovery-image] May 28 17:12:58.086 INFO O| May 28 17:12:58.086 INFO STEP 802 (remove_files) COMPLETE
72752026-05-28T17:12:58.626Z[ recovery-image] May 28 17:12:58.086 INFO O| May 28 17:12:58.086 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-05-28T17:12:58.634Z[ recovery-image] May 28 17:12:58.097 INFO O| May 28 17:12:58.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72772026-05-28T17:12:58.634Z[ recovery-image] May 28 17:12:58.097 INFO O| May 28 17:12:58.097 INFO STEP 803 (remove_files) COMPLETE
72782026-05-28T17:12:58.637Z[ recovery-image] May 28 17:12:58.097 INFO O| May 28 17:12:58.097 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-05-28T17:12:58.645Z[ recovery-image] May 28 17:12:58.107 INFO O| May 28 17:12:58.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
72802026-05-28T17:12:58.645Z[ recovery-image] May 28 17:12:58.107 INFO O| May 28 17:12:58.107 INFO STEP 804 (remove_files) COMPLETE
72812026-05-28T17:12:58.648Z[ recovery-image] May 28 17:12:58.107 INFO O| May 28 17:12:58.107 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-05-28T17:12:58.653Z[ recovery-image] May 28 17:12:58.117 INFO O| May 28 17:12:58.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72832026-05-28T17:12:58.653Z[ recovery-image] May 28 17:12:58.117 INFO O| May 28 17:12:58.117 INFO STEP 805 (remove_files) COMPLETE
72842026-05-28T17:12:58.657Z[ recovery-image] May 28 17:12:58.117 INFO O| May 28 17:12:58.117 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-05-28T17:12:58.667Z[ recovery-image] May 28 17:12:58.128 INFO O| May 28 17:12:58.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
72862026-05-28T17:12:58.667Z[ recovery-image] May 28 17:12:58.128 INFO O| May 28 17:12:58.128 INFO STEP 806 (remove_files) COMPLETE
72872026-05-28T17:12:58.667Z[ recovery-image] May 28 17:12:58.128 INFO O| May 28 17:12:58.128 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-05-28T17:12:58.674Z[ recovery-image] May 28 17:12:58.138 INFO O| May 28 17:12:58.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
72892026-05-28T17:12:58.674Z[ recovery-image] May 28 17:12:58.138 INFO O| May 28 17:12:58.138 INFO STEP 807 (remove_files) COMPLETE
72902026-05-28T17:12:58.678Z[ recovery-image] May 28 17:12:58.138 INFO O| May 28 17:12:58.138 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-05-28T17:12:58.684Z[ recovery-image] May 28 17:12:58.147 INFO O| May 28 17:12:58.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
72922026-05-28T17:12:58.684Z[ recovery-image] May 28 17:12:58.147 INFO O| May 28 17:12:58.147 INFO STEP 808 (remove_files) COMPLETE
72932026-05-28T17:12:58.687Z[ recovery-image] May 28 17:12:58.147 INFO O| May 28 17:12:58.147 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-05-28T17:12:58.694Z[ recovery-image] May 28 17:12:58.157 INFO O| May 28 17:12:58.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72952026-05-28T17:12:58.694Z[ recovery-image] May 28 17:12:58.157 INFO O| May 28 17:12:58.157 INFO STEP 809 (remove_files) COMPLETE
72962026-05-28T17:12:58.697Z[ recovery-image] May 28 17:12:58.157 INFO O| May 28 17:12:58.157 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-05-28T17:12:58.703Z[ recovery-image] May 28 17:12:58.167 INFO O| May 28 17:12:58.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72982026-05-28T17:12:58.703Z[ recovery-image] May 28 17:12:58.167 INFO O| May 28 17:12:58.167 INFO STEP 810 (remove_files) COMPLETE
72992026-05-28T17:12:58.707Z[ recovery-image] May 28 17:12:58.167 INFO O| May 28 17:12:58.167 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-05-28T17:12:58.712Z[ recovery-image] May 28 17:12:58.175 INFO O| May 28 17:12:58.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73012026-05-28T17:12:58.712Z[ recovery-image] May 28 17:12:58.175 INFO O| May 28 17:12:58.175 INFO STEP 811 (remove_files) COMPLETE
73022026-05-28T17:12:58.715Z[ recovery-image] May 28 17:12:58.175 INFO O| May 28 17:12:58.175 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-05-28T17:12:58.722Z[ recovery-image] May 28 17:12:58.186 INFO O| May 28 17:12:58.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73042026-05-28T17:12:58.722Z[ recovery-image] May 28 17:12:58.186 INFO O| May 28 17:12:58.186 INFO STEP 812 (remove_files) COMPLETE
73052026-05-28T17:12:58.725Z[ recovery-image] May 28 17:12:58.186 INFO O| May 28 17:12:58.186 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-05-28T17:12:58.732Z[ recovery-image] May 28 17:12:58.194 INFO O| May 28 17:12:58.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73072026-05-28T17:12:58.732Z[ recovery-image] May 28 17:12:58.195 INFO O| May 28 17:12:58.195 INFO STEP 813 (remove_files) COMPLETE
73082026-05-28T17:12:58.732Z[ recovery-image] May 28 17:12:58.195 INFO O| May 28 17:12:58.195 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-05-28T17:12:58.740Z[ recovery-image] May 28 17:12:58.204 INFO O| May 28 17:12:58.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73102026-05-28T17:12:58.740Z[ recovery-image] May 28 17:12:58.204 INFO O| May 28 17:12:58.204 INFO STEP 814 (remove_files) COMPLETE
73112026-05-28T17:12:58.744Z[ recovery-image] May 28 17:12:58.204 INFO O| May 28 17:12:58.204 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-05-28T17:12:58.749Z[ recovery-image] May 28 17:12:58.213 INFO O| May 28 17:12:58.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73132026-05-28T17:12:58.749Z[ recovery-image] May 28 17:12:58.213 INFO O| May 28 17:12:58.213 INFO STEP 815 (remove_files) COMPLETE
73142026-05-28T17:12:58.749Z[ recovery-image] May 28 17:12:58.213 INFO O| May 28 17:12:58.213 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-05-28T17:12:58.759Z[ recovery-image] May 28 17:12:58.222 INFO O| May 28 17:12:58.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73162026-05-28T17:12:58.759Z[ recovery-image] May 28 17:12:58.222 INFO O| May 28 17:12:58.222 INFO STEP 816 (remove_files) COMPLETE
73172026-05-28T17:12:58.759Z[ recovery-image] May 28 17:12:58.222 INFO O| May 28 17:12:58.222 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-05-28T17:12:58.768Z[ recovery-image] May 28 17:12:58.232 INFO O| May 28 17:12:58.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73192026-05-28T17:12:58.768Z[ recovery-image] May 28 17:12:58.232 INFO O| May 28 17:12:58.232 INFO STEP 817 (remove_files) COMPLETE
73202026-05-28T17:12:58.768Z[ recovery-image] May 28 17:12:58.232 INFO O| May 28 17:12:58.232 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-05-28T17:12:58.778Z[ recovery-image] May 28 17:12:58.241 INFO O| May 28 17:12:58.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73222026-05-28T17:12:58.778Z[ recovery-image] May 28 17:12:58.242 INFO O| May 28 17:12:58.241 INFO STEP 818 (remove_files) COMPLETE
73232026-05-28T17:12:58.778Z[ recovery-image] May 28 17:12:58.242 INFO O| May 28 17:12:58.242 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-05-28T17:12:58.788Z[ recovery-image] May 28 17:12:58.251 INFO O| May 28 17:12:58.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73252026-05-28T17:12:58.791Z[ recovery-image] May 28 17:12:58.251 INFO O| May 28 17:12:58.251 INFO STEP 819 (remove_files) COMPLETE
73262026-05-28T17:12:58.792Z[ recovery-image] May 28 17:12:58.251 INFO O| May 28 17:12:58.251 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-05-28T17:12:58.798Z[ recovery-image] May 28 17:12:58.260 INFO O| May 28 17:12:58.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73282026-05-28T17:12:58.799Z[ recovery-image] May 28 17:12:58.260 INFO O| May 28 17:12:58.260 INFO STEP 820 (remove_files) COMPLETE
73292026-05-28T17:12:58.799Z[ recovery-image] May 28 17:12:58.260 INFO O| May 28 17:12:58.260 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-05-28T17:12:58.805Z[ recovery-image] May 28 17:12:58.269 INFO O| May 28 17:12:58.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73312026-05-28T17:12:58.805Z[ recovery-image] May 28 17:12:58.269 INFO O| May 28 17:12:58.269 INFO STEP 821 (remove_files) COMPLETE
73322026-05-28T17:12:58.805Z[ recovery-image] May 28 17:12:58.269 INFO O| May 28 17:12:58.269 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-05-28T17:12:58.816Z[ recovery-image] May 28 17:12:58.277 INFO O| May 28 17:12:58.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73342026-05-28T17:12:58.816Z[ recovery-image] May 28 17:12:58.278 INFO O| May 28 17:12:58.278 INFO STEP 822 (remove_files) COMPLETE
73352026-05-28T17:12:58.816Z[ recovery-image] May 28 17:12:58.278 INFO O| May 28 17:12:58.278 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-05-28T17:12:58.822Z[ recovery-image] May 28 17:12:58.286 INFO O| May 28 17:12:58.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73372026-05-28T17:12:58.822Z[ recovery-image] May 28 17:12:58.286 INFO O| May 28 17:12:58.286 INFO STEP 823 (remove_files) COMPLETE
73382026-05-28T17:12:58.826Z[ recovery-image] May 28 17:12:58.286 INFO O| May 28 17:12:58.286 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-05-28T17:12:58.831Z[ recovery-image] May 28 17:12:58.294 INFO O| May 28 17:12:58.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73402026-05-28T17:12:58.831Z[ recovery-image] May 28 17:12:58.294 INFO O| May 28 17:12:58.294 INFO STEP 824 (remove_files) COMPLETE
73412026-05-28T17:12:58.831Z[ recovery-image] May 28 17:12:58.294 INFO O| May 28 17:12:58.294 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-05-28T17:12:58.841Z[ recovery-image] May 28 17:12:58.305 INFO O| May 28 17:12:58.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73432026-05-28T17:12:58.841Z[ recovery-image] May 28 17:12:58.305 INFO O| May 28 17:12:58.305 INFO STEP 825 (remove_files) COMPLETE
73442026-05-28T17:12:58.841Z[ recovery-image] May 28 17:12:58.305 INFO O| May 28 17:12:58.305 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-05-28T17:12:58.852Z[ recovery-image] May 28 17:12:58.315 INFO O| May 28 17:12:58.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73462026-05-28T17:12:58.852Z[ recovery-image] May 28 17:12:58.315 INFO O| May 28 17:12:58.315 INFO STEP 826 (remove_files) COMPLETE
73472026-05-28T17:12:58.852Z[ recovery-image] May 28 17:12:58.315 INFO O| May 28 17:12:58.315 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-05-28T17:12:58.861Z[ recovery-image] May 28 17:12:58.324 INFO O| May 28 17:12:58.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73492026-05-28T17:12:58.861Z[ recovery-image] May 28 17:12:58.324 INFO O| May 28 17:12:58.324 INFO STEP 827 (remove_files) COMPLETE
73502026-05-28T17:12:58.861Z[ recovery-image] May 28 17:12:58.324 INFO O| May 28 17:12:58.324 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-05-28T17:12:58.870Z[ recovery-image] May 28 17:12:58.334 INFO O| May 28 17:12:58.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73522026-05-28T17:12:58.870Z[ recovery-image] May 28 17:12:58.334 INFO O| May 28 17:12:58.334 INFO STEP 828 (remove_files) COMPLETE
73532026-05-28T17:12:58.870Z[ recovery-image] May 28 17:12:58.334 INFO O| May 28 17:12:58.334 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-05-28T17:12:58.879Z[ recovery-image] May 28 17:12:58.343 INFO O| May 28 17:12:58.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73552026-05-28T17:12:58.879Z[ recovery-image] May 28 17:12:58.343 INFO O| May 28 17:12:58.343 INFO STEP 829 (remove_files) COMPLETE
73562026-05-28T17:12:58.879Z[ recovery-image] May 28 17:12:58.343 INFO O| May 28 17:12:58.343 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-05-28T17:12:58.889Z[ recovery-image] May 28 17:12:58.351 INFO O| May 28 17:12:58.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73582026-05-28T17:12:58.889Z[ recovery-image] May 28 17:12:58.351 INFO O| May 28 17:12:58.351 INFO STEP 830 (remove_files) COMPLETE
73592026-05-28T17:12:58.889Z[ recovery-image] May 28 17:12:58.351 INFO O| May 28 17:12:58.351 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-05-28T17:12:58.897Z[ recovery-image] May 28 17:12:58.360 INFO O| May 28 17:12:58.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73612026-05-28T17:12:58.897Z[ recovery-image] May 28 17:12:58.360 INFO O| May 28 17:12:58.360 INFO STEP 831 (remove_files) COMPLETE
73622026-05-28T17:12:58.897Z[ recovery-image] May 28 17:12:58.360 INFO O| May 28 17:12:58.360 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-05-28T17:12:58.905Z[ recovery-image] May 28 17:12:58.369 INFO O| May 28 17:12:58.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73642026-05-28T17:12:58.905Z[ recovery-image] May 28 17:12:58.369 INFO O| May 28 17:12:58.369 INFO STEP 832 (remove_files) COMPLETE
73652026-05-28T17:12:58.906Z[ recovery-image] May 28 17:12:58.369 INFO O| May 28 17:12:58.369 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-05-28T17:12:58.915Z[ recovery-image] May 28 17:12:58.377 INFO O| May 28 17:12:58.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73672026-05-28T17:12:58.915Z[ recovery-image] May 28 17:12:58.377 INFO O| May 28 17:12:58.377 INFO STEP 833 (remove_files) COMPLETE
73682026-05-28T17:12:58.915Z[ recovery-image] May 28 17:12:58.377 INFO O| May 28 17:12:58.377 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-05-28T17:12:58.922Z[ recovery-image] May 28 17:12:58.386 INFO O| May 28 17:12:58.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73702026-05-28T17:12:58.923Z[ recovery-image] May 28 17:12:58.386 INFO O| May 28 17:12:58.386 INFO STEP 834 (remove_files) COMPLETE
73712026-05-28T17:12:58.923Z[ recovery-image] May 28 17:12:58.386 INFO O| May 28 17:12:58.386 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-05-28T17:12:58.931Z[ recovery-image] May 28 17:12:58.394 INFO O| May 28 17:12:58.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73732026-05-28T17:12:58.931Z[ recovery-image] May 28 17:12:58.394 INFO O| May 28 17:12:58.394 INFO STEP 835 (remove_files) COMPLETE
73742026-05-28T17:12:58.931Z[ recovery-image] May 28 17:12:58.394 INFO O| May 28 17:12:58.394 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-05-28T17:12:58.940Z[ recovery-image] May 28 17:12:58.403 INFO O| May 28 17:12:58.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73762026-05-28T17:12:58.940Z[ recovery-image] May 28 17:12:58.403 INFO O| May 28 17:12:58.403 INFO STEP 836 (remove_files) COMPLETE
73772026-05-28T17:12:58.940Z[ recovery-image] May 28 17:12:58.403 INFO O| May 28 17:12:58.403 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-05-28T17:12:58.948Z[ recovery-image] May 28 17:12:58.412 INFO O| May 28 17:12:58.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73792026-05-28T17:12:58.948Z[ recovery-image] May 28 17:12:58.412 INFO O| May 28 17:12:58.412 INFO STEP 837 (remove_files) COMPLETE
73802026-05-28T17:12:58.948Z[ recovery-image] May 28 17:12:58.412 INFO O| May 28 17:12:58.412 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-05-28T17:12:58.957Z[ recovery-image] May 28 17:12:58.420 INFO O| May 28 17:12:58.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73822026-05-28T17:12:58.957Z[ recovery-image] May 28 17:12:58.420 INFO O| May 28 17:12:58.420 INFO STEP 838 (remove_files) COMPLETE
73832026-05-28T17:12:58.957Z[ recovery-image] May 28 17:12:58.420 INFO O| May 28 17:12:58.420 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-05-28T17:12:58.965Z[ recovery-image] May 28 17:12:58.428 INFO O| May 28 17:12:58.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73852026-05-28T17:12:58.965Z[ recovery-image] May 28 17:12:58.428 INFO O| May 28 17:12:58.428 INFO STEP 839 (remove_files) COMPLETE
73862026-05-28T17:12:58.965Z[ recovery-image] May 28 17:12:58.428 INFO O| May 28 17:12:58.428 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-05-28T17:12:58.973Z[ recovery-image] May 28 17:12:58.436 INFO O| May 28 17:12:58.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73882026-05-28T17:12:58.973Z[ recovery-image] May 28 17:12:58.437 INFO O| May 28 17:12:58.437 INFO STEP 840 (remove_files) COMPLETE
73892026-05-28T17:12:58.973Z[ recovery-image] May 28 17:12:58.437 INFO O| May 28 17:12:58.437 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-05-28T17:12:58.981Z[ recovery-image] May 28 17:12:58.445 INFO O| May 28 17:12:58.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73912026-05-28T17:12:58.981Z[ recovery-image] May 28 17:12:58.445 INFO O| May 28 17:12:58.445 INFO STEP 841 (remove_files) COMPLETE
73922026-05-28T17:12:58.981Z[ recovery-image] May 28 17:12:58.445 INFO O| May 28 17:12:58.445 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-05-28T17:12:58.990Z[ recovery-image] May 28 17:12:58.453 INFO O| May 28 17:12:58.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73942026-05-28T17:12:58.990Z[ recovery-image] May 28 17:12:58.453 INFO O| May 28 17:12:58.453 INFO STEP 842 (remove_files) COMPLETE
73952026-05-28T17:12:58.990Z[ recovery-image] May 28 17:12:58.453 INFO O| May 28 17:12:58.453 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-05-28T17:12:58.999Z[ recovery-image] May 28 17:12:58.462 INFO O| May 28 17:12:58.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73972026-05-28T17:12:58.999Z[ recovery-image] May 28 17:12:58.462 INFO O| May 28 17:12:58.462 INFO STEP 843 (remove_files) COMPLETE
73982026-05-28T17:12:58.999Z[ recovery-image] May 28 17:12:58.462 INFO O| May 28 17:12:58.462 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-05-28T17:12:59.007Z[ recovery-image] May 28 17:12:58.471 INFO O| May 28 17:12:58.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74002026-05-28T17:12:59.007Z[ recovery-image] May 28 17:12:58.471 INFO O| May 28 17:12:58.471 INFO STEP 844 (remove_files) COMPLETE
74012026-05-28T17:12:59.007Z[ recovery-image] May 28 17:12:58.471 INFO O| May 28 17:12:58.471 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-05-28T17:12:59.016Z[ recovery-image] May 28 17:12:58.480 INFO O| May 28 17:12:58.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74032026-05-28T17:12:59.016Z[ recovery-image] May 28 17:12:58.480 INFO O| May 28 17:12:58.480 INFO STEP 845 (remove_files) COMPLETE
74042026-05-28T17:12:59.019Z[ recovery-image] May 28 17:12:58.480 INFO O| May 28 17:12:58.480 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-05-28T17:12:59.025Z[ recovery-image] May 28 17:12:58.488 INFO O| May 28 17:12:58.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74062026-05-28T17:12:59.025Z[ recovery-image] May 28 17:12:58.488 INFO O| May 28 17:12:58.488 INFO STEP 846 (remove_files) COMPLETE
74072026-05-28T17:12:59.030Z[ recovery-image] May 28 17:12:58.488 INFO O| May 28 17:12:58.488 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-05-28T17:12:59.034Z[ recovery-image] May 28 17:12:58.497 INFO O| May 28 17:12:58.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74092026-05-28T17:12:59.034Z[ recovery-image] May 28 17:12:58.497 INFO O| May 28 17:12:58.497 INFO STEP 847 (remove_files) COMPLETE
74102026-05-28T17:12:59.037Z[ recovery-image] May 28 17:12:58.497 INFO O| May 28 17:12:58.497 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-05-28T17:12:59.043Z[ recovery-image] May 28 17:12:58.505 INFO O| May 28 17:12:58.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74122026-05-28T17:12:59.043Z[ recovery-image] May 28 17:12:58.505 INFO O| May 28 17:12:58.505 INFO STEP 848 (remove_files) COMPLETE
74132026-05-28T17:12:59.046Z[ recovery-image] May 28 17:12:58.505 INFO O| May 28 17:12:58.505 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-05-28T17:12:59.050Z[ recovery-image] May 28 17:12:58.514 INFO O| May 28 17:12:58.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74152026-05-28T17:12:59.050Z[ recovery-image] May 28 17:12:58.514 INFO O| May 28 17:12:58.514 INFO STEP 849 (remove_files) COMPLETE
74162026-05-28T17:12:59.053Z[ recovery-image] May 28 17:12:58.514 INFO O| May 28 17:12:58.514 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-05-28T17:12:59.059Z[ recovery-image] May 28 17:12:58.523 INFO O| May 28 17:12:58.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74182026-05-28T17:12:59.059Z[ recovery-image] May 28 17:12:58.523 INFO O| May 28 17:12:58.523 INFO STEP 850 (remove_files) COMPLETE
74192026-05-28T17:12:59.062Z[ recovery-image] May 28 17:12:58.523 INFO O| May 28 17:12:58.523 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-05-28T17:12:59.068Z[ recovery-image] May 28 17:12:58.532 INFO O| May 28 17:12:58.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74212026-05-28T17:12:59.068Z[ recovery-image] May 28 17:12:58.532 INFO O| May 28 17:12:58.532 INFO STEP 851 (remove_files) COMPLETE
74222026-05-28T17:12:59.071Z[ recovery-image] May 28 17:12:58.532 INFO O| May 28 17:12:58.532 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-05-28T17:12:59.076Z[ recovery-image] May 28 17:12:58.540 INFO O| May 28 17:12:58.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74242026-05-28T17:12:59.076Z[ recovery-image] May 28 17:12:58.540 INFO O| May 28 17:12:58.540 INFO STEP 852 (remove_files) COMPLETE
74252026-05-28T17:12:59.076Z[ recovery-image] May 28 17:12:58.540 INFO O| May 28 17:12:58.540 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-05-28T17:12:59.087Z[ recovery-image] May 28 17:12:58.549 INFO O| May 28 17:12:58.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74272026-05-28T17:12:59.087Z[ recovery-image] May 28 17:12:58.549 INFO O| May 28 17:12:58.549 INFO STEP 853 (remove_files) COMPLETE
74282026-05-28T17:12:59.087Z[ recovery-image] May 28 17:12:58.549 INFO O| May 28 17:12:58.549 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-05-28T17:12:59.095Z[ recovery-image] May 28 17:12:58.558 INFO O| May 28 17:12:58.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74302026-05-28T17:12:59.095Z[ recovery-image] May 28 17:12:58.558 INFO O| May 28 17:12:58.558 INFO STEP 854 (remove_files) COMPLETE
74312026-05-28T17:12:59.095Z[ recovery-image] May 28 17:12:58.558 INFO O| May 28 17:12:58.558 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-05-28T17:12:59.104Z[ recovery-image] May 28 17:12:58.567 INFO O| May 28 17:12:58.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74332026-05-28T17:12:59.104Z[ recovery-image] May 28 17:12:58.567 INFO O| May 28 17:12:58.567 INFO STEP 855 (remove_files) COMPLETE
74342026-05-28T17:12:59.107Z[ recovery-image] May 28 17:12:58.567 INFO O| May 28 17:12:58.567 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-05-28T17:12:59.112Z[ recovery-image] May 28 17:12:58.576 INFO O| May 28 17:12:58.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74362026-05-28T17:12:59.112Z[ recovery-image] May 28 17:12:58.576 INFO O| May 28 17:12:58.576 INFO STEP 856 (remove_files) COMPLETE
74372026-05-28T17:12:59.112Z[ recovery-image] May 28 17:12:58.576 INFO O| May 28 17:12:58.576 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-05-28T17:12:59.121Z[ recovery-image] May 28 17:12:58.585 INFO O| May 28 17:12:58.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74392026-05-28T17:12:59.122Z[ recovery-image] May 28 17:12:58.585 INFO O| May 28 17:12:58.585 INFO STEP 857 (remove_files) COMPLETE
74402026-05-28T17:12:59.126Z[ recovery-image] May 28 17:12:58.585 INFO O| May 28 17:12:58.585 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-05-28T17:12:59.130Z[ recovery-image] May 28 17:12:58.594 INFO O| May 28 17:12:58.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74422026-05-28T17:12:59.130Z[ recovery-image] May 28 17:12:58.594 INFO O| May 28 17:12:58.594 INFO STEP 858 (remove_files) COMPLETE
74432026-05-28T17:12:59.134Z[ recovery-image] May 28 17:12:58.594 INFO O| May 28 17:12:58.594 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-05-28T17:12:59.140Z[ recovery-image] May 28 17:12:58.603 INFO O| May 28 17:12:58.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74452026-05-28T17:12:59.140Z[ recovery-image] May 28 17:12:58.603 INFO O| May 28 17:12:58.603 INFO STEP 859 (remove_files) COMPLETE
74462026-05-28T17:12:59.143Z[ recovery-image] May 28 17:12:58.603 INFO O| May 28 17:12:58.603 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-05-28T17:12:59.149Z[ recovery-image] May 28 17:12:58.612 INFO O| May 28 17:12:58.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74482026-05-28T17:12:59.149Z[ recovery-image] May 28 17:12:58.612 INFO O| May 28 17:12:58.612 INFO STEP 860 (remove_files) COMPLETE
74492026-05-28T17:12:59.152Z[ recovery-image] May 28 17:12:58.612 INFO O| May 28 17:12:58.612 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-05-28T17:12:59.157Z[ recovery-image] May 28 17:12:58.621 INFO O| May 28 17:12:58.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74512026-05-28T17:12:59.161Z[ recovery-image] May 28 17:12:58.621 INFO O| May 28 17:12:58.621 INFO STEP 861 (remove_files) COMPLETE
74522026-05-28T17:12:59.161Z[ recovery-image] May 28 17:12:58.621 INFO O| May 28 17:12:58.621 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-05-28T17:12:59.168Z[ recovery-image] May 28 17:12:58.631 INFO O| May 28 17:12:58.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74542026-05-28T17:12:59.168Z[ recovery-image] May 28 17:12:58.631 INFO O| May 28 17:12:58.631 INFO STEP 862 (remove_files) COMPLETE
74552026-05-28T17:12:59.171Z[ recovery-image] May 28 17:12:58.631 INFO O| May 28 17:12:58.631 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-05-28T17:12:59.177Z[ recovery-image] May 28 17:12:58.641 INFO O| May 28 17:12:58.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74572026-05-28T17:12:59.177Z[ recovery-image] May 28 17:12:58.641 INFO O| May 28 17:12:58.641 INFO STEP 863 (remove_files) COMPLETE
74582026-05-28T17:12:59.181Z[ recovery-image] May 28 17:12:58.641 INFO O| May 28 17:12:58.641 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-05-28T17:12:59.187Z[ recovery-image] May 28 17:12:58.650 INFO O| May 28 17:12:58.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74602026-05-28T17:12:59.187Z[ recovery-image] May 28 17:12:58.650 INFO O| May 28 17:12:58.650 INFO STEP 864 (remove_files) COMPLETE
74612026-05-28T17:12:59.190Z[ recovery-image] May 28 17:12:58.650 INFO O| May 28 17:12:58.650 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-05-28T17:12:59.197Z[ recovery-image] May 28 17:12:58.660 INFO O| May 28 17:12:58.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74632026-05-28T17:12:59.197Z[ recovery-image] May 28 17:12:58.661 INFO O| May 28 17:12:58.661 INFO STEP 865 (remove_files) COMPLETE
74642026-05-28T17:12:59.200Z[ recovery-image] May 28 17:12:58.661 INFO O| May 28 17:12:58.661 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-05-28T17:12:59.208Z[ recovery-image] May 28 17:12:58.670 INFO O| May 28 17:12:58.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74662026-05-28T17:12:59.208Z[ recovery-image] May 28 17:12:58.670 INFO O| May 28 17:12:58.670 INFO STEP 866 (remove_files) COMPLETE
74672026-05-28T17:12:59.208Z[ recovery-image] May 28 17:12:58.670 INFO O| May 28 17:12:58.670 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-05-28T17:12:59.215Z[ recovery-image] May 28 17:12:58.679 INFO O| May 28 17:12:58.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74692026-05-28T17:12:59.215Z[ recovery-image] May 28 17:12:58.679 INFO O| May 28 17:12:58.679 INFO STEP 867 (remove_files) COMPLETE
74702026-05-28T17:12:59.218Z[ recovery-image] May 28 17:12:58.679 INFO O| May 28 17:12:58.679 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-05-28T17:12:59.226Z[ recovery-image] May 28 17:12:58.689 INFO O| May 28 17:12:58.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74722026-05-28T17:12:59.226Z[ recovery-image] May 28 17:12:58.689 INFO O| May 28 17:12:58.689 INFO STEP 868 (remove_files) COMPLETE
74732026-05-28T17:12:59.226Z[ recovery-image] May 28 17:12:58.689 INFO O| May 28 17:12:58.689 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-05-28T17:12:59.234Z[ recovery-image] May 28 17:12:58.698 INFO O| May 28 17:12:58.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74752026-05-28T17:12:59.234Z[ recovery-image] May 28 17:12:58.698 INFO O| May 28 17:12:58.698 INFO STEP 869 (remove_files) COMPLETE
74762026-05-28T17:12:59.237Z[ recovery-image] May 28 17:12:58.698 INFO O| May 28 17:12:58.698 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-05-28T17:12:59.242Z[ recovery-image] May 28 17:12:58.705 INFO O| May 28 17:12:58.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74782026-05-28T17:12:59.242Z[ recovery-image] May 28 17:12:58.706 INFO O| May 28 17:12:58.706 INFO STEP 870 (remove_files) COMPLETE
74792026-05-28T17:12:59.245Z[ recovery-image] May 28 17:12:58.706 INFO O| May 28 17:12:58.706 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-05-28T17:12:59.250Z[ recovery-image] May 28 17:12:58.713 INFO O| May 28 17:12:58.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
74812026-05-28T17:12:59.250Z[ recovery-image] May 28 17:12:58.713 INFO O| May 28 17:12:58.713 INFO STEP 871 (remove_files) COMPLETE
74822026-05-28T17:12:59.253Z[ recovery-image] May 28 17:12:58.713 INFO O| May 28 17:12:58.713 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-05-28T17:12:59.258Z[ recovery-image] May 28 17:12:58.721 INFO O| May 28 17:12:58.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74842026-05-28T17:12:59.258Z[ recovery-image] May 28 17:12:58.721 INFO O| May 28 17:12:58.721 INFO STEP 872 (remove_files) COMPLETE
74852026-05-28T17:12:59.261Z[ recovery-image] May 28 17:12:58.721 INFO O| May 28 17:12:58.721 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-05-28T17:12:59.266Z[ recovery-image] May 28 17:12:58.729 INFO O| May 28 17:12:58.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74872026-05-28T17:12:59.266Z[ recovery-image] May 28 17:12:58.729 INFO O| May 28 17:12:58.729 INFO STEP 873 (remove_files) COMPLETE
74882026-05-28T17:12:59.266Z[ recovery-image] May 28 17:12:58.729 INFO O| May 28 17:12:58.729 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-05-28T17:12:59.274Z[ recovery-image] May 28 17:12:58.738 INFO O| May 28 17:12:58.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74902026-05-28T17:12:59.274Z[ recovery-image] May 28 17:12:58.738 INFO O| May 28 17:12:58.738 INFO STEP 874 (remove_files) COMPLETE
74912026-05-28T17:12:59.277Z[ recovery-image] May 28 17:12:58.738 INFO O| May 28 17:12:58.738 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-05-28T17:12:59.282Z[ recovery-image] May 28 17:12:58.746 INFO O| May 28 17:12:58.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74932026-05-28T17:12:59.282Z[ recovery-image] May 28 17:12:58.746 INFO O| May 28 17:12:58.746 INFO STEP 875 (remove_files) COMPLETE
74942026-05-28T17:12:59.282Z[ recovery-image] May 28 17:12:58.746 INFO O| May 28 17:12:58.746 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-05-28T17:12:59.290Z[ recovery-image] May 28 17:12:58.754 INFO O| May 28 17:12:58.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
74962026-05-28T17:12:59.290Z[ recovery-image] May 28 17:12:58.754 INFO O| May 28 17:12:58.754 INFO STEP 876 (remove_files) COMPLETE
74972026-05-28T17:12:59.290Z[ recovery-image] May 28 17:12:58.754 INFO O| May 28 17:12:58.754 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-05-28T17:12:59.298Z[ recovery-image] May 28 17:12:58.762 INFO O| May 28 17:12:58.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
74992026-05-28T17:12:59.298Z[ recovery-image] May 28 17:12:58.762 INFO O| May 28 17:12:58.762 INFO STEP 877 (remove_files) COMPLETE
75002026-05-28T17:12:59.298Z[ recovery-image] May 28 17:12:58.762 INFO O| May 28 17:12:58.762 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-05-28T17:12:59.306Z[ recovery-image] May 28 17:12:58.770 INFO O| May 28 17:12:58.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75022026-05-28T17:12:59.306Z[ recovery-image] May 28 17:12:58.770 INFO O| May 28 17:12:58.770 INFO STEP 878 (remove_files) COMPLETE
75032026-05-28T17:12:59.306Z[ recovery-image] May 28 17:12:58.770 INFO O| May 28 17:12:58.770 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-05-28T17:12:59.319Z[ recovery-image] May 28 17:12:58.781 INFO O| May 28 17:12:58.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75052026-05-28T17:12:59.319Z[ recovery-image] May 28 17:12:58.781 INFO O| May 28 17:12:58.781 INFO STEP 879 (remove_files) COMPLETE
75062026-05-28T17:12:59.322Z[ recovery-image] May 28 17:12:58.781 INFO O| May 28 17:12:58.781 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-05-28T17:12:59.327Z[ recovery-image] May 28 17:12:58.791 INFO O| May 28 17:12:58.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75082026-05-28T17:12:59.327Z[ recovery-image] May 28 17:12:58.791 INFO O| May 28 17:12:58.791 INFO STEP 880 (remove_files) COMPLETE
75092026-05-28T17:12:59.330Z[ recovery-image] May 28 17:12:58.791 INFO O| May 28 17:12:58.791 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-05-28T17:12:59.338Z[ recovery-image] May 28 17:12:58.801 INFO O| May 28 17:12:58.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75112026-05-28T17:12:59.338Z[ recovery-image] May 28 17:12:58.801 INFO O| May 28 17:12:58.801 INFO STEP 881 (remove_files) COMPLETE
75122026-05-28T17:12:59.342Z[ recovery-image] May 28 17:12:58.801 INFO O| May 28 17:12:58.801 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-05-28T17:12:59.347Z[ recovery-image] May 28 17:12:58.810 INFO O| May 28 17:12:58.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75142026-05-28T17:12:59.347Z[ recovery-image] May 28 17:12:58.810 INFO O| May 28 17:12:58.810 INFO STEP 882 (remove_files) COMPLETE
75152026-05-28T17:12:59.350Z[ recovery-image] May 28 17:12:58.810 INFO O| May 28 17:12:58.810 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-05-28T17:12:59.367Z[ recovery-image] May 28 17:12:58.830 INFO O| May 28 17:12:58.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75172026-05-28T17:12:59.367Z[ recovery-image] May 28 17:12:58.830 INFO O| May 28 17:12:58.830 INFO STEP 883 (remove_files) COMPLETE
75182026-05-28T17:12:59.370Z[ recovery-image] May 28 17:12:58.830 INFO O| May 28 17:12:58.830 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-05-28T17:12:59.375Z[ recovery-image] May 28 17:12:58.838 INFO O| May 28 17:12:58.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75202026-05-28T17:12:59.375Z[ recovery-image] May 28 17:12:58.838 INFO O| May 28 17:12:58.838 INFO STEP 884 (remove_files) COMPLETE
75212026-05-28T17:12:59.378Z[ recovery-image] May 28 17:12:58.838 INFO O| May 28 17:12:58.838 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-05-28T17:12:59.383Z[ recovery-image] May 28 17:12:58.847 INFO O| May 28 17:12:58.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75232026-05-28T17:12:59.383Z[ recovery-image] May 28 17:12:58.847 INFO O| May 28 17:12:58.847 INFO STEP 885 (remove_files) COMPLETE
75242026-05-28T17:12:59.387Z[ recovery-image] May 28 17:12:58.847 INFO O| May 28 17:12:58.847 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-05-28T17:12:59.412Z[ recovery-image] May 28 17:12:58.875 INFO O| May 28 17:12:58.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75262026-05-28T17:12:59.412Z[ recovery-image] May 28 17:12:58.875 INFO O| May 28 17:12:58.875 INFO STEP 886 (remove_files) COMPLETE
75272026-05-28T17:12:59.412Z[ recovery-image] May 28 17:12:58.875 INFO O| May 28 17:12:58.875 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-05-28T17:12:59.420Z[ recovery-image] May 28 17:12:58.883 INFO O| May 28 17:12:58.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75292026-05-28T17:12:59.420Z[ recovery-image] May 28 17:12:58.883 INFO O| May 28 17:12:58.883 INFO STEP 887 (remove_files) COMPLETE
75302026-05-28T17:12:59.420Z[ recovery-image] May 28 17:12:58.883 INFO O| May 28 17:12:58.883 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-05-28T17:12:59.445Z[ recovery-image] May 28 17:12:58.908 INFO O| May 28 17:12:58.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75322026-05-28T17:12:59.445Z[ recovery-image] May 28 17:12:58.908 INFO O| May 28 17:12:58.908 INFO STEP 888 (remove_files) COMPLETE
75332026-05-28T17:12:59.445Z[ recovery-image] May 28 17:12:58.908 INFO O| May 28 17:12:58.908 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-05-28T17:12:59.454Z[ recovery-image] May 28 17:12:58.917 INFO O| May 28 17:12:58.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75352026-05-28T17:12:59.454Z[ recovery-image] May 28 17:12:58.917 INFO O| May 28 17:12:58.917 INFO STEP 889 (remove_files) COMPLETE
75362026-05-28T17:12:59.454Z[ recovery-image] May 28 17:12:58.917 INFO O| May 28 17:12:58.917 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-05-28T17:12:59.462Z[ recovery-image] May 28 17:12:58.925 INFO O| May 28 17:12:58.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75382026-05-28T17:12:59.477Z[ recovery-image] May 28 17:12:58.940 INFO O| May 28 17:12:58.940 INFO STEP 890 (remove_files) COMPLETE
75392026-05-28T17:12:59.477Z[ recovery-image] May 28 17:12:58.940 INFO O| May 28 17:12:58.940 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-05-28T17:12:59.487Z[ recovery-image] May 28 17:12:58.950 INFO O| May 28 17:12:58.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75412026-05-28T17:12:59.487Z[ recovery-image] May 28 17:12:58.950 INFO O| May 28 17:12:58.950 INFO STEP 891 (remove_files) COMPLETE
75422026-05-28T17:12:59.487Z[ recovery-image] May 28 17:12:58.950 INFO O| May 28 17:12:58.950 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-05-28T17:12:59.495Z[ recovery-image] May 28 17:12:58.958 INFO O| May 28 17:12:58.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75442026-05-28T17:12:59.495Z[ recovery-image] May 28 17:12:58.958 INFO O| May 28 17:12:58.958 INFO STEP 892 (remove_files) COMPLETE
75452026-05-28T17:12:59.495Z[ recovery-image] May 28 17:12:58.959 INFO O| May 28 17:12:58.958 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-05-28T17:12:59.503Z[ recovery-image] May 28 17:12:58.966 INFO O| May 28 17:12:58.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75472026-05-28T17:12:59.503Z[ recovery-image] May 28 17:12:58.966 INFO O| May 28 17:12:58.966 INFO STEP 893 (remove_files) COMPLETE
75482026-05-28T17:12:59.506Z[ recovery-image] May 28 17:12:58.966 INFO O| May 28 17:12:58.966 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-05-28T17:12:59.513Z[ recovery-image] May 28 17:12:58.975 INFO O| May 28 17:12:58.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75502026-05-28T17:12:59.513Z[ recovery-image] May 28 17:12:58.975 INFO O| May 28 17:12:58.975 INFO STEP 894 (remove_files) COMPLETE
75512026-05-28T17:12:59.513Z[ recovery-image] May 28 17:12:58.975 INFO O| May 28 17:12:58.975 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-05-28T17:12:59.519Z[ recovery-image] May 28 17:12:58.982 INFO O| May 28 17:12:58.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75532026-05-28T17:12:59.519Z[ recovery-image] May 28 17:12:58.982 INFO O| May 28 17:12:58.982 INFO STEP 895 (remove_files) COMPLETE
75542026-05-28T17:12:59.519Z[ recovery-image] May 28 17:12:58.982 INFO O| May 28 17:12:58.982 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-05-28T17:12:59.526Z[ recovery-image] May 28 17:12:58.990 INFO O| May 28 17:12:58.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75562026-05-28T17:12:59.526Z[ recovery-image] May 28 17:12:58.990 INFO O| May 28 17:12:58.990 INFO STEP 896 (remove_files) COMPLETE
75572026-05-28T17:12:59.529Z[ recovery-image] May 28 17:12:58.990 INFO O| May 28 17:12:58.990 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-05-28T17:12:59.549Z[ recovery-image] May 28 17:12:59.013 INFO O| May 28 17:12:59.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75592026-05-28T17:12:59.550Z[ recovery-image] May 28 17:12:59.013 INFO O| May 28 17:12:59.013 INFO STEP 897 (remove_files) COMPLETE
75602026-05-28T17:12:59.553Z[ recovery-image] May 28 17:12:59.013 INFO O| May 28 17:12:59.013 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-05-28T17:12:59.562Z[ recovery-image] May 28 17:12:59.025 INFO O| May 28 17:12:59.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75622026-05-28T17:12:59.562Z[ recovery-image] May 28 17:12:59.025 INFO O| May 28 17:12:59.025 INFO STEP 898 (remove_files) COMPLETE
75632026-05-28T17:12:59.565Z[ recovery-image] May 28 17:12:59.025 INFO O| May 28 17:12:59.025 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-05-28T17:12:59.571Z[ recovery-image] May 28 17:12:59.033 INFO O| May 28 17:12:59.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75652026-05-28T17:12:59.571Z[ recovery-image] May 28 17:12:59.033 INFO O| May 28 17:12:59.033 INFO STEP 899 (remove_files) COMPLETE
75662026-05-28T17:12:59.574Z[ recovery-image] May 28 17:12:59.033 INFO O| May 28 17:12:59.033 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-05-28T17:12:59.579Z[ recovery-image] May 28 17:12:59.042 INFO O| May 28 17:12:59.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75682026-05-28T17:12:59.579Z[ recovery-image] May 28 17:12:59.042 INFO O| May 28 17:12:59.042 INFO STEP 900 (remove_files) COMPLETE
75692026-05-28T17:12:59.579Z[ recovery-image] May 28 17:12:59.042 INFO O| May 28 17:12:59.042 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-05-28T17:12:59.593Z[ recovery-image] May 28 17:12:59.056 INFO O| May 28 17:12:59.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75712026-05-28T17:12:59.593Z[ recovery-image] May 28 17:12:59.056 INFO O| May 28 17:12:59.056 INFO STEP 901 (remove_files) COMPLETE
75722026-05-28T17:12:59.593Z[ recovery-image] May 28 17:12:59.056 INFO O| May 28 17:12:59.056 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-05-28T17:12:59.601Z[ recovery-image] May 28 17:12:59.064 INFO O| May 28 17:12:59.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75742026-05-28T17:12:59.601Z[ recovery-image] May 28 17:12:59.064 INFO O| May 28 17:12:59.064 INFO STEP 902 (remove_files) COMPLETE
75752026-05-28T17:12:59.604Z[ recovery-image] May 28 17:12:59.064 INFO O| May 28 17:12:59.064 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-05-28T17:12:59.610Z[ recovery-image] May 28 17:12:59.073 INFO O| May 28 17:12:59.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75772026-05-28T17:12:59.610Z[ recovery-image] May 28 17:12:59.073 INFO O| May 28 17:12:59.073 INFO STEP 903 (remove_files) COMPLETE
75782026-05-28T17:12:59.613Z[ recovery-image] May 28 17:12:59.073 INFO O| May 28 17:12:59.073 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-05-28T17:12:59.619Z[ recovery-image] May 28 17:12:59.082 INFO O| May 28 17:12:59.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
75802026-05-28T17:12:59.619Z[ recovery-image] May 28 17:12:59.082 INFO O| May 28 17:12:59.082 INFO STEP 904 (remove_files) COMPLETE
75812026-05-28T17:12:59.619Z[ recovery-image] May 28 17:12:59.082 INFO O| May 28 17:12:59.082 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-05-28T17:12:59.626Z[ recovery-image] May 28 17:12:59.090 INFO O| May 28 17:12:59.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
75832026-05-28T17:12:59.626Z[ recovery-image] May 28 17:12:59.090 INFO O| May 28 17:12:59.090 INFO STEP 905 (remove_files) COMPLETE
75842026-05-28T17:12:59.626Z[ recovery-image] May 28 17:12:59.090 INFO O| May 28 17:12:59.090 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-05-28T17:12:59.634Z[ recovery-image] May 28 17:12:59.097 INFO O| May 28 17:12:59.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
75862026-05-28T17:12:59.634Z[ recovery-image] May 28 17:12:59.097 INFO O| May 28 17:12:59.097 INFO STEP 906 (remove_files) COMPLETE
75872026-05-28T17:12:59.637Z[ recovery-image] May 28 17:12:59.097 INFO O| May 28 17:12:59.097 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-05-28T17:12:59.641Z[ recovery-image] May 28 17:12:59.105 INFO O| May 28 17:12:59.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
75892026-05-28T17:12:59.641Z[ recovery-image] May 28 17:12:59.105 INFO O| May 28 17:12:59.105 INFO STEP 907 (remove_files) COMPLETE
75902026-05-28T17:12:59.644Z[ recovery-image] May 28 17:12:59.105 INFO O| May 28 17:12:59.105 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-05-28T17:12:59.651Z[ recovery-image] May 28 17:12:59.114 INFO O| May 28 17:12:59.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
75922026-05-28T17:12:59.651Z[ recovery-image] May 28 17:12:59.114 INFO O| May 28 17:12:59.114 INFO STEP 908 (remove_files) COMPLETE
75932026-05-28T17:12:59.651Z[ recovery-image] May 28 17:12:59.114 INFO O| May 28 17:12:59.114 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-05-28T17:12:59.661Z[ recovery-image] May 28 17:12:59.125 INFO O| May 28 17:12:59.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
75952026-05-28T17:12:59.661Z[ recovery-image] May 28 17:12:59.125 INFO O| May 28 17:12:59.125 INFO STEP 909 (remove_files) COMPLETE
75962026-05-28T17:12:59.664Z[ recovery-image] May 28 17:12:59.125 INFO O| May 28 17:12:59.125 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-05-28T17:12:59.670Z[ recovery-image] May 28 17:12:59.133 INFO O| May 28 17:12:59.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
75982026-05-28T17:12:59.670Z[ recovery-image] May 28 17:12:59.133 INFO O| May 28 17:12:59.133 INFO STEP 910 (remove_files) COMPLETE
75992026-05-28T17:12:59.670Z[ recovery-image] May 28 17:12:59.133 INFO O| May 28 17:12:59.133 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-05-28T17:12:59.678Z[ recovery-image] May 28 17:12:59.141 INFO O| May 28 17:12:59.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76012026-05-28T17:12:59.678Z[ recovery-image] May 28 17:12:59.141 INFO O| May 28 17:12:59.141 INFO STEP 911 (remove_files) COMPLETE
76022026-05-28T17:12:59.678Z[ recovery-image] May 28 17:12:59.141 INFO O| May 28 17:12:59.141 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-05-28T17:12:59.686Z[ recovery-image] May 28 17:12:59.149 INFO O| May 28 17:12:59.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76042026-05-28T17:12:59.686Z[ recovery-image] May 28 17:12:59.149 INFO O| May 28 17:12:59.149 INFO STEP 912 (remove_files) COMPLETE
76052026-05-28T17:12:59.686Z[ recovery-image] May 28 17:12:59.149 INFO O| May 28 17:12:59.149 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-05-28T17:12:59.693Z[ recovery-image] May 28 17:12:59.157 INFO O| May 28 17:12:59.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76072026-05-28T17:12:59.693Z[ recovery-image] May 28 17:12:59.157 INFO O| May 28 17:12:59.157 INFO STEP 913 (remove_files) COMPLETE
76082026-05-28T17:12:59.693Z[ recovery-image] May 28 17:12:59.157 INFO O| May 28 17:12:59.157 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-05-28T17:12:59.700Z[ recovery-image] May 28 17:12:59.164 INFO O| May 28 17:12:59.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76102026-05-28T17:12:59.700Z[ recovery-image] May 28 17:12:59.164 INFO O| May 28 17:12:59.164 INFO STEP 914 (remove_files) COMPLETE
76112026-05-28T17:12:59.704Z[ recovery-image] May 28 17:12:59.164 INFO O| May 28 17:12:59.164 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-05-28T17:12:59.711Z[ recovery-image] May 28 17:12:59.174 INFO O| May 28 17:12:59.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76132026-05-28T17:12:59.711Z[ recovery-image] May 28 17:12:59.174 INFO O| May 28 17:12:59.174 INFO STEP 915 (remove_files) COMPLETE
76142026-05-28T17:12:59.711Z[ recovery-image] May 28 17:12:59.174 INFO O| May 28 17:12:59.174 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-05-28T17:12:59.719Z[ recovery-image] May 28 17:12:59.182 INFO O| May 28 17:12:59.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76162026-05-28T17:12:59.719Z[ recovery-image] May 28 17:12:59.182 INFO O| May 28 17:12:59.182 INFO STEP 916 (remove_files) COMPLETE
76172026-05-28T17:12:59.719Z[ recovery-image] May 28 17:12:59.182 INFO O| May 28 17:12:59.182 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-05-28T17:12:59.727Z[ recovery-image] May 28 17:12:59.190 INFO O| May 28 17:12:59.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76192026-05-28T17:12:59.727Z[ recovery-image] May 28 17:12:59.190 INFO O| May 28 17:12:59.190 INFO STEP 917 (remove_files) COMPLETE
76202026-05-28T17:12:59.727Z[ recovery-image] May 28 17:12:59.190 INFO O| May 28 17:12:59.190 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-05-28T17:12:59.735Z[ recovery-image] May 28 17:12:59.198 INFO O| May 28 17:12:59.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76222026-05-28T17:12:59.735Z[ recovery-image] May 28 17:12:59.198 INFO O| May 28 17:12:59.198 INFO STEP 918 (remove_files) COMPLETE
76232026-05-28T17:12:59.735Z[ recovery-image] May 28 17:12:59.198 INFO O| May 28 17:12:59.198 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-05-28T17:12:59.744Z[ recovery-image] May 28 17:12:59.206 INFO O| May 28 17:12:59.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76252026-05-28T17:12:59.747Z[ recovery-image] May 28 17:12:59.207 INFO O| May 28 17:12:59.207 INFO STEP 919 (remove_files) COMPLETE
76262026-05-28T17:12:59.747Z[ recovery-image] May 28 17:12:59.207 INFO O| May 28 17:12:59.207 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-05-28T17:12:59.752Z[ recovery-image] May 28 17:12:59.216 INFO O| May 28 17:12:59.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76282026-05-28T17:12:59.752Z[ recovery-image] May 28 17:12:59.216 INFO O| May 28 17:12:59.216 INFO STEP 920 (remove_files) COMPLETE
76292026-05-28T17:12:59.752Z[ recovery-image] May 28 17:12:59.216 INFO O| May 28 17:12:59.216 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-05-28T17:12:59.762Z[ recovery-image] May 28 17:12:59.225 INFO O| May 28 17:12:59.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76312026-05-28T17:12:59.762Z[ recovery-image] May 28 17:12:59.226 INFO O| May 28 17:12:59.226 INFO STEP 921 (remove_files) COMPLETE
76322026-05-28T17:12:59.762Z[ recovery-image] May 28 17:12:59.226 INFO O| May 28 17:12:59.226 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-05-28T17:12:59.771Z[ recovery-image] May 28 17:12:59.234 INFO O| May 28 17:12:59.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76342026-05-28T17:12:59.771Z[ recovery-image] May 28 17:12:59.234 INFO O| May 28 17:12:59.234 INFO STEP 922 (remove_files) COMPLETE
76352026-05-28T17:12:59.771Z[ recovery-image] May 28 17:12:59.234 INFO O| May 28 17:12:59.234 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-05-28T17:12:59.779Z[ recovery-image] May 28 17:12:59.243 INFO O| May 28 17:12:59.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76372026-05-28T17:12:59.779Z[ recovery-image] May 28 17:12:59.243 INFO O| May 28 17:12:59.243 INFO STEP 923 (remove_files) COMPLETE
76382026-05-28T17:12:59.783Z[ recovery-image] May 28 17:12:59.243 INFO O| May 28 17:12:59.243 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-05-28T17:12:59.803Z[ recovery-image] May 28 17:12:59.252 INFO O| May 28 17:12:59.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76402026-05-28T17:12:59.803Z[ recovery-image] May 28 17:12:59.252 INFO O| May 28 17:12:59.252 INFO STEP 924 (remove_files) COMPLETE
76412026-05-28T17:12:59.803Z[ recovery-image] May 28 17:12:59.252 INFO O| May 28 17:12:59.252 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-05-28T17:12:59.806Z[ recovery-image] May 28 17:12:59.262 INFO O| May 28 17:12:59.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76432026-05-28T17:12:59.806Z[ recovery-image] May 28 17:12:59.262 INFO O| May 28 17:12:59.262 INFO STEP 925 (remove_files) COMPLETE
76442026-05-28T17:12:59.806Z[ recovery-image] May 28 17:12:59.262 INFO O| May 28 17:12:59.262 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-05-28T17:12:59.810Z[ recovery-image] May 28 17:12:59.270 INFO O| May 28 17:12:59.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76462026-05-28T17:12:59.810Z[ recovery-image] May 28 17:12:59.270 INFO O| May 28 17:12:59.270 INFO STEP 926 (remove_files) COMPLETE
76472026-05-28T17:12:59.810Z[ recovery-image] May 28 17:12:59.270 INFO O| May 28 17:12:59.270 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-05-28T17:12:59.815Z[ recovery-image] May 28 17:12:59.279 INFO O| May 28 17:12:59.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76492026-05-28T17:12:59.815Z[ recovery-image] May 28 17:12:59.279 INFO O| May 28 17:12:59.279 INFO STEP 927 (remove_files) COMPLETE
76502026-05-28T17:12:59.818Z[ recovery-image] May 28 17:12:59.279 INFO O| May 28 17:12:59.279 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-05-28T17:12:59.824Z[ recovery-image] May 28 17:12:59.287 INFO O| May 28 17:12:59.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76522026-05-28T17:12:59.824Z[ recovery-image] May 28 17:12:59.287 INFO O| May 28 17:12:59.287 INFO STEP 928 (remove_files) COMPLETE
76532026-05-28T17:12:59.824Z[ recovery-image] May 28 17:12:59.287 INFO O| May 28 17:12:59.287 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-05-28T17:12:59.832Z[ recovery-image] May 28 17:12:59.295 INFO O| May 28 17:12:59.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76552026-05-28T17:12:59.832Z[ recovery-image] May 28 17:12:59.295 INFO O| May 28 17:12:59.295 INFO STEP 929 (remove_files) COMPLETE
76562026-05-28T17:12:59.835Z[ recovery-image] May 28 17:12:59.295 INFO O| May 28 17:12:59.295 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-05-28T17:12:59.840Z[ recovery-image] May 28 17:12:59.303 INFO O| May 28 17:12:59.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76582026-05-28T17:12:59.840Z[ recovery-image] May 28 17:12:59.303 INFO O| May 28 17:12:59.303 INFO STEP 930 (remove_files) COMPLETE
76592026-05-28T17:12:59.840Z[ recovery-image] May 28 17:12:59.303 INFO O| May 28 17:12:59.303 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-05-28T17:12:59.848Z[ recovery-image] May 28 17:12:59.311 INFO O| May 28 17:12:59.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76612026-05-28T17:12:59.848Z[ recovery-image] May 28 17:12:59.311 INFO O| May 28 17:12:59.311 INFO STEP 931 (remove_files) COMPLETE
76622026-05-28T17:12:59.851Z[ recovery-image] May 28 17:12:59.311 INFO O| May 28 17:12:59.311 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-05-28T17:12:59.858Z[ recovery-image] May 28 17:12:59.321 INFO O| May 28 17:12:59.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76642026-05-28T17:12:59.858Z[ recovery-image] May 28 17:12:59.321 INFO O| May 28 17:12:59.321 INFO STEP 932 (remove_files) COMPLETE
76652026-05-28T17:12:59.861Z[ recovery-image] May 28 17:12:59.321 INFO O| May 28 17:12:59.321 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-05-28T17:12:59.865Z[ recovery-image] May 28 17:12:59.329 INFO O| May 28 17:12:59.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76672026-05-28T17:12:59.865Z[ recovery-image] May 28 17:12:59.329 INFO O| May 28 17:12:59.329 INFO STEP 933 (remove_files) COMPLETE
76682026-05-28T17:12:59.868Z[ recovery-image] May 28 17:12:59.329 INFO O| May 28 17:12:59.329 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-05-28T17:12:59.875Z[ recovery-image] May 28 17:12:59.338 INFO O| May 28 17:12:59.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76702026-05-28T17:12:59.875Z[ recovery-image] May 28 17:12:59.338 INFO O| May 28 17:12:59.338 INFO STEP 934 (remove_files) COMPLETE
76712026-05-28T17:12:59.878Z[ recovery-image] May 28 17:12:59.338 INFO O| May 28 17:12:59.338 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-05-28T17:12:59.883Z[ recovery-image] May 28 17:12:59.347 INFO O| May 28 17:12:59.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76732026-05-28T17:12:59.883Z[ recovery-image] May 28 17:12:59.347 INFO O| May 28 17:12:59.347 INFO STEP 935 (remove_files) COMPLETE
76742026-05-28T17:12:59.886Z[ recovery-image] May 28 17:12:59.347 INFO O| May 28 17:12:59.347 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-05-28T17:12:59.891Z[ recovery-image] May 28 17:12:59.355 INFO O| May 28 17:12:59.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76762026-05-28T17:12:59.894Z[ recovery-image] May 28 17:12:59.355 INFO O| May 28 17:12:59.355 INFO STEP 936 (remove_files) COMPLETE
76772026-05-28T17:12:59.895Z[ recovery-image] May 28 17:12:59.355 INFO O| May 28 17:12:59.355 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-05-28T17:12:59.899Z[ recovery-image] May 28 17:12:59.362 INFO O| May 28 17:12:59.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
76792026-05-28T17:12:59.899Z[ recovery-image] May 28 17:12:59.362 INFO O| May 28 17:12:59.362 INFO STEP 937 (remove_files) COMPLETE
76802026-05-28T17:12:59.899Z[ recovery-image] May 28 17:12:59.362 INFO O| May 28 17:12:59.362 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-05-28T17:12:59.906Z[ recovery-image] May 28 17:12:59.369 INFO O| May 28 17:12:59.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
76822026-05-28T17:12:59.906Z[ recovery-image] May 28 17:12:59.369 INFO O| May 28 17:12:59.369 INFO STEP 938 (remove_files) COMPLETE
76832026-05-28T17:12:59.906Z[ recovery-image] May 28 17:12:59.370 INFO O| May 28 17:12:59.369 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-05-28T17:12:59.913Z[ recovery-image] May 28 17:12:59.377 INFO O| May 28 17:12:59.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
76852026-05-28T17:12:59.917Z[ recovery-image] May 28 17:12:59.377 INFO O| May 28 17:12:59.377 INFO STEP 939 (remove_files) COMPLETE
76862026-05-28T17:12:59.917Z[ recovery-image] May 28 17:12:59.377 INFO O| May 28 17:12:59.377 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-05-28T17:12:59.933Z[ recovery-image] May 28 17:12:59.396 INFO O| May 28 17:12:59.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
76882026-05-28T17:12:59.933Z[ recovery-image] May 28 17:12:59.396 INFO O| May 28 17:12:59.385 INFO STEP 940 (remove_files) COMPLETE
76892026-05-28T17:12:59.933Z[ recovery-image] May 28 17:12:59.396 INFO O| May 28 17:12:59.385 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-05-28T17:12:59.936Z[ recovery-image] May 28 17:12:59.396 INFO O| May 28 17:12:59.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
76912026-05-28T17:12:59.936Z[ recovery-image] May 28 17:12:59.396 INFO O| May 28 17:12:59.395 INFO STEP 941 (remove_files) COMPLETE
76922026-05-28T17:12:59.936Z[ recovery-image] May 28 17:12:59.396 INFO O| May 28 17:12:59.395 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-05-28T17:12:59.940Z[ recovery-image] May 28 17:12:59.403 INFO O| May 28 17:12:59.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
76942026-05-28T17:12:59.940Z[ recovery-image] May 28 17:12:59.403 INFO O| May 28 17:12:59.403 INFO STEP 942 (remove_files) COMPLETE
76952026-05-28T17:12:59.940Z[ recovery-image] May 28 17:12:59.403 INFO O| May 28 17:12:59.403 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-05-28T17:12:59.950Z[ recovery-image] May 28 17:12:59.414 INFO O| May 28 17:12:59.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
76972026-05-28T17:12:59.950Z[ recovery-image] May 28 17:12:59.414 INFO O| May 28 17:12:59.414 INFO STEP 943 (remove_files) COMPLETE
76982026-05-28T17:12:59.950Z[ recovery-image] May 28 17:12:59.414 INFO O| May 28 17:12:59.414 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-05-28T17:12:59.960Z[ recovery-image] May 28 17:12:59.423 INFO O| May 28 17:12:59.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77002026-05-28T17:12:59.960Z[ recovery-image] May 28 17:12:59.423 INFO O| May 28 17:12:59.423 INFO STEP 944 (remove_files) COMPLETE
77012026-05-28T17:12:59.963Z[ recovery-image] May 28 17:12:59.423 INFO O| May 28 17:12:59.423 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-05-28T17:12:59.968Z[ recovery-image] May 28 17:12:59.431 INFO O| May 28 17:12:59.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77032026-05-28T17:12:59.968Z[ recovery-image] May 28 17:12:59.431 INFO O| May 28 17:12:59.431 INFO STEP 945 (remove_files) COMPLETE
77042026-05-28T17:12:59.968Z[ recovery-image] May 28 17:12:59.431 INFO O| May 28 17:12:59.431 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-05-28T17:12:59.976Z[ recovery-image] May 28 17:12:59.439 INFO O| May 28 17:12:59.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77062026-05-28T17:12:59.976Z[ recovery-image] May 28 17:12:59.439 INFO O| May 28 17:12:59.439 INFO STEP 946 (remove_files) COMPLETE
77072026-05-28T17:12:59.976Z[ recovery-image] May 28 17:12:59.439 INFO O| May 28 17:12:59.439 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-05-28T17:12:59.983Z[ recovery-image] May 28 17:12:59.447 INFO O| May 28 17:12:59.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77092026-05-28T17:12:59.983Z[ recovery-image] May 28 17:12:59.447 INFO O| May 28 17:12:59.447 INFO STEP 947 (remove_files) COMPLETE
77102026-05-28T17:12:59.986Z[ recovery-image] May 28 17:12:59.447 INFO O| May 28 17:12:59.447 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-05-28T17:12:59.990Z[ recovery-image] May 28 17:12:59.454 INFO O| May 28 17:12:59.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77122026-05-28T17:12:59.990Z[ recovery-image] May 28 17:12:59.454 INFO O| May 28 17:12:59.454 INFO STEP 948 (remove_files) COMPLETE
77132026-05-28T17:12:59.994Z[ recovery-image] May 28 17:12:59.454 INFO O| May 28 17:12:59.454 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-05-28T17:12:59.998Z[ recovery-image] May 28 17:12:59.462 INFO O| May 28 17:12:59.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77152026-05-28T17:13:00.002Z[ recovery-image] May 28 17:12:59.463 INFO O| May 28 17:12:59.462 INFO STEP 949 (remove_files) COMPLETE
77162026-05-28T17:13:00.002Z[ recovery-image] May 28 17:12:59.463 INFO O| May 28 17:12:59.463 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-05-28T17:13:00.006Z[ recovery-image] May 28 17:12:59.470 INFO O| May 28 17:12:59.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77182026-05-28T17:13:00.006Z[ recovery-image] May 28 17:12:59.470 INFO O| May 28 17:12:59.470 INFO STEP 950 (remove_files) COMPLETE
77192026-05-28T17:13:00.006Z[ recovery-image] May 28 17:12:59.470 INFO O| May 28 17:12:59.470 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-05-28T17:13:00.014Z[ recovery-image] May 28 17:12:59.477 INFO O| May 28 17:12:59.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77212026-05-28T17:13:00.014Z[ recovery-image] May 28 17:12:59.477 INFO O| May 28 17:12:59.477 INFO STEP 951 (remove_files) COMPLETE
77222026-05-28T17:13:00.014Z[ recovery-image] May 28 17:12:59.477 INFO O| May 28 17:12:59.477 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-05-28T17:13:00.023Z[ recovery-image] May 28 17:12:59.487 INFO O| May 28 17:12:59.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77242026-05-28T17:13:00.024Z[ recovery-image] May 28 17:12:59.487 INFO O| May 28 17:12:59.487 INFO STEP 952 (remove_files) COMPLETE
77252026-05-28T17:13:00.024Z[ recovery-image] May 28 17:12:59.487 INFO O| May 28 17:12:59.487 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-05-28T17:13:00.032Z[ recovery-image] May 28 17:12:59.495 INFO O| May 28 17:12:59.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77272026-05-28T17:13:00.032Z[ recovery-image] May 28 17:12:59.495 INFO O| May 28 17:12:59.495 INFO STEP 953 (remove_files) COMPLETE
77282026-05-28T17:13:00.032Z[ recovery-image] May 28 17:12:59.495 INFO O| May 28 17:12:59.495 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-05-28T17:13:00.041Z[ recovery-image] May 28 17:12:59.504 INFO O| May 28 17:12:59.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77302026-05-28T17:13:00.041Z[ recovery-image] May 28 17:12:59.504 INFO O| May 28 17:12:59.504 INFO STEP 954 (remove_files) COMPLETE
77312026-05-28T17:13:00.041Z[ recovery-image] May 28 17:12:59.504 INFO O| May 28 17:12:59.504 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-05-28T17:13:00.049Z[ recovery-image] May 28 17:12:59.513 INFO O| May 28 17:12:59.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77332026-05-28T17:13:00.049Z[ recovery-image] May 28 17:12:59.513 INFO O| May 28 17:12:59.513 INFO STEP 955 (remove_files) COMPLETE
77342026-05-28T17:13:00.053Z[ recovery-image] May 28 17:12:59.513 INFO O| May 28 17:12:59.513 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-05-28T17:13:00.060Z[ recovery-image] May 28 17:12:59.523 INFO O| May 28 17:12:59.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77362026-05-28T17:13:00.060Z[ recovery-image] May 28 17:12:59.523 INFO O| May 28 17:12:59.523 INFO STEP 956 (remove_files) COMPLETE
77372026-05-28T17:13:00.063Z[ recovery-image] May 28 17:12:59.523 INFO O| May 28 17:12:59.523 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-05-28T17:13:00.068Z[ recovery-image] May 28 17:12:59.532 INFO O| May 28 17:12:59.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77392026-05-28T17:13:00.068Z[ recovery-image] May 28 17:12:59.532 INFO O| May 28 17:12:59.532 INFO STEP 957 (remove_files) COMPLETE
77402026-05-28T17:13:00.071Z[ recovery-image] May 28 17:12:59.532 INFO O| May 28 17:12:59.532 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-05-28T17:13:00.078Z[ recovery-image] May 28 17:12:59.541 INFO O| May 28 17:12:59.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77422026-05-28T17:13:00.079Z[ recovery-image] May 28 17:12:59.541 INFO O| May 28 17:12:59.541 INFO STEP 958 (remove_files) COMPLETE
77432026-05-28T17:13:00.079Z[ recovery-image] May 28 17:12:59.542 INFO O| May 28 17:12:59.541 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-05-28T17:13:00.087Z[ recovery-image] May 28 17:12:59.550 INFO O| May 28 17:12:59.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77452026-05-28T17:13:00.087Z[ recovery-image] May 28 17:12:59.550 INFO O| May 28 17:12:59.550 INFO STEP 959 (remove_files) COMPLETE
77462026-05-28T17:13:00.087Z[ recovery-image] May 28 17:12:59.550 INFO O| May 28 17:12:59.550 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-05-28T17:13:00.095Z[ recovery-image] May 28 17:12:59.558 INFO O| May 28 17:12:59.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77482026-05-28T17:13:00.095Z[ recovery-image] May 28 17:12:59.558 INFO O| May 28 17:12:59.558 INFO STEP 960 (remove_files) COMPLETE
77492026-05-28T17:13:00.095Z[ recovery-image] May 28 17:12:59.558 INFO O| May 28 17:12:59.558 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-05-28T17:13:00.105Z[ recovery-image] May 28 17:12:59.568 INFO O| May 28 17:12:59.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77512026-05-28T17:13:00.105Z[ recovery-image] May 28 17:12:59.568 INFO O| May 28 17:12:59.568 INFO STEP 961 (remove_files) COMPLETE
77522026-05-28T17:13:00.105Z[ recovery-image] May 28 17:12:59.568 INFO O| May 28 17:12:59.568 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-05-28T17:13:00.113Z[ recovery-image] May 28 17:12:59.576 INFO O| May 28 17:12:59.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77542026-05-28T17:13:00.113Z[ recovery-image] May 28 17:12:59.576 INFO O| May 28 17:12:59.576 INFO STEP 962 (remove_files) COMPLETE
77552026-05-28T17:13:00.113Z[ recovery-image] May 28 17:12:59.576 INFO O| May 28 17:12:59.576 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-05-28T17:13:00.122Z[ recovery-image] May 28 17:12:59.585 INFO O| May 28 17:12:59.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77572026-05-28T17:13:00.122Z[ recovery-image] May 28 17:12:59.585 INFO O| May 28 17:12:59.585 INFO STEP 963 (remove_files) COMPLETE
77582026-05-28T17:13:00.122Z[ recovery-image] May 28 17:12:59.585 INFO O| May 28 17:12:59.585 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-05-28T17:13:00.129Z[ recovery-image] May 28 17:12:59.592 INFO O| May 28 17:12:59.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77602026-05-28T17:13:00.129Z[ recovery-image] May 28 17:12:59.592 INFO O| May 28 17:12:59.592 INFO STEP 964 (remove_files) COMPLETE
77612026-05-28T17:13:00.129Z[ recovery-image] May 28 17:12:59.592 INFO O| May 28 17:12:59.592 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-05-28T17:13:00.137Z[ recovery-image] May 28 17:12:59.600 INFO O| May 28 17:12:59.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77632026-05-28T17:13:00.137Z[ recovery-image] May 28 17:12:59.600 INFO O| May 28 17:12:59.600 INFO STEP 965 (remove_files) COMPLETE
77642026-05-28T17:13:00.137Z[ recovery-image] May 28 17:12:59.600 INFO O| May 28 17:12:59.600 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-05-28T17:13:00.145Z[ recovery-image] May 28 17:12:59.608 INFO O| May 28 17:12:59.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77662026-05-28T17:13:00.145Z[ recovery-image] May 28 17:12:59.608 INFO O| May 28 17:12:59.608 INFO STEP 966 (remove_files) COMPLETE
77672026-05-28T17:13:00.148Z[ recovery-image] May 28 17:12:59.608 INFO O| May 28 17:12:59.608 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-05-28T17:13:00.152Z[ recovery-image] May 28 17:12:59.616 INFO O| May 28 17:12:59.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77692026-05-28T17:13:00.152Z[ recovery-image] May 28 17:12:59.616 INFO O| May 28 17:12:59.616 INFO STEP 967 (remove_files) COMPLETE
77702026-05-28T17:13:00.152Z[ recovery-image] May 28 17:12:59.616 INFO O| May 28 17:12:59.616 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-05-28T17:13:00.160Z[ recovery-image] May 28 17:12:59.623 INFO O| May 28 17:12:59.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77722026-05-28T17:13:00.160Z[ recovery-image] May 28 17:12:59.623 INFO O| May 28 17:12:59.623 INFO STEP 968 (remove_files) COMPLETE
77732026-05-28T17:13:00.160Z[ recovery-image] May 28 17:12:59.623 INFO O| May 28 17:12:59.623 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-05-28T17:13:00.169Z[ recovery-image] May 28 17:12:59.632 INFO O| May 28 17:12:59.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77752026-05-28T17:13:00.169Z[ recovery-image] May 28 17:12:59.632 INFO O| May 28 17:12:59.632 INFO STEP 969 (remove_files) COMPLETE
77762026-05-28T17:13:00.169Z[ recovery-image] May 28 17:12:59.632 INFO O| May 28 17:12:59.632 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-05-28T17:13:00.177Z[ recovery-image] May 28 17:12:59.640 INFO O| May 28 17:12:59.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77782026-05-28T17:13:00.177Z[ recovery-image] May 28 17:12:59.640 INFO O| May 28 17:12:59.640 INFO STEP 970 (remove_files) COMPLETE
77792026-05-28T17:13:00.180Z[ recovery-image] May 28 17:12:59.640 INFO O| May 28 17:12:59.640 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-05-28T17:13:00.185Z[ recovery-image] May 28 17:12:59.648 INFO O| May 28 17:12:59.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
77812026-05-28T17:13:00.185Z[ recovery-image] May 28 17:12:59.648 INFO O| May 28 17:12:59.648 INFO STEP 971 (remove_files) COMPLETE
77822026-05-28T17:13:00.185Z[ recovery-image] May 28 17:12:59.648 INFO O| May 28 17:12:59.648 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-05-28T17:13:00.193Z[ recovery-image] May 28 17:12:59.657 INFO O| May 28 17:12:59.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
77842026-05-28T17:13:00.193Z[ recovery-image] May 28 17:12:59.657 INFO O| May 28 17:12:59.657 INFO STEP 972 (remove_files) COMPLETE
77852026-05-28T17:13:00.193Z[ recovery-image] May 28 17:12:59.657 INFO O| May 28 17:12:59.657 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-05-28T17:13:00.202Z[ recovery-image] May 28 17:12:59.666 INFO O| May 28 17:12:59.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
77872026-05-28T17:13:00.202Z[ recovery-image] May 28 17:12:59.666 INFO O| May 28 17:12:59.666 INFO STEP 973 (remove_files) COMPLETE
77882026-05-28T17:13:00.203Z[ recovery-image] May 28 17:12:59.666 INFO O| May 28 17:12:59.666 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-05-28T17:13:00.214Z[ recovery-image] May 28 17:12:59.678 INFO O| May 28 17:12:59.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
77902026-05-28T17:13:00.214Z[ recovery-image] May 28 17:12:59.678 INFO O| May 28 17:12:59.678 INFO STEP 974 (remove_files) COMPLETE
77912026-05-28T17:13:00.214Z[ recovery-image] May 28 17:12:59.678 INFO O| May 28 17:12:59.678 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-05-28T17:13:00.223Z[ recovery-image] May 28 17:12:59.686 INFO O| May 28 17:12:59.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
77932026-05-28T17:13:00.223Z[ recovery-image] May 28 17:12:59.686 INFO O| May 28 17:12:59.686 INFO STEP 975 (remove_files) COMPLETE
77942026-05-28T17:13:00.223Z[ recovery-image] May 28 17:12:59.686 INFO O| May 28 17:12:59.686 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-05-28T17:13:00.231Z[ recovery-image] May 28 17:12:59.694 INFO O| May 28 17:12:59.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
77962026-05-28T17:13:00.231Z[ recovery-image] May 28 17:12:59.694 INFO O| May 28 17:12:59.694 INFO STEP 976 (remove_files) COMPLETE
77972026-05-28T17:13:00.231Z[ recovery-image] May 28 17:12:59.694 INFO O| May 28 17:12:59.694 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-05-28T17:13:00.239Z[ recovery-image] May 28 17:12:59.702 INFO O| May 28 17:12:59.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
77992026-05-28T17:13:00.239Z[ recovery-image] May 28 17:12:59.702 INFO O| May 28 17:12:59.702 INFO STEP 977 (remove_files) COMPLETE
78002026-05-28T17:13:00.239Z[ recovery-image] May 28 17:12:59.702 INFO O| May 28 17:12:59.702 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-05-28T17:13:00.247Z[ recovery-image] May 28 17:12:59.710 INFO O| May 28 17:12:59.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78022026-05-28T17:13:00.247Z[ recovery-image] May 28 17:12:59.710 INFO O| May 28 17:12:59.710 INFO STEP 978 (remove_files) COMPLETE
78032026-05-28T17:13:00.250Z[ recovery-image] May 28 17:12:59.710 INFO O| May 28 17:12:59.710 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-05-28T17:13:00.255Z[ recovery-image] May 28 17:12:59.718 INFO O| May 28 17:12:59.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78052026-05-28T17:13:00.258Z[ recovery-image] May 28 17:12:59.718 INFO O| May 28 17:12:59.718 INFO STEP 979 (remove_files) COMPLETE
78062026-05-28T17:13:00.258Z[ recovery-image] May 28 17:12:59.718 INFO O| May 28 17:12:59.718 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-05-28T17:13:00.265Z[ recovery-image] May 28 17:12:59.728 INFO O| May 28 17:12:59.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78082026-05-28T17:13:00.265Z[ recovery-image] May 28 17:12:59.728 INFO O| May 28 17:12:59.728 INFO STEP 980 (remove_files) COMPLETE
78092026-05-28T17:13:00.265Z[ recovery-image] May 28 17:12:59.728 INFO O| May 28 17:12:59.728 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-05-28T17:13:00.274Z[ recovery-image] May 28 17:12:59.737 INFO O| May 28 17:12:59.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78112026-05-28T17:13:00.274Z[ recovery-image] May 28 17:12:59.737 INFO O| May 28 17:12:59.737 INFO STEP 981 (remove_files) COMPLETE
78122026-05-28T17:13:00.274Z[ recovery-image] May 28 17:12:59.737 INFO O| May 28 17:12:59.737 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-05-28T17:13:00.285Z[ recovery-image] May 28 17:12:59.748 INFO O| May 28 17:12:59.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78142026-05-28T17:13:00.285Z[ recovery-image] May 28 17:12:59.748 INFO O| May 28 17:12:59.748 INFO STEP 982 (remove_files) COMPLETE
78152026-05-28T17:13:00.285Z[ recovery-image] May 28 17:12:59.748 INFO O| May 28 17:12:59.748 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-05-28T17:13:00.295Z[ recovery-image] May 28 17:12:59.758 INFO O| May 28 17:12:59.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78172026-05-28T17:13:00.295Z[ recovery-image] May 28 17:12:59.758 INFO O| May 28 17:12:59.758 INFO STEP 983 (remove_files) COMPLETE
78182026-05-28T17:13:00.295Z[ recovery-image] May 28 17:12:59.758 INFO O| May 28 17:12:59.758 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-05-28T17:13:00.303Z[ recovery-image] May 28 17:12:59.766 INFO O| May 28 17:12:59.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78202026-05-28T17:13:00.303Z[ recovery-image] May 28 17:12:59.766 INFO O| May 28 17:12:59.766 INFO STEP 984 (remove_files) COMPLETE
78212026-05-28T17:13:00.303Z[ recovery-image] May 28 17:12:59.766 INFO O| May 28 17:12:59.766 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-05-28T17:13:00.312Z[ recovery-image] May 28 17:12:59.775 INFO O| May 28 17:12:59.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78232026-05-28T17:13:00.312Z[ recovery-image] May 28 17:12:59.775 INFO O| May 28 17:12:59.775 INFO STEP 985 (remove_files) COMPLETE
78242026-05-28T17:13:00.315Z[ recovery-image] May 28 17:12:59.775 INFO O| May 28 17:12:59.775 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-05-28T17:13:00.321Z[ recovery-image] May 28 17:12:59.784 INFO O| May 28 17:12:59.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78262026-05-28T17:13:00.321Z[ recovery-image] May 28 17:12:59.784 INFO O| May 28 17:12:59.784 INFO STEP 986 (remove_files) COMPLETE
78272026-05-28T17:13:00.321Z[ recovery-image] May 28 17:12:59.784 INFO O| May 28 17:12:59.784 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-05-28T17:13:00.330Z[ recovery-image] May 28 17:12:59.793 INFO O| May 28 17:12:59.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78292026-05-28T17:13:00.330Z[ recovery-image] May 28 17:12:59.793 INFO O| May 28 17:12:59.793 INFO STEP 987 (remove_files) COMPLETE
78302026-05-28T17:13:00.333Z[ recovery-image] May 28 17:12:59.793 INFO O| May 28 17:12:59.793 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-05-28T17:13:00.338Z[ recovery-image] May 28 17:12:59.801 INFO O| May 28 17:12:59.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78322026-05-28T17:13:00.338Z[ recovery-image] May 28 17:12:59.801 INFO O| May 28 17:12:59.801 INFO STEP 988 (remove_files) COMPLETE
78332026-05-28T17:13:00.338Z[ recovery-image] May 28 17:12:59.801 INFO O| May 28 17:12:59.801 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-05-28T17:13:00.346Z[ recovery-image] May 28 17:12:59.810 INFO O| May 28 17:12:59.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78352026-05-28T17:13:00.346Z[ recovery-image] May 28 17:12:59.810 INFO O| May 28 17:12:59.810 INFO STEP 989 (remove_files) COMPLETE
78362026-05-28T17:13:00.349Z[ recovery-image] May 28 17:12:59.810 INFO O| May 28 17:12:59.810 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-05-28T17:13:00.356Z[ recovery-image] May 28 17:12:59.819 INFO O| May 28 17:12:59.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78382026-05-28T17:13:00.356Z[ recovery-image] May 28 17:12:59.819 INFO O| May 28 17:12:59.819 INFO STEP 990 (remove_files) COMPLETE
78392026-05-28T17:13:00.356Z[ recovery-image] May 28 17:12:59.819 INFO O| May 28 17:12:59.819 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-05-28T17:13:00.365Z[ recovery-image] May 28 17:12:59.828 INFO O| May 28 17:12:59.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78412026-05-28T17:13:00.365Z[ recovery-image] May 28 17:12:59.828 INFO O| May 28 17:12:59.828 INFO STEP 991 (remove_files) COMPLETE
78422026-05-28T17:13:00.368Z[ recovery-image] May 28 17:12:59.828 INFO O| May 28 17:12:59.828 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-05-28T17:13:00.375Z[ recovery-image] May 28 17:12:59.837 INFO O| May 28 17:12:59.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78442026-05-28T17:13:00.375Z[ recovery-image] May 28 17:12:59.837 INFO O| May 28 17:12:59.837 INFO STEP 992 (remove_files) COMPLETE
78452026-05-28T17:13:00.378Z[ recovery-image] May 28 17:12:59.837 INFO O| May 28 17:12:59.837 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-05-28T17:13:00.384Z[ recovery-image] May 28 17:12:59.847 INFO O| May 28 17:12:59.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78472026-05-28T17:13:00.384Z[ recovery-image] May 28 17:12:59.847 INFO O| May 28 17:12:59.847 INFO STEP 993 (remove_files) COMPLETE
78482026-05-28T17:13:00.387Z[ recovery-image] May 28 17:12:59.847 INFO O| May 28 17:12:59.847 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-05-28T17:13:00.394Z[ recovery-image] May 28 17:12:59.857 INFO O| May 28 17:12:59.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78502026-05-28T17:13:00.394Z[ recovery-image] May 28 17:12:59.857 INFO O| May 28 17:12:59.857 INFO STEP 994 (remove_files) COMPLETE
78512026-05-28T17:13:00.394Z[ recovery-image] May 28 17:12:59.857 INFO O| May 28 17:12:59.857 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-05-28T17:13:00.403Z[ recovery-image] May 28 17:12:59.866 INFO O| May 28 17:12:59.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78532026-05-28T17:13:00.406Z[ recovery-image] May 28 17:12:59.867 INFO O| May 28 17:12:59.867 INFO STEP 995 (remove_files) COMPLETE
78542026-05-28T17:13:00.406Z[ recovery-image] May 28 17:12:59.867 INFO O| May 28 17:12:59.867 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-05-28T17:13:00.414Z[ recovery-image] May 28 17:12:59.877 INFO O| May 28 17:12:59.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78562026-05-28T17:13:00.414Z[ recovery-image] May 28 17:12:59.878 INFO O| May 28 17:12:59.878 INFO STEP 996 (remove_files) COMPLETE
78572026-05-28T17:13:00.414Z[ recovery-image] May 28 17:12:59.878 INFO O| May 28 17:12:59.878 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-05-28T17:13:00.427Z[ recovery-image] May 28 17:12:59.887 INFO O| May 28 17:12:59.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78592026-05-28T17:13:00.427Z[ recovery-image] May 28 17:12:59.887 INFO O| May 28 17:12:59.887 INFO STEP 997 (remove_files) COMPLETE
78602026-05-28T17:13:00.427Z[ recovery-image] May 28 17:12:59.887 INFO O| May 28 17:12:59.887 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-05-28T17:13:00.434Z[ recovery-image] May 28 17:12:59.897 INFO O| May 28 17:12:59.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78622026-05-28T17:13:00.434Z[ recovery-image] May 28 17:12:59.897 INFO O| May 28 17:12:59.897 INFO STEP 998 (remove_files) COMPLETE
78632026-05-28T17:13:00.434Z[ recovery-image] May 28 17:12:59.897 INFO O| May 28 17:12:59.897 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-05-28T17:13:00.444Z[ recovery-image] May 28 17:12:59.907 INFO O| May 28 17:12:59.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78652026-05-28T17:13:00.447Z[ recovery-image] May 28 17:12:59.908 INFO O| May 28 17:12:59.908 INFO STEP 999 (remove_files) COMPLETE
78662026-05-28T17:13:00.447Z[ recovery-image] May 28 17:12:59.908 INFO O| May 28 17:12:59.908 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-05-28T17:13:00.453Z[ recovery-image] May 28 17:12:59.917 INFO O| May 28 17:12:59.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78682026-05-28T17:13:00.453Z[ recovery-image] May 28 17:12:59.917 INFO O| May 28 17:12:59.917 INFO STEP 1000 (remove_files) COMPLETE
78692026-05-28T17:13:00.456Z[ recovery-image] May 28 17:12:59.917 INFO O| May 28 17:12:59.917 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-05-28T17:13:00.464Z[ recovery-image] May 28 17:12:59.926 INFO O| May 28 17:12:59.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78712026-05-28T17:13:00.464Z[ recovery-image] May 28 17:12:59.926 INFO O| May 28 17:12:59.926 INFO STEP 1001 (remove_files) COMPLETE
78722026-05-28T17:13:00.464Z[ recovery-image] May 28 17:12:59.926 INFO O| May 28 17:12:59.926 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-05-28T17:13:00.472Z[ recovery-image] May 28 17:12:59.935 INFO O| May 28 17:12:59.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78742026-05-28T17:13:00.472Z[ recovery-image] May 28 17:12:59.935 INFO O| May 28 17:12:59.935 INFO STEP 1002 (remove_files) COMPLETE
78752026-05-28T17:13:00.475Z[ recovery-image] May 28 17:12:59.935 INFO O| May 28 17:12:59.935 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-05-28T17:13:00.480Z[ recovery-image] May 28 17:12:59.944 INFO O| May 28 17:12:59.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78772026-05-28T17:13:00.480Z[ recovery-image] May 28 17:12:59.944 INFO O| May 28 17:12:59.944 INFO STEP 1003 (remove_files) COMPLETE
78782026-05-28T17:13:00.483Z[ recovery-image] May 28 17:12:59.944 INFO O| May 28 17:12:59.944 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-05-28T17:13:00.488Z[ recovery-image] May 28 17:12:59.952 INFO O| May 28 17:12:59.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
78802026-05-28T17:13:00.488Z[ recovery-image] May 28 17:12:59.952 INFO O| May 28 17:12:59.952 INFO STEP 1004 (remove_files) COMPLETE
78812026-05-28T17:13:00.491Z[ recovery-image] May 28 17:12:59.952 INFO O| May 28 17:12:59.952 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-05-28T17:13:00.496Z[ recovery-image] May 28 17:12:59.960 INFO O| May 28 17:12:59.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
78832026-05-28T17:13:00.497Z[ recovery-image] May 28 17:12:59.960 INFO O| May 28 17:12:59.960 INFO STEP 1005 (remove_files) COMPLETE
78842026-05-28T17:13:00.499Z[ recovery-image] May 28 17:12:59.960 INFO O| May 28 17:12:59.960 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-05-28T17:13:00.505Z[ recovery-image] May 28 17:12:59.969 INFO O| May 28 17:12:59.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
78862026-05-28T17:13:00.505Z[ recovery-image] May 28 17:12:59.969 INFO O| May 28 17:12:59.969 INFO STEP 1006 (remove_files) COMPLETE
78872026-05-28T17:13:00.505Z[ recovery-image] May 28 17:12:59.969 INFO O| May 28 17:12:59.969 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-05-28T17:13:00.516Z[ recovery-image] May 28 17:12:59.979 INFO O| May 28 17:12:59.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
78892026-05-28T17:13:00.516Z[ recovery-image] May 28 17:12:59.979 INFO O| May 28 17:12:59.979 INFO STEP 1007 (remove_files) COMPLETE
78902026-05-28T17:13:00.518Z[ recovery-image] May 28 17:12:59.979 INFO O| May 28 17:12:59.979 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-05-28T17:13:00.527Z[ recovery-image] May 28 17:12:59.989 INFO O| May 28 17:12:59.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
78922026-05-28T17:13:00.527Z[ recovery-image] May 28 17:12:59.989 INFO O| May 28 17:12:59.989 INFO STEP 1008 (remove_files) COMPLETE
78932026-05-28T17:13:00.527Z[ recovery-image] May 28 17:12:59.990 INFO O| May 28 17:12:59.989 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-05-28T17:13:00.537Z[ recovery-image] May 28 17:13:00.000 INFO O| May 28 17:13:00.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
78952026-05-28T17:13:00.537Z[ recovery-image] May 28 17:13:00.000 INFO O| May 28 17:13:00.000 INFO STEP 1009 (remove_files) COMPLETE
78962026-05-28T17:13:00.537Z[ recovery-image] May 28 17:13:00.000 INFO O| May 28 17:13:00.000 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-05-28T17:13:00.546Z[ recovery-image] May 28 17:13:00.009 INFO O| May 28 17:13:00.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
78982026-05-28T17:13:00.546Z[ recovery-image] May 28 17:13:00.009 INFO O| May 28 17:13:00.009 INFO STEP 1010 (remove_files) COMPLETE
78992026-05-28T17:13:00.549Z[ recovery-image] May 28 17:13:00.009 INFO O| May 28 17:13:00.009 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-05-28T17:13:00.555Z[ recovery-image] May 28 17:13:00.018 INFO O| May 28 17:13:00.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79012026-05-28T17:13:00.555Z[ recovery-image] May 28 17:13:00.018 INFO O| May 28 17:13:00.018 INFO STEP 1011 (remove_files) COMPLETE
79022026-05-28T17:13:00.555Z[ recovery-image] May 28 17:13:00.018 INFO O| May 28 17:13:00.018 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-05-28T17:13:00.563Z[ recovery-image] May 28 17:13:00.027 INFO O| May 28 17:13:00.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79042026-05-28T17:13:00.564Z[ recovery-image] May 28 17:13:00.027 INFO O| May 28 17:13:00.027 INFO STEP 1012 (remove_files) COMPLETE
79052026-05-28T17:13:00.567Z[ recovery-image] May 28 17:13:00.027 INFO O| May 28 17:13:00.027 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-05-28T17:13:00.573Z[ recovery-image] May 28 17:13:00.036 INFO O| May 28 17:13:00.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79072026-05-28T17:13:00.573Z[ recovery-image] May 28 17:13:00.036 INFO O| May 28 17:13:00.036 INFO STEP 1013 (remove_files) COMPLETE
79082026-05-28T17:13:00.573Z[ recovery-image] May 28 17:13:00.036 INFO O| May 28 17:13:00.036 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-05-28T17:13:00.582Z[ recovery-image] May 28 17:13:00.045 INFO O| May 28 17:13:00.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79102026-05-28T17:13:00.585Z[ recovery-image] May 28 17:13:00.045 INFO O| May 28 17:13:00.045 INFO STEP 1014 (remove_files) COMPLETE
79112026-05-28T17:13:00.585Z[ recovery-image] May 28 17:13:00.045 INFO O| May 28 17:13:00.045 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-05-28T17:13:00.590Z[ recovery-image] May 28 17:13:00.053 INFO O| May 28 17:13:00.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79132026-05-28T17:13:00.593Z[ recovery-image] May 28 17:13:00.054 INFO O| May 28 17:13:00.054 INFO STEP 1015 (remove_files) COMPLETE
79142026-05-28T17:13:00.593Z[ recovery-image] May 28 17:13:00.054 INFO O| May 28 17:13:00.054 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-05-28T17:13:00.601Z[ recovery-image] May 28 17:13:00.064 INFO O| May 28 17:13:00.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79162026-05-28T17:13:00.601Z[ recovery-image] May 28 17:13:00.064 INFO O| May 28 17:13:00.064 INFO STEP 1016 (remove_files) COMPLETE
79172026-05-28T17:13:00.601Z[ recovery-image] May 28 17:13:00.064 INFO O| May 28 17:13:00.064 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-05-28T17:13:00.609Z[ recovery-image] May 28 17:13:00.073 INFO O| May 28 17:13:00.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79192026-05-28T17:13:00.610Z[ recovery-image] May 28 17:13:00.073 INFO O| May 28 17:13:00.073 INFO STEP 1017 (remove_files) COMPLETE
79202026-05-28T17:13:00.612Z[ recovery-image] May 28 17:13:00.073 INFO O| May 28 17:13:00.073 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-05-28T17:13:00.620Z[ recovery-image] May 28 17:13:00.083 INFO O| May 28 17:13:00.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79222026-05-28T17:13:00.620Z[ recovery-image] May 28 17:13:00.083 INFO O| May 28 17:13:00.083 INFO STEP 1018 (remove_files) COMPLETE
79232026-05-28T17:13:00.620Z[ recovery-image] May 28 17:13:00.083 INFO O| May 28 17:13:00.083 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-05-28T17:13:00.629Z[ recovery-image] May 28 17:13:00.093 INFO O| May 28 17:13:00.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79252026-05-28T17:13:00.629Z[ recovery-image] May 28 17:13:00.093 INFO O| May 28 17:13:00.093 INFO STEP 1019 (remove_files) COMPLETE
79262026-05-28T17:13:00.629Z[ recovery-image] May 28 17:13:00.093 INFO O| May 28 17:13:00.093 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-05-28T17:13:00.638Z[ recovery-image] May 28 17:13:00.101 INFO O| May 28 17:13:00.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79282026-05-28T17:13:00.638Z[ recovery-image] May 28 17:13:00.102 INFO O| May 28 17:13:00.102 INFO STEP 1020 (remove_files) COMPLETE
79292026-05-28T17:13:00.638Z[ recovery-image] May 28 17:13:00.102 INFO O| May 28 17:13:00.102 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-05-28T17:13:00.646Z[ recovery-image] May 28 17:13:00.109 INFO O| May 28 17:13:00.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79312026-05-28T17:13:00.646Z[ recovery-image] May 28 17:13:00.109 INFO O| May 28 17:13:00.109 INFO STEP 1021 (remove_files) COMPLETE
79322026-05-28T17:13:00.649Z[ recovery-image] May 28 17:13:00.109 INFO O| May 28 17:13:00.109 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-05-28T17:13:00.654Z[ recovery-image] May 28 17:13:00.118 INFO O| May 28 17:13:00.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79342026-05-28T17:13:00.654Z[ recovery-image] May 28 17:13:00.118 INFO O| May 28 17:13:00.118 INFO STEP 1022 (remove_files) COMPLETE
79352026-05-28T17:13:00.657Z[ recovery-image] May 28 17:13:00.118 INFO O| May 28 17:13:00.118 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-05-28T17:13:00.663Z[ recovery-image] May 28 17:13:00.126 INFO O| May 28 17:13:00.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79372026-05-28T17:13:00.663Z[ recovery-image] May 28 17:13:00.126 INFO O| May 28 17:13:00.126 INFO STEP 1023 (remove_files) COMPLETE
79382026-05-28T17:13:00.663Z[ recovery-image] May 28 17:13:00.126 INFO O| May 28 17:13:00.126 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-05-28T17:13:00.673Z[ recovery-image] May 28 17:13:00.136 INFO O| May 28 17:13:00.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79402026-05-28T17:13:00.673Z[ recovery-image] May 28 17:13:00.136 INFO O| May 28 17:13:00.136 INFO STEP 1024 (remove_files) COMPLETE
79412026-05-28T17:13:00.676Z[ recovery-image] May 28 17:13:00.136 INFO O| May 28 17:13:00.136 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-05-28T17:13:00.684Z[ recovery-image] May 28 17:13:00.145 INFO O| May 28 17:13:00.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79432026-05-28T17:13:00.684Z[ recovery-image] May 28 17:13:00.145 INFO O| May 28 17:13:00.145 INFO STEP 1025 (remove_files) COMPLETE
79442026-05-28T17:13:00.684Z[ recovery-image] May 28 17:13:00.145 INFO O| May 28 17:13:00.145 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-05-28T17:13:00.690Z[ recovery-image] May 28 17:13:00.153 INFO O| May 28 17:13:00.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79462026-05-28T17:13:00.690Z[ recovery-image] May 28 17:13:00.153 INFO O| May 28 17:13:00.153 INFO STEP 1026 (remove_files) COMPLETE
79472026-05-28T17:13:00.690Z[ recovery-image] May 28 17:13:00.153 INFO O| May 28 17:13:00.153 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-05-28T17:13:00.700Z[ recovery-image] May 28 17:13:00.163 INFO O| May 28 17:13:00.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79492026-05-28T17:13:00.700Z[ recovery-image] May 28 17:13:00.163 INFO O| May 28 17:13:00.163 INFO STEP 1027 (remove_files) COMPLETE
79502026-05-28T17:13:00.703Z[ recovery-image] May 28 17:13:00.163 INFO O| May 28 17:13:00.163 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-05-28T17:13:00.708Z[ recovery-image] May 28 17:13:00.172 INFO O| May 28 17:13:00.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79522026-05-28T17:13:00.709Z[ recovery-image] May 28 17:13:00.172 INFO O| May 28 17:13:00.172 INFO STEP 1028 (remove_files) COMPLETE
79532026-05-28T17:13:00.712Z[ recovery-image] May 28 17:13:00.172 INFO O| May 28 17:13:00.172 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-05-28T17:13:00.718Z[ recovery-image] May 28 17:13:00.181 INFO O| May 28 17:13:00.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79552026-05-28T17:13:00.718Z[ recovery-image] May 28 17:13:00.181 INFO O| May 28 17:13:00.181 INFO STEP 1029 (remove_files) COMPLETE
79562026-05-28T17:13:00.718Z[ recovery-image] May 28 17:13:00.181 INFO O| May 28 17:13:00.181 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-05-28T17:13:00.728Z[ recovery-image] May 28 17:13:00.190 INFO O| May 28 17:13:00.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79582026-05-28T17:13:00.728Z[ recovery-image] May 28 17:13:00.190 INFO O| May 28 17:13:00.190 INFO STEP 1030 (remove_files) COMPLETE
79592026-05-28T17:13:00.728Z[ recovery-image] May 28 17:13:00.190 INFO O| May 28 17:13:00.190 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-05-28T17:13:00.736Z[ recovery-image] May 28 17:13:00.199 INFO O| May 28 17:13:00.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79612026-05-28T17:13:00.736Z[ recovery-image] May 28 17:13:00.199 INFO O| May 28 17:13:00.199 INFO STEP 1031 (remove_files) COMPLETE
79622026-05-28T17:13:00.736Z[ recovery-image] May 28 17:13:00.199 INFO O| May 28 17:13:00.199 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-05-28T17:13:00.746Z[ recovery-image] May 28 17:13:00.209 INFO O| May 28 17:13:00.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79642026-05-28T17:13:00.746Z[ recovery-image] May 28 17:13:00.209 INFO O| May 28 17:13:00.209 INFO STEP 1032 (remove_files) COMPLETE
79652026-05-28T17:13:00.746Z[ recovery-image] May 28 17:13:00.209 INFO O| May 28 17:13:00.209 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-05-28T17:13:00.754Z[ recovery-image] May 28 17:13:00.217 INFO O| May 28 17:13:00.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79672026-05-28T17:13:00.754Z[ recovery-image] May 28 17:13:00.217 INFO O| May 28 17:13:00.217 INFO STEP 1033 (remove_files) COMPLETE
79682026-05-28T17:13:00.754Z[ recovery-image] May 28 17:13:00.217 INFO O| May 28 17:13:00.217 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-05-28T17:13:00.765Z[ recovery-image] May 28 17:13:00.228 INFO O| May 28 17:13:00.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79702026-05-28T17:13:00.765Z[ recovery-image] May 28 17:13:00.228 INFO O| May 28 17:13:00.228 INFO STEP 1034 (remove_files) COMPLETE
79712026-05-28T17:13:00.765Z[ recovery-image] May 28 17:13:00.228 INFO O| May 28 17:13:00.228 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-05-28T17:13:00.773Z[ recovery-image] May 28 17:13:00.237 INFO O| May 28 17:13:00.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79732026-05-28T17:13:00.773Z[ recovery-image] May 28 17:13:00.237 INFO O| May 28 17:13:00.237 INFO STEP 1035 (remove_files) COMPLETE
79742026-05-28T17:13:00.777Z[ recovery-image] May 28 17:13:00.237 INFO O| May 28 17:13:00.237 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-05-28T17:13:00.782Z[ recovery-image] May 28 17:13:00.245 INFO O| May 28 17:13:00.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79762026-05-28T17:13:00.782Z[ recovery-image] May 28 17:13:00.245 INFO O| May 28 17:13:00.245 INFO STEP 1036 (remove_files) COMPLETE
79772026-05-28T17:13:00.782Z[ recovery-image] May 28 17:13:00.245 INFO O| May 28 17:13:00.245 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-05-28T17:13:00.790Z[ recovery-image] May 28 17:13:00.253 INFO O| May 28 17:13:00.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
79792026-05-28T17:13:00.790Z[ recovery-image] May 28 17:13:00.254 INFO O| May 28 17:13:00.254 INFO STEP 1037 (remove_files) COMPLETE
79802026-05-28T17:13:00.790Z[ recovery-image] May 28 17:13:00.254 INFO O| May 28 17:13:00.254 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-05-28T17:13:00.801Z[ recovery-image] May 28 17:13:00.264 INFO O| May 28 17:13:00.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
79822026-05-28T17:13:00.801Z[ recovery-image] May 28 17:13:00.264 INFO O| May 28 17:13:00.264 INFO STEP 1038 (remove_files) COMPLETE
79832026-05-28T17:13:00.801Z[ recovery-image] May 28 17:13:00.264 INFO O| May 28 17:13:00.264 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-05-28T17:13:00.809Z[ recovery-image] May 28 17:13:00.272 INFO O| May 28 17:13:00.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
79852026-05-28T17:13:00.809Z[ recovery-image] May 28 17:13:00.272 INFO O| May 28 17:13:00.272 INFO STEP 1039 (remove_files) COMPLETE
79862026-05-28T17:13:00.812Z[ recovery-image] May 28 17:13:00.273 INFO O| May 28 17:13:00.272 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-05-28T17:13:00.819Z[ recovery-image] May 28 17:13:00.282 INFO O| May 28 17:13:00.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
79882026-05-28T17:13:00.819Z[ recovery-image] May 28 17:13:00.282 INFO O| May 28 17:13:00.282 INFO STEP 1040 (remove_files) COMPLETE
79892026-05-28T17:13:00.822Z[ recovery-image] May 28 17:13:00.282 INFO O| May 28 17:13:00.282 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-05-28T17:13:00.828Z[ recovery-image] May 28 17:13:00.291 INFO O| May 28 17:13:00.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
79912026-05-28T17:13:00.828Z[ recovery-image] May 28 17:13:00.291 INFO O| May 28 17:13:00.291 INFO STEP 1041 (remove_files) COMPLETE
79922026-05-28T17:13:00.831Z[ recovery-image] May 28 17:13:00.291 INFO O| May 28 17:13:00.291 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-05-28T17:13:00.839Z[ recovery-image] May 28 17:13:00.303 INFO O| May 28 17:13:00.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
79942026-05-28T17:13:00.839Z[ recovery-image] May 28 17:13:00.303 INFO O| May 28 17:13:00.303 INFO STEP 1042 (remove_files) COMPLETE
79952026-05-28T17:13:00.842Z[ recovery-image] May 28 17:13:00.303 INFO O| May 28 17:13:00.303 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-05-28T17:13:00.852Z[ recovery-image] May 28 17:13:00.313 INFO O| May 28 17:13:00.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
79972026-05-28T17:13:00.852Z[ recovery-image] May 28 17:13:00.313 INFO O| May 28 17:13:00.313 INFO STEP 1043 (remove_files) COMPLETE
79982026-05-28T17:13:00.856Z[ recovery-image] May 28 17:13:00.313 INFO O| May 28 17:13:00.313 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-05-28T17:13:00.860Z[ recovery-image] May 28 17:13:00.323 INFO O| May 28 17:13:00.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80002026-05-28T17:13:00.860Z[ recovery-image] May 28 17:13:00.323 INFO O| May 28 17:13:00.323 INFO STEP 1044 (remove_files) COMPLETE
80012026-05-28T17:13:00.863Z[ recovery-image] May 28 17:13:00.323 INFO O| May 28 17:13:00.323 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-05-28T17:13:00.868Z[ recovery-image] May 28 17:13:00.331 INFO O| May 28 17:13:00.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80032026-05-28T17:13:00.868Z[ recovery-image] May 28 17:13:00.331 INFO O| May 28 17:13:00.331 INFO STEP 1045 (remove_files) COMPLETE
80042026-05-28T17:13:00.871Z[ recovery-image] May 28 17:13:00.331 INFO O| May 28 17:13:00.331 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-05-28T17:13:00.878Z[ recovery-image] May 28 17:13:00.342 INFO O| May 28 17:13:00.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80062026-05-28T17:13:00.878Z[ recovery-image] May 28 17:13:00.342 INFO O| May 28 17:13:00.342 INFO STEP 1046 (remove_files) COMPLETE
80072026-05-28T17:13:00.878Z[ recovery-image] May 28 17:13:00.342 INFO O| May 28 17:13:00.342 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-05-28T17:13:00.889Z[ recovery-image] May 28 17:13:00.352 INFO O| May 28 17:13:00.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80092026-05-28T17:13:00.889Z[ recovery-image] May 28 17:13:00.352 INFO O| May 28 17:13:00.352 INFO STEP 1047 (remove_files) COMPLETE
80102026-05-28T17:13:00.894Z[ recovery-image] May 28 17:13:00.352 INFO O| May 28 17:13:00.352 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-05-28T17:13:00.896Z[ recovery-image] May 28 17:13:00.359 INFO O| May 28 17:13:00.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80122026-05-28T17:13:00.896Z[ recovery-image] May 28 17:13:00.360 INFO O| May 28 17:13:00.360 INFO STEP 1048 (remove_files) COMPLETE
80132026-05-28T17:13:00.896Z[ recovery-image] May 28 17:13:00.360 INFO O| May 28 17:13:00.360 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-05-28T17:13:00.909Z[ recovery-image] May 28 17:13:00.372 INFO O| May 28 17:13:00.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80152026-05-28T17:13:00.909Z[ recovery-image] May 28 17:13:00.372 INFO O| May 28 17:13:00.372 INFO STEP 1049 (remove_files) COMPLETE
80162026-05-28T17:13:00.912Z[ recovery-image] May 28 17:13:00.372 INFO O| May 28 17:13:00.372 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-05-28T17:13:00.920Z[ recovery-image] May 28 17:13:00.384 INFO O| May 28 17:13:00.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80182026-05-28T17:13:00.920Z[ recovery-image] May 28 17:13:00.384 INFO O| May 28 17:13:00.384 INFO STEP 1050 (remove_files) COMPLETE
80192026-05-28T17:13:00.923Z[ recovery-image] May 28 17:13:00.384 INFO O| May 28 17:13:00.384 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-05-28T17:13:00.929Z[ recovery-image] May 28 17:13:00.392 INFO O| May 28 17:13:00.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80212026-05-28T17:13:00.929Z[ recovery-image] May 28 17:13:00.392 INFO O| May 28 17:13:00.392 INFO STEP 1051 (remove_files) COMPLETE
80222026-05-28T17:13:00.932Z[ recovery-image] May 28 17:13:00.392 INFO O| May 28 17:13:00.392 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-05-28T17:13:00.938Z[ recovery-image] May 28 17:13:00.401 INFO O| May 28 17:13:00.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80242026-05-28T17:13:00.938Z[ recovery-image] May 28 17:13:00.401 INFO O| May 28 17:13:00.401 INFO STEP 1052 (remove_files) COMPLETE
80252026-05-28T17:13:00.941Z[ recovery-image] May 28 17:13:00.401 INFO O| May 28 17:13:00.401 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-05-28T17:13:00.946Z[ recovery-image] May 28 17:13:00.410 INFO O| May 28 17:13:00.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80272026-05-28T17:13:00.946Z[ recovery-image] May 28 17:13:00.410 INFO O| May 28 17:13:00.410 INFO STEP 1053 (remove_files) COMPLETE
80282026-05-28T17:13:00.946Z[ recovery-image] May 28 17:13:00.410 INFO O| May 28 17:13:00.410 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-05-28T17:13:00.955Z[ recovery-image] May 28 17:13:00.418 INFO O| May 28 17:13:00.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80302026-05-28T17:13:00.955Z[ recovery-image] May 28 17:13:00.418 INFO O| May 28 17:13:00.418 INFO STEP 1054 (remove_files) COMPLETE
80312026-05-28T17:13:00.955Z[ recovery-image] May 28 17:13:00.418 INFO O| May 28 17:13:00.418 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-05-28T17:13:00.964Z[ recovery-image] May 28 17:13:00.427 INFO O| May 28 17:13:00.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80332026-05-28T17:13:00.964Z[ recovery-image] May 28 17:13:00.427 INFO O| May 28 17:13:00.427 INFO STEP 1055 (remove_files) COMPLETE
80342026-05-28T17:13:00.967Z[ recovery-image] May 28 17:13:00.427 INFO O| May 28 17:13:00.427 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-05-28T17:13:00.973Z[ recovery-image] May 28 17:13:00.437 INFO O| May 28 17:13:00.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80362026-05-28T17:13:00.974Z[ recovery-image] May 28 17:13:00.437 INFO O| May 28 17:13:00.437 INFO STEP 1056 (remove_files) COMPLETE
80372026-05-28T17:13:00.977Z[ recovery-image] May 28 17:13:00.437 INFO O| May 28 17:13:00.437 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-05-28T17:13:00.996Z[ recovery-image] May 28 17:13:00.447 INFO O| May 28 17:13:00.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80392026-05-28T17:13:00.996Z[ recovery-image] May 28 17:13:00.447 INFO O| May 28 17:13:00.447 INFO STEP 1057 (remove_files) COMPLETE
80402026-05-28T17:13:00.996Z[ recovery-image] May 28 17:13:00.447 INFO O| May 28 17:13:00.447 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-05-28T17:13:00.996Z[ recovery-image] May 28 17:13:00.456 INFO O| May 28 17:13:00.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80422026-05-28T17:13:00.996Z[ recovery-image] May 28 17:13:00.456 INFO O| May 28 17:13:00.456 INFO STEP 1058 (remove_files) COMPLETE
80432026-05-28T17:13:00.996Z[ recovery-image] May 28 17:13:00.456 INFO O| May 28 17:13:00.456 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-05-28T17:13:01.002Z[ recovery-image] May 28 17:13:00.465 INFO O| May 28 17:13:00.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80452026-05-28T17:13:01.002Z[ recovery-image] May 28 17:13:00.465 INFO O| May 28 17:13:00.465 INFO STEP 1059 (remove_files) COMPLETE
80462026-05-28T17:13:01.005Z[ recovery-image] May 28 17:13:00.465 INFO O| May 28 17:13:00.465 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-05-28T17:13:01.011Z[ recovery-image] May 28 17:13:00.475 INFO O| May 28 17:13:00.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80482026-05-28T17:13:01.011Z[ recovery-image] May 28 17:13:00.475 INFO O| May 28 17:13:00.475 INFO STEP 1060 (remove_files) COMPLETE
80492026-05-28T17:13:01.011Z[ recovery-image] May 28 17:13:00.475 INFO O| May 28 17:13:00.475 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-05-28T17:13:01.022Z[ recovery-image] May 28 17:13:00.485 INFO O| May 28 17:13:00.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80512026-05-28T17:13:01.022Z[ recovery-image] May 28 17:13:00.485 INFO O| May 28 17:13:00.485 INFO STEP 1061 (remove_files) COMPLETE
80522026-05-28T17:13:01.026Z[ recovery-image] May 28 17:13:00.485 INFO O| May 28 17:13:00.485 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-05-28T17:13:01.031Z[ recovery-image] May 28 17:13:00.494 INFO O| May 28 17:13:00.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80542026-05-28T17:13:01.031Z[ recovery-image] May 28 17:13:00.494 INFO O| May 28 17:13:00.494 INFO STEP 1062 (remove_files) COMPLETE
80552026-05-28T17:13:01.034Z[ recovery-image] May 28 17:13:00.494 INFO O| May 28 17:13:00.494 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-05-28T17:13:01.041Z[ recovery-image] May 28 17:13:00.505 INFO O| May 28 17:13:00.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80572026-05-28T17:13:01.041Z[ recovery-image] May 28 17:13:00.505 INFO O| May 28 17:13:00.505 INFO STEP 1063 (remove_files) COMPLETE
80582026-05-28T17:13:01.044Z[ recovery-image] May 28 17:13:00.505 INFO O| May 28 17:13:00.505 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-05-28T17:13:01.052Z[ recovery-image] May 28 17:13:00.515 INFO O| May 28 17:13:00.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80602026-05-28T17:13:01.052Z[ recovery-image] May 28 17:13:00.515 INFO O| May 28 17:13:00.515 INFO STEP 1064 (remove_files) COMPLETE
80612026-05-28T17:13:01.055Z[ recovery-image] May 28 17:13:00.515 INFO O| May 28 17:13:00.515 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-05-28T17:13:01.062Z[ recovery-image] May 28 17:13:00.525 INFO O| May 28 17:13:00.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80632026-05-28T17:13:01.062Z[ recovery-image] May 28 17:13:00.525 INFO O| May 28 17:13:00.525 INFO STEP 1065 (remove_files) COMPLETE
80642026-05-28T17:13:01.062Z[ recovery-image] May 28 17:13:00.525 INFO O| May 28 17:13:00.525 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-05-28T17:13:01.070Z[ recovery-image] May 28 17:13:00.533 INFO O| May 28 17:13:00.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80662026-05-28T17:13:01.070Z[ recovery-image] May 28 17:13:00.533 INFO O| May 28 17:13:00.533 INFO STEP 1066 (remove_files) COMPLETE
80672026-05-28T17:13:01.071Z[ recovery-image] May 28 17:13:00.533 INFO O| May 28 17:13:00.533 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-05-28T17:13:01.078Z[ recovery-image] May 28 17:13:00.541 INFO O| May 28 17:13:00.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80692026-05-28T17:13:01.078Z[ recovery-image] May 28 17:13:00.541 INFO O| May 28 17:13:00.541 INFO STEP 1067 (remove_files) COMPLETE
80702026-05-28T17:13:01.078Z[ recovery-image] May 28 17:13:00.541 INFO O| May 28 17:13:00.541 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-05-28T17:13:01.087Z[ recovery-image] May 28 17:13:00.550 INFO O| May 28 17:13:00.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80722026-05-28T17:13:01.087Z[ recovery-image] May 28 17:13:00.550 INFO O| May 28 17:13:00.550 INFO STEP 1068 (remove_files) COMPLETE
80732026-05-28T17:13:01.091Z[ recovery-image] May 28 17:13:00.550 INFO O| May 28 17:13:00.550 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-05-28T17:13:01.099Z[ recovery-image] May 28 17:13:00.561 INFO O| May 28 17:13:00.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80752026-05-28T17:13:01.099Z[ recovery-image] May 28 17:13:00.561 INFO O| May 28 17:13:00.561 INFO STEP 1069 (remove_files) COMPLETE
80762026-05-28T17:13:01.102Z[ recovery-image] May 28 17:13:00.561 INFO O| May 28 17:13:00.561 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-05-28T17:13:01.109Z[ recovery-image] May 28 17:13:00.572 INFO O| May 28 17:13:00.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80782026-05-28T17:13:01.109Z[ recovery-image] May 28 17:13:00.572 INFO O| May 28 17:13:00.572 INFO STEP 1070 (remove_files) COMPLETE
80792026-05-28T17:13:01.113Z[ recovery-image] May 28 17:13:00.573 INFO O| May 28 17:13:00.572 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-05-28T17:13:01.118Z[ recovery-image] May 28 17:13:00.582 INFO O| May 28 17:13:00.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
80812026-05-28T17:13:01.118Z[ recovery-image] May 28 17:13:00.582 INFO O| May 28 17:13:00.582 INFO STEP 1071 (remove_files) COMPLETE
80822026-05-28T17:13:01.121Z[ recovery-image] May 28 17:13:00.582 INFO O| May 28 17:13:00.582 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-05-28T17:13:01.128Z[ recovery-image] May 28 17:13:00.591 INFO O| May 28 17:13:00.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
80842026-05-28T17:13:01.128Z[ recovery-image] May 28 17:13:00.591 INFO O| May 28 17:13:00.591 INFO STEP 1072 (remove_files) COMPLETE
80852026-05-28T17:13:01.131Z[ recovery-image] May 28 17:13:00.591 INFO O| May 28 17:13:00.591 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-05-28T17:13:01.138Z[ recovery-image] May 28 17:13:00.601 INFO O| May 28 17:13:00.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
80872026-05-28T17:13:01.138Z[ recovery-image] May 28 17:13:00.601 INFO O| May 28 17:13:00.601 INFO STEP 1073 (remove_files) COMPLETE
80882026-05-28T17:13:01.140Z[ recovery-image] May 28 17:13:00.601 INFO O| May 28 17:13:00.601 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-05-28T17:13:01.147Z[ recovery-image] May 28 17:13:00.610 INFO O| May 28 17:13:00.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
80902026-05-28T17:13:01.147Z[ recovery-image] May 28 17:13:00.610 INFO O| May 28 17:13:00.610 INFO STEP 1074 (remove_files) COMPLETE
80912026-05-28T17:13:01.150Z[ recovery-image] May 28 17:13:00.610 INFO O| May 28 17:13:00.610 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-05-28T17:13:01.157Z[ recovery-image] May 28 17:13:00.620 INFO O| May 28 17:13:00.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
80932026-05-28T17:13:01.157Z[ recovery-image] May 28 17:13:00.620 INFO O| May 28 17:13:00.620 INFO STEP 1075 (remove_files) COMPLETE
80942026-05-28T17:13:01.157Z[ recovery-image] May 28 17:13:00.620 INFO O| May 28 17:13:00.620 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-05-28T17:13:01.167Z[ recovery-image] May 28 17:13:00.629 INFO O| May 28 17:13:00.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
80962026-05-28T17:13:01.168Z[ recovery-image] May 28 17:13:00.629 INFO O| May 28 17:13:00.629 INFO STEP 1076 (remove_files) COMPLETE
80972026-05-28T17:13:01.168Z[ recovery-image] May 28 17:13:00.629 INFO O| May 28 17:13:00.629 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-05-28T17:13:01.174Z[ recovery-image] May 28 17:13:00.638 INFO O| May 28 17:13:00.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
80992026-05-28T17:13:01.174Z[ recovery-image] May 28 17:13:00.638 INFO O| May 28 17:13:00.638 INFO STEP 1077 (remove_files) COMPLETE
81002026-05-28T17:13:01.174Z[ recovery-image] May 28 17:13:00.638 INFO O| May 28 17:13:00.638 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-05-28T17:13:01.183Z[ recovery-image] May 28 17:13:00.646 INFO O| May 28 17:13:00.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81022026-05-28T17:13:01.183Z[ recovery-image] May 28 17:13:00.646 INFO O| May 28 17:13:00.646 INFO STEP 1078 (remove_files) COMPLETE
81032026-05-28T17:13:01.186Z[ recovery-image] May 28 17:13:00.646 INFO O| May 28 17:13:00.646 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-05-28T17:13:01.191Z[ recovery-image] May 28 17:13:00.655 INFO O| May 28 17:13:00.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81052026-05-28T17:13:01.191Z[ recovery-image] May 28 17:13:00.655 INFO O| May 28 17:13:00.655 INFO STEP 1079 (remove_files) COMPLETE
81062026-05-28T17:13:01.191Z[ recovery-image] May 28 17:13:00.655 INFO O| May 28 17:13:00.655 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-05-28T17:13:01.200Z[ recovery-image] May 28 17:13:00.663 INFO O| May 28 17:13:00.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81082026-05-28T17:13:01.200Z[ recovery-image] May 28 17:13:00.663 INFO O| May 28 17:13:00.663 INFO STEP 1080 (remove_files) COMPLETE
81092026-05-28T17:13:01.200Z[ recovery-image] May 28 17:13:00.663 INFO O| May 28 17:13:00.663 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-05-28T17:13:01.209Z[ recovery-image] May 28 17:13:00.672 INFO O| May 28 17:13:00.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81112026-05-28T17:13:01.209Z[ recovery-image] May 28 17:13:00.672 INFO O| May 28 17:13:00.672 INFO STEP 1081 (remove_files) COMPLETE
81122026-05-28T17:13:01.209Z[ recovery-image] May 28 17:13:00.672 INFO O| May 28 17:13:00.672 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-05-28T17:13:01.217Z[ recovery-image] May 28 17:13:00.680 INFO O| May 28 17:13:00.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81142026-05-28T17:13:01.217Z[ recovery-image] May 28 17:13:00.681 INFO O| May 28 17:13:00.681 INFO STEP 1082 (remove_files) COMPLETE
81152026-05-28T17:13:01.217Z[ recovery-image] May 28 17:13:00.681 INFO O| May 28 17:13:00.681 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-05-28T17:13:01.226Z[ recovery-image] May 28 17:13:00.689 INFO O| May 28 17:13:00.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81172026-05-28T17:13:01.226Z[ recovery-image] May 28 17:13:00.689 INFO O| May 28 17:13:00.689 INFO STEP 1083 (remove_files) COMPLETE
81182026-05-28T17:13:01.226Z[ recovery-image] May 28 17:13:00.689 INFO O| May 28 17:13:00.689 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-05-28T17:13:01.234Z[ recovery-image] May 28 17:13:00.698 INFO O| May 28 17:13:00.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81202026-05-28T17:13:01.234Z[ recovery-image] May 28 17:13:00.698 INFO O| May 28 17:13:00.698 INFO STEP 1084 (remove_files) COMPLETE
81212026-05-28T17:13:01.237Z[ recovery-image] May 28 17:13:00.698 INFO O| May 28 17:13:00.698 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-05-28T17:13:01.243Z[ recovery-image] May 28 17:13:00.706 INFO O| May 28 17:13:00.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81232026-05-28T17:13:01.243Z[ recovery-image] May 28 17:13:00.706 INFO O| May 28 17:13:00.706 INFO STEP 1085 (remove_files) COMPLETE
81242026-05-28T17:13:01.246Z[ recovery-image] May 28 17:13:00.706 INFO O| May 28 17:13:00.706 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-05-28T17:13:01.252Z[ recovery-image] May 28 17:13:00.715 INFO O| May 28 17:13:00.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81262026-05-28T17:13:01.252Z[ recovery-image] May 28 17:13:00.715 INFO O| May 28 17:13:00.715 INFO STEP 1086 (remove_files) COMPLETE
81272026-05-28T17:13:01.254Z[ recovery-image] May 28 17:13:00.715 INFO O| May 28 17:13:00.715 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-05-28T17:13:01.261Z[ recovery-image] May 28 17:13:00.724 INFO O| May 28 17:13:00.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81292026-05-28T17:13:01.261Z[ recovery-image] May 28 17:13:00.724 INFO O| May 28 17:13:00.724 INFO STEP 1087 (remove_files) COMPLETE
81302026-05-28T17:13:01.264Z[ recovery-image] May 28 17:13:00.724 INFO O| May 28 17:13:00.724 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-05-28T17:13:01.269Z[ recovery-image] May 28 17:13:00.732 INFO O| May 28 17:13:00.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81322026-05-28T17:13:01.269Z[ recovery-image] May 28 17:13:00.733 INFO O| May 28 17:13:00.733 INFO STEP 1088 (remove_files) COMPLETE
81332026-05-28T17:13:01.269Z[ recovery-image] May 28 17:13:00.733 INFO O| May 28 17:13:00.733 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-05-28T17:13:01.279Z[ recovery-image] May 28 17:13:00.742 INFO O| May 28 17:13:00.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81352026-05-28T17:13:01.279Z[ recovery-image] May 28 17:13:00.742 INFO O| May 28 17:13:00.742 INFO STEP 1089 (remove_files) COMPLETE
81362026-05-28T17:13:01.279Z[ recovery-image] May 28 17:13:00.742 INFO O| May 28 17:13:00.742 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-05-28T17:13:01.289Z[ recovery-image] May 28 17:13:00.751 INFO O| May 28 17:13:00.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81382026-05-28T17:13:01.289Z[ recovery-image] May 28 17:13:00.751 INFO O| May 28 17:13:00.751 INFO STEP 1090 (remove_files) COMPLETE
81392026-05-28T17:13:01.289Z[ recovery-image] May 28 17:13:00.751 INFO O| May 28 17:13:00.751 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-05-28T17:13:01.296Z[ recovery-image] May 28 17:13:00.759 INFO O| May 28 17:13:00.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81412026-05-28T17:13:01.296Z[ recovery-image] May 28 17:13:00.759 INFO O| May 28 17:13:00.759 INFO STEP 1091 (remove_files) COMPLETE
81422026-05-28T17:13:01.296Z[ recovery-image] May 28 17:13:00.759 INFO O| May 28 17:13:00.759 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-05-28T17:13:01.305Z[ recovery-image] May 28 17:13:00.768 INFO O| May 28 17:13:00.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81442026-05-28T17:13:01.305Z[ recovery-image] May 28 17:13:00.768 INFO O| May 28 17:13:00.768 INFO STEP 1092 (remove_files) COMPLETE
81452026-05-28T17:13:01.305Z[ recovery-image] May 28 17:13:00.768 INFO O| May 28 17:13:00.768 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-05-28T17:13:01.314Z[ recovery-image] May 28 17:13:00.777 INFO O| May 28 17:13:00.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81472026-05-28T17:13:01.314Z[ recovery-image] May 28 17:13:00.777 INFO O| May 28 17:13:00.777 INFO STEP 1093 (remove_files) COMPLETE
81482026-05-28T17:13:01.314Z[ recovery-image] May 28 17:13:00.777 INFO O| May 28 17:13:00.777 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-05-28T17:13:01.327Z[ recovery-image] May 28 17:13:00.786 INFO O| May 28 17:13:00.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81502026-05-28T17:13:01.327Z[ recovery-image] May 28 17:13:00.786 INFO O| May 28 17:13:00.786 INFO STEP 1094 (remove_files) COMPLETE
81512026-05-28T17:13:01.327Z[ recovery-image] May 28 17:13:00.786 INFO O| May 28 17:13:00.786 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-05-28T17:13:01.332Z[ recovery-image] May 28 17:13:00.796 INFO O| May 28 17:13:00.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81532026-05-28T17:13:01.332Z[ recovery-image] May 28 17:13:00.796 INFO O| May 28 17:13:00.796 INFO STEP 1095 (remove_files) COMPLETE
81542026-05-28T17:13:01.335Z[ recovery-image] May 28 17:13:00.796 INFO O| May 28 17:13:00.796 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-05-28T17:13:01.342Z[ recovery-image] May 28 17:13:00.805 INFO O| May 28 17:13:00.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81562026-05-28T17:13:01.342Z[ recovery-image] May 28 17:13:00.805 INFO O| May 28 17:13:00.805 INFO STEP 1096 (remove_files) COMPLETE
81572026-05-28T17:13:01.344Z[ recovery-image] May 28 17:13:00.805 INFO O| May 28 17:13:00.805 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-05-28T17:13:01.351Z[ recovery-image] May 28 17:13:00.814 INFO O| May 28 17:13:00.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81592026-05-28T17:13:01.351Z[ recovery-image] May 28 17:13:00.814 INFO O| May 28 17:13:00.814 INFO STEP 1097 (remove_files) COMPLETE
81602026-05-28T17:13:01.354Z[ recovery-image] May 28 17:13:00.814 INFO O| May 28 17:13:00.814 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-05-28T17:13:01.360Z[ recovery-image] May 28 17:13:00.823 INFO O| May 28 17:13:00.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81622026-05-28T17:13:01.360Z[ recovery-image] May 28 17:13:00.823 INFO O| May 28 17:13:00.823 INFO STEP 1098 (remove_files) COMPLETE
81632026-05-28T17:13:01.360Z[ recovery-image] May 28 17:13:00.823 INFO O| May 28 17:13:00.823 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-05-28T17:13:01.369Z[ recovery-image] May 28 17:13:00.832 INFO O| May 28 17:13:00.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81652026-05-28T17:13:01.369Z[ recovery-image] May 28 17:13:00.832 INFO O| May 28 17:13:00.832 INFO STEP 1099 (remove_files) COMPLETE
81662026-05-28T17:13:01.369Z[ recovery-image] May 28 17:13:00.832 INFO O| May 28 17:13:00.832 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-05-28T17:13:01.378Z[ recovery-image] May 28 17:13:00.841 INFO O| May 28 17:13:00.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81682026-05-28T17:13:01.378Z[ recovery-image] May 28 17:13:00.841 INFO O| May 28 17:13:00.841 INFO STEP 1100 (remove_files) COMPLETE
81692026-05-28T17:13:01.378Z[ recovery-image] May 28 17:13:00.841 INFO O| May 28 17:13:00.841 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-05-28T17:13:01.387Z[ recovery-image] May 28 17:13:00.850 INFO O| May 28 17:13:00.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81712026-05-28T17:13:01.387Z[ recovery-image] May 28 17:13:00.850 INFO O| May 28 17:13:00.850 INFO STEP 1101 (remove_files) COMPLETE
81722026-05-28T17:13:01.387Z[ recovery-image] May 28 17:13:00.850 INFO O| May 28 17:13:00.850 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-05-28T17:13:01.396Z[ recovery-image] May 28 17:13:00.860 INFO O| May 28 17:13:00.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81742026-05-28T17:13:01.396Z[ recovery-image] May 28 17:13:00.860 INFO O| May 28 17:13:00.860 INFO STEP 1102 (remove_files) COMPLETE
81752026-05-28T17:13:01.396Z[ recovery-image] May 28 17:13:00.860 INFO O| May 28 17:13:00.860 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-05-28T17:13:01.408Z[ recovery-image] May 28 17:13:00.870 INFO O| May 28 17:13:00.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81772026-05-28T17:13:01.408Z[ recovery-image] May 28 17:13:00.870 INFO O| May 28 17:13:00.870 INFO STEP 1103 (remove_files) COMPLETE
81782026-05-28T17:13:01.408Z[ recovery-image] May 28 17:13:00.870 INFO O| May 28 17:13:00.870 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-05-28T17:13:01.416Z[ recovery-image] May 28 17:13:00.879 INFO O| May 28 17:13:00.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
81802026-05-28T17:13:01.416Z[ recovery-image] May 28 17:13:00.879 INFO O| May 28 17:13:00.879 INFO STEP 1104 (remove_files) COMPLETE
81812026-05-28T17:13:01.416Z[ recovery-image] May 28 17:13:00.879 INFO O| May 28 17:13:00.879 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-05-28T17:13:01.424Z[ recovery-image] May 28 17:13:00.887 INFO O| May 28 17:13:00.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81832026-05-28T17:13:01.424Z[ recovery-image] May 28 17:13:00.887 INFO O| May 28 17:13:00.887 INFO STEP 1105 (remove_files) COMPLETE
81842026-05-28T17:13:01.424Z[ recovery-image] May 28 17:13:00.887 INFO O| May 28 17:13:00.887 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-05-28T17:13:01.434Z[ recovery-image] May 28 17:13:00.897 INFO O| May 28 17:13:00.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
81862026-05-28T17:13:01.434Z[ recovery-image] May 28 17:13:00.897 INFO O| May 28 17:13:00.897 INFO STEP 1106 (remove_files) COMPLETE
81872026-05-28T17:13:01.434Z[ recovery-image] May 28 17:13:00.897 INFO O| May 28 17:13:00.897 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-05-28T17:13:01.444Z[ recovery-image] May 28 17:13:00.907 INFO O| May 28 17:13:00.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
81892026-05-28T17:13:01.444Z[ recovery-image] May 28 17:13:00.907 INFO O| May 28 17:13:00.907 INFO STEP 1107 (remove_files) COMPLETE
81902026-05-28T17:13:01.444Z[ recovery-image] May 28 17:13:00.907 INFO O| May 28 17:13:00.907 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-05-28T17:13:01.453Z[ recovery-image] May 28 17:13:00.916 INFO O| May 28 17:13:00.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
81922026-05-28T17:13:01.453Z[ recovery-image] May 28 17:13:00.917 INFO O| May 28 17:13:00.916 INFO STEP 1108 (remove_files) COMPLETE
81932026-05-28T17:13:01.453Z[ recovery-image] May 28 17:13:00.917 INFO O| May 28 17:13:00.916 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-05-28T17:13:01.461Z[ recovery-image] May 28 17:13:00.924 INFO O| May 28 17:13:00.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
81952026-05-28T17:13:01.461Z[ recovery-image] May 28 17:13:00.925 INFO O| May 28 17:13:00.925 INFO STEP 1109 (remove_files) COMPLETE
81962026-05-28T17:13:01.461Z[ recovery-image] May 28 17:13:00.925 INFO O| May 28 17:13:00.925 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-05-28T17:13:01.469Z[ recovery-image] May 28 17:13:00.932 INFO O| May 28 17:13:00.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
81982026-05-28T17:13:01.469Z[ recovery-image] May 28 17:13:00.932 INFO O| May 28 17:13:00.932 INFO STEP 1110 (remove_files) COMPLETE
81992026-05-28T17:13:01.472Z[ recovery-image] May 28 17:13:00.932 INFO O| May 28 17:13:00.932 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-05-28T17:13:01.476Z[ recovery-image] May 28 17:13:00.940 INFO O| May 28 17:13:00.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82012026-05-28T17:13:01.479Z[ recovery-image] May 28 17:13:00.940 INFO O| May 28 17:13:00.940 INFO STEP 1111 (remove_files) COMPLETE
82022026-05-28T17:13:01.479Z[ recovery-image] May 28 17:13:00.940 INFO O| May 28 17:13:00.940 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-05-28T17:13:01.487Z[ recovery-image] May 28 17:13:00.951 INFO O| May 28 17:13:00.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82042026-05-28T17:13:01.487Z[ recovery-image] May 28 17:13:00.951 INFO O| May 28 17:13:00.951 INFO STEP 1112 (remove_files) COMPLETE
82052026-05-28T17:13:01.487Z[ recovery-image] May 28 17:13:00.951 INFO O| May 28 17:13:00.951 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-05-28T17:13:01.498Z[ recovery-image] May 28 17:13:00.961 INFO O| May 28 17:13:00.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82072026-05-28T17:13:01.498Z[ recovery-image] May 28 17:13:00.961 INFO O| May 28 17:13:00.961 INFO STEP 1113 (remove_files) COMPLETE
82082026-05-28T17:13:01.498Z[ recovery-image] May 28 17:13:00.961 INFO O| May 28 17:13:00.961 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-05-28T17:13:01.507Z[ recovery-image] May 28 17:13:00.970 INFO O| May 28 17:13:00.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82102026-05-28T17:13:01.507Z[ recovery-image] May 28 17:13:00.970 INFO O| May 28 17:13:00.970 INFO STEP 1114 (remove_files) COMPLETE
82112026-05-28T17:13:01.507Z[ recovery-image] May 28 17:13:00.970 INFO O| May 28 17:13:00.970 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-05-28T17:13:01.516Z[ recovery-image] May 28 17:13:00.979 INFO O| May 28 17:13:00.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82132026-05-28T17:13:01.516Z[ recovery-image] May 28 17:13:00.979 INFO O| May 28 17:13:00.979 INFO STEP 1115 (remove_files) COMPLETE
82142026-05-28T17:13:01.519Z[ recovery-image] May 28 17:13:00.979 INFO O| May 28 17:13:00.979 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-05-28T17:13:01.524Z[ recovery-image] May 28 17:13:00.988 INFO O| May 28 17:13:00.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82162026-05-28T17:13:01.525Z[ recovery-image] May 28 17:13:00.988 INFO O| May 28 17:13:00.988 INFO STEP 1116 (remove_files) COMPLETE
82172026-05-28T17:13:01.528Z[ recovery-image] May 28 17:13:00.988 INFO O| May 28 17:13:00.988 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-05-28T17:13:01.534Z[ recovery-image] May 28 17:13:00.997 INFO O| May 28 17:13:00.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82192026-05-28T17:13:01.534Z[ recovery-image] May 28 17:13:00.997 INFO O| May 28 17:13:00.997 INFO STEP 1117 (remove_files) COMPLETE
82202026-05-28T17:13:01.538Z[ recovery-image] May 28 17:13:00.997 INFO O| May 28 17:13:00.997 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-05-28T17:13:01.543Z[ recovery-image] May 28 17:13:01.006 INFO O| May 28 17:13:01.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82222026-05-28T17:13:01.543Z[ recovery-image] May 28 17:13:01.006 INFO O| May 28 17:13:01.006 INFO STEP 1118 (remove_files) COMPLETE
82232026-05-28T17:13:01.543Z[ recovery-image] May 28 17:13:01.006 INFO O| May 28 17:13:01.006 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82242026-05-28T17:13:01.555Z[ recovery-image] May 28 17:13:01.019 INFO O| May 28 17:13:01.019 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82252026-05-28T17:13:01.555Z[ recovery-image] May 28 17:13:01.019 INFO O| May 28 17:13:01.019 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82262026-05-28T17:13:02.548Z[ recovery-image] May 28 17:13:02.011 INFO O| May 28 17:13:02.011 INFO STEP 1119 (pack_tar) COMPLETE
82272026-05-28T17:13:02.548Z[ recovery-image] May 28 17:13:02.012 INFO O| May 28 17:13:02.011 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82282026-05-28T17:13:02.552Z[ recovery-image] May 28 17:13:02.012 INFO O| May 28 17:13:02.011 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82292026-05-28T17:13:02.950Z[ recovery-image] May 28 17:13:02.413 INFO O| May 28 17:13:02.413 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82302026-05-28T17:13:03.007Z[ recovery-image] May 28 17:13:02.470 INFO O| May 28 17:13:02.470 INFO completed processing sled/ramdisk-03-recovery-trim
82312026-05-28T17:13:03.011Z[ recovery-image] May 28 17:13:02.474 INFO image builder template: zfs-recovery...
82322026-05-28T17:13:03.012Z[ recovery-image] May 28 17:13:02.474 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/.tmpF3EbOY/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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs-recovery"], pwd: None
82332026-05-28T17:13:03.042Z[ recovery-image] May 28 17:13:02.505 INFO O| May 28 17:13:02.505 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82342026-05-28T17:13:03.045Z[ recovery-image] May 28 17:13:02.509 INFO O| May 28 17:13:02.509 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82352026-05-28T17:13:03.101Z[ recovery-image] May 28 17:13:02.564 INFO O| May 28 17:13:02.564 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82362026-05-28T17:13:03.151Z[ recovery-image] May 28 17:13:02.614 INFO O| May 28 17:13:02.614 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82372026-05-28T17:13:03.151Z[ recovery-image] May 28 17:13:02.614 INFO O| May 28 17:13:02.614 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82382026-05-28T17:13:03.155Z[ recovery-image] May 28 17:13:02.619 INFO O| May 28 17:13:02.619 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82392026-05-28T17:13:03.208Z[ recovery-image] May 28 17:13:02.671 INFO O| May 28 17:13:02.671 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82402026-05-28T17:13:03.249Z[ recovery-image] May 28 17:13:02.712 INFO O| May 28 17:13:02.712 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82412026-05-28T17:13:03.258Z[ recovery-image] May 28 17:13:02.721 INFO O| May 28 17:13:02.721 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82422026-05-28T17:13:03.262Z[ recovery-image] May 28 17:13:02.725 INFO O| May 28 17:13:02.725 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82432026-05-28T17:13:03.265Z[ recovery-image] May 28 17:13:02.726 INFO O| May 28 17:13:02.726 INFO no lofi found
82442026-05-28T17:13:03.266Z[ recovery-image] May 28 17:13:02.727 INFO O| May 28 17:13:02.726 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82452026-05-28T17:13:03.266Z[ recovery-image] May 28 17:13:02.727 INFO O| May 28 17:13:02.727 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82462026-05-28T17:13:05.538Z[ recovery-image] May 28 17:13:05.001 INFO O| May 28 17:13:05.001 INFO lofi device = /dev/dsk/c2t1d0p0
82472026-05-28T17:13:05.538Z[ recovery-image] May 28 17:13:05.001 INFO O| May 28 17:13:05.001 INFO pool device = /dev/dsk/c2t1d0p0
82482026-05-28T17:13:05.538Z[ recovery-image] May 28 17:13:05.001 INFO O| May 28 17:13:05.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"]
82492026-05-28T17:13:05.608Z[ recovery-image] May 28 17:13:05.071 INFO O| May 28 17:13:05.071 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82502026-05-28T17:13:05.608Z[ recovery-image] May 28 17:13:05.071 INFO O| May 28 17:13:05.071 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82512026-05-28T17:13:05.627Z[ recovery-image] May 28 17:13:05.090 INFO O| May 28 17:13:05.090 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82522026-05-28T17:13:05.678Z[ recovery-image] May 28 17:13:05.141 INFO O| May 28 17:13:05.141 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82532026-05-28T17:13:05.705Z[ recovery-image] May 28 17:13:05.169 INFO O| May 28 17:13:05.169 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82542026-05-28T17:13:05.718Z[ recovery-image] May 28 17:13:05.181 INFO O| May 28 17:13:05.181 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82552026-05-28T17:13:05.730Z[ recovery-image] May 28 17:13:05.194 INFO O| May 28 17:13:05.194 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82562026-05-28T17:13:05.766Z[ recovery-image] May 28 17:13:05.229 INFO O| May 28 17:13:05.229 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82572026-05-28T17:13:05.766Z[ recovery-image] May 28 17:13:05.229 INFO O| May 28 17:13:05.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82582026-05-28T17:13:05.766Z[ recovery-image] May 28 17:13:05.229 INFO O| May 28 17:13:05.229 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82592026-05-28T17:13:05.775Z[ recovery-image] May 28 17:13:05.239 INFO O| May 28 17:13:05.239 INFO boot environment UUID: 66ae93a6-dc43-4b3b-820f-7b9bb40e112b
82602026-05-28T17:13:05.775Z[ recovery-image] May 28 17:13:05.239 INFO O| May 28 17:13:05.239 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 66ae93a6-dc43-4b3b-820f-7b9bb40e112b
82612026-05-28T17:13:05.787Z[ recovery-image] May 28 17:13:05.250 INFO O| May 28 17:13:05.250 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82622026-05-28T17:13:05.798Z[ recovery-image] May 28 17:13:05.261 INFO O| May 28 17:13:05.261 INFO STEP 0 (create_be) COMPLETE
82632026-05-28T17:13:05.798Z[ recovery-image] May 28 17:13:05.261 INFO O| May 28 17:13:05.261 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82642026-05-28T17:13:05.810Z[ recovery-image] May 28 17:13:05.273 INFO O| May 28 17:13:05.273 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"]
82652026-05-28T17:13:13.280Z[ recovery-image] May 28 17:13:12.743 INFO O| May 28 17:13:12.743 INFO STEP 1 (unpack_tar) COMPLETE
82662026-05-28T17:13:13.280Z[ recovery-image] May 28 17:13:12.743 INFO O| May 28 17:13:12.743 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82672026-05-28T17:13:13.289Z[ recovery-image] May 28 17:13:12.752 INFO O| May 28 17:13:12.752 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82682026-05-28T17:13:13.981Z[ recovery-image] May 28 17:13:13.445 INFO O| May 28 17:13:13.445 INFO STEP 2 (devfsadm) COMPLETE
82692026-05-28T17:13:13.981Z[ recovery-image] May 28 17:13:13.445 INFO O| May 28 17:13:13.445 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82702026-05-28T17:13:13.990Z[ recovery-image] May 28 17:13:13.454 INFO O| May 28 17:13:13.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82712026-05-28T17:13:13.991Z[ recovery-image] May 28 17:13:13.454 INFO O| May 28 17:13:13.454 INFO STEP 3 (ensure_dir) COMPLETE
82722026-05-28T17:13:13.991Z[ recovery-image] May 28 17:13:13.454 INFO O| May 28 17:13:13.454 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82732026-05-28T17:13:13.997Z[ recovery-image] May 28 17:13:13.461 INFO O| May 28 17:13:13.461 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82742026-05-28T17:13:13.997Z[ recovery-image] May 28 17:13:13.461 INFO O| May 28 17:13:13.461 INFO STEP 4 (ensure_dir) COMPLETE
82752026-05-28T17:13:14.000Z[ recovery-image] May 28 17:13:13.461 INFO O| May 28 17:13:13.461 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82762026-05-28T17:13:14.006Z[ recovery-image] May 28 17:13:13.470 INFO O| May 28 17:13:13.470 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82772026-05-28T17:13:14.006Z[ recovery-image] May 28 17:13:13.470 INFO O| May 28 17:13:13.470 INFO STEP 5 (ensure_dir) COMPLETE
82782026-05-28T17:13:14.009Z[ recovery-image] May 28 17:13:13.470 INFO O| May 28 17:13:13.470 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82792026-05-28T17:13:14.012Z[ recovery-image] May 28 17:13:13.476 INFO O| May 28 17:13:13.476 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82802026-05-28T17:13:14.015Z[ recovery-image] May 28 17:13:13.476 INFO O| May 28 17:13:13.476 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82812026-05-28T17:13:14.015Z[ recovery-image] May 28 17:13:13.476 INFO O| May 28 17:13:13.476 INFO STEP 6 (ensure_dir) COMPLETE
82822026-05-28T17:13:14.015Z[ recovery-image] May 28 17:13:13.476 INFO O| May 28 17:13:13.476 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82832026-05-28T17:13:14.019Z[ recovery-image] May 28 17:13:13.483 INFO O| May 28 17:13:13.483 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82842026-05-28T17:13:14.022Z[ recovery-image] May 28 17:13:13.483 INFO O| May 28 17:13:13.483 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82852026-05-28T17:13:14.022Z[ recovery-image] May 28 17:13:13.483 INFO O| May 28 17:13:13.483 INFO STEP 7 (ensure_dir) COMPLETE
82862026-05-28T17:13:14.022Z[ recovery-image] May 28 17:13:13.483 INFO O| May 28 17:13:13.483 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82872026-05-28T17:13:14.027Z[ recovery-image] May 28 17:13:13.491 INFO O| May 28 17:13:13.491 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
82882026-05-28T17:13:14.030Z[ recovery-image] May 28 17:13:13.491 INFO O| May 28 17:13:13.491 INFO STEP 8 (remove_files) COMPLETE
82892026-05-28T17:13:14.030Z[ recovery-image] May 28 17:13:13.491 INFO O| May 28 17:13:13.491 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82902026-05-28T17:13:14.035Z[ recovery-image] May 28 17:13:13.498 INFO O| May 28 17:13:13.498 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
82912026-05-28T17:13:14.037Z[ recovery-image] May 28 17:13:13.499 INFO O| May 28 17:13:13.499 INFO STEP 9 (remove_files) COMPLETE
82922026-05-28T17:13:14.037Z[ recovery-image] May 28 17:13:13.499 INFO O| May 28 17:13:13.499 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82932026-05-28T17:13:14.042Z[ recovery-image] May 28 17:13:13.505 INFO O| May 28 17:13:13.505 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
82942026-05-28T17:13:14.044Z[ recovery-image] May 28 17:13:13.506 INFO O| May 28 17:13:13.506 INFO STEP 10 (remove_files) COMPLETE
82952026-05-28T17:13:14.044Z[ recovery-image] May 28 17:13:13.506 INFO O| May 28 17:13:13.506 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82962026-05-28T17:13:14.049Z[ recovery-image] May 28 17:13:13.513 INFO O| May 28 17:13:13.513 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
82972026-05-28T17:13:14.049Z[ recovery-image] May 28 17:13:13.513 INFO O| May 28 17:13:13.513 INFO STEP 11 (remove_files) COMPLETE
82982026-05-28T17:13:14.052Z[ recovery-image] May 28 17:13:13.513 INFO O| May 28 17:13:13.513 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82992026-05-28T17:13:14.056Z[ recovery-image] May 28 17:13:13.520 INFO O| May 28 17:13:13.520 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83002026-05-28T17:13:14.056Z[ recovery-image] May 28 17:13:13.520 INFO O| May 28 17:13:13.520 INFO STEP 12 (remove_files) COMPLETE
83012026-05-28T17:13:14.059Z[ recovery-image] May 28 17:13:13.520 INFO O| May 28 17:13:13.520 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83022026-05-28T17:13:14.063Z[ recovery-image] May 28 17:13:13.527 INFO O| May 28 17:13:13.527 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83032026-05-28T17:13:14.066Z[ recovery-image] May 28 17:13:13.527 INFO O| May 28 17:13:13.527 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83042026-05-28T17:13:14.066Z[ recovery-image] May 28 17:13:13.527 INFO O| May 28 17:13:13.527 INFO STEP 13 (ensure_dir) COMPLETE
83052026-05-28T17:13:14.066Z[ recovery-image] May 28 17:13:13.527 INFO O| May 28 17:13:13.527 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83062026-05-28T17:13:14.072Z[ recovery-image] May 28 17:13:13.536 INFO O| May 28 17:13:13.536 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83072026-05-28T17:13:14.072Z[ recovery-image] May 28 17:13:13.536 INFO O| May 28 17:13:13.536 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83082026-05-28T17:13:14.072Z[ recovery-image] May 28 17:13:13.536 INFO O| May 28 17:13:13.536 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83092026-05-28T17:13:14.075Z[ recovery-image] May 28 17:13:13.536 INFO O| May 28 17:13:13.536 INFO STEP 14 (ensure_dir) COMPLETE
83102026-05-28T17:13:14.075Z[ recovery-image] May 28 17:13:13.536 INFO O| May 28 17:13:13.536 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83112026-05-28T17:13:14.079Z[ recovery-image] May 28 17:13:13.543 INFO O| May 28 17:13:13.543 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83122026-05-28T17:13:14.079Z[ recovery-image] May 28 17:13:13.543 INFO O| May 28 17:13:13.543 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83132026-05-28T17:13:14.082Z[ recovery-image] May 28 17:13:13.543 INFO O| May 28 17:13:13.543 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83142026-05-28T17:13:14.082Z[ recovery-image] May 28 17:13:13.543 INFO O| May 28 17:13:13.543 INFO STEP 15 (ensure_dir) COMPLETE
83152026-05-28T17:13:14.082Z[ recovery-image] May 28 17:13:13.543 INFO O| May 28 17:13:13.543 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83162026-05-28T17:13:14.089Z[ recovery-image] May 28 17:13:13.552 INFO O| May 28 17:13:13.552 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83172026-05-28T17:13:14.091Z[ recovery-image] May 28 17:13:13.552 INFO O| May 28 17:13:13.552 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83182026-05-28T17:13:14.091Z[ recovery-image] May 28 17:13:13.552 INFO O| May 28 17:13:13.552 INFO STEP 16 (ensure_dir) COMPLETE
83192026-05-28T17:13:14.091Z[ recovery-image] May 28 17:13:13.552 INFO O| May 28 17:13:13.552 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83202026-05-28T17:13:14.096Z[ recovery-image] May 28 17:13:13.560 INFO O| May 28 17:13:13.560 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83212026-05-28T17:13:14.099Z[ recovery-image] May 28 17:13:13.560 INFO O| May 28 17:13:13.560 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83222026-05-28T17:13:14.099Z[ recovery-image] May 28 17:13:13.560 INFO O| May 28 17:13:13.560 INFO STEP 17 (ensure_dir) COMPLETE
83232026-05-28T17:13:14.099Z[ recovery-image] May 28 17:13:13.560 INFO O| May 28 17:13:13.560 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83242026-05-28T17:13:14.104Z[ recovery-image] May 28 17:13:13.568 INFO O| May 28 17:13:13.568 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83252026-05-28T17:13:14.104Z[ recovery-image] May 28 17:13:13.568 INFO O| May 28 17:13:13.568 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83262026-05-28T17:13:14.107Z[ recovery-image] May 28 17:13:13.568 INFO O| May 28 17:13:13.568 INFO ok!
83272026-05-28T17:13:14.107Z[ recovery-image] May 28 17:13:13.568 INFO O| May 28 17:13:13.568 INFO STEP 18 (ensure_symlink) COMPLETE
83282026-05-28T17:13:14.107Z[ recovery-image] May 28 17:13:13.568 INFO O| May 28 17:13:13.568 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83292026-05-28T17:13:14.111Z[ recovery-image] May 28 17:13:13.575 INFO O| May 28 17:13:13.575 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83302026-05-28T17:13:14.114Z[ recovery-image] May 28 17:13:13.575 INFO O| May 28 17:13:13.575 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83312026-05-28T17:13:14.114Z[ recovery-image] May 28 17:13:13.575 INFO O| May 28 17:13:13.575 INFO ok!
83322026-05-28T17:13:14.114Z[ recovery-image] May 28 17:13:13.575 INFO O| May 28 17:13:13.575 INFO STEP 19 (ensure_file) COMPLETE
83332026-05-28T17:13:14.114Z[ recovery-image] May 28 17:13:13.575 INFO O| May 28 17:13:13.575 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83342026-05-28T17:13:14.120Z[ recovery-image] May 28 17:13:13.584 INFO O| May 28 17:13:13.583 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83352026-05-28T17:13:14.120Z[ recovery-image] May 28 17:13:13.584 INFO O| May 28 17:13:13.584 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83362026-05-28T17:13:14.122Z[ recovery-image] May 28 17:13:13.584 INFO O| May 28 17:13:13.584 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83372026-05-28T17:13:14.122Z[ recovery-image] May 28 17:13:13.584 INFO O| May 28 17:13:13.584 INFO ok!
83382026-05-28T17:13:14.122Z[ recovery-image] May 28 17:13:13.584 INFO O| May 28 17:13:13.584 INFO STEP 20 (ensure_symlink) COMPLETE
83392026-05-28T17:13:14.122Z[ recovery-image] May 28 17:13:13.584 INFO O| May 28 17:13:13.584 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83402026-05-28T17:13:14.128Z[ recovery-image] May 28 17:13:13.592 INFO O| May 28 17:13:13.592 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83412026-05-28T17:13:14.128Z[ recovery-image] May 28 17:13:13.592 INFO O| May 28 17:13:13.592 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83422026-05-28T17:13:14.129Z[ recovery-image] May 28 17:13:13.592 INFO O| May 28 17:13:13.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83432026-05-28T17:13:14.129Z[ recovery-image] May 28 17:13:13.592 INFO O| May 28 17:13:13.592 INFO ok!
83442026-05-28T17:13:14.129Z[ recovery-image] May 28 17:13:13.592 INFO O| May 28 17:13:13.592 INFO STEP 21 (ensure_symlink) COMPLETE
83452026-05-28T17:13:14.131Z[ recovery-image] May 28 17:13:13.592 INFO O| May 28 17:13:13.592 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83462026-05-28T17:13:14.136Z[ recovery-image] May 28 17:13:13.600 INFO O| May 28 17:13:13.600 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83472026-05-28T17:13:14.136Z[ recovery-image] May 28 17:13:13.600 INFO O| May 28 17:13:13.600 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83482026-05-28T17:13:14.139Z[ recovery-image] May 28 17:13:13.600 INFO O| May 28 17:13:13.600 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83492026-05-28T17:13:14.139Z[ recovery-image] May 28 17:13:13.600 INFO O| May 28 17:13:13.600 INFO ok!
83502026-05-28T17:13:14.139Z[ recovery-image] May 28 17:13:13.600 INFO O| May 28 17:13:13.600 INFO STEP 22 (ensure_symlink) COMPLETE
83512026-05-28T17:13:14.139Z[ recovery-image] May 28 17:13:13.600 INFO O| May 28 17:13:13.600 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83522026-05-28T17:13:14.144Z[ recovery-image] May 28 17:13:13.608 INFO O| May 28 17:13:13.608 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83532026-05-28T17:13:14.147Z[ recovery-image] May 28 17:13:13.608 INFO O| May 28 17:13:13.608 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83542026-05-28T17:13:14.147Z[ recovery-image] May 28 17:13:13.608 INFO O| May 28 17:13:13.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83552026-05-28T17:13:14.147Z[ recovery-image] May 28 17:13:13.608 INFO O| May 28 17:13:13.608 INFO ok!
83562026-05-28T17:13:14.147Z[ recovery-image] May 28 17:13:13.608 INFO O| May 28 17:13:13.608 INFO STEP 23 (ensure_symlink) COMPLETE
83572026-05-28T17:13:14.147Z[ recovery-image] May 28 17:13:13.608 INFO O| May 28 17:13:13.608 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83582026-05-28T17:13:14.151Z[ recovery-image] May 28 17:13:13.615 INFO O| May 28 17:13:13.615 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83592026-05-28T17:13:14.151Z[ recovery-image] May 28 17:13:13.615 INFO O| May 28 17:13:13.615 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 ...
83602026-05-28T17:13:14.154Z[ recovery-image] May 28 17:13:13.615 INFO O| May 28 17:13:13.615 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83612026-05-28T17:13:14.154Z[ recovery-image] May 28 17:13:13.615 INFO O| May 28 17:13:13.615 INFO ok!
83622026-05-28T17:13:14.154Z[ recovery-image] May 28 17:13:13.615 INFO O| May 28 17:13:13.615 INFO STEP 24 (ensure_file) COMPLETE
83632026-05-28T17:13:14.154Z[ recovery-image] May 28 17:13:13.615 INFO O| May 28 17:13:13.615 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83642026-05-28T17:13:14.160Z[ recovery-image] May 28 17:13:13.624 INFO O| May 28 17:13:13.624 INFO updating shadow file
83652026-05-28T17:13:14.160Z[ recovery-image] May 28 17:13:13.624 INFO O| May 28 17:13:13.624 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83662026-05-28T17:13:14.164Z[ recovery-image] May 28 17:13:13.624 INFO O| May 28 17:13:13.624 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83672026-05-28T17:13:14.164Z[ recovery-image] May 28 17:13:13.624 INFO O| May 28 17:13:13.624 INFO STEP 25 (shadow) COMPLETE
83682026-05-28T17:13:14.164Z[ recovery-image] May 28 17:13:13.624 INFO O| May 28 17:13:13.624 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83692026-05-28T17:13:14.168Z[ recovery-image] May 28 17:13:13.631 INFO O| May 28 17:13:13.631 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83702026-05-28T17:13:14.168Z[ recovery-image] May 28 17:13:13.631 INFO O| May 28 17:13:13.631 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
83712026-05-28T17:13:14.170Z[ recovery-image] May 28 17:13:13.632 INFO O| May 28 17:13:13.632 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
83722026-05-28T17:13:14.170Z[ recovery-image] May 28 17:13:13.632 INFO O| May 28 17:13:13.632 INFO ok!
83732026-05-28T17:13:14.170Z[ recovery-image] May 28 17:13:13.632 INFO O| May 28 17:13:13.632 INFO STEP 26 (ensure_file) COMPLETE
83742026-05-28T17:13:14.170Z[ recovery-image] May 28 17:13:13.632 INFO O| May 28 17:13:13.632 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83752026-05-28T17:13:14.174Z[ recovery-image] May 28 17:13:13.638 INFO O| May 28 17:13:13.638 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
83762026-05-28T17:13:14.175Z[ recovery-image] May 28 17:13:13.638 INFO O| May 28 17:13:13.638 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
83772026-05-28T17:13:14.175Z[ recovery-image] May 28 17:13:13.638 INFO O| May 28 17:13:13.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
83782026-05-28T17:13:14.177Z[ recovery-image] May 28 17:13:13.638 INFO O| May 28 17:13:13.638 INFO ok!
83792026-05-28T17:13:14.177Z[ recovery-image] May 28 17:13:13.638 INFO O| May 28 17:13:13.638 INFO STEP 27 (ensure_file) COMPLETE
83802026-05-28T17:13:14.177Z[ recovery-image] May 28 17:13:13.638 INFO O| May 28 17:13:13.638 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83812026-05-28T17:13:14.185Z[ recovery-image] May 28 17:13:13.647 INFO O| May 28 17:13:13.647 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83822026-05-28T17:13:14.185Z[ recovery-image] May 28 17:13:13.647 INFO O| May 28 17:13:13.647 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
83832026-05-28T17:13:14.188Z[ recovery-image] May 28 17:13:13.647 INFO O| May 28 17:13:13.647 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83842026-05-28T17:13:14.188Z[ recovery-image] May 28 17:13:13.647 INFO O| May 28 17:13:13.647 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83852026-05-28T17:13:14.188Z[ recovery-image] May 28 17:13:13.647 INFO O| May 28 17:13:13.647 INFO ok!
83862026-05-28T17:13:14.188Z[ recovery-image] May 28 17:13:13.647 INFO O| May 28 17:13:13.647 INFO STEP 28 (ensure_file) COMPLETE
83872026-05-28T17:13:14.188Z[ recovery-image] May 28 17:13:13.647 INFO O| May 28 17:13:13.647 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83882026-05-28T17:13:14.190Z[ recovery-image] May 28 17:13:13.654 INFO O| May 28 17:13:13.654 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
83892026-05-28T17:13:14.191Z[ recovery-image] May 28 17:13:13.654 INFO O| May 28 17:13:13.654 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
83902026-05-28T17:13:14.193Z[ recovery-image] May 28 17:13:13.654 INFO O| May 28 17:13:13.654 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
83912026-05-28T17:13:14.193Z[ recovery-image] May 28 17:13:13.654 INFO O| May 28 17:13:13.654 INFO ok!
83922026-05-28T17:13:14.193Z[ recovery-image] May 28 17:13:13.654 INFO O| May 28 17:13:13.654 INFO STEP 29 (ensure_file) COMPLETE
83932026-05-28T17:13:14.193Z[ recovery-image] May 28 17:13:13.654 INFO O| May 28 17:13:13.654 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83942026-05-28T17:13:14.199Z[ recovery-image] May 28 17:13:13.663 INFO O| May 28 17:13:13.662 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83952026-05-28T17:13:14.199Z[ recovery-image] May 28 17:13:13.663 INFO O| May 28 17:13:13.663 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83962026-05-28T17:13:14.199Z[ recovery-image] May 28 17:13:13.663 INFO O| May 28 17:13:13.663 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83972026-05-28T17:13:14.202Z[ recovery-image] May 28 17:13:13.663 INFO O| May 28 17:13:13.663 INFO STEP 30 (ensure_dir) COMPLETE
83982026-05-28T17:13:14.202Z[ recovery-image] May 28 17:13:13.663 INFO O| May 28 17:13:13.663 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83992026-05-28T17:13:14.206Z[ recovery-image] May 28 17:13:13.670 INFO O| May 28 17:13:13.670 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84002026-05-28T17:13:14.206Z[ recovery-image] May 28 17:13:13.670 INFO O| May 28 17:13:13.670 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 ...
84012026-05-28T17:13:14.209Z[ recovery-image] May 28 17:13:13.670 INFO O| May 28 17:13:13.670 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
84022026-05-28T17:13:14.209Z[ recovery-image] May 28 17:13:13.670 INFO O| May 28 17:13:13.670 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84032026-05-28T17:13:14.209Z[ recovery-image] May 28 17:13:13.670 INFO O| May 28 17:13:13.670 INFO ok!
84042026-05-28T17:13:14.209Z[ recovery-image] May 28 17:13:13.670 INFO O| May 28 17:13:13.670 INFO STEP 31 (ensure_file) COMPLETE
84052026-05-28T17:13:14.209Z[ recovery-image] May 28 17:13:13.670 INFO O| May 28 17:13:13.670 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84062026-05-28T17:13:14.213Z[ recovery-image] May 28 17:13:13.677 INFO O| May 28 17:13:13.677 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84072026-05-28T17:13:14.213Z[ recovery-image] May 28 17:13:13.677 INFO O| May 28 17:13:13.677 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84082026-05-28T17:13:14.216Z[ recovery-image] May 28 17:13:13.677 INFO O| May 28 17:13:13.677 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84092026-05-28T17:13:14.216Z[ recovery-image] May 28 17:13:13.677 INFO O| May 28 17:13:13.677 INFO STEP 32 (ensure_dir) COMPLETE
84102026-05-28T17:13:14.216Z[ recovery-image] May 28 17:13:13.677 INFO O| May 28 17:13:13.677 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84112026-05-28T17:13:14.222Z[ recovery-image] May 28 17:13:13.686 INFO O| May 28 17:13:13.685 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84122026-05-28T17:13:14.222Z[ recovery-image] May 28 17:13:13.686 INFO O| May 28 17:13:13.686 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 ...
84132026-05-28T17:13:14.225Z[ recovery-image] May 28 17:13:13.686 INFO O| May 28 17:13:13.686 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
84142026-05-28T17:13:14.225Z[ recovery-image] May 28 17:13:13.686 INFO O| May 28 17:13:13.686 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84152026-05-28T17:13:14.225Z[ recovery-image] May 28 17:13:13.686 INFO O| May 28 17:13:13.686 INFO ok!
84162026-05-28T17:13:14.225Z[ recovery-image] May 28 17:13:13.686 INFO O| May 28 17:13:13.686 INFO STEP 33 (ensure_file) COMPLETE
84172026-05-28T17:13:14.225Z[ recovery-image] May 28 17:13:13.686 INFO O| May 28 17:13:13.686 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84182026-05-28T17:13:14.229Z[ recovery-image] May 28 17:13:13.693 INFO O| May 28 17:13:13.693 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84192026-05-28T17:13:14.229Z[ recovery-image] May 28 17:13:13.693 INFO O| May 28 17:13:13.693 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84202026-05-28T17:13:14.232Z[ recovery-image] May 28 17:13:13.693 INFO O| May 28 17:13:13.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84212026-05-28T17:13:14.232Z[ recovery-image] May 28 17:13:13.693 INFO O| May 28 17:13:13.693 INFO ok!
84222026-05-28T17:13:14.232Z[ recovery-image] May 28 17:13:13.693 INFO O| May 28 17:13:13.693 INFO STEP 34 (ensure_file) COMPLETE
84232026-05-28T17:13:14.232Z[ recovery-image] May 28 17:13:13.693 INFO O| May 28 17:13:13.693 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84242026-05-28T17:13:14.237Z[ recovery-image] May 28 17:13:13.701 INFO O| May 28 17:13:13.701 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84252026-05-28T17:13:14.237Z[ recovery-image] May 28 17:13:13.701 INFO O| May 28 17:13:13.701 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84262026-05-28T17:13:14.240Z[ recovery-image] May 28 17:13:13.701 INFO O| May 28 17:13:13.701 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84272026-05-28T17:13:14.240Z[ recovery-image] May 28 17:13:13.701 INFO O| May 28 17:13:13.701 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84282026-05-28T17:13:14.240Z[ recovery-image] May 28 17:13:13.701 INFO O| May 28 17:13:13.701 INFO ok!
84292026-05-28T17:13:14.240Z[ recovery-image] May 28 17:13:13.701 INFO O| May 28 17:13:13.701 INFO STEP 35 (ensure_file) COMPLETE
84302026-05-28T17:13:14.240Z[ recovery-image] May 28 17:13:13.701 INFO O| May 28 17:13:13.701 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84312026-05-28T17:13:14.245Z[ recovery-image] May 28 17:13:13.709 INFO O| May 28 17:13:13.709 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84322026-05-28T17:13:14.248Z[ recovery-image] May 28 17:13:13.709 INFO O| May 28 17:13:13.709 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84332026-05-28T17:13:14.248Z[ recovery-image] May 28 17:13:13.709 INFO O| May 28 17:13:13.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84342026-05-28T17:13:14.248Z[ recovery-image] May 28 17:13:13.709 INFO O| May 28 17:13:13.709 INFO ok!
84352026-05-28T17:13:14.248Z[ recovery-image] May 28 17:13:13.709 INFO O| May 28 17:13:13.709 INFO STEP 36 (ensure_file) COMPLETE
84362026-05-28T17:13:14.248Z[ recovery-image] May 28 17:13:13.709 INFO O| May 28 17:13:13.709 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84372026-05-28T17:13:14.252Z[ recovery-image] May 28 17:13:13.716 INFO O| May 28 17:13:13.716 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84382026-05-28T17:13:14.252Z[ recovery-image] May 28 17:13:13.716 INFO O| May 28 17:13:13.716 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84392026-05-28T17:13:14.255Z[ recovery-image] May 28 17:13:13.716 INFO O| May 28 17:13:13.716 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84402026-05-28T17:13:14.255Z[ recovery-image] May 28 17:13:13.716 INFO O| May 28 17:13:13.716 INFO ok!
84412026-05-28T17:13:14.255Z[ recovery-image] May 28 17:13:13.716 INFO O| May 28 17:13:13.716 INFO STEP 37 (ensure_file) COMPLETE
84422026-05-28T17:13:14.255Z[ recovery-image] May 28 17:13:13.716 INFO O| May 28 17:13:13.716 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84432026-05-28T17:13:14.258Z[ recovery-image] May 28 17:13:13.722 INFO O| May 28 17:13:13.722 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84442026-05-28T17:13:14.261Z[ recovery-image] May 28 17:13:13.722 INFO O| May 28 17:13:13.722 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84452026-05-28T17:13:14.261Z[ recovery-image] May 28 17:13:13.722 INFO O| May 28 17:13:13.722 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84462026-05-28T17:13:14.262Z[ recovery-image] May 28 17:13:13.722 INFO O| May 28 17:13:13.722 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84472026-05-28T17:13:14.262Z[ recovery-image] May 28 17:13:13.722 INFO O| May 28 17:13:13.722 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84482026-05-28T17:13:14.262Z[ recovery-image] May 28 17:13:13.722 INFO O| May 28 17:13:13.722 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84492026-05-28T17:13:14.262Z[ recovery-image] May 28 17:13:13.722 INFO O| May 28 17:13:13.722 INFO ok!
84502026-05-28T17:13:14.262Z[ recovery-image] May 28 17:13:13.722 INFO O| May 28 17:13:13.722 INFO STEP 38 (ensure_file) COMPLETE
84512026-05-28T17:13:14.262Z[ recovery-image] May 28 17:13:13.722 INFO O| May 28 17:13:13.722 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84522026-05-28T17:13:14.265Z[ recovery-image] May 28 17:13:13.729 INFO O| May 28 17:13:13.728 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84532026-05-28T17:13:14.265Z[ recovery-image] May 28 17:13:13.729 INFO O| May 28 17:13:13.729 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84542026-05-28T17:13:14.265Z[ recovery-image] May 28 17:13:13.729 INFO O| May 28 17:13:13.729 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84552026-05-28T17:13:14.268Z[ recovery-image] May 28 17:13:13.729 INFO O| May 28 17:13:13.729 INFO STEP 39 (ensure_dir) COMPLETE
84562026-05-28T17:13:14.268Z[ recovery-image] May 28 17:13:13.729 INFO O| May 28 17:13:13.729 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84572026-05-28T17:13:14.271Z[ recovery-image] May 28 17:13:13.735 INFO O| May 28 17:13:13.735 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
84582026-05-28T17:13:14.271Z[ recovery-image] May 28 17:13:13.735 INFO O| May 28 17:13:13.735 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 ...
84592026-05-28T17:13:14.275Z[ recovery-image] May 28 17:13:13.735 INFO O| May 28 17:13:13.735 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
84602026-05-28T17:13:14.275Z[ recovery-image] May 28 17:13:13.735 INFO O| May 28 17:13:13.735 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
84612026-05-28T17:13:14.275Z[ recovery-image] May 28 17:13:13.735 INFO O| May 28 17:13:13.735 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
84622026-05-28T17:13:14.275Z[ recovery-image] May 28 17:13:13.735 INFO O| May 28 17:13:13.735 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
84632026-05-28T17:13:14.275Z[ recovery-image] May 28 17:13:13.735 INFO O| May 28 17:13:13.735 INFO ok!
84642026-05-28T17:13:14.275Z[ recovery-image] May 28 17:13:13.735 INFO O| May 28 17:13:13.735 INFO STEP 40 (ensure_file) COMPLETE
84652026-05-28T17:13:14.275Z[ recovery-image] May 28 17:13:13.735 INFO O| May 28 17:13:13.735 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84662026-05-28T17:13:14.278Z[ recovery-image] May 28 17:13:13.741 INFO O| May 28 17:13:13.741 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84672026-05-28T17:13:14.278Z[ recovery-image] May 28 17:13:13.741 INFO O| May 28 17:13:13.741 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 ...
84682026-05-28T17:13:14.278Z[ recovery-image] May 28 17:13:13.741 INFO O| May 28 17:13:13.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84692026-05-28T17:13:14.278Z[ recovery-image] May 28 17:13:13.741 INFO O| May 28 17:13:13.741 INFO ok!
84702026-05-28T17:13:14.278Z[ recovery-image] May 28 17:13:13.741 INFO O| May 28 17:13:13.741 INFO STEP 41 (ensure_symlink) COMPLETE
84712026-05-28T17:13:14.278Z[ recovery-image] May 28 17:13:13.741 INFO O| May 28 17:13:13.741 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84722026-05-28T17:13:14.282Z[ recovery-image] May 28 17:13:13.746 INFO O| May 28 17:13:13.746 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
84732026-05-28T17:13:14.285Z[ recovery-image] May 28 17:13:13.746 INFO O| May 28 17:13:13.746 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
84742026-05-28T17:13:14.285Z[ recovery-image] May 28 17:13:13.746 INFO O| May 28 17:13:13.746 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
84752026-05-28T17:13:14.285Z[ recovery-image] May 28 17:13:13.746 INFO O| May 28 17:13:13.746 INFO ok!
84762026-05-28T17:13:14.285Z[ recovery-image] May 28 17:13:13.746 INFO O| May 28 17:13:13.746 INFO STEP 42 (ensure_symlink) COMPLETE
84772026-05-28T17:13:14.285Z[ recovery-image] May 28 17:13:13.746 INFO O| May 28 17:13:13.746 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84782026-05-28T17:13:14.289Z[ recovery-image] May 28 17:13:13.753 INFO O| May 28 17:13:13.753 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
84792026-05-28T17:13:14.289Z[ recovery-image] May 28 17:13:13.753 INFO O| May 28 17:13:13.753 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
84802026-05-28T17:13:14.292Z[ recovery-image] May 28 17:13:13.753 INFO O| May 28 17:13:13.753 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84812026-05-28T17:13:14.292Z[ recovery-image] May 28 17:13:13.753 INFO O| May 28 17:13:13.753 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84822026-05-28T17:13:14.292Z[ recovery-image] May 28 17:13:13.753 INFO O| May 28 17:13:13.753 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84832026-05-28T17:13:14.292Z[ recovery-image] May 28 17:13:13.753 INFO O| May 28 17:13:13.753 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84842026-05-28T17:13:14.292Z[ recovery-image] May 28 17:13:13.753 INFO O| May 28 17:13:13.753 INFO ok!
84852026-05-28T17:13:14.292Z[ recovery-image] May 28 17:13:13.753 INFO O| May 28 17:13:13.753 INFO STEP 43 (ensure_file) COMPLETE
84862026-05-28T17:13:14.292Z[ recovery-image] May 28 17:13:13.753 INFO O| May 28 17:13:13.753 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84872026-05-28T17:13:14.298Z[ recovery-image] May 28 17:13:13.762 INFO O| May 28 17:13:13.762 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
84882026-05-28T17:13:14.298Z[ recovery-image] May 28 17:13:13.762 INFO O| May 28 17:13:13.762 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 ...
84892026-05-28T17:13:14.298Z[ recovery-image] May 28 17:13:13.762 INFO O| May 28 17:13:13.762 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
84902026-05-28T17:13:14.301Z[ recovery-image] May 28 17:13:13.762 INFO O| May 28 17:13:13.762 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84912026-05-28T17:13:14.301Z[ recovery-image] May 28 17:13:13.762 INFO O| May 28 17:13:13.762 INFO ok!
84922026-05-28T17:13:14.301Z[ recovery-image] May 28 17:13:13.762 INFO O| May 28 17:13:13.762 INFO STEP 44 (ensure_file) COMPLETE
84932026-05-28T17:13:14.301Z[ recovery-image] May 28 17:13:13.762 INFO O| May 28 17:13:13.762 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84942026-05-28T17:13:14.305Z[ recovery-image] May 28 17:13:13.768 INFO O| May 28 17:13:13.768 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
84952026-05-28T17:13:14.305Z[ recovery-image] May 28 17:13:13.768 INFO O| May 28 17:13:13.768 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
84962026-05-28T17:13:14.307Z[ recovery-image] May 28 17:13:13.769 INFO O| May 28 17:13:13.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
84972026-05-28T17:13:14.307Z[ recovery-image] May 28 17:13:13.769 INFO O| May 28 17:13:13.769 INFO ok!
84982026-05-28T17:13:14.307Z[ recovery-image] May 28 17:13:13.769 INFO O| May 28 17:13:13.769 INFO STEP 45 (ensure_file) COMPLETE
84992026-05-28T17:13:14.307Z[ recovery-image] May 28 17:13:13.769 INFO O| May 28 17:13:13.769 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85002026-05-28T17:13:14.311Z[ recovery-image] May 28 17:13:13.775 INFO O| May 28 17:13:13.775 INFO updating shadow file
85012026-05-28T17:13:14.314Z[ recovery-image] May 28 17:13:13.775 INFO O| May 28 17:13:13.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85022026-05-28T17:13:14.314Z[ recovery-image] May 28 17:13:13.775 INFO O| May 28 17:13:13.775 INFO STEP 46 (shadow) COMPLETE
85032026-05-28T17:13:14.314Z[ recovery-image] May 28 17:13:13.775 INFO O| May 28 17:13:13.775 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85042026-05-28T17:13:14.318Z[ recovery-image] May 28 17:13:13.782 INFO O| May 28 17:13:13.782 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85052026-05-28T17:13:14.318Z[ recovery-image] May 28 17:13:13.782 INFO O| May 28 17:13:13.782 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85062026-05-28T17:13:14.320Z[ recovery-image] May 28 17:13:13.782 INFO O| May 28 17:13:13.782 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85072026-05-28T17:13:14.320Z[ recovery-image] May 28 17:13:13.782 INFO O| May 28 17:13:13.782 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85082026-05-28T17:13:14.320Z[ recovery-image] May 28 17:13:13.782 INFO O| May 28 17:13:13.782 INFO ok!
85092026-05-28T17:13:14.320Z[ recovery-image] May 28 17:13:13.782 INFO O| May 28 17:13:13.782 INFO STEP 47 (ensure_file) COMPLETE
85102026-05-28T17:13:14.320Z[ recovery-image] May 28 17:13:13.782 INFO O| May 28 17:13:13.782 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85112026-05-28T17:13:14.326Z[ recovery-image] May 28 17:13:13.790 INFO O| May 28 17:13:13.790 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85122026-05-28T17:13:14.327Z[ recovery-image] May 28 17:13:13.790 INFO O| May 28 17:13:13.790 INFO STEP 48 (ensure_dir) COMPLETE
85132026-05-28T17:13:14.327Z[ recovery-image] May 28 17:13:13.790 INFO O| May 28 17:13:13.790 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85142026-05-28T17:13:14.332Z[ recovery-image] May 28 17:13:13.796 INFO O| May 28 17:13:13.796 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85152026-05-28T17:13:14.332Z[ recovery-image] May 28 17:13:13.796 INFO O| May 28 17:13:13.796 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85162026-05-28T17:13:14.335Z[ recovery-image] May 28 17:13:13.796 INFO O| May 28 17:13:13.796 INFO STEP 49 (ensure_dir) COMPLETE
85172026-05-28T17:13:14.335Z[ recovery-image] May 28 17:13:13.796 INFO O| May 28 17:13:13.796 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85182026-05-28T17:13:14.340Z[ recovery-image] May 28 17:13:13.803 INFO O| May 28 17:13:13.803 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85192026-05-28T17:13:14.342Z[ recovery-image] May 28 17:13:13.804 INFO O| May 28 17:13:13.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85202026-05-28T17:13:14.342Z[ recovery-image] May 28 17:13:13.804 INFO O| May 28 17:13:13.804 INFO STEP 50 (ensure_dir) COMPLETE
85212026-05-28T17:13:14.342Z[ recovery-image] May 28 17:13:13.804 INFO O| May 28 17:13:13.804 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85222026-05-28T17:13:14.346Z[ recovery-image] May 28 17:13:13.810 INFO O| May 28 17:13:13.810 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85232026-05-28T17:13:14.346Z[ recovery-image] May 28 17:13:13.810 INFO O| May 28 17:13:13.810 INFO copying /tmp/.tmpF3EbOY/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85242026-05-28T17:13:14.380Z[ recovery-image] May 28 17:13:13.843 INFO O| May 28 17:13:13.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85252026-05-28T17:13:14.380Z[ recovery-image] May 28 17:13:13.843 INFO O| May 28 17:13:13.843 INFO ok!
85262026-05-28T17:13:14.382Z[ recovery-image] May 28 17:13:13.843 INFO O| May 28 17:13:13.843 INFO STEP 51 (ensure_file) COMPLETE
85272026-05-28T17:13:14.382Z[ recovery-image] May 28 17:13:13.843 INFO O| May 28 17:13:13.843 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85282026-05-28T17:13:14.387Z[ recovery-image] May 28 17:13:13.851 INFO O| May 28 17:13:13.851 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85292026-05-28T17:13:14.389Z[ recovery-image] May 28 17:13:13.851 INFO O| May 28 17:13:13.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85302026-05-28T17:13:14.389Z[ recovery-image] May 28 17:13:13.851 INFO O| May 28 17:13:13.851 INFO STEP 52 (ensure_dir) COMPLETE
85312026-05-28T17:13:14.389Z[ recovery-image] May 28 17:13:13.851 INFO O| May 28 17:13:13.851 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85322026-05-28T17:13:14.393Z[ recovery-image] May 28 17:13:13.857 INFO O| May 28 17:13:13.857 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85332026-05-28T17:13:14.393Z[ recovery-image] May 28 17:13:13.857 INFO O| May 28 17:13:13.857 INFO copying /tmp/.tmpF3EbOY/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85342026-05-28T17:13:14.393Z[ recovery-image] May 28 17:13:13.857 INFO O| May 28 17:13:13.857 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85352026-05-28T17:13:14.396Z[ recovery-image] May 28 17:13:13.857 INFO O| May 28 17:13:13.857 INFO ok!
85362026-05-28T17:13:14.396Z[ recovery-image] May 28 17:13:13.857 INFO O| May 28 17:13:13.857 INFO STEP 53 (ensure_file) COMPLETE
85372026-05-28T17:13:14.396Z[ recovery-image] May 28 17:13:13.857 INFO O| May 28 17:13:13.857 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85382026-05-28T17:13:14.399Z[ recovery-image] May 28 17:13:13.863 INFO O| May 28 17:13:13.863 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85392026-05-28T17:13:14.402Z[ recovery-image] May 28 17:13:13.863 INFO O| May 28 17:13:13.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85402026-05-28T17:13:14.402Z[ recovery-image] May 28 17:13:13.863 INFO O| May 28 17:13:13.863 INFO STEP 54 (ensure_dir) COMPLETE
85412026-05-28T17:13:14.402Z[ recovery-image] May 28 17:13:13.863 INFO O| May 28 17:13:13.863 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85422026-05-28T17:13:14.406Z[ recovery-image] May 28 17:13:13.869 INFO O| May 28 17:13:13.869 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85432026-05-28T17:13:14.406Z[ recovery-image] May 28 17:13:13.869 INFO O| May 28 17:13:13.869 INFO copying /tmp/.tmpF3EbOY/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85442026-05-28T17:13:15.055Z[ recovery-image] May 28 17:13:14.518 INFO O| May 28 17:13:14.518 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85452026-05-28T17:13:15.055Z[ recovery-image] May 28 17:13:14.518 INFO O| May 28 17:13:14.518 INFO ok!
85462026-05-28T17:13:15.055Z[ recovery-image] May 28 17:13:14.518 INFO O| May 28 17:13:14.518 INFO STEP 55 (ensure_file) COMPLETE
85472026-05-28T17:13:15.058Z[ recovery-image] May 28 17:13:14.518 INFO O| May 28 17:13:14.518 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85482026-05-28T17:13:15.063Z[ recovery-image] May 28 17:13:14.527 INFO O| May 28 17:13:14.527 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85492026-05-28T17:13:15.066Z[ recovery-image] May 28 17:13:14.527 INFO O| May 28 17:13:14.527 INFO copying /tmp/.tmpF3EbOY/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85502026-05-28T17:13:15.675Z[ recovery-image] May 28 17:13:15.138 INFO O| May 28 17:13:15.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85512026-05-28T17:13:15.675Z[ recovery-image] May 28 17:13:15.138 INFO O| May 28 17:13:15.138 INFO ok!
85522026-05-28T17:13:15.678Z[ recovery-image] May 28 17:13:15.138 INFO O| May 28 17:13:15.138 INFO STEP 56 (ensure_file) COMPLETE
85532026-05-28T17:13:15.678Z[ recovery-image] May 28 17:13:15.138 INFO O| May 28 17:13:15.138 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85542026-05-28T17:13:15.683Z[ recovery-image] May 28 17:13:15.147 INFO O| May 28 17:13:15.147 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85552026-05-28T17:13:15.686Z[ recovery-image] May 28 17:13:15.147 INFO O| May 28 17:13:15.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85562026-05-28T17:13:15.686Z[ recovery-image] May 28 17:13:15.147 INFO O| May 28 17:13:15.147 INFO STEP 57 (ensure_dir) COMPLETE
85572026-05-28T17:13:15.686Z[ recovery-image] May 28 17:13:15.147 INFO O| May 28 17:13:15.147 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85582026-05-28T17:13:15.690Z[ recovery-image] May 28 17:13:15.153 INFO O| May 28 17:13:15.153 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85592026-05-28T17:13:15.693Z[ recovery-image] May 28 17:13:15.153 INFO O| May 28 17:13:15.153 INFO copying /tmp/.tmpF3EbOY/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 ...
85602026-05-28T17:13:15.693Z[ recovery-image] May 28 17:13:15.153 INFO O| May 28 17:13:15.153 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
85612026-05-28T17:13:15.693Z[ recovery-image] May 28 17:13:15.153 INFO O| May 28 17:13:15.153 INFO ok!
85622026-05-28T17:13:15.693Z[ recovery-image] May 28 17:13:15.153 INFO O| May 28 17:13:15.153 INFO STEP 58 (ensure_file) COMPLETE
85632026-05-28T17:13:15.693Z[ recovery-image] May 28 17:13:15.153 INFO O| May 28 17:13:15.153 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85642026-05-28T17:13:15.696Z[ recovery-image] May 28 17:13:15.160 INFO O| May 28 17:13:15.160 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85652026-05-28T17:13:15.696Z[ recovery-image] May 28 17:13:15.160 INFO O| May 28 17:13:15.160 INFO copying /tmp/.tmpF3EbOY/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 ...
85662026-05-28T17:13:15.696Z[ recovery-image] May 28 17:13:15.160 INFO O| May 28 17:13:15.160 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
85672026-05-28T17:13:15.699Z[ recovery-image] May 28 17:13:15.160 INFO O| May 28 17:13:15.160 INFO ok!
85682026-05-28T17:13:15.699Z[ recovery-image] May 28 17:13:15.160 INFO O| May 28 17:13:15.160 INFO STEP 59 (ensure_file) COMPLETE
85692026-05-28T17:13:15.699Z[ recovery-image] May 28 17:13:15.160 INFO O| May 28 17:13:15.160 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85702026-05-28T17:13:15.705Z[ recovery-image] May 28 17:13:15.169 INFO O| May 28 17:13:15.169 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85712026-05-28T17:13:15.705Z[ recovery-image] May 28 17:13:15.169 INFO O| May 28 17:13:15.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85722026-05-28T17:13:15.708Z[ recovery-image] May 28 17:13:15.169 INFO O| May 28 17:13:15.169 INFO STEP 60 (ensure_dir) COMPLETE
85732026-05-28T17:13:15.708Z[ recovery-image] May 28 17:13:15.169 INFO O| May 28 17:13:15.169 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85742026-05-28T17:13:15.711Z[ recovery-image] May 28 17:13:15.175 INFO O| May 28 17:13:15.175 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85752026-05-28T17:13:15.711Z[ recovery-image] May 28 17:13:15.175 INFO O| May 28 17:13:15.175 INFO copying /tmp/.tmpF3EbOY/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 ...
85762026-05-28T17:13:15.715Z[ recovery-image] May 28 17:13:15.175 INFO O| May 28 17:13:15.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85772026-05-28T17:13:15.715Z[ recovery-image] May 28 17:13:15.175 INFO O| May 28 17:13:15.175 INFO ok!
85782026-05-28T17:13:15.715Z[ recovery-image] May 28 17:13:15.175 INFO O| May 28 17:13:15.175 INFO STEP 61 (ensure_file) COMPLETE
85792026-05-28T17:13:15.715Z[ recovery-image] May 28 17:13:15.175 INFO O| May 28 17:13:15.175 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85802026-05-28T17:13:15.718Z[ recovery-image] May 28 17:13:15.182 INFO O| May 28 17:13:15.182 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
85812026-05-28T17:13:15.718Z[ recovery-image] May 28 17:13:15.182 INFO O| May 28 17:13:15.182 INFO copying /tmp/.tmpF3EbOY/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 ...
85822026-05-28T17:13:15.718Z[ recovery-image] May 28 17:13:15.182 INFO O| May 28 17:13:15.182 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
85832026-05-28T17:13:15.718Z[ recovery-image] May 28 17:13:15.182 INFO O| May 28 17:13:15.182 INFO ok!
85842026-05-28T17:13:15.721Z[ recovery-image] May 28 17:13:15.182 INFO O| May 28 17:13:15.182 INFO STEP 62 (ensure_file) COMPLETE
85852026-05-28T17:13:15.721Z[ recovery-image] May 28 17:13:15.182 INFO O| May 28 17:13:15.182 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85862026-05-28T17:13:15.724Z[ recovery-image] May 28 17:13:15.188 INFO O| May 28 17:13:15.188 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85872026-05-28T17:13:15.728Z[ recovery-image] May 28 17:13:15.188 INFO O| May 28 17:13:15.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85882026-05-28T17:13:15.728Z[ recovery-image] May 28 17:13:15.188 INFO O| May 28 17:13:15.188 INFO STEP 63 (ensure_dir) COMPLETE
85892026-05-28T17:13:15.728Z[ recovery-image] May 28 17:13:15.188 INFO O| May 28 17:13:15.188 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85902026-05-28T17:13:15.731Z[ recovery-image] May 28 17:13:15.195 INFO O| May 28 17:13:15.195 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
85912026-05-28T17:13:15.731Z[ recovery-image] May 28 17:13:15.195 INFO O| May 28 17:13:15.195 INFO copying /tmp/.tmpF3EbOY/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 ...
85922026-05-28T17:13:15.734Z[ recovery-image] May 28 17:13:15.195 INFO O| May 28 17:13:15.195 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85932026-05-28T17:13:15.734Z[ recovery-image] May 28 17:13:15.195 INFO O| May 28 17:13:15.195 INFO ok!
85942026-05-28T17:13:15.734Z[ recovery-image] May 28 17:13:15.195 INFO O| May 28 17:13:15.195 INFO STEP 64 (ensure_file) COMPLETE
85952026-05-28T17:13:15.734Z[ recovery-image] May 28 17:13:15.195 INFO O| May 28 17:13:15.195 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85962026-05-28T17:13:15.738Z[ recovery-image] May 28 17:13:15.202 INFO O| May 28 17:13:15.202 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85972026-05-28T17:13:15.738Z[ recovery-image] May 28 17:13:15.202 INFO O| May 28 17:13:15.202 INFO copying /tmp/.tmpF3EbOY/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85982026-05-28T17:13:15.741Z[ recovery-image] May 28 17:13:15.202 INFO O| May 28 17:13:15.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85992026-05-28T17:13:15.741Z[ recovery-image] May 28 17:13:15.202 INFO O| May 28 17:13:15.202 INFO ok!
86002026-05-28T17:13:15.741Z[ recovery-image] May 28 17:13:15.202 INFO O| May 28 17:13:15.202 INFO STEP 65 (ensure_file) COMPLETE
86012026-05-28T17:13:15.741Z[ recovery-image] May 28 17:13:15.202 INFO O| May 28 17:13:15.202 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86022026-05-28T17:13:15.746Z[ recovery-image] May 28 17:13:15.209 INFO O| May 28 17:13:15.209 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86032026-05-28T17:13:15.746Z[ recovery-image] May 28 17:13:15.209 INFO O| May 28 17:13:15.209 INFO STEP 66 (ensure_dir) COMPLETE
86042026-05-28T17:13:15.749Z[ recovery-image] May 28 17:13:15.209 INFO O| May 28 17:13:15.209 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86052026-05-28T17:13:15.752Z[ recovery-image] May 28 17:13:15.216 INFO O| May 28 17:13:15.216 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86062026-05-28T17:13:15.752Z[ recovery-image] May 28 17:13:15.216 INFO O| May 28 17:13:15.216 INFO STEP 67 (ensure_dir) COMPLETE
86072026-05-28T17:13:15.755Z[ recovery-image] May 28 17:13:15.216 INFO O| May 28 17:13:15.216 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86082026-05-28T17:13:15.758Z[ recovery-image] May 28 17:13:15.222 INFO O| May 28 17:13:15.222 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86092026-05-28T17:13:15.758Z[ recovery-image] May 28 17:13:15.222 INFO O| May 28 17:13:15.222 INFO STEP 68 (ensure_dir) COMPLETE
86102026-05-28T17:13:15.758Z[ recovery-image] May 28 17:13:15.222 INFO O| May 28 17:13:15.222 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86112026-05-28T17:13:15.767Z[ recovery-image] May 28 17:13:15.230 INFO O| May 28 17:13:15.230 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86122026-05-28T17:13:15.767Z[ recovery-image] May 28 17:13:15.230 INFO O| May 28 17:13:15.230 INFO STEP 69 (ensure_dir) COMPLETE
86132026-05-28T17:13:15.769Z[ recovery-image] May 28 17:13:15.230 INFO O| May 28 17:13:15.230 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86142026-05-28T17:13:15.774Z[ recovery-image] May 28 17:13:15.238 INFO O| May 28 17:13:15.238 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86152026-05-28T17:13:15.774Z[ recovery-image] May 28 17:13:15.238 INFO O| May 28 17:13:15.238 INFO copying /tmp/.tmpF3EbOY/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86162026-05-28T17:13:15.774Z[ recovery-image] May 28 17:13:15.238 INFO O| May 28 17:13:15.238 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86172026-05-28T17:13:15.777Z[ recovery-image] May 28 17:13:15.238 INFO O| May 28 17:13:15.238 INFO ok!
86182026-05-28T17:13:15.777Z[ recovery-image] May 28 17:13:15.238 INFO O| May 28 17:13:15.238 INFO STEP 70 (ensure_file) COMPLETE
86192026-05-28T17:13:15.777Z[ recovery-image] May 28 17:13:15.238 INFO O| May 28 17:13:15.238 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86202026-05-28T17:13:15.781Z[ recovery-image] May 28 17:13:15.245 INFO O| May 28 17:13:15.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86212026-05-28T17:13:15.784Z[ recovery-image] May 28 17:13:15.245 INFO O| May 28 17:13:15.245 INFO STEP 71 (remove_files) COMPLETE
86222026-05-28T17:13:15.784Z[ recovery-image] May 28 17:13:15.246 INFO O| May 28 17:13:15.245 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86232026-05-28T17:13:15.789Z[ recovery-image] May 28 17:13:15.253 INFO O| May 28 17:13:15.253 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86242026-05-28T17:13:15.789Z[ recovery-image] May 28 17:13:15.253 INFO O| May 28 17:13:15.253 INFO STEP 72 (remove_files) COMPLETE
86252026-05-28T17:13:15.792Z[ recovery-image] May 28 17:13:15.253 INFO O| May 28 17:13:15.253 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86262026-05-28T17:13:15.797Z[ recovery-image] May 28 17:13:15.260 INFO O| May 28 17:13:15.260 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86272026-05-28T17:13:15.797Z[ recovery-image] May 28 17:13:15.261 INFO O| May 28 17:13:15.261 INFO STEP 73 (remove_files) COMPLETE
86282026-05-28T17:13:15.799Z[ recovery-image] May 28 17:13:15.261 INFO O| May 28 17:13:15.261 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86292026-05-28T17:13:15.803Z[ recovery-image] May 28 17:13:15.267 INFO O| May 28 17:13:15.267 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86302026-05-28T17:13:15.803Z[ recovery-image] May 28 17:13:15.267 INFO O| May 28 17:13:15.267 INFO STEP 74 (remove_files) COMPLETE
86312026-05-28T17:13:15.806Z[ recovery-image] May 28 17:13:15.267 INFO O| May 28 17:13:15.267 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86322026-05-28T17:13:15.811Z[ recovery-image] May 28 17:13:15.275 INFO O| May 28 17:13:15.275 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86332026-05-28T17:13:15.814Z[ recovery-image] May 28 17:13:15.275 INFO O| May 28 17:13:15.275 INFO STEP 75 (remove_files) COMPLETE
86342026-05-28T17:13:15.814Z[ recovery-image] May 28 17:13:15.275 INFO O| May 28 17:13:15.275 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86352026-05-28T17:13:15.818Z[ recovery-image] May 28 17:13:15.282 INFO O| May 28 17:13:15.282 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86362026-05-28T17:13:15.821Z[ recovery-image] May 28 17:13:15.282 INFO O| May 28 17:13:15.282 INFO STEP 76 (remove_files) COMPLETE
86372026-05-28T17:13:15.821Z[ recovery-image] May 28 17:13:15.282 INFO O| May 28 17:13:15.282 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86382026-05-28T17:13:15.826Z[ recovery-image] May 28 17:13:15.290 INFO O| May 28 17:13:15.290 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86392026-05-28T17:13:15.826Z[ recovery-image] May 28 17:13:15.290 INFO O| May 28 17:13:15.290 INFO STEP 77 (remove_files) COMPLETE
86402026-05-28T17:13:15.829Z[ recovery-image] May 28 17:13:15.290 INFO O| May 28 17:13:15.290 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86412026-05-28T17:13:15.833Z[ recovery-image] May 28 17:13:15.297 INFO O| May 28 17:13:15.297 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86422026-05-28T17:13:15.833Z[ recovery-image] May 28 17:13:15.297 INFO O| May 28 17:13:15.297 INFO STEP 78 (remove_files) COMPLETE
86432026-05-28T17:13:15.833Z[ recovery-image] May 28 17:13:15.297 INFO O| May 28 17:13:15.297 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86442026-05-28T17:13:15.841Z[ recovery-image] May 28 17:13:15.305 INFO O| May 28 17:13:15.305 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86452026-05-28T17:13:15.841Z[ recovery-image] May 28 17:13:15.305 INFO O| May 28 17:13:15.305 INFO STEP 79 (remove_files) COMPLETE
86462026-05-28T17:13:15.844Z[ recovery-image] May 28 17:13:15.305 INFO O| May 28 17:13:15.305 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86472026-05-28T17:13:15.849Z[ recovery-image] May 28 17:13:15.313 INFO O| May 28 17:13:15.312 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86482026-05-28T17:13:15.849Z[ recovery-image] May 28 17:13:15.313 INFO O| May 28 17:13:15.313 INFO STEP 80 (remove_files) COMPLETE
86492026-05-28T17:13:15.852Z[ recovery-image] May 28 17:13:15.313 INFO O| May 28 17:13:15.313 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86502026-05-28T17:13:15.856Z[ recovery-image] May 28 17:13:15.320 INFO O| May 28 17:13:15.320 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86512026-05-28T17:13:15.859Z[ recovery-image] May 28 17:13:15.320 INFO O| May 28 17:13:15.320 INFO STEP 81 (remove_files) COMPLETE
86522026-05-28T17:13:15.859Z[ recovery-image] May 28 17:13:15.320 INFO O| May 28 17:13:15.320 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86532026-05-28T17:13:15.862Z[ recovery-image] May 28 17:13:15.326 INFO O| May 28 17:13:15.326 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86542026-05-28T17:13:15.862Z[ recovery-image] May 28 17:13:15.326 INFO O| May 28 17:13:15.326 INFO STEP 82 (remove_files) COMPLETE
86552026-05-28T17:13:15.865Z[ recovery-image] May 28 17:13:15.326 INFO O| May 28 17:13:15.326 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86562026-05-28T17:13:15.870Z[ recovery-image] May 28 17:13:15.334 INFO O| May 28 17:13:15.334 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86572026-05-28T17:13:15.870Z[ recovery-image] May 28 17:13:15.334 INFO O| May 28 17:13:15.334 INFO STEP 83 (remove_files) COMPLETE
86582026-05-28T17:13:15.873Z[ recovery-image] May 28 17:13:15.334 INFO O| May 28 17:13:15.334 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86592026-05-28T17:13:15.876Z[ recovery-image] May 28 17:13:15.340 INFO O| May 28 17:13:15.340 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86602026-05-28T17:13:15.879Z[ recovery-image] May 28 17:13:15.340 INFO O| May 28 17:13:15.340 INFO STEP 84 (remove_files) COMPLETE
86612026-05-28T17:13:15.880Z[ recovery-image] May 28 17:13:15.340 INFO O| May 28 17:13:15.340 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86622026-05-28T17:13:15.883Z[ recovery-image] May 28 17:13:15.347 INFO O| May 28 17:13:15.347 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86632026-05-28T17:13:15.886Z[ recovery-image] May 28 17:13:15.347 INFO O| May 28 17:13:15.347 INFO STEP 85 (remove_files) COMPLETE
86642026-05-28T17:13:15.886Z[ recovery-image] May 28 17:13:15.347 INFO O| May 28 17:13:15.347 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86652026-05-28T17:13:15.890Z[ recovery-image] May 28 17:13:15.354 INFO O| May 28 17:13:15.354 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86662026-05-28T17:13:15.890Z[ recovery-image] May 28 17:13:15.354 INFO O| May 28 17:13:15.354 INFO STEP 86 (remove_files) COMPLETE
86672026-05-28T17:13:15.893Z[ recovery-image] May 28 17:13:15.354 INFO O| May 28 17:13:15.354 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86682026-05-28T17:13:15.896Z[ recovery-image] May 28 17:13:15.360 INFO O| May 28 17:13:15.360 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86692026-05-28T17:13:15.899Z[ recovery-image] May 28 17:13:15.360 INFO O| May 28 17:13:15.360 INFO STEP 87 (remove_files) COMPLETE
86702026-05-28T17:13:15.899Z[ recovery-image] May 28 17:13:15.360 INFO O| May 28 17:13:15.360 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86712026-05-28T17:13:15.902Z[ recovery-image] May 28 17:13:15.366 INFO O| May 28 17:13:15.366 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86722026-05-28T17:13:15.902Z[ recovery-image] May 28 17:13:15.366 INFO O| May 28 17:13:15.366 INFO STEP 88 (remove_files) COMPLETE
86732026-05-28T17:13:15.905Z[ recovery-image] May 28 17:13:15.366 INFO O| May 28 17:13:15.366 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86742026-05-28T17:13:15.907Z[ recovery-image] May 28 17:13:15.371 INFO O| May 28 17:13:15.371 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86752026-05-28T17:13:15.908Z[ recovery-image] May 28 17:13:15.371 INFO O| May 28 17:13:15.371 INFO STEP 89 (remove_files) COMPLETE
86762026-05-28T17:13:15.908Z[ recovery-image] May 28 17:13:15.371 INFO O| May 28 17:13:15.371 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86772026-05-28T17:13:15.913Z[ recovery-image] May 28 17:13:15.377 INFO O| May 28 17:13:15.377 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86782026-05-28T17:13:15.913Z[ recovery-image] May 28 17:13:15.377 INFO O| May 28 17:13:15.377 INFO STEP 90 (remove_files) COMPLETE
86792026-05-28T17:13:15.913Z[ recovery-image] May 28 17:13:15.377 INFO O| May 28 17:13:15.377 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86802026-05-28T17:13:15.919Z[ recovery-image] May 28 17:13:15.383 INFO O| May 28 17:13:15.383 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
86812026-05-28T17:13:15.919Z[ recovery-image] May 28 17:13:15.383 INFO O| May 28 17:13:15.383 INFO STEP 91 (remove_files) COMPLETE
86822026-05-28T17:13:15.919Z[ recovery-image] May 28 17:13:15.383 INFO O| May 28 17:13:15.383 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86832026-05-28T17:13:15.926Z[ recovery-image] May 28 17:13:15.390 INFO O| May 28 17:13:15.390 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
86842026-05-28T17:13:15.926Z[ recovery-image] May 28 17:13:15.390 INFO O| May 28 17:13:15.390 INFO STEP 92 (remove_files) COMPLETE
86852026-05-28T17:13:15.928Z[ recovery-image] May 28 17:13:15.390 INFO O| May 28 17:13:15.390 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86862026-05-28T17:13:15.934Z[ recovery-image] May 28 17:13:15.398 INFO O| May 28 17:13:15.398 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
86872026-05-28T17:13:15.935Z[ recovery-image] May 28 17:13:15.398 INFO O| May 28 17:13:15.398 INFO STEP 93 (remove_files) COMPLETE
86882026-05-28T17:13:15.935Z[ recovery-image] May 28 17:13:15.398 INFO O| May 28 17:13:15.398 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86892026-05-28T17:13:15.942Z[ recovery-image] May 28 17:13:15.406 INFO O| May 28 17:13:15.406 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
86902026-05-28T17:13:15.945Z[ recovery-image] May 28 17:13:15.406 INFO O| May 28 17:13:15.406 INFO STEP 94 (remove_files) COMPLETE
86912026-05-28T17:13:15.945Z[ recovery-image] May 28 17:13:15.406 INFO O| May 28 17:13:15.406 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86922026-05-28T17:13:15.949Z[ recovery-image] May 28 17:13:15.413 INFO O| May 28 17:13:15.413 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86932026-05-28T17:13:15.949Z[ recovery-image] May 28 17:13:15.413 INFO O| May 28 17:13:15.413 INFO STEP 95 (remove_files) COMPLETE
86942026-05-28T17:13:15.949Z[ recovery-image] May 28 17:13:15.413 INFO O| May 28 17:13:15.413 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86952026-05-28T17:13:15.957Z[ recovery-image] May 28 17:13:15.421 INFO O| May 28 17:13:15.421 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86962026-05-28T17:13:15.957Z[ recovery-image] May 28 17:13:15.421 INFO O| May 28 17:13:15.421 INFO STEP 96 (remove_files) COMPLETE
86972026-05-28T17:13:15.957Z[ recovery-image] May 28 17:13:15.421 INFO O| May 28 17:13:15.421 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86982026-05-28T17:13:15.964Z[ recovery-image] May 28 17:13:15.428 INFO O| May 28 17:13:15.428 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86992026-05-28T17:13:15.964Z[ recovery-image] May 28 17:13:15.428 INFO O| May 28 17:13:15.428 INFO STEP 97 (remove_files) COMPLETE
87002026-05-28T17:13:15.964Z[ recovery-image] May 28 17:13:15.428 INFO O| May 28 17:13:15.428 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87012026-05-28T17:13:15.971Z[ recovery-image] May 28 17:13:15.435 INFO O| May 28 17:13:15.435 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87022026-05-28T17:13:15.971Z[ recovery-image] May 28 17:13:15.435 INFO O| May 28 17:13:15.435 INFO STEP 98 (remove_files) COMPLETE
87032026-05-28T17:13:15.974Z[ recovery-image] May 28 17:13:15.435 INFO O| May 28 17:13:15.435 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87042026-05-28T17:13:15.978Z[ recovery-image] May 28 17:13:15.442 INFO O| May 28 17:13:15.442 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87052026-05-28T17:13:15.978Z[ recovery-image] May 28 17:13:15.442 INFO O| May 28 17:13:15.442 INFO STEP 99 (remove_files) COMPLETE
87062026-05-28T17:13:15.978Z[ recovery-image] May 28 17:13:15.442 INFO O| May 28 17:13:15.442 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87072026-05-28T17:13:15.988Z[ recovery-image] May 28 17:13:15.452 INFO O| May 28 17:13:15.452 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87082026-05-28T17:13:15.988Z[ recovery-image] May 28 17:13:15.452 INFO O| May 28 17:13:15.452 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", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87092026-05-28T17:13:22.408Z[ recovery-image] May 28 17:13:21.871 INFO O| May 28 17:13:21.871 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
87102026-05-28T17:13:22.408Z[ recovery-image] May 28 17:13:21.871 INFO O| May 28 17:13:21.871 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87112026-05-28T17:13:22.420Z[ recovery-image] May 28 17:13:21.883 INFO O| May 28 17:13:21.883 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
87122026-05-28T17:13:22.511Z[ recovery-image] May 28 17:13:21.975 INFO O| May 28 17:13:21.975 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_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87132026-05-28T17:13:22.563Z[ recovery-image] May 28 17:13:22.026 INFO O| May 28 17:13:22.026 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87142026-05-28T17:13:22.621Z[ recovery-image] May 28 17:13:22.085 INFO O| May 28 17:13:22.085 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87152026-05-28T17:13:22.621Z[ recovery-image] May 28 17:13:22.085 INFO O| May 28 17:13:22.085 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 ...
87162026-05-28T17:13:22.624Z[ recovery-image] May 28 17:13:22.086 INFO O| May 28 17:13:22.086 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87172026-05-28T17:13:22.624Z[ recovery-image] May 28 17:13:22.086 INFO O| May 28 17:13:22.086 INFO ok!
87182026-05-28T17:13:22.624Z[ recovery-image] May 28 17:13:22.086 INFO O| May 28 17:13:22.086 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87192026-05-28T17:13:22.624Z[ recovery-image] May 28 17:13:22.086 INFO O| May 28 17:13:22.086 INFO STEP 100 (seed_smf) COMPLETE
87202026-05-28T17:13:22.624Z[ recovery-image] May 28 17:13:22.086 INFO O| May 28 17:13:22.086 INFO steps complete; finalising image!
87212026-05-28T17:13:22.624Z[ recovery-image] May 28 17:13:22.086 INFO O| May 28 17:13:22.086 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87222026-05-28T17:13:22.650Z[ recovery-image] May 28 17:13:22.113 INFO O| May 28 17:13:22.113 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Thu May 28 17:13:22 2026)
87232026-05-28T17:13:22.855Z[ recovery-image] May 28 17:13:22.319 INFO O| May 28 17:13:22.319 INFO trim TEMPORARY-sled-zfs-recovery: (81% trimmed, started at Thu May 28 17:13:22 2026)
87242026-05-28T17:13:23.060Z[ recovery-image] May 28 17:13:22.524 INFO O| May 28 17:13:22.524 INFO trim TEMPORARY-sled-zfs-recovery: (81% trimmed, started at Thu May 28 17:13:22 2026)
87252026-05-28T17:13:23.265Z[ recovery-image] May 28 17:13:22.729 INFO O| May 28 17:13:22.729 INFO trim TEMPORARY-sled-zfs-recovery: (81% trimmed, started at Thu May 28 17:13:22 2026)
87262026-05-28T17:13:23.470Z[ recovery-image] May 28 17:13:22.933 INFO O| May 28 17:13:22.933 INFO trim TEMPORARY-sled-zfs-recovery: (81% trimmed, started at Thu May 28 17:13:22 2026)
87272026-05-28T17:13:23.674Z[ recovery-image] May 28 17:13:23.137 INFO O| May 28 17:13:23.137 INFO trim TEMPORARY-sled-zfs-recovery: (81% trimmed, started at Thu May 28 17:13:22 2026)
87282026-05-28T17:13:23.889Z[ recovery-image] May 28 17:13:23.352 INFO O| May 28 17:13:23.352 INFO temporary pool has 488M used, 1.27G avail, 1.00x compressratio
87292026-05-28T17:13:23.889Z[ recovery-image] May 28 17:13:23.352 INFO O| May 28 17:13:23.352 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87302026-05-28T17:13:24.473Z[ recovery-image] May 28 17:13:23.550 INFO O| May 28 17:13:23.549 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
87312026-05-28T17:13:24.473Z[ recovery-image] May 28 17:13:23.550 INFO O| May 28 17:13:23.550 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87322026-05-28T17:13:26.333Z[ recovery-image] May 28 17:13:25.677 INFO O| May 28 17:13:25.677 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87332026-05-28T17:13:26.334Z[ recovery-image] May 28 17:13:25.677 INFO O| May 28 17:13:25.677 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87342026-05-28T17:13:26.334Z[ recovery-image] May 28 17:13:25.677 INFO O| May 28 17:13:25.677 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87352026-05-28T17:13:26.334Z[ recovery-image] May 28 17:13:25.677 INFO O| May 28 17:13:25.677 INFO completed processing sled/zfs-recovery
87362026-05-28T17:13:26.334Z[ recovery-image] May 28 17:13:25.677 INFO O| May 28 17:13:25.677 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87372026-05-28T17:13:27.840Z[ recovery-image] May 28 17:13:27.268 INFO O| May 28 17:13:27.267 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87382026-05-28T17:13:27.887Z[ recovery-image] May 28 17:13:27.348 INFO BUILD STRING "heads/stlouis-0-gcd594ac243\n"
87392026-05-28T17:13:27.887Z[ recovery-image] May 28 17:13:27.348 INFO expanded image name: "recovery 7692d04/${os_short_commit} 2026-05-28 16:58" -> "recovery 7692d04/cd594ac 2026-05-28 16:58"
87402026-05-28T17:13:27.931Z[ recovery-image] May 28 17:13:27.348 INFO output artefacts stored in: "/work/os-recovery"
87412026-05-28T17:13:27.931Z[ recovery-image] May 28 17:13:27.348 INFO collecting git info from project "bootserver"...
87422026-05-28T17:13:27.931Z[ recovery-image] May 28 17:13:27.355 INFO collecting git info from project "phbl"...
87432026-05-28T17:13:27.931Z[ recovery-image] May 28 17:13:27.360 INFO collecting git info from project "amd-firmware"...
87442026-05-28T17:13:28.160Z[ recovery-image] May 28 17:13:27.593 INFO collecting git info from project "dmar-report"...
87452026-05-28T17:13:28.166Z[ recovery-image] May 28 17:13:27.603 INFO collecting git info from project "pilot"...
87462026-05-28T17:13:28.166Z[ recovery-image] May 28 17:13:27.610 INFO collecting git info from project "chelsio-t6-roms"...
87472026-05-28T17:13:28.166Z[ recovery-image] May 28 17:13:27.626 INFO collecting git info from project "amd-host-image-builder"...
87482026-05-28T17:13:28.203Z[ recovery-image] May 28 17:13:27.666 INFO collecting git info from project "pinprick"...
87492026-05-28T17:13:28.207Z[ recovery-image] May 28 17:13:27.671 INFO collecting git info from project "image-builder"...
87502026-05-28T17:13:28.212Z[ recovery-image] May 28 17:13:27.676 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
87512026-05-28T17:13:28.673Z[ recovery-image] May 28 17:13:27.992 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
87522026-05-28T17:13:28.826Z[ recovery-image] May 28 17:13:28.288 INFO creating Oxide boot image...
87532026-05-28T17:13:28.826Z[ recovery-image] May 28 17:13:28.288 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 7692d04/cd594ac 2026-05-28 16:58", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
87542026-05-28T17:13:41.286Z[ host-image] May 28 17:13:40.747 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24001:20260522T173035Z
87552026-05-28T17:13:41.286Z[ host-image] May 28 17:13:40.747 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24001:20260522T173036Z
87562026-05-28T17:13:41.286Z[ host-image] May 28 17:13:40.747 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87572026-05-28T17:13:41.293Z[ host-image] May 28 17:13:40.747 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87582026-05-28T17:13:41.293Z[ host-image] May 28 17:13:40.747 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87592026-05-28T17:13:41.293Z[ host-image] May 28 17:13:40.747 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87602026-05-28T17:13:41.293Z[ host-image] May 28 17:13:40.747 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87612026-05-28T17:13:41.293Z[ host-image] May 28 17:13:40.748 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87622026-05-28T17:13:41.293Z[ host-image] May 28 17:13:40.748 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260528T165811Z
87632026-05-28T17:13:41.293Z[ host-image] May 28 17:13:40.748 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87642026-05-28T17:13:41.293Z[ host-image] May 28 17:13:40.748 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87652026-05-28T17:13:41.293Z[ host-image] May 28 17:13:40.748 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24001:20260522T173036Z
87662026-05-28T17:13:41.293Z[ host-image] May 28 17:13:40.749 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24001:20260522T173037Z
87672026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.749 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24001:20260522T173037Z
87682026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.749 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24001:20260522T173037Z
87692026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.749 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87702026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.749 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24001:20260522T173037Z
87712026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24001:20260522T173037Z
87722026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24001:20260522T173037Z
87732026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24001:20260522T173038Z
87742026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24001:20260522T173038Z
87752026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24001:20260522T173038Z
87762026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24001:20260522T173038Z
87772026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24001:20260522T173039Z
87782026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24001:20260522T173040Z
87792026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24001:20260522T173040Z
87802026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24001:20260522T173041Z
87812026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24001:20260522T173041Z
87822026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24001:20260522T173042Z
87832026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24001:20260522T173043Z
87842026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/network/opte@0.40.479-3.0:20260511T233512Z
87852026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24001:20260522T173044Z
87862026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24001:20260522T173046Z
87872026-05-28T17:13:41.294Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24001:20260522T173047Z
87882026-05-28T17:13:41.295Z[ host-image] May 28 17:13:40.750 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24001:20260522T173047Z
87892026-05-28T17:13:41.295Z[ host-image] May 28 17:13:40.751 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24001:20260522T173049Z
87902026-05-28T17:13:41.295Z[ host-image] May 28 17:13:40.751 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24001:20260522T173049Z
87912026-05-28T17:13:41.302Z[ host-image] May 28 17:13:40.754 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
87922026-05-28T17:13:41.302Z[ host-image] May 28 17:13:40.754 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24001:20260522T173049Z
87932026-05-28T17:13:41.302Z[ host-image] May 28 17:13:40.754 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
87942026-05-28T17:13:41.302Z[ host-image] May 28 17:13:40.754 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
87952026-05-28T17:13:41.302Z[ host-image] May 28 17:13:40.754 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
87962026-05-28T17:13:41.302Z[ host-image] May 28 17:13:40.754 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
87972026-05-28T17:13:41.302Z[ host-image] May 28 17:13:40.754 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24001:20260522T173049Z
87982026-05-28T17:13:41.302Z[ host-image] May 28 17:13:40.754 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
87992026-05-28T17:13:41.303Z[ host-image] May 28 17:13:40.754 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
88002026-05-28T17:13:41.303Z[ host-image] May 28 17:13:40.755 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
88012026-05-28T17:13:41.303Z[ host-image] May 28 17:13:40.755 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
88022026-05-28T17:13:41.303Z[ host-image] May 28 17:13:40.758 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
88032026-05-28T17:13:41.303Z[ host-image] May 28 17:13:40.758 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
88042026-05-28T17:13:41.303Z[ host-image] May 28 17:13:40.758 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
88052026-05-28T17:13:41.303Z[ host-image] May 28 17:13:40.759 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
88062026-05-28T17:13:41.303Z[ host-image] May 28 17:13:40.759 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
88072026-05-28T17:13:41.303Z[ host-image] May 28 17:13:40.759 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
88082026-05-28T17:13:41.308Z[ host-image] May 28 17:13:40.771 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
88092026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.771 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
88102026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.771 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
88112026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.772 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24001:20260522T173051Z
88122026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.772 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24001:20260522T173055Z
88132026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.772 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
88142026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.772 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24001:20260522T173056Z
88152026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.772 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
88162026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.772 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
88172026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.772 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
88182026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.772 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z
88192026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.772 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24001:20260522T173056Z
88202026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.772 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
88212026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.773 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
88222026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.773 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
88232026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.773 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
88242026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.773 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24001:20260522T173056Z
88252026-05-28T17:13:41.313Z[ host-image] May 28 17:13:40.773 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
88262026-05-28T17:13:41.318Z[ host-image] May 28 17:13:40.777 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
88272026-05-28T17:13:41.318Z[ host-image] May 28 17:13:40.777 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24001:20260522T173056Z
88282026-05-28T17:13:41.318Z[ host-image] May 28 17:13:40.778 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24001:20260522T173057Z
88292026-05-28T17:13:41.318Z[ host-image] May 28 17:13:40.778 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24001:20260522T173057Z
88302026-05-28T17:13:41.318Z[ host-image] May 28 17:13:40.778 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
88312026-05-28T17:13:41.319Z[ host-image] May 28 17:13:40.778 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24001:20260522T173058Z
88322026-05-28T17:13:41.319Z[ host-image] May 28 17:13:40.779 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24001:20260522T173058Z
88332026-05-28T17:13:41.319Z[ host-image] May 28 17:13:40.779 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24001:20260522T173058Z
88342026-05-28T17:13:41.319Z[ host-image] May 28 17:13:40.779 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24001:20260522T173058Z
88352026-05-28T17:13:41.319Z[ host-image] May 28 17:13:40.780 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
88362026-05-28T17:13:41.319Z[ host-image] May 28 17:13:40.780 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24001:20260522T173058Z
88372026-05-28T17:13:41.319Z[ host-image] May 28 17:13:40.780 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24001:20260522T173059Z
88382026-05-28T17:13:41.319Z[ host-image] May 28 17:13:40.780 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88392026-05-28T17:13:41.319Z[ host-image] May 28 17:13:40.780 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24001:20260522T173059Z
88402026-05-28T17:13:41.319Z[ host-image] May 28 17:13:40.780 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24001:20260522T173100Z
88412026-05-28T17:13:41.319Z[ host-image] May 28 17:13:40.780 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24001:20260522T173100Z
88422026-05-28T17:13:41.319Z[ host-image] May 28 17:13:40.780 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24001:20260522T173100Z
88432026-05-28T17:13:41.324Z[ host-image] May 28 17:13:40.782 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24001:20260522T173100Z
88442026-05-28T17:13:41.324Z[ host-image] May 28 17:13:40.783 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88452026-05-28T17:13:41.324Z[ host-image] May 28 17:13:40.783 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24001:20260522T173100Z
88462026-05-28T17:13:41.324Z[ host-image] May 28 17:13:40.783 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24001:20260522T173100Z
88472026-05-28T17:13:41.324Z[ host-image] May 28 17:13:40.783 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24001:20260522T173100Z
88482026-05-28T17:13:41.324Z[ host-image] May 28 17:13:40.784 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24001:20260522T173100Z
88492026-05-28T17:13:41.324Z[ host-image] May 28 17:13:40.784 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24001:20260522T173101Z
88502026-05-28T17:13:41.324Z[ host-image] May 28 17:13:40.784 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24001:20260522T173101Z
88512026-05-28T17:13:41.325Z[ host-image] May 28 17:13:40.784 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24001:20260522T173101Z
88522026-05-28T17:13:41.329Z[ host-image] May 28 17:13:40.787 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24001:20260522T173102Z
88532026-05-28T17:13:41.329Z[ host-image] May 28 17:13:40.787 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24001:20260522T173101Z
88542026-05-28T17:13:41.330Z[ host-image] May 28 17:13:40.787 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24001:20260522T173102Z
88552026-05-28T17:13:41.330Z[ host-image] May 28 17:13:40.787 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24001:20260522T173102Z
88562026-05-28T17:13:41.330Z[ host-image] May 28 17:13:40.788 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24001:20260522T173102Z
88572026-05-28T17:13:41.334Z[ host-image] May 28 17:13:40.794 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24001:20260522T173104Z
88582026-05-28T17:13:41.334Z[ host-image] May 28 17:13:40.794 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24001:20260522T173102Z
88592026-05-28T17:13:41.334Z[ host-image] May 28 17:13:40.794 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24001:20260522T173102Z
88602026-05-28T17:13:41.334Z[ host-image] May 28 17:13:40.794 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88612026-05-28T17:13:41.334Z[ host-image] May 28 17:13:40.794 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88622026-05-28T17:13:41.340Z[ host-image] May 28 17:13:40.803 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24001:20260522T173102Z
88632026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.803 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88642026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.803 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24001:20260522T173103Z
88652026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.803 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24001:20260522T173103Z
88662026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.804 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24001:20260522T173103Z
88672026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.804 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88682026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.804 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88692026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.804 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24001:20260522T173104Z
88702026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.804 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24001:20260522T173104Z
88712026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.804 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24001:20260522T173104Z
88722026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.805 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24001:20260522T173104Z
88732026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.805 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24001:20260522T173104Z
88742026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.805 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24001:20260522T173104Z
88752026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.805 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88762026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.806 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24001:20260522T173105Z
88772026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.806 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24001:20260522T173105Z
88782026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.806 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24001:20260522T173105Z
88792026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.806 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24001:20260522T173106Z
88802026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.806 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24001:20260522T173105Z
88812026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.806 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24001:20260522T173106Z
88822026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.806 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
88832026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.806 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
88842026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.806 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24001:20260522T173107Z
88852026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.807 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24001:20260522T173108Z
88862026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.807 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
88872026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.807 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
88882026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.807 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
88892026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.807 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
88902026-05-28T17:13:41.345Z[ host-image] May 28 17:13:40.807 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
88912026-05-28T17:13:41.346Z[ host-image] May 28 17:13:40.807 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
88922026-05-28T17:13:41.346Z[ host-image] May 28 17:13:40.808 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
88932026-05-28T17:13:41.346Z[ host-image] May 28 17:13:40.808 INFO O| tempdir @ "/tmp/.tmpfWKkur/tmp"
88942026-05-28T17:13:41.346Z[ host-image] May 28 17:13:40.808 INFO O| image root @ "/tmp/.tmpfWKkur/tmp/root"
88952026-05-28T17:13:41.350Z[ host-image] May 28 17:13:40.808 INFO O| creating image...
88962026-05-28T17:13:41.698Z[ host-image] May 28 17:13:41.158 INFO O| copying publishers...
88972026-05-28T17:13:42.375Z[ host-image] May 28 17:13:41.838 INFO O| adding properties...
88982026-05-28T17:13:43.211Z[ host-image] May 28 17:13:42.674 INFO O| installing packages...
88992026-05-28T17:14:01.242Z[ host-image] May 28 17:14:00.635 INFO O| seeding SMF database...
89002026-05-28T17:14:05.666Z[ host-image] May 28 17:14:05.094 INFO O| configuring SMF profile...
89012026-05-28T17:14:05.726Z[ host-image] May 28 17:14:05.094 INFO O| modifying shadow(5)...
89022026-05-28T17:14:05.726Z[ host-image] May 28 17:14:05.094 INFO O| loading user and group database...
89032026-05-28T17:14:05.726Z[ host-image] May 28 17:14:05.094 INFO O| loading facet selections...
89042026-05-28T17:14:05.961Z[ host-image] May 28 17:14:05.387 INFO O| devel -> true
89052026-05-28T17:14:05.961Z[ host-image] May 28 17:14:05.387 INFO O| doc.man -> true
89062026-05-28T17:14:05.973Z[ host-image] May 28 17:14:05.387 INFO O| version-lock.shell/ksh93 -> true
89072026-05-28T17:14:05.973Z[ host-image] May 28 17:14:05.387 INFO O| version-lock.system/data/hardware-registry -> true
89082026-05-28T17:14:05.973Z[ host-image] May 28 17:14:05.387 INFO O| version-lock.system/data/zoneinfo -> true
89092026-05-28T17:14:05.974Z[ host-image] May 28 17:14:05.387 INFO O| version-lock.system/microcode/amd -> true
89102026-05-28T17:14:05.974Z[ host-image] May 28 17:14:05.387 INFO O| version-lock.system/microcode/intel -> true
89112026-05-28T17:14:05.974Z[ host-image] May 28 17:14:05.387 INFO O| version-lock.system/microcode/oxide -> true
89122026-05-28T17:14:05.974Z[ host-image] May 28 17:14:05.387 INFO O| assessing packaged files...
89132026-05-28T17:14:07.496Z[ host-image] May 28 17:14:06.959 INFO O| creating archive...
89142026-05-28T17:14:07.529Z[ host-image] May 28 17:14:06.982 INFO O| missing from packaging:
89152026-05-28T17:14:07.529Z[ host-image] May 28 17:14:06.982 INFO O| "etc/.pwd.lock"
89162026-05-28T17:14:07.529Z[ host-image] May 28 17:14:06.982 INFO O| "etc/bash"
89172026-05-28T17:14:07.549Z[ host-image] May 28 17:14:06.985 INFO O| "etc/svc/profile/generic.xml"
89182026-05-28T17:14:07.549Z[ host-image] May 28 17:14:06.985 INFO O| "etc/svc/profile/inetd_services.xml"
89192026-05-28T17:14:07.549Z[ host-image] May 28 17:14:06.985 INFO O| "etc/svc/profile/name_service.xml"
89202026-05-28T17:14:07.550Z[ host-image] May 28 17:14:06.985 INFO O| "etc/svc/profile/platform.xml"
89212026-05-28T17:14:07.550Z[ host-image] May 28 17:14:06.985 INFO O| "etc/svc/profile/platform_omicron1.xml"
89222026-05-28T17:14:07.550Z[ host-image] May 28 17:14:06.985 INFO O| "etc/svc/repository.db"
89232026-05-28T17:14:07.550Z[ host-image] May 28 17:14:06.992 INFO O| "opt/ooce/share"
89242026-05-28T17:14:07.550Z[ host-image] May 28 17:14:06.992 INFO O| "opt/ooce/share/man"
89252026-05-28T17:14:07.550Z[ host-image] May 28 17:14:06.992 INFO O| "opt/ooce/share/man/man1"
89262026-05-28T17:14:07.550Z[ host-image] May 28 17:14:07.000 INFO O| finishing archive...
89272026-05-28T17:14:12.416Z[ host-image] May 28 17:14:09.475 INFO O| creating gzonly manifest...
89282026-05-28T17:14:12.438Z[ host-image] May 28 17:14:09.481 INFO O| ok
89292026-05-28T17:14:12.438Z[ host-image] May 28 17:14:09.570 INFO image builder template: ramdisk-02-trim...
89302026-05-28T17:14:12.438Z[ host-image] May 28 17:14:09.570 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/.tmpF3EbOY/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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
89312026-05-28T17:14:12.438Z[ host-image] May 28 17:14:09.587 INFO O| May 28 17:14:09.587 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89322026-05-28T17:14:12.438Z[ host-image] May 28 17:14:09.591 INFO O| May 28 17:14:09.590 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89332026-05-28T17:14:12.438Z[ host-image] May 28 17:14:09.700 INFO O| May 28 17:14:09.700 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
89342026-05-28T17:14:12.438Z[ host-image] May 28 17:14:09.765 INFO O| May 28 17:14:09.765 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
89352026-05-28T17:14:12.438Z[ host-image] May 28 17:14:09.765 INFO O| May 28 17:14:09.765 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
89362026-05-28T17:14:12.438Z[ host-image] May 28 17:14:09.769 INFO O| May 28 17:14:09.769 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
89372026-05-28T17:14:12.438Z[ host-image] May 28 17:14:09.772 INFO O| May 28 17:14:09.772 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
89382026-05-28T17:14:12.439Z[ host-image] May 28 17:14:09.776 INFO O| May 28 17:14:09.776 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
89392026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.098 INFO O| May 28 17:14:10.098 INFO rolled back to input snapshot; work may begin
89402026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.098 INFO O| May 28 17:14:10.098 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
89412026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.103 INFO O| May 28 17:14:10.103 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89422026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.110 INFO O| May 28 17:14:10.110 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
89432026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.149 INFO O| May 28 17:14:10.149 INFO STEP 0 (remove_files) COMPLETE
89442026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.149 INFO O| May 28 17:14:10.149 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89452026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.157 INFO O| May 28 17:14:10.157 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
89462026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.158 INFO O| May 28 17:14:10.158 INFO STEP 1 (remove_files) COMPLETE
89472026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.158 INFO O| May 28 17:14:10.158 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89482026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.164 INFO O| May 28 17:14:10.164 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
89492026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.176 INFO O| May 28 17:14:10.176 INFO STEP 2 (remove_files) COMPLETE
89502026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.176 INFO O| May 28 17:14:10.176 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89512026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.182 INFO O| May 28 17:14:10.182 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89522026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.184 INFO O| May 28 17:14:10.184 INFO STEP 3 (remove_files) COMPLETE
89532026-05-28T17:14:12.467Z[ host-image] May 28 17:14:10.184 INFO O| May 28 17:14:10.184 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89542026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.191 INFO O| May 28 17:14:10.191 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89552026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.194 INFO O| May 28 17:14:10.194 INFO STEP 4 (remove_files) COMPLETE
89562026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.194 INFO O| May 28 17:14:10.194 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89572026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.201 INFO O| May 28 17:14:10.201 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89582026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.203 INFO O| May 28 17:14:10.203 INFO STEP 5 (remove_files) COMPLETE
89592026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.203 INFO O| May 28 17:14:10.203 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89602026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.210 INFO O| May 28 17:14:10.210 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
89612026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.219 INFO O| May 28 17:14:10.219 INFO STEP 6 (remove_files) COMPLETE
89622026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.219 INFO O| May 28 17:14:10.219 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89632026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.219 INFO O| May 28 17:14:10.219 INFO skip step because feature "heliosv2" is not enabled
89642026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.219 INFO O| May 28 17:14:10.219 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89652026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.226 INFO O| May 28 17:14:10.226 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
89662026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.237 INFO O| May 28 17:14:10.237 INFO STEP 8 (remove_files) COMPLETE
89672026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.237 INFO O| May 28 17:14:10.237 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89682026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.242 INFO O| May 28 17:14:10.242 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
89692026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.306 INFO O| May 28 17:14:10.306 INFO STEP 9 (remove_files) COMPLETE
89702026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.306 INFO O| May 28 17:14:10.306 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89712026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.313 INFO O| May 28 17:14:10.313 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
89722026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.382 INFO O| May 28 17:14:10.382 INFO STEP 10 (remove_files) COMPLETE
89732026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.382 INFO O| May 28 17:14:10.382 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89742026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.389 INFO O| May 28 17:14:10.388 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
89752026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.391 INFO O| May 28 17:14:10.391 INFO STEP 11 (remove_files) COMPLETE
89762026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.391 INFO O| May 28 17:14:10.391 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89772026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.397 INFO O| May 28 17:14:10.397 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
89782026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.398 INFO O| May 28 17:14:10.398 INFO STEP 12 (remove_files) COMPLETE
89792026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.398 INFO O| May 28 17:14:10.398 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89802026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.403 INFO O| May 28 17:14:10.403 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
89812026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.404 INFO O| May 28 17:14:10.404 INFO STEP 13 (remove_files) COMPLETE
89822026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.404 INFO O| May 28 17:14:10.404 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89832026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.416 INFO O| May 28 17:14:10.416 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89842026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.417 INFO O| May 28 17:14:10.416 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89852026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.417 INFO O| May 28 17:14:10.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89862026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.417 INFO O| May 28 17:14:10.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89872026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.417 INFO O| May 28 17:14:10.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89882026-05-28T17:14:12.468Z[ host-image] May 28 17:14:10.417 INFO O| May 28 17:14:10.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89892026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.417 INFO O| May 28 17:14:10.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89902026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.417 INFO O| May 28 17:14:10.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89912026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.417 INFO O| May 28 17:14:10.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89922026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.417 INFO O| May 28 17:14:10.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89932026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.417 INFO O| May 28 17:14:10.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89942026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.417 INFO O| May 28 17:14:10.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89952026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.417 INFO O| May 28 17:14:10.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89962026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.418 INFO O| May 28 17:14:10.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89972026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.418 INFO O| May 28 17:14:10.418 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89982026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.418 INFO O| May 28 17:14:10.418 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89992026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.418 INFO O| May 28 17:14:10.418 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
90002026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.418 INFO O| May 28 17:14:10.418 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
90012026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.602 INFO O| May 28 17:14:10.601 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
90022026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.602 INFO O| May 28 17:14:10.602 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
90032026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.637 INFO O| May 28 17:14:10.637 INFO STEP 14 (remove_files) COMPLETE
90042026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.637 INFO O| May 28 17:14:10.637 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90052026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.644 INFO O| May 28 17:14:10.644 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
90062026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.645 INFO O| May 28 17:14:10.645 INFO STEP 15 (remove_files) COMPLETE
90072026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.645 INFO O| May 28 17:14:10.645 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90082026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.651 INFO O| May 28 17:14:10.651 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
90092026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.657 INFO O| May 28 17:14:10.657 INFO STEP 16 (remove_files) COMPLETE
90102026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.657 INFO O| May 28 17:14:10.657 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90112026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.663 INFO O| May 28 17:14:10.663 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
90122026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.663 INFO O| May 28 17:14:10.663 INFO STEP 17 (remove_files) COMPLETE
90132026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.663 INFO O| May 28 17:14:10.663 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90142026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.669 INFO O| May 28 17:14:10.669 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
90152026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.670 INFO O| May 28 17:14:10.670 INFO STEP 18 (remove_files) COMPLETE
90162026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.670 INFO O| May 28 17:14:10.670 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90172026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.678 INFO O| May 28 17:14:10.678 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
90182026-05-28T17:14:12.469Z[ host-image] May 28 17:14:10.678 INFO O| May 28 17:14:10.678 INFO STEP 19 (remove_files) COMPLETE
90192026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.678 INFO O| May 28 17:14:10.678 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90202026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.685 INFO O| May 28 17:14:10.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
90212026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.685 INFO O| May 28 17:14:10.685 INFO STEP 20 (remove_files) COMPLETE
90222026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.685 INFO O| May 28 17:14:10.685 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90232026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.691 INFO O| May 28 17:14:10.691 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
90242026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.691 INFO O| May 28 17:14:10.691 INFO STEP 21 (remove_files) COMPLETE
90252026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.691 INFO O| May 28 17:14:10.691 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90262026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.697 INFO O| May 28 17:14:10.697 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
90272026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.697 INFO O| May 28 17:14:10.697 INFO STEP 22 (remove_files) COMPLETE
90282026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.697 INFO O| May 28 17:14:10.697 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90292026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.703 INFO O| May 28 17:14:10.703 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
90302026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.703 INFO O| May 28 17:14:10.703 INFO STEP 23 (remove_files) COMPLETE
90312026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.703 INFO O| May 28 17:14:10.703 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90322026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.709 INFO O| May 28 17:14:10.708 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
90332026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.709 INFO O| May 28 17:14:10.709 INFO STEP 24 (remove_files) COMPLETE
90342026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.709 INFO O| May 28 17:14:10.709 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90352026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.714 INFO O| May 28 17:14:10.714 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
90362026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.714 INFO O| May 28 17:14:10.714 INFO STEP 25 (remove_files) COMPLETE
90372026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.714 INFO O| May 28 17:14:10.714 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90382026-05-28T17:14:12.470Z[ host-image] May 28 17:14:10.721 INFO O| May 28 17:14:10.721 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
90392026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.721 INFO O| May 28 17:14:10.721 INFO STEP 26 (remove_files) COMPLETE
90402026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.721 INFO O| May 28 17:14:10.721 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90412026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.728 INFO O| May 28 17:14:10.728 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
90422026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.728 INFO O| May 28 17:14:10.728 INFO STEP 27 (remove_files) COMPLETE
90432026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.728 INFO O| May 28 17:14:10.728 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90442026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.734 INFO O| May 28 17:14:10.734 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
90452026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.734 INFO O| May 28 17:14:10.734 INFO STEP 28 (remove_files) COMPLETE
90462026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.734 INFO O| May 28 17:14:10.734 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90472026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.740 INFO O| May 28 17:14:10.740 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
90482026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.740 INFO O| May 28 17:14:10.740 INFO STEP 29 (remove_files) COMPLETE
90492026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.740 INFO O| May 28 17:14:10.740 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90502026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.745 INFO O| May 28 17:14:10.745 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
90512026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.745 INFO O| May 28 17:14:10.745 INFO STEP 30 (remove_files) COMPLETE
90522026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.745 INFO O| May 28 17:14:10.745 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90532026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.752 INFO O| May 28 17:14:10.752 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90542026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.752 INFO O| May 28 17:14:10.752 INFO STEP 31 (remove_files) COMPLETE
90552026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.752 INFO O| May 28 17:14:10.752 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90562026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.758 INFO O| May 28 17:14:10.758 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90572026-05-28T17:14:12.481Z[ host-image] May 28 17:14:10.758 INFO O| May 28 17:14:10.758 INFO STEP 32 (remove_files) COMPLETE
90582026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.758 INFO O| May 28 17:14:10.758 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90592026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.765 INFO O| May 28 17:14:10.765 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
90602026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.765 INFO O| May 28 17:14:10.765 INFO STEP 33 (remove_files) COMPLETE
90612026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.765 INFO O| May 28 17:14:10.765 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90622026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.772 INFO O| May 28 17:14:10.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
90632026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.772 INFO O| May 28 17:14:10.772 INFO STEP 34 (remove_files) COMPLETE
90642026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.772 INFO O| May 28 17:14:10.772 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90652026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.779 INFO O| May 28 17:14:10.779 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
90662026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.779 INFO O| May 28 17:14:10.779 INFO STEP 35 (remove_files) COMPLETE
90672026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.779 INFO O| May 28 17:14:10.779 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90682026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.785 INFO O| May 28 17:14:10.785 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
90692026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.785 INFO O| May 28 17:14:10.785 INFO STEP 36 (remove_files) COMPLETE
90702026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.785 INFO O| May 28 17:14:10.785 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90712026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.792 INFO O| May 28 17:14:10.792 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
90722026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.792 INFO O| May 28 17:14:10.792 INFO STEP 37 (remove_files) COMPLETE
90732026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.792 INFO O| May 28 17:14:10.792 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90742026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.798 INFO O| May 28 17:14:10.798 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
90752026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.798 INFO O| May 28 17:14:10.798 INFO STEP 38 (remove_files) COMPLETE
90762026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.798 INFO O| May 28 17:14:10.798 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90772026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.805 INFO O| May 28 17:14:10.805 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
90782026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.805 INFO O| May 28 17:14:10.805 INFO STEP 39 (remove_files) COMPLETE
90792026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.805 INFO O| May 28 17:14:10.805 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90802026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.812 INFO O| May 28 17:14:10.812 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
90812026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.812 INFO O| May 28 17:14:10.812 INFO STEP 40 (remove_files) COMPLETE
90822026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.812 INFO O| May 28 17:14:10.812 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90832026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.818 INFO O| May 28 17:14:10.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
90842026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.818 INFO O| May 28 17:14:10.818 INFO STEP 41 (remove_files) COMPLETE
90852026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.818 INFO O| May 28 17:14:10.818 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90862026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.825 INFO O| May 28 17:14:10.824 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
90872026-05-28T17:14:12.482Z[ host-image] May 28 17:14:10.825 INFO O| May 28 17:14:10.825 INFO STEP 42 (remove_files) COMPLETE
90882026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.825 INFO O| May 28 17:14:10.825 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90892026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.830 INFO O| May 28 17:14:10.830 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
90902026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.830 INFO O| May 28 17:14:10.830 INFO STEP 43 (remove_files) COMPLETE
90912026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.830 INFO O| May 28 17:14:10.830 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90922026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.837 INFO O| May 28 17:14:10.836 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
90932026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.837 INFO O| May 28 17:14:10.837 INFO STEP 44 (remove_files) COMPLETE
90942026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.837 INFO O| May 28 17:14:10.837 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90952026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.842 INFO O| May 28 17:14:10.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
90962026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.842 INFO O| May 28 17:14:10.842 INFO STEP 45 (remove_files) COMPLETE
90972026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.842 INFO O| May 28 17:14:10.842 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90982026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.848 INFO O| May 28 17:14:10.848 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
90992026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.848 INFO O| May 28 17:14:10.848 INFO STEP 46 (remove_files) COMPLETE
91002026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.848 INFO O| May 28 17:14:10.848 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91012026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.855 INFO O| May 28 17:14:10.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
91022026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.855 INFO O| May 28 17:14:10.855 INFO STEP 47 (remove_files) COMPLETE
91032026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.855 INFO O| May 28 17:14:10.855 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91042026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.862 INFO O| May 28 17:14:10.862 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
91052026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.862 INFO O| May 28 17:14:10.862 INFO STEP 48 (remove_files) COMPLETE
91062026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.862 INFO O| May 28 17:14:10.862 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91072026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.869 INFO O| May 28 17:14:10.869 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
91082026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.869 INFO O| May 28 17:14:10.869 INFO STEP 49 (remove_files) COMPLETE
91092026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.869 INFO O| May 28 17:14:10.869 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91102026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.876 INFO O| May 28 17:14:10.876 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
91112026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.876 INFO O| May 28 17:14:10.876 INFO STEP 50 (remove_files) COMPLETE
91122026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.876 INFO O| May 28 17:14:10.876 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91132026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.882 INFO O| May 28 17:14:10.882 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
91142026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.882 INFO O| May 28 17:14:10.882 INFO STEP 51 (remove_files) COMPLETE
91152026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.882 INFO O| May 28 17:14:10.882 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91162026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.888 INFO O| May 28 17:14:10.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91172026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.888 INFO O| May 28 17:14:10.888 INFO STEP 52 (remove_files) COMPLETE
91182026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.888 INFO O| May 28 17:14:10.888 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91192026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.894 INFO O| May 28 17:14:10.894 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91202026-05-28T17:14:12.483Z[ host-image] May 28 17:14:10.894 INFO O| May 28 17:14:10.894 INFO STEP 53 (remove_files) COMPLETE
91212026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.894 INFO O| May 28 17:14:10.894 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91222026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.901 INFO O| May 28 17:14:10.901 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
91232026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.901 INFO O| May 28 17:14:10.901 INFO STEP 54 (remove_files) COMPLETE
91242026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.901 INFO O| May 28 17:14:10.901 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91252026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.908 INFO O| May 28 17:14:10.908 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
91262026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.908 INFO O| May 28 17:14:10.908 INFO STEP 55 (remove_files) COMPLETE
91272026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.908 INFO O| May 28 17:14:10.908 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91282026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.914 INFO O| May 28 17:14:10.914 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
91292026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.914 INFO O| May 28 17:14:10.914 INFO STEP 56 (remove_files) COMPLETE
91302026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.914 INFO O| May 28 17:14:10.914 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91312026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.921 INFO O| May 28 17:14:10.921 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
91322026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.921 INFO O| May 28 17:14:10.921 INFO STEP 57 (remove_files) COMPLETE
91332026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.921 INFO O| May 28 17:14:10.921 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91342026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.927 INFO O| May 28 17:14:10.927 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
91352026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.927 INFO O| May 28 17:14:10.927 INFO STEP 58 (remove_files) COMPLETE
91362026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.928 INFO O| May 28 17:14:10.927 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91372026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.934 INFO O| May 28 17:14:10.934 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91382026-05-28T17:14:12.484Z[ host-image] May 28 17:14:10.934 INFO O| May 28 17:14:10.934 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
91392026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.934 INFO O| May 28 17:14:10.934 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91402026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.934 INFO O| May 28 17:14:10.934 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91412026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.934 INFO O| May 28 17:14:10.934 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91422026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.934 INFO O| May 28 17:14:10.934 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91432026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.934 INFO O| May 28 17:14:10.934 INFO ok!
91442026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.934 INFO O| May 28 17:14:10.934 INFO STEP 59 (ensure_file) COMPLETE
91452026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.934 INFO O| May 28 17:14:10.934 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91462026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.941 INFO O| May 28 17:14:10.941 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91472026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.941 INFO O| May 28 17:14:10.941 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
91482026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.941 INFO O| May 28 17:14:10.941 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91492026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.941 INFO O| May 28 17:14:10.941 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91502026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.941 INFO O| May 28 17:14:10.941 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91512026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.941 INFO O| May 28 17:14:10.941 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91522026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.941 INFO O| May 28 17:14:10.941 INFO ok!
91532026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.941 INFO O| May 28 17:14:10.941 INFO STEP 60 (ensure_file) COMPLETE
91542026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.941 INFO O| May 28 17:14:10.941 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91552026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.948 INFO O| May 28 17:14:10.948 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91562026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.948 INFO O| May 28 17:14:10.948 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91572026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.948 INFO O| May 28 17:14:10.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91582026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.948 INFO O| May 28 17:14:10.948 INFO ok!
91592026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.948 INFO O| May 28 17:14:10.948 INFO STEP 61 (ensure_file) COMPLETE
91602026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.948 INFO O| May 28 17:14:10.948 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91612026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.955 INFO O| May 28 17:14:10.954 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91622026-05-28T17:14:12.489Z[ host-image] May 28 17:14:10.955 INFO O| May 28 17:14:10.955 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
91632026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.955 INFO O| May 28 17:14:10.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
91642026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.955 INFO O| May 28 17:14:10.955 INFO ok!
91652026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.955 INFO O| May 28 17:14:10.955 INFO STEP 62 (ensure_file) COMPLETE
91662026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.955 INFO O| May 28 17:14:10.955 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91672026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.961 INFO O| May 28 17:14:10.961 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
91682026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.961 INFO O| May 28 17:14:10.961 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
91692026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.961 INFO O| May 28 17:14:10.961 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91702026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.961 INFO O| May 28 17:14:10.961 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91712026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.961 INFO O| May 28 17:14:10.961 INFO ok!
91722026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.961 INFO O| May 28 17:14:10.961 INFO STEP 63 (ensure_file) COMPLETE
91732026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.961 INFO O| May 28 17:14:10.961 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91742026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.967 INFO O| May 28 17:14:10.967 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
91752026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.967 INFO O| May 28 17:14:10.967 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
91762026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.967 INFO O| May 28 17:14:10.967 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91772026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.967 INFO O| May 28 17:14:10.967 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91782026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.967 INFO O| May 28 17:14:10.967 INFO ok!
91792026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.967 INFO O| May 28 17:14:10.967 INFO STEP 64 (ensure_file) COMPLETE
91802026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.967 INFO O| May 28 17:14:10.967 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91812026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.974 INFO O| May 28 17:14:10.974 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
91822026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.974 INFO O| May 28 17:14:10.974 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
91832026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.974 INFO O| May 28 17:14:10.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
91842026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.974 INFO O| May 28 17:14:10.974 INFO ok!
91852026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.974 INFO O| May 28 17:14:10.974 INFO STEP 65 (assemble_files) COMPLETE
91862026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.974 INFO O| May 28 17:14:10.974 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91872026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.980 INFO O| May 28 17:14:10.980 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
91882026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.980 INFO O| May 28 17:14:10.980 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
91892026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.980 INFO O| May 28 17:14:10.980 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91902026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.980 INFO O| May 28 17:14:10.980 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91912026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.980 INFO O| May 28 17:14:10.980 INFO ok!
91922026-05-28T17:14:12.490Z[ host-image] May 28 17:14:10.980 INFO O| May 28 17:14:10.980 INFO STEP 66 (ensure_file) COMPLETE
91932026-05-28T17:14:12.491Z[ host-image] May 28 17:14:10.980 INFO O| May 28 17:14:10.980 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91942026-05-28T17:14:12.491Z[ host-image] May 28 17:14:10.986 INFO O| May 28 17:14:10.986 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91952026-05-28T17:14:12.491Z[ host-image] May 28 17:14:10.986 INFO O| May 28 17:14:10.986 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91962026-05-28T17:14:12.491Z[ host-image] May 28 17:14:10.986 INFO O| May 28 17:14:10.986 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91972026-05-28T17:14:12.491Z[ host-image] May 28 17:14:10.986 INFO O| May 28 17:14:10.986 INFO STEP 67 (ensure_dir) COMPLETE
91982026-05-28T17:14:12.491Z[ host-image] May 28 17:14:10.986 INFO O| May 28 17:14:10.986 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91992026-05-28T17:14:12.491Z[ host-image] May 28 17:14:10.992 INFO O| May 28 17:14:10.992 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92002026-05-28T17:14:12.491Z[ host-image] May 28 17:14:10.992 INFO O| May 28 17:14:10.992 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 ...
92012026-05-28T17:14:12.491Z[ host-image] May 28 17:14:10.998 INFO O| May 28 17:14:10.998 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
92022026-05-28T17:14:12.491Z[ host-image] May 28 17:14:10.998 INFO O| May 28 17:14:10.998 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92032026-05-28T17:14:12.491Z[ host-image] May 28 17:14:10.998 INFO O| May 28 17:14:10.998 INFO ok!
92042026-05-28T17:14:12.491Z[ host-image] May 28 17:14:10.999 INFO O| May 28 17:14:10.998 INFO STEP 68 (ensure_file) COMPLETE
92052026-05-28T17:14:12.491Z[ host-image] May 28 17:14:10.999 INFO O| May 28 17:14:10.998 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92062026-05-28T17:14:12.491Z[ host-image] May 28 17:14:11.005 INFO O| May 28 17:14:11.005 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92072026-05-28T17:14:12.491Z[ host-image] May 28 17:14:11.005 INFO O| May 28 17:14:11.005 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 ...
92082026-05-28T17:14:12.491Z[ host-image] May 28 17:14:11.005 INFO O| May 28 17:14:11.005 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
92092026-05-28T17:14:12.491Z[ host-image] May 28 17:14:11.005 INFO O| May 28 17:14:11.005 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92102026-05-28T17:14:12.491Z[ host-image] May 28 17:14:11.005 INFO O| May 28 17:14:11.005 INFO ok!
92112026-05-28T17:14:12.491Z[ host-image] May 28 17:14:11.005 INFO O| May 28 17:14:11.005 INFO STEP 69 (ensure_file) COMPLETE
92122026-05-28T17:14:12.491Z[ host-image] May 28 17:14:11.005 INFO O| May 28 17:14:11.005 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92132026-05-28T17:14:12.491Z[ host-image] May 28 17:14:11.015 INFO O| May 28 17:14:11.015 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
92142026-05-28T17:14:12.491Z[ host-image] May 28 17:14:11.015 INFO O| May 28 17:14:11.015 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
92152026-05-28T17:14:12.946Z[ host-image] May 28 17:14:12.409 INFO O| May 28 17:14:12.409 INFO STEP 70 (pack_tar) COMPLETE
92162026-05-28T17:14:12.946Z[ host-image] May 28 17:14:12.409 INFO O| May 28 17:14:12.409 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
92172026-05-28T17:14:12.946Z[ host-image] May 28 17:14:12.409 INFO O| May 28 17:14:12.409 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
92182026-05-28T17:14:13.072Z[ recovery-image] May 28 17:14:12.535 INFO O| ok, image written!
92192026-05-28T17:14:13.072Z[ recovery-image] May 28 17:14:12.535 INFO O| ok, boot_image_csum file written!
92202026-05-28T17:14:13.076Z[ recovery-image] May 28 17:14:12.537 INFO creating boot archive (CPIO)...
92212026-05-28T17:14:13.076Z[ recovery-image] May 28 17:14:12.537 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
92222026-05-28T17:14:13.079Z[ recovery-image] May 28 17:14:12.542 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
92232026-05-28T17:14:13.079Z[ recovery-image] May 28 17:14:12.542 INFO E| + outfile=/work/os-recovery/cpio
92242026-05-28T17:14:13.079Z[ recovery-image] May 28 17:14:12.542 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
92252026-05-28T17:14:13.082Z[ recovery-image] May 28 17:14:12.544 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
92262026-05-28T17:14:13.083Z[ recovery-image] May 28 17:14:12.544 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
92272026-05-28T17:14:13.094Z[ recovery-image] May 28 17:14:12.557 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
92282026-05-28T17:14:13.096Z[ recovery-image] May 28 17:14:12.557 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
92292026-05-28T17:14:13.099Z[ recovery-image] May 28 17:14:12.563 INFO creating compressed cpio/unix for dev loaders...
92302026-05-28T17:14:13.100Z[ recovery-image] May 28 17:14:12.563 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
92312026-05-28T17:14:13.339Z[ recovery-image] May 28 17:14:12.803 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
92322026-05-28T17:14:13.456Z[ host-image] May 28 17:14:12.917 INFO O| May 28 17:14:12.917 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92332026-05-28T17:14:13.613Z[ host-image] May 28 17:14:13.076 INFO O| May 28 17:14:13.076 INFO completed processing sled/ramdisk-02-trim
92342026-05-28T17:14:13.616Z[ host-image] May 28 17:14:13.078 INFO image builder template: zfs...
92352026-05-28T17:14:13.616Z[ host-image] May 28 17:14:13.078 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/.tmpF3EbOY/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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs"], pwd: None
92362026-05-28T17:14:13.626Z[ host-image] May 28 17:14:13.090 INFO O| May 28 17:14:13.090 INFO skip include "stress" because feature "stress" is not enabled
92372026-05-28T17:14:13.626Z[ host-image] May 28 17:14:13.090 INFO O| May 28 17:14:13.090 INFO skip include "stress" because feature "compliance" is not enabled
92382026-05-28T17:14:13.655Z[ host-image] May 28 17:14:13.119 INFO O| May 28 17:14:13.119 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
92392026-05-28T17:14:13.658Z[ host-image] May 28 17:14:13.122 INFO O| May 28 17:14:13.122 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
92402026-05-28T17:14:13.757Z[ host-image] May 28 17:14:13.221 INFO O| May 28 17:14:13.221 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
92412026-05-28T17:14:13.837Z[ host-image] May 28 17:14:13.301 INFO O| May 28 17:14:13.301 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
92422026-05-28T17:14:13.837Z[ host-image] May 28 17:14:13.301 INFO O| May 28 17:14:13.301 INFO work dataset: rpool/images/build/host/work/sled/zfs
92432026-05-28T17:14:13.841Z[ host-image] May 28 17:14:13.305 INFO O| May 28 17:14:13.304 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
92442026-05-28T17:14:13.930Z[ host-image] May 28 17:14:13.393 INFO O| May 28 17:14:13.393 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
92452026-05-28T17:14:13.994Z[ host-image] May 28 17:14:13.458 INFO O| May 28 17:14:13.458 INFO DESTROY POOL: TEMPORARY-sled-zfs
92462026-05-28T17:14:14.002Z[ host-image] May 28 17:14:13.466 INFO O| May 28 17:14:13.465 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
92472026-05-28T17:14:14.007Z[ host-image] May 28 17:14:13.470 INFO O| May 28 17:14:13.470 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
92482026-05-28T17:14:14.010Z[ host-image] May 28 17:14:13.470 INFO O| May 28 17:14:13.470 INFO no lofi found
92492026-05-28T17:14:14.010Z[ host-image] May 28 17:14:13.470 INFO O| May 28 17:14:13.470 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
92502026-05-28T17:14:14.010Z[ host-image] May 28 17:14:13.470 INFO O| May 28 17:14:13.470 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
92512026-05-28T17:14:15.538Z[ host-image] May 28 17:14:15.001 INFO O| May 28 17:14:15.001 INFO lofi device = /dev/dsk/c2t1d0p0
92522026-05-28T17:14:15.538Z[ host-image] May 28 17:14:15.001 INFO O| May 28 17:14:15.001 INFO pool device = /dev/dsk/c2t1d0p0
92532026-05-28T17:14:15.541Z[ host-image] May 28 17:14:15.001 INFO O| May 28 17:14:15.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
92542026-05-28T17:14:15.604Z[ host-image] May 28 17:14:15.068 INFO O| May 28 17:14:15.068 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92552026-05-28T17:14:15.604Z[ host-image] May 28 17:14:15.068 INFO O| May 28 17:14:15.068 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
92562026-05-28T17:14:15.620Z[ host-image] May 28 17:14:15.083 INFO O| May 28 17:14:15.083 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
92572026-05-28T17:14:15.660Z[ host-image] May 28 17:14:15.124 INFO O| May 28 17:14:15.124 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
92582026-05-28T17:14:15.688Z[ host-image] May 28 17:14:15.152 INFO O| May 28 17:14:15.152 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
92592026-05-28T17:14:15.700Z[ host-image] May 28 17:14:15.164 INFO O| May 28 17:14:15.164 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
92602026-05-28T17:14:15.708Z[ host-image] May 28 17:14:15.172 INFO O| May 28 17:14:15.172 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
92612026-05-28T17:14:15.741Z[ host-image] May 28 17:14:15.205 INFO O| May 28 17:14:15.205 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
92622026-05-28T17:14:15.741Z[ host-image] May 28 17:14:15.205 INFO O| May 28 17:14:15.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
92632026-05-28T17:14:15.744Z[ host-image] May 28 17:14:15.205 INFO O| May 28 17:14:15.205 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
92642026-05-28T17:14:15.749Z[ host-image] May 28 17:14:15.213 INFO O| May 28 17:14:15.213 INFO boot environment UUID: 11cd92aa-0ef8-48f4-8913-87283208f899
92652026-05-28T17:14:15.749Z[ host-image] May 28 17:14:15.213 INFO O| May 28 17:14:15.213 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 11cd92aa-0ef8-48f4-8913-87283208f899
92662026-05-28T17:14:15.756Z[ host-image] May 28 17:14:15.220 INFO O| May 28 17:14:15.220 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92672026-05-28T17:14:15.763Z[ host-image] May 28 17:14:15.227 INFO O| May 28 17:14:15.227 INFO STEP 0 (create_be) COMPLETE
92682026-05-28T17:14:15.763Z[ host-image] May 28 17:14:15.227 INFO O| May 28 17:14:15.227 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92692026-05-28T17:14:15.773Z[ host-image] May 28 17:14:15.237 INFO O| May 28 17:14:15.237 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
92702026-05-28T17:14:17.043Z[ recovery-image] May 28 17:14:16.502 INFO creating reset image...
92712026-05-28T17:14:17.046Z[ recovery-image] May 28 17:14:16.502 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
92722026-05-28T17:14:25.438Z[ host-image] May 28 17:14:24.902 INFO O| May 28 17:14:24.902 INFO STEP 1 (unpack_tar) COMPLETE
92732026-05-28T17:14:25.439Z[ host-image] May 28 17:14:24.902 INFO O| May 28 17:14:24.902 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92742026-05-28T17:14:25.449Z[ host-image] May 28 17:14:24.913 INFO O| May 28 17:14:24.913 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
92752026-05-28T17:14:25.826Z[ host-image] May 28 17:14:25.290 INFO O| May 28 17:14:25.290 INFO STEP 2 (devfsadm) COMPLETE
92762026-05-28T17:14:25.826Z[ host-image] May 28 17:14:25.290 INFO O| May 28 17:14:25.290 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92772026-05-28T17:14:25.836Z[ host-image] May 28 17:14:25.300 INFO O| May 28 17:14:25.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92782026-05-28T17:14:25.836Z[ host-image] May 28 17:14:25.300 INFO O| May 28 17:14:25.300 INFO STEP 3 (ensure_dir) COMPLETE
92792026-05-28T17:14:25.836Z[ host-image] May 28 17:14:25.300 INFO O| May 28 17:14:25.300 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92802026-05-28T17:14:25.844Z[ host-image] May 28 17:14:25.308 INFO O| May 28 17:14:25.308 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92812026-05-28T17:14:25.844Z[ host-image] May 28 17:14:25.308 INFO O| May 28 17:14:25.308 INFO STEP 4 (ensure_dir) COMPLETE
92822026-05-28T17:14:25.847Z[ host-image] May 28 17:14:25.308 INFO O| May 28 17:14:25.308 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92832026-05-28T17:14:25.855Z[ host-image] May 28 17:14:25.318 INFO O| May 28 17:14:25.318 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92842026-05-28T17:14:25.855Z[ host-image] May 28 17:14:25.318 INFO O| May 28 17:14:25.318 INFO STEP 5 (ensure_dir) COMPLETE
92852026-05-28T17:14:25.857Z[ host-image] May 28 17:14:25.318 INFO O| May 28 17:14:25.318 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92862026-05-28T17:14:25.872Z[ host-image] May 28 17:14:25.327 INFO O| May 28 17:14:25.327 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92872026-05-28T17:14:25.872Z[ host-image] May 28 17:14:25.327 INFO O| May 28 17:14:25.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92882026-05-28T17:14:25.872Z[ host-image] May 28 17:14:25.327 INFO O| May 28 17:14:25.327 INFO STEP 6 (ensure_dir) COMPLETE
92892026-05-28T17:14:25.872Z[ host-image] May 28 17:14:25.327 INFO O| May 28 17:14:25.327 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92902026-05-28T17:14:25.875Z[ host-image] May 28 17:14:25.335 INFO O| May 28 17:14:25.335 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92912026-05-28T17:14:25.875Z[ host-image] May 28 17:14:25.335 INFO O| May 28 17:14:25.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92922026-05-28T17:14:25.875Z[ host-image] May 28 17:14:25.335 INFO O| May 28 17:14:25.335 INFO STEP 7 (ensure_dir) COMPLETE
92932026-05-28T17:14:25.875Z[ host-image] May 28 17:14:25.335 INFO O| May 28 17:14:25.335 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92942026-05-28T17:14:25.878Z[ host-image] May 28 17:14:25.342 INFO O| May 28 17:14:25.342 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
92952026-05-28T17:14:25.881Z[ host-image] May 28 17:14:25.343 INFO O| May 28 17:14:25.343 INFO STEP 8 (remove_files) COMPLETE
92962026-05-28T17:14:25.881Z[ host-image] May 28 17:14:25.343 INFO O| May 28 17:14:25.343 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92972026-05-28T17:14:25.885Z[ host-image] May 28 17:14:25.350 INFO O| May 28 17:14:25.349 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
92982026-05-28T17:14:25.888Z[ host-image] May 28 17:14:25.350 INFO O| May 28 17:14:25.350 INFO STEP 9 (remove_files) COMPLETE
92992026-05-28T17:14:25.888Z[ host-image] May 28 17:14:25.350 INFO O| May 28 17:14:25.350 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93002026-05-28T17:14:25.894Z[ host-image] May 28 17:14:25.357 INFO O| May 28 17:14:25.357 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
93012026-05-28T17:14:25.897Z[ host-image] May 28 17:14:25.358 INFO O| May 28 17:14:25.358 INFO STEP 10 (remove_files) COMPLETE
93022026-05-28T17:14:25.897Z[ host-image] May 28 17:14:25.358 INFO O| May 28 17:14:25.358 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93032026-05-28T17:14:25.900Z[ host-image] May 28 17:14:25.364 INFO O| May 28 17:14:25.364 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
93042026-05-28T17:14:25.900Z[ host-image] May 28 17:14:25.364 INFO O| May 28 17:14:25.364 INFO STEP 11 (remove_files) COMPLETE
93052026-05-28T17:14:25.905Z[ host-image] May 28 17:14:25.364 INFO O| May 28 17:14:25.364 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93062026-05-28T17:14:25.908Z[ host-image] May 28 17:14:25.371 INFO O| May 28 17:14:25.371 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
93072026-05-28T17:14:25.908Z[ host-image] May 28 17:14:25.371 INFO O| May 28 17:14:25.371 INFO STEP 12 (remove_files) COMPLETE
93082026-05-28T17:14:25.908Z[ host-image] May 28 17:14:25.371 INFO O| May 28 17:14:25.371 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93092026-05-28T17:14:25.914Z[ host-image] May 28 17:14:25.378 INFO O| May 28 17:14:25.378 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93102026-05-28T17:14:25.914Z[ host-image] May 28 17:14:25.378 INFO O| May 28 17:14:25.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93112026-05-28T17:14:25.917Z[ host-image] May 28 17:14:25.378 INFO O| May 28 17:14:25.378 INFO STEP 13 (ensure_dir) COMPLETE
93122026-05-28T17:14:25.917Z[ host-image] May 28 17:14:25.378 INFO O| May 28 17:14:25.378 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93132026-05-28T17:14:25.921Z[ host-image] May 28 17:14:25.385 INFO O| May 28 17:14:25.385 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93142026-05-28T17:14:25.921Z[ host-image] May 28 17:14:25.386 INFO O| May 28 17:14:25.385 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93152026-05-28T17:14:25.926Z[ host-image] May 28 17:14:25.386 INFO O| May 28 17:14:25.386 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93162026-05-28T17:14:25.926Z[ host-image] May 28 17:14:25.386 INFO O| May 28 17:14:25.386 INFO STEP 14 (ensure_dir) COMPLETE
93172026-05-28T17:14:25.926Z[ host-image] May 28 17:14:25.386 INFO O| May 28 17:14:25.386 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93182026-05-28T17:14:25.930Z[ host-image] May 28 17:14:25.394 INFO O| May 28 17:14:25.394 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93192026-05-28T17:14:25.933Z[ host-image] May 28 17:14:25.395 INFO O| May 28 17:14:25.395 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93202026-05-28T17:14:25.933Z[ host-image] May 28 17:14:25.395 INFO O| May 28 17:14:25.395 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93212026-05-28T17:14:25.933Z[ host-image] May 28 17:14:25.395 INFO O| May 28 17:14:25.395 INFO STEP 15 (ensure_dir) COMPLETE
93222026-05-28T17:14:25.933Z[ host-image] May 28 17:14:25.395 INFO O| May 28 17:14:25.395 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93232026-05-28T17:14:25.939Z[ host-image] May 28 17:14:25.403 INFO O| May 28 17:14:25.403 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93242026-05-28T17:14:25.939Z[ host-image] May 28 17:14:25.403 INFO O| May 28 17:14:25.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93252026-05-28T17:14:25.942Z[ host-image] May 28 17:14:25.403 INFO O| May 28 17:14:25.403 INFO STEP 16 (ensure_dir) COMPLETE
93262026-05-28T17:14:25.942Z[ host-image] May 28 17:14:25.403 INFO O| May 28 17:14:25.403 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93272026-05-28T17:14:25.945Z[ host-image] May 28 17:14:25.409 INFO O| May 28 17:14:25.409 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93282026-05-28T17:14:25.945Z[ host-image] May 28 17:14:25.409 INFO O| May 28 17:14:25.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93292026-05-28T17:14:25.948Z[ host-image] May 28 17:14:25.409 INFO O| May 28 17:14:25.409 INFO STEP 17 (ensure_dir) COMPLETE
93302026-05-28T17:14:25.948Z[ host-image] May 28 17:14:25.409 INFO O| May 28 17:14:25.409 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93312026-05-28T17:14:25.954Z[ host-image] May 28 17:14:25.418 INFO O| May 28 17:14:25.418 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93322026-05-28T17:14:25.954Z[ host-image] May 28 17:14:25.418 INFO O| May 28 17:14:25.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
93332026-05-28T17:14:25.957Z[ host-image] May 28 17:14:25.418 INFO O| May 28 17:14:25.418 INFO ok!
93342026-05-28T17:14:25.957Z[ host-image] May 28 17:14:25.418 INFO O| May 28 17:14:25.418 INFO STEP 18 (ensure_symlink) COMPLETE
93352026-05-28T17:14:25.957Z[ host-image] May 28 17:14:25.418 INFO O| May 28 17:14:25.418 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93362026-05-28T17:14:25.964Z[ host-image] May 28 17:14:25.427 INFO O| May 28 17:14:25.427 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
93372026-05-28T17:14:25.966Z[ host-image] May 28 17:14:25.427 INFO O| May 28 17:14:25.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
93382026-05-28T17:14:25.966Z[ host-image] May 28 17:14:25.427 INFO O| May 28 17:14:25.427 INFO ok!
93392026-05-28T17:14:25.966Z[ host-image] May 28 17:14:25.427 INFO O| May 28 17:14:25.427 INFO STEP 19 (ensure_file) COMPLETE
93402026-05-28T17:14:25.966Z[ host-image] May 28 17:14:25.427 INFO O| May 28 17:14:25.427 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93412026-05-28T17:14:25.971Z[ host-image] May 28 17:14:25.435 INFO O| May 28 17:14:25.435 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
93422026-05-28T17:14:25.971Z[ host-image] May 28 17:14:25.435 INFO O| May 28 17:14:25.435 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93432026-05-28T17:14:25.974Z[ host-image] May 28 17:14:25.435 INFO O| May 28 17:14:25.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
93442026-05-28T17:14:25.974Z[ host-image] May 28 17:14:25.435 INFO O| May 28 17:14:25.435 INFO ok!
93452026-05-28T17:14:25.974Z[ host-image] May 28 17:14:25.435 INFO O| May 28 17:14:25.435 INFO STEP 20 (ensure_symlink) COMPLETE
93462026-05-28T17:14:25.974Z[ host-image] May 28 17:14:25.435 INFO O| May 28 17:14:25.435 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93472026-05-28T17:14:25.978Z[ host-image] May 28 17:14:25.442 INFO O| May 28 17:14:25.442 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93482026-05-28T17:14:25.978Z[ host-image] May 28 17:14:25.442 INFO O| May 28 17:14:25.442 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93492026-05-28T17:14:25.980Z[ host-image] May 28 17:14:25.442 INFO O| May 28 17:14:25.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
93502026-05-28T17:14:25.981Z[ host-image] May 28 17:14:25.442 INFO O| May 28 17:14:25.442 INFO ok!
93512026-05-28T17:14:25.981Z[ host-image] May 28 17:14:25.442 INFO O| May 28 17:14:25.442 INFO STEP 21 (ensure_symlink) COMPLETE
93522026-05-28T17:14:25.981Z[ host-image] May 28 17:14:25.442 INFO O| May 28 17:14:25.442 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93532026-05-28T17:14:25.987Z[ host-image] May 28 17:14:25.451 INFO O| May 28 17:14:25.451 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
93542026-05-28T17:14:25.987Z[ host-image] May 28 17:14:25.451 INFO O| May 28 17:14:25.451 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93552026-05-28T17:14:25.987Z[ host-image] May 28 17:14:25.451 INFO O| May 28 17:14:25.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
93562026-05-28T17:14:25.987Z[ host-image] May 28 17:14:25.451 INFO O| May 28 17:14:25.451 INFO ok!
93572026-05-28T17:14:25.990Z[ host-image] May 28 17:14:25.451 INFO O| May 28 17:14:25.451 INFO STEP 22 (ensure_symlink) COMPLETE
93582026-05-28T17:14:25.990Z[ host-image] May 28 17:14:25.451 INFO O| May 28 17:14:25.451 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93592026-05-28T17:14:25.995Z[ host-image] May 28 17:14:25.459 INFO O| May 28 17:14:25.459 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
93602026-05-28T17:14:25.995Z[ host-image] May 28 17:14:25.459 INFO O| May 28 17:14:25.459 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93612026-05-28T17:14:25.997Z[ host-image] May 28 17:14:25.459 INFO O| May 28 17:14:25.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
93622026-05-28T17:14:25.998Z[ host-image] May 28 17:14:25.459 INFO O| May 28 17:14:25.459 INFO ok!
93632026-05-28T17:14:25.998Z[ host-image] May 28 17:14:25.459 INFO O| May 28 17:14:25.459 INFO STEP 23 (ensure_symlink) COMPLETE
93642026-05-28T17:14:25.998Z[ host-image] May 28 17:14:25.459 INFO O| May 28 17:14:25.459 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93652026-05-28T17:14:26.002Z[ host-image] May 28 17:14:25.466 INFO O| May 28 17:14:25.466 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93662026-05-28T17:14:26.002Z[ host-image] May 28 17:14:25.466 INFO O| May 28 17:14:25.466 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
93672026-05-28T17:14:26.005Z[ host-image] May 28 17:14:25.466 INFO O| May 28 17:14:25.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
93682026-05-28T17:14:26.005Z[ host-image] May 28 17:14:25.466 INFO O| May 28 17:14:25.466 INFO ok!
93692026-05-28T17:14:26.005Z[ host-image] May 28 17:14:25.466 INFO O| May 28 17:14:25.466 INFO STEP 24 (ensure_file) COMPLETE
93702026-05-28T17:14:26.005Z[ host-image] May 28 17:14:25.466 INFO O| May 28 17:14:25.466 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93712026-05-28T17:14:26.011Z[ host-image] May 28 17:14:25.474 INFO O| May 28 17:14:25.474 INFO updating shadow file
93722026-05-28T17:14:26.013Z[ host-image] May 28 17:14:25.474 INFO O| May 28 17:14:25.474 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93732026-05-28T17:14:26.013Z[ host-image] May 28 17:14:25.475 INFO O| May 28 17:14:25.475 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93742026-05-28T17:14:26.013Z[ host-image] May 28 17:14:25.475 INFO O| May 28 17:14:25.475 INFO STEP 25 (shadow) COMPLETE
93752026-05-28T17:14:26.014Z[ host-image] May 28 17:14:25.475 INFO O| May 28 17:14:25.475 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93762026-05-28T17:14:26.018Z[ host-image] May 28 17:14:25.482 INFO O| May 28 17:14:25.482 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93772026-05-28T17:14:26.021Z[ host-image] May 28 17:14:25.482 INFO O| May 28 17:14:25.482 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
93782026-05-28T17:14:26.021Z[ host-image] May 28 17:14:25.482 INFO O| May 28 17:14:25.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
93792026-05-28T17:14:26.021Z[ host-image] May 28 17:14:25.482 INFO O| May 28 17:14:25.482 INFO ok!
93802026-05-28T17:14:26.021Z[ host-image] May 28 17:14:25.482 INFO O| May 28 17:14:25.482 INFO STEP 26 (ensure_file) COMPLETE
93812026-05-28T17:14:26.021Z[ host-image] May 28 17:14:25.482 INFO O| May 28 17:14:25.482 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93822026-05-28T17:14:26.027Z[ host-image] May 28 17:14:25.491 INFO O| May 28 17:14:25.491 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
93832026-05-28T17:14:26.027Z[ host-image] May 28 17:14:25.491 INFO O| May 28 17:14:25.491 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
93842026-05-28T17:14:26.030Z[ host-image] May 28 17:14:25.491 INFO O| May 28 17:14:25.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
93852026-05-28T17:14:26.030Z[ host-image] May 28 17:14:25.491 INFO O| May 28 17:14:25.491 INFO ok!
93862026-05-28T17:14:26.030Z[ host-image] May 28 17:14:25.491 INFO O| May 28 17:14:25.491 INFO STEP 27 (ensure_file) COMPLETE
93872026-05-28T17:14:26.030Z[ host-image] May 28 17:14:25.491 INFO O| May 28 17:14:25.491 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93882026-05-28T17:14:26.035Z[ host-image] May 28 17:14:25.499 INFO O| May 28 17:14:25.499 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93892026-05-28T17:14:26.035Z[ host-image] May 28 17:14:25.499 INFO O| May 28 17:14:25.499 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
93902026-05-28T17:14:26.038Z[ host-image] May 28 17:14:25.499 INFO O| May 28 17:14:25.499 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93912026-05-28T17:14:26.038Z[ host-image] May 28 17:14:25.499 INFO O| May 28 17:14:25.499 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93922026-05-28T17:14:26.038Z[ host-image] May 28 17:14:25.499 INFO O| May 28 17:14:25.499 INFO ok!
93932026-05-28T17:14:26.038Z[ host-image] May 28 17:14:25.499 INFO O| May 28 17:14:25.499 INFO STEP 28 (ensure_file) COMPLETE
93942026-05-28T17:14:26.038Z[ host-image] May 28 17:14:25.499 INFO O| May 28 17:14:25.499 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93952026-05-28T17:14:26.042Z[ host-image] May 28 17:14:25.507 INFO O| May 28 17:14:25.507 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
93962026-05-28T17:14:26.043Z[ host-image] May 28 17:14:25.507 INFO O| May 28 17:14:25.507 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
93972026-05-28T17:14:26.049Z[ host-image] May 28 17:14:25.507 INFO O| May 28 17:14:25.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
93982026-05-28T17:14:26.049Z[ host-image] May 28 17:14:25.507 INFO O| May 28 17:14:25.507 INFO ok!
93992026-05-28T17:14:26.049Z[ host-image] May 28 17:14:25.507 INFO O| May 28 17:14:25.507 INFO STEP 29 (ensure_file) COMPLETE
94002026-05-28T17:14:26.049Z[ host-image] May 28 17:14:25.507 INFO O| May 28 17:14:25.507 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94012026-05-28T17:14:26.052Z[ host-image] May 28 17:14:25.516 INFO O| May 28 17:14:25.516 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94022026-05-28T17:14:26.052Z[ host-image] May 28 17:14:25.516 INFO O| May 28 17:14:25.516 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94032026-05-28T17:14:26.055Z[ host-image] May 28 17:14:25.516 INFO O| May 28 17:14:25.516 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94042026-05-28T17:14:26.055Z[ host-image] May 28 17:14:25.516 INFO O| May 28 17:14:25.516 INFO STEP 30 (ensure_dir) COMPLETE
94052026-05-28T17:14:26.055Z[ host-image] May 28 17:14:25.516 INFO O| May 28 17:14:25.516 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94062026-05-28T17:14:26.060Z[ host-image] May 28 17:14:25.523 INFO O| May 28 17:14:25.523 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
94072026-05-28T17:14:26.060Z[ host-image] May 28 17:14:25.523 INFO O| May 28 17:14:25.523 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
94082026-05-28T17:14:26.060Z[ host-image] May 28 17:14:25.523 INFO O| May 28 17:14:25.523 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94092026-05-28T17:14:26.060Z[ host-image] May 28 17:14:25.523 INFO O| May 28 17:14:25.523 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94102026-05-28T17:14:26.060Z[ host-image] May 28 17:14:25.523 INFO O| May 28 17:14:25.523 INFO ok!
94112026-05-28T17:14:26.060Z[ host-image] May 28 17:14:25.523 INFO O| May 28 17:14:25.523 INFO STEP 31 (ensure_file) COMPLETE
94122026-05-28T17:14:26.060Z[ host-image] May 28 17:14:25.523 INFO O| May 28 17:14:25.523 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94132026-05-28T17:14:26.065Z[ host-image] May 28 17:14:25.529 INFO O| May 28 17:14:25.529 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94142026-05-28T17:14:26.065Z[ host-image] May 28 17:14:25.529 INFO O| May 28 17:14:25.529 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94152026-05-28T17:14:26.068Z[ host-image] May 28 17:14:25.529 INFO O| May 28 17:14:25.529 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94162026-05-28T17:14:26.068Z[ host-image] May 28 17:14:25.529 INFO O| May 28 17:14:25.529 INFO STEP 32 (ensure_dir) COMPLETE
94172026-05-28T17:14:26.068Z[ host-image] May 28 17:14:25.529 INFO O| May 28 17:14:25.529 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94182026-05-28T17:14:26.074Z[ host-image] May 28 17:14:25.538 INFO O| May 28 17:14:25.538 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94192026-05-28T17:14:26.074Z[ host-image] May 28 17:14:25.538 INFO O| May 28 17:14:25.538 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 ...
94202026-05-28T17:14:26.077Z[ host-image] May 28 17:14:25.538 INFO O| May 28 17:14:25.538 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
94212026-05-28T17:14:26.077Z[ host-image] May 28 17:14:25.538 INFO O| May 28 17:14:25.538 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
94222026-05-28T17:14:26.077Z[ host-image] May 28 17:14:25.538 INFO O| May 28 17:14:25.538 INFO ok!
94232026-05-28T17:14:26.077Z[ host-image] May 28 17:14:25.538 INFO O| May 28 17:14:25.538 INFO STEP 33 (ensure_file) COMPLETE
94242026-05-28T17:14:26.077Z[ host-image] May 28 17:14:25.538 INFO O| May 28 17:14:25.538 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94252026-05-28T17:14:26.080Z[ host-image] May 28 17:14:25.544 INFO O| May 28 17:14:25.544 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
94262026-05-28T17:14:26.080Z[ host-image] May 28 17:14:25.544 INFO O| May 28 17:14:25.544 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
94272026-05-28T17:14:26.080Z[ host-image] May 28 17:14:25.544 INFO O| May 28 17:14:25.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
94282026-05-28T17:14:26.080Z[ host-image] May 28 17:14:25.544 INFO O| May 28 17:14:25.544 INFO ok!
94292026-05-28T17:14:26.080Z[ host-image] May 28 17:14:25.544 INFO O| May 28 17:14:25.544 INFO STEP 34 (ensure_file) COMPLETE
94302026-05-28T17:14:26.080Z[ host-image] May 28 17:14:25.544 INFO O| May 28 17:14:25.544 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94312026-05-28T17:14:26.086Z[ host-image] May 28 17:14:25.550 INFO O| May 28 17:14:25.550 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94322026-05-28T17:14:26.086Z[ host-image] May 28 17:14:25.550 INFO O| May 28 17:14:25.550 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
94332026-05-28T17:14:26.089Z[ host-image] May 28 17:14:25.550 INFO O| May 28 17:14:25.550 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94342026-05-28T17:14:26.089Z[ host-image] May 28 17:14:25.550 INFO O| May 28 17:14:25.550 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94352026-05-28T17:14:26.089Z[ host-image] May 28 17:14:25.550 INFO O| May 28 17:14:25.550 INFO ok!
94362026-05-28T17:14:26.089Z[ host-image] May 28 17:14:25.550 INFO O| May 28 17:14:25.550 INFO STEP 35 (ensure_file) COMPLETE
94372026-05-28T17:14:26.089Z[ host-image] May 28 17:14:25.550 INFO O| May 28 17:14:25.550 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94382026-05-28T17:14:26.095Z[ host-image] May 28 17:14:25.559 INFO O| May 28 17:14:25.559 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
94392026-05-28T17:14:26.098Z[ host-image] May 28 17:14:25.560 INFO O| May 28 17:14:25.559 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
94402026-05-28T17:14:26.098Z[ host-image] May 28 17:14:25.560 INFO O| May 28 17:14:25.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
94412026-05-28T17:14:26.098Z[ host-image] May 28 17:14:25.560 INFO O| May 28 17:14:25.560 INFO ok!
94422026-05-28T17:14:26.098Z[ host-image] May 28 17:14:25.560 INFO O| May 28 17:14:25.560 INFO STEP 36 (ensure_file) COMPLETE
94432026-05-28T17:14:26.098Z[ host-image] May 28 17:14:25.560 INFO O| May 28 17:14:25.560 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94442026-05-28T17:14:26.102Z[ host-image] May 28 17:14:25.566 INFO O| May 28 17:14:25.566 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94452026-05-28T17:14:26.105Z[ host-image] May 28 17:14:25.566 INFO O| May 28 17:14:25.566 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
94462026-05-28T17:14:26.105Z[ host-image] May 28 17:14:25.566 INFO O| May 28 17:14:25.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
94472026-05-28T17:14:26.105Z[ host-image] May 28 17:14:25.566 INFO O| May 28 17:14:25.566 INFO ok!
94482026-05-28T17:14:26.105Z[ host-image] May 28 17:14:25.566 INFO O| May 28 17:14:25.566 INFO STEP 37 (ensure_file) COMPLETE
94492026-05-28T17:14:26.105Z[ host-image] May 28 17:14:25.566 INFO O| May 28 17:14:25.566 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94502026-05-28T17:14:26.110Z[ host-image] May 28 17:14:25.574 INFO O| May 28 17:14:25.574 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
94512026-05-28T17:14:26.110Z[ host-image] May 28 17:14:25.574 INFO O| May 28 17:14:25.574 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
94522026-05-28T17:14:26.112Z[ host-image] May 28 17:14:25.574 INFO O| May 28 17:14:25.574 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94532026-05-28T17:14:26.112Z[ host-image] May 28 17:14:25.574 INFO O| May 28 17:14:25.574 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94542026-05-28T17:14:26.112Z[ host-image] May 28 17:14:25.574 INFO O| May 28 17:14:25.574 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94552026-05-28T17:14:26.112Z[ host-image] May 28 17:14:25.574 INFO O| May 28 17:14:25.574 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94562026-05-28T17:14:26.112Z[ host-image] May 28 17:14:25.574 INFO O| May 28 17:14:25.574 INFO ok!
94572026-05-28T17:14:26.113Z[ host-image] May 28 17:14:25.574 INFO O| May 28 17:14:25.574 INFO STEP 38 (ensure_file) COMPLETE
94582026-05-28T17:14:26.113Z[ host-image] May 28 17:14:25.574 INFO O| May 28 17:14:25.574 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94592026-05-28T17:14:26.120Z[ host-image] May 28 17:14:25.584 INFO O| May 28 17:14:25.583 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94602026-05-28T17:14:26.120Z[ host-image] May 28 17:14:25.584 INFO O| May 28 17:14:25.584 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94612026-05-28T17:14:26.122Z[ host-image] May 28 17:14:25.584 INFO O| May 28 17:14:25.584 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94622026-05-28T17:14:26.122Z[ host-image] May 28 17:14:25.584 INFO O| May 28 17:14:25.584 INFO STEP 39 (ensure_dir) COMPLETE
94632026-05-28T17:14:26.122Z[ host-image] May 28 17:14:25.584 INFO O| May 28 17:14:25.584 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94642026-05-28T17:14:26.129Z[ host-image] May 28 17:14:25.593 INFO O| May 28 17:14:25.593 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
94652026-05-28T17:14:26.129Z[ host-image] May 28 17:14:25.593 INFO O| May 28 17:14:25.593 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 ...
94662026-05-28T17:14:26.132Z[ host-image] May 28 17:14:25.593 INFO O| May 28 17:14:25.593 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
94672026-05-28T17:14:26.132Z[ host-image] May 28 17:14:25.593 INFO O| May 28 17:14:25.593 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
94682026-05-28T17:14:26.132Z[ host-image] May 28 17:14:25.593 INFO O| May 28 17:14:25.593 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
94692026-05-28T17:14:26.132Z[ host-image] May 28 17:14:25.593 INFO O| May 28 17:14:25.593 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
94702026-05-28T17:14:26.132Z[ host-image] May 28 17:14:25.593 INFO O| May 28 17:14:25.593 INFO ok!
94712026-05-28T17:14:26.132Z[ host-image] May 28 17:14:25.593 INFO O| May 28 17:14:25.593 INFO STEP 40 (ensure_file) COMPLETE
94722026-05-28T17:14:26.132Z[ host-image] May 28 17:14:25.593 INFO O| May 28 17:14:25.593 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94732026-05-28T17:14:26.139Z[ host-image] May 28 17:14:25.603 INFO O| May 28 17:14:25.603 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94742026-05-28T17:14:26.139Z[ host-image] May 28 17:14:25.603 INFO O| May 28 17:14:25.603 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 ...
94752026-05-28T17:14:26.141Z[ host-image] May 28 17:14:25.603 INFO O| May 28 17:14:25.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94762026-05-28T17:14:26.142Z[ host-image] May 28 17:14:25.603 INFO O| May 28 17:14:25.603 INFO ok!
94772026-05-28T17:14:26.142Z[ host-image] May 28 17:14:25.603 INFO O| May 28 17:14:25.603 INFO STEP 41 (ensure_symlink) COMPLETE
94782026-05-28T17:14:26.142Z[ host-image] May 28 17:14:25.603 INFO O| May 28 17:14:25.603 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94792026-05-28T17:14:26.148Z[ host-image] May 28 17:14:25.612 INFO O| May 28 17:14:25.612 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
94802026-05-28T17:14:26.152Z[ host-image] May 28 17:14:25.612 INFO O| May 28 17:14:25.612 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94812026-05-28T17:14:26.152Z[ host-image] May 28 17:14:25.612 INFO O| May 28 17:14:25.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
94822026-05-28T17:14:26.152Z[ host-image] May 28 17:14:25.612 INFO O| May 28 17:14:25.612 INFO ok!
94832026-05-28T17:14:26.152Z[ host-image] May 28 17:14:25.613 INFO O| May 28 17:14:25.612 INFO STEP 42 (ensure_symlink) COMPLETE
94842026-05-28T17:14:26.152Z[ host-image] May 28 17:14:25.613 INFO O| May 28 17:14:25.613 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94852026-05-28T17:14:26.157Z[ host-image] May 28 17:14:25.621 INFO O| May 28 17:14:25.621 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
94862026-05-28T17:14:26.157Z[ host-image] May 28 17:14:25.621 INFO O| May 28 17:14:25.621 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
94872026-05-28T17:14:26.160Z[ host-image] May 28 17:14:25.621 INFO O| May 28 17:14:25.621 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94882026-05-28T17:14:26.160Z[ host-image] May 28 17:14:25.621 INFO O| May 28 17:14:25.621 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94892026-05-28T17:14:26.160Z[ host-image] May 28 17:14:25.621 INFO O| May 28 17:14:25.621 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94902026-05-28T17:14:26.160Z[ host-image] May 28 17:14:25.621 INFO O| May 28 17:14:25.621 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94912026-05-28T17:14:26.160Z[ host-image] May 28 17:14:25.621 INFO O| May 28 17:14:25.621 INFO ok!
94922026-05-28T17:14:26.160Z[ host-image] May 28 17:14:25.621 INFO O| May 28 17:14:25.621 INFO STEP 43 (ensure_file) COMPLETE
94932026-05-28T17:14:26.160Z[ host-image] May 28 17:14:25.621 INFO O| May 28 17:14:25.621 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94942026-05-28T17:14:26.164Z[ host-image] May 28 17:14:25.628 INFO O| May 28 17:14:25.628 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94952026-05-28T17:14:26.164Z[ host-image] May 28 17:14:25.628 INFO O| May 28 17:14:25.628 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 ...
94962026-05-28T17:14:26.168Z[ host-image] May 28 17:14:25.628 INFO O| May 28 17:14:25.628 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
94972026-05-28T17:14:26.168Z[ host-image] May 28 17:14:25.628 INFO O| May 28 17:14:25.628 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
94982026-05-28T17:14:26.168Z[ host-image] May 28 17:14:25.628 INFO O| May 28 17:14:25.628 INFO ok!
94992026-05-28T17:14:26.168Z[ host-image] May 28 17:14:25.628 INFO O| May 28 17:14:25.628 INFO STEP 44 (ensure_file) COMPLETE
95002026-05-28T17:14:26.168Z[ host-image] May 28 17:14:25.628 INFO O| May 28 17:14:25.628 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95012026-05-28T17:14:26.172Z[ host-image] May 28 17:14:25.636 INFO O| May 28 17:14:25.636 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
95022026-05-28T17:14:26.172Z[ host-image] May 28 17:14:25.636 INFO O| May 28 17:14:25.636 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
95032026-05-28T17:14:26.175Z[ host-image] May 28 17:14:25.636 INFO O| May 28 17:14:25.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
95042026-05-28T17:14:26.175Z[ host-image] May 28 17:14:25.636 INFO O| May 28 17:14:25.636 INFO ok!
95052026-05-28T17:14:26.175Z[ host-image] May 28 17:14:25.636 INFO O| May 28 17:14:25.636 INFO STEP 45 (ensure_file) COMPLETE
95062026-05-28T17:14:26.175Z[ host-image] May 28 17:14:25.636 INFO O| May 28 17:14:25.636 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95072026-05-28T17:14:26.182Z[ host-image] May 28 17:14:25.646 INFO O| May 28 17:14:25.646 INFO updating shadow file
95082026-05-28T17:14:26.182Z[ host-image] May 28 17:14:25.646 INFO O| May 28 17:14:25.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95092026-05-28T17:14:26.185Z[ host-image] May 28 17:14:25.646 INFO O| May 28 17:14:25.646 INFO STEP 46 (shadow) COMPLETE
95102026-05-28T17:14:26.185Z[ host-image] May 28 17:14:25.646 INFO O| May 28 17:14:25.646 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95112026-05-28T17:14:26.192Z[ host-image] May 28 17:14:25.655 INFO O| May 28 17:14:25.655 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
95122026-05-28T17:14:26.192Z[ host-image] May 28 17:14:25.655 INFO O| May 28 17:14:25.655 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
95132026-05-28T17:14:26.195Z[ host-image] May 28 17:14:25.655 INFO O| May 28 17:14:25.655 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95142026-05-28T17:14:26.195Z[ host-image] May 28 17:14:25.655 INFO O| May 28 17:14:25.655 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95152026-05-28T17:14:26.195Z[ host-image] May 28 17:14:25.655 INFO O| May 28 17:14:25.655 INFO ok!
95162026-05-28T17:14:26.195Z[ host-image] May 28 17:14:25.655 INFO O| May 28 17:14:25.655 INFO STEP 47 (ensure_file) COMPLETE
95172026-05-28T17:14:26.195Z[ host-image] May 28 17:14:25.655 INFO O| May 28 17:14:25.655 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95182026-05-28T17:14:26.195Z[ host-image] May 28 17:14:25.655 INFO O| May 28 17:14:25.655 INFO skip step because feature "mfg" is not enabled
95192026-05-28T17:14:26.195Z[ host-image] May 28 17:14:25.655 INFO O| May 28 17:14:25.655 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95202026-05-28T17:14:26.195Z[ host-image] May 28 17:14:25.655 INFO O| May 28 17:14:25.655 INFO skip step because feature "mfg" is not enabled
95212026-05-28T17:14:26.195Z[ host-image] May 28 17:14:25.655 INFO O| May 28 17:14:25.655 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95222026-05-28T17:14:26.199Z[ host-image] May 28 17:14:25.663 INFO O| May 28 17:14:25.663 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
95232026-05-28T17:14:26.199Z[ host-image] May 28 17:14:25.663 INFO O| May 28 17:14:25.663 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
95242026-05-28T17:14:26.227Z[ host-image] May 28 17:14:25.691 INFO O| May 28 17:14:25.691 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95252026-05-28T17:14:26.227Z[ host-image] May 28 17:14:25.691 INFO O| May 28 17:14:25.691 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95262026-05-28T17:14:26.230Z[ host-image] May 28 17:14:25.691 INFO O| May 28 17:14:25.691 INFO ok!
95272026-05-28T17:14:26.230Z[ host-image] May 28 17:14:25.691 INFO O| May 28 17:14:25.691 INFO STEP 50 (ensure_file) COMPLETE
95282026-05-28T17:14:26.230Z[ host-image] May 28 17:14:25.691 INFO O| May 28 17:14:25.691 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95292026-05-28T17:14:26.230Z[ host-image] May 28 17:14:25.691 INFO O| May 28 17:14:25.691 INFO skip step because feature "compliance" is not enabled
95302026-05-28T17:14:26.230Z[ host-image] May 28 17:14:25.691 INFO O| May 28 17:14:25.691 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95312026-05-28T17:14:26.238Z[ host-image] May 28 17:14:25.702 INFO O| May 28 17:14:25.702 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
95322026-05-28T17:14:26.238Z[ host-image] May 28 17:14:25.702 INFO O| May 28 17:14:25.702 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
95332026-05-28T17:14:26.241Z[ host-image] May 28 17:14:25.702 INFO O| May 28 17:14:25.702 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95342026-05-28T17:14:26.241Z[ host-image] May 28 17:14:25.702 INFO O| May 28 17:14:25.702 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95352026-05-28T17:14:26.241Z[ host-image] May 28 17:14:25.702 INFO O| May 28 17:14:25.702 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95362026-05-28T17:14:26.241Z[ host-image] May 28 17:14:25.702 INFO O| May 28 17:14:25.702 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95372026-05-28T17:14:26.241Z[ host-image] May 28 17:14:25.702 INFO O| May 28 17:14:25.702 INFO ok!
95382026-05-28T17:14:26.241Z[ host-image] May 28 17:14:25.702 INFO O| May 28 17:14:25.702 INFO STEP 52 (ensure_file) COMPLETE
95392026-05-28T17:14:26.241Z[ host-image] May 28 17:14:25.702 INFO O| May 28 17:14:25.702 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95402026-05-28T17:14:26.247Z[ host-image] May 28 17:14:25.711 INFO O| May 28 17:14:25.710 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95412026-05-28T17:14:26.247Z[ host-image] May 28 17:14:25.711 INFO O| May 28 17:14:25.710 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 ...
95422026-05-28T17:14:26.251Z[ host-image] May 28 17:14:25.711 INFO O| May 28 17:14:25.711 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
95432026-05-28T17:14:26.251Z[ host-image] May 28 17:14:25.711 INFO O| May 28 17:14:25.711 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95442026-05-28T17:14:26.251Z[ host-image] May 28 17:14:25.711 INFO O| May 28 17:14:25.711 INFO ok!
95452026-05-28T17:14:26.251Z[ host-image] May 28 17:14:25.711 INFO O| May 28 17:14:25.711 INFO STEP 53 (ensure_file) COMPLETE
95462026-05-28T17:14:26.251Z[ host-image] May 28 17:14:25.711 INFO O| May 28 17:14:25.711 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95472026-05-28T17:14:26.256Z[ host-image] May 28 17:14:25.720 INFO O| May 28 17:14:25.720 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
95482026-05-28T17:14:26.256Z[ host-image] May 28 17:14:25.720 INFO O| May 28 17:14:25.720 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 ...
95492026-05-28T17:14:26.259Z[ host-image] May 28 17:14:25.720 INFO O| May 28 17:14:25.720 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95502026-05-28T17:14:26.259Z[ host-image] May 28 17:14:25.720 INFO O| May 28 17:14:25.720 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95512026-05-28T17:14:26.259Z[ host-image] May 28 17:14:25.720 INFO O| May 28 17:14:25.720 INFO ok!
95522026-05-28T17:14:26.259Z[ host-image] May 28 17:14:25.720 INFO O| May 28 17:14:25.720 INFO STEP 54 (ensure_file) COMPLETE
95532026-05-28T17:14:26.259Z[ host-image] May 28 17:14:25.720 INFO O| May 28 17:14:25.720 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95542026-05-28T17:14:26.264Z[ host-image] May 28 17:14:25.728 INFO O| May 28 17:14:25.728 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
95552026-05-28T17:14:26.264Z[ host-image] May 28 17:14:25.728 INFO O| May 28 17:14:25.728 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 ...
95562026-05-28T17:14:26.267Z[ host-image] May 28 17:14:25.728 INFO O| May 28 17:14:25.728 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
95572026-05-28T17:14:26.267Z[ host-image] May 28 17:14:25.728 INFO O| May 28 17:14:25.728 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
95582026-05-28T17:14:26.267Z[ host-image] May 28 17:14:25.728 INFO O| May 28 17:14:25.728 INFO ok!
95592026-05-28T17:14:26.267Z[ host-image] May 28 17:14:25.728 INFO O| May 28 17:14:25.728 INFO STEP 55 (ensure_file) COMPLETE
95602026-05-28T17:14:26.267Z[ host-image] May 28 17:14:25.728 INFO O| May 28 17:14:25.728 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95612026-05-28T17:14:26.272Z[ host-image] May 28 17:14:25.736 INFO O| May 28 17:14:25.736 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
95622026-05-28T17:14:26.272Z[ host-image] May 28 17:14:25.736 INFO O| May 28 17:14:25.736 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 ...
95632026-05-28T17:14:26.275Z[ host-image] May 28 17:14:25.736 INFO O| May 28 17:14:25.736 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95642026-05-28T17:14:26.275Z[ host-image] May 28 17:14:25.736 INFO O| May 28 17:14:25.736 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95652026-05-28T17:14:26.275Z[ host-image] May 28 17:14:25.736 INFO O| May 28 17:14:25.736 INFO ok!
95662026-05-28T17:14:26.275Z[ host-image] May 28 17:14:25.736 INFO O| May 28 17:14:25.736 INFO STEP 56 (ensure_file) COMPLETE
95672026-05-28T17:14:26.275Z[ host-image] May 28 17:14:25.736 INFO O| May 28 17:14:25.736 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95682026-05-28T17:14:26.280Z[ host-image] May 28 17:14:25.744 INFO O| May 28 17:14:25.744 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
95692026-05-28T17:14:26.280Z[ host-image] May 28 17:14:25.744 INFO O| May 28 17:14:25.744 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 ...
95702026-05-28T17:14:26.283Z[ host-image] May 28 17:14:25.744 INFO O| May 28 17:14:25.744 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
95712026-05-28T17:14:26.283Z[ host-image] May 28 17:14:25.744 INFO O| May 28 17:14:25.744 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
95722026-05-28T17:14:26.283Z[ host-image] May 28 17:14:25.744 INFO O| May 28 17:14:25.744 INFO ok!
95732026-05-28T17:14:26.283Z[ host-image] May 28 17:14:25.744 INFO O| May 28 17:14:25.744 INFO STEP 57 (ensure_file) COMPLETE
95742026-05-28T17:14:26.283Z[ host-image] May 28 17:14:25.744 INFO O| May 28 17:14:25.744 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95752026-05-28T17:14:26.288Z[ host-image] May 28 17:14:25.752 INFO O| May 28 17:14:25.752 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
95762026-05-28T17:14:26.288Z[ host-image] May 28 17:14:25.752 INFO O| May 28 17:14:25.752 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 ...
95772026-05-28T17:14:26.291Z[ host-image] May 28 17:14:25.752 INFO O| May 28 17:14:25.752 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95782026-05-28T17:14:26.291Z[ host-image] May 28 17:14:25.752 INFO O| May 28 17:14:25.752 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95792026-05-28T17:14:26.291Z[ host-image] May 28 17:14:25.752 INFO O| May 28 17:14:25.752 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95802026-05-28T17:14:26.291Z[ host-image] May 28 17:14:25.752 INFO O| May 28 17:14:25.752 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95812026-05-28T17:14:26.291Z[ host-image] May 28 17:14:25.752 INFO O| May 28 17:14:25.752 INFO ok!
95822026-05-28T17:14:26.291Z[ host-image] May 28 17:14:25.752 INFO O| May 28 17:14:25.752 INFO STEP 58 (ensure_file) COMPLETE
95832026-05-28T17:14:26.291Z[ host-image] May 28 17:14:25.752 INFO O| May 28 17:14:25.752 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95842026-05-28T17:14:26.298Z[ host-image] May 28 17:14:25.763 INFO O| May 28 17:14:25.762 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
95852026-05-28T17:14:26.298Z[ host-image] May 28 17:14:25.763 INFO O| May 28 17:14:25.763 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 ...
95862026-05-28T17:14:26.304Z[ host-image] May 28 17:14:25.763 INFO O| May 28 17:14:25.763 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
95872026-05-28T17:14:26.304Z[ host-image] May 28 17:14:25.763 INFO O| May 28 17:14:25.763 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
95882026-05-28T17:14:26.304Z[ host-image] May 28 17:14:25.763 INFO O| May 28 17:14:25.763 INFO ok!
95892026-05-28T17:14:26.304Z[ host-image] May 28 17:14:25.763 INFO O| May 28 17:14:25.763 INFO STEP 59 (ensure_file) COMPLETE
95902026-05-28T17:14:26.305Z[ host-image] May 28 17:14:25.763 INFO O| May 28 17:14:25.763 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95912026-05-28T17:14:26.309Z[ host-image] May 28 17:14:25.773 INFO O| May 28 17:14:25.773 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
95922026-05-28T17:14:26.309Z[ host-image] May 28 17:14:25.773 INFO O| May 28 17:14:25.773 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
95932026-05-28T17:14:26.313Z[ host-image] May 28 17:14:25.773 INFO O| May 28 17:14:25.773 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95942026-05-28T17:14:26.313Z[ host-image] May 28 17:14:25.773 INFO O| May 28 17:14:25.773 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95952026-05-28T17:14:26.313Z[ host-image] May 28 17:14:25.773 INFO O| May 28 17:14:25.773 INFO ok!
95962026-05-28T17:14:26.313Z[ host-image] May 28 17:14:25.773 INFO O| May 28 17:14:25.773 INFO STEP 60 (ensure_file) COMPLETE
95972026-05-28T17:14:26.313Z[ host-image] May 28 17:14:25.773 INFO O| May 28 17:14:25.773 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95982026-05-28T17:14:26.318Z[ host-image] May 28 17:14:25.782 INFO O| May 28 17:14:25.782 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
95992026-05-28T17:14:26.318Z[ host-image] May 28 17:14:25.782 INFO O| May 28 17:14:25.782 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 ...
96002026-05-28T17:14:26.323Z[ host-image] May 28 17:14:25.782 INFO O| May 28 17:14:25.782 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
96012026-05-28T17:14:26.323Z[ host-image] May 28 17:14:25.782 INFO O| May 28 17:14:25.782 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
96022026-05-28T17:14:26.323Z[ host-image] May 28 17:14:25.782 INFO O| May 28 17:14:25.782 INFO ok!
96032026-05-28T17:14:26.323Z[ host-image] May 28 17:14:25.782 INFO O| May 28 17:14:25.782 INFO STEP 61 (ensure_file) COMPLETE
96042026-05-28T17:14:26.323Z[ host-image] May 28 17:14:25.782 INFO O| May 28 17:14:25.782 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96052026-05-28T17:14:26.330Z[ host-image] May 28 17:14:25.792 INFO O| May 28 17:14:25.792 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
96062026-05-28T17:14:26.332Z[ host-image] May 28 17:14:25.793 INFO O| May 28 17:14:25.792 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
96072026-05-28T17:14:26.333Z[ host-image] May 28 17:14:25.793 INFO O| May 28 17:14:25.793 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96082026-05-28T17:14:26.333Z[ host-image] May 28 17:14:25.793 INFO O| May 28 17:14:25.793 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96092026-05-28T17:14:26.333Z[ host-image] May 28 17:14:25.793 INFO O| May 28 17:14:25.793 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96102026-05-28T17:14:26.333Z[ host-image] May 28 17:14:25.793 INFO O| May 28 17:14:25.793 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96112026-05-28T17:14:26.333Z[ host-image] May 28 17:14:25.793 INFO O| May 28 17:14:25.793 INFO ok!
96122026-05-28T17:14:26.333Z[ host-image] May 28 17:14:25.793 INFO O| May 28 17:14:25.793 INFO STEP 62 (ensure_file) COMPLETE
96132026-05-28T17:14:26.333Z[ host-image] May 28 17:14:25.793 INFO O| May 28 17:14:25.793 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96142026-05-28T17:14:26.338Z[ host-image] May 28 17:14:25.802 INFO O| May 28 17:14:25.802 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
96152026-05-28T17:14:26.338Z[ host-image] May 28 17:14:25.802 INFO O| May 28 17:14:25.802 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 ...
96162026-05-28T17:14:26.341Z[ host-image] May 28 17:14:25.802 INFO O| May 28 17:14:25.802 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
96172026-05-28T17:14:26.341Z[ host-image] May 28 17:14:25.802 INFO O| May 28 17:14:25.802 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
96182026-05-28T17:14:26.341Z[ host-image] May 28 17:14:25.802 INFO O| May 28 17:14:25.802 INFO ok!
96192026-05-28T17:14:26.341Z[ host-image] May 28 17:14:25.802 INFO O| May 28 17:14:25.802 INFO STEP 63 (ensure_file) COMPLETE
96202026-05-28T17:14:26.341Z[ host-image] May 28 17:14:25.802 INFO O| May 28 17:14:25.802 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96212026-05-28T17:14:26.347Z[ host-image] May 28 17:14:25.811 INFO O| May 28 17:14:25.811 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
96222026-05-28T17:14:26.347Z[ host-image] May 28 17:14:25.811 INFO O| May 28 17:14:25.811 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 ...
96232026-05-28T17:14:26.350Z[ host-image] May 28 17:14:25.811 INFO O| May 28 17:14:25.811 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
96242026-05-28T17:14:26.350Z[ host-image] May 28 17:14:25.811 INFO O| May 28 17:14:25.811 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
96252026-05-28T17:14:26.350Z[ host-image] May 28 17:14:25.811 INFO O| May 28 17:14:25.811 INFO ok!
96262026-05-28T17:14:26.350Z[ host-image] May 28 17:14:25.811 INFO O| May 28 17:14:25.811 INFO STEP 64 (ensure_file) COMPLETE
96272026-05-28T17:14:26.350Z[ host-image] May 28 17:14:25.811 INFO O| May 28 17:14:25.811 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96282026-05-28T17:14:26.354Z[ host-image] May 28 17:14:25.818 INFO O| May 28 17:14:25.818 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
96292026-05-28T17:14:26.354Z[ host-image] May 28 17:14:25.818 INFO O| May 28 17:14:25.818 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 ...
96302026-05-28T17:14:26.357Z[ host-image] May 28 17:14:25.818 INFO O| May 28 17:14:25.818 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
96312026-05-28T17:14:26.357Z[ host-image] May 28 17:14:25.818 INFO O| May 28 17:14:25.818 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
96322026-05-28T17:14:26.357Z[ host-image] May 28 17:14:25.818 INFO O| May 28 17:14:25.818 INFO ok!
96332026-05-28T17:14:26.357Z[ host-image] May 28 17:14:25.818 INFO O| May 28 17:14:25.818 INFO STEP 65 (ensure_file) COMPLETE
96342026-05-28T17:14:26.357Z[ host-image] May 28 17:14:25.818 INFO O| May 28 17:14:25.818 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96352026-05-28T17:14:26.357Z[ host-image] May 28 17:14:25.818 INFO O| May 28 17:14:25.818 INFO skip step because feature "mbist" is not enabled
96362026-05-28T17:14:26.357Z[ host-image] May 28 17:14:25.818 INFO O| May 28 17:14:25.818 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372026-05-28T17:14:26.364Z[ host-image] May 28 17:14:25.828 INFO O| May 28 17:14:25.828 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
96382026-05-28T17:14:26.364Z[ host-image] May 28 17:14:25.828 INFO O| May 28 17:14:25.828 INFO STEP 67 (ensure_dir) COMPLETE
96392026-05-28T17:14:26.366Z[ host-image] May 28 17:14:25.828 INFO O| May 28 17:14:25.828 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402026-05-28T17:14:26.372Z[ host-image] May 28 17:14:25.836 INFO O| May 28 17:14:25.836 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96412026-05-28T17:14:26.372Z[ host-image] May 28 17:14:25.836 INFO O| May 28 17:14:25.836 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96422026-05-28T17:14:26.372Z[ host-image] May 28 17:14:25.836 INFO O| May 28 17:14:25.836 INFO STEP 68 (ensure_dir) COMPLETE
96432026-05-28T17:14:26.372Z[ host-image] May 28 17:14:25.836 INFO O| May 28 17:14:25.836 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96442026-05-28T17:14:26.380Z[ host-image] May 28 17:14:25.844 INFO O| May 28 17:14:25.844 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96452026-05-28T17:14:26.380Z[ host-image] May 28 17:14:25.844 INFO O| May 28 17:14:25.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96462026-05-28T17:14:26.383Z[ host-image] May 28 17:14:25.844 INFO O| May 28 17:14:25.844 INFO STEP 69 (ensure_dir) COMPLETE
96472026-05-28T17:14:26.383Z[ host-image] May 28 17:14:25.844 INFO O| May 28 17:14:25.844 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482026-05-28T17:14:26.389Z[ host-image] May 28 17:14:25.853 INFO O| May 28 17:14:25.853 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96492026-05-28T17:14:26.389Z[ host-image] May 28 17:14:25.853 INFO O| May 28 17:14:25.853 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96502026-05-28T17:14:27.143Z[ host-image] May 28 17:14:26.606 INFO O| May 28 17:14:26.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
96512026-05-28T17:14:27.143Z[ host-image] May 28 17:14:26.607 INFO O| May 28 17:14:26.606 INFO ok!
96522026-05-28T17:14:27.143Z[ host-image] May 28 17:14:26.607 INFO O| May 28 17:14:26.606 INFO STEP 70 (ensure_file) COMPLETE
96532026-05-28T17:14:27.146Z[ host-image] May 28 17:14:26.607 INFO O| May 28 17:14:26.606 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542026-05-28T17:14:27.152Z[ host-image] May 28 17:14:26.616 INFO O| May 28 17:14:26.616 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96552026-05-28T17:14:27.152Z[ host-image] May 28 17:14:26.616 INFO O| May 28 17:14:26.616 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
96562026-05-28T17:14:27.869Z[ host-image] May 28 17:14:27.332 INFO O| May 28 17:14:27.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
96572026-05-28T17:14:27.869Z[ host-image] May 28 17:14:27.332 INFO O| May 28 17:14:27.332 INFO ok!
96582026-05-28T17:14:27.869Z[ host-image] May 28 17:14:27.332 INFO O| May 28 17:14:27.332 INFO STEP 71 (ensure_file) COMPLETE
96592026-05-28T17:14:27.869Z[ host-image] May 28 17:14:27.332 INFO O| May 28 17:14:27.332 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602026-05-28T17:14:27.880Z[ host-image] May 28 17:14:27.343 INFO O| May 28 17:14:27.342 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96612026-05-28T17:14:27.884Z[ host-image] May 28 17:14:27.343 INFO O| May 28 17:14:27.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96622026-05-28T17:14:27.884Z[ host-image] May 28 17:14:27.343 INFO O| May 28 17:14:27.343 INFO STEP 72 (ensure_dir) COMPLETE
96632026-05-28T17:14:27.884Z[ host-image] May 28 17:14:27.343 INFO O| May 28 17:14:27.343 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642026-05-28T17:14:27.889Z[ host-image] May 28 17:14:27.351 INFO O| May 28 17:14:27.351 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96652026-05-28T17:14:27.892Z[ host-image] May 28 17:14:27.351 INFO O| May 28 17:14:27.351 INFO copying /tmp/.tmpF3EbOY/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 ...
96662026-05-28T17:14:27.892Z[ host-image] May 28 17:14:27.351 INFO O| May 28 17:14:27.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96672026-05-28T17:14:27.892Z[ host-image] May 28 17:14:27.351 INFO O| May 28 17:14:27.351 INFO ok!
96682026-05-28T17:14:27.892Z[ host-image] May 28 17:14:27.351 INFO O| May 28 17:14:27.351 INFO STEP 73 (ensure_file) COMPLETE
96692026-05-28T17:14:27.892Z[ host-image] May 28 17:14:27.351 INFO O| May 28 17:14:27.351 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96702026-05-28T17:14:27.897Z[ host-image] May 28 17:14:27.361 INFO O| May 28 17:14:27.361 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96712026-05-28T17:14:27.897Z[ host-image] May 28 17:14:27.361 INFO O| May 28 17:14:27.361 INFO copying /tmp/.tmpF3EbOY/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 ...
96722026-05-28T17:14:27.901Z[ host-image] May 28 17:14:27.361 INFO O| May 28 17:14:27.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96732026-05-28T17:14:27.901Z[ host-image] May 28 17:14:27.361 INFO O| May 28 17:14:27.361 INFO ok!
96742026-05-28T17:14:27.901Z[ host-image] May 28 17:14:27.361 INFO O| May 28 17:14:27.361 INFO STEP 74 (ensure_file) COMPLETE
96752026-05-28T17:14:27.901Z[ host-image] May 28 17:14:27.361 INFO O| May 28 17:14:27.361 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96762026-05-28T17:14:27.907Z[ host-image] May 28 17:14:27.371 INFO O| May 28 17:14:27.371 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96772026-05-28T17:14:27.911Z[ host-image] May 28 17:14:27.371 INFO O| May 28 17:14:27.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96782026-05-28T17:14:27.911Z[ host-image] May 28 17:14:27.371 INFO O| May 28 17:14:27.371 INFO STEP 75 (ensure_dir) COMPLETE
96792026-05-28T17:14:27.911Z[ host-image] May 28 17:14:27.371 INFO O| May 28 17:14:27.371 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802026-05-28T17:14:27.915Z[ host-image] May 28 17:14:27.378 INFO O| May 28 17:14:27.378 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96812026-05-28T17:14:27.915Z[ host-image] May 28 17:14:27.378 INFO O| May 28 17:14:27.378 INFO copying /tmp/.tmpF3EbOY/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 ...
96822026-05-28T17:14:27.915Z[ host-image] May 28 17:14:27.379 INFO O| May 28 17:14:27.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96832026-05-28T17:14:27.915Z[ host-image] May 28 17:14:27.379 INFO O| May 28 17:14:27.378 INFO ok!
96842026-05-28T17:14:27.915Z[ host-image] May 28 17:14:27.379 INFO O| May 28 17:14:27.379 INFO STEP 76 (ensure_file) COMPLETE
96852026-05-28T17:14:27.915Z[ host-image] May 28 17:14:27.379 INFO O| May 28 17:14:27.379 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862026-05-28T17:14:27.925Z[ host-image] May 28 17:14:27.388 INFO O| May 28 17:14:27.388 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96872026-05-28T17:14:27.925Z[ host-image] May 28 17:14:27.389 INFO O| May 28 17:14:27.388 INFO copying /tmp/.tmpF3EbOY/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 ...
96882026-05-28T17:14:27.930Z[ host-image] May 28 17:14:27.389 INFO O| May 28 17:14:27.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96892026-05-28T17:14:27.930Z[ host-image] May 28 17:14:27.389 INFO O| May 28 17:14:27.389 INFO ok!
96902026-05-28T17:14:27.930Z[ host-image] May 28 17:14:27.389 INFO O| May 28 17:14:27.389 INFO STEP 77 (ensure_file) COMPLETE
96912026-05-28T17:14:27.930Z[ host-image] May 28 17:14:27.389 INFO O| May 28 17:14:27.389 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922026-05-28T17:14:27.934Z[ host-image] May 28 17:14:27.397 INFO O| May 28 17:14:27.397 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96932026-05-28T17:14:27.934Z[ host-image] May 28 17:14:27.397 INFO O| May 28 17:14:27.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96942026-05-28T17:14:27.935Z[ host-image] May 28 17:14:27.397 INFO O| May 28 17:14:27.397 INFO STEP 78 (ensure_dir) COMPLETE
96952026-05-28T17:14:27.935Z[ host-image] May 28 17:14:27.397 INFO O| May 28 17:14:27.397 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962026-05-28T17:14:27.968Z[ host-image] May 28 17:14:27.432 INFO O| May 28 17:14:27.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96972026-05-28T17:14:27.968Z[ host-image] May 28 17:14:27.432 INFO O| May 28 17:14:27.432 INFO copying /tmp/.tmpF3EbOY/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 ...
96982026-05-28T17:14:27.972Z[ host-image] May 28 17:14:27.432 INFO O| May 28 17:14:27.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96992026-05-28T17:14:27.972Z[ host-image] May 28 17:14:27.432 INFO O| May 28 17:14:27.432 INFO ok!
97002026-05-28T17:14:27.972Z[ host-image] May 28 17:14:27.432 INFO O| May 28 17:14:27.432 INFO STEP 79 (ensure_file) COMPLETE
97012026-05-28T17:14:27.972Z[ host-image] May 28 17:14:27.432 INFO O| May 28 17:14:27.432 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022026-05-28T17:14:27.976Z[ host-image] May 28 17:14:27.440 INFO O| May 28 17:14:27.440 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
97032026-05-28T17:14:27.976Z[ host-image] May 28 17:14:27.440 INFO O| May 28 17:14:27.440 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
97042026-05-28T17:14:27.980Z[ host-image] May 28 17:14:27.440 INFO O| May 28 17:14:27.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
97052026-05-28T17:14:27.980Z[ host-image] May 28 17:14:27.440 INFO O| May 28 17:14:27.440 INFO ok!
97062026-05-28T17:14:27.980Z[ host-image] May 28 17:14:27.440 INFO O| May 28 17:14:27.440 INFO STEP 80 (ensure_file) COMPLETE
97072026-05-28T17:14:27.980Z[ host-image] May 28 17:14:27.440 INFO O| May 28 17:14:27.440 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082026-05-28T17:14:27.985Z[ host-image] May 28 17:14:27.448 INFO O| May 28 17:14:27.448 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97092026-05-28T17:14:27.988Z[ host-image] May 28 17:14:27.448 INFO O| May 28 17:14:27.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97102026-05-28T17:14:27.988Z[ host-image] May 28 17:14:27.448 INFO O| May 28 17:14:27.448 INFO STEP 81 (ensure_dir) COMPLETE
97112026-05-28T17:14:27.988Z[ host-image] May 28 17:14:27.448 INFO O| May 28 17:14:27.448 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97122026-05-28T17:14:27.993Z[ host-image] May 28 17:14:27.457 INFO O| May 28 17:14:27.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
97132026-05-28T17:14:27.993Z[ host-image] May 28 17:14:27.457 INFO O| May 28 17:14:27.457 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
97142026-05-28T17:14:28.314Z[ host-image] May 28 17:14:27.778 INFO O| May 28 17:14:27.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
97152026-05-28T17:14:28.315Z[ host-image] May 28 17:14:27.778 INFO O| May 28 17:14:27.778 INFO ok!
97162026-05-28T17:14:28.315Z[ host-image] May 28 17:14:27.778 INFO O| May 28 17:14:27.778 INFO STEP 82 (ensure_file) COMPLETE
97172026-05-28T17:14:28.315Z[ host-image] May 28 17:14:27.778 INFO O| May 28 17:14:27.778 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182026-05-28T17:14:28.325Z[ host-image] May 28 17:14:27.789 INFO O| May 28 17:14:27.789 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
97192026-05-28T17:14:28.325Z[ host-image] May 28 17:14:27.789 INFO O| May 28 17:14:27.789 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
97202026-05-28T17:14:28.958Z[ host-image] May 28 17:14:28.421 INFO O| May 28 17:14:28.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
97212026-05-28T17:14:28.958Z[ host-image] May 28 17:14:28.421 INFO O| May 28 17:14:28.421 INFO ok!
97222026-05-28T17:14:28.961Z[ host-image] May 28 17:14:28.421 INFO O| May 28 17:14:28.421 INFO STEP 83 (ensure_file) COMPLETE
97232026-05-28T17:14:28.961Z[ host-image] May 28 17:14:28.421 INFO O| May 28 17:14:28.421 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97242026-05-28T17:14:28.969Z[ host-image] May 28 17:14:28.432 INFO O| May 28 17:14:28.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
97252026-05-28T17:14:28.969Z[ host-image] May 28 17:14:28.432 INFO O| May 28 17:14:28.432 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
97262026-05-28T17:14:30.567Z[ host-image] May 28 17:14:30.030 INFO O| May 28 17:14:30.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
97272026-05-28T17:14:30.567Z[ host-image] May 28 17:14:30.030 INFO O| May 28 17:14:30.030 INFO ok!
97282026-05-28T17:14:30.567Z[ host-image] May 28 17:14:30.030 INFO O| May 28 17:14:30.030 INFO STEP 84 (ensure_file) COMPLETE
97292026-05-28T17:14:30.572Z[ host-image] May 28 17:14:30.030 INFO O| May 28 17:14:30.030 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97302026-05-28T17:14:30.575Z[ host-image] May 28 17:14:30.039 INFO O| May 28 17:14:30.039 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97312026-05-28T17:14:30.575Z[ host-image] May 28 17:14:30.039 INFO O| May 28 17:14:30.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97322026-05-28T17:14:30.579Z[ host-image] May 28 17:14:30.039 INFO O| May 28 17:14:30.039 INFO STEP 85 (ensure_dir) COMPLETE
97332026-05-28T17:14:30.579Z[ host-image] May 28 17:14:30.039 INFO O| May 28 17:14:30.039 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342026-05-28T17:14:30.583Z[ host-image] May 28 17:14:30.047 INFO O| May 28 17:14:30.047 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
97352026-05-28T17:14:30.583Z[ host-image] May 28 17:14:30.047 INFO O| May 28 17:14:30.047 INFO copying /tmp/.tmpF3EbOY/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 ...
97362026-05-28T17:14:30.583Z[ host-image] May 28 17:14:30.047 INFO O| May 28 17:14:30.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
97372026-05-28T17:14:30.583Z[ host-image] May 28 17:14:30.047 INFO O| May 28 17:14:30.047 INFO ok!
97382026-05-28T17:14:30.586Z[ host-image] May 28 17:14:30.047 INFO O| May 28 17:14:30.047 INFO STEP 86 (ensure_file) COMPLETE
97392026-05-28T17:14:30.586Z[ host-image] May 28 17:14:30.047 INFO O| May 28 17:14:30.047 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402026-05-28T17:14:30.590Z[ host-image] May 28 17:14:30.054 INFO O| May 28 17:14:30.054 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
97412026-05-28T17:14:30.590Z[ host-image] May 28 17:14:30.054 INFO O| May 28 17:14:30.054 INFO copying /tmp/.tmpF3EbOY/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 ...
97422026-05-28T17:14:30.590Z[ host-image] May 28 17:14:30.054 INFO O| May 28 17:14:30.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
97432026-05-28T17:14:30.590Z[ host-image] May 28 17:14:30.054 INFO O| May 28 17:14:30.054 INFO ok!
97442026-05-28T17:14:30.596Z[ host-image] May 28 17:14:30.054 INFO O| May 28 17:14:30.054 INFO STEP 87 (ensure_file) COMPLETE
97452026-05-28T17:14:30.596Z[ host-image] May 28 17:14:30.054 INFO O| May 28 17:14:30.054 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462026-05-28T17:14:30.600Z[ host-image] May 28 17:14:30.061 INFO O| May 28 17:14:30.061 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
97472026-05-28T17:14:30.600Z[ host-image] May 28 17:14:30.061 INFO O| May 28 17:14:30.061 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
97482026-05-28T17:14:30.601Z[ host-image] May 28 17:14:30.061 INFO O| May 28 17:14:30.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
97492026-05-28T17:14:30.601Z[ host-image] May 28 17:14:30.061 INFO O| May 28 17:14:30.061 INFO ok!
97502026-05-28T17:14:30.601Z[ host-image] May 28 17:14:30.061 INFO O| May 28 17:14:30.061 INFO STEP 88 (ensure_file) COMPLETE
97512026-05-28T17:14:30.601Z[ host-image] May 28 17:14:30.061 INFO O| May 28 17:14:30.061 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522026-05-28T17:14:30.605Z[ host-image] May 28 17:14:30.067 INFO O| May 28 17:14:30.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
97532026-05-28T17:14:30.605Z[ host-image] May 28 17:14:30.067 INFO O| May 28 17:14:30.067 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
97542026-05-28T17:14:30.605Z[ host-image] May 28 17:14:30.067 INFO O| May 28 17:14:30.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
97552026-05-28T17:14:30.605Z[ host-image] May 28 17:14:30.067 INFO O| May 28 17:14:30.067 INFO ok!
97562026-05-28T17:14:30.605Z[ host-image] May 28 17:14:30.067 INFO O| May 28 17:14:30.067 INFO STEP 89 (ensure_file) COMPLETE
97572026-05-28T17:14:30.605Z[ host-image] May 28 17:14:30.067 INFO O| May 28 17:14:30.067 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582026-05-28T17:14:30.611Z[ host-image] May 28 17:14:30.075 INFO O| May 28 17:14:30.075 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97592026-05-28T17:14:30.614Z[ host-image] May 28 17:14:30.075 INFO O| May 28 17:14:30.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97602026-05-28T17:14:30.614Z[ host-image] May 28 17:14:30.075 INFO O| May 28 17:14:30.075 INFO STEP 90 (ensure_dir) COMPLETE
97612026-05-28T17:14:30.614Z[ host-image] May 28 17:14:30.075 INFO O| May 28 17:14:30.075 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97622026-05-28T17:14:30.618Z[ host-image] May 28 17:14:30.081 INFO O| May 28 17:14:30.081 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
97632026-05-28T17:14:30.618Z[ host-image] May 28 17:14:30.081 INFO O| May 28 17:14:30.081 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
97642026-05-28T17:14:30.622Z[ host-image] May 28 17:14:30.084 INFO O| May 28 17:14:30.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
97652026-05-28T17:14:30.622Z[ host-image] May 28 17:14:30.084 INFO O| May 28 17:14:30.084 INFO ok!
97662026-05-28T17:14:30.622Z[ host-image] May 28 17:14:30.084 INFO O| May 28 17:14:30.084 INFO STEP 91 (ensure_file) COMPLETE
97672026-05-28T17:14:30.622Z[ host-image] May 28 17:14:30.084 INFO O| May 28 17:14:30.084 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682026-05-28T17:14:30.630Z[ host-image] May 28 17:14:30.094 INFO O| May 28 17:14:30.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
97692026-05-28T17:14:30.630Z[ host-image] May 28 17:14:30.094 INFO O| May 28 17:14:30.094 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
97702026-05-28T17:14:30.634Z[ host-image] May 28 17:14:30.094 INFO O| May 28 17:14:30.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
97712026-05-28T17:14:30.634Z[ host-image] May 28 17:14:30.094 INFO O| May 28 17:14:30.094 INFO ok!
97722026-05-28T17:14:30.634Z[ host-image] May 28 17:14:30.094 INFO O| May 28 17:14:30.094 INFO STEP 92 (ensure_file) COMPLETE
97732026-05-28T17:14:30.634Z[ host-image] May 28 17:14:30.094 INFO O| May 28 17:14:30.094 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97742026-05-28T17:14:30.638Z[ host-image] May 28 17:14:30.102 INFO O| May 28 17:14:30.102 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97752026-05-28T17:14:30.638Z[ host-image] May 28 17:14:30.102 INFO O| May 28 17:14:30.102 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
97762026-05-28T17:14:31.594Z[ host-image] May 28 17:14:31.058 INFO O| May 28 17:14:31.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
97772026-05-28T17:14:31.594Z[ host-image] May 28 17:14:31.058 INFO O| May 28 17:14:31.057 INFO ok!
97782026-05-28T17:14:31.594Z[ host-image] May 28 17:14:31.058 INFO O| May 28 17:14:31.058 INFO STEP 93 (ensure_file) COMPLETE
97792026-05-28T17:14:31.597Z[ host-image] May 28 17:14:31.058 INFO O| May 28 17:14:31.058 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97802026-05-28T17:14:31.602Z[ host-image] May 28 17:14:31.066 INFO O| May 28 17:14:31.066 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97812026-05-28T17:14:31.602Z[ host-image] May 28 17:14:31.066 INFO O| May 28 17:14:31.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97822026-05-28T17:14:31.606Z[ host-image] May 28 17:14:31.066 INFO O| May 28 17:14:31.066 INFO STEP 94 (ensure_dir) COMPLETE
97832026-05-28T17:14:31.606Z[ host-image] May 28 17:14:31.066 INFO O| May 28 17:14:31.066 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97842026-05-28T17:14:31.612Z[ host-image] May 28 17:14:31.074 INFO O| May 28 17:14:31.073 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97852026-05-28T17:14:31.612Z[ host-image] May 28 17:14:31.074 INFO O| May 28 17:14:31.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97862026-05-28T17:14:31.615Z[ host-image] May 28 17:14:31.074 INFO O| May 28 17:14:31.074 INFO STEP 95 (ensure_dir) COMPLETE
97872026-05-28T17:14:31.615Z[ host-image] May 28 17:14:31.074 INFO O| May 28 17:14:31.074 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97882026-05-28T17:14:31.619Z[ host-image] May 28 17:14:31.082 INFO O| May 28 17:14:31.082 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97892026-05-28T17:14:31.619Z[ host-image] May 28 17:14:31.082 INFO O| May 28 17:14:31.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97902026-05-28T17:14:31.619Z[ host-image] May 28 17:14:31.082 INFO O| May 28 17:14:31.082 INFO STEP 96 (ensure_dir) COMPLETE
97912026-05-28T17:14:31.619Z[ host-image] May 28 17:14:31.082 INFO O| May 28 17:14:31.082 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97922026-05-28T17:14:31.626Z[ host-image] May 28 17:14:31.089 INFO O| May 28 17:14:31.089 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97932026-05-28T17:14:31.626Z[ host-image] May 28 17:14:31.089 INFO O| May 28 17:14:31.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97942026-05-28T17:14:31.629Z[ host-image] May 28 17:14:31.089 INFO O| May 28 17:14:31.089 INFO STEP 97 (ensure_dir) COMPLETE
97952026-05-28T17:14:31.629Z[ host-image] May 28 17:14:31.089 INFO O| May 28 17:14:31.089 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97962026-05-28T17:14:31.634Z[ host-image] May 28 17:14:31.098 INFO O| May 28 17:14:31.098 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97972026-05-28T17:14:31.634Z[ host-image] May 28 17:14:31.098 INFO O| May 28 17:14:31.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97982026-05-28T17:14:31.638Z[ host-image] May 28 17:14:31.098 INFO O| May 28 17:14:31.098 INFO STEP 98 (ensure_dir) COMPLETE
97992026-05-28T17:14:31.638Z[ host-image] May 28 17:14:31.098 INFO O| May 28 17:14:31.098 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98002026-05-28T17:14:31.644Z[ host-image] May 28 17:14:31.107 INFO O| May 28 17:14:31.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
98012026-05-28T17:14:31.644Z[ host-image] May 28 17:14:31.107 INFO O| May 28 17:14:31.107 INFO copying /tmp/.tmpF3EbOY/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 ...
98022026-05-28T17:14:31.647Z[ host-image] May 28 17:14:31.107 INFO O| May 28 17:14:31.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
98032026-05-28T17:14:31.647Z[ host-image] May 28 17:14:31.107 INFO O| May 28 17:14:31.107 INFO ok!
98042026-05-28T17:14:31.647Z[ host-image] May 28 17:14:31.107 INFO O| May 28 17:14:31.107 INFO STEP 99 (ensure_file) COMPLETE
98052026-05-28T17:14:31.647Z[ host-image] May 28 17:14:31.107 INFO O| May 28 17:14:31.107 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98062026-05-28T17:14:31.653Z[ host-image] May 28 17:14:31.116 INFO O| May 28 17:14:31.116 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98072026-05-28T17:14:31.653Z[ host-image] May 28 17:14:31.116 INFO O| May 28 17:14:31.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98082026-05-28T17:14:31.656Z[ host-image] May 28 17:14:31.116 INFO O| May 28 17:14:31.116 INFO STEP 100 (ensure_dir) COMPLETE
98092026-05-28T17:14:31.656Z[ host-image] May 28 17:14:31.116 INFO O| May 28 17:14:31.116 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98102026-05-28T17:14:31.660Z[ host-image] May 28 17:14:31.123 INFO O| May 28 17:14:31.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
98112026-05-28T17:14:31.660Z[ host-image] May 28 17:14:31.123 INFO O| May 28 17:14:31.123 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
98122026-05-28T17:14:32.095Z[ host-image] May 28 17:14:31.559 INFO O| May 28 17:14:31.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
98132026-05-28T17:14:32.095Z[ host-image] May 28 17:14:31.559 INFO O| May 28 17:14:31.559 INFO ok!
98142026-05-28T17:14:32.095Z[ host-image] May 28 17:14:31.559 INFO O| May 28 17:14:31.559 INFO STEP 101 (ensure_file) COMPLETE
98152026-05-28T17:14:32.099Z[ host-image] May 28 17:14:31.559 INFO O| May 28 17:14:31.559 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98162026-05-28T17:14:32.106Z[ host-image] May 28 17:14:31.570 INFO O| May 28 17:14:31.570 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
98172026-05-28T17:14:32.106Z[ host-image] May 28 17:14:31.570 INFO O| May 28 17:14:31.570 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
98182026-05-28T17:14:32.110Z[ host-image] May 28 17:14:31.570 INFO O| May 28 17:14:31.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
98192026-05-28T17:14:32.110Z[ host-image] May 28 17:14:31.570 INFO O| May 28 17:14:31.570 INFO ok!
98202026-05-28T17:14:32.111Z[ host-image] May 28 17:14:31.570 INFO O| May 28 17:14:31.570 INFO STEP 102 (ensure_file) COMPLETE
98212026-05-28T17:14:32.111Z[ host-image] May 28 17:14:31.570 INFO O| May 28 17:14:31.570 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98222026-05-28T17:14:32.115Z[ host-image] May 28 17:14:31.579 INFO O| May 28 17:14:31.579 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
98232026-05-28T17:14:32.115Z[ host-image] May 28 17:14:31.579 INFO O| May 28 17:14:31.579 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
98242026-05-28T17:14:32.122Z[ host-image] May 28 17:14:31.586 INFO O| May 28 17:14:31.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
98252026-05-28T17:14:32.122Z[ host-image] May 28 17:14:31.586 INFO O| May 28 17:14:31.586 INFO ok!
98262026-05-28T17:14:32.127Z[ host-image] May 28 17:14:31.586 INFO O| May 28 17:14:31.586 INFO STEP 103 (ensure_file) COMPLETE
98272026-05-28T17:14:32.127Z[ host-image] May 28 17:14:31.586 INFO O| May 28 17:14:31.586 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98282026-05-28T17:14:32.133Z[ host-image] May 28 17:14:31.596 INFO O| May 28 17:14:31.596 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
98292026-05-28T17:14:32.133Z[ host-image] May 28 17:14:31.596 INFO O| May 28 17:14:31.596 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
98302026-05-28T17:14:32.137Z[ host-image] May 28 17:14:31.596 INFO O| May 28 17:14:31.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
98312026-05-28T17:14:32.137Z[ host-image] May 28 17:14:31.596 INFO O| May 28 17:14:31.596 INFO ok!
98322026-05-28T17:14:32.137Z[ host-image] May 28 17:14:31.596 INFO O| May 28 17:14:31.596 INFO STEP 104 (ensure_file) COMPLETE
98332026-05-28T17:14:32.137Z[ host-image] May 28 17:14:31.596 INFO O| May 28 17:14:31.596 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98342026-05-28T17:14:32.140Z[ host-image] May 28 17:14:31.604 INFO O| May 28 17:14:31.604 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98352026-05-28T17:14:32.140Z[ host-image] May 28 17:14:31.604 INFO O| May 28 17:14:31.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98362026-05-28T17:14:32.141Z[ host-image] May 28 17:14:31.604 INFO O| May 28 17:14:31.604 INFO STEP 105 (ensure_dir) COMPLETE
98372026-05-28T17:14:32.141Z[ host-image] May 28 17:14:31.604 INFO O| May 28 17:14:31.604 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98382026-05-28T17:14:32.150Z[ host-image] May 28 17:14:31.614 INFO O| May 28 17:14:31.614 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
98392026-05-28T17:14:32.151Z[ host-image] May 28 17:14:31.614 INFO O| May 28 17:14:31.614 INFO copying /tmp/.tmpF3EbOY/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 ...
98402026-05-28T17:14:32.459Z[ host-image] May 28 17:14:31.922 INFO O| May 28 17:14:31.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
98412026-05-28T17:14:32.459Z[ host-image] May 28 17:14:31.922 INFO O| May 28 17:14:31.922 INFO ok!
98422026-05-28T17:14:32.459Z[ host-image] May 28 17:14:31.922 INFO O| May 28 17:14:31.922 INFO STEP 106 (ensure_file) COMPLETE
98432026-05-28T17:14:32.462Z[ host-image] May 28 17:14:31.922 INFO O| May 28 17:14:31.922 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98442026-05-28T17:14:32.470Z[ host-image] May 28 17:14:31.932 INFO O| May 28 17:14:31.932 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
98452026-05-28T17:14:32.470Z[ host-image] May 28 17:14:31.932 INFO O| May 28 17:14:31.932 INFO copying /tmp/.tmpF3EbOY/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 ...
98462026-05-28T17:14:32.470Z[ host-image] May 28 17:14:31.932 INFO O| May 28 17:14:31.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
98472026-05-28T17:14:32.470Z[ host-image] May 28 17:14:31.932 INFO O| May 28 17:14:31.932 INFO ok!
98482026-05-28T17:14:32.474Z[ host-image] May 28 17:14:31.932 INFO O| May 28 17:14:31.932 INFO STEP 107 (ensure_file) COMPLETE
98492026-05-28T17:14:32.474Z[ host-image] May 28 17:14:31.932 INFO O| May 28 17:14:31.932 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98502026-05-28T17:14:32.478Z[ host-image] May 28 17:14:31.941 INFO O| May 28 17:14:31.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
98512026-05-28T17:14:32.478Z[ host-image] May 28 17:14:31.941 INFO O| May 28 17:14:31.941 INFO copying /tmp/.tmpF3EbOY/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 ...
98522026-05-28T17:14:32.478Z[ host-image] May 28 17:14:31.941 INFO O| May 28 17:14:31.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
98532026-05-28T17:14:32.478Z[ host-image] May 28 17:14:31.941 INFO O| May 28 17:14:31.941 INFO ok!
98542026-05-28T17:14:32.482Z[ host-image] May 28 17:14:31.941 INFO O| May 28 17:14:31.941 INFO STEP 108 (ensure_file) COMPLETE
98552026-05-28T17:14:32.482Z[ host-image] May 28 17:14:31.941 INFO O| May 28 17:14:31.941 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98562026-05-28T17:14:32.485Z[ host-image] May 28 17:14:31.948 INFO O| May 28 17:14:31.948 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
98572026-05-28T17:14:32.485Z[ host-image] May 28 17:14:31.948 INFO O| May 28 17:14:31.948 INFO copying /tmp/.tmpF3EbOY/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 ...
98582026-05-28T17:14:32.485Z[ host-image] May 28 17:14:31.948 INFO O| May 28 17:14:31.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
98592026-05-28T17:14:32.485Z[ host-image] May 28 17:14:31.948 INFO O| May 28 17:14:31.948 INFO ok!
98602026-05-28T17:14:32.485Z[ host-image] May 28 17:14:31.948 INFO O| May 28 17:14:31.948 INFO STEP 109 (ensure_file) COMPLETE
98612026-05-28T17:14:32.485Z[ host-image] May 28 17:14:31.948 INFO O| May 28 17:14:31.948 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98622026-05-28T17:14:32.492Z[ host-image] May 28 17:14:31.955 INFO O| May 28 17:14:31.955 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
98632026-05-28T17:14:32.492Z[ host-image] May 28 17:14:31.955 INFO O| May 28 17:14:31.955 INFO copying /tmp/.tmpF3EbOY/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 ...
98642026-05-28T17:14:32.497Z[ host-image] May 28 17:14:31.955 INFO O| May 28 17:14:31.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
98652026-05-28T17:14:32.497Z[ host-image] May 28 17:14:31.955 INFO O| May 28 17:14:31.955 INFO ok!
98662026-05-28T17:14:32.497Z[ host-image] May 28 17:14:31.955 INFO O| May 28 17:14:31.955 INFO STEP 110 (ensure_file) COMPLETE
98672026-05-28T17:14:32.497Z[ host-image] May 28 17:14:31.955 INFO O| May 28 17:14:31.955 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98682026-05-28T17:14:32.500Z[ host-image] May 28 17:14:31.963 INFO O| May 28 17:14:31.963 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
98692026-05-28T17:14:32.500Z[ host-image] May 28 17:14:31.963 INFO O| May 28 17:14:31.963 INFO copying /tmp/.tmpF3EbOY/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 ...
98702026-05-28T17:14:32.501Z[ host-image] May 28 17:14:31.963 INFO O| May 28 17:14:31.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
98712026-05-28T17:14:32.501Z[ host-image] May 28 17:14:31.963 INFO O| May 28 17:14:31.963 INFO ok!
98722026-05-28T17:14:32.501Z[ host-image] May 28 17:14:31.963 INFO O| May 28 17:14:31.963 INFO STEP 111 (ensure_file) COMPLETE
98732026-05-28T17:14:32.501Z[ host-image] May 28 17:14:31.963 INFO O| May 28 17:14:31.963 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98742026-05-28T17:14:32.508Z[ host-image] May 28 17:14:31.972 INFO O| May 28 17:14:31.971 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
98752026-05-28T17:14:32.508Z[ host-image] May 28 17:14:31.972 INFO O| May 28 17:14:31.972 INFO copying /tmp/.tmpF3EbOY/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 ...
98762026-05-28T17:14:32.508Z[ host-image] May 28 17:14:31.972 INFO O| May 28 17:14:31.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
98772026-05-28T17:14:32.508Z[ host-image] May 28 17:14:31.972 INFO O| May 28 17:14:31.972 INFO ok!
98782026-05-28T17:14:32.511Z[ host-image] May 28 17:14:31.972 INFO O| May 28 17:14:31.972 INFO STEP 112 (ensure_file) COMPLETE
98792026-05-28T17:14:32.511Z[ host-image] May 28 17:14:31.972 INFO O| May 28 17:14:31.972 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98802026-05-28T17:14:32.517Z[ host-image] May 28 17:14:31.981 INFO O| May 28 17:14:31.981 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
98812026-05-28T17:14:32.517Z[ host-image] May 28 17:14:31.981 INFO O| May 28 17:14:31.981 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
98822026-05-28T17:14:32.517Z[ host-image] May 28 17:14:31.981 INFO O| May 28 17:14:31.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
98832026-05-28T17:14:32.521Z[ host-image] May 28 17:14:31.981 INFO O| May 28 17:14:31.981 INFO ok!
98842026-05-28T17:14:32.521Z[ host-image] May 28 17:14:31.981 INFO O| May 28 17:14:31.981 INFO STEP 113 (ensure_file) COMPLETE
98852026-05-28T17:14:32.521Z[ host-image] May 28 17:14:31.981 INFO O| May 28 17:14:31.981 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98862026-05-28T17:14:32.527Z[ host-image] May 28 17:14:31.990 INFO O| May 28 17:14:31.990 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
98872026-05-28T17:14:32.527Z[ host-image] May 28 17:14:31.990 INFO O| May 28 17:14:31.990 INFO copying /tmp/.tmpF3EbOY/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 ...
98882026-05-28T17:14:32.531Z[ host-image] May 28 17:14:31.990 INFO O| May 28 17:14:31.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
98892026-05-28T17:14:32.531Z[ host-image] May 28 17:14:31.990 INFO O| May 28 17:14:31.990 INFO ok!
98902026-05-28T17:14:32.531Z[ host-image] May 28 17:14:31.990 INFO O| May 28 17:14:31.990 INFO STEP 114 (ensure_file) COMPLETE
98912026-05-28T17:14:32.531Z[ host-image] May 28 17:14:31.990 INFO O| May 28 17:14:31.990 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98922026-05-28T17:14:32.535Z[ host-image] May 28 17:14:31.998 INFO O| May 28 17:14:31.998 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
98932026-05-28T17:14:32.535Z[ host-image] May 28 17:14:31.998 INFO O| May 28 17:14:31.998 INFO copying /tmp/.tmpF3EbOY/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 ...
98942026-05-28T17:14:32.535Z[ host-image] May 28 17:14:31.998 INFO O| May 28 17:14:31.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
98952026-05-28T17:14:32.535Z[ host-image] May 28 17:14:31.998 INFO O| May 28 17:14:31.998 INFO ok!
98962026-05-28T17:14:32.541Z[ host-image] May 28 17:14:31.998 INFO O| May 28 17:14:31.998 INFO STEP 115 (ensure_file) COMPLETE
98972026-05-28T17:14:32.541Z[ host-image] May 28 17:14:31.998 INFO O| May 28 17:14:31.998 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98982026-05-28T17:14:32.546Z[ host-image] May 28 17:14:32.010 INFO O| May 28 17:14:32.010 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
98992026-05-28T17:14:32.546Z[ host-image] May 28 17:14:32.010 INFO O| May 28 17:14:32.010 INFO copying /tmp/.tmpF3EbOY/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 ...
99002026-05-28T17:14:32.547Z[ host-image] May 28 17:14:32.010 INFO O| May 28 17:14:32.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
99012026-05-28T17:14:32.552Z[ host-image] May 28 17:14:32.010 INFO O| May 28 17:14:32.010 INFO ok!
99022026-05-28T17:14:32.552Z[ host-image] May 28 17:14:32.010 INFO O| May 28 17:14:32.010 INFO STEP 116 (ensure_file) COMPLETE
99032026-05-28T17:14:32.552Z[ host-image] May 28 17:14:32.010 INFO O| May 28 17:14:32.010 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99042026-05-28T17:14:32.556Z[ host-image] May 28 17:14:32.018 INFO O| May 28 17:14:32.018 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
99052026-05-28T17:14:32.556Z[ host-image] May 28 17:14:32.018 INFO O| May 28 17:14:32.018 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
99062026-05-28T17:14:32.556Z[ host-image] May 28 17:14:32.018 INFO O| May 28 17:14:32.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
99072026-05-28T17:14:32.556Z[ host-image] May 28 17:14:32.018 INFO O| May 28 17:14:32.018 INFO ok!
99082026-05-28T17:14:32.556Z[ host-image] May 28 17:14:32.018 INFO O| May 28 17:14:32.018 INFO STEP 117 (ensure_file) COMPLETE
99092026-05-28T17:14:32.556Z[ host-image] May 28 17:14:32.018 INFO O| May 28 17:14:32.018 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99102026-05-28T17:14:32.561Z[ host-image] May 28 17:14:32.025 INFO O| May 28 17:14:32.025 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
99112026-05-28T17:14:32.565Z[ host-image] May 28 17:14:32.025 INFO O| May 28 17:14:32.025 INFO copying /tmp/.tmpF3EbOY/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 ...
99122026-05-28T17:14:32.565Z[ host-image] May 28 17:14:32.025 INFO O| May 28 17:14:32.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
99132026-05-28T17:14:32.565Z[ host-image] May 28 17:14:32.025 INFO O| May 28 17:14:32.025 INFO ok!
99142026-05-28T17:14:32.565Z[ host-image] May 28 17:14:32.025 INFO O| May 28 17:14:32.025 INFO STEP 118 (ensure_file) COMPLETE
99152026-05-28T17:14:32.565Z[ host-image] May 28 17:14:32.025 INFO O| May 28 17:14:32.025 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99162026-05-28T17:14:32.571Z[ host-image] May 28 17:14:32.035 INFO O| May 28 17:14:32.035 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
99172026-05-28T17:14:32.572Z[ host-image] May 28 17:14:32.035 INFO O| May 28 17:14:32.035 INFO copying /tmp/.tmpF3EbOY/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 ...
99182026-05-28T17:14:32.575Z[ host-image] May 28 17:14:32.035 INFO O| May 28 17:14:32.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
99192026-05-28T17:14:32.575Z[ host-image] May 28 17:14:32.035 INFO O| May 28 17:14:32.035 INFO ok!
99202026-05-28T17:14:32.575Z[ host-image] May 28 17:14:32.035 INFO O| May 28 17:14:32.035 INFO STEP 119 (ensure_file) COMPLETE
99212026-05-28T17:14:32.575Z[ host-image] May 28 17:14:32.035 INFO O| May 28 17:14:32.035 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99222026-05-28T17:14:32.579Z[ host-image] May 28 17:14:32.043 INFO O| May 28 17:14:32.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
99232026-05-28T17:14:32.584Z[ host-image] May 28 17:14:32.043 INFO O| May 28 17:14:32.043 INFO copying /tmp/.tmpF3EbOY/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 ...
99242026-05-28T17:14:32.584Z[ host-image] May 28 17:14:32.043 INFO O| May 28 17:14:32.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
99252026-05-28T17:14:32.584Z[ host-image] May 28 17:14:32.043 INFO O| May 28 17:14:32.043 INFO ok!
99262026-05-28T17:14:32.584Z[ host-image] May 28 17:14:32.043 INFO O| May 28 17:14:32.043 INFO STEP 120 (ensure_file) COMPLETE
99272026-05-28T17:14:32.584Z[ host-image] May 28 17:14:32.043 INFO O| May 28 17:14:32.043 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99282026-05-28T17:14:32.591Z[ host-image] May 28 17:14:32.052 INFO O| May 28 17:14:32.052 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
99292026-05-28T17:14:32.591Z[ host-image] May 28 17:14:32.052 INFO O| May 28 17:14:32.052 INFO copying /tmp/.tmpF3EbOY/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 ...
99302026-05-28T17:14:32.591Z[ host-image] May 28 17:14:32.052 INFO O| May 28 17:14:32.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
99312026-05-28T17:14:32.591Z[ host-image] May 28 17:14:32.052 INFO O| May 28 17:14:32.052 INFO ok!
99322026-05-28T17:14:32.594Z[ host-image] May 28 17:14:32.052 INFO O| May 28 17:14:32.052 INFO STEP 121 (ensure_file) COMPLETE
99332026-05-28T17:14:32.594Z[ host-image] May 28 17:14:32.052 INFO O| May 28 17:14:32.052 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99342026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.061 INFO O| May 28 17:14:32.061 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
99352026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.061 INFO O| May 28 17:14:32.061 INFO copying /tmp/.tmpF3EbOY/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 ...
99362026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.061 INFO O| May 28 17:14:32.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
99372026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.061 INFO O| May 28 17:14:32.061 INFO ok!
99382026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.061 INFO O| May 28 17:14:32.061 INFO STEP 122 (ensure_file) COMPLETE
99392026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.061 INFO O| May 28 17:14:32.061 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99402026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.068 INFO O| May 28 17:14:32.068 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
99412026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.069 INFO O| May 28 17:14:32.068 INFO copying /tmp/.tmpF3EbOY/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 ...
99422026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.069 INFO O| May 28 17:14:32.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
99432026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.069 INFO O| May 28 17:14:32.069 INFO ok!
99442026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.069 INFO O| May 28 17:14:32.069 INFO STEP 123 (ensure_file) COMPLETE
99452026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.069 INFO O| May 28 17:14:32.069 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99462026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.075 INFO O| May 28 17:14:32.075 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
99472026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.075 INFO O| May 28 17:14:32.075 INFO copying /tmp/.tmpF3EbOY/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 ...
99482026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.075 INFO O| May 28 17:14:32.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
99492026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.075 INFO O| May 28 17:14:32.075 INFO ok!
99502026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.075 INFO O| May 28 17:14:32.075 INFO STEP 124 (ensure_file) COMPLETE
99512026-05-28T17:14:32.625Z[ host-image] May 28 17:14:32.075 INFO O| May 28 17:14:32.075 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99522026-05-28T17:14:32.630Z[ host-image] May 28 17:14:32.084 INFO O| May 28 17:14:32.084 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
99532026-05-28T17:14:32.631Z[ host-image] May 28 17:14:32.084 INFO O| May 28 17:14:32.084 INFO copying /tmp/.tmpF3EbOY/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 ...
99542026-05-28T17:14:32.631Z[ host-image] May 28 17:14:32.084 INFO O| May 28 17:14:32.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
99552026-05-28T17:14:32.631Z[ host-image] May 28 17:14:32.084 INFO O| May 28 17:14:32.084 INFO ok!
99562026-05-28T17:14:32.631Z[ host-image] May 28 17:14:32.084 INFO O| May 28 17:14:32.084 INFO STEP 125 (ensure_file) COMPLETE
99572026-05-28T17:14:32.631Z[ host-image] May 28 17:14:32.084 INFO O| May 28 17:14:32.084 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99582026-05-28T17:14:32.634Z[ host-image] May 28 17:14:32.093 INFO O| May 28 17:14:32.093 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
99592026-05-28T17:14:32.635Z[ host-image] May 28 17:14:32.093 INFO O| May 28 17:14:32.093 INFO copying /tmp/.tmpF3EbOY/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 ...
99602026-05-28T17:14:32.635Z[ host-image] May 28 17:14:32.093 INFO O| May 28 17:14:32.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
99612026-05-28T17:14:32.635Z[ host-image] May 28 17:14:32.093 INFO O| May 28 17:14:32.093 INFO ok!
99622026-05-28T17:14:32.635Z[ host-image] May 28 17:14:32.093 INFO O| May 28 17:14:32.093 INFO STEP 126 (ensure_file) COMPLETE
99632026-05-28T17:14:32.635Z[ host-image] May 28 17:14:32.093 INFO O| May 28 17:14:32.093 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99642026-05-28T17:14:32.639Z[ host-image] May 28 17:14:32.100 INFO O| May 28 17:14:32.100 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
99652026-05-28T17:14:32.639Z[ host-image] May 28 17:14:32.100 INFO O| May 28 17:14:32.100 INFO copying /tmp/.tmpF3EbOY/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 ...
99662026-05-28T17:14:32.639Z[ host-image] May 28 17:14:32.100 INFO O| May 28 17:14:32.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
99672026-05-28T17:14:32.639Z[ host-image] May 28 17:14:32.100 INFO O| May 28 17:14:32.100 INFO ok!
99682026-05-28T17:14:32.640Z[ host-image] May 28 17:14:32.100 INFO O| May 28 17:14:32.100 INFO STEP 127 (ensure_file) COMPLETE
99692026-05-28T17:14:32.640Z[ host-image] May 28 17:14:32.100 INFO O| May 28 17:14:32.100 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99702026-05-28T17:14:32.643Z[ host-image] May 28 17:14:32.107 INFO O| May 28 17:14:32.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
99712026-05-28T17:14:32.643Z[ host-image] May 28 17:14:32.107 INFO O| May 28 17:14:32.107 INFO copying /tmp/.tmpF3EbOY/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 ...
99722026-05-28T17:14:32.647Z[ host-image] May 28 17:14:32.107 INFO O| May 28 17:14:32.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
99732026-05-28T17:14:32.647Z[ host-image] May 28 17:14:32.107 INFO O| May 28 17:14:32.107 INFO ok!
99742026-05-28T17:14:32.647Z[ host-image] May 28 17:14:32.107 INFO O| May 28 17:14:32.107 INFO STEP 128 (ensure_file) COMPLETE
99752026-05-28T17:14:32.647Z[ host-image] May 28 17:14:32.107 INFO O| May 28 17:14:32.107 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99762026-05-28T17:14:32.652Z[ host-image] May 28 17:14:32.114 INFO O| May 28 17:14:32.114 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
99772026-05-28T17:14:32.652Z[ host-image] May 28 17:14:32.114 INFO O| May 28 17:14:32.114 INFO copying /tmp/.tmpF3EbOY/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 ...
99782026-05-28T17:14:32.653Z[ host-image] May 28 17:14:32.114 INFO O| May 28 17:14:32.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
99792026-05-28T17:14:32.653Z[ host-image] May 28 17:14:32.114 INFO O| May 28 17:14:32.114 INFO ok!
99802026-05-28T17:14:32.653Z[ host-image] May 28 17:14:32.114 INFO O| May 28 17:14:32.114 INFO STEP 129 (ensure_file) COMPLETE
99812026-05-28T17:14:32.653Z[ host-image] May 28 17:14:32.114 INFO O| May 28 17:14:32.114 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99822026-05-28T17:14:32.660Z[ host-image] May 28 17:14:32.123 INFO O| May 28 17:14:32.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
99832026-05-28T17:14:32.660Z[ host-image] May 28 17:14:32.123 INFO O| May 28 17:14:32.123 INFO copying /tmp/.tmpF3EbOY/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 ...
99842026-05-28T17:14:32.660Z[ host-image] May 28 17:14:32.123 INFO O| May 28 17:14:32.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
99852026-05-28T17:14:32.660Z[ host-image] May 28 17:14:32.123 INFO O| May 28 17:14:32.123 INFO ok!
99862026-05-28T17:14:32.660Z[ host-image] May 28 17:14:32.123 INFO O| May 28 17:14:32.123 INFO STEP 130 (ensure_file) COMPLETE
99872026-05-28T17:14:32.664Z[ host-image] May 28 17:14:32.123 INFO O| May 28 17:14:32.123 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99882026-05-28T17:14:32.669Z[ host-image] May 28 17:14:32.132 INFO O| May 28 17:14:32.132 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
99892026-05-28T17:14:32.669Z[ host-image] May 28 17:14:32.132 INFO O| May 28 17:14:32.132 INFO copying /tmp/.tmpF3EbOY/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 ...
99902026-05-28T17:14:32.669Z[ host-image] May 28 17:14:32.132 INFO O| May 28 17:14:32.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
99912026-05-28T17:14:32.669Z[ host-image] May 28 17:14:32.132 INFO O| May 28 17:14:32.132 INFO ok!
99922026-05-28T17:14:32.669Z[ host-image] May 28 17:14:32.132 INFO O| May 28 17:14:32.132 INFO STEP 131 (ensure_file) COMPLETE
99932026-05-28T17:14:32.673Z[ host-image] May 28 17:14:32.132 INFO O| May 28 17:14:32.132 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99942026-05-28T17:14:32.677Z[ host-image] May 28 17:14:32.140 INFO O| May 28 17:14:32.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
99952026-05-28T17:14:32.677Z[ host-image] May 28 17:14:32.140 INFO O| May 28 17:14:32.140 INFO copying /tmp/.tmpF3EbOY/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 ...
99962026-05-28T17:14:32.683Z[ host-image] May 28 17:14:32.140 INFO O| May 28 17:14:32.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
99972026-05-28T17:14:32.683Z[ host-image] May 28 17:14:32.140 INFO O| May 28 17:14:32.140 INFO ok!
99982026-05-28T17:14:32.683Z[ host-image] May 28 17:14:32.140 INFO O| May 28 17:14:32.140 INFO STEP 132 (ensure_file) COMPLETE
99992026-05-28T17:14:32.683Z[ host-image] May 28 17:14:32.140 INFO O| May 28 17:14:32.140 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100002026-05-28T17:14:32.686Z[ host-image] May 28 17:14:32.149 INFO O| May 28 17:14:32.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
100012026-05-28T17:14:32.686Z[ host-image] May 28 17:14:32.149 INFO O| May 28 17:14:32.149 INFO copying /tmp/.tmpF3EbOY/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 ...
100022026-05-28T17:14:32.686Z[ host-image] May 28 17:14:32.149 INFO O| May 28 17:14:32.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
100032026-05-28T17:14:32.686Z[ host-image] May 28 17:14:32.149 INFO O| May 28 17:14:32.149 INFO ok!
100042026-05-28T17:14:32.687Z[ host-image] May 28 17:14:32.149 INFO O| May 28 17:14:32.149 INFO STEP 133 (ensure_file) COMPLETE
100052026-05-28T17:14:32.687Z[ host-image] May 28 17:14:32.149 INFO O| May 28 17:14:32.149 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100062026-05-28T17:14:32.692Z[ host-image] May 28 17:14:32.156 INFO O| May 28 17:14:32.156 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
100072026-05-28T17:14:32.692Z[ host-image] May 28 17:14:32.156 INFO O| May 28 17:14:32.156 INFO copying /tmp/.tmpF3EbOY/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 ...
100082026-05-28T17:14:32.696Z[ host-image] May 28 17:14:32.156 INFO O| May 28 17:14:32.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
100092026-05-28T17:14:32.696Z[ host-image] May 28 17:14:32.156 INFO O| May 28 17:14:32.156 INFO ok!
100102026-05-28T17:14:32.696Z[ host-image] May 28 17:14:32.156 INFO O| May 28 17:14:32.156 INFO STEP 134 (ensure_file) COMPLETE
100112026-05-28T17:14:32.696Z[ host-image] May 28 17:14:32.156 INFO O| May 28 17:14:32.156 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100122026-05-28T17:14:32.699Z[ host-image] May 28 17:14:32.163 INFO O| May 28 17:14:32.163 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
100132026-05-28T17:14:32.699Z[ host-image] May 28 17:14:32.163 INFO O| May 28 17:14:32.163 INFO copying /tmp/.tmpF3EbOY/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 ...
100142026-05-28T17:14:32.707Z[ host-image] May 28 17:14:32.163 INFO O| May 28 17:14:32.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
100152026-05-28T17:14:32.707Z[ host-image] May 28 17:14:32.163 INFO O| May 28 17:14:32.163 INFO ok!
100162026-05-28T17:14:32.707Z[ host-image] May 28 17:14:32.163 INFO O| May 28 17:14:32.163 INFO STEP 135 (ensure_file) COMPLETE
100172026-05-28T17:14:32.707Z[ host-image] May 28 17:14:32.163 INFO O| May 28 17:14:32.163 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100182026-05-28T17:14:32.711Z[ host-image] May 28 17:14:32.169 INFO O| May 28 17:14:32.169 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
100192026-05-28T17:14:32.711Z[ host-image] May 28 17:14:32.169 INFO O| May 28 17:14:32.169 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
100202026-05-28T17:14:32.711Z[ host-image] May 28 17:14:32.169 INFO O| May 28 17:14:32.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
100212026-05-28T17:14:32.711Z[ host-image] May 28 17:14:32.169 INFO O| May 28 17:14:32.169 INFO ok!
100222026-05-28T17:14:32.711Z[ host-image] May 28 17:14:32.169 INFO O| May 28 17:14:32.169 INFO STEP 136 (ensure_file) COMPLETE
100232026-05-28T17:14:32.711Z[ host-image] May 28 17:14:32.169 INFO O| May 28 17:14:32.169 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100242026-05-28T17:14:32.715Z[ host-image] May 28 17:14:32.176 INFO O| May 28 17:14:32.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
100252026-05-28T17:14:32.715Z[ host-image] May 28 17:14:32.176 INFO O| May 28 17:14:32.176 INFO copying /tmp/.tmpF3EbOY/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 ...
100262026-05-28T17:14:32.715Z[ host-image] May 28 17:14:32.176 INFO O| May 28 17:14:32.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
100272026-05-28T17:14:32.715Z[ host-image] May 28 17:14:32.176 INFO O| May 28 17:14:32.176 INFO ok!
100282026-05-28T17:14:32.715Z[ host-image] May 28 17:14:32.176 INFO O| May 28 17:14:32.176 INFO STEP 137 (ensure_file) COMPLETE
100292026-05-28T17:14:32.715Z[ host-image] May 28 17:14:32.177 INFO O| May 28 17:14:32.176 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100302026-05-28T17:14:32.723Z[ host-image] May 28 17:14:32.186 INFO O| May 28 17:14:32.186 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
100312026-05-28T17:14:32.723Z[ host-image] May 28 17:14:32.186 INFO O| May 28 17:14:32.186 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
100322026-05-28T17:14:32.727Z[ host-image] May 28 17:14:32.186 INFO O| May 28 17:14:32.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
100332026-05-28T17:14:32.727Z[ host-image] May 28 17:14:32.186 INFO O| May 28 17:14:32.186 INFO ok!
100342026-05-28T17:14:32.727Z[ host-image] May 28 17:14:32.186 INFO O| May 28 17:14:32.186 INFO STEP 138 (ensure_file) COMPLETE
100352026-05-28T17:14:32.727Z[ host-image] May 28 17:14:32.186 INFO O| May 28 17:14:32.186 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100362026-05-28T17:14:32.730Z[ host-image] May 28 17:14:32.193 INFO O| May 28 17:14:32.193 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
100372026-05-28T17:14:32.730Z[ host-image] May 28 17:14:32.193 INFO O| May 28 17:14:32.193 INFO copying /tmp/.tmpF3EbOY/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
100382026-05-28T17:14:39.722Z[ recovery-image] May 28 17:14:39.179 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
100392026-05-28T17:14:39.722Z[ recovery-image] May 28 17:14:39.180 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")
100402026-05-28T17:14:39.989Z[ recovery-image] May 28 17:14:39.400 INFO E| Updating crates.io index
100412026-05-28T17:14:40.192Z[ recovery-image] May 28 17:14:39.626 INFO E| Downloading crates ...
100422026-05-28T17:14:40.232Z[ recovery-image] May 28 17:14:39.690 INFO E| Downloaded colorchoice v1.0.5
100432026-05-28T17:14:40.237Z[ recovery-image] May 28 17:14:39.693 INFO E| Downloaded sigchld v0.2.4
100442026-05-28T17:14:40.237Z[ recovery-image] May 28 17:14:39.693 INFO E| Downloaded os_pipe v1.2.3
100452026-05-28T17:14:40.237Z[ recovery-image] May 28 17:14:39.693 INFO E| Downloaded clap_lex v1.1.0
100462026-05-28T17:14:40.237Z[ recovery-image] May 28 17:14:39.697 INFO E| Downloaded shared_thread v0.2.0
100472026-05-28T17:14:40.237Z[ recovery-image] May 28 17:14:39.698 INFO E| Downloaded shared_child v1.1.1
100482026-05-28T17:14:40.237Z[ recovery-image] May 28 17:14:39.699 INFO E| Downloaded anstyle v1.0.14
100492026-05-28T17:14:40.265Z[ recovery-image] May 28 17:14:39.701 INFO E| Downloaded duct v1.1.1
100502026-05-28T17:14:40.265Z[ recovery-image] May 28 17:14:39.703 INFO E| Downloaded clap_derive v4.6.1
100512026-05-28T17:14:40.265Z[ recovery-image] May 28 17:14:39.705 INFO E| Downloaded clap_builder v4.6.0
100522026-05-28T17:14:40.279Z[ recovery-image] May 28 17:14:39.712 INFO E| Downloaded anstream v1.0.0
100532026-05-28T17:14:40.279Z[ recovery-image] May 28 17:14:39.714 INFO E| Downloaded anstyle-parse v1.0.0
100542026-05-28T17:14:40.280Z[ recovery-image] May 28 17:14:39.715 INFO E| Downloaded clap v4.6.1
100552026-05-28T17:14:40.308Z[ recovery-image] May 28 17:14:39.766 INFO E| Compiling libc v0.2.185
100562026-05-28T17:14:40.308Z[ recovery-image] May 28 17:14:39.766 INFO E| Compiling proc-macro2 v1.0.106
100572026-05-28T17:14:40.313Z[ recovery-image] May 28 17:14:39.766 INFO E| Compiling quote v1.0.45
100582026-05-28T17:14:40.313Z[ recovery-image] May 28 17:14:39.766 INFO E| Compiling signal-hook v0.3.18
100592026-05-28T17:14:40.313Z[ recovery-image] May 28 17:14:39.766 INFO E| Compiling unicode-ident v1.0.24
100602026-05-28T17:14:40.313Z[ recovery-image] May 28 17:14:39.766 INFO E| Compiling utf8parse v0.2.2
100612026-05-28T17:14:40.313Z[ recovery-image] May 28 17:14:39.766 INFO E| Compiling anstyle-query v1.1.5
100622026-05-28T17:14:40.313Z[ recovery-image] May 28 17:14:39.766 INFO E| Compiling is_terminal_polyfill v1.70.2
100632026-05-28T17:14:40.313Z[ recovery-image] May 28 17:14:39.766 INFO E| Compiling colorchoice v1.0.5
100642026-05-28T17:14:40.314Z[ recovery-image] May 28 17:14:39.766 INFO E| Compiling anstyle v1.0.14
100652026-05-28T17:14:40.314Z[ recovery-image] May 28 17:14:39.766 INFO E| Compiling strsim v0.11.1
100662026-05-28T17:14:40.320Z[ recovery-image] May 28 17:14:39.780 INFO E| Compiling clap_lex v1.1.0
100672026-05-28T17:14:40.320Z[ recovery-image] May 28 17:14:39.780 INFO E| Compiling heck v0.5.0
100682026-05-28T17:14:40.320Z[ recovery-image] May 28 17:14:39.780 INFO E| Compiling shared_thread v0.2.0
100692026-05-28T17:14:40.488Z[ recovery-image] May 28 17:14:39.947 INFO E| Compiling anstyle-parse v1.0.0
100702026-05-28T17:14:40.669Z[ recovery-image] May 28 17:14:40.125 INFO E| Compiling anstream v1.0.0
100712026-05-28T17:14:40.907Z[ recovery-image] May 28 17:14:40.371 INFO E| Compiling clap_builder v4.6.0
100722026-05-28T17:14:41.209Z[ recovery-image] May 28 17:14:40.672 INFO E| Compiling errno v0.3.14
100732026-05-28T17:14:41.209Z[ recovery-image] May 28 17:14:40.672 INFO E| Compiling os_pipe v1.2.3
100742026-05-28T17:14:41.325Z[ recovery-image] May 28 17:14:40.788 INFO E| Compiling signal-hook-registry v1.4.8
100752026-05-28T17:14:41.560Z[ recovery-image] May 28 17:14:41.024 INFO E| Compiling syn v2.0.117
100762026-05-28T17:14:41.634Z[ host-image] May 28 17:14:41.097 INFO O| May 28 17:14:41.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
100772026-05-28T17:14:41.635Z[ host-image] May 28 17:14:41.097 INFO O| May 28 17:14:41.097 INFO ok!
100782026-05-28T17:14:41.638Z[ host-image] May 28 17:14:41.097 INFO O| May 28 17:14:41.097 INFO STEP 139 (ensure_file) COMPLETE
100792026-05-28T17:14:41.638Z[ host-image] May 28 17:14:41.097 INFO O| May 28 17:14:41.097 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100802026-05-28T17:14:41.644Z[ host-image] May 28 17:14:41.106 INFO O| May 28 17:14:41.106 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
100812026-05-28T17:14:41.644Z[ host-image] May 28 17:14:41.106 INFO O| May 28 17:14:41.106 INFO STEP 140 (ensure_dir) COMPLETE
100822026-05-28T17:14:41.647Z[ host-image] May 28 17:14:41.106 INFO O| May 28 17:14:41.106 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832026-05-28T17:14:41.647Z[ recovery-image] May 28 17:14:41.107 INFO E| Compiling sigchld v0.2.4
100842026-05-28T17:14:41.650Z[ host-image] May 28 17:14:41.114 INFO O| May 28 17:14:41.114 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
100852026-05-28T17:14:41.650Z[ host-image] May 28 17:14:41.114 INFO O| May 28 17:14:41.114 INFO STEP 141 (ensure_dir) COMPLETE
100862026-05-28T17:14:41.651Z[ host-image] May 28 17:14:41.114 INFO O| May 28 17:14:41.114 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100872026-05-28T17:14:41.659Z[ host-image] May 28 17:14:41.123 INFO O| May 28 17:14:41.122 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
100882026-05-28T17:14:41.659Z[ host-image] May 28 17:14:41.123 INFO O| May 28 17:14:41.122 INFO STEP 142 (ensure_dir) COMPLETE
100892026-05-28T17:14:41.659Z[ host-image] May 28 17:14:41.123 INFO O| May 28 17:14:41.123 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100902026-05-28T17:14:41.668Z[ host-image] May 28 17:14:41.132 INFO O| May 28 17:14:41.132 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
100912026-05-28T17:14:41.668Z[ host-image] May 28 17:14:41.132 INFO O| May 28 17:14:41.132 INFO STEP 143 (ensure_dir) COMPLETE
100922026-05-28T17:14:41.671Z[ host-image] May 28 17:14:41.132 INFO O| May 28 17:14:41.132 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100932026-05-28T17:14:41.677Z[ host-image] May 28 17:14:41.141 INFO O| May 28 17:14:41.141 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100942026-05-28T17:14:41.677Z[ host-image] May 28 17:14:41.141 INFO O| May 28 17:14:41.141 INFO copying /tmp/.tmpF3EbOY/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 ...
100952026-05-28T17:14:41.680Z[ host-image] May 28 17:14:41.141 INFO O| May 28 17:14:41.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
100962026-05-28T17:14:41.680Z[ host-image] May 28 17:14:41.141 INFO O| May 28 17:14:41.141 INFO ok!
100972026-05-28T17:14:41.681Z[ host-image] May 28 17:14:41.141 INFO O| May 28 17:14:41.141 INFO STEP 144 (ensure_file) COMPLETE
100982026-05-28T17:14:41.681Z[ host-image] May 28 17:14:41.141 INFO O| May 28 17:14:41.141 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100992026-05-28T17:14:41.685Z[ host-image] May 28 17:14:41.149 INFO O| May 28 17:14:41.149 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
101002026-05-28T17:14:41.685Z[ host-image] May 28 17:14:41.149 INFO O| May 28 17:14:41.149 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
101012026-05-28T17:14:41.689Z[ host-image] May 28 17:14:41.149 INFO O| May 28 17:14:41.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
101022026-05-28T17:14:41.689Z[ host-image] May 28 17:14:41.149 INFO O| May 28 17:14:41.149 INFO STEP 145 (ensure_dir) COMPLETE
101032026-05-28T17:14:41.689Z[ host-image] May 28 17:14:41.149 INFO O| May 28 17:14:41.149 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101042026-05-28T17:14:41.693Z[ host-image] May 28 17:14:41.157 INFO O| May 28 17:14:41.157 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
101052026-05-28T17:14:41.693Z[ host-image] May 28 17:14:41.157 INFO O| May 28 17:14:41.157 INFO copying /tmp/.tmpF3EbOY/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
101062026-05-28T17:14:41.696Z[ host-image] May 28 17:14:41.157 INFO O| May 28 17:14:41.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
101072026-05-28T17:14:41.696Z[ host-image] May 28 17:14:41.157 INFO O| May 28 17:14:41.157 INFO ok!
101082026-05-28T17:14:41.696Z[ host-image] May 28 17:14:41.157 INFO O| May 28 17:14:41.157 INFO STEP 146 (ensure_file) COMPLETE
101092026-05-28T17:14:41.696Z[ host-image] May 28 17:14:41.157 INFO O| May 28 17:14:41.157 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101102026-05-28T17:14:41.701Z[ host-image] May 28 17:14:41.165 INFO O| May 28 17:14:41.165 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
101112026-05-28T17:14:41.704Z[ host-image] May 28 17:14:41.165 INFO O| May 28 17:14:41.165 INFO STEP 147 (remove_files) COMPLETE
101122026-05-28T17:14:41.704Z[ host-image] May 28 17:14:41.165 INFO O| May 28 17:14:41.165 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101132026-05-28T17:14:41.710Z[ host-image] May 28 17:14:41.174 INFO O| May 28 17:14:41.174 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
101142026-05-28T17:14:41.713Z[ host-image] May 28 17:14:41.174 INFO O| May 28 17:14:41.174 INFO STEP 148 (remove_files) COMPLETE
101152026-05-28T17:14:41.713Z[ host-image] May 28 17:14:41.174 INFO O| May 28 17:14:41.174 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101162026-05-28T17:14:41.719Z[ host-image] May 28 17:14:41.183 INFO O| May 28 17:14:41.183 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
101172026-05-28T17:14:41.722Z[ host-image] May 28 17:14:41.183 INFO O| May 28 17:14:41.183 INFO STEP 149 (remove_files) COMPLETE
101182026-05-28T17:14:41.722Z[ host-image] May 28 17:14:41.183 INFO O| May 28 17:14:41.183 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101192026-05-28T17:14:41.728Z[ host-image] May 28 17:14:41.192 INFO O| May 28 17:14:41.192 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
101202026-05-28T17:14:41.731Z[ host-image] May 28 17:14:41.192 INFO O| May 28 17:14:41.192 INFO STEP 150 (remove_files) COMPLETE
101212026-05-28T17:14:41.731Z[ host-image] May 28 17:14:41.192 INFO O| May 28 17:14:41.192 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101222026-05-28T17:14:41.737Z[ host-image] May 28 17:14:41.201 INFO O| May 28 17:14:41.201 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
101232026-05-28T17:14:41.740Z[ host-image] May 28 17:14:41.201 INFO O| May 28 17:14:41.201 INFO STEP 151 (remove_files) COMPLETE
101242026-05-28T17:14:41.740Z[ host-image] May 28 17:14:41.201 INFO O| May 28 17:14:41.201 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101252026-05-28T17:14:41.744Z[ recovery-image] May 28 17:14:41.207 INFO E| Compiling shared_child v1.1.1
101262026-05-28T17:14:41.747Z[ host-image] May 28 17:14:41.208 INFO O| May 28 17:14:41.208 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
101272026-05-28T17:14:41.747Z[ host-image] May 28 17:14:41.208 INFO O| May 28 17:14:41.208 INFO STEP 152 (remove_files) COMPLETE
101282026-05-28T17:14:41.747Z[ host-image] May 28 17:14:41.208 INFO O| May 28 17:14:41.208 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101292026-05-28T17:14:41.752Z[ host-image] May 28 17:14:41.216 INFO O| May 28 17:14:41.216 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
101302026-05-28T17:14:41.755Z[ host-image] May 28 17:14:41.216 INFO O| May 28 17:14:41.216 INFO STEP 153 (remove_files) COMPLETE
101312026-05-28T17:14:41.755Z[ host-image] May 28 17:14:41.216 INFO O| May 28 17:14:41.216 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101322026-05-28T17:14:41.761Z[ host-image] May 28 17:14:41.225 INFO O| May 28 17:14:41.225 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
101332026-05-28T17:14:41.761Z[ host-image] May 28 17:14:41.225 INFO O| May 28 17:14:41.225 INFO STEP 154 (remove_files) COMPLETE
101342026-05-28T17:14:41.761Z[ host-image] May 28 17:14:41.225 INFO O| May 28 17:14:41.225 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101352026-05-28T17:14:41.769Z[ host-image] May 28 17:14:41.233 INFO O| May 28 17:14:41.233 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
101362026-05-28T17:14:41.769Z[ host-image] May 28 17:14:41.233 INFO O| May 28 17:14:41.233 INFO STEP 155 (remove_files) COMPLETE
101372026-05-28T17:14:41.772Z[ host-image] May 28 17:14:41.233 INFO O| May 28 17:14:41.233 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101382026-05-28T17:14:41.778Z[ host-image] May 28 17:14:41.242 INFO O| May 28 17:14:41.242 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
101392026-05-28T17:14:41.778Z[ host-image] May 28 17:14:41.242 INFO O| May 28 17:14:41.242 INFO STEP 156 (remove_files) COMPLETE
101402026-05-28T17:14:41.781Z[ host-image] May 28 17:14:41.242 INFO O| May 28 17:14:41.242 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101412026-05-28T17:14:41.787Z[ host-image] May 28 17:14:41.251 INFO O| May 28 17:14:41.251 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
101422026-05-28T17:14:41.787Z[ host-image] May 28 17:14:41.251 INFO O| May 28 17:14:41.251 INFO STEP 157 (remove_files) COMPLETE
101432026-05-28T17:14:41.791Z[ host-image] May 28 17:14:41.251 INFO O| May 28 17:14:41.251 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101442026-05-28T17:14:41.797Z[ host-image] May 28 17:14:41.261 INFO O| May 28 17:14:41.261 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
101452026-05-28T17:14:41.797Z[ host-image] May 28 17:14:41.261 INFO O| May 28 17:14:41.261 INFO STEP 158 (remove_files) COMPLETE
101462026-05-28T17:14:41.800Z[ host-image] May 28 17:14:41.261 INFO O| May 28 17:14:41.261 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101472026-05-28T17:14:41.805Z[ host-image] May 28 17:14:41.269 INFO O| May 28 17:14:41.269 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
101482026-05-28T17:14:41.805Z[ host-image] May 28 17:14:41.269 INFO O| May 28 17:14:41.269 INFO STEP 159 (remove_files) COMPLETE
101492026-05-28T17:14:41.808Z[ host-image] May 28 17:14:41.269 INFO O| May 28 17:14:41.269 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101502026-05-28T17:14:41.814Z[ host-image] May 28 17:14:41.278 INFO O| May 28 17:14:41.278 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
101512026-05-28T17:14:41.814Z[ host-image] May 28 17:14:41.278 INFO O| May 28 17:14:41.278 INFO STEP 160 (remove_files) COMPLETE
101522026-05-28T17:14:41.818Z[ host-image] May 28 17:14:41.278 INFO O| May 28 17:14:41.278 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101532026-05-28T17:14:41.822Z[ host-image] May 28 17:14:41.285 INFO O| May 28 17:14:41.285 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
101542026-05-28T17:14:41.828Z[ host-image] May 28 17:14:41.286 INFO O| May 28 17:14:41.286 INFO STEP 161 (remove_files) COMPLETE
101552026-05-28T17:14:41.828Z[ host-image] May 28 17:14:41.286 INFO O| May 28 17:14:41.286 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101562026-05-28T17:14:41.832Z[ host-image] May 28 17:14:41.294 INFO O| May 28 17:14:41.294 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
101572026-05-28T17:14:41.832Z[ host-image] May 28 17:14:41.294 INFO O| May 28 17:14:41.294 INFO STEP 162 (remove_files) COMPLETE
101582026-05-28T17:14:41.832Z[ host-image] May 28 17:14:41.294 INFO O| May 28 17:14:41.294 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101592026-05-28T17:14:41.838Z[ host-image] May 28 17:14:41.302 INFO O| May 28 17:14:41.302 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
101602026-05-28T17:14:41.839Z[ host-image] May 28 17:14:41.302 INFO O| May 28 17:14:41.302 INFO STEP 163 (remove_files) COMPLETE
101612026-05-28T17:14:41.841Z[ host-image] May 28 17:14:41.302 INFO O| May 28 17:14:41.302 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101622026-05-28T17:14:41.845Z[ host-image] May 28 17:14:41.309 INFO O| May 28 17:14:41.309 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
101632026-05-28T17:14:41.845Z[ host-image] May 28 17:14:41.309 INFO O| May 28 17:14:41.309 INFO STEP 164 (remove_files) COMPLETE
101642026-05-28T17:14:41.845Z[ host-image] May 28 17:14:41.309 INFO O| May 28 17:14:41.309 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101652026-05-28T17:14:41.854Z[ host-image] May 28 17:14:41.318 INFO O| May 28 17:14:41.318 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
101662026-05-28T17:14:41.857Z[ host-image] May 28 17:14:41.318 INFO O| May 28 17:14:41.318 INFO STEP 165 (remove_files) COMPLETE
101672026-05-28T17:14:41.858Z[ host-image] May 28 17:14:41.318 INFO O| May 28 17:14:41.318 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101682026-05-28T17:14:41.861Z[ recovery-image] May 28 17:14:41.323 INFO E| Compiling duct v1.1.1
101692026-05-28T17:14:41.864Z[ host-image] May 28 17:14:41.326 INFO O| May 28 17:14:41.325 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
101702026-05-28T17:14:41.864Z[ host-image] May 28 17:14:41.326 INFO O| May 28 17:14:41.326 INFO STEP 166 (remove_files) COMPLETE
101712026-05-28T17:14:41.864Z[ host-image] May 28 17:14:41.326 INFO O| May 28 17:14:41.326 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101722026-05-28T17:14:41.872Z[ host-image] May 28 17:14:41.336 INFO O| May 28 17:14:41.336 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
101732026-05-28T17:14:41.876Z[ host-image] May 28 17:14:41.336 INFO O| May 28 17:14:41.336 INFO STEP 167 (remove_files) COMPLETE
101742026-05-28T17:14:41.876Z[ host-image] May 28 17:14:41.336 INFO O| May 28 17:14:41.336 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101752026-05-28T17:14:41.881Z[ host-image] May 28 17:14:41.345 INFO O| May 28 17:14:41.345 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
101762026-05-28T17:14:41.881Z[ host-image] May 28 17:14:41.345 INFO O| May 28 17:14:41.345 INFO STEP 168 (remove_files) COMPLETE
101772026-05-28T17:14:41.885Z[ host-image] May 28 17:14:41.345 INFO O| May 28 17:14:41.345 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101782026-05-28T17:14:41.889Z[ host-image] May 28 17:14:41.353 INFO O| May 28 17:14:41.353 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
101792026-05-28T17:14:41.892Z[ host-image] May 28 17:14:41.353 INFO O| May 28 17:14:41.353 INFO STEP 169 (remove_files) COMPLETE
101802026-05-28T17:14:41.892Z[ host-image] May 28 17:14:41.353 INFO O| May 28 17:14:41.353 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101812026-05-28T17:14:41.897Z[ host-image] May 28 17:14:41.361 INFO O| May 28 17:14:41.361 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
101822026-05-28T17:14:41.897Z[ host-image] May 28 17:14:41.361 INFO O| May 28 17:14:41.361 INFO STEP 170 (remove_files) COMPLETE
101832026-05-28T17:14:41.900Z[ host-image] May 28 17:14:41.361 INFO O| May 28 17:14:41.361 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101842026-05-28T17:14:41.906Z[ host-image] May 28 17:14:41.370 INFO O| May 28 17:14:41.370 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
101852026-05-28T17:14:41.906Z[ host-image] May 28 17:14:41.370 INFO O| May 28 17:14:41.370 INFO STEP 171 (remove_files) COMPLETE
101862026-05-28T17:14:41.906Z[ host-image] May 28 17:14:41.370 INFO O| May 28 17:14:41.370 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101872026-05-28T17:14:41.914Z[ host-image] May 28 17:14:41.378 INFO O| May 28 17:14:41.378 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101882026-05-28T17:14:41.914Z[ host-image] May 28 17:14:41.378 INFO O| May 28 17:14:41.378 INFO STEP 172 (remove_files) COMPLETE
101892026-05-28T17:14:41.917Z[ host-image] May 28 17:14:41.378 INFO O| May 28 17:14:41.378 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101902026-05-28T17:14:41.921Z[ host-image] May 28 17:14:41.385 INFO O| May 28 17:14:41.385 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
101912026-05-28T17:14:41.924Z[ host-image] May 28 17:14:41.385 INFO O| May 28 17:14:41.385 INFO STEP 173 (remove_files) COMPLETE
101922026-05-28T17:14:41.924Z[ host-image] May 28 17:14:41.385 INFO O| May 28 17:14:41.385 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101932026-05-28T17:14:41.932Z[ host-image] May 28 17:14:41.395 INFO O| May 28 17:14:41.395 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
101942026-05-28T17:14:41.936Z[ host-image] May 28 17:14:41.395 INFO O| May 28 17:14:41.395 INFO STEP 174 (remove_files) COMPLETE
101952026-05-28T17:14:41.936Z[ host-image] May 28 17:14:41.395 INFO O| May 28 17:14:41.395 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101962026-05-28T17:14:41.940Z[ host-image] May 28 17:14:41.404 INFO O| May 28 17:14:41.404 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
101972026-05-28T17:14:41.943Z[ host-image] May 28 17:14:41.404 INFO O| May 28 17:14:41.404 INFO STEP 175 (remove_files) COMPLETE
101982026-05-28T17:14:41.943Z[ host-image] May 28 17:14:41.404 INFO O| May 28 17:14:41.404 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101992026-05-28T17:14:41.954Z[ host-image] May 28 17:14:41.418 INFO O| May 28 17:14:41.418 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
102002026-05-28T17:14:41.955Z[ host-image] May 28 17:14:41.418 INFO O| May 28 17:14:41.418 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
102012026-05-28T17:14:43.729Z[ recovery-image] May 28 17:14:43.193 INFO E| Compiling clap_derive v4.6.1
102022026-05-28T17:14:44.994Z[ recovery-image] May 28 17:14:44.458 INFO E| Compiling clap v4.6.1
102032026-05-28T17:14:45.058Z[ recovery-image] May 28 17:14:44.520 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
102042026-05-28T17:14:45.895Z[ recovery-image] May 28 17:14:45.358 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
102052026-05-28T17:14:45.904Z[ recovery-image] May 28 17:14:45.367 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102062026-05-28T17:14:46.139Z[ recovery-image] May 28 17:14:45.603 INFO E| Downloading crates ...
102072026-05-28T17:14:46.190Z[ recovery-image] May 28 17:14:45.654 INFO E| Downloaded bitstruct v0.1.1
102082026-05-28T17:14:46.194Z[ recovery-image] May 28 17:14:45.655 INFO E| Downloaded bitstruct_derive v0.1.0
102092026-05-28T17:14:46.194Z[ recovery-image] May 28 17:14:45.657 INFO E| Downloaded bit_field v0.10.3
102102026-05-28T17:14:46.200Z[ recovery-image] May 28 17:14:45.664 INFO E| Downloaded bitflags v2.11.1
102112026-05-28T17:14:46.203Z[ recovery-image] May 28 17:14:45.667 INFO E| Downloaded cpio_reader v0.1.2
102122026-05-28T17:14:46.210Z[ recovery-image] May 28 17:14:45.674 INFO E| Downloaded miniz_oxide v0.9.1
102132026-05-28T17:14:46.216Z[ recovery-image] May 28 17:14:45.680 INFO E| Downloaded raw-cpuid v10.7.0
102142026-05-28T17:14:46.367Z[ recovery-image] May 28 17:14:45.831 INFO E| Downloaded x86 v0.52.0
102152026-05-28T17:14:46.401Z[ recovery-image] May 28 17:14:45.864 INFO E| Updating crates.io index
102162026-05-28T17:14:46.445Z[ recovery-image] May 28 17:14:45.908 INFO E| Downloading crates ...
102172026-05-28T17:14:46.482Z[ recovery-image] May 28 17:14:45.945 INFO E| Downloaded rustc-literal-escaper v0.0.7
102182026-05-28T17:14:46.524Z[ recovery-image] May 28 17:14:45.988 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
102192026-05-28T17:14:46.524Z[ recovery-image] May 28 17:14:45.988 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
102202026-05-28T17:14:46.524Z[ recovery-image] May 28 17:14:45.988 INFO E| Compiling proc-macro2 v1.0.106
102212026-05-28T17:14:46.528Z[ recovery-image] May 28 17:14:45.988 INFO E| Compiling unicode-ident v1.0.24
102222026-05-28T17:14:46.528Z[ recovery-image] May 28 17:14:45.988 INFO E| Compiling quote v1.0.45
102232026-05-28T17:14:46.528Z[ recovery-image] May 28 17:14:45.988 INFO E| Compiling syn v1.0.109
102242026-05-28T17:14:46.528Z[ recovery-image] May 28 17:14:45.988 INFO E| Compiling x86 v0.52.0
102252026-05-28T17:14:46.528Z[ recovery-image] May 28 17:14:45.988 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102262026-05-28T17:14:46.528Z[ recovery-image] May 28 17:14:45.988 INFO E| Compiling seq-macro v0.3.6
102272026-05-28T17:14:47.135Z[ host-image] May 28 17:14:46.599 INFO O| May 28 17:14:46.598 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
102282026-05-28T17:14:47.135Z[ host-image] May 28 17:14:46.599 INFO O| May 28 17:14:46.599 INFO E| svccfg: Loaded 79 smf(7) service descriptions
102292026-05-28T17:14:47.148Z[ host-image] May 28 17:14:46.612 INFO O| May 28 17:14:46.611 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
102302026-05-28T17:14:47.262Z[ host-image] May 28 17:14:46.718 INFO O| May 28 17:14:46.718 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
102312026-05-28T17:14:47.316Z[ host-image] May 28 17:14:46.780 INFO O| May 28 17:14:46.779 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
102322026-05-28T17:14:47.387Z[ host-image] May 28 17:14:46.850 INFO O| May 28 17:14:46.850 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
102332026-05-28T17:14:47.387Z[ host-image] May 28 17:14:46.850 INFO O| May 28 17:14:46.850 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
102342026-05-28T17:14:47.492Z[ host-image] May 28 17:14:46.955 INFO O| May 28 17:14:46.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
102352026-05-28T17:14:47.492Z[ host-image] May 28 17:14:46.955 INFO O| May 28 17:14:46.955 INFO ok!
102362026-05-28T17:14:47.492Z[ host-image] May 28 17:14:46.955 INFO O| May 28 17:14:46.955 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
102372026-05-28T17:14:47.492Z[ host-image] May 28 17:14:46.955 INFO O| May 28 17:14:46.955 INFO STEP 176 (seed_smf) COMPLETE
102382026-05-28T17:14:47.496Z[ host-image] May 28 17:14:46.955 INFO O| May 28 17:14:46.955 INFO steps complete; finalising image!
102392026-05-28T17:14:47.496Z[ host-image] May 28 17:14:46.955 INFO O| May 28 17:14:46.955 INFO TRIM POOL: TEMPORARY-sled-zfs
102402026-05-28T17:14:47.600Z[ host-image] May 28 17:14:47.064 INFO O| May 28 17:14:47.064 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Thu May 28 17:14:46 2026)
102412026-05-28T17:14:47.610Z[ recovery-image] May 28 17:14:47.074 INFO E| Compiling syn v2.0.117
102422026-05-28T17:14:47.821Z[ host-image] May 28 17:14:47.284 INFO O| May 28 17:14:47.284 INFO temporary pool has 854M used, 41.9M avail, 1.81x compressratio
102432026-05-28T17:14:47.821Z[ host-image] May 28 17:14:47.284 INFO O| May 28 17:14:47.284 INFO EXPORT POOL: TEMPORARY-sled-zfs
102442026-05-28T17:14:48.142Z[ host-image] May 28 17:14:47.606 INFO O| May 28 17:14:47.606 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
102452026-05-28T17:14:48.142Z[ host-image] May 28 17:14:47.606 INFO O| May 28 17:14:47.606 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
102462026-05-28T17:14:48.863Z[ host-image] May 28 17:14:48.327 INFO O| May 28 17:14:48.326 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
102472026-05-28T17:14:48.864Z[ host-image] May 28 17:14:48.327 INFO O| May 28 17:14:48.327 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
102482026-05-28T17:14:48.867Z[ host-image] May 28 17:14:48.327 INFO O| May 28 17:14:48.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
102492026-05-28T17:14:48.867Z[ host-image] May 28 17:14:48.327 INFO O| May 28 17:14:48.327 INFO completed processing sled/zfs
102502026-05-28T17:14:48.867Z[ host-image] May 28 17:14:48.327 INFO O| May 28 17:14:48.327 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
102512026-05-28T17:14:49.246Z[ recovery-image] May 28 17:14:48.709 INFO E| Compiling scroll_derive v0.13.1
102522026-05-28T17:14:50.520Z[ recovery-image] May 28 17:14:49.983 INFO E| Compiling bitstruct_derive v0.1.0
102532026-05-28T17:15:01.102Z[ recovery-image] May 28 17:15:00.565 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
102542026-05-28T17:15:02.506Z[ host-image] May 28 17:15:01.969 INFO O| May 28 17:15:01.969 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
102552026-05-28T17:15:02.616Z[ host-image] May 28 17:15:02.080 INFO BUILD STRING "heads/stlouis-0-gcd594ac243\n"
102562026-05-28T17:15:02.616Z[ host-image] May 28 17:15:02.080 INFO expanded image name: "ci 7692d04/${os_short_commit} 2026-05-28 16:58" -> "ci 7692d04/cd594ac 2026-05-28 16:58"
102572026-05-28T17:15:02.616Z[ host-image] May 28 17:15:02.080 INFO output artefacts stored in: "/work/os-host"
102582026-05-28T17:15:02.620Z[ host-image] May 28 17:15:02.080 INFO collecting git info from project "bootserver"...
102592026-05-28T17:15:02.623Z[ host-image] May 28 17:15:02.087 INFO collecting git info from project "phbl"...
102602026-05-28T17:15:02.628Z[ host-image] May 28 17:15:02.092 INFO collecting git info from project "amd-firmware"...
102612026-05-28T17:15:02.641Z[ host-image] May 28 17:15:02.105 INFO collecting git info from project "dmar-report"...
102622026-05-28T17:15:02.647Z[ host-image] May 28 17:15:02.111 INFO collecting git info from project "pilot"...
102632026-05-28T17:15:02.653Z[ host-image] May 28 17:15:02.117 INFO collecting git info from project "chelsio-t6-roms"...
102642026-05-28T17:15:02.678Z[ host-image] May 28 17:15:02.142 INFO collecting git info from project "amd-host-image-builder"...
102652026-05-28T17:15:02.685Z[ host-image] May 28 17:15:02.149 INFO collecting git info from project "pinprick"...
102662026-05-28T17:15:02.691Z[ host-image] May 28 17:15:02.155 INFO collecting git info from project "image-builder"...
102672026-05-28T17:15:02.696Z[ host-image] May 28 17:15:02.160 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
102682026-05-28T17:15:03.285Z[ host-image] May 28 17:15:02.749 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
102692026-05-28T17:15:03.653Z[ host-image] May 28 17:15:03.116 INFO creating Oxide boot image...
102702026-05-28T17:15:03.653Z[ host-image] May 28 17:15:03.117 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 7692d04/cd594ac 2026-05-28 16:58", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
102712026-05-28T17:15:03.965Z[ recovery-image] May 28 17:15:03.428 INFO E| Compiling bitflags v1.3.2
102722026-05-28T17:15:03.965Z[ recovery-image] May 28 17:15:03.428 INFO E| Compiling plain v0.2.3
102732026-05-28T17:15:03.965Z[ recovery-image] May 28 17:15:03.428 INFO E| Compiling scroll v0.13.0
102742026-05-28T17:15:03.968Z[ recovery-image] May 28 17:15:03.428 INFO E| Compiling bit_field v0.10.3
102752026-05-28T17:15:03.968Z[ recovery-image] May 28 17:15:03.429 INFO E| Compiling bitflags v2.11.1
102762026-05-28T17:15:03.968Z[ recovery-image] May 28 17:15:03.429 INFO E| Compiling adler2 v2.0.1
102772026-05-28T17:15:03.968Z[ recovery-image] May 28 17:15:03.429 INFO E| Compiling log v0.4.29
102782026-05-28T17:15:03.968Z[ recovery-image] May 28 17:15:03.429 INFO E| Compiling bitstruct v0.1.1
102792026-05-28T17:15:03.968Z[ recovery-image] May 28 17:15:03.429 INFO E| Compiling static_assertions v1.1.0
102802026-05-28T17:15:04.019Z[ recovery-image] May 28 17:15:03.482 INFO E| Compiling raw-cpuid v10.7.0
102812026-05-28T17:15:04.123Z[ recovery-image] May 28 17:15:03.587 INFO E| Compiling miniz_oxide v0.9.1
102822026-05-28T17:15:04.223Z[ recovery-image] May 28 17:15:03.687 INFO E| Compiling cpio_reader v0.1.2
102832026-05-28T17:15:04.310Z[ recovery-image] May 28 17:15:03.774 INFO E| Compiling goblin v0.10.5
102842026-05-28T17:15:04.821Z[ host-image] May 28 17:15:04.285 INFO O| ok, image written!
102852026-05-28T17:15:04.821Z[ host-image] May 28 17:15:04.285 INFO O| ok, boot_image_csum file written!
102862026-05-28T17:15:04.824Z[ host-image] May 28 17:15:04.287 INFO creating boot archive (CPIO)...
102872026-05-28T17:15:04.824Z[ host-image] May 28 17:15:04.287 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
102882026-05-28T17:15:04.829Z[ host-image] May 28 17:15:04.293 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
102892026-05-28T17:15:04.829Z[ host-image] May 28 17:15:04.293 INFO E| + outfile=/work/os-host/cpio
102902026-05-28T17:15:04.832Z[ host-image] May 28 17:15:04.293 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
102912026-05-28T17:15:04.832Z[ host-image] May 28 17:15:04.296 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
102922026-05-28T17:15:04.832Z[ host-image] May 28 17:15:04.296 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
102932026-05-28T17:15:04.862Z[ host-image] May 28 17:15:04.326 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
102942026-05-28T17:15:04.862Z[ host-image] May 28 17:15:04.326 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
102952026-05-28T17:15:04.869Z[ host-image] May 28 17:15:04.332 INFO creating compressed cpio/unix for dev loaders...
102962026-05-28T17:15:04.869Z[ host-image] May 28 17:15:04.333 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
102972026-05-28T17:15:05.197Z[ host-image] May 28 17:15:04.661 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
102982026-05-28T17:15:08.776Z[ recovery-image] May 28 17:15:08.239 INFO E| Finished `release` profile [optimized] target(s) in 22.85s
102992026-05-28T17:15:08.798Z[ recovery-image] May 28 17:15:08.261 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103002026-05-28T17:15:08.885Z[ recovery-image] May 28 17:15:08.301 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
103012026-05-28T17:15:08.886Z[ recovery-image] May 28 17:15:08.301 INFO building ROM for cosmo
103022026-05-28T17:15:08.886Z[ recovery-image] May 28 17:15:08.301 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")
103032026-05-28T17:15:08.995Z[ recovery-image] May 28 17:15:08.422 INFO E| Downloading crates ...
103042026-05-28T17:15:09.085Z[ recovery-image] May 28 17:15:08.527 INFO E| Downloaded toml_write v0.1.1
103052026-05-28T17:15:09.122Z[ recovery-image] May 28 17:15:08.529 INFO E| Downloaded serde_spanned v0.6.8
103062026-05-28T17:15:09.122Z[ recovery-image] May 28 17:15:08.561 INFO E| Downloaded toml_datetime v0.6.9
103072026-05-28T17:15:09.122Z[ recovery-image] May 28 17:15:08.562 INFO E| Downloaded shared_child v1.0.1
103082026-05-28T17:15:09.122Z[ recovery-image] May 28 17:15:08.562 INFO E| Downloaded colorchoice v1.0.3
103092026-05-28T17:15:09.203Z[ recovery-image] May 28 17:15:08.563 INFO E| Downloaded clap_lex v0.7.4
103102026-05-28T17:15:09.203Z[ recovery-image] May 28 17:15:08.564 INFO E| Downloaded anstyle-query v1.1.2
103112026-05-28T17:15:09.203Z[ recovery-image] May 28 17:15:08.565 INFO E| Downloaded os_pipe v1.2.1
103122026-05-28T17:15:09.203Z[ recovery-image] May 28 17:15:08.566 INFO E| Downloaded is_terminal_polyfill v1.70.1
103132026-05-28T17:15:09.203Z[ recovery-image] May 28 17:15:08.594 INFO E| Downloaded duct v0.13.7
103142026-05-28T17:15:09.203Z[ recovery-image] May 28 17:15:08.596 INFO E| Downloaded toml v0.8.22
103152026-05-28T17:15:09.239Z[ recovery-image] May 28 17:15:08.618 INFO E| Downloaded clap_derive v4.5.32
103162026-05-28T17:15:09.239Z[ recovery-image] May 28 17:15:08.620 INFO E| Downloaded anstyle-parse v0.2.6
103172026-05-28T17:15:09.239Z[ recovery-image] May 28 17:15:08.621 INFO E| Downloaded clap v4.5.37
103182026-05-28T17:15:09.239Z[ recovery-image] May 28 17:15:08.627 INFO E| Downloaded cc v1.2.20
103192026-05-28T17:15:09.239Z[ recovery-image] May 28 17:15:08.629 INFO E| Downloaded winnow v0.7.7
103202026-05-28T17:15:09.239Z[ recovery-image] May 28 17:15:08.635 INFO E| Downloaded toml_edit v0.22.26
103212026-05-28T17:15:09.239Z[ recovery-image] May 28 17:15:08.658 INFO E| Downloaded anstyle v1.0.10
103222026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.659 INFO E| Downloaded clap_builder v4.5.37
103232026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.663 INFO E| Downloaded anstream v0.6.18
103242026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling syn v2.0.101
103252026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling libc v0.2.172
103262026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling utf8parse v0.2.2
103272026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling hashbrown v0.15.2
103282026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling equivalent v1.0.2
103292026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling anstyle-query v1.1.2
103302026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling colorchoice v1.0.3
103312026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling shlex v1.3.0
103322026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling anstyle v1.0.10
103332026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling once_cell v1.21.3
103342026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling is_terminal_polyfill v1.70.1
103352026-05-28T17:15:09.240Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling anyhow v1.0.98
103362026-05-28T17:15:09.241Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling strsim v0.11.1
103372026-05-28T17:15:09.241Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling toml_write v0.1.1
103382026-05-28T17:15:09.241Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling clap_lex v0.7.4
103392026-05-28T17:15:09.241Z[ recovery-image] May 28 17:15:08.676 INFO E| Compiling winnow v0.7.7
103402026-05-28T17:15:09.611Z[ host-image] May 28 17:15:09.042 INFO creating reset image...
103412026-05-28T17:15:09.612Z[ host-image] May 28 17:15:09.042 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
103422026-05-28T17:15:09.676Z[ host-image] May 28 17:15:09.112 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
103432026-05-28T17:15:09.676Z[ host-image] May 28 17:15:09.112 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")
103442026-05-28T17:15:09.770Z[ host-image] May 28 17:15:09.231 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
103452026-05-28T17:15:09.840Z[ host-image] May 28 17:15:09.281 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
103462026-05-28T17:15:10.203Z[ host-image] May 28 17:15:09.662 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
103472026-05-28T17:15:10.203Z[ host-image] May 28 17:15:09.662 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
103482026-05-28T17:15:10.203Z[ host-image] May 28 17:15:09.662 INFO E| Compiling proc-macro2 v1.0.106
103492026-05-28T17:15:10.203Z[ host-image] May 28 17:15:09.662 INFO E| Compiling unicode-ident v1.0.24
103502026-05-28T17:15:10.215Z[ host-image] May 28 17:15:09.662 INFO E| Compiling quote v1.0.45
103512026-05-28T17:15:10.216Z[ host-image] May 28 17:15:09.662 INFO E| Compiling syn v1.0.109
103522026-05-28T17:15:10.216Z[ host-image] May 28 17:15:09.662 INFO E| Compiling x86 v0.52.0
103532026-05-28T17:15:10.216Z[ host-image] May 28 17:15:09.662 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
103542026-05-28T17:15:10.216Z[ host-image] May 28 17:15:09.662 INFO E| Compiling seq-macro v0.3.6
103552026-05-28T17:15:10.277Z[ recovery-image] May 28 17:15:09.737 INFO E| Compiling anstyle-parse v0.2.6
103562026-05-28T17:15:10.371Z[ recovery-image] May 28 17:15:09.829 INFO E| Compiling cc v1.2.20
103572026-05-28T17:15:10.682Z[ recovery-image] May 28 17:15:10.142 INFO E| Compiling indexmap v2.9.0
103582026-05-28T17:15:10.831Z[ recovery-image] May 28 17:15:10.295 INFO E| Compiling anstream v0.6.18
103592026-05-28T17:15:11.168Z[ recovery-image] May 28 17:15:10.628 INFO E| Compiling clap_builder v4.5.37
103602026-05-28T17:15:11.415Z[ recovery-image] May 28 17:15:10.874 INFO E| Compiling shared_child v1.0.1
103612026-05-28T17:15:11.415Z[ recovery-image] May 28 17:15:10.874 INFO E| Compiling os_pipe v1.2.1
103622026-05-28T17:15:11.584Z[ recovery-image] May 28 17:15:11.045 INFO E| Compiling duct v0.13.7
103632026-05-28T17:15:12.280Z[ host-image] May 28 17:15:11.744 INFO E| Compiling syn v2.0.117
103642026-05-28T17:15:12.712Z[ recovery-image] May 28 17:15:12.176 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
103652026-05-28T17:15:12.960Z[ recovery-image] May 28 17:15:12.424 INFO E| Compiling serde_derive v1.0.219
103662026-05-28T17:15:12.960Z[ recovery-image] May 28 17:15:12.424 INFO E| Compiling clap_derive v4.5.32
103672026-05-28T17:15:14.780Z[ host-image] May 28 17:15:14.244 INFO E| Compiling scroll_derive v0.13.1
103682026-05-28T17:15:15.148Z[ recovery-image] May 28 17:15:14.612 INFO E| Compiling clap v4.5.37
103692026-05-28T17:15:16.145Z[ host-image] May 28 17:15:15.609 INFO E| Compiling bitstruct_derive v0.1.0
103702026-05-28T17:15:16.395Z[ recovery-image] May 28 17:15:15.859 INFO E| Compiling serde v1.0.219
103712026-05-28T17:15:18.485Z[ recovery-image] May 28 17:15:17.949 INFO E| Compiling serde_spanned v0.6.8
103722026-05-28T17:15:18.488Z[ recovery-image] May 28 17:15:17.949 INFO E| Compiling toml_datetime v0.6.9
103732026-05-28T17:15:18.655Z[ recovery-image] May 28 17:15:18.119 INFO E| Compiling toml_edit v0.22.26
103742026-05-28T17:15:20.228Z[ recovery-image] May 28 17:15:19.692 INFO E| Compiling toml v0.8.22
103752026-05-28T17:15:22.593Z[ recovery-image] May 28 17:15:22.051 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
103762026-05-28T17:15:22.602Z[ recovery-image] May 28 17:15:22.065 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`
103772026-05-28T17:15:22.616Z[ recovery-image] May 28 17:15:22.080 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
103782026-05-28T17:15:22.704Z[ recovery-image] May 28 17:15:22.164 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
103792026-05-28T17:15:22.712Z[ recovery-image] May 28 17:15:22.168 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`
103802026-05-28T17:15:22.948Z[ recovery-image] May 28 17:15:22.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
103812026-05-28T17:15:22.948Z[ recovery-image] May 28 17:15:22.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
103822026-05-28T17:15:22.948Z[ recovery-image] May 28 17:15:22.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
103832026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
103842026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
103852026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
103862026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
103872026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
103882026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
103892026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
103902026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
103912026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
103922026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
103932026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
103942026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
103952026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
103962026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
103972026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
103982026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
103992026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
104002026-05-28T17:15:22.966Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104012026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104022026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
104032026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104042026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
104052026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
104062026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
104072026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104082026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
104092026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104102026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
104112026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
104122026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
104132026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104142026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
104152026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
104162026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
104172026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
104182026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
104192026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
104202026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
104212026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
104222026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
104232026-05-28T17:15:22.967Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
104242026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
104252026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104262026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
104272026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
104282026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
104292026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
104302026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
104312026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
104322026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
104332026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.409 INFO O| Info: ABL version: 0x100af010
104342026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.409 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
104352026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.409 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
104362026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
104372026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104382026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104392026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104402026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104412026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104422026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104432026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
104442026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
104452026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
104462026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
104472026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
104482026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
104492026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
104502026-05-28T17:15:22.968Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
104512026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
104522026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
104532026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
104542026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
104552026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
104562026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
104572026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
104582026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
104592026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
104602026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
104612026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
104622026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
104632026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
104642026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
104652026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
104662026-05-28T17:15:22.969Z[ recovery-image] May 28 17:15:22.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
104672026-05-28T17:15:23.056Z[ recovery-image] May 28 17:15:22.447 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
104682026-05-28T17:15:23.056Z[ recovery-image] May 28 17:15:22.447 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
104692026-05-28T17:15:23.056Z[ recovery-image] May 28 17:15:22.447 INFO building ROM for gimlet
104702026-05-28T17:15:23.091Z[ recovery-image] May 28 17:15:22.447 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")
104712026-05-28T17:15:23.091Z[ recovery-image] May 28 17:15:22.548 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
104722026-05-28T17:15:23.099Z[ recovery-image] May 28 17:15:22.551 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`
104732026-05-28T17:15:23.107Z[ recovery-image] May 28 17:15:22.565 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104742026-05-28T17:15:23.184Z[ recovery-image] May 28 17:15:22.642 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
104752026-05-28T17:15:23.192Z[ recovery-image] May 28 17:15:22.647 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`
104762026-05-28T17:15:23.322Z[ recovery-image] May 28 17:15:22.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104772026-05-28T17:15:23.322Z[ recovery-image] May 28 17:15:22.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104782026-05-28T17:15:23.326Z[ recovery-image] May 28 17:15:22.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104792026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104802026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104812026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104822026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104832026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104842026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104852026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104862026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104872026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104882026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104892026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104902026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104912026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO O| Info: ABL version: 0x100f5010
104922026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104932026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104942026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104952026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104962026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104972026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104982026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104992026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105002026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105012026-05-28T17:15:23.327Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105022026-05-28T17:15:23.328Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105032026-05-28T17:15:23.328Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105042026-05-28T17:15:23.328Z[ recovery-image] May 28 17:15:22.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105052026-05-28T17:15:23.328Z[ recovery-image] May 28 17:15:22.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105062026-05-28T17:15:23.328Z[ recovery-image] May 28 17:15:22.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105072026-05-28T17:15:23.328Z[ recovery-image] May 28 17:15:22.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105082026-05-28T17:15:23.328Z[ recovery-image] May 28 17:15:22.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105092026-05-28T17:15:23.328Z[ recovery-image] May 28 17:15:22.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105102026-05-28T17:15:23.328Z[ recovery-image] May 28 17:15:22.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105112026-05-28T17:15:23.363Z[ recovery-image] May 28 17:15:22.826 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
105122026-05-28T17:15:24.814Z[ recovery-image] May 28 17:15:24.272 INFO image complete! materials are in "/work/os-recovery"
105132026-05-28T17:15:24.821Z[ recovery-image]
105142026-05-28T17:15:24.821Z[ recovery-image] real 6:06.133201792
105152026-05-28T17:15:24.821Z[ recovery-image] user 3:03.790748045
105162026-05-28T17:15:24.821Z[ recovery-image] sys 43.307036188
105172026-05-28T17:15:24.821Z[ recovery-image] trap 0.137055583
105182026-05-28T17:15:24.821Z[ recovery-image] tflt 1.144574410
105192026-05-28T17:15:24.821Z[ recovery-image] dflt 1.404978788
105202026-05-28T17:15:24.821Z[ recovery-image] kflt 0.000227900
105212026-05-28T17:15:24.821Z[ recovery-image] lock 27:24.102207862
105222026-05-28T17:15:24.821Z[ recovery-image] slp 36:36.042408574
105232026-05-28T17:15:24.821Z[ recovery-image] lat 1:31.496314846
105242026-05-28T17:15:24.821Z[ recovery-image] stop 10.138447244
105252026-05-28T17:15:24.821ZMay 28 17:15:24.276 INFO [recovery-image] process exited with exit status: 0 (366.137929629s)
105262026-05-28T17:15:25.608Z[ host-image] May 28 17:15:25.072 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
105272026-05-28T17:15:28.016Z[ host-image] May 28 17:15:27.479 INFO E| Compiling bitflags v1.3.2
105282026-05-28T17:15:28.016Z[ host-image] May 28 17:15:27.479 INFO E| Compiling bit_field v0.10.3
105292026-05-28T17:15:28.043Z[ host-image] May 28 17:15:27.479 INFO E| Compiling scroll v0.13.0
105302026-05-28T17:15:28.043Z[ host-image] May 28 17:15:27.479 INFO E| Compiling bitflags v2.11.1
105312026-05-28T17:15:28.043Z[ host-image] May 28 17:15:27.479 INFO E| Compiling adler2 v2.0.1
105322026-05-28T17:15:28.043Z[ host-image] May 28 17:15:27.479 INFO E| Compiling log v0.4.29
105332026-05-28T17:15:28.043Z[ host-image] May 28 17:15:27.480 INFO E| Compiling plain v0.2.3
105342026-05-28T17:15:28.043Z[ host-image] May 28 17:15:27.480 INFO E| Compiling bitstruct v0.1.1
105352026-05-28T17:15:28.043Z[ host-image] May 28 17:15:27.480 INFO E| Compiling static_assertions v1.1.0
105362026-05-28T17:15:28.074Z[ host-image] May 28 17:15:27.534 INFO E| Compiling raw-cpuid v10.7.0
105372026-05-28T17:15:28.125Z[ host-image] May 28 17:15:27.585 INFO E| Compiling miniz_oxide v0.9.1
105382026-05-28T17:15:28.185Z[ host-image] May 28 17:15:27.649 INFO E| Compiling cpio_reader v0.1.2
105392026-05-28T17:15:28.273Z[ host-image] May 28 17:15:27.737 INFO E| Compiling goblin v0.10.5
105402026-05-28T17:15:31.245Z[ host-image] May 28 17:15:30.676 INFO E| Finished `release` profile [optimized] target(s) in 21.38s
105412026-05-28T17:15:31.268Z[ host-image] May 28 17:15:30.689 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
105422026-05-28T17:15:31.280Z[ host-image] May 28 17:15:30.722 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
105432026-05-28T17:15:31.280Z[ host-image] May 28 17:15:30.722 INFO building ROM for cosmo
105442026-05-28T17:15:31.280Z[ host-image] May 28 17:15:30.722 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")
105452026-05-28T17:15:31.366Z[ host-image] May 28 17:15:30.815 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105462026-05-28T17:15:31.371Z[ host-image] May 28 17:15:30.819 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`
105472026-05-28T17:15:31.371Z[ host-image] May 28 17:15:30.831 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
105482026-05-28T17:15:31.448Z[ host-image] May 28 17:15:30.902 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105492026-05-28T17:15:31.457Z[ host-image] May 28 17:15:30.906 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`
105502026-05-28T17:15:31.712Z[ host-image] May 28 17:15:31.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
105512026-05-28T17:15:31.712Z[ host-image] May 28 17:15:31.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
105522026-05-28T17:15:31.749Z[ host-image] May 28 17:15:31.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
105532026-05-28T17:15:31.749Z[ host-image] May 28 17:15:31.138 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
105542026-05-28T17:15:31.749Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105552026-05-28T17:15:31.749Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105562026-05-28T17:15:31.749Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105572026-05-28T17:15:31.749Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
105582026-05-28T17:15:31.749Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
105592026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
105602026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
105612026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105622026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105632026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105642026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105652026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105662026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
105672026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105682026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
105692026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
105702026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105712026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105722026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
105732026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105742026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
105752026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
105762026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
105772026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105782026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
105792026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105802026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
105812026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
105822026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
105832026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105842026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
105852026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
105862026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
105872026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.139 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
105882026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
105892026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
105902026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
105912026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
105922026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
105932026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
105942026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
105952026-05-28T17:15:31.750Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105962026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
105972026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
105982026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
105992026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
106002026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
106012026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
106022026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
106032026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO O| Info: ABL version: 0x100af010
106042026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
106052026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
106062026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
106072026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106082026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106092026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106102026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.140 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106112026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106122026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106132026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106142026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106152026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106162026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106172026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106182026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106192026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106202026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106212026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106222026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106232026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106242026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106252026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106262026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
106272026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
106282026-05-28T17:15:31.751Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
106292026-05-28T17:15:31.752Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
106302026-05-28T17:15:31.752Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
106312026-05-28T17:15:31.752Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
106322026-05-28T17:15:31.752Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
106332026-05-28T17:15:31.752Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
106342026-05-28T17:15:31.752Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
106352026-05-28T17:15:31.752Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
106362026-05-28T17:15:31.752Z[ host-image] May 28 17:15:31.141 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
106372026-05-28T17:15:31.752Z[ host-image] May 28 17:15:31.176 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106382026-05-28T17:15:31.752Z[ host-image] May 28 17:15:31.176 INFO building ROM for gimlet
106392026-05-28T17:15:31.752Z[ host-image] May 28 17:15:31.176 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")
106402026-05-28T17:15:31.812Z[ host-image] May 28 17:15:31.272 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
106412026-05-28T17:15:31.821Z[ host-image] May 28 17:15:31.277 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`
106422026-05-28T17:15:31.842Z[ host-image] May 28 17:15:31.291 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106432026-05-28T17:15:31.899Z[ host-image] May 28 17:15:31.363 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
106442026-05-28T17:15:31.905Z[ host-image] May 28 17:15:31.369 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`
106452026-05-28T17:15:32.053Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106462026-05-28T17:15:32.053Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106472026-05-28T17:15:32.064Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106482026-05-28T17:15:32.065Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106492026-05-28T17:15:32.065Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106502026-05-28T17:15:32.065Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106512026-05-28T17:15:32.065Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106522026-05-28T17:15:32.065Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106532026-05-28T17:15:32.065Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106542026-05-28T17:15:32.065Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106552026-05-28T17:15:32.065Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106562026-05-28T17:15:32.065Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106572026-05-28T17:15:32.065Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106582026-05-28T17:15:32.065Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106592026-05-28T17:15:32.065Z[ host-image] May 28 17:15:31.502 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106602026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO O| Info: ABL version: 0x100f5010
106612026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106622026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106632026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106642026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106652026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106662026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106672026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106682026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106692026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106702026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106712026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106722026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106732026-05-28T17:15:32.066Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106742026-05-28T17:15:32.067Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106752026-05-28T17:15:32.067Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106762026-05-28T17:15:32.067Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106772026-05-28T17:15:32.067Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106782026-05-28T17:15:32.067Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106792026-05-28T17:15:32.067Z[ host-image] May 28 17:15:31.503 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106802026-05-28T17:15:32.092Z[ host-image] May 28 17:15:31.540 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106812026-05-28T17:15:32.093Z[ host-image] May 28 17:15:31.540 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106822026-05-28T17:15:42.184Z[ host-image] May 28 17:15:41.643 INFO image complete! materials are in "/work/os-host"
106832026-05-28T17:15:42.221Z[ host-image]
106842026-05-28T17:15:42.221Z[ host-image] real 6:53.018188742
106852026-05-28T17:15:42.221Z[ host-image] user 2:40.836529501
106862026-05-28T17:15:42.222Z[ host-image] sys 33.771628718
106872026-05-28T17:15:42.222Z[ host-image] trap 0.077747832
106882026-05-28T17:15:42.222Z[ host-image] tflt 0.132831797
106892026-05-28T17:15:42.222Z[ host-image] dflt 0.544030127
106902026-05-28T17:15:42.222Z[ host-image] kflt 0.000117160
106912026-05-28T17:15:42.222Z[ host-image] lock 8:15.378274736
106922026-05-28T17:15:42.222Z[ host-image] slp 41:20.508695551
106932026-05-28T17:15:42.222Z[ host-image] lat 53.215492649
106942026-05-28T17:15:42.222Z[ host-image] stop 4.750763321
106952026-05-28T17:15:42.222ZMay 28 17:15:41.647 INFO [host-image] process exited with exit status: 0 (413.0234906s)
106962026-05-28T17:15:42.222ZMay 28 17:15:41.647 INFO [tuf-repo] running task
106972026-05-28T17:16:04.972ZMay 28 17:16:04.436 INFO assembling repository in `/tmp/tufaceouss2jdZ1`, component: OmicronRepoAssembler
106982026-05-28T17:16:10.593ZMay 28 17:16:10.057 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
106992026-05-28T17:16:10.756ZMay 28 17:16:10.220 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107002026-05-28T17:16:19.552ZMay 28 17:16:19.016 INFO extracting uploaded archive to /tmp/.tmpn5OXDJ
107012026-05-28T17:16:21.437ZMay 28 17:16:20.901 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.hCDi5A
107022026-05-28T17:16:21.486ZMay 28 17:16:20.950 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
107032026-05-28T17:16:21.572ZMay 28 17:16:21.036 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
107042026-05-28T17:16:21.658ZMay 28 17:16:21.122 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
107052026-05-28T17:16:21.735ZMay 28 17:16:21.198 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
107062026-05-28T17:16:21.824ZMay 28 17:16:21.288 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
107072026-05-28T17:16:21.915ZMay 28 17:16:21.379 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
107082026-05-28T17:16:22.008ZMay 28 17:16:21.470 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
107092026-05-28T17:16:22.104ZMay 28 17:16:21.567 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107102026-05-28T17:16:22.104ZMay 28 17:16:21.567 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107112026-05-28T17:16:22.159ZMay 28 17:16:21.623 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107122026-05-28T17:16:22.159ZMay 28 17:16:21.623 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107132026-05-28T17:16:22.213ZMay 28 17:16:21.677 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107142026-05-28T17:16:22.213ZMay 28 17:16:21.677 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107152026-05-28T17:16:22.267ZMay 28 17:16:21.731 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107162026-05-28T17:16:22.268ZMay 28 17:16:21.731 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107172026-05-28T17:16:22.322ZMay 28 17:16:21.786 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107182026-05-28T17:16:22.322ZMay 28 17:16:21.786 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107192026-05-28T17:16:22.367ZMay 28 17:16:21.831 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107202026-05-28T17:16:22.367ZMay 28 17:16:21.831 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107212026-05-28T17:16:22.408ZMay 28 17:16:21.872 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107222026-05-28T17:16:22.408ZMay 28 17:16:21.872 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107232026-05-28T17:16:22.412ZMay 28 17:16:21.873 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107242026-05-28T17:16:22.412ZMay 28 17:16:21.873 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107252026-05-28T17:16:22.412ZMay 28 17:16:21.874 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107262026-05-28T17:16:22.412ZMay 28 17:16:21.875 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107272026-05-28T17:16:22.412ZMay 28 17:16:21.875 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107282026-05-28T17:16:28.078ZMay 28 17:16:27.543 INFO added artifact, length: 33554432, hash: b7888dc62441e4909096fd83bd814eb74db5f1957a85801d5d5741e39f99c55e, version: 20.0.0-0.ci+git7692d04989d, kind: gimlet_host_phase_1, name: host
107292026-05-28T17:16:28.079ZMay 28 17:16:27.543 INFO added artifact, length: 33554432, hash: fe6f9d897abe210fb148606f4ef384b5ece57f79148f77709d54d4607912d6ee, version: 20.0.0-0.ci+git7692d04989d, kind: cosmo_host_phase_1, name: host
107302026-05-28T17:16:28.079ZMay 28 17:16:27.543 INFO added artifact, length: 1101008896, hash: cbf3decb23c060d7afa7070f297a1b53de5983cc7f5946d7cf8cac7cc62120db, version: 20.0.0-0.ci+git7692d04989d, kind: host_phase_2, name: host
107312026-05-28T17:16:29.048ZMay 28 17:16:28.512 INFO added artifact, length: 33554432, hash: ea244243a47464cabfdd0ff284ab0a2a8fa26f352684f1dba4740781349c7f4d, version: 20.0.0-0.ci+git7692d04989d, kind: gimlet_trampoline_phase_1, name: trampoline
107322026-05-28T17:16:29.048ZMay 28 17:16:28.512 INFO added artifact, length: 33554432, hash: 50f9027d166ef9fae91cfd82e8759923bb0506e94814fe152b55f85e1413d147, version: 20.0.0-0.ci+git7692d04989d, kind: cosmo_trampoline_phase_1, name: trampoline
107332026-05-28T17:16:29.051ZMay 28 17:16:28.512 INFO added artifact, length: 166124230, hash: dd9438dd8b1224d5f5527c6a6dd88f2db1999f56d04b5fce4dc4ddbfd4d02187, version: 20.0.0-0.ci+git7692d04989d, kind: trampoline_phase_2, name: trampoline
107342026-05-28T17:16:31.050ZMay 28 17:16:30.515 INFO added artifact, length: 313759299, hash: bceecdd3666a237b8f38b5bd728592b15d91ea975bea84e7c24947e87682456f, version: 20.0.0-0.ci+git7692d04989d, kind: zone, name: clickhouse_keeper
107352026-05-28T17:16:33.132ZMay 28 17:16:32.596 INFO added artifact, length: 329049476, hash: 35706ece96a64d2b9d621c637cd6a6898f26629504322ba6fe1e09572beda4c8, version: 20.0.0-0.ci+git7692d04989d, kind: zone, name: clickhouse_server
107362026-05-28T17:16:35.067ZMay 28 17:16:34.531 INFO added artifact, length: 329052179, hash: aa01c6e24ece49e9c4240805501f979740965a0a88684a2f22727ca8279c4510, version: 20.0.0-0.ci+git7692d04989d, kind: zone, name: clickhouse
107372026-05-28T17:16:36.069ZMay 28 17:16:35.533 INFO added artifact, length: 169600710, hash: f72df160b2bf2a89292aa420005b5175b769ef8fa3fc6f536a36bec6fd3100ab, version: 20.0.0-0.ci+git7692d04989d, kind: zone, name: cockroachdb
107382026-05-28T17:16:36.350ZMay 28 17:16:35.814 INFO added artifact, length: 41593576, hash: c445546508243970da56af252ed8c26cdc67d394aebd1dc2e0cb77f6709cc011, version: 20.0.0-0.ci+git7692d04989d, kind: zone, name: crucible-pantry-zone
107392026-05-28T17:16:36.723ZMay 28 17:16:36.187 INFO added artifact, length: 57536912, hash: 4884a7353e4e3075578fc66874f084aa479819da00d10b302d54c6d6f58e8681, version: 20.0.0-0.ci+git7692d04989d, kind: zone, name: crucible-zone
107402026-05-28T17:16:37.041ZMay 28 17:16:36.456 INFO added artifact, length: 51413637, hash: 0adf8859ba4314db18c54adb43185226d73c48683c7579225df94c1460fcadd1, version: 20.0.0-0.ci+git7692d04989d, kind: zone, name: external-dns
107412026-05-28T17:16:37.304ZMay 28 17:16:36.768 INFO added artifact, length: 51413234, hash: 29827b854aeae24373f965be238147c388d45a07bec9d6be8ed38feba8e87bf7, version: 20.0.0-0.ci+git7692d04989d, kind: zone, name: internal-dns
107422026-05-28T17:16:38.900ZMay 28 17:16:38.364 INFO added artifact, length: 285319699, hash: 64cb933c190f6de96fd267b517c3fb0221ec6b94c2f57dc927997545bf4621b1, version: 20.0.0-0.ci+git7692d04989d, kind: zone, name: nexus
107432026-05-28T17:16:39.111ZMay 28 17:16:38.575 INFO added artifact, length: 33064209, hash: 471c1af9795448a11e276ecf84b80ce20a15a3590da0adf312d855ac232f6915, version: 20.0.0-0.ci+git7692d04989d, kind: zone, name: ntp
107442026-05-28T17:16:39.518ZMay 28 17:16:38.981 INFO added artifact, length: 68728703, hash: f026dcb84bef9a317e34a72f889165dfa0892590720288ff343798c5a5eee959, version: 20.0.0-0.ci+git7692d04989d, kind: zone, name: oximeter
107452026-05-28T17:16:39.537ZMay 28 17:16:39.000 INFO added artifact, length: 3109592, hash: 0e427a3c4ffaba08e13fd2aec130b39225c1ed973c7e062e17d9d768dde7f535, version: 20.0.0-0.ci+git7692d04989d, kind: zone, name: probe
107462026-05-28T17:16:39.541ZMay 28 17:16:39.000 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107472026-05-28T17:16:39.541ZMay 28 17:16:39.000 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
107482026-05-28T17:16:39.541ZMay 28 17:16:39.001 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107492026-05-28T17:16:39.569ZMay 28 17:16:39.034 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
107502026-05-28T17:16:39.601ZMay 28 17:16:39.066 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
107512026-05-28T17:16:39.655ZMay 28 17:16:39.119 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107522026-05-28T17:16:39.655ZMay 28 17:16:39.119 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107532026-05-28T17:16:39.707ZMay 28 17:16:39.172 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107542026-05-28T17:16:39.707ZMay 28 17:16:39.172 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107552026-05-28T17:16:39.758ZMay 28 17:16:39.223 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107562026-05-28T17:16:39.758ZMay 28 17:16:39.223 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107572026-05-28T17:16:39.809ZMay 28 17:16:39.273 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107582026-05-28T17:16:39.809ZMay 28 17:16:39.273 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107592026-05-28T17:16:39.813ZMay 28 17:16:39.274 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107602026-05-28T17:16:39.814ZMay 28 17:16:39.275 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107612026-05-28T17:16:39.814ZMay 28 17:16:39.275 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107622026-05-28T17:16:39.856ZMay 28 17:16:39.321 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
107632026-05-28T17:16:39.949ZMay 28 17:16:39.414 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
107642026-05-28T17:16:40.047ZMay 28 17:16:39.511 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
107652026-05-28T17:16:40.144ZMay 28 17:16:39.609 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107662026-05-28T17:16:40.148ZMay 28 17:16:39.609 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107672026-05-28T17:16:40.199ZMay 28 17:16:39.663 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107682026-05-28T17:16:40.202ZMay 28 17:16:39.663 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107692026-05-28T17:16:40.262ZMay 28 17:16:39.726 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107702026-05-28T17:16:40.266ZMay 28 17:16:39.727 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107712026-05-28T17:16:40.315ZMay 28 17:16:39.779 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
107722026-05-28T17:16:40.318ZMay 28 17:16:39.779 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
107732026-05-28T17:16:40.318ZMay 28 17:16:39.780 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
107742026-05-28T17:16:40.318ZMay 28 17:16:39.781 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107752026-05-28T17:16:40.318ZMay 28 17:16:39.781 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
107762026-05-28T17:16:40.318ZMay 28 17:16:39.781 INFO added artifact, length: 924, hash: fde55ec5e8f0895d7aeda0eb0977a380d2a637e5978445264cc9fe57b96da067, version: 20.0.0-0.ci+git7692d04989d, kind: installinator_document, name: installinator_document
107772026-05-28T17:16:40.881ZMay 28 17:16:40.344 INFO extracting uploaded archive to /tmp/.tmpPQajne
107782026-05-28T17:16:43.249ZMay 28 17:16:42.713 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.YlRrWJ
107792026-05-28T17:16:43.315ZMay 28 17:16:42.779 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
107802026-05-28T17:16:43.409ZMay 28 17:16:42.873 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
107812026-05-28T17:16:43.509ZMay 28 17:16:42.973 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
107822026-05-28T17:16:43.576Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
107832026-05-28T17:16:43.594ZMay 28 17:16:43.057 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
107842026-05-28T17:16:43.685ZMay 28 17:16:43.149 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
107852026-05-28T17:16:43.778ZMay 28 17:16:43.242 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
107862026-05-28T17:16:43.874ZMay 28 17:16:43.338 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
107872026-05-28T17:16:43.950ZMay 28 17:16:43.414 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107882026-05-28T17:16:43.953ZMay 28 17:16:43.414 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107892026-05-28T17:16:43.989ZMay 28 17:16:43.453 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107902026-05-28T17:16:43.992ZMay 28 17:16:43.453 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107912026-05-28T17:16:44.036ZMay 28 17:16:43.500 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107922026-05-28T17:16:44.036ZMay 28 17:16:43.500 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107932026-05-28T17:16:44.077ZMay 28 17:16:43.542 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107942026-05-28T17:16:44.077ZMay 28 17:16:43.542 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107952026-05-28T17:16:44.118ZMay 28 17:16:43.583 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107962026-05-28T17:16:44.122ZMay 28 17:16:43.583 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107972026-05-28T17:16:44.158ZMay 28 17:16:43.622 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107982026-05-28T17:16:44.161ZMay 28 17:16:43.622 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107992026-05-28T17:16:44.197ZMay 28 17:16:43.661 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108002026-05-28T17:16:44.197ZMay 28 17:16:43.661 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108012026-05-28T17:16:44.201ZMay 28 17:16:43.662 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108022026-05-28T17:16:44.201ZMay 28 17:16:43.663 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108032026-05-28T17:16:44.201ZMay 28 17:16:43.663 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108042026-05-28T17:16:44.201ZMay 28 17:16:43.664 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108052026-05-28T17:16:44.201ZMay 28 17:16:43.664 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108062026-05-28T17:16:50.652ZMay 28 17:16:50.116 INFO added artifact, length: 33554432, hash: b7888dc62441e4909096fd83bd814eb74db5f1957a85801d5d5741e39f99c55e, version: 20.0.0-0.ci+git7692d04989d, kind: gimlet_host_phase_1, name: host
108072026-05-28T17:16:50.652ZMay 28 17:16:50.116 INFO added artifact, length: 33554432, hash: fe6f9d897abe210fb148606f4ef384b5ece57f79148f77709d54d4607912d6ee, version: 20.0.0-0.ci+git7692d04989d, kind: cosmo_host_phase_1, name: host
108082026-05-28T17:16:50.652ZMay 28 17:16:50.116 INFO added artifact, length: 1101008896, hash: cbf3decb23c060d7afa7070f297a1b53de5983cc7f5946d7cf8cac7cc62120db, version: 20.0.0-0.ci+git7692d04989d, kind: host_phase_2, name: host
108092026-05-28T17:16:51.825ZMay 28 17:16:51.289 INFO added artifact, length: 33554432, hash: ea244243a47464cabfdd0ff284ab0a2a8fa26f352684f1dba4740781349c7f4d, version: 20.0.0-0.ci+git7692d04989d, kind: gimlet_trampoline_phase_1, name: trampoline
108102026-05-28T17:16:51.826ZMay 28 17:16:51.289 INFO added artifact, length: 33554432, hash: 50f9027d166ef9fae91cfd82e8759923bb0506e94814fe152b55f85e1413d147, version: 20.0.0-0.ci+git7692d04989d, kind: cosmo_trampoline_phase_1, name: trampoline
108112026-05-28T17:16:51.826ZMay 28 17:16:51.289 INFO added artifact, length: 166124230, hash: dd9438dd8b1224d5f5527c6a6dd88f2db1999f56d04b5fce4dc4ddbfd4d02187, version: 20.0.0-0.ci+git7692d04989d, kind: trampoline_phase_2, name: trampoline
108122026-05-28T17:17:00.716ZMay 28 17:17:00.180 INFO added artifact, length: 1794269589, hash: 704dce3063dc509cc81dea9d0bf1250f2d8ecd931c1d3984be80fcdd742e7783, version: 20.0.0-0.ci+git7692d04989d, kind: control_plane, name: control-plane
108132026-05-28T17:17:00.720ZMay 28 17:17:00.180 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108142026-05-28T17:17:00.720ZMay 28 17:17:00.180 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
108152026-05-28T17:17:00.720ZMay 28 17:17:00.181 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108162026-05-28T17:17:00.744ZMay 28 17:17:00.209 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
108172026-05-28T17:17:00.772ZMay 28 17:17:00.237 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
108182026-05-28T17:17:00.812ZMay 28 17:17:00.276 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108192026-05-28T17:17:00.812ZMay 28 17:17:00.276 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108202026-05-28T17:17:00.853ZMay 28 17:17:00.317 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108212026-05-28T17:17:00.853ZMay 28 17:17:00.317 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108222026-05-28T17:17:00.903ZMay 28 17:17:00.368 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108232026-05-28T17:17:00.904ZMay 28 17:17:00.368 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108242026-05-28T17:17:00.962ZMay 28 17:17:00.426 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108252026-05-28T17:17:00.962ZMay 28 17:17:00.426 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108262026-05-28T17:17:00.965ZMay 28 17:17:00.427 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108272026-05-28T17:17:00.965ZMay 28 17:17:00.428 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108282026-05-28T17:17:00.965ZMay 28 17:17:00.429 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108292026-05-28T17:17:01.019ZMay 28 17:17:00.483 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
108302026-05-28T17:17:01.126ZMay 28 17:17:00.591 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
108312026-05-28T17:17:01.231ZMay 28 17:17:00.695 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
108322026-05-28T17:17:01.333ZMay 28 17:17:00.797 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108332026-05-28T17:17:01.333ZMay 28 17:17:00.797 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108342026-05-28T17:17:01.386ZMay 28 17:17:00.850 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108352026-05-28T17:17:01.389ZMay 28 17:17:00.850 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108362026-05-28T17:17:01.440ZMay 28 17:17:00.904 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108372026-05-28T17:17:01.440ZMay 28 17:17:00.904 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108382026-05-28T17:17:01.492ZMay 28 17:17:00.956 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108392026-05-28T17:17:01.492ZMay 28 17:17:00.957 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108402026-05-28T17:17:01.495ZMay 28 17:17:00.957 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108412026-05-28T17:17:01.495ZMay 28 17:17:00.958 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108422026-05-28T17:17:01.495ZMay 28 17:17:00.959 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108432026-05-28T17:17:01.495ZMay 28 17:17:00.959 INFO added artifact, length: 924, hash: fde55ec5e8f0895d7aeda0eb0977a380d2a637e5978445264cc9fe57b96da067, version: 20.0.0-0.ci+git7692d04989d, kind: installinator_document, name: installinator_document
108442026-05-28T17:17:02.208ZMay 28 17:17:01.671 INFO [tuf-repo] task succeeded (80.023658536s)
108452026-05-28T17:17:56.809Z[verify-libraries] Finished `release` profile [optimized] target(s) in 8m 35s
108462026-05-28T17:17:57.183ZMay 28 17:17:56.647 INFO [verify-libraries] process exited with exit status: 0 (518.820941699s)
108472026-05-28T17:17:57.184ZMay 28 17:17:56.647 INFO all jobs completed in 1186.486481272s
108482026-05-28T17:17:57.935Zprocess exited: duration 1416610 ms, exit code 0
 
108492026-05-28T17:17:57.949Zfound 41 output files
108502026-05-28T17:17:57.949Zuploading: /work/manifest.toml (17174 bytes)
108512026-05-28T17:17:58.963Zuploaded: /work/manifest.toml
108522026-05-28T17:17:58.963Zuploading: /work/repo.zip (3108663244 bytes)
108532026-05-28T17:18:38.481Zuploaded: /work/repo.zip
108542026-05-28T17:18:38.481Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108552026-05-28T17:18:39.593Zuploaded: /work/repo.zip.sha256.txt
108562026-05-28T17:18:39.593Zuploading: /work/helios.json (647 bytes)
108572026-05-28T17:18:40.603Zuploaded: /work/helios.json
108582026-05-28T17:18:40.604Zuploading: /work/incorporation.p5m (113333 bytes)
108592026-05-28T17:18:41.616Zuploaded: /work/incorporation.p5m
108602026-05-28T17:18:41.616Zuploading: /work/incorporation.p5p (133120 bytes)
108612026-05-28T17:18:42.632Zuploaded: /work/incorporation.p5p
108622026-05-28T17:18:42.632Zuploading: /work/helios-incorp.log (522 bytes)
108632026-05-28T17:18:43.642Zuploaded: /work/helios-incorp.log
108642026-05-28T17:18:43.642Zuploading: /work/helios-setup.log (56221 bytes)
108652026-05-28T17:18:44.658Zuploaded: /work/helios-setup.log
108662026-05-28T17:18:44.658Zuploading: /work/host-image.log (238031 bytes)
108672026-05-28T17:18:45.675Zuploaded: /work/host-image.log
108682026-05-28T17:18:45.675Zuploading: /work/host-package.log (34484 bytes)
108692026-05-28T17:18:46.685Zuploaded: /work/host-package.log
108702026-05-28T17:18:46.685Zuploading: /work/host-target.log (101 bytes)
108712026-05-28T17:18:47.694Zuploaded: /work/host-target.log
108722026-05-28T17:18:47.694Zuploading: /work/incorp-create.log (0 bytes)
108732026-05-28T17:18:48.703Zuploaded: /work/incorp-create.log
108742026-05-28T17:18:48.703Zuploading: /work/incorp-fmt.log (0 bytes)
108752026-05-28T17:18:49.711Zuploaded: /work/incorp-fmt.log
108762026-05-28T17:18:49.711Zuploading: /work/incorp-pkgsend.log (108 bytes)
108772026-05-28T17:18:50.721Zuploaded: /work/incorp-pkgsend.log
108782026-05-28T17:18:50.721Zuploading: /work/incorp-publisher.log (0 bytes)
108792026-05-28T17:18:51.730Zuploaded: /work/incorp-publisher.log
108802026-05-28T17:18:51.730Zuploading: /work/omicron-package.log (9267 bytes)
108812026-05-28T17:18:52.743Zuploaded: /work/omicron-package.log
108822026-05-28T17:18:52.743Zuploading: /work/recovery-image.log (594164 bytes)
108832026-05-28T17:18:53.768Zuploaded: /work/recovery-image.log
108842026-05-28T17:18:53.769Zuploading: /work/recovery-package.log (2545 bytes)
108852026-05-28T17:18:54.780Zuploaded: /work/recovery-package.log
108862026-05-28T17:18:54.780Zuploading: /work/recovery-target.log (98 bytes)
108872026-05-28T17:18:55.792Zuploaded: /work/recovery-target.log
108882026-05-28T17:18:55.792Zuploading: /work/stamp-clickhouse.log (117 bytes)
108892026-05-28T17:18:56.803Zuploaded: /work/stamp-clickhouse.log
108902026-05-28T17:18:56.803Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
108912026-05-28T17:18:57.814Zuploaded: /work/stamp-clickhouse_keeper.log
108922026-05-28T17:18:57.814Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
108932026-05-28T17:18:58.824Zuploaded: /work/stamp-clickhouse_server.log
108942026-05-28T17:18:58.824Zuploading: /work/stamp-cockroachdb.log (118 bytes)
108952026-05-28T17:18:59.836Zuploaded: /work/stamp-cockroachdb.log
108962026-05-28T17:18:59.836Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
108972026-05-28T17:19:00.846Zuploaded: /work/stamp-crucible-pantry-zone.log
108982026-05-28T17:19:00.846Zuploading: /work/stamp-crucible-utils.log (118 bytes)
108992026-05-28T17:19:01.855Zuploaded: /work/stamp-crucible-utils.log
109002026-05-28T17:19:01.855Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109012026-05-28T17:19:02.866Zuploaded: /work/stamp-crucible-zone.log
109022026-05-28T17:19:02.866Zuploading: /work/stamp-external-dns.log (119 bytes)
109032026-05-28T17:19:03.877Zuploaded: /work/stamp-external-dns.log
109042026-05-28T17:19:03.877Zuploading: /work/stamp-installinator.log (103 bytes)
109052026-05-28T17:19:04.887Zuploaded: /work/stamp-installinator.log
109062026-05-28T17:19:04.888Zuploading: /work/stamp-internal-dns.log (119 bytes)
109072026-05-28T17:19:05.898Zuploaded: /work/stamp-internal-dns.log
109082026-05-28T17:19:05.898Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109092026-05-28T17:19:06.908Zuploaded: /work/stamp-mg-ddm-gz.log
109102026-05-28T17:19:06.908Zuploading: /work/stamp-nexus.log (112 bytes)
109112026-05-28T17:19:07.919Zuploaded: /work/stamp-nexus.log
109122026-05-28T17:19:07.919Zuploading: /work/stamp-ntp.log (110 bytes)
109132026-05-28T17:19:08.929Zuploaded: /work/stamp-ntp.log
109142026-05-28T17:19:08.929Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109152026-05-28T17:19:09.940Zuploaded: /work/stamp-omicron-sled-agent.log
109162026-05-28T17:19:09.940Zuploading: /work/stamp-overlay.log (114 bytes)
109172026-05-28T17:19:10.952Zuploaded: /work/stamp-overlay.log
109182026-05-28T17:19:10.952Zuploading: /work/stamp-oximeter.log (115 bytes)
109192026-05-28T17:19:11.963Zuploaded: /work/stamp-oximeter.log
109202026-05-28T17:19:11.964Zuploading: /work/stamp-oxlog.log (109 bytes)
109212026-05-28T17:19:13.058Zuploaded: /work/stamp-oxlog.log
109222026-05-28T17:19:13.058Zuploading: /work/stamp-probe.log (112 bytes)
109232026-05-28T17:19:14.067Zuploaded: /work/stamp-probe.log
109242026-05-28T17:19:14.067Zuploading: /work/stamp-propolis-server.log (122 bytes)
109252026-05-28T17:19:15.079Zuploaded: /work/stamp-propolis-server.log
109262026-05-28T17:19:15.079Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109272026-05-28T17:19:16.094Zuploaded: /work/stamp-pumpkind-gz.log
109282026-05-28T17:19:16.094Zuploading: /work/stamp-switch-asic.log (118 bytes)
109292026-05-28T17:19:17.103Zuploaded: /work/stamp-switch-asic.log
109302026-05-28T17:19:17.103Zuploading: /work/verify-libraries.log (14123 bytes)
109312026-05-28T17:19:18.114Zuploaded: /work/verify-libraries.log