01KT1T8FBKR0Z5B36KJPB3CFZX: 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: 01KT1T922GZX016SMA5RA8FQ5A

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-01T14:45:08.749Zjob assigned to worker 01KT1T98CMTTDH4NFXSTVWE090 [factory aws, i-0ca16986fb913961f] (queued for 50 s)
 
22026-06-01T14:45:16.318Zstarting task 0: "setup"
32026-06-01T14:45:16.326Z++ uname -s
42026-06-01T14:45:16.326Z+ kern=SunOS
52026-06-01T14:45:16.326Z+ build_user=build
62026-06-01T14:45:16.326Z+ build_uid=12345
72026-06-01T14:45:16.326Z+ work_dir=/work
82026-06-01T14:45:16.327Z+ input_dir=/input
92026-06-01T14:45:16.331Z+ [[ 0 == 12345 ]]
102026-06-01T14:45:16.331Z+ case "$kern" in
112026-06-01T14:45:16.331Z+ groupadd -g 12345 build
122026-06-01T14:45:16.331Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-01T14:45:18.333Z+ zfs create -o mountpoint=/work rpool/work
142026-06-01T14:45:18.451Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-01T14:45:18.462Z+ home_fs=zfs
162026-06-01T14:45:18.462Z+ [[ zfs == autofs ]]
172026-06-01T14:45:18.462Z+ mkdir -p /home/build
182026-06-01T14:45:18.462Z+ chown build:build /home/build /work
192026-06-01T14:45:20.457Z+ chmod 0700 /home/build /work
202026-06-01T14:45:20.461Zprocess exited: duration 4143 ms, exit code 0
 
212026-06-01T14:45:20.467Zstarting task 1: "rust-toolchain"
222026-06-01T14:45:20.473Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-01T14:45:20.473Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-01T14:45:20.473Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-01T14:45:20.473Z * rust toolchain channel = "1.94.0"
262026-06-01T14:45:20.473Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-01T14:45:20.476Z * rust toolchain profile = "default"
282026-06-01T14:45:20.476Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-01T14:45:20.476Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-01T14:45:20.583Zinfo: downloading installer
312026-06-01T14:45:21.935Zwarn: It looks like you have an existing rustup settings file at:
322026-06-01T14:45:21.936Zwarn: /home/build/.rustup/settings.toml
332026-06-01T14:45:21.936Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-01T14:45:21.936Zwarn: instead of the one inferred from the default host triple.
352026-06-01T14:45:21.948Zinfo: profile set to default
362026-06-01T14:45:21.948Zinfo: default host triple is x86_64-unknown-illumos
372026-06-01T14:45:21.951Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-01T14:45:22.081Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-01T14:45:22.084Zinfo: downloading 6 components
402026-06-01T14:45:37.962Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-01T14:45:37.962Z
422026-06-01T14:45:37.989Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-01T14:45:37.989Z
442026-06-01T14:45:37.989Z
452026-06-01T14:45:37.989ZRust is installed now. Great!
462026-06-01T14:45:37.989Z
472026-06-01T14:45:37.989ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-01T14:45:37.993Zenvironment variable. This has not been done automatically.
492026-06-01T14:45:37.993Z
502026-06-01T14:45:37.993ZTo configure your current shell, you need to source
512026-06-01T14:45:37.993Zthe corresponding env file under $HOME/.cargo.
522026-06-01T14:45:37.993Z
532026-06-01T14:45:37.993ZThis is usually done by running one of the following (note the leading DOT):
542026-06-01T14:45:37.993Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-01T14:45:37.993Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-01T14:45:37.993Zsource "~/.cargo/env.nu" # For nushell
572026-06-01T14:45:37.993Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-01T14:45:37.993Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-01T14:45:37.993Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-01T14:45:37.993Zwarn: no default linker (`cc`) was found in your PATH
612026-06-01T14:45:37.993Zwarn: many Rust crates require a system C toolchain to build
622026-06-01T14:45:38.091Z+ rustup --version
632026-06-01T14:45:38.097Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-01T14:45:38.097Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-01T14:45:38.121Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-01T14:45:38.125Z+ cargo --version
672026-06-01T14:45:38.129Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-01T14:45:38.133Z+ rustc --version
692026-06-01T14:45:38.152Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-01T14:45:38.156Zprocess exited: duration 17687 ms, exit code 0
 
712026-06-01T14:45:38.163Zstarting task 2: "authentication"
722026-06-01T14:45:38.180Zprocess exited: duration 17 ms, exit code 0
 
732026-06-01T14:45:38.187Zstarting task 3: "clone repository"
742026-06-01T14:45:38.191Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-01T14:45:38.194Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-01T14:45:38.232ZCloning into '/work/oxidecomputer/omicron'...
772026-06-01T14:45:49.096Z+ cd /work/oxidecomputer/omicron
782026-06-01T14:45:49.096Z+ git fetch origin b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29
792026-06-01T14:45:49.377ZFrom https://github.com/oxidecomputer/omicron
802026-06-01T14:45:49.377Z * branch b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29 -> FETCH_HEAD
812026-06-01T14:45:49.389Z+ [[ -n zl/probe-multicast ]]
822026-06-01T14:45:49.392Z++ git branch --show-current
832026-06-01T14:45:49.395Z+ current=main
842026-06-01T14:45:49.395Z+ [[ main != zl/probe-multicast ]]
852026-06-01T14:45:49.395Z+ git branch -f zl/probe-multicast b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29
862026-06-01T14:45:49.398Z+ git checkout -f zl/probe-multicast
872026-06-01T14:45:49.633ZSwitched to branch 'zl/probe-multicast'
882026-06-01T14:45:49.637Z+ git reset --hard b73c7be4a26cc33b7d9d161cd9e7a7fcab414e29
892026-06-01T14:45:49.651ZHEAD is now at b73c7be4a [probe,multicast] enroll probes as mcast group members
902026-06-01T14:45:49.654Zprocess exited: duration 11464 ms, exit code 0
 
912026-06-01T14:45:49.660Zstarting task 4: "build"
922026-06-01T14:45:49.665Z+ source .github/buildomat/ci-env.sh
932026-06-01T14:45:49.665Z++ export CARGO_TERM_COLOR=always
942026-06-01T14:45:49.665Z++ CARGO_TERM_COLOR=always
952026-06-01T14:45:49.665Z+ cargo --version
962026-06-01T14:45:49.675Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-01T14:45:49.678Z+ rustc --version
982026-06-01T14:45:49.698Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-01T14:45:49.701Z+ cargo tree --locked
1002026-06-01T14:45:49.870Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-06-01T14:45:50.163Z Updating crates.io index
1022026-06-01T14:45:50.166Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-06-01T14:45:50.453Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-06-01T14:45:51.320Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-06-01T14:45:51.738Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-06-01T14:45:52.819Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-06-01T14:45:53.389Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-06-01T14:45:55.343Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-06-01T14:45:56.258Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-06-01T14:45:56.604Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-06-01T14:45:57.968Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-06-01T14:45:58.346Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-06-01T14:45:58.890Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-06-01T14:45:59.244Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-06-01T14:46:00.373Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-06-01T14:46:01.432Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-06-01T14:46:01.881Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-06-01T14:46:02.238Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-06-01T14:46:02.626Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-06-01T14:46:03.082Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-06-01T14:46:03.644Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-06-01T14:46:03.955Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-06-01T14:46:04.268Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-06-01T14:46:04.698Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-06-01T14:46:05.310Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-06-01T14:46:05.802Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-06-01T14:46:06.252Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-06-01T14:46:06.739Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-06-01T14:46:07.118Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-06-01T14:46:07.482Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1312026-06-01T14:46:08.756Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-06-01T14:46:09.526Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-06-01T14:46:10.122Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-06-01T14:46:10.432Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-06-01T14:46:10.795Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-06-01T14:46:11.125Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-06-01T14:46:11.428Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1382026-06-01T14:46:11.934Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-06-01T14:46:12.208Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402026-06-01T14:46:12.492Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412026-06-01T14:46:12.764Z Updating git repository `https://github.com/oxidecomputer/omicron`
1422026-06-01T14:46:25.196Z Updating git repository `https://github.com/illumos/smf-rs`
1432026-06-01T14:46:27.502Z Downloading crates ...
1442026-06-01T14:46:27.589Z Downloaded byteorder v1.5.0
1452026-06-01T14:46:27.592Z Downloaded base64ct v1.8.3
1462026-06-01T14:46:27.595Z Downloaded arc-swap v1.8.2
1472026-06-01T14:46:27.598Z Downloaded bitfield v0.19.4
1482026-06-01T14:46:27.598Z Downloaded castaway v0.2.4
1492026-06-01T14:46:27.601Z Downloaded anstyle-query v1.1.5
1502026-06-01T14:46:27.601Z Downloaded compression-core v0.4.31
1512026-06-01T14:46:27.604Z Downloaded array-init v0.0.4
1522026-06-01T14:46:27.606Z Downloaded concurrent-queue v2.5.0
1532026-06-01T14:46:27.609Z Downloaded compression-codecs v0.4.37
1542026-06-01T14:46:27.609Z Downloaded approx v0.5.1
1552026-06-01T14:46:27.612Z Downloaded anstream v1.0.0
1562026-06-01T14:46:27.622Z Downloaded crossbeam-epoch v0.9.18
1572026-06-01T14:46:27.622Z Downloaded chacha20poly1305 v0.10.1
1582026-06-01T14:46:27.622Z Downloaded console v0.15.11
1592026-06-01T14:46:27.622Z Downloaded compact_str v0.8.1
1602026-06-01T14:46:27.622Z Downloaded derive_builder v0.20.2
1612026-06-01T14:46:27.626Z Downloaded ascii-canvas v3.0.0
1622026-06-01T14:46:27.626Z Downloaded cookie_store v0.22.1
1632026-06-01T14:46:27.626Z Downloaded base16ct v0.2.0
1642026-06-01T14:46:27.626Z Downloaded convert_case v0.10.0
1652026-06-01T14:46:27.629Z Downloaded anyhow v1.0.102
1662026-06-01T14:46:27.629Z Downloaded ctr v0.9.2
1672026-06-01T14:46:27.632Z Downloaded colorchoice v1.0.4
1682026-06-01T14:46:27.632Z Downloaded addr2line v0.25.1
1692026-06-01T14:46:27.635Z Downloaded base64 v0.21.7
1702026-06-01T14:46:27.635Z Downloaded crc32fast v1.5.0
1712026-06-01T14:46:27.638Z Downloaded cstr-argument v0.1.2
1722026-06-01T14:46:27.638Z Downloaded cmake v0.1.57
1732026-06-01T14:46:27.638Z Downloaded async-stream-impl v0.3.6
1742026-06-01T14:46:27.641Z Downloaded colored v2.2.0
1752026-06-01T14:46:27.641Z Downloaded allocator-api2 v0.2.21
1762026-06-01T14:46:27.644Z Downloaded crc v3.4.0
1772026-06-01T14:46:27.644Z Downloaded derive-where v1.6.0
1782026-06-01T14:46:27.647Z Downloaded crucible-workspace-hack v0.1.0
1792026-06-01T14:46:27.647Z Downloaded bb8 v0.8.6
1802026-06-01T14:46:27.647Z Downloaded aead v0.5.2
1812026-06-01T14:46:27.650Z Downloaded derive_builder_core v0.20.2
1822026-06-01T14:46:27.650Z Downloaded atomic-waker v1.1.2
1832026-06-01T14:46:27.650Z Downloaded diesel_table_macro_syntax v0.3.0
1842026-06-01T14:46:27.653Z Downloaded block-buffer v0.10.4
1852026-06-01T14:46:27.653Z Downloaded defmt v0.3.100
1862026-06-01T14:46:27.653Z Downloaded curve25519-dalek-derive v0.1.1
1872026-06-01T14:46:27.653Z Downloaded cfg-if v1.0.4
1882026-06-01T14:46:27.656Z Downloaded bcrypt-pbkdf v0.10.0
1892026-06-01T14:46:27.656Z Downloaded corncobs v0.1.4
1902026-06-01T14:46:27.656Z Downloaded cargo-platform v0.3.2
1912026-06-01T14:46:27.659Z Downloaded atomicwrites v0.4.4
1922026-06-01T14:46:27.659Z Downloaded async-stream v0.3.6
1932026-06-01T14:46:27.659Z Downloaded convert_case v0.4.0
1942026-06-01T14:46:27.662Z Downloaded arrayref v0.3.9
1952026-06-01T14:46:27.662Z Downloaded bit-set v0.5.3
1962026-06-01T14:46:27.662Z Downloaded cast v0.3.0
1972026-06-01T14:46:27.665Z Downloaded anstyle-parse v1.0.0
1982026-06-01T14:46:27.665Z Downloaded anstream v0.6.21
1992026-06-01T14:46:27.665Z Downloaded ahash v0.8.12
2002026-06-01T14:46:27.668Z Downloaded cfg_aliases v0.2.1
2012026-06-01T14:46:27.668Z Downloaded cipher v0.4.4
2022026-06-01T14:46:27.671Z Downloaded ciborium-io v0.2.2
2032026-06-01T14:46:27.671Z Downloaded crc-catalog v2.4.0
2042026-06-01T14:46:27.672Z Downloaded atty v0.2.14
2052026-06-01T14:46:27.672Z Downloaded darling_macro v0.20.11
2062026-06-01T14:46:27.674Z Downloaded ciborium-ll v0.2.2
2072026-06-01T14:46:27.674Z Downloaded clap_lex v1.0.0
2082026-06-01T14:46:27.674Z Downloaded argon2 v0.5.3
2092026-06-01T14:46:27.677Z Downloaded anstyle v1.0.14
2102026-06-01T14:46:27.677Z Downloaded bit-set v0.8.0
2112026-06-01T14:46:27.677Z Downloaded arrayvec v0.7.6
2122026-06-01T14:46:27.680Z Downloaded adler2 v2.0.1
2132026-06-01T14:46:27.681Z Downloaded anes v0.1.6
2142026-06-01T14:46:27.681Z Downloaded blowfish v0.9.1
2152026-06-01T14:46:27.684Z Downloaded bit-vec v0.8.0
2162026-06-01T14:46:27.684Z Downloaded assert-json-diff v2.0.2
2172026-06-01T14:46:27.687Z Downloaded bitfield-macros v0.19.4
2182026-06-01T14:46:27.687Z Downloaded debug-ignore v1.0.5
2192026-06-01T14:46:27.687Z Downloaded darling_macro v0.21.3
2202026-06-01T14:46:27.687Z Downloaded constant_time_eq v0.3.1
2212026-06-01T14:46:27.690Z Downloaded assert_matches v1.5.0
2222026-06-01T14:46:27.690Z Downloaded crunchy v0.2.4
2232026-06-01T14:46:27.690Z Downloaded cargo-platform v0.2.0
2242026-06-01T14:46:27.690Z Downloaded cobs v0.3.0
2252026-06-01T14:46:27.693Z Downloaded block-padding v0.3.3
2262026-06-01T14:46:27.693Z Downloaded bitfield-struct v0.6.2
2272026-06-01T14:46:27.693Z Downloaded backtrace-ext v0.2.1
2282026-06-01T14:46:27.693Z Downloaded async-object-pool v0.2.0
2292026-06-01T14:46:27.696Z Downloaded difflib v0.4.0
2302026-06-01T14:46:27.696Z Downloaded async-recursion v1.1.1
2312026-06-01T14:46:27.700Z Downloaded darling_macro v0.23.0
2322026-06-01T14:46:27.700Z Downloaded crypto-common v0.1.7
2332026-06-01T14:46:27.700Z Downloaded darling_macro v0.13.4
2342026-06-01T14:46:27.700Z Downloaded cfg_aliases v0.1.1
2352026-06-01T14:46:27.703Z Downloaded defmt-parser v1.0.0
2362026-06-01T14:46:27.703Z Downloaded darling_core v0.23.0
2372026-06-01T14:46:27.705Z Downloaded bcs v0.1.6
2382026-06-01T14:46:27.705Z Downloaded dirs-sys-next v0.1.2
2392026-06-01T14:46:27.709Z Downloaded bitflags v1.3.2
2402026-06-01T14:46:27.709Z Downloaded async-trait v0.1.89
2412026-06-01T14:46:27.711Z Downloaded document-features v0.2.12
2422026-06-01T14:46:27.711Z Downloaded dropshot-api-manager-types v0.7.2
2432026-06-01T14:46:27.711Z Downloaded downcast-rs v2.0.2
2442026-06-01T14:46:27.714Z Downloaded cpufeatures v0.3.0
2452026-06-01T14:46:27.714Z Downloaded dof v0.3.0
2462026-06-01T14:46:27.714Z Downloaded display-error-chain v0.2.2
2472026-06-01T14:46:27.717Z Downloaded dirs-next v2.0.0
2482026-06-01T14:46:27.717Z Downloaded embedded-io v0.4.0
2492026-06-01T14:46:27.720Z Downloaded derive_builder_macro v0.20.2
2502026-06-01T14:46:27.720Z Downloaded enum-as-inner v0.6.1
2512026-06-01T14:46:27.720Z Downloaded endian-type v0.1.2
2522026-06-01T14:46:27.720Z Downloaded crc8 v0.1.1
2532026-06-01T14:46:27.723Z Downloaded cpufeatures v0.2.17
2542026-06-01T14:46:27.726Z Downloaded dof v0.4.0
2552026-06-01T14:46:27.726Z Downloaded cargo_metadata v0.23.1
2562026-06-01T14:46:27.726Z Downloaded camino-tempfile v1.4.1
2572026-06-01T14:46:27.729Z Downloaded cassowary v0.3.0
2582026-06-01T14:46:27.729Z Downloaded dunce v1.0.5
2592026-06-01T14:46:27.729Z Downloaded dtrace-parser v0.3.0
2602026-06-01T14:46:27.732Z Downloaded cargo_metadata v0.21.0
2612026-06-01T14:46:27.732Z Downloaded digest v0.10.7
2622026-06-01T14:46:27.732Z Downloaded derive-ex v0.1.8
2632026-06-01T14:46:27.735Z Downloaded equivalent v1.0.2
2642026-06-01T14:46:27.739Z Downloaded csv-core v0.1.13
2652026-06-01T14:46:27.739Z Downloaded escape8259 v0.5.3
2662026-06-01T14:46:27.739Z Downloaded errno v0.3.14
2672026-06-01T14:46:27.739Z Downloaded chacha20 v0.9.1
2682026-06-01T14:46:27.742Z Downloaded autocfg v1.5.0
2692026-06-01T14:46:27.742Z Downloaded cbc v0.1.2
2702026-06-01T14:46:27.742Z Downloaded fastrand v2.3.0
2712026-06-01T14:46:27.745Z Downloaded byte-wrapper v0.1.0
2722026-06-01T14:46:27.745Z Downloaded criterion-plot v0.6.0
2732026-06-01T14:46:27.747Z Downloaded darling v0.13.4
2742026-06-01T14:46:27.748Z Downloaded dyn-clone v1.0.20
2752026-06-01T14:46:27.751Z Downloaded buf-list v1.1.2
2762026-06-01T14:46:27.751Z Downloaded embedded-io v0.6.1
2772026-06-01T14:46:27.753Z Downloaded env_filter v1.0.0
2782026-06-01T14:46:27.753Z Downloaded event-listener-strategy v0.5.4
2792026-06-01T14:46:27.754Z Downloaded dtrace-parser v0.2.0
2802026-06-01T14:46:27.756Z Downloaded defmt-macros v1.0.1
2812026-06-01T14:46:27.757Z Downloaded const_format_proc_macros v0.2.34
2822026-06-01T14:46:27.759Z Downloaded console v0.16.2
2832026-06-01T14:46:27.760Z Downloaded flagset v0.4.7
2842026-06-01T14:46:27.760Z Downloaded fd-lock v4.0.4
2852026-06-01T14:46:27.762Z Downloaded fixedbitset v0.4.2
2862026-06-01T14:46:27.762Z Downloaded backoff v0.4.0
2872026-06-01T14:46:27.765Z Downloaded anstyle-parse v0.2.7
2882026-06-01T14:46:27.765Z Downloaded foreign-types-shared v0.3.1
2892026-06-01T14:46:27.765Z Downloaded foreign-types-macros v0.2.3
2902026-06-01T14:46:27.765Z Downloaded blake2 v0.10.6
2912026-06-01T14:46:27.769Z Downloaded fnv v1.0.7
2922026-06-01T14:46:27.769Z Downloaded float-ord v0.3.2
2932026-06-01T14:46:27.769Z Downloaded float-cmp v0.10.0
2942026-06-01T14:46:27.772Z Downloaded foreign-types-shared v0.1.1
2952026-06-01T14:46:27.772Z Downloaded dsl_auto_type v0.2.0
2962026-06-01T14:46:27.775Z Downloaded displaydoc v0.2.5
2972026-06-01T14:46:27.775Z Downloaded form_urlencoded v1.2.2
2982026-06-01T14:46:27.775Z Downloaded ecdsa v0.16.9
2992026-06-01T14:46:27.778Z Downloaded data-encoding v2.10.0
3002026-06-01T14:46:27.778Z Downloaded futures-core v0.3.32
3012026-06-01T14:46:27.778Z Downloaded futures-macro v0.3.32
3022026-06-01T14:46:27.781Z Downloaded ed25519 v2.2.3
3032026-06-01T14:46:27.781Z Downloaded der_derive v0.7.3
3042026-06-01T14:46:27.781Z Downloaded defmt v1.0.1
3052026-06-01T14:46:28.787Z Downloaded cexpr v0.6.0
3062026-06-01T14:46:28.787Z Downloaded daft-derive v0.1.7
3072026-06-01T14:46:28.792Z Downloaded futures-io v0.3.32
3082026-06-01T14:46:28.792Z Downloaded camino-tempfile-ext v0.3.3
3092026-06-01T14:46:28.792Z Downloaded camino v1.2.2
3102026-06-01T14:46:28.792Z Downloaded ghash v0.5.1
3112026-06-01T14:46:28.792Z Downloaded fxhash v0.2.1
3122026-06-01T14:46:28.792Z Downloaded erased-serde v0.4.9
3132026-06-01T14:46:28.792Z Downloaded assert_cmd v2.1.2
3142026-06-01T14:46:28.792Z Downloaded futures-task v0.3.32
3152026-06-01T14:46:28.792Z Downloaded funty v2.0.0
3162026-06-01T14:46:28.792Z Downloaded git-stub v1.0.0
3172026-06-01T14:46:28.792Z Downloaded guppy-workspace-hack v0.1.0
3182026-06-01T14:46:28.792Z Downloaded globwalk v0.9.1
3192026-06-01T14:46:28.792Z Downloaded gethostname v0.5.0
3202026-06-01T14:46:28.792Z Downloaded generic-array v0.14.7
3212026-06-01T14:46:28.792Z Downloaded futures-sink v0.3.32
3222026-06-01T14:46:28.792Z Downloaded deranged v0.5.8
3232026-06-01T14:46:28.792Z Downloaded colored v3.1.1
3242026-06-01T14:46:28.792Z Downloaded cookie v0.18.1
3252026-06-01T14:46:28.792Z Downloaded diff v0.1.13
3262026-06-01T14:46:28.792Z Downloaded ciborium v0.2.2
3272026-06-01T14:46:28.792Z Downloaded crypto-bigint v0.5.5
3282026-06-01T14:46:28.792Z Downloaded filetime v0.2.27
3292026-06-01T14:46:28.792Z Downloaded cancel-safe-futures v0.1.5
3302026-06-01T14:46:28.792Z Downloaded bytecount v0.6.9
3312026-06-01T14:46:28.792Z Downloaded find-msvc-tools v0.1.9
3322026-06-01T14:46:28.792Z Downloaded fixedbitset v0.5.7
3332026-06-01T14:46:28.792Z Downloaded hash32 v0.3.1
3342026-06-01T14:46:28.792Z Downloaded hash32 v0.2.1
3352026-06-01T14:46:28.792Z Downloaded heck v0.5.0
3362026-06-01T14:46:28.792Z Downloaded headers-core v0.3.0
3372026-06-01T14:46:28.792Z Downloaded foreign-types v0.3.2
3382026-06-01T14:46:28.792Z Downloaded foldhash v0.2.0
3392026-06-01T14:46:28.792Z Downloaded foldhash v0.1.5
3402026-06-01T14:46:28.792Z Downloaded hex v0.4.3
3412026-06-01T14:46:28.792Z Downloaded ff v0.13.1
3422026-06-01T14:46:28.792Z Downloaded fallible-iterator v0.2.0
3432026-06-01T14:46:28.793Z Downloaded fs-err v3.3.0
3442026-06-01T14:46:28.793Z Downloaded fs-err v2.11.0
3452026-06-01T14:46:28.793Z Downloaded fs_extra v1.3.0
3462026-06-01T14:46:28.793Z Downloaded foreign-types v0.5.0
3472026-06-01T14:46:28.793Z Downloaded cfg-expr v0.20.6
3482026-06-01T14:46:28.793Z Downloaded heck v0.4.1
3492026-06-01T14:46:28.793Z Downloaded home v0.5.12
3502026-06-01T14:46:28.793Z Downloaded http-range v0.1.5
3512026-06-01T14:46:28.793Z Downloaded hex-literal v0.4.1
3522026-06-01T14:46:28.793Z Downloaded async-bb8-diesel v0.2.1
3532026-06-01T14:46:28.793Z Downloaded bit-vec v0.6.3
3542026-06-01T14:46:28.793Z Downloaded darling v0.20.11
3552026-06-01T14:46:28.793Z Downloaded hostname v0.3.1
3562026-06-01T14:46:28.793Z Downloaded hostname v0.4.2
3572026-06-01T14:46:28.793Z Downloaded futures-executor v0.3.32
3582026-06-01T14:46:28.793Z Downloaded datatest-stable v0.3.3
3592026-06-01T14:46:28.793Z Downloaded http-body v1.0.1
3602026-06-01T14:46:28.793Z Downloaded erased-serde v0.3.31
3612026-06-01T14:46:28.793Z Downloaded group v0.13.0
3622026-06-01T14:46:28.793Z Downloaded glob v0.3.3
3632026-06-01T14:46:28.793Z Downloaded darling v0.23.0
3642026-06-01T14:46:28.793Z Downloaded futures-timer v3.0.3
3652026-06-01T14:46:28.793Z Downloaded httpdate v1.0.3
3662026-06-01T14:46:28.793Z Downloaded ena v0.14.4
3672026-06-01T14:46:28.793Z Downloaded darling v0.21.3
3682026-06-01T14:46:28.793Z Downloaded hyper-tls v0.6.0
3692026-06-01T14:46:28.793Z Downloaded ident_case v1.0.1
3702026-06-01T14:46:28.793Z Downloaded base64 v0.22.1
3712026-06-01T14:46:28.793Z Downloaded hubpack_derive v0.1.1
3722026-06-01T14:46:28.793Z Downloaded hubpack v0.1.2
3732026-06-01T14:46:28.793Z Downloaded crossbeam-utils v0.8.21
3742026-06-01T14:46:28.793Z Downloaded either v1.15.0
3752026-06-01T14:46:28.793Z Downloaded clap_derive v4.6.1
3762026-06-01T14:46:28.793Z Downloaded derive_more v0.99.20
3772026-06-01T14:46:28.793Z Downloaded darling_core v0.13.4
3782026-06-01T14:46:28.793Z Downloaded idna_adapter v1.2.1
3792026-06-01T14:46:28.793Z Downloaded crc-any v2.5.0
3802026-06-01T14:46:28.793Z Downloaded blake2b_simd v1.0.4
3812026-06-01T14:46:28.794Z Downloaded constant_time_eq v0.4.2
3822026-06-01T14:46:28.794Z Downloaded chacha20 v0.10.0
3832026-06-01T14:46:28.794Z Downloaded futures-channel v0.3.32
3842026-06-01T14:46:28.794Z Downloaded env_logger v0.11.9
3852026-06-01T14:46:28.794Z Downloaded dropshot_endpoint v0.17.0
3862026-06-01T14:46:28.794Z Downloaded illumos-nvpair-sys v0.2.0
3872026-06-01T14:46:28.794Z Downloaded indent_write v2.2.0
3882026-06-01T14:46:28.794Z Downloaded cargo-util-schemas v0.8.2
3892026-06-01T14:46:28.794Z Downloaded instant v0.1.13
3902026-06-01T14:46:28.794Z Downloaded bytes v1.11.1
3912026-06-01T14:46:28.794Z Downloaded instability v0.3.11
3922026-06-01T14:46:28.794Z Downloaded inout v0.1.4
3932026-06-01T14:46:28.794Z Downloaded event-listener v5.4.1
3942026-06-01T14:46:28.794Z Downloaded globset v0.4.18
3952026-06-01T14:46:28.794Z Downloaded git-stub-vcs v0.1.0
3962026-06-01T14:46:28.794Z Downloaded bzip2 v0.4.4
3972026-06-01T14:46:28.794Z Downloaded diesel-dtrace v0.5.0
3982026-06-01T14:46:28.794Z Downloaded daft v0.1.7
3992026-06-01T14:46:28.794Z Downloaded bzip2 v0.6.1
4002026-06-01T14:46:28.794Z Downloaded is_ci v1.2.0
4012026-06-01T14:46:28.794Z Downloaded is-terminal v0.4.17
4022026-06-01T14:46:28.794Z Downloaded http-body-util v0.1.3
4032026-06-01T14:46:28.794Z Downloaded itoa v1.0.17
4042026-06-01T14:46:28.794Z Downloaded internet-checksum v0.2.1
4052026-06-01T14:46:28.794Z Downloaded bitflags v2.11.0
4062026-06-01T14:46:28.794Z Downloaded lalrpop-util v0.19.12
4072026-06-01T14:46:28.799Z Downloaded backon v1.6.0
4082026-06-01T14:46:28.799Z Downloaded lazy_static v1.5.0
4092026-06-01T14:46:28.799Z Downloaded clap v4.6.1
4102026-06-01T14:46:28.799Z Downloaded humantime v2.3.0
4112026-06-01T14:46:28.799Z Downloaded half v1.8.3
4122026-06-01T14:46:28.799Z Downloaded des v0.8.1
4132026-06-01T14:46:28.799Z Downloaded async-lock v3.4.2
4142026-06-01T14:46:28.799Z Downloaded drift v0.2.0
4152026-06-01T14:46:28.799Z Downloaded linkme-impl v0.3.35
4162026-06-01T14:46:28.799Z Downloaded hyper-staticfile v0.10.1
4172026-06-01T14:46:28.799Z Downloaded libscf-sys v1.1.0
4182026-06-01T14:46:28.799Z Downloaded kstat-rs v0.2.4
4192026-06-01T14:46:28.799Z Downloaded ar_archive_writer v0.5.1
4202026-06-01T14:46:28.799Z Downloaded macaddr v1.0.1
4212026-06-01T14:46:28.799Z Downloaded lru-slab v0.1.2
4222026-06-01T14:46:28.799Z Downloaded crossbeam-deque v0.8.6
4232026-06-01T14:46:28.799Z Downloaded lzss v0.8.2
4242026-06-01T14:46:28.799Z Downloaded elliptic-curve v0.13.8
4252026-06-01T14:46:28.799Z Downloaded getrandom v0.2.17
4262026-06-01T14:46:28.799Z Downloaded linked-hash-map v0.5.6
4272026-06-01T14:46:28.799Z Downloaded maplit v1.0.2
4282026-06-01T14:46:28.799Z Downloaded darling_core v0.20.11
4292026-06-01T14:46:28.799Z Downloaded clang-sys v1.8.1
4302026-06-01T14:46:28.799Z Downloaded managed v0.8.0
4312026-06-01T14:46:28.799Z Downloaded chumsky v0.9.3
4322026-06-01T14:46:28.799Z Downloaded lru v0.12.5
4332026-06-01T14:46:28.799Z Downloaded const-oid v0.9.6
4342026-06-01T14:46:28.799Z Downloaded const_format v0.2.35
4352026-06-01T14:46:28.799Z Downloaded critical-section v1.2.0
4362026-06-01T14:46:28.799Z Downloaded is_terminal_polyfill v1.70.2
4372026-06-01T14:46:28.799Z Downloaded memoffset v0.9.1
4382026-06-01T14:46:28.799Z Downloaded maybe-uninit v2.0.0
4392026-06-01T14:46:28.799Z Downloaded mime v0.3.17
4402026-06-01T14:46:28.799Z Downloaded memmap v0.7.0
4412026-06-01T14:46:28.799Z Downloaded match_cfg v0.1.0
4422026-06-01T14:46:28.800Z Downloaded ipnetwork v0.21.1
4432026-06-01T14:46:28.800Z Downloaded md5 v0.7.0
4442026-06-01T14:46:28.800Z Downloaded newline-converter v0.3.0
4452026-06-01T14:46:28.800Z Downloaded multimap v0.10.1
4462026-06-01T14:46:28.800Z Downloaded miette-derive v5.10.0
4472026-06-01T14:46:28.800Z Downloaded indoc v2.0.7
4482026-06-01T14:46:28.800Z Downloaded impl-trait-for-tuples v0.2.3
4492026-06-01T14:46:28.800Z Downloaded hmac v0.12.1
4502026-06-01T14:46:28.800Z Downloaded futures v0.3.32
4512026-06-01T14:46:28.800Z Downloaded highway v1.3.0
4522026-06-01T14:46:28.800Z Downloaded hickory-client v0.25.2
4532026-06-01T14:46:28.800Z Downloaded fatfs v0.3.6
4542026-06-01T14:46:28.800Z Downloaded keccak v0.1.6
4552026-06-01T14:46:28.800Z Downloaded jobserver v0.1.34
4562026-06-01T14:46:28.800Z Downloaded ipnet v2.11.0
4572026-06-01T14:46:28.800Z Downloaded new_debug_unreachable v1.0.6
4582026-06-01T14:46:28.800Z Downloaded nibble_vec v0.1.0
4592026-06-01T14:46:28.800Z Downloaded newtype-uuid-macros v0.1.0
4602026-06-01T14:46:28.800Z Downloaded nested v0.1.1
4612026-06-01T14:46:28.800Z Downloaded libefi-sys v0.1.0
4622026-06-01T14:46:28.800Z Downloaded half v2.7.1
4632026-06-01T14:46:28.800Z Downloaded ingot v0.1.1
4642026-06-01T14:46:28.800Z Downloaded ingot-types v0.1.2
4652026-06-01T14:46:28.800Z Downloaded httparse v1.10.1
4662026-06-01T14:46:28.800Z Downloaded indoc v1.0.9
4672026-06-01T14:46:28.800Z Downloaded nodrop v0.1.14
4682026-06-01T14:46:28.800Z Downloaded libsw v3.5.0
4692026-06-01T14:46:28.800Z Downloaded httptest v0.16.4
4702026-06-01T14:46:28.800Z Downloaded normalize-line-endings v0.3.0
4712026-06-01T14:46:28.800Z Downloaded illumos-nvpair v0.3.0
4722026-06-01T14:46:28.800Z Downloaded hyper-rustls v0.27.7
4732026-06-01T14:46:28.800Z Downloaded getrandom v0.3.4
4742026-06-01T14:46:28.800Z Downloaded num v0.4.3
4752026-06-01T14:46:28.800Z Downloaded linkme v0.3.35
4762026-06-01T14:46:28.800Z Downloaded linear-map v1.2.0
4772026-06-01T14:46:28.800Z Downloaded nonempty v0.12.0
4782026-06-01T14:46:28.800Z Downloaded num-conv v0.2.0
4792026-06-01T14:46:28.800Z Downloaded flume v0.11.1
4802026-06-01T14:46:28.800Z Downloaded iana-time-zone v0.1.65
4812026-06-01T14:46:28.801Z Downloaded libtest-mimic v0.8.1
4822026-06-01T14:46:28.801Z Downloaded libsw-core v0.3.2
4832026-06-01T14:46:28.801Z Downloaded lru-cache v0.1.2
4842026-06-01T14:46:28.801Z Downloaded lock_api v0.4.14
4852026-06-01T14:46:28.801Z Downloaded num-derive v0.3.3
4862026-06-01T14:46:28.801Z Downloaded num-iter v0.1.45
4872026-06-01T14:46:28.801Z Downloaded md-5 v0.10.6
4882026-06-01T14:46:28.801Z Downloaded diesel_derives v2.3.7
4892026-06-01T14:46:28.801Z Downloaded cc v1.2.56
4902026-06-01T14:46:28.801Z Downloaded mime_guess v2.0.5
4912026-06-01T14:46:28.801Z Downloaded num_threads v0.1.7
4922026-06-01T14:46:28.801Z Downloaded ingot-macros v0.1.1
4932026-06-01T14:46:28.801Z Downloaded openssl-macros v0.1.1
4942026-06-01T14:46:28.801Z Downloaded opaque-debug v0.3.1
4952026-06-01T14:46:28.801Z Downloaded num_enum_derive v0.5.11
4962026-06-01T14:46:28.801Z Downloaded backtrace v0.3.76
4972026-06-01T14:46:28.801Z Downloaded newtype_derive v0.1.6
4982026-06-01T14:46:28.801Z Downloaded nanorand v0.7.0
4992026-06-01T14:46:28.801Z Downloaded multer v3.1.0
5002026-06-01T14:46:28.801Z Downloaded knuffel-derive v3.2.0
5012026-06-01T14:46:28.801Z Downloaded oso-derive v0.27.3
5022026-06-01T14:46:28.801Z Downloaded openssl-probe v0.2.1
5032026-06-01T14:46:28.801Z Downloaded parking v2.2.1
5042026-06-01T14:46:28.801Z Downloaded olpc-cjson v0.1.4
5052026-06-01T14:46:28.801Z Downloaded newtype-uuid v1.3.2
5062026-06-01T14:46:28.801Z Downloaded native-tls v0.2.18
5072026-06-01T14:46:28.805Z Downloaded fancy-regex v0.14.0
5082026-06-01T14:46:28.805Z Downloaded libloading v0.8.9
5092026-06-01T14:46:28.805Z Downloaded darling_core v0.21.3
5102026-06-01T14:46:28.805Z Downloaded getrandom v0.4.1
5112026-06-01T14:46:28.805Z Downloaded derive_more v2.1.1
5122026-06-01T14:46:28.805Z Downloaded path-slash v0.1.5
5132026-06-01T14:46:28.805Z Downloaded packed_struct_codegen v0.10.1
5142026-06-01T14:46:28.805Z Downloaded ed25519-dalek v2.2.0
5152026-06-01T14:46:28.805Z Downloaded nu-ansi-term v0.50.3
5162026-06-01T14:46:28.806Z Downloaded pathdiff v0.2.3
5172026-06-01T14:46:28.806Z Downloaded num-integer v0.1.46
5182026-06-01T14:46:28.806Z Downloaded bumpalo v3.20.2
5192026-06-01T14:46:28.806Z Downloaded icu_provider v2.1.1
5202026-06-01T14:46:28.806Z Downloaded async-compression v0.4.41
5212026-06-01T14:46:28.806Z Downloaded litrs v1.0.0
5222026-06-01T14:46:28.806Z Downloaded pbkdf2 v0.12.2
5232026-06-01T14:46:28.806Z Downloaded num_enum v0.5.11
5242026-06-01T14:46:28.806Z Downloaded peg-runtime v0.8.5
5252026-06-01T14:46:28.806Z Downloaded pbkdf2 v0.11.0
5262026-06-01T14:46:28.806Z Downloaded memmap2 v0.9.10
5272026-06-01T14:46:28.806Z Downloaded flate2 v1.1.9
5282026-06-01T14:46:28.806Z Downloaded oorandom v11.1.5
5292026-06-01T14:46:28.806Z Downloaded heapless v0.8.0
5302026-06-01T14:46:28.806Z Downloaded percent-encoding v2.3.2
5312026-06-01T14:46:28.806Z Downloaded num_enum_derive v0.7.6
5322026-06-01T14:46:28.806Z Downloaded heapless v0.7.17
5332026-06-01T14:46:28.806Z Downloaded oxnet v0.1.5
5342026-06-01T14:46:28.806Z Downloaded owo-colors v3.5.0
5352026-06-01T14:46:28.806Z Downloaded openssl-probe v0.1.6
5362026-06-01T14:46:28.806Z Downloaded num_enum v0.7.6
5372026-06-01T14:46:28.806Z Downloaded plotters-backend v0.3.7
5382026-06-01T14:46:28.806Z Downloaded plain v0.2.3
5392026-06-01T14:46:28.806Z Downloaded num-rational v0.4.2
5402026-06-01T14:46:28.806Z Downloaded num-derive v0.4.2
5412026-06-01T14:46:28.806Z Downloaded litemap v0.8.1
5422026-06-01T14:46:28.806Z Downloaded ignore v0.4.25
5432026-06-01T14:46:28.806Z Downloaded pin-utils v0.1.0
5442026-06-01T14:46:28.806Z Downloaded phf_shared v0.12.1
5452026-06-01T14:46:28.806Z Downloaded ordered-float v2.10.1
5462026-06-01T14:46:28.806Z Downloaded der v0.7.10
5472026-06-01T14:46:28.806Z Downloaded plotters-svg v0.3.7
5482026-06-01T14:46:28.806Z Downloaded crossbeam-channel v0.5.15
5492026-06-01T14:46:28.806Z Downloaded parse-size v1.1.0
5502026-06-01T14:46:28.806Z Downloaded oxide-tokio-rt v0.1.4
5512026-06-01T14:46:28.806Z Downloaded num-complex v0.4.6
5522026-06-01T14:46:28.806Z Downloaded headers v0.4.1
5532026-06-01T14:46:28.806Z Downloaded icu_normalizer v2.1.1
5542026-06-01T14:46:28.806Z Downloaded owo-colors v4.3.0
5552026-06-01T14:46:28.807Z Downloaded packed_struct v0.10.1
5562026-06-01T14:46:28.807Z Downloaded parse-display-derive v0.10.0
5572026-06-01T14:46:28.807Z Downloaded password-hash v0.5.0
5582026-06-01T14:46:28.807Z Downloaded password-hash v0.4.2
5592026-06-01T14:46:28.807Z Downloaded parse-display v0.10.0
5602026-06-01T14:46:28.807Z Downloaded powerfmt v0.2.0
5612026-06-01T14:46:28.807Z Downloaded paste v1.0.15
5622026-06-01T14:46:28.807Z Downloaded predicates-core v1.0.10
5632026-06-01T14:46:28.807Z Downloaded indexmap v1.9.3
5642026-06-01T14:46:28.807Z Downloaded precomputed-hash v0.1.1
5652026-06-01T14:46:28.807Z Downloaded potential_utf v0.1.4
5662026-06-01T14:46:28.807Z Downloaded peg v0.8.5
5672026-06-01T14:46:28.807Z Downloaded pem v3.0.6
5682026-06-01T14:46:28.807Z Downloaded proc-macro-crate v3.4.0
5692026-06-01T14:46:28.807Z Downloaded proc-macro-crate v1.3.1
5702026-06-01T14:46:28.807Z Downloaded predicates-tree v1.0.13
5712026-06-01T14:46:28.807Z Downloaded pretty-hex v0.4.1
5722026-06-01T14:46:28.807Z Downloaded peg-macros v0.8.5
5732026-06-01T14:46:28.807Z Downloaded partial-io v0.5.4
5742026-06-01T14:46:28.807Z Downloaded expectorate v1.2.0
5752026-06-01T14:46:28.807Z Downloaded hickory-resolver v0.24.4
5762026-06-01T14:46:28.807Z Downloaded indicatif v0.18.4
5772026-06-01T14:46:28.807Z Downloaded crossterm v0.28.1
5782026-06-01T14:46:28.807Z Downloaded icu_properties v2.1.2
5792026-06-01T14:46:28.807Z Downloaded pin-project-internal v1.1.11
5802026-06-01T14:46:28.807Z Downloaded proc-macro-error-attr2 v2.0.0
5812026-06-01T14:46:28.807Z Downloaded proc-macro-error-attr v1.0.4
5822026-06-01T14:46:28.807Z Downloaded pin-project-lite v0.2.17
5832026-06-01T14:46:28.807Z Downloaded hickory-resolver v0.25.2
5842026-06-01T14:46:28.807Z Downloaded progenitor-client v0.14.0
5852026-06-01T14:46:28.807Z Downloaded phf v0.12.1
5862026-06-01T14:46:28.807Z Downloaded phf_shared v0.11.3
5872026-06-01T14:46:28.807Z Downloaded phf v0.13.1
5882026-06-01T14:46:28.807Z Downloaded pem-rfc7468 v0.7.0
5892026-06-01T14:46:28.807Z Downloaded derive_more-impl v2.1.1
5902026-06-01T14:46:28.807Z Downloaded phf_shared v0.13.1
5912026-06-01T14:46:28.807Z Downloaded omicron-zone-package v0.12.2
5922026-06-01T14:46:28.808Z Downloaded pkcs8 v0.10.2
5932026-06-01T14:46:28.808Z Downloaded progenitor-client v0.11.2
5942026-06-01T14:46:28.808Z Downloaded log v0.4.29
5952026-06-01T14:46:28.808Z Downloaded icu_locale_core v2.1.1
5962026-06-01T14:46:28.808Z Downloaded progenitor-macro v0.14.0
5972026-06-01T14:46:28.808Z Downloaded polyval v0.6.2
5982026-06-01T14:46:28.808Z Downloaded libbz2-rs-sys v0.2.2
5992026-06-01T14:46:28.808Z Downloaded icu_normalizer_data v2.1.1
6002026-06-01T14:46:28.808Z Downloaded icu_collections v2.1.1
6012026-06-01T14:46:28.808Z Downloaded progenitor-macro v0.13.0
6022026-06-01T14:46:28.808Z Downloaded postgres-protocol v0.6.10
6032026-06-01T14:46:28.808Z Downloaded poly1305 v0.8.0
6042026-06-01T14:46:28.808Z Downloaded progenitor-macro v0.11.2
6052026-06-01T14:46:28.808Z Downloaded psl-types v2.0.11
6062026-06-01T14:46:28.808Z Downloaded parking_lot_core v0.9.12
6072026-06-01T14:46:28.812Z Downloaded ppv-lite86 v0.2.21
6082026-06-01T14:46:28.812Z Downloaded parking_lot_core v0.8.6
6092026-06-01T14:46:28.812Z Downloaded num-traits v0.2.19
6102026-06-01T14:46:28.812Z Downloaded radium v0.7.0
6112026-06-01T14:46:28.812Z Downloaded proc-macro-error v1.0.4
6122026-06-01T14:46:28.812Z Downloaded path-tree v0.8.3
6132026-06-01T14:46:28.812Z Downloaded primeorder v0.13.6
6142026-06-01T14:46:28.812Z Downloaded once_cell v1.21.3
6152026-06-01T14:46:28.812Z Downloaded jiff-static v0.2.21
6162026-06-01T14:46:28.812Z Downloaded rand_chacha v0.3.1
6172026-06-01T14:46:28.812Z Downloaded proc-macro-error2 v2.0.1
6182026-06-01T14:46:28.812Z Downloaded progenitor v0.13.0
6192026-06-01T14:46:28.812Z Downloaded recursive-proc-macro-impl v0.1.1
6202026-06-01T14:46:28.812Z Downloaded recursive v0.1.1
6212026-06-01T14:46:28.812Z Downloaded miniz_oxide v0.8.9
6222026-06-01T14:46:28.812Z Downloaded ref-cast v1.0.25
6232026-06-01T14:46:28.812Z Downloaded pest_generator v2.8.6
6242026-06-01T14:46:28.812Z Downloaded pest_derive v2.8.6
6252026-06-01T14:46:28.812Z Downloaded papergrid v0.17.0
6262026-06-01T14:46:28.812Z Downloaded rand_xorshift v0.4.0
6272026-06-01T14:46:28.812Z Downloaded oso v0.27.3
6282026-06-01T14:46:28.812Z Downloaded parking_lot v0.12.5
6292026-06-01T14:46:28.812Z Downloaded parking_lot v0.11.2
6302026-06-01T14:46:28.812Z Downloaded knuffel v3.2.0
6312026-06-01T14:46:28.812Z Downloaded progenitor v0.11.2
6322026-06-01T14:46:28.812Z Downloaded rfc6979 v0.4.0
6332026-06-01T14:46:28.812Z Downloaded pkg-config v0.3.32
6342026-06-01T14:46:28.812Z Downloaded pkcs5 v0.7.1
6352026-06-01T14:46:28.812Z Downloaded ref-cast-impl v1.0.25
6362026-06-01T14:46:28.812Z Downloaded criterion v0.7.0
6372026-06-01T14:46:28.812Z Downloaded psm v0.1.30
6382026-06-01T14:46:28.812Z Downloaded quick-error v1.2.3
6392026-06-01T14:46:28.812Z Downloaded progenitor-extras v0.2.0
6402026-06-01T14:46:28.812Z Downloaded russh-cryptovec v0.7.3
6412026-06-01T14:46:28.812Z Downloaded progenitor-client v0.13.0
6422026-06-01T14:46:28.812Z Downloaded progenitor v0.14.0
6432026-06-01T14:46:28.812Z Downloaded postcard v1.1.3
6442026-06-01T14:46:28.812Z Downloaded postgres-types v0.2.12
6452026-06-01T14:46:28.813Z Downloaded papergrid v0.11.0
6462026-06-01T14:46:28.813Z Downloaded r2d2 v0.8.10
6472026-06-01T14:46:28.813Z Downloaded rtoolbox v0.0.3
6482026-06-01T14:46:28.813Z Downloaded rand_core v0.6.4
6492026-06-01T14:46:28.813Z Downloaded quote v1.0.45
6502026-06-01T14:46:28.813Z Downloaded rustc_version v0.4.1
6512026-06-01T14:46:28.813Z Downloaded rustc_version v0.1.7
6522026-06-01T14:46:28.813Z Downloaded rustc-hash v2.1.1
6532026-06-01T14:46:28.813Z Downloaded predicates v3.1.4
6542026-06-01T14:46:28.813Z Downloaded miette v5.10.0
6552026-06-01T14:46:28.813Z Downloaded rand_chacha v0.9.0
6562026-06-01T14:46:28.813Z Downloaded hashbrown v0.13.2
6572026-06-01T14:46:28.813Z Downloaded openssl-sys v0.9.115
6582026-06-01T14:46:28.813Z Downloaded memchr v2.8.0
6592026-06-01T14:46:28.813Z Downloaded rand_seeder v0.4.0
6602026-06-01T14:46:28.813Z Downloaded hashbrown v0.12.3
6612026-06-01T14:46:28.813Z Downloaded aho-corasick v1.1.4
6622026-06-01T14:46:28.813Z Downloaded same-file v1.0.6
6632026-06-01T14:46:28.813Z Downloaded aes-gcm v0.10.3
6642026-06-01T14:46:28.813Z Downloaded rand_core v0.10.0
6652026-06-01T14:46:28.813Z Downloaded rand_core v0.9.5
6662026-06-01T14:46:28.813Z Downloaded minimal-lexical v0.2.1
6672026-06-01T14:46:28.813Z Downloaded hyper-util v0.1.20
6682026-06-01T14:46:28.813Z Downloaded crossterm v0.29.0
6692026-06-01T14:46:28.813Z Downloaded salsa20 v0.10.2
6702026-06-01T14:46:28.813Z Downloaded pkcs1 v0.7.5
6712026-06-01T14:46:28.813Z Downloaded aes v0.8.4
6722026-06-01T14:46:28.813Z Downloaded resolv-conf v0.7.6
6732026-06-01T14:46:28.813Z Downloaded relative-path v1.9.3
6742026-06-01T14:46:28.813Z Downloaded pin-project v1.1.11
6752026-06-01T14:46:28.813Z Downloaded scopeguard v1.2.0
6762026-06-01T14:46:28.813Z Downloaded sapling-renderdag v0.1.0
6772026-06-01T14:46:28.813Z Downloaded p256 v0.13.2
6782026-06-01T14:46:28.813Z Downloaded scroll_derive v0.12.1
6792026-06-01T14:46:28.813Z Downloaded quinn-udp v0.5.14
6802026-06-01T14:46:28.813Z Downloaded rust-argon2 v2.1.0
6812026-06-01T14:46:28.813Z Downloaded secrecy v0.8.0
6822026-06-01T14:46:28.813Z Downloaded scroll_derive v0.13.1
6832026-06-01T14:46:28.813Z Downloaded seq-macro v0.3.6
6842026-06-01T14:46:28.813Z Downloaded scrypt v0.11.0
6852026-06-01T14:46:28.814Z Downloaded serde-big-array v0.5.1
6862026-06-01T14:46:28.814Z Downloaded semver v0.1.20
6872026-06-01T14:46:28.814Z Downloaded secrecy v0.10.3
6882026-06-01T14:46:28.814Z Downloaded serde_regex v1.1.0
6892026-06-01T14:46:28.814Z Downloaded rustls-pemfile v1.0.4
6902026-06-01T14:46:28.814Z Downloaded pest_meta v2.8.6
6912026-06-01T14:46:28.814Z Downloaded serde-value v0.7.0
6922026-06-01T14:46:28.814Z Downloaded rustls-native-certs v0.8.3
6932026-06-01T14:46:28.814Z Downloaded serde_repr v0.1.20
6942026-06-01T14:46:28.814Z Downloaded scheduled-thread-pool v0.2.7
6952026-06-01T14:46:28.814Z Downloaded indexmap v2.14.0
6962026-06-01T14:46:28.814Z Downloaded serde_plain v1.0.2
6972026-06-01T14:46:28.814Z Downloaded rustls-pemfile v2.2.0
6982026-06-01T14:46:28.814Z Downloaded serde_spanned v0.6.9
6992026-06-01T14:46:28.814Z Downloaded serde_spanned v1.0.4
7002026-06-01T14:46:28.814Z Downloaded serde_urlencoded v0.7.1
7012026-06-01T14:46:28.814Z Downloaded shell-words v1.1.1
7022026-06-01T14:46:28.814Z Downloaded sha1 v0.10.6
7032026-06-01T14:46:28.814Z Downloaded rustversion v1.0.22
7042026-06-01T14:46:28.814Z Downloaded itertools v0.10.5
7052026-06-01T14:46:28.814Z Downloaded progenitor-impl v0.11.2
7062026-06-01T14:46:28.814Z Downloaded hickory-server v0.25.2
7072026-06-01T14:46:28.818Z Downloaded http v1.4.0
7082026-06-01T14:46:28.818Z Downloaded signal-hook-tokio v0.3.1
7092026-06-01T14:46:28.818Z Downloaded signal-hook-mio v0.2.5
7102026-06-01T14:46:28.818Z Downloaded rustc-demangle v0.1.27
7112026-06-01T14:46:28.818Z Downloaded scroll v0.13.0
7122026-06-01T14:46:28.818Z Downloaded scroll v0.12.0
7132026-06-01T14:46:28.818Z Downloaded siphasher v1.0.2
7142026-06-01T14:46:28.818Z Downloaded schemars_derive v0.8.22
7152026-06-01T14:46:28.818Z Downloaded similar-asserts v1.7.0
7162026-06-01T14:46:28.818Z Downloaded sigpipe v0.1.3
7172026-06-01T14:46:28.818Z Downloaded sec1 v0.7.3
7182026-06-01T14:46:28.818Z Downloaded signature v2.2.0
7192026-06-01T14:46:28.818Z Downloaded prettyplease v0.2.37
7202026-06-01T14:46:28.818Z Downloaded prefix-trie v0.7.0
7212026-06-01T14:46:28.818Z Downloaded russh-keys v0.45.0
7222026-06-01T14:46:28.818Z Downloaded serde_bytes v0.11.19
7232026-06-01T14:46:28.818Z Downloaded hashbrown v0.14.5
7242026-06-01T14:46:28.818Z Downloaded slog-envlogger v2.2.0
7252026-06-01T14:46:28.818Z Downloaded serde-untagged v0.1.9
7262026-06-01T14:46:28.818Z Downloaded serde-hex v0.1.0
7272026-06-01T14:46:28.818Z Downloaded rcgen v0.12.1
7282026-06-01T14:46:28.818Z Downloaded serde_derive_internals v0.29.1
7292026-06-01T14:46:28.819Z Downloaded dropshot-api-manager v0.7.2
7302026-06-01T14:46:28.819Z Downloaded proc-macro2 v1.0.106
7312026-06-01T14:46:28.819Z Downloaded serde_path_to_error v0.1.20
7322026-06-01T14:46:28.819Z Downloaded rusty-fork v0.3.1
7332026-06-01T14:46:28.819Z Downloaded mio v1.2.0
7342026-06-01T14:46:28.819Z Downloaded nom v7.1.3
7352026-06-01T14:46:28.819Z Downloaded smawk v0.3.2
7362026-06-01T14:46:28.819Z Downloaded clap_builder v4.6.0
7372026-06-01T14:46:28.819Z Downloaded progenitor-impl v0.13.0
7382026-06-01T14:46:28.819Z Downloaded num-bigint v0.4.6
7392026-06-01T14:46:28.819Z Downloaded ron v0.8.1
7402026-06-01T14:46:28.819Z Downloaded serde_with_macros v1.5.2
7412026-06-01T14:46:28.819Z Downloaded sha2 v0.10.9
7422026-06-01T14:46:28.819Z Downloaded shlex v1.3.0
7432026-06-01T14:46:28.819Z Downloaded progenitor-impl v0.14.0
7442026-06-01T14:46:28.819Z Downloaded simd-adler32 v0.3.8
7452026-06-01T14:46:28.819Z Downloaded slab v0.4.12
7462026-06-01T14:46:28.819Z Downloaded signal-hook-registry v1.4.8
7472026-06-01T14:46:28.819Z Downloaded stable_deref_trait v1.2.1
7482026-06-01T14:46:28.819Z Downloaded ssh-encoding v0.2.0
7492026-06-01T14:46:28.819Z Downloaded strsim v0.11.1
7502026-06-01T14:46:28.819Z Downloaded ssh-cipher v0.2.0
7512026-06-01T14:46:28.819Z Downloaded sct v0.7.1
7522026-06-01T14:46:28.819Z Downloaded rstest v0.25.0
7532026-06-01T14:46:28.819Z Downloaded slog-async v2.8.0
7542026-06-01T14:46:28.819Z Downloaded pretty_assertions v1.4.1
7552026-06-01T14:46:28.819Z Downloaded hashbrown v0.15.5
7562026-06-01T14:46:28.819Z Downloaded slog-dtrace v0.3.0
7572026-06-01T14:46:28.819Z Downloaded hashbrown v0.16.1
7582026-06-01T14:46:28.819Z Downloaded serde_cbor v0.11.2
7592026-06-01T14:46:28.819Z Downloaded strip-ansi-escapes v0.2.1
7602026-06-01T14:46:28.819Z Downloaded strum v0.26.3
7612026-06-01T14:46:28.819Z Downloaded structmeta-derive v0.3.0
7622026-06-01T14:46:28.819Z Downloaded rustls-platform-verifier v0.6.2
7632026-06-01T14:46:28.819Z Downloaded ryu v1.0.23
7642026-06-01T14:46:28.819Z Downloaded rustls-pki-types v1.14.0
7652026-06-01T14:46:28.819Z Downloaded slog-term v2.9.2
7662026-06-01T14:46:28.819Z Downloaded rand_distr v0.5.1
7672026-06-01T14:46:28.819Z Downloaded subtle v2.6.1
7682026-06-01T14:46:28.820Z Downloaded structmeta v0.3.0
7692026-06-01T14:46:28.820Z Downloaded swrite v0.1.0
7702026-06-01T14:46:28.820Z Downloaded supports-color v2.1.0
7712026-06-01T14:46:28.820Z Downloaded strum v0.27.2
7722026-06-01T14:46:28.820Z Downloaded slog-stdlog v4.1.1
7732026-06-01T14:46:28.820Z Downloaded slog-scope v4.4.1
7742026-06-01T14:46:28.820Z Downloaded supports-hyperlinks v2.1.0
7752026-06-01T14:46:28.820Z Downloaded serde_tokenstream v0.2.3
7762026-06-01T14:46:28.820Z Downloaded smf v0.2.3
7772026-06-01T14:46:28.820Z Downloaded smallvec v0.6.14
7782026-06-01T14:46:28.820Z Downloaded hashbrown v0.17.0
7792026-06-01T14:46:28.820Z Downloaded itertools v0.13.0
7802026-06-01T14:46:28.820Z Downloaded supports-color v3.0.2
7812026-06-01T14:46:28.820Z Downloaded itertools v0.12.1
7822026-06-01T14:46:28.820Z Downloaded tagptr v0.2.0
7832026-06-01T14:46:28.820Z Downloaded tabled_derive v0.11.0
7842026-06-01T14:46:28.820Z Downloaded schemars v0.8.22
7852026-06-01T14:46:28.820Z Downloaded snafu-derive v0.8.9
7862026-06-01T14:46:28.820Z Downloaded quinn v0.11.9
7872026-06-01T14:46:28.820Z Downloaded spki v0.7.3
7882026-06-01T14:46:28.820Z Downloaded take_mut v0.2.2
7892026-06-01T14:46:28.820Z Downloaded sqlformat v0.3.5
7902026-06-01T14:46:28.820Z Downloaded rstest_macros v0.25.0
7912026-06-01T14:46:28.820Z Downloaded tabwriter v1.4.1
7922026-06-01T14:46:28.820Z Downloaded publicsuffix v2.3.0
7932026-06-01T14:46:28.820Z Downloaded static_assertions v1.1.0
7942026-06-01T14:46:28.820Z Downloaded blake3 v1.8.3
7952026-06-01T14:46:28.820Z Downloaded stringmetrics v2.2.2
7962026-06-01T14:46:28.820Z Downloaded rand v0.8.6
7972026-06-01T14:46:28.820Z Downloaded strsim v0.10.0
7982026-06-01T14:46:28.820Z Downloaded terminal_size v0.1.17
7992026-06-01T14:46:28.820Z Downloaded tap v1.0.1
8002026-06-01T14:46:28.820Z Downloaded target-triple v1.0.0
8012026-06-01T14:46:28.820Z Downloaded serde_core v1.0.228
8022026-06-01T14:46:28.820Z Downloaded stringprep v0.1.5
8032026-06-01T14:46:28.820Z Downloaded idna v1.1.0
8042026-06-01T14:46:28.820Z Downloaded rayon-core v1.13.0
8052026-06-01T14:46:28.820Z Downloaded serde_derive v1.0.228
8062026-06-01T14:46:28.821Z Downloaded slog-json v2.6.1
8072026-06-01T14:46:28.824Z Downloaded num-bigint-dig v0.8.6
8082026-06-01T14:46:28.824Z Downloaded testing_table v0.3.0
8092026-06-01T14:46:28.824Z Downloaded terminal_size v0.4.3
8102026-06-01T14:46:28.824Z Downloaded support-bundle-viewer v0.1.2
8112026-06-01T14:46:28.824Z Downloaded strum_macros v0.27.2
8122026-06-01T14:46:28.824Z Downloaded termtree v0.5.1
8132026-06-01T14:46:28.824Z Downloaded strum_macros v0.26.4
8142026-06-01T14:46:28.824Z Downloaded schemars v0.9.0
8152026-06-01T14:46:28.824Z Downloaded tinyvec_macros v0.1.1
8162026-06-01T14:46:28.824Z Downloaded time-core v0.1.8
8172026-06-01T14:46:28.824Z Downloaded thiserror-impl-no-std v2.0.2
8182026-06-01T14:46:28.824Z Downloaded libm v0.2.16
8192026-06-01T14:46:28.824Z Downloaded p521 v0.13.3
8202026-06-01T14:46:28.824Z Downloaded target-lexicon v0.13.3
8212026-06-01T14:46:28.825Z Downloaded h2 v0.4.13
8222026-06-01T14:46:28.825Z Downloaded spin v0.9.8
8232026-06-01T14:46:28.825Z Downloaded signal-hook v0.3.18
8242026-06-01T14:46:28.825Z Downloaded thread-id v5.1.0
8252026-06-01T14:46:28.825Z Downloaded string_cache v0.8.9
8262026-06-01T14:46:28.825Z Downloaded thread-id v4.2.2
8272026-06-01T14:46:28.825Z Downloaded qorb v0.4.1
8282026-06-01T14:46:28.825Z Downloaded rsa v0.9.10
8292026-06-01T14:46:28.825Z Downloaded icu_properties_data v2.1.2
8302026-06-01T14:46:28.825Z Downloaded tokio-test v0.4.5
8312026-06-01T14:46:28.825Z Downloaded tokio-macros v2.7.0
8322026-06-01T14:46:28.825Z Downloaded guppy v0.17.25
8332026-06-01T14:46:28.825Z Downloaded iri-string v0.7.10
8342026-06-01T14:46:28.825Z Downloaded termios v0.3.3
8352026-06-01T14:46:28.825Z Downloaded rustls-webpki v0.103.9
8362026-06-01T14:46:28.825Z Downloaded pest v2.8.6
8372026-06-01T14:46:28.825Z Downloaded toml_write v0.1.2
8382026-06-01T14:46:28.825Z Downloaded aws-lc-rs v1.16.3
8392026-06-01T14:46:28.825Z Downloaded thiserror-impl v2.0.18
8402026-06-01T14:46:28.825Z Downloaded samael v0.0.19
8412026-06-01T14:46:28.825Z Downloaded tower-layer v0.3.3
8422026-06-01T14:46:28.825Z Downloaded topological-sort v0.2.2
8432026-06-01T14:46:28.825Z Downloaded thiserror-impl v1.0.69
8442026-06-01T14:46:28.825Z Downloaded try-lock v0.2.5
8452026-06-01T14:46:28.825Z Downloaded tower-service v0.3.3
8462026-06-01T14:46:28.825Z Downloaded thiserror-no-std v2.0.2
8472026-06-01T14:46:28.825Z Downloaded typeid v1.0.3
8482026-06-01T14:46:28.825Z Downloaded similar v2.7.0
8492026-06-01T14:46:28.825Z Downloaded tiny-keccak v2.0.2
8502026-06-01T14:46:28.825Z Downloaded tokio-dtrace v0.1.1
8512026-06-01T14:46:28.825Z Downloaded trait-variant v0.1.2
8522026-06-01T14:46:28.825Z Downloaded nom v8.0.0
8532026-06-01T14:46:28.825Z Downloaded hyper v1.8.1
8542026-06-01T14:46:28.825Z Downloaded typify-macro v0.6.2
8552026-06-01T14:46:28.825Z Downloaded socket2 v0.5.10
8562026-06-01T14:46:28.825Z Downloaded thread_local v1.1.9
8572026-06-01T14:46:28.825Z Downloaded thiserror v1.0.69
8582026-06-01T14:46:28.825Z Downloaded tokio-tungstenite v0.21.0
8592026-06-01T14:46:28.825Z Downloaded tinystr v0.8.2
8602026-06-01T14:46:28.826Z Downloaded tempfile v3.25.0
8612026-06-01T14:46:28.826Z Downloaded time-macros v0.2.27
8622026-06-01T14:46:28.826Z Downloaded synstructure v0.13.2
8632026-06-01T14:46:28.826Z Downloaded slog v2.8.2
8642026-06-01T14:46:28.826Z Downloaded unarray v0.1.4
8652026-06-01T14:46:28.826Z Downloaded unicode-linebreak v0.1.5
8662026-06-01T14:46:28.826Z Downloaded tokio-tungstenite v0.23.1
8672026-06-01T14:46:28.826Z Downloaded tokio-native-tls v0.3.1
8682026-06-01T14:46:28.826Z Downloaded tls_codec_derive v0.4.2
8692026-06-01T14:46:28.826Z Downloaded goblin v0.8.2
8702026-06-01T14:46:28.826Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8712026-06-01T14:46:28.826Z Downloaded toml_datetime v0.6.11
8722026-06-01T14:46:28.826Z Downloaded target-spec v3.5.7
8732026-06-01T14:46:28.826Z Downloaded typify-macro v0.4.3
8742026-06-01T14:46:28.826Z Downloaded schemars v1.2.1
8752026-06-01T14:46:28.826Z Downloaded untrusted v0.9.0
8762026-06-01T14:46:28.826Z Downloaded plotters v0.3.7
8772026-06-01T14:46:28.826Z Downloaded term v0.7.0
8782026-06-01T14:46:28.826Z Downloaded usdt-attr-macro v0.6.0
8792026-06-01T14:46:28.826Z Downloaded usdt-attr-macro v0.5.0
8802026-06-01T14:46:28.826Z Downloaded usdt v0.5.0
8812026-06-01T14:46:28.826Z Downloaded tui-tree-widget v0.23.1
8822026-06-01T14:46:28.826Z Downloaded toml_writer v1.0.6+spec-1.1.0
8832026-06-01T14:46:28.826Z Downloaded utf-8 v0.7.6
8842026-06-01T14:46:28.826Z Downloaded usdt-macro v0.5.0
8852026-06-01T14:46:28.826Z Downloaded untrusted v0.7.1
8862026-06-01T14:46:28.826Z Downloaded universal-hash v0.5.1
8872026-06-01T14:46:28.826Z Downloaded unicode-xid v0.2.6
8882026-06-01T14:46:28.826Z Downloaded unicode-truncate v1.1.0
8892026-06-01T14:46:28.826Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8902026-06-01T14:46:28.826Z Downloaded term v1.2.1
8912026-06-01T14:46:28.826Z Downloaded rand v0.10.1
8922026-06-01T14:46:28.826Z Downloaded socket2 v0.6.3
8932026-06-01T14:46:28.826Z Downloaded rand v0.9.2
8942026-06-01T14:46:28.826Z Downloaded snafu v0.8.9
8952026-06-01T14:46:28.826Z Downloaded iddqd v0.4.2
8962026-06-01T14:46:28.826Z Downloaded utf8_iter v1.0.4
8972026-06-01T14:46:28.826Z Downloaded bindgen v0.71.1
8982026-06-01T14:46:28.826Z Downloaded utf8parse v0.2.2
8992026-06-01T14:46:28.827Z Downloaded serde v1.0.228
9002026-06-01T14:46:28.827Z Downloaded tokio-rustls v0.25.0
9012026-06-01T14:46:28.827Z Downloaded usdt-macro v0.6.0
9022026-06-01T14:46:28.827Z Downloaded unicase v2.9.0
9032026-06-01T14:46:28.827Z Downloaded russh v0.45.0
9042026-06-01T14:46:28.827Z Downloaded toml v0.8.23
9052026-06-01T14:46:28.827Z Downloaded tokio-stream v0.1.18
9062026-06-01T14:46:28.827Z Downloaded wait-timeout v0.2.1
9072026-06-01T14:46:28.831Z Downloaded void v1.0.2
9082026-06-01T14:46:28.831Z Downloaded version_check v0.9.5
9092026-06-01T14:46:28.831Z Downloaded unit-prefix v0.5.2
9102026-06-01T14:46:28.831Z Downloaded waitgroup v0.1.2
9112026-06-01T14:46:28.831Z Downloaded tokio-rustls v0.24.1
9122026-06-01T14:46:28.831Z Downloaded tokio-rustls v0.26.4
9132026-06-01T14:46:28.831Z Downloaded serde_yaml v0.9.34+deprecated
9142026-06-01T14:46:28.831Z Downloaded textwrap v0.15.2
9152026-06-01T14:46:28.831Z Downloaded toml_parser v1.0.9+spec-1.1.0
9162026-06-01T14:46:28.831Z Downloaded rustyline v14.0.0
9172026-06-01T14:46:28.831Z Downloaded tls_codec v0.4.2
9182026-06-01T14:46:28.831Z Downloaded usdt-impl v0.5.0
9192026-06-01T14:46:28.832Z Downloaded want v0.3.1
9202026-06-01T14:46:28.832Z Downloaded usdt v0.6.0
9212026-06-01T14:46:28.832Z Downloaded tracing-attributes v0.1.31
9222026-06-01T14:46:28.832Z Downloaded bitvec v1.0.1
9232026-06-01T14:46:28.835Z Downloaded zerofrom v0.1.6
9242026-06-01T14:46:28.838Z Downloaded xshell-macros v0.2.7
9252026-06-01T14:46:28.838Z Downloaded test-strategy v0.4.5
9262026-06-01T14:46:28.838Z Downloaded subprocess v0.2.15
9272026-06-01T14:46:28.841Z Downloaded yoke-derive v0.8.1
9282026-06-01T14:46:28.841Z Downloaded xattr v1.6.1
9292026-06-01T14:46:28.844Z Downloaded tinytemplate v1.2.1
9302026-06-01T14:46:28.844Z Downloaded thiserror v2.0.18
9312026-06-01T14:46:28.847Z Downloaded termcolor v1.4.1
9322026-06-01T14:46:28.847Z Downloaded hkdf v0.12.4
9332026-06-01T14:46:28.850Z Downloaded futures-util v0.3.32
9342026-06-01T14:46:28.855Z Downloaded zeroize_derive v1.4.3
9352026-06-01T14:46:28.858Z Downloaded zerofrom-derive v0.1.6
9362026-06-01T14:46:28.858Z Downloaded trybuild v1.0.116
9372026-06-01T14:46:28.861Z Downloaded usdt-impl v0.6.0
9382026-06-01T14:46:28.861Z Downloaded rpassword v7.4.0
9392026-06-01T14:46:28.864Z Downloaded tinyvec v1.10.0
9402026-06-01T14:46:28.864Z Downloaded uzers v0.12.2
9412026-06-01T14:46:28.867Z Downloaded steno v0.4.1
9422026-06-01T14:46:28.867Z Downloaded zone_cfg_derive v0.3.1
9432026-06-01T14:46:28.867Z Downloaded chrono v0.4.44
9442026-06-01T14:46:28.872Z Downloaded zone v0.3.1
9452026-06-01T14:46:28.874Z Downloaded toml v0.7.8
9462026-06-01T14:46:28.875Z Downloaded itertools v0.14.0
9472026-06-01T14:46:28.878Z Downloaded unicode-properties v0.1.4
9482026-06-01T14:46:28.881Z Downloaded vergen-lib v9.1.0
9492026-06-01T14:46:28.881Z Downloaded vergen-git2 v9.1.0
9502026-06-01T14:46:28.881Z Downloaded vergen-lib v0.1.6
9512026-06-01T14:46:28.884Z Downloaded vsss-rs v3.3.4
9522026-06-01T14:46:28.884Z Downloaded whoami v2.1.0
9532026-06-01T14:46:28.887Z Downloaded vergen-gitcl v1.0.8
9542026-06-01T14:46:28.888Z Downloaded walkdir v2.5.0
9552026-06-01T14:46:28.891Z Downloaded toml v1.0.6+spec-1.1.0
9562026-06-01T14:46:28.891Z Downloaded ucd-trie v0.1.7
9572026-06-01T14:46:28.894Z Downloaded tar v0.4.45
9582026-06-01T14:46:28.894Z Downloaded reedline v0.40.0
9592026-06-01T14:46:28.898Z Downloaded strum_macros v0.24.3
9602026-06-01T14:46:28.901Z Downloaded smallvec v1.15.1
9612026-06-01T14:46:28.901Z Downloaded wyz v0.5.1
9622026-06-01T14:46:28.904Z Downloaded writeable v0.6.2
9632026-06-01T14:46:28.904Z Downloaded textwrap v0.16.2
9642026-06-01T14:46:28.907Z Downloaded libxml v0.3.3
9652026-06-01T14:46:28.910Z Downloaded git2 v0.20.4
9662026-06-01T14:46:28.913Z Downloaded yoke v0.8.1
9672026-06-01T14:46:28.916Z Downloaded stacker v0.1.23
9682026-06-01T14:46:28.916Z Downloaded tabled_derive v0.7.0
9692026-06-01T14:46:28.916Z Downloaded sync_wrapper v1.0.2
9702026-06-01T14:46:28.919Z Downloaded sync-ptr v0.1.4
9712026-06-01T14:46:28.919Z Downloaded supports-unicode v2.1.0
9722026-06-01T14:46:28.919Z Downloaded serde_with_macros v3.17.0
9732026-06-01T14:46:28.919Z Downloaded tracing-core v0.1.36
9742026-06-01T14:46:28.922Z Downloaded typify v0.4.3
9752026-06-01T14:46:28.925Z Downloaded zeroize v1.8.2
9762026-06-01T14:46:28.925Z Downloaded typify v0.6.2
9772026-06-01T14:46:28.928Z Downloaded tungstenite v0.23.0
9782026-06-01T14:46:28.928Z Downloaded slog-bunyan v2.5.0
9792026-06-01T14:46:28.931Z Downloaded semver v1.0.28
9802026-06-01T14:46:28.931Z Downloaded twox-hash v2.1.2
9812026-06-01T14:46:28.931Z Downloaded sqlparser_derive v0.5.0
9822026-06-01T14:46:28.934Z Downloaded unicode-ident v1.0.24
9832026-06-01T14:46:28.940Z Downloaded vergen v9.1.0
9842026-06-01T14:46:28.942Z Downloaded zstd v0.13.3
9852026-06-01T14:46:28.942Z Downloaded zstd-safe v7.2.4
9862026-06-01T14:46:28.945Z Downloaded serde_with v1.14.0
9872026-06-01T14:46:28.948Z Downloaded unsafe-libyaml v0.2.11
9882026-06-01T14:46:28.951Z Downloaded whoami v1.6.1
9892026-06-01T14:46:28.957Z Downloaded toml_edit v0.23.10+spec-1.0.0
9902026-06-01T14:46:28.963Z Downloaded zerocopy v0.6.6
9912026-06-01T14:46:28.970Z Downloaded tungstenite v0.21.0
9922026-06-01T14:46:28.973Z Downloaded portable-atomic v1.13.1
9932026-06-01T14:46:28.977Z Downloaded zmij v1.0.21
9942026-06-01T14:46:28.980Z Downloaded zerovec-derive v0.11.2
9952026-06-01T14:46:28.980Z Downloaded p384 v0.13.1
9962026-06-01T14:46:28.983Z Downloaded reqwest v0.13.2
9972026-06-01T14:46:28.985Z Downloaded uuid v1.23.0
9982026-06-01T14:46:28.989Z Downloaded reqwest v0.12.28
9992026-06-01T14:46:28.992Z Downloaded lalrpop v0.19.12
10002026-06-01T14:46:28.997Z Downloaded toml_edit v0.22.27
10012026-06-01T14:46:29.004Z Downloaded regex v1.12.3
10022026-06-01T14:46:29.012Z Downloaded yasna v0.5.2
10032026-06-01T14:46:29.021Z Downloaded xshell v0.2.7
10042026-06-01T14:46:29.030Z Downloaded zerocopy-derive v0.7.35
10052026-06-01T14:46:29.036Z Downloaded typenum v1.19.0
10062026-06-01T14:46:29.039Z Downloaded rustls-webpki v0.101.7
10072026-06-01T14:46:29.047Z Downloaded unicode_categories v0.1.1
10082026-06-01T14:46:29.049Z Downloaded zopfli v0.8.3
10092026-06-01T14:46:29.050Z Downloaded url v2.5.8
10102026-06-01T14:46:29.052Z Downloaded goblin v0.10.5
10112026-06-01T14:46:29.056Z Downloaded vte v0.14.1
10122026-06-01T14:46:29.059Z Downloaded tokio-postgres v0.7.16
10132026-06-01T14:46:29.063Z Downloaded zip v0.6.6
10142026-06-01T14:46:29.066Z Downloaded gimli v0.32.3
10152026-06-01T14:46:29.069Z Downloaded unicode-bidi v0.3.18
10162026-06-01T14:46:29.072Z Downloaded toml_edit v0.19.15
10172026-06-01T14:46:29.079Z Downloaded yansi v1.0.1
10182026-06-01T14:46:29.082Z Downloaded salty v0.3.0
10192026-06-01T14:46:29.085Z Downloaded quick-xml v0.37.5
10202026-06-01T14:46:29.088Z Downloaded zerotrie v0.2.3
10212026-06-01T14:46:29.091Z Downloaded typed-path v0.9.3
10222026-06-01T14:46:29.094Z Downloaded proptest v1.10.0
10232026-06-01T14:46:29.098Z Downloaded moka v0.12.13
10242026-06-01T14:46:29.103Z Downloaded rustls-webpki v0.102.8
10252026-06-01T14:46:29.114Z Downloaded x509-cert v0.2.5
10262026-06-01T14:46:29.117Z Downloaded zerocopy-derive v0.8.40
10272026-06-01T14:46:29.122Z Downloaded ssh-key v0.6.7
10282026-06-01T14:46:29.126Z Downloaded unicode-segmentation v1.12.0
10292026-06-01T14:46:29.129Z Downloaded object v0.30.4
10302026-06-01T14:46:29.134Z Downloaded unicode-normalization v0.1.25
10312026-06-01T14:46:29.137Z Downloaded petname v2.0.2
10322026-06-01T14:46:29.140Z Downloaded serde_with v3.17.0
10332026-06-01T14:46:29.147Z Downloaded tough v0.22.0
10342026-06-01T14:46:29.152Z Downloaded tokio-util v0.7.18
10352026-06-01T14:46:29.156Z Downloaded nix v0.27.1
10362026-06-01T14:46:29.162Z Downloaded tower v0.5.3
10372026-06-01T14:46:29.167Z Downloaded serde_json v1.0.149
10382026-06-01T14:46:29.171Z Downloaded tower-http v0.6.8
10392026-06-01T14:46:29.176Z Downloaded curve25519-dalek v4.1.3
10402026-06-01T14:46:29.181Z Downloaded quinn-proto v0.11.13
10412026-06-01T14:46:29.186Z Downloaded bstr v1.12.1
10422026-06-01T14:46:29.191Z Downloaded rayon v1.11.0
10432026-06-01T14:46:29.196Z Downloaded polar-core v0.27.3
10442026-06-01T14:46:29.209Z Downloaded zip v4.6.1
10452026-06-01T14:46:29.212Z Downloaded radix_trie v0.2.1
10462026-06-01T14:46:29.215Z Downloaded zerovec v0.11.5
10472026-06-01T14:46:29.229Z Downloaded winnow v0.5.40
10482026-06-01T14:46:29.234Z Downloaded rustls v0.21.12
10492026-06-01T14:46:29.249Z Downloaded nix v0.28.0
10502026-06-01T14:46:29.256Z Downloaded openssl v0.10.79
10512026-06-01T14:46:29.262Z Downloaded zerocopy v0.7.35
10522026-06-01T14:46:29.278Z Downloaded winnow v0.6.26
10532026-06-01T14:46:29.282Z Downloaded dropshot v0.17.0
10542026-06-01T14:46:29.295Z Downloaded zlib-rs v0.6.2
10552026-06-01T14:46:29.298Z Downloaded hickory-proto v0.24.4
10562026-06-01T14:46:29.307Z Downloaded tabled v0.20.0
10572026-06-01T14:46:29.318Z Downloaded winnow v1.0.3
10582026-06-01T14:46:29.323Z Downloaded regex-syntax v0.6.29
10592026-06-01T14:46:29.327Z Downloaded object v0.37.3
10602026-06-01T14:46:29.333Z Downloaded rustls v0.22.4
10612026-06-01T14:46:29.341Z Downloaded nix v0.31.2
10622026-06-01T14:46:29.348Z Downloaded webpki-roots v1.0.6
10632026-06-01T14:46:29.351Z Downloaded winnow v0.7.14
10642026-06-01T14:46:29.355Z Downloaded vcpkg v0.2.15
10652026-06-01T14:46:29.382Z Downloaded rustls v0.23.37
10662026-06-01T14:46:29.386Z Downloaded openapiv3 v2.2.0
10672026-06-01T14:46:29.393Z Downloaded regress v0.10.5
10682026-06-01T14:46:29.399Z Downloaded diesel v2.3.7
10692026-06-01T14:46:29.412Z Downloaded time v0.3.47
10702026-06-01T14:46:29.417Z Downloaded hickory-proto v0.25.2
10712026-06-01T14:46:29.427Z Downloaded zerocopy v0.8.40
10722026-06-01T14:46:29.432Z Downloaded unicode-width v0.2.0
10732026-06-01T14:46:29.436Z Downloaded regex-syntax v0.8.10
10742026-06-01T14:46:29.441Z Downloaded syn v2.0.117
10752026-06-01T14:46:29.448Z Downloaded sqlparser v0.61.0
10762026-06-01T14:46:29.454Z Downloaded smoltcp v0.11.0
10772026-06-01T14:46:29.461Z Downloaded sled v0.34.7
10782026-06-01T14:46:29.467Z Downloaded ratatui v0.29.0
10792026-06-01T14:46:29.479Z Downloaded typify-impl v0.6.2
10802026-06-01T14:46:29.489Z Downloaded bzip2-sys v0.1.13+1.0.8
10812026-06-01T14:46:29.496Z Downloaded rustix v1.1.3
10822026-06-01T14:46:29.510Z Downloaded typify-impl v0.4.3
10832026-06-01T14:46:29.520Z Downloaded rustix v0.38.44
10842026-06-01T14:46:29.533Z Downloaded regress v0.11.1
10852026-06-01T14:46:29.538Z Downloaded unicode-width v0.1.14
10862026-06-01T14:46:29.542Z Downloaded tabled v0.15.0
10872026-06-01T14:46:29.551Z Downloaded syn v1.0.109
10882026-06-01T14:46:29.557Z Downloaded smoltcp v0.9.1
10892026-06-01T14:46:29.574Z Downloaded tracing v0.1.44
10902026-06-01T14:46:29.588Z Downloaded petgraph v0.8.3
10912026-06-01T14:46:29.603Z Downloaded libc v0.2.185
10922026-06-01T14:46:29.623Z Downloaded libz-sys v1.1.24
10932026-06-01T14:46:29.657Z Downloaded regex-automata v0.4.14
10942026-06-01T14:46:29.666Z Downloaded zerocopy-derive v0.6.6
10952026-06-01T14:46:29.672Z Downloaded petgraph v0.6.5
10962026-06-01T14:46:29.683Z Downloaded jiff v0.2.21
10972026-06-01T14:46:29.694Z Downloaded chrono-tz v0.10.4
10982026-06-01T14:46:29.721Z Downloaded encoding_rs v0.8.35
10992026-06-01T14:46:29.735Z Downloaded csv v1.4.0
11002026-06-01T14:46:29.774Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11012026-06-01T14:46:29.785Z Downloaded sha3 v0.10.8
11022026-06-01T14:46:29.801Z Downloaded tokio v1.52.1
11032026-06-01T14:46:29.904Z Downloaded ring v0.17.14
11042026-06-01T14:46:29.931Z Downloaded httpmock v0.8.3
11052026-06-01T14:46:29.951Z Downloaded libgit2-sys v0.18.3+1.9.2
11062026-06-01T14:46:30.401Z Downloaded aws-lc-sys v0.40.0
11072026-06-01T14:46:30.828Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11082026-06-01T14:46:34.471Z Startup: Refreshing catalog 'helios' ... Done
11092026-06-01T14:46:34.551Z Startup: Caching catalogs ... Done
11102026-06-01T14:46:34.840ZPlanning: Solver setup ... Done (0.250s)
11112026-06-01T14:46:34.859ZPlanning: Running solver ... Done (0.019s)
11122026-06-01T14:46:34.866ZPlanning: Finding local manifests ... Done (0.003s)
11132026-06-01T14:46:34.878ZPlanning: Fetching manifests: 0/2 0% complete
11142026-06-01T14:46:34.900ZPlanning: Fetching manifests: 2/2 100% complete
11152026-06-01T14:46:34.915ZPlanning: Package planning ... Done (0.014s)
11162026-06-01T14:46:34.918ZPlanning: Merging actions ... Done (0.001s)
11172026-06-01T14:46:35.105ZPlanning: Checking for conflicting actions ... Done (0.189s)
11182026-06-01T14:46:35.109ZPlanning: Consolidating action changes ... Done (0.001s)
11192026-06-01T14:46:36.029ZPlanning: Evaluating mediators ... Done (0.923s)
11202026-06-01T14:46:36.033ZPlanning: Planning completed in 1.46 seconds
11212026-06-01T14:46:36.039Z Packages to install: 2
11222026-06-01T14:46:36.039Z Estimated space available: 155.70 GB
11232026-06-01T14:46:36.042ZEstimated space to be consumed: 23.93 MB
11242026-06-01T14:46:36.042Z Create boot environment: No
11252026-06-01T14:46:36.042ZCreate backup boot environment: No
11262026-06-01T14:46:36.042Z Rebuild boot archive: No
11272026-06-01T14:46:36.042Z
11282026-06-01T14:46:36.042ZChanged packages:
11292026-06-01T14:46:36.042Zhelios
11302026-06-01T14:46:36.043Z developer/build-essential
11312026-06-01T14:46:36.043Z None -> 11-3.0
11322026-06-01T14:46:36.043Z library/libxmlsec1
11332026-06-01T14:46:36.043Z None -> 1.2.35-3.0
11342026-06-01T14:46:36.065Z
11352026-06-01T14:46:36.068ZDownload: 0/214 items 0.0/1.3MB 0% complete
11362026-06-01T14:46:36.780ZDownload: Completed 1.28 MB in 0.71 seconds (1.8M/s)
11372026-06-01T14:46:36.882Z Actions: 1/268 actions (Installing new actions)
11382026-06-01T14:46:36.919Z Actions: Completed 268 actions in 0.04 seconds.
11392026-06-01T14:46:36.927ZFinalize: Updating package state database ... Done (0.008s)
11402026-06-01T14:46:36.932ZFinalize: Updating package cache ... Done (0.000s)
11412026-06-01T14:46:36.948ZFinalize: Updating image state ... Done (0.021s)
11422026-06-01T14:46:39.470ZFinalize: Creating fast lookup database ... Done (2.500s)
11432026-06-01T14:46:39.561ZFinalize: Reading search index ... Done (0.030s)
11442026-06-01T14:46:39.564ZFinalize: Updating search index ... Done (0.000s)
11452026-06-01T14:46:39.660ZFinalize: Updating package cache ... Done (0.000s)
11462026-06-01T14:46:39.957ZPlanning: Evaluating mediator changes ... Done
11472026-06-01T14:46:40.060ZPlanning: Checking for conflicting actions ... Done
11482026-06-01T14:46:40.063ZPlanning: Consolidating action changes ... Done
11492026-06-01T14:46:40.222ZPlanning: Evaluating mediators ... Done
11502026-06-01T14:46:40.225ZPlanning: Planning completed in 0.27 seconds
11512026-06-01T14:46:40.245Z Mediators to change: 2
11522026-06-01T14:46:40.245Z Create boot environment: No
11532026-06-01T14:46:40.245ZCreate backup boot environment: No
11542026-06-01T14:46:40.319ZFinalize: Updating package state database ... Done
11552026-06-01T14:46:40.319ZFinalize: Updating package cache ... Done
11562026-06-01T14:46:40.331ZFinalize: Updating image state ... Done
11572026-06-01T14:46:42.263ZFinalize: Creating fast lookup database ... Done
11582026-06-01T14:46:42.328ZFinalize: Reading search index ... Done
11592026-06-01T14:46:42.337ZFinalize: Updating search index ... Done
11602026-06-01T14:46:42.428ZFinalize: Updating package cache ... Done
11612026-06-01T14:46:42.710ZPlanning: Evaluating mediator changes ... Done
11622026-06-01T14:46:42.812ZPlanning: Checking for conflicting actions ... Done
11632026-06-01T14:46:42.815ZPlanning: Consolidating action changes ... Done
11642026-06-01T14:46:42.970ZPlanning: Evaluating mediators ... Done
11652026-06-01T14:46:42.973ZPlanning: Planning completed in 0.26 seconds
11662026-06-01T14:46:42.994Z Mediators to change: 1
11672026-06-01T14:46:42.994Z Create boot environment: No
11682026-06-01T14:46:42.994ZCreate backup boot environment: No
11692026-06-01T14:46:43.055ZFinalize: Updating package state database ... Done
11702026-06-01T14:46:43.055ZFinalize: Updating package cache ... Done
11712026-06-01T14:46:43.068ZFinalize: Updating image state ... Done
11722026-06-01T14:46:44.991ZFinalize: Creating fast lookup database ... Done
11732026-06-01T14:46:45.054ZFinalize: Reading search index ... Done
11742026-06-01T14:46:45.059ZFinalize: Updating search index ... Done
11752026-06-01T14:46:45.129ZFinalize: Updating package cache ... Done
11762026-06-01T14:46:45.440ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11772026-06-01T14:46:45.440Zapache system 2.4 system
11782026-06-01T14:46:45.440Zclang system 15 system
11792026-06-01T14:46:45.440Zcsh system system illumos
11802026-06-01T14:46:45.440Zctags system system illumos
11812026-06-01T14:46:45.440Zfile vendor vendor darwinsys
11822026-06-01T14:46:45.440Zfile system system illumos
11832026-06-01T14:46:45.440Zgcc vendor 14 vendor
11842026-06-01T14:46:45.440Zgcc system 13 system
11852026-06-01T14:46:45.440Zgcc system 10 system
11862026-06-01T14:46:45.440Zgo system 1.25 system
11872026-06-01T14:46:45.440Zllvm system 15 system
11882026-06-01T14:46:45.440Zmariadb system 11.4 system
11892026-06-01T14:46:45.440Zmta vendor vendor dma
11902026-06-01T14:46:45.440Zopenjdk system 17 system
11912026-06-01T14:46:45.440Zopenjdk system 11 system
11922026-06-01T14:46:45.440Zopenssl vendor 3 vendor
11932026-06-01T14:46:45.440Zperl system 5.40 system
11942026-06-01T14:46:45.440Zpostgresql system 18 system
11952026-06-01T14:46:45.440Zpostgresql system 17 system
11962026-06-01T14:46:45.440Zpython vendor 3 vendor
11972026-06-01T14:46:45.440Zpython system 2 system
11982026-06-01T14:46:45.440Zpython3 vendor 3.13 vendor
11992026-06-01T14:46:45.440Zruby system 3.4 system
12002026-06-01T14:46:45.440Zruby system 3.0 system
12012026-06-01T14:46:45.440Zwords vendor vendor american-english
12022026-06-01T14:46:45.440Zwords system system australian-english
12032026-06-01T14:46:45.440Zwords system system british-english
12042026-06-01T14:46:45.440Zwords system system canadian-english
12052026-06-01T14:46:45.440Zwords system system french
12062026-06-01T14:46:45.440Zwords system system italian
12072026-06-01T14:46:45.440Zwords system system ngerman
12082026-06-01T14:46:45.440Zwords system system ogerman
12092026-06-01T14:46:45.440Zwords system system spanish
12102026-06-01T14:46:45.702ZPUBLISHER TYPE STATUS P LOCATION
12112026-06-01T14:46:45.702Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12122026-06-01T14:46:45.987ZFMRI IFO
12132026-06-01T14:46:45.987Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12142026-06-01T14:46:45.987Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12152026-06-01T14:46:45.987Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12162026-06-01T14:46:45.987Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12172026-06-01T14:46:45.987Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12182026-06-01T14:46:45.987Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12192026-06-01T14:46:45.987Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12202026-06-01T14:46:45.987Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12212026-06-01T14:46:45.987Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12222026-06-01T14:46:46.590Z Downloading crates ...
12232026-06-01T14:46:46.647Z Downloaded cargo_toml v0.21.0
12242026-06-01T14:46:46.693Z Compiling proc-macro2 v1.0.106
12252026-06-01T14:46:46.693Z Compiling quote v1.0.45
12262026-06-01T14:46:46.696Z Compiling unicode-ident v1.0.24
12272026-06-01T14:46:46.696Z Compiling serde_core v1.0.228
12282026-06-01T14:46:46.696Z Compiling libc v0.2.185
12292026-06-01T14:46:46.696Z Compiling version_check v0.9.5
12302026-06-01T14:46:46.696Z Compiling memchr v2.8.0
12312026-06-01T14:46:46.696Z Compiling stable_deref_trait v1.2.1
12322026-06-01T14:46:46.783Z Compiling serde v1.0.228
12332026-06-01T14:46:46.792Z Compiling zmij v1.0.21
12342026-06-01T14:46:46.795Z Compiling autocfg v1.5.0
12352026-06-01T14:46:46.814Z Compiling ucd-trie v0.1.7
12362026-06-01T14:46:46.820Z Compiling thiserror v1.0.69
12372026-06-01T14:46:46.823Z Compiling itoa v1.0.17
12382026-06-01T14:46:46.823Z Compiling writeable v0.6.2
12392026-06-01T14:46:46.923Z Compiling litemap v0.8.1
12402026-06-01T14:46:47.189Z Compiling rustix v1.1.3
12412026-06-01T14:46:47.265Z Compiling byteorder v1.5.0
12422026-06-01T14:46:47.344Z Compiling icu_normalizer_data v2.1.1
12432026-06-01T14:46:47.344Z Compiling icu_properties_data v2.1.2
12442026-06-01T14:46:47.419Z Compiling serde_json v1.0.149
12452026-06-01T14:46:47.420Z Compiling pest v2.8.6
12462026-06-01T14:46:47.509Z Compiling bitflags v2.11.0
12472026-06-01T14:46:47.509Z Compiling num-traits v0.2.19
12482026-06-01T14:46:47.579Z Compiling smallvec v1.15.1
12492026-06-01T14:46:47.579Z Compiling equivalent v1.0.2
12502026-06-01T14:46:47.659Z Compiling hashbrown v0.17.0
12512026-06-01T14:46:47.659Z Compiling typeid v1.0.3
12522026-06-01T14:46:47.726Z Compiling usdt-impl v0.5.0
12532026-06-01T14:46:47.726Z Compiling proc-macro-error-attr v1.0.4
12542026-06-01T14:46:47.793Z Compiling syn v1.0.109
12552026-06-01T14:46:47.793Z Compiling winnow v0.7.14
12562026-06-01T14:46:47.793Z Compiling toml_write v0.1.2
12572026-06-01T14:46:47.882Z Compiling erased-serde v0.4.9
12582026-06-01T14:46:47.976Z Compiling errno v0.3.14
12592026-06-01T14:46:47.976Z Compiling thread-id v4.2.2
12602026-06-01T14:46:48.028Z Compiling proc-macro-error v1.0.4
12612026-06-01T14:46:48.028Z Compiling utf8parse v0.2.2
12622026-06-01T14:46:48.116Z Compiling getrandom v0.4.1
12632026-06-01T14:46:48.116Z Compiling plain v0.2.3
12642026-06-01T14:46:48.149Z Compiling indexmap v2.14.0
12652026-06-01T14:46:48.149Z Compiling camino v1.2.2
12662026-06-01T14:46:48.213Z Compiling log v0.4.29
12672026-06-01T14:46:48.213Z Compiling percent-encoding v2.3.2
12682026-06-01T14:46:48.213Z Compiling utf8_iter v1.0.4
12692026-06-01T14:46:48.236Z Compiling thiserror v2.0.18
12702026-06-01T14:46:48.319Z Compiling form_urlencoded v1.2.2
12712026-06-01T14:46:48.329Z Compiling anstyle-parse v1.0.0
12722026-06-01T14:46:48.365Z Compiling syn v2.0.117
12732026-06-01T14:46:48.472Z Compiling is_terminal_polyfill v1.70.2
12742026-06-01T14:46:48.486Z Compiling pest_meta v2.8.6
12752026-06-01T14:46:48.542Z Compiling ordered-float v2.10.1
12762026-06-01T14:46:48.554Z Compiling anstyle v1.0.14
12772026-06-01T14:46:48.575Z Compiling colorchoice v1.0.4
12782026-06-01T14:46:48.587Z Compiling cfg-if v1.0.4
12792026-06-01T14:46:48.629Z Compiling anstyle-query v1.1.5
12802026-06-01T14:46:48.670Z Compiling pretty-hex v0.4.1
12812026-06-01T14:46:48.739Z Compiling anstream v1.0.0
12822026-06-01T14:46:48.787Z Compiling fs-err v3.3.0
12832026-06-01T14:46:48.800Z Compiling heck v0.5.0
12842026-06-01T14:46:48.831Z Compiling anyhow v1.0.102
12852026-06-01T14:46:48.843Z Compiling terminal_size v0.4.3
12862026-06-01T14:46:48.846Z Compiling bytecount v0.6.9
12872026-06-01T14:46:48.893Z Compiling once_cell v1.21.3
12882026-06-01T14:46:48.907Z Compiling heck v0.4.1
12892026-06-01T14:46:48.997Z Compiling strsim v0.11.1
12902026-06-01T14:46:49.008Z Compiling unicode-xid v0.2.6
12912026-06-01T14:46:49.012Z Compiling fastrand v2.3.0
12922026-06-01T14:46:49.059Z Compiling fnv v1.0.7
12932026-06-01T14:46:49.070Z Compiling clap_lex v1.0.0
12942026-06-01T14:46:49.126Z Compiling unicode-width v0.1.14
12952026-06-01T14:46:49.176Z Compiling semver v1.0.28
12962026-06-01T14:46:49.311Z Compiling clap_builder v4.6.0
12972026-06-01T14:46:49.329Z Compiling tempfile v3.25.0
12982026-06-01T14:46:49.377Z Compiling papergrid v0.11.0
12992026-06-01T14:46:49.387Z Compiling memmap v0.7.0
13002026-06-01T14:46:49.420Z Compiling unicode-linebreak v0.1.5
13012026-06-01T14:46:49.431Z Compiling smawk v0.3.2
13022026-06-01T14:46:49.452Z Compiling unicode-width v0.2.0
13032026-06-01T14:46:49.574Z Compiling serde-untagged v0.1.9
13042026-06-01T14:46:49.586Z Compiling camino-tempfile v1.4.1
13052026-06-01T14:46:49.690Z Compiling textwrap v0.16.2
13062026-06-01T14:46:49.729Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13072026-06-01T14:46:49.756Z Compiling swrite v0.1.0
13082026-06-01T14:46:50.160Z Compiling tabled_derive v0.7.0
13092026-06-01T14:46:50.823Z Compiling tabled v0.15.0
13102026-06-01T14:46:50.895Z Compiling synstructure v0.13.2
13112026-06-01T14:46:50.895Z Compiling pest_generator v2.8.6
13122026-06-01T14:46:51.420Z Compiling serde_derive v1.0.228
13132026-06-01T14:46:51.420Z Compiling zerofrom-derive v0.1.6
13142026-06-01T14:46:51.423Z Compiling yoke-derive v0.8.1
13152026-06-01T14:46:51.423Z Compiling zerovec-derive v0.11.2
13162026-06-01T14:46:51.423Z Compiling displaydoc v0.2.5
13172026-06-01T14:46:51.423Z Compiling thiserror-impl v1.0.69
13182026-06-01T14:46:51.423Z Compiling zerocopy-derive v0.7.35
13192026-06-01T14:46:51.423Z Compiling scroll_derive v0.12.1
13202026-06-01T14:46:51.423Z Compiling thiserror-impl v2.0.18
13212026-06-01T14:46:51.423Z Compiling clap_derive v4.6.1
13222026-06-01T14:46:51.460Z Compiling pest_derive v2.8.6
13232026-06-01T14:46:52.027Z Compiling scroll v0.12.0
13242026-06-01T14:46:52.244Z Compiling goblin v0.8.2
13252026-06-01T14:46:52.255Z Compiling zerocopy v0.7.35
13262026-06-01T14:46:52.525Z Compiling zerofrom v0.1.6
13272026-06-01T14:46:52.575Z Compiling dtrace-parser v0.2.0
13282026-06-01T14:46:52.613Z Compiling yoke v0.8.1
13292026-06-01T14:46:52.755Z Compiling zerovec v0.11.5
13302026-06-01T14:46:52.755Z Compiling zerotrie v0.2.3
13312026-06-01T14:46:52.782Z Compiling clap v4.6.1
13322026-06-01T14:46:53.161Z Compiling tinystr v0.8.2
13332026-06-01T14:46:53.161Z Compiling potential_utf v0.1.4
13342026-06-01T14:46:53.270Z Compiling icu_collections v2.1.1
13352026-06-01T14:46:53.318Z Compiling icu_locale_core v2.1.1
13362026-06-01T14:46:53.858Z Compiling icu_provider v2.1.1
13372026-06-01T14:46:53.868Z Compiling serde_spanned v0.6.9
13382026-06-01T14:46:53.871Z Compiling toml_datetime v0.6.11
13392026-06-01T14:46:53.871Z Compiling dof v0.3.0
13402026-06-01T14:46:53.871Z Compiling serde_tokenstream v0.2.3
13412026-06-01T14:46:53.871Z Compiling serde-value v0.7.0
13422026-06-01T14:46:53.871Z Compiling cargo-platform v0.2.0
13432026-06-01T14:46:53.871Z Compiling macaddr v1.0.1
13442026-06-01T14:46:54.039Z Compiling toml_edit v0.22.27
13452026-06-01T14:46:54.088Z Compiling icu_properties v2.1.2
13462026-06-01T14:46:54.088Z Compiling icu_normalizer v2.1.1
13472026-06-01T14:46:54.601Z Compiling usdt-macro v0.5.0
13482026-06-01T14:46:54.601Z Compiling usdt-attr-macro v0.5.0
13492026-06-01T14:46:54.890Z Compiling idna_adapter v1.2.1
13502026-06-01T14:46:54.987Z Compiling idna v1.1.0
13512026-06-01T14:46:55.191Z Compiling usdt v0.5.0
13522026-06-01T14:46:55.246Z Compiling url v2.5.8
13532026-06-01T14:46:55.312Z Compiling toml v0.8.23
13542026-06-01T14:46:55.640Z Compiling cargo_toml v0.21.0
13552026-06-01T14:46:55.649Z Compiling cargo-util-schemas v0.8.2
13562026-06-01T14:46:56.433Z Compiling cargo_metadata v0.21.0
13572026-06-01T14:46:57.343Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13582026-06-01T14:46:59.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.34s
13592026-06-01T14:46:59.472Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13602026-06-01T14:47:00.268Z Compiling libc v0.2.185
13612026-06-01T14:47:00.268Z Compiling serde v1.0.228
13622026-06-01T14:47:00.271Z Compiling log v0.4.29
13632026-06-01T14:47:00.271Z Compiling find-msvc-tools v0.1.9
13642026-06-01T14:47:00.271Z Compiling shlex v1.3.0
13652026-06-01T14:47:00.271Z Compiling smallvec v1.15.1
13662026-06-01T14:47:00.271Z Compiling typenum v1.19.0
13672026-06-01T14:47:00.271Z Compiling subtle v2.6.1
13682026-06-01T14:47:00.406Z Compiling generic-array v0.14.7
13692026-06-01T14:47:00.409Z Compiling scopeguard v1.2.0
13702026-06-01T14:47:00.422Z Compiling const-oid v0.9.6
13712026-06-01T14:47:00.508Z Compiling serde_json v1.0.149
13722026-06-01T14:47:00.534Z Compiling syn v2.0.117
13732026-06-01T14:47:00.537Z Compiling zerocopy v0.8.40
13742026-06-01T14:47:00.537Z Compiling pin-project-lite v0.2.17
13752026-06-01T14:47:00.562Z Compiling portable-atomic v1.13.1
13762026-06-01T14:47:00.593Z Compiling lock_api v0.4.14
13772026-06-01T14:47:00.607Z Compiling parking_lot_core v0.9.12
13782026-06-01T14:47:00.614Z Compiling pkg-config v0.3.32
13792026-06-01T14:47:00.678Z Compiling bitflags v2.11.0
13802026-06-01T14:47:00.698Z Compiling critical-section v1.2.0
13812026-06-01T14:47:00.750Z Compiling futures-core v0.3.32
13822026-06-01T14:47:00.754Z Compiling libm v0.2.16
13832026-06-01T14:47:00.785Z Compiling num-traits v0.2.19
13842026-06-01T14:47:00.802Z Compiling percent-encoding v2.3.2
13852026-06-01T14:47:00.895Z Compiling futures-sink v0.3.32
13862026-06-01T14:47:00.899Z Compiling slab v0.4.12
13872026-06-01T14:47:00.928Z Compiling futures-io v0.3.32
13882026-06-01T14:47:00.933Z Compiling futures-task v0.3.32
13892026-06-01T14:47:00.985Z Compiling cpufeatures v0.2.17
13902026-06-01T14:47:01.044Z Compiling futures-channel v0.3.32
13912026-06-01T14:47:01.074Z Compiling getrandom v0.4.1
13922026-06-01T14:47:01.091Z Compiling rand_core v0.10.0
13932026-06-01T14:47:01.123Z Compiling indexmap v2.14.0
13942026-06-01T14:47:01.142Z Compiling rustversion v1.0.22
13952026-06-01T14:47:01.171Z Compiling getrandom v0.3.4
13962026-06-01T14:47:01.186Z Compiling form_urlencoded v1.2.2
13972026-06-01T14:47:01.231Z Compiling dunce v1.0.5
13982026-06-01T14:47:01.249Z Compiling fs_extra v1.3.0
13992026-06-01T14:47:01.267Z Compiling ident_case v1.0.1
14002026-06-01T14:47:01.280Z Compiling base64ct v1.8.3
14012026-06-01T14:47:01.296Z Compiling flagset v0.4.7
14022026-06-01T14:47:01.346Z Compiling regex-syntax v0.8.10
14032026-06-01T14:47:01.394Z Compiling iana-time-zone v0.1.65
14042026-06-01T14:47:01.411Z Compiling rustix v1.1.3
14052026-06-01T14:47:01.448Z Compiling getrandom v0.2.17
14062026-06-01T14:47:01.464Z Compiling jobserver v0.1.34
14072026-06-01T14:47:01.507Z Compiling errno v0.3.14
14082026-06-01T14:47:01.540Z Compiling mio v1.2.0
14092026-06-01T14:47:01.554Z Compiling socket2 v0.6.3
14102026-06-01T14:47:01.591Z Compiling rand_core v0.6.4
14112026-06-01T14:47:01.612Z Compiling once_cell v1.21.3
14122026-06-01T14:47:01.680Z Compiling cc v1.2.56
14132026-06-01T14:47:01.696Z Compiling signal-hook-registry v1.4.8
14142026-06-01T14:47:01.787Z Compiling parking_lot v0.12.5
14152026-06-01T14:47:01.837Z Compiling pem-rfc7468 v0.7.0
14162026-06-01T14:47:01.867Z Compiling vcpkg v0.2.15
14172026-06-01T14:47:01.899Z Compiling aws-lc-rs v1.16.3
14182026-06-01T14:47:01.961Z Compiling uuid v1.23.0
14192026-06-01T14:47:01.995Z Compiling tracing-core v0.1.36
14202026-06-01T14:47:02.034Z Compiling rustc_version v0.4.1
14212026-06-01T14:47:02.049Z Compiling base64 v0.22.1
14222026-06-01T14:47:02.111Z Compiling rand_core v0.9.5
14232026-06-01T14:47:02.184Z Compiling untrusted v0.9.0
14242026-06-01T14:47:02.198Z Compiling httparse v1.10.1
14252026-06-01T14:47:02.213Z Compiling openssl-probe v0.2.1
14262026-06-01T14:47:02.324Z Compiling tinyvec_macros v0.1.1
14272026-06-01T14:47:02.345Z Compiling untrusted v0.7.1
14282026-06-01T14:47:02.374Z Compiling aho-corasick v1.1.4
14292026-06-01T14:47:02.397Z Compiling cmake v0.1.57
14302026-06-01T14:47:02.412Z Compiling tinyvec v1.10.0
14312026-06-01T14:47:02.415Z Compiling try-lock v0.2.5
14322026-06-01T14:47:02.415Z Compiling rustls v0.23.37
14332026-06-01T14:47:02.484Z Compiling dyn-clone v1.0.20
14342026-06-01T14:47:02.499Z Compiling schemars v0.8.22
14352026-06-01T14:47:02.548Z Compiling tower-service v0.3.3
14362026-06-01T14:47:02.563Z Compiling tower-layer v0.3.3
14372026-06-01T14:47:02.613Z Compiling atomic-waker v1.1.2
14382026-06-01T14:47:02.630Z Compiling want v0.3.1
14392026-06-01T14:47:02.647Z Compiling openssl v0.10.79
14402026-06-01T14:47:02.647Z Compiling foreign-types-shared v0.1.1
14412026-06-01T14:47:02.695Z Compiling httpdate v1.0.3
14422026-06-01T14:47:02.712Z Compiling pin-utils v0.1.0
14432026-06-01T14:47:02.746Z Compiling unicode-normalization v0.1.25
14442026-06-01T14:47:02.763Z Compiling socket2 v0.5.10
14452026-06-01T14:47:02.777Z Compiling spin v0.9.8
14462026-06-01T14:47:02.777Z Compiling native-tls v0.2.18
14472026-06-01T14:47:02.792Z Compiling foreign-types v0.3.2
14482026-06-01T14:47:02.824Z Compiling powerfmt v0.2.0
14492026-06-01T14:47:02.824Z Compiling time-core v0.1.8
14502026-06-01T14:47:02.824Z Compiling num-conv v0.2.0
14512026-06-01T14:47:02.892Z Compiling crc32fast v1.5.0
14522026-06-01T14:47:02.927Z Compiling wait-timeout v0.2.1
14532026-06-01T14:47:02.943Z Compiling sync_wrapper v1.0.2
14542026-06-01T14:47:02.971Z Compiling crossbeam-utils v0.8.21
14552026-06-01T14:47:02.990Z Compiling deranged v0.5.8
14562026-06-01T14:47:03.008Z Compiling usdt-impl v0.6.0
14572026-06-01T14:47:03.026Z Compiling unicode-segmentation v1.12.0
14582026-06-01T14:47:03.026Z Compiling time-macros v0.2.27
14592026-06-01T14:47:03.055Z Compiling tempfile v3.25.0
14602026-06-01T14:47:03.070Z Compiling quick-error v1.2.3
14612026-06-01T14:47:03.188Z Compiling regex-automata v0.4.14
14622026-06-01T14:47:03.205Z Compiling simd-adler32 v0.3.8
14632026-06-01T14:47:03.235Z Compiling syn v1.0.109
14642026-06-01T14:47:03.249Z Compiling num_threads v0.1.7
14652026-06-01T14:47:03.266Z Compiling bit-vec v0.8.0
14662026-06-01T14:47:03.270Z Compiling aws-lc-sys v0.40.0
14672026-06-01T14:47:03.300Z Compiling ring v0.17.14
14682026-06-01T14:47:03.304Z Compiling synstructure v0.13.2
14692026-06-01T14:47:03.344Z Compiling openssl-sys v0.9.115
14702026-06-01T14:47:03.362Z Compiling pest_generator v2.8.6
14712026-06-01T14:47:03.436Z Compiling serde_derive_internals v0.29.1
14722026-06-01T14:47:03.449Z Compiling darling_core v0.20.11
14732026-06-01T14:47:03.476Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14742026-06-01T14:47:03.525Z Compiling siphasher v1.0.2
14752026-06-01T14:47:03.670Z Compiling bit-set v0.8.0
14762026-06-01T14:47:03.779Z Compiling darling_core v0.21.3
14772026-06-01T14:47:03.855Z Compiling bzip2-sys v0.1.13+1.0.8
14782026-06-01T14:47:03.983Z Compiling rusty-fork v0.3.1
14792026-06-01T14:47:04.031Z Compiling slog v2.8.2
14802026-06-01T14:47:04.048Z Compiling heapless v0.7.17
14812026-06-01T14:47:04.180Z Compiling rand_xorshift v0.4.0
14822026-06-01T14:47:04.208Z Compiling thread-id v5.1.0
14832026-06-01T14:47:04.213Z Compiling time v0.3.47
14842026-06-01T14:47:04.223Z Compiling cookie v0.18.1
14852026-06-01T14:47:04.252Z Compiling allocator-api2 v0.2.21
14862026-06-01T14:47:04.316Z Compiling paste v1.0.15
14872026-06-01T14:47:04.326Z Compiling unarray v0.1.4
14882026-06-01T14:47:04.326Z Compiling adler2 v2.0.1
14892026-06-01T14:47:04.377Z Compiling ryu v1.0.23
14902026-06-01T14:47:04.405Z Compiling unicode-bidi v0.3.18
14912026-06-01T14:47:04.444Z Compiling unicode-properties v0.1.4
14922026-06-01T14:47:04.459Z Compiling anyhow v1.0.102
14932026-06-01T14:47:04.492Z Compiling signal-hook v0.3.18
14942026-06-01T14:47:04.579Z Compiling zstd-safe v7.2.4
14952026-06-01T14:47:04.597Z Compiling iri-string v0.7.10
14962026-06-01T14:47:04.669Z Compiling miniz_oxide v0.8.9
14972026-06-01T14:47:04.731Z Compiling stringprep v0.1.5
14982026-06-01T14:47:04.960Z Compiling heck v0.4.1
14992026-06-01T14:47:05.024Z Compiling num-integer v0.1.46
15002026-06-01T14:47:05.088Z Compiling serde_derive v1.0.228
15012026-06-01T14:47:05.241Z Compiling zeroize_derive v1.4.3
15022026-06-01T14:47:05.257Z Compiling zerofrom-derive v0.1.6
15032026-06-01T14:47:05.298Z Compiling yoke-derive v0.8.1
15042026-06-01T14:47:05.335Z Compiling zerovec-derive v0.11.2
15052026-06-01T14:47:05.419Z Compiling zerocopy-derive v0.8.40
15062026-06-01T14:47:05.560Z Compiling displaydoc v0.2.5
15072026-06-01T14:47:05.828Z Compiling tokio-macros v2.7.0
15082026-06-01T14:47:05.853Z Compiling futures-macro v0.3.32
15092026-06-01T14:47:05.936Z Compiling zeroize v1.8.2
15102026-06-01T14:47:06.160Z Compiling der_derive v0.7.3
15112026-06-01T14:47:06.337Z Compiling rustls-pki-types v1.14.0
15122026-06-01T14:47:06.354Z Compiling thiserror-impl v2.0.18
15132026-06-01T14:47:06.503Z Compiling tracing-attributes v0.1.31
15142026-06-01T14:47:06.518Z Compiling pest_derive v2.8.6
15152026-06-01T14:47:06.593Z Compiling scroll_derive v0.13.1
15162026-06-01T14:47:06.695Z Compiling crypto-common v0.1.7
15172026-06-01T14:47:06.714Z Compiling zerofrom v0.1.6
15182026-06-01T14:47:06.743Z Compiling block-buffer v0.10.4
15192026-06-01T14:47:06.818Z Compiling futures-util v0.3.32
15202026-06-01T14:47:06.863Z Compiling yoke v0.8.1
15212026-06-01T14:47:06.878Z Compiling block-padding v0.3.3
15222026-06-01T14:47:06.941Z Compiling digest v0.10.7
15232026-06-01T14:47:06.985Z Compiling schemars_derive v0.8.22
15242026-06-01T14:47:07.059Z Compiling zerovec v0.11.5
15252026-06-01T14:47:07.074Z Compiling zerotrie v0.2.3
15262026-06-01T14:47:07.176Z Compiling hmac v0.12.1
15272026-06-01T14:47:07.209Z Compiling inout v0.1.4
15282026-06-01T14:47:07.348Z Compiling cipher v0.4.4
15292026-06-01T14:47:07.383Z Compiling sha2 v0.10.9
15302026-06-01T14:47:07.400Z Compiling der v0.7.10
15312026-06-01T14:47:07.403Z Compiling pbkdf2 v0.12.2
15322026-06-01T14:47:07.462Z Compiling scroll v0.13.0
15332026-06-01T14:47:07.545Z Compiling tinystr v0.8.2
15342026-06-01T14:47:07.587Z Compiling potential_utf v0.1.4
15352026-06-01T14:47:07.637Z Compiling salsa20 v0.10.2
15362026-06-01T14:47:07.784Z Compiling icu_locale_core v2.1.1
15372026-06-01T14:47:07.800Z Compiling icu_collections v2.1.1
15382026-06-01T14:47:07.804Z Compiling thiserror v2.0.18
15392026-06-01T14:47:07.832Z Compiling scrypt v0.11.0
15402026-06-01T14:47:07.835Z Compiling aes v0.8.4
15412026-06-01T14:47:07.901Z Compiling tracing v0.1.44
15422026-06-01T14:47:07.940Z Compiling cbc v0.1.2
15432026-06-01T14:47:08.104Z Compiling darling_macro v0.20.11
15442026-06-01T14:47:08.123Z Compiling openssl-macros v0.1.1
15452026-06-01T14:47:08.185Z Compiling goblin v0.10.5
15462026-06-01T14:47:08.305Z Compiling spki v0.7.3
15472026-06-01T14:47:08.335Z Compiling rustls-native-certs v0.8.3
15482026-06-01T14:47:08.540Z Compiling icu_provider v2.1.1
15492026-06-01T14:47:08.563Z Compiling pkcs5 v0.7.1
15502026-06-01T14:47:08.633Z Compiling bytes v1.11.1
15512026-06-01T14:47:08.650Z Compiling chrono v0.4.44
15522026-06-01T14:47:08.667Z Compiling ipnet v2.11.0
15532026-06-01T14:47:08.685Z Compiling darling v0.20.11
15542026-06-01T14:47:08.783Z Compiling icu_normalizer v2.1.1
15552026-06-01T14:47:08.798Z Compiling icu_properties v2.1.2
15562026-06-01T14:47:08.814Z Compiling derive_builder_core v0.20.2
15572026-06-01T14:47:08.856Z Compiling dtrace-parser v0.3.0
15582026-06-01T14:47:08.926Z Compiling pkcs8 v0.10.2
15592026-06-01T14:47:09.064Z Compiling signature v2.2.0
15602026-06-01T14:47:09.173Z Compiling tokio v1.52.1
15612026-06-01T14:47:09.189Z Compiling http v1.4.0
15622026-06-01T14:47:09.251Z Compiling webpki-roots v1.0.6
15632026-06-01T14:47:09.267Z Compiling scroll_derive v0.12.1
15642026-06-01T14:47:09.281Z Compiling thiserror-impl v1.0.69
15652026-06-01T14:47:09.341Z Compiling serde_urlencoded v0.7.1
15662026-06-01T14:47:09.390Z Compiling toml_datetime v0.6.11
15672026-06-01T14:47:09.607Z Compiling serde_spanned v0.6.9
15682026-06-01T14:47:09.626Z Compiling erased-serde v0.3.31
15692026-06-01T14:47:09.664Z Compiling idna_adapter v1.2.1
15702026-06-01T14:47:09.705Z Compiling derive_builder_macro v0.20.2
15712026-06-01T14:47:09.772Z Compiling ppv-lite86 v0.2.21
15722026-06-01T14:47:09.825Z Compiling idna v1.1.0
15732026-06-01T14:47:09.857Z Compiling http-body v1.0.1
15742026-06-01T14:47:09.915Z Compiling serde_tokenstream v0.2.3
15752026-06-01T14:47:09.964Z Compiling scroll v0.12.0
15762026-06-01T14:47:09.993Z Compiling http-body-util v0.1.3
15772026-06-01T14:47:10.029Z Compiling md-5 v0.10.6
15782026-06-01T14:47:10.070Z Compiling rand_chacha v0.9.0
15792026-06-01T14:47:10.154Z Compiling rand_chacha v0.3.1
15802026-06-01T14:47:10.157Z Compiling darling_macro v0.21.3
15812026-06-01T14:47:10.185Z Compiling url v2.5.8
15822026-06-01T14:47:10.224Z Compiling bstr v1.12.1
15832026-06-01T14:47:10.253Z Compiling zerocopy-derive v0.7.35
15842026-06-01T14:47:10.268Z Compiling async-trait v0.1.89
15852026-06-01T14:47:10.308Z Compiling pin-project-internal v1.1.11
15862026-06-01T14:47:10.323Z Compiling vergen-lib v9.1.0
15872026-06-01T14:47:10.530Z Compiling rand v0.9.2
15882026-06-01T14:47:10.559Z Compiling curve25519-dalek v4.1.3
15892026-06-01T14:47:10.651Z Compiling thiserror v1.0.69
15902026-06-01T14:47:10.684Z Compiling ff v0.13.1
15912026-06-01T14:47:10.841Z Compiling hash32 v0.2.1
15922026-06-01T14:47:10.874Z Compiling memoffset v0.9.1
15932026-06-01T14:47:10.902Z Compiling encoding_rs v0.8.35
15942026-06-01T14:47:10.920Z Compiling litrs v1.0.0
15952026-06-01T14:47:11.031Z Compiling dof v0.4.0
15962026-06-01T14:47:11.056Z Compiling rustix v0.38.44
15972026-06-01T14:47:11.090Z Compiling cfg_aliases v0.2.1
15982026-06-01T14:47:11.167Z Compiling proptest v1.10.0
15992026-06-01T14:47:11.184Z Compiling num-bigint-dig v0.8.6
16002026-06-01T14:47:11.354Z Compiling smoltcp v0.9.1
16012026-06-01T14:47:11.358Z Compiling zlib-rs v0.6.2
16022026-06-01T14:47:11.387Z Compiling psl-types v2.0.11
16032026-06-01T14:47:11.400Z Compiling base16ct v0.2.0
16042026-06-01T14:47:11.433Z Compiling ref-cast v1.0.25
16052026-06-01T14:47:11.455Z Compiling fallible-iterator v0.2.0
16062026-06-01T14:47:11.486Z Compiling mime v0.3.17
16072026-06-01T14:47:11.527Z Compiling sec1 v0.7.3
16082026-06-01T14:47:11.595Z Compiling ipnetwork v0.21.1
16092026-06-01T14:47:11.776Z Compiling postgres-protocol v0.6.10
16102026-06-01T14:47:11.794Z Compiling publicsuffix v2.3.0
16112026-06-01T14:47:11.840Z Compiling oxnet v0.1.5
16122026-06-01T14:47:11.857Z Compiling pin-project v1.1.11
16132026-06-01T14:47:11.860Z Compiling document-features v0.2.12
16142026-06-01T14:47:12.010Z Compiling nix v0.31.2
16152026-06-01T14:47:12.025Z Compiling zerocopy v0.7.35
16162026-06-01T14:47:12.143Z Compiling group v0.13.0
16172026-06-01T14:47:12.195Z Compiling darling v0.21.3
16182026-06-01T14:47:12.269Z Compiling rand v0.8.6
16192026-06-01T14:47:12.285Z Compiling derive_builder v0.20.2
16202026-06-01T14:47:12.301Z Compiling goblin v0.8.2
16212026-06-01T14:47:12.359Z Compiling futures-executor v0.3.32
16222026-06-01T14:47:12.373Z Compiling hubpack_derive v0.1.1
16232026-06-01T14:47:12.407Z Compiling hex v0.4.3
16242026-06-01T14:47:12.434Z Compiling hkdf v0.12.4
16252026-06-01T14:47:12.486Z Compiling crypto-bigint v0.5.5
16262026-06-01T14:47:12.540Z Compiling regex v1.12.3
16272026-06-01T14:47:12.618Z Compiling num-iter v0.1.45
16282026-06-01T14:47:12.618Z Compiling snafu-derive v0.8.9
16292026-06-01T14:47:12.649Z Compiling daft-derive v0.1.7
16302026-06-01T14:47:12.653Z Compiling ref-cast-impl v1.0.25
16312026-06-01T14:47:12.696Z Compiling curve25519-dalek-derive v0.1.1
16322026-06-01T14:47:12.746Z Compiling strum_macros v0.27.2
16332026-06-01T14:47:12.989Z Compiling tokio-util v0.7.18
16342026-06-01T14:47:13.129Z Compiling tower v0.5.3
16352026-06-01T14:47:13.145Z Compiling tokio-native-tls v0.3.1
16362026-06-01T14:47:13.176Z Compiling phf_shared v0.13.1
16372026-06-01T14:47:13.232Z Compiling terminal_size v0.4.3
16382026-06-01T14:47:13.465Z Compiling lazy_static v1.5.0
16392026-06-01T14:47:13.501Z Compiling anstyle-parse v0.2.7
16402026-06-01T14:47:13.522Z Compiling vergen v9.1.0
16412026-06-01T14:47:13.537Z Compiling cargo-platform v0.3.2
16422026-06-01T14:47:13.559Z Compiling fs-err v3.3.0
16432026-06-01T14:47:13.574Z Compiling ahash v0.8.12
16442026-06-01T14:47:13.705Z Compiling tower-http v0.6.8
16452026-06-01T14:47:13.726Z Compiling newtype-uuid v1.3.2
16462026-06-01T14:47:13.747Z Compiling bitflags v1.3.2
16472026-06-01T14:47:13.778Z Compiling object v0.37.3
16482026-06-01T14:47:13.802Z Compiling h2 v0.4.13
16492026-06-01T14:47:13.828Z Compiling bumpalo v3.20.2
16502026-06-01T14:47:13.831Z Compiling foldhash v0.2.0
16512026-06-01T14:47:13.858Z Compiling libbz2-rs-sys v0.2.2
16522026-06-01T14:47:14.064Z Compiling same-file v1.0.6
16532026-06-01T14:47:14.088Z Compiling managed v0.8.0
16542026-06-01T14:47:14.105Z Compiling winnow v0.5.40
16552026-06-01T14:47:14.105Z Compiling foldhash v0.1.5
16562026-06-01T14:47:14.134Z Compiling clap_builder v4.6.0
16572026-06-01T14:47:14.220Z Compiling flate2 v1.1.9
16582026-06-01T14:47:14.247Z Compiling walkdir v2.5.0
16592026-06-01T14:47:14.326Z Compiling bzip2 v0.6.1
16602026-06-01T14:47:14.547Z Compiling hashbrown v0.15.5
16612026-06-01T14:47:14.567Z Compiling zopfli v0.8.3
16622026-06-01T14:47:14.583Z Compiling hashbrown v0.16.1
16632026-06-01T14:47:14.599Z Compiling daft v0.1.7
16642026-06-01T14:47:14.653Z Compiling dof v0.3.0
16652026-06-01T14:47:14.694Z Compiling snafu v0.8.9
16662026-06-01T14:47:14.849Z Compiling strum v0.27.2
16672026-06-01T14:47:14.915Z Compiling cargo_metadata v0.23.1
16682026-06-01T14:47:14.930Z Compiling anstream v0.6.21
16692026-06-01T14:47:15.004Z Compiling elliptic-curve v0.13.8
16702026-06-01T14:47:15.151Z Compiling phf v0.13.1
16712026-06-01T14:47:15.242Z Compiling signal-hook-mio v0.2.5
16722026-06-01T14:47:15.291Z Compiling hubpack v0.1.2
16732026-06-01T14:47:15.304Z Compiling cookie_store v0.22.1
16742026-06-01T14:47:15.337Z Compiling bzip2 v0.4.4
16752026-06-01T14:47:15.379Z Compiling usdt-macro v0.6.0
16762026-06-01T14:47:15.450Z Compiling toml_edit v0.19.15
16772026-06-01T14:47:15.464Z Compiling usdt-attr-macro v0.6.0
16782026-06-01T14:47:15.555Z Compiling futures v0.3.32
16792026-06-01T14:47:15.582Z Compiling serde_with_macros v3.17.0
16802026-06-01T14:47:15.602Z Compiling postgres-types v0.2.12
16812026-06-01T14:47:15.756Z Compiling zstd v0.13.3
16822026-06-01T14:47:15.943Z Compiling dtrace-parser v0.2.0
16832026-06-01T14:47:16.015Z Compiling globset v0.4.18
16842026-06-01T14:47:16.044Z Compiling ed25519 v2.2.3
16852026-06-01T14:47:16.179Z Compiling pkcs1 v0.7.5
16862026-06-01T14:47:16.195Z Compiling serde_plain v1.0.2
16872026-06-01T14:47:16.322Z Compiling serde-big-array v0.5.1
16882026-06-01T14:47:16.352Z Compiling olpc-cjson v0.1.4
16892026-06-01T14:47:16.414Z Compiling rfc6979 v0.4.0
16902026-06-01T14:47:16.477Z Compiling strum_macros v0.26.4
16912026-06-01T14:47:16.532Z Compiling enum-as-inner v0.6.1
16922026-06-01T14:47:16.550Z Compiling async-recursion v1.1.1
16932026-06-01T14:47:16.608Z Compiling serde_repr v0.1.20
16942026-06-01T14:47:16.728Z Compiling clap_derive v4.6.1
16952026-06-01T14:47:16.742Z Compiling phf_shared v0.11.3
16962026-06-01T14:47:16.746Z Compiling float-cmp v0.10.0
16972026-06-01T14:47:16.829Z Compiling hyper v1.8.1
16982026-06-01T14:47:16.928Z Compiling pem v3.0.6
16992026-06-01T14:47:16.950Z Compiling memmap2 v0.9.10
17002026-06-01T14:47:16.979Z Compiling thread-id v4.2.2
17012026-06-01T14:47:17.074Z Compiling env_filter v1.0.0
17022026-06-01T14:47:17.091Z Compiling difflib v0.4.0
17032026-06-01T14:47:17.182Z Compiling normalize-line-endings v0.3.0
17042026-06-01T14:47:17.198Z Compiling predicates-core v1.0.10
17052026-06-01T14:47:17.217Z Compiling typed-path v0.9.3
17062026-06-01T14:47:17.254Z Compiling static_assertions v1.1.0
17072026-06-01T14:47:17.278Z Compiling fixedbitset v0.4.2
17082026-06-01T14:47:17.294Z Compiling precomputed-hash v0.1.1
17092026-06-01T14:47:17.344Z Compiling data-encoding v2.10.0
17102026-06-01T14:47:17.396Z Compiling keccak v0.1.6
17112026-06-01T14:47:17.411Z Compiling jiff v0.2.21
17122026-06-01T14:47:17.414Z Compiling fixedbitset v0.5.7
17132026-06-01T14:47:17.521Z Compiling whoami v2.1.0
17142026-06-01T14:47:17.677Z Compiling new_debug_unreachable v1.0.6
17152026-06-01T14:47:17.754Z Compiling string_cache v0.8.9
17162026-06-01T14:47:17.776Z Compiling tokio-postgres v0.7.16
17172026-06-01T14:47:17.817Z Compiling petgraph v0.8.3
17182026-06-01T14:47:17.922Z Compiling hickory-proto v0.25.2
17192026-06-01T14:47:18.010Z Compiling hyper-util v0.1.20
17202026-06-01T14:47:18.060Z Compiling sha3 v0.10.8
17212026-06-01T14:47:18.140Z Compiling petgraph v0.6.5
17222026-06-01T14:47:18.173Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17232026-06-01T14:47:18.223Z Compiling predicates v3.1.4
17242026-06-01T14:47:18.293Z Compiling strum v0.26.3
17252026-06-01T14:47:18.451Z Compiling env_logger v0.11.9
17262026-06-01T14:47:18.470Z Compiling usdt v0.6.0
17272026-06-01T14:47:18.485Z Compiling toml_edit v0.22.27
17282026-06-01T14:47:18.534Z Compiling usdt-impl v0.5.0
17292026-06-01T14:47:18.576Z Compiling clap v4.6.1
17302026-06-01T14:47:18.674Z Compiling toml v0.7.8
17312026-06-01T14:47:18.751Z Compiling serde_with v3.17.0
17322026-06-01T14:47:18.827Z Compiling crossterm v0.28.1
17332026-06-01T14:47:18.895Z Compiling ecdsa v0.16.9
17342026-06-01T14:47:19.150Z Compiling rsa v0.9.10
17352026-06-01T14:47:19.293Z Compiling ed25519-dalek v2.2.0
17362026-06-01T14:47:19.637Z Compiling hyper-tls v0.6.0
17372026-06-01T14:47:19.783Z Compiling zip v0.6.6
17382026-06-01T14:47:19.799Z Compiling iddqd v0.4.2
17392026-06-01T14:47:20.146Z Compiling zip v4.6.1
17402026-06-01T14:47:20.265Z Compiling toml_parser v1.0.9+spec-1.1.0
17412026-06-01T14:47:20.361Z Compiling tokio-stream v0.1.18
17422026-06-01T14:47:20.436Z Compiling buf-list v1.1.2
17432026-06-01T14:47:20.519Z Compiling similar v2.7.0
17442026-06-01T14:47:20.682Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17452026-06-01T14:47:20.745Z Compiling openapiv3 v2.2.0
17462026-06-01T14:47:20.849Z Compiling x509-cert v0.2.5
17472026-06-01T14:47:20.921Z Compiling sha1 v0.10.6
17482026-06-01T14:47:21.008Z Compiling crossbeam-epoch v0.9.18
17492026-06-01T14:47:21.026Z Compiling either v1.15.0
17502026-06-01T14:47:21.161Z Compiling peg-runtime v0.8.5
17512026-06-01T14:47:21.177Z Compiling lalrpop-util v0.19.12
17522026-06-01T14:47:21.180Z Compiling thread_local v1.1.9
17532026-06-01T14:47:21.272Z Compiling slog-async v2.8.0
17542026-06-01T14:47:21.301Z Compiling crossbeam-channel v0.5.15
17552026-06-01T14:47:21.316Z Compiling is-terminal v0.4.17
17562026-06-01T14:47:21.373Z Compiling filetime v0.2.27
17572026-06-01T14:47:21.394Z Compiling term v1.2.1
17582026-06-01T14:47:21.427Z Compiling take_mut v0.2.2
17592026-06-01T14:47:21.441Z Compiling xattr v1.6.1
17602026-06-01T14:47:21.571Z Compiling tar v0.4.45
17612026-06-01T14:47:21.705Z Compiling slog-term v2.9.2
17622026-06-01T14:47:39.194Z Compiling rustls-webpki v0.103.9
17632026-06-01T14:47:41.941Z Compiling tokio-rustls v0.26.4
17642026-06-01T14:47:41.941Z Compiling rustls-platform-verifier v0.6.2
17652026-06-01T14:47:42.151Z Compiling hyper-rustls v0.27.7
17662026-06-01T14:47:42.340Z Compiling reqwest v0.12.28
17672026-06-01T14:47:42.340Z Compiling reqwest v0.13.2
17682026-06-01T14:47:43.538Z Compiling tough v0.22.0
17692026-06-01T14:47:46.043Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17702026-06-01T14:47:46.273Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17712026-06-01T14:47:49.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.57s
17722026-06-01T14:47:49.253Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17732026-06-01T14:47:49.285ZJun 01 14:47:48.658 INFO Starting download, target: Console
17742026-06-01T14:47:49.285ZJun 01 14:47:48.658 INFO Starting download, target: Clickhouse
17752026-06-01T14:47:49.285ZJun 01 14:47:48.658 INFO Starting download, target: Cockroach
17762026-06-01T14:47:49.285ZJun 01 14:47:48.658 INFO Starting download, target: MaghemiteMgd
17772026-06-01T14:47:49.285ZJun 01 14:47:48.658 INFO Starting download, target: DendriteStub
17782026-06-01T14:47:49.290ZJun 01 14:47:48.658 INFO Starting download, target: MaghemiteDdmd
17792026-06-01T14:47:49.290ZJun 01 14:47:48.658 INFO Starting download, target: TransceiverControl
17802026-06-01T14:47:49.290ZJun 01 14:47:48.658 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17812026-06-01T14:47:49.290ZJun 01 14:47:48.659 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17822026-06-01T14:47:49.290ZJun 01 14:47:48.659 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17832026-06-01T14:47:49.290ZJun 01 14:47:48.659 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17842026-06-01T14:47:49.290ZJun 01 14:47:48.659 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17852026-06-01T14:47:49.290ZJun 01 14:47:48.659 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17862026-06-01T14:47:49.290ZJun 01 14:47:48.659 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17872026-06-01T14:47:49.844ZJun 01 14:47:49.199 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17882026-06-01T14:47:50.046ZJun 01 14:47:49.407 INFO Download complete, target: TransceiverControl
17892026-06-01T14:47:50.376ZJun 01 14:47:49.748 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17902026-06-01T14:47:50.607ZJun 01 14:47:49.975 INFO Download complete, target: Console
17912026-06-01T14:47:51.456ZJun 01 14:47:50.824 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17922026-06-01T14:47:51.610ZJun 01 14:47:50.983 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17932026-06-01T14:47:51.670ZJun 01 14:47:51.041 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17942026-06-01T14:47:51.743ZJun 01 14:47:51.114 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17952026-06-01T14:47:52.181ZJun 01 14:47:51.554 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17962026-06-01T14:47:52.181ZJun 01 14:47:51.554 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17972026-06-01T14:47:53.664ZJun 01 14:47:53.037 INFO Download complete, target: MaghemiteDdmd
17982026-06-01T14:47:54.304ZJun 01 14:47:53.677 INFO Download complete, target: DendriteStub
17992026-06-01T14:47:54.400ZJun 01 14:47:53.773 INFO Download complete, target: MaghemiteMgd
18002026-06-01T14:47:56.866ZJun 01 14:47:56.234 INFO Checking that binary works, target: Cockroach
18012026-06-01T14:47:56.991ZJun 01 14:47:56.364 INFO Download complete, target: Cockroach
18022026-06-01T14:47:58.459ZJun 01 14:47:57.832 INFO Checking that binary works, target: Clickhouse
18032026-06-01T14:47:58.547ZJun 01 14:47:57.920 INFO Download complete, target: Clickhouse
18042026-06-01T14:47:58.553ZAll prerequisites installed successfully
18052026-06-01T14:47:58.556Z
18062026-06-01T14:47:58.557Zreal 1:27.721875274
18072026-06-01T14:47:58.557Zuser 6:45.013234038
18082026-06-01T14:47:58.557Zsys 1:44.599568797
18092026-06-01T14:47:58.557Ztrap 0.218605770
18102026-06-01T14:47:58.557Ztflt 1.372546291
18112026-06-01T14:47:58.557Zdflt 1.810881984
18122026-06-01T14:47:58.557Zkflt 0.031675453
18132026-06-01T14:47:58.557Zlock 23:52.477424628
18142026-06-01T14:47:58.557Zslp 18:13.602995946
18152026-06-01T14:47:58.557Zlat 21.204309350
18162026-06-01T14:47:58.557Zstop 2:44.336360553
18172026-06-01T14:47:58.557Z+ source ./tools/include/force-git-over-https.sh
18182026-06-01T14:47:58.557Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18192026-06-01T14:47:58.557Z++ (( i = 0 ))
18202026-06-01T14:47:58.557Z++ (( i < 5 ))
18212026-06-01T14:47:58.557Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18222026-06-01T14:47:58.560Z++ (( i++ ))
18232026-06-01T14:47:58.561Z++ (( i < 5 ))
18242026-06-01T14:47:58.561Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18252026-06-01T14:47:58.564Z++ (( i++ ))
18262026-06-01T14:47:58.564Z++ (( i < 5 ))
18272026-06-01T14:47:58.564Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18282026-06-01T14:47:58.564Z++ (( i++ ))
18292026-06-01T14:47:58.564Z++ (( i < 5 ))
18302026-06-01T14:47:58.564Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18312026-06-01T14:47:58.567Z++ (( i++ ))
18322026-06-01T14:47:58.567Z++ (( i < 5 ))
18332026-06-01T14:47:58.567Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18342026-06-01T14:47:58.571Z++ (( i++ ))
18352026-06-01T14:47:58.571Z++ (( i < 5 ))
18362026-06-01T14:47:58.571Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18372026-06-01T14:47:58.571Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18382026-06-01T14:47:58.571Z+ rc=0
18392026-06-01T14:47:58.571Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18402026-06-01T14:48:03.871Z+ case $rc in
18412026-06-01T14:48:03.871Z+ pfexec zfs create -p rpool/images/build/host
18422026-06-01T14:48:04.129Z+ pfexec zfs create -p rpool/images/build/recovery
18432026-06-01T14:48:04.208Z+ cargo xtask releng --output-dir /work --mkincorp
18442026-06-01T14:48:04.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18452026-06-01T14:48:04.764Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18462026-06-01T14:48:05.634Z Compiling proc-macro2 v1.0.106
18472026-06-01T14:48:05.634Z Compiling quote v1.0.45
18482026-06-01T14:48:05.634Z Compiling unicode-ident v1.0.24
18492026-06-01T14:48:05.637Z Compiling libc v0.2.185
18502026-06-01T14:48:05.637Z Compiling serde_core v1.0.228
18512026-06-01T14:48:05.637Z Compiling serde v1.0.228
18522026-06-01T14:48:05.637Z Compiling cfg-if v1.0.4
18532026-06-01T14:48:05.637Z Compiling version_check v0.9.5
18542026-06-01T14:48:05.637Z Compiling shlex v1.3.0
18552026-06-01T14:48:05.637Z Compiling find-msvc-tools v0.1.9
18562026-06-01T14:48:05.772Z Compiling typenum v1.19.0
18572026-06-01T14:48:05.775Z Compiling autocfg v1.5.0
18582026-06-01T14:48:05.775Z Compiling zmij v1.0.21
18592026-06-01T14:48:05.775Z Compiling memchr v2.8.0
18602026-06-01T14:48:05.775Z Compiling zerocopy v0.8.40
18612026-06-01T14:48:05.930Z Compiling serde_json v1.0.149
18622026-06-01T14:48:06.008Z Compiling portable-atomic v1.13.1
18632026-06-01T14:48:06.194Z Compiling generic-array v0.14.7
18642026-06-01T14:48:06.223Z Compiling libm v0.2.16
18652026-06-01T14:48:06.248Z Compiling parking_lot_core v0.9.12
18662026-06-01T14:48:06.281Z Compiling smallvec v1.15.1
18672026-06-01T14:48:06.322Z Compiling icu_properties_data v2.1.2
18682026-06-01T14:48:06.373Z Compiling icu_normalizer_data v2.1.1
18692026-06-01T14:48:06.398Z Compiling log v0.4.29
18702026-06-01T14:48:06.416Z Compiling pkg-config v0.3.32
18712026-06-01T14:48:06.440Z Compiling num-traits v0.2.19
18722026-06-01T14:48:06.512Z Compiling itoa v1.0.17
18732026-06-01T14:48:06.542Z Compiling getrandom v0.4.1
18742026-06-01T14:48:06.582Z Compiling subtle v2.6.1
18752026-06-01T14:48:06.594Z Compiling getrandom v0.3.4
18762026-06-01T14:48:06.640Z Compiling scopeguard v1.2.0
18772026-06-01T14:48:06.657Z Compiling stable_deref_trait v1.2.1
18782026-06-01T14:48:06.750Z Compiling lock_api v0.4.14
18792026-06-01T14:48:06.821Z Compiling rustix v1.1.3
18802026-06-01T14:48:06.826Z Compiling jobserver v0.1.34
18812026-06-01T14:48:06.826Z Compiling getrandom v0.2.17
18822026-06-01T14:48:06.833Z Compiling errno v0.3.14
18832026-06-01T14:48:07.016Z Compiling rand_core v0.6.4
18842026-06-01T14:48:07.047Z Compiling cc v1.2.56
18852026-06-01T14:48:07.099Z Compiling fs_extra v1.3.0
18862026-06-01T14:48:07.099Z Compiling dunce v1.0.5
18872026-06-01T14:48:07.137Z Compiling syn v2.0.117
18882026-06-01T14:48:07.218Z Compiling critical-section v1.2.0
18892026-06-01T14:48:07.313Z Compiling pin-project-lite v0.2.17
18902026-06-01T14:48:07.350Z Compiling writeable v0.6.2
18912026-06-01T14:48:07.380Z Compiling fnv v1.0.7
18922026-06-01T14:48:07.420Z Compiling const-oid v0.9.6
18932026-06-01T14:48:07.437Z Compiling percent-encoding v2.3.2
18942026-06-01T14:48:07.437Z Compiling thiserror v2.0.18
18952026-06-01T14:48:07.446Z Compiling litemap v0.8.1
18962026-06-01T14:48:07.701Z Compiling aws-lc-rs v1.16.3
18972026-06-01T14:48:07.738Z Compiling rustversion v1.0.22
18982026-06-01T14:48:07.760Z Compiling once_cell v1.21.3
18992026-06-01T14:48:07.852Z Compiling signal-hook-registry v1.4.8
19002026-06-01T14:48:07.916Z Compiling cmake v0.1.57
19012026-06-01T14:48:07.949Z Compiling futures-core v0.3.32
19022026-06-01T14:48:07.993Z Compiling heck v0.5.0
19032026-06-01T14:48:08.012Z Compiling equivalent v1.0.2
19042026-06-01T14:48:08.035Z Compiling semver v1.0.28
19052026-06-01T14:48:08.132Z Compiling bitflags v2.11.0
19062026-06-01T14:48:08.236Z Compiling parking_lot v0.12.5
19072026-06-01T14:48:08.277Z Compiling mio v1.2.0
19082026-06-01T14:48:08.323Z Compiling httparse v1.10.1
19092026-06-01T14:48:08.371Z Compiling socket2 v0.6.3
19102026-06-01T14:48:08.444Z Compiling utf8_iter v1.0.4
19112026-06-01T14:48:08.462Z Compiling vcpkg v0.2.15
19122026-06-01T14:48:08.476Z Compiling schemars v0.8.22
19132026-06-01T14:48:08.492Z Compiling ring v0.17.14
19142026-06-01T14:48:08.564Z Compiling aws-lc-sys v0.40.0
19152026-06-01T14:48:08.708Z Compiling form_urlencoded v1.2.2
19162026-06-01T14:48:08.936Z Compiling hashbrown v0.17.0
19172026-06-01T14:48:09.029Z Compiling rustls v0.23.37
19182026-06-01T14:48:09.063Z Compiling openssl-sys v0.9.115
19192026-06-01T14:48:09.113Z Compiling rand_core v0.10.0
19202026-06-01T14:48:09.150Z Compiling crc32fast v1.5.0
19212026-06-01T14:48:09.199Z Compiling futures-sink v0.3.32
19222026-06-01T14:48:09.331Z Compiling futures-channel v0.3.32
19232026-06-01T14:48:09.414Z Compiling futures-task v0.3.32
19242026-06-01T14:48:09.418Z Compiling cpufeatures v0.2.17
19252026-06-01T14:48:09.467Z Compiling slab v0.4.12
19262026-06-01T14:48:09.471Z Compiling futures-io v0.3.32
19272026-06-01T14:48:09.557Z Compiling rustc_version v0.4.1
19282026-06-01T14:48:09.590Z Compiling indexmap v2.14.0
19292026-06-01T14:48:09.663Z Compiling ucd-trie v0.1.7
19302026-06-01T14:48:09.678Z Compiling strsim v0.11.1
19312026-06-01T14:48:09.797Z Compiling byteorder v1.5.0
19322026-06-01T14:48:09.877Z Compiling pest v2.8.6
19332026-06-01T14:48:09.916Z Compiling num-conv v0.2.0
19342026-06-01T14:48:09.949Z Compiling time-core v0.1.8
19352026-06-01T14:48:09.965Z Compiling openssl v0.10.79
19362026-06-01T14:48:10.044Z Compiling synstructure v0.13.2
19372026-06-01T14:48:10.075Z Compiling serde_derive_internals v0.29.1
19382026-06-01T14:48:10.115Z Compiling thiserror v1.0.69
19392026-06-01T14:48:10.164Z Compiling time-macros v0.2.27
19402026-06-01T14:48:10.188Z Compiling iana-time-zone v0.1.65
19412026-06-01T14:48:10.291Z Compiling ident_case v1.0.1
19422026-06-01T14:48:10.413Z Compiling syn v1.0.109
19432026-06-01T14:48:10.457Z Compiling native-tls v0.2.18
19442026-06-01T14:48:10.505Z Compiling base64 v0.22.1
19452026-06-01T14:48:10.522Z Compiling regex-syntax v0.8.10
19462026-06-01T14:48:10.583Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19472026-06-01T14:48:10.657Z Compiling crossbeam-utils v0.8.21
19482026-06-01T14:48:10.712Z Compiling base64ct v1.8.3
19492026-06-01T14:48:10.759Z Compiling untrusted v0.9.0
19502026-06-01T14:48:10.862Z Compiling uuid v1.23.0
19512026-06-01T14:48:10.930Z Compiling slog v2.8.2
19522026-06-01T14:48:11.013Z Compiling pest_meta v2.8.6
19532026-06-01T14:48:11.038Z Compiling pem-rfc7468 v0.7.0
19542026-06-01T14:48:11.163Z Compiling flagset v0.4.7
19552026-06-01T14:48:11.166Z Compiling rand_core v0.9.5
19562026-06-01T14:48:11.195Z Compiling bzip2-sys v0.1.13+1.0.8
19572026-06-01T14:48:11.304Z Compiling tracing-core v0.1.36
19582026-06-01T14:48:11.365Z Compiling serde_derive v1.0.228
19592026-06-01T14:48:11.403Z Compiling zeroize_derive v1.4.3
19602026-06-01T14:48:11.507Z Compiling zerofrom-derive v0.1.6
19612026-06-01T14:48:11.524Z Compiling yoke-derive v0.8.1
19622026-06-01T14:48:11.538Z Compiling zerocopy-derive v0.8.40
19632026-06-01T14:48:11.554Z Compiling zerovec-derive v0.11.2
19642026-06-01T14:48:11.596Z Compiling displaydoc v0.2.5
19652026-06-01T14:48:11.756Z Compiling tokio-macros v2.7.0
19662026-06-01T14:48:11.794Z Compiling futures-macro v0.3.32
19672026-06-01T14:48:12.040Z Compiling zeroize v1.8.2
19682026-06-01T14:48:12.323Z Compiling der_derive v0.7.3
19692026-06-01T14:48:12.342Z Compiling thiserror-impl v2.0.18
19702026-06-01T14:48:12.497Z Compiling tracing-attributes v0.1.31
19712026-06-01T14:48:12.503Z Compiling schemars_derive v0.8.22
19722026-06-01T14:48:12.580Z Compiling futures-util v0.3.32
19732026-06-01T14:48:12.658Z Compiling zerofrom v0.1.6
19742026-06-01T14:48:12.804Z Compiling yoke v0.8.1
19752026-06-01T14:48:12.821Z Compiling crypto-common v0.1.7
19762026-06-01T14:48:12.865Z Compiling block-buffer v0.10.4
19772026-06-01T14:48:13.002Z Compiling zerovec v0.11.5
19782026-06-01T14:48:13.022Z Compiling zerotrie v0.2.3
19792026-06-01T14:48:13.229Z Compiling digest v0.10.7
19802026-06-01T14:48:13.509Z Compiling hmac v0.12.1
19812026-06-01T14:48:13.594Z Compiling tinystr v0.8.2
19822026-06-01T14:48:13.652Z Compiling potential_utf v0.1.4
19832026-06-01T14:48:13.697Z Compiling block-padding v0.3.3
19842026-06-01T14:48:13.713Z Compiling rustls-pki-types v1.14.0
19852026-06-01T14:48:13.810Z Compiling icu_locale_core v2.1.1
19862026-06-01T14:48:13.826Z Compiling icu_collections v2.1.1
19872026-06-01T14:48:13.843Z Compiling inout v0.1.4
19882026-06-01T14:48:13.862Z Compiling pest_generator v2.8.6
19892026-06-01T14:48:14.163Z Compiling openssl-macros v0.1.1
19902026-06-01T14:48:14.538Z Compiling bytes v1.11.1
19912026-06-01T14:48:14.589Z Compiling icu_provider v2.1.1
19922026-06-01T14:48:14.593Z Compiling chrono v0.4.44
19932026-06-01T14:48:14.621Z Compiling pest_derive v2.8.6
19942026-06-01T14:48:14.704Z Compiling cipher v0.4.4
19952026-06-01T14:48:14.825Z Compiling sha2 v0.10.9
19962026-06-01T14:48:14.904Z Compiling icu_properties v2.1.2
19972026-06-01T14:48:14.954Z Compiling icu_normalizer v2.1.1
19982026-06-01T14:48:15.062Z Compiling tokio v1.52.1
19992026-06-01T14:48:15.156Z Compiling http v1.4.0
20002026-06-01T14:48:15.206Z Compiling scroll_derive v0.13.1
20012026-06-01T14:48:15.823Z Compiling idna_adapter v1.2.1
20022026-06-01T14:48:15.972Z Compiling idna v1.1.0
20032026-06-01T14:48:15.988Z Compiling ppv-lite86 v0.2.21
20042026-06-01T14:48:16.094Z Compiling thiserror-impl v1.0.69
20052026-06-01T14:48:16.350Z Compiling url v2.5.8
20062026-06-01T14:48:16.436Z Compiling der v0.7.10
20072026-06-01T14:48:16.488Z Compiling cookie v0.18.1
20082026-06-01T14:48:16.705Z Compiling camino v1.2.2
20092026-06-01T14:48:16.729Z Compiling paste v1.0.15
20102026-06-01T14:48:17.023Z Compiling plain v0.2.3
20112026-06-01T14:48:17.222Z Compiling http-body v1.0.1
20122026-06-01T14:48:17.247Z Compiling salsa20 v0.10.2
20132026-06-01T14:48:17.262Z Compiling pbkdf2 v0.12.2
20142026-06-01T14:48:17.395Z Compiling spki v0.7.3
20152026-06-01T14:48:17.411Z Compiling tracing v0.1.44
20162026-06-01T14:48:18.017Z Compiling aho-corasick v1.1.4
20172026-06-01T14:48:18.044Z Compiling atomic-waker v1.1.2
20182026-06-01T14:48:18.060Z Compiling num-bigint-dig v0.8.6
20192026-06-01T14:48:18.197Z Compiling fastrand v2.3.0
20202026-06-01T14:48:18.279Z Compiling dyn-clone v1.0.20
20212026-06-01T14:48:18.444Z Compiling scrypt v0.11.0
20222026-06-01T14:48:18.688Z Compiling rand_chacha v0.9.0
20232026-06-01T14:48:18.704Z Compiling cbc v0.1.2
20242026-06-01T14:48:18.788Z Compiling tokio-util v0.7.18
20252026-06-01T14:48:18.833Z Compiling regex-automata v0.4.14
20262026-06-01T14:48:18.869Z Compiling aes v0.8.4
20272026-06-01T14:48:18.910Z Compiling async-trait v0.1.89
20282026-06-01T14:48:19.066Z Compiling ahash v0.8.12
20292026-06-01T14:48:19.083Z Compiling try-lock v0.2.5
20302026-06-01T14:48:19.101Z Compiling tinyvec_macros v0.1.1
20312026-06-01T14:48:19.265Z Compiling anyhow v1.0.102
20322026-06-01T14:48:19.346Z Compiling untrusted v0.7.1
20332026-06-01T14:48:19.459Z Compiling tower-service v0.3.3
20342026-06-01T14:48:19.491Z Compiling usdt-impl v0.6.0
20352026-06-01T14:48:19.557Z Compiling zstd-safe v7.2.4
20362026-06-01T14:48:19.576Z Compiling openssl-probe v0.2.1
20372026-06-01T14:48:19.598Z Compiling tower-layer v0.3.3
20382026-06-01T14:48:19.739Z Compiling pretty-hex v0.4.1
20392026-06-01T14:48:19.845Z Compiling pkcs5 v0.7.1
20402026-06-01T14:48:19.862Z Compiling want v0.3.1
20412026-06-01T14:48:19.883Z Compiling tinyvec v1.10.0
20422026-06-01T14:48:20.016Z Compiling h2 v0.4.13
20432026-06-01T14:48:20.064Z Compiling rand v0.9.2
20442026-06-01T14:48:20.311Z Compiling scroll v0.13.0
20452026-06-01T14:48:20.327Z Compiling ipnet v2.11.0
20462026-06-01T14:48:20.363Z Compiling serde_tokenstream v0.2.3
20472026-06-01T14:48:20.602Z Compiling scroll_derive v0.12.1
20482026-06-01T14:48:20.657Z Compiling daft-derive v0.1.7
20492026-06-01T14:48:20.720Z Compiling clap_derive v4.6.1
20502026-06-01T14:48:20.736Z Compiling heapless v0.7.17
20512026-06-01T14:48:21.208Z Compiling signal-hook v0.3.18
20522026-06-01T14:48:21.264Z Compiling httpdate v1.0.3
20532026-06-01T14:48:21.360Z Compiling pin-utils v0.1.0
20542026-06-01T14:48:21.377Z Compiling utf8parse v0.2.2
20552026-06-01T14:48:21.418Z Compiling unicode-segmentation v1.12.0
20562026-06-01T14:48:21.561Z Compiling litrs v1.0.0
20572026-06-01T14:48:21.814Z Compiling goblin v0.10.5
20582026-06-01T14:48:21.990Z Compiling pkcs8 v0.10.2
20592026-06-01T14:48:22.015Z Compiling tempfile v3.25.0
20602026-06-01T14:48:22.055Z Compiling document-features v0.2.12
20612026-06-01T14:48:22.319Z Compiling pin-project-internal v1.1.11
20622026-06-01T14:48:22.337Z Compiling darling_core v0.20.11
20632026-06-01T14:48:22.688Z Compiling spin v0.9.8
20642026-06-01T14:48:22.724Z Compiling socket2 v0.5.10
20652026-06-01T14:48:22.863Z Compiling powerfmt v0.2.0
20662026-06-01T14:48:22.886Z Compiling foreign-types-shared v0.1.1
20672026-06-01T14:48:22.995Z Compiling simd-adler32 v0.3.8
20682026-06-01T14:48:23.198Z Compiling anstyle v1.0.14
20692026-06-01T14:48:23.306Z Compiling deranged v0.5.8
20702026-06-01T14:48:23.438Z Compiling hyper v1.8.1
20712026-06-01T14:48:23.506Z Compiling foreign-types v0.3.2
20722026-06-01T14:48:23.567Z Compiling heck v0.4.1
20732026-06-01T14:48:23.607Z Compiling unicode-normalization v0.1.25
20742026-06-01T14:48:23.787Z Compiling dtrace-parser v0.3.0
20752026-06-01T14:48:23.787Z Compiling hex v0.4.3
20762026-06-01T14:48:24.000Z Compiling strum_macros v0.26.4
20772026-06-01T14:48:24.092Z Compiling zerocopy-derive v0.7.35
20782026-06-01T14:48:24.109Z Compiling darling_core v0.21.3
20792026-06-01T14:48:24.274Z Compiling curve25519-dalek v4.1.3
20802026-06-01T14:48:24.372Z Compiling darling_macro v0.20.11
20812026-06-01T14:48:24.497Z Compiling thread-id v5.1.0
20822026-06-01T14:48:24.598Z Compiling dof v0.4.0
20832026-06-01T14:48:24.746Z Compiling memoffset v0.9.1
20842026-06-01T14:48:24.791Z Compiling ref-cast v1.0.25
20852026-06-01T14:48:24.886Z Compiling hyper-util v0.1.20
20862026-06-01T14:48:24.974Z Compiling colorchoice v1.0.4
20872026-06-01T14:48:25.106Z Compiling is_terminal_polyfill v1.70.2
20882026-06-01T14:48:25.122Z Compiling adler2 v2.0.1
20892026-06-01T14:48:25.163Z Compiling num_threads v0.1.7
20902026-06-01T14:48:25.267Z Compiling anstyle-query v1.1.5
20912026-06-01T14:48:25.303Z Compiling rustix v0.38.44
20922026-06-01T14:48:25.321Z Compiling smoltcp v0.9.1
20932026-06-01T14:48:25.344Z Compiling time v0.3.47
20942026-06-01T14:48:25.507Z Compiling miniz_oxide v0.8.9
20952026-06-01T14:48:25.660Z Compiling darling v0.20.11
20962026-06-01T14:48:25.729Z Compiling snafu-derive v0.8.9
20972026-06-01T14:48:25.747Z Compiling rustls-native-certs v0.8.3
20982026-06-01T14:48:25.980Z Compiling http-body-util v0.1.3
20992026-06-01T14:48:26.032Z Compiling toml_datetime v0.6.11
21002026-06-01T14:48:26.153Z Compiling serde_spanned v0.6.9
21012026-06-01T14:48:26.364Z Compiling darling_macro v0.21.3
21022026-06-01T14:48:26.404Z Compiling sync_wrapper v1.0.2
21032026-06-01T14:48:26.544Z Compiling wait-timeout v0.2.1
21042026-06-01T14:48:26.570Z Compiling encoding_rs v0.8.35
21052026-06-01T14:48:26.808Z Compiling siphasher v1.0.2
21062026-06-01T14:48:26.848Z Compiling zlib-rs v0.6.2
21072026-06-01T14:48:26.865Z Compiling quick-error v1.2.3
21082026-06-01T14:48:26.991Z Compiling bit-vec v0.8.0
21092026-06-01T14:48:27.008Z Compiling mime v0.3.17
21102026-06-01T14:48:27.153Z Compiling cfg_aliases v0.2.1
21112026-06-01T14:48:27.377Z Compiling ryu v1.0.23
21122026-06-01T14:48:27.503Z Compiling nix v0.31.2
21132026-06-01T14:48:27.517Z Compiling bit-set v0.8.0
21142026-06-01T14:48:27.539Z Compiling rusty-fork v0.3.1
21152026-06-01T14:48:27.633Z Compiling serde_urlencoded v0.7.1
21162026-06-01T14:48:27.666Z Compiling darling v0.21.3
21172026-06-01T14:48:27.696Z Compiling tower v0.5.3
21182026-06-01T14:48:27.861Z Compiling derive_builder_core v0.20.2
21192026-06-01T14:48:27.900Z Compiling anstyle-parse v1.0.0
21202026-06-01T14:48:27.937Z Compiling regex v1.12.3
21212026-06-01T14:48:28.004Z Compiling webpki-roots v1.0.6
21222026-06-01T14:48:28.137Z Compiling erased-serde v0.3.31
21232026-06-01T14:48:28.153Z Compiling hubpack_derive v0.1.1
21242026-06-01T14:48:28.245Z Compiling signature v2.2.0
21252026-06-01T14:48:28.262Z Compiling ref-cast-impl v1.0.25
21262026-06-01T14:48:28.283Z Compiling strum_macros v0.27.2
21272026-06-01T14:48:28.321Z Compiling curve25519-dalek-derive v0.1.1
21282026-06-01T14:48:28.338Z Compiling rand_xorshift v0.4.0
21292026-06-01T14:48:28.582Z Compiling fs-err v3.3.0
21302026-06-01T14:48:28.602Z Compiling usdt-impl v0.5.0
21312026-06-01T14:48:28.633Z Compiling iri-string v0.7.10
21322026-06-01T14:48:28.744Z Compiling unarray v0.1.4
21332026-06-01T14:48:28.794Z Compiling unicode-properties v0.1.4
21342026-06-01T14:48:28.847Z Compiling unicode-bidi v0.3.18
21352026-06-01T14:48:28.964Z Compiling flate2 v1.1.9
21362026-06-01T14:48:28.982Z Compiling object v0.37.3
21372026-06-01T14:48:29.023Z Compiling allocator-api2 v0.2.21
21382026-06-01T14:48:29.276Z Compiling stringprep v0.1.5
21392026-06-01T14:48:29.391Z Compiling proptest v1.10.0
21402026-06-01T14:48:29.617Z Compiling derive_builder_macro v0.20.2
21412026-06-01T14:48:29.976Z Compiling tower-http v0.6.8
21422026-06-01T14:48:30.118Z Compiling tokio-native-tls v0.3.1
21432026-06-01T14:48:30.210Z Compiling anstream v1.0.0
21442026-06-01T14:48:30.302Z Compiling serde_with_macros v3.17.0
21452026-06-01T14:48:30.410Z Compiling usdt-macro v0.6.0
21462026-06-01T14:48:30.565Z Compiling usdt-attr-macro v0.6.0
21472026-06-01T14:48:30.702Z Compiling ipnetwork v0.21.1
21482026-06-01T14:48:30.981Z Compiling scroll v0.12.0
21492026-06-01T14:48:31.012Z Compiling bstr v1.12.1
21502026-06-01T14:48:31.143Z Compiling rand_chacha v0.3.1
21512026-06-01T14:48:31.275Z Compiling md-5 v0.10.6
21522026-06-01T14:48:31.352Z Compiling async-recursion v1.1.1
21532026-06-01T14:48:31.371Z Compiling terminal_size v0.4.3
21542026-06-01T14:48:31.386Z Compiling num-integer v0.1.46
21552026-06-01T14:48:31.444Z Compiling hash32 v0.2.1
21562026-06-01T14:48:31.460Z Compiling vergen-lib v9.1.0
21572026-06-01T14:48:31.485Z Compiling ff v0.13.1
21582026-06-01T14:48:31.557Z Compiling psl-types v2.0.11
21592026-06-01T14:48:31.638Z Compiling fallible-iterator v0.2.0
21602026-06-01T14:48:31.673Z Compiling winnow v0.7.14
21612026-06-01T14:48:31.715Z Compiling clap_lex v1.0.0
21622026-06-01T14:48:31.839Z Compiling base16ct v0.2.0
21632026-06-01T14:48:31.976Z Compiling sec1 v0.7.3
21642026-06-01T14:48:32.013Z Compiling postgres-protocol v0.6.10
21652026-06-01T14:48:32.081Z Compiling clap_builder v4.6.0
21662026-06-01T14:48:32.228Z Compiling publicsuffix v2.3.0
21672026-06-01T14:48:32.250Z Compiling num-iter v0.1.45
21682026-06-01T14:48:32.267Z Compiling group v0.13.0
21692026-06-01T14:48:32.389Z Compiling rand v0.8.6
21702026-06-01T14:48:32.419Z Compiling newtype-uuid v1.3.2
21712026-06-01T14:48:32.523Z Compiling goblin v0.8.2
21722026-06-01T14:48:33.129Z Compiling oxnet v0.1.5
21732026-06-01T14:48:33.151Z Compiling hyper-tls v0.6.0
21742026-06-01T14:48:33.167Z Compiling derive_builder v0.20.2
21752026-06-01T14:48:33.216Z Compiling phf_shared v0.13.1
21762026-06-01T14:48:33.442Z Compiling zerocopy v0.7.35
21772026-06-01T14:48:33.471Z Compiling lazy_static v1.5.0
21782026-06-01T14:48:33.543Z Compiling pin-project v1.1.11
21792026-06-01T14:48:33.561Z Compiling anstyle-parse v0.2.7
21802026-06-01T14:48:33.664Z Compiling futures-executor v0.3.32
21812026-06-01T14:48:33.772Z Compiling hkdf v0.12.4
21822026-06-01T14:48:33.804Z Compiling crypto-bigint v0.5.5
21832026-06-01T14:48:33.848Z Compiling serde_repr v0.1.20
21842026-06-01T14:48:33.870Z Compiling enum-as-inner v0.6.1
21852026-06-01T14:48:33.958Z Compiling vergen v9.1.0
21862026-06-01T14:48:34.004Z Compiling cargo-platform v0.3.2
21872026-06-01T14:48:34.065Z Compiling bumpalo v3.20.2
21882026-06-01T14:48:34.208Z Compiling libbz2-rs-sys v0.2.2
21892026-06-01T14:48:34.409Z Compiling foldhash v0.2.0
21902026-06-01T14:48:34.462Z Compiling winnow v0.5.40
21912026-06-01T14:48:34.488Z Compiling managed v0.8.0
21922026-06-01T14:48:34.577Z Compiling bitflags v1.3.2
21932026-06-01T14:48:34.641Z Compiling foldhash v0.1.5
21942026-06-01T14:48:34.670Z Compiling same-file v1.0.6
21952026-06-01T14:48:34.803Z Compiling walkdir v2.5.0
21962026-06-01T14:48:34.822Z Compiling hashbrown v0.15.5
21972026-06-01T14:48:34.868Z Compiling elliptic-curve v0.13.8
21982026-06-01T14:48:34.885Z Compiling dof v0.3.0
21992026-06-01T14:48:35.103Z Compiling bzip2 v0.6.1
22002026-06-01T14:48:35.216Z Compiling hashbrown v0.16.1
22012026-06-01T14:48:35.505Z Compiling zopfli v0.8.3
22022026-06-01T14:48:35.831Z Compiling toml_edit v0.19.15
22032026-06-01T14:48:35.856Z Compiling cargo_metadata v0.23.1
22042026-06-01T14:48:35.916Z Compiling clap v4.6.1
22052026-06-01T14:48:36.016Z Compiling futures v0.3.32
22062026-06-01T14:48:36.080Z Compiling anstream v0.6.21
22072026-06-01T14:48:36.375Z Compiling snafu v0.8.9
22082026-06-01T14:48:36.797Z Compiling phf v0.13.1
22092026-06-01T14:48:36.864Z Compiling daft v0.1.7
22102026-06-01T14:48:36.997Z Compiling zstd v0.13.3
22112026-06-01T14:48:37.078Z Compiling signal-hook-mio v0.2.5
22122026-06-01T14:48:37.154Z Compiling cookie_store v0.22.1
22132026-06-01T14:48:37.173Z Compiling postgres-types v0.2.12
22142026-06-01T14:48:37.215Z Compiling bzip2 v0.4.4
22152026-06-01T14:48:37.263Z Compiling globset v0.4.18
22162026-06-01T14:48:37.297Z Compiling strum v0.27.2
22172026-06-01T14:48:37.382Z Compiling dtrace-parser v0.2.0
22182026-06-01T14:48:37.516Z Compiling hubpack v0.1.2
22192026-06-01T14:48:37.535Z Compiling ed25519 v2.2.3
22202026-06-01T14:48:37.607Z Compiling phf_shared v0.11.3
22212026-06-01T14:48:37.623Z Compiling olpc-cjson v0.1.4
22222026-06-01T14:48:37.755Z Compiling pkcs1 v0.7.5
22232026-06-01T14:48:37.819Z Compiling pem v3.0.6
22242026-06-01T14:48:37.883Z Compiling serde_plain v1.0.2
22252026-06-01T14:48:37.918Z Compiling serde-big-array v0.5.1
22262026-06-01T14:48:37.952Z Compiling rfc6979 v0.4.0
22272026-06-01T14:48:38.009Z Compiling float-cmp v0.10.0
22282026-06-01T14:48:38.088Z Compiling memmap2 v0.9.10
22292026-06-01T14:48:38.105Z Compiling thread-id v4.2.2
22302026-06-01T14:48:38.105Z Compiling env_filter v1.0.0
22312026-06-01T14:48:38.141Z Compiling data-encoding v2.10.0
22322026-06-01T14:48:38.174Z Compiling difflib v0.4.0
22332026-06-01T14:48:38.189Z Compiling precomputed-hash v0.1.1
22342026-06-01T14:48:38.206Z Compiling keccak v0.1.6
22352026-06-01T14:48:38.296Z Compiling whoami v2.1.0
22362026-06-01T14:48:38.314Z Compiling jiff v0.2.21
22372026-06-01T14:48:38.362Z Compiling new_debug_unreachable v1.0.6
22382026-06-01T14:48:38.393Z Compiling toml_write v0.1.2
22392026-06-01T14:48:38.429Z Compiling normalize-line-endings v0.3.0
22402026-06-01T14:48:38.446Z Compiling static_assertions v1.1.0
22412026-06-01T14:48:38.463Z Compiling fixedbitset v0.5.7
22422026-06-01T14:48:38.535Z Compiling fixedbitset v0.4.2
22432026-06-01T14:48:38.631Z Compiling typed-path v0.9.3
22442026-06-01T14:48:38.647Z Compiling predicates-core v1.0.10
22452026-06-01T14:48:38.692Z Compiling petgraph v0.6.5
22462026-06-01T14:48:38.772Z Compiling predicates v3.1.4
22472026-06-01T14:48:38.775Z Compiling petgraph v0.8.3
22482026-06-01T14:48:38.821Z Compiling toml_edit v0.22.27
22492026-06-01T14:48:38.967Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22502026-06-01T14:48:39.387Z Compiling tokio-postgres v0.7.16
22512026-06-01T14:48:39.404Z Compiling hickory-proto v0.25.2
22522026-06-01T14:48:39.796Z Compiling string_cache v0.8.9
22532026-06-01T14:48:39.989Z Compiling sha3 v0.10.8
22542026-06-01T14:48:40.278Z Compiling env_logger v0.11.9
22552026-06-01T14:48:40.294Z Compiling usdt v0.6.0
22562026-06-01T14:48:40.616Z Compiling ecdsa v0.16.9
22572026-06-01T14:48:40.707Z Compiling rsa v0.9.10
22582026-06-01T14:48:40.948Z Compiling zip v4.6.1
22592026-06-01T14:48:41.632Z Compiling ed25519-dalek v2.2.0
22602026-06-01T14:48:41.696Z Compiling crossterm v0.28.1
22612026-06-01T14:48:41.836Z Compiling zip v0.6.6
22622026-06-01T14:48:41.935Z Compiling toml v0.7.8
22632026-06-01T14:48:41.994Z Compiling iddqd v0.4.2
22642026-06-01T14:48:42.353Z Compiling crossbeam-epoch v0.9.18
22652026-06-01T14:48:42.370Z Compiling toml_parser v1.0.9+spec-1.1.0
22662026-06-01T14:48:42.492Z Compiling serde_with v3.17.0
22672026-06-01T14:48:42.516Z Compiling similar v2.7.0
22682026-06-01T14:48:42.598Z Compiling strum v0.26.3
22692026-06-01T14:48:42.749Z Compiling tokio-stream v0.1.18
22702026-06-01T14:48:42.858Z Compiling buf-list v1.1.2
22712026-06-01T14:48:42.953Z Compiling x509-cert v0.2.5
22722026-06-01T14:48:43.149Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22732026-06-01T14:48:43.239Z Compiling openapiv3 v2.2.0
22742026-06-01T14:48:43.256Z Compiling sha1 v0.10.6
22752026-06-01T14:48:43.451Z Compiling structmeta-derive v0.3.0
22762026-06-01T14:48:43.492Z Compiling either v1.15.0
22772026-06-01T14:48:43.622Z Compiling peg-runtime v0.8.5
22782026-06-01T14:48:43.740Z Compiling lalrpop-util v0.19.12
22792026-06-01T14:48:43.881Z Compiling radium v0.7.0
22802026-06-01T14:48:44.463Z Compiling structmeta v0.3.0
22812026-06-01T14:48:45.074Z Compiling maybe-uninit v2.0.0
22822026-06-01T14:48:45.219Z Compiling tap v1.0.1
22832026-06-01T14:48:45.546Z Compiling wyz v0.5.1
22842026-06-01T14:48:47.064Z Compiling packed_struct v0.10.1
22852026-06-01T14:48:47.081Z Compiling funty v2.0.0
22862026-06-01T14:48:47.447Z Compiling bitvec v1.0.1
22872026-06-01T14:48:49.608Z Compiling packed_struct_codegen v0.10.1
22882026-06-01T14:48:49.902Z Compiling zerocopy-derive v0.6.6
22892026-06-01T14:48:50.101Z Compiling bitfield-macros v0.19.4
22902026-06-01T14:48:50.489Z Compiling indexmap v1.9.3
22912026-06-01T14:48:50.640Z Compiling typeid v1.0.3
22922026-06-01T14:48:50.784Z Compiling nodrop v0.1.14
22932026-06-01T14:48:50.900Z Compiling crc-catalog v2.4.0
22942026-06-01T14:48:50.948Z Compiling array-init v0.0.4
22952026-06-01T14:48:50.989Z Compiling crc v3.4.0
22962026-06-01T14:48:51.195Z Compiling bitfield v0.19.4
22972026-06-01T14:48:51.518Z Compiling zerocopy v0.6.6
22982026-06-01T14:48:52.130Z Compiling smallvec v0.6.14
22992026-06-01T14:48:52.420Z Compiling derive-ex v0.1.8
23002026-06-01T14:48:54.295Z Compiling erased-serde v0.4.9
23012026-06-01T14:48:54.604Z Compiling hashbrown v0.12.3
23022026-06-01T14:48:54.969Z Compiling base64 v0.21.7
23032026-06-01T14:48:55.205Z Compiling rustls v0.22.4
23042026-06-01T14:48:55.411Z Compiling ron v0.8.1
23052026-06-01T14:48:55.967Z Compiling rustls-webpki v0.103.9
23062026-06-01T14:48:57.671Z Compiling test-strategy v0.4.5
23072026-06-01T14:48:58.054Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23082026-06-01T14:48:58.458Z Compiling serde-hex v0.1.0
23092026-06-01T14:48:59.097Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23102026-06-01T14:48:59.489Z Compiling toml v0.8.23
23112026-06-01T14:49:00.033Z Compiling tokio-rustls v0.26.4
23122026-06-01T14:49:00.142Z Compiling rustls-platform-verifier v0.6.2
23132026-06-01T14:49:00.226Z Compiling hashbrown v0.13.2
23142026-06-01T14:49:00.315Z Compiling hyper-rustls v0.27.7
23152026-06-01T14:49:00.363Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23162026-06-01T14:49:00.614Z Compiling reqwest v0.12.28
23172026-06-01T14:49:00.648Z Compiling reqwest v0.13.2
23182026-06-01T14:49:00.821Z Compiling rustls-webpki v0.102.8
23192026-06-01T14:49:01.178Z Compiling filetime v0.2.27
23202026-06-01T14:49:01.218Z Compiling multer v3.1.0
23212026-06-01T14:49:01.222Z Compiling thread_local v1.1.9
23222026-06-01T14:49:01.253Z Compiling slog-async v2.8.0
23232026-06-01T14:49:01.369Z Compiling match_cfg v0.1.0
23242026-06-01T14:49:01.445Z Compiling rayon-core v1.13.0
23252026-06-01T14:49:01.459Z Compiling compression-core v0.4.31
23262026-06-01T14:49:01.473Z Compiling xattr v1.6.1
23272026-06-01T14:49:01.539Z Compiling crc-any v2.5.0
23282026-06-01T14:49:01.610Z Compiling compression-codecs v0.4.37
23292026-06-01T14:49:01.658Z Compiling tar v0.4.45
23302026-06-01T14:49:01.706Z Compiling hostname v0.3.1
23312026-06-01T14:49:01.779Z Compiling object v0.30.4
23322026-06-01T14:49:01.895Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23332026-06-01T14:49:01.959Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23342026-06-01T14:49:01.993Z Compiling crossbeam-channel v0.5.15
23352026-06-01T14:49:02.059Z Compiling slog-json v2.6.1
23362026-06-01T14:49:02.403Z Compiling tough v0.22.0
23372026-06-01T14:49:02.524Z Compiling async-stream-impl v0.3.6
23382026-06-01T14:49:02.615Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23392026-06-01T14:49:02.645Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23402026-06-01T14:49:02.695Z Compiling ordered-float v2.10.1
23412026-06-01T14:49:02.992Z Compiling toml_datetime v1.0.0+spec-1.1.0
23422026-06-01T14:49:03.070Z Compiling serde_path_to_error v0.1.20
23432026-06-01T14:49:03.109Z Compiling serde_spanned v1.0.4
23442026-06-01T14:49:03.202Z Compiling is-terminal v0.4.17
23452026-06-01T14:49:03.292Z Compiling fs-err v2.11.0
23462026-06-01T14:49:03.325Z Compiling dropshot v0.17.0
23472026-06-01T14:49:03.357Z Compiling debug-ignore v1.0.5
23482026-06-01T14:49:03.446Z Compiling path-slash v0.1.5
23492026-06-01T14:49:03.491Z Compiling take_mut v0.2.2
23502026-06-01T14:49:03.517Z Compiling term v1.2.1
23512026-06-01T14:49:03.540Z Compiling toml_writer v1.0.6+spec-1.1.0
23522026-06-01T14:49:03.636Z Compiling async-stream v0.3.6
23532026-06-01T14:49:03.771Z Compiling toml v1.0.6+spec-1.1.0
23542026-06-01T14:49:03.828Z Compiling tokio-rustls v0.25.0
23552026-06-01T14:49:03.850Z Compiling slog-term v2.9.2
23562026-06-01T14:49:03.946Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23572026-06-01T14:49:03.984Z Compiling serde-value v0.7.0
23582026-06-01T14:49:04.109Z Compiling serde-untagged v0.1.9
23592026-06-01T14:49:04.126Z Compiling slog-bunyan v2.5.0
23602026-06-01T14:49:04.129Z Compiling async-compression v0.4.41
23612026-06-01T14:49:04.501Z Compiling crossbeam-deque v0.8.6
23622026-06-01T14:49:04.649Z Compiling parse-display-derive v0.10.0
23632026-06-01T14:49:04.723Z Compiling camino-tempfile v1.4.1
23642026-06-01T14:49:04.747Z Compiling dropshot_endpoint v0.17.0
23652026-06-01T14:49:04.897Z Compiling newtype-uuid-macros v0.1.0
23662026-06-01T14:49:05.120Z Compiling backon v1.6.0
23672026-06-01T14:49:05.148Z Compiling waitgroup v0.1.2
23682026-06-01T14:49:05.339Z Compiling half v2.7.1
23692026-06-01T14:49:05.356Z Compiling rustls-pemfile v2.2.0
23702026-06-01T14:49:05.376Z Compiling blake3 v1.8.3
23712026-06-01T14:49:05.399Z Compiling hostname v0.4.2
23722026-06-01T14:49:05.512Z Compiling instant v0.1.13
23732026-06-01T14:49:05.590Z Compiling unicode-xid v0.2.6
23742026-06-01T14:49:05.645Z Compiling ciborium-io v0.2.2
23752026-06-01T14:49:05.668Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23762026-06-01T14:49:05.671Z Compiling backoff v0.4.0
23772026-06-01T14:49:05.724Z Compiling cargo-util-schemas v0.8.2
23782026-06-01T14:49:05.761Z Compiling ciborium-ll v0.2.2
23792026-06-01T14:49:05.934Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23802026-06-01T14:49:05.994Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23812026-06-01T14:49:06.149Z Compiling parse-display v0.10.0
23822026-06-01T14:49:06.257Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23832026-06-01T14:49:06.337Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23842026-06-01T14:49:06.439Z Compiling regress v0.10.5
23852026-06-01T14:49:06.497Z Compiling itertools v0.14.0
23862026-06-01T14:49:06.573Z Compiling itertools v0.13.0
23872026-06-01T14:49:06.748Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23882026-06-01T14:49:07.056Z Compiling macaddr v1.0.1
23892026-06-01T14:49:07.262Z Compiling cargo-platform v0.2.0
23902026-06-01T14:49:07.344Z Compiling parse-size v1.1.0
23912026-06-01T14:49:07.366Z Compiling arrayvec v0.7.6
23922026-06-01T14:49:07.422Z Compiling humantime v2.3.0
23932026-06-01T14:49:07.550Z Compiling arrayref v0.3.9
23942026-06-01T14:49:07.622Z Compiling indent_write v2.2.0
23952026-06-01T14:49:07.649Z Compiling constant_time_eq v0.4.2
23962026-06-01T14:49:07.826Z Compiling cargo_metadata v0.21.0
23972026-06-01T14:49:07.860Z Compiling ciborium v0.2.2
23982026-06-01T14:49:07.882Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23992026-06-01T14:49:07.900Z Compiling display-error-chain v0.2.2
24002026-06-01T14:49:07.999Z Compiling topological-sort v0.2.2
24012026-06-01T14:49:08.074Z Compiling shell-words v1.1.1
24022026-06-01T14:49:08.470Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24032026-06-01T14:49:18.514Z Compiling progenitor-client v0.14.0
24042026-06-01T14:49:18.514Z Compiling progenitor-client v0.13.0
24052026-06-01T14:49:18.547Z Compiling omicron-zone-package v0.12.2
24062026-06-01T14:49:19.006Z Compiling progenitor-extras v0.2.0
24072026-06-01T14:49:21.285Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24082026-06-01T14:49:21.309Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24092026-06-01T14:49:21.377Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24102026-06-01T14:49:21.519Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24112026-06-01T14:49:25.579Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24122026-06-01T14:49:28.935Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24132026-06-01T14:49:36.852Z Finished `release` profile [optimized] target(s) in 1m 32s
24142026-06-01T14:49:37.006Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24152026-06-01T14:49:37.062ZJun 01 14:49:36.434 DEBG changing working directory to /work/oxidecomputer/omicron
24162026-06-01T14:49:37.156ZJun 01 14:49:36.527 DEBG running: git rev-parse HEAD
24172026-06-01T14:49:37.159ZJun 01 14:49:36.529 DEBG process exited with exit status: 0 (2.36108ms)
24182026-06-01T14:49:37.159ZJun 01 14:49:36.529 INFO version: 20.0.0-0.ci+gitb73c7be4a26
24192026-06-01T14:49:37.165ZJun 01 14:49:36.538 INFO cloning helios to /work/oxidecomputer/helios
24202026-06-01T14:49:37.165ZJun 01 14:49:36.538 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24212026-06-01T14:49:37.168ZCloning into '/work/oxidecomputer/helios'...
24222026-06-01T14:49:37.670ZJun 01 14:49:37.043 DEBG process exited with exit status: 0 (505.567869ms)
24232026-06-01T14:49:37.670ZJun 01 14:49:37.043 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24242026-06-01T14:49:37.673ZJun 01 14:49:37.045 DEBG process exited with exit status: 0 (2.51873ms)
24252026-06-01T14:49:37.673ZJun 01 14:49:37.045 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24262026-06-01T14:49:37.986ZJun 01 14:49:37.358 DEBG process exited with exit status: 0 (312.882ms)
24272026-06-01T14:49:37.986ZJun 01 14:49:37.358 DEBG running: zfs list rpool/images/build/host
24282026-06-01T14:49:37.990ZNAME USED AVAIL REFER MOUNTPOINT
24292026-06-01T14:49:37.990Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24302026-06-01T14:49:37.993ZJun 01 14:49:37.363 DEBG process exited with exit status: 0 (4.50982ms)
24312026-06-01T14:49:37.993ZJun 01 14:49:37.363 DEBG running: zfs list rpool/images/build/recovery
24322026-06-01T14:49:37.996ZNAME USED AVAIL REFER MOUNTPOINT
24332026-06-01T14:49:37.996Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24342026-06-01T14:49:37.996ZJun 01 14:49:37.366 DEBG process exited with exit status: 0 (3.50181ms)
24352026-06-01T14:49:37.996ZJun 01 14:49:37.367 INFO [incorp-manifest] running task
24362026-06-01T14:49:37.996ZJun 01 14:49:37.367 INFO [hubris-staging] running task
24372026-06-01T14:49:37.996ZJun 01 14:49:37.367 INFO [hubris-production] running task
24382026-06-01T14:49:37.996ZJun 01 14:49:37.367 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24392026-06-01T14:49:37.996ZJun 01 14:49:37.367 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24402026-06-01T14:49:37.996ZJun 01 14:49:37.368 INFO [incorp-create] running: pkgrepo create /work/incorporation
24412026-06-01T14:49:37.999ZJun 01 14:49:37.369 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
24422026-06-01T14:49:38.037Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24432026-06-01T14:49:38.256ZJun 01 14:49:37.629 INFO [incorp-create] process exited with exit status: 0 (260.872609ms)
24442026-06-01T14:49:38.259ZJun 01 14:49:37.629 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24452026-06-01T14:49:38.523ZJun 01 14:49:37.895 INFO [incorp-publisher] process exited with exit status: 0 (265.481349ms)
24462026-06-01T14:49:38.526Z[ omicron-package] Blocking waiting for file lock on package cache
24472026-06-01T14:49:38.611ZJun 01 14:49:37.983 DEBG process exited with exit status: 0 (616.063758ms)
24482026-06-01T14:49:38.614ZJun 01 14:49:37.983 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24492026-06-01T14:49:38.931Z[ omicron-package] Blocking waiting for file lock on package cache
24502026-06-01T14:49:39.019ZJun 01 14:49:38.392 INFO [hubris-production] task succeeded (1.024949988s)
24512026-06-01T14:49:39.254ZJun 01 14:49:38.626 DEBG process exited with exit status: 0 (643.270199ms)
24522026-06-01T14:49:39.257ZJun 01 14:49:38.627 INFO [incorp-manifest] task succeeded (1.260424807s)
24532026-06-01T14:49:39.257ZJun 01 14:49:38.627 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24542026-06-01T14:49:39.458ZJun 01 14:49:38.830 INFO [incorp-fmt] process exited with exit status: 0 (203.059579ms)
24552026-06-01T14:49:39.461ZJun 01 14:49:38.831 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24562026-06-01T14:49:39.685Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260601T144939Z
24572026-06-01T14:49:39.685Z[ incorp-pkgsend] PUBLISHED
24582026-06-01T14:49:39.734ZJun 01 14:49:39.106 INFO [incorp-pkgsend] process exited with exit status: 0 (275.66984ms)
24592026-06-01T14:49:39.737ZJun 01 14:49:39.106 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24602026-06-01T14:49:39.950Z[ omicron-package] Compiling ring v0.17.14
24612026-06-01T14:49:39.972Z[ helios-incorp] Retrieving packages for publisher helios ...
24622026-06-01T14:49:39.976Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24632026-06-01T14:49:40.000Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24642026-06-01T14:49:40.000Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24652026-06-01T14:49:40.000Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24662026-06-01T14:49:40.004Z[ helios-incorp]
24672026-06-01T14:49:40.004Z[ helios-incorp] Archiving packages ...
24682026-06-01T14:49:40.004Z[ helios-incorp] Packages to add: 1
24692026-06-01T14:49:40.007Z[ helios-incorp] Files to retrieve: 0
24702026-06-01T14:49:40.008Z[ helios-incorp] Estimated transfer size: 0.00 B
24712026-06-01T14:49:40.008Z[ helios-incorp]
24722026-06-01T14:49:40.008Z[ helios-incorp] Packages to archive:
24732026-06-01T14:49:40.008Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260601T144939Z
24742026-06-01T14:49:40.008Z[ helios-incorp]
24752026-06-01T14:49:40.008Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24762026-06-01T14:49:40.008Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24772026-06-01T14:49:40.075ZJun 01 14:49:39.448 INFO [helios-incorp] process exited with exit status: 0 (341.14644ms)
24782026-06-01T14:49:40.180Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24792026-06-01T14:49:40.183Z[ omicron-package] Compiling itertools v0.14.0
24802026-06-01T14:49:40.183Z[ omicron-package] Compiling secrecy v0.10.3
24812026-06-01T14:49:40.183Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24822026-06-01T14:49:40.183Z[ omicron-package] Compiling heapless v0.8.0
24832026-06-01T14:49:40.183Z[ omicron-package] Compiling hash32 v0.3.1
24842026-06-01T14:49:40.183Z[ omicron-package] Compiling smoltcp v0.11.0
24852026-06-01T14:49:40.183Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24862026-06-01T14:49:40.183Z[ omicron-package] Compiling unicode-width v0.2.0
24872026-06-01T14:49:40.183Z[ omicron-package] Compiling cobs v0.3.0
24882026-06-01T14:49:40.183Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24892026-06-01T14:49:40.183Z[ omicron-package] Compiling universal-hash v0.5.1
24902026-06-01T14:49:40.183Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24912026-06-01T14:49:40.183Z[ omicron-package] Compiling opaque-debug v0.3.1
24922026-06-01T14:49:40.821Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
24932026-06-01T14:49:41.284Z[ omicron-package] Compiling convert_case v0.4.0
24942026-06-01T14:49:41.429Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24952026-06-01T14:49:41.500Z[ omicron-package] Compiling poly1305 v0.8.0
24962026-06-01T14:49:41.523Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
24972026-06-01T14:49:41.523Z[ omicron-package] Compiling postcard v1.1.3
24982026-06-01T14:49:41.607Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24992026-06-01T14:49:41.624Z[ omicron-package] Compiling password-hash v0.5.0
25002026-06-01T14:49:41.640Z[ omicron-package] Compiling chacha20 v0.9.1
25012026-06-01T14:49:41.721Z[ omicron-package] Compiling derive_more v0.99.20
25022026-06-01T14:49:41.724Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25032026-06-01T14:49:41.724Z[ omicron-package] Compiling blake2 v0.10.6
25042026-06-01T14:49:41.724Z[ omicron-package] Compiling aead v0.5.2
25052026-06-01T14:49:42.029Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25062026-06-01T14:49:42.029Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25072026-06-01T14:49:42.168Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25082026-06-01T14:49:42.248Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25092026-06-01T14:49:42.310Z[ omicron-package] Compiling proc-macro-error v1.0.4
25102026-06-01T14:49:42.443Z[ omicron-package] Compiling ingot-macros v0.1.1
25112026-06-01T14:49:42.493Z[ omicron-package] Compiling cpufeatures v0.3.0
25122026-06-01T14:49:42.520Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25132026-06-01T14:49:42.607Z[ omicron-package] Compiling chacha20 v0.10.0
25142026-06-01T14:49:42.658Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25152026-06-01T14:49:42.671Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25162026-06-01T14:49:42.774Z[ omicron-package] Compiling foreign-types v0.5.0
25172026-06-01T14:49:42.774Z[ omicron-package] Compiling num_enum_derive v0.5.11
25182026-06-01T14:49:42.777Z[ omicron-package] Compiling argon2 v0.5.3
25192026-06-01T14:49:42.862Z[ omicron-package] Compiling num_enum_derive v0.7.6
25202026-06-01T14:49:42.898Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25212026-06-01T14:49:42.922Z[ omicron-package] Compiling vsss-rs v3.3.4
25222026-06-01T14:49:43.113Z[ omicron-package] Compiling tabwriter v1.4.1
25232026-06-01T14:49:43.191Z[ omicron-package] Compiling byte-wrapper v0.1.0
25242026-06-01T14:49:43.248Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25252026-06-01T14:49:43.248Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25262026-06-01T14:49:43.438Z[ omicron-package] Compiling cstr-argument v0.1.2
25272026-06-01T14:49:43.631Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
25282026-06-01T14:49:43.705Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25292026-06-01T14:49:43.721Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25302026-06-01T14:49:43.910Z[ omicron-package] Compiling rand v0.10.1
25312026-06-01T14:49:43.930Z[ omicron-package] Compiling rayon v1.11.0
25322026-06-01T14:49:43.930Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
25332026-06-01T14:49:43.965Z[ omicron-package] Compiling num_enum v0.5.11
25342026-06-01T14:49:43.994Z[ omicron-package] Compiling colored v3.1.1
25352026-06-01T14:49:44.023Z[ omicron-package] Compiling num_enum v0.7.6
25362026-06-01T14:49:44.159Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
25372026-06-01T14:49:44.203Z[ omicron-package] Compiling winnow v1.0.3
25382026-06-01T14:49:44.240Z[ omicron-package] Compiling rustls v0.23.37
25392026-06-01T14:49:44.243Z[ omicron-package] Compiling libefi-sys v0.1.0
25402026-06-01T14:49:44.243Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25412026-06-01T14:49:44.324Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25422026-06-01T14:49:44.366Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25432026-06-01T14:49:44.422Z[ omicron-package] Compiling itertools v0.12.1
25442026-06-01T14:49:44.530Z[ omicron-package] Compiling usdt-macro v0.5.0
25452026-06-01T14:49:44.630Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25462026-06-01T14:49:44.753Z[ omicron-package] Compiling num-derive v0.4.2
25472026-06-01T14:49:44.772Z[ omicron-package] Compiling bitfield-struct v0.6.2
25482026-06-01T14:49:44.775Z[ omicron-package] Compiling sigpipe v0.1.3
25492026-06-01T14:49:44.853Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25502026-06-01T14:49:44.957Z[ omicron-package] Compiling memmap v0.7.0
25512026-06-01T14:49:45.002Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25522026-06-01T14:49:45.066Z[ omicron-package] Compiling glob v0.3.3
25532026-06-01T14:49:45.094Z[ omicron-package] Compiling swrite v0.1.0
25542026-06-01T14:49:45.386Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25552026-06-01T14:49:45.498Z[ omicron-package] Compiling rustls-webpki v0.103.9
25562026-06-01T14:49:45.594Z[ omicron-package] Compiling ingot-types v0.1.2
25572026-06-01T14:49:45.661Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582026-06-01T14:49:45.694Z[ omicron-package] Compiling usdt v0.5.0
25592026-06-01T14:49:45.773Z[ omicron-package] Compiling smf v0.2.3
25602026-06-01T14:49:45.819Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25612026-06-01T14:49:45.928Z[ omicron-package] Compiling whoami v1.6.1
25622026-06-01T14:49:45.976Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25632026-06-01T14:49:46.036Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25642026-06-01T14:49:46.091Z[ omicron-package] Compiling zone v0.3.1
25652026-06-01T14:49:46.139Z[ omicron-package] Compiling ingot v0.1.1
25662026-06-01T14:49:46.171Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25672026-06-01T14:49:46.279Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25682026-06-01T14:49:46.317Z[ omicron-package] Compiling console v0.16.2
25692026-06-01T14:49:46.429Z[ omicron-package] Compiling gethostname v0.5.0
25702026-06-01T14:49:46.514Z[ omicron-package] Compiling unit-prefix v0.5.2
25712026-06-01T14:49:46.593Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25722026-06-01T14:49:46.614Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25732026-06-01T14:49:46.815Z[ omicron-package] Compiling indicatif v0.18.4
25742026-06-01T14:49:47.355Z[ omicron-package] Compiling rustls v0.22.4
25752026-06-01T14:49:48.168Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25762026-06-01T14:49:48.491Z[ omicron-package] Compiling rustls-webpki v0.102.8
25772026-06-01T14:49:49.452Z[ omicron-package] Compiling tokio-rustls v0.26.4
25782026-06-01T14:49:49.479Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25792026-06-01T14:49:49.513Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25802026-06-01T14:49:49.691Z[ omicron-package] Compiling hyper-rustls v0.27.7
25812026-06-01T14:49:49.922Z[ omicron-package] Compiling reqwest v0.12.28
25822026-06-01T14:49:49.922Z[ omicron-package] Compiling reqwest v0.13.2
25832026-06-01T14:49:50.728Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25842026-06-01T14:49:50.935Z[ omicron-package] Compiling tokio-rustls v0.25.0
25852026-06-01T14:49:51.178Z[ omicron-package] Compiling dropshot v0.17.0
25862026-06-01T14:49:51.361Z[ omicron-package] Compiling tough v0.22.0
25872026-06-01T14:49:53.066ZJun 01 14:49:52.439 INFO [hubris-staging] task succeeded (15.07181519s)
25882026-06-01T14:49:53.646Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25892026-06-01T14:49:53.646Z[ helios-setup] Jun 01 14:49:52.999 INFO helios repository root is: /work/oxidecomputer/helios
25902026-06-01T14:49:53.646Z[ helios-setup] Jun 01 14:49:53.001 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
25912026-06-01T14:49:53.649Z[ helios-setup] Jun 01 14:49:53.001 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25922026-06-01T14:49:54.185Z[ helios-setup] Jun 01 14:49:53.557 INFO clone ok!, project: pinprick
25932026-06-01T14:49:54.188Z[ helios-setup] Jun 01 14:49:53.558 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
25942026-06-01T14:49:54.188Z[ helios-setup] Jun 01 14:49:53.558 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25952026-06-01T14:49:54.188Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25962026-06-01T14:49:54.470Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25972026-06-01T14:49:54.819Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25982026-06-01T14:49:55.030Z[ helios-setup] Jun 01 14:49:54.402 INFO clone ok!, project: dmar-report
25992026-06-01T14:49:55.030Z[ helios-setup] Jun 01 14:49:54.402 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26002026-06-01T14:49:55.034Z[ helios-setup] Jun 01 14:49:54.403 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
26012026-06-01T14:49:55.034Z[ helios-setup] Jun 01 14:49:54.403 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26022026-06-01T14:49:55.034Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26032026-06-01T14:49:55.042Z[ omicron-package] Compiling progenitor-client v0.14.0
26042026-06-01T14:49:55.075Z[ omicron-package] Compiling progenitor-client v0.13.0
26052026-06-01T14:49:55.103Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26062026-06-01T14:49:55.290Z[ omicron-package] Compiling progenitor-extras v0.2.0
26072026-06-01T14:49:56.075Z[ helios-setup] Jun 01 14:49:55.446 INFO clone ok!, project: pilot
26082026-06-01T14:49:56.075Z[ helios-setup] Jun 01 14:49:55.446 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
26092026-06-01T14:49:56.078Z[ helios-setup] Jun 01 14:49:55.446 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26102026-06-01T14:49:56.078Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26112026-06-01T14:49:56.657Z[ helios-setup] Jun 01 14:49:56.029 INFO clone ok!, project: bootserver
26122026-06-01T14:49:56.660Z[ helios-setup] Jun 01 14:49:56.029 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-06-01T14:49:56.660Z[ helios-setup] Jun 01 14:49:56.029 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26142026-06-01T14:49:56.660Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26152026-06-01T14:49:57.234Z[ helios-setup] Jun 01 14:49:56.606 INFO clone ok!, project: image-builder
26162026-06-01T14:49:57.234Z[ helios-setup] Jun 01 14:49:56.606 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26172026-06-01T14:49:57.234Z[ helios-setup] Jun 01 14:49:56.606 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
26182026-06-01T14:49:57.237Z[ helios-setup] Jun 01 14:49:56.606 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
26192026-06-01T14:49:57.237Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26202026-06-01T14:49:57.770Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26212026-06-01T14:49:58.111Z[ helios-setup] Jun 01 14:49:57.484 INFO clone ok!, project: amd-host-image-builder
26222026-06-01T14:49:58.112Z[ helios-setup] Jun 01 14:49:57.484 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
26232026-06-01T14:49:58.115Z[ helios-setup] Jun 01 14:49:57.484 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26242026-06-01T14:49:58.115Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26252026-06-01T14:49:58.175Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26262026-06-01T14:49:58.354Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26272026-06-01T14:49:58.495Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26282026-06-01T14:49:58.528Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26292026-06-01T14:49:58.547Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26302026-06-01T14:49:58.565Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-06-01T14:49:58.592Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26322026-06-01T14:49:58.687Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26332026-06-01T14:49:59.036Z[ helios-setup] Jun 01 14:49:58.409 INFO clone ok!, project: phbl
26342026-06-01T14:49:59.036Z[ helios-setup] Jun 01 14:49:58.409 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
26352026-06-01T14:49:59.039Z[ helios-setup] Jun 01 14:49:58.409 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26362026-06-01T14:49:59.040Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26372026-06-01T14:49:59.840Z[ helios-setup] Jun 01 14:49:59.213 INFO clone ok!, project: chelsio-t6-roms
26382026-06-01T14:49:59.840Z[ helios-setup] Jun 01 14:49:59.213 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26392026-06-01T14:49:59.844Z[ helios-setup] Jun 01 14:49:59.213 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
26402026-06-01T14:49:59.844Z[ helios-setup] Jun 01 14:49:59.213 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26412026-06-01T14:49:59.844Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26422026-06-01T14:50:02.588Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26432026-06-01T14:50:06.086Z[ helios-setup] Jun 01 14:50:05.458 INFO clone ok!, project: amd-firmware
26442026-06-01T14:50:06.089Z[ helios-setup] Jun 01 14:50:05.458 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26452026-06-01T14:50:06.300Z[ helios-setup] Jun 01 14:50:05.672 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26462026-06-01T14:50:06.511Z[ helios-setup] Jun 01 14:50:05.884 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26472026-06-01T14:50:06.511Z[ helios-setup] Jun 01 14:50:05.884 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26482026-06-01T14:50:06.728Z[ helios-setup] Jun 01 14:50:06.100 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26492026-06-01T14:50:06.939Z[ helios-setup] Jun 01 14:50:06.311 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26502026-06-01T14:50:06.939Z[ helios-setup] Jun 01 14:50:06.311 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26512026-06-01T14:50:07.150Z[ helios-setup] Jun 01 14:50:06.522 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26522026-06-01T14:50:07.361Z[ helios-setup] Jun 01 14:50:06.733 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26532026-06-01T14:50:07.361Z[ helios-setup] Jun 01 14:50:06.733 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26542026-06-01T14:50:07.364Z[ helios-setup] Jun 01 14:50:06.733 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26552026-06-01T14:50:07.364Z[ helios-setup] Jun 01 14:50:06.733 INFO ok!
26562026-06-01T14:50:07.364Z[ helios-setup] Jun 01 14:50:06.733 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26572026-06-01T14:50:07.364Z[ helios-setup] Jun 01 14:50:06.733 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26582026-06-01T14:50:07.364Z[ helios-setup] Jun 01 14:50:06.733 INFO ok!
26592026-06-01T14:50:07.364Z[ helios-setup] Jun 01 14:50:06.733 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26602026-06-01T14:50:07.364Z[ helios-setup] Jun 01 14:50:06.733 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26612026-06-01T14:50:07.364Z[ helios-setup] Jun 01 14:50:06.733 INFO ok!
26622026-06-01T14:50:07.364Z[ helios-setup] Jun 01 14:50:06.733 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26632026-06-01T14:50:07.368Z[ helios-setup] Jun 01 14:50:06.740 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
26642026-06-01T14:50:07.368Z[ helios-setup] Jun 01 14:50:06.740 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26652026-06-01T14:50:07.368Z[ helios-setup] Jun 01 14:50:06.740 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26662026-06-01T14:50:07.489Z[ helios-setup] Jun 01 14:50:06.861 INFO E| Downloading crates ...
26672026-06-01T14:50:07.532Z[ helios-setup] Jun 01 14:50:06.905 INFO E| Downloaded adler2 v2.0.0
26682026-06-01T14:50:07.541Z[ helios-setup] Jun 01 14:50:06.913 INFO E| Downloaded miniz_oxide v0.8.8
26692026-06-01T14:50:07.567Z[ helios-setup] Jun 01 14:50:06.939 INFO E| Compiling adler2 v2.0.0
26702026-06-01T14:50:07.635Z[ helios-setup] Jun 01 14:50:07.007 INFO E| Compiling miniz_oxide v0.8.8
26712026-06-01T14:50:08.419Z[ helios-setup] Jun 01 14:50:07.791 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26722026-06-01T14:50:08.790Z[ helios-setup] Jun 01 14:50:08.162 INFO E| Finished `release` profile [optimized] target(s) in 1.41s
26732026-06-01T14:50:08.797Z[ helios-setup] Jun 01 14:50:08.169 INFO building project "pinprick" ok (1 seconds)
26742026-06-01T14:50:08.797Z[ helios-setup] Jun 01 14:50:08.169 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26752026-06-01T14:50:08.803Z[ helios-setup] Jun 01 14:50:08.176 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
26762026-06-01T14:50:08.803Z[ helios-setup] Jun 01 14:50:08.176 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26772026-06-01T14:50:08.806Z[ helios-setup] Jun 01 14:50:08.176 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26782026-06-01T14:50:08.889Z[ helios-setup] Jun 01 14:50:08.261 INFO E| Updating crates.io index
26792026-06-01T14:50:08.967Z[ helios-setup] Jun 01 14:50:08.339 INFO E| Downloading crates ...
26802026-06-01T14:50:09.031Z[ helios-setup] Jun 01 14:50:08.404 INFO E| Downloaded getrandom v0.3.3
26812026-06-01T14:50:09.035Z[ helios-setup] Jun 01 14:50:08.408 INFO E| Downloaded proc-macro2 v1.0.95
26822026-06-01T14:50:09.041Z[ helios-setup] Jun 01 14:50:08.413 INFO E| Downloaded time-core v0.1.4
26832026-06-01T14:50:09.049Z[ helios-setup] Jun 01 14:50:08.421 INFO E| Downloaded errno v0.3.12
26842026-06-01T14:50:09.065Z[ helios-setup] Jun 01 14:50:08.438 INFO E| Downloaded itoa v1.0.15
26852026-06-01T14:50:09.071Z[ helios-setup] Jun 01 14:50:08.443 INFO E| Downloaded bitflags v2.9.1
26862026-06-01T14:50:09.074Z[ helios-setup] Jun 01 14:50:08.447 INFO E| Downloaded thiserror-impl v2.0.12
26872026-06-01T14:50:09.077Z[ helios-setup] Jun 01 14:50:08.448 INFO E| Downloaded autocfg v1.4.0
26882026-06-01T14:50:09.081Z[ helios-setup] Jun 01 14:50:08.454 INFO E| Downloaded quote v1.0.40
26892026-06-01T14:50:09.084Z[ helios-setup] Jun 01 14:50:08.457 INFO E| Downloaded time-macros v0.2.22
26902026-06-01T14:50:09.090Z[ helios-setup] Jun 01 14:50:08.463 INFO E| Downloaded serde_with_macros v3.12.0
26912026-06-01T14:50:09.093Z[ helios-setup] Jun 01 14:50:08.465 INFO E| Downloaded thiserror v2.0.12
26922026-06-01T14:50:09.100Z[ helios-setup] Jun 01 14:50:08.473 INFO E| Downloaded tempfile v3.20.0
26932026-06-01T14:50:09.103Z[ helios-setup] Jun 01 14:50:08.475 INFO E| Downloaded deranged v0.4.0
26942026-06-01T14:50:09.111Z[ helios-setup] Jun 01 14:50:08.484 INFO E| Downloaded ryu v1.0.20
26952026-06-01T14:50:09.114Z[ helios-setup] Jun 01 14:50:08.486 INFO E| Downloaded iana-time-zone v0.1.63
26962026-06-01T14:50:09.121Z[ helios-setup] Jun 01 14:50:08.494 INFO E| Downloaded anyhow v1.0.98
26972026-06-01T14:50:09.124Z[ helios-setup] Jun 01 14:50:08.497 INFO E| Downloaded unicode-ident v1.0.18
26982026-06-01T14:50:09.131Z[ helios-setup] Jun 01 14:50:08.504 INFO E| Downloaded serde_derive v1.0.219
26992026-06-01T14:50:09.134Z[ helios-setup] Jun 01 14:50:08.506 INFO E| Downloaded serde v1.0.219
27002026-06-01T14:50:09.144Z[ helios-setup] Jun 01 14:50:08.516 INFO E| Downloaded memchr v2.7.4
27012026-06-01T14:50:09.162Z[ helios-setup] Jun 01 14:50:08.534 INFO E| Downloaded indexmap v2.9.0
27022026-06-01T14:50:09.180Z[ helios-setup] Jun 01 14:50:08.552 INFO E| Downloaded time v0.3.41
27032026-06-01T14:50:09.184Z[ helios-setup] Jun 01 14:50:08.557 INFO E| Downloaded serde_with v3.12.0
27042026-06-01T14:50:09.189Z[ helios-setup] Jun 01 14:50:08.561 INFO E| Downloaded hashbrown v0.15.3
27052026-06-01T14:50:09.192Z[ helios-setup] Jun 01 14:50:08.565 INFO E| Downloaded serde_json v1.0.140
27062026-06-01T14:50:09.212Z[ helios-setup] Jun 01 14:50:08.584 INFO E| Downloaded chrono v0.4.41
27072026-06-01T14:50:09.233Z[ helios-setup] Jun 01 14:50:08.605 INFO E| Downloaded syn v2.0.101
27082026-06-01T14:50:09.250Z[ helios-setup] Jun 01 14:50:08.623 INFO E| Downloaded rustix v1.0.7
27092026-06-01T14:50:09.275Z[ helios-setup] Jun 01 14:50:08.647 INFO E| Downloaded libc v0.2.172
27102026-06-01T14:50:09.324Z[ helios-setup] Jun 01 14:50:08.696 INFO E| Compiling proc-macro2 v1.0.95
27112026-06-01T14:50:09.324Z[ helios-setup] Jun 01 14:50:08.696 INFO E| Compiling unicode-ident v1.0.18
27122026-06-01T14:50:09.327Z[ helios-setup] Jun 01 14:50:08.696 INFO E| Compiling libc v0.2.172
27132026-06-01T14:50:09.327Z[ helios-setup] Jun 01 14:50:08.696 INFO E| Compiling strsim v0.11.1
27142026-06-01T14:50:09.327Z[ helios-setup] Jun 01 14:50:08.696 INFO E| Compiling fnv v1.0.7
27152026-06-01T14:50:09.327Z[ helios-setup] Jun 01 14:50:08.696 INFO E| Compiling ident_case v1.0.1
27162026-06-01T14:50:09.327Z[ helios-setup] Jun 01 14:50:08.696 INFO E| Compiling serde v1.0.219
27172026-06-01T14:50:09.327Z[ helios-setup] Jun 01 14:50:08.696 INFO E| Compiling rustix v1.0.7
27182026-06-01T14:50:09.327Z[ helios-setup] Jun 01 14:50:08.696 INFO E| Compiling getrandom v0.3.3
27192026-06-01T14:50:09.327Z[ helios-setup] Jun 01 14:50:08.696 INFO E| Compiling bitflags v2.9.1
27202026-06-01T14:50:09.327Z[ helios-setup] Jun 01 14:50:08.696 INFO E| Compiling thiserror v2.0.12
27212026-06-01T14:50:09.340Z[ helios-setup] Jun 01 14:50:08.712 INFO E| Compiling anyhow v1.0.98
27222026-06-01T14:50:09.343Z[ helios-setup] Jun 01 14:50:08.712 INFO E| Compiling serde_json v1.0.140
27232026-06-01T14:50:09.343Z[ helios-setup] Jun 01 14:50:08.712 INFO E| Compiling cfg-if v1.0.0
27242026-06-01T14:50:09.343Z[ helios-setup] Jun 01 14:50:08.712 INFO E| Compiling fastrand v2.3.0
27252026-06-01T14:50:09.343Z[ helios-setup] Jun 01 14:50:08.712 INFO E| Compiling memchr v2.7.4
27262026-06-01T14:50:09.458Z[ helios-setup] Jun 01 14:50:08.831 INFO E| Compiling itoa v1.0.15
27272026-06-01T14:50:09.459Z[ helios-setup] Jun 01 14:50:08.831 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27282026-06-01T14:50:09.469Z[ helios-setup] Jun 01 14:50:08.841 INFO E| Compiling ryu v1.0.20
27292026-06-01T14:50:09.528Z[ helios-setup] Jun 01 14:50:08.900 INFO E| Compiling once_cell v1.21.3
27302026-06-01T14:50:09.975Z[ helios-setup] Jun 01 14:50:09.347 INFO E| Compiling errno v0.3.12
27312026-06-01T14:50:10.221Z[ helios-setup] Jun 01 14:50:09.593 INFO E| Compiling quote v1.0.40
27322026-06-01T14:50:10.373Z[ helios-setup] Jun 01 14:50:09.745 INFO E| Compiling syn v2.0.101
27332026-06-01T14:50:10.664Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27342026-06-01T14:50:10.728Z[ helios-setup] Jun 01 14:50:10.100 INFO E| Compiling tempfile v3.20.0
27352026-06-01T14:50:12.449Z[ helios-setup] Jun 01 14:50:11.821 INFO E| Compiling darling_core v0.20.11
27362026-06-01T14:50:12.823Z[ helios-setup] Jun 01 14:50:12.195 INFO E| Compiling serde_derive v1.0.219
27372026-06-01T14:50:12.823Z[ helios-setup] Jun 01 14:50:12.195 INFO E| Compiling thiserror-impl v2.0.12
27382026-06-01T14:50:13.981Z[ helios-setup] Jun 01 14:50:13.354 INFO E| Compiling darling_macro v0.20.11
27392026-06-01T14:50:14.176Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27402026-06-01T14:50:14.524Z[ helios-setup] Jun 01 14:50:13.894 INFO E| Compiling darling v0.20.11
27412026-06-01T14:50:14.601Z[ helios-setup] Jun 01 14:50:13.973 INFO E| Compiling serde_with_macros v3.12.0
27422026-06-01T14:50:15.287Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27432026-06-01T14:50:16.911Z[ helios-setup] Jun 01 14:50:16.283 INFO E| Compiling serde_with v3.12.0
27442026-06-01T14:50:19.702Z[ helios-setup] Jun 01 14:50:19.074 INFO E| Finished `release` profile [optimized] target(s) in 10.89s
27452026-06-01T14:50:19.722Z[ helios-setup] Jun 01 14:50:19.094 INFO building project "dmar-report" ok (10 seconds)
27462026-06-01T14:50:19.722Z[ helios-setup] Jun 01 14:50:19.095 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27472026-06-01T14:50:19.729Z[ helios-setup] Jun 01 14:50:19.101 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
27482026-06-01T14:50:19.729Z[ helios-setup] Jun 01 14:50:19.101 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27492026-06-01T14:50:19.732Z[ helios-setup] Jun 01 14:50:19.101 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27502026-06-01T14:50:19.800Z[ helios-setup] Jun 01 14:50:19.172 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27512026-06-01T14:50:20.132Z[ helios-setup] Jun 01 14:50:19.504 INFO E| From https://github.com/jclulow/hiercmd
27522026-06-01T14:50:20.132Z[ helios-setup] Jun 01 14:50:19.505 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27532026-06-01T14:50:20.141Z[ helios-setup] Jun 01 14:50:19.514 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27542026-06-01T14:50:20.444Z[ helios-setup] Jun 01 14:50:19.816 INFO E| From https://github.com/oxidecomputer/network-interface
27552026-06-01T14:50:20.444Z[ helios-setup] Jun 01 14:50:19.816 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27562026-06-01T14:50:20.454Z[ helios-setup] Jun 01 14:50:19.826 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27572026-06-01T14:50:20.748Z[ helios-setup] Jun 01 14:50:20.120 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27582026-06-01T14:50:20.748Z[ helios-setup] Jun 01 14:50:20.120 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27592026-06-01T14:50:20.763Z[ helios-setup] Jun 01 14:50:20.135 INFO E| Updating crates.io index
27602026-06-01T14:50:21.090Z[ helios-setup] Jun 01 14:50:20.462 INFO E| Downloading crates ...
27612026-06-01T14:50:21.149Z[ helios-setup] Jun 01 14:50:20.521 INFO E| Downloaded anstyle-query v1.1.4
27622026-06-01T14:50:21.159Z[ helios-setup] Jun 01 14:50:20.531 INFO E| Downloaded bitflags v2.10.0
27632026-06-01T14:50:21.162Z[ helios-setup] Jun 01 14:50:20.533 INFO E| Downloaded anstyle v1.0.13
27642026-06-01T14:50:21.165Z[ helios-setup] Jun 01 14:50:20.535 INFO E| Downloaded clap_lex v0.7.6
27652026-06-01T14:50:21.165Z[ helios-setup] Jun 01 14:50:20.536 INFO E| Downloaded simd-adler32 v0.3.7
27662026-06-01T14:50:21.165Z[ helios-setup] Jun 01 14:50:20.538 INFO E| Downloaded devinfo v0.1.0
27672026-06-01T14:50:21.170Z[ helios-setup] Jun 01 14:50:20.543 INFO E| Downloaded base64ct v1.8.0
27682026-06-01T14:50:21.224Z[ helios-setup] Jun 01 14:50:20.544 INFO E| Downloaded serde_spanned v1.0.3
27692026-06-01T14:50:21.224Z[ helios-setup] Jun 01 14:50:20.545 INFO E| Downloaded crc v3.3.0
27702026-06-01T14:50:21.224Z[ helios-setup] Jun 01 14:50:20.547 INFO E| Downloaded time-core v0.1.6
27712026-06-01T14:50:21.224Z[ helios-setup] Jun 01 14:50:20.548 INFO E| Downloaded futures-macro v0.3.31
27722026-06-01T14:50:21.224Z[ helios-setup] Jun 01 14:50:20.556 INFO E| Downloaded futures-executor v0.3.31
27732026-06-01T14:50:21.224Z[ helios-setup] Jun 01 14:50:20.557 INFO E| Downloaded env_logger v0.11.8
27742026-06-01T14:50:21.225Z[ helios-setup] Jun 01 14:50:20.559 INFO E| Downloaded getopts v0.2.24
27752026-06-01T14:50:21.225Z[ helios-setup] Jun 01 14:50:20.559 INFO E| Downloaded futures-io v0.3.31
27762026-06-01T14:50:21.225Z[ helios-setup] Jun 01 14:50:20.560 INFO E| Downloaded clap_derive v4.5.49
27772026-06-01T14:50:21.225Z[ helios-setup] Jun 01 14:50:20.561 INFO E| Downloaded num_enum v0.7.5
27782026-06-01T14:50:21.225Z[ helios-setup] Jun 01 14:50:20.571 INFO E| Downloaded iana-time-zone v0.1.64
27792026-06-01T14:50:21.225Z[ helios-setup] Jun 01 14:50:20.578 INFO E| Downloaded unicode-ident v1.0.22
27802026-06-01T14:50:21.225Z[ helios-setup] Jun 01 14:50:20.580 INFO E| Downloaded proc-macro2 v1.0.103
27812026-06-01T14:50:21.225Z[ helios-setup] Jun 01 14:50:20.590 INFO E| Downloaded rsa v0.9.8
27822026-06-01T14:50:21.225Z[ helios-setup] Jun 01 14:50:20.593 INFO E| Downloaded libdevinfo-sys v1.1.0
27832026-06-01T14:50:21.228Z[ helios-setup] Jun 01 14:50:20.598 INFO E| Downloaded env_filter v0.1.4
27842026-06-01T14:50:21.228Z[ helios-setup] Jun 01 14:50:20.599 INFO E| Downloaded zeroize_derive v1.4.2
27852026-06-01T14:50:21.228Z[ helios-setup] Jun 01 14:50:20.600 INFO E| Downloaded futures-core v0.3.31
27862026-06-01T14:50:21.231Z[ helios-setup] Jun 01 14:50:20.602 INFO E| Downloaded futures-sink v0.3.31
27872026-06-01T14:50:21.234Z[ helios-setup] Jun 01 14:50:20.605 INFO E| Downloaded toml_edit v0.23.7
27882026-06-01T14:50:21.243Z[ helios-setup] Jun 01 14:50:20.615 INFO E| Downloaded futures-task v0.3.31
27892026-06-01T14:50:21.268Z[ helios-setup] Jun 01 14:50:20.640 INFO E| Downloaded bitfield-macros v0.19.3
27902026-06-01T14:50:21.271Z[ helios-setup] Jun 01 14:50:20.643 INFO E| Downloaded signal-hook-registry v1.4.6
27912026-06-01T14:50:21.274Z[ helios-setup] Jun 01 14:50:20.644 INFO E| Downloaded deranged v0.5.5
27922026-06-01T14:50:21.274Z[ helios-setup] Jun 01 14:50:20.646 INFO E| Downloaded pin-project-lite v0.2.16
27932026-06-01T14:50:21.277Z[ helios-setup] Jun 01 14:50:20.648 INFO E| Downloaded toml_datetime v0.7.3
27942026-06-01T14:50:21.280Z[ helios-setup] Jun 01 14:50:20.649 INFO E| Downloaded generic-array v0.14.9
27952026-06-01T14:50:21.283Z[ helios-setup] Jun 01 14:50:20.652 INFO E| Downloaded cc v1.2.44
27962026-06-01T14:50:21.286Z[ helios-setup] Jun 01 14:50:20.659 INFO E| Downloaded toml_writer v1.0.4
27972026-06-01T14:50:21.289Z[ helios-setup] Jun 01 14:50:20.660 INFO E| Downloaded time-macros v0.2.24
27982026-06-01T14:50:21.289Z[ helios-setup] Jun 01 14:50:20.661 INFO E| Downloaded find-msvc-tools v0.1.4
27992026-06-01T14:50:21.293Z[ helios-setup] Jun 01 14:50:20.662 INFO E| Downloaded num_enum_derive v0.7.5
28002026-06-01T14:50:21.293Z[ helios-setup] Jun 01 14:50:20.663 INFO E| Downloaded slab v0.4.11
28012026-06-01T14:50:21.300Z[ helios-setup] Jun 01 14:50:20.673 INFO E| Downloaded thiserror v2.0.17
28022026-06-01T14:50:21.304Z[ helios-setup] Jun 01 14:50:20.676 INFO E| Downloaded thiserror-impl v2.0.17
28032026-06-01T14:50:21.307Z[ helios-setup] Jun 01 14:50:20.677 INFO E| Downloaded quote v1.0.41
28042026-06-01T14:50:21.310Z[ helios-setup] Jun 01 14:50:20.680 INFO E| Downloaded tokio-macros v2.6.0
28052026-06-01T14:50:21.313Z[ helios-setup] Jun 01 14:50:20.683 INFO E| Downloaded flate2 v1.1.5
28062026-06-01T14:50:21.316Z[ helios-setup] Jun 01 14:50:20.686 INFO E| Downloaded futures-channel v0.3.31
28072026-06-01T14:50:21.322Z[ helios-setup] Jun 01 14:50:20.693 INFO E| Downloaded term v1.2.0
28082026-06-01T14:50:21.341Z[ helios-setup] Jun 01 14:50:20.713 INFO E| Downloaded clap v4.5.51
28092026-06-01T14:50:21.346Z[ helios-setup] Jun 01 14:50:20.718 INFO E| Downloaded uuid v1.18.1
28102026-06-01T14:50:21.349Z[ helios-setup] Jun 01 14:50:20.720 INFO E| Downloaded bitfield v0.19.3
28112026-06-01T14:50:21.349Z[ helios-setup] Jun 01 14:50:20.720 INFO E| Downloaded getrandom v0.2.16
28122026-06-01T14:50:21.352Z[ helios-setup] Jun 01 14:50:20.722 INFO E| Downloaded toml v0.9.8
28132026-06-01T14:50:21.352Z[ helios-setup] Jun 01 14:50:20.724 INFO E| Downloaded socket2 v0.6.1
28142026-06-01T14:50:21.355Z[ helios-setup] Jun 01 14:50:20.726 INFO E| Downloaded toml_parser v1.0.4
28152026-06-01T14:50:21.359Z[ helios-setup] Jun 01 14:50:20.728 INFO E| Downloaded log v0.4.28
28162026-06-01T14:50:21.359Z[ helios-setup] Jun 01 14:50:20.729 INFO E| Downloaded futures v0.3.31
28172026-06-01T14:50:21.362Z[ helios-setup] Jun 01 14:50:20.732 INFO E| Downloaded anyhow v1.0.100
28182026-06-01T14:50:21.381Z[ helios-setup] Jun 01 14:50:20.753 INFO E| Downloaded bytes v1.10.1
28192026-06-01T14:50:21.399Z[ helios-setup] Jun 01 14:50:20.771 INFO E| Downloaded memchr v2.7.6
28202026-06-01T14:50:21.416Z[ helios-setup] Jun 01 14:50:20.788 INFO E| Downloaded clap_builder v4.5.51
28212026-06-01T14:50:21.419Z[ helios-setup] Jun 01 14:50:20.792 INFO E| Downloaded libm v0.2.15
28222026-06-01T14:50:21.425Z[ helios-setup] Jun 01 14:50:20.797 INFO E| Downloaded rand v0.8.5
28232026-06-01T14:50:21.428Z[ helios-setup] Jun 01 14:50:20.799 INFO E| Downloaded zerocopy-derive v0.8.27
28242026-06-01T14:50:21.431Z[ helios-setup] Jun 01 14:50:20.803 INFO E| Downloaded indexmap v2.12.0
28252026-06-01T14:50:21.434Z[ helios-setup] Jun 01 14:50:20.805 INFO E| Downloaded mio v1.1.0
28262026-06-01T14:50:21.437Z[ helios-setup] Jun 01 14:50:20.809 INFO E| Downloaded iddqd v0.3.14
28272026-06-01T14:50:21.446Z[ helios-setup] Jun 01 14:50:20.818 INFO E| Downloaded num-bigint-dig v0.8.4
28282026-06-01T14:50:21.455Z[ helios-setup] Jun 01 14:50:20.827 INFO E| Downloaded hashbrown v0.16.0
28292026-06-01T14:50:21.458Z[ helios-setup] Jun 01 14:50:20.830 INFO E| Downloaded time v0.3.44
28302026-06-01T14:50:21.463Z[ helios-setup] Jun 01 14:50:20.835 INFO E| Downloaded futures-util v0.3.31
28312026-06-01T14:50:21.479Z[ helios-setup] Jun 01 14:50:20.852 INFO E| Downloaded serde_json v1.0.145
28322026-06-01T14:50:21.488Z[ helios-setup] Jun 01 14:50:20.861 INFO E| Downloaded winnow v0.7.13
28332026-06-01T14:50:21.502Z[ helios-setup] Jun 01 14:50:20.875 INFO E| Downloaded syn v2.0.108
28342026-06-01T14:50:21.509Z[ helios-setup] Jun 01 14:50:20.882 INFO E| Downloaded zerocopy v0.8.27
28352026-06-01T14:50:21.524Z[ helios-setup] Jun 01 14:50:20.894 INFO E| Downloaded unicode-width v0.2.2
28362026-06-01T14:50:21.527Z[ helios-setup] Jun 01 14:50:20.898 INFO E| Downloaded chrono v0.4.42
28372026-06-01T14:50:21.546Z[ helios-setup] Jun 01 14:50:20.918 INFO E| Downloaded rustix v1.1.2
28382026-06-01T14:50:21.590Z[ helios-setup] Jun 01 14:50:20.962 INFO E| Downloaded libc v0.2.177
28392026-06-01T14:50:21.605Z[ helios-setup] Jun 01 14:50:20.977 INFO E| Downloaded tokio v1.48.0
28402026-06-01T14:50:21.689Z[ helios-setup] Jun 01 14:50:21.061 INFO E| Compiling proc-macro2 v1.0.103
28412026-06-01T14:50:21.689Z[ helios-setup] Jun 01 14:50:21.061 INFO E| Compiling quote v1.0.41
28422026-06-01T14:50:21.693Z[ helios-setup] Jun 01 14:50:21.061 INFO E| Compiling unicode-ident v1.0.22
28432026-06-01T14:50:21.693Z[ helios-setup] Jun 01 14:50:21.061 INFO E| Compiling libc v0.2.177
28442026-06-01T14:50:21.693Z[ helios-setup] Jun 01 14:50:21.061 INFO E| Compiling serde_core v1.0.228
28452026-06-01T14:50:21.693Z[ helios-setup] Jun 01 14:50:21.061 INFO E| Compiling cfg-if v1.0.4
28462026-06-01T14:50:21.694Z[ helios-setup] Jun 01 14:50:21.061 INFO E| Compiling serde v1.0.228
28472026-06-01T14:50:21.694Z[ helios-setup] Jun 01 14:50:21.061 INFO E| Compiling version_check v0.9.5
28482026-06-01T14:50:21.694Z[ helios-setup] Jun 01 14:50:21.061 INFO E| Compiling autocfg v1.5.0
28492026-06-01T14:50:21.722Z[ helios-setup] Jun 01 14:50:21.094 INFO E| Compiling const-oid v0.9.6
28502026-06-01T14:50:21.726Z[ helios-setup] Jun 01 14:50:21.094 INFO E| Compiling typenum v1.19.0
28512026-06-01T14:50:21.726Z[ helios-setup] Jun 01 14:50:21.094 INFO E| Compiling libm v0.2.15
28522026-06-01T14:50:21.726Z[ helios-setup] Jun 01 14:50:21.094 INFO E| Compiling zerocopy v0.8.27
28532026-06-01T14:50:21.726Z[ helios-setup] Jun 01 14:50:21.095 INFO E| Compiling rustversion v1.0.22
28542026-06-01T14:50:21.726Z[ helios-setup] Jun 01 14:50:21.095 INFO E| Compiling smallvec v1.15.1
28552026-06-01T14:50:21.726Z[ helios-setup] Jun 01 14:50:21.095 INFO E| Compiling zeroize v1.8.2
28562026-06-01T14:50:21.843Z[ helios-setup] Jun 01 14:50:21.215 INFO E| Compiling base64ct v1.8.0
28572026-06-01T14:50:21.867Z[ helios-setup] Jun 01 14:50:21.238 INFO E| Compiling hashbrown v0.16.0
28582026-06-01T14:50:21.945Z[ helios-setup] Jun 01 14:50:21.317 INFO E| Compiling memchr v2.7.6
28592026-06-01T14:50:22.038Z[ helios-setup] Jun 01 14:50:21.410 INFO E| Compiling generic-array v0.14.9
28602026-06-01T14:50:22.095Z[ helios-setup] Jun 01 14:50:21.466 INFO E| Compiling winnow v0.7.13
28612026-06-01T14:50:22.124Z[ helios-setup] Jun 01 14:50:21.496 INFO E| Compiling pem-rfc7468 v0.7.0
28622026-06-01T14:50:22.207Z[ helios-setup] Jun 01 14:50:21.579 INFO E| Compiling num-traits v0.2.19
28632026-06-01T14:50:22.248Z[ helios-setup] Jun 01 14:50:21.620 INFO E| Compiling byteorder v1.5.0
28642026-06-01T14:50:22.248Z[ helios-setup] Jun 01 14:50:21.620 INFO E| Compiling rustix v1.1.2
28652026-06-01T14:50:22.298Z[ helios-setup] Jun 01 14:50:21.669 INFO E| Compiling anyhow v1.0.100
28662026-06-01T14:50:22.465Z[ helios-setup] Jun 01 14:50:21.835 INFO E| Compiling equivalent v1.0.2
28672026-06-01T14:50:22.509Z[ helios-setup] Jun 01 14:50:21.881 INFO E| Compiling utf8parse v0.2.2
28682026-06-01T14:50:22.540Z[ helios-setup] Jun 01 14:50:21.912 INFO E| Compiling crc32fast v1.5.0
28692026-06-01T14:50:22.556Z[ helios-setup] Jun 01 14:50:21.928 INFO E| Compiling flagset v0.4.7
28702026-06-01T14:50:22.625Z[ helios-setup] Jun 01 14:50:21.997 INFO E| Compiling getrandom v0.2.16
28712026-06-01T14:50:22.728Z[ helios-setup] Jun 01 14:50:22.100 INFO E| Compiling errno v0.3.14
28722026-06-01T14:50:22.741Z[ helios-setup] Jun 01 14:50:22.112 INFO E| Compiling anstyle-parse v0.2.7
28732026-06-01T14:50:22.769Z[ helios-setup] Jun 01 14:50:22.141 INFO E| Compiling indexmap v2.12.0
28742026-06-01T14:50:22.769Z[ helios-setup] Jun 01 14:50:22.141 INFO E| Compiling anstyle v1.0.13
28752026-06-01T14:50:22.925Z[ helios-setup] Jun 01 14:50:22.297 INFO E| Compiling rand_core v0.6.4
28762026-06-01T14:50:22.937Z[ helios-setup] Jun 01 14:50:22.309 INFO E| Compiling toml_datetime v0.7.3
28772026-06-01T14:50:22.990Z[ helios-setup] Jun 01 14:50:22.362 INFO E| Compiling anstyle-query v1.1.4
28782026-06-01T14:50:22.996Z[ helios-setup] Jun 01 14:50:22.369 INFO E| Compiling is_terminal_polyfill v1.70.2
28792026-06-01T14:50:23.004Z[ helios-setup] Jun 01 14:50:22.376 INFO E| Compiling radium v0.7.0
28802026-06-01T14:50:23.026Z[ helios-setup] Jun 01 14:50:22.398 INFO E| Compiling colorchoice v1.0.4
28812026-06-01T14:50:23.034Z[ helios-setup] Jun 01 14:50:22.405 INFO E| Compiling find-msvc-tools v0.1.4
28822026-06-01T14:50:23.070Z[ helios-setup] Jun 01 14:50:22.442 INFO E| Compiling allocator-api2 v0.2.21
28832026-06-01T14:50:23.096Z[ helios-setup] Jun 01 14:50:22.468 INFO E| Compiling cpufeatures v0.2.17
28842026-06-01T14:50:23.124Z[ helios-setup] Jun 01 14:50:22.496 INFO E| Compiling syn v1.0.109
28852026-06-01T14:50:23.174Z[ helios-setup] Jun 01 14:50:22.546 INFO E| Compiling shlex v1.3.0
28862026-06-01T14:50:23.253Z[ helios-setup] Jun 01 14:50:22.625 INFO E| Compiling anstream v0.6.21
28872026-06-01T14:50:23.317Z[ helios-setup] Jun 01 14:50:22.688 INFO E| Compiling cc v1.2.44
28882026-06-01T14:50:23.378Z[ helios-setup] Jun 01 14:50:22.750 INFO E| Compiling slog v2.8.2
28892026-06-01T14:50:23.453Z[ helios-setup] Jun 01 14:50:22.825 INFO E| Compiling syn v2.0.108
28902026-06-01T14:50:23.555Z[ helios-setup] Jun 01 14:50:22.926 INFO E| Compiling crypto-common v0.1.6
28912026-06-01T14:50:23.568Z[ helios-setup] Jun 01 14:50:22.940 INFO E| Compiling block-buffer v0.10.4
28922026-06-01T14:50:23.599Z[ helios-setup] Jun 01 14:50:22.971 INFO E| Compiling futures-sink v0.3.31
28932026-06-01T14:50:23.707Z[ helios-setup] Jun 01 14:50:23.079 INFO E| Compiling maybe-uninit v2.0.0
28942026-06-01T14:50:23.721Z[ helios-setup] Jun 01 14:50:23.093 INFO E| Compiling pkg-config v0.3.32
28952026-06-01T14:50:23.721Z[ helios-setup] Jun 01 14:50:23.094 INFO E| Compiling futures-core v0.3.31
28962026-06-01T14:50:23.760Z[ helios-setup] Jun 01 14:50:23.132 INFO E| Compiling digest v0.10.7
28972026-06-01T14:50:23.780Z[ helios-setup] Jun 01 14:50:23.152 INFO E| Compiling unicode-width v0.2.2
28982026-06-01T14:50:23.804Z[ helios-setup] Jun 01 14:50:23.176 INFO E| Compiling parking_lot_core v0.9.12
28992026-06-01T14:50:23.895Z[ helios-setup] Jun 01 14:50:23.267 INFO E| Compiling pin-project-lite v0.2.16
29002026-06-01T14:50:24.136Z[ helios-setup] Jun 01 14:50:23.508 INFO E| Compiling sha2 v0.10.9
29012026-06-01T14:50:24.148Z[ helios-setup] Jun 01 14:50:23.514 INFO E| Compiling tap v1.0.1
29022026-06-01T14:50:24.171Z[ helios-setup] Jun 01 14:50:23.543 INFO E| Compiling getopts v0.2.24
29032026-06-01T14:50:24.181Z[ helios-setup] Jun 01 14:50:23.553 INFO E| Compiling num-integer v0.1.46
29042026-06-01T14:50:24.272Z[ helios-setup] Jun 01 14:50:23.644 INFO E| Compiling wyz v0.5.1
29052026-06-01T14:50:24.288Z[ helios-setup] Jun 01 14:50:23.660 INFO E| Compiling futures-channel v0.3.31
29062026-06-01T14:50:24.301Z[ helios-setup] Jun 01 14:50:23.673 INFO E| Compiling toml_parser v1.0.4
29072026-06-01T14:50:24.367Z[ helios-setup] Jun 01 14:50:23.739 INFO E| Compiling ahash v0.8.12
29082026-06-01T14:50:24.414Z[ helios-setup] Jun 01 14:50:23.785 INFO E| Compiling getrandom v0.3.4
29092026-06-01T14:50:24.518Z[ helios-setup] Jun 01 14:50:23.890 INFO E| Compiling clap_lex v0.7.6
29102026-06-01T14:50:24.569Z[ helios-setup] Jun 01 14:50:23.941 INFO E| Compiling futures-io v0.3.31
29112026-06-01T14:50:24.692Z[ helios-setup] Jun 01 14:50:24.064 INFO E| Compiling pin-utils v0.1.0
29122026-06-01T14:50:24.744Z[ helios-setup] Jun 01 14:50:24.116 INFO E| Compiling time-core v0.1.6
29132026-06-01T14:50:24.796Z[ helios-setup] Jun 01 14:50:24.168 INFO E| Compiling bitflags v2.10.0
29142026-06-01T14:50:24.809Z[ helios-setup] Jun 01 14:50:24.181 INFO E| Compiling heck v0.5.0
29152026-06-01T14:50:24.829Z[ helios-setup] Jun 01 14:50:24.201 INFO E| Compiling funty v2.0.0
29162026-06-01T14:50:24.829Z[ helios-setup] Jun 01 14:50:24.201 INFO E| Compiling itoa v1.0.15
29172026-06-01T14:50:24.848Z[ helios-setup] Jun 01 14:50:24.220 INFO E| Compiling bytes v1.10.1
29182026-06-01T14:50:24.966Z[ helios-setup] Jun 01 14:50:24.338 INFO E| Compiling strsim v0.11.1
29192026-06-01T14:50:25.042Z[ helios-setup] Jun 01 14:50:24.412 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29202026-06-01T14:50:25.211Z[ helios-setup] Jun 01 14:50:24.583 INFO E| Compiling toml_edit v0.23.7
29212026-06-01T14:50:25.226Z[ helios-setup] Jun 01 14:50:24.598 INFO E| Compiling futures-task v0.3.31
29222026-06-01T14:50:25.274Z[ helios-setup] Jun 01 14:50:24.646 INFO E| Compiling powerfmt v0.2.0
29232026-06-01T14:50:25.358Z[ helios-setup] Jun 01 14:50:24.730 INFO E| Compiling thiserror v1.0.69
29242026-06-01T14:50:25.375Z[ helios-setup] Jun 01 14:50:24.747 INFO E| Compiling packed_struct v0.10.1
29252026-06-01T14:50:25.482Z[ helios-setup] Jun 01 14:50:24.854 INFO E| Compiling num-conv v0.1.0
29262026-06-01T14:50:25.582Z[ helios-setup] Jun 01 14:50:24.954 INFO E| Compiling num-bigint-dig v0.8.4
29272026-06-01T14:50:25.585Z[ helios-setup] Jun 01 14:50:24.954 INFO E| Compiling scopeguard v1.2.0
29282026-06-01T14:50:25.692Z[ helios-setup] Jun 01 14:50:25.064 INFO E| Compiling spin v0.9.8
29292026-06-01T14:50:25.704Z[ helios-setup] Jun 01 14:50:25.076 INFO E| Compiling slab v0.4.11
29302026-06-01T14:50:25.724Z[ helios-setup] Jun 01 14:50:25.096 INFO E| Compiling terminal_size v0.4.3
29312026-06-01T14:50:25.733Z[ helios-setup] Jun 01 14:50:25.105 INFO E| Compiling time-macros v0.2.24
29322026-06-01T14:50:25.807Z[ helios-setup] Jun 01 14:50:25.179 INFO E| Compiling lazy_static v1.5.0
29332026-06-01T14:50:25.858Z[ helios-setup] Jun 01 14:50:25.229 INFO E| Compiling clap_builder v4.5.51
29342026-06-01T14:50:25.902Z[ helios-setup] Jun 01 14:50:25.274 INFO E| Compiling lock_api v0.4.14
29352026-06-01T14:50:25.923Z[ helios-setup] Jun 01 14:50:25.295 INFO E| Compiling deranged v0.5.5
29362026-06-01T14:50:25.937Z[ helios-setup] Jun 01 14:50:25.309 INFO E| Compiling bitvec v1.0.1
29372026-06-01T14:50:26.010Z[ helios-setup] Jun 01 14:50:25.382 INFO E| Compiling proc-macro-crate v3.4.0
29382026-06-01T14:50:26.010Z[ helios-setup] Jun 01 14:50:25.382 INFO E| Compiling num-iter v0.1.45
29392026-06-01T14:50:26.127Z[ helios-setup] Jun 01 14:50:25.499 INFO E| Compiling indexmap v1.9.3
29402026-06-01T14:50:26.146Z[ helios-setup] Jun 01 14:50:25.518 INFO E| Compiling simd-adler32 v0.3.7
29412026-06-01T14:50:26.160Z[ helios-setup] Jun 01 14:50:25.531 INFO E| Compiling serde_json v1.0.145
29422026-06-01T14:50:26.181Z[ helios-setup] Jun 01 14:50:25.553 INFO E| Compiling thiserror v2.0.17
29432026-06-01T14:50:26.241Z[ helios-setup] Jun 01 14:50:25.613 INFO E| Compiling adler2 v2.0.1
29442026-06-01T14:50:26.413Z[ helios-setup] Jun 01 14:50:25.785 INFO E| Compiling nodrop v0.1.14
29452026-06-01T14:50:26.427Z[ helios-setup] Jun 01 14:50:25.799 INFO E| Compiling log v0.4.28
29462026-06-01T14:50:26.444Z[ helios-setup] Jun 01 14:50:25.816 INFO E| Compiling iana-time-zone v0.1.64
29472026-06-01T14:50:26.471Z[ helios-setup] Jun 01 14:50:25.843 INFO E| Compiling once_cell v1.21.3
29482026-06-01T14:50:26.523Z[ helios-setup] Jun 01 14:50:25.895 INFO E| Compiling crc-catalog v2.4.0
29492026-06-01T14:50:26.523Z[ helios-setup] Jun 01 14:50:25.895 INFO E| Compiling array-init v0.0.4
29502026-06-01T14:50:26.667Z[ helios-setup] Jun 01 14:50:26.039 INFO E| Compiling crc v3.3.0
29512026-06-01T14:50:26.680Z[ helios-setup] Jun 01 14:50:26.053 INFO E| Compiling env_filter v0.1.4
29522026-06-01T14:50:26.697Z[ helios-setup] Jun 01 14:50:26.069 INFO E| Compiling chrono v0.4.42
29532026-06-01T14:50:26.782Z[ helios-setup] Jun 01 14:50:26.154 INFO E| Compiling miniz_oxide v0.8.9
29542026-06-01T14:50:26.857Z[ helios-setup] Jun 01 14:50:26.229 INFO E| Compiling parking_lot v0.12.5
29552026-06-01T14:50:26.870Z[ helios-setup] Jun 01 14:50:26.242 INFO E| Compiling smallvec v0.6.14
29562026-06-01T14:50:26.945Z[ helios-setup] Jun 01 14:50:26.318 INFO E| Compiling serde_spanned v1.0.3
29572026-06-01T14:50:27.109Z[ helios-setup] Jun 01 14:50:26.481 INFO E| Compiling signature v2.2.0
29582026-06-01T14:50:27.116Z[ helios-setup] Jun 01 14:50:26.488 INFO E| Compiling socket2 v0.6.1
29592026-06-01T14:50:27.147Z[ helios-setup] Jun 01 14:50:26.519 INFO E| Compiling time v0.3.44
29602026-06-01T14:50:27.267Z[ helios-setup] Jun 01 14:50:26.639 INFO E| Compiling is-terminal v0.4.17
29612026-06-01T14:50:27.286Z[ helios-setup] Jun 01 14:50:26.658 INFO E| Compiling signal-hook-registry v1.4.6
29622026-06-01T14:50:27.373Z[ helios-setup] Jun 01 14:50:26.745 INFO E| Compiling mio v1.1.0
29632026-06-01T14:50:27.412Z[ helios-setup] Jun 01 14:50:26.783 INFO E| Compiling thread_local v1.1.9
29642026-06-01T14:50:27.527Z[ helios-setup] Jun 01 14:50:26.899 INFO E| Compiling winnow v0.5.40
29652026-06-01T14:50:27.725Z[ omicron-package] Finished `release` profile [optimized] target(s) in 49.72s
29662026-06-01T14:50:27.805Z[ helios-setup] Jun 01 14:50:27.177 INFO E| Compiling hashbrown v0.12.3
29672026-06-01T14:50:27.812Z[ helios-setup] Jun 01 14:50:27.184 INFO E| Compiling term v1.2.0
29682026-06-01T14:50:27.832Z[ helios-setup] Jun 01 14:50:27.204 INFO E| Compiling packed_struct_codegen v0.10.1
29692026-06-01T14:50:27.873Z[ helios-setup] Jun 01 14:50:27.245 INFO E| Compiling ryu v1.0.20
29702026-06-01T14:50:28.006Z[ omicron-package]
29712026-06-01T14:50:28.006Z[ omicron-package] real 49.923115060
29722026-06-01T14:50:28.010Z[ omicron-package] user 5:30.586451251
29732026-06-01T14:50:28.010Z[ omicron-package] sys 29.510125218
29742026-06-01T14:50:28.010Z[ omicron-package] trap 0.450728734
29752026-06-01T14:50:28.010Z[ omicron-package] tflt 0.857523836
29762026-06-01T14:50:28.010Z[ omicron-package] dflt 2.969998635
29772026-06-01T14:50:28.010Z[ omicron-package] kflt 0.000269984
29782026-06-01T14:50:28.010Z[ omicron-package] lock 12:31.471852863
29792026-06-01T14:50:28.010Z[ omicron-package] slp 7:05.261440308
29802026-06-01T14:50:28.010Z[ omicron-package] lat 57.703443389
29812026-06-01T14:50:28.010Z[ omicron-package] stop 1:20.849707826
29822026-06-01T14:50:28.010ZJun 01 14:50:27.379 INFO [omicron-package] process exited with exit status: 0 (50.00986345s)
29832026-06-01T14:50:28.010ZJun 01 14:50:27.379 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29842026-06-01T14:50:28.010ZJun 01 14:50:27.380 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29852026-06-01T14:50:28.020Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29862026-06-01T14:50:28.023Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29872026-06-01T14:50:28.023Z[ host-target] Created new build target 'host' and set it as active
29882026-06-01T14:50:28.023Z[ recovery-target] Created new build target 'recovery' and set it as active
29892026-06-01T14:50:28.027ZJun 01 14:50:27.399 INFO [recovery-target] process exited with exit status: 0 (19.48305ms)
29902026-06-01T14:50:28.027ZJun 01 14:50:27.399 INFO [host-target] process exited with exit status: 0 (20.02671ms)
29912026-06-01T14:50:28.032ZJun 01 14:50:27.400 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29922026-06-01T14:50:28.038Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29932026-06-01T14:50:28.054Z[ helios-setup] Jun 01 14:50:27.426 INFO E| Compiling toml_writer v1.0.4
29942026-06-01T14:50:28.064Z[ helios-setup] Jun 01 14:50:27.436 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29952026-06-01T14:50:28.112Z[ helios-setup] Jun 01 14:50:27.484 INFO E| Compiling libdevinfo-sys v1.1.0
29962026-06-01T14:50:28.227Z[ helios-setup] Jun 01 14:50:27.599 INFO E| Compiling base64 v0.21.7
29972026-06-01T14:50:28.235Z[ helios-setup] Jun 01 14:50:27.607 INFO E| Compiling subtle v2.6.1
29982026-06-01T14:50:28.262Z[ helios-setup] Jun 01 14:50:27.617 INFO E| Compiling bzip2 v0.4.4
29992026-06-01T14:50:28.288Z[ helios-setup] Jun 01 14:50:27.659 INFO E| Compiling flate2 v1.1.5
30002026-06-01T14:50:28.309Z[ helios-setup] Jun 01 14:50:27.681 INFO E| Compiling serde_derive v1.0.228
30012026-06-01T14:50:28.316Z[ helios-setup] Jun 01 14:50:27.688 INFO E| Compiling zerocopy-derive v0.8.27
30022026-06-01T14:50:28.366Z[ helios-setup] Jun 01 14:50:27.738 INFO E| Compiling der_derive v0.7.3
30032026-06-01T14:50:28.399Z[ helios-setup] Jun 01 14:50:27.771 INFO E| Compiling futures-macro v0.3.31
30042026-06-01T14:50:28.418Z[ helios-setup] Jun 01 14:50:27.790 INFO E| Compiling zerocopy-derive v0.6.6
30052026-06-01T14:50:28.513Z[ helios-setup] Jun 01 14:50:27.885 INFO E| Compiling num_enum_derive v0.7.5
30062026-06-01T14:50:28.821Z[ helios-setup] Jun 01 14:50:28.192 INFO E| Compiling thiserror-impl v1.0.69
30072026-06-01T14:50:28.881Z[ helios-setup] Jun 01 14:50:28.252 INFO E| Compiling clap_derive v4.5.49
30082026-06-01T14:50:28.960Z[ helios-setup] Jun 01 14:50:28.331 INFO E| Compiling bitfield-macros v0.19.3
30092026-06-01T14:50:29.087Z[ helios-setup] Jun 01 14:50:28.459 INFO E| Compiling thiserror-impl v2.0.17
30102026-06-01T14:50:29.249Z[ helios-setup] Jun 01 14:50:28.621 INFO E| Compiling futures-util v0.3.31
30112026-06-01T14:50:29.361Z[ helios-setup] Jun 01 14:50:28.733 INFO E| Compiling tokio-macros v2.6.0
30122026-06-01T14:50:29.438Z[ helios-setup] Jun 01 14:50:28.810 INFO E| Compiling der v0.7.10
30132026-06-01T14:50:29.470Z[ helios-setup] Jun 01 14:50:28.842 INFO E| Compiling zerocopy v0.6.6
30142026-06-01T14:50:29.695Z[ helios-setup] Jun 01 14:50:29.066 INFO E| Compiling num_enum v0.7.5
30152026-06-01T14:50:29.829Z[ helios-setup] Jun 01 14:50:29.201 INFO E| Compiling devinfo v0.1.0
30162026-06-01T14:50:29.836Z[ helios-setup] Jun 01 14:50:29.208 INFO E| Compiling bitfield v0.19.3
30172026-06-01T14:50:29.852Z[ helios-setup] Jun 01 14:50:29.224 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30182026-06-01T14:50:29.862Z[ helios-setup] Jun 01 14:50:29.234 INFO E| Compiling toml v0.9.8
30192026-06-01T14:50:30.077Z[ host-package] Compiling ring v0.17.14
30202026-06-01T14:50:30.132Z[ helios-setup] Jun 01 14:50:29.504 INFO E| Compiling uuid v1.18.1
30212026-06-01T14:50:30.139Z[ helios-setup] Jun 01 14:50:29.511 INFO E| Compiling env_logger v0.11.8
30222026-06-01T14:50:30.152Z[ helios-setup] Jun 01 14:50:29.524 INFO E| Compiling rustc-hash v2.1.1
30232026-06-01T14:50:30.225Z[ helios-setup] Jun 01 14:50:29.597 INFO E| Compiling tokio v1.48.0
30242026-06-01T14:50:30.281Z[ helios-setup] Jun 01 14:50:29.653 INFO E| Compiling crc-any v2.5.0
30252026-06-01T14:50:30.281Z[ helios-setup] Jun 01 14:50:29.653 INFO E| Compiling hex v0.4.3
30262026-06-01T14:50:30.355Z[ helios-setup] Jun 01 14:50:29.727 INFO E| Compiling bitflags v1.3.2
30272026-06-01T14:50:30.438Z[ helios-setup] Jun 01 14:50:29.810 INFO E| Compiling spki v0.7.3
30282026-06-01T14:50:30.464Z[ host-package] Compiling heck v0.5.0
30292026-06-01T14:50:30.467Z[ host-package] Compiling regress v0.11.1
30302026-06-01T14:50:30.467Z[ host-package] Compiling unsafe-libyaml v0.2.11
30312026-06-01T14:50:30.617Z[ helios-setup] Jun 01 14:50:29.989 INFO E| Compiling foldhash v0.2.0
30322026-06-01T14:50:30.624Z[ helios-setup] Jun 01 14:50:29.995 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30332026-06-01T14:50:30.737Z[ helios-setup] Jun 01 14:50:30.108 INFO E| Compiling pkcs8 v0.10.2
30342026-06-01T14:50:30.759Z[ host-package] Compiling regress v0.10.5
30352026-06-01T14:50:30.759Z[ host-package] Compiling unicode-width v0.1.14
30362026-06-01T14:50:30.763Z[ host-package] Compiling is-terminal v0.4.17
30372026-06-01T14:50:30.763Z[ host-package] Compiling prettyplease v0.2.37
30382026-06-01T14:50:30.763Z[ host-package] Compiling derive-where v1.6.0
30392026-06-01T14:50:30.791Z[ helios-setup] Jun 01 14:50:30.163 INFO E| Compiling x509-cert v0.2.5
30402026-06-01T14:50:30.822Z[ helios-setup] Jun 01 14:50:30.193 INFO E| Compiling iddqd v0.3.14
30412026-06-01T14:50:30.830Z[ host-package] Compiling num-rational v0.4.2
30422026-06-01T14:50:30.830Z[ host-package] Compiling num-complex v0.4.6
30432026-06-01T14:50:30.833Z[ host-package] Compiling thread_local v1.1.9
30442026-06-01T14:50:30.833Z[ host-package] Compiling compression-core v0.4.31
30452026-06-01T14:50:30.833Z[ host-package] Compiling bytecount v0.6.9
30462026-06-01T14:50:30.883Z[ helios-setup] Jun 01 14:50:30.254 INFO E| Compiling clap v4.5.51
30472026-06-01T14:50:30.988Z[ helios-setup] Jun 01 14:50:30.360 INFO E| Compiling pkcs1 v0.7.5
30482026-06-01T14:50:31.039Z[ helios-setup] Jun 01 14:50:30.410 INFO E| Compiling zip v0.6.6
30492026-06-01T14:50:31.097Z[ helios-setup] Jun 01 14:50:30.469 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30502026-06-01T14:50:31.267Z[ helios-setup] Jun 01 14:50:30.639 INFO E| Compiling path-slash v0.1.5
30512026-06-01T14:50:31.458Z[ host-package] Compiling float-ord v0.3.2
30522026-06-01T14:50:31.921Z[ host-package] Compiling num v0.4.3
30532026-06-01T14:50:31.924Z[ host-package] Compiling match_cfg v0.1.0
30542026-06-01T14:50:31.968Z[ helios-setup] Jun 01 14:50:31.340 INFO E| Compiling ppv-lite86 v0.2.21
30552026-06-01T14:50:32.294Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30562026-06-01T14:50:32.298Z[ host-package] Compiling compression-codecs v0.4.37
30572026-06-01T14:50:32.298Z[ host-package] Compiling hostname v0.3.1
30582026-06-01T14:50:32.311Z[ helios-setup] Jun 01 14:50:31.682 INFO E| Compiling futures-executor v0.3.31
30592026-06-01T14:50:32.411Z[ helios-setup] Jun 01 14:50:31.783 INFO E| Compiling rand_chacha v0.3.1
30602026-06-01T14:50:32.506Z[ helios-setup] Jun 01 14:50:31.878 INFO E| Compiling hashbrown v0.13.2
30612026-06-01T14:50:32.527Z[ helios-setup] Jun 01 14:50:31.899 INFO E| Compiling futures v0.3.31
30622026-06-01T14:50:32.791Z[ helios-setup] Jun 01 14:50:32.163 INFO E| Compiling erased-serde v0.3.31
30632026-06-01T14:50:32.882Z[ helios-setup] Jun 01 14:50:32.254 INFO E| Compiling rand v0.8.5
30642026-06-01T14:50:32.900Z[ helios-setup] Jun 01 14:50:32.272 INFO E| Compiling toml_datetime v0.6.11
30652026-06-01T14:50:32.916Z[ host-package] Compiling multer v3.1.0
30662026-06-01T14:50:32.916Z[ host-package] Compiling slog-async v2.8.0
30672026-06-01T14:50:32.919Z[ host-package] Compiling crossbeam-channel v0.5.15
30682026-06-01T14:50:32.919Z[ host-package] Compiling slog-json v2.6.1
30692026-06-01T14:50:33.134Z[ host-package] Compiling serde_spanned v1.0.4
30702026-06-01T14:50:33.146Z[ helios-setup] Jun 01 14:50:32.518 INFO E| Compiling serde_spanned v0.6.9
30712026-06-01T14:50:33.221Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
30722026-06-01T14:50:33.221Z[ host-package] Compiling term v1.2.1
30732026-06-01T14:50:33.221Z[ host-package] Compiling take_mut v0.2.2
30742026-06-01T14:50:33.284Z[ helios-setup] Jun 01 14:50:32.655 INFO E| Compiling serde-hex v0.1.0
30752026-06-01T14:50:33.408Z[ helios-setup] Jun 01 14:50:32.780 INFO E| Compiling toml_edit v0.19.15
30762026-06-01T14:50:33.531Z[ helios-setup] Jun 01 14:50:32.901 INFO E| Compiling ron v0.8.1
30772026-06-01T14:50:33.595Z[ helios-setup] Jun 01 14:50:32.967 INFO E| Compiling object v0.30.4
30782026-06-01T14:50:33.625Z[ host-package] Compiling typify-impl v0.6.2
30792026-06-01T14:50:33.790Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
30802026-06-01T14:50:33.790Z[ host-package] Compiling slog-term v2.9.2
30812026-06-01T14:50:34.064Z[ helios-setup] Jun 01 14:50:33.436 INFO E| Compiling slog-term v2.9.2
30822026-06-01T14:50:34.083Z[ host-package] Compiling async-compression v0.4.41
30832026-06-01T14:50:34.099Z[ helios-setup] Jun 01 14:50:33.471 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30842026-06-01T14:50:34.365Z[ host-package] Compiling console v0.15.11
30852026-06-01T14:50:34.365Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30862026-06-01T14:50:34.368Z[ host-package] Compiling dropshot v0.17.0
30872026-06-01T14:50:34.375Z[ host-package] Compiling rustls v0.23.37
30882026-06-01T14:50:34.378Z[ host-package] Compiling rustls v0.22.4
30892026-06-01T14:50:34.730Z[ helios-setup] Jun 01 14:50:34.102 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30902026-06-01T14:50:34.829Z[ host-package] Compiling async-stream v0.3.6
30912026-06-01T14:50:34.832Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
30922026-06-01T14:50:34.900Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30932026-06-01T14:50:34.900Z[ host-package] Compiling waitgroup v0.1.2
30942026-06-01T14:50:34.904Z[ host-package] Compiling backon v1.6.0
30952026-06-01T14:50:34.904Z[ host-package] Compiling rustls-pemfile v2.2.0
30962026-06-01T14:50:34.906Z[ host-package] Compiling serde_path_to_error v0.1.20
30972026-06-01T14:50:34.906Z[ host-package] Compiling hostname v0.4.2
30982026-06-01T14:50:35.052Z[ helios-setup] Jun 01 14:50:34.424 INFO E| Compiling rsa v0.9.8
30992026-06-01T14:50:35.074Z[ helios-setup] Jun 01 14:50:34.445 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31002026-06-01T14:50:35.705Z[ host-package] Compiling instant v0.1.13
31012026-06-01T14:50:35.709Z[ host-package] Compiling debug-ignore v1.0.5
31022026-06-01T14:50:35.709Z[ host-package] Compiling parse-display v0.10.0
31032026-06-01T14:50:35.757Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31042026-06-01T14:50:35.804Z[ helios-setup] Jun 01 14:50:35.175 INFO E| Compiling toml v0.7.8
31052026-06-01T14:50:36.157Z[ helios-setup] Jun 01 14:50:35.528 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
31062026-06-01T14:50:36.258Z[ host-package] Compiling rustls-webpki v0.103.9
31072026-06-01T14:50:36.360Z[ helios-setup] Jun 01 14:50:35.724 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31082026-06-01T14:50:36.499Z[ host-package] Compiling rustls-webpki v0.102.8
31092026-06-01T14:50:36.764Z[ host-package] Compiling slog-bunyan v2.5.0
31102026-06-01T14:50:36.767Z[ host-package] Compiling backoff v0.4.0
31112026-06-01T14:50:36.767Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31122026-06-01T14:50:36.767Z[ host-package] Compiling newline-converter v0.3.0
31132026-06-01T14:50:36.767Z[ host-package] Compiling atomicwrites v0.4.4
31142026-06-01T14:50:36.842Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
31152026-06-01T14:50:37.071Z[ host-package] Compiling macaddr v1.0.1
31162026-06-01T14:50:37.703Z[ host-package] Compiling humantime v2.3.0
31172026-06-01T14:50:37.706Z[ host-package] Compiling expectorate v1.2.0
31182026-06-01T14:50:38.248Z[ host-package] Compiling slog-dtrace v0.3.0
31192026-06-01T14:50:38.356Z[ host-package] Compiling cancel-safe-futures v0.1.5
31202026-06-01T14:50:38.356Z[ host-package] Compiling resolv-conf v0.7.6
31212026-06-01T14:50:38.586Z[ host-package] Compiling owo-colors v4.3.0
31222026-06-01T14:50:38.589Z[ host-package] Compiling libsw-core v0.3.2
31232026-06-01T14:50:38.589Z[ host-package] Compiling typify-macro v0.6.2
31242026-06-01T14:50:38.589Z[ host-package] Compiling minimal-lexical v0.2.1
31252026-06-01T14:50:38.860Z[ host-package] Compiling libsw v3.5.0
31262026-06-01T14:50:38.863Z[ host-package] Compiling toml v0.8.23
31272026-06-01T14:50:38.863Z[ host-package] Compiling num-derive v0.3.3
31282026-06-01T14:50:38.863Z[ host-package] Compiling linked-hash-map v0.5.6
31292026-06-01T14:50:39.091Z[ host-package] Compiling linear-map v1.2.0
31302026-06-01T14:50:39.200Z[ host-package] Compiling nom v7.1.3
31312026-06-01T14:50:39.784Z[ host-package] Compiling hickory-proto v0.24.4
31322026-06-01T14:50:40.004Z[ host-package] Compiling lru-cache v0.1.2
31332026-06-01T14:50:40.057Z[ host-package] Compiling unicode-xid v0.2.6
31342026-06-01T14:50:40.153Z[ host-package] Compiling csv-core v0.1.13
31352026-06-01T14:50:40.189Z[ host-package] Compiling termtree v0.5.1
31362026-06-01T14:50:40.259Z[ host-package] Compiling highway v1.3.0
31372026-06-01T14:50:40.392Z[ host-package] Compiling libscf-sys v1.1.0
31382026-06-01T14:50:40.417Z[ host-package] Compiling csv v1.4.0
31392026-06-01T14:50:40.572Z[ host-package] Compiling papergrid v0.11.0
31402026-06-01T14:50:40.576Z[ host-package] Compiling tabled_derive v0.7.0
31412026-06-01T14:50:40.621Z[ host-package] Compiling phf_shared v0.12.1
31422026-06-01T14:50:40.621Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31432026-06-01T14:50:40.847Z[ host-package] Compiling typify v0.6.2
31442026-06-01T14:50:41.003Z[ host-package] Compiling tagptr v0.2.0
31452026-06-01T14:50:41.027Z[ host-package] Compiling progenitor-impl v0.14.0
31462026-06-01T14:50:41.067Z[ helios-setup] Jun 01 14:50:40.439 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31472026-06-01T14:50:41.134Z[ host-package] Compiling progenitor-impl v0.13.0
31482026-06-01T14:50:41.366Z[ host-package] Compiling chrono-tz v0.10.4
31492026-06-01T14:50:41.366Z[ host-package] Compiling moka v0.12.13
31502026-06-01T14:50:41.562Z[ host-package] Compiling tokio-rustls v0.26.4
31512026-06-01T14:50:41.653Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31522026-06-01T14:50:41.857Z[ host-package] Compiling tokio-rustls v0.25.0
31532026-06-01T14:50:41.965Z[ host-package] Compiling hyper-rustls v0.27.7
31542026-06-01T14:50:42.007Z[ host-package] Compiling tabled v0.15.0
31552026-06-01T14:50:42.270Z[ helios-setup] Jun 01 14:50:41.642 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31562026-06-01T14:50:42.408Z[ host-package] Compiling reqwest v0.13.2
31572026-06-01T14:50:43.134Z[ host-package] Compiling reqwest v0.12.28
31582026-06-01T14:50:43.792Z[ host-package] Compiling progenitor-macro v0.14.0
31592026-06-01T14:50:45.077Z[ host-package] Compiling progenitor-client v0.14.0
31602026-06-01T14:50:45.550Z[ host-package] Compiling progenitor-extras v0.2.0
31612026-06-01T14:50:45.630Z[ host-package] Compiling tough v0.22.0
31622026-06-01T14:50:45.838Z[ host-package] Compiling progenitor-client v0.13.0
31632026-06-01T14:50:45.867Z[ host-package] Compiling progenitor-macro v0.13.0
31642026-06-01T14:50:46.203Z[ host-package] Compiling hickory-resolver v0.24.4
31652026-06-01T14:50:46.912Z[ host-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31662026-06-01T14:50:47.011Z[ helios-setup] Jun 01 14:50:46.383 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31672026-06-01T14:50:47.567Z[ host-package] Compiling qorb v0.4.1
31682026-06-01T14:50:49.380Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31692026-06-01T14:50:49.964Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31702026-06-01T14:50:50.020Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31712026-06-01T14:50:50.067Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31722026-06-01T14:50:50.293Z[ host-package] Compiling phf v0.12.1
31732026-06-01T14:50:50.356Z[ host-package] Compiling const_format_proc_macros v0.2.34
31742026-06-01T14:50:50.514Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31752026-06-01T14:50:51.093Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31762026-06-01T14:50:51.235Z[ host-package] Compiling hickory-resolver v0.25.2
31772026-06-01T14:50:54.618Z[ host-package] Compiling progenitor v0.14.0
31782026-06-01T14:50:54.958Z[ host-package] Compiling progenitor v0.13.0
31792026-06-01T14:50:55.203Z[ host-package] Compiling const_format v0.2.35
31802026-06-01T14:50:55.777Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31812026-06-01T14:50:56.174Z[ host-package] Compiling bcs v0.1.6
31822026-06-01T14:50:56.741Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31832026-06-01T14:50:57.722Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31842026-06-01T14:50:57.953Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31852026-06-01T14:50:58.010Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31862026-06-01T14:50:58.571Z[ helios-setup] Jun 01 14:50:57.943 INFO E| Finished `release` profile [optimized] target(s) in 38.83s
31872026-06-01T14:50:58.575Z[ helios-setup] Jun 01 14:50:57.946 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31882026-06-01T14:50:58.575Z[ helios-setup] Jun 01 14:50:57.946 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31892026-06-01T14:50:58.630Z[ helios-setup] Jun 01 14:50:58.001 INFO building project "pilot" ok (38 seconds)
31902026-06-01T14:50:58.630Z[ helios-setup] Jun 01 14:50:58.002 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
31912026-06-01T14:50:58.645Z[ helios-setup] Jun 01 14:50:58.010 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
31922026-06-01T14:50:58.645Z[ helios-setup] Jun 01 14:50:58.010 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31932026-06-01T14:50:58.648Z[ helios-setup] Jun 01 14:50:58.010 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31942026-06-01T14:50:58.681Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31952026-06-01T14:50:58.750Z[ helios-setup] Jun 01 14:50:58.121 INFO E| Downloading crates ...
31962026-06-01T14:50:58.794Z[ helios-setup] Jun 01 14:50:58.166 INFO E| Downloaded generic-array v0.14.6
31972026-06-01T14:50:58.797Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31982026-06-01T14:50:58.801Z[ helios-setup] Jun 01 14:50:58.173 INFO E| Downloaded bytes v1.2.1
31992026-06-01T14:50:58.804Z[ helios-setup] Jun 01 14:50:58.176 INFO E| Downloaded sha2 v0.10.5
32002026-06-01T14:50:58.807Z[ helios-setup] Jun 01 14:50:58.177 INFO E| Downloaded cpufeatures v0.2.5
32012026-06-01T14:50:58.810Z[ helios-setup] Jun 01 14:50:58.180 INFO E| Downloaded block-buffer v0.10.3
32022026-06-01T14:50:58.810Z[ helios-setup] Jun 01 14:50:58.181 INFO E| Downloaded unicode-width v0.1.10
32032026-06-01T14:50:58.810Z[ helios-setup] Jun 01 14:50:58.182 INFO E| Downloaded digest v0.10.3
32042026-06-01T14:50:58.815Z[ helios-setup] Jun 01 14:50:58.187 INFO E| Downloaded anyhow v1.0.62
32052026-06-01T14:50:58.818Z[ helios-setup] Jun 01 14:50:58.189 INFO E| Downloaded miniz_oxide v0.6.2
32062026-06-01T14:50:58.821Z[ helios-setup] Jun 01 14:50:58.190 INFO E| Downloaded flate2 v1.0.25
32072026-06-01T14:50:58.821Z[ helios-setup] Jun 01 14:50:58.193 INFO E| Downloaded typenum v1.15.0
32082026-06-01T14:50:58.854Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32092026-06-01T14:50:58.863Z[ helios-setup] Jun 01 14:50:58.234 INFO E| Compiling typenum v1.15.0
32102026-06-01T14:50:58.863Z[ helios-setup] Jun 01 14:50:58.234 INFO E| Compiling version_check v0.9.4
32112026-06-01T14:50:58.866Z[ helios-setup] Jun 01 14:50:58.234 INFO E| Compiling crc32fast v1.3.2
32122026-06-01T14:50:58.869Z[ helios-setup] Jun 01 14:50:58.240 INFO E| Compiling cfg-if v1.0.0
32132026-06-01T14:50:58.869Z[ helios-setup] Jun 01 14:50:58.240 INFO E| Compiling anyhow v1.0.62
32142026-06-01T14:50:58.869Z[ helios-setup] Jun 01 14:50:58.241 INFO E| Compiling adler v1.0.2
32152026-06-01T14:50:58.869Z[ helios-setup] Jun 01 14:50:58.241 INFO E| Compiling cpufeatures v0.2.5
32162026-06-01T14:50:58.872Z[ helios-setup] Jun 01 14:50:58.241 INFO E| Compiling unicode-width v0.1.10
32172026-06-01T14:50:58.872Z[ helios-setup] Jun 01 14:50:58.241 INFO E| Compiling bitflags v1.3.2
32182026-06-01T14:50:58.872Z[ helios-setup] Jun 01 14:50:58.241 INFO E| Compiling bytes v1.2.1
32192026-06-01T14:50:59.053Z[ helios-setup] Jun 01 14:50:58.425 INFO E| Compiling miniz_oxide v0.6.2
32202026-06-01T14:50:59.064Z[ helios-setup] Jun 01 14:50:58.429 INFO E| Compiling getopts v0.2.21
32212026-06-01T14:50:59.192Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32222026-06-01T14:50:59.347Z[ host-package] Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32232026-06-01T14:50:59.413Z[ helios-setup] Jun 01 14:50:58.785 INFO E| Compiling generic-array v0.14.6
32242026-06-01T14:50:59.417Z[ host-package] Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32252026-06-01T14:50:59.550Z[ host-package] Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32262026-06-01T14:50:59.700Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32272026-06-01T14:51:00.075Z[ host-package] Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32282026-06-01T14:51:00.111Z[ helios-setup] Jun 01 14:50:59.482 INFO E| Compiling flate2 v1.0.25
32292026-06-01T14:51:00.300Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32302026-06-01T14:51:00.596Z[ host-package] Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32312026-06-01T14:51:00.747Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32322026-06-01T14:51:00.814Z[ helios-setup] Jun 01 14:51:00.185 INFO E| Compiling block-buffer v0.10.3
32332026-06-01T14:51:00.814Z[ helios-setup] Jun 01 14:51:00.185 INFO E| Compiling crypto-common v0.1.6
32342026-06-01T14:51:00.939Z[ helios-setup] Jun 01 14:51:00.310 INFO E| Compiling digest v0.10.3
32352026-06-01T14:51:00.973Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32362026-06-01T14:51:01.079Z[ host-package] Compiling semver v0.1.20
32372026-06-01T14:51:01.125Z[ helios-setup] Jun 01 14:51:00.497 INFO E| Compiling sha2 v0.10.5
32382026-06-01T14:51:01.274Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32392026-06-01T14:51:01.334Z[ host-package] Compiling rustc_version v0.1.7
32402026-06-01T14:51:01.387Z[ helios-setup] Jun 01 14:51:00.756 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32412026-06-01T14:51:01.427Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32422026-06-01T14:51:01.637Z[ host-package] Compiling newtype_derive v0.1.6
32432026-06-01T14:51:01.912Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-06-01T14:51:02.040Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32452026-06-01T14:51:02.329Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32462026-06-01T14:51:03.290Z[ helios-setup] Jun 01 14:51:02.662 INFO E| Finished `release` profile [optimized] target(s) in 4.63s
32472026-06-01T14:51:03.303Z[ helios-setup] Jun 01 14:51:02.675 INFO building project "bootserver" ok (4 seconds)
32482026-06-01T14:51:03.303Z[ helios-setup] Jun 01 14:51:02.675 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
32492026-06-01T14:51:03.312Z[ helios-setup] Jun 01 14:51:02.684 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
32502026-06-01T14:51:03.312Z[ helios-setup] Jun 01 14:51:02.684 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32512026-06-01T14:51:03.315Z[ helios-setup] Jun 01 14:51:02.684 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32522026-06-01T14:51:03.420Z[ helios-setup] Jun 01 14:51:02.791 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32532026-06-01T14:51:03.424Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32542026-06-01T14:51:03.698Z[ helios-setup] Jun 01 14:51:03.069 INFO E| From https://github.com/jclulow/rust-jmclib
32552026-06-01T14:51:03.698Z[ helios-setup] Jun 01 14:51:03.069 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32562026-06-01T14:51:03.709Z[ helios-setup] Jun 01 14:51:03.080 INFO E| Updating crates.io index
32572026-06-01T14:51:03.758Z[ helios-setup] Jun 01 14:51:03.129 INFO E| Downloading crates ...
32582026-06-01T14:51:03.812Z[ helios-setup] Jun 01 14:51:03.183 INFO E| Downloaded anyhow v1.0.72
32592026-06-01T14:51:03.815Z[ helios-setup] Jun 01 14:51:03.186 INFO E| Downloaded md-5 v0.9.1
32602026-06-01T14:51:03.817Z[ helios-setup] Jun 01 14:51:03.187 INFO E| Downloaded ryu v1.0.15
32612026-06-01T14:51:03.821Z[ helios-setup] Jun 01 14:51:03.193 INFO E| Downloaded fastrand v2.0.0
32622026-06-01T14:51:03.825Z[ helios-setup] Jun 01 14:51:03.196 INFO E| Downloaded sha-1 v0.9.8
32632026-06-01T14:51:03.828Z[ helios-setup] Jun 01 14:51:03.197 INFO E| Downloaded walkdir v2.3.3
32642026-06-01T14:51:03.828Z[ helios-setup] Jun 01 14:51:03.199 INFO E| Downloaded itoa v1.0.9
32652026-06-01T14:51:03.828Z[ helios-setup] Jun 01 14:51:03.199 INFO E| Downloaded block-buffer v0.9.0
32662026-06-01T14:51:03.828Z[ helios-setup] Jun 01 14:51:03.200 INFO E| Downloaded digest v0.9.0
32672026-06-01T14:51:03.831Z[ helios-setup] Jun 01 14:51:03.203 INFO E| Downloaded opaque-debug v0.3.0
32682026-06-01T14:51:03.831Z[ helios-setup] Jun 01 14:51:03.203 INFO E| Downloaded errno v0.3.1
32692026-06-01T14:51:03.834Z[ helios-setup] Jun 01 14:51:03.204 INFO E| Downloaded cpufeatures v0.2.9
32702026-06-01T14:51:03.834Z[ helios-setup] Jun 01 14:51:03.206 INFO E| Downloaded libdevinfo-sys v1.0.0
32712026-06-01T14:51:03.839Z[ helios-setup] Jun 01 14:51:03.211 INFO E| Downloaded tempfile v3.7.0
32722026-06-01T14:51:03.844Z[ helios-setup] Jun 01 14:51:03.216 INFO E| Downloaded quote v1.0.31
32732026-06-01T14:51:03.847Z[ helios-setup] Jun 01 14:51:03.218 INFO E| Downloaded glob v0.3.1
32742026-06-01T14:51:03.857Z[ helios-setup] Jun 01 14:51:03.229 INFO E| Downloaded uuid v0.8.2
32752026-06-01T14:51:03.866Z[ helios-setup] Jun 01 14:51:03.231 INFO E| Downloaded typenum v1.16.0
32762026-06-01T14:51:03.866Z[ helios-setup] Jun 01 14:51:03.232 INFO E| Downloaded proc-macro2 v1.0.66
32772026-06-01T14:51:03.867Z[ helios-setup] Jun 01 14:51:03.234 INFO E| Downloaded bitflags v2.3.3
32782026-06-01T14:51:03.867Z[ helios-setup] Jun 01 14:51:03.235 INFO E| Downloaded once_cell v1.18.0
32792026-06-01T14:51:03.867Z[ helios-setup] Jun 01 14:51:03.237 INFO E| Downloaded toml v0.5.11
32802026-06-01T14:51:03.867Z[ helios-setup] Jun 01 14:51:03.238 INFO E| Downloaded serde_derive v1.0.193
32812026-06-01T14:51:03.870Z[ helios-setup] Jun 01 14:51:03.240 INFO E| Downloaded unicode-ident v1.0.11
32822026-06-01T14:51:03.870Z[ helios-setup] Jun 01 14:51:03.241 INFO E| Downloaded getrandom v0.2.10
32832026-06-01T14:51:03.872Z[ helios-setup] Jun 01 14:51:03.244 INFO E| Downloaded serde v1.0.193
32842026-06-01T14:51:03.885Z[ helios-setup] Jun 01 14:51:03.257 INFO E| Downloaded serde_json v1.0.103
32852026-06-01T14:51:03.999Z[ helios-setup] Jun 01 14:51:03.371 INFO E| Downloaded syn v2.0.32
32862026-06-01T14:51:04.006Z[ helios-setup] Jun 01 14:51:03.378 INFO E| Downloaded rustix v0.38.4
32872026-06-01T14:51:04.090Z[ helios-setup] Jun 01 14:51:03.462 INFO E| Downloaded libc v0.2.147
32882026-06-01T14:51:04.164Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling libc v0.2.147
32892026-06-01T14:51:04.164Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling proc-macro2 v1.0.66
32902026-06-01T14:51:04.164Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling unicode-ident v1.0.11
32912026-06-01T14:51:04.167Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling cfg-if v1.0.0
32922026-06-01T14:51:04.167Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling typenum v1.16.0
32932026-06-01T14:51:04.167Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling version_check v0.9.4
32942026-06-01T14:51:04.167Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling serde v1.0.193
32952026-06-01T14:51:04.167Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling powerfmt v0.2.0
32962026-06-01T14:51:04.167Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling num-conv v0.1.0
32972026-06-01T14:51:04.167Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling itoa v1.0.9
32982026-06-01T14:51:04.167Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling slog v2.7.0
32992026-06-01T14:51:04.167Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling time-core v0.1.2
33002026-06-01T14:51:04.167Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling rustix v0.38.4
33012026-06-01T14:51:04.167Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling once_cell v1.18.0
33022026-06-01T14:51:04.167Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling num_threads v0.1.6
33032026-06-01T14:51:04.167Z[ helios-setup] Jun 01 14:51:03.534 INFO E| Compiling bitflags v2.3.3
33042026-06-01T14:51:04.688Z[ helios-setup] Jun 01 14:51:04.060 INFO E| Compiling anyhow v1.0.72
33052026-06-01T14:51:04.699Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33062026-06-01T14:51:04.833Z[ helios-setup] Jun 01 14:51:04.205 INFO E| Compiling opaque-debug v0.3.0
33072026-06-01T14:51:04.838Z[ helios-setup] Jun 01 14:51:04.210 INFO E| Compiling serde_json v1.0.103
33082026-06-01T14:51:04.913Z[ helios-setup] Jun 01 14:51:04.285 INFO E| Compiling fastrand v2.0.0
33092026-06-01T14:51:05.049Z[ helios-setup] Jun 01 14:51:04.419 INFO E| Compiling deranged v0.3.11
33102026-06-01T14:51:05.071Z[ helios-setup] Jun 01 14:51:04.443 INFO E| Compiling cpufeatures v0.2.9
33112026-06-01T14:51:05.097Z[ helios-setup] Jun 01 14:51:04.469 INFO E| Compiling time-macros v0.2.18
33122026-06-01T14:51:05.203Z[ helios-setup] Jun 01 14:51:04.574 INFO E| Compiling thread_local v1.1.7
33132026-06-01T14:51:05.358Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33142026-06-01T14:51:05.376Z[ helios-setup] Jun 01 14:51:04.748 INFO E| Compiling generic-array v0.14.7
33152026-06-01T14:51:05.402Z[ helios-setup] Jun 01 14:51:04.774 INFO E| Compiling same-file v1.0.6
33162026-06-01T14:51:05.407Z[ helios-setup] Jun 01 14:51:04.778 INFO E| Compiling unicode-width v0.1.10
33172026-06-01T14:51:05.421Z[ helios-setup] Jun 01 14:51:04.793 INFO E| Compiling ryu v1.0.15
33182026-06-01T14:51:05.627Z[ helios-setup] Jun 01 14:51:04.999 INFO E| Compiling dirs-sys-next v0.1.2
33192026-06-01T14:51:05.690Z[ helios-setup] Jun 01 14:51:05.061 INFO E| Compiling errno v0.3.1
33202026-06-01T14:51:05.717Z[ helios-setup] Jun 01 14:51:05.088 INFO E| Compiling quote v1.0.31
33212026-06-01T14:51:05.725Z[ helios-setup] Jun 01 14:51:05.096 INFO E| Compiling atty v0.2.14
33222026-06-01T14:51:05.737Z[ helios-setup] Jun 01 14:51:05.109 INFO E| Compiling getrandom v0.2.10
33232026-06-01T14:51:05.749Z[ helios-setup] Jun 01 14:51:05.121 INFO E| Compiling getopts v0.2.21
33242026-06-01T14:51:05.810Z[ helios-setup] Jun 01 14:51:05.181 INFO E| Compiling walkdir v2.3.3
33252026-06-01T14:51:05.861Z[ helios-setup] Jun 01 14:51:05.233 INFO E| Compiling glob v0.3.1
33262026-06-01T14:51:05.895Z[ helios-setup] Jun 01 14:51:05.267 INFO E| Compiling libdevinfo-sys v1.0.0
33272026-06-01T14:51:05.934Z[ helios-setup] Jun 01 14:51:05.306 INFO E| Compiling dirs-next v2.0.0
33282026-06-01T14:51:06.039Z[ helios-setup] Jun 01 14:51:05.411 INFO E| Compiling term v0.7.0
33292026-06-01T14:51:06.111Z[ helios-setup] Jun 01 14:51:05.483 INFO E| Compiling syn v2.0.32
33302026-06-01T14:51:06.283Z[ host-package] Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33312026-06-01T14:51:06.875Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33322026-06-01T14:51:06.998Z[ helios-setup] Jun 01 14:51:06.370 INFO E| Compiling tempfile v3.7.0
33332026-06-01T14:51:07.067Z[ helios-setup] Jun 01 14:51:06.439 INFO E| Compiling time v0.3.36
33342026-06-01T14:51:07.345Z[ helios-setup] Jun 01 14:51:06.717 INFO E| Compiling block-buffer v0.9.0
33352026-06-01T14:51:07.345Z[ helios-setup] Jun 01 14:51:06.717 INFO E| Compiling digest v0.9.0
33362026-06-01T14:51:07.453Z[ helios-setup] Jun 01 14:51:06.825 INFO E| Compiling md-5 v0.9.1
33372026-06-01T14:51:07.454Z[ helios-setup] Jun 01 14:51:06.825 INFO E| Compiling sha-1 v0.9.8
33382026-06-01T14:51:08.031Z[ helios-setup] Jun 01 14:51:07.402 INFO E| Compiling serde_derive v1.0.193
33392026-06-01T14:51:08.228Z[ helios-setup] Jun 01 14:51:07.600 INFO E| Compiling slog-term v2.9.0
33402026-06-01T14:51:08.252Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33412026-06-01T14:51:08.499Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33422026-06-01T14:51:08.680Z[ host-package] Compiling convert_case v0.10.0
33432026-06-01T14:51:08.912Z[ host-package] Compiling unicode-linebreak v0.1.5
33442026-06-01T14:51:09.072Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33452026-06-01T14:51:09.176Z[ host-package] Compiling smawk v0.3.2
33462026-06-01T14:51:09.341Z[ host-package] Compiling derive_more-impl v2.1.1
33472026-06-01T14:51:09.424Z[ host-package] Compiling textwrap v0.16.2
33482026-06-01T14:51:09.478Z[ host-package] Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33492026-06-01T14:51:09.947Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33502026-06-01T14:51:10.304Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33512026-06-01T14:51:10.519Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33522026-06-01T14:51:10.714Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33532026-06-01T14:51:10.833Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33542026-06-01T14:51:11.359Z[ host-package] Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33552026-06-01T14:51:11.401Z[ host-package] Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33562026-06-01T14:51:11.833Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33572026-06-01T14:51:11.955Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33582026-06-01T14:51:12.162Z[ host-package] Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33592026-06-01T14:51:12.480Z[ helios-setup] Jun 01 14:51:11.851 INFO E| Compiling toml v0.5.11
33602026-06-01T14:51:12.480Z[ helios-setup] Jun 01 14:51:11.852 INFO E| Compiling uuid v0.8.2
33612026-06-01T14:51:12.606Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33622026-06-01T14:51:13.112Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33632026-06-01T14:51:13.154Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33642026-06-01T14:51:13.303Z[ helios-setup] Jun 01 14:51:12.675 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
33652026-06-01T14:51:13.424Z[ host-package] Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33662026-06-01T14:51:13.491Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33672026-06-01T14:51:13.658Z[ host-package] Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33682026-06-01T14:51:13.748Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33692026-06-01T14:51:13.800Z[ host-package] Compiling derive_more v2.1.1
33702026-06-01T14:51:13.949Z[ host-package] Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33712026-06-01T14:51:13.962Z[ helios-setup] Jun 01 14:51:13.333 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33722026-06-01T14:51:13.985Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33732026-06-01T14:51:14.111Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33742026-06-01T14:51:14.162Z[ host-package] Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33752026-06-01T14:51:14.202Z[ host-package] Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33762026-06-01T14:51:14.327Z[ host-package] Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33772026-06-01T14:51:14.827Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-06-01T14:51:14.884Z[ host-package] Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33792026-06-01T14:51:15.157Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33802026-06-01T14:51:15.241Z[ host-package] Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33812026-06-01T14:51:15.389Z[ host-package] Compiling crossterm v0.29.0
33822026-06-01T14:51:15.908Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33832026-06-01T14:51:15.986Z[ host-package] Compiling steno v0.4.1
33842026-06-01T14:51:16.614Z[ host-package] Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33852026-06-01T14:51:17.562Z[ host-package] Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33862026-06-01T14:51:18.244Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33872026-06-01T14:51:18.341Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33882026-06-01T14:51:18.541Z[ host-package] Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33892026-06-01T14:51:18.787Z[ helios-setup] Jun 01 14:51:18.159 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.46s
33902026-06-01T14:51:18.812Z[ helios-setup] Jun 01 14:51:18.183 INFO building project "image-builder" ok (15 seconds)
33912026-06-01T14:51:18.812Z[ helios-setup] Jun 01 14:51:18.183 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33922026-06-01T14:51:18.847Z[ helios-setup] Jun 01 14:51:18.219 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')"
33932026-06-01T14:51:18.847Z[ helios-setup] Jun 01 14:51:18.219 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33942026-06-01T14:51:18.850Z[ helios-setup] Jun 01 14:51:18.219 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33952026-06-01T14:51:19.040Z[ helios-setup] Jun 01 14:51:18.411 INFO E| Updating crates.io index
33962026-06-01T14:51:19.043Z[ helios-setup] Jun 01 14:51:18.412 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33972026-06-01T14:51:19.593Z[ helios-setup] Jun 01 14:51:18.964 INFO E| From https://github.com/oxidecomputer/amd-apcb
33982026-06-01T14:51:19.593Z[ helios-setup] Jun 01 14:51:18.965 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33992026-06-01T14:51:19.698Z[ helios-setup] Jun 01 14:51:19.070 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
34002026-06-01T14:51:20.073Z[ helios-setup] Jun 01 14:51:19.444 INFO E| From https://github.com/oxidecomputer/amd-efs
34012026-06-01T14:51:20.073Z[ helios-setup] Jun 01 14:51:19.444 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
34022026-06-01T14:51:20.287Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34032026-06-01T14:51:20.472Z[ helios-setup] Jun 01 14:51:19.843 INFO E| Downloading crates ...
34042026-06-01T14:51:20.651Z[ helios-setup] Jun 01 14:51:20.023 INFO E| Downloaded unic-ucd-version v0.9.0
34052026-06-01T14:51:20.654Z[ helios-setup] Jun 01 14:51:20.024 INFO E| Downloaded fletcher v1.0.0
34062026-06-01T14:51:20.654Z[ helios-setup] Jun 01 14:51:20.024 INFO E| Downloaded dyn-clone v1.0.19
34072026-06-01T14:51:20.655Z[ helios-setup] Jun 01 14:51:20.025 INFO E| Downloaded unic-common v0.9.0
34082026-06-01T14:51:20.655Z[ helios-setup] Jun 01 14:51:20.026 INFO E| Downloaded unic-char-property v0.9.0
34092026-06-01T14:51:20.658Z[ helios-setup] Jun 01 14:51:20.027 INFO E| Downloaded strum v0.27.1
34102026-06-01T14:51:20.658Z[ helios-setup] Jun 01 14:51:20.027 INFO E| Downloaded structopt-derive v0.4.18
34112026-06-01T14:51:20.658Z[ helios-setup] Jun 01 14:51:20.028 INFO E| Downloaded strsim v0.8.0
34122026-06-01T14:51:20.658Z[ helios-setup] Jun 01 14:51:20.029 INFO E| Downloaded pest_meta v2.8.0
34132026-06-01T14:51:20.661Z[ helios-setup] Jun 01 14:51:20.030 INFO E| Downloaded parse_int v0.9.0
34142026-06-01T14:51:20.661Z[ helios-setup] Jun 01 14:51:20.031 INFO E| Downloaded unic-char-range v0.9.0
34152026-06-01T14:51:20.661Z[ helios-setup] Jun 01 14:51:20.031 INFO E| Downloaded vec_map v0.8.2
34162026-06-01T14:51:20.661Z[ helios-setup] Jun 01 14:51:20.032 INFO E| Downloaded modular-bitfield-impl v0.13.1
34172026-06-01T14:51:20.666Z[ helios-setup] Jun 01 14:51:20.038 INFO E| Downloaded heck v0.3.3
34182026-06-01T14:51:20.670Z[ helios-setup] Jun 01 14:51:20.039 INFO E| Downloaded four-cc v0.4.0
34192026-06-01T14:51:20.674Z[ helios-setup] Jun 01 14:51:20.046 INFO E| Downloaded unic-ucd-ident v0.9.0
34202026-06-01T14:51:20.677Z[ helios-setup] Jun 01 14:51:20.047 INFO E| Downloaded ansi_term v0.12.1
34212026-06-01T14:51:20.682Z[ helios-setup] Jun 01 14:51:20.049 INFO E| Downloaded textwrap v0.11.0
34222026-06-01T14:51:20.682Z[ helios-setup] Jun 01 14:51:20.054 INFO E| Downloaded strum_macros v0.27.1
34232026-06-01T14:51:20.682Z[ helios-setup] Jun 01 14:51:20.054 INFO E| Downloaded rustversion v1.0.20
34242026-06-01T14:51:20.687Z[ helios-setup] Jun 01 14:51:20.059 INFO E| Downloaded pest_derive v2.8.0
34252026-06-01T14:51:20.692Z[ helios-setup] Jun 01 14:51:20.061 INFO E| Downloaded modular-bitfield v0.13.1
34262026-06-01T14:51:20.695Z[ helios-setup] Jun 01 14:51:20.066 INFO E| Downloaded modular-bitfield v0.11.2
34272026-06-01T14:51:20.700Z[ helios-setup] Jun 01 14:51:20.072 INFO E| Downloaded structopt v0.3.26
34282026-06-01T14:51:20.704Z[ helios-setup] Jun 01 14:51:20.076 INFO E| Downloaded typenum v1.18.0
34292026-06-01T14:51:20.707Z[ helios-setup] Jun 01 14:51:20.078 INFO E| Downloaded log v0.4.27
34302026-06-01T14:51:20.710Z[ helios-setup] Jun 01 14:51:20.079 INFO E| Downloaded zerocopy-derive v0.8.25
34312026-06-01T14:51:20.713Z[ helios-setup] Jun 01 14:51:20.083 INFO E| Downloaded bytesize v2.0.1
34322026-06-01T14:51:20.713Z[ helios-setup] Jun 01 14:51:20.084 INFO E| Downloaded pest_generator v2.8.0
34332026-06-01T14:51:20.716Z[ helios-setup] Jun 01 14:51:20.085 INFO E| Downloaded pest v2.8.0
34342026-06-01T14:51:20.719Z[ helios-setup] Jun 01 14:51:20.088 INFO E| Downloaded modular-bitfield-impl v0.11.2
34352026-06-01T14:51:20.719Z[ helios-setup] Jun 01 14:51:20.089 INFO E| Downloaded goblin v0.9.3
34362026-06-01T14:51:20.729Z[ helios-setup] Jun 01 14:51:20.101 INFO E| Downloaded clap v2.34.0
34372026-06-01T14:51:20.733Z[ helios-setup] Jun 01 14:51:20.105 INFO E| Downloaded zerocopy v0.8.25
34382026-06-01T14:51:20.807Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling proc-macro2 v1.0.95
34392026-06-01T14:51:20.807Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling unicode-ident v1.0.18
34402026-06-01T14:51:20.807Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling memchr v2.7.4
34412026-06-01T14:51:20.810Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling thiserror v2.0.12
34422026-06-01T14:51:20.811Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling autocfg v1.4.0
34432026-06-01T14:51:20.811Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling serde v1.0.219
34442026-06-01T14:51:20.811Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling syn v1.0.109
34452026-06-01T14:51:20.811Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling version_check v0.9.5
34462026-06-01T14:51:20.811Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling serde_json v1.0.140
34472026-06-01T14:51:20.811Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling itoa v1.0.15
34482026-06-01T14:51:20.811Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling ryu v1.0.20
34492026-06-01T14:51:20.811Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling schemars v0.8.22
34502026-06-01T14:51:20.811Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling libc v0.2.172
34512026-06-01T14:51:20.811Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling rustversion v1.0.20
34522026-06-01T14:51:20.811Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling ucd-trie v0.1.7
34532026-06-01T14:51:20.811Z[ helios-setup] Jun 01 14:51:20.178 INFO E| Compiling dyn-clone v1.0.19
34542026-06-01T14:51:20.845Z[ host-package] Compiling vte v0.14.1
34552026-06-01T14:51:21.058Z[ helios-setup] Jun 01 14:51:20.430 INFO E| Compiling paste v1.0.15
34562026-06-01T14:51:21.142Z[ host-package] Compiling strip-ansi-escapes v0.2.1
34572026-06-01T14:51:21.621Z[ helios-setup] Jun 01 14:51:20.992 INFO E| Compiling static_assertions v1.1.0
34582026-06-01T14:51:21.772Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34592026-06-01T14:51:21.824Z[ helios-setup] Jun 01 14:51:21.196 INFO E| Compiling zerocopy v0.8.25
34602026-06-01T14:51:21.925Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34612026-06-01T14:51:21.943Z[ helios-setup] Jun 01 14:51:21.314 INFO E| Compiling once_cell v1.21.3
34622026-06-01T14:51:22.034Z[ helios-setup] Jun 01 14:51:21.405 INFO E| Compiling unicode-segmentation v1.12.0
34632026-06-01T14:51:22.038Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34642026-06-01T14:51:22.072Z[ helios-setup] Jun 01 14:51:21.444 INFO E| Compiling unicode-width v0.1.14
34652026-06-01T14:51:22.182Z[ helios-setup] Jun 01 14:51:21.553 INFO E| Compiling heck v0.5.0
34662026-06-01T14:51:22.244Z[ helios-setup] Jun 01 14:51:21.616 INFO E| Compiling ansi_term v0.12.1
34672026-06-01T14:51:22.273Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34682026-06-01T14:51:22.273Z[ helios-setup] Jun 01 14:51:21.645 INFO E| Compiling unic-char-range v0.9.0
34692026-06-01T14:51:22.424Z[ helios-setup] Jun 01 14:51:21.796 INFO E| Compiling num-traits v0.2.19
34702026-06-01T14:51:22.567Z[ helios-setup] Jun 01 14:51:21.938 INFO E| Compiling memoffset v0.9.1
34712026-06-01T14:51:22.606Z[ helios-setup] Jun 01 14:51:21.978 INFO E| Compiling heck v0.3.3
34722026-06-01T14:51:22.644Z[ helios-setup] Jun 01 14:51:22.016 INFO E| Compiling textwrap v0.11.0
34732026-06-01T14:51:22.674Z[ helios-setup] Jun 01 14:51:22.046 INFO E| Compiling strsim v0.8.0
34742026-06-01T14:51:22.695Z[ helios-setup] Jun 01 14:51:22.067 INFO E| Compiling vec_map v0.8.2
34752026-06-01T14:51:22.695Z[ helios-setup] Jun 01 14:51:22.067 INFO E| Compiling byteorder v1.5.0
34762026-06-01T14:51:22.732Z[ host-package] Compiling fd-lock v4.0.4
34772026-06-01T14:51:22.737Z[ helios-setup] Jun 01 14:51:22.109 INFO E| Compiling bitflags v1.3.2
34782026-06-01T14:51:22.785Z[ helios-setup] Jun 01 14:51:22.157 INFO E| Compiling unic-common v0.9.0
34792026-06-01T14:51:22.830Z[ helios-setup] Jun 01 14:51:22.201 INFO E| Compiling strum v0.27.1
34802026-06-01T14:51:22.834Z[ helios-setup] Jun 01 14:51:22.206 INFO E| Compiling fletcher v1.0.0
34812026-06-01T14:51:22.866Z[ helios-setup] Jun 01 14:51:22.211 INFO E| Compiling proc-macro-error-attr v1.0.4
34822026-06-01T14:51:22.912Z[ helios-setup] Jun 01 14:51:22.283 INFO E| Compiling proc-macro-error v1.0.4
34832026-06-01T14:51:22.963Z[ helios-setup] Jun 01 14:51:22.335 INFO E| Compiling unic-ucd-version v0.9.0
34842026-06-01T14:51:22.971Z[ helios-setup] Jun 01 14:51:22.343 INFO E| Compiling unic-char-property v0.9.0
34852026-06-01T14:51:22.976Z[ helios-setup] Jun 01 14:51:22.348 INFO E| Compiling lazy_static v1.5.0
34862026-06-01T14:51:23.057Z[ helios-setup] Jun 01 14:51:22.429 INFO E| Compiling plain v0.2.3
34872026-06-01T14:51:23.090Z[ helios-setup] Jun 01 14:51:22.462 INFO E| Compiling log v0.4.27
34882026-06-01T14:51:23.125Z[ helios-setup] Jun 01 14:51:22.497 INFO E| Compiling unic-ucd-ident v0.9.0
34892026-06-01T14:51:23.130Z[ helios-setup] Jun 01 14:51:22.502 INFO E| Compiling bytesize v2.0.1
34902026-06-01T14:51:23.182Z[ helios-setup] Jun 01 14:51:22.554 INFO E| Compiling atty v0.2.14
34912026-06-01T14:51:23.215Z[ host-package] Compiling peg-macros v0.8.5
34922026-06-01T14:51:23.266Z[ helios-setup] Jun 01 14:51:22.636 INFO E| Compiling clap v2.34.0
34932026-06-01T14:51:23.517Z[ host-package] Compiling nu-ansi-term v0.50.3
34942026-06-01T14:51:23.674Z[ helios-setup] Jun 01 14:51:23.045 INFO E| Compiling quote v1.0.40
34952026-06-01T14:51:23.905Z[ helios-setup] Jun 01 14:51:23.277 INFO E| Compiling syn v2.0.101
34962026-06-01T14:51:24.013Z[ helios-setup] Jun 01 14:51:23.384 INFO E| Compiling parse_int v0.9.0
34972026-06-01T14:51:24.356Z[ host-package] Compiling reedline v0.40.0
34982026-06-01T14:51:24.470Z[ host-package] Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34992026-06-01T14:51:25.144Z[ host-package] Compiling peg v0.8.5
35002026-06-01T14:51:25.340Z[ host-package] Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35012026-06-01T14:51:25.769Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35022026-06-01T14:51:26.275Z[ host-package] Compiling nom v8.0.0
35032026-06-01T14:51:26.679Z[ host-package] Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
35042026-06-01T14:51:27.067Z[ helios-setup] Jun 01 14:51:26.438 INFO E| Compiling serde_derive_internals v0.29.1
35052026-06-01T14:51:27.379Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
35062026-06-01T14:51:27.441Z[ helios-setup] Jun 01 14:51:26.813 INFO E| Compiling modular-bitfield-impl v0.11.2
35072026-06-01T14:51:27.441Z[ helios-setup] Jun 01 14:51:26.813 INFO E| Compiling structopt-derive v0.4.18
35082026-06-01T14:51:28.213Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35092026-06-01T14:51:28.424Z[ helios-setup] Jun 01 14:51:27.794 INFO E| Compiling thiserror-impl v2.0.12
35102026-06-01T14:51:28.424Z[ helios-setup] Jun 01 14:51:27.794 INFO E| Compiling serde_derive v1.0.219
35112026-06-01T14:51:28.424Z[ helios-setup] Jun 01 14:51:27.794 INFO E| Compiling schemars_derive v0.8.22
35122026-06-01T14:51:28.424Z[ helios-setup] Jun 01 14:51:27.794 INFO E| Compiling zerocopy-derive v0.8.25
35132026-06-01T14:51:28.424Z[ helios-setup] Jun 01 14:51:27.794 INFO E| Compiling num-derive v0.4.2
35142026-06-01T14:51:28.424Z[ helios-setup] Jun 01 14:51:27.794 INFO E| Compiling modular-bitfield-impl v0.13.1
35152026-06-01T14:51:28.424Z[ helios-setup] Jun 01 14:51:27.794 INFO E| Compiling strum_macros v0.27.1
35162026-06-01T14:51:28.424Z[ helios-setup] Jun 01 14:51:27.794 INFO E| Compiling scroll_derive v0.12.1
35172026-06-01T14:51:28.546Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35182026-06-01T14:51:28.686Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
35192026-06-01T14:51:28.955Z[ helios-setup] Jun 01 14:51:28.327 INFO E| Compiling modular-bitfield v0.11.2
35202026-06-01T14:51:29.261Z[ helios-setup] Jun 01 14:51:28.633 INFO E| Compiling structopt v0.3.26
35212026-06-01T14:51:29.367Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
35222026-06-01T14:51:29.594Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
35232026-06-01T14:51:29.766Z[ helios-setup] Jun 01 14:51:29.135 INFO E| Compiling scroll v0.12.0
35242026-06-01T14:51:30.028Z[ host-package] Compiling utf-8 v0.7.6
35252026-06-01T14:51:30.115Z[ helios-setup] Jun 01 14:51:29.486 INFO E| Compiling goblin v0.9.3
35262026-06-01T14:51:30.144Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35272026-06-01T14:51:30.359Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35282026-06-01T14:51:30.419Z[ helios-setup] Jun 01 14:51:29.786 INFO E| Compiling modular-bitfield v0.13.1
35292026-06-01T14:51:30.458Z[ helios-setup] Jun 01 14:51:29.829 INFO E| Compiling pest v2.8.0
35302026-06-01T14:51:30.458Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35312026-06-01T14:51:30.621Z[ host-package] Compiling tungstenite v0.21.0
35322026-06-01T14:51:30.755Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35332026-06-01T14:51:31.019Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
35342026-06-01T14:51:31.118Z[ host-package] Compiling itertools v0.10.5
35352026-06-01T14:51:31.736Z[ host-package] Compiling tokio-tungstenite v0.21.0
35362026-06-01T14:51:31.898Z[ helios-setup] Jun 01 14:51:31.270 INFO E| Compiling pest_meta v2.8.0
35372026-06-01T14:51:32.179Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
35382026-06-01T14:51:32.518Z[ host-package] Compiling proc-macro-error2 v2.0.1
35392026-06-01T14:51:32.643Z[ helios-setup] Jun 01 14:51:32.015 INFO E| Compiling pest_generator v2.8.0
35402026-06-01T14:51:32.647Z[ host-package] Compiling vergen-lib v0.1.6
35412026-06-01T14:51:32.973Z[ host-package] Compiling tabled_derive v0.11.0
35422026-06-01T14:51:33.071Z[ host-package] Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35432026-06-01T14:51:33.477Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35442026-06-01T14:51:33.532Z[ helios-setup] Jun 01 14:51:32.904 INFO E| Compiling pest_derive v2.8.0
35452026-06-01T14:51:33.743Z[ host-package] Compiling papergrid v0.17.0
35462026-06-01T14:51:34.221Z[ host-package] Compiling testing_table v0.3.0
35472026-06-01T14:51:34.272Z[ host-package] Compiling vergen-gitcl v1.0.8
35482026-06-01T14:51:34.324Z[ host-package] Compiling dirs-sys-next v0.1.2
35492026-06-01T14:51:34.337Z[ helios-setup] Jun 01 14:51:33.709 INFO E| Compiling json5 v0.4.1
35502026-06-01T14:51:34.623Z[ host-package] Compiling maplit v1.0.2
35512026-06-01T14:51:34.762Z[ host-package] Compiling glob v0.3.3
35522026-06-01T14:51:34.787Z[ host-package] Compiling diesel_derives v2.3.7
35532026-06-01T14:51:34.881Z[ host-package] Compiling crunchy v0.2.4
35542026-06-01T14:51:35.007Z[ host-package] Compiling dirs-next v2.0.0
35552026-06-01T14:51:35.097Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35562026-06-01T14:51:35.218Z[ host-package] Compiling clang-sys v1.8.1
35572026-06-01T14:51:35.326Z[ host-package] Compiling tabled v0.20.0
35582026-06-01T14:51:35.733Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
35592026-06-01T14:51:35.877Z[ helios-setup] Jun 01 14:51:35.249 INFO E| Compiling four-cc v0.4.0
35602026-06-01T14:51:35.877Z[ helios-setup] Jun 01 14:51:35.249 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35612026-06-01T14:51:36.093Z[ helios-setup] Jun 01 14:51:35.464 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35622026-06-01T14:51:36.124Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
35632026-06-01T14:51:36.534Z[ host-package] Compiling scheduled-thread-pool v0.2.7
35642026-06-01T14:51:36.904Z[ host-package] Compiling dsl_auto_type v0.2.0
35652026-06-01T14:51:37.507Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
35662026-06-01T14:51:37.723Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
35672026-06-01T14:51:37.771Z[ host-package] Compiling tiny-keccak v2.0.2
35682026-06-01T14:51:37.922Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
35692026-06-01T14:51:38.149Z[ host-package] Compiling r2d2 v0.8.10
35702026-06-01T14:51:38.882Z[ host-package] Compiling term v0.7.0
35712026-06-01T14:51:38.919Z[ host-package] Compiling xshell-macros v0.2.7
35722026-06-01T14:51:39.126Z[ host-package] Compiling bit-vec v0.6.3
35732026-06-01T14:51:39.468Z[ host-package] Compiling downcast-rs v2.0.2
35742026-06-01T14:51:39.517Z[ host-package] Compiling xshell v0.2.7
35752026-06-01T14:51:39.554Z[ host-package] Compiling bit-set v0.5.3
35762026-06-01T14:51:39.594Z[ host-package] Compiling ascii-canvas v3.0.0
35772026-06-01T14:51:39.961Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35782026-06-01T14:51:40.013Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35792026-06-01T14:51:40.132Z[ host-package] Compiling ena v0.14.4
35802026-06-01T14:51:40.423Z[ host-package] Compiling libloading v0.8.9
35812026-06-01T14:51:40.559Z[ host-package] Compiling regex-syntax v0.6.29
35822026-06-01T14:51:40.719Z[ host-package] Compiling unicase v2.9.0
35832026-06-01T14:51:40.929Z[ host-package] Compiling crc8 v0.1.1
35842026-06-01T14:51:41.079Z[ host-package] Compiling diff v0.1.13
35852026-06-01T14:51:41.153Z[ host-package] Compiling bindgen v0.71.1
35862026-06-01T14:51:41.237Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35872026-06-01T14:51:41.543Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35882026-06-01T14:51:42.326Z[ host-package] Compiling lalrpop v0.19.12
35892026-06-01T14:51:42.499Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35902026-06-01T14:51:42.648Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35912026-06-01T14:51:42.814Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35922026-06-01T14:51:42.911Z[ host-package] Compiling diesel v2.3.7
35932026-06-01T14:51:42.955Z[ host-package] Compiling cexpr v0.6.0
35942026-06-01T14:51:43.003Z[ host-package] Compiling rustc-hash v2.1.1
35952026-06-01T14:51:43.133Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35962026-06-01T14:51:43.177Z[ host-package] Compiling headers-core v0.3.0
35972026-06-01T14:51:43.229Z[ host-package] Compiling libxml v0.3.3
35982026-06-01T14:51:43.587Z[ host-package] Compiling headers v0.4.1
35992026-06-01T14:51:43.740Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36002026-06-01T14:51:43.847Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36012026-06-01T14:51:43.905Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36022026-06-01T14:51:44.313Z[ host-package] Compiling git-stub v1.0.0
36032026-06-01T14:51:44.380Z[ host-package] Compiling strum_macros v0.24.3
36042026-06-01T14:51:44.439Z[ host-package] Compiling indoc v1.0.9
36052026-06-01T14:51:44.593Z[ host-package] Compiling git-stub-vcs v0.1.0
36062026-06-01T14:51:44.953Z[ host-package] Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
36072026-06-01T14:51:45.016Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36082026-06-01T14:51:45.052Z[ host-package] Compiling derive_builder v0.20.2
36092026-06-01T14:51:45.260Z[ host-package] Compiling oso-derive v0.27.3
36102026-06-01T14:51:45.297Z[ host-package] Compiling quick-xml v0.37.5
36112026-06-01T14:51:45.369Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
36122026-06-01T14:51:45.698Z[ host-package] Compiling openssl-probe v0.1.6
36132026-06-01T14:51:46.021Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36142026-06-01T14:51:46.078Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36152026-06-01T14:51:46.609Z[ host-package] Compiling half v1.8.3
36162026-06-01T14:51:46.755Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36172026-06-01T14:51:46.815Z[ host-package] Compiling bb8 v0.8.6
36182026-06-01T14:51:46.978Z[ host-package] Compiling serde_cbor v0.11.2
36192026-06-01T14:51:47.092Z[ host-package] Compiling trait-variant v0.1.2
36202026-06-01T14:51:47.282Z[ host-package] Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
36212026-06-01T14:51:47.754Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
36222026-06-01T14:51:48.054Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36232026-06-01T14:51:48.100Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36242026-06-01T14:51:48.145Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36252026-06-01T14:51:48.364Z[ host-package] Compiling samael v0.0.19
36262026-06-01T14:51:48.484Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
36272026-06-01T14:51:48.576Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36282026-06-01T14:51:48.645Z[ host-package] Compiling typify-impl v0.4.3
36292026-06-01T14:51:48.898Z[ host-package] Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
36302026-06-01T14:51:49.510Z[ host-package] Compiling fxhash v0.2.1
36312026-06-01T14:51:49.714Z[ host-package] Compiling libz-sys v1.1.24
36322026-06-01T14:51:50.138Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
36332026-06-01T14:51:50.165Z[ host-package] Compiling salty v0.3.0
36342026-06-01T14:51:50.193Z[ host-package] Compiling polar-core v0.27.3
36352026-06-01T14:51:50.217Z[ helios-setup] Jun 01 14:51:49.587 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36362026-06-01T14:51:50.481Z[ host-package] Compiling nonempty v0.12.0
36372026-06-01T14:51:50.681Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36382026-06-01T14:51:51.135Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36392026-06-01T14:51:51.493Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
36402026-06-01T14:51:51.684Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36412026-06-01T14:51:52.324Z[ host-package] Compiling typify-macro v0.4.3
36422026-06-01T14:51:53.133Z[ host-package] Compiling kstat-rs v0.2.4
36432026-06-01T14:51:53.671Z[ host-package] Compiling arc-swap v1.8.2
36442026-06-01T14:51:53.700Z[ helios-setup] Jun 01 14:51:53.072 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36452026-06-01T14:51:53.822Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36462026-06-01T14:51:54.010Z[ host-package] Compiling mime_guess v2.0.5
36472026-06-01T14:51:54.167Z[ host-package] Compiling slog-scope v4.4.1
36482026-06-01T14:51:54.208Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
36492026-06-01T14:51:54.640Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36502026-06-01T14:51:54.709Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36512026-06-01T14:51:54.853Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36522026-06-01T14:51:55.175Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36532026-06-01T14:51:55.272Z[ host-package] Compiling nanorand v0.7.0
36542026-06-01T14:51:55.323Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
36552026-06-01T14:51:56.066Z[ host-package] Compiling darling_core v0.23.0
36562026-06-01T14:51:56.285Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36572026-06-01T14:51:56.798Z[ host-package] Compiling parking_lot_core v0.8.6
36582026-06-01T14:51:57.256Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36592026-06-01T14:51:58.126Z[ host-package] Compiling flume v0.11.1
36602026-06-01T14:51:58.352Z[ host-package] Compiling darling_macro v0.23.0
36612026-06-01T14:51:58.588Z[ host-package] Compiling slog-stdlog v4.1.1
36622026-06-01T14:51:58.891Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36632026-06-01T14:51:59.000Z[ host-package] Compiling primeorder v0.13.6
36642026-06-01T14:51:59.070Z[ host-package] Compiling atty v0.2.14
36652026-06-01T14:51:59.237Z[ host-package] Compiling http-range v0.1.5
36662026-06-01T14:51:59.531Z[ host-package] Compiling strsim v0.10.0
36672026-06-01T14:51:59.719Z[ host-package] Compiling instability v0.3.11
36682026-06-01T14:52:00.029Z[ host-package] Compiling oso v0.27.3
36692026-06-01T14:52:00.095Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36702026-06-01T14:52:00.319Z[ host-package] Compiling darling_core v0.13.4
36712026-06-01T14:52:00.670Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36722026-06-01T14:52:02.540Z[ host-package] Compiling async-bb8-diesel v0.2.1
36732026-06-01T14:52:03.054Z[ host-package] Compiling diesel-dtrace v0.5.0
36742026-06-01T14:52:03.453Z[ host-package] Compiling p384 v0.13.1
36752026-06-01T14:52:05.009Z[ host-package] Compiling darling v0.23.0
36762026-06-01T14:52:05.151Z[ host-package] Compiling slog-envlogger v2.2.0
36772026-06-01T14:52:05.493Z[ helios-setup] Jun 01 14:52:04.864 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.60s
36782026-06-01T14:52:05.527Z[ helios-setup] Jun 01 14:52:04.898 INFO building project "amd-host-image-builder" ok (46 seconds)
36792026-06-01T14:52:05.533Z[ helios-setup] rm -f helios-build
36802026-06-01T14:52:05.533Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36812026-06-01T14:52:05.536Z[ helios-setup]
36822026-06-01T14:52:05.536Z[ helios-setup] Setup complete! ./helios-build is now available.
36832026-06-01T14:52:05.536Z[ helios-setup]
36842026-06-01T14:52:05.536Z[ helios-setup]
36852026-06-01T14:52:05.536Z[ helios-setup] real 2:27.538090024
36862026-06-01T14:52:05.536Z[ helios-setup] user 6:47.895545969
36872026-06-01T14:52:05.536Z[ helios-setup] sys 1:13.127839867
36882026-06-01T14:52:05.536Z[ helios-setup] trap 0.429842549
36892026-06-01T14:52:05.536Z[ helios-setup] tflt 2.321423250
36902026-06-01T14:52:05.537Z[ helios-setup] dflt 6.615415037
36912026-06-01T14:52:05.537Z[ helios-setup] kflt 0.002331461
36922026-06-01T14:52:05.537Z[ helios-setup] lock 30:58.873147894
36932026-06-01T14:52:05.537Z[ helios-setup] slp 29:19.107760855
36942026-06-01T14:52:05.537Z[ helios-setup] lat 4:15.964133412
36952026-06-01T14:52:05.537Z[ helios-setup] stop 1:08.321506663
36962026-06-01T14:52:05.540ZJun 01 14:52:04.908 INFO [helios-setup] process exited with exit status: 0 (147.540894424s)
36972026-06-01T14:52:05.540ZJun 01 14:52:04.908 INFO [helios-record] running task
36982026-06-01T14:52:05.540ZJun 01 14:52:04.909 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36992026-06-01T14:52:05.543ZJun 01 14:52:04.913 DEBG process exited with exit status: 0 (4.16991ms)
37002026-06-01T14:52:05.543ZJun 01 14:52:04.913 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37012026-06-01T14:52:05.546ZJun 01 14:52:04.916 DEBG process exited with exit status: 0 (3.59135ms)
37022026-06-01T14:52:05.546ZJun 01 14:52:04.916 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37032026-06-01T14:52:05.552ZJun 01 14:52:04.924 DEBG process exited with exit status: 0 (7.29466ms)
37042026-06-01T14:52:05.552ZJun 01 14:52:04.924 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37052026-06-01T14:52:05.558ZJun 01 14:52:04.930 DEBG process exited with exit status: 0 (3.42517ms)
37062026-06-01T14:52:05.558ZJun 01 14:52:04.930 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37072026-06-01T14:52:05.561ZJun 01 14:52:04.931 DEBG process exited with exit status: 0 (3.39432ms)
37082026-06-01T14:52:05.561ZJun 01 14:52:04.931 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37092026-06-01T14:52:05.564ZJun 01 14:52:04.936 DEBG process exited with exit status: 0 (3.20936ms)
37102026-06-01T14:52:05.564ZJun 01 14:52:04.936 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37112026-06-01T14:52:05.567ZJun 01 14:52:04.937 DEBG process exited with exit status: 0 (3.36072ms)
37122026-06-01T14:52:05.567ZJun 01 14:52:04.937 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37132026-06-01T14:52:05.570ZJun 01 14:52:04.940 DEBG process exited with exit status: 0 (2.92506ms)
37142026-06-01T14:52:05.570ZJun 01 14:52:04.940 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37152026-06-01T14:52:05.573ZJun 01 14:52:04.943 DEBG process exited with exit status: 0 (3.31788ms)
37162026-06-01T14:52:05.573ZJun 01 14:52:04.944 INFO [helios-record] task succeeded (35.3443ms)
37172026-06-01T14:52:06.355Z[ host-package] Compiling typify v0.4.3
37182026-06-01T14:52:06.502Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37192026-06-01T14:52:06.961Z[ host-package] Compiling ignore v0.4.25
37202026-06-01T14:52:06.986Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
37212026-06-01T14:52:07.039Z[ host-package] Compiling vergen-git2 v9.1.0
37222026-06-01T14:52:07.276Z[ host-package] Compiling castaway v0.2.4
37232026-06-01T14:52:07.460Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
37242026-06-01T14:52:07.702Z[ host-package] Compiling indoc v2.0.7
37252026-06-01T14:52:07.841Z[ host-package] Compiling globwalk v0.9.1
37262026-06-01T14:52:08.386Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
37272026-06-01T14:52:08.527Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37282026-06-01T14:52:08.862Z[ host-package] Compiling compact_str v0.8.1
37292026-06-01T14:52:09.026Z[ host-package] Compiling progenitor-impl v0.11.2
37302026-06-01T14:52:10.047Z[ host-package] Compiling parking_lot v0.11.2
37312026-06-01T14:52:10.074Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37322026-06-01T14:52:11.019Z[ host-package] Compiling hyper-staticfile v0.10.1
37332026-06-01T14:52:11.234Z[ host-package] Compiling darling_macro v0.13.4
37342026-06-01T14:52:11.936Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37352026-06-01T14:52:12.034Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37362026-06-01T14:52:12.225Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37372026-06-01T14:52:12.309Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37382026-06-01T14:52:12.604Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37392026-06-01T14:52:12.654Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37402026-06-01T14:52:12.697Z[ host-package] Compiling predicates-tree v1.0.13
37412026-06-01T14:52:12.819Z[ host-package] Compiling unicode-truncate v1.1.0
37422026-06-01T14:52:12.892Z[ host-package] Compiling lru v0.12.5
37432026-06-01T14:52:13.038Z[ host-package] Compiling rand_seeder v0.4.0
37442026-06-01T14:52:13.128Z[ host-package] Compiling prefix-trie v0.7.0
37452026-06-01T14:52:13.165Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37462026-06-01T14:52:13.278Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37472026-06-01T14:52:13.312Z[ host-package] Compiling rustls v0.21.12
37482026-06-01T14:52:13.535Z[ host-package] Compiling corncobs v0.1.4
37492026-06-01T14:52:13.561Z[ host-package] Compiling cassowary v0.3.0
37502026-06-01T14:52:13.585Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
37512026-06-01T14:52:13.670Z[ host-package] Compiling hickory-server v0.25.2
37522026-06-01T14:52:13.694Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37532026-06-01T14:52:13.790Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37542026-06-01T14:52:13.861Z[ host-package] Compiling ratatui v0.29.0
37552026-06-01T14:52:14.002Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37562026-06-01T14:52:14.457Z[ host-package] Compiling camino-tempfile-ext v0.3.3
37572026-06-01T14:52:14.548Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37582026-06-01T14:52:15.108Z[ host-package] Compiling darling v0.13.4
37592026-06-01T14:52:15.171Z[ host-package] Compiling progenitor-macro v0.11.2
37602026-06-01T14:52:15.230Z[ host-package] Compiling sled v0.34.7
37612026-06-01T14:52:17.988Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37622026-06-01T14:52:18.706Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37632026-06-01T14:52:18.842Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37642026-06-01T14:52:19.211Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37652026-06-01T14:52:19.556Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37662026-06-01T14:52:21.059Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
37672026-06-01T14:52:21.448Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37682026-06-01T14:52:22.105Z[ host-package] Compiling progenitor-client v0.11.2
37692026-06-01T14:52:22.688Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37702026-06-01T14:52:22.921Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37712026-06-01T14:52:23.144Z[ host-package] Compiling git2 v0.20.4
37722026-06-01T14:52:23.147Z[ host-package] Compiling rustls-webpki v0.101.7
37732026-06-01T14:52:23.204Z[ host-package] Compiling sct v0.7.1
37742026-06-01T14:52:23.485Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37752026-06-01T14:52:24.126Z[ host-package] Compiling secrecy v0.8.0
37762026-06-01T14:52:24.342Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37772026-06-01T14:52:24.929Z[ host-package] Compiling progenitor v0.11.2
37782026-06-01T14:52:25.129Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
37792026-06-01T14:52:26.262Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37802026-06-01T14:52:26.544Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37812026-06-01T14:52:28.060Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37822026-06-01T14:52:28.504Z[ host-package] Compiling serde_with_macros v1.5.2
37832026-06-01T14:52:28.761Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37842026-06-01T14:52:28.997Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37852026-06-01T14:52:29.541Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37862026-06-01T14:52:29.945Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37872026-06-01T14:52:30.409Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37882026-06-01T14:52:30.646Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
37892026-06-01T14:52:30.876Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37902026-06-01T14:52:31.108Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37912026-06-01T14:52:31.341Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37922026-06-01T14:52:31.500Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37932026-06-01T14:52:31.578Z[ host-package] Compiling void v1.0.2
37942026-06-01T14:52:31.737Z[ host-package] Compiling base64 v0.21.7
37952026-06-01T14:52:31.801Z[ host-package] Compiling lzss v0.8.2
37962026-06-01T14:52:32.018Z[ host-package] Compiling ron v0.8.1
37972026-06-01T14:52:32.215Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37982026-06-01T14:52:32.278Z[ host-package] Compiling illumos-nvpair v0.3.0
37992026-06-01T14:52:32.786Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
38002026-06-01T14:52:32.897Z[ host-package] Compiling serde_with v1.14.0
38012026-06-01T14:52:33.466Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38022026-06-01T14:52:34.252Z[ host-package] Compiling tokio-rustls v0.24.1
38032026-06-01T14:52:34.618Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38042026-06-01T14:52:34.881Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38052026-06-01T14:52:35.064Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38062026-06-01T14:52:35.348Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38072026-06-01T14:52:35.847Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38082026-06-01T14:52:36.087Z[ host-package] Compiling tungstenite v0.23.0
38092026-06-01T14:52:36.111Z[ host-package] Compiling rustls-pemfile v1.0.4
38102026-06-01T14:52:36.537Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38112026-06-01T14:52:36.605Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38122026-06-01T14:52:36.849Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38132026-06-01T14:52:37.065Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
38142026-06-01T14:52:37.095Z[ host-package] Compiling nix v0.27.1
38152026-06-01T14:52:38.264Z[ host-package] Compiling twox-hash v2.1.2
38162026-06-01T14:52:38.437Z[ host-package] Compiling serde_bytes v0.11.19
38172026-06-01T14:52:38.729Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
38182026-06-01T14:52:38.782Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
38192026-06-01T14:52:38.879Z[ host-package] Compiling tokio-tungstenite v0.23.1
38202026-06-01T14:52:39.220Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38212026-06-01T14:52:39.329Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38222026-06-01T14:52:40.602Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38232026-06-01T14:52:42.093Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38242026-06-01T14:52:43.587Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
38252026-06-01T14:52:43.704Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38262026-06-01T14:52:44.287Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38272026-06-01T14:52:44.396Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38282026-06-01T14:52:44.614Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38292026-06-01T14:52:44.850Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
38302026-06-01T14:52:45.032Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38312026-06-01T14:52:45.095Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38322026-06-01T14:52:45.467Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38332026-06-01T14:52:46.142Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38342026-06-01T14:52:47.616Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38352026-06-01T14:52:47.813Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38362026-06-01T14:52:48.539Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38372026-06-01T14:52:49.502Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38382026-06-01T14:52:49.948Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38392026-06-01T14:52:50.059Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38402026-06-01T14:52:51.326Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38412026-06-01T14:52:51.681Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38422026-06-01T14:52:51.912Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38432026-06-01T14:52:52.082Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38442026-06-01T14:52:52.333Z[ host-package] Compiling signal-hook-tokio v0.3.1
38452026-06-01T14:52:52.361Z[ host-package] Compiling fatfs v0.3.6
38462026-06-01T14:52:52.524Z[ host-package] Compiling yasna v0.5.2
38472026-06-01T14:52:52.710Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38482026-06-01T14:52:52.849Z[ host-package] Compiling is_ci v1.2.0
38492026-06-01T14:52:53.067Z[ host-package] Compiling seq-macro v0.3.6
38502026-06-01T14:52:53.551Z[ host-package] Compiling assert_matches v1.5.0
38512026-06-01T14:52:53.577Z[ host-package] Compiling rcgen v0.12.1
38522026-06-01T14:52:53.661Z[ host-package] Compiling supports-color v3.0.2
38532026-06-01T14:52:53.687Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38542026-06-01T14:52:54.007Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38552026-06-01T14:52:54.758Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38562026-06-01T14:52:55.265Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38572026-06-01T14:52:55.501Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38582026-06-01T14:52:55.735Z[ host-package] Compiling rtoolbox v0.0.3
38592026-06-01T14:52:56.019Z[ host-package] Compiling subprocess v0.2.15
38602026-06-01T14:52:56.364Z[ host-package] Compiling rpassword v7.4.0
38612026-06-01T14:52:56.656Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38622026-06-01T14:52:57.946Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38632026-06-01T14:52:58.197Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38642026-06-01T14:52:58.493Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38652026-06-01T14:52:58.647Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38662026-06-01T14:52:58.764Z[ host-package] Compiling tui-tree-widget v0.23.1
38672026-06-01T14:52:59.056Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38682026-06-01T14:53:01.137Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38692026-06-01T14:53:01.648Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38702026-06-01T14:53:03.539Z[ host-package] Compiling uzers v0.12.2
38712026-06-01T14:53:03.566Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38722026-06-01T14:53:04.159Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38732026-06-01T14:53:04.293Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38742026-06-01T14:53:05.168Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38752026-06-01T14:53:07.062Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38762026-06-01T14:53:09.239Z[ host-package] Compiling support-bundle-viewer v0.1.2
38772026-06-01T14:53:11.135Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38782026-06-01T14:53:15.937Z[ host-package] Compiling multimap v0.10.1
38792026-06-01T14:53:22.946Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38802026-06-01T14:53:30.395Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38812026-06-01T14:53:30.592Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38822026-06-01T15:00:01.963Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 33s
38832026-06-01T15:00:48.377ZJun 01 15:00:47.746 INFO [host-package] process exited with exit status: 0 (620.346068139s)
38842026-06-01T15:00:48.377ZJun 01 15:00:47.746 INFO [host-stamp] running task
38852026-06-01T15:00:48.380ZJun 01 15:00:47.746 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38862026-06-01T15:00:48.380ZJun 01 15:00:47.746 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+gitb73c7be4a26
38872026-06-01T15:00:48.380ZJun 01 15:00:47.747 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+gitb73c7be4a26
38882026-06-01T15:00:48.380ZJun 01 15:00:47.747 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+gitb73c7be4a26
38892026-06-01T15:00:48.380ZJun 01 15:00:47.747 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+gitb73c7be4a26
38902026-06-01T15:00:48.380ZJun 01 15:00:47.747 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+gitb73c7be4a26
38912026-06-01T15:00:48.380ZJun 01 15:00:47.748 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+gitb73c7be4a26
38922026-06-01T15:00:48.380ZJun 01 15:00:47.748 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+gitb73c7be4a26
38932026-06-01T15:00:48.380ZJun 01 15:00:47.748 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+gitb73c7be4a26
38942026-06-01T15:00:48.391Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38952026-06-01T15:00:48.391Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38962026-06-01T15:00:48.391Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38972026-06-01T15:00:48.394Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38982026-06-01T15:00:48.394Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38992026-06-01T15:00:48.394Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39002026-06-01T15:00:48.394Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39012026-06-01T15:00:48.394Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39022026-06-01T15:00:48.394Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39032026-06-01T15:00:48.394Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39042026-06-01T15:00:48.397ZJun 01 15:00:47.765 INFO [stamp-overlay] process exited with exit status: 0 (17.45101ms)
39052026-06-01T15:00:48.400Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39062026-06-01T15:00:48.404ZJun 01 15:00:47.772 INFO [stamp-oxlog] process exited with exit status: 0 (25.67747ms)
39072026-06-01T15:00:48.429Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39082026-06-01T15:00:48.432ZJun 01 15:00:47.801 INFO [stamp-crucible-utils] process exited with exit status: 0 (52.554449ms)
39092026-06-01T15:00:48.446Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39102026-06-01T15:00:48.450ZJun 01 15:00:47.818 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (70.960519ms)
39112026-06-01T15:00:48.593Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39122026-06-01T15:00:48.597ZJun 01 15:00:47.965 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (218.791299ms)
39132026-06-01T15:00:48.938Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39142026-06-01T15:00:48.942ZJun 01 15:00:48.311 INFO [stamp-propolis-server] process exited with exit status: 0 (563.120939ms)
39152026-06-01T15:00:48.968Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39162026-06-01T15:00:48.972ZJun 01 15:00:48.341 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (594.578209ms)
39172026-06-01T15:00:49.442Z[recovery-package] Compiling newtype-uuid v1.3.2
39182026-06-01T15:00:49.691Z[recovery-package] Compiling daft v0.1.7
39192026-06-01T15:00:49.916Z[recovery-package] Compiling iddqd v0.4.2
39202026-06-01T15:00:50.876Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39212026-06-01T15:00:51.151Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
39222026-06-01T15:00:51.151Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39232026-06-01T15:00:51.154Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
39242026-06-01T15:00:51.154Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39252026-06-01T15:00:51.154Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
39262026-06-01T15:00:51.154Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39272026-06-01T15:00:51.154Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39282026-06-01T15:00:51.166Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
39292026-06-01T15:00:51.317Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39302026-06-01T15:00:51.580Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
39312026-06-01T15:00:51.602Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39322026-06-01T15:00:51.714Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39332026-06-01T15:00:54.840Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39342026-06-01T15:00:54.844ZJun 01 15:00:54.213 INFO [stamp-switch-asic] process exited with exit status: 0 (6.464765077s)
39352026-06-01T15:00:54.844ZJun 01 15:00:54.213 INFO [host-stamp] task succeeded (6.466940847s)
39362026-06-01T15:00:54.844ZJun 01 15:00:54.213 INFO [host-proto] running task
39372026-06-01T15:00:55.313ZJun 01 15:00:54.681 INFO [host-proto] task succeeded (468.322809ms)
39382026-06-01T15:00:55.313ZJun 01 15:00:54.681 INFO [host-profile] running task
39392026-06-01T15:00:55.316ZJun 01 15:00:54.681 INFO [host-profile] task succeeded (240.45µs)
39402026-06-01T15:00:55.317ZJun 01 15:00:54.681 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/.tmpl9u4jp/proto/host/root -N 'ci b73c7be/${os_short_commit} 2026-06-01 14:49' -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/'
39412026-06-01T15:00:55.320Z[ host-image] Jun 01 15:00:54.687 INFO Checking files for board 'cosmo-mbist-noaggr'
39422026-06-01T15:00:55.320Z[ host-image] Jun 01 15:00:54.687 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39432026-06-01T15:00:55.320Z[ host-image] Jun 01 15:00:54.687 INFO Checking files for board 'gimlet'
39442026-06-01T15:00:55.320Z[ host-image] Jun 01 15:00:54.687 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39452026-06-01T15:00:55.320Z[ host-image] Jun 01 15:00:54.687 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39462026-06-01T15:00:55.320Z[ host-image] Jun 01 15:00:54.687 INFO Checking files for board 'cosmo'
39472026-06-01T15:00:55.320Z[ host-image] Jun 01 15:00:54.687 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39482026-06-01T15:00:55.320Z[ host-image] Jun 01 15:00:54.687 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39492026-06-01T15:00:55.320Z[ host-image] Jun 01 15:00:54.687 INFO Checking files for board 'cosmo-mbist'
39502026-06-01T15:00:55.320Z[ host-image] Jun 01 15:00:54.687 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39512026-06-01T15:00:55.329Z[ host-image] Jun 01 15:00:54.697 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpl9u4jp/proto/host/root"
39522026-06-01T15:00:55.332Z[ host-image] Jun 01 15:00:54.697 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39532026-06-01T15:00:55.332Z[ host-image] Jun 01 15:00:54.697 INFO image builder template: ramdisk-01-os...
39542026-06-01T15:00:55.332Z[ host-image] Jun 01 15:00:54.697 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/.tmpl9u4jp/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
39552026-06-01T15:00:55.342Z[ host-image] Jun 01 15:00:54.710 INFO O| Jun 01 15:00:54.710 INFO CREATE DATASET: rpool/images/build/host/output
39562026-06-01T15:00:55.777Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
39572026-06-01T15:00:55.777Z[recovery-package] Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
39582026-06-01T15:00:55.777Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39592026-06-01T15:00:55.781Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39602026-06-01T15:00:55.781Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39612026-06-01T15:00:56.150Z[recovery-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
39622026-06-01T15:00:57.008Z[recovery-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
39632026-06-01T15:00:57.519Z[ host-image] Jun 01 15:00:56.888 INFO O| Jun 01 15:00:56.887 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39642026-06-01T15:00:57.523Z[ host-image] Jun 01 15:00:56.891 INFO O| Jun 01 15:00:56.891 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39652026-06-01T15:00:57.724Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39662026-06-01T15:00:57.744Z[ host-image] Jun 01 15:00:57.113 INFO O| Jun 01 15:00:57.113 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39672026-06-01T15:00:57.795Z[ host-image] Jun 01 15:00:57.163 INFO O| Jun 01 15:00:57.163 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39682026-06-01T15:00:57.795Z[ host-image] Jun 01 15:00:57.163 INFO O| Jun 01 15:00:57.163 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39692026-06-01T15:00:57.798Z[ host-image] Jun 01 15:00:57.163 INFO O| Jun 01 15:00:57.163 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39702026-06-01T15:00:57.798Z[ host-image] Jun 01 15:00:57.163 INFO O| Jun 01 15:00:57.163 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39712026-06-01T15:00:57.800Z[ host-image] Jun 01 15:00:57.169 INFO O| Jun 01 15:00:57.169 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39722026-06-01T15:00:58.010Z[ host-image] Jun 01 15:00:57.378 INFO O| Jun 01 15:00:57.378 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-06-01T15:00:58.016Z[ host-image] Jun 01 15:00:57.385 INFO O| Jun 01 15:00:57.385 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39742026-06-01T15:00:58.284Z[ host-image] Jun 01 15:00:57.652 INFO O| Jun 01 15:00:57.652 INFO O| Caching catalogs ... Done
39752026-06-01T15:00:58.350Z[ host-image] Jun 01 15:00:57.718 INFO O| Jun 01 15:00:57.718 INFO STEP 0 (pkg_image_create) COMPLETE
39762026-06-01T15:00:58.350Z[ host-image] Jun 01 15:00:57.718 INFO O| Jun 01 15:00:57.718 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772026-06-01T15:00:58.356Z[ host-image] Jun 01 15:00:57.725 INFO O| Jun 01 15:00:57.724 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"]
39782026-06-01T15:00:58.612Z[ host-image] Jun 01 15:00:57.980 INFO O| Jun 01 15:00:57.980 INFO STEP 1 (pkg_set_publisher) COMPLETE
39792026-06-01T15:00:58.612Z[ host-image] Jun 01 15:00:57.980 INFO O| Jun 01 15:00:57.980 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39802026-06-01T15:00:58.612Z[ host-image] Jun 01 15:00:57.980 INFO O| Jun 01 15:00:57.980 INFO skip step because feature "publisher_1_name" is not enabled
39812026-06-01T15:00:58.615Z[ host-image] Jun 01 15:00:57.980 INFO O| Jun 01 15:00:57.980 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39822026-06-01T15:00:58.615Z[ host-image] Jun 01 15:00:57.980 INFO O| Jun 01 15:00:57.980 INFO skip step because feature "publisher_2_name" is not enabled
39832026-06-01T15:00:58.615Z[ host-image] Jun 01 15:00:57.980 INFO O| Jun 01 15:00:57.980 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39842026-06-01T15:00:58.615Z[ host-image] Jun 01 15:00:57.980 INFO O| Jun 01 15:00:57.980 INFO skip step because feature "publisher_3_name" is not enabled
39852026-06-01T15:00:58.615Z[ host-image] Jun 01 15:00:57.980 INFO O| Jun 01 15:00:57.980 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39862026-06-01T15:00:58.864Z[ host-image] Jun 01 15:00:58.232 INFO O| Jun 01 15:00:58.232 INFO variant opensolaris.zone is already global
39872026-06-01T15:00:58.864Z[ host-image] Jun 01 15:00:58.232 INFO O| Jun 01 15:00:58.232 INFO STEP 5 (pkg_change_variant) COMPLETE
39882026-06-01T15:00:58.867Z[ host-image] Jun 01 15:00:58.232 INFO O| Jun 01 15:00:58.232 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39892026-06-01T15:00:59.120Z[ host-image] Jun 01 15:00:58.488 INFO O| Jun 01 15:00:58.488 INFO variant opensolaris.imagetype is full; changing to partial
39902026-06-01T15:00:59.120Z[ host-image] Jun 01 15:00:58.488 INFO O| Jun 01 15:00:58.488 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39912026-06-01T15:00:59.634Z[ host-image] Jun 01 15:00:59.003 INFO O| Jun 01 15:00:59.003 INFO O| Startup: Refreshing catalog 'helios' ... Done
39922026-06-01T15:00:59.703Z[ host-image] Jun 01 15:00:59.071 INFO O| Jun 01 15:00:59.071 INFO O| Startup: Caching catalogs ... Done
39932026-06-01T15:00:59.706Z[ host-image] Jun 01 15:00:59.074 INFO O| Jun 01 15:00:59.074 INFO O| Planning: Planning completed in 0.00 seconds
39942026-06-01T15:00:59.706Z[ host-image] Jun 01 15:00:59.075 INFO O| Jun 01 15:00:59.075 INFO O| Planning: Consolidating action changes ... Done
39952026-06-01T15:00:59.706Z[ host-image] Jun 01 15:00:59.075 INFO O| Jun 01 15:00:59.075 INFO O| Planning: Evaluating mediators ... Done
39962026-06-01T15:00:59.709Z[ host-image] Jun 01 15:00:59.075 INFO O| Jun 01 15:00:59.075 INFO O| Planning: Planning completed in 0.00 seconds
39972026-06-01T15:00:59.709Z[ host-image] Jun 01 15:00:59.075 INFO O| Jun 01 15:00:59.075 INFO O| Variants/Facets to change: 1
39982026-06-01T15:00:59.715Z[ host-image] Jun 01 15:00:59.083 INFO O| Jun 01 15:00:59.083 INFO O| Finalize: Updating package state database ... Done
39992026-06-01T15:00:59.715Z[ host-image] Jun 01 15:00:59.083 INFO O| Jun 01 15:00:59.083 INFO O| Finalize: Updating package cache ... Done
40002026-06-01T15:00:59.727Z[ host-image] Jun 01 15:00:59.096 INFO O| Jun 01 15:00:59.096 INFO O| Finalize: Updating image state ... Done
40012026-06-01T15:00:59.730Z[ host-image] Jun 01 15:00:59.098 INFO O| Jun 01 15:00:59.098 INFO O| Finalize: Creating fast lookup database ... Done
40022026-06-01T15:00:59.730Z[ host-image] Jun 01 15:00:59.098 INFO O| Jun 01 15:00:59.098 INFO O| Finalize: Reading search index ... Done
40032026-06-01T15:00:59.730Z[ host-image] Jun 01 15:00:59.098 INFO O| Jun 01 15:00:59.098 INFO O| Finalize: Updating search index ... Done
40042026-06-01T15:00:59.733Z[ host-image] Jun 01 15:00:59.099 INFO O| Jun 01 15:00:59.099 INFO O| Finalize: Updating package cache ... Done
40052026-06-01T15:00:59.799Z[ host-image] Jun 01 15:00:59.167 INFO O| Jun 01 15:00:59.167 INFO STEP 6 (pkg_change_variant) COMPLETE
40062026-06-01T15:00:59.799Z[ host-image] Jun 01 15:00:59.167 INFO O| Jun 01 15:00:59.167 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40072026-06-01T15:00:59.799Z[ host-image] Jun 01 15:00:59.167 INFO O| Jun 01 15:00:59.167 INFO skip step because feature "debug_variant" is not enabled
40082026-06-01T15:00:59.799Z[ host-image] Jun 01 15:00:59.167 INFO O| Jun 01 15:00:59.167 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40092026-06-01T15:01:00.041Z[ host-image] Jun 01 15:00:59.409 INFO O| Jun 01 15:00:59.409 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40102026-06-01T15:01:00.523Z[ host-image] Jun 01 15:00:59.891 INFO O| Jun 01 15:00:59.891 INFO O| Startup: Refreshing catalog 'helios' ... Done
40112026-06-01T15:01:00.592Z[ host-image] Jun 01 15:00:59.960 INFO O| Jun 01 15:00:59.960 INFO O| Startup: Caching catalogs ... Done
40122026-06-01T15:01:00.595Z[ host-image] Jun 01 15:00:59.963 INFO O| Jun 01 15:00:59.963 INFO O| Planning: Planning completed in 0.00 seconds
40132026-06-01T15:01:00.595Z[ host-image] Jun 01 15:00:59.963 INFO O| Jun 01 15:00:59.963 INFO O| Planning: Consolidating action changes ... Done
40142026-06-01T15:01:00.595Z[ host-image] Jun 01 15:00:59.963 INFO O| Jun 01 15:00:59.963 INFO O| Planning: Evaluating mediators ... Done
40152026-06-01T15:01:00.598Z[ host-image] Jun 01 15:00:59.964 INFO O| Jun 01 15:00:59.964 INFO O| Planning: Planning completed in 0.00 seconds
40162026-06-01T15:01:00.598Z[ host-image] Jun 01 15:00:59.964 INFO O| Jun 01 15:00:59.964 INFO O| Variants/Facets to change: 1
40172026-06-01T15:01:00.604Z[ host-image] Jun 01 15:00:59.972 INFO O| Jun 01 15:00:59.972 INFO O| Finalize: Updating package state database ... Done
40182026-06-01T15:01:00.604Z[ host-image] Jun 01 15:00:59.972 INFO O| Jun 01 15:00:59.972 INFO O| Finalize: Updating package cache ... Done
40192026-06-01T15:01:00.616Z[ host-image] Jun 01 15:00:59.984 INFO O| Jun 01 15:00:59.984 INFO O| Finalize: Updating image state ... Done
40202026-06-01T15:01:00.619Z[ host-image] Jun 01 15:00:59.986 INFO O| Jun 01 15:00:59.986 INFO O| Finalize: Creating fast lookup database ... Done
40212026-06-01T15:01:00.619Z[ host-image] Jun 01 15:00:59.987 INFO O| Jun 01 15:00:59.987 INFO O| Finalize: Reading search index ... Done
40222026-06-01T15:01:00.619Z[ host-image] Jun 01 15:00:59.987 INFO O| Jun 01 15:00:59.987 INFO O| Finalize: Updating search index ... Done
40232026-06-01T15:01:00.621Z[ host-image] Jun 01 15:00:59.987 INFO O| Jun 01 15:00:59.987 INFO O| Finalize: Updating package cache ... Done
40242026-06-01T15:01:00.690Z[ host-image] Jun 01 15:01:00.058 INFO O| Jun 01 15:01:00.058 INFO STEP 8 (pkg_change_facet) COMPLETE
40252026-06-01T15:01:00.690Z[ host-image] Jun 01 15:01:00.059 INFO O| Jun 01 15:01:00.058 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40262026-06-01T15:01:00.693Z[ host-image] Jun 01 15:01:00.059 INFO O| Jun 01 15:01:00.058 INFO skip step because feature "recovery" is not enabled
40272026-06-01T15:01:00.693Z[ host-image] Jun 01 15:01:00.059 INFO O| Jun 01 15:01:00.058 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40282026-06-01T15:01:00.693Z[ host-image] Jun 01 15:01:00.059 INFO O| Jun 01 15:01:00.058 INFO skip step because feature "recovery" is not enabled
40292026-06-01T15:01:00.693Z[ host-image] Jun 01 15:01:00.059 INFO O| Jun 01 15:01:00.058 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40302026-06-01T15:01:00.697Z[ host-image] Jun 01 15:01:00.066 INFO O| Jun 01 15:01:00.065 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"]
40312026-06-01T15:01:01.176Z[ host-image] Jun 01 15:01:00.545 INFO O| Jun 01 15:01:00.544 INFO O| Startup: Refreshing catalog 'helios' ... Done
40322026-06-01T15:01:01.246Z[ host-image] Jun 01 15:01:00.614 INFO O| Jun 01 15:01:00.614 INFO O| Startup: Caching catalogs ... Done
40332026-06-01T15:01:01.484Z[ host-image] Jun 01 15:01:00.852 INFO O| Jun 01 15:01:00.852 INFO O| Planning: Solver setup ... Done
40342026-06-01T15:01:01.492Z[ host-image] Jun 01 15:01:00.860 INFO O| Jun 01 15:01:00.860 INFO O| Planning: Running solver ... Done
40352026-06-01T15:01:01.497Z[ host-image] Jun 01 15:01:00.866 INFO O| Jun 01 15:01:00.866 INFO O| Planning: Finding local manifests ... Done
40362026-06-01T15:01:01.513Z[ host-image] Jun 01 15:01:00.881 INFO O| Jun 01 15:01:00.881 INFO O| Planning: Fetching manifests: 0/127 0% complete
40372026-06-01T15:01:02.968Z[ host-image] Jun 01 15:01:02.336 INFO O| Jun 01 15:01:02.336 INFO O| Planning: Fetching manifests: 127/127 100% complete
40382026-06-01T15:01:03.365Z[ host-image] Jun 01 15:01:02.734 INFO O| Jun 01 15:01:02.733 INFO O| Planning: Package planning ... Done
40392026-06-01T15:01:03.668Z[ host-image] Jun 01 15:01:03.036 INFO O| Jun 01 15:01:03.036 INFO O| Planning: Merging actions ... Done
40402026-06-01T15:01:03.766Z[ host-image] Jun 01 15:01:03.134 INFO O| Jun 01 15:01:03.134 INFO O| Planning: Checking for conflicting actions ... Done
40412026-06-01T15:01:03.812Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40422026-06-01T15:01:03.861Z[ host-image] Jun 01 15:01:03.229 INFO O| Jun 01 15:01:03.229 INFO O| Planning: Consolidating action changes ... Done
40432026-06-01T15:01:04.033Z[ host-image] Jun 01 15:01:03.401 INFO O| Jun 01 15:01:03.401 INFO O| Planning: Evaluating mediators ... Done
40442026-06-01T15:01:04.689Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40452026-06-01T15:01:05.391Z[ host-image] Jun 01 15:01:04.759 INFO O| Jun 01 15:01:04.759 INFO O| Planning: Planning completed in 4.14 seconds
40462026-06-01T15:01:05.394Z[ host-image] Jun 01 15:01:04.761 INFO O| Jun 01 15:01:04.761 INFO O| Packages to install: 127
40472026-06-01T15:01:05.394Z[ host-image] Jun 01 15:01:04.761 INFO O| Jun 01 15:01:04.761 INFO O| Mediators to change: 5
40482026-06-01T15:01:05.394Z[ host-image] Jun 01 15:01:04.761 INFO O| Jun 01 15:01:04.761 INFO O| Services to change: 6
40492026-06-01T15:01:05.422Z[ host-image] Jun 01 15:01:04.791 INFO O| Jun 01 15:01:04.790 INFO O| Download: 0/23754 items 0.0/222.1MB 0% complete
40502026-06-01T15:01:07.086Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40512026-06-01T15:01:07.086Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40522026-06-01T15:01:08.133Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40532026-06-01T15:01:08.774Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40542026-06-01T15:01:10.459Z[ host-image] Jun 01 15:01:09.827 INFO O| Jun 01 15:01:09.827 INFO O| Download: 1592/23754 items 9.7/222.1MB 4% complete (2.4M/s)
40552026-06-01T15:01:15.534Z[ host-image] Jun 01 15:01:14.902 INFO O| Jun 01 15:01:14.902 INFO O| Download: 1921/23754 items 21.1/222.1MB 9% complete (2.1M/s)
40562026-06-01T15:01:20.534Z[ host-image] Jun 01 15:01:19.902 INFO O| Jun 01 15:01:19.902 INFO O| Download: 3095/23754 items 33.4/222.1MB 15% complete (2.4M/s)
40572026-06-01T15:01:20.921Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.41s
40582026-06-01T15:01:22.635ZJun 01 15:01:22.003 INFO [recovery-package] process exited with exit status: 0 (34.257411071s)
40592026-06-01T15:01:22.635ZJun 01 15:01:22.003 INFO [recovery-stamp] running task
40602026-06-01T15:01:22.638ZJun 01 15:01:22.003 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40612026-06-01T15:01:22.639ZJun 01 15:01:22.003 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+gitb73c7be4a26
40622026-06-01T15:01:22.639ZJun 01 15:01:22.004 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+gitb73c7be4a26
40632026-06-01T15:01:22.646Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40642026-06-01T15:01:22.648Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40652026-06-01T15:01:22.772Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40662026-06-01T15:01:22.776ZJun 01 15:01:22.144 INFO [stamp-installinator] process exited with exit status: 0 (140.73753ms)
40672026-06-01T15:01:22.836Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40682026-06-01T15:01:22.840ZJun 01 15:01:22.208 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (204.1364ms)
40692026-06-01T15:01:22.840ZJun 01 15:01:22.208 INFO [recovery-stamp] task succeeded (204.87368ms)
40702026-06-01T15:01:22.840ZJun 01 15:01:22.208 INFO [recovery-proto] running task
40712026-06-01T15:01:22.840ZJun 01 15:01:22.208 INFO [tuf-stamp] running task
40722026-06-01T15:01:22.843ZJun 01 15:01:22.209 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+gitb73c7be4a26
40732026-06-01T15:01:22.843ZJun 01 15:01:22.209 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+gitb73c7be4a26
40742026-06-01T15:01:22.843ZJun 01 15:01:22.209 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+gitb73c7be4a26
40752026-06-01T15:01:22.843ZJun 01 15:01:22.210 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+gitb73c7be4a26
40762026-06-01T15:01:22.843ZJun 01 15:01:22.210 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+gitb73c7be4a26
40772026-06-01T15:01:22.843ZJun 01 15:01:22.211 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+gitb73c7be4a26
40782026-06-01T15:01:22.843ZJun 01 15:01:22.211 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+gitb73c7be4a26
40792026-06-01T15:01:22.843ZJun 01 15:01:22.211 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+gitb73c7be4a26
40802026-06-01T15:01:22.843ZJun 01 15:01:22.211 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+gitb73c7be4a26
40812026-06-01T15:01:22.846ZJun 01 15:01:22.212 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+gitb73c7be4a26
40822026-06-01T15:01:22.846ZJun 01 15:01:22.212 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+gitb73c7be4a26
40832026-06-01T15:01:22.846ZJun 01 15:01:22.212 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+gitb73c7be4a26
40842026-06-01T15:01:22.852Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40852026-06-01T15:01:22.855Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40862026-06-01T15:01:22.855Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40872026-06-01T15:01:22.855Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40882026-06-01T15:01:22.855Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40892026-06-01T15:01:22.855Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40902026-06-01T15:01:22.855Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40912026-06-01T15:01:22.855Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40922026-06-01T15:01:22.855Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40932026-06-01T15:01:22.855Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40942026-06-01T15:01:22.855Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40952026-06-01T15:01:22.858Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40962026-06-01T15:01:22.876Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40972026-06-01T15:01:22.880ZJun 01 15:01:22.249 INFO [stamp-probe] process exited with exit status: 0 (38.04719ms)
40982026-06-01T15:01:22.975ZJun 01 15:01:22.343 INFO [recovery-proto] task succeeded (135.18862ms)
40992026-06-01T15:01:22.978ZJun 01 15:01:22.345 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/.tmpl9u4jp/proto/recovery/root -N 'recovery b73c7be/${os_short_commit} 2026-06-01 14:49' -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/'
41002026-06-01T15:01:22.997Z[ recovery-image] Jun 01 15:01:22.365 INFO Checking files for board 'cosmo'
41012026-06-01T15:01:22.997Z[ recovery-image] Jun 01 15:01:22.365 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41022026-06-01T15:01:23.000Z[ recovery-image] Jun 01 15:01:22.365 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
41032026-06-01T15:01:23.000Z[ recovery-image] Jun 01 15:01:22.365 INFO Checking files for board 'cosmo-mbist-noaggr'
41042026-06-01T15:01:23.000Z[ recovery-image] Jun 01 15:01:22.365 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
41052026-06-01T15:01:23.000Z[ recovery-image] Jun 01 15:01:22.365 INFO Checking files for board 'gimlet'
41062026-06-01T15:01:23.000Z[ recovery-image] Jun 01 15:01:22.365 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41072026-06-01T15:01:23.000Z[ recovery-image] Jun 01 15:01:22.365 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
41082026-06-01T15:01:23.000Z[ recovery-image] Jun 01 15:01:22.365 INFO Checking files for board 'cosmo-mbist'
41092026-06-01T15:01:23.000Z[ recovery-image] Jun 01 15:01:22.365 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
41102026-06-01T15:01:23.005Z[ recovery-image] Jun 01 15:01:22.373 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpl9u4jp/proto/recovery/root"
41112026-06-01T15:01:23.008Z[ recovery-image] Jun 01 15:01:22.374 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
41122026-06-01T15:01:23.008Z[ recovery-image] Jun 01 15:01:22.374 INFO image builder template: ramdisk-01-os...
41132026-06-01T15:01:23.008Z[ recovery-image] Jun 01 15:01:22.374 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/.tmpl9u4jp/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
41142026-06-01T15:01:23.021Z[ recovery-image] Jun 01 15:01:22.390 INFO O| Jun 01 15:01:22.389 INFO CREATE DATASET: rpool/images/build/recovery/output
41152026-06-01T15:01:23.244Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
41162026-06-01T15:01:23.248ZJun 01 15:01:22.616 INFO [stamp-ntp] process exited with exit status: 0 (406.585149ms)
41172026-06-01T15:01:23.255Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
41182026-06-01T15:01:23.292Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
41192026-06-01T15:01:23.411Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
41202026-06-01T15:01:23.415ZJun 01 15:01:22.784 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (572.338449ms)
41212026-06-01T15:01:23.485Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41222026-06-01T15:01:23.490ZJun 01 15:01:22.858 INFO [stamp-external-dns] process exited with exit status: 0 (646.688648ms)
41232026-06-01T15:01:23.507Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41242026-06-01T15:01:23.510ZJun 01 15:01:22.879 INFO [stamp-internal-dns] process exited with exit status: 0 (669.509908ms)
41252026-06-01T15:01:23.630Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41262026-06-01T15:01:23.639ZJun 01 15:01:23.007 INFO [stamp-crucible-zone] process exited with exit status: 0 (795.985628ms)
41272026-06-01T15:01:23.911Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41282026-06-01T15:01:23.916ZJun 01 15:01:23.283 INFO [stamp-oximeter] process exited with exit status: 0 (1.071017028s)
41292026-06-01T15:01:24.310Z[ recovery-image] Jun 01 15:01:23.678 INFO O| Jun 01 15:01:23.678 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41302026-06-01T15:01:24.313Z[ recovery-image] Jun 01 15:01:23.681 INFO O| Jun 01 15:01:23.681 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41312026-06-01T15:01:25.401Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41322026-06-01T15:01:25.405ZJun 01 15:01:24.772 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.563282515s)
41332026-06-01T15:01:26.003Z[ host-image] Jun 01 15:01:25.371 INFO O| Jun 01 15:01:25.371 INFO O| Download: 4849/23754 items 43.0/222.1MB 19% complete (2.5M/s)
41342026-06-01T15:01:27.168Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41352026-06-01T15:01:27.171ZJun 01 15:01:26.540 INFO [stamp-nexus] process exited with exit status: 0 (4.329463371s)
41362026-06-01T15:01:27.306Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41372026-06-01T15:01:27.309ZJun 01 15:01:26.678 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.469063761s)
41382026-06-01T15:01:27.628Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41392026-06-01T15:01:27.646Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41402026-06-01T15:01:27.651ZJun 01 15:01:27.019 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.80698627s)
41412026-06-01T15:01:27.665Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41422026-06-01T15:01:27.669ZJun 01 15:01:27.038 INFO [stamp-clickhouse] process exited with exit status: 0 (4.82737894s)
41432026-06-01T15:01:27.669ZJun 01 15:01:27.038 INFO [tuf-stamp] task succeeded (4.82970035s)
41442026-06-01T15:01:27.859Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41452026-06-01T15:01:27.887Z[verify-libraries] Compiling stacker v0.1.23
41462026-06-01T15:01:27.888Z[verify-libraries] Compiling cfg_aliases v0.1.1
41472026-06-01T15:01:27.926Z[verify-libraries] Compiling home v0.5.12
41482026-06-01T15:01:27.943Z[verify-libraries] Compiling nibble_vec v0.1.0
41492026-06-01T15:01:27.943Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
41502026-06-01T15:01:27.943Z[verify-libraries] Compiling endian-type v0.1.2
41512026-06-01T15:01:28.006Z[verify-libraries] Compiling nix v0.28.0
41522026-06-01T15:01:28.028Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41532026-06-01T15:01:28.049Z[verify-libraries] Compiling sqlparser_derive v0.5.0
41542026-06-01T15:01:28.073Z[verify-libraries] Compiling winnow v0.6.26
41552026-06-01T15:01:28.073Z[verify-libraries] Compiling unicode_categories v0.1.1
41562026-06-01T15:01:28.117Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41572026-06-01T15:01:28.117Z[verify-libraries] Compiling radix_trie v0.2.1
41582026-06-01T15:01:28.208Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41592026-06-01T15:01:28.240Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41602026-06-01T15:01:28.266Z[verify-libraries] Compiling polyval v0.6.2
41612026-06-01T15:01:28.290Z[verify-libraries] Compiling ctr v0.9.2
41622026-06-01T15:01:28.313Z[verify-libraries] Compiling colored v2.2.0
41632026-06-01T15:01:28.313Z[verify-libraries] Compiling blowfish v0.9.1
41642026-06-01T15:01:28.356Z[verify-libraries] Compiling ssh-encoding v0.2.0
41652026-06-01T15:01:28.444Z[verify-libraries] Compiling ghash v0.5.1
41662026-06-01T15:01:28.513Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41672026-06-01T15:01:28.562Z[verify-libraries] Compiling password-hash v0.4.2
41682026-06-01T15:01:28.562Z[verify-libraries] Compiling petname v2.0.2
41692026-06-01T15:01:28.603Z[verify-libraries] Compiling aes-gcm v0.10.3
41702026-06-01T15:01:28.627Z[verify-libraries] Compiling psm v0.1.30
41712026-06-01T15:01:28.653Z[verify-libraries] Compiling p521 v0.13.3
41722026-06-01T15:01:28.653Z[verify-libraries] Compiling p256 v0.13.2
41732026-06-01T15:01:28.702Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41742026-06-01T15:01:28.705Z[verify-libraries] Compiling md5 v0.7.0
41752026-06-01T15:01:28.830Z[verify-libraries] Compiling ssh-cipher v0.2.0
41762026-06-01T15:01:28.869Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41772026-06-01T15:01:28.893Z[verify-libraries] Compiling pbkdf2 v0.11.0
41782026-06-01T15:01:29.008Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41792026-06-01T15:01:29.037Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41802026-06-01T15:01:29.053Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41812026-06-01T15:01:29.077Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41822026-06-01T15:01:29.129Z[verify-libraries] Compiling num-bigint v0.4.6
41832026-06-01T15:01:29.186Z[verify-libraries] Compiling ssh-key v0.6.7
41842026-06-01T15:01:29.214Z[verify-libraries] Compiling des v0.8.1
41852026-06-01T15:01:29.279Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41862026-06-01T15:01:29.307Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41872026-06-01T15:01:29.334Z[verify-libraries] Compiling sync-ptr v0.1.4
41882026-06-01T15:01:29.430Z[ recovery-image] Jun 01 15:01:28.797 INFO O| Jun 01 15:01:28.797 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41892026-06-01T15:01:29.534Z[verify-libraries] Compiling hex-literal v0.4.1
41902026-06-01T15:01:29.610Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41912026-06-01T15:01:29.632Z[verify-libraries] Compiling rustyline v14.0.0
41922026-06-01T15:01:29.723Z[verify-libraries] Compiling recursive v0.1.1
41932026-06-01T15:01:29.749Z[verify-libraries] Compiling sqlformat v0.3.5
41942026-06-01T15:01:29.772Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41952026-06-01T15:01:29.796Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41962026-06-01T15:01:29.822Z[verify-libraries] Compiling internet-checksum v0.2.1
41972026-06-01T15:01:29.879Z[verify-libraries] Compiling sqlparser v0.61.0
41982026-06-01T15:01:30.013Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41992026-06-01T15:01:30.047Z[ recovery-image] Jun 01 15:01:29.415 INFO O| Jun 01 15:01:29.415 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42002026-06-01T15:01:30.048Z[ recovery-image] Jun 01 15:01:29.415 INFO O| Jun 01 15:01:29.415 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
42012026-06-01T15:01:30.051Z[ recovery-image] Jun 01 15:01:29.415 INFO O| Jun 01 15:01:29.415 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
42022026-06-01T15:01:30.051Z[ recovery-image] Jun 01 15:01:29.415 INFO O| Jun 01 15:01:29.415 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
42032026-06-01T15:01:30.056Z[ recovery-image] Jun 01 15:01:29.424 INFO O| Jun 01 15:01:29.424 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
42042026-06-01T15:01:30.075Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42052026-06-01T15:01:30.124Z[verify-libraries] Compiling git-stub v1.0.0
42062026-06-01T15:01:30.267Z[ recovery-image] Jun 01 15:01:29.635 INFO O| Jun 01 15:01:29.635 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42072026-06-01T15:01:30.277Z[ recovery-image] Jun 01 15:01:29.645 INFO O| Jun 01 15:01:29.645 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42082026-06-01T15:01:30.352Z[verify-libraries] Compiling yansi v1.0.1
42092026-06-01T15:01:30.540Z[verify-libraries] Compiling russh-keys v0.45.0
42102026-06-01T15:01:30.648Z[ recovery-image] Jun 01 15:01:30.016 INFO O| Jun 01 15:01:30.015 INFO O| Caching catalogs ... Done
42112026-06-01T15:01:30.721Z[verify-libraries] Compiling diff v0.1.13
42122026-06-01T15:01:30.740Z[ recovery-image] Jun 01 15:01:30.108 INFO O| Jun 01 15:01:30.105 INFO STEP 0 (pkg_image_create) COMPLETE
42132026-06-01T15:01:30.740Z[ recovery-image] Jun 01 15:01:30.108 INFO O| Jun 01 15:01:30.105 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42142026-06-01T15:01:30.748Z[ recovery-image] Jun 01 15:01:30.116 INFO O| Jun 01 15:01:30.116 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"]
42152026-06-01T15:01:30.801Z[verify-libraries] Compiling git-stub-vcs v0.1.0
42162026-06-01T15:01:30.870Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42172026-06-01T15:01:31.047Z[ host-image] Jun 01 15:01:30.414 INFO O| Jun 01 15:01:30.414 INFO O| Download: 6054/23754 items 46.9/222.1MB 21% complete (1.4M/s)
42182026-06-01T15:01:31.124Z[ recovery-image] Jun 01 15:01:30.490 INFO O| Jun 01 15:01:30.490 INFO STEP 1 (pkg_set_publisher) COMPLETE
42192026-06-01T15:01:31.124Z[ recovery-image] Jun 01 15:01:30.490 INFO O| Jun 01 15:01:30.490 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42202026-06-01T15:01:31.127Z[ recovery-image] Jun 01 15:01:30.490 INFO O| Jun 01 15:01:30.490 INFO skip step because feature "publisher_1_name" is not enabled
42212026-06-01T15:01:31.128Z[ recovery-image] Jun 01 15:01:30.490 INFO O| Jun 01 15:01:30.490 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42222026-06-01T15:01:31.128Z[ recovery-image] Jun 01 15:01:30.490 INFO O| Jun 01 15:01:30.490 INFO skip step because feature "publisher_2_name" is not enabled
42232026-06-01T15:01:31.128Z[ recovery-image] Jun 01 15:01:30.490 INFO O| Jun 01 15:01:30.490 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42242026-06-01T15:01:31.128Z[ recovery-image] Jun 01 15:01:30.490 INFO O| Jun 01 15:01:30.490 INFO skip step because feature "publisher_3_name" is not enabled
42252026-06-01T15:01:31.128Z[ recovery-image] Jun 01 15:01:30.490 INFO O| Jun 01 15:01:30.490 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42262026-06-01T15:01:31.201Z[verify-libraries] Compiling pretty_assertions v1.4.1
42272026-06-01T15:01:31.345Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42282026-06-01T15:01:31.435Z[ recovery-image] Jun 01 15:01:30.803 INFO O| Jun 01 15:01:30.803 INFO variant opensolaris.zone is already global
42292026-06-01T15:01:31.435Z[ recovery-image] Jun 01 15:01:30.803 INFO O| Jun 01 15:01:30.803 INFO STEP 5 (pkg_change_variant) COMPLETE
42302026-06-01T15:01:31.435Z[ recovery-image] Jun 01 15:01:30.803 INFO O| Jun 01 15:01:30.803 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42312026-06-01T15:01:31.708Z[verify-libraries] Compiling russh v0.45.0
42322026-06-01T15:01:31.729Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42332026-06-01T15:01:31.810Z[ recovery-image] Jun 01 15:01:31.178 INFO O| Jun 01 15:01:31.178 INFO variant opensolaris.imagetype is full; changing to partial
42342026-06-01T15:01:31.810Z[ recovery-image] Jun 01 15:01:31.178 INFO O| Jun 01 15:01:31.178 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42352026-06-01T15:01:32.053Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42362026-06-01T15:01:32.136Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42372026-06-01T15:01:32.353Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42382026-06-01T15:01:32.394Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42392026-06-01T15:01:32.431Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
42402026-06-01T15:01:32.508Z[verify-libraries] Compiling drift v0.2.0
42412026-06-01T15:01:32.530Z[ recovery-image] Jun 01 15:01:31.897 INFO O| Jun 01 15:01:31.897 INFO O| Startup: Refreshing catalog 'helios' ... Done
42422026-06-01T15:01:32.618Z[ recovery-image] Jun 01 15:01:31.986 INFO O| Jun 01 15:01:31.986 INFO O| Startup: Caching catalogs ... Done
42432026-06-01T15:01:32.624Z[ recovery-image] Jun 01 15:01:31.992 INFO O| Jun 01 15:01:31.992 INFO O| Planning: Planning completed in 0.00 seconds
42442026-06-01T15:01:32.628Z[ recovery-image] Jun 01 15:01:31.992 INFO O| Jun 01 15:01:31.992 INFO O| Planning: Consolidating action changes ... Done
42452026-06-01T15:01:32.628Z[ recovery-image] Jun 01 15:01:31.992 INFO O| Jun 01 15:01:31.992 INFO O| Planning: Evaluating mediators ... Done
42462026-06-01T15:01:32.628Z[ recovery-image] Jun 01 15:01:31.992 INFO O| Jun 01 15:01:31.992 INFO O| Planning: Planning completed in 0.00 seconds
42472026-06-01T15:01:32.628Z[ recovery-image] Jun 01 15:01:31.993 INFO O| Jun 01 15:01:31.993 INFO O| Variants/Facets to change: 1
42482026-06-01T15:01:32.635Z[ recovery-image] Jun 01 15:01:32.003 INFO O| Jun 01 15:01:32.003 INFO O| Finalize: Updating package state database ... Done
42492026-06-01T15:01:32.635Z[ recovery-image] Jun 01 15:01:32.003 INFO O| Jun 01 15:01:32.003 INFO O| Finalize: Updating package cache ... Done
42502026-06-01T15:01:32.652Z[ recovery-image] Jun 01 15:01:32.020 INFO O| Jun 01 15:01:32.020 INFO O| Finalize: Updating image state ... Done
42512026-06-01T15:01:32.656Z[ recovery-image] Jun 01 15:01:32.023 INFO O| Jun 01 15:01:32.023 INFO O| Finalize: Creating fast lookup database ... Done
42522026-06-01T15:01:32.659Z[ recovery-image] Jun 01 15:01:32.024 INFO O| Jun 01 15:01:32.024 INFO O| Finalize: Reading search index ... Done
42532026-06-01T15:01:32.659Z[ recovery-image] Jun 01 15:01:32.024 INFO O| Jun 01 15:01:32.024 INFO O| Finalize: Updating search index ... Done
42542026-06-01T15:01:32.659Z[ recovery-image] Jun 01 15:01:32.025 INFO O| Jun 01 15:01:32.025 INFO O| Finalize: Updating package cache ... Done
42552026-06-01T15:01:32.772Z[ recovery-image] Jun 01 15:01:32.140 INFO O| Jun 01 15:01:32.139 INFO STEP 6 (pkg_change_variant) COMPLETE
42562026-06-01T15:01:32.775Z[ recovery-image] Jun 01 15:01:32.140 INFO O| Jun 01 15:01:32.139 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42572026-06-01T15:01:32.775Z[ recovery-image] Jun 01 15:01:32.140 INFO O| Jun 01 15:01:32.139 INFO skip step because feature "debug_variant" is not enabled
42582026-06-01T15:01:32.775Z[ recovery-image] Jun 01 15:01:32.140 INFO O| Jun 01 15:01:32.139 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42592026-06-01T15:01:32.789Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42602026-06-01T15:01:32.834Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42612026-06-01T15:01:32.875Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42622026-06-01T15:01:32.935Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42632026-06-01T15:01:33.157Z[ recovery-image] Jun 01 15:01:32.525 INFO O| Jun 01 15:01:32.525 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42642026-06-01T15:01:33.329Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42652026-06-01T15:01:33.381Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
42662026-06-01T15:01:33.452Z[verify-libraries] Compiling termios v0.3.3
42672026-06-01T15:01:33.722Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42682026-06-01T15:01:33.907Z[ recovery-image] Jun 01 15:01:33.275 INFO O| Jun 01 15:01:33.275 INFO O| Startup: Refreshing catalog 'helios' ... Done
42692026-06-01T15:01:33.995Z[ recovery-image] Jun 01 15:01:33.362 INFO O| Jun 01 15:01:33.362 INFO O| Startup: Caching catalogs ... Done
42702026-06-01T15:01:34.000Z[ recovery-image] Jun 01 15:01:33.368 INFO O| Jun 01 15:01:33.368 INFO O| Planning: Planning completed in 0.00 seconds
42712026-06-01T15:01:34.003Z[ recovery-image] Jun 01 15:01:33.368 INFO O| Jun 01 15:01:33.368 INFO O| Planning: Consolidating action changes ... Done
42722026-06-01T15:01:34.003Z[ recovery-image] Jun 01 15:01:33.368 INFO O| Jun 01 15:01:33.368 INFO O| Planning: Evaluating mediators ... Done
42732026-06-01T15:01:34.003Z[ recovery-image] Jun 01 15:01:33.368 INFO O| Jun 01 15:01:33.368 INFO O| Planning: Planning completed in 0.00 seconds
42742026-06-01T15:01:34.003Z[ recovery-image] Jun 01 15:01:33.369 INFO O| Jun 01 15:01:33.369 INFO O| Variants/Facets to change: 1
42752026-06-01T15:01:34.014Z[ recovery-image] Jun 01 15:01:33.382 INFO O| Jun 01 15:01:33.382 INFO O| Finalize: Updating package state database ... Done
42762026-06-01T15:01:34.014Z[ recovery-image] Jun 01 15:01:33.382 INFO O| Jun 01 15:01:33.382 INFO O| Finalize: Updating package cache ... Done
42772026-06-01T15:01:34.029Z[ recovery-image] Jun 01 15:01:33.397 INFO O| Jun 01 15:01:33.397 INFO O| Finalize: Updating image state ... Done
42782026-06-01T15:01:34.032Z[ recovery-image] Jun 01 15:01:33.400 INFO O| Jun 01 15:01:33.400 INFO O| Finalize: Creating fast lookup database ... Done
42792026-06-01T15:01:34.035Z[ recovery-image] Jun 01 15:01:33.401 INFO O| Jun 01 15:01:33.401 INFO O| Finalize: Reading search index ... Done
42802026-06-01T15:01:34.035Z[ recovery-image] Jun 01 15:01:33.401 INFO O| Jun 01 15:01:33.401 INFO O| Finalize: Updating search index ... Done
42812026-06-01T15:01:34.035Z[ recovery-image] Jun 01 15:01:33.401 INFO O| Jun 01 15:01:33.401 INFO O| Finalize: Updating package cache ... Done
42822026-06-01T15:01:34.142Z[ recovery-image] Jun 01 15:01:33.510 INFO O| Jun 01 15:01:33.510 INFO STEP 8 (pkg_change_facet) COMPLETE
42832026-06-01T15:01:34.142Z[ recovery-image] Jun 01 15:01:33.510 INFO O| Jun 01 15:01:33.510 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42842026-06-01T15:01:34.489Z[ recovery-image] Jun 01 15:01:33.856 INFO O| Jun 01 15:01:33.856 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42852026-06-01T15:01:34.557Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42862026-06-01T15:01:34.771Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42872026-06-01T15:01:35.147Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42882026-06-01T15:01:35.471Z[ recovery-image] Jun 01 15:01:34.838 INFO O| Jun 01 15:01:34.838 INFO O| Startup: Refreshing catalog 'helios' ... Done
42892026-06-01T15:01:35.557Z[ recovery-image] Jun 01 15:01:34.925 INFO O| Jun 01 15:01:34.925 INFO O| Startup: Caching catalogs ... Done
42902026-06-01T15:01:35.562Z[ recovery-image] Jun 01 15:01:34.930 INFO O| Jun 01 15:01:34.930 INFO O| Planning: Planning completed in 0.00 seconds
42912026-06-01T15:01:35.565Z[ recovery-image] Jun 01 15:01:34.931 INFO O| Jun 01 15:01:34.931 INFO O| Planning: Consolidating action changes ... Done
42922026-06-01T15:01:35.566Z[ recovery-image] Jun 01 15:01:34.931 INFO O| Jun 01 15:01:34.931 INFO O| Planning: Evaluating mediators ... Done
42932026-06-01T15:01:35.566Z[ recovery-image] Jun 01 15:01:34.931 INFO O| Jun 01 15:01:34.931 INFO O| Planning: Planning completed in 0.00 seconds
42942026-06-01T15:01:35.566Z[ recovery-image] Jun 01 15:01:34.931 INFO O| Jun 01 15:01:34.931 INFO O| Variants/Facets to change: 1
42952026-06-01T15:01:35.577Z[ recovery-image] Jun 01 15:01:34.944 INFO O| Jun 01 15:01:34.944 INFO O| Finalize: Updating package state database ... Done
42962026-06-01T15:01:35.577Z[ recovery-image] Jun 01 15:01:34.944 INFO O| Jun 01 15:01:34.944 INFO O| Finalize: Updating package cache ... Done
42972026-06-01T15:01:35.592Z[ recovery-image] Jun 01 15:01:34.960 INFO O| Jun 01 15:01:34.960 INFO O| Finalize: Updating image state ... Done
42982026-06-01T15:01:35.595Z[ recovery-image] Jun 01 15:01:34.963 INFO O| Jun 01 15:01:34.963 INFO O| Finalize: Creating fast lookup database ... Done
42992026-06-01T15:01:35.595Z[ recovery-image] Jun 01 15:01:34.963 INFO O| Jun 01 15:01:34.963 INFO O| Finalize: Reading search index ... Done
43002026-06-01T15:01:35.595Z[ recovery-image] Jun 01 15:01:34.963 INFO O| Jun 01 15:01:34.963 INFO O| Finalize: Updating search index ... Done
43012026-06-01T15:01:35.599Z[ recovery-image] Jun 01 15:01:34.964 INFO O| Jun 01 15:01:34.964 INFO O| Finalize: Updating package cache ... Done
43022026-06-01T15:01:35.714Z[ recovery-image] Jun 01 15:01:35.082 INFO O| Jun 01 15:01:35.082 INFO STEP 9 (pkg_change_facet) COMPLETE
43032026-06-01T15:01:35.714Z[ recovery-image] Jun 01 15:01:35.082 INFO O| Jun 01 15:01:35.082 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43042026-06-01T15:01:36.033Z[ recovery-image] Jun 01 15:01:35.401 INFO O| Jun 01 15:01:35.401 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43052026-06-01T15:01:36.308Z[ host-image] Jun 01 15:01:35.676 INFO O| Jun 01 15:01:35.676 INFO O| Download: 7354/23754 items 50.9/222.1MB 22% complete (804k/s)
43062026-06-01T15:01:36.350Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43072026-06-01T15:01:36.877Z[ recovery-image] Jun 01 15:01:36.244 INFO O| Jun 01 15:01:36.244 INFO O| Startup: Refreshing catalog 'helios' ... Done
43082026-06-01T15:01:36.960Z[ recovery-image] Jun 01 15:01:36.328 INFO O| Jun 01 15:01:36.328 INFO O| Startup: Caching catalogs ... Done
43092026-06-01T15:01:36.965Z[ recovery-image] Jun 01 15:01:36.333 INFO O| Jun 01 15:01:36.333 INFO O| Planning: Planning completed in 0.00 seconds
43102026-06-01T15:01:36.969Z[ recovery-image] Jun 01 15:01:36.334 INFO O| Jun 01 15:01:36.334 INFO O| Planning: Consolidating action changes ... Done
43112026-06-01T15:01:36.969Z[ recovery-image] Jun 01 15:01:36.334 INFO O| Jun 01 15:01:36.334 INFO O| Planning: Evaluating mediators ... Done
43122026-06-01T15:01:36.969Z[ recovery-image] Jun 01 15:01:36.334 INFO O| Jun 01 15:01:36.334 INFO O| Planning: Planning completed in 0.00 seconds
43132026-06-01T15:01:36.969Z[ recovery-image] Jun 01 15:01:36.334 INFO O| Jun 01 15:01:36.334 INFO O| Variants/Facets to change: 1
43142026-06-01T15:01:36.994Z[ recovery-image] Jun 01 15:01:36.361 INFO O| Jun 01 15:01:36.361 INFO O| Finalize: Updating package state database ... Done
43152026-06-01T15:01:36.994Z[ recovery-image] Jun 01 15:01:36.361 INFO O| Jun 01 15:01:36.361 INFO O| Finalize: Updating package cache ... Done
43162026-06-01T15:01:37.011Z[ recovery-image] Jun 01 15:01:36.377 INFO O| Jun 01 15:01:36.377 INFO O| Finalize: Updating image state ... Done
43172026-06-01T15:01:37.015Z[ recovery-image] Jun 01 15:01:36.381 INFO O| Jun 01 15:01:36.381 INFO O| Finalize: Creating fast lookup database ... Done
43182026-06-01T15:01:37.015Z[ recovery-image] Jun 01 15:01:36.381 INFO O| Jun 01 15:01:36.381 INFO O| Finalize: Reading search index ... Done
43192026-06-01T15:01:37.015Z[ recovery-image] Jun 01 15:01:36.381 INFO O| Jun 01 15:01:36.381 INFO O| Finalize: Updating search index ... Done
43202026-06-01T15:01:37.015Z[ recovery-image] Jun 01 15:01:36.382 INFO O| Jun 01 15:01:36.382 INFO O| Finalize: Updating package cache ... Done
43212026-06-01T15:01:37.155Z[ recovery-image] Jun 01 15:01:36.517 INFO O| Jun 01 15:01:36.516 INFO STEP 10 (pkg_change_facet) COMPLETE
43222026-06-01T15:01:37.156Z[ recovery-image] Jun 01 15:01:36.517 INFO O| Jun 01 15:01:36.517 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43232026-06-01T15:01:37.159Z[ recovery-image] Jun 01 15:01:36.526 INFO O| Jun 01 15:01:36.526 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"]
43242026-06-01T15:01:37.985Z[ recovery-image] Jun 01 15:01:37.353 INFO O| Jun 01 15:01:37.352 INFO O| Startup: Refreshing catalog 'helios' ... Done
43252026-06-01T15:01:38.028Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43262026-06-01T15:01:38.086Z[ recovery-image] Jun 01 15:01:37.454 INFO O| Jun 01 15:01:37.454 INFO O| Startup: Caching catalogs ... Done
43272026-06-01T15:01:38.466Z[ recovery-image] Jun 01 15:01:37.834 INFO O| Jun 01 15:01:37.833 INFO O| Planning: Solver setup ... Done
43282026-06-01T15:01:38.476Z[ recovery-image] Jun 01 15:01:37.844 INFO O| Jun 01 15:01:37.844 INFO O| Planning: Running solver ... Done
43292026-06-01T15:01:38.486Z[ recovery-image] Jun 01 15:01:37.853 INFO O| Jun 01 15:01:37.853 INFO O| Planning: Finding local manifests ... Done
43302026-06-01T15:01:38.557Z[ recovery-image] Jun 01 15:01:37.925 INFO O| Jun 01 15:01:37.924 INFO O| Planning: Fetching manifests: 0/127 0% complete
43312026-06-01T15:01:39.890Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43322026-06-01T15:01:41.018Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
43332026-06-01T15:01:41.309Z[ host-image] Jun 01 15:01:40.677 INFO O| Jun 01 15:01:40.677 INFO O| Download: 8493/23754 items 62.5/222.1MB 28% complete (1.5M/s)
43342026-06-01T15:01:41.742Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
43352026-06-01T15:01:43.650Z[ recovery-image] Jun 01 15:01:43.017 INFO O| Jun 01 15:01:43.017 INFO O| Planning: Fetching manifests: 102/127 80% complete
43362026-06-01T15:01:44.445Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43372026-06-01T15:01:45.003Z[ recovery-image] Jun 01 15:01:44.370 INFO O| Jun 01 15:01:44.370 INFO O| Planning: Fetching manifests: 127/127 100% complete
43382026-06-01T15:01:45.096Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
43392026-06-01T15:01:45.188Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43402026-06-01T15:01:45.512Z[ recovery-image] Jun 01 15:01:44.880 INFO O| Jun 01 15:01:44.880 INFO O| Planning: Package planning ... Done
43412026-06-01T15:01:45.668Z[ recovery-image] Jun 01 15:01:45.036 INFO O| Jun 01 15:01:45.035 INFO O| Planning: Merging actions ... Done
43422026-06-01T15:01:45.738Z[ recovery-image] Jun 01 15:01:45.106 INFO O| Jun 01 15:01:45.106 INFO O| Planning: Checking for conflicting actions ... Done
43432026-06-01T15:01:45.793Z[ recovery-image] Jun 01 15:01:45.160 INFO O| Jun 01 15:01:45.160 INFO O| Planning: Consolidating action changes ... Done
43442026-06-01T15:01:45.928Z[ recovery-image] Jun 01 15:01:45.295 INFO O| Jun 01 15:01:45.295 INFO O| Planning: Evaluating mediators ... Done
43452026-06-01T15:01:46.319Z[ host-image] Jun 01 15:01:45.687 INFO O| Jun 01 15:01:45.686 INFO O| Download: 9178/23754 items 79.4/222.1MB 35% complete (2.8M/s)
43462026-06-01T15:01:47.540Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43472026-06-01T15:01:47.564Z[ recovery-image] Jun 01 15:01:46.932 INFO O| Jun 01 15:01:46.932 INFO O| Planning: Planning completed in 9.47 seconds
43482026-06-01T15:01:47.569Z[ recovery-image] Jun 01 15:01:46.934 INFO O| Jun 01 15:01:46.934 INFO O| Packages to install: 127
43492026-06-01T15:01:47.569Z[ recovery-image] Jun 01 15:01:46.934 INFO O| Jun 01 15:01:46.934 INFO O| Mediators to change: 5
43502026-06-01T15:01:47.569Z[ recovery-image] Jun 01 15:01:46.934 INFO O| Jun 01 15:01:46.934 INFO O| Services to change: 5
43512026-06-01T15:01:47.593Z[ recovery-image] Jun 01 15:01:46.960 INFO O| Jun 01 15:01:46.960 INFO O| Download: 0/16562 items 0.0/199.3MB 0% complete
43522026-06-01T15:01:50.572Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43532026-06-01T15:01:51.738Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43542026-06-01T15:01:51.809Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
43552026-06-01T15:01:52.700Z[ host-image] Jun 01 15:01:52.067 INFO O| Jun 01 15:01:52.067 INFO O| Download: 9895/23754 items 88.6/222.1MB 39% complete (2.7M/s)
43562026-06-01T15:01:52.875Z[ recovery-image] Jun 01 15:01:52.243 INFO O| Jun 01 15:01:52.243 INFO O| Download: 1058/16562 items 8.0/199.3MB 4% complete (1.7M/s)
43572026-06-01T15:01:53.659Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
43582026-06-01T15:01:53.986Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43592026-06-01T15:01:54.153Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43602026-06-01T15:01:55.154Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43612026-06-01T15:01:55.189Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43622026-06-01T15:01:56.148Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
43632026-06-01T15:01:57.383Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43642026-06-01T15:01:57.683Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43652026-06-01T15:01:57.702Z[ host-image] Jun 01 15:01:57.069 INFO O| Jun 01 15:01:57.069 INFO O| Download: 10985/23754 items 96.7/222.1MB 43% complete (1.6M/s)
43662026-06-01T15:01:57.864Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43672026-06-01T15:01:57.915Z[ recovery-image] Jun 01 15:01:57.282 INFO O| Jun 01 15:01:57.282 INFO O| Download: 1314/16562 items 19.1/199.3MB 9% complete (1.8M/s)
43682026-06-01T15:01:59.859Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43692026-06-01T15:02:00.649Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43702026-06-01T15:02:01.557Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43712026-06-01T15:02:03.035Z[ recovery-image] Jun 01 15:02:02.403 INFO O| Jun 01 15:02:02.403 INFO O| Download: 1652/16562 items 24.8/199.3MB 12% complete (1.7M/s)
43722026-06-01T15:02:03.263Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43732026-06-01T15:02:03.456Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
43742026-06-01T15:02:03.460Z[ host-image] Jun 01 15:02:02.826 INFO O| Jun 01 15:02:02.826 INFO O| Download: 11919/23754 items 101.5/222.1MB 45% complete (1.4M/s)
43752026-06-01T15:02:04.699Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43762026-06-01T15:02:05.127Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43772026-06-01T15:02:05.246Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43782026-06-01T15:02:05.493Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43792026-06-01T15:02:06.069Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43802026-06-01T15:02:06.281Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43812026-06-01T15:02:06.464Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43822026-06-01T15:02:08.037Z[ recovery-image] Jun 01 15:02:07.405 INFO O| Jun 01 15:02:07.404 INFO O| Download: 2716/16562 items 31.3/199.3MB 15% complete (1.5M/s)
43832026-06-01T15:02:08.466Z[ host-image] Jun 01 15:02:07.833 INFO O| Jun 01 15:02:07.833 INFO O| Download: 12514/23754 items 105.6/222.1MB 47% complete (827k/s)
43842026-06-01T15:02:11.840Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43852026-06-01T15:02:12.931Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43862026-06-01T15:02:13.106Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43872026-06-01T15:02:13.496Z[ host-image] Jun 01 15:02:12.863 INFO O| Jun 01 15:02:12.863 INFO O| Download: 12865/23754 items 110.3/222.1MB 49% complete (1.0M/s)
43882026-06-01T15:02:13.553Z[ recovery-image] Jun 01 15:02:12.920 INFO O| Jun 01 15:02:12.920 INFO O| Download: 3954/16562 items 40.0/199.3MB 20% complete (1.5M/s)
43892026-06-01T15:02:15.620Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43902026-06-01T15:02:16.572Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43912026-06-01T15:02:17.837Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43922026-06-01T15:02:17.992Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43932026-06-01T15:02:18.703Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43942026-06-01T15:02:18.984Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43952026-06-01T15:02:19.133Z[ host-image] Jun 01 15:02:18.500 INFO O| Jun 01 15:02:18.500 INFO O| Download: 12975/23754 items 118.9/222.1MB 53% complete (1.4M/s)
43962026-06-01T15:02:19.146Z[ recovery-image] Jun 01 15:02:18.512 INFO O| Jun 01 15:02:18.512 INFO O| Download: 5111/16562 items 43.7/199.3MB 21% complete (1.2M/s)
43972026-06-01T15:02:19.801Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43982026-06-01T15:02:21.231Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43992026-06-01T15:02:21.771Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44002026-06-01T15:02:22.542Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44012026-06-01T15:02:22.845Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44022026-06-01T15:02:23.076Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44032026-06-01T15:02:24.283Z[ host-image] Jun 01 15:02:23.651 INFO O| Jun 01 15:02:23.651 INFO O| Download: 14073/23754 items 119.5/222.1MB 53% complete (163k/s)
44042026-06-01T15:02:25.320Z[ recovery-image] Jun 01 15:02:24.687 INFO O| Jun 01 15:02:24.687 INFO O| Download: 5990/16562 items 45.2/199.3MB 22% complete (580k/s)
44052026-06-01T15:02:26.083Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44062026-06-01T15:02:29.439Z[ host-image] Jun 01 15:02:28.807 INFO O| Jun 01 15:02:28.807 INFO O| Download: 15171/23754 items 121.2/222.1MB 54% complete (219k/s)
44072026-06-01T15:02:30.323Z[ recovery-image] Jun 01 15:02:29.691 INFO O| Jun 01 15:02:29.691 INFO O| Download: 6159/16562 items 48.6/199.3MB 24% complete (448k/s)
44082026-06-01T15:02:30.904Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44092026-06-01T15:02:34.593Z[ host-image] Jun 01 15:02:33.960 INFO O| Jun 01 15:02:33.960 INFO O| Download: 16302/23754 items 135.2/222.1MB 60% complete (1.6M/s)
44102026-06-01T15:02:34.944Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
44112026-06-01T15:02:35.545Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44122026-06-01T15:02:35.871Z[ recovery-image] Jun 01 15:02:35.238 INFO O| Jun 01 15:02:35.238 INFO O| Download: 6422/16562 items 56.8/199.3MB 28% complete (1.1M/s)
44132026-06-01T15:02:36.328Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44142026-06-01T15:02:38.574Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44152026-06-01T15:02:39.054Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44162026-06-01T15:02:39.516Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44172026-06-01T15:02:39.637Z[ host-image] Jun 01 15:02:39.004 INFO O| Jun 01 15:02:39.004 INFO O| Download: 16817/23754 items 140.2/222.1MB 63% complete (1.9M/s)
44182026-06-01T15:02:40.875Z[ recovery-image] Jun 01 15:02:40.243 INFO O| Jun 01 15:02:40.243 INFO O| Download: 6962/16562 items 72.9/199.3MB 36% complete (1.8M/s)
44192026-06-01T15:02:45.013Z[ host-image] Jun 01 15:02:44.380 INFO O| Jun 01 15:02:44.380 INFO O| Download: 17651/23754 items 158.4/222.1MB 71% complete (2.4M/s)
44202026-06-01T15:02:45.877Z[ recovery-image] Jun 01 15:02:45.243 INFO O| Jun 01 15:02:45.243 INFO O| Download: 7832/16562 items 82.8/199.3MB 41% complete (2.6M/s)
44212026-06-01T15:02:48.621Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44222026-06-01T15:02:48.649Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44232026-06-01T15:02:48.721Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44242026-06-01T15:02:48.906Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44252026-06-01T15:02:50.409Z[ host-image] Jun 01 15:02:49.776 INFO O| Jun 01 15:02:49.776 INFO O| Download: 18689/23754 items 167.9/222.1MB 75% complete (2.5M/s)
44262026-06-01T15:02:50.979Z[ recovery-image] Jun 01 15:02:50.346 INFO O| Jun 01 15:02:50.346 INFO O| Download: 8452/16562 items 85.5/199.3MB 42% complete (1.3M/s)
44272026-06-01T15:02:55.503Z[ host-image] Jun 01 15:02:54.871 INFO O| Jun 01 15:02:54.871 INFO O| Download: 19745/23754 items 175.9/222.1MB 79% complete (1.8M/s)
44282026-06-01T15:02:56.053Z[ recovery-image] Jun 01 15:02:55.419 INFO O| Jun 01 15:02:55.419 INFO O| Download: 9178/16562 items 91.3/199.3MB 45% complete (821k/s)
44292026-06-01T15:02:57.283Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44302026-06-01T15:03:00.517Z[ host-image] Jun 01 15:02:59.884 INFO O| Jun 01 15:02:59.884 INFO O| Download: 20399/23754 items 178.5/222.1MB 80% complete (1.1M/s)
44312026-06-01T15:03:01.558Z[ recovery-image] Jun 01 15:03:00.925 INFO O| Jun 01 15:03:00.925 INFO O| Download: 9300/16562 items 97.1/199.3MB 48% complete (1.1M/s)
44322026-06-01T15:03:05.525Z[ host-image] Jun 01 15:03:04.892 INFO O| Jun 01 15:03:04.892 INFO O| Download: 21428/23754 items 182.9/222.1MB 82% complete (733k/s)
44332026-06-01T15:03:06.305Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44342026-06-01T15:03:06.560Z[ recovery-image] Jun 01 15:03:05.926 INFO O| Jun 01 15:03:05.926 INFO O| Download: 9626/16562 items 102.8/199.3MB 51% complete (1.4M/s)
44352026-06-01T15:03:06.835Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44362026-06-01T15:03:07.060Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44372026-06-01T15:03:07.446Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44382026-06-01T15:03:10.590Z[ host-image] Jun 01 15:03:09.955 INFO O| Jun 01 15:03:09.951 INFO O| Download: 21859/23754 items 189.7/222.1MB 85% complete (1.1M/s)
44392026-06-01T15:03:10.776Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44402026-06-01T15:03:10.872Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44412026-06-01T15:03:11.569Z[ recovery-image] Jun 01 15:03:10.936 INFO O| Jun 01 15:03:10.936 INFO O| Download: 10872/16562 items 103.4/199.3MB 51% complete (667k/s)
44422026-06-01T15:03:11.781Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44432026-06-01T15:03:15.585Z[ host-image] Jun 01 15:03:14.952 INFO O| Jun 01 15:03:14.952 INFO O| Download: 22823/23754 items 214.4/222.1MB 96% complete (3.1M/s)
44442026-06-01T15:03:16.919Z[ recovery-image] Jun 01 15:03:16.287 INFO O| Jun 01 15:03:16.286 INFO O| Download: 11562/16562 items 105.5/199.3MB 52% complete (247k/s)
44452026-06-01T15:03:17.651Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44462026-06-01T15:03:20.593Z[ host-image] Jun 01 15:03:19.960 INFO O| Jun 01 15:03:19.960 INFO O| Download: 23023/23754 items 218.8/222.1MB 98% complete (2.9M/s)
44472026-06-01T15:03:21.937Z[ recovery-image] Jun 01 15:03:21.305 INFO O| Jun 01 15:03:21.304 INFO O| Download: 12373/16562 items 136.7/199.3MB 68% complete (3.3M/s)
44482026-06-01T15:03:24.517Z[ host-image] Jun 01 15:03:23.884 INFO O| Jun 01 15:03:23.883 INFO O| Download: Completed 222.09 MB in 139.09 seconds (1.6M/s)
44492026-06-01T15:03:24.994Z[ host-image] Jun 01 15:03:24.361 INFO O| Jun 01 15:03:24.361 INFO O| Actions: 1/53919 actions (Installing new actions)
44502026-06-01T15:03:26.939Z[ recovery-image] Jun 01 15:03:26.305 INFO O| Jun 01 15:03:26.305 INFO O| Download: 13240/16562 items 152.9/199.3MB 76% complete (4.7M/s)
44512026-06-01T15:03:29.994Z[ host-image] Jun 01 15:03:29.361 INFO O| Jun 01 15:03:29.361 INFO O| Actions: 22823/53919 actions (Installing new actions)
44522026-06-01T15:03:31.969Z[ recovery-image] Jun 01 15:03:31.335 INFO O| Jun 01 15:03:31.335 INFO O| Download: 14568/16562 items 158.9/199.3MB 79% complete (2.2M/s)
44532026-06-01T15:03:33.057Z[ host-image] Jun 01 15:03:32.419 INFO O| Jun 01 15:03:32.419 INFO O| Actions: Completed 53919 actions in 8.05 seconds.
44542026-06-01T15:03:33.114Z[ host-image] Jun 01 15:03:32.480 INFO O| Jun 01 15:03:32.479 INFO O| Finalize: Updating package state database ... Done
44552026-06-01T15:03:33.114Z[ host-image] Jun 01 15:03:32.480 INFO O| Jun 01 15:03:32.479 INFO O| Finalize: Updating package cache ... Done
44562026-06-01T15:03:33.144Z[ host-image] Jun 01 15:03:32.511 INFO O| Jun 01 15:03:32.511 INFO O| Finalize: Updating image state ... Done
44572026-06-01T15:03:34.129Z[ host-image] Jun 01 15:03:33.496 INFO O| Jun 01 15:03:33.496 INFO O| Finalize: Creating fast lookup database ... Done
44582026-06-01T15:03:34.158Z[ host-image] Jun 01 15:03:33.525 INFO O| Jun 01 15:03:33.525 INFO O| Finalize: Reading search index ... Done
44592026-06-01T15:03:36.994Z[ host-image] Jun 01 15:03:36.359 INFO O| Jun 01 15:03:36.358 INFO O| Finalize: Building new search index ... Done
44602026-06-01T15:03:37.267Z[ recovery-image] Jun 01 15:03:36.634 INFO O| Jun 01 15:03:36.634 INFO O| Download: 15368/16562 items 167.2/199.3MB 83% complete (1.4M/s)
44612026-06-01T15:03:37.412Z[ host-image] Jun 01 15:03:36.779 INFO O| Jun 01 15:03:36.779 INFO O| Finalize: Updating package cache ... Done
44622026-06-01T15:03:37.567Z[ host-image] Jun 01 15:03:36.934 INFO O| Jun 01 15:03:36.934 INFO STEP 11 (pkg_install) COMPLETE
44632026-06-01T15:03:37.567Z[ host-image] Jun 01 15:03:36.934 INFO O| Jun 01 15:03:36.934 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44642026-06-01T15:03:37.577Z[ host-image] Jun 01 15:03:36.944 INFO O| Jun 01 15:03:36.944 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest", "/system/i2c"]
44652026-06-01T15:03:38.943Z[ host-image] Jun 01 15:03:38.310 INFO O| Jun 01 15:03:38.310 INFO O| Startup: Refreshing catalog 'helios' ... Done
44662026-06-01T15:03:39.034Z[ host-image] Jun 01 15:03:38.401 INFO O| Jun 01 15:03:38.401 INFO O| Startup: Caching catalogs ... Done
44672026-06-01T15:03:39.181Z[ host-image] Jun 01 15:03:38.548 INFO O| Jun 01 15:03:38.548 INFO O| Planning: Solver setup ... Done
44682026-06-01T15:03:39.186Z[ host-image] Jun 01 15:03:38.553 INFO O| Jun 01 15:03:38.553 INFO O| Planning: Running solver ... Done
44692026-06-01T15:03:39.190Z[ host-image] Jun 01 15:03:38.557 INFO O| Jun 01 15:03:38.557 INFO O| Planning: Finding local manifests ... Done
44702026-06-01T15:03:39.282Z[ host-image] Jun 01 15:03:38.649 INFO O| Jun 01 15:03:38.649 INFO O| Planning: Fetching manifests: 0/6 0% complete
44712026-06-01T15:03:39.445Z[ host-image] Jun 01 15:03:38.813 INFO O| Jun 01 15:03:38.813 INFO O| Planning: Fetching manifests: 6/6 100% complete
44722026-06-01T15:03:39.466Z[ host-image] Jun 01 15:03:38.833 INFO O| Jun 01 15:03:38.833 INFO O| Planning: Package planning ... Done
44732026-06-01T15:03:39.470Z[ host-image] Jun 01 15:03:38.835 INFO O| Jun 01 15:03:38.835 INFO O| Planning: Merging actions ... Done
44742026-06-01T15:03:39.566Z[ host-image] Jun 01 15:03:38.933 INFO O| Jun 01 15:03:38.933 INFO O| Planning: Checking for conflicting actions ... Done
44752026-06-01T15:03:39.569Z[ host-image] Jun 01 15:03:38.934 INFO O| Jun 01 15:03:38.934 INFO O| Planning: Consolidating action changes ... Done
44762026-06-01T15:03:39.715Z[ host-image] Jun 01 15:03:39.082 INFO O| Jun 01 15:03:39.082 INFO O| Planning: Evaluating mediators ... Done
44772026-06-01T15:03:39.718Z[ host-image] Jun 01 15:03:39.083 INFO O| Jun 01 15:03:39.083 INFO O| Planning: Planning completed in 0.68 seconds
44782026-06-01T15:03:39.718Z[ host-image] Jun 01 15:03:39.084 INFO O| Jun 01 15:03:39.084 INFO O| Packages to install: 6
44792026-06-01T15:03:39.718Z[ host-image] Jun 01 15:03:39.084 INFO O| Jun 01 15:03:39.084 INFO O| Services to change: 2
44802026-06-01T15:03:39.727Z[ host-image] Jun 01 15:03:39.094 INFO O| Jun 01 15:03:39.094 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44812026-06-01T15:03:42.372Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44822026-06-01T15:03:42.450Z[ recovery-image] Jun 01 15:03:41.818 INFO O| Jun 01 15:03:41.817 INFO O| Download: 16237/16562 items 192.7/199.3MB 96% complete (3.4M/s)
44832026-06-01T15:03:43.628Z[ host-image] Jun 01 15:03:42.989 INFO O| Jun 01 15:03:42.989 INFO O| Download: Completed 1.75 MB in 3.89 seconds (458k/s)
44842026-06-01T15:03:43.644Z[ host-image] Jun 01 15:03:43.011 INFO O| Jun 01 15:03:43.011 INFO O| Actions: 1/390 actions (Installing new actions)
44852026-06-01T15:03:43.825Z[ host-image] Jun 01 15:03:43.191 INFO O| Jun 01 15:03:43.191 INFO O| Actions: Completed 390 actions in 0.18 seconds.
44862026-06-01T15:03:43.832Z[ host-image] Jun 01 15:03:43.199 INFO O| Jun 01 15:03:43.199 INFO O| Finalize: Updating package state database ... Done
44872026-06-01T15:03:43.832Z[ host-image] Jun 01 15:03:43.199 INFO O| Jun 01 15:03:43.199 INFO O| Finalize: Updating package cache ... Done
44882026-06-01T15:03:43.855Z[ host-image] Jun 01 15:03:43.222 INFO O| Jun 01 15:03:43.222 INFO O| Finalize: Updating image state ... Done
44892026-06-01T15:03:44.820Z[ host-image] Jun 01 15:03:44.187 INFO O| Jun 01 15:03:44.187 INFO O| Finalize: Creating fast lookup database ... Done
44902026-06-01T15:03:44.852Z[ host-image] Jun 01 15:03:44.214 INFO O| Jun 01 15:03:44.214 INFO O| Finalize: Reading search index ... Done
44912026-06-01T15:03:44.852Z[ host-image] Jun 01 15:03:44.214 INFO O| Jun 01 15:03:44.214 INFO O| Finalize: Updating search index ... Done
44922026-06-01T15:03:44.862Z[ host-image] Jun 01 15:03:44.229 INFO O| Jun 01 15:03:44.228 INFO O| Finalize: Updating package cache ... Done
44932026-06-01T15:03:44.982Z[ host-image] Jun 01 15:03:44.349 INFO O| Jun 01 15:03:44.349 INFO STEP 12 (pkg_install) COMPLETE
44942026-06-01T15:03:44.982Z[ host-image] Jun 01 15:03:44.349 INFO O| Jun 01 15:03:44.349 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952026-06-01T15:03:44.992Z[ host-image] Jun 01 15:03:44.359 INFO O| Jun 01 15:03:44.359 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44962026-06-01T15:03:45.775Z[ recovery-image] Jun 01 15:03:45.141 INFO O| Jun 01 15:03:45.141 INFO O| Download: Completed 199.28 MB in 118.18 seconds (1.7M/s)
44972026-06-01T15:03:46.045Z[ host-image] Jun 01 15:03:45.412 INFO O| Jun 01 15:03:45.412 INFO O| Startup: Refreshing catalog 'helios' ... Done
44982026-06-01T15:03:46.052Z[ recovery-image] Jun 01 15:03:45.419 INFO O| Jun 01 15:03:45.419 INFO O| Actions: 1/27372 actions (Installing new actions)
44992026-06-01T15:03:46.158Z[ host-image] Jun 01 15:03:45.524 INFO O| Jun 01 15:03:45.524 INFO O| Startup: Caching catalogs ... Done
45002026-06-01T15:03:46.316Z[ host-image] Jun 01 15:03:45.683 INFO O| Jun 01 15:03:45.683 INFO O| Planning: Solver setup ... Done
45012026-06-01T15:03:46.320Z[ host-image] Jun 01 15:03:45.688 INFO O| Jun 01 15:03:45.687 INFO O| Planning: Running solver ... Done
45022026-06-01T15:03:46.330Z[ host-image] Jun 01 15:03:45.692 INFO O| Jun 01 15:03:45.692 INFO O| Planning: Finding local manifests ... Done
45032026-06-01T15:03:46.466Z[ host-image] Jun 01 15:03:45.833 INFO O| Jun 01 15:03:45.833 INFO O| Planning: Fetching manifests: 0/6 0% complete
45042026-06-01T15:03:47.053Z[ host-image] Jun 01 15:03:46.416 INFO O| Jun 01 15:03:46.416 INFO O| Planning: Fetching manifests: 6/6 100% complete
45052026-06-01T15:03:47.077Z[ host-image] Jun 01 15:03:46.444 INFO O| Jun 01 15:03:46.444 INFO O| Planning: Package planning ... Done
45062026-06-01T15:03:47.086Z[ host-image] Jun 01 15:03:46.452 INFO O| Jun 01 15:03:46.452 INFO O| Planning: Merging actions ... Done
45072026-06-01T15:03:47.184Z[ host-image] Jun 01 15:03:46.549 INFO O| Jun 01 15:03:46.549 INFO O| Planning: Checking for conflicting actions ... Done
45082026-06-01T15:03:47.189Z[ host-image] Jun 01 15:03:46.552 INFO O| Jun 01 15:03:46.552 INFO O| Planning: Consolidating action changes ... Done
45092026-06-01T15:03:47.331Z[ host-image] Jun 01 15:03:46.697 INFO O| Jun 01 15:03:46.697 INFO O| Planning: Evaluating mediators ... Done
45102026-06-01T15:03:47.336Z[ host-image] Jun 01 15:03:46.700 INFO O| Jun 01 15:03:46.700 INFO O| Planning: Planning completed in 1.17 seconds
45112026-06-01T15:03:47.336Z[ host-image] Jun 01 15:03:46.701 INFO O| Jun 01 15:03:46.701 INFO O| Packages to install: 6
45122026-06-01T15:03:47.336Z[ host-image] Jun 01 15:03:46.701 INFO O| Jun 01 15:03:46.701 INFO O| Mediators to change: 1
45132026-06-01T15:03:47.336Z[ host-image] Jun 01 15:03:46.701 INFO O| Jun 01 15:03:46.701 INFO O| Services to change: 1
45142026-06-01T15:03:47.345Z[ host-image] Jun 01 15:03:46.711 INFO O| Jun 01 15:03:46.711 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
45152026-06-01T15:03:51.054Z[ recovery-image] Jun 01 15:03:50.419 INFO O| Jun 01 15:03:50.419 INFO O| Actions: 20518/27372 actions (Installing new actions)
45162026-06-01T15:03:52.036Z[ recovery-image] Jun 01 15:03:51.400 INFO O| Jun 01 15:03:51.400 INFO O| Actions: Completed 27372 actions in 5.98 seconds.
45172026-06-01T15:03:52.080Z[ recovery-image] Jun 01 15:03:51.446 INFO O| Jun 01 15:03:51.446 INFO O| Finalize: Updating package state database ... Done
45182026-06-01T15:03:52.080Z[ recovery-image] Jun 01 15:03:51.446 INFO O| Jun 01 15:03:51.446 INFO O| Finalize: Updating package cache ... Done
45192026-06-01T15:03:52.118Z[ recovery-image] Jun 01 15:03:51.479 INFO O| Jun 01 15:03:51.479 INFO O| Finalize: Updating image state ... Done
45202026-06-01T15:03:52.255Z[ host-image] Jun 01 15:03:51.622 INFO O| Jun 01 15:03:51.622 INFO O| Download: Completed 7.84 MB in 4.91 seconds (1.6M/s)
45212026-06-01T15:03:52.291Z[ host-image] Jun 01 15:03:51.656 INFO O| Jun 01 15:03:51.656 INFO O| Actions: 1/1366 actions (Installing new actions)
45222026-06-01T15:03:52.513Z[ host-image] Jun 01 15:03:51.879 INFO O| Jun 01 15:03:51.879 INFO O| Actions: Completed 1366 actions in 0.22 seconds.
45232026-06-01T15:03:52.522Z[ host-image] Jun 01 15:03:51.888 INFO O| Jun 01 15:03:51.888 INFO O| Finalize: Updating package state database ... Done
45242026-06-01T15:03:52.523Z[ host-image] Jun 01 15:03:51.889 INFO O| Jun 01 15:03:51.888 INFO O| Finalize: Updating package cache ... Done
45252026-06-01T15:03:52.545Z[ host-image] Jun 01 15:03:51.912 INFO O| Jun 01 15:03:51.912 INFO O| Finalize: Updating image state ... Done
45262026-06-01T15:03:52.740Z[ recovery-image] Jun 01 15:03:52.107 INFO O| Jun 01 15:03:52.106 INFO O| Finalize: Creating fast lookup database ... Done
45272026-06-01T15:03:52.760Z[ recovery-image] Jun 01 15:03:52.124 INFO O| Jun 01 15:03:52.124 INFO O| Finalize: Reading search index ... Done
45282026-06-01T15:03:53.351Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45292026-06-01T15:03:53.478Z[ host-image] Jun 01 15:03:52.844 INFO O| Jun 01 15:03:52.844 INFO O| Finalize: Creating fast lookup database ... Done
45302026-06-01T15:03:53.532Z[ host-image] Jun 01 15:03:52.897 INFO O| Jun 01 15:03:52.897 INFO O| Finalize: Reading search index ... Done
45312026-06-01T15:03:53.536Z[ host-image] Jun 01 15:03:52.897 INFO O| Jun 01 15:03:52.897 INFO O| Finalize: Updating search index ... Done
45322026-06-01T15:03:53.565Z[ host-image] Jun 01 15:03:52.931 INFO O| Jun 01 15:03:52.931 INFO O| Finalize: Updating package cache ... Done
45332026-06-01T15:03:53.732Z[ host-image] Jun 01 15:03:53.064 INFO O| Jun 01 15:03:53.064 INFO STEP 13 (pkg_install) COMPLETE
45342026-06-01T15:03:53.732Z[ host-image] Jun 01 15:03:53.064 INFO O| Jun 01 15:03:53.064 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45352026-06-01T15:03:53.747Z[ host-image] Jun 01 15:03:53.073 INFO O| Jun 01 15:03:53.072 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
45362026-06-01T15:03:54.476Z[ recovery-image] Jun 01 15:03:53.842 INFO O| Jun 01 15:03:53.842 INFO O| Finalize: Building new search index ... Done
45372026-06-01T15:03:54.765Z[ recovery-image] Jun 01 15:03:54.131 INFO O| Jun 01 15:03:54.131 INFO O| Finalize: Updating package cache ... Done
45382026-06-01T15:03:54.789Z[ host-image] Jun 01 15:03:54.153 INFO O| Jun 01 15:03:54.152 INFO O| Startup: Refreshing catalog 'helios' ... Done
45392026-06-01T15:03:54.911Z[ recovery-image] Jun 01 15:03:54.263 INFO O| Jun 01 15:03:54.263 INFO STEP 11 (pkg_install) COMPLETE
45402026-06-01T15:03:54.911Z[ recovery-image] Jun 01 15:03:54.263 INFO O| Jun 01 15:03:54.263 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45412026-06-01T15:03:54.912Z[ recovery-image] Jun 01 15:03:54.263 INFO O| Jun 01 15:03:54.263 INFO skip step because feature "recovery" is enabled
45422026-06-01T15:03:54.925Z[ recovery-image] Jun 01 15:03:54.263 INFO O| Jun 01 15:03:54.263 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45432026-06-01T15:03:54.925Z[ recovery-image] Jun 01 15:03:54.263 INFO O| Jun 01 15:03:54.263 INFO skip step because feature "omicron1" is not enabled
45442026-06-01T15:03:54.925Z[ recovery-image] Jun 01 15:03:54.263 INFO O| Jun 01 15:03:54.263 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45452026-06-01T15:03:54.925Z[ host-image] Jun 01 15:03:54.268 INFO O| Jun 01 15:03:54.268 INFO O| Startup: Caching catalogs ... Done
45462026-06-01T15:03:54.925Z[ recovery-image] Jun 01 15:03:54.272 INFO O| Jun 01 15:03:54.272 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
45472026-06-01T15:03:55.048Z[ host-image] Jun 01 15:03:54.414 INFO O| Jun 01 15:03:54.414 INFO O| Planning: Solver setup ... Done
45482026-06-01T15:03:55.054Z[ host-image] Jun 01 15:03:54.419 INFO O| Jun 01 15:03:54.419 INFO O| Planning: Running solver ... Done
45492026-06-01T15:03:55.059Z[ host-image] Jun 01 15:03:54.423 INFO O| Jun 01 15:03:54.423 INFO O| Planning: Finding local manifests ... Done
45502026-06-01T15:03:55.111Z[ host-image] Jun 01 15:03:54.477 INFO O| Jun 01 15:03:54.477 INFO O| Planning: Fetching manifests: 0/1 0% complete
45512026-06-01T15:03:55.133Z[ host-image] Jun 01 15:03:54.499 INFO O| Jun 01 15:03:54.499 INFO O| Planning: Fetching manifests: 1/1 100% complete
45522026-06-01T15:03:55.151Z[ host-image] Jun 01 15:03:54.515 INFO O| Jun 01 15:03:54.515 INFO O| Planning: Package planning ... Done
45532026-06-01T15:03:55.159Z[ host-image] Jun 01 15:03:54.516 INFO O| Jun 01 15:03:54.516 INFO O| Planning: Merging actions ... Done
45542026-06-01T15:03:55.229Z[ host-image] Jun 01 15:03:54.596 INFO O| Jun 01 15:03:54.596 INFO O| Planning: Checking for conflicting actions ... Done
45552026-06-01T15:03:55.236Z[ host-image] Jun 01 15:03:54.597 INFO O| Jun 01 15:03:54.597 INFO O| Planning: Consolidating action changes ... Done
45562026-06-01T15:03:55.449Z[ host-image] Jun 01 15:03:54.815 INFO O| Jun 01 15:03:54.815 INFO O| Planning: Evaluating mediators ... Done
45572026-06-01T15:03:55.454Z[ host-image] Jun 01 15:03:54.816 INFO O| Jun 01 15:03:54.816 INFO O| Planning: Planning completed in 0.54 seconds
45582026-06-01T15:03:55.455Z[ host-image] Jun 01 15:03:54.817 INFO O| Jun 01 15:03:54.817 INFO O| Packages to install: 1
45592026-06-01T15:03:55.462Z[ host-image] Jun 01 15:03:54.828 INFO O| Jun 01 15:03:54.828 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45602026-06-01T15:03:55.787Z[ host-image] Jun 01 15:03:55.152 INFO O| Jun 01 15:03:55.152 INFO O| Download: Completed 12.63 MB in 0.32 seconds (39.0M/s)
45612026-06-01T15:03:55.794Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45622026-06-01T15:03:55.805Z[ host-image] Jun 01 15:03:55.170 INFO O| Jun 01 15:03:55.170 INFO O| Actions: 1/22 actions (Installing new actions)
45632026-06-01T15:03:55.986Z[ recovery-image] Jun 01 15:03:55.320 INFO O| Jun 01 15:03:55.320 INFO O| Startup: Refreshing catalog 'helios' ... Done
45642026-06-01T15:03:56.054Z[ host-image] Jun 01 15:03:55.421 INFO O| Jun 01 15:03:55.421 INFO O| Actions: Completed 22 actions in 0.25 seconds.
45652026-06-01T15:03:56.068Z[ host-image] Jun 01 15:03:55.434 INFO O| Jun 01 15:03:55.434 INFO O| Finalize: Updating package state database ... Done
45662026-06-01T15:03:56.068Z[ host-image] Jun 01 15:03:55.434 INFO O| Jun 01 15:03:55.434 INFO O| Finalize: Updating package cache ... Done
45672026-06-01T15:03:56.100Z[ host-image] Jun 01 15:03:55.466 INFO O| Jun 01 15:03:55.466 INFO O| Finalize: Updating image state ... Done
45682026-06-01T15:03:56.105Z[ recovery-image] Jun 01 15:03:55.472 INFO O| Jun 01 15:03:55.472 INFO O| Startup: Caching catalogs ... Done
45692026-06-01T15:03:56.155Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45702026-06-01T15:03:56.253Z[ recovery-image] Jun 01 15:03:55.615 INFO O| Jun 01 15:03:55.615 INFO O| Planning: Solver setup ... Done
45712026-06-01T15:03:56.257Z[ recovery-image] Jun 01 15:03:55.620 INFO O| Jun 01 15:03:55.620 INFO O| Planning: Running solver ... Done
45722026-06-01T15:03:56.262Z[ recovery-image] Jun 01 15:03:55.623 INFO O| Jun 01 15:03:55.623 INFO O| Planning: Finding local manifests ... Done
45732026-06-01T15:03:56.332Z[ recovery-image] Jun 01 15:03:55.696 INFO O| Jun 01 15:03:55.696 INFO O| Planning: Fetching manifests: 0/1 0% complete
45742026-06-01T15:03:56.352Z[ recovery-image] Jun 01 15:03:55.718 INFO O| Jun 01 15:03:55.718 INFO O| Planning: Fetching manifests: 1/1 100% complete
45752026-06-01T15:03:56.368Z[ recovery-image] Jun 01 15:03:55.734 INFO O| Jun 01 15:03:55.734 INFO O| Planning: Package planning ... Done
45762026-06-01T15:03:56.368Z[ recovery-image] Jun 01 15:03:55.734 INFO O| Jun 01 15:03:55.734 INFO O| Planning: Merging actions ... Done
45772026-06-01T15:03:56.432Z[ recovery-image] Jun 01 15:03:55.790 INFO O| Jun 01 15:03:55.790 INFO O| Planning: Checking for conflicting actions ... Done
45782026-06-01T15:03:56.440Z[ recovery-image] Jun 01 15:03:55.791 INFO O| Jun 01 15:03:55.791 INFO O| Planning: Consolidating action changes ... Done
45792026-06-01T15:03:56.519Z[ recovery-image] Jun 01 15:03:55.885 INFO O| Jun 01 15:03:55.885 INFO O| Planning: Evaluating mediators ... Done
45802026-06-01T15:03:56.525Z[ recovery-image] Jun 01 15:03:55.886 INFO O| Jun 01 15:03:55.886 INFO O| Planning: Planning completed in 0.41 seconds
45812026-06-01T15:03:56.525Z[ recovery-image] Jun 01 15:03:55.886 INFO O| Jun 01 15:03:55.886 INFO O| Packages to install: 1
45822026-06-01T15:03:56.529Z[ recovery-image] Jun 01 15:03:55.896 INFO O| Jun 01 15:03:55.896 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45832026-06-01T15:03:56.834Z[ recovery-image] Jun 01 15:03:56.199 INFO O| Jun 01 15:03:56.199 INFO O| Download: Completed 12.63 MB in 0.30 seconds (41.6M/s)
45842026-06-01T15:03:56.886Z[ recovery-image] Jun 01 15:03:56.250 INFO O| Jun 01 15:03:56.249 INFO O| Actions: 1/22 actions (Installing new actions)
45852026-06-01T15:03:57.079Z[ host-image] Jun 01 15:03:56.443 INFO O| Jun 01 15:03:56.443 INFO O| Finalize: Creating fast lookup database ... Done
45862026-06-01T15:03:57.111Z[ host-image] Jun 01 15:03:56.471 INFO O| Jun 01 15:03:56.471 INFO O| Finalize: Reading search index ... Done
45872026-06-01T15:03:57.111Z[ host-image] Jun 01 15:03:56.471 INFO O| Jun 01 15:03:56.471 INFO O| Finalize: Updating search index ... Done
45882026-06-01T15:03:57.118Z[ host-image] Jun 01 15:03:56.482 INFO O| Jun 01 15:03:56.482 INFO O| Finalize: Updating package cache ... Done
45892026-06-01T15:03:57.146Z[ recovery-image] Jun 01 15:03:56.496 INFO O| Jun 01 15:03:56.496 INFO O| Actions: Completed 22 actions in 0.25 seconds.
45902026-06-01T15:03:57.151Z[ recovery-image] Jun 01 15:03:56.506 INFO O| Jun 01 15:03:56.506 INFO O| Finalize: Updating package state database ... Done
45912026-06-01T15:03:57.151Z[ recovery-image] Jun 01 15:03:56.507 INFO O| Jun 01 15:03:56.506 INFO O| Finalize: Updating package cache ... Done
45922026-06-01T15:03:57.195Z[ recovery-image] Jun 01 15:03:56.531 INFO O| Jun 01 15:03:56.531 INFO O| Finalize: Updating image state ... Done
45932026-06-01T15:03:57.477Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45942026-06-01T15:03:57.732Z[ host-image] Jun 01 15:03:57.095 INFO O| Jun 01 15:03:57.095 INFO STEP 14 (pkg_install) COMPLETE
45952026-06-01T15:03:57.732Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45962026-06-01T15:03:57.736Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO skip step because feature "mbist" is not enabled
45972026-06-01T15:03:57.736Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45982026-06-01T15:03:57.736Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO skip step because feature "mfg" is not enabled
45992026-06-01T15:03:57.736Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46002026-06-01T15:03:57.736Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO skip step because feature "compliance" is not enabled
46012026-06-01T15:03:57.736Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46022026-06-01T15:03:57.736Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO skip step because feature "stress" is not enabled
46032026-06-01T15:03:57.736Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46042026-06-01T15:03:57.736Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO skip step because feature "compliance" is not enabled
46052026-06-01T15:03:57.736Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46062026-06-01T15:03:57.737Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO skip step because feature "nfs" is not enabled
46072026-06-01T15:03:57.737Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
46082026-06-01T15:03:57.737Z[ host-image] Jun 01 15:03:57.096 INFO O| Jun 01 15:03:57.095 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
46092026-06-01T15:03:57.860Z[ host-image] Jun 01 15:03:57.227 INFO O| Jun 01 15:03:57.227 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
46102026-06-01T15:03:57.869Z[ recovery-image] Jun 01 15:03:57.235 INFO O| Jun 01 15:03:57.235 INFO O| Finalize: Creating fast lookup database ... Done
46112026-06-01T15:03:57.884Z[ recovery-image] Jun 01 15:03:57.251 INFO O| Jun 01 15:03:57.251 INFO O| Finalize: Reading search index ... Done
46122026-06-01T15:03:57.884Z[ recovery-image] Jun 01 15:03:57.251 INFO O| Jun 01 15:03:57.251 INFO O| Finalize: Updating search index ... Done
46132026-06-01T15:03:57.903Z[ recovery-image] Jun 01 15:03:57.269 INFO O| Jun 01 15:03:57.269 INFO O| Finalize: Updating package cache ... Done
46142026-06-01T15:03:57.944Z[ host-image] Jun 01 15:03:57.310 INFO O| Jun 01 15:03:57.310 INFO completed processing sled/ramdisk-01-os
46152026-06-01T15:03:57.948Z[ host-image] Jun 01 15:03:57.312 INFO omicron1 baseline generation...
46162026-06-01T15:03:57.948Z[ host-image] Jun 01 15:03:57.312 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
46172026-06-01T15:03:58.050Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO STEP 14 (pkg_install) COMPLETE
46182026-06-01T15:03:58.050Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46192026-06-01T15:03:58.050Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO skip step because feature "mbist" is not enabled
46202026-06-01T15:03:58.059Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46212026-06-01T15:03:58.059Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO skip step because feature "mfg" is not enabled
46222026-06-01T15:03:58.059Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46232026-06-01T15:03:58.059Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO skip step because feature "compliance" is not enabled
46242026-06-01T15:03:58.059Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46252026-06-01T15:03:58.059Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO skip step because feature "stress" is not enabled
46262026-06-01T15:03:58.059Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46272026-06-01T15:03:58.059Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO skip step because feature "compliance" is not enabled
46282026-06-01T15:03:58.059Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46292026-06-01T15:03:58.059Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO skip step because feature "nfs" is not enabled
46302026-06-01T15:03:58.059Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46312026-06-01T15:03:58.059Z[ recovery-image] Jun 01 15:03:57.413 INFO O| Jun 01 15:03:57.413 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46322026-06-01T15:03:58.086Z[ recovery-image] Jun 01 15:03:57.451 INFO O| Jun 01 15:03:57.451 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
46332026-06-01T15:03:58.151Z[ recovery-image] Jun 01 15:03:57.515 INFO O| Jun 01 15:03:57.515 INFO completed processing sled/ramdisk-01-os
46342026-06-01T15:03:58.174Z[ recovery-image] Jun 01 15:03:57.517 INFO image builder template: ramdisk-02-trim...
46352026-06-01T15:03:58.174Z[ recovery-image] Jun 01 15:03:57.517 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/.tmpl9u4jp/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
46362026-06-01T15:03:58.211Z[ recovery-image] Jun 01 15:03:57.538 INFO O| Jun 01 15:03:57.538 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46372026-06-01T15:03:58.212Z[ recovery-image] Jun 01 15:03:57.542 INFO O| Jun 01 15:03:57.542 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46382026-06-01T15:03:58.226Z[ recovery-image] Jun 01 15:03:57.592 INFO O| Jun 01 15:03:57.592 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
46392026-06-01T15:03:58.275Z[ recovery-image] Jun 01 15:03:57.635 INFO O| Jun 01 15:03:57.635 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46402026-06-01T15:03:58.275Z[ recovery-image] Jun 01 15:03:57.635 INFO O| Jun 01 15:03:57.635 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46412026-06-01T15:03:58.285Z[ recovery-image] Jun 01 15:03:57.640 INFO O| Jun 01 15:03:57.640 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46422026-06-01T15:03:58.285Z[ recovery-image] Jun 01 15:03:57.644 INFO O| Jun 01 15:03:57.644 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46432026-06-01T15:03:58.292Z[ recovery-image] Jun 01 15:03:57.648 INFO O| Jun 01 15:03:57.648 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46442026-06-01T15:03:58.332Z[ host-image] Jun 01 15:03:57.698 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24008:20260529T002524Z
46452026-06-01T15:03:58.535Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46462026-06-01T15:03:58.686Z[ recovery-image] Jun 01 15:03:58.053 INFO O| Jun 01 15:03:58.053 INFO rolled back to input snapshot; work may begin
46472026-06-01T15:03:58.690Z[ recovery-image] Jun 01 15:03:58.053 INFO O| Jun 01 15:03:58.053 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46482026-06-01T15:03:58.695Z[ recovery-image] Jun 01 15:03:58.058 INFO O| Jun 01 15:03:58.058 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-06-01T15:03:58.702Z[ recovery-image] Jun 01 15:03:58.067 INFO O| Jun 01 15:03:58.067 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
46502026-06-01T15:03:58.748Z[ recovery-image] Jun 01 15:03:58.105 INFO O| Jun 01 15:03:58.105 INFO STEP 0 (remove_files) COMPLETE
46512026-06-01T15:03:58.748Z[ recovery-image] Jun 01 15:03:58.105 INFO O| Jun 01 15:03:58.105 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-06-01T15:03:58.752Z[ recovery-image] Jun 01 15:03:58.114 INFO O| Jun 01 15:03:58.113 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
46532026-06-01T15:03:58.752Z[ recovery-image] Jun 01 15:03:58.115 INFO O| Jun 01 15:03:58.115 INFO STEP 1 (remove_files) COMPLETE
46542026-06-01T15:03:58.752Z[ recovery-image] Jun 01 15:03:58.115 INFO O| Jun 01 15:03:58.115 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-06-01T15:03:58.760Z[ recovery-image] Jun 01 15:03:58.123 INFO O| Jun 01 15:03:58.123 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
46562026-06-01T15:03:58.770Z[ recovery-image] Jun 01 15:03:58.135 INFO O| Jun 01 15:03:58.135 INFO STEP 2 (remove_files) COMPLETE
46572026-06-01T15:03:58.770Z[ recovery-image] Jun 01 15:03:58.135 INFO O| Jun 01 15:03:58.135 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-06-01T15:03:58.777Z[ recovery-image] Jun 01 15:03:58.144 INFO O| Jun 01 15:03:58.144 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
46592026-06-01T15:03:58.782Z[ recovery-image] Jun 01 15:03:58.145 INFO O| Jun 01 15:03:58.145 INFO STEP 3 (remove_files) COMPLETE
46602026-06-01T15:03:58.782Z[ recovery-image] Jun 01 15:03:58.145 INFO O| Jun 01 15:03:58.145 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-06-01T15:03:58.789Z[ recovery-image] Jun 01 15:03:58.153 INFO O| Jun 01 15:03:58.153 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
46622026-06-01T15:03:58.793Z[ recovery-image] Jun 01 15:03:58.156 INFO O| Jun 01 15:03:58.156 INFO STEP 4 (remove_files) COMPLETE
46632026-06-01T15:03:58.793Z[ recovery-image] Jun 01 15:03:58.156 INFO O| Jun 01 15:03:58.156 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-06-01T15:03:58.798Z[ recovery-image] Jun 01 15:03:58.164 INFO O| Jun 01 15:03:58.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
46652026-06-01T15:03:58.798Z[ recovery-image] Jun 01 15:03:58.164 INFO O| Jun 01 15:03:58.164 INFO STEP 5 (remove_files) COMPLETE
46662026-06-01T15:03:58.814Z[ recovery-image] Jun 01 15:03:58.165 INFO O| Jun 01 15:03:58.164 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-06-01T15:03:58.818Z[ recovery-image] Jun 01 15:03:58.171 INFO O| Jun 01 15:03:58.171 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
46682026-06-01T15:03:58.818Z[ recovery-image] Jun 01 15:03:58.183 INFO O| Jun 01 15:03:58.183 INFO STEP 6 (remove_files) COMPLETE
46692026-06-01T15:03:58.818Z[ recovery-image] Jun 01 15:03:58.183 INFO O| Jun 01 15:03:58.183 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-06-01T15:03:58.818Z[ recovery-image] Jun 01 15:03:58.183 INFO O| Jun 01 15:03:58.183 INFO skip step because feature "heliosv2" is not enabled
46712026-06-01T15:03:58.818Z[ recovery-image] Jun 01 15:03:58.183 INFO O| Jun 01 15:03:58.183 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-06-01T15:03:58.818Z[ recovery-image] Jun 01 15:03:58.183 INFO O| Jun 01 15:03:58.183 INFO skip step because feature "recovery" is enabled
46732026-06-01T15:03:58.818Z[ recovery-image] Jun 01 15:03:58.183 INFO O| Jun 01 15:03:58.183 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46742026-06-01T15:03:58.818Z[ recovery-image] Jun 01 15:03:58.183 INFO O| Jun 01 15:03:58.183 INFO skip step because feature "recovery" is enabled
46752026-06-01T15:03:58.818Z[ recovery-image] Jun 01 15:03:58.183 INFO O| Jun 01 15:03:58.183 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-06-01T15:03:58.818Z[ recovery-image] Jun 01 15:03:58.183 INFO O| Jun 01 15:03:58.183 INFO skip step because feature "recovery" is enabled
46772026-06-01T15:03:58.819Z[ recovery-image] Jun 01 15:03:58.183 INFO O| Jun 01 15:03:58.183 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-06-01T15:03:58.840Z[ recovery-image] Jun 01 15:03:58.192 INFO O| Jun 01 15:03:58.192 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46792026-06-01T15:03:58.846Z[ recovery-image] Jun 01 15:03:58.195 INFO O| Jun 01 15:03:58.195 INFO STEP 11 (remove_files) COMPLETE
46802026-06-01T15:03:58.846Z[ recovery-image] Jun 01 15:03:58.195 INFO O| Jun 01 15:03:58.195 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-06-01T15:03:58.846Z[ recovery-image] Jun 01 15:03:58.204 INFO O| Jun 01 15:03:58.203 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46822026-06-01T15:03:58.846Z[ recovery-image] Jun 01 15:03:58.204 INFO O| Jun 01 15:03:58.204 INFO STEP 12 (remove_files) COMPLETE
46832026-06-01T15:03:58.846Z[ recovery-image] Jun 01 15:03:58.204 INFO O| Jun 01 15:03:58.204 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842026-06-01T15:03:58.850Z[ recovery-image] Jun 01 15:03:58.213 INFO O| Jun 01 15:03:58.212 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46852026-06-01T15:03:58.850Z[ recovery-image] Jun 01 15:03:58.214 INFO O| Jun 01 15:03:58.214 INFO STEP 13 (remove_files) COMPLETE
46862026-06-01T15:03:58.850Z[ recovery-image] Jun 01 15:03:58.214 INFO O| Jun 01 15:03:58.214 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46872026-06-01T15:03:58.949Z[ recovery-image] Jun 01 15:03:58.315 INFO O| Jun 01 15:03:58.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46882026-06-01T15:03:58.976Z[ recovery-image] Jun 01 15:03:58.342 INFO O| Jun 01 15:03:58.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46892026-06-01T15:03:59.029Z[ recovery-image] Jun 01 15:03:58.394 INFO O| Jun 01 15:03:58.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
46902026-06-01T15:03:59.029Z[ recovery-image] Jun 01 15:03:58.394 INFO O| Jun 01 15:03:58.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
46912026-06-01T15:03:59.032Z[ recovery-image] Jun 01 15:03:58.395 INFO O| Jun 01 15:03:58.395 INFO STEP 14 (remove_files) COMPLETE
46922026-06-01T15:03:59.033Z[ recovery-image] Jun 01 15:03:58.395 INFO O| Jun 01 15:03:58.395 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932026-06-01T15:03:59.037Z[ recovery-image] Jun 01 15:03:58.404 INFO O| Jun 01 15:03:58.404 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46942026-06-01T15:03:59.044Z[ recovery-image] Jun 01 15:03:58.405 INFO O| Jun 01 15:03:58.405 INFO STEP 15 (remove_files) COMPLETE
46952026-06-01T15:03:59.044Z[ recovery-image] Jun 01 15:03:58.405 INFO O| Jun 01 15:03:58.405 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962026-06-01T15:03:59.055Z[ recovery-image] Jun 01 15:03:58.421 INFO O| Jun 01 15:03:58.414 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46972026-06-01T15:03:59.055Z[ recovery-image] Jun 01 15:03:58.421 INFO O| Jun 01 15:03:58.420 INFO STEP 16 (remove_files) COMPLETE
46982026-06-01T15:03:59.059Z[ recovery-image] Jun 01 15:03:58.421 INFO O| Jun 01 15:03:58.420 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992026-06-01T15:03:59.063Z[ recovery-image] Jun 01 15:03:58.428 INFO O| Jun 01 15:03:58.428 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
47002026-06-01T15:03:59.063Z[ recovery-image] Jun 01 15:03:58.428 INFO O| Jun 01 15:03:58.428 INFO STEP 17 (remove_files) COMPLETE
47012026-06-01T15:03:59.063Z[ recovery-image] Jun 01 15:03:58.428 INFO O| Jun 01 15:03:58.428 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022026-06-01T15:03:59.071Z[ recovery-image] Jun 01 15:03:58.435 INFO O| Jun 01 15:03:58.435 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
47032026-06-01T15:03:59.076Z[ recovery-image] Jun 01 15:03:58.437 INFO O| Jun 01 15:03:58.437 INFO STEP 18 (remove_files) COMPLETE
47042026-06-01T15:03:59.076Z[ recovery-image] Jun 01 15:03:58.437 INFO O| Jun 01 15:03:58.437 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052026-06-01T15:03:59.080Z[ recovery-image] Jun 01 15:03:58.444 INFO O| Jun 01 15:03:58.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
47062026-06-01T15:03:59.080Z[ recovery-image] Jun 01 15:03:58.444 INFO O| Jun 01 15:03:58.444 INFO STEP 19 (remove_files) COMPLETE
47072026-06-01T15:03:59.080Z[ recovery-image] Jun 01 15:03:58.444 INFO O| Jun 01 15:03:58.444 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082026-06-01T15:03:59.086Z[ recovery-image] Jun 01 15:03:58.452 INFO O| Jun 01 15:03:58.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
47092026-06-01T15:03:59.086Z[ recovery-image] Jun 01 15:03:58.452 INFO O| Jun 01 15:03:58.452 INFO STEP 20 (remove_files) COMPLETE
47102026-06-01T15:03:59.086Z[ recovery-image] Jun 01 15:03:58.452 INFO O| Jun 01 15:03:58.452 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112026-06-01T15:03:59.093Z[ recovery-image] Jun 01 15:03:58.460 INFO O| Jun 01 15:03:58.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
47122026-06-01T15:03:59.093Z[ recovery-image] Jun 01 15:03:58.460 INFO O| Jun 01 15:03:58.460 INFO STEP 21 (remove_files) COMPLETE
47132026-06-01T15:03:59.096Z[ recovery-image] Jun 01 15:03:58.460 INFO O| Jun 01 15:03:58.460 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142026-06-01T15:03:59.101Z[ recovery-image] Jun 01 15:03:58.468 INFO O| Jun 01 15:03:58.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
47152026-06-01T15:03:59.101Z[ recovery-image] Jun 01 15:03:58.468 INFO O| Jun 01 15:03:58.468 INFO STEP 22 (remove_files) COMPLETE
47162026-06-01T15:03:59.101Z[ recovery-image] Jun 01 15:03:58.468 INFO O| Jun 01 15:03:58.468 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47172026-06-01T15:03:59.109Z[ recovery-image] Jun 01 15:03:58.475 INFO O| Jun 01 15:03:58.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
47182026-06-01T15:03:59.109Z[ recovery-image] Jun 01 15:03:58.475 INFO O| Jun 01 15:03:58.475 INFO STEP 23 (remove_files) COMPLETE
47192026-06-01T15:03:59.132Z[ recovery-image] Jun 01 15:03:58.475 INFO O| Jun 01 15:03:58.475 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202026-06-01T15:03:59.169Z[ recovery-image] Jun 01 15:03:58.484 INFO O| Jun 01 15:03:58.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
47212026-06-01T15:03:59.169Z[ recovery-image] Jun 01 15:03:58.484 INFO O| Jun 01 15:03:58.484 INFO STEP 24 (remove_files) COMPLETE
47222026-06-01T15:03:59.169Z[ recovery-image] Jun 01 15:03:58.484 INFO O| Jun 01 15:03:58.484 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47232026-06-01T15:03:59.169Z[ recovery-image] Jun 01 15:03:58.492 INFO O| Jun 01 15:03:58.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
47242026-06-01T15:03:59.169Z[ recovery-image] Jun 01 15:03:58.492 INFO O| Jun 01 15:03:58.492 INFO STEP 25 (remove_files) COMPLETE
47252026-06-01T15:03:59.169Z[ recovery-image] Jun 01 15:03:58.492 INFO O| Jun 01 15:03:58.492 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47262026-06-01T15:03:59.169Z[ recovery-image] Jun 01 15:03:58.499 INFO O| Jun 01 15:03:58.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
47272026-06-01T15:03:59.169Z[ recovery-image] Jun 01 15:03:58.499 INFO O| Jun 01 15:03:58.499 INFO STEP 26 (remove_files) COMPLETE
47282026-06-01T15:03:59.170Z[ recovery-image] Jun 01 15:03:58.499 INFO O| Jun 01 15:03:58.499 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47292026-06-01T15:03:59.170Z[ recovery-image] Jun 01 15:03:58.507 INFO O| Jun 01 15:03:58.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
47302026-06-01T15:03:59.170Z[ recovery-image] Jun 01 15:03:58.508 INFO O| Jun 01 15:03:58.508 INFO STEP 27 (remove_files) COMPLETE
47312026-06-01T15:03:59.170Z[ recovery-image] Jun 01 15:03:58.508 INFO O| Jun 01 15:03:58.508 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47322026-06-01T15:03:59.170Z[ recovery-image] Jun 01 15:03:58.516 INFO O| Jun 01 15:03:58.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
47332026-06-01T15:03:59.170Z[ recovery-image] Jun 01 15:03:58.516 INFO O| Jun 01 15:03:58.516 INFO STEP 28 (remove_files) COMPLETE
47342026-06-01T15:03:59.170Z[ recovery-image] Jun 01 15:03:58.516 INFO O| Jun 01 15:03:58.516 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352026-06-01T15:03:59.191Z[ recovery-image] Jun 01 15:03:58.524 INFO O| Jun 01 15:03:58.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
47362026-06-01T15:03:59.191Z[ recovery-image] Jun 01 15:03:58.524 INFO O| Jun 01 15:03:58.524 INFO STEP 29 (remove_files) COMPLETE
47372026-06-01T15:03:59.191Z[ recovery-image] Jun 01 15:03:58.524 INFO O| Jun 01 15:03:58.524 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47382026-06-01T15:03:59.191Z[ recovery-image] Jun 01 15:03:58.532 INFO O| Jun 01 15:03:58.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
47392026-06-01T15:03:59.191Z[ recovery-image] Jun 01 15:03:58.532 INFO O| Jun 01 15:03:58.532 INFO STEP 30 (remove_files) COMPLETE
47402026-06-01T15:03:59.191Z[ recovery-image] Jun 01 15:03:58.532 INFO O| Jun 01 15:03:58.532 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412026-06-01T15:03:59.191Z[ recovery-image] Jun 01 15:03:58.540 INFO O| Jun 01 15:03:58.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
47422026-06-01T15:03:59.191Z[ recovery-image] Jun 01 15:03:58.540 INFO O| Jun 01 15:03:58.540 INFO STEP 31 (remove_files) COMPLETE
47432026-06-01T15:03:59.191Z[ recovery-image] Jun 01 15:03:58.540 INFO O| Jun 01 15:03:58.540 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47442026-06-01T15:03:59.228Z[ recovery-image] Jun 01 15:03:58.548 INFO O| Jun 01 15:03:58.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
47452026-06-01T15:03:59.228Z[ recovery-image] Jun 01 15:03:58.548 INFO O| Jun 01 15:03:58.548 INFO STEP 32 (remove_files) COMPLETE
47462026-06-01T15:03:59.228Z[ recovery-image] Jun 01 15:03:58.548 INFO O| Jun 01 15:03:58.548 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472026-06-01T15:03:59.228Z[ recovery-image] Jun 01 15:03:58.556 INFO O| Jun 01 15:03:58.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
47482026-06-01T15:03:59.228Z[ recovery-image] Jun 01 15:03:58.556 INFO O| Jun 01 15:03:58.556 INFO STEP 33 (remove_files) COMPLETE
47492026-06-01T15:03:59.228Z[ recovery-image] Jun 01 15:03:58.556 INFO O| Jun 01 15:03:58.556 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47502026-06-01T15:03:59.228Z[ recovery-image] Jun 01 15:03:58.565 INFO O| Jun 01 15:03:58.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
47512026-06-01T15:03:59.228Z[ recovery-image] Jun 01 15:03:58.565 INFO O| Jun 01 15:03:58.565 INFO STEP 34 (remove_files) COMPLETE
47522026-06-01T15:03:59.228Z[ recovery-image] Jun 01 15:03:58.565 INFO O| Jun 01 15:03:58.565 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47532026-06-01T15:03:59.261Z[ recovery-image] Jun 01 15:03:58.573 INFO O| Jun 01 15:03:58.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
47542026-06-01T15:03:59.261Z[ recovery-image] Jun 01 15:03:58.573 INFO O| Jun 01 15:03:58.573 INFO STEP 35 (remove_files) COMPLETE
47552026-06-01T15:03:59.261Z[ recovery-image] Jun 01 15:03:58.573 INFO O| Jun 01 15:03:58.573 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47562026-06-01T15:03:59.261Z[ recovery-image] Jun 01 15:03:58.582 INFO O| Jun 01 15:03:58.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
47572026-06-01T15:03:59.261Z[ recovery-image] Jun 01 15:03:58.582 INFO O| Jun 01 15:03:58.582 INFO STEP 36 (remove_files) COMPLETE
47582026-06-01T15:03:59.262Z[ recovery-image] Jun 01 15:03:58.582 INFO O| Jun 01 15:03:58.582 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47592026-06-01T15:03:59.262Z[ recovery-image] Jun 01 15:03:58.591 INFO O| Jun 01 15:03:58.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
47602026-06-01T15:03:59.262Z[ recovery-image] Jun 01 15:03:58.591 INFO O| Jun 01 15:03:58.591 INFO STEP 37 (remove_files) COMPLETE
47612026-06-01T15:03:59.262Z[ recovery-image] Jun 01 15:03:58.591 INFO O| Jun 01 15:03:58.591 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47622026-06-01T15:03:59.262Z[ recovery-image] Jun 01 15:03:58.599 INFO O| Jun 01 15:03:58.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
47632026-06-01T15:03:59.262Z[ recovery-image] Jun 01 15:03:58.599 INFO O| Jun 01 15:03:58.599 INFO STEP 38 (remove_files) COMPLETE
47642026-06-01T15:03:59.262Z[ recovery-image] Jun 01 15:03:58.599 INFO O| Jun 01 15:03:58.599 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47652026-06-01T15:03:59.276Z[ recovery-image] Jun 01 15:03:58.608 INFO O| Jun 01 15:03:58.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
47662026-06-01T15:03:59.276Z[ recovery-image] Jun 01 15:03:58.608 INFO O| Jun 01 15:03:58.608 INFO STEP 39 (remove_files) COMPLETE
47672026-06-01T15:03:59.276Z[ recovery-image] Jun 01 15:03:58.608 INFO O| Jun 01 15:03:58.608 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47682026-06-01T15:03:59.276Z[ recovery-image] Jun 01 15:03:58.617 INFO O| Jun 01 15:03:58.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
47692026-06-01T15:03:59.276Z[ recovery-image] Jun 01 15:03:58.617 INFO O| Jun 01 15:03:58.617 INFO STEP 40 (remove_files) COMPLETE
47702026-06-01T15:03:59.276Z[ recovery-image] Jun 01 15:03:58.617 INFO O| Jun 01 15:03:58.617 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47712026-06-01T15:03:59.276Z[ recovery-image] Jun 01 15:03:58.626 INFO O| Jun 01 15:03:58.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
47722026-06-01T15:03:59.276Z[ recovery-image] Jun 01 15:03:58.626 INFO O| Jun 01 15:03:58.626 INFO STEP 41 (remove_files) COMPLETE
47732026-06-01T15:03:59.276Z[ recovery-image] Jun 01 15:03:58.626 INFO O| Jun 01 15:03:58.626 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742026-06-01T15:03:59.295Z[ recovery-image] Jun 01 15:03:58.657 INFO O| Jun 01 15:03:58.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47752026-06-01T15:03:59.296Z[ recovery-image] Jun 01 15:03:58.657 INFO O| Jun 01 15:03:58.657 INFO STEP 42 (remove_files) COMPLETE
47762026-06-01T15:03:59.302Z[ recovery-image] Jun 01 15:03:58.657 INFO O| Jun 01 15:03:58.657 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47772026-06-01T15:03:59.302Z[ recovery-image] Jun 01 15:03:58.666 INFO O| Jun 01 15:03:58.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47782026-06-01T15:03:59.302Z[ recovery-image] Jun 01 15:03:58.666 INFO O| Jun 01 15:03:58.666 INFO STEP 43 (remove_files) COMPLETE
47792026-06-01T15:03:59.302Z[ recovery-image] Jun 01 15:03:58.666 INFO O| Jun 01 15:03:58.666 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47802026-06-01T15:03:59.311Z[ recovery-image] Jun 01 15:03:58.675 INFO O| Jun 01 15:03:58.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47812026-06-01T15:03:59.311Z[ recovery-image] Jun 01 15:03:58.675 INFO O| Jun 01 15:03:58.675 INFO STEP 44 (remove_files) COMPLETE
47822026-06-01T15:03:59.328Z[ recovery-image] Jun 01 15:03:58.675 INFO O| Jun 01 15:03:58.675 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47832026-06-01T15:03:59.329Z[ recovery-image] Jun 01 15:03:58.684 INFO O| Jun 01 15:03:58.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47842026-06-01T15:03:59.329Z[ recovery-image] Jun 01 15:03:58.684 INFO O| Jun 01 15:03:58.684 INFO STEP 45 (remove_files) COMPLETE
47852026-06-01T15:03:59.329Z[ recovery-image] Jun 01 15:03:58.684 INFO O| Jun 01 15:03:58.684 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47862026-06-01T15:03:59.333Z[ recovery-image] Jun 01 15:03:58.693 INFO O| Jun 01 15:03:58.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47872026-06-01T15:03:59.333Z[ recovery-image] Jun 01 15:03:58.693 INFO O| Jun 01 15:03:58.693 INFO STEP 46 (remove_files) COMPLETE
47882026-06-01T15:03:59.333Z[ recovery-image] Jun 01 15:03:58.693 INFO O| Jun 01 15:03:58.693 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47892026-06-01T15:03:59.340Z[ recovery-image] Jun 01 15:03:58.701 INFO O| Jun 01 15:03:58.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47902026-06-01T15:03:59.340Z[ recovery-image] Jun 01 15:03:58.701 INFO O| Jun 01 15:03:58.701 INFO STEP 47 (remove_files) COMPLETE
47912026-06-01T15:03:59.340Z[ recovery-image] Jun 01 15:03:58.701 INFO O| Jun 01 15:03:58.701 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47922026-06-01T15:03:59.345Z[ recovery-image] Jun 01 15:03:58.711 INFO O| Jun 01 15:03:58.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47932026-06-01T15:03:59.345Z[ recovery-image] Jun 01 15:03:58.711 INFO O| Jun 01 15:03:58.711 INFO STEP 48 (remove_files) COMPLETE
47942026-06-01T15:03:59.350Z[ recovery-image] Jun 01 15:03:58.711 INFO O| Jun 01 15:03:58.711 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47952026-06-01T15:03:59.355Z[ recovery-image] Jun 01 15:03:58.721 INFO O| Jun 01 15:03:58.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47962026-06-01T15:03:59.355Z[ recovery-image] Jun 01 15:03:58.721 INFO O| Jun 01 15:03:58.721 INFO STEP 49 (remove_files) COMPLETE
47972026-06-01T15:03:59.355Z[ recovery-image] Jun 01 15:03:58.721 INFO O| Jun 01 15:03:58.721 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47982026-06-01T15:03:59.363Z[ recovery-image] Jun 01 15:03:58.730 INFO O| Jun 01 15:03:58.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47992026-06-01T15:03:59.364Z[ recovery-image] Jun 01 15:03:58.730 INFO O| Jun 01 15:03:58.730 INFO STEP 50 (remove_files) COMPLETE
48002026-06-01T15:03:59.367Z[ recovery-image] Jun 01 15:03:58.730 INFO O| Jun 01 15:03:58.730 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48012026-06-01T15:03:59.374Z[ recovery-image] Jun 01 15:03:58.739 INFO O| Jun 01 15:03:58.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
48022026-06-01T15:03:59.378Z[ recovery-image] Jun 01 15:03:58.739 INFO O| Jun 01 15:03:58.739 INFO STEP 51 (remove_files) COMPLETE
48032026-06-01T15:03:59.379Z[ recovery-image] Jun 01 15:03:58.739 INFO O| Jun 01 15:03:58.739 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48042026-06-01T15:03:59.399Z[ recovery-image] Jun 01 15:03:58.766 INFO O| Jun 01 15:03:58.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
48052026-06-01T15:03:59.399Z[ recovery-image] Jun 01 15:03:58.766 INFO O| Jun 01 15:03:58.766 INFO STEP 52 (remove_files) COMPLETE
48062026-06-01T15:03:59.399Z[ recovery-image] Jun 01 15:03:58.766 INFO O| Jun 01 15:03:58.766 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48072026-06-01T15:03:59.410Z[ recovery-image] Jun 01 15:03:58.775 INFO O| Jun 01 15:03:58.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
48082026-06-01T15:03:59.410Z[ recovery-image] Jun 01 15:03:58.775 INFO O| Jun 01 15:03:58.775 INFO STEP 53 (remove_files) COMPLETE
48092026-06-01T15:03:59.411Z[ recovery-image] Jun 01 15:03:58.775 INFO O| Jun 01 15:03:58.775 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48102026-06-01T15:03:59.417Z[ recovery-image] Jun 01 15:03:58.784 INFO O| Jun 01 15:03:58.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
48112026-06-01T15:03:59.418Z[ recovery-image] Jun 01 15:03:58.784 INFO O| Jun 01 15:03:58.784 INFO STEP 54 (remove_files) COMPLETE
48122026-06-01T15:03:59.418Z[ recovery-image] Jun 01 15:03:58.784 INFO O| Jun 01 15:03:58.784 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48132026-06-01T15:03:59.425Z[ recovery-image] Jun 01 15:03:58.792 INFO O| Jun 01 15:03:58.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
48142026-06-01T15:03:59.426Z[ recovery-image] Jun 01 15:03:58.792 INFO O| Jun 01 15:03:58.792 INFO STEP 55 (remove_files) COMPLETE
48152026-06-01T15:03:59.426Z[ recovery-image] Jun 01 15:03:58.792 INFO O| Jun 01 15:03:58.792 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48162026-06-01T15:03:59.435Z[ recovery-image] Jun 01 15:03:58.801 INFO O| Jun 01 15:03:58.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
48172026-06-01T15:03:59.435Z[ recovery-image] Jun 01 15:03:58.801 INFO O| Jun 01 15:03:58.801 INFO STEP 56 (remove_files) COMPLETE
48182026-06-01T15:03:59.436Z[ recovery-image] Jun 01 15:03:58.801 INFO O| Jun 01 15:03:58.801 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48192026-06-01T15:03:59.443Z[ recovery-image] Jun 01 15:03:58.809 INFO O| Jun 01 15:03:58.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
48202026-06-01T15:03:59.443Z[ recovery-image] Jun 01 15:03:58.809 INFO O| Jun 01 15:03:58.809 INFO STEP 57 (remove_files) COMPLETE
48212026-06-01T15:03:59.443Z[ recovery-image] Jun 01 15:03:58.809 INFO O| Jun 01 15:03:58.809 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48222026-06-01T15:03:59.455Z[ recovery-image] Jun 01 15:03:58.821 INFO O| Jun 01 15:03:58.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
48232026-06-01T15:03:59.455Z[ recovery-image] Jun 01 15:03:58.821 INFO O| Jun 01 15:03:58.821 INFO STEP 58 (remove_files) COMPLETE
48242026-06-01T15:03:59.455Z[ recovery-image] Jun 01 15:03:58.821 INFO O| Jun 01 15:03:58.821 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48252026-06-01T15:03:59.479Z[ recovery-image] Jun 01 15:03:58.844 INFO O| Jun 01 15:03:58.844 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
48262026-06-01T15:03:59.479Z[ recovery-image] Jun 01 15:03:58.844 INFO O| Jun 01 15:03:58.844 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
48272026-06-01T15:03:59.479Z[ recovery-image] Jun 01 15:03:58.844 INFO O| Jun 01 15:03:58.844 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48282026-06-01T15:03:59.484Z[ recovery-image] Jun 01 15:03:58.845 INFO O| Jun 01 15:03:58.845 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48292026-06-01T15:03:59.484Z[ recovery-image] Jun 01 15:03:58.845 INFO O| Jun 01 15:03:58.845 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48302026-06-01T15:03:59.484Z[ recovery-image] Jun 01 15:03:58.845 INFO O| Jun 01 15:03:58.845 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48312026-06-01T15:03:59.484Z[ recovery-image] Jun 01 15:03:58.845 INFO O| Jun 01 15:03:58.845 INFO ok!
48322026-06-01T15:03:59.484Z[ recovery-image] Jun 01 15:03:58.845 INFO O| Jun 01 15:03:58.845 INFO STEP 59 (ensure_file) COMPLETE
48332026-06-01T15:03:59.484Z[ recovery-image] Jun 01 15:03:58.845 INFO O| Jun 01 15:03:58.845 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48342026-06-01T15:03:59.489Z[ recovery-image] Jun 01 15:03:58.854 INFO O| Jun 01 15:03:58.854 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
48352026-06-01T15:03:59.489Z[ recovery-image] Jun 01 15:03:58.854 INFO O| Jun 01 15:03:58.854 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
48362026-06-01T15:03:59.489Z[ recovery-image] Jun 01 15:03:58.854 INFO O| Jun 01 15:03:58.854 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48372026-06-01T15:03:59.489Z[ recovery-image] Jun 01 15:03:58.854 INFO O| Jun 01 15:03:58.854 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48382026-06-01T15:03:59.489Z[ recovery-image] Jun 01 15:03:58.854 INFO O| Jun 01 15:03:58.854 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48392026-06-01T15:03:59.489Z[ recovery-image] Jun 01 15:03:58.854 INFO O| Jun 01 15:03:58.854 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48402026-06-01T15:03:59.489Z[ recovery-image] Jun 01 15:03:58.854 INFO O| Jun 01 15:03:58.854 INFO ok!
48412026-06-01T15:03:59.489Z[ recovery-image] Jun 01 15:03:58.854 INFO O| Jun 01 15:03:58.854 INFO STEP 60 (ensure_file) COMPLETE
48422026-06-01T15:03:59.489Z[ recovery-image] Jun 01 15:03:58.854 INFO O| Jun 01 15:03:58.854 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48432026-06-01T15:03:59.497Z[ recovery-image] Jun 01 15:03:58.863 INFO O| Jun 01 15:03:58.863 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
48442026-06-01T15:03:59.497Z[ recovery-image] Jun 01 15:03:58.863 INFO O| Jun 01 15:03:58.863 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
48452026-06-01T15:03:59.497Z[ recovery-image] Jun 01 15:03:58.863 INFO O| Jun 01 15:03:58.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
48462026-06-01T15:03:59.501Z[ recovery-image] Jun 01 15:03:58.863 INFO O| Jun 01 15:03:58.863 INFO ok!
48472026-06-01T15:03:59.501Z[ recovery-image] Jun 01 15:03:58.863 INFO O| Jun 01 15:03:58.863 INFO STEP 61 (ensure_file) COMPLETE
48482026-06-01T15:03:59.501Z[ recovery-image] Jun 01 15:03:58.863 INFO O| Jun 01 15:03:58.863 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48492026-06-01T15:03:59.505Z[ recovery-image] Jun 01 15:03:58.871 INFO O| Jun 01 15:03:58.871 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
48502026-06-01T15:03:59.505Z[ recovery-image] Jun 01 15:03:58.871 INFO O| Jun 01 15:03:58.871 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
48512026-06-01T15:03:59.506Z[ recovery-image] Jun 01 15:03:58.871 INFO O| Jun 01 15:03:58.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
48522026-06-01T15:03:59.510Z[ recovery-image] Jun 01 15:03:58.872 INFO O| Jun 01 15:03:58.871 INFO ok!
48532026-06-01T15:03:59.510Z[ recovery-image] Jun 01 15:03:58.872 INFO O| Jun 01 15:03:58.871 INFO STEP 62 (ensure_file) COMPLETE
48542026-06-01T15:03:59.510Z[ recovery-image] Jun 01 15:03:58.872 INFO O| Jun 01 15:03:58.872 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48552026-06-01T15:03:59.515Z[ recovery-image] Jun 01 15:03:58.880 INFO O| Jun 01 15:03:58.880 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
48562026-06-01T15:03:59.515Z[ recovery-image] Jun 01 15:03:58.880 INFO O| Jun 01 15:03:58.880 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
48572026-06-01T15:03:59.515Z[ recovery-image] Jun 01 15:03:58.880 INFO O| Jun 01 15:03:58.880 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48582026-06-01T15:03:59.515Z[ recovery-image] Jun 01 15:03:58.880 INFO O| Jun 01 15:03:58.880 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48592026-06-01T15:03:59.515Z[ recovery-image] Jun 01 15:03:58.880 INFO O| Jun 01 15:03:58.880 INFO ok!
48602026-06-01T15:03:59.515Z[ recovery-image] Jun 01 15:03:58.880 INFO O| Jun 01 15:03:58.880 INFO STEP 63 (ensure_file) COMPLETE
48612026-06-01T15:03:59.515Z[ recovery-image] Jun 01 15:03:58.880 INFO O| Jun 01 15:03:58.880 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48622026-06-01T15:03:59.522Z[ recovery-image] Jun 01 15:03:58.889 INFO O| Jun 01 15:03:58.889 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
48632026-06-01T15:03:59.522Z[ recovery-image] Jun 01 15:03:58.889 INFO O| Jun 01 15:03:58.889 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
48642026-06-01T15:03:59.522Z[ recovery-image] Jun 01 15:03:58.889 INFO O| Jun 01 15:03:58.889 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48652026-06-01T15:03:59.526Z[ recovery-image] Jun 01 15:03:58.889 INFO O| Jun 01 15:03:58.889 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48662026-06-01T15:03:59.526Z[ recovery-image] Jun 01 15:03:58.889 INFO O| Jun 01 15:03:58.889 INFO ok!
48672026-06-01T15:03:59.526Z[ recovery-image] Jun 01 15:03:58.889 INFO O| Jun 01 15:03:58.889 INFO STEP 64 (ensure_file) COMPLETE
48682026-06-01T15:03:59.526Z[ recovery-image] Jun 01 15:03:58.889 INFO O| Jun 01 15:03:58.889 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48692026-06-01T15:03:59.548Z[ recovery-image] Jun 01 15:03:58.912 INFO O| Jun 01 15:03:58.912 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
48702026-06-01T15:03:59.548Z[ recovery-image] Jun 01 15:03:58.912 INFO O| Jun 01 15:03:58.912 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
48712026-06-01T15:03:59.548Z[ recovery-image] Jun 01 15:03:58.912 INFO O| Jun 01 15:03:58.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
48722026-06-01T15:03:59.553Z[ recovery-image] Jun 01 15:03:58.912 INFO O| Jun 01 15:03:58.912 INFO ok!
48732026-06-01T15:03:59.553Z[ recovery-image] Jun 01 15:03:58.912 INFO O| Jun 01 15:03:58.912 INFO STEP 65 (assemble_files) COMPLETE
48742026-06-01T15:03:59.553Z[ recovery-image] Jun 01 15:03:58.912 INFO O| Jun 01 15:03:58.912 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48752026-06-01T15:03:59.557Z[ recovery-image] Jun 01 15:03:58.921 INFO O| Jun 01 15:03:58.921 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48762026-06-01T15:03:59.557Z[ recovery-image] Jun 01 15:03:58.921 INFO O| Jun 01 15:03:58.921 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48772026-06-01T15:03:59.557Z[ recovery-image] Jun 01 15:03:58.921 INFO O| Jun 01 15:03:58.921 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48782026-06-01T15:03:59.557Z[ recovery-image] Jun 01 15:03:58.921 INFO O| Jun 01 15:03:58.921 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48792026-06-01T15:03:59.557Z[ recovery-image] Jun 01 15:03:58.921 INFO O| Jun 01 15:03:58.921 INFO ok!
48802026-06-01T15:03:59.557Z[ recovery-image] Jun 01 15:03:58.921 INFO O| Jun 01 15:03:58.921 INFO STEP 66 (ensure_file) COMPLETE
48812026-06-01T15:03:59.557Z[ recovery-image] Jun 01 15:03:58.921 INFO O| Jun 01 15:03:58.921 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48822026-06-01T15:03:59.557Z[ recovery-image] Jun 01 15:03:58.921 INFO O| Jun 01 15:03:58.921 INFO skip step because feature "omicron1" is not enabled
48832026-06-01T15:03:59.557Z[ recovery-image] Jun 01 15:03:58.921 INFO O| Jun 01 15:03:58.921 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48842026-06-01T15:03:59.557Z[ recovery-image] Jun 01 15:03:58.921 INFO O| Jun 01 15:03:58.921 INFO skip step because feature "omicron1" is not enabled
48852026-06-01T15:03:59.558Z[ recovery-image] Jun 01 15:03:58.921 INFO O| Jun 01 15:03:58.921 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48862026-06-01T15:03:59.558Z[ recovery-image] Jun 01 15:03:58.921 INFO O| Jun 01 15:03:58.921 INFO skip step because feature "omicron1" is not enabled
48872026-06-01T15:03:59.558Z[ recovery-image] Jun 01 15:03:58.921 INFO O| Jun 01 15:03:58.921 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48882026-06-01T15:03:59.568Z[ recovery-image] Jun 01 15:03:58.933 INFO O| Jun 01 15:03:58.933 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48892026-06-01T15:03:59.568Z[ recovery-image] Jun 01 15:03:58.933 INFO O| Jun 01 15:03:58.933 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48902026-06-01T15:04:00.705Z[ recovery-image] Jun 01 15:04:00.070 INFO O| Jun 01 15:04:00.070 INFO STEP 70 (pack_tar) COMPLETE
48912026-06-01T15:04:00.705Z[ recovery-image] Jun 01 15:04:00.070 INFO O| Jun 01 15:04:00.070 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48922026-06-01T15:04:00.705Z[ recovery-image] Jun 01 15:04:00.070 INFO O| Jun 01 15:04:00.070 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48932026-06-01T15:04:01.138Z[ recovery-image] Jun 01 15:04:00.505 INFO O| Jun 01 15:04:00.504 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48942026-06-01T15:04:01.144Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48952026-06-01T15:04:01.289Z[ recovery-image] Jun 01 15:04:00.655 INFO O| Jun 01 15:04:00.655 INFO completed processing sled/ramdisk-02-trim
48962026-06-01T15:04:01.330Z[ recovery-image] Jun 01 15:04:00.681 INFO image builder template: ramdisk-03-recovery-trim...
48972026-06-01T15:04:01.330Z[ recovery-image] Jun 01 15:04:00.681 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/.tmpl9u4jp/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
48982026-06-01T15:04:01.330Z[ recovery-image] Jun 01 15:04:00.686 INFO O| Jun 01 15:04:00.686 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48992026-06-01T15:04:01.397Z[ recovery-image] Jun 01 15:04:00.761 INFO O| Jun 01 15:04:00.761 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49002026-06-01T15:04:01.400Z[ recovery-image] Jun 01 15:04:00.765 INFO O| Jun 01 15:04:00.765 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49012026-06-01T15:04:01.472Z[ recovery-image] Jun 01 15:04:00.835 INFO O| Jun 01 15:04:00.835 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
49022026-06-01T15:04:01.568Z[ recovery-image] Jun 01 15:04:00.913 INFO O| Jun 01 15:04:00.913 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49032026-06-01T15:04:01.569Z[ recovery-image] Jun 01 15:04:00.913 INFO O| Jun 01 15:04:00.913 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49042026-06-01T15:04:01.581Z[ recovery-image] Jun 01 15:04:00.920 INFO O| Jun 01 15:04:00.920 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
49052026-06-01T15:04:01.581Z[ recovery-image] Jun 01 15:04:00.924 INFO O| Jun 01 15:04:00.924 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49062026-06-01T15:04:01.582Z[ recovery-image] Jun 01 15:04:00.928 INFO O| Jun 01 15:04:00.928 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49072026-06-01T15:04:01.662Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49082026-06-01T15:04:02.093Z[ recovery-image] Jun 01 15:04:01.457 INFO O| Jun 01 15:04:01.457 INFO rolled back to input snapshot; work may begin
49092026-06-01T15:04:02.093Z[ recovery-image] Jun 01 15:04:01.457 INFO O| Jun 01 15:04:01.457 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49102026-06-01T15:04:02.098Z[ recovery-image] Jun 01 15:04:01.462 INFO O| Jun 01 15:04:01.462 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49112026-06-01T15:04:02.106Z[ recovery-image] Jun 01 15:04:01.470 INFO O| Jun 01 15:04:01.470 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
49122026-06-01T15:04:02.118Z[ recovery-image] Jun 01 15:04:01.484 INFO O| Jun 01 15:04:01.484 INFO STEP 0 (remove_files) COMPLETE
49132026-06-01T15:04:02.118Z[ recovery-image] Jun 01 15:04:01.484 INFO O| Jun 01 15:04:01.484 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49142026-06-01T15:04:02.126Z[ recovery-image] Jun 01 15:04:01.493 INFO O| Jun 01 15:04:01.493 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
49152026-06-01T15:04:02.180Z[ recovery-image] Jun 01 15:04:01.546 INFO O| Jun 01 15:04:01.546 INFO STEP 1 (remove_files) COMPLETE
49162026-06-01T15:04:02.180Z[ recovery-image] Jun 01 15:04:01.546 INFO O| Jun 01 15:04:01.546 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49172026-06-01T15:04:02.216Z[ recovery-image] Jun 01 15:04:01.582 INFO O| Jun 01 15:04:01.582 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
49182026-06-01T15:04:02.223Z[ recovery-image] Jun 01 15:04:01.585 INFO O| Jun 01 15:04:01.585 INFO STEP 2 (remove_files) COMPLETE
49192026-06-01T15:04:02.224Z[ recovery-image] Jun 01 15:04:01.585 INFO O| Jun 01 15:04:01.585 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49202026-06-01T15:04:02.227Z[ recovery-image] Jun 01 15:04:01.594 INFO O| Jun 01 15:04:01.594 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
49212026-06-01T15:04:02.261Z[ recovery-image] Jun 01 15:04:01.627 INFO O| Jun 01 15:04:01.626 INFO STEP 3 (remove_files) COMPLETE
49222026-06-01T15:04:02.261Z[ recovery-image] Jun 01 15:04:01.627 INFO O| Jun 01 15:04:01.627 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49232026-06-01T15:04:02.288Z[ recovery-image] Jun 01 15:04:01.655 INFO O| Jun 01 15:04:01.655 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
49242026-06-01T15:04:02.604Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49252026-06-01T15:04:02.607Z[ recovery-image] Jun 01 15:04:01.971 INFO O| Jun 01 15:04:01.971 INFO STEP 4 (remove_files) COMPLETE
49262026-06-01T15:04:02.607Z[ recovery-image] Jun 01 15:04:01.971 INFO O| Jun 01 15:04:01.971 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49272026-06-01T15:04:02.634Z[ recovery-image] Jun 01 15:04:02.000 INFO O| Jun 01 15:04:02.000 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
49282026-06-01T15:04:02.666Z[ recovery-image] Jun 01 15:04:02.032 INFO O| Jun 01 15:04:02.032 INFO STEP 5 (remove_files) COMPLETE
49292026-06-01T15:04:02.666Z[ recovery-image] Jun 01 15:04:02.032 INFO O| Jun 01 15:04:02.032 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49302026-06-01T15:04:02.676Z[ recovery-image] Jun 01 15:04:02.042 INFO O| Jun 01 15:04:02.042 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
49312026-06-01T15:04:02.684Z[ recovery-image] Jun 01 15:04:02.046 INFO O| Jun 01 15:04:02.046 INFO STEP 6 (remove_files) COMPLETE
49322026-06-01T15:04:02.684Z[ recovery-image] Jun 01 15:04:02.046 INFO O| Jun 01 15:04:02.046 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49332026-06-01T15:04:02.702Z[ recovery-image] Jun 01 15:04:02.069 INFO O| Jun 01 15:04:02.068 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
49342026-06-01T15:04:02.709Z[ recovery-image] Jun 01 15:04:02.072 INFO O| Jun 01 15:04:02.072 INFO STEP 7 (remove_files) COMPLETE
49352026-06-01T15:04:02.709Z[ recovery-image] Jun 01 15:04:02.072 INFO O| Jun 01 15:04:02.072 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49362026-06-01T15:04:02.718Z[ recovery-image] Jun 01 15:04:02.082 INFO O| Jun 01 15:04:02.082 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
49372026-06-01T15:04:02.719Z[ recovery-image] Jun 01 15:04:02.082 INFO O| Jun 01 15:04:02.082 INFO STEP 8 (remove_files) COMPLETE
49382026-06-01T15:04:02.725Z[ recovery-image] Jun 01 15:04:02.082 INFO O| Jun 01 15:04:02.082 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49392026-06-01T15:04:02.729Z[ recovery-image] Jun 01 15:04:02.093 INFO O| Jun 01 15:04:02.092 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
49402026-06-01T15:04:02.729Z[ recovery-image] Jun 01 15:04:02.093 INFO O| Jun 01 15:04:02.093 INFO STEP 9 (remove_files) COMPLETE
49412026-06-01T15:04:02.730Z[ recovery-image] Jun 01 15:04:02.093 INFO O| Jun 01 15:04:02.093 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49422026-06-01T15:04:02.737Z[ recovery-image] Jun 01 15:04:02.102 INFO O| Jun 01 15:04:02.102 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
49432026-06-01T15:04:02.788Z[ recovery-image] Jun 01 15:04:02.155 INFO O| Jun 01 15:04:02.155 INFO STEP 10 (remove_files) COMPLETE
49442026-06-01T15:04:02.789Z[ recovery-image] Jun 01 15:04:02.155 INFO O| Jun 01 15:04:02.155 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49452026-06-01T15:04:02.797Z[ recovery-image] Jun 01 15:04:02.164 INFO O| Jun 01 15:04:02.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
49462026-06-01T15:04:02.801Z[ recovery-image] Jun 01 15:04:02.166 INFO O| Jun 01 15:04:02.166 INFO STEP 11 (remove_files) COMPLETE
49472026-06-01T15:04:02.801Z[ recovery-image] Jun 01 15:04:02.166 INFO O| Jun 01 15:04:02.166 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49482026-06-01T15:04:02.850Z[ recovery-image] Jun 01 15:04:02.176 INFO O| Jun 01 15:04:02.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
49492026-06-01T15:04:02.883Z[ recovery-image] Jun 01 15:04:02.179 INFO O| Jun 01 15:04:02.179 INFO STEP 12 (remove_files) COMPLETE
49502026-06-01T15:04:02.883Z[ recovery-image] Jun 01 15:04:02.179 INFO O| Jun 01 15:04:02.179 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49512026-06-01T15:04:02.884Z[ recovery-image] Jun 01 15:04:02.188 INFO O| Jun 01 15:04:02.188 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
49522026-06-01T15:04:02.884Z[ recovery-image] Jun 01 15:04:02.188 INFO O| Jun 01 15:04:02.188 INFO STEP 13 (remove_files) COMPLETE
49532026-06-01T15:04:02.884Z[ recovery-image] Jun 01 15:04:02.188 INFO O| Jun 01 15:04:02.188 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49542026-06-01T15:04:02.884Z[ recovery-image] Jun 01 15:04:02.196 INFO O| Jun 01 15:04:02.196 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
49552026-06-01T15:04:02.884Z[ recovery-image] Jun 01 15:04:02.197 INFO O| Jun 01 15:04:02.197 INFO STEP 14 (remove_files) COMPLETE
49562026-06-01T15:04:02.884Z[ recovery-image] Jun 01 15:04:02.197 INFO O| Jun 01 15:04:02.197 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49572026-06-01T15:04:02.884Z[ recovery-image] Jun 01 15:04:02.205 INFO O| Jun 01 15:04:02.205 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49582026-06-01T15:04:02.927Z[ recovery-image] Jun 01 15:04:02.239 INFO O| Jun 01 15:04:02.239 INFO STEP 15 (remove_files) COMPLETE
49592026-06-01T15:04:02.927Z[ recovery-image] Jun 01 15:04:02.239 INFO O| Jun 01 15:04:02.239 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49602026-06-01T15:04:02.927Z[ recovery-image] Jun 01 15:04:02.248 INFO O| Jun 01 15:04:02.248 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
49612026-06-01T15:04:02.927Z[ recovery-image] Jun 01 15:04:02.248 INFO O| Jun 01 15:04:02.248 INFO STEP 16 (remove_files) COMPLETE
49622026-06-01T15:04:02.927Z[ recovery-image] Jun 01 15:04:02.248 INFO O| Jun 01 15:04:02.248 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49632026-06-01T15:04:02.927Z[ recovery-image] Jun 01 15:04:02.255 INFO O| Jun 01 15:04:02.255 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49642026-06-01T15:04:02.927Z[ recovery-image] Jun 01 15:04:02.255 INFO O| Jun 01 15:04:02.255 INFO STEP 17 (remove_files) COMPLETE
49652026-06-01T15:04:02.927Z[ recovery-image] Jun 01 15:04:02.255 INFO O| Jun 01 15:04:02.255 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49662026-06-01T15:04:02.927Z[ recovery-image] Jun 01 15:04:02.265 INFO O| Jun 01 15:04:02.265 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49672026-06-01T15:04:02.968Z[ recovery-image] Jun 01 15:04:02.331 INFO O| Jun 01 15:04:02.331 INFO STEP 18 (remove_files) COMPLETE
49682026-06-01T15:04:02.968Z[ recovery-image] Jun 01 15:04:02.331 INFO O| Jun 01 15:04:02.331 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49692026-06-01T15:04:02.988Z[ recovery-image] Jun 01 15:04:02.354 INFO O| Jun 01 15:04:02.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49702026-06-01T15:04:03.026Z[ recovery-image] Jun 01 15:04:02.392 INFO O| Jun 01 15:04:02.392 INFO STEP 19 (remove_files) COMPLETE
49712026-06-01T15:04:03.026Z[ recovery-image] Jun 01 15:04:02.392 INFO O| Jun 01 15:04:02.392 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49722026-06-01T15:04:03.036Z[ recovery-image] Jun 01 15:04:02.402 INFO O| Jun 01 15:04:02.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49732026-06-01T15:04:03.036Z[ recovery-image] Jun 01 15:04:02.402 INFO O| Jun 01 15:04:02.402 INFO STEP 20 (remove_files) COMPLETE
49742026-06-01T15:04:03.036Z[ recovery-image] Jun 01 15:04:02.402 INFO O| Jun 01 15:04:02.402 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49752026-06-01T15:04:03.045Z[ recovery-image] Jun 01 15:04:02.411 INFO O| Jun 01 15:04:02.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49762026-06-01T15:04:03.050Z[ recovery-image] Jun 01 15:04:02.411 INFO O| Jun 01 15:04:02.411 INFO STEP 21 (remove_files) COMPLETE
49772026-06-01T15:04:03.050Z[ recovery-image] Jun 01 15:04:02.411 INFO O| Jun 01 15:04:02.411 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49782026-06-01T15:04:03.053Z[ recovery-image] Jun 01 15:04:02.420 INFO O| Jun 01 15:04:02.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49792026-06-01T15:04:03.074Z[ recovery-image] Jun 01 15:04:02.440 INFO O| Jun 01 15:04:02.440 INFO STEP 22 (remove_files) COMPLETE
49802026-06-01T15:04:03.074Z[ recovery-image] Jun 01 15:04:02.440 INFO O| Jun 01 15:04:02.440 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49812026-06-01T15:04:03.103Z[ recovery-image] Jun 01 15:04:02.470 INFO O| Jun 01 15:04:02.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49822026-06-01T15:04:03.104Z[ recovery-image] Jun 01 15:04:02.470 INFO O| Jun 01 15:04:02.470 INFO STEP 23 (remove_files) COMPLETE
49832026-06-01T15:04:03.104Z[ recovery-image] Jun 01 15:04:02.470 INFO O| Jun 01 15:04:02.470 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49842026-06-01T15:04:03.115Z[ recovery-image] Jun 01 15:04:02.481 INFO O| Jun 01 15:04:02.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49852026-06-01T15:04:03.115Z[ recovery-image] Jun 01 15:04:02.481 INFO O| Jun 01 15:04:02.481 INFO STEP 24 (remove_files) COMPLETE
49862026-06-01T15:04:03.121Z[ recovery-image] Jun 01 15:04:02.481 INFO O| Jun 01 15:04:02.481 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49872026-06-01T15:04:03.126Z[ recovery-image] Jun 01 15:04:02.490 INFO O| Jun 01 15:04:02.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49882026-06-01T15:04:03.126Z[ recovery-image] Jun 01 15:04:02.491 INFO O| Jun 01 15:04:02.491 INFO STEP 25 (remove_files) COMPLETE
49892026-06-01T15:04:03.126Z[ recovery-image] Jun 01 15:04:02.491 INFO O| Jun 01 15:04:02.491 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49902026-06-01T15:04:03.171Z[ recovery-image] Jun 01 15:04:02.537 INFO O| Jun 01 15:04:02.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49912026-06-01T15:04:03.187Z[ recovery-image] Jun 01 15:04:02.554 INFO O| Jun 01 15:04:02.554 INFO STEP 26 (remove_files) COMPLETE
49922026-06-01T15:04:03.188Z[ recovery-image] Jun 01 15:04:02.554 INFO O| Jun 01 15:04:02.554 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49932026-06-01T15:04:03.198Z[ recovery-image] Jun 01 15:04:02.565 INFO O| Jun 01 15:04:02.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49942026-06-01T15:04:03.210Z[ recovery-image] Jun 01 15:04:02.576 INFO O| Jun 01 15:04:02.575 INFO STEP 27 (remove_files) COMPLETE
49952026-06-01T15:04:03.210Z[ recovery-image] Jun 01 15:04:02.576 INFO O| Jun 01 15:04:02.576 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49962026-06-01T15:04:03.259Z[ recovery-image] Jun 01 15:04:02.618 INFO O| Jun 01 15:04:02.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49972026-06-01T15:04:03.267Z[ recovery-image] Jun 01 15:04:02.625 INFO O| Jun 01 15:04:02.625 INFO STEP 28 (remove_files) COMPLETE
49982026-06-01T15:04:03.267Z[ recovery-image] Jun 01 15:04:02.625 INFO O| Jun 01 15:04:02.625 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49992026-06-01T15:04:03.295Z[ recovery-image] Jun 01 15:04:02.660 INFO O| Jun 01 15:04:02.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
50002026-06-01T15:04:03.295Z[ recovery-image] Jun 01 15:04:02.660 INFO O| Jun 01 15:04:02.660 INFO STEP 29 (remove_files) COMPLETE
50012026-06-01T15:04:03.295Z[ recovery-image] Jun 01 15:04:02.661 INFO O| Jun 01 15:04:02.660 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50022026-06-01T15:04:03.321Z[ recovery-image] Jun 01 15:04:02.678 INFO O| Jun 01 15:04:02.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
50032026-06-01T15:04:03.321Z[ recovery-image] Jun 01 15:04:02.678 INFO O| Jun 01 15:04:02.678 INFO STEP 30 (remove_files) COMPLETE
50042026-06-01T15:04:03.321Z[ recovery-image] Jun 01 15:04:02.678 INFO O| Jun 01 15:04:02.678 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50052026-06-01T15:04:03.330Z[ recovery-image] Jun 01 15:04:02.697 INFO O| Jun 01 15:04:02.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
50062026-06-01T15:04:03.330Z[ recovery-image] Jun 01 15:04:02.697 INFO O| Jun 01 15:04:02.697 INFO STEP 31 (remove_files) COMPLETE
50072026-06-01T15:04:03.336Z[ recovery-image] Jun 01 15:04:02.697 INFO O| Jun 01 15:04:02.697 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50082026-06-01T15:04:03.342Z[ recovery-image] Jun 01 15:04:02.705 INFO O| Jun 01 15:04:02.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
50092026-06-01T15:04:03.342Z[ recovery-image] Jun 01 15:04:02.705 INFO O| Jun 01 15:04:02.705 INFO STEP 32 (remove_files) COMPLETE
50102026-06-01T15:04:03.342Z[ recovery-image] Jun 01 15:04:02.705 INFO O| Jun 01 15:04:02.705 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50112026-06-01T15:04:03.378Z[ recovery-image] Jun 01 15:04:02.713 INFO O| Jun 01 15:04:02.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
50122026-06-01T15:04:03.378Z[ recovery-image] Jun 01 15:04:02.713 INFO O| Jun 01 15:04:02.713 INFO STEP 33 (remove_files) COMPLETE
50132026-06-01T15:04:03.378Z[ recovery-image] Jun 01 15:04:02.713 INFO O| Jun 01 15:04:02.713 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50142026-06-01T15:04:03.378Z[ recovery-image] Jun 01 15:04:02.721 INFO O| Jun 01 15:04:02.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
50152026-06-01T15:04:03.378Z[ recovery-image] Jun 01 15:04:02.721 INFO O| Jun 01 15:04:02.721 INFO STEP 34 (remove_files) COMPLETE
50162026-06-01T15:04:03.378Z[ recovery-image] Jun 01 15:04:02.721 INFO O| Jun 01 15:04:02.721 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50172026-06-01T15:04:03.378Z[ recovery-image] Jun 01 15:04:02.731 INFO O| Jun 01 15:04:02.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
50182026-06-01T15:04:03.378Z[ recovery-image] Jun 01 15:04:02.731 INFO O| Jun 01 15:04:02.731 INFO STEP 35 (remove_files) COMPLETE
50192026-06-01T15:04:03.378Z[ recovery-image] Jun 01 15:04:02.731 INFO O| Jun 01 15:04:02.731 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50202026-06-01T15:04:03.383Z[ recovery-image] Jun 01 15:04:02.739 INFO O| Jun 01 15:04:02.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
50212026-06-01T15:04:03.383Z[ recovery-image] Jun 01 15:04:02.739 INFO O| Jun 01 15:04:02.739 INFO STEP 36 (remove_files) COMPLETE
50222026-06-01T15:04:03.383Z[ recovery-image] Jun 01 15:04:02.739 INFO O| Jun 01 15:04:02.739 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50232026-06-01T15:04:03.383Z[ recovery-image] Jun 01 15:04:02.747 INFO O| Jun 01 15:04:02.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
50242026-06-01T15:04:03.383Z[ recovery-image] Jun 01 15:04:02.747 INFO O| Jun 01 15:04:02.747 INFO STEP 37 (remove_files) COMPLETE
50252026-06-01T15:04:03.383Z[ recovery-image] Jun 01 15:04:02.747 INFO O| Jun 01 15:04:02.747 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50262026-06-01T15:04:03.389Z[ recovery-image] Jun 01 15:04:02.755 INFO O| Jun 01 15:04:02.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
50272026-06-01T15:04:03.389Z[ recovery-image] Jun 01 15:04:02.755 INFO O| Jun 01 15:04:02.755 INFO STEP 38 (remove_files) COMPLETE
50282026-06-01T15:04:03.394Z[ recovery-image] Jun 01 15:04:02.755 INFO O| Jun 01 15:04:02.755 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50292026-06-01T15:04:03.400Z[ recovery-image] Jun 01 15:04:02.762 INFO O| Jun 01 15:04:02.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
50302026-06-01T15:04:03.400Z[ recovery-image] Jun 01 15:04:02.762 INFO O| Jun 01 15:04:02.762 INFO STEP 39 (remove_files) COMPLETE
50312026-06-01T15:04:03.400Z[ recovery-image] Jun 01 15:04:02.762 INFO O| Jun 01 15:04:02.762 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50322026-06-01T15:04:03.405Z[ recovery-image] Jun 01 15:04:02.770 INFO O| Jun 01 15:04:02.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
50332026-06-01T15:04:03.405Z[ recovery-image] Jun 01 15:04:02.770 INFO O| Jun 01 15:04:02.770 INFO STEP 40 (remove_files) COMPLETE
50342026-06-01T15:04:03.405Z[ recovery-image] Jun 01 15:04:02.770 INFO O| Jun 01 15:04:02.770 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50352026-06-01T15:04:03.411Z[ recovery-image] Jun 01 15:04:02.777 INFO O| Jun 01 15:04:02.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
50362026-06-01T15:04:03.411Z[ recovery-image] Jun 01 15:04:02.778 INFO O| Jun 01 15:04:02.778 INFO STEP 41 (remove_files) COMPLETE
50372026-06-01T15:04:03.411Z[ recovery-image] Jun 01 15:04:02.778 INFO O| Jun 01 15:04:02.778 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50382026-06-01T15:04:03.419Z[ recovery-image] Jun 01 15:04:02.785 INFO O| Jun 01 15:04:02.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
50392026-06-01T15:04:03.419Z[ recovery-image] Jun 01 15:04:02.785 INFO O| Jun 01 15:04:02.785 INFO STEP 42 (remove_files) COMPLETE
50402026-06-01T15:04:03.422Z[ recovery-image] Jun 01 15:04:02.785 INFO O| Jun 01 15:04:02.785 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50412026-06-01T15:04:03.427Z[ recovery-image] Jun 01 15:04:02.793 INFO O| Jun 01 15:04:02.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
50422026-06-01T15:04:03.433Z[ recovery-image] Jun 01 15:04:02.793 INFO O| Jun 01 15:04:02.793 INFO STEP 43 (remove_files) COMPLETE
50432026-06-01T15:04:03.433Z[ recovery-image] Jun 01 15:04:02.793 INFO O| Jun 01 15:04:02.793 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50442026-06-01T15:04:03.437Z[ recovery-image] Jun 01 15:04:02.801 INFO O| Jun 01 15:04:02.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
50452026-06-01T15:04:03.437Z[ recovery-image] Jun 01 15:04:02.801 INFO O| Jun 01 15:04:02.801 INFO STEP 44 (remove_files) COMPLETE
50462026-06-01T15:04:03.437Z[ recovery-image] Jun 01 15:04:02.801 INFO O| Jun 01 15:04:02.801 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50472026-06-01T15:04:03.443Z[ recovery-image] Jun 01 15:04:02.810 INFO O| Jun 01 15:04:02.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
50482026-06-01T15:04:03.443Z[ recovery-image] Jun 01 15:04:02.810 INFO O| Jun 01 15:04:02.810 INFO STEP 45 (remove_files) COMPLETE
50492026-06-01T15:04:03.449Z[ recovery-image] Jun 01 15:04:02.810 INFO O| Jun 01 15:04:02.810 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50502026-06-01T15:04:03.452Z[ recovery-image] Jun 01 15:04:02.818 INFO O| Jun 01 15:04:02.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
50512026-06-01T15:04:03.452Z[ recovery-image] Jun 01 15:04:02.818 INFO O| Jun 01 15:04:02.818 INFO STEP 46 (remove_files) COMPLETE
50522026-06-01T15:04:03.452Z[ recovery-image] Jun 01 15:04:02.818 INFO O| Jun 01 15:04:02.818 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50532026-06-01T15:04:03.463Z[ recovery-image] Jun 01 15:04:02.826 INFO O| Jun 01 15:04:02.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
50542026-06-01T15:04:03.482Z[ recovery-image] Jun 01 15:04:02.846 INFO O| Jun 01 15:04:02.846 INFO STEP 47 (remove_files) COMPLETE
50552026-06-01T15:04:03.482Z[ recovery-image] Jun 01 15:04:02.846 INFO O| Jun 01 15:04:02.846 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50562026-06-01T15:04:03.489Z[ recovery-image] Jun 01 15:04:02.856 INFO O| Jun 01 15:04:02.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
50572026-06-01T15:04:03.489Z[ recovery-image] Jun 01 15:04:02.856 INFO O| Jun 01 15:04:02.856 INFO STEP 48 (remove_files) COMPLETE
50582026-06-01T15:04:03.494Z[ recovery-image] Jun 01 15:04:02.856 INFO O| Jun 01 15:04:02.856 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50592026-06-01T15:04:03.499Z[ recovery-image] Jun 01 15:04:02.865 INFO O| Jun 01 15:04:02.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50602026-06-01T15:04:03.509Z[ recovery-image] Jun 01 15:04:02.874 INFO O| Jun 01 15:04:02.874 INFO STEP 49 (remove_files) COMPLETE
50612026-06-01T15:04:03.509Z[ recovery-image] Jun 01 15:04:02.874 INFO O| Jun 01 15:04:02.874 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50622026-06-01T15:04:03.526Z[ recovery-image] Jun 01 15:04:02.893 INFO O| Jun 01 15:04:02.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50632026-06-01T15:04:03.526Z[ recovery-image] Jun 01 15:04:02.893 INFO O| Jun 01 15:04:02.893 INFO STEP 50 (remove_files) COMPLETE
50642026-06-01T15:04:03.526Z[ recovery-image] Jun 01 15:04:02.893 INFO O| Jun 01 15:04:02.893 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50652026-06-01T15:04:03.537Z[ recovery-image] Jun 01 15:04:02.903 INFO O| Jun 01 15:04:02.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50662026-06-01T15:04:03.537Z[ recovery-image] Jun 01 15:04:02.903 INFO O| Jun 01 15:04:02.903 INFO STEP 51 (remove_files) COMPLETE
50672026-06-01T15:04:03.537Z[ recovery-image] Jun 01 15:04:02.903 INFO O| Jun 01 15:04:02.903 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50682026-06-01T15:04:03.564Z[ recovery-image] Jun 01 15:04:02.930 INFO O| Jun 01 15:04:02.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50692026-06-01T15:04:03.564Z[ recovery-image] Jun 01 15:04:02.930 INFO O| Jun 01 15:04:02.930 INFO STEP 52 (remove_files) COMPLETE
50702026-06-01T15:04:03.565Z[ recovery-image] Jun 01 15:04:02.930 INFO O| Jun 01 15:04:02.930 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50712026-06-01T15:04:03.601Z[ recovery-image] Jun 01 15:04:02.968 INFO O| Jun 01 15:04:02.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50722026-06-01T15:04:03.601Z[ recovery-image] Jun 01 15:04:02.968 INFO O| Jun 01 15:04:02.968 INFO STEP 53 (remove_files) COMPLETE
50732026-06-01T15:04:03.608Z[ recovery-image] Jun 01 15:04:02.968 INFO O| Jun 01 15:04:02.968 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50742026-06-01T15:04:03.612Z[ recovery-image] Jun 01 15:04:02.979 INFO O| Jun 01 15:04:02.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50752026-06-01T15:04:03.612Z[ recovery-image] Jun 01 15:04:02.979 INFO O| Jun 01 15:04:02.979 INFO STEP 54 (remove_files) COMPLETE
50762026-06-01T15:04:03.617Z[ recovery-image] Jun 01 15:04:02.979 INFO O| Jun 01 15:04:02.979 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50772026-06-01T15:04:03.623Z[ recovery-image] Jun 01 15:04:02.988 INFO O| Jun 01 15:04:02.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50782026-06-01T15:04:03.623Z[ recovery-image] Jun 01 15:04:02.988 INFO O| Jun 01 15:04:02.988 INFO STEP 55 (remove_files) COMPLETE
50792026-06-01T15:04:03.627Z[ recovery-image] Jun 01 15:04:02.988 INFO O| Jun 01 15:04:02.988 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50802026-06-01T15:04:03.638Z[ recovery-image] Jun 01 15:04:03.004 INFO O| Jun 01 15:04:03.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50812026-06-01T15:04:03.650Z[ recovery-image] Jun 01 15:04:03.017 INFO O| Jun 01 15:04:03.017 INFO STEP 56 (remove_files) COMPLETE
50822026-06-01T15:04:03.650Z[ recovery-image] Jun 01 15:04:03.017 INFO O| Jun 01 15:04:03.017 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50832026-06-01T15:04:03.660Z[ recovery-image] Jun 01 15:04:03.026 INFO O| Jun 01 15:04:03.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50842026-06-01T15:04:03.673Z[ recovery-image] Jun 01 15:04:03.039 INFO O| Jun 01 15:04:03.039 INFO STEP 57 (remove_files) COMPLETE
50852026-06-01T15:04:03.674Z[ recovery-image] Jun 01 15:04:03.039 INFO O| Jun 01 15:04:03.039 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50862026-06-01T15:04:03.691Z[ recovery-image] Jun 01 15:04:03.055 INFO O| Jun 01 15:04:03.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50872026-06-01T15:04:03.691Z[ recovery-image] Jun 01 15:04:03.055 INFO O| Jun 01 15:04:03.055 INFO STEP 58 (remove_files) COMPLETE
50882026-06-01T15:04:03.696Z[ recovery-image] Jun 01 15:04:03.055 INFO O| Jun 01 15:04:03.055 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50892026-06-01T15:04:03.700Z[ recovery-image] Jun 01 15:04:03.065 INFO O| Jun 01 15:04:03.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50902026-06-01T15:04:03.700Z[ recovery-image] Jun 01 15:04:03.065 INFO O| Jun 01 15:04:03.065 INFO STEP 59 (remove_files) COMPLETE
50912026-06-01T15:04:03.700Z[ recovery-image] Jun 01 15:04:03.065 INFO O| Jun 01 15:04:03.065 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50922026-06-01T15:04:03.707Z[ recovery-image] Jun 01 15:04:03.073 INFO O| Jun 01 15:04:03.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50932026-06-01T15:04:03.707Z[ recovery-image] Jun 01 15:04:03.073 INFO O| Jun 01 15:04:03.073 INFO STEP 60 (remove_files) COMPLETE
50942026-06-01T15:04:03.711Z[ recovery-image] Jun 01 15:04:03.073 INFO O| Jun 01 15:04:03.073 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50952026-06-01T15:04:03.717Z[ recovery-image] Jun 01 15:04:03.082 INFO O| Jun 01 15:04:03.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50962026-06-01T15:04:03.717Z[ recovery-image] Jun 01 15:04:03.082 INFO O| Jun 01 15:04:03.082 INFO STEP 61 (remove_files) COMPLETE
50972026-06-01T15:04:03.717Z[ recovery-image] Jun 01 15:04:03.082 INFO O| Jun 01 15:04:03.082 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50982026-06-01T15:04:03.723Z[ recovery-image] Jun 01 15:04:03.090 INFO O| Jun 01 15:04:03.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50992026-06-01T15:04:03.723Z[ recovery-image] Jun 01 15:04:03.090 INFO O| Jun 01 15:04:03.090 INFO STEP 62 (remove_files) COMPLETE
51002026-06-01T15:04:03.727Z[ recovery-image] Jun 01 15:04:03.090 INFO O| Jun 01 15:04:03.090 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51012026-06-01T15:04:03.735Z[ recovery-image] Jun 01 15:04:03.099 INFO O| Jun 01 15:04:03.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
51022026-06-01T15:04:03.735Z[ recovery-image] Jun 01 15:04:03.099 INFO O| Jun 01 15:04:03.099 INFO STEP 63 (remove_files) COMPLETE
51032026-06-01T15:04:03.735Z[ recovery-image] Jun 01 15:04:03.099 INFO O| Jun 01 15:04:03.099 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51042026-06-01T15:04:03.756Z[ recovery-image] Jun 01 15:04:03.108 INFO O| Jun 01 15:04:03.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
51052026-06-01T15:04:03.756Z[ recovery-image] Jun 01 15:04:03.108 INFO O| Jun 01 15:04:03.108 INFO STEP 64 (remove_files) COMPLETE
51062026-06-01T15:04:03.756Z[ recovery-image] Jun 01 15:04:03.108 INFO O| Jun 01 15:04:03.108 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51072026-06-01T15:04:03.756Z[ recovery-image] Jun 01 15:04:03.116 INFO O| Jun 01 15:04:03.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
51082026-06-01T15:04:03.756Z[ recovery-image] Jun 01 15:04:03.116 INFO O| Jun 01 15:04:03.116 INFO STEP 65 (remove_files) COMPLETE
51092026-06-01T15:04:03.756Z[ recovery-image] Jun 01 15:04:03.116 INFO O| Jun 01 15:04:03.116 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51102026-06-01T15:04:03.764Z[ recovery-image] Jun 01 15:04:03.125 INFO O| Jun 01 15:04:03.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
51112026-06-01T15:04:03.764Z[ recovery-image] Jun 01 15:04:03.125 INFO O| Jun 01 15:04:03.125 INFO STEP 66 (remove_files) COMPLETE
51122026-06-01T15:04:03.764Z[ recovery-image] Jun 01 15:04:03.125 INFO O| Jun 01 15:04:03.125 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51132026-06-01T15:04:03.769Z[ recovery-image] Jun 01 15:04:03.135 INFO O| Jun 01 15:04:03.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
51142026-06-01T15:04:03.769Z[ recovery-image] Jun 01 15:04:03.135 INFO O| Jun 01 15:04:03.135 INFO STEP 67 (remove_files) COMPLETE
51152026-06-01T15:04:03.769Z[ recovery-image] Jun 01 15:04:03.135 INFO O| Jun 01 15:04:03.135 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51162026-06-01T15:04:03.778Z[ recovery-image] Jun 01 15:04:03.145 INFO O| Jun 01 15:04:03.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
51172026-06-01T15:04:03.778Z[ recovery-image] Jun 01 15:04:03.145 INFO O| Jun 01 15:04:03.145 INFO STEP 68 (remove_files) COMPLETE
51182026-06-01T15:04:03.778Z[ recovery-image] Jun 01 15:04:03.145 INFO O| Jun 01 15:04:03.145 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51192026-06-01T15:04:03.787Z[ recovery-image] Jun 01 15:04:03.153 INFO O| Jun 01 15:04:03.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
51202026-06-01T15:04:03.787Z[ recovery-image] Jun 01 15:04:03.153 INFO O| Jun 01 15:04:03.153 INFO STEP 69 (remove_files) COMPLETE
51212026-06-01T15:04:03.787Z[ recovery-image] Jun 01 15:04:03.153 INFO O| Jun 01 15:04:03.153 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51222026-06-01T15:04:03.797Z[ recovery-image] Jun 01 15:04:03.162 INFO O| Jun 01 15:04:03.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
51232026-06-01T15:04:03.797Z[ recovery-image] Jun 01 15:04:03.162 INFO O| Jun 01 15:04:03.162 INFO STEP 70 (remove_files) COMPLETE
51242026-06-01T15:04:03.797Z[ recovery-image] Jun 01 15:04:03.162 INFO O| Jun 01 15:04:03.162 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51252026-06-01T15:04:03.805Z[ recovery-image] Jun 01 15:04:03.171 INFO O| Jun 01 15:04:03.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
51262026-06-01T15:04:03.805Z[ recovery-image] Jun 01 15:04:03.171 INFO O| Jun 01 15:04:03.171 INFO STEP 71 (remove_files) COMPLETE
51272026-06-01T15:04:03.805Z[ recovery-image] Jun 01 15:04:03.171 INFO O| Jun 01 15:04:03.171 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51282026-06-01T15:04:03.817Z[ recovery-image] Jun 01 15:04:03.180 INFO O| Jun 01 15:04:03.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
51292026-06-01T15:04:03.817Z[ recovery-image] Jun 01 15:04:03.180 INFO O| Jun 01 15:04:03.180 INFO STEP 72 (remove_files) COMPLETE
51302026-06-01T15:04:03.817Z[ recovery-image] Jun 01 15:04:03.180 INFO O| Jun 01 15:04:03.180 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51312026-06-01T15:04:03.823Z[ recovery-image] Jun 01 15:04:03.189 INFO O| Jun 01 15:04:03.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
51322026-06-01T15:04:03.823Z[ recovery-image] Jun 01 15:04:03.189 INFO O| Jun 01 15:04:03.189 INFO STEP 73 (remove_files) COMPLETE
51332026-06-01T15:04:03.823Z[ recovery-image] Jun 01 15:04:03.189 INFO O| Jun 01 15:04:03.189 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51342026-06-01T15:04:03.833Z[ recovery-image] Jun 01 15:04:03.197 INFO O| Jun 01 15:04:03.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
51352026-06-01T15:04:03.833Z[ recovery-image] Jun 01 15:04:03.197 INFO O| Jun 01 15:04:03.197 INFO STEP 74 (remove_files) COMPLETE
51362026-06-01T15:04:03.842Z[ recovery-image] Jun 01 15:04:03.197 INFO O| Jun 01 15:04:03.197 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51372026-06-01T15:04:03.845Z[ recovery-image] Jun 01 15:04:03.206 INFO O| Jun 01 15:04:03.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
51382026-06-01T15:04:03.845Z[ recovery-image] Jun 01 15:04:03.206 INFO O| Jun 01 15:04:03.206 INFO STEP 75 (remove_files) COMPLETE
51392026-06-01T15:04:03.845Z[ recovery-image] Jun 01 15:04:03.206 INFO O| Jun 01 15:04:03.206 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51402026-06-01T15:04:03.850Z[ recovery-image] Jun 01 15:04:03.215 INFO O| Jun 01 15:04:03.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
51412026-06-01T15:04:03.850Z[ recovery-image] Jun 01 15:04:03.215 INFO O| Jun 01 15:04:03.215 INFO STEP 76 (remove_files) COMPLETE
51422026-06-01T15:04:03.850Z[ recovery-image] Jun 01 15:04:03.215 INFO O| Jun 01 15:04:03.215 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51432026-06-01T15:04:03.857Z[ recovery-image] Jun 01 15:04:03.224 INFO O| Jun 01 15:04:03.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
51442026-06-01T15:04:03.857Z[ recovery-image] Jun 01 15:04:03.224 INFO O| Jun 01 15:04:03.224 INFO STEP 77 (remove_files) COMPLETE
51452026-06-01T15:04:03.862Z[ recovery-image] Jun 01 15:04:03.224 INFO O| Jun 01 15:04:03.224 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51462026-06-01T15:04:03.867Z[ recovery-image] Jun 01 15:04:03.232 INFO O| Jun 01 15:04:03.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
51472026-06-01T15:04:03.867Z[ recovery-image] Jun 01 15:04:03.232 INFO O| Jun 01 15:04:03.232 INFO STEP 78 (remove_files) COMPLETE
51482026-06-01T15:04:03.867Z[ recovery-image] Jun 01 15:04:03.232 INFO O| Jun 01 15:04:03.232 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51492026-06-01T15:04:03.875Z[ recovery-image] Jun 01 15:04:03.242 INFO O| Jun 01 15:04:03.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
51502026-06-01T15:04:03.875Z[ recovery-image] Jun 01 15:04:03.242 INFO O| Jun 01 15:04:03.242 INFO STEP 79 (remove_files) COMPLETE
51512026-06-01T15:04:03.875Z[ recovery-image] Jun 01 15:04:03.242 INFO O| Jun 01 15:04:03.242 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51522026-06-01T15:04:03.885Z[ recovery-image] Jun 01 15:04:03.251 INFO O| Jun 01 15:04:03.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
51532026-06-01T15:04:03.885Z[ recovery-image] Jun 01 15:04:03.251 INFO O| Jun 01 15:04:03.251 INFO STEP 80 (remove_files) COMPLETE
51542026-06-01T15:04:03.890Z[ recovery-image] Jun 01 15:04:03.251 INFO O| Jun 01 15:04:03.251 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51552026-06-01T15:04:03.896Z[ recovery-image] Jun 01 15:04:03.260 INFO O| Jun 01 15:04:03.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51562026-06-01T15:04:03.896Z[ recovery-image] Jun 01 15:04:03.260 INFO O| Jun 01 15:04:03.260 INFO STEP 81 (remove_files) COMPLETE
51572026-06-01T15:04:03.896Z[ recovery-image] Jun 01 15:04:03.260 INFO O| Jun 01 15:04:03.260 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51582026-06-01T15:04:03.902Z[ recovery-image] Jun 01 15:04:03.269 INFO O| Jun 01 15:04:03.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51592026-06-01T15:04:03.902Z[ recovery-image] Jun 01 15:04:03.269 INFO O| Jun 01 15:04:03.269 INFO STEP 82 (remove_files) COMPLETE
51602026-06-01T15:04:03.903Z[ recovery-image] Jun 01 15:04:03.269 INFO O| Jun 01 15:04:03.269 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51612026-06-01T15:04:03.911Z[ recovery-image] Jun 01 15:04:03.278 INFO O| Jun 01 15:04:03.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51622026-06-01T15:04:03.911Z[ recovery-image] Jun 01 15:04:03.278 INFO O| Jun 01 15:04:03.278 INFO STEP 83 (remove_files) COMPLETE
51632026-06-01T15:04:03.918Z[ recovery-image] Jun 01 15:04:03.278 INFO O| Jun 01 15:04:03.278 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51642026-06-01T15:04:03.927Z[ recovery-image] Jun 01 15:04:03.287 INFO O| Jun 01 15:04:03.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51652026-06-01T15:04:03.927Z[ recovery-image] Jun 01 15:04:03.287 INFO O| Jun 01 15:04:03.287 INFO STEP 84 (remove_files) COMPLETE
51662026-06-01T15:04:03.927Z[ recovery-image] Jun 01 15:04:03.287 INFO O| Jun 01 15:04:03.287 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51672026-06-01T15:04:03.946Z[ recovery-image] Jun 01 15:04:03.296 INFO O| Jun 01 15:04:03.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51682026-06-01T15:04:03.946Z[ recovery-image] Jun 01 15:04:03.296 INFO O| Jun 01 15:04:03.296 INFO STEP 85 (remove_files) COMPLETE
51692026-06-01T15:04:03.946Z[ recovery-image] Jun 01 15:04:03.296 INFO O| Jun 01 15:04:03.296 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51702026-06-01T15:04:03.946Z[ recovery-image] Jun 01 15:04:03.305 INFO O| Jun 01 15:04:03.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51712026-06-01T15:04:03.946Z[ recovery-image] Jun 01 15:04:03.305 INFO O| Jun 01 15:04:03.305 INFO STEP 86 (remove_files) COMPLETE
51722026-06-01T15:04:03.946Z[ recovery-image] Jun 01 15:04:03.305 INFO O| Jun 01 15:04:03.305 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51732026-06-01T15:04:03.953Z[ recovery-image] Jun 01 15:04:03.313 INFO O| Jun 01 15:04:03.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51742026-06-01T15:04:03.953Z[ recovery-image] Jun 01 15:04:03.313 INFO O| Jun 01 15:04:03.313 INFO STEP 87 (remove_files) COMPLETE
51752026-06-01T15:04:03.953Z[ recovery-image] Jun 01 15:04:03.313 INFO O| Jun 01 15:04:03.313 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51762026-06-01T15:04:03.958Z[ recovery-image] Jun 01 15:04:03.322 INFO O| Jun 01 15:04:03.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51772026-06-01T15:04:03.958Z[ recovery-image] Jun 01 15:04:03.323 INFO O| Jun 01 15:04:03.323 INFO STEP 88 (remove_files) COMPLETE
51782026-06-01T15:04:03.958Z[ recovery-image] Jun 01 15:04:03.323 INFO O| Jun 01 15:04:03.323 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51792026-06-01T15:04:03.967Z[ recovery-image] Jun 01 15:04:03.331 INFO O| Jun 01 15:04:03.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51802026-06-01T15:04:03.967Z[ recovery-image] Jun 01 15:04:03.331 INFO O| Jun 01 15:04:03.331 INFO STEP 89 (remove_files) COMPLETE
51812026-06-01T15:04:03.973Z[ recovery-image] Jun 01 15:04:03.331 INFO O| Jun 01 15:04:03.331 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51822026-06-01T15:04:03.983Z[ recovery-image] Jun 01 15:04:03.340 INFO O| Jun 01 15:04:03.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51832026-06-01T15:04:03.984Z[ recovery-image] Jun 01 15:04:03.340 INFO O| Jun 01 15:04:03.340 INFO STEP 90 (remove_files) COMPLETE
51842026-06-01T15:04:03.984Z[ recovery-image] Jun 01 15:04:03.340 INFO O| Jun 01 15:04:03.340 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51852026-06-01T15:04:03.995Z[ recovery-image] Jun 01 15:04:03.348 INFO O| Jun 01 15:04:03.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51862026-06-01T15:04:03.995Z[ recovery-image] Jun 01 15:04:03.349 INFO O| Jun 01 15:04:03.349 INFO STEP 91 (remove_files) COMPLETE
51872026-06-01T15:04:03.995Z[ recovery-image] Jun 01 15:04:03.349 INFO O| Jun 01 15:04:03.349 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51882026-06-01T15:04:03.995Z[ recovery-image] Jun 01 15:04:03.358 INFO O| Jun 01 15:04:03.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51892026-06-01T15:04:03.995Z[ recovery-image] Jun 01 15:04:03.358 INFO O| Jun 01 15:04:03.358 INFO STEP 92 (remove_files) COMPLETE
51902026-06-01T15:04:03.995Z[ recovery-image] Jun 01 15:04:03.358 INFO O| Jun 01 15:04:03.358 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51912026-06-01T15:04:04.004Z[ recovery-image] Jun 01 15:04:03.366 INFO O| Jun 01 15:04:03.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51922026-06-01T15:04:04.004Z[ recovery-image] Jun 01 15:04:03.366 INFO O| Jun 01 15:04:03.366 INFO STEP 93 (remove_files) COMPLETE
51932026-06-01T15:04:04.004Z[ recovery-image] Jun 01 15:04:03.366 INFO O| Jun 01 15:04:03.366 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51942026-06-01T15:04:04.009Z[ recovery-image] Jun 01 15:04:03.374 INFO O| Jun 01 15:04:03.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51952026-06-01T15:04:04.010Z[ recovery-image] Jun 01 15:04:03.374 INFO O| Jun 01 15:04:03.374 INFO STEP 94 (remove_files) COMPLETE
51962026-06-01T15:04:04.010Z[ recovery-image] Jun 01 15:04:03.374 INFO O| Jun 01 15:04:03.374 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51972026-06-01T15:04:04.023Z[ recovery-image] Jun 01 15:04:03.383 INFO O| Jun 01 15:04:03.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51982026-06-01T15:04:04.023Z[ recovery-image] Jun 01 15:04:03.383 INFO O| Jun 01 15:04:03.383 INFO STEP 95 (remove_files) COMPLETE
51992026-06-01T15:04:04.023Z[ recovery-image] Jun 01 15:04:03.383 INFO O| Jun 01 15:04:03.383 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52002026-06-01T15:04:04.028Z[ recovery-image] Jun 01 15:04:03.392 INFO O| Jun 01 15:04:03.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
52012026-06-01T15:04:04.028Z[ recovery-image] Jun 01 15:04:03.392 INFO O| Jun 01 15:04:03.392 INFO STEP 96 (remove_files) COMPLETE
52022026-06-01T15:04:04.028Z[ recovery-image] Jun 01 15:04:03.392 INFO O| Jun 01 15:04:03.392 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52032026-06-01T15:04:04.034Z[ recovery-image] Jun 01 15:04:03.400 INFO O| Jun 01 15:04:03.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
52042026-06-01T15:04:04.034Z[ recovery-image] Jun 01 15:04:03.400 INFO O| Jun 01 15:04:03.400 INFO STEP 97 (remove_files) COMPLETE
52052026-06-01T15:04:04.034Z[ recovery-image] Jun 01 15:04:03.400 INFO O| Jun 01 15:04:03.400 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52062026-06-01T15:04:04.043Z[ recovery-image] Jun 01 15:04:03.408 INFO O| Jun 01 15:04:03.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
52072026-06-01T15:04:04.043Z[ recovery-image] Jun 01 15:04:03.409 INFO O| Jun 01 15:04:03.409 INFO STEP 98 (remove_files) COMPLETE
52082026-06-01T15:04:04.053Z[ recovery-image] Jun 01 15:04:03.409 INFO O| Jun 01 15:04:03.409 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52092026-06-01T15:04:04.053Z[ recovery-image] Jun 01 15:04:03.417 INFO O| Jun 01 15:04:03.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
52102026-06-01T15:04:04.053Z[ recovery-image] Jun 01 15:04:03.417 INFO O| Jun 01 15:04:03.417 INFO STEP 99 (remove_files) COMPLETE
52112026-06-01T15:04:04.053Z[ recovery-image] Jun 01 15:04:03.417 INFO O| Jun 01 15:04:03.417 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52122026-06-01T15:04:04.059Z[ recovery-image] Jun 01 15:04:03.426 INFO O| Jun 01 15:04:03.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
52132026-06-01T15:04:04.059Z[ recovery-image] Jun 01 15:04:03.426 INFO O| Jun 01 15:04:03.426 INFO STEP 100 (remove_files) COMPLETE
52142026-06-01T15:04:04.064Z[ recovery-image] Jun 01 15:04:03.426 INFO O| Jun 01 15:04:03.426 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52152026-06-01T15:04:04.071Z[ recovery-image] Jun 01 15:04:03.434 INFO O| Jun 01 15:04:03.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
52162026-06-01T15:04:04.071Z[ recovery-image] Jun 01 15:04:03.434 INFO O| Jun 01 15:04:03.434 INFO STEP 101 (remove_files) COMPLETE
52172026-06-01T15:04:04.071Z[ recovery-image] Jun 01 15:04:03.434 INFO O| Jun 01 15:04:03.434 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52182026-06-01T15:04:04.077Z[ recovery-image] Jun 01 15:04:03.442 INFO O| Jun 01 15:04:03.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
52192026-06-01T15:04:04.077Z[ recovery-image] Jun 01 15:04:03.442 INFO O| Jun 01 15:04:03.442 INFO STEP 102 (remove_files) COMPLETE
52202026-06-01T15:04:04.077Z[ recovery-image] Jun 01 15:04:03.442 INFO O| Jun 01 15:04:03.442 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52212026-06-01T15:04:04.083Z[ recovery-image] Jun 01 15:04:03.450 INFO O| Jun 01 15:04:03.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
52222026-06-01T15:04:04.084Z[ recovery-image] Jun 01 15:04:03.450 INFO O| Jun 01 15:04:03.450 INFO STEP 103 (remove_files) COMPLETE
52232026-06-01T15:04:04.088Z[ recovery-image] Jun 01 15:04:03.450 INFO O| Jun 01 15:04:03.450 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52242026-06-01T15:04:04.095Z[ recovery-image] Jun 01 15:04:03.459 INFO O| Jun 01 15:04:03.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
52252026-06-01T15:04:04.100Z[ recovery-image] Jun 01 15:04:03.459 INFO O| Jun 01 15:04:03.459 INFO STEP 104 (remove_files) COMPLETE
52262026-06-01T15:04:04.100Z[ recovery-image] Jun 01 15:04:03.459 INFO O| Jun 01 15:04:03.459 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52272026-06-01T15:04:04.104Z[ recovery-image] Jun 01 15:04:03.468 INFO O| Jun 01 15:04:03.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
52282026-06-01T15:04:04.104Z[ recovery-image] Jun 01 15:04:03.468 INFO O| Jun 01 15:04:03.468 INFO STEP 105 (remove_files) COMPLETE
52292026-06-01T15:04:04.104Z[ recovery-image] Jun 01 15:04:03.468 INFO O| Jun 01 15:04:03.468 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52302026-06-01T15:04:04.113Z[ recovery-image] Jun 01 15:04:03.478 INFO O| Jun 01 15:04:03.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
52312026-06-01T15:04:04.113Z[ recovery-image] Jun 01 15:04:03.478 INFO O| Jun 01 15:04:03.478 INFO STEP 106 (remove_files) COMPLETE
52322026-06-01T15:04:04.113Z[ recovery-image] Jun 01 15:04:03.478 INFO O| Jun 01 15:04:03.478 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52332026-06-01T15:04:04.121Z[ recovery-image] Jun 01 15:04:03.487 INFO O| Jun 01 15:04:03.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
52342026-06-01T15:04:04.121Z[ recovery-image] Jun 01 15:04:03.487 INFO O| Jun 01 15:04:03.487 INFO STEP 107 (remove_files) COMPLETE
52352026-06-01T15:04:04.121Z[ recovery-image] Jun 01 15:04:03.487 INFO O| Jun 01 15:04:03.487 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52362026-06-01T15:04:04.132Z[ recovery-image] Jun 01 15:04:03.497 INFO O| Jun 01 15:04:03.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
52372026-06-01T15:04:04.132Z[ recovery-image] Jun 01 15:04:03.497 INFO O| Jun 01 15:04:03.497 INFO STEP 108 (remove_files) COMPLETE
52382026-06-01T15:04:04.138Z[ recovery-image] Jun 01 15:04:03.497 INFO O| Jun 01 15:04:03.497 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52392026-06-01T15:04:04.143Z[ recovery-image] Jun 01 15:04:03.507 INFO O| Jun 01 15:04:03.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
52402026-06-01T15:04:04.143Z[ recovery-image] Jun 01 15:04:03.507 INFO O| Jun 01 15:04:03.507 INFO STEP 109 (remove_files) COMPLETE
52412026-06-01T15:04:04.143Z[ recovery-image] Jun 01 15:04:03.507 INFO O| Jun 01 15:04:03.507 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-06-01T15:04:04.156Z[ recovery-image] Jun 01 15:04:03.517 INFO O| Jun 01 15:04:03.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
52432026-06-01T15:04:04.156Z[ recovery-image] Jun 01 15:04:03.517 INFO O| Jun 01 15:04:03.517 INFO STEP 110 (remove_files) COMPLETE
52442026-06-01T15:04:04.156Z[ recovery-image] Jun 01 15:04:03.517 INFO O| Jun 01 15:04:03.517 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-06-01T15:04:04.162Z[ recovery-image] Jun 01 15:04:03.527 INFO O| Jun 01 15:04:03.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
52462026-06-01T15:04:04.162Z[ recovery-image] Jun 01 15:04:03.527 INFO O| Jun 01 15:04:03.527 INFO STEP 111 (remove_files) COMPLETE
52472026-06-01T15:04:04.162Z[ recovery-image] Jun 01 15:04:03.527 INFO O| Jun 01 15:04:03.527 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-06-01T15:04:04.172Z[ recovery-image] Jun 01 15:04:03.537 INFO O| Jun 01 15:04:03.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
52492026-06-01T15:04:04.172Z[ recovery-image] Jun 01 15:04:03.537 INFO O| Jun 01 15:04:03.537 INFO STEP 112 (remove_files) COMPLETE
52502026-06-01T15:04:04.180Z[ recovery-image] Jun 01 15:04:03.537 INFO O| Jun 01 15:04:03.537 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-06-01T15:04:04.189Z[ recovery-image] Jun 01 15:04:03.546 INFO O| Jun 01 15:04:03.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
52522026-06-01T15:04:04.189Z[ recovery-image] Jun 01 15:04:03.546 INFO O| Jun 01 15:04:03.546 INFO STEP 113 (remove_files) COMPLETE
52532026-06-01T15:04:04.189Z[ recovery-image] Jun 01 15:04:03.546 INFO O| Jun 01 15:04:03.546 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-06-01T15:04:04.197Z[ recovery-image] Jun 01 15:04:03.555 INFO O| Jun 01 15:04:03.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52552026-06-01T15:04:04.197Z[ recovery-image] Jun 01 15:04:03.556 INFO O| Jun 01 15:04:03.556 INFO STEP 114 (remove_files) COMPLETE
52562026-06-01T15:04:04.197Z[ recovery-image] Jun 01 15:04:03.556 INFO O| Jun 01 15:04:03.556 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-06-01T15:04:04.200Z[ recovery-image] Jun 01 15:04:03.565 INFO O| Jun 01 15:04:03.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52582026-06-01T15:04:04.200Z[ recovery-image] Jun 01 15:04:03.565 INFO O| Jun 01 15:04:03.565 INFO STEP 115 (remove_files) COMPLETE
52592026-06-01T15:04:04.200Z[ recovery-image] Jun 01 15:04:03.565 INFO O| Jun 01 15:04:03.565 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-06-01T15:04:04.208Z[ recovery-image] Jun 01 15:04:03.574 INFO O| Jun 01 15:04:03.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52612026-06-01T15:04:04.208Z[ recovery-image] Jun 01 15:04:03.574 INFO O| Jun 01 15:04:03.574 INFO STEP 116 (remove_files) COMPLETE
52622026-06-01T15:04:04.208Z[ recovery-image] Jun 01 15:04:03.574 INFO O| Jun 01 15:04:03.574 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52632026-06-01T15:04:04.217Z[ recovery-image] Jun 01 15:04:03.584 INFO O| Jun 01 15:04:03.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52642026-06-01T15:04:04.217Z[ recovery-image] Jun 01 15:04:03.584 INFO O| Jun 01 15:04:03.584 INFO STEP 117 (remove_files) COMPLETE
52652026-06-01T15:04:04.221Z[ recovery-image] Jun 01 15:04:03.584 INFO O| Jun 01 15:04:03.584 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52662026-06-01T15:04:04.227Z[ recovery-image] Jun 01 15:04:03.593 INFO O| Jun 01 15:04:03.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52672026-06-01T15:04:04.227Z[ recovery-image] Jun 01 15:04:03.593 INFO O| Jun 01 15:04:03.593 INFO STEP 118 (remove_files) COMPLETE
52682026-06-01T15:04:04.231Z[ recovery-image] Jun 01 15:04:03.593 INFO O| Jun 01 15:04:03.593 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52692026-06-01T15:04:04.236Z[ recovery-image] Jun 01 15:04:03.603 INFO O| Jun 01 15:04:03.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52702026-06-01T15:04:04.236Z[ recovery-image] Jun 01 15:04:03.603 INFO O| Jun 01 15:04:03.603 INFO STEP 119 (remove_files) COMPLETE
52712026-06-01T15:04:04.240Z[ recovery-image] Jun 01 15:04:03.603 INFO O| Jun 01 15:04:03.603 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-06-01T15:04:04.246Z[ recovery-image] Jun 01 15:04:03.613 INFO O| Jun 01 15:04:03.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52732026-06-01T15:04:04.246Z[ recovery-image] Jun 01 15:04:03.613 INFO O| Jun 01 15:04:03.613 INFO STEP 120 (remove_files) COMPLETE
52742026-06-01T15:04:04.251Z[ recovery-image] Jun 01 15:04:03.613 INFO O| Jun 01 15:04:03.613 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-06-01T15:04:04.256Z[ recovery-image] Jun 01 15:04:03.623 INFO O| Jun 01 15:04:03.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52762026-06-01T15:04:04.256Z[ recovery-image] Jun 01 15:04:03.623 INFO O| Jun 01 15:04:03.623 INFO STEP 121 (remove_files) COMPLETE
52772026-06-01T15:04:04.264Z[ recovery-image] Jun 01 15:04:03.623 INFO O| Jun 01 15:04:03.623 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-06-01T15:04:04.268Z[ recovery-image] Jun 01 15:04:03.632 INFO O| Jun 01 15:04:03.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52792026-06-01T15:04:04.268Z[ recovery-image] Jun 01 15:04:03.632 INFO O| Jun 01 15:04:03.632 INFO STEP 122 (remove_files) COMPLETE
52802026-06-01T15:04:04.268Z[ recovery-image] Jun 01 15:04:03.632 INFO O| Jun 01 15:04:03.632 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-06-01T15:04:04.276Z[ recovery-image] Jun 01 15:04:03.642 INFO O| Jun 01 15:04:03.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52822026-06-01T15:04:04.276Z[ recovery-image] Jun 01 15:04:03.642 INFO O| Jun 01 15:04:03.642 INFO STEP 123 (remove_files) COMPLETE
52832026-06-01T15:04:04.279Z[ recovery-image] Jun 01 15:04:03.642 INFO O| Jun 01 15:04:03.642 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-06-01T15:04:04.286Z[ recovery-image] Jun 01 15:04:03.651 INFO O| Jun 01 15:04:03.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52852026-06-01T15:04:04.286Z[ recovery-image] Jun 01 15:04:03.651 INFO O| Jun 01 15:04:03.651 INFO STEP 124 (remove_files) COMPLETE
52862026-06-01T15:04:04.291Z[ recovery-image] Jun 01 15:04:03.651 INFO O| Jun 01 15:04:03.651 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-06-01T15:04:04.295Z[ recovery-image] Jun 01 15:04:03.661 INFO O| Jun 01 15:04:03.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52882026-06-01T15:04:04.295Z[ recovery-image] Jun 01 15:04:03.661 INFO O| Jun 01 15:04:03.661 INFO STEP 125 (remove_files) COMPLETE
52892026-06-01T15:04:04.295Z[ recovery-image] Jun 01 15:04:03.661 INFO O| Jun 01 15:04:03.661 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-06-01T15:04:04.304Z[ recovery-image] Jun 01 15:04:03.670 INFO O| Jun 01 15:04:03.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52912026-06-01T15:04:04.304Z[ recovery-image] Jun 01 15:04:03.670 INFO O| Jun 01 15:04:03.670 INFO STEP 126 (remove_files) COMPLETE
52922026-06-01T15:04:04.304Z[ recovery-image] Jun 01 15:04:03.670 INFO O| Jun 01 15:04:03.670 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-06-01T15:04:04.313Z[ recovery-image] Jun 01 15:04:03.679 INFO O| Jun 01 15:04:03.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52942026-06-01T15:04:04.313Z[ recovery-image] Jun 01 15:04:03.679 INFO O| Jun 01 15:04:03.679 INFO STEP 127 (remove_files) COMPLETE
52952026-06-01T15:04:04.317Z[ recovery-image] Jun 01 15:04:03.679 INFO O| Jun 01 15:04:03.679 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-06-01T15:04:04.322Z[ recovery-image] Jun 01 15:04:03.688 INFO O| Jun 01 15:04:03.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52972026-06-01T15:04:04.322Z[ recovery-image] Jun 01 15:04:03.688 INFO O| Jun 01 15:04:03.688 INFO STEP 128 (remove_files) COMPLETE
52982026-06-01T15:04:04.326Z[ recovery-image] Jun 01 15:04:03.688 INFO O| Jun 01 15:04:03.688 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-06-01T15:04:04.332Z[ recovery-image] Jun 01 15:04:03.698 INFO O| Jun 01 15:04:03.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
53002026-06-01T15:04:04.332Z[ recovery-image] Jun 01 15:04:03.698 INFO O| Jun 01 15:04:03.698 INFO STEP 129 (remove_files) COMPLETE
53012026-06-01T15:04:04.336Z[ recovery-image] Jun 01 15:04:03.698 INFO O| Jun 01 15:04:03.698 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-06-01T15:04:04.344Z[ recovery-image] Jun 01 15:04:03.707 INFO O| Jun 01 15:04:03.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
53032026-06-01T15:04:04.344Z[ recovery-image] Jun 01 15:04:03.707 INFO O| Jun 01 15:04:03.707 INFO STEP 130 (remove_files) COMPLETE
53042026-06-01T15:04:04.344Z[ recovery-image] Jun 01 15:04:03.707 INFO O| Jun 01 15:04:03.707 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-06-01T15:04:04.350Z[ recovery-image] Jun 01 15:04:03.717 INFO O| Jun 01 15:04:03.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
53062026-06-01T15:04:04.350Z[ recovery-image] Jun 01 15:04:03.717 INFO O| Jun 01 15:04:03.717 INFO STEP 131 (remove_files) COMPLETE
53072026-06-01T15:04:04.350Z[ recovery-image] Jun 01 15:04:03.717 INFO O| Jun 01 15:04:03.717 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-06-01T15:04:04.375Z[ recovery-image] Jun 01 15:04:03.739 INFO O| Jun 01 15:04:03.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
53092026-06-01T15:04:04.375Z[ recovery-image] Jun 01 15:04:03.739 INFO O| Jun 01 15:04:03.727 INFO STEP 132 (remove_files) COMPLETE
53102026-06-01T15:04:04.378Z[ recovery-image] Jun 01 15:04:03.739 INFO O| Jun 01 15:04:03.727 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-06-01T15:04:04.378Z[ recovery-image] Jun 01 15:04:03.739 INFO O| Jun 01 15:04:03.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
53122026-06-01T15:04:04.378Z[ recovery-image] Jun 01 15:04:03.739 INFO O| Jun 01 15:04:03.739 INFO STEP 133 (remove_files) COMPLETE
53132026-06-01T15:04:04.379Z[ recovery-image] Jun 01 15:04:03.739 INFO O| Jun 01 15:04:03.739 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-06-01T15:04:04.382Z[ recovery-image] Jun 01 15:04:03.748 INFO O| Jun 01 15:04:03.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
53152026-06-01T15:04:04.382Z[ recovery-image] Jun 01 15:04:03.748 INFO O| Jun 01 15:04:03.748 INFO STEP 134 (remove_files) COMPLETE
53162026-06-01T15:04:04.382Z[ recovery-image] Jun 01 15:04:03.748 INFO O| Jun 01 15:04:03.748 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-06-01T15:04:04.391Z[ recovery-image] Jun 01 15:04:03.758 INFO O| Jun 01 15:04:03.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
53182026-06-01T15:04:04.399Z[ recovery-image] Jun 01 15:04:03.766 INFO O| Jun 01 15:04:03.766 INFO STEP 135 (remove_files) COMPLETE
53192026-06-01T15:04:04.399Z[ recovery-image] Jun 01 15:04:03.766 INFO O| Jun 01 15:04:03.766 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-06-01T15:04:04.432Z[ recovery-image] Jun 01 15:04:03.793 INFO O| Jun 01 15:04:03.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
53212026-06-01T15:04:04.432Z[ recovery-image] Jun 01 15:04:03.793 INFO O| Jun 01 15:04:03.793 INFO STEP 136 (remove_files) COMPLETE
53222026-06-01T15:04:04.432Z[ recovery-image] Jun 01 15:04:03.793 INFO O| Jun 01 15:04:03.793 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-06-01T15:04:04.436Z[ recovery-image] Jun 01 15:04:03.801 INFO O| Jun 01 15:04:03.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
53242026-06-01T15:04:04.436Z[ recovery-image] Jun 01 15:04:03.801 INFO O| Jun 01 15:04:03.801 INFO STEP 137 (remove_files) COMPLETE
53252026-06-01T15:04:04.436Z[ recovery-image] Jun 01 15:04:03.801 INFO O| Jun 01 15:04:03.801 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-06-01T15:04:04.443Z[ recovery-image] Jun 01 15:04:03.809 INFO O| Jun 01 15:04:03.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
53272026-06-01T15:04:04.443Z[ recovery-image] Jun 01 15:04:03.809 INFO O| Jun 01 15:04:03.809 INFO STEP 138 (remove_files) COMPLETE
53282026-06-01T15:04:04.443Z[ recovery-image] Jun 01 15:04:03.809 INFO O| Jun 01 15:04:03.809 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-06-01T15:04:04.451Z[ recovery-image] Jun 01 15:04:03.817 INFO O| Jun 01 15:04:03.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
53302026-06-01T15:04:04.451Z[ recovery-image] Jun 01 15:04:03.818 INFO O| Jun 01 15:04:03.818 INFO STEP 139 (remove_files) COMPLETE
53312026-06-01T15:04:04.451Z[ recovery-image] Jun 01 15:04:03.818 INFO O| Jun 01 15:04:03.818 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-06-01T15:04:04.461Z[ recovery-image] Jun 01 15:04:03.825 INFO O| Jun 01 15:04:03.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
53332026-06-01T15:04:04.461Z[ recovery-image] Jun 01 15:04:03.825 INFO O| Jun 01 15:04:03.825 INFO STEP 140 (remove_files) COMPLETE
53342026-06-01T15:04:04.461Z[ recovery-image] Jun 01 15:04:03.825 INFO O| Jun 01 15:04:03.825 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-06-01T15:04:04.467Z[ recovery-image] Jun 01 15:04:03.833 INFO O| Jun 01 15:04:03.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
53362026-06-01T15:04:04.467Z[ recovery-image] Jun 01 15:04:03.834 INFO O| Jun 01 15:04:03.834 INFO STEP 141 (remove_files) COMPLETE
53372026-06-01T15:04:04.467Z[ recovery-image] Jun 01 15:04:03.834 INFO O| Jun 01 15:04:03.834 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-06-01T15:04:04.476Z[ recovery-image] Jun 01 15:04:03.843 INFO O| Jun 01 15:04:03.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
53392026-06-01T15:04:04.476Z[ recovery-image] Jun 01 15:04:03.843 INFO O| Jun 01 15:04:03.843 INFO STEP 142 (remove_files) COMPLETE
53402026-06-01T15:04:04.480Z[ recovery-image] Jun 01 15:04:03.843 INFO O| Jun 01 15:04:03.843 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-06-01T15:04:04.485Z[ recovery-image] Jun 01 15:04:03.852 INFO O| Jun 01 15:04:03.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
53422026-06-01T15:04:04.492Z[ recovery-image] Jun 01 15:04:03.852 INFO O| Jun 01 15:04:03.852 INFO STEP 143 (remove_files) COMPLETE
53432026-06-01T15:04:04.492Z[ recovery-image] Jun 01 15:04:03.852 INFO O| Jun 01 15:04:03.852 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-06-01T15:04:04.504Z[ recovery-image] Jun 01 15:04:03.870 INFO O| Jun 01 15:04:03.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
53452026-06-01T15:04:04.504Z[ recovery-image] Jun 01 15:04:03.870 INFO O| Jun 01 15:04:03.870 INFO STEP 144 (remove_files) COMPLETE
53462026-06-01T15:04:04.509Z[ recovery-image] Jun 01 15:04:03.870 INFO O| Jun 01 15:04:03.870 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-06-01T15:04:04.514Z[ recovery-image] Jun 01 15:04:03.880 INFO O| Jun 01 15:04:03.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
53482026-06-01T15:04:04.514Z[ recovery-image] Jun 01 15:04:03.880 INFO O| Jun 01 15:04:03.880 INFO STEP 145 (remove_files) COMPLETE
53492026-06-01T15:04:04.514Z[ recovery-image] Jun 01 15:04:03.880 INFO O| Jun 01 15:04:03.880 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-06-01T15:04:04.829Z[ recovery-image] Jun 01 15:04:03.902 INFO O| Jun 01 15:04:03.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53512026-06-01T15:04:04.830Z[ recovery-image] Jun 01 15:04:03.902 INFO O| Jun 01 15:04:03.902 INFO STEP 146 (remove_files) COMPLETE
53522026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.902 INFO O| Jun 01 15:04:03.902 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.930 INFO O| Jun 01 15:04:03.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53542026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.930 INFO O| Jun 01 15:04:03.930 INFO STEP 147 (remove_files) COMPLETE
53552026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.930 INFO O| Jun 01 15:04:03.930 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.938 INFO O| Jun 01 15:04:03.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53572026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.938 INFO O| Jun 01 15:04:03.938 INFO STEP 148 (remove_files) COMPLETE
53582026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.938 INFO O| Jun 01 15:04:03.938 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.945 INFO O| Jun 01 15:04:03.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53602026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.945 INFO O| Jun 01 15:04:03.945 INFO STEP 149 (remove_files) COMPLETE
53612026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.945 INFO O| Jun 01 15:04:03.945 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.953 INFO O| Jun 01 15:04:03.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53632026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.953 INFO O| Jun 01 15:04:03.953 INFO STEP 150 (remove_files) COMPLETE
53642026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.953 INFO O| Jun 01 15:04:03.953 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.962 INFO O| Jun 01 15:04:03.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53662026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.962 INFO O| Jun 01 15:04:03.962 INFO STEP 151 (remove_files) COMPLETE
53672026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.962 INFO O| Jun 01 15:04:03.962 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-06-01T15:04:04.835Z[ recovery-image] Jun 01 15:04:03.970 INFO O| Jun 01 15:04:03.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53692026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:03.970 INFO O| Jun 01 15:04:03.970 INFO STEP 152 (remove_files) COMPLETE
53702026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:03.970 INFO O| Jun 01 15:04:03.970 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:03.978 INFO O| Jun 01 15:04:03.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53722026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:03.978 INFO O| Jun 01 15:04:03.978 INFO STEP 153 (remove_files) COMPLETE
53732026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:03.978 INFO O| Jun 01 15:04:03.978 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:03.987 INFO O| Jun 01 15:04:03.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53752026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:03.987 INFO O| Jun 01 15:04:03.987 INFO STEP 154 (remove_files) COMPLETE
53762026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:03.987 INFO O| Jun 01 15:04:03.987 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:03.995 INFO O| Jun 01 15:04:03.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53782026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:03.995 INFO O| Jun 01 15:04:03.995 INFO STEP 155 (remove_files) COMPLETE
53792026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:03.995 INFO O| Jun 01 15:04:03.995 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:04.004 INFO O| Jun 01 15:04:04.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53812026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:04.004 INFO O| Jun 01 15:04:04.004 INFO STEP 156 (remove_files) COMPLETE
53822026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:04.004 INFO O| Jun 01 15:04:04.004 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:04.013 INFO O| Jun 01 15:04:04.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53842026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:04.013 INFO O| Jun 01 15:04:04.013 INFO STEP 157 (remove_files) COMPLETE
53852026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:04.013 INFO O| Jun 01 15:04:04.013 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:04.023 INFO O| Jun 01 15:04:04.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53872026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:04.023 INFO O| Jun 01 15:04:04.023 INFO STEP 158 (remove_files) COMPLETE
53882026-06-01T15:04:04.836Z[ recovery-image] Jun 01 15:04:04.023 INFO O| Jun 01 15:04:04.023 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.033 INFO O| Jun 01 15:04:04.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53902026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.033 INFO O| Jun 01 15:04:04.033 INFO STEP 159 (remove_files) COMPLETE
53912026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.033 INFO O| Jun 01 15:04:04.033 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.043 INFO O| Jun 01 15:04:04.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53932026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.043 INFO O| Jun 01 15:04:04.043 INFO STEP 160 (remove_files) COMPLETE
53942026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.043 INFO O| Jun 01 15:04:04.043 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.070 INFO O| Jun 01 15:04:04.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53962026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.071 INFO O| Jun 01 15:04:04.071 INFO STEP 161 (remove_files) COMPLETE
53972026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.071 INFO O| Jun 01 15:04:04.071 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.080 INFO O| Jun 01 15:04:04.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53992026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.080 INFO O| Jun 01 15:04:04.080 INFO STEP 162 (remove_files) COMPLETE
54002026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.080 INFO O| Jun 01 15:04:04.080 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.089 INFO O| Jun 01 15:04:04.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
54022026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.089 INFO O| Jun 01 15:04:04.089 INFO STEP 163 (remove_files) COMPLETE
54032026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.089 INFO O| Jun 01 15:04:04.089 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.097 INFO O| Jun 01 15:04:04.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
54052026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.097 INFO O| Jun 01 15:04:04.097 INFO STEP 164 (remove_files) COMPLETE
54062026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.097 INFO O| Jun 01 15:04:04.097 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.106 INFO O| Jun 01 15:04:04.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
54082026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.106 INFO O| Jun 01 15:04:04.106 INFO STEP 165 (remove_files) COMPLETE
54092026-06-01T15:04:04.837Z[ recovery-image] Jun 01 15:04:04.106 INFO O| Jun 01 15:04:04.106 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.114 INFO O| Jun 01 15:04:04.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
54112026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.114 INFO O| Jun 01 15:04:04.114 INFO STEP 166 (remove_files) COMPLETE
54122026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.114 INFO O| Jun 01 15:04:04.114 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.122 INFO O| Jun 01 15:04:04.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
54142026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.122 INFO O| Jun 01 15:04:04.122 INFO STEP 167 (remove_files) COMPLETE
54152026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.122 INFO O| Jun 01 15:04:04.122 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.130 INFO O| Jun 01 15:04:04.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
54172026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.130 INFO O| Jun 01 15:04:04.130 INFO STEP 168 (remove_files) COMPLETE
54182026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.130 INFO O| Jun 01 15:04:04.130 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.139 INFO O| Jun 01 15:04:04.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
54202026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.139 INFO O| Jun 01 15:04:04.139 INFO STEP 169 (remove_files) COMPLETE
54212026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.139 INFO O| Jun 01 15:04:04.139 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.147 INFO O| Jun 01 15:04:04.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
54232026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.147 INFO O| Jun 01 15:04:04.147 INFO STEP 170 (remove_files) COMPLETE
54242026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.147 INFO O| Jun 01 15:04:04.147 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.156 INFO O| Jun 01 15:04:04.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
54262026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.156 INFO O| Jun 01 15:04:04.156 INFO STEP 171 (remove_files) COMPLETE
54272026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.156 INFO O| Jun 01 15:04:04.156 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-06-01T15:04:04.838Z[ recovery-image] Jun 01 15:04:04.164 INFO O| Jun 01 15:04:04.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
54292026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.164 INFO O| Jun 01 15:04:04.164 INFO STEP 172 (remove_files) COMPLETE
54302026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.164 INFO O| Jun 01 15:04:04.164 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.171 INFO O| Jun 01 15:04:04.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
54322026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.171 INFO O| Jun 01 15:04:04.171 INFO STEP 173 (remove_files) COMPLETE
54332026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.171 INFO O| Jun 01 15:04:04.171 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.181 INFO O| Jun 01 15:04:04.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
54352026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.181 INFO O| Jun 01 15:04:04.181 INFO STEP 174 (remove_files) COMPLETE
54362026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.181 INFO O| Jun 01 15:04:04.181 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.190 INFO O| Jun 01 15:04:04.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
54382026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.190 INFO O| Jun 01 15:04:04.190 INFO STEP 175 (remove_files) COMPLETE
54392026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.190 INFO O| Jun 01 15:04:04.190 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.199 INFO O| Jun 01 15:04:04.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
54412026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.199 INFO O| Jun 01 15:04:04.199 INFO STEP 176 (remove_files) COMPLETE
54422026-06-01T15:04:04.839Z[ recovery-image] Jun 01 15:04:04.199 INFO O| Jun 01 15:04:04.199 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-06-01T15:04:04.857Z[ recovery-image] Jun 01 15:04:04.207 INFO O| Jun 01 15:04:04.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
54442026-06-01T15:04:04.857Z[ recovery-image] Jun 01 15:04:04.207 INFO O| Jun 01 15:04:04.207 INFO STEP 177 (remove_files) COMPLETE
54452026-06-01T15:04:04.857Z[ recovery-image] Jun 01 15:04:04.207 INFO O| Jun 01 15:04:04.207 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-06-01T15:04:04.857Z[ recovery-image] Jun 01 15:04:04.215 INFO O| Jun 01 15:04:04.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54472026-06-01T15:04:04.857Z[ recovery-image] Jun 01 15:04:04.215 INFO O| Jun 01 15:04:04.215 INFO STEP 178 (remove_files) COMPLETE
54482026-06-01T15:04:04.857Z[ recovery-image] Jun 01 15:04:04.215 INFO O| Jun 01 15:04:04.215 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-06-01T15:04:04.862Z[ recovery-image] Jun 01 15:04:04.225 INFO O| Jun 01 15:04:04.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54502026-06-01T15:04:04.862Z[ recovery-image] Jun 01 15:04:04.225 INFO O| Jun 01 15:04:04.225 INFO STEP 179 (remove_files) COMPLETE
54512026-06-01T15:04:04.862Z[ recovery-image] Jun 01 15:04:04.225 INFO O| Jun 01 15:04:04.225 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-06-01T15:04:04.868Z[ recovery-image] Jun 01 15:04:04.234 INFO O| Jun 01 15:04:04.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54532026-06-01T15:04:04.868Z[ recovery-image] Jun 01 15:04:04.234 INFO O| Jun 01 15:04:04.234 INFO STEP 180 (remove_files) COMPLETE
54542026-06-01T15:04:04.868Z[ recovery-image] Jun 01 15:04:04.234 INFO O| Jun 01 15:04:04.234 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-06-01T15:04:04.885Z[ recovery-image] Jun 01 15:04:04.243 INFO O| Jun 01 15:04:04.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54562026-06-01T15:04:04.885Z[ recovery-image] Jun 01 15:04:04.243 INFO O| Jun 01 15:04:04.243 INFO STEP 181 (remove_files) COMPLETE
54572026-06-01T15:04:04.885Z[ recovery-image] Jun 01 15:04:04.243 INFO O| Jun 01 15:04:04.243 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-06-01T15:04:04.892Z[ recovery-image] Jun 01 15:04:04.251 INFO O| Jun 01 15:04:04.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54592026-06-01T15:04:04.892Z[ recovery-image] Jun 01 15:04:04.251 INFO O| Jun 01 15:04:04.251 INFO STEP 182 (remove_files) COMPLETE
54602026-06-01T15:04:04.892Z[ recovery-image] Jun 01 15:04:04.251 INFO O| Jun 01 15:04:04.251 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-06-01T15:04:04.902Z[ recovery-image] Jun 01 15:04:04.260 INFO O| Jun 01 15:04:04.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54622026-06-01T15:04:04.902Z[ recovery-image] Jun 01 15:04:04.260 INFO O| Jun 01 15:04:04.260 INFO STEP 183 (remove_files) COMPLETE
54632026-06-01T15:04:04.902Z[ recovery-image] Jun 01 15:04:04.260 INFO O| Jun 01 15:04:04.260 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-06-01T15:04:04.909Z[ recovery-image] Jun 01 15:04:04.268 INFO O| Jun 01 15:04:04.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54652026-06-01T15:04:04.909Z[ recovery-image] Jun 01 15:04:04.268 INFO O| Jun 01 15:04:04.268 INFO STEP 184 (remove_files) COMPLETE
54662026-06-01T15:04:04.909Z[ recovery-image] Jun 01 15:04:04.268 INFO O| Jun 01 15:04:04.268 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-06-01T15:04:04.909Z[ recovery-image] Jun 01 15:04:04.275 INFO O| Jun 01 15:04:04.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54682026-06-01T15:04:04.909Z[ recovery-image] Jun 01 15:04:04.275 INFO O| Jun 01 15:04:04.275 INFO STEP 185 (remove_files) COMPLETE
54692026-06-01T15:04:04.909Z[ recovery-image] Jun 01 15:04:04.275 INFO O| Jun 01 15:04:04.275 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-06-01T15:04:04.918Z[ recovery-image] Jun 01 15:04:04.283 INFO O| Jun 01 15:04:04.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54712026-06-01T15:04:04.921Z[ recovery-image] Jun 01 15:04:04.284 INFO O| Jun 01 15:04:04.284 INFO STEP 186 (remove_files) COMPLETE
54722026-06-01T15:04:04.921Z[ recovery-image] Jun 01 15:04:04.284 INFO O| Jun 01 15:04:04.284 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-06-01T15:04:04.925Z[ recovery-image] Jun 01 15:04:04.291 INFO O| Jun 01 15:04:04.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54742026-06-01T15:04:04.925Z[ recovery-image] Jun 01 15:04:04.291 INFO O| Jun 01 15:04:04.291 INFO STEP 187 (remove_files) COMPLETE
54752026-06-01T15:04:04.925Z[ recovery-image] Jun 01 15:04:04.291 INFO O| Jun 01 15:04:04.291 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-06-01T15:04:04.932Z[ recovery-image] Jun 01 15:04:04.298 INFO O| Jun 01 15:04:04.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54772026-06-01T15:04:04.932Z[ recovery-image] Jun 01 15:04:04.298 INFO O| Jun 01 15:04:04.298 INFO STEP 188 (remove_files) COMPLETE
54782026-06-01T15:04:04.932Z[ recovery-image] Jun 01 15:04:04.298 INFO O| Jun 01 15:04:04.298 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-06-01T15:04:04.939Z[ recovery-image] Jun 01 15:04:04.306 INFO O| Jun 01 15:04:04.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54802026-06-01T15:04:04.939Z[ recovery-image] Jun 01 15:04:04.306 INFO O| Jun 01 15:04:04.306 INFO STEP 189 (remove_files) COMPLETE
54812026-06-01T15:04:04.939Z[ recovery-image] Jun 01 15:04:04.306 INFO O| Jun 01 15:04:04.306 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-06-01T15:04:04.950Z[ recovery-image] Jun 01 15:04:04.313 INFO O| Jun 01 15:04:04.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54832026-06-01T15:04:04.950Z[ recovery-image] Jun 01 15:04:04.313 INFO O| Jun 01 15:04:04.313 INFO STEP 190 (remove_files) COMPLETE
54842026-06-01T15:04:04.950Z[ recovery-image] Jun 01 15:04:04.313 INFO O| Jun 01 15:04:04.313 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-06-01T15:04:04.954Z[ recovery-image] Jun 01 15:04:04.320 INFO O| Jun 01 15:04:04.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54862026-06-01T15:04:04.954Z[ recovery-image] Jun 01 15:04:04.320 INFO O| Jun 01 15:04:04.320 INFO STEP 191 (remove_files) COMPLETE
54872026-06-01T15:04:04.954Z[ recovery-image] Jun 01 15:04:04.320 INFO O| Jun 01 15:04:04.320 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-06-01T15:04:04.962Z[ recovery-image] Jun 01 15:04:04.328 INFO O| Jun 01 15:04:04.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54892026-06-01T15:04:04.962Z[ recovery-image] Jun 01 15:04:04.328 INFO O| Jun 01 15:04:04.328 INFO STEP 192 (remove_files) COMPLETE
54902026-06-01T15:04:04.962Z[ recovery-image] Jun 01 15:04:04.328 INFO O| Jun 01 15:04:04.328 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-06-01T15:04:04.971Z[ recovery-image] Jun 01 15:04:04.337 INFO O| Jun 01 15:04:04.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54922026-06-01T15:04:04.971Z[ recovery-image] Jun 01 15:04:04.337 INFO O| Jun 01 15:04:04.337 INFO STEP 193 (remove_files) COMPLETE
54932026-06-01T15:04:04.974Z[ recovery-image] Jun 01 15:04:04.337 INFO O| Jun 01 15:04:04.337 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-06-01T15:04:04.980Z[ recovery-image] Jun 01 15:04:04.346 INFO O| Jun 01 15:04:04.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54952026-06-01T15:04:04.980Z[ recovery-image] Jun 01 15:04:04.346 INFO O| Jun 01 15:04:04.346 INFO STEP 194 (remove_files) COMPLETE
54962026-06-01T15:04:04.984Z[ recovery-image] Jun 01 15:04:04.346 INFO O| Jun 01 15:04:04.346 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-06-01T15:04:04.988Z[ recovery-image] Jun 01 15:04:04.355 INFO O| Jun 01 15:04:04.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54982026-06-01T15:04:04.988Z[ recovery-image] Jun 01 15:04:04.355 INFO O| Jun 01 15:04:04.355 INFO STEP 195 (remove_files) COMPLETE
54992026-06-01T15:04:04.992Z[ recovery-image] Jun 01 15:04:04.355 INFO O| Jun 01 15:04:04.355 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-06-01T15:04:05.032Z[ recovery-image] Jun 01 15:04:04.362 INFO O| Jun 01 15:04:04.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
55012026-06-01T15:04:05.032Z[ recovery-image] Jun 01 15:04:04.362 INFO O| Jun 01 15:04:04.362 INFO STEP 196 (remove_files) COMPLETE
55022026-06-01T15:04:05.032Z[ recovery-image] Jun 01 15:04:04.362 INFO O| Jun 01 15:04:04.362 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.370 INFO O| Jun 01 15:04:04.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
55042026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.370 INFO O| Jun 01 15:04:04.370 INFO STEP 197 (remove_files) COMPLETE
55052026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.370 INFO O| Jun 01 15:04:04.370 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.377 INFO O| Jun 01 15:04:04.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
55072026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.377 INFO O| Jun 01 15:04:04.377 INFO STEP 198 (remove_files) COMPLETE
55082026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.377 INFO O| Jun 01 15:04:04.377 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.384 INFO O| Jun 01 15:04:04.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
55102026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.384 INFO O| Jun 01 15:04:04.384 INFO STEP 199 (remove_files) COMPLETE
55112026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.384 INFO O| Jun 01 15:04:04.384 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.394 INFO O| Jun 01 15:04:04.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
55132026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.394 INFO O| Jun 01 15:04:04.394 INFO STEP 200 (remove_files) COMPLETE
55142026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.394 INFO O| Jun 01 15:04:04.394 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.403 INFO O| Jun 01 15:04:04.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
55162026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.403 INFO O| Jun 01 15:04:04.403 INFO STEP 201 (remove_files) COMPLETE
55172026-06-01T15:04:05.041Z[ recovery-image] Jun 01 15:04:04.403 INFO O| Jun 01 15:04:04.403 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-06-01T15:04:05.047Z[ recovery-image] Jun 01 15:04:04.413 INFO O| Jun 01 15:04:04.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
55192026-06-01T15:04:05.047Z[ recovery-image] Jun 01 15:04:04.413 INFO O| Jun 01 15:04:04.413 INFO STEP 202 (remove_files) COMPLETE
55202026-06-01T15:04:05.047Z[ recovery-image] Jun 01 15:04:04.413 INFO O| Jun 01 15:04:04.413 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-06-01T15:04:05.056Z[ recovery-image] Jun 01 15:04:04.423 INFO O| Jun 01 15:04:04.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
55222026-06-01T15:04:05.056Z[ recovery-image] Jun 01 15:04:04.423 INFO O| Jun 01 15:04:04.423 INFO STEP 203 (remove_files) COMPLETE
55232026-06-01T15:04:05.056Z[ recovery-image] Jun 01 15:04:04.423 INFO O| Jun 01 15:04:04.423 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-06-01T15:04:05.065Z[ recovery-image] Jun 01 15:04:04.431 INFO O| Jun 01 15:04:04.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
55252026-06-01T15:04:05.065Z[ recovery-image] Jun 01 15:04:04.431 INFO O| Jun 01 15:04:04.431 INFO STEP 204 (remove_files) COMPLETE
55262026-06-01T15:04:05.068Z[ recovery-image] Jun 01 15:04:04.431 INFO O| Jun 01 15:04:04.431 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-06-01T15:04:05.073Z[ recovery-image] Jun 01 15:04:04.440 INFO O| Jun 01 15:04:04.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
55282026-06-01T15:04:05.073Z[ recovery-image] Jun 01 15:04:04.440 INFO O| Jun 01 15:04:04.440 INFO STEP 205 (remove_files) COMPLETE
55292026-06-01T15:04:05.073Z[ recovery-image] Jun 01 15:04:04.440 INFO O| Jun 01 15:04:04.440 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-06-01T15:04:05.081Z[ recovery-image] Jun 01 15:04:04.448 INFO O| Jun 01 15:04:04.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
55312026-06-01T15:04:05.081Z[ recovery-image] Jun 01 15:04:04.448 INFO O| Jun 01 15:04:04.448 INFO STEP 206 (remove_files) COMPLETE
55322026-06-01T15:04:05.081Z[ recovery-image] Jun 01 15:04:04.448 INFO O| Jun 01 15:04:04.448 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-06-01T15:04:05.091Z[ recovery-image] Jun 01 15:04:04.456 INFO O| Jun 01 15:04:04.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
55342026-06-01T15:04:05.091Z[ recovery-image] Jun 01 15:04:04.456 INFO O| Jun 01 15:04:04.456 INFO STEP 207 (remove_files) COMPLETE
55352026-06-01T15:04:05.091Z[ recovery-image] Jun 01 15:04:04.456 INFO O| Jun 01 15:04:04.456 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-06-01T15:04:05.102Z[ recovery-image] Jun 01 15:04:04.465 INFO O| Jun 01 15:04:04.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
55372026-06-01T15:04:05.102Z[ recovery-image] Jun 01 15:04:04.465 INFO O| Jun 01 15:04:04.465 INFO STEP 208 (remove_files) COMPLETE
55382026-06-01T15:04:05.103Z[ recovery-image] Jun 01 15:04:04.465 INFO O| Jun 01 15:04:04.465 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-06-01T15:04:05.106Z[ recovery-image] Jun 01 15:04:04.473 INFO O| Jun 01 15:04:04.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
55402026-06-01T15:04:05.106Z[ recovery-image] Jun 01 15:04:04.473 INFO O| Jun 01 15:04:04.473 INFO STEP 209 (remove_files) COMPLETE
55412026-06-01T15:04:05.115Z[ recovery-image] Jun 01 15:04:04.473 INFO O| Jun 01 15:04:04.473 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-06-01T15:04:05.119Z[ recovery-image] Jun 01 15:04:04.483 INFO O| Jun 01 15:04:04.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
55432026-06-01T15:04:05.119Z[ recovery-image] Jun 01 15:04:04.483 INFO O| Jun 01 15:04:04.483 INFO STEP 210 (remove_files) COMPLETE
55442026-06-01T15:04:05.119Z[ recovery-image] Jun 01 15:04:04.483 INFO O| Jun 01 15:04:04.483 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-06-01T15:04:05.125Z[ recovery-image] Jun 01 15:04:04.491 INFO O| Jun 01 15:04:04.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
55462026-06-01T15:04:05.125Z[ recovery-image] Jun 01 15:04:04.491 INFO O| Jun 01 15:04:04.491 INFO STEP 211 (remove_files) COMPLETE
55472026-06-01T15:04:05.130Z[ recovery-image] Jun 01 15:04:04.491 INFO O| Jun 01 15:04:04.491 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-06-01T15:04:05.137Z[ recovery-image] Jun 01 15:04:04.499 INFO O| Jun 01 15:04:04.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55492026-06-01T15:04:05.137Z[ recovery-image] Jun 01 15:04:04.499 INFO O| Jun 01 15:04:04.499 INFO STEP 212 (remove_files) COMPLETE
55502026-06-01T15:04:05.138Z[ recovery-image] Jun 01 15:04:04.499 INFO O| Jun 01 15:04:04.499 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-06-01T15:04:05.145Z[ recovery-image] Jun 01 15:04:04.506 INFO O| Jun 01 15:04:04.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55522026-06-01T15:04:05.145Z[ recovery-image] Jun 01 15:04:04.506 INFO O| Jun 01 15:04:04.506 INFO STEP 213 (remove_files) COMPLETE
55532026-06-01T15:04:05.146Z[ recovery-image] Jun 01 15:04:04.506 INFO O| Jun 01 15:04:04.506 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-06-01T15:04:05.152Z[ recovery-image] Jun 01 15:04:04.514 INFO O| Jun 01 15:04:04.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55552026-06-01T15:04:05.152Z[ recovery-image] Jun 01 15:04:04.514 INFO O| Jun 01 15:04:04.514 INFO STEP 214 (remove_files) COMPLETE
55562026-06-01T15:04:05.152Z[ recovery-image] Jun 01 15:04:04.514 INFO O| Jun 01 15:04:04.514 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-06-01T15:04:05.172Z[ recovery-image] Jun 01 15:04:04.522 INFO O| Jun 01 15:04:04.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55582026-06-01T15:04:05.172Z[ recovery-image] Jun 01 15:04:04.522 INFO O| Jun 01 15:04:04.522 INFO STEP 215 (remove_files) COMPLETE
55592026-06-01T15:04:05.172Z[ recovery-image] Jun 01 15:04:04.522 INFO O| Jun 01 15:04:04.522 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-06-01T15:04:05.176Z[ recovery-image] Jun 01 15:04:04.529 INFO O| Jun 01 15:04:04.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55612026-06-01T15:04:05.176Z[ recovery-image] Jun 01 15:04:04.530 INFO O| Jun 01 15:04:04.530 INFO STEP 216 (remove_files) COMPLETE
55622026-06-01T15:04:05.176Z[ recovery-image] Jun 01 15:04:04.530 INFO O| Jun 01 15:04:04.530 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-06-01T15:04:05.176Z[ recovery-image] Jun 01 15:04:04.537 INFO O| Jun 01 15:04:04.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55642026-06-01T15:04:05.176Z[ recovery-image] Jun 01 15:04:04.537 INFO O| Jun 01 15:04:04.537 INFO STEP 217 (remove_files) COMPLETE
55652026-06-01T15:04:05.176Z[ recovery-image] Jun 01 15:04:04.537 INFO O| Jun 01 15:04:04.537 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-06-01T15:04:05.179Z[ recovery-image] Jun 01 15:04:04.545 INFO O| Jun 01 15:04:04.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55672026-06-01T15:04:05.179Z[ recovery-image] Jun 01 15:04:04.545 INFO O| Jun 01 15:04:04.545 INFO STEP 218 (remove_files) COMPLETE
55682026-06-01T15:04:05.179Z[ recovery-image] Jun 01 15:04:04.545 INFO O| Jun 01 15:04:04.545 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-06-01T15:04:05.185Z[ recovery-image] Jun 01 15:04:04.552 INFO O| Jun 01 15:04:04.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55702026-06-01T15:04:05.185Z[ recovery-image] Jun 01 15:04:04.552 INFO O| Jun 01 15:04:04.552 INFO STEP 219 (remove_files) COMPLETE
55712026-06-01T15:04:05.185Z[ recovery-image] Jun 01 15:04:04.552 INFO O| Jun 01 15:04:04.552 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-06-01T15:04:05.192Z[ recovery-image] Jun 01 15:04:04.559 INFO O| Jun 01 15:04:04.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55732026-06-01T15:04:05.192Z[ recovery-image] Jun 01 15:04:04.559 INFO O| Jun 01 15:04:04.559 INFO STEP 220 (remove_files) COMPLETE
55742026-06-01T15:04:05.192Z[ recovery-image] Jun 01 15:04:04.559 INFO O| Jun 01 15:04:04.559 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-06-01T15:04:05.199Z[ recovery-image] Jun 01 15:04:04.566 INFO O| Jun 01 15:04:04.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55762026-06-01T15:04:05.203Z[ recovery-image] Jun 01 15:04:04.566 INFO O| Jun 01 15:04:04.566 INFO STEP 221 (remove_files) COMPLETE
55772026-06-01T15:04:05.203Z[ recovery-image] Jun 01 15:04:04.566 INFO O| Jun 01 15:04:04.566 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-06-01T15:04:05.208Z[ recovery-image] Jun 01 15:04:04.574 INFO O| Jun 01 15:04:04.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55792026-06-01T15:04:05.208Z[ recovery-image] Jun 01 15:04:04.574 INFO O| Jun 01 15:04:04.574 INFO STEP 222 (remove_files) COMPLETE
55802026-06-01T15:04:05.218Z[ recovery-image] Jun 01 15:04:04.574 INFO O| Jun 01 15:04:04.574 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-06-01T15:04:05.224Z[ recovery-image] Jun 01 15:04:04.582 INFO O| Jun 01 15:04:04.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55822026-06-01T15:04:05.224Z[ recovery-image] Jun 01 15:04:04.582 INFO O| Jun 01 15:04:04.582 INFO STEP 223 (remove_files) COMPLETE
55832026-06-01T15:04:05.224Z[ recovery-image] Jun 01 15:04:04.582 INFO O| Jun 01 15:04:04.582 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-06-01T15:04:05.224Z[ recovery-image] Jun 01 15:04:04.589 INFO O| Jun 01 15:04:04.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55852026-06-01T15:04:05.224Z[ recovery-image] Jun 01 15:04:04.589 INFO O| Jun 01 15:04:04.589 INFO STEP 224 (remove_files) COMPLETE
55862026-06-01T15:04:05.224Z[ recovery-image] Jun 01 15:04:04.589 INFO O| Jun 01 15:04:04.589 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-06-01T15:04:05.233Z[ recovery-image] Jun 01 15:04:04.600 INFO O| Jun 01 15:04:04.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55882026-06-01T15:04:05.233Z[ recovery-image] Jun 01 15:04:04.600 INFO O| Jun 01 15:04:04.600 INFO STEP 225 (remove_files) COMPLETE
55892026-06-01T15:04:05.233Z[ recovery-image] Jun 01 15:04:04.600 INFO O| Jun 01 15:04:04.600 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-06-01T15:04:05.242Z[ recovery-image] Jun 01 15:04:04.609 INFO O| Jun 01 15:04:04.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55912026-06-01T15:04:05.247Z[ recovery-image] Jun 01 15:04:04.610 INFO O| Jun 01 15:04:04.609 INFO STEP 226 (remove_files) COMPLETE
55922026-06-01T15:04:05.247Z[ recovery-image] Jun 01 15:04:04.610 INFO O| Jun 01 15:04:04.610 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-06-01T15:04:05.253Z[ recovery-image] Jun 01 15:04:04.618 INFO O| Jun 01 15:04:04.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55942026-06-01T15:04:05.253Z[ recovery-image] Jun 01 15:04:04.618 INFO O| Jun 01 15:04:04.618 INFO STEP 227 (remove_files) COMPLETE
55952026-06-01T15:04:05.253Z[ recovery-image] Jun 01 15:04:04.618 INFO O| Jun 01 15:04:04.618 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-06-01T15:04:05.261Z[ recovery-image] Jun 01 15:04:04.627 INFO O| Jun 01 15:04:04.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55972026-06-01T15:04:05.261Z[ recovery-image] Jun 01 15:04:04.627 INFO O| Jun 01 15:04:04.627 INFO STEP 228 (remove_files) COMPLETE
55982026-06-01T15:04:05.261Z[ recovery-image] Jun 01 15:04:04.627 INFO O| Jun 01 15:04:04.627 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-06-01T15:04:05.270Z[ recovery-image] Jun 01 15:04:04.635 INFO O| Jun 01 15:04:04.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
56002026-06-01T15:04:05.270Z[ recovery-image] Jun 01 15:04:04.635 INFO O| Jun 01 15:04:04.635 INFO STEP 229 (remove_files) COMPLETE
56012026-06-01T15:04:05.284Z[ recovery-image] Jun 01 15:04:04.635 INFO O| Jun 01 15:04:04.635 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-06-01T15:04:05.284Z[ recovery-image] Jun 01 15:04:04.643 INFO O| Jun 01 15:04:04.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
56032026-06-01T15:04:05.284Z[ recovery-image] Jun 01 15:04:04.643 INFO O| Jun 01 15:04:04.643 INFO STEP 230 (remove_files) COMPLETE
56042026-06-01T15:04:05.284Z[ recovery-image] Jun 01 15:04:04.643 INFO O| Jun 01 15:04:04.643 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-06-01T15:04:05.289Z[ recovery-image] Jun 01 15:04:04.651 INFO O| Jun 01 15:04:04.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
56062026-06-01T15:04:05.289Z[ recovery-image] Jun 01 15:04:04.651 INFO O| Jun 01 15:04:04.651 INFO STEP 231 (remove_files) COMPLETE
56072026-06-01T15:04:05.289Z[ recovery-image] Jun 01 15:04:04.651 INFO O| Jun 01 15:04:04.651 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-06-01T15:04:05.296Z[ recovery-image] Jun 01 15:04:04.660 INFO O| Jun 01 15:04:04.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
56092026-06-01T15:04:05.296Z[ recovery-image] Jun 01 15:04:04.660 INFO O| Jun 01 15:04:04.660 INFO STEP 232 (remove_files) COMPLETE
56102026-06-01T15:04:05.296Z[ recovery-image] Jun 01 15:04:04.660 INFO O| Jun 01 15:04:04.660 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-06-01T15:04:05.306Z[ recovery-image] Jun 01 15:04:04.670 INFO O| Jun 01 15:04:04.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
56122026-06-01T15:04:05.318Z[ recovery-image] Jun 01 15:04:04.670 INFO O| Jun 01 15:04:04.670 INFO STEP 233 (remove_files) COMPLETE
56132026-06-01T15:04:05.318Z[ recovery-image] Jun 01 15:04:04.670 INFO O| Jun 01 15:04:04.670 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-06-01T15:04:05.318Z[ recovery-image] Jun 01 15:04:04.679 INFO O| Jun 01 15:04:04.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
56152026-06-01T15:04:05.318Z[ recovery-image] Jun 01 15:04:04.679 INFO O| Jun 01 15:04:04.679 INFO STEP 234 (remove_files) COMPLETE
56162026-06-01T15:04:05.318Z[ recovery-image] Jun 01 15:04:04.679 INFO O| Jun 01 15:04:04.679 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-06-01T15:04:05.321Z[ recovery-image] Jun 01 15:04:04.686 INFO O| Jun 01 15:04:04.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
56182026-06-01T15:04:05.321Z[ recovery-image] Jun 01 15:04:04.686 INFO O| Jun 01 15:04:04.686 INFO STEP 235 (remove_files) COMPLETE
56192026-06-01T15:04:05.321Z[ recovery-image] Jun 01 15:04:04.686 INFO O| Jun 01 15:04:04.686 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-06-01T15:04:05.330Z[ recovery-image] Jun 01 15:04:04.695 INFO O| Jun 01 15:04:04.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
56212026-06-01T15:04:05.330Z[ recovery-image] Jun 01 15:04:04.695 INFO O| Jun 01 15:04:04.695 INFO STEP 236 (remove_files) COMPLETE
56222026-06-01T15:04:05.338Z[ recovery-image] Jun 01 15:04:04.695 INFO O| Jun 01 15:04:04.695 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-06-01T15:04:05.343Z[ recovery-image] Jun 01 15:04:04.705 INFO O| Jun 01 15:04:04.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
56242026-06-01T15:04:05.343Z[ recovery-image] Jun 01 15:04:04.705 INFO O| Jun 01 15:04:04.705 INFO STEP 237 (remove_files) COMPLETE
56252026-06-01T15:04:05.343Z[ recovery-image] Jun 01 15:04:04.705 INFO O| Jun 01 15:04:04.705 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-06-01T15:04:05.346Z[ recovery-image] Jun 01 15:04:04.712 INFO O| Jun 01 15:04:04.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
56272026-06-01T15:04:05.346Z[ recovery-image] Jun 01 15:04:04.712 INFO O| Jun 01 15:04:04.712 INFO STEP 238 (remove_files) COMPLETE
56282026-06-01T15:04:05.346Z[ recovery-image] Jun 01 15:04:04.712 INFO O| Jun 01 15:04:04.712 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-06-01T15:04:05.352Z[ recovery-image] Jun 01 15:04:04.719 INFO O| Jun 01 15:04:04.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
56302026-06-01T15:04:05.352Z[ recovery-image] Jun 01 15:04:04.719 INFO O| Jun 01 15:04:04.719 INFO STEP 239 (remove_files) COMPLETE
56312026-06-01T15:04:05.359Z[ recovery-image] Jun 01 15:04:04.719 INFO O| Jun 01 15:04:04.719 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-06-01T15:04:05.366Z[ recovery-image] Jun 01 15:04:04.726 INFO O| Jun 01 15:04:04.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
56332026-06-01T15:04:05.366Z[ recovery-image] Jun 01 15:04:04.726 INFO O| Jun 01 15:04:04.726 INFO STEP 240 (remove_files) COMPLETE
56342026-06-01T15:04:05.366Z[ recovery-image] Jun 01 15:04:04.726 INFO O| Jun 01 15:04:04.726 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-06-01T15:04:05.370Z[ recovery-image] Jun 01 15:04:04.736 INFO O| Jun 01 15:04:04.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
56362026-06-01T15:04:05.370Z[ recovery-image] Jun 01 15:04:04.736 INFO O| Jun 01 15:04:04.736 INFO STEP 241 (remove_files) COMPLETE
56372026-06-01T15:04:05.370Z[ recovery-image] Jun 01 15:04:04.736 INFO O| Jun 01 15:04:04.736 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-06-01T15:04:05.377Z[ recovery-image] Jun 01 15:04:04.744 INFO O| Jun 01 15:04:04.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
56392026-06-01T15:04:05.377Z[ recovery-image] Jun 01 15:04:04.744 INFO O| Jun 01 15:04:04.744 INFO STEP 242 (remove_files) COMPLETE
56402026-06-01T15:04:05.377Z[ recovery-image] Jun 01 15:04:04.744 INFO O| Jun 01 15:04:04.744 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-06-01T15:04:05.384Z[ recovery-image] Jun 01 15:04:04.751 INFO O| Jun 01 15:04:04.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
56422026-06-01T15:04:05.385Z[ recovery-image] Jun 01 15:04:04.751 INFO O| Jun 01 15:04:04.751 INFO STEP 243 (remove_files) COMPLETE
56432026-06-01T15:04:05.388Z[ recovery-image] Jun 01 15:04:04.751 INFO O| Jun 01 15:04:04.751 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-06-01T15:04:05.393Z[ recovery-image] Jun 01 15:04:04.758 INFO O| Jun 01 15:04:04.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
56452026-06-01T15:04:05.393Z[ recovery-image] Jun 01 15:04:04.759 INFO O| Jun 01 15:04:04.759 INFO STEP 244 (remove_files) COMPLETE
56462026-06-01T15:04:05.393Z[ recovery-image] Jun 01 15:04:04.759 INFO O| Jun 01 15:04:04.759 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-06-01T15:04:05.400Z[ recovery-image] Jun 01 15:04:04.766 INFO O| Jun 01 15:04:04.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56482026-06-01T15:04:05.400Z[ recovery-image] Jun 01 15:04:04.766 INFO O| Jun 01 15:04:04.766 INFO STEP 245 (remove_files) COMPLETE
56492026-06-01T15:04:05.406Z[ recovery-image] Jun 01 15:04:04.766 INFO O| Jun 01 15:04:04.766 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-06-01T15:04:05.412Z[ recovery-image] Jun 01 15:04:04.774 INFO O| Jun 01 15:04:04.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56512026-06-01T15:04:05.412Z[ recovery-image] Jun 01 15:04:04.774 INFO O| Jun 01 15:04:04.774 INFO STEP 246 (remove_files) COMPLETE
56522026-06-01T15:04:05.412Z[ recovery-image] Jun 01 15:04:04.774 INFO O| Jun 01 15:04:04.774 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-06-01T15:04:05.424Z[ recovery-image] Jun 01 15:04:04.782 INFO O| Jun 01 15:04:04.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56542026-06-01T15:04:05.424Z[ recovery-image] Jun 01 15:04:04.782 INFO O| Jun 01 15:04:04.782 INFO STEP 247 (remove_files) COMPLETE
56552026-06-01T15:04:05.424Z[ recovery-image] Jun 01 15:04:04.782 INFO O| Jun 01 15:04:04.782 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-06-01T15:04:05.433Z[ recovery-image] Jun 01 15:04:04.792 INFO O| Jun 01 15:04:04.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56572026-06-01T15:04:05.433Z[ recovery-image] Jun 01 15:04:04.792 INFO O| Jun 01 15:04:04.792 INFO STEP 248 (remove_files) COMPLETE
56582026-06-01T15:04:05.433Z[ recovery-image] Jun 01 15:04:04.792 INFO O| Jun 01 15:04:04.792 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-06-01T15:04:05.436Z[ recovery-image] Jun 01 15:04:04.803 INFO O| Jun 01 15:04:04.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56602026-06-01T15:04:05.436Z[ recovery-image] Jun 01 15:04:04.803 INFO O| Jun 01 15:04:04.803 INFO STEP 249 (remove_files) COMPLETE
56612026-06-01T15:04:05.436Z[ recovery-image] Jun 01 15:04:04.803 INFO O| Jun 01 15:04:04.803 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-06-01T15:04:05.446Z[ recovery-image] Jun 01 15:04:04.813 INFO O| Jun 01 15:04:04.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56632026-06-01T15:04:05.446Z[ recovery-image] Jun 01 15:04:04.813 INFO O| Jun 01 15:04:04.813 INFO STEP 250 (remove_files) COMPLETE
56642026-06-01T15:04:05.449Z[ recovery-image] Jun 01 15:04:04.813 INFO O| Jun 01 15:04:04.813 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-06-01T15:04:05.455Z[ recovery-image] Jun 01 15:04:04.821 INFO O| Jun 01 15:04:04.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56662026-06-01T15:04:05.455Z[ recovery-image] Jun 01 15:04:04.822 INFO O| Jun 01 15:04:04.822 INFO STEP 251 (remove_files) COMPLETE
56672026-06-01T15:04:05.462Z[ recovery-image] Jun 01 15:04:04.822 INFO O| Jun 01 15:04:04.822 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-06-01T15:04:05.470Z[ recovery-image] Jun 01 15:04:04.830 INFO O| Jun 01 15:04:04.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56692026-06-01T15:04:05.470Z[ recovery-image] Jun 01 15:04:04.830 INFO O| Jun 01 15:04:04.830 INFO STEP 252 (remove_files) COMPLETE
56702026-06-01T15:04:05.470Z[ recovery-image] Jun 01 15:04:04.830 INFO O| Jun 01 15:04:04.830 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-06-01T15:04:05.477Z[ recovery-image] Jun 01 15:04:04.838 INFO O| Jun 01 15:04:04.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56722026-06-01T15:04:05.477Z[ recovery-image] Jun 01 15:04:04.838 INFO O| Jun 01 15:04:04.838 INFO STEP 253 (remove_files) COMPLETE
56732026-06-01T15:04:05.477Z[ recovery-image] Jun 01 15:04:04.838 INFO O| Jun 01 15:04:04.838 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-06-01T15:04:05.495Z[ recovery-image] Jun 01 15:04:04.847 INFO O| Jun 01 15:04:04.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56752026-06-01T15:04:05.495Z[ recovery-image] Jun 01 15:04:04.847 INFO O| Jun 01 15:04:04.847 INFO STEP 254 (remove_files) COMPLETE
56762026-06-01T15:04:05.495Z[ recovery-image] Jun 01 15:04:04.847 INFO O| Jun 01 15:04:04.847 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-06-01T15:04:05.500Z[ recovery-image] Jun 01 15:04:04.856 INFO O| Jun 01 15:04:04.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56782026-06-01T15:04:05.500Z[ recovery-image] Jun 01 15:04:04.856 INFO O| Jun 01 15:04:04.856 INFO STEP 255 (remove_files) COMPLETE
56792026-06-01T15:04:05.500Z[ recovery-image] Jun 01 15:04:04.856 INFO O| Jun 01 15:04:04.856 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-06-01T15:04:05.500Z[ recovery-image] Jun 01 15:04:04.864 INFO O| Jun 01 15:04:04.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56812026-06-01T15:04:05.500Z[ recovery-image] Jun 01 15:04:04.864 INFO O| Jun 01 15:04:04.864 INFO STEP 256 (remove_files) COMPLETE
56822026-06-01T15:04:05.500Z[ recovery-image] Jun 01 15:04:04.864 INFO O| Jun 01 15:04:04.864 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-06-01T15:04:05.505Z[ recovery-image] Jun 01 15:04:04.872 INFO O| Jun 01 15:04:04.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56842026-06-01T15:04:05.505Z[ recovery-image] Jun 01 15:04:04.872 INFO O| Jun 01 15:04:04.872 INFO STEP 257 (remove_files) COMPLETE
56852026-06-01T15:04:05.508Z[ recovery-image] Jun 01 15:04:04.872 INFO O| Jun 01 15:04:04.872 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-06-01T15:04:05.516Z[ recovery-image] Jun 01 15:04:04.882 INFO O| Jun 01 15:04:04.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56872026-06-01T15:04:05.516Z[ recovery-image] Jun 01 15:04:04.882 INFO O| Jun 01 15:04:04.882 INFO STEP 258 (remove_files) COMPLETE
56882026-06-01T15:04:05.520Z[ recovery-image] Jun 01 15:04:04.882 INFO O| Jun 01 15:04:04.882 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-06-01T15:04:05.527Z[ recovery-image] Jun 01 15:04:04.890 INFO O| Jun 01 15:04:04.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56902026-06-01T15:04:05.527Z[ recovery-image] Jun 01 15:04:04.890 INFO O| Jun 01 15:04:04.890 INFO STEP 259 (remove_files) COMPLETE
56912026-06-01T15:04:05.527Z[ recovery-image] Jun 01 15:04:04.891 INFO O| Jun 01 15:04:04.890 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-06-01T15:04:05.541Z[ recovery-image] Jun 01 15:04:04.899 INFO O| Jun 01 15:04:04.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56932026-06-01T15:04:05.548Z[ recovery-image] Jun 01 15:04:04.900 INFO O| Jun 01 15:04:04.900 INFO STEP 260 (remove_files) COMPLETE
56942026-06-01T15:04:05.548Z[ recovery-image] Jun 01 15:04:04.900 INFO O| Jun 01 15:04:04.900 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-06-01T15:04:05.549Z[ recovery-image] Jun 01 15:04:04.909 INFO O| Jun 01 15:04:04.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56962026-06-01T15:04:05.549Z[ recovery-image] Jun 01 15:04:04.909 INFO O| Jun 01 15:04:04.909 INFO STEP 261 (remove_files) COMPLETE
56972026-06-01T15:04:05.549Z[ recovery-image] Jun 01 15:04:04.909 INFO O| Jun 01 15:04:04.909 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-06-01T15:04:05.554Z[ recovery-image] Jun 01 15:04:04.918 INFO O| Jun 01 15:04:04.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56992026-06-01T15:04:05.554Z[ recovery-image] Jun 01 15:04:04.918 INFO O| Jun 01 15:04:04.918 INFO STEP 262 (remove_files) COMPLETE
57002026-06-01T15:04:05.554Z[ recovery-image] Jun 01 15:04:04.918 INFO O| Jun 01 15:04:04.918 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-06-01T15:04:05.566Z[ recovery-image] Jun 01 15:04:04.928 INFO O| Jun 01 15:04:04.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
57022026-06-01T15:04:05.566Z[ recovery-image] Jun 01 15:04:04.928 INFO O| Jun 01 15:04:04.928 INFO STEP 263 (remove_files) COMPLETE
57032026-06-01T15:04:05.567Z[ recovery-image] Jun 01 15:04:04.928 INFO O| Jun 01 15:04:04.928 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-06-01T15:04:05.571Z[ recovery-image] Jun 01 15:04:04.937 INFO O| Jun 01 15:04:04.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
57052026-06-01T15:04:05.572Z[ recovery-image] Jun 01 15:04:04.937 INFO O| Jun 01 15:04:04.937 INFO STEP 264 (remove_files) COMPLETE
57062026-06-01T15:04:05.572Z[ recovery-image] Jun 01 15:04:04.937 INFO O| Jun 01 15:04:04.937 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-06-01T15:04:05.579Z[ recovery-image] Jun 01 15:04:04.946 INFO O| Jun 01 15:04:04.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
57082026-06-01T15:04:05.579Z[ recovery-image] Jun 01 15:04:04.946 INFO O| Jun 01 15:04:04.946 INFO STEP 265 (remove_files) COMPLETE
57092026-06-01T15:04:05.583Z[ recovery-image] Jun 01 15:04:04.946 INFO O| Jun 01 15:04:04.946 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-06-01T15:04:05.588Z[ recovery-image] Jun 01 15:04:04.954 INFO O| Jun 01 15:04:04.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
57112026-06-01T15:04:05.588Z[ recovery-image] Jun 01 15:04:04.955 INFO O| Jun 01 15:04:04.954 INFO STEP 266 (remove_files) COMPLETE
57122026-06-01T15:04:05.592Z[ recovery-image] Jun 01 15:04:04.955 INFO O| Jun 01 15:04:04.955 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-06-01T15:04:05.608Z[ recovery-image] Jun 01 15:04:04.963 INFO O| Jun 01 15:04:04.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
57142026-06-01T15:04:05.608Z[ recovery-image] Jun 01 15:04:04.963 INFO O| Jun 01 15:04:04.963 INFO STEP 267 (remove_files) COMPLETE
57152026-06-01T15:04:05.616Z[ recovery-image] Jun 01 15:04:04.963 INFO O| Jun 01 15:04:04.963 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-06-01T15:04:05.616Z[ recovery-image] Jun 01 15:04:04.973 INFO O| Jun 01 15:04:04.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
57172026-06-01T15:04:05.616Z[ recovery-image] Jun 01 15:04:04.973 INFO O| Jun 01 15:04:04.973 INFO STEP 268 (remove_files) COMPLETE
57182026-06-01T15:04:05.616Z[ recovery-image] Jun 01 15:04:04.973 INFO O| Jun 01 15:04:04.973 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-06-01T15:04:05.616Z[ recovery-image] Jun 01 15:04:04.981 INFO O| Jun 01 15:04:04.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
57202026-06-01T15:04:05.616Z[ recovery-image] Jun 01 15:04:04.981 INFO O| Jun 01 15:04:04.981 INFO STEP 269 (remove_files) COMPLETE
57212026-06-01T15:04:05.616Z[ recovery-image] Jun 01 15:04:04.981 INFO O| Jun 01 15:04:04.981 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-06-01T15:04:05.622Z[ recovery-image] Jun 01 15:04:04.989 INFO O| Jun 01 15:04:04.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
57232026-06-01T15:04:05.622Z[ recovery-image] Jun 01 15:04:04.989 INFO O| Jun 01 15:04:04.989 INFO STEP 270 (remove_files) COMPLETE
57242026-06-01T15:04:05.622Z[ recovery-image] Jun 01 15:04:04.989 INFO O| Jun 01 15:04:04.989 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-06-01T15:04:05.633Z[ recovery-image] Jun 01 15:04:04.999 INFO O| Jun 01 15:04:04.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
57262026-06-01T15:04:05.634Z[ recovery-image] Jun 01 15:04:04.999 INFO O| Jun 01 15:04:04.999 INFO STEP 271 (remove_files) COMPLETE
57272026-06-01T15:04:05.634Z[ recovery-image] Jun 01 15:04:04.999 INFO O| Jun 01 15:04:04.999 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-06-01T15:04:05.643Z[ recovery-image] Jun 01 15:04:05.009 INFO O| Jun 01 15:04:05.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
57292026-06-01T15:04:05.643Z[ recovery-image] Jun 01 15:04:05.009 INFO O| Jun 01 15:04:05.009 INFO STEP 272 (remove_files) COMPLETE
57302026-06-01T15:04:05.648Z[ recovery-image] Jun 01 15:04:05.009 INFO O| Jun 01 15:04:05.009 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-06-01T15:04:05.653Z[ recovery-image] Jun 01 15:04:05.017 INFO O| Jun 01 15:04:05.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
57322026-06-01T15:04:05.653Z[ recovery-image] Jun 01 15:04:05.017 INFO O| Jun 01 15:04:05.017 INFO STEP 273 (remove_files) COMPLETE
57332026-06-01T15:04:05.654Z[ recovery-image] Jun 01 15:04:05.017 INFO O| Jun 01 15:04:05.017 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-06-01T15:04:05.658Z[ recovery-image] Jun 01 15:04:05.025 INFO O| Jun 01 15:04:05.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
57352026-06-01T15:04:05.658Z[ recovery-image] Jun 01 15:04:05.025 INFO O| Jun 01 15:04:05.025 INFO STEP 274 (remove_files) COMPLETE
57362026-06-01T15:04:05.662Z[ recovery-image] Jun 01 15:04:05.025 INFO O| Jun 01 15:04:05.025 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-06-01T15:04:05.666Z[ recovery-image] Jun 01 15:04:05.033 INFO O| Jun 01 15:04:05.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
57382026-06-01T15:04:05.666Z[ recovery-image] Jun 01 15:04:05.033 INFO O| Jun 01 15:04:05.033 INFO STEP 275 (remove_files) COMPLETE
57392026-06-01T15:04:05.666Z[ recovery-image] Jun 01 15:04:05.033 INFO O| Jun 01 15:04:05.033 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-06-01T15:04:05.689Z[ recovery-image] Jun 01 15:04:05.056 INFO O| Jun 01 15:04:05.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
57412026-06-01T15:04:05.689Z[ recovery-image] Jun 01 15:04:05.056 INFO O| Jun 01 15:04:05.056 INFO STEP 276 (remove_files) COMPLETE
57422026-06-01T15:04:05.689Z[ recovery-image] Jun 01 15:04:05.056 INFO O| Jun 01 15:04:05.056 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-06-01T15:04:05.741Z[ recovery-image] Jun 01 15:04:05.066 INFO O| Jun 01 15:04:05.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
57442026-06-01T15:04:05.741Z[ recovery-image] Jun 01 15:04:05.066 INFO O| Jun 01 15:04:05.066 INFO STEP 277 (remove_files) COMPLETE
57452026-06-01T15:04:05.741Z[ recovery-image] Jun 01 15:04:05.066 INFO O| Jun 01 15:04:05.066 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-06-01T15:04:05.850Z[ recovery-image] Jun 01 15:04:05.077 INFO O| Jun 01 15:04:05.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57472026-06-01T15:04:05.850Z[ recovery-image] Jun 01 15:04:05.078 INFO O| Jun 01 15:04:05.078 INFO STEP 278 (remove_files) COMPLETE
57482026-06-01T15:04:05.850Z[ recovery-image] Jun 01 15:04:05.078 INFO O| Jun 01 15:04:05.078 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-06-01T15:04:05.850Z[ recovery-image] Jun 01 15:04:05.087 INFO O| Jun 01 15:04:05.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57502026-06-01T15:04:05.850Z[ recovery-image] Jun 01 15:04:05.087 INFO O| Jun 01 15:04:05.087 INFO STEP 279 (remove_files) COMPLETE
57512026-06-01T15:04:05.850Z[ recovery-image] Jun 01 15:04:05.087 INFO O| Jun 01 15:04:05.087 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-06-01T15:04:05.850Z[ recovery-image] Jun 01 15:04:05.098 INFO O| Jun 01 15:04:05.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57532026-06-01T15:04:05.850Z[ recovery-image] Jun 01 15:04:05.098 INFO O| Jun 01 15:04:05.098 INFO STEP 280 (remove_files) COMPLETE
57542026-06-01T15:04:05.850Z[ recovery-image] Jun 01 15:04:05.098 INFO O| Jun 01 15:04:05.098 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-06-01T15:04:05.850Z[ recovery-image] Jun 01 15:04:05.109 INFO O| Jun 01 15:04:05.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57562026-06-01T15:04:05.850Z[ recovery-image] Jun 01 15:04:05.109 INFO O| Jun 01 15:04:05.109 INFO STEP 281 (remove_files) COMPLETE
57572026-06-01T15:04:05.850Z[ recovery-image] Jun 01 15:04:05.109 INFO O| Jun 01 15:04:05.109 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-06-01T15:04:05.851Z[ recovery-image] Jun 01 15:04:05.120 INFO O| Jun 01 15:04:05.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57592026-06-01T15:04:05.851Z[ recovery-image] Jun 01 15:04:05.120 INFO O| Jun 01 15:04:05.120 INFO STEP 282 (remove_files) COMPLETE
57602026-06-01T15:04:05.851Z[ recovery-image] Jun 01 15:04:05.120 INFO O| Jun 01 15:04:05.120 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-06-01T15:04:05.851Z[ recovery-image] Jun 01 15:04:05.131 INFO O| Jun 01 15:04:05.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57622026-06-01T15:04:05.851Z[ recovery-image] Jun 01 15:04:05.131 INFO O| Jun 01 15:04:05.131 INFO STEP 283 (remove_files) COMPLETE
57632026-06-01T15:04:05.851Z[ recovery-image] Jun 01 15:04:05.131 INFO O| Jun 01 15:04:05.131 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-06-01T15:04:05.945Z[ recovery-image] Jun 01 15:04:05.139 INFO O| Jun 01 15:04:05.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57652026-06-01T15:04:05.945Z[ recovery-image] Jun 01 15:04:05.139 INFO O| Jun 01 15:04:05.139 INFO STEP 284 (remove_files) COMPLETE
57662026-06-01T15:04:05.945Z[ recovery-image] Jun 01 15:04:05.139 INFO O| Jun 01 15:04:05.139 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-06-01T15:04:05.946Z[ recovery-image] Jun 01 15:04:05.147 INFO O| Jun 01 15:04:05.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57682026-06-01T15:04:05.946Z[ recovery-image] Jun 01 15:04:05.147 INFO O| Jun 01 15:04:05.147 INFO STEP 285 (remove_files) COMPLETE
57692026-06-01T15:04:05.946Z[ recovery-image] Jun 01 15:04:05.147 INFO O| Jun 01 15:04:05.147 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-06-01T15:04:05.946Z[ recovery-image] Jun 01 15:04:05.155 INFO O| Jun 01 15:04:05.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57712026-06-01T15:04:05.946Z[ recovery-image] Jun 01 15:04:05.155 INFO O| Jun 01 15:04:05.155 INFO STEP 286 (remove_files) COMPLETE
57722026-06-01T15:04:05.946Z[ recovery-image] Jun 01 15:04:05.155 INFO O| Jun 01 15:04:05.155 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-06-01T15:04:05.946Z[ recovery-image] Jun 01 15:04:05.163 INFO O| Jun 01 15:04:05.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57742026-06-01T15:04:05.946Z[ recovery-image] Jun 01 15:04:05.163 INFO O| Jun 01 15:04:05.163 INFO STEP 287 (remove_files) COMPLETE
57752026-06-01T15:04:05.946Z[ recovery-image] Jun 01 15:04:05.163 INFO O| Jun 01 15:04:05.163 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-06-01T15:04:05.946Z[ recovery-image] Jun 01 15:04:05.171 INFO O| Jun 01 15:04:05.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57772026-06-01T15:04:05.946Z[ recovery-image] Jun 01 15:04:05.171 INFO O| Jun 01 15:04:05.171 INFO STEP 288 (remove_files) COMPLETE
57782026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.171 INFO O| Jun 01 15:04:05.171 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.181 INFO O| Jun 01 15:04:05.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57802026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.181 INFO O| Jun 01 15:04:05.181 INFO STEP 289 (remove_files) COMPLETE
57812026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.181 INFO O| Jun 01 15:04:05.181 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.189 INFO O| Jun 01 15:04:05.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57832026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.189 INFO O| Jun 01 15:04:05.189 INFO STEP 290 (remove_files) COMPLETE
57842026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.189 INFO O| Jun 01 15:04:05.189 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.196 INFO O| Jun 01 15:04:05.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57862026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.197 INFO O| Jun 01 15:04:05.197 INFO STEP 291 (remove_files) COMPLETE
57872026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.197 INFO O| Jun 01 15:04:05.197 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.205 INFO O| Jun 01 15:04:05.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57892026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.205 INFO O| Jun 01 15:04:05.205 INFO STEP 292 (remove_files) COMPLETE
57902026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.205 INFO O| Jun 01 15:04:05.205 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.213 INFO O| Jun 01 15:04:05.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57922026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.213 INFO O| Jun 01 15:04:05.213 INFO STEP 293 (remove_files) COMPLETE
57932026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.213 INFO O| Jun 01 15:04:05.213 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.221 INFO O| Jun 01 15:04:05.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57952026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.221 INFO O| Jun 01 15:04:05.221 INFO STEP 294 (remove_files) COMPLETE
57962026-06-01T15:04:05.947Z[ recovery-image] Jun 01 15:04:05.221 INFO O| Jun 01 15:04:05.221 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-06-01T15:04:06.003Z[ recovery-image] Jun 01 15:04:05.230 INFO O| Jun 01 15:04:05.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57982026-06-01T15:04:06.003Z[ recovery-image] Jun 01 15:04:05.230 INFO O| Jun 01 15:04:05.230 INFO STEP 295 (remove_files) COMPLETE
57992026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.230 INFO O| Jun 01 15:04:05.230 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.238 INFO O| Jun 01 15:04:05.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
58012026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.238 INFO O| Jun 01 15:04:05.238 INFO STEP 296 (remove_files) COMPLETE
58022026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.238 INFO O| Jun 01 15:04:05.238 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.246 INFO O| Jun 01 15:04:05.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
58042026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.246 INFO O| Jun 01 15:04:05.246 INFO STEP 297 (remove_files) COMPLETE
58052026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.246 INFO O| Jun 01 15:04:05.246 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.254 INFO O| Jun 01 15:04:05.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
58072026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.254 INFO O| Jun 01 15:04:05.254 INFO STEP 298 (remove_files) COMPLETE
58082026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.254 INFO O| Jun 01 15:04:05.254 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.261 INFO O| Jun 01 15:04:05.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
58102026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.261 INFO O| Jun 01 15:04:05.261 INFO STEP 299 (remove_files) COMPLETE
58112026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.261 INFO O| Jun 01 15:04:05.261 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.272 INFO O| Jun 01 15:04:05.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
58132026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.272 INFO O| Jun 01 15:04:05.272 INFO STEP 300 (remove_files) COMPLETE
58142026-06-01T15:04:06.004Z[ recovery-image] Jun 01 15:04:05.272 INFO O| Jun 01 15:04:05.272 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.281 INFO O| Jun 01 15:04:05.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
58162026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.281 INFO O| Jun 01 15:04:05.281 INFO STEP 301 (remove_files) COMPLETE
58172026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.281 INFO O| Jun 01 15:04:05.281 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.290 INFO O| Jun 01 15:04:05.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
58192026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.290 INFO O| Jun 01 15:04:05.290 INFO STEP 302 (remove_files) COMPLETE
58202026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.290 INFO O| Jun 01 15:04:05.290 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.299 INFO O| Jun 01 15:04:05.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
58222026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.299 INFO O| Jun 01 15:04:05.299 INFO STEP 303 (remove_files) COMPLETE
58232026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.299 INFO O| Jun 01 15:04:05.299 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.307 INFO O| Jun 01 15:04:05.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
58252026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.308 INFO O| Jun 01 15:04:05.308 INFO STEP 304 (remove_files) COMPLETE
58262026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.308 INFO O| Jun 01 15:04:05.308 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.317 INFO O| Jun 01 15:04:05.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
58282026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.317 INFO O| Jun 01 15:04:05.317 INFO STEP 305 (remove_files) COMPLETE
58292026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.317 INFO O| Jun 01 15:04:05.317 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.325 INFO O| Jun 01 15:04:05.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
58312026-06-01T15:04:06.005Z[ recovery-image] Jun 01 15:04:05.325 INFO O| Jun 01 15:04:05.325 INFO STEP 306 (remove_files) COMPLETE
58322026-06-01T15:04:06.006Z[ recovery-image] Jun 01 15:04:05.325 INFO O| Jun 01 15:04:05.325 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-06-01T15:04:06.006Z[ recovery-image] Jun 01 15:04:05.332 INFO O| Jun 01 15:04:05.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
58342026-06-01T15:04:06.006Z[ recovery-image] Jun 01 15:04:05.332 INFO O| Jun 01 15:04:05.332 INFO STEP 307 (remove_files) COMPLETE
58352026-06-01T15:04:06.006Z[ recovery-image] Jun 01 15:04:05.332 INFO O| Jun 01 15:04:05.332 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-06-01T15:04:06.006Z[ recovery-image] Jun 01 15:04:05.341 INFO O| Jun 01 15:04:05.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
58372026-06-01T15:04:06.006Z[ recovery-image] Jun 01 15:04:05.341 INFO O| Jun 01 15:04:05.341 INFO STEP 308 (remove_files) COMPLETE
58382026-06-01T15:04:06.006Z[ recovery-image] Jun 01 15:04:05.341 INFO O| Jun 01 15:04:05.341 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-06-01T15:04:06.006Z[ recovery-image] Jun 01 15:04:05.349 INFO O| Jun 01 15:04:05.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
58402026-06-01T15:04:06.006Z[ recovery-image] Jun 01 15:04:05.349 INFO O| Jun 01 15:04:05.349 INFO STEP 309 (remove_files) COMPLETE
58412026-06-01T15:04:06.006Z[ recovery-image] Jun 01 15:04:05.349 INFO O| Jun 01 15:04:05.349 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-06-01T15:04:06.013Z[ recovery-image] Jun 01 15:04:05.358 INFO O| Jun 01 15:04:05.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
58432026-06-01T15:04:06.013Z[ recovery-image] Jun 01 15:04:05.358 INFO O| Jun 01 15:04:05.358 INFO STEP 310 (remove_files) COMPLETE
58442026-06-01T15:04:06.013Z[ recovery-image] Jun 01 15:04:05.358 INFO O| Jun 01 15:04:05.358 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-06-01T15:04:06.013Z[ recovery-image] Jun 01 15:04:05.368 INFO O| Jun 01 15:04:05.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58462026-06-01T15:04:06.013Z[ recovery-image] Jun 01 15:04:05.368 INFO O| Jun 01 15:04:05.368 INFO STEP 311 (remove_files) COMPLETE
58472026-06-01T15:04:06.013Z[ recovery-image] Jun 01 15:04:05.368 INFO O| Jun 01 15:04:05.368 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-06-01T15:04:06.013Z[ recovery-image] Jun 01 15:04:05.376 INFO O| Jun 01 15:04:05.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58492026-06-01T15:04:06.013Z[ recovery-image] Jun 01 15:04:05.376 INFO O| Jun 01 15:04:05.376 INFO STEP 312 (remove_files) COMPLETE
58502026-06-01T15:04:06.013Z[ recovery-image] Jun 01 15:04:05.376 INFO O| Jun 01 15:04:05.376 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-06-01T15:04:06.019Z[ recovery-image] Jun 01 15:04:05.384 INFO O| Jun 01 15:04:05.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58522026-06-01T15:04:06.019Z[ recovery-image] Jun 01 15:04:05.384 INFO O| Jun 01 15:04:05.384 INFO STEP 313 (remove_files) COMPLETE
58532026-06-01T15:04:06.019Z[ recovery-image] Jun 01 15:04:05.384 INFO O| Jun 01 15:04:05.384 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-06-01T15:04:06.026Z[ recovery-image] Jun 01 15:04:05.392 INFO O| Jun 01 15:04:05.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58552026-06-01T15:04:06.026Z[ recovery-image] Jun 01 15:04:05.393 INFO O| Jun 01 15:04:05.393 INFO STEP 314 (remove_files) COMPLETE
58562026-06-01T15:04:06.026Z[ recovery-image] Jun 01 15:04:05.393 INFO O| Jun 01 15:04:05.393 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-06-01T15:04:06.034Z[ recovery-image] Jun 01 15:04:05.401 INFO O| Jun 01 15:04:05.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58582026-06-01T15:04:06.038Z[ recovery-image] Jun 01 15:04:05.402 INFO O| Jun 01 15:04:05.402 INFO STEP 315 (remove_files) COMPLETE
58592026-06-01T15:04:06.038Z[ recovery-image] Jun 01 15:04:05.402 INFO O| Jun 01 15:04:05.402 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-06-01T15:04:06.044Z[ recovery-image] Jun 01 15:04:05.410 INFO O| Jun 01 15:04:05.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58612026-06-01T15:04:06.044Z[ recovery-image] Jun 01 15:04:05.410 INFO O| Jun 01 15:04:05.410 INFO STEP 316 (remove_files) COMPLETE
58622026-06-01T15:04:06.044Z[ recovery-image] Jun 01 15:04:05.410 INFO O| Jun 01 15:04:05.410 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-06-01T15:04:06.056Z[ recovery-image] Jun 01 15:04:05.419 INFO O| Jun 01 15:04:05.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58642026-06-01T15:04:06.057Z[ recovery-image] Jun 01 15:04:05.419 INFO O| Jun 01 15:04:05.419 INFO STEP 317 (remove_files) COMPLETE
58652026-06-01T15:04:06.062Z[ recovery-image] Jun 01 15:04:05.419 INFO O| Jun 01 15:04:05.419 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-06-01T15:04:06.062Z[ recovery-image] Jun 01 15:04:05.427 INFO O| Jun 01 15:04:05.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58672026-06-01T15:04:06.062Z[ recovery-image] Jun 01 15:04:05.427 INFO O| Jun 01 15:04:05.427 INFO STEP 318 (remove_files) COMPLETE
58682026-06-01T15:04:06.062Z[ recovery-image] Jun 01 15:04:05.427 INFO O| Jun 01 15:04:05.427 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-06-01T15:04:06.077Z[ recovery-image] Jun 01 15:04:05.436 INFO O| Jun 01 15:04:05.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58702026-06-01T15:04:06.077Z[ recovery-image] Jun 01 15:04:05.436 INFO O| Jun 01 15:04:05.436 INFO STEP 319 (remove_files) COMPLETE
58712026-06-01T15:04:06.082Z[ recovery-image] Jun 01 15:04:05.436 INFO O| Jun 01 15:04:05.436 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-06-01T15:04:06.082Z[ recovery-image] Jun 01 15:04:05.444 INFO O| Jun 01 15:04:05.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58732026-06-01T15:04:06.082Z[ recovery-image] Jun 01 15:04:05.444 INFO O| Jun 01 15:04:05.444 INFO STEP 320 (remove_files) COMPLETE
58742026-06-01T15:04:06.082Z[ recovery-image] Jun 01 15:04:05.444 INFO O| Jun 01 15:04:05.444 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-06-01T15:04:06.086Z[ recovery-image] Jun 01 15:04:05.452 INFO O| Jun 01 15:04:05.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58762026-06-01T15:04:06.086Z[ recovery-image] Jun 01 15:04:05.452 INFO O| Jun 01 15:04:05.452 INFO STEP 321 (remove_files) COMPLETE
58772026-06-01T15:04:06.086Z[ recovery-image] Jun 01 15:04:05.452 INFO O| Jun 01 15:04:05.452 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-06-01T15:04:06.096Z[ recovery-image] Jun 01 15:04:05.463 INFO O| Jun 01 15:04:05.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58792026-06-01T15:04:06.097Z[ recovery-image] Jun 01 15:04:05.463 INFO O| Jun 01 15:04:05.463 INFO STEP 322 (remove_files) COMPLETE
58802026-06-01T15:04:06.097Z[ recovery-image] Jun 01 15:04:05.463 INFO O| Jun 01 15:04:05.463 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-06-01T15:04:06.106Z[ recovery-image] Jun 01 15:04:05.472 INFO O| Jun 01 15:04:05.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58822026-06-01T15:04:06.106Z[ recovery-image] Jun 01 15:04:05.472 INFO O| Jun 01 15:04:05.472 INFO STEP 323 (remove_files) COMPLETE
58832026-06-01T15:04:06.106Z[ recovery-image] Jun 01 15:04:05.472 INFO O| Jun 01 15:04:05.472 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-06-01T15:04:06.116Z[ recovery-image] Jun 01 15:04:05.481 INFO O| Jun 01 15:04:05.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58852026-06-01T15:04:06.116Z[ recovery-image] Jun 01 15:04:05.481 INFO O| Jun 01 15:04:05.481 INFO STEP 324 (remove_files) COMPLETE
58862026-06-01T15:04:06.116Z[ recovery-image] Jun 01 15:04:05.481 INFO O| Jun 01 15:04:05.481 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-06-01T15:04:06.137Z[ recovery-image] Jun 01 15:04:05.490 INFO O| Jun 01 15:04:05.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58882026-06-01T15:04:06.137Z[ recovery-image] Jun 01 15:04:05.490 INFO O| Jun 01 15:04:05.490 INFO STEP 325 (remove_files) COMPLETE
58892026-06-01T15:04:06.137Z[ recovery-image] Jun 01 15:04:05.490 INFO O| Jun 01 15:04:05.490 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-06-01T15:04:06.146Z[ recovery-image] Jun 01 15:04:05.499 INFO O| Jun 01 15:04:05.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58912026-06-01T15:04:06.146Z[ recovery-image] Jun 01 15:04:05.499 INFO O| Jun 01 15:04:05.499 INFO STEP 326 (remove_files) COMPLETE
58922026-06-01T15:04:06.146Z[ recovery-image] Jun 01 15:04:05.499 INFO O| Jun 01 15:04:05.499 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-06-01T15:04:06.146Z[ recovery-image] Jun 01 15:04:05.508 INFO O| Jun 01 15:04:05.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58942026-06-01T15:04:06.147Z[ recovery-image] Jun 01 15:04:05.508 INFO O| Jun 01 15:04:05.508 INFO STEP 327 (remove_files) COMPLETE
58952026-06-01T15:04:06.147Z[ recovery-image] Jun 01 15:04:05.508 INFO O| Jun 01 15:04:05.508 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-06-01T15:04:06.160Z[ recovery-image] Jun 01 15:04:05.515 INFO O| Jun 01 15:04:05.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58972026-06-01T15:04:06.160Z[ recovery-image] Jun 01 15:04:05.516 INFO O| Jun 01 15:04:05.515 INFO STEP 328 (remove_files) COMPLETE
58982026-06-01T15:04:06.160Z[ recovery-image] Jun 01 15:04:05.516 INFO O| Jun 01 15:04:05.515 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-06-01T15:04:06.160Z[ recovery-image] Jun 01 15:04:05.524 INFO O| Jun 01 15:04:05.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
59002026-06-01T15:04:06.160Z[ recovery-image] Jun 01 15:04:05.524 INFO O| Jun 01 15:04:05.524 INFO STEP 329 (remove_files) COMPLETE
59012026-06-01T15:04:06.160Z[ recovery-image] Jun 01 15:04:05.524 INFO O| Jun 01 15:04:05.524 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-06-01T15:04:06.166Z[ recovery-image] Jun 01 15:04:05.532 INFO O| Jun 01 15:04:05.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
59032026-06-01T15:04:06.166Z[ recovery-image] Jun 01 15:04:05.532 INFO O| Jun 01 15:04:05.532 INFO STEP 330 (remove_files) COMPLETE
59042026-06-01T15:04:06.170Z[ recovery-image] Jun 01 15:04:05.532 INFO O| Jun 01 15:04:05.532 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-06-01T15:04:06.174Z[ recovery-image] Jun 01 15:04:05.541 INFO O| Jun 01 15:04:05.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
59062026-06-01T15:04:06.174Z[ recovery-image] Jun 01 15:04:05.541 INFO O| Jun 01 15:04:05.541 INFO STEP 331 (remove_files) COMPLETE
59072026-06-01T15:04:06.174Z[ recovery-image] Jun 01 15:04:05.541 INFO O| Jun 01 15:04:05.541 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-06-01T15:04:06.189Z[ recovery-image] Jun 01 15:04:05.549 INFO O| Jun 01 15:04:05.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
59092026-06-01T15:04:06.190Z[ recovery-image] Jun 01 15:04:05.549 INFO O| Jun 01 15:04:05.549 INFO STEP 332 (remove_files) COMPLETE
59102026-06-01T15:04:06.190Z[ recovery-image] Jun 01 15:04:05.549 INFO O| Jun 01 15:04:05.549 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-06-01T15:04:06.198Z[ recovery-image] Jun 01 15:04:05.557 INFO O| Jun 01 15:04:05.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
59122026-06-01T15:04:06.198Z[ recovery-image] Jun 01 15:04:05.557 INFO O| Jun 01 15:04:05.557 INFO STEP 333 (remove_files) COMPLETE
59132026-06-01T15:04:06.198Z[ recovery-image] Jun 01 15:04:05.557 INFO O| Jun 01 15:04:05.557 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-06-01T15:04:06.204Z[ recovery-image] Jun 01 15:04:05.565 INFO O| Jun 01 15:04:05.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
59152026-06-01T15:04:06.204Z[ recovery-image] Jun 01 15:04:05.565 INFO O| Jun 01 15:04:05.565 INFO STEP 334 (remove_files) COMPLETE
59162026-06-01T15:04:06.204Z[ recovery-image] Jun 01 15:04:05.565 INFO O| Jun 01 15:04:05.565 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-06-01T15:04:06.211Z[ recovery-image] Jun 01 15:04:05.573 INFO O| Jun 01 15:04:05.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
59182026-06-01T15:04:06.211Z[ recovery-image] Jun 01 15:04:05.573 INFO O| Jun 01 15:04:05.573 INFO STEP 335 (remove_files) COMPLETE
59192026-06-01T15:04:06.211Z[ recovery-image] Jun 01 15:04:05.574 INFO O| Jun 01 15:04:05.573 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-06-01T15:04:06.234Z[ recovery-image] Jun 01 15:04:05.582 INFO O| Jun 01 15:04:05.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
59212026-06-01T15:04:06.234Z[ recovery-image] Jun 01 15:04:05.582 INFO O| Jun 01 15:04:05.582 INFO STEP 336 (remove_files) COMPLETE
59222026-06-01T15:04:06.234Z[ recovery-image] Jun 01 15:04:05.582 INFO O| Jun 01 15:04:05.582 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-06-01T15:04:06.251Z[ recovery-image] Jun 01 15:04:05.591 INFO O| Jun 01 15:04:05.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
59242026-06-01T15:04:06.252Z[ recovery-image] Jun 01 15:04:05.591 INFO O| Jun 01 15:04:05.591 INFO STEP 337 (remove_files) COMPLETE
59252026-06-01T15:04:06.252Z[ recovery-image] Jun 01 15:04:05.591 INFO O| Jun 01 15:04:05.591 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-06-01T15:04:06.252Z[ recovery-image] Jun 01 15:04:05.600 INFO O| Jun 01 15:04:05.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
59272026-06-01T15:04:06.252Z[ recovery-image] Jun 01 15:04:05.600 INFO O| Jun 01 15:04:05.600 INFO STEP 338 (remove_files) COMPLETE
59282026-06-01T15:04:06.252Z[ recovery-image] Jun 01 15:04:05.600 INFO O| Jun 01 15:04:05.600 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-06-01T15:04:06.270Z[ recovery-image] Jun 01 15:04:05.608 INFO O| Jun 01 15:04:05.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
59302026-06-01T15:04:06.270Z[ recovery-image] Jun 01 15:04:05.608 INFO O| Jun 01 15:04:05.608 INFO STEP 339 (remove_files) COMPLETE
59312026-06-01T15:04:06.270Z[ recovery-image] Jun 01 15:04:05.608 INFO O| Jun 01 15:04:05.608 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-06-01T15:04:06.270Z[ recovery-image] Jun 01 15:04:05.616 INFO O| Jun 01 15:04:05.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
59332026-06-01T15:04:06.270Z[ recovery-image] Jun 01 15:04:05.616 INFO O| Jun 01 15:04:05.616 INFO STEP 340 (remove_files) COMPLETE
59342026-06-01T15:04:06.270Z[ recovery-image] Jun 01 15:04:05.616 INFO O| Jun 01 15:04:05.616 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-06-01T15:04:06.280Z[ recovery-image] Jun 01 15:04:05.625 INFO O| Jun 01 15:04:05.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
59362026-06-01T15:04:06.280Z[ recovery-image] Jun 01 15:04:05.625 INFO O| Jun 01 15:04:05.625 INFO STEP 341 (remove_files) COMPLETE
59372026-06-01T15:04:06.280Z[ recovery-image] Jun 01 15:04:05.625 INFO O| Jun 01 15:04:05.625 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-06-01T15:04:06.280Z[ recovery-image] Jun 01 15:04:05.633 INFO O| Jun 01 15:04:05.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
59392026-06-01T15:04:06.280Z[ recovery-image] Jun 01 15:04:05.633 INFO O| Jun 01 15:04:05.633 INFO STEP 342 (remove_files) COMPLETE
59402026-06-01T15:04:06.280Z[ recovery-image] Jun 01 15:04:05.633 INFO O| Jun 01 15:04:05.633 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-06-01T15:04:06.280Z[ recovery-image] Jun 01 15:04:05.641 INFO O| Jun 01 15:04:05.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
59422026-06-01T15:04:06.280Z[ recovery-image] Jun 01 15:04:05.642 INFO O| Jun 01 15:04:05.642 INFO STEP 343 (remove_files) COMPLETE
59432026-06-01T15:04:06.280Z[ recovery-image] Jun 01 15:04:05.642 INFO O| Jun 01 15:04:05.642 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-06-01T15:04:06.284Z[ recovery-image] Jun 01 15:04:05.650 INFO O| Jun 01 15:04:05.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59452026-06-01T15:04:06.284Z[ recovery-image] Jun 01 15:04:05.650 INFO O| Jun 01 15:04:05.650 INFO STEP 344 (remove_files) COMPLETE
59462026-06-01T15:04:06.284Z[ recovery-image] Jun 01 15:04:05.650 INFO O| Jun 01 15:04:05.650 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-06-01T15:04:06.304Z[ recovery-image] Jun 01 15:04:05.658 INFO O| Jun 01 15:04:05.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59482026-06-01T15:04:06.304Z[ recovery-image] Jun 01 15:04:05.659 INFO O| Jun 01 15:04:05.658 INFO STEP 345 (remove_files) COMPLETE
59492026-06-01T15:04:06.309Z[ recovery-image] Jun 01 15:04:05.659 INFO O| Jun 01 15:04:05.658 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-06-01T15:04:06.309Z[ recovery-image] Jun 01 15:04:05.667 INFO O| Jun 01 15:04:05.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59512026-06-01T15:04:06.309Z[ recovery-image] Jun 01 15:04:05.667 INFO O| Jun 01 15:04:05.667 INFO STEP 346 (remove_files) COMPLETE
59522026-06-01T15:04:06.309Z[ recovery-image] Jun 01 15:04:05.667 INFO O| Jun 01 15:04:05.667 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-06-01T15:04:06.314Z[ recovery-image] Jun 01 15:04:05.675 INFO O| Jun 01 15:04:05.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59542026-06-01T15:04:06.314Z[ recovery-image] Jun 01 15:04:05.675 INFO O| Jun 01 15:04:05.675 INFO STEP 347 (remove_files) COMPLETE
59552026-06-01T15:04:06.314Z[ recovery-image] Jun 01 15:04:05.675 INFO O| Jun 01 15:04:05.675 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-06-01T15:04:06.317Z[ recovery-image] Jun 01 15:04:05.683 INFO O| Jun 01 15:04:05.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59572026-06-01T15:04:06.318Z[ recovery-image] Jun 01 15:04:05.683 INFO O| Jun 01 15:04:05.683 INFO STEP 348 (remove_files) COMPLETE
59582026-06-01T15:04:06.318Z[ recovery-image] Jun 01 15:04:05.683 INFO O| Jun 01 15:04:05.683 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-06-01T15:04:06.334Z[ recovery-image] Jun 01 15:04:05.691 INFO O| Jun 01 15:04:05.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59602026-06-01T15:04:06.334Z[ recovery-image] Jun 01 15:04:05.691 INFO O| Jun 01 15:04:05.691 INFO STEP 349 (remove_files) COMPLETE
59612026-06-01T15:04:06.334Z[ recovery-image] Jun 01 15:04:05.691 INFO O| Jun 01 15:04:05.691 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-06-01T15:04:06.334Z[ recovery-image] Jun 01 15:04:05.699 INFO O| Jun 01 15:04:05.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59632026-06-01T15:04:06.334Z[ recovery-image] Jun 01 15:04:05.699 INFO O| Jun 01 15:04:05.699 INFO STEP 350 (remove_files) COMPLETE
59642026-06-01T15:04:06.334Z[ recovery-image] Jun 01 15:04:05.699 INFO O| Jun 01 15:04:05.699 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-06-01T15:04:06.340Z[ recovery-image] Jun 01 15:04:05.707 INFO O| Jun 01 15:04:05.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59662026-06-01T15:04:06.340Z[ recovery-image] Jun 01 15:04:05.707 INFO O| Jun 01 15:04:05.707 INFO STEP 351 (remove_files) COMPLETE
59672026-06-01T15:04:06.340Z[ recovery-image] Jun 01 15:04:05.707 INFO O| Jun 01 15:04:05.707 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-06-01T15:04:06.350Z[ recovery-image] Jun 01 15:04:05.715 INFO O| Jun 01 15:04:05.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59692026-06-01T15:04:06.350Z[ recovery-image] Jun 01 15:04:05.716 INFO O| Jun 01 15:04:05.716 INFO STEP 352 (remove_files) COMPLETE
59702026-06-01T15:04:06.350Z[ recovery-image] Jun 01 15:04:05.716 INFO O| Jun 01 15:04:05.716 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-06-01T15:04:06.360Z[ recovery-image] Jun 01 15:04:05.724 INFO O| Jun 01 15:04:05.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59722026-06-01T15:04:06.360Z[ recovery-image] Jun 01 15:04:05.724 INFO O| Jun 01 15:04:05.724 INFO STEP 353 (remove_files) COMPLETE
59732026-06-01T15:04:06.360Z[ recovery-image] Jun 01 15:04:05.724 INFO O| Jun 01 15:04:05.724 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-06-01T15:04:06.366Z[ recovery-image] Jun 01 15:04:05.732 INFO O| Jun 01 15:04:05.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59752026-06-01T15:04:06.366Z[ recovery-image] Jun 01 15:04:05.732 INFO O| Jun 01 15:04:05.732 INFO STEP 354 (remove_files) COMPLETE
59762026-06-01T15:04:06.372Z[ recovery-image] Jun 01 15:04:05.732 INFO O| Jun 01 15:04:05.732 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-06-01T15:04:06.376Z[ recovery-image] Jun 01 15:04:05.741 INFO O| Jun 01 15:04:05.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59782026-06-01T15:04:06.376Z[ recovery-image] Jun 01 15:04:05.741 INFO O| Jun 01 15:04:05.741 INFO STEP 355 (remove_files) COMPLETE
59792026-06-01T15:04:06.376Z[ recovery-image] Jun 01 15:04:05.741 INFO O| Jun 01 15:04:05.741 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-06-01T15:04:06.383Z[ recovery-image] Jun 01 15:04:05.749 INFO O| Jun 01 15:04:05.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59812026-06-01T15:04:06.383Z[ recovery-image] Jun 01 15:04:05.749 INFO O| Jun 01 15:04:05.749 INFO STEP 356 (remove_files) COMPLETE
59822026-06-01T15:04:06.383Z[ recovery-image] Jun 01 15:04:05.749 INFO O| Jun 01 15:04:05.749 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-06-01T15:04:06.400Z[ recovery-image] Jun 01 15:04:05.758 INFO O| Jun 01 15:04:05.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59842026-06-01T15:04:06.400Z[ recovery-image] Jun 01 15:04:05.758 INFO O| Jun 01 15:04:05.758 INFO STEP 357 (remove_files) COMPLETE
59852026-06-01T15:04:06.400Z[ recovery-image] Jun 01 15:04:05.758 INFO O| Jun 01 15:04:05.758 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-06-01T15:04:06.405Z[ recovery-image] Jun 01 15:04:05.767 INFO O| Jun 01 15:04:05.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59872026-06-01T15:04:06.405Z[ recovery-image] Jun 01 15:04:05.767 INFO O| Jun 01 15:04:05.767 INFO STEP 358 (remove_files) COMPLETE
59882026-06-01T15:04:06.405Z[ recovery-image] Jun 01 15:04:05.767 INFO O| Jun 01 15:04:05.767 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-06-01T15:04:06.409Z[ recovery-image] Jun 01 15:04:05.775 INFO O| Jun 01 15:04:05.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59902026-06-01T15:04:06.409Z[ recovery-image] Jun 01 15:04:05.775 INFO O| Jun 01 15:04:05.775 INFO STEP 359 (remove_files) COMPLETE
59912026-06-01T15:04:06.413Z[ recovery-image] Jun 01 15:04:05.775 INFO O| Jun 01 15:04:05.775 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-06-01T15:04:06.420Z[ recovery-image] Jun 01 15:04:05.784 INFO O| Jun 01 15:04:05.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59932026-06-01T15:04:06.420Z[ recovery-image] Jun 01 15:04:05.784 INFO O| Jun 01 15:04:05.784 INFO STEP 360 (remove_files) COMPLETE
59942026-06-01T15:04:06.425Z[ recovery-image] Jun 01 15:04:05.784 INFO O| Jun 01 15:04:05.784 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-06-01T15:04:06.429Z[ recovery-image] Jun 01 15:04:05.794 INFO O| Jun 01 15:04:05.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59962026-06-01T15:04:06.429Z[ recovery-image] Jun 01 15:04:05.794 INFO O| Jun 01 15:04:05.794 INFO STEP 361 (remove_files) COMPLETE
59972026-06-01T15:04:06.429Z[ recovery-image] Jun 01 15:04:05.794 INFO O| Jun 01 15:04:05.794 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-06-01T15:04:06.436Z[ recovery-image] Jun 01 15:04:05.803 INFO O| Jun 01 15:04:05.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59992026-06-01T15:04:06.436Z[ recovery-image] Jun 01 15:04:05.803 INFO O| Jun 01 15:04:05.803 INFO STEP 362 (remove_files) COMPLETE
60002026-06-01T15:04:06.440Z[ recovery-image] Jun 01 15:04:05.803 INFO O| Jun 01 15:04:05.803 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-06-01T15:04:06.459Z[ recovery-image] Jun 01 15:04:05.812 INFO O| Jun 01 15:04:05.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
60022026-06-01T15:04:06.459Z[ recovery-image] Jun 01 15:04:05.812 INFO O| Jun 01 15:04:05.812 INFO STEP 363 (remove_files) COMPLETE
60032026-06-01T15:04:06.459Z[ recovery-image] Jun 01 15:04:05.812 INFO O| Jun 01 15:04:05.812 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-06-01T15:04:06.459Z[ recovery-image] Jun 01 15:04:05.821 INFO O| Jun 01 15:04:05.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
60052026-06-01T15:04:06.459Z[ recovery-image] Jun 01 15:04:05.821 INFO O| Jun 01 15:04:05.821 INFO STEP 364 (remove_files) COMPLETE
60062026-06-01T15:04:06.459Z[ recovery-image] Jun 01 15:04:05.821 INFO O| Jun 01 15:04:05.821 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-06-01T15:04:06.464Z[ recovery-image] Jun 01 15:04:05.830 INFO O| Jun 01 15:04:05.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
60082026-06-01T15:04:06.464Z[ recovery-image] Jun 01 15:04:05.830 INFO O| Jun 01 15:04:05.830 INFO STEP 365 (remove_files) COMPLETE
60092026-06-01T15:04:06.465Z[ recovery-image] Jun 01 15:04:05.830 INFO O| Jun 01 15:04:05.830 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-06-01T15:04:06.475Z[ recovery-image] Jun 01 15:04:05.839 INFO O| Jun 01 15:04:05.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
60112026-06-01T15:04:06.476Z[ recovery-image] Jun 01 15:04:05.839 INFO O| Jun 01 15:04:05.839 INFO STEP 366 (remove_files) COMPLETE
60122026-06-01T15:04:06.484Z[ recovery-image] Jun 01 15:04:05.839 INFO O| Jun 01 15:04:05.839 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-06-01T15:04:06.491Z[ recovery-image] Jun 01 15:04:05.849 INFO O| Jun 01 15:04:05.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
60142026-06-01T15:04:06.500Z[ recovery-image] Jun 01 15:04:05.858 INFO O| Jun 01 15:04:05.858 INFO STEP 367 (remove_files) COMPLETE
60152026-06-01T15:04:06.500Z[ recovery-image] Jun 01 15:04:05.858 INFO O| Jun 01 15:04:05.858 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-06-01T15:04:06.504Z[ recovery-image] Jun 01 15:04:05.869 INFO O| Jun 01 15:04:05.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
60172026-06-01T15:04:06.504Z[ recovery-image] Jun 01 15:04:05.869 INFO O| Jun 01 15:04:05.869 INFO STEP 368 (remove_files) COMPLETE
60182026-06-01T15:04:06.504Z[ recovery-image] Jun 01 15:04:05.869 INFO O| Jun 01 15:04:05.869 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-06-01T15:04:06.511Z[ recovery-image] Jun 01 15:04:05.878 INFO O| Jun 01 15:04:05.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
60202026-06-01T15:04:06.511Z[ recovery-image] Jun 01 15:04:05.878 INFO O| Jun 01 15:04:05.878 INFO STEP 369 (remove_files) COMPLETE
60212026-06-01T15:04:06.511Z[ recovery-image] Jun 01 15:04:05.878 INFO O| Jun 01 15:04:05.878 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-06-01T15:04:06.537Z[ recovery-image] Jun 01 15:04:05.901 INFO O| Jun 01 15:04:05.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
60232026-06-01T15:04:06.557Z[ recovery-image] Jun 01 15:04:05.921 INFO O| Jun 01 15:04:05.921 INFO STEP 370 (remove_files) COMPLETE
60242026-06-01T15:04:06.557Z[ recovery-image] Jun 01 15:04:05.921 INFO O| Jun 01 15:04:05.921 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-06-01T15:04:06.655Z[ recovery-image] Jun 01 15:04:05.951 INFO O| Jun 01 15:04:05.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
60262026-06-01T15:04:06.655Z[ recovery-image] Jun 01 15:04:05.951 INFO O| Jun 01 15:04:05.951 INFO STEP 371 (remove_files) COMPLETE
60272026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.951 INFO O| Jun 01 15:04:05.951 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.961 INFO O| Jun 01 15:04:05.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
60292026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.961 INFO O| Jun 01 15:04:05.961 INFO STEP 372 (remove_files) COMPLETE
60302026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.961 INFO O| Jun 01 15:04:05.961 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.970 INFO O| Jun 01 15:04:05.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
60322026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.970 INFO O| Jun 01 15:04:05.970 INFO STEP 373 (remove_files) COMPLETE
60332026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.970 INFO O| Jun 01 15:04:05.970 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.978 INFO O| Jun 01 15:04:05.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
60352026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.978 INFO O| Jun 01 15:04:05.978 INFO STEP 374 (remove_files) COMPLETE
60362026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.978 INFO O| Jun 01 15:04:05.978 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.986 INFO O| Jun 01 15:04:05.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
60382026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.987 INFO O| Jun 01 15:04:05.986 INFO STEP 375 (remove_files) COMPLETE
60392026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.987 INFO O| Jun 01 15:04:05.987 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.995 INFO O| Jun 01 15:04:05.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
60412026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.995 INFO O| Jun 01 15:04:05.995 INFO STEP 376 (remove_files) COMPLETE
60422026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:05.995 INFO O| Jun 01 15:04:05.995 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:06.003 INFO O| Jun 01 15:04:06.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
60442026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:06.003 INFO O| Jun 01 15:04:06.003 INFO STEP 377 (remove_files) COMPLETE
60452026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:06.003 INFO O| Jun 01 15:04:06.003 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:06.011 INFO O| Jun 01 15:04:06.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60472026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:06.011 INFO O| Jun 01 15:04:06.011 INFO STEP 378 (remove_files) COMPLETE
60482026-06-01T15:04:06.656Z[ recovery-image] Jun 01 15:04:06.011 INFO O| Jun 01 15:04:06.011 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-06-01T15:04:06.687Z[ recovery-image] Jun 01 15:04:06.020 INFO O| Jun 01 15:04:06.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60502026-06-01T15:04:06.687Z[ recovery-image] Jun 01 15:04:06.020 INFO O| Jun 01 15:04:06.020 INFO STEP 379 (remove_files) COMPLETE
60512026-06-01T15:04:06.687Z[ recovery-image] Jun 01 15:04:06.020 INFO O| Jun 01 15:04:06.020 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-06-01T15:04:06.693Z[ recovery-image] Jun 01 15:04:06.029 INFO O| Jun 01 15:04:06.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60532026-06-01T15:04:06.693Z[ recovery-image] Jun 01 15:04:06.030 INFO O| Jun 01 15:04:06.030 INFO STEP 380 (remove_files) COMPLETE
60542026-06-01T15:04:06.693Z[ recovery-image] Jun 01 15:04:06.030 INFO O| Jun 01 15:04:06.030 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-06-01T15:04:06.693Z[ recovery-image] Jun 01 15:04:06.038 INFO O| Jun 01 15:04:06.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60562026-06-01T15:04:06.693Z[ recovery-image] Jun 01 15:04:06.038 INFO O| Jun 01 15:04:06.038 INFO STEP 381 (remove_files) COMPLETE
60572026-06-01T15:04:06.694Z[ recovery-image] Jun 01 15:04:06.038 INFO O| Jun 01 15:04:06.038 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-06-01T15:04:06.694Z[ recovery-image] Jun 01 15:04:06.047 INFO O| Jun 01 15:04:06.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60592026-06-01T15:04:06.694Z[ recovery-image] Jun 01 15:04:06.047 INFO O| Jun 01 15:04:06.047 INFO STEP 382 (remove_files) COMPLETE
60602026-06-01T15:04:06.694Z[ recovery-image] Jun 01 15:04:06.047 INFO O| Jun 01 15:04:06.047 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-06-01T15:04:06.701Z[ recovery-image] Jun 01 15:04:06.068 INFO O| Jun 01 15:04:06.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60622026-06-01T15:04:06.702Z[ recovery-image] Jun 01 15:04:06.068 INFO O| Jun 01 15:04:06.068 INFO STEP 383 (remove_files) COMPLETE
60632026-06-01T15:04:06.706Z[ recovery-image] Jun 01 15:04:06.068 INFO O| Jun 01 15:04:06.068 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-06-01T15:04:06.714Z[ recovery-image] Jun 01 15:04:06.079 INFO O| Jun 01 15:04:06.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60652026-06-01T15:04:06.714Z[ recovery-image] Jun 01 15:04:06.080 INFO O| Jun 01 15:04:06.079 INFO STEP 384 (remove_files) COMPLETE
60662026-06-01T15:04:06.734Z[ recovery-image] Jun 01 15:04:06.080 INFO O| Jun 01 15:04:06.080 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-06-01T15:04:06.735Z[ recovery-image] Jun 01 15:04:06.090 INFO O| Jun 01 15:04:06.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60682026-06-01T15:04:06.735Z[ recovery-image] Jun 01 15:04:06.090 INFO O| Jun 01 15:04:06.090 INFO STEP 385 (remove_files) COMPLETE
60692026-06-01T15:04:06.735Z[ recovery-image] Jun 01 15:04:06.090 INFO O| Jun 01 15:04:06.090 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-06-01T15:04:06.735Z[ recovery-image] Jun 01 15:04:06.099 INFO O| Jun 01 15:04:06.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60712026-06-01T15:04:06.735Z[ recovery-image] Jun 01 15:04:06.099 INFO O| Jun 01 15:04:06.099 INFO STEP 386 (remove_files) COMPLETE
60722026-06-01T15:04:06.735Z[ recovery-image] Jun 01 15:04:06.099 INFO O| Jun 01 15:04:06.099 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-06-01T15:04:06.745Z[ recovery-image] Jun 01 15:04:06.107 INFO O| Jun 01 15:04:06.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60742026-06-01T15:04:06.745Z[ recovery-image] Jun 01 15:04:06.107 INFO O| Jun 01 15:04:06.107 INFO STEP 387 (remove_files) COMPLETE
60752026-06-01T15:04:06.745Z[ recovery-image] Jun 01 15:04:06.107 INFO O| Jun 01 15:04:06.107 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-06-01T15:04:06.752Z[ recovery-image] Jun 01 15:04:06.115 INFO O| Jun 01 15:04:06.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60772026-06-01T15:04:06.752Z[ recovery-image] Jun 01 15:04:06.115 INFO O| Jun 01 15:04:06.115 INFO STEP 388 (remove_files) COMPLETE
60782026-06-01T15:04:06.752Z[ recovery-image] Jun 01 15:04:06.115 INFO O| Jun 01 15:04:06.115 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-06-01T15:04:06.761Z[ recovery-image] Jun 01 15:04:06.124 INFO O| Jun 01 15:04:06.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60802026-06-01T15:04:06.761Z[ recovery-image] Jun 01 15:04:06.124 INFO O| Jun 01 15:04:06.124 INFO STEP 389 (remove_files) COMPLETE
60812026-06-01T15:04:06.761Z[ recovery-image] Jun 01 15:04:06.124 INFO O| Jun 01 15:04:06.124 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-06-01T15:04:06.776Z[ recovery-image] Jun 01 15:04:06.132 INFO O| Jun 01 15:04:06.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60832026-06-01T15:04:06.777Z[ recovery-image] Jun 01 15:04:06.132 INFO O| Jun 01 15:04:06.132 INFO STEP 390 (remove_files) COMPLETE
60842026-06-01T15:04:06.777Z[ recovery-image] Jun 01 15:04:06.132 INFO O| Jun 01 15:04:06.132 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-06-01T15:04:06.791Z[ recovery-image] Jun 01 15:04:06.140 INFO O| Jun 01 15:04:06.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60862026-06-01T15:04:06.791Z[ recovery-image] Jun 01 15:04:06.140 INFO O| Jun 01 15:04:06.140 INFO STEP 391 (remove_files) COMPLETE
60872026-06-01T15:04:06.791Z[ recovery-image] Jun 01 15:04:06.140 INFO O| Jun 01 15:04:06.140 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-06-01T15:04:06.791Z[ recovery-image] Jun 01 15:04:06.147 INFO O| Jun 01 15:04:06.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60892026-06-01T15:04:06.791Z[ recovery-image] Jun 01 15:04:06.147 INFO O| Jun 01 15:04:06.147 INFO STEP 392 (remove_files) COMPLETE
60902026-06-01T15:04:06.792Z[ recovery-image] Jun 01 15:04:06.147 INFO O| Jun 01 15:04:06.147 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-06-01T15:04:06.805Z[ recovery-image] Jun 01 15:04:06.155 INFO O| Jun 01 15:04:06.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60922026-06-01T15:04:06.805Z[ recovery-image] Jun 01 15:04:06.155 INFO O| Jun 01 15:04:06.155 INFO STEP 393 (remove_files) COMPLETE
60932026-06-01T15:04:06.805Z[ recovery-image] Jun 01 15:04:06.155 INFO O| Jun 01 15:04:06.155 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-06-01T15:04:06.805Z[ recovery-image] Jun 01 15:04:06.163 INFO O| Jun 01 15:04:06.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60952026-06-01T15:04:06.805Z[ recovery-image] Jun 01 15:04:06.163 INFO O| Jun 01 15:04:06.163 INFO STEP 394 (remove_files) COMPLETE
60962026-06-01T15:04:06.805Z[ recovery-image] Jun 01 15:04:06.163 INFO O| Jun 01 15:04:06.163 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-06-01T15:04:06.814Z[ recovery-image] Jun 01 15:04:06.172 INFO O| Jun 01 15:04:06.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60982026-06-01T15:04:06.815Z[ recovery-image] Jun 01 15:04:06.172 INFO O| Jun 01 15:04:06.172 INFO STEP 395 (remove_files) COMPLETE
60992026-06-01T15:04:06.815Z[ recovery-image] Jun 01 15:04:06.172 INFO O| Jun 01 15:04:06.172 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-06-01T15:04:06.824Z[ recovery-image] Jun 01 15:04:06.178 INFO O| Jun 01 15:04:06.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
61012026-06-01T15:04:06.824Z[ recovery-image] Jun 01 15:04:06.178 INFO O| Jun 01 15:04:06.178 INFO STEP 396 (remove_files) COMPLETE
61022026-06-01T15:04:06.824Z[ recovery-image] Jun 01 15:04:06.178 INFO O| Jun 01 15:04:06.178 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-06-01T15:04:06.824Z[ recovery-image] Jun 01 15:04:06.185 INFO O| Jun 01 15:04:06.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
61042026-06-01T15:04:06.824Z[ recovery-image] Jun 01 15:04:06.185 INFO O| Jun 01 15:04:06.185 INFO STEP 397 (remove_files) COMPLETE
61052026-06-01T15:04:06.824Z[ recovery-image] Jun 01 15:04:06.185 INFO O| Jun 01 15:04:06.185 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-06-01T15:04:06.830Z[ recovery-image] Jun 01 15:04:06.192 INFO O| Jun 01 15:04:06.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
61072026-06-01T15:04:06.830Z[ recovery-image] Jun 01 15:04:06.192 INFO O| Jun 01 15:04:06.192 INFO STEP 398 (remove_files) COMPLETE
61082026-06-01T15:04:06.830Z[ recovery-image] Jun 01 15:04:06.192 INFO O| Jun 01 15:04:06.192 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-06-01T15:04:06.839Z[ recovery-image] Jun 01 15:04:06.199 INFO O| Jun 01 15:04:06.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
61102026-06-01T15:04:06.839Z[ recovery-image] Jun 01 15:04:06.200 INFO O| Jun 01 15:04:06.199 INFO STEP 399 (remove_files) COMPLETE
61112026-06-01T15:04:06.839Z[ recovery-image] Jun 01 15:04:06.200 INFO O| Jun 01 15:04:06.199 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-06-01T15:04:06.850Z[ recovery-image] Jun 01 15:04:06.210 INFO O| Jun 01 15:04:06.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
61132026-06-01T15:04:06.850Z[ recovery-image] Jun 01 15:04:06.210 INFO O| Jun 01 15:04:06.210 INFO STEP 400 (remove_files) COMPLETE
61142026-06-01T15:04:06.850Z[ recovery-image] Jun 01 15:04:06.210 INFO O| Jun 01 15:04:06.210 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-06-01T15:04:06.855Z[ recovery-image] Jun 01 15:04:06.218 INFO O| Jun 01 15:04:06.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
61162026-06-01T15:04:06.855Z[ recovery-image] Jun 01 15:04:06.218 INFO O| Jun 01 15:04:06.218 INFO STEP 401 (remove_files) COMPLETE
61172026-06-01T15:04:06.856Z[ recovery-image] Jun 01 15:04:06.218 INFO O| Jun 01 15:04:06.218 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-06-01T15:04:06.859Z[ recovery-image] Jun 01 15:04:06.225 INFO O| Jun 01 15:04:06.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
61192026-06-01T15:04:06.859Z[ recovery-image] Jun 01 15:04:06.226 INFO O| Jun 01 15:04:06.225 INFO STEP 402 (remove_files) COMPLETE
61202026-06-01T15:04:06.859Z[ recovery-image] Jun 01 15:04:06.226 INFO O| Jun 01 15:04:06.226 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-06-01T15:04:06.866Z[ recovery-image] Jun 01 15:04:06.232 INFO O| Jun 01 15:04:06.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
61222026-06-01T15:04:06.866Z[ recovery-image] Jun 01 15:04:06.232 INFO O| Jun 01 15:04:06.232 INFO STEP 403 (remove_files) COMPLETE
61232026-06-01T15:04:06.871Z[ recovery-image] Jun 01 15:04:06.232 INFO O| Jun 01 15:04:06.232 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-06-01T15:04:06.878Z[ recovery-image] Jun 01 15:04:06.241 INFO O| Jun 01 15:04:06.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
61252026-06-01T15:04:06.878Z[ recovery-image] Jun 01 15:04:06.242 INFO O| Jun 01 15:04:06.242 INFO STEP 404 (remove_files) COMPLETE
61262026-06-01T15:04:06.878Z[ recovery-image] Jun 01 15:04:06.242 INFO O| Jun 01 15:04:06.242 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-06-01T15:04:06.884Z[ recovery-image] Jun 01 15:04:06.251 INFO O| Jun 01 15:04:06.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
61282026-06-01T15:04:06.884Z[ recovery-image] Jun 01 15:04:06.251 INFO O| Jun 01 15:04:06.251 INFO STEP 405 (remove_files) COMPLETE
61292026-06-01T15:04:06.884Z[ recovery-image] Jun 01 15:04:06.251 INFO O| Jun 01 15:04:06.251 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-06-01T15:04:06.896Z[ recovery-image] Jun 01 15:04:06.260 INFO O| Jun 01 15:04:06.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
61312026-06-01T15:04:06.896Z[ recovery-image] Jun 01 15:04:06.260 INFO O| Jun 01 15:04:06.260 INFO STEP 406 (remove_files) COMPLETE
61322026-06-01T15:04:06.896Z[ recovery-image] Jun 01 15:04:06.260 INFO O| Jun 01 15:04:06.260 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-06-01T15:04:06.903Z[ recovery-image] Jun 01 15:04:06.268 INFO O| Jun 01 15:04:06.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
61342026-06-01T15:04:06.904Z[ recovery-image] Jun 01 15:04:06.268 INFO O| Jun 01 15:04:06.268 INFO STEP 407 (remove_files) COMPLETE
61352026-06-01T15:04:06.910Z[ recovery-image] Jun 01 15:04:06.268 INFO O| Jun 01 15:04:06.268 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-06-01T15:04:06.910Z[ recovery-image] Jun 01 15:04:06.275 INFO O| Jun 01 15:04:06.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
61372026-06-01T15:04:06.910Z[ recovery-image] Jun 01 15:04:06.275 INFO O| Jun 01 15:04:06.275 INFO STEP 408 (remove_files) COMPLETE
61382026-06-01T15:04:06.910Z[ recovery-image] Jun 01 15:04:06.275 INFO O| Jun 01 15:04:06.275 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-06-01T15:04:06.921Z[ recovery-image] Jun 01 15:04:06.287 INFO O| Jun 01 15:04:06.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61402026-06-01T15:04:06.921Z[ recovery-image] Jun 01 15:04:06.287 INFO O| Jun 01 15:04:06.287 INFO STEP 409 (remove_files) COMPLETE
61412026-06-01T15:04:06.925Z[ recovery-image] Jun 01 15:04:06.287 INFO O| Jun 01 15:04:06.287 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-06-01T15:04:06.932Z[ recovery-image] Jun 01 15:04:06.297 INFO O| Jun 01 15:04:06.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
61432026-06-01T15:04:06.939Z[ recovery-image] Jun 01 15:04:06.297 INFO O| Jun 01 15:04:06.297 INFO STEP 410 (remove_files) COMPLETE
61442026-06-01T15:04:06.939Z[ recovery-image] Jun 01 15:04:06.297 INFO O| Jun 01 15:04:06.297 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-06-01T15:04:06.943Z[ recovery-image] Jun 01 15:04:06.306 INFO O| Jun 01 15:04:06.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61462026-06-01T15:04:06.943Z[ recovery-image] Jun 01 15:04:06.306 INFO O| Jun 01 15:04:06.306 INFO STEP 411 (remove_files) COMPLETE
61472026-06-01T15:04:06.943Z[ recovery-image] Jun 01 15:04:06.306 INFO O| Jun 01 15:04:06.306 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-06-01T15:04:06.947Z[ recovery-image] Jun 01 15:04:06.313 INFO O| Jun 01 15:04:06.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61492026-06-01T15:04:06.947Z[ recovery-image] Jun 01 15:04:06.313 INFO O| Jun 01 15:04:06.313 INFO STEP 412 (remove_files) COMPLETE
61502026-06-01T15:04:06.947Z[ recovery-image] Jun 01 15:04:06.313 INFO O| Jun 01 15:04:06.313 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-06-01T15:04:06.954Z[ recovery-image] Jun 01 15:04:06.320 INFO O| Jun 01 15:04:06.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61522026-06-01T15:04:06.954Z[ recovery-image] Jun 01 15:04:06.320 INFO O| Jun 01 15:04:06.320 INFO STEP 413 (remove_files) COMPLETE
61532026-06-01T15:04:06.958Z[ recovery-image] Jun 01 15:04:06.320 INFO O| Jun 01 15:04:06.320 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-06-01T15:04:06.962Z[ recovery-image] Jun 01 15:04:06.328 INFO O| Jun 01 15:04:06.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61552026-06-01T15:04:06.962Z[ recovery-image] Jun 01 15:04:06.328 INFO O| Jun 01 15:04:06.328 INFO STEP 414 (remove_files) COMPLETE
61562026-06-01T15:04:06.963Z[ recovery-image] Jun 01 15:04:06.328 INFO O| Jun 01 15:04:06.328 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-06-01T15:04:06.970Z[ recovery-image] Jun 01 15:04:06.335 INFO O| Jun 01 15:04:06.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61582026-06-01T15:04:06.970Z[ recovery-image] Jun 01 15:04:06.335 INFO O| Jun 01 15:04:06.335 INFO STEP 415 (remove_files) COMPLETE
61592026-06-01T15:04:06.970Z[ recovery-image] Jun 01 15:04:06.335 INFO O| Jun 01 15:04:06.335 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-06-01T15:04:07.004Z[ recovery-image] Jun 01 15:04:06.343 INFO O| Jun 01 15:04:06.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61612026-06-01T15:04:07.004Z[ recovery-image] Jun 01 15:04:06.343 INFO O| Jun 01 15:04:06.343 INFO STEP 416 (remove_files) COMPLETE
61622026-06-01T15:04:07.040Z[ recovery-image] Jun 01 15:04:06.343 INFO O| Jun 01 15:04:06.343 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-06-01T15:04:07.051Z[ recovery-image] Jun 01 15:04:06.351 INFO O| Jun 01 15:04:06.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61642026-06-01T15:04:07.051Z[ recovery-image] Jun 01 15:04:06.351 INFO O| Jun 01 15:04:06.351 INFO STEP 417 (remove_files) COMPLETE
61652026-06-01T15:04:07.051Z[ recovery-image] Jun 01 15:04:06.351 INFO O| Jun 01 15:04:06.351 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-06-01T15:04:07.051Z[ recovery-image] Jun 01 15:04:06.358 INFO O| Jun 01 15:04:06.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61672026-06-01T15:04:07.051Z[ recovery-image] Jun 01 15:04:06.358 INFO O| Jun 01 15:04:06.358 INFO STEP 418 (remove_files) COMPLETE
61682026-06-01T15:04:07.051Z[ recovery-image] Jun 01 15:04:06.358 INFO O| Jun 01 15:04:06.358 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-06-01T15:04:07.051Z[ recovery-image] Jun 01 15:04:06.366 INFO O| Jun 01 15:04:06.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61702026-06-01T15:04:07.052Z[ recovery-image] Jun 01 15:04:06.366 INFO O| Jun 01 15:04:06.366 INFO STEP 419 (remove_files) COMPLETE
61712026-06-01T15:04:07.052Z[ recovery-image] Jun 01 15:04:06.366 INFO O| Jun 01 15:04:06.366 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-06-01T15:04:07.052Z[ recovery-image] Jun 01 15:04:06.373 INFO O| Jun 01 15:04:06.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61732026-06-01T15:04:07.052Z[ recovery-image] Jun 01 15:04:06.373 INFO O| Jun 01 15:04:06.373 INFO STEP 420 (remove_files) COMPLETE
61742026-06-01T15:04:07.052Z[ recovery-image] Jun 01 15:04:06.373 INFO O| Jun 01 15:04:06.373 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-06-01T15:04:07.082Z[ recovery-image] Jun 01 15:04:06.381 INFO O| Jun 01 15:04:06.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61762026-06-01T15:04:07.082Z[ recovery-image] Jun 01 15:04:06.381 INFO O| Jun 01 15:04:06.381 INFO STEP 421 (remove_files) COMPLETE
61772026-06-01T15:04:07.082Z[ recovery-image] Jun 01 15:04:06.381 INFO O| Jun 01 15:04:06.381 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-06-01T15:04:07.082Z[ recovery-image] Jun 01 15:04:06.388 INFO O| Jun 01 15:04:06.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61792026-06-01T15:04:07.082Z[ recovery-image] Jun 01 15:04:06.388 INFO O| Jun 01 15:04:06.388 INFO STEP 422 (remove_files) COMPLETE
61802026-06-01T15:04:07.082Z[ recovery-image] Jun 01 15:04:06.388 INFO O| Jun 01 15:04:06.388 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-06-01T15:04:07.082Z[ recovery-image] Jun 01 15:04:06.395 INFO O| Jun 01 15:04:06.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61822026-06-01T15:04:07.082Z[ recovery-image] Jun 01 15:04:06.395 INFO O| Jun 01 15:04:06.395 INFO STEP 423 (remove_files) COMPLETE
61832026-06-01T15:04:07.083Z[ recovery-image] Jun 01 15:04:06.395 INFO O| Jun 01 15:04:06.395 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-06-01T15:04:07.083Z[ recovery-image] Jun 01 15:04:06.402 INFO O| Jun 01 15:04:06.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61852026-06-01T15:04:07.083Z[ recovery-image] Jun 01 15:04:06.402 INFO O| Jun 01 15:04:06.402 INFO STEP 424 (remove_files) COMPLETE
61862026-06-01T15:04:07.083Z[ recovery-image] Jun 01 15:04:06.402 INFO O| Jun 01 15:04:06.402 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-06-01T15:04:07.083Z[ recovery-image] Jun 01 15:04:06.410 INFO O| Jun 01 15:04:06.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61882026-06-01T15:04:07.083Z[ recovery-image] Jun 01 15:04:06.410 INFO O| Jun 01 15:04:06.410 INFO STEP 425 (remove_files) COMPLETE
61892026-06-01T15:04:07.083Z[ recovery-image] Jun 01 15:04:06.410 INFO O| Jun 01 15:04:06.410 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-06-01T15:04:07.083Z[ recovery-image] Jun 01 15:04:06.417 INFO O| Jun 01 15:04:06.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61912026-06-01T15:04:07.083Z[ recovery-image] Jun 01 15:04:06.417 INFO O| Jun 01 15:04:06.417 INFO STEP 426 (remove_files) COMPLETE
61922026-06-01T15:04:07.083Z[ recovery-image] Jun 01 15:04:06.417 INFO O| Jun 01 15:04:06.417 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-06-01T15:04:07.083Z[ recovery-image] Jun 01 15:04:06.424 INFO O| Jun 01 15:04:06.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61942026-06-01T15:04:07.083Z[ recovery-image] Jun 01 15:04:06.424 INFO O| Jun 01 15:04:06.424 INFO STEP 427 (remove_files) COMPLETE
61952026-06-01T15:04:07.083Z[ recovery-image] Jun 01 15:04:06.424 INFO O| Jun 01 15:04:06.424 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-06-01T15:04:07.164Z[ recovery-image] Jun 01 15:04:06.431 INFO O| Jun 01 15:04:06.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61972026-06-01T15:04:07.164Z[ recovery-image] Jun 01 15:04:06.431 INFO O| Jun 01 15:04:06.431 INFO STEP 428 (remove_files) COMPLETE
61982026-06-01T15:04:07.164Z[ recovery-image] Jun 01 15:04:06.431 INFO O| Jun 01 15:04:06.431 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-06-01T15:04:07.164Z[ recovery-image] Jun 01 15:04:06.439 INFO O| Jun 01 15:04:06.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
62002026-06-01T15:04:07.164Z[ recovery-image] Jun 01 15:04:06.439 INFO O| Jun 01 15:04:06.439 INFO STEP 429 (remove_files) COMPLETE
62012026-06-01T15:04:07.164Z[ recovery-image] Jun 01 15:04:06.439 INFO O| Jun 01 15:04:06.439 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-06-01T15:04:07.164Z[ recovery-image] Jun 01 15:04:06.446 INFO O| Jun 01 15:04:06.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
62032026-06-01T15:04:07.164Z[ recovery-image] Jun 01 15:04:06.446 INFO O| Jun 01 15:04:06.446 INFO STEP 430 (remove_files) COMPLETE
62042026-06-01T15:04:07.164Z[ recovery-image] Jun 01 15:04:06.446 INFO O| Jun 01 15:04:06.446 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-06-01T15:04:07.164Z[ recovery-image] Jun 01 15:04:06.453 INFO O| Jun 01 15:04:06.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
62062026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.453 INFO O| Jun 01 15:04:06.453 INFO STEP 431 (remove_files) COMPLETE
62072026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.453 INFO O| Jun 01 15:04:06.453 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.460 INFO O| Jun 01 15:04:06.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
62092026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.461 INFO O| Jun 01 15:04:06.461 INFO STEP 432 (remove_files) COMPLETE
62102026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.461 INFO O| Jun 01 15:04:06.461 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.469 INFO O| Jun 01 15:04:06.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
62122026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.469 INFO O| Jun 01 15:04:06.469 INFO STEP 433 (remove_files) COMPLETE
62132026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.469 INFO O| Jun 01 15:04:06.469 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.477 INFO O| Jun 01 15:04:06.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
62152026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.477 INFO O| Jun 01 15:04:06.477 INFO STEP 434 (remove_files) COMPLETE
62162026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.477 INFO O| Jun 01 15:04:06.477 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.485 INFO O| Jun 01 15:04:06.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
62182026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.485 INFO O| Jun 01 15:04:06.485 INFO STEP 435 (remove_files) COMPLETE
62192026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.485 INFO O| Jun 01 15:04:06.485 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.494 INFO O| Jun 01 15:04:06.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
62212026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.494 INFO O| Jun 01 15:04:06.494 INFO STEP 436 (remove_files) COMPLETE
62222026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.494 INFO O| Jun 01 15:04:06.494 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.501 INFO O| Jun 01 15:04:06.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
62242026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.501 INFO O| Jun 01 15:04:06.501 INFO STEP 437 (remove_files) COMPLETE
62252026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.501 INFO O| Jun 01 15:04:06.501 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.509 INFO O| Jun 01 15:04:06.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
62272026-06-01T15:04:07.165Z[ recovery-image] Jun 01 15:04:06.509 INFO O| Jun 01 15:04:06.509 INFO STEP 438 (remove_files) COMPLETE
62282026-06-01T15:04:07.166Z[ recovery-image] Jun 01 15:04:06.509 INFO O| Jun 01 15:04:06.509 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-06-01T15:04:07.166Z[ recovery-image] Jun 01 15:04:06.517 INFO O| Jun 01 15:04:06.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
62302026-06-01T15:04:07.166Z[ recovery-image] Jun 01 15:04:06.517 INFO O| Jun 01 15:04:06.517 INFO STEP 439 (remove_files) COMPLETE
62312026-06-01T15:04:07.166Z[ recovery-image] Jun 01 15:04:06.517 INFO O| Jun 01 15:04:06.517 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-06-01T15:04:07.202Z[ recovery-image] Jun 01 15:04:06.525 INFO O| Jun 01 15:04:06.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
62332026-06-01T15:04:07.202Z[ recovery-image] Jun 01 15:04:06.525 INFO O| Jun 01 15:04:06.525 INFO STEP 440 (remove_files) COMPLETE
62342026-06-01T15:04:07.202Z[ recovery-image] Jun 01 15:04:06.525 INFO O| Jun 01 15:04:06.525 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-06-01T15:04:07.202Z[ recovery-image] Jun 01 15:04:06.532 INFO O| Jun 01 15:04:06.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
62362026-06-01T15:04:07.202Z[ recovery-image] Jun 01 15:04:06.532 INFO O| Jun 01 15:04:06.532 INFO STEP 441 (remove_files) COMPLETE
62372026-06-01T15:04:07.202Z[ recovery-image] Jun 01 15:04:06.532 INFO O| Jun 01 15:04:06.532 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.540 INFO O| Jun 01 15:04:06.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62392026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.540 INFO O| Jun 01 15:04:06.540 INFO STEP 442 (remove_files) COMPLETE
62402026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.540 INFO O| Jun 01 15:04:06.540 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.547 INFO O| Jun 01 15:04:06.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
62422026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.547 INFO O| Jun 01 15:04:06.547 INFO STEP 443 (remove_files) COMPLETE
62432026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.547 INFO O| Jun 01 15:04:06.547 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.555 INFO O| Jun 01 15:04:06.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62452026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.555 INFO O| Jun 01 15:04:06.555 INFO STEP 444 (remove_files) COMPLETE
62462026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.555 INFO O| Jun 01 15:04:06.555 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.563 INFO O| Jun 01 15:04:06.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62482026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.563 INFO O| Jun 01 15:04:06.563 INFO STEP 445 (remove_files) COMPLETE
62492026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.563 INFO O| Jun 01 15:04:06.563 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.571 INFO O| Jun 01 15:04:06.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62512026-06-01T15:04:07.207Z[ recovery-image] Jun 01 15:04:06.571 INFO O| Jun 01 15:04:06.571 INFO STEP 446 (remove_files) COMPLETE
62522026-06-01T15:04:07.208Z[ recovery-image] Jun 01 15:04:06.571 INFO O| Jun 01 15:04:06.571 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-06-01T15:04:07.216Z[ recovery-image] Jun 01 15:04:06.579 INFO O| Jun 01 15:04:06.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62542026-06-01T15:04:07.216Z[ recovery-image] Jun 01 15:04:06.579 INFO O| Jun 01 15:04:06.579 INFO STEP 447 (remove_files) COMPLETE
62552026-06-01T15:04:07.216Z[ recovery-image] Jun 01 15:04:06.579 INFO O| Jun 01 15:04:06.579 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-06-01T15:04:07.221Z[ recovery-image] Jun 01 15:04:06.586 INFO O| Jun 01 15:04:06.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62572026-06-01T15:04:07.221Z[ recovery-image] Jun 01 15:04:06.586 INFO O| Jun 01 15:04:06.586 INFO STEP 448 (remove_files) COMPLETE
62582026-06-01T15:04:07.221Z[ recovery-image] Jun 01 15:04:06.586 INFO O| Jun 01 15:04:06.586 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-06-01T15:04:07.229Z[ recovery-image] Jun 01 15:04:06.594 INFO O| Jun 01 15:04:06.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62602026-06-01T15:04:07.233Z[ recovery-image] Jun 01 15:04:06.595 INFO O| Jun 01 15:04:06.595 INFO STEP 449 (remove_files) COMPLETE
62612026-06-01T15:04:07.233Z[ recovery-image] Jun 01 15:04:06.595 INFO O| Jun 01 15:04:06.595 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-06-01T15:04:07.274Z[ recovery-image] Jun 01 15:04:06.603 INFO O| Jun 01 15:04:06.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62632026-06-01T15:04:07.275Z[ recovery-image] Jun 01 15:04:06.603 INFO O| Jun 01 15:04:06.603 INFO STEP 450 (remove_files) COMPLETE
62642026-06-01T15:04:07.275Z[ recovery-image] Jun 01 15:04:06.603 INFO O| Jun 01 15:04:06.603 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.611 INFO O| Jun 01 15:04:06.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62662026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.611 INFO O| Jun 01 15:04:06.611 INFO STEP 451 (remove_files) COMPLETE
62672026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.611 INFO O| Jun 01 15:04:06.611 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.620 INFO O| Jun 01 15:04:06.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62692026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.620 INFO O| Jun 01 15:04:06.620 INFO STEP 452 (remove_files) COMPLETE
62702026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.620 INFO O| Jun 01 15:04:06.620 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.629 INFO O| Jun 01 15:04:06.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62722026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.629 INFO O| Jun 01 15:04:06.629 INFO STEP 453 (remove_files) COMPLETE
62732026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.629 INFO O| Jun 01 15:04:06.629 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.637 INFO O| Jun 01 15:04:06.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62752026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.637 INFO O| Jun 01 15:04:06.637 INFO STEP 454 (remove_files) COMPLETE
62762026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.637 INFO O| Jun 01 15:04:06.637 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.644 INFO O| Jun 01 15:04:06.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62782026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.644 INFO O| Jun 01 15:04:06.644 INFO STEP 455 (remove_files) COMPLETE
62792026-06-01T15:04:07.397Z[ recovery-image] Jun 01 15:04:06.644 INFO O| Jun 01 15:04:06.644 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.652 INFO O| Jun 01 15:04:06.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62812026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.652 INFO O| Jun 01 15:04:06.652 INFO STEP 456 (remove_files) COMPLETE
62822026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.652 INFO O| Jun 01 15:04:06.652 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.660 INFO O| Jun 01 15:04:06.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62842026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.660 INFO O| Jun 01 15:04:06.660 INFO STEP 457 (remove_files) COMPLETE
62852026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.660 INFO O| Jun 01 15:04:06.660 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.668 INFO O| Jun 01 15:04:06.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62872026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.668 INFO O| Jun 01 15:04:06.668 INFO STEP 458 (remove_files) COMPLETE
62882026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.668 INFO O| Jun 01 15:04:06.668 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.675 INFO O| Jun 01 15:04:06.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62902026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.675 INFO O| Jun 01 15:04:06.675 INFO STEP 459 (remove_files) COMPLETE
62912026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.675 INFO O| Jun 01 15:04:06.675 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.684 INFO O| Jun 01 15:04:06.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62932026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.684 INFO O| Jun 01 15:04:06.684 INFO STEP 460 (remove_files) COMPLETE
62942026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.684 INFO O| Jun 01 15:04:06.684 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.692 INFO O| Jun 01 15:04:06.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62962026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.692 INFO O| Jun 01 15:04:06.692 INFO STEP 461 (remove_files) COMPLETE
62972026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.692 INFO O| Jun 01 15:04:06.692 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.700 INFO O| Jun 01 15:04:06.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62992026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.700 INFO O| Jun 01 15:04:06.700 INFO STEP 462 (remove_files) COMPLETE
63002026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.700 INFO O| Jun 01 15:04:06.700 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.707 INFO O| Jun 01 15:04:06.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
63022026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.707 INFO O| Jun 01 15:04:06.707 INFO STEP 463 (remove_files) COMPLETE
63032026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.707 INFO O| Jun 01 15:04:06.707 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.715 INFO O| Jun 01 15:04:06.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
63052026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.715 INFO O| Jun 01 15:04:06.715 INFO STEP 464 (remove_files) COMPLETE
63062026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.715 INFO O| Jun 01 15:04:06.715 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-06-01T15:04:07.398Z[ recovery-image] Jun 01 15:04:06.723 INFO O| Jun 01 15:04:06.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
63082026-06-01T15:04:07.399Z[ recovery-image] Jun 01 15:04:06.723 INFO O| Jun 01 15:04:06.723 INFO STEP 465 (remove_files) COMPLETE
63092026-06-01T15:04:07.399Z[ recovery-image] Jun 01 15:04:06.723 INFO O| Jun 01 15:04:06.723 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-06-01T15:04:07.421Z[ recovery-image] Jun 01 15:04:06.731 INFO O| Jun 01 15:04:06.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
63112026-06-01T15:04:07.421Z[ recovery-image] Jun 01 15:04:06.742 INFO O| Jun 01 15:04:06.742 INFO STEP 466 (remove_files) COMPLETE
63122026-06-01T15:04:07.421Z[ recovery-image] Jun 01 15:04:06.742 INFO O| Jun 01 15:04:06.742 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-06-01T15:04:07.421Z[ recovery-image] Jun 01 15:04:06.773 INFO O| Jun 01 15:04:06.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
63142026-06-01T15:04:07.421Z[ recovery-image] Jun 01 15:04:06.773 INFO O| Jun 01 15:04:06.773 INFO STEP 467 (remove_files) COMPLETE
63152026-06-01T15:04:07.421Z[ recovery-image] Jun 01 15:04:06.774 INFO O| Jun 01 15:04:06.774 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-06-01T15:04:07.464Z[ recovery-image] Jun 01 15:04:06.830 INFO O| Jun 01 15:04:06.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
63172026-06-01T15:04:07.464Z[ recovery-image] Jun 01 15:04:06.830 INFO O| Jun 01 15:04:06.830 INFO STEP 468 (remove_files) COMPLETE
63182026-06-01T15:04:07.464Z[ recovery-image] Jun 01 15:04:06.830 INFO O| Jun 01 15:04:06.830 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-06-01T15:04:07.473Z[ recovery-image] Jun 01 15:04:06.839 INFO O| Jun 01 15:04:06.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
63202026-06-01T15:04:07.473Z[ recovery-image] Jun 01 15:04:06.839 INFO O| Jun 01 15:04:06.839 INFO STEP 469 (remove_files) COMPLETE
63212026-06-01T15:04:07.480Z[ recovery-image] Jun 01 15:04:06.839 INFO O| Jun 01 15:04:06.839 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-06-01T15:04:07.485Z[ recovery-image] Jun 01 15:04:06.848 INFO O| Jun 01 15:04:06.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
63232026-06-01T15:04:07.485Z[ recovery-image] Jun 01 15:04:06.848 INFO O| Jun 01 15:04:06.848 INFO STEP 470 (remove_files) COMPLETE
63242026-06-01T15:04:07.485Z[ recovery-image] Jun 01 15:04:06.848 INFO O| Jun 01 15:04:06.848 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-06-01T15:04:07.490Z[ recovery-image] Jun 01 15:04:06.856 INFO O| Jun 01 15:04:06.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
63262026-06-01T15:04:07.490Z[ recovery-image] Jun 01 15:04:06.856 INFO O| Jun 01 15:04:06.856 INFO STEP 471 (remove_files) COMPLETE
63272026-06-01T15:04:07.494Z[ recovery-image] Jun 01 15:04:06.856 INFO O| Jun 01 15:04:06.856 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-06-01T15:04:07.498Z[ recovery-image] Jun 01 15:04:06.864 INFO O| Jun 01 15:04:06.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
63292026-06-01T15:04:07.529Z[ recovery-image] Jun 01 15:04:06.885 INFO O| Jun 01 15:04:06.885 INFO STEP 472 (remove_files) COMPLETE
63302026-06-01T15:04:07.529Z[ recovery-image] Jun 01 15:04:06.885 INFO O| Jun 01 15:04:06.885 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-06-01T15:04:07.554Z[ recovery-image] Jun 01 15:04:06.895 INFO O| Jun 01 15:04:06.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
63322026-06-01T15:04:07.554Z[ recovery-image] Jun 01 15:04:06.895 INFO O| Jun 01 15:04:06.895 INFO STEP 473 (remove_files) COMPLETE
63332026-06-01T15:04:07.554Z[ recovery-image] Jun 01 15:04:06.895 INFO O| Jun 01 15:04:06.895 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-06-01T15:04:07.568Z[ recovery-image] Jun 01 15:04:06.904 INFO O| Jun 01 15:04:06.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
63352026-06-01T15:04:07.568Z[ recovery-image] Jun 01 15:04:06.904 INFO O| Jun 01 15:04:06.904 INFO STEP 474 (remove_files) COMPLETE
63362026-06-01T15:04:07.568Z[ recovery-image] Jun 01 15:04:06.904 INFO O| Jun 01 15:04:06.904 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-06-01T15:04:07.568Z[ recovery-image] Jun 01 15:04:06.913 INFO O| Jun 01 15:04:06.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63382026-06-01T15:04:07.578Z[ recovery-image] Jun 01 15:04:06.933 INFO O| Jun 01 15:04:06.933 INFO STEP 475 (remove_files) COMPLETE
63392026-06-01T15:04:07.578Z[ recovery-image] Jun 01 15:04:06.933 INFO O| Jun 01 15:04:06.933 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-06-01T15:04:07.584Z[ recovery-image] Jun 01 15:04:06.943 INFO O| Jun 01 15:04:06.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63412026-06-01T15:04:07.584Z[ recovery-image] Jun 01 15:04:06.943 INFO O| Jun 01 15:04:06.943 INFO STEP 476 (remove_files) COMPLETE
63422026-06-01T15:04:07.584Z[ recovery-image] Jun 01 15:04:06.943 INFO O| Jun 01 15:04:06.943 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-06-01T15:04:07.621Z[ recovery-image] Jun 01 15:04:06.951 INFO O| Jun 01 15:04:06.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63442026-06-01T15:04:07.621Z[ recovery-image] Jun 01 15:04:06.951 INFO O| Jun 01 15:04:06.951 INFO STEP 477 (remove_files) COMPLETE
63452026-06-01T15:04:07.621Z[ recovery-image] Jun 01 15:04:06.951 INFO O| Jun 01 15:04:06.951 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-06-01T15:04:07.622Z[ recovery-image] Jun 01 15:04:06.959 INFO O| Jun 01 15:04:06.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63472026-06-01T15:04:07.622Z[ recovery-image] Jun 01 15:04:06.960 INFO O| Jun 01 15:04:06.960 INFO STEP 478 (remove_files) COMPLETE
63482026-06-01T15:04:07.622Z[ recovery-image] Jun 01 15:04:06.960 INFO O| Jun 01 15:04:06.960 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-06-01T15:04:07.635Z[ recovery-image] Jun 01 15:04:06.967 INFO O| Jun 01 15:04:06.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63502026-06-01T15:04:07.635Z[ recovery-image] Jun 01 15:04:06.968 INFO O| Jun 01 15:04:06.968 INFO STEP 479 (remove_files) COMPLETE
63512026-06-01T15:04:07.635Z[ recovery-image] Jun 01 15:04:06.968 INFO O| Jun 01 15:04:06.968 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-06-01T15:04:07.635Z[ recovery-image] Jun 01 15:04:06.975 INFO O| Jun 01 15:04:06.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63532026-06-01T15:04:07.642Z[ recovery-image] Jun 01 15:04:07.000 INFO O| Jun 01 15:04:07.000 INFO STEP 480 (remove_files) COMPLETE
63542026-06-01T15:04:07.642Z[ recovery-image] Jun 01 15:04:07.000 INFO O| Jun 01 15:04:07.000 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-06-01T15:04:07.665Z[ recovery-image] Jun 01 15:04:07.030 INFO O| Jun 01 15:04:07.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63562026-06-01T15:04:07.665Z[ recovery-image] Jun 01 15:04:07.030 INFO O| Jun 01 15:04:07.030 INFO STEP 481 (remove_files) COMPLETE
63572026-06-01T15:04:07.665Z[ recovery-image] Jun 01 15:04:07.030 INFO O| Jun 01 15:04:07.030 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-06-01T15:04:07.697Z[ recovery-image] Jun 01 15:04:07.039 INFO O| Jun 01 15:04:07.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63592026-06-01T15:04:07.697Z[ recovery-image] Jun 01 15:04:07.039 INFO O| Jun 01 15:04:07.039 INFO STEP 482 (remove_files) COMPLETE
63602026-06-01T15:04:07.697Z[ recovery-image] Jun 01 15:04:07.039 INFO O| Jun 01 15:04:07.039 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-06-01T15:04:07.705Z[ recovery-image] Jun 01 15:04:07.051 INFO O| Jun 01 15:04:07.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63622026-06-01T15:04:07.705Z[ recovery-image] Jun 01 15:04:07.051 INFO O| Jun 01 15:04:07.051 INFO STEP 483 (remove_files) COMPLETE
63632026-06-01T15:04:07.705Z[ recovery-image] Jun 01 15:04:07.051 INFO O| Jun 01 15:04:07.051 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-06-01T15:04:07.705Z[ recovery-image] Jun 01 15:04:07.067 INFO O| Jun 01 15:04:07.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63652026-06-01T15:04:07.705Z[ recovery-image] Jun 01 15:04:07.067 INFO O| Jun 01 15:04:07.067 INFO STEP 484 (remove_files) COMPLETE
63662026-06-01T15:04:07.705Z[ recovery-image] Jun 01 15:04:07.067 INFO O| Jun 01 15:04:07.067 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-06-01T15:04:07.712Z[ recovery-image] Jun 01 15:04:07.075 INFO O| Jun 01 15:04:07.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63682026-06-01T15:04:07.712Z[ recovery-image] Jun 01 15:04:07.075 INFO O| Jun 01 15:04:07.075 INFO STEP 485 (remove_files) COMPLETE
63692026-06-01T15:04:07.712Z[ recovery-image] Jun 01 15:04:07.075 INFO O| Jun 01 15:04:07.075 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-06-01T15:04:07.732Z[ recovery-image] Jun 01 15:04:07.083 INFO O| Jun 01 15:04:07.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63712026-06-01T15:04:07.732Z[ recovery-image] Jun 01 15:04:07.083 INFO O| Jun 01 15:04:07.083 INFO STEP 486 (remove_files) COMPLETE
63722026-06-01T15:04:07.732Z[ recovery-image] Jun 01 15:04:07.083 INFO O| Jun 01 15:04:07.083 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-06-01T15:04:07.752Z[ recovery-image] Jun 01 15:04:07.091 INFO O| Jun 01 15:04:07.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63742026-06-01T15:04:07.752Z[ recovery-image] Jun 01 15:04:07.091 INFO O| Jun 01 15:04:07.091 INFO STEP 487 (remove_files) COMPLETE
63752026-06-01T15:04:07.752Z[ recovery-image] Jun 01 15:04:07.091 INFO O| Jun 01 15:04:07.091 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-06-01T15:04:07.752Z[ recovery-image] Jun 01 15:04:07.099 INFO O| Jun 01 15:04:07.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63772026-06-01T15:04:07.752Z[ recovery-image] Jun 01 15:04:07.099 INFO O| Jun 01 15:04:07.099 INFO STEP 488 (remove_files) COMPLETE
63782026-06-01T15:04:07.752Z[ recovery-image] Jun 01 15:04:07.099 INFO O| Jun 01 15:04:07.099 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-06-01T15:04:07.752Z[ recovery-image] Jun 01 15:04:07.106 INFO O| Jun 01 15:04:07.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63802026-06-01T15:04:07.752Z[ recovery-image] Jun 01 15:04:07.106 INFO O| Jun 01 15:04:07.106 INFO STEP 489 (remove_files) COMPLETE
63812026-06-01T15:04:07.752Z[ recovery-image] Jun 01 15:04:07.106 INFO O| Jun 01 15:04:07.106 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-06-01T15:04:07.761Z[ recovery-image] Jun 01 15:04:07.116 INFO O| Jun 01 15:04:07.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63832026-06-01T15:04:07.761Z[ recovery-image] Jun 01 15:04:07.116 INFO O| Jun 01 15:04:07.116 INFO STEP 490 (remove_files) COMPLETE
63842026-06-01T15:04:07.761Z[ recovery-image] Jun 01 15:04:07.116 INFO O| Jun 01 15:04:07.116 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-06-01T15:04:07.761Z[ recovery-image] Jun 01 15:04:07.125 INFO O| Jun 01 15:04:07.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63862026-06-01T15:04:07.761Z[ recovery-image] Jun 01 15:04:07.125 INFO O| Jun 01 15:04:07.125 INFO STEP 491 (remove_files) COMPLETE
63872026-06-01T15:04:07.761Z[ recovery-image] Jun 01 15:04:07.125 INFO O| Jun 01 15:04:07.125 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-06-01T15:04:07.769Z[ recovery-image] Jun 01 15:04:07.133 INFO O| Jun 01 15:04:07.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63892026-06-01T15:04:07.769Z[ recovery-image] Jun 01 15:04:07.133 INFO O| Jun 01 15:04:07.133 INFO STEP 492 (remove_files) COMPLETE
63902026-06-01T15:04:07.769Z[ recovery-image] Jun 01 15:04:07.133 INFO O| Jun 01 15:04:07.133 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-06-01T15:04:07.785Z[ recovery-image] Jun 01 15:04:07.140 INFO O| Jun 01 15:04:07.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63922026-06-01T15:04:07.785Z[ recovery-image] Jun 01 15:04:07.140 INFO O| Jun 01 15:04:07.140 INFO STEP 493 (remove_files) COMPLETE
63932026-06-01T15:04:07.785Z[ recovery-image] Jun 01 15:04:07.140 INFO O| Jun 01 15:04:07.140 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-06-01T15:04:07.798Z[ recovery-image] Jun 01 15:04:07.148 INFO O| Jun 01 15:04:07.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63952026-06-01T15:04:07.798Z[ recovery-image] Jun 01 15:04:07.148 INFO O| Jun 01 15:04:07.148 INFO STEP 494 (remove_files) COMPLETE
63962026-06-01T15:04:07.798Z[ recovery-image] Jun 01 15:04:07.148 INFO O| Jun 01 15:04:07.148 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-06-01T15:04:07.798Z[ recovery-image] Jun 01 15:04:07.155 INFO O| Jun 01 15:04:07.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63982026-06-01T15:04:07.798Z[ recovery-image] Jun 01 15:04:07.155 INFO O| Jun 01 15:04:07.155 INFO STEP 495 (remove_files) COMPLETE
63992026-06-01T15:04:07.798Z[ recovery-image] Jun 01 15:04:07.155 INFO O| Jun 01 15:04:07.155 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-06-01T15:04:07.807Z[ recovery-image] Jun 01 15:04:07.162 INFO O| Jun 01 15:04:07.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
64012026-06-01T15:04:07.807Z[ recovery-image] Jun 01 15:04:07.162 INFO O| Jun 01 15:04:07.162 INFO STEP 496 (remove_files) COMPLETE
64022026-06-01T15:04:07.807Z[ recovery-image] Jun 01 15:04:07.162 INFO O| Jun 01 15:04:07.162 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-06-01T15:04:07.820Z[ recovery-image] Jun 01 15:04:07.169 INFO O| Jun 01 15:04:07.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
64042026-06-01T15:04:07.820Z[ recovery-image] Jun 01 15:04:07.170 INFO O| Jun 01 15:04:07.169 INFO STEP 497 (remove_files) COMPLETE
64052026-06-01T15:04:07.820Z[ recovery-image] Jun 01 15:04:07.170 INFO O| Jun 01 15:04:07.170 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-06-01T15:04:07.820Z[ recovery-image] Jun 01 15:04:07.178 INFO O| Jun 01 15:04:07.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
64072026-06-01T15:04:07.820Z[ recovery-image] Jun 01 15:04:07.178 INFO O| Jun 01 15:04:07.178 INFO STEP 498 (remove_files) COMPLETE
64082026-06-01T15:04:07.820Z[ recovery-image] Jun 01 15:04:07.178 INFO O| Jun 01 15:04:07.178 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-06-01T15:04:07.829Z[ recovery-image] Jun 01 15:04:07.187 INFO O| Jun 01 15:04:07.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
64102026-06-01T15:04:07.829Z[ recovery-image] Jun 01 15:04:07.187 INFO O| Jun 01 15:04:07.187 INFO STEP 499 (remove_files) COMPLETE
64112026-06-01T15:04:07.829Z[ recovery-image] Jun 01 15:04:07.187 INFO O| Jun 01 15:04:07.187 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-06-01T15:04:07.829Z[ recovery-image] Jun 01 15:04:07.194 INFO O| Jun 01 15:04:07.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
64132026-06-01T15:04:07.829Z[ recovery-image] Jun 01 15:04:07.194 INFO O| Jun 01 15:04:07.194 INFO STEP 500 (remove_files) COMPLETE
64142026-06-01T15:04:07.829Z[ recovery-image] Jun 01 15:04:07.194 INFO O| Jun 01 15:04:07.194 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-06-01T15:04:07.838Z[ recovery-image] Jun 01 15:04:07.201 INFO O| Jun 01 15:04:07.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
64162026-06-01T15:04:07.839Z[ recovery-image] Jun 01 15:04:07.201 INFO O| Jun 01 15:04:07.201 INFO STEP 501 (remove_files) COMPLETE
64172026-06-01T15:04:07.839Z[ recovery-image] Jun 01 15:04:07.201 INFO O| Jun 01 15:04:07.201 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-06-01T15:04:07.848Z[ recovery-image] Jun 01 15:04:07.209 INFO O| Jun 01 15:04:07.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
64192026-06-01T15:04:07.848Z[ recovery-image] Jun 01 15:04:07.209 INFO O| Jun 01 15:04:07.209 INFO STEP 502 (remove_files) COMPLETE
64202026-06-01T15:04:07.848Z[ recovery-image] Jun 01 15:04:07.209 INFO O| Jun 01 15:04:07.209 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-06-01T15:04:07.857Z[ recovery-image] Jun 01 15:04:07.217 INFO O| Jun 01 15:04:07.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
64222026-06-01T15:04:07.857Z[ recovery-image] Jun 01 15:04:07.218 INFO O| Jun 01 15:04:07.218 INFO STEP 503 (remove_files) COMPLETE
64232026-06-01T15:04:07.857Z[ recovery-image] Jun 01 15:04:07.218 INFO O| Jun 01 15:04:07.218 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-06-01T15:04:07.865Z[ recovery-image] Jun 01 15:04:07.226 INFO O| Jun 01 15:04:07.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
64252026-06-01T15:04:07.865Z[ recovery-image] Jun 01 15:04:07.226 INFO O| Jun 01 15:04:07.226 INFO STEP 504 (remove_files) COMPLETE
64262026-06-01T15:04:07.865Z[ recovery-image] Jun 01 15:04:07.226 INFO O| Jun 01 15:04:07.226 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-06-01T15:04:07.875Z[ recovery-image] Jun 01 15:04:07.234 INFO O| Jun 01 15:04:07.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
64282026-06-01T15:04:07.875Z[ recovery-image] Jun 01 15:04:07.234 INFO O| Jun 01 15:04:07.234 INFO STEP 505 (remove_files) COMPLETE
64292026-06-01T15:04:07.875Z[ recovery-image] Jun 01 15:04:07.234 INFO O| Jun 01 15:04:07.234 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-06-01T15:04:07.883Z[ recovery-image] Jun 01 15:04:07.242 INFO O| Jun 01 15:04:07.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64312026-06-01T15:04:07.883Z[ recovery-image] Jun 01 15:04:07.242 INFO O| Jun 01 15:04:07.242 INFO STEP 506 (remove_files) COMPLETE
64322026-06-01T15:04:07.883Z[ recovery-image] Jun 01 15:04:07.242 INFO O| Jun 01 15:04:07.242 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-06-01T15:04:07.883Z[ recovery-image] Jun 01 15:04:07.249 INFO O| Jun 01 15:04:07.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64342026-06-01T15:04:07.883Z[ recovery-image] Jun 01 15:04:07.249 INFO O| Jun 01 15:04:07.249 INFO STEP 507 (remove_files) COMPLETE
64352026-06-01T15:04:07.883Z[ recovery-image] Jun 01 15:04:07.249 INFO O| Jun 01 15:04:07.249 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-06-01T15:04:07.895Z[ recovery-image] Jun 01 15:04:07.257 INFO O| Jun 01 15:04:07.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
64372026-06-01T15:04:07.895Z[ recovery-image] Jun 01 15:04:07.257 INFO O| Jun 01 15:04:07.257 INFO STEP 508 (remove_files) COMPLETE
64382026-06-01T15:04:07.895Z[ recovery-image] Jun 01 15:04:07.257 INFO O| Jun 01 15:04:07.257 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-06-01T15:04:07.909Z[ recovery-image] Jun 01 15:04:07.264 INFO O| Jun 01 15:04:07.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64402026-06-01T15:04:07.909Z[ recovery-image] Jun 01 15:04:07.264 INFO O| Jun 01 15:04:07.264 INFO STEP 509 (remove_files) COMPLETE
64412026-06-01T15:04:07.909Z[ recovery-image] Jun 01 15:04:07.264 INFO O| Jun 01 15:04:07.264 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-06-01T15:04:07.921Z[ recovery-image] Jun 01 15:04:07.271 INFO O| Jun 01 15:04:07.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64432026-06-01T15:04:07.921Z[ recovery-image] Jun 01 15:04:07.271 INFO O| Jun 01 15:04:07.271 INFO STEP 510 (remove_files) COMPLETE
64442026-06-01T15:04:07.921Z[ recovery-image] Jun 01 15:04:07.271 INFO O| Jun 01 15:04:07.271 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-06-01T15:04:07.921Z[ recovery-image] Jun 01 15:04:07.278 INFO O| Jun 01 15:04:07.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64462026-06-01T15:04:07.921Z[ recovery-image] Jun 01 15:04:07.278 INFO O| Jun 01 15:04:07.278 INFO STEP 511 (remove_files) COMPLETE
64472026-06-01T15:04:07.921Z[ recovery-image] Jun 01 15:04:07.278 INFO O| Jun 01 15:04:07.278 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-06-01T15:04:07.931Z[ recovery-image] Jun 01 15:04:07.285 INFO O| Jun 01 15:04:07.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64492026-06-01T15:04:07.931Z[ recovery-image] Jun 01 15:04:07.285 INFO O| Jun 01 15:04:07.285 INFO STEP 512 (remove_files) COMPLETE
64502026-06-01T15:04:07.931Z[ recovery-image] Jun 01 15:04:07.285 INFO O| Jun 01 15:04:07.285 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-06-01T15:04:07.931Z[ recovery-image] Jun 01 15:04:07.293 INFO O| Jun 01 15:04:07.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64522026-06-01T15:04:07.931Z[ recovery-image] Jun 01 15:04:07.293 INFO O| Jun 01 15:04:07.293 INFO STEP 513 (remove_files) COMPLETE
64532026-06-01T15:04:07.931Z[ recovery-image] Jun 01 15:04:07.293 INFO O| Jun 01 15:04:07.293 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-06-01T15:04:07.940Z[ recovery-image] Jun 01 15:04:07.301 INFO O| Jun 01 15:04:07.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64552026-06-01T15:04:07.940Z[ recovery-image] Jun 01 15:04:07.301 INFO O| Jun 01 15:04:07.301 INFO STEP 514 (remove_files) COMPLETE
64562026-06-01T15:04:07.940Z[ recovery-image] Jun 01 15:04:07.301 INFO O| Jun 01 15:04:07.301 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-06-01T15:04:07.949Z[ recovery-image] Jun 01 15:04:07.308 INFO O| Jun 01 15:04:07.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64582026-06-01T15:04:07.949Z[ recovery-image] Jun 01 15:04:07.310 INFO O| Jun 01 15:04:07.310 INFO STEP 515 (remove_files) COMPLETE
64592026-06-01T15:04:07.949Z[ recovery-image] Jun 01 15:04:07.310 INFO O| Jun 01 15:04:07.310 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-06-01T15:04:07.957Z[ recovery-image] Jun 01 15:04:07.317 INFO O| Jun 01 15:04:07.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64612026-06-01T15:04:07.957Z[ recovery-image] Jun 01 15:04:07.317 INFO O| Jun 01 15:04:07.317 INFO STEP 516 (remove_files) COMPLETE
64622026-06-01T15:04:07.957Z[ recovery-image] Jun 01 15:04:07.317 INFO O| Jun 01 15:04:07.317 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-06-01T15:04:07.968Z[ recovery-image] Jun 01 15:04:07.324 INFO O| Jun 01 15:04:07.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64642026-06-01T15:04:07.968Z[ recovery-image] Jun 01 15:04:07.324 INFO O| Jun 01 15:04:07.324 INFO STEP 517 (remove_files) COMPLETE
64652026-06-01T15:04:07.968Z[ recovery-image] Jun 01 15:04:07.324 INFO O| Jun 01 15:04:07.324 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-06-01T15:04:07.968Z[ recovery-image] Jun 01 15:04:07.332 INFO O| Jun 01 15:04:07.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64672026-06-01T15:04:07.968Z[ recovery-image] Jun 01 15:04:07.332 INFO O| Jun 01 15:04:07.332 INFO STEP 518 (remove_files) COMPLETE
64682026-06-01T15:04:07.968Z[ recovery-image] Jun 01 15:04:07.332 INFO O| Jun 01 15:04:07.332 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-06-01T15:04:07.976Z[ recovery-image] Jun 01 15:04:07.339 INFO O| Jun 01 15:04:07.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64702026-06-01T15:04:07.977Z[ recovery-image] Jun 01 15:04:07.339 INFO O| Jun 01 15:04:07.339 INFO STEP 519 (remove_files) COMPLETE
64712026-06-01T15:04:07.977Z[ recovery-image] Jun 01 15:04:07.339 INFO O| Jun 01 15:04:07.339 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-06-01T15:04:07.985Z[ recovery-image] Jun 01 15:04:07.347 INFO O| Jun 01 15:04:07.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64732026-06-01T15:04:07.985Z[ recovery-image] Jun 01 15:04:07.347 INFO O| Jun 01 15:04:07.347 INFO STEP 520 (remove_files) COMPLETE
64742026-06-01T15:04:07.986Z[ recovery-image] Jun 01 15:04:07.347 INFO O| Jun 01 15:04:07.347 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-06-01T15:04:07.994Z[ recovery-image] Jun 01 15:04:07.354 INFO O| Jun 01 15:04:07.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64762026-06-01T15:04:07.994Z[ recovery-image] Jun 01 15:04:07.354 INFO O| Jun 01 15:04:07.354 INFO STEP 521 (remove_files) COMPLETE
64772026-06-01T15:04:07.994Z[ recovery-image] Jun 01 15:04:07.354 INFO O| Jun 01 15:04:07.354 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-06-01T15:04:08.009Z[ recovery-image] Jun 01 15:04:07.362 INFO O| Jun 01 15:04:07.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64792026-06-01T15:04:08.009Z[ recovery-image] Jun 01 15:04:07.362 INFO O| Jun 01 15:04:07.362 INFO STEP 522 (remove_files) COMPLETE
64802026-06-01T15:04:08.009Z[ recovery-image] Jun 01 15:04:07.362 INFO O| Jun 01 15:04:07.362 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-06-01T15:04:08.009Z[ recovery-image] Jun 01 15:04:07.369 INFO O| Jun 01 15:04:07.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64822026-06-01T15:04:08.009Z[ recovery-image] Jun 01 15:04:07.369 INFO O| Jun 01 15:04:07.369 INFO STEP 523 (remove_files) COMPLETE
64832026-06-01T15:04:08.009Z[ recovery-image] Jun 01 15:04:07.369 INFO O| Jun 01 15:04:07.369 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-06-01T15:04:08.030Z[ recovery-image] Jun 01 15:04:07.376 INFO O| Jun 01 15:04:07.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64852026-06-01T15:04:08.030Z[ recovery-image] Jun 01 15:04:07.377 INFO O| Jun 01 15:04:07.377 INFO STEP 524 (remove_files) COMPLETE
64862026-06-01T15:04:08.031Z[ recovery-image] Jun 01 15:04:07.377 INFO O| Jun 01 15:04:07.377 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-06-01T15:04:08.052Z[ recovery-image] Jun 01 15:04:07.384 INFO O| Jun 01 15:04:07.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64882026-06-01T15:04:08.052Z[ recovery-image] Jun 01 15:04:07.384 INFO O| Jun 01 15:04:07.384 INFO STEP 525 (remove_files) COMPLETE
64892026-06-01T15:04:08.053Z[ recovery-image] Jun 01 15:04:07.384 INFO O| Jun 01 15:04:07.384 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-06-01T15:04:08.053Z[ recovery-image] Jun 01 15:04:07.392 INFO O| Jun 01 15:04:07.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64912026-06-01T15:04:08.053Z[ recovery-image] Jun 01 15:04:07.392 INFO O| Jun 01 15:04:07.392 INFO STEP 526 (remove_files) COMPLETE
64922026-06-01T15:04:08.053Z[ recovery-image] Jun 01 15:04:07.392 INFO O| Jun 01 15:04:07.392 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-06-01T15:04:08.053Z[ recovery-image] Jun 01 15:04:07.400 INFO O| Jun 01 15:04:07.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
64942026-06-01T15:04:08.053Z[ recovery-image] Jun 01 15:04:07.400 INFO O| Jun 01 15:04:07.400 INFO STEP 527 (remove_files) COMPLETE
64952026-06-01T15:04:08.053Z[ recovery-image] Jun 01 15:04:07.400 INFO O| Jun 01 15:04:07.400 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-06-01T15:04:08.069Z[ recovery-image] Jun 01 15:04:07.408 INFO O| Jun 01 15:04:07.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64972026-06-01T15:04:08.069Z[ recovery-image] Jun 01 15:04:07.408 INFO O| Jun 01 15:04:07.408 INFO STEP 528 (remove_files) COMPLETE
64982026-06-01T15:04:08.069Z[ recovery-image] Jun 01 15:04:07.408 INFO O| Jun 01 15:04:07.408 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-06-01T15:04:08.069Z[ recovery-image] Jun 01 15:04:07.416 INFO O| Jun 01 15:04:07.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
65002026-06-01T15:04:08.069Z[ recovery-image] Jun 01 15:04:07.416 INFO O| Jun 01 15:04:07.416 INFO STEP 529 (remove_files) COMPLETE
65012026-06-01T15:04:08.069Z[ recovery-image] Jun 01 15:04:07.416 INFO O| Jun 01 15:04:07.416 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-06-01T15:04:08.069Z[ recovery-image] Jun 01 15:04:07.424 INFO O| Jun 01 15:04:07.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65032026-06-01T15:04:08.069Z[ recovery-image] Jun 01 15:04:07.424 INFO O| Jun 01 15:04:07.424 INFO STEP 530 (remove_files) COMPLETE
65042026-06-01T15:04:08.069Z[ recovery-image] Jun 01 15:04:07.424 INFO O| Jun 01 15:04:07.424 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-06-01T15:04:08.080Z[ recovery-image] Jun 01 15:04:07.432 INFO O| Jun 01 15:04:07.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65062026-06-01T15:04:08.080Z[ recovery-image] Jun 01 15:04:07.432 INFO O| Jun 01 15:04:07.432 INFO STEP 531 (remove_files) COMPLETE
65072026-06-01T15:04:08.080Z[ recovery-image] Jun 01 15:04:07.432 INFO O| Jun 01 15:04:07.432 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-06-01T15:04:08.080Z[ recovery-image] Jun 01 15:04:07.440 INFO O| Jun 01 15:04:07.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65092026-06-01T15:04:08.080Z[ recovery-image] Jun 01 15:04:07.440 INFO O| Jun 01 15:04:07.440 INFO STEP 532 (remove_files) COMPLETE
65102026-06-01T15:04:08.080Z[ recovery-image] Jun 01 15:04:07.440 INFO O| Jun 01 15:04:07.440 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-06-01T15:04:08.090Z[ recovery-image] Jun 01 15:04:07.449 INFO O| Jun 01 15:04:07.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65122026-06-01T15:04:08.090Z[ recovery-image] Jun 01 15:04:07.449 INFO O| Jun 01 15:04:07.449 INFO STEP 533 (remove_files) COMPLETE
65132026-06-01T15:04:08.090Z[ recovery-image] Jun 01 15:04:07.449 INFO O| Jun 01 15:04:07.449 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-06-01T15:04:08.097Z[ recovery-image] Jun 01 15:04:07.457 INFO O| Jun 01 15:04:07.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65152026-06-01T15:04:08.097Z[ recovery-image] Jun 01 15:04:07.457 INFO O| Jun 01 15:04:07.457 INFO STEP 534 (remove_files) COMPLETE
65162026-06-01T15:04:08.097Z[ recovery-image] Jun 01 15:04:07.457 INFO O| Jun 01 15:04:07.457 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-06-01T15:04:08.107Z[ recovery-image] Jun 01 15:04:07.466 INFO O| Jun 01 15:04:07.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65182026-06-01T15:04:08.107Z[ recovery-image] Jun 01 15:04:07.466 INFO O| Jun 01 15:04:07.466 INFO STEP 535 (remove_files) COMPLETE
65192026-06-01T15:04:08.107Z[ recovery-image] Jun 01 15:04:07.466 INFO O| Jun 01 15:04:07.466 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-06-01T15:04:08.107Z[ recovery-image] Jun 01 15:04:07.473 INFO O| Jun 01 15:04:07.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65212026-06-01T15:04:08.107Z[ recovery-image] Jun 01 15:04:07.473 INFO O| Jun 01 15:04:07.473 INFO STEP 536 (remove_files) COMPLETE
65222026-06-01T15:04:08.107Z[ recovery-image] Jun 01 15:04:07.473 INFO O| Jun 01 15:04:07.473 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-06-01T15:04:08.117Z[ recovery-image] Jun 01 15:04:07.482 INFO O| Jun 01 15:04:07.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65242026-06-01T15:04:08.117Z[ recovery-image] Jun 01 15:04:07.482 INFO O| Jun 01 15:04:07.482 INFO STEP 537 (remove_files) COMPLETE
65252026-06-01T15:04:08.117Z[ recovery-image] Jun 01 15:04:07.482 INFO O| Jun 01 15:04:07.482 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-06-01T15:04:08.125Z[ recovery-image] Jun 01 15:04:07.491 INFO O| Jun 01 15:04:07.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65272026-06-01T15:04:08.125Z[ recovery-image] Jun 01 15:04:07.491 INFO O| Jun 01 15:04:07.491 INFO STEP 538 (remove_files) COMPLETE
65282026-06-01T15:04:08.126Z[ recovery-image] Jun 01 15:04:07.491 INFO O| Jun 01 15:04:07.491 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-06-01T15:04:08.140Z[ recovery-image] Jun 01 15:04:07.500 INFO O| Jun 01 15:04:07.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65302026-06-01T15:04:08.141Z[ recovery-image] Jun 01 15:04:07.500 INFO O| Jun 01 15:04:07.500 INFO STEP 539 (remove_files) COMPLETE
65312026-06-01T15:04:08.141Z[ recovery-image] Jun 01 15:04:07.500 INFO O| Jun 01 15:04:07.500 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-06-01T15:04:08.165Z[ recovery-image] Jun 01 15:04:07.509 INFO O| Jun 01 15:04:07.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65332026-06-01T15:04:08.165Z[ recovery-image] Jun 01 15:04:07.509 INFO O| Jun 01 15:04:07.509 INFO STEP 540 (remove_files) COMPLETE
65342026-06-01T15:04:08.165Z[ recovery-image] Jun 01 15:04:07.509 INFO O| Jun 01 15:04:07.509 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-06-01T15:04:08.166Z[ recovery-image] Jun 01 15:04:07.517 INFO O| Jun 01 15:04:07.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65362026-06-01T15:04:08.166Z[ recovery-image] Jun 01 15:04:07.518 INFO O| Jun 01 15:04:07.518 INFO STEP 541 (remove_files) COMPLETE
65372026-06-01T15:04:08.166Z[ recovery-image] Jun 01 15:04:07.518 INFO O| Jun 01 15:04:07.518 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-06-01T15:04:08.166Z[ recovery-image] Jun 01 15:04:07.526 INFO O| Jun 01 15:04:07.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65392026-06-01T15:04:08.166Z[ recovery-image] Jun 01 15:04:07.526 INFO O| Jun 01 15:04:07.526 INFO STEP 542 (remove_files) COMPLETE
65402026-06-01T15:04:08.166Z[ recovery-image] Jun 01 15:04:07.526 INFO O| Jun 01 15:04:07.526 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-06-01T15:04:08.181Z[ recovery-image] Jun 01 15:04:07.533 INFO O| Jun 01 15:04:07.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65422026-06-01T15:04:08.181Z[ recovery-image] Jun 01 15:04:07.533 INFO O| Jun 01 15:04:07.533 INFO STEP 543 (remove_files) COMPLETE
65432026-06-01T15:04:08.181Z[ recovery-image] Jun 01 15:04:07.533 INFO O| Jun 01 15:04:07.533 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-06-01T15:04:08.181Z[ recovery-image] Jun 01 15:04:07.541 INFO O| Jun 01 15:04:07.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65452026-06-01T15:04:08.181Z[ recovery-image] Jun 01 15:04:07.541 INFO O| Jun 01 15:04:07.541 INFO STEP 544 (remove_files) COMPLETE
65462026-06-01T15:04:08.181Z[ recovery-image] Jun 01 15:04:07.541 INFO O| Jun 01 15:04:07.541 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-06-01T15:04:08.190Z[ recovery-image] Jun 01 15:04:07.548 INFO O| Jun 01 15:04:07.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65482026-06-01T15:04:08.190Z[ recovery-image] Jun 01 15:04:07.548 INFO O| Jun 01 15:04:07.548 INFO STEP 545 (remove_files) COMPLETE
65492026-06-01T15:04:08.190Z[ recovery-image] Jun 01 15:04:07.548 INFO O| Jun 01 15:04:07.548 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-06-01T15:04:08.190Z[ recovery-image] Jun 01 15:04:07.556 INFO O| Jun 01 15:04:07.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65512026-06-01T15:04:08.190Z[ recovery-image] Jun 01 15:04:07.556 INFO O| Jun 01 15:04:07.556 INFO STEP 546 (remove_files) COMPLETE
65522026-06-01T15:04:08.190Z[ recovery-image] Jun 01 15:04:07.556 INFO O| Jun 01 15:04:07.556 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-06-01T15:04:08.199Z[ recovery-image] Jun 01 15:04:07.563 INFO O| Jun 01 15:04:07.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65542026-06-01T15:04:08.200Z[ recovery-image] Jun 01 15:04:07.563 INFO O| Jun 01 15:04:07.563 INFO STEP 547 (remove_files) COMPLETE
65552026-06-01T15:04:08.200Z[ recovery-image] Jun 01 15:04:07.563 INFO O| Jun 01 15:04:07.563 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-06-01T15:04:08.216Z[ recovery-image] Jun 01 15:04:07.570 INFO O| Jun 01 15:04:07.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65572026-06-01T15:04:08.216Z[ recovery-image] Jun 01 15:04:07.571 INFO O| Jun 01 15:04:07.571 INFO STEP 548 (remove_files) COMPLETE
65582026-06-01T15:04:08.216Z[ recovery-image] Jun 01 15:04:07.571 INFO O| Jun 01 15:04:07.571 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-06-01T15:04:08.230Z[ recovery-image] Jun 01 15:04:07.577 INFO O| Jun 01 15:04:07.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65602026-06-01T15:04:08.230Z[ recovery-image] Jun 01 15:04:07.578 INFO O| Jun 01 15:04:07.578 INFO STEP 549 (remove_files) COMPLETE
65612026-06-01T15:04:08.230Z[ recovery-image] Jun 01 15:04:07.578 INFO O| Jun 01 15:04:07.578 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-06-01T15:04:08.230Z[ recovery-image] Jun 01 15:04:07.584 INFO O| Jun 01 15:04:07.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65632026-06-01T15:04:08.230Z[ recovery-image] Jun 01 15:04:07.585 INFO O| Jun 01 15:04:07.585 INFO STEP 550 (remove_files) COMPLETE
65642026-06-01T15:04:08.230Z[ recovery-image] Jun 01 15:04:07.585 INFO O| Jun 01 15:04:07.585 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-06-01T15:04:08.242Z[ recovery-image] Jun 01 15:04:07.591 INFO O| Jun 01 15:04:07.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65662026-06-01T15:04:08.243Z[ recovery-image] Jun 01 15:04:07.592 INFO O| Jun 01 15:04:07.591 INFO STEP 551 (remove_files) COMPLETE
65672026-06-01T15:04:08.243Z[ recovery-image] Jun 01 15:04:07.592 INFO O| Jun 01 15:04:07.591 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-06-01T15:04:08.243Z[ recovery-image] Jun 01 15:04:07.599 INFO O| Jun 01 15:04:07.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65692026-06-01T15:04:08.243Z[ recovery-image] Jun 01 15:04:07.599 INFO O| Jun 01 15:04:07.599 INFO STEP 552 (remove_files) COMPLETE
65702026-06-01T15:04:08.243Z[ recovery-image] Jun 01 15:04:07.599 INFO O| Jun 01 15:04:07.599 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-06-01T15:04:08.243Z[ recovery-image] Jun 01 15:04:07.606 INFO O| Jun 01 15:04:07.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65722026-06-01T15:04:08.243Z[ recovery-image] Jun 01 15:04:07.606 INFO O| Jun 01 15:04:07.606 INFO STEP 553 (remove_files) COMPLETE
65732026-06-01T15:04:08.243Z[ recovery-image] Jun 01 15:04:07.606 INFO O| Jun 01 15:04:07.606 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-06-01T15:04:08.280Z[ recovery-image] Jun 01 15:04:07.614 INFO O| Jun 01 15:04:07.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65752026-06-01T15:04:08.280Z[ recovery-image] Jun 01 15:04:07.614 INFO O| Jun 01 15:04:07.614 INFO STEP 554 (remove_files) COMPLETE
65762026-06-01T15:04:08.280Z[ recovery-image] Jun 01 15:04:07.614 INFO O| Jun 01 15:04:07.614 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-06-01T15:04:08.294Z[ recovery-image] Jun 01 15:04:07.622 INFO O| Jun 01 15:04:07.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65782026-06-01T15:04:08.294Z[ recovery-image] Jun 01 15:04:07.622 INFO O| Jun 01 15:04:07.622 INFO STEP 555 (remove_files) COMPLETE
65792026-06-01T15:04:08.294Z[ recovery-image] Jun 01 15:04:07.622 INFO O| Jun 01 15:04:07.622 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-06-01T15:04:08.294Z[ recovery-image] Jun 01 15:04:07.630 INFO O| Jun 01 15:04:07.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65812026-06-01T15:04:08.294Z[ recovery-image] Jun 01 15:04:07.630 INFO O| Jun 01 15:04:07.630 INFO STEP 556 (remove_files) COMPLETE
65822026-06-01T15:04:08.294Z[ recovery-image] Jun 01 15:04:07.630 INFO O| Jun 01 15:04:07.630 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-06-01T15:04:08.294Z[ recovery-image] Jun 01 15:04:07.638 INFO O| Jun 01 15:04:07.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65842026-06-01T15:04:08.294Z[ recovery-image] Jun 01 15:04:07.638 INFO O| Jun 01 15:04:07.638 INFO STEP 557 (remove_files) COMPLETE
65852026-06-01T15:04:08.294Z[ recovery-image] Jun 01 15:04:07.638 INFO O| Jun 01 15:04:07.638 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-06-01T15:04:08.294Z[ recovery-image] Jun 01 15:04:07.647 INFO O| Jun 01 15:04:07.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65872026-06-01T15:04:08.294Z[ recovery-image] Jun 01 15:04:07.647 INFO O| Jun 01 15:04:07.647 INFO STEP 558 (remove_files) COMPLETE
65882026-06-01T15:04:08.294Z[ recovery-image] Jun 01 15:04:07.647 INFO O| Jun 01 15:04:07.647 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-06-01T15:04:08.303Z[ recovery-image] Jun 01 15:04:07.656 INFO O| Jun 01 15:04:07.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65902026-06-01T15:04:08.303Z[ recovery-image] Jun 01 15:04:07.656 INFO O| Jun 01 15:04:07.656 INFO STEP 559 (remove_files) COMPLETE
65912026-06-01T15:04:08.303Z[ recovery-image] Jun 01 15:04:07.656 INFO O| Jun 01 15:04:07.656 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-06-01T15:04:08.303Z[ recovery-image] Jun 01 15:04:07.664 INFO O| Jun 01 15:04:07.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65932026-06-01T15:04:08.303Z[ recovery-image] Jun 01 15:04:07.665 INFO O| Jun 01 15:04:07.665 INFO STEP 560 (remove_files) COMPLETE
65942026-06-01T15:04:08.303Z[ recovery-image] Jun 01 15:04:07.665 INFO O| Jun 01 15:04:07.665 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-06-01T15:04:08.309Z[ recovery-image] Jun 01 15:04:07.673 INFO O| Jun 01 15:04:07.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65962026-06-01T15:04:08.310Z[ recovery-image] Jun 01 15:04:07.673 INFO O| Jun 01 15:04:07.673 INFO STEP 561 (remove_files) COMPLETE
65972026-06-01T15:04:08.310Z[ recovery-image] Jun 01 15:04:07.673 INFO O| Jun 01 15:04:07.673 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-06-01T15:04:08.310Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
65992026-06-01T15:04:08.325Z[ recovery-image] Jun 01 15:04:07.682 INFO O| Jun 01 15:04:07.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66002026-06-01T15:04:08.325Z[ recovery-image] Jun 01 15:04:07.682 INFO O| Jun 01 15:04:07.682 INFO STEP 562 (remove_files) COMPLETE
66012026-06-01T15:04:08.325Z[ recovery-image] Jun 01 15:04:07.682 INFO O| Jun 01 15:04:07.682 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-06-01T15:04:08.341Z[ recovery-image] Jun 01 15:04:07.690 INFO O| Jun 01 15:04:07.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66032026-06-01T15:04:08.342Z[ recovery-image] Jun 01 15:04:07.691 INFO O| Jun 01 15:04:07.690 INFO STEP 563 (remove_files) COMPLETE
66042026-06-01T15:04:08.342Z[ recovery-image] Jun 01 15:04:07.691 INFO O| Jun 01 15:04:07.690 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-06-01T15:04:08.342Z[ recovery-image] Jun 01 15:04:07.699 INFO O| Jun 01 15:04:07.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66062026-06-01T15:04:08.342Z[ recovery-image] Jun 01 15:04:07.699 INFO O| Jun 01 15:04:07.699 INFO STEP 564 (remove_files) COMPLETE
66072026-06-01T15:04:08.342Z[ recovery-image] Jun 01 15:04:07.699 INFO O| Jun 01 15:04:07.699 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-06-01T15:04:08.354Z[ recovery-image] Jun 01 15:04:07.708 INFO O| Jun 01 15:04:07.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66092026-06-01T15:04:08.354Z[ recovery-image] Jun 01 15:04:07.708 INFO O| Jun 01 15:04:07.708 INFO STEP 565 (remove_files) COMPLETE
66102026-06-01T15:04:08.354Z[ recovery-image] Jun 01 15:04:07.708 INFO O| Jun 01 15:04:07.708 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-06-01T15:04:08.354Z[ recovery-image] Jun 01 15:04:07.717 INFO O| Jun 01 15:04:07.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66122026-06-01T15:04:08.354Z[ recovery-image] Jun 01 15:04:07.717 INFO O| Jun 01 15:04:07.717 INFO STEP 566 (remove_files) COMPLETE
66132026-06-01T15:04:08.354Z[ recovery-image] Jun 01 15:04:07.717 INFO O| Jun 01 15:04:07.717 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-06-01T15:04:08.371Z[ recovery-image] Jun 01 15:04:07.725 INFO O| Jun 01 15:04:07.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66152026-06-01T15:04:08.371Z[ recovery-image] Jun 01 15:04:07.725 INFO O| Jun 01 15:04:07.725 INFO STEP 567 (remove_files) COMPLETE
66162026-06-01T15:04:08.371Z[ recovery-image] Jun 01 15:04:07.725 INFO O| Jun 01 15:04:07.725 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-06-01T15:04:08.380Z[ recovery-image] Jun 01 15:04:07.734 INFO O| Jun 01 15:04:07.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66182026-06-01T15:04:08.380Z[ recovery-image] Jun 01 15:04:07.734 INFO O| Jun 01 15:04:07.734 INFO STEP 568 (remove_files) COMPLETE
66192026-06-01T15:04:08.380Z[ recovery-image] Jun 01 15:04:07.734 INFO O| Jun 01 15:04:07.734 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-06-01T15:04:08.380Z[ recovery-image] Jun 01 15:04:07.743 INFO O| Jun 01 15:04:07.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66212026-06-01T15:04:08.381Z[ recovery-image] Jun 01 15:04:07.743 INFO O| Jun 01 15:04:07.743 INFO STEP 569 (remove_files) COMPLETE
66222026-06-01T15:04:08.381Z[ recovery-image] Jun 01 15:04:07.743 INFO O| Jun 01 15:04:07.743 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-06-01T15:04:08.391Z[ recovery-image] Jun 01 15:04:07.752 INFO O| Jun 01 15:04:07.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66242026-06-01T15:04:08.391Z[ recovery-image] Jun 01 15:04:07.752 INFO O| Jun 01 15:04:07.752 INFO STEP 570 (remove_files) COMPLETE
66252026-06-01T15:04:08.391Z[ recovery-image] Jun 01 15:04:07.752 INFO O| Jun 01 15:04:07.752 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-06-01T15:04:08.401Z[ recovery-image] Jun 01 15:04:07.761 INFO O| Jun 01 15:04:07.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66272026-06-01T15:04:08.401Z[ recovery-image] Jun 01 15:04:07.761 INFO O| Jun 01 15:04:07.761 INFO STEP 571 (remove_files) COMPLETE
66282026-06-01T15:04:08.401Z[ recovery-image] Jun 01 15:04:07.761 INFO O| Jun 01 15:04:07.761 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-06-01T15:04:08.424Z[ recovery-image] Jun 01 15:04:07.770 INFO O| Jun 01 15:04:07.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66302026-06-01T15:04:08.424Z[ recovery-image] Jun 01 15:04:07.770 INFO O| Jun 01 15:04:07.770 INFO STEP 572 (remove_files) COMPLETE
66312026-06-01T15:04:08.424Z[ recovery-image] Jun 01 15:04:07.770 INFO O| Jun 01 15:04:07.770 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-06-01T15:04:08.442Z[ recovery-image] Jun 01 15:04:07.780 INFO O| Jun 01 15:04:07.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66332026-06-01T15:04:08.442Z[ recovery-image] Jun 01 15:04:07.780 INFO O| Jun 01 15:04:07.780 INFO STEP 573 (remove_files) COMPLETE
66342026-06-01T15:04:08.442Z[ recovery-image] Jun 01 15:04:07.780 INFO O| Jun 01 15:04:07.780 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-06-01T15:04:08.442Z[ recovery-image] Jun 01 15:04:07.789 INFO O| Jun 01 15:04:07.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66362026-06-01T15:04:08.442Z[ recovery-image] Jun 01 15:04:07.789 INFO O| Jun 01 15:04:07.789 INFO STEP 574 (remove_files) COMPLETE
66372026-06-01T15:04:08.442Z[ recovery-image] Jun 01 15:04:07.789 INFO O| Jun 01 15:04:07.789 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-06-01T15:04:08.442Z[ recovery-image] Jun 01 15:04:07.798 INFO O| Jun 01 15:04:07.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66392026-06-01T15:04:08.442Z[ recovery-image] Jun 01 15:04:07.798 INFO O| Jun 01 15:04:07.798 INFO STEP 575 (remove_files) COMPLETE
66402026-06-01T15:04:08.442Z[ recovery-image] Jun 01 15:04:07.798 INFO O| Jun 01 15:04:07.798 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-06-01T15:04:08.473Z[ recovery-image] Jun 01 15:04:07.808 INFO O| Jun 01 15:04:07.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
66422026-06-01T15:04:08.473Z[ recovery-image] Jun 01 15:04:07.808 INFO O| Jun 01 15:04:07.808 INFO STEP 576 (remove_files) COMPLETE
66432026-06-01T15:04:08.473Z[ recovery-image] Jun 01 15:04:07.808 INFO O| Jun 01 15:04:07.808 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-06-01T15:04:08.473Z[ recovery-image] Jun 01 15:04:07.817 INFO O| Jun 01 15:04:07.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66452026-06-01T15:04:08.473Z[ recovery-image] Jun 01 15:04:07.817 INFO O| Jun 01 15:04:07.817 INFO STEP 577 (remove_files) COMPLETE
66462026-06-01T15:04:08.473Z[ recovery-image] Jun 01 15:04:07.817 INFO O| Jun 01 15:04:07.817 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-06-01T15:04:08.481Z[ recovery-image] Jun 01 15:04:07.825 INFO O| Jun 01 15:04:07.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66482026-06-01T15:04:08.481Z[ recovery-image] Jun 01 15:04:07.826 INFO O| Jun 01 15:04:07.825 INFO STEP 578 (remove_files) COMPLETE
66492026-06-01T15:04:08.481Z[ recovery-image] Jun 01 15:04:07.826 INFO O| Jun 01 15:04:07.825 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-06-01T15:04:08.481Z[ recovery-image] Jun 01 15:04:07.834 INFO O| Jun 01 15:04:07.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66512026-06-01T15:04:08.481Z[ recovery-image] Jun 01 15:04:07.834 INFO O| Jun 01 15:04:07.834 INFO STEP 579 (remove_files) COMPLETE
66522026-06-01T15:04:08.481Z[ recovery-image] Jun 01 15:04:07.834 INFO O| Jun 01 15:04:07.834 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-06-01T15:04:08.481Z[ recovery-image] Jun 01 15:04:07.842 INFO O| Jun 01 15:04:07.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66542026-06-01T15:04:08.481Z[ recovery-image] Jun 01 15:04:07.842 INFO O| Jun 01 15:04:07.842 INFO STEP 580 (remove_files) COMPLETE
66552026-06-01T15:04:08.481Z[ recovery-image] Jun 01 15:04:07.842 INFO O| Jun 01 15:04:07.842 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-06-01T15:04:08.489Z[ recovery-image] Jun 01 15:04:07.851 INFO O| Jun 01 15:04:07.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66572026-06-01T15:04:08.489Z[ recovery-image] Jun 01 15:04:07.851 INFO O| Jun 01 15:04:07.851 INFO STEP 581 (remove_files) COMPLETE
66582026-06-01T15:04:08.489Z[ recovery-image] Jun 01 15:04:07.851 INFO O| Jun 01 15:04:07.851 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-06-01T15:04:08.497Z[ recovery-image] Jun 01 15:04:07.859 INFO O| Jun 01 15:04:07.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66602026-06-01T15:04:08.497Z[ recovery-image] Jun 01 15:04:07.860 INFO O| Jun 01 15:04:07.860 INFO STEP 582 (remove_files) COMPLETE
66612026-06-01T15:04:08.497Z[ recovery-image] Jun 01 15:04:07.860 INFO O| Jun 01 15:04:07.860 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-06-01T15:04:08.539Z[ recovery-image] Jun 01 15:04:07.869 INFO O| Jun 01 15:04:07.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66632026-06-01T15:04:08.539Z[ recovery-image] Jun 01 15:04:07.869 INFO O| Jun 01 15:04:07.869 INFO STEP 583 (remove_files) COMPLETE
66642026-06-01T15:04:08.539Z[ recovery-image] Jun 01 15:04:07.869 INFO O| Jun 01 15:04:07.869 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-06-01T15:04:08.556Z[ recovery-image] Jun 01 15:04:07.879 INFO O| Jun 01 15:04:07.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66662026-06-01T15:04:08.556Z[ recovery-image] Jun 01 15:04:07.879 INFO O| Jun 01 15:04:07.879 INFO STEP 584 (remove_files) COMPLETE
66672026-06-01T15:04:08.556Z[ recovery-image] Jun 01 15:04:07.879 INFO O| Jun 01 15:04:07.879 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-06-01T15:04:08.556Z[ recovery-image] Jun 01 15:04:07.888 INFO O| Jun 01 15:04:07.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66692026-06-01T15:04:08.556Z[ recovery-image] Jun 01 15:04:07.888 INFO O| Jun 01 15:04:07.888 INFO STEP 585 (remove_files) COMPLETE
66702026-06-01T15:04:08.556Z[ recovery-image] Jun 01 15:04:07.888 INFO O| Jun 01 15:04:07.888 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-06-01T15:04:08.556Z[ recovery-image] Jun 01 15:04:07.896 INFO O| Jun 01 15:04:07.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66722026-06-01T15:04:08.556Z[ recovery-image] Jun 01 15:04:07.896 INFO O| Jun 01 15:04:07.896 INFO STEP 586 (remove_files) COMPLETE
66732026-06-01T15:04:08.556Z[ recovery-image] Jun 01 15:04:07.896 INFO O| Jun 01 15:04:07.896 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-06-01T15:04:08.556Z[ recovery-image] Jun 01 15:04:07.904 INFO O| Jun 01 15:04:07.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66752026-06-01T15:04:08.556Z[ recovery-image] Jun 01 15:04:07.905 INFO O| Jun 01 15:04:07.905 INFO STEP 587 (remove_files) COMPLETE
66762026-06-01T15:04:08.557Z[ recovery-image] Jun 01 15:04:07.905 INFO O| Jun 01 15:04:07.905 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-06-01T15:04:08.557Z[ recovery-image] Jun 01 15:04:07.913 INFO O| Jun 01 15:04:07.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66782026-06-01T15:04:08.557Z[ recovery-image] Jun 01 15:04:07.913 INFO O| Jun 01 15:04:07.913 INFO STEP 588 (remove_files) COMPLETE
66792026-06-01T15:04:08.557Z[ recovery-image] Jun 01 15:04:07.913 INFO O| Jun 01 15:04:07.913 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-06-01T15:04:08.578Z[ recovery-image] Jun 01 15:04:07.921 INFO O| Jun 01 15:04:07.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66812026-06-01T15:04:08.578Z[ recovery-image] Jun 01 15:04:07.921 INFO O| Jun 01 15:04:07.921 INFO STEP 589 (remove_files) COMPLETE
66822026-06-01T15:04:08.578Z[ recovery-image] Jun 01 15:04:07.921 INFO O| Jun 01 15:04:07.921 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-06-01T15:04:08.578Z[ recovery-image] Jun 01 15:04:07.928 INFO O| Jun 01 15:04:07.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66842026-06-01T15:04:08.578Z[ recovery-image] Jun 01 15:04:07.928 INFO O| Jun 01 15:04:07.928 INFO STEP 590 (remove_files) COMPLETE
66852026-06-01T15:04:08.578Z[ recovery-image] Jun 01 15:04:07.928 INFO O| Jun 01 15:04:07.928 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-06-01T15:04:08.592Z[ recovery-image] Jun 01 15:04:07.935 INFO O| Jun 01 15:04:07.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66872026-06-01T15:04:08.592Z[ recovery-image] Jun 01 15:04:07.935 INFO O| Jun 01 15:04:07.935 INFO STEP 591 (remove_files) COMPLETE
66882026-06-01T15:04:08.592Z[ recovery-image] Jun 01 15:04:07.935 INFO O| Jun 01 15:04:07.935 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-06-01T15:04:08.592Z[ recovery-image] Jun 01 15:04:07.943 INFO O| Jun 01 15:04:07.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66902026-06-01T15:04:08.592Z[ recovery-image] Jun 01 15:04:07.943 INFO O| Jun 01 15:04:07.943 INFO STEP 592 (remove_files) COMPLETE
66912026-06-01T15:04:08.592Z[ recovery-image] Jun 01 15:04:07.943 INFO O| Jun 01 15:04:07.943 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-06-01T15:04:08.592Z[ recovery-image] Jun 01 15:04:07.950 INFO O| Jun 01 15:04:07.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66932026-06-01T15:04:08.592Z[ recovery-image] Jun 01 15:04:07.950 INFO O| Jun 01 15:04:07.950 INFO STEP 593 (remove_files) COMPLETE
66942026-06-01T15:04:08.592Z[ recovery-image] Jun 01 15:04:07.950 INFO O| Jun 01 15:04:07.950 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-06-01T15:04:08.601Z[ recovery-image] Jun 01 15:04:07.958 INFO O| Jun 01 15:04:07.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66962026-06-01T15:04:08.601Z[ recovery-image] Jun 01 15:04:07.958 INFO O| Jun 01 15:04:07.958 INFO STEP 594 (remove_files) COMPLETE
66972026-06-01T15:04:08.601Z[ recovery-image] Jun 01 15:04:07.958 INFO O| Jun 01 15:04:07.958 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-06-01T15:04:08.601Z[ recovery-image] Jun 01 15:04:07.967 INFO O| Jun 01 15:04:07.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66992026-06-01T15:04:08.601Z[ recovery-image] Jun 01 15:04:07.967 INFO O| Jun 01 15:04:07.967 INFO STEP 595 (remove_files) COMPLETE
67002026-06-01T15:04:08.601Z[ recovery-image] Jun 01 15:04:07.967 INFO O| Jun 01 15:04:07.967 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-06-01T15:04:08.615Z[ recovery-image] Jun 01 15:04:07.982 INFO O| Jun 01 15:04:07.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67022026-06-01T15:04:08.615Z[ recovery-image] Jun 01 15:04:07.982 INFO O| Jun 01 15:04:07.982 INFO STEP 596 (remove_files) COMPLETE
67032026-06-01T15:04:08.615Z[ recovery-image] Jun 01 15:04:07.982 INFO O| Jun 01 15:04:07.982 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-06-01T15:04:08.624Z[ recovery-image] Jun 01 15:04:07.991 INFO O| Jun 01 15:04:07.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67052026-06-01T15:04:08.624Z[ recovery-image] Jun 01 15:04:07.991 INFO O| Jun 01 15:04:07.991 INFO STEP 597 (remove_files) COMPLETE
67062026-06-01T15:04:08.624Z[ recovery-image] Jun 01 15:04:07.991 INFO O| Jun 01 15:04:07.991 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-06-01T15:04:08.671Z[ recovery-image] Jun 01 15:04:08.014 INFO O| Jun 01 15:04:08.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67082026-06-01T15:04:08.671Z[ recovery-image] Jun 01 15:04:08.014 INFO O| Jun 01 15:04:08.014 INFO STEP 598 (remove_files) COMPLETE
67092026-06-01T15:04:08.671Z[ recovery-image] Jun 01 15:04:08.014 INFO O| Jun 01 15:04:08.014 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-06-01T15:04:08.685Z[ recovery-image] Jun 01 15:04:08.023 INFO O| Jun 01 15:04:08.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67112026-06-01T15:04:08.685Z[ recovery-image] Jun 01 15:04:08.023 INFO O| Jun 01 15:04:08.023 INFO STEP 599 (remove_files) COMPLETE
67122026-06-01T15:04:08.685Z[ recovery-image] Jun 01 15:04:08.023 INFO O| Jun 01 15:04:08.023 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-06-01T15:04:08.685Z[ recovery-image] Jun 01 15:04:08.031 INFO O| Jun 01 15:04:08.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67142026-06-01T15:04:08.685Z[ recovery-image] Jun 01 15:04:08.031 INFO O| Jun 01 15:04:08.031 INFO STEP 600 (remove_files) COMPLETE
67152026-06-01T15:04:08.685Z[ recovery-image] Jun 01 15:04:08.031 INFO O| Jun 01 15:04:08.031 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-06-01T15:04:08.685Z[ recovery-image] Jun 01 15:04:08.040 INFO O| Jun 01 15:04:08.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67172026-06-01T15:04:08.685Z[ recovery-image] Jun 01 15:04:08.040 INFO O| Jun 01 15:04:08.040 INFO STEP 601 (remove_files) COMPLETE
67182026-06-01T15:04:08.685Z[ recovery-image] Jun 01 15:04:08.040 INFO O| Jun 01 15:04:08.040 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-06-01T15:04:08.693Z[ recovery-image] Jun 01 15:04:08.049 INFO O| Jun 01 15:04:08.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67202026-06-01T15:04:08.693Z[ recovery-image] Jun 01 15:04:08.049 INFO O| Jun 01 15:04:08.049 INFO STEP 602 (remove_files) COMPLETE
67212026-06-01T15:04:08.693Z[ recovery-image] Jun 01 15:04:08.049 INFO O| Jun 01 15:04:08.049 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-06-01T15:04:08.706Z[ recovery-image] Jun 01 15:04:08.064 INFO O| Jun 01 15:04:08.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67232026-06-01T15:04:08.706Z[ recovery-image] Jun 01 15:04:08.064 INFO O| Jun 01 15:04:08.064 INFO STEP 603 (remove_files) COMPLETE
67242026-06-01T15:04:08.706Z[ recovery-image] Jun 01 15:04:08.064 INFO O| Jun 01 15:04:08.064 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-06-01T15:04:08.999Z[ recovery-image] Jun 01 15:04:08.072 INFO O| Jun 01 15:04:08.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67262026-06-01T15:04:08.999Z[ recovery-image] Jun 01 15:04:08.072 INFO O| Jun 01 15:04:08.072 INFO STEP 604 (remove_files) COMPLETE
67272026-06-01T15:04:08.999Z[ recovery-image] Jun 01 15:04:08.072 INFO O| Jun 01 15:04:08.072 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-06-01T15:04:08.999Z[ recovery-image] Jun 01 15:04:08.081 INFO O| Jun 01 15:04:08.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67292026-06-01T15:04:08.999Z[ recovery-image] Jun 01 15:04:08.081 INFO O| Jun 01 15:04:08.081 INFO STEP 605 (remove_files) COMPLETE
67302026-06-01T15:04:09.000Z[ recovery-image] Jun 01 15:04:08.081 INFO O| Jun 01 15:04:08.081 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-06-01T15:04:09.000Z[ recovery-image] Jun 01 15:04:08.089 INFO O| Jun 01 15:04:08.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67322026-06-01T15:04:09.000Z[ recovery-image] Jun 01 15:04:08.089 INFO O| Jun 01 15:04:08.089 INFO STEP 606 (remove_files) COMPLETE
67332026-06-01T15:04:09.000Z[ recovery-image] Jun 01 15:04:08.089 INFO O| Jun 01 15:04:08.089 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-06-01T15:04:09.000Z[ recovery-image] Jun 01 15:04:08.097 INFO O| Jun 01 15:04:08.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67352026-06-01T15:04:09.000Z[ recovery-image] Jun 01 15:04:08.097 INFO O| Jun 01 15:04:08.097 INFO STEP 607 (remove_files) COMPLETE
67362026-06-01T15:04:09.000Z[ recovery-image] Jun 01 15:04:08.097 INFO O| Jun 01 15:04:08.097 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-06-01T15:04:09.000Z[ recovery-image] Jun 01 15:04:08.107 INFO O| Jun 01 15:04:08.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67382026-06-01T15:04:09.000Z[ recovery-image] Jun 01 15:04:08.108 INFO O| Jun 01 15:04:08.107 INFO STEP 608 (remove_files) COMPLETE
67392026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.108 INFO O| Jun 01 15:04:08.108 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.118 INFO O| Jun 01 15:04:08.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67412026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.118 INFO O| Jun 01 15:04:08.118 INFO STEP 609 (remove_files) COMPLETE
67422026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.118 INFO O| Jun 01 15:04:08.118 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.128 INFO O| Jun 01 15:04:08.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67442026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.128 INFO O| Jun 01 15:04:08.128 INFO STEP 610 (remove_files) COMPLETE
67452026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.128 INFO O| Jun 01 15:04:08.128 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.137 INFO O| Jun 01 15:04:08.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67472026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.137 INFO O| Jun 01 15:04:08.137 INFO STEP 611 (remove_files) COMPLETE
67482026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.137 INFO O| Jun 01 15:04:08.137 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.147 INFO O| Jun 01 15:04:08.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67502026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.147 INFO O| Jun 01 15:04:08.147 INFO STEP 612 (remove_files) COMPLETE
67512026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.147 INFO O| Jun 01 15:04:08.147 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.155 INFO O| Jun 01 15:04:08.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67532026-06-01T15:04:09.001Z[ recovery-image] Jun 01 15:04:08.155 INFO O| Jun 01 15:04:08.155 INFO STEP 613 (remove_files) COMPLETE
67542026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.155 INFO O| Jun 01 15:04:08.155 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.163 INFO O| Jun 01 15:04:08.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67562026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.163 INFO O| Jun 01 15:04:08.163 INFO STEP 614 (remove_files) COMPLETE
67572026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.163 INFO O| Jun 01 15:04:08.163 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.170 INFO O| Jun 01 15:04:08.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67592026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.170 INFO O| Jun 01 15:04:08.170 INFO STEP 615 (remove_files) COMPLETE
67602026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.170 INFO O| Jun 01 15:04:08.170 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.178 INFO O| Jun 01 15:04:08.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67622026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.178 INFO O| Jun 01 15:04:08.178 INFO STEP 616 (remove_files) COMPLETE
67632026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.178 INFO O| Jun 01 15:04:08.178 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.185 INFO O| Jun 01 15:04:08.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67652026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.185 INFO O| Jun 01 15:04:08.185 INFO STEP 617 (remove_files) COMPLETE
67662026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.185 INFO O| Jun 01 15:04:08.185 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.193 INFO O| Jun 01 15:04:08.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67682026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.193 INFO O| Jun 01 15:04:08.193 INFO STEP 618 (remove_files) COMPLETE
67692026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.193 INFO O| Jun 01 15:04:08.193 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.200 INFO O| Jun 01 15:04:08.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67712026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.200 INFO O| Jun 01 15:04:08.200 INFO STEP 619 (remove_files) COMPLETE
67722026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.200 INFO O| Jun 01 15:04:08.200 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.208 INFO O| Jun 01 15:04:08.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67742026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.208 INFO O| Jun 01 15:04:08.208 INFO STEP 620 (remove_files) COMPLETE
67752026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.208 INFO O| Jun 01 15:04:08.208 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.215 INFO O| Jun 01 15:04:08.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67772026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.215 INFO O| Jun 01 15:04:08.215 INFO STEP 621 (remove_files) COMPLETE
67782026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.215 INFO O| Jun 01 15:04:08.215 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.226 INFO O| Jun 01 15:04:08.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67802026-06-01T15:04:09.002Z[ recovery-image] Jun 01 15:04:08.226 INFO O| Jun 01 15:04:08.226 INFO STEP 622 (remove_files) COMPLETE
67812026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.226 INFO O| Jun 01 15:04:08.226 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.236 INFO O| Jun 01 15:04:08.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67832026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.236 INFO O| Jun 01 15:04:08.236 INFO STEP 623 (remove_files) COMPLETE
67842026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.236 INFO O| Jun 01 15:04:08.236 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.245 INFO O| Jun 01 15:04:08.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67862026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.245 INFO O| Jun 01 15:04:08.245 INFO STEP 624 (remove_files) COMPLETE
67872026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.245 INFO O| Jun 01 15:04:08.245 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.254 INFO O| Jun 01 15:04:08.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67892026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.256 INFO O| Jun 01 15:04:08.256 INFO STEP 625 (remove_files) COMPLETE
67902026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.256 INFO O| Jun 01 15:04:08.256 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.266 INFO O| Jun 01 15:04:08.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67922026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.266 INFO O| Jun 01 15:04:08.266 INFO STEP 626 (remove_files) COMPLETE
67932026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.266 INFO O| Jun 01 15:04:08.266 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.274 INFO O| Jun 01 15:04:08.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67952026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.274 INFO O| Jun 01 15:04:08.274 INFO STEP 627 (remove_files) COMPLETE
67962026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.274 INFO O| Jun 01 15:04:08.274 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.290 INFO O| Jun 01 15:04:08.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67982026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.291 INFO O| Jun 01 15:04:08.291 INFO STEP 628 (remove_files) COMPLETE
67992026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.291 INFO O| Jun 01 15:04:08.291 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.301 INFO O| Jun 01 15:04:08.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68012026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.301 INFO O| Jun 01 15:04:08.301 INFO STEP 629 (remove_files) COMPLETE
68022026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.301 INFO O| Jun 01 15:04:08.301 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.309 INFO O| Jun 01 15:04:08.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68042026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.309 INFO O| Jun 01 15:04:08.309 INFO STEP 630 (remove_files) COMPLETE
68052026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.309 INFO O| Jun 01 15:04:08.309 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-06-01T15:04:09.003Z[ recovery-image] Jun 01 15:04:08.316 INFO O| Jun 01 15:04:08.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68072026-06-01T15:04:09.004Z[ recovery-image] Jun 01 15:04:08.316 INFO O| Jun 01 15:04:08.316 INFO STEP 631 (remove_files) COMPLETE
68082026-06-01T15:04:09.004Z[ recovery-image] Jun 01 15:04:08.316 INFO O| Jun 01 15:04:08.316 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-06-01T15:04:09.004Z[ recovery-image] Jun 01 15:04:08.323 INFO O| Jun 01 15:04:08.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68102026-06-01T15:04:09.004Z[ recovery-image] Jun 01 15:04:08.323 INFO O| Jun 01 15:04:08.323 INFO STEP 632 (remove_files) COMPLETE
68112026-06-01T15:04:09.004Z[ recovery-image] Jun 01 15:04:08.323 INFO O| Jun 01 15:04:08.323 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-06-01T15:04:09.004Z[ recovery-image] Jun 01 15:04:08.331 INFO O| Jun 01 15:04:08.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68132026-06-01T15:04:09.004Z[ recovery-image] Jun 01 15:04:08.331 INFO O| Jun 01 15:04:08.331 INFO STEP 633 (remove_files) COMPLETE
68142026-06-01T15:04:09.004Z[ recovery-image] Jun 01 15:04:08.331 INFO O| Jun 01 15:04:08.331 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-06-01T15:04:09.004Z[ recovery-image] Jun 01 15:04:08.339 INFO O| Jun 01 15:04:08.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68162026-06-01T15:04:09.004Z[ recovery-image] Jun 01 15:04:08.339 INFO O| Jun 01 15:04:08.339 INFO STEP 634 (remove_files) COMPLETE
68172026-06-01T15:04:09.004Z[ recovery-image] Jun 01 15:04:08.339 INFO O| Jun 01 15:04:08.339 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.347 INFO O| Jun 01 15:04:08.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68192026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.347 INFO O| Jun 01 15:04:08.347 INFO STEP 635 (remove_files) COMPLETE
68202026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.347 INFO O| Jun 01 15:04:08.347 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.355 INFO O| Jun 01 15:04:08.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68222026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.355 INFO O| Jun 01 15:04:08.355 INFO STEP 636 (remove_files) COMPLETE
68232026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.355 INFO O| Jun 01 15:04:08.355 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.363 INFO O| Jun 01 15:04:08.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68252026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.363 INFO O| Jun 01 15:04:08.363 INFO STEP 637 (remove_files) COMPLETE
68262026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.363 INFO O| Jun 01 15:04:08.363 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.371 INFO O| Jun 01 15:04:08.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68282026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.372 INFO O| Jun 01 15:04:08.371 INFO STEP 638 (remove_files) COMPLETE
68292026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.372 INFO O| Jun 01 15:04:08.371 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.380 INFO O| Jun 01 15:04:08.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68312026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.380 INFO O| Jun 01 15:04:08.380 INFO STEP 639 (remove_files) COMPLETE
68322026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.380 INFO O| Jun 01 15:04:08.380 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-06-01T15:04:09.127Z[ recovery-image] Jun 01 15:04:08.388 INFO O| Jun 01 15:04:08.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68342026-06-01T15:04:09.128Z[ recovery-image] Jun 01 15:04:08.389 INFO O| Jun 01 15:04:08.388 INFO STEP 640 (remove_files) COMPLETE
68352026-06-01T15:04:09.128Z[ recovery-image] Jun 01 15:04:08.389 INFO O| Jun 01 15:04:08.388 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-06-01T15:04:09.156Z[ recovery-image] Jun 01 15:04:08.397 INFO O| Jun 01 15:04:08.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68372026-06-01T15:04:09.156Z[ recovery-image] Jun 01 15:04:08.397 INFO O| Jun 01 15:04:08.397 INFO STEP 641 (remove_files) COMPLETE
68382026-06-01T15:04:09.156Z[ recovery-image] Jun 01 15:04:08.397 INFO O| Jun 01 15:04:08.397 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-06-01T15:04:09.156Z[ recovery-image] Jun 01 15:04:08.405 INFO O| Jun 01 15:04:08.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68402026-06-01T15:04:09.156Z[ recovery-image] Jun 01 15:04:08.405 INFO O| Jun 01 15:04:08.405 INFO STEP 642 (remove_files) COMPLETE
68412026-06-01T15:04:09.156Z[ recovery-image] Jun 01 15:04:08.405 INFO O| Jun 01 15:04:08.405 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-06-01T15:04:09.156Z[ recovery-image] Jun 01 15:04:08.413 INFO O| Jun 01 15:04:08.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68432026-06-01T15:04:09.156Z[ recovery-image] Jun 01 15:04:08.413 INFO O| Jun 01 15:04:08.413 INFO STEP 643 (remove_files) COMPLETE
68442026-06-01T15:04:09.156Z[ recovery-image] Jun 01 15:04:08.413 INFO O| Jun 01 15:04:08.413 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.421 INFO O| Jun 01 15:04:08.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68462026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.421 INFO O| Jun 01 15:04:08.421 INFO STEP 644 (remove_files) COMPLETE
68472026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.421 INFO O| Jun 01 15:04:08.421 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.429 INFO O| Jun 01 15:04:08.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68492026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.430 INFO O| Jun 01 15:04:08.430 INFO STEP 645 (remove_files) COMPLETE
68502026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.430 INFO O| Jun 01 15:04:08.430 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.438 INFO O| Jun 01 15:04:08.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68522026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.438 INFO O| Jun 01 15:04:08.438 INFO STEP 646 (remove_files) COMPLETE
68532026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.438 INFO O| Jun 01 15:04:08.438 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.446 INFO O| Jun 01 15:04:08.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68552026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.446 INFO O| Jun 01 15:04:08.446 INFO STEP 647 (remove_files) COMPLETE
68562026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.446 INFO O| Jun 01 15:04:08.446 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.455 INFO O| Jun 01 15:04:08.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68582026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.455 INFO O| Jun 01 15:04:08.455 INFO STEP 648 (remove_files) COMPLETE
68592026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.455 INFO O| Jun 01 15:04:08.455 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.463 INFO O| Jun 01 15:04:08.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68612026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.463 INFO O| Jun 01 15:04:08.463 INFO STEP 649 (remove_files) COMPLETE
68622026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.463 INFO O| Jun 01 15:04:08.463 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.472 INFO O| Jun 01 15:04:08.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68642026-06-01T15:04:09.157Z[ recovery-image] Jun 01 15:04:08.472 INFO O| Jun 01 15:04:08.472 INFO STEP 650 (remove_files) COMPLETE
68652026-06-01T15:04:09.158Z[ recovery-image] Jun 01 15:04:08.472 INFO O| Jun 01 15:04:08.472 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-06-01T15:04:09.158Z[ recovery-image] Jun 01 15:04:08.480 INFO O| Jun 01 15:04:08.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68672026-06-01T15:04:09.158Z[ recovery-image] Jun 01 15:04:08.480 INFO O| Jun 01 15:04:08.480 INFO STEP 651 (remove_files) COMPLETE
68682026-06-01T15:04:09.158Z[ recovery-image] Jun 01 15:04:08.481 INFO O| Jun 01 15:04:08.480 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-06-01T15:04:09.158Z[ recovery-image] Jun 01 15:04:08.489 INFO O| Jun 01 15:04:08.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68702026-06-01T15:04:09.158Z[ recovery-image] Jun 01 15:04:08.489 INFO O| Jun 01 15:04:08.489 INFO STEP 652 (remove_files) COMPLETE
68712026-06-01T15:04:09.158Z[ recovery-image] Jun 01 15:04:08.489 INFO O| Jun 01 15:04:08.489 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-06-01T15:04:09.158Z[ recovery-image] Jun 01 15:04:08.498 INFO O| Jun 01 15:04:08.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68732026-06-01T15:04:09.158Z[ recovery-image] Jun 01 15:04:08.498 INFO O| Jun 01 15:04:08.498 INFO STEP 653 (remove_files) COMPLETE
68742026-06-01T15:04:09.158Z[ recovery-image] Jun 01 15:04:08.498 INFO O| Jun 01 15:04:08.498 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-06-01T15:04:09.169Z[ recovery-image] Jun 01 15:04:08.507 INFO O| Jun 01 15:04:08.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68762026-06-01T15:04:09.169Z[ recovery-image] Jun 01 15:04:08.507 INFO O| Jun 01 15:04:08.507 INFO STEP 654 (remove_files) COMPLETE
68772026-06-01T15:04:09.169Z[ recovery-image] Jun 01 15:04:08.507 INFO O| Jun 01 15:04:08.507 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-06-01T15:04:09.169Z[ recovery-image] Jun 01 15:04:08.516 INFO O| Jun 01 15:04:08.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68792026-06-01T15:04:09.169Z[ recovery-image] Jun 01 15:04:08.516 INFO O| Jun 01 15:04:08.516 INFO STEP 655 (remove_files) COMPLETE
68802026-06-01T15:04:09.169Z[ recovery-image] Jun 01 15:04:08.517 INFO O| Jun 01 15:04:08.516 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-06-01T15:04:09.169Z[ recovery-image] Jun 01 15:04:08.525 INFO O| Jun 01 15:04:08.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68822026-06-01T15:04:09.169Z[ recovery-image] Jun 01 15:04:08.525 INFO O| Jun 01 15:04:08.525 INFO STEP 656 (remove_files) COMPLETE
68832026-06-01T15:04:09.169Z[ recovery-image] Jun 01 15:04:08.525 INFO O| Jun 01 15:04:08.525 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-06-01T15:04:09.211Z[ recovery-image] Jun 01 15:04:08.534 INFO O| Jun 01 15:04:08.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68852026-06-01T15:04:09.211Z[ recovery-image] Jun 01 15:04:08.534 INFO O| Jun 01 15:04:08.534 INFO STEP 657 (remove_files) COMPLETE
68862026-06-01T15:04:09.211Z[ recovery-image] Jun 01 15:04:08.534 INFO O| Jun 01 15:04:08.534 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.544 INFO O| Jun 01 15:04:08.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68882026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.544 INFO O| Jun 01 15:04:08.544 INFO STEP 658 (remove_files) COMPLETE
68892026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.544 INFO O| Jun 01 15:04:08.544 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.553 INFO O| Jun 01 15:04:08.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68912026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.553 INFO O| Jun 01 15:04:08.553 INFO STEP 659 (remove_files) COMPLETE
68922026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.553 INFO O| Jun 01 15:04:08.553 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.563 INFO O| Jun 01 15:04:08.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68942026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.563 INFO O| Jun 01 15:04:08.563 INFO STEP 660 (remove_files) COMPLETE
68952026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.563 INFO O| Jun 01 15:04:08.563 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.572 INFO O| Jun 01 15:04:08.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68972026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.572 INFO O| Jun 01 15:04:08.572 INFO STEP 661 (remove_files) COMPLETE
68982026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.572 INFO O| Jun 01 15:04:08.572 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.580 INFO O| Jun 01 15:04:08.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69002026-06-01T15:04:09.247Z[ recovery-image] Jun 01 15:04:08.580 INFO O| Jun 01 15:04:08.580 INFO STEP 662 (remove_files) COMPLETE
69012026-06-01T15:04:09.248Z[ recovery-image] Jun 01 15:04:08.580 INFO O| Jun 01 15:04:08.580 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-06-01T15:04:09.282Z[ recovery-image] Jun 01 15:04:08.588 INFO O| Jun 01 15:04:08.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69032026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.588 INFO O| Jun 01 15:04:08.588 INFO STEP 663 (remove_files) COMPLETE
69042026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.588 INFO O| Jun 01 15:04:08.588 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.596 INFO O| Jun 01 15:04:08.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69062026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.596 INFO O| Jun 01 15:04:08.596 INFO STEP 664 (remove_files) COMPLETE
69072026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.596 INFO O| Jun 01 15:04:08.596 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.603 INFO O| Jun 01 15:04:08.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69092026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.604 INFO O| Jun 01 15:04:08.603 INFO STEP 665 (remove_files) COMPLETE
69102026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.604 INFO O| Jun 01 15:04:08.603 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.611 INFO O| Jun 01 15:04:08.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69122026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.611 INFO O| Jun 01 15:04:08.611 INFO STEP 666 (remove_files) COMPLETE
69132026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.611 INFO O| Jun 01 15:04:08.611 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.619 INFO O| Jun 01 15:04:08.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69152026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.619 INFO O| Jun 01 15:04:08.619 INFO STEP 667 (remove_files) COMPLETE
69162026-06-01T15:04:09.283Z[ recovery-image] Jun 01 15:04:08.619 INFO O| Jun 01 15:04:08.619 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-06-01T15:04:09.313Z[ recovery-image] Jun 01 15:04:08.627 INFO O| Jun 01 15:04:08.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69182026-06-01T15:04:09.313Z[ recovery-image] Jun 01 15:04:08.627 INFO O| Jun 01 15:04:08.627 INFO STEP 668 (remove_files) COMPLETE
69192026-06-01T15:04:09.313Z[ recovery-image] Jun 01 15:04:08.627 INFO O| Jun 01 15:04:08.627 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-06-01T15:04:09.313Z[ recovery-image] Jun 01 15:04:08.635 INFO O| Jun 01 15:04:08.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69212026-06-01T15:04:09.313Z[ recovery-image] Jun 01 15:04:08.635 INFO O| Jun 01 15:04:08.635 INFO STEP 669 (remove_files) COMPLETE
69222026-06-01T15:04:09.313Z[ recovery-image] Jun 01 15:04:08.635 INFO O| Jun 01 15:04:08.635 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-06-01T15:04:09.313Z[ recovery-image] Jun 01 15:04:08.642 INFO O| Jun 01 15:04:08.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69242026-06-01T15:04:09.313Z[ recovery-image] Jun 01 15:04:08.642 INFO O| Jun 01 15:04:08.642 INFO STEP 670 (remove_files) COMPLETE
69252026-06-01T15:04:09.313Z[ recovery-image] Jun 01 15:04:08.642 INFO O| Jun 01 15:04:08.642 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-06-01T15:04:09.314Z[ recovery-image] Jun 01 15:04:08.650 INFO O| Jun 01 15:04:08.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69272026-06-01T15:04:09.314Z[ recovery-image] Jun 01 15:04:08.650 INFO O| Jun 01 15:04:08.650 INFO STEP 671 (remove_files) COMPLETE
69282026-06-01T15:04:09.314Z[ recovery-image] Jun 01 15:04:08.650 INFO O| Jun 01 15:04:08.650 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-06-01T15:04:09.314Z[ recovery-image] Jun 01 15:04:08.657 INFO O| Jun 01 15:04:08.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69302026-06-01T15:04:09.314Z[ recovery-image] Jun 01 15:04:08.658 INFO O| Jun 01 15:04:08.658 INFO STEP 672 (remove_files) COMPLETE
69312026-06-01T15:04:09.314Z[ recovery-image] Jun 01 15:04:08.658 INFO O| Jun 01 15:04:08.658 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-06-01T15:04:09.336Z[ recovery-image] Jun 01 15:04:08.666 INFO O| Jun 01 15:04:08.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69332026-06-01T15:04:09.336Z[ recovery-image] Jun 01 15:04:08.666 INFO O| Jun 01 15:04:08.666 INFO STEP 673 (remove_files) COMPLETE
69342026-06-01T15:04:09.336Z[ recovery-image] Jun 01 15:04:08.666 INFO O| Jun 01 15:04:08.666 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-06-01T15:04:09.336Z[ recovery-image] Jun 01 15:04:08.674 INFO O| Jun 01 15:04:08.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69362026-06-01T15:04:09.336Z[ recovery-image] Jun 01 15:04:08.674 INFO O| Jun 01 15:04:08.674 INFO STEP 674 (remove_files) COMPLETE
69372026-06-01T15:04:09.336Z[ recovery-image] Jun 01 15:04:08.674 INFO O| Jun 01 15:04:08.674 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-06-01T15:04:09.336Z[ recovery-image] Jun 01 15:04:08.682 INFO O| Jun 01 15:04:08.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69392026-06-01T15:04:09.336Z[ recovery-image] Jun 01 15:04:08.682 INFO O| Jun 01 15:04:08.682 INFO STEP 675 (remove_files) COMPLETE
69402026-06-01T15:04:09.336Z[ recovery-image] Jun 01 15:04:08.682 INFO O| Jun 01 15:04:08.682 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-06-01T15:04:09.342Z[ recovery-image] Jun 01 15:04:08.689 INFO O| Jun 01 15:04:08.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69422026-06-01T15:04:09.342Z[ recovery-image] Jun 01 15:04:08.689 INFO O| Jun 01 15:04:08.689 INFO STEP 676 (remove_files) COMPLETE
69432026-06-01T15:04:09.343Z[ recovery-image] Jun 01 15:04:08.689 INFO O| Jun 01 15:04:08.689 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-06-01T15:04:09.343Z[ recovery-image] Jun 01 15:04:08.696 INFO O| Jun 01 15:04:08.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69452026-06-01T15:04:09.343Z[ recovery-image] Jun 01 15:04:08.696 INFO O| Jun 01 15:04:08.696 INFO STEP 677 (remove_files) COMPLETE
69462026-06-01T15:04:09.343Z[ recovery-image] Jun 01 15:04:08.696 INFO O| Jun 01 15:04:08.696 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-06-01T15:04:09.343Z[ recovery-image] Jun 01 15:04:08.704 INFO O| Jun 01 15:04:08.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69482026-06-01T15:04:09.343Z[ recovery-image] Jun 01 15:04:08.704 INFO O| Jun 01 15:04:08.704 INFO STEP 678 (remove_files) COMPLETE
69492026-06-01T15:04:09.343Z[ recovery-image] Jun 01 15:04:08.704 INFO O| Jun 01 15:04:08.704 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-06-01T15:04:09.347Z[ recovery-image] Jun 01 15:04:08.711 INFO O| Jun 01 15:04:08.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69512026-06-01T15:04:09.347Z[ recovery-image] Jun 01 15:04:08.712 INFO O| Jun 01 15:04:08.711 INFO STEP 679 (remove_files) COMPLETE
69522026-06-01T15:04:09.347Z[ recovery-image] Jun 01 15:04:08.712 INFO O| Jun 01 15:04:08.711 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-06-01T15:04:09.356Z[ recovery-image] Jun 01 15:04:08.719 INFO O| Jun 01 15:04:08.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69542026-06-01T15:04:09.356Z[ recovery-image] Jun 01 15:04:08.719 INFO O| Jun 01 15:04:08.719 INFO STEP 680 (remove_files) COMPLETE
69552026-06-01T15:04:09.356Z[ recovery-image] Jun 01 15:04:08.719 INFO O| Jun 01 15:04:08.719 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-06-01T15:04:09.362Z[ recovery-image] Jun 01 15:04:08.727 INFO O| Jun 01 15:04:08.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69572026-06-01T15:04:09.362Z[ recovery-image] Jun 01 15:04:08.727 INFO O| Jun 01 15:04:08.727 INFO STEP 681 (remove_files) COMPLETE
69582026-06-01T15:04:09.362Z[ recovery-image] Jun 01 15:04:08.727 INFO O| Jun 01 15:04:08.727 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-06-01T15:04:09.377Z[ recovery-image] Jun 01 15:04:08.734 INFO O| Jun 01 15:04:08.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69602026-06-01T15:04:09.377Z[ recovery-image] Jun 01 15:04:08.734 INFO O| Jun 01 15:04:08.734 INFO STEP 682 (remove_files) COMPLETE
69612026-06-01T15:04:09.377Z[ recovery-image] Jun 01 15:04:08.734 INFO O| Jun 01 15:04:08.734 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-06-01T15:04:09.389Z[ recovery-image] Jun 01 15:04:08.741 INFO O| Jun 01 15:04:08.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69632026-06-01T15:04:09.389Z[ recovery-image] Jun 01 15:04:08.741 INFO O| Jun 01 15:04:08.741 INFO STEP 683 (remove_files) COMPLETE
69642026-06-01T15:04:09.389Z[ recovery-image] Jun 01 15:04:08.741 INFO O| Jun 01 15:04:08.741 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-06-01T15:04:09.389Z[ recovery-image] Jun 01 15:04:08.747 INFO O| Jun 01 15:04:08.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69662026-06-01T15:04:09.389Z[ recovery-image] Jun 01 15:04:08.747 INFO O| Jun 01 15:04:08.747 INFO STEP 684 (remove_files) COMPLETE
69672026-06-01T15:04:09.389Z[ recovery-image] Jun 01 15:04:08.747 INFO O| Jun 01 15:04:08.747 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-06-01T15:04:09.413Z[ recovery-image] Jun 01 15:04:08.754 INFO O| Jun 01 15:04:08.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69692026-06-01T15:04:09.413Z[ recovery-image] Jun 01 15:04:08.754 INFO O| Jun 01 15:04:08.754 INFO STEP 685 (remove_files) COMPLETE
69702026-06-01T15:04:09.413Z[ recovery-image] Jun 01 15:04:08.754 INFO O| Jun 01 15:04:08.754 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-06-01T15:04:09.413Z[ recovery-image] Jun 01 15:04:08.760 INFO O| Jun 01 15:04:08.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69722026-06-01T15:04:09.413Z[ recovery-image] Jun 01 15:04:08.760 INFO O| Jun 01 15:04:08.760 INFO STEP 686 (remove_files) COMPLETE
69732026-06-01T15:04:09.413Z[ recovery-image] Jun 01 15:04:08.760 INFO O| Jun 01 15:04:08.760 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-06-01T15:04:09.424Z[ recovery-image] Jun 01 15:04:08.767 INFO O| Jun 01 15:04:08.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69752026-06-01T15:04:09.424Z[ recovery-image] Jun 01 15:04:08.767 INFO O| Jun 01 15:04:08.767 INFO STEP 687 (remove_files) COMPLETE
69762026-06-01T15:04:09.424Z[ recovery-image] Jun 01 15:04:08.767 INFO O| Jun 01 15:04:08.767 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-06-01T15:04:09.424Z[ recovery-image] Jun 01 15:04:08.774 INFO O| Jun 01 15:04:08.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69782026-06-01T15:04:09.424Z[ recovery-image] Jun 01 15:04:08.774 INFO O| Jun 01 15:04:08.774 INFO STEP 688 (remove_files) COMPLETE
69792026-06-01T15:04:09.425Z[ recovery-image] Jun 01 15:04:08.774 INFO O| Jun 01 15:04:08.774 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-06-01T15:04:09.425Z[ recovery-image] Jun 01 15:04:08.781 INFO O| Jun 01 15:04:08.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69812026-06-01T15:04:09.425Z[ recovery-image] Jun 01 15:04:08.781 INFO O| Jun 01 15:04:08.781 INFO STEP 689 (remove_files) COMPLETE
69822026-06-01T15:04:09.425Z[ recovery-image] Jun 01 15:04:08.781 INFO O| Jun 01 15:04:08.781 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-06-01T15:04:09.431Z[ recovery-image] Jun 01 15:04:08.788 INFO O| Jun 01 15:04:08.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69842026-06-01T15:04:09.431Z[ recovery-image] Jun 01 15:04:08.788 INFO O| Jun 01 15:04:08.788 INFO STEP 690 (remove_files) COMPLETE
69852026-06-01T15:04:09.432Z[ recovery-image] Jun 01 15:04:08.788 INFO O| Jun 01 15:04:08.788 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-06-01T15:04:09.432Z[ recovery-image] Jun 01 15:04:08.794 INFO O| Jun 01 15:04:08.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69872026-06-01T15:04:09.432Z[ recovery-image] Jun 01 15:04:08.794 INFO O| Jun 01 15:04:08.794 INFO STEP 691 (remove_files) COMPLETE
69882026-06-01T15:04:09.432Z[ recovery-image] Jun 01 15:04:08.794 INFO O| Jun 01 15:04:08.794 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-06-01T15:04:09.444Z[ recovery-image] Jun 01 15:04:08.801 INFO O| Jun 01 15:04:08.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69902026-06-01T15:04:09.444Z[ recovery-image] Jun 01 15:04:08.801 INFO O| Jun 01 15:04:08.801 INFO STEP 692 (remove_files) COMPLETE
69912026-06-01T15:04:09.444Z[ recovery-image] Jun 01 15:04:08.801 INFO O| Jun 01 15:04:08.801 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-06-01T15:04:09.452Z[ recovery-image] Jun 01 15:04:08.812 INFO O| Jun 01 15:04:08.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69932026-06-01T15:04:09.452Z[ recovery-image] Jun 01 15:04:08.812 INFO O| Jun 01 15:04:08.812 INFO STEP 693 (remove_files) COMPLETE
69942026-06-01T15:04:09.452Z[ recovery-image] Jun 01 15:04:08.812 INFO O| Jun 01 15:04:08.812 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-06-01T15:04:09.460Z[ recovery-image] Jun 01 15:04:08.820 INFO O| Jun 01 15:04:08.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69962026-06-01T15:04:09.460Z[ recovery-image] Jun 01 15:04:08.820 INFO O| Jun 01 15:04:08.820 INFO STEP 694 (remove_files) COMPLETE
69972026-06-01T15:04:09.460Z[ recovery-image] Jun 01 15:04:08.820 INFO O| Jun 01 15:04:08.820 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-06-01T15:04:09.479Z[ recovery-image] Jun 01 15:04:08.827 INFO O| Jun 01 15:04:08.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69992026-06-01T15:04:09.479Z[ recovery-image] Jun 01 15:04:08.827 INFO O| Jun 01 15:04:08.827 INFO STEP 695 (remove_files) COMPLETE
70002026-06-01T15:04:09.479Z[ recovery-image] Jun 01 15:04:08.827 INFO O| Jun 01 15:04:08.827 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-06-01T15:04:09.488Z[ recovery-image] Jun 01 15:04:08.837 INFO O| Jun 01 15:04:08.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70022026-06-01T15:04:09.488Z[ recovery-image] Jun 01 15:04:08.837 INFO O| Jun 01 15:04:08.837 INFO STEP 696 (remove_files) COMPLETE
70032026-06-01T15:04:09.488Z[ recovery-image] Jun 01 15:04:08.837 INFO O| Jun 01 15:04:08.837 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-06-01T15:04:09.488Z[ recovery-image] Jun 01 15:04:08.844 INFO O| Jun 01 15:04:08.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70052026-06-01T15:04:09.488Z[ recovery-image] Jun 01 15:04:08.844 INFO O| Jun 01 15:04:08.844 INFO STEP 697 (remove_files) COMPLETE
70062026-06-01T15:04:09.488Z[ recovery-image] Jun 01 15:04:08.844 INFO O| Jun 01 15:04:08.844 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-06-01T15:04:09.488Z[ recovery-image] Jun 01 15:04:08.853 INFO O| Jun 01 15:04:08.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70082026-06-01T15:04:09.488Z[ recovery-image] Jun 01 15:04:08.853 INFO O| Jun 01 15:04:08.853 INFO STEP 698 (remove_files) COMPLETE
70092026-06-01T15:04:09.488Z[ recovery-image] Jun 01 15:04:08.853 INFO O| Jun 01 15:04:08.853 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-06-01T15:04:09.496Z[ recovery-image] Jun 01 15:04:08.861 INFO O| Jun 01 15:04:08.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70112026-06-01T15:04:09.496Z[ recovery-image] Jun 01 15:04:08.861 INFO O| Jun 01 15:04:08.861 INFO STEP 699 (remove_files) COMPLETE
70122026-06-01T15:04:09.496Z[ recovery-image] Jun 01 15:04:08.861 INFO O| Jun 01 15:04:08.861 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-06-01T15:04:09.521Z[ recovery-image] Jun 01 15:04:08.867 INFO O| Jun 01 15:04:08.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70142026-06-01T15:04:09.521Z[ recovery-image] Jun 01 15:04:08.867 INFO O| Jun 01 15:04:08.867 INFO STEP 700 (remove_files) COMPLETE
70152026-06-01T15:04:09.521Z[ recovery-image] Jun 01 15:04:08.867 INFO O| Jun 01 15:04:08.867 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-06-01T15:04:09.538Z[ recovery-image] Jun 01 15:04:08.874 INFO O| Jun 01 15:04:08.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70172026-06-01T15:04:09.538Z[ recovery-image] Jun 01 15:04:08.874 INFO O| Jun 01 15:04:08.874 INFO STEP 701 (remove_files) COMPLETE
70182026-06-01T15:04:09.538Z[ recovery-image] Jun 01 15:04:08.874 INFO O| Jun 01 15:04:08.874 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-06-01T15:04:09.538Z[ recovery-image] Jun 01 15:04:08.881 INFO O| Jun 01 15:04:08.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70202026-06-01T15:04:09.538Z[ recovery-image] Jun 01 15:04:08.882 INFO O| Jun 01 15:04:08.882 INFO STEP 702 (remove_files) COMPLETE
70212026-06-01T15:04:09.538Z[ recovery-image] Jun 01 15:04:08.882 INFO O| Jun 01 15:04:08.882 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-06-01T15:04:09.538Z[ recovery-image] Jun 01 15:04:08.889 INFO O| Jun 01 15:04:08.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70232026-06-01T15:04:09.538Z[ recovery-image] Jun 01 15:04:08.889 INFO O| Jun 01 15:04:08.889 INFO STEP 703 (remove_files) COMPLETE
70242026-06-01T15:04:09.538Z[ recovery-image] Jun 01 15:04:08.889 INFO O| Jun 01 15:04:08.889 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-06-01T15:04:09.546Z[ recovery-image] Jun 01 15:04:08.897 INFO O| Jun 01 15:04:08.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70262026-06-01T15:04:09.546Z[ recovery-image] Jun 01 15:04:08.897 INFO O| Jun 01 15:04:08.897 INFO STEP 704 (remove_files) COMPLETE
70272026-06-01T15:04:09.546Z[ recovery-image] Jun 01 15:04:08.897 INFO O| Jun 01 15:04:08.897 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-06-01T15:04:09.546Z[ recovery-image] Jun 01 15:04:08.904 INFO O| Jun 01 15:04:08.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70292026-06-01T15:04:09.546Z[ recovery-image] Jun 01 15:04:08.904 INFO O| Jun 01 15:04:08.904 INFO STEP 705 (remove_files) COMPLETE
70302026-06-01T15:04:09.546Z[ recovery-image] Jun 01 15:04:08.904 INFO O| Jun 01 15:04:08.904 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-06-01T15:04:09.546Z[ recovery-image] Jun 01 15:04:08.912 INFO O| Jun 01 15:04:08.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70322026-06-01T15:04:09.547Z[ recovery-image] Jun 01 15:04:08.912 INFO O| Jun 01 15:04:08.912 INFO STEP 706 (remove_files) COMPLETE
70332026-06-01T15:04:09.547Z[ recovery-image] Jun 01 15:04:08.912 INFO O| Jun 01 15:04:08.912 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-06-01T15:04:09.555Z[ recovery-image] Jun 01 15:04:08.920 INFO O| Jun 01 15:04:08.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70352026-06-01T15:04:09.555Z[ recovery-image] Jun 01 15:04:08.920 INFO O| Jun 01 15:04:08.920 INFO STEP 707 (remove_files) COMPLETE
70362026-06-01T15:04:09.555Z[ recovery-image] Jun 01 15:04:08.920 INFO O| Jun 01 15:04:08.920 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-06-01T15:04:09.568Z[ recovery-image] Jun 01 15:04:08.927 INFO O| Jun 01 15:04:08.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70382026-06-01T15:04:09.568Z[ recovery-image] Jun 01 15:04:08.927 INFO O| Jun 01 15:04:08.927 INFO STEP 708 (remove_files) COMPLETE
70392026-06-01T15:04:09.568Z[ recovery-image] Jun 01 15:04:08.927 INFO O| Jun 01 15:04:08.927 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-06-01T15:04:09.579Z[ recovery-image] Jun 01 15:04:08.934 INFO O| Jun 01 15:04:08.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70412026-06-01T15:04:09.579Z[ recovery-image] Jun 01 15:04:08.935 INFO O| Jun 01 15:04:08.935 INFO STEP 709 (remove_files) COMPLETE
70422026-06-01T15:04:09.579Z[ recovery-image] Jun 01 15:04:08.935 INFO O| Jun 01 15:04:08.935 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-06-01T15:04:09.579Z[ recovery-image] Jun 01 15:04:08.942 INFO O| Jun 01 15:04:08.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70442026-06-01T15:04:09.579Z[ recovery-image] Jun 01 15:04:08.942 INFO O| Jun 01 15:04:08.942 INFO STEP 710 (remove_files) COMPLETE
70452026-06-01T15:04:09.579Z[ recovery-image] Jun 01 15:04:08.942 INFO O| Jun 01 15:04:08.942 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-06-01T15:04:09.615Z[ recovery-image] Jun 01 15:04:08.949 INFO O| Jun 01 15:04:08.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70472026-06-01T15:04:09.615Z[ recovery-image] Jun 01 15:04:08.949 INFO O| Jun 01 15:04:08.949 INFO STEP 711 (remove_files) COMPLETE
70482026-06-01T15:04:09.615Z[ recovery-image] Jun 01 15:04:08.949 INFO O| Jun 01 15:04:08.949 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-06-01T15:04:09.637Z[ recovery-image] Jun 01 15:04:08.955 INFO O| Jun 01 15:04:08.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70502026-06-01T15:04:09.637Z[ recovery-image] Jun 01 15:04:08.955 INFO O| Jun 01 15:04:08.955 INFO STEP 712 (remove_files) COMPLETE
70512026-06-01T15:04:09.637Z[ recovery-image] Jun 01 15:04:08.955 INFO O| Jun 01 15:04:08.955 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-06-01T15:04:09.637Z[ recovery-image] Jun 01 15:04:08.962 INFO O| Jun 01 15:04:08.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70532026-06-01T15:04:09.637Z[ recovery-image] Jun 01 15:04:08.962 INFO O| Jun 01 15:04:08.962 INFO STEP 713 (remove_files) COMPLETE
70542026-06-01T15:04:09.637Z[ recovery-image] Jun 01 15:04:08.962 INFO O| Jun 01 15:04:08.962 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-06-01T15:04:09.638Z[ recovery-image] Jun 01 15:04:08.968 INFO O| Jun 01 15:04:08.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70562026-06-01T15:04:09.638Z[ recovery-image] Jun 01 15:04:08.969 INFO O| Jun 01 15:04:08.968 INFO STEP 714 (remove_files) COMPLETE
70572026-06-01T15:04:09.638Z[ recovery-image] Jun 01 15:04:08.969 INFO O| Jun 01 15:04:08.969 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-06-01T15:04:09.638Z[ recovery-image] Jun 01 15:04:08.976 INFO O| Jun 01 15:04:08.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70592026-06-01T15:04:09.638Z[ recovery-image] Jun 01 15:04:08.976 INFO O| Jun 01 15:04:08.976 INFO STEP 715 (remove_files) COMPLETE
70602026-06-01T15:04:09.638Z[ recovery-image] Jun 01 15:04:08.976 INFO O| Jun 01 15:04:08.976 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-06-01T15:04:09.638Z[ recovery-image] Jun 01 15:04:08.983 INFO O| Jun 01 15:04:08.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70622026-06-01T15:04:09.638Z[ recovery-image] Jun 01 15:04:08.983 INFO O| Jun 01 15:04:08.983 INFO STEP 716 (remove_files) COMPLETE
70632026-06-01T15:04:09.638Z[ recovery-image] Jun 01 15:04:08.983 INFO O| Jun 01 15:04:08.983 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-06-01T15:04:09.638Z[ recovery-image] Jun 01 15:04:08.989 INFO O| Jun 01 15:04:08.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70652026-06-01T15:04:09.638Z[ recovery-image] Jun 01 15:04:08.989 INFO O| Jun 01 15:04:08.989 INFO STEP 717 (remove_files) COMPLETE
70662026-06-01T15:04:09.638Z[ recovery-image] Jun 01 15:04:08.989 INFO O| Jun 01 15:04:08.989 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-06-01T15:04:09.644Z[ recovery-image] Jun 01 15:04:08.996 INFO O| Jun 01 15:04:08.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70682026-06-01T15:04:09.644Z[ recovery-image] Jun 01 15:04:08.996 INFO O| Jun 01 15:04:08.996 INFO STEP 718 (remove_files) COMPLETE
70692026-06-01T15:04:09.644Z[ recovery-image] Jun 01 15:04:08.996 INFO O| Jun 01 15:04:08.996 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-06-01T15:04:09.644Z[ recovery-image] Jun 01 15:04:09.003 INFO O| Jun 01 15:04:09.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70712026-06-01T15:04:09.644Z[ recovery-image] Jun 01 15:04:09.003 INFO O| Jun 01 15:04:09.003 INFO STEP 719 (remove_files) COMPLETE
70722026-06-01T15:04:09.644Z[ recovery-image] Jun 01 15:04:09.003 INFO O| Jun 01 15:04:09.003 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-06-01T15:04:09.644Z[ recovery-image] Jun 01 15:04:09.009 INFO O| Jun 01 15:04:09.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70742026-06-01T15:04:09.644Z[ recovery-image] Jun 01 15:04:09.010 INFO O| Jun 01 15:04:09.009 INFO STEP 720 (remove_files) COMPLETE
70752026-06-01T15:04:09.644Z[ recovery-image] Jun 01 15:04:09.010 INFO O| Jun 01 15:04:09.009 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-06-01T15:04:09.657Z[ recovery-image] Jun 01 15:04:09.016 INFO O| Jun 01 15:04:09.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70772026-06-01T15:04:09.657Z[ recovery-image] Jun 01 15:04:09.016 INFO O| Jun 01 15:04:09.016 INFO STEP 721 (remove_files) COMPLETE
70782026-06-01T15:04:09.657Z[ recovery-image] Jun 01 15:04:09.016 INFO O| Jun 01 15:04:09.016 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-06-01T15:04:09.667Z[ recovery-image] Jun 01 15:04:09.023 INFO O| Jun 01 15:04:09.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70802026-06-01T15:04:09.667Z[ recovery-image] Jun 01 15:04:09.023 INFO O| Jun 01 15:04:09.023 INFO STEP 722 (remove_files) COMPLETE
70812026-06-01T15:04:09.667Z[ recovery-image] Jun 01 15:04:09.023 INFO O| Jun 01 15:04:09.023 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-06-01T15:04:09.681Z[ recovery-image] Jun 01 15:04:09.030 INFO O| Jun 01 15:04:09.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70832026-06-01T15:04:09.681Z[ recovery-image] Jun 01 15:04:09.030 INFO O| Jun 01 15:04:09.030 INFO STEP 723 (remove_files) COMPLETE
70842026-06-01T15:04:09.681Z[ recovery-image] Jun 01 15:04:09.030 INFO O| Jun 01 15:04:09.030 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-06-01T15:04:09.681Z[ recovery-image] Jun 01 15:04:09.037 INFO O| Jun 01 15:04:09.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70862026-06-01T15:04:09.681Z[ recovery-image] Jun 01 15:04:09.037 INFO O| Jun 01 15:04:09.037 INFO STEP 724 (remove_files) COMPLETE
70872026-06-01T15:04:09.681Z[ recovery-image] Jun 01 15:04:09.037 INFO O| Jun 01 15:04:09.037 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-06-01T15:04:09.692Z[ recovery-image] Jun 01 15:04:09.043 INFO O| Jun 01 15:04:09.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70892026-06-01T15:04:09.692Z[ recovery-image] Jun 01 15:04:09.043 INFO O| Jun 01 15:04:09.043 INFO STEP 725 (remove_files) COMPLETE
70902026-06-01T15:04:09.692Z[ recovery-image] Jun 01 15:04:09.043 INFO O| Jun 01 15:04:09.043 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-06-01T15:04:09.692Z[ recovery-image] Jun 01 15:04:09.050 INFO O| Jun 01 15:04:09.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70922026-06-01T15:04:09.692Z[ recovery-image] Jun 01 15:04:09.050 INFO O| Jun 01 15:04:09.050 INFO STEP 726 (remove_files) COMPLETE
70932026-06-01T15:04:09.692Z[ recovery-image] Jun 01 15:04:09.050 INFO O| Jun 01 15:04:09.050 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-06-01T15:04:09.692Z[ recovery-image] Jun 01 15:04:09.057 INFO O| Jun 01 15:04:09.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70952026-06-01T15:04:09.692Z[ recovery-image] Jun 01 15:04:09.057 INFO O| Jun 01 15:04:09.057 INFO STEP 727 (remove_files) COMPLETE
70962026-06-01T15:04:09.692Z[ recovery-image] Jun 01 15:04:09.057 INFO O| Jun 01 15:04:09.057 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-06-01T15:04:09.699Z[ recovery-image] Jun 01 15:04:09.064 INFO O| Jun 01 15:04:09.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70982026-06-01T15:04:09.699Z[ recovery-image] Jun 01 15:04:09.064 INFO O| Jun 01 15:04:09.064 INFO STEP 728 (remove_files) COMPLETE
70992026-06-01T15:04:09.699Z[ recovery-image] Jun 01 15:04:09.064 INFO O| Jun 01 15:04:09.064 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-06-01T15:04:09.707Z[ recovery-image] Jun 01 15:04:09.074 INFO O| Jun 01 15:04:09.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71012026-06-01T15:04:09.707Z[ recovery-image] Jun 01 15:04:09.074 INFO O| Jun 01 15:04:09.074 INFO STEP 729 (remove_files) COMPLETE
71022026-06-01T15:04:09.719Z[ recovery-image] Jun 01 15:04:09.074 INFO O| Jun 01 15:04:09.074 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-06-01T15:04:09.727Z[ recovery-image] Jun 01 15:04:09.083 INFO O| Jun 01 15:04:09.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71042026-06-01T15:04:09.727Z[ recovery-image] Jun 01 15:04:09.083 INFO O| Jun 01 15:04:09.083 INFO STEP 730 (remove_files) COMPLETE
71052026-06-01T15:04:09.727Z[ recovery-image] Jun 01 15:04:09.083 INFO O| Jun 01 15:04:09.083 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-06-01T15:04:09.735Z[ recovery-image] Jun 01 15:04:09.094 INFO O| Jun 01 15:04:09.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71072026-06-01T15:04:09.735Z[ recovery-image] Jun 01 15:04:09.094 INFO O| Jun 01 15:04:09.094 INFO STEP 731 (remove_files) COMPLETE
71082026-06-01T15:04:09.735Z[ recovery-image] Jun 01 15:04:09.094 INFO O| Jun 01 15:04:09.094 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-06-01T15:04:09.750Z[ recovery-image] Jun 01 15:04:09.104 INFO O| Jun 01 15:04:09.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71102026-06-01T15:04:09.750Z[ recovery-image] Jun 01 15:04:09.104 INFO O| Jun 01 15:04:09.104 INFO STEP 732 (remove_files) COMPLETE
71112026-06-01T15:04:09.750Z[ recovery-image] Jun 01 15:04:09.104 INFO O| Jun 01 15:04:09.104 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-06-01T15:04:09.758Z[ recovery-image] Jun 01 15:04:09.114 INFO O| Jun 01 15:04:09.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71132026-06-01T15:04:09.758Z[ recovery-image] Jun 01 15:04:09.114 INFO O| Jun 01 15:04:09.114 INFO STEP 733 (remove_files) COMPLETE
71142026-06-01T15:04:09.758Z[ recovery-image] Jun 01 15:04:09.114 INFO O| Jun 01 15:04:09.114 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-06-01T15:04:09.758Z[ recovery-image] Jun 01 15:04:09.123 INFO O| Jun 01 15:04:09.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71162026-06-01T15:04:09.758Z[ recovery-image] Jun 01 15:04:09.123 INFO O| Jun 01 15:04:09.123 INFO STEP 734 (remove_files) COMPLETE
71172026-06-01T15:04:09.758Z[ recovery-image] Jun 01 15:04:09.123 INFO O| Jun 01 15:04:09.123 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-06-01T15:04:09.774Z[ recovery-image] Jun 01 15:04:09.131 INFO O| Jun 01 15:04:09.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71192026-06-01T15:04:09.774Z[ recovery-image] Jun 01 15:04:09.131 INFO O| Jun 01 15:04:09.131 INFO STEP 735 (remove_files) COMPLETE
71202026-06-01T15:04:09.774Z[ recovery-image] Jun 01 15:04:09.132 INFO O| Jun 01 15:04:09.131 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-06-01T15:04:09.785Z[ recovery-image] Jun 01 15:04:09.139 INFO O| Jun 01 15:04:09.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71222026-06-01T15:04:09.785Z[ recovery-image] Jun 01 15:04:09.139 INFO O| Jun 01 15:04:09.139 INFO STEP 736 (remove_files) COMPLETE
71232026-06-01T15:04:09.785Z[ recovery-image] Jun 01 15:04:09.139 INFO O| Jun 01 15:04:09.139 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-06-01T15:04:09.785Z[ recovery-image] Jun 01 15:04:09.148 INFO O| Jun 01 15:04:09.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71252026-06-01T15:04:09.785Z[ recovery-image] Jun 01 15:04:09.148 INFO O| Jun 01 15:04:09.148 INFO STEP 737 (remove_files) COMPLETE
71262026-06-01T15:04:09.785Z[ recovery-image] Jun 01 15:04:09.148 INFO O| Jun 01 15:04:09.148 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-06-01T15:04:09.802Z[ recovery-image] Jun 01 15:04:09.157 INFO O| Jun 01 15:04:09.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71282026-06-01T15:04:09.802Z[ recovery-image] Jun 01 15:04:09.157 INFO O| Jun 01 15:04:09.157 INFO STEP 738 (remove_files) COMPLETE
71292026-06-01T15:04:09.802Z[ recovery-image] Jun 01 15:04:09.157 INFO O| Jun 01 15:04:09.157 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-06-01T15:04:09.813Z[ recovery-image] Jun 01 15:04:09.165 INFO O| Jun 01 15:04:09.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71312026-06-01T15:04:09.813Z[ recovery-image] Jun 01 15:04:09.166 INFO O| Jun 01 15:04:09.166 INFO STEP 739 (remove_files) COMPLETE
71322026-06-01T15:04:09.813Z[ recovery-image] Jun 01 15:04:09.166 INFO O| Jun 01 15:04:09.166 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-06-01T15:04:09.813Z[ recovery-image] Jun 01 15:04:09.174 INFO O| Jun 01 15:04:09.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71342026-06-01T15:04:09.813Z[ recovery-image] Jun 01 15:04:09.174 INFO O| Jun 01 15:04:09.174 INFO STEP 740 (remove_files) COMPLETE
71352026-06-01T15:04:09.813Z[ recovery-image] Jun 01 15:04:09.174 INFO O| Jun 01 15:04:09.174 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-06-01T15:04:09.821Z[ recovery-image] Jun 01 15:04:09.182 INFO O| Jun 01 15:04:09.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71372026-06-01T15:04:09.821Z[ recovery-image] Jun 01 15:04:09.182 INFO O| Jun 01 15:04:09.182 INFO STEP 741 (remove_files) COMPLETE
71382026-06-01T15:04:09.822Z[ recovery-image] Jun 01 15:04:09.182 INFO O| Jun 01 15:04:09.182 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-06-01T15:04:09.840Z[ recovery-image] Jun 01 15:04:09.190 INFO O| Jun 01 15:04:09.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71402026-06-01T15:04:09.840Z[ recovery-image] Jun 01 15:04:09.190 INFO O| Jun 01 15:04:09.190 INFO STEP 742 (remove_files) COMPLETE
71412026-06-01T15:04:09.840Z[ recovery-image] Jun 01 15:04:09.190 INFO O| Jun 01 15:04:09.190 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-06-01T15:04:09.848Z[ recovery-image] Jun 01 15:04:09.197 INFO O| Jun 01 15:04:09.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71432026-06-01T15:04:09.848Z[ recovery-image] Jun 01 15:04:09.198 INFO O| Jun 01 15:04:09.198 INFO STEP 743 (remove_files) COMPLETE
71442026-06-01T15:04:09.848Z[ recovery-image] Jun 01 15:04:09.198 INFO O| Jun 01 15:04:09.198 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-06-01T15:04:09.849Z[ recovery-image] Jun 01 15:04:09.205 INFO O| Jun 01 15:04:09.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71462026-06-01T15:04:09.849Z[ recovery-image] Jun 01 15:04:09.205 INFO O| Jun 01 15:04:09.205 INFO STEP 744 (remove_files) COMPLETE
71472026-06-01T15:04:09.849Z[ recovery-image] Jun 01 15:04:09.205 INFO O| Jun 01 15:04:09.205 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-06-01T15:04:09.866Z[ recovery-image] Jun 01 15:04:09.213 INFO O| Jun 01 15:04:09.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71492026-06-01T15:04:09.866Z[ recovery-image] Jun 01 15:04:09.213 INFO O| Jun 01 15:04:09.213 INFO STEP 745 (remove_files) COMPLETE
71502026-06-01T15:04:09.866Z[ recovery-image] Jun 01 15:04:09.213 INFO O| Jun 01 15:04:09.213 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-06-01T15:04:09.867Z[ recovery-image] Jun 01 15:04:09.222 INFO O| Jun 01 15:04:09.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71522026-06-01T15:04:09.867Z[ recovery-image] Jun 01 15:04:09.222 INFO O| Jun 01 15:04:09.222 INFO STEP 746 (remove_files) COMPLETE
71532026-06-01T15:04:09.867Z[ recovery-image] Jun 01 15:04:09.222 INFO O| Jun 01 15:04:09.222 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-06-01T15:04:09.877Z[ recovery-image] Jun 01 15:04:09.232 INFO O| Jun 01 15:04:09.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71552026-06-01T15:04:09.877Z[ recovery-image] Jun 01 15:04:09.232 INFO O| Jun 01 15:04:09.232 INFO STEP 747 (remove_files) COMPLETE
71562026-06-01T15:04:09.877Z[ recovery-image] Jun 01 15:04:09.232 INFO O| Jun 01 15:04:09.232 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-06-01T15:04:09.895Z[ recovery-image] Jun 01 15:04:09.242 INFO O| Jun 01 15:04:09.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71582026-06-01T15:04:09.895Z[ recovery-image] Jun 01 15:04:09.242 INFO O| Jun 01 15:04:09.242 INFO STEP 748 (remove_files) COMPLETE
71592026-06-01T15:04:09.895Z[ recovery-image] Jun 01 15:04:09.242 INFO O| Jun 01 15:04:09.242 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-06-01T15:04:09.895Z[ recovery-image] Jun 01 15:04:09.250 INFO O| Jun 01 15:04:09.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71612026-06-01T15:04:09.895Z[ recovery-image] Jun 01 15:04:09.250 INFO O| Jun 01 15:04:09.250 INFO STEP 749 (remove_files) COMPLETE
71622026-06-01T15:04:09.895Z[ recovery-image] Jun 01 15:04:09.250 INFO O| Jun 01 15:04:09.250 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-06-01T15:04:09.907Z[ recovery-image] Jun 01 15:04:09.259 INFO O| Jun 01 15:04:09.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71642026-06-01T15:04:09.907Z[ recovery-image] Jun 01 15:04:09.259 INFO O| Jun 01 15:04:09.259 INFO STEP 750 (remove_files) COMPLETE
71652026-06-01T15:04:09.907Z[ recovery-image] Jun 01 15:04:09.259 INFO O| Jun 01 15:04:09.259 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-06-01T15:04:09.907Z[ recovery-image] Jun 01 15:04:09.268 INFO O| Jun 01 15:04:09.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71672026-06-01T15:04:09.908Z[ recovery-image] Jun 01 15:04:09.268 INFO O| Jun 01 15:04:09.268 INFO STEP 751 (remove_files) COMPLETE
71682026-06-01T15:04:09.908Z[ recovery-image] Jun 01 15:04:09.268 INFO O| Jun 01 15:04:09.268 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-06-01T15:04:09.924Z[ recovery-image] Jun 01 15:04:09.277 INFO O| Jun 01 15:04:09.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71702026-06-01T15:04:09.925Z[ recovery-image] Jun 01 15:04:09.277 INFO O| Jun 01 15:04:09.277 INFO STEP 752 (remove_files) COMPLETE
71712026-06-01T15:04:09.925Z[ recovery-image] Jun 01 15:04:09.277 INFO O| Jun 01 15:04:09.277 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-06-01T15:04:09.936Z[ recovery-image] Jun 01 15:04:09.285 INFO O| Jun 01 15:04:09.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71732026-06-01T15:04:09.936Z[ recovery-image] Jun 01 15:04:09.285 INFO O| Jun 01 15:04:09.285 INFO STEP 753 (remove_files) COMPLETE
71742026-06-01T15:04:09.936Z[ recovery-image] Jun 01 15:04:09.286 INFO O| Jun 01 15:04:09.285 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-06-01T15:04:09.936Z[ recovery-image] Jun 01 15:04:09.294 INFO O| Jun 01 15:04:09.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71762026-06-01T15:04:09.937Z[ recovery-image] Jun 01 15:04:09.294 INFO O| Jun 01 15:04:09.294 INFO STEP 754 (remove_files) COMPLETE
71772026-06-01T15:04:09.937Z[ recovery-image] Jun 01 15:04:09.294 INFO O| Jun 01 15:04:09.294 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-06-01T15:04:09.969Z[ recovery-image] Jun 01 15:04:09.302 INFO O| Jun 01 15:04:09.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71792026-06-01T15:04:09.969Z[ recovery-image] Jun 01 15:04:09.302 INFO O| Jun 01 15:04:09.302 INFO STEP 755 (remove_files) COMPLETE
71802026-06-01T15:04:09.970Z[ recovery-image] Jun 01 15:04:09.302 INFO O| Jun 01 15:04:09.302 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-06-01T15:04:09.970Z[ recovery-image] Jun 01 15:04:09.310 INFO O| Jun 01 15:04:09.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71822026-06-01T15:04:09.970Z[ recovery-image] Jun 01 15:04:09.310 INFO O| Jun 01 15:04:09.310 INFO STEP 756 (remove_files) COMPLETE
71832026-06-01T15:04:09.970Z[ recovery-image] Jun 01 15:04:09.310 INFO O| Jun 01 15:04:09.310 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-06-01T15:04:09.986Z[ recovery-image] Jun 01 15:04:09.320 INFO O| Jun 01 15:04:09.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71852026-06-01T15:04:09.986Z[ recovery-image] Jun 01 15:04:09.320 INFO O| Jun 01 15:04:09.320 INFO STEP 757 (remove_files) COMPLETE
71862026-06-01T15:04:09.986Z[ recovery-image] Jun 01 15:04:09.320 INFO O| Jun 01 15:04:09.320 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-06-01T15:04:09.986Z[ recovery-image] Jun 01 15:04:09.329 INFO O| Jun 01 15:04:09.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71882026-06-01T15:04:09.986Z[ recovery-image] Jun 01 15:04:09.329 INFO O| Jun 01 15:04:09.329 INFO STEP 758 (remove_files) COMPLETE
71892026-06-01T15:04:09.986Z[ recovery-image] Jun 01 15:04:09.329 INFO O| Jun 01 15:04:09.329 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-06-01T15:04:09.986Z[ recovery-image] Jun 01 15:04:09.337 INFO O| Jun 01 15:04:09.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71912026-06-01T15:04:09.987Z[ recovery-image] Jun 01 15:04:09.337 INFO O| Jun 01 15:04:09.337 INFO STEP 759 (remove_files) COMPLETE
71922026-06-01T15:04:09.987Z[ recovery-image] Jun 01 15:04:09.337 INFO O| Jun 01 15:04:09.337 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-06-01T15:04:09.999Z[ recovery-image] Jun 01 15:04:09.346 INFO O| Jun 01 15:04:09.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71942026-06-01T15:04:09.999Z[ recovery-image] Jun 01 15:04:09.346 INFO O| Jun 01 15:04:09.346 INFO STEP 760 (remove_files) COMPLETE
71952026-06-01T15:04:09.999Z[ recovery-image] Jun 01 15:04:09.346 INFO O| Jun 01 15:04:09.346 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-06-01T15:04:09.999Z[ recovery-image] Jun 01 15:04:09.354 INFO O| Jun 01 15:04:09.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71972026-06-01T15:04:09.999Z[ recovery-image] Jun 01 15:04:09.354 INFO O| Jun 01 15:04:09.354 INFO STEP 761 (remove_files) COMPLETE
71982026-06-01T15:04:09.999Z[ recovery-image] Jun 01 15:04:09.354 INFO O| Jun 01 15:04:09.354 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-06-01T15:04:10.054Z[ recovery-image] Jun 01 15:04:09.363 INFO O| Jun 01 15:04:09.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72002026-06-01T15:04:10.054Z[ recovery-image] Jun 01 15:04:09.363 INFO O| Jun 01 15:04:09.363 INFO STEP 762 (remove_files) COMPLETE
72012026-06-01T15:04:10.054Z[ recovery-image] Jun 01 15:04:09.363 INFO O| Jun 01 15:04:09.363 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-06-01T15:04:10.054Z[ recovery-image] Jun 01 15:04:09.372 INFO O| Jun 01 15:04:09.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72032026-06-01T15:04:10.054Z[ recovery-image] Jun 01 15:04:09.372 INFO O| Jun 01 15:04:09.372 INFO STEP 763 (remove_files) COMPLETE
72042026-06-01T15:04:10.055Z[ recovery-image] Jun 01 15:04:09.372 INFO O| Jun 01 15:04:09.372 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-06-01T15:04:10.055Z[ recovery-image] Jun 01 15:04:09.381 INFO O| Jun 01 15:04:09.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72062026-06-01T15:04:10.055Z[ recovery-image] Jun 01 15:04:09.381 INFO O| Jun 01 15:04:09.381 INFO STEP 764 (remove_files) COMPLETE
72072026-06-01T15:04:10.055Z[ recovery-image] Jun 01 15:04:09.381 INFO O| Jun 01 15:04:09.381 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-06-01T15:04:10.078Z[ recovery-image] Jun 01 15:04:09.390 INFO O| Jun 01 15:04:09.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72092026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.390 INFO O| Jun 01 15:04:09.390 INFO STEP 765 (remove_files) COMPLETE
72102026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.390 INFO O| Jun 01 15:04:09.390 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.399 INFO O| Jun 01 15:04:09.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72122026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.399 INFO O| Jun 01 15:04:09.399 INFO STEP 766 (remove_files) COMPLETE
72132026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.399 INFO O| Jun 01 15:04:09.399 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.407 INFO O| Jun 01 15:04:09.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72152026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.407 INFO O| Jun 01 15:04:09.407 INFO STEP 767 (remove_files) COMPLETE
72162026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.407 INFO O| Jun 01 15:04:09.407 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.416 INFO O| Jun 01 15:04:09.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72182026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.416 INFO O| Jun 01 15:04:09.416 INFO STEP 768 (remove_files) COMPLETE
72192026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.416 INFO O| Jun 01 15:04:09.416 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.425 INFO O| Jun 01 15:04:09.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72212026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.425 INFO O| Jun 01 15:04:09.425 INFO STEP 769 (remove_files) COMPLETE
72222026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.425 INFO O| Jun 01 15:04:09.425 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.433 INFO O| Jun 01 15:04:09.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72242026-06-01T15:04:10.079Z[ recovery-image] Jun 01 15:04:09.433 INFO O| Jun 01 15:04:09.433 INFO STEP 770 (remove_files) COMPLETE
72252026-06-01T15:04:10.092Z[ recovery-image] Jun 01 15:04:09.434 INFO O| Jun 01 15:04:09.433 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-06-01T15:04:10.093Z[ recovery-image] Jun 01 15:04:09.443 INFO O| Jun 01 15:04:09.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72272026-06-01T15:04:10.093Z[ recovery-image] Jun 01 15:04:09.443 INFO O| Jun 01 15:04:09.443 INFO STEP 771 (remove_files) COMPLETE
72282026-06-01T15:04:10.093Z[ recovery-image] Jun 01 15:04:09.443 INFO O| Jun 01 15:04:09.443 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-06-01T15:04:10.093Z[ recovery-image] Jun 01 15:04:09.452 INFO O| Jun 01 15:04:09.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72302026-06-01T15:04:10.093Z[ recovery-image] Jun 01 15:04:09.452 INFO O| Jun 01 15:04:09.452 INFO STEP 772 (remove_files) COMPLETE
72312026-06-01T15:04:10.093Z[ recovery-image] Jun 01 15:04:09.452 INFO O| Jun 01 15:04:09.452 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-06-01T15:04:10.130Z[ recovery-image] Jun 01 15:04:09.461 INFO O| Jun 01 15:04:09.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72332026-06-01T15:04:10.130Z[ recovery-image] Jun 01 15:04:09.461 INFO O| Jun 01 15:04:09.461 INFO STEP 773 (remove_files) COMPLETE
72342026-06-01T15:04:10.130Z[ recovery-image] Jun 01 15:04:09.461 INFO O| Jun 01 15:04:09.461 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-06-01T15:04:10.150Z[ recovery-image] Jun 01 15:04:09.470 INFO O| Jun 01 15:04:09.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72362026-06-01T15:04:10.150Z[ recovery-image] Jun 01 15:04:09.470 INFO O| Jun 01 15:04:09.470 INFO STEP 774 (remove_files) COMPLETE
72372026-06-01T15:04:10.150Z[ recovery-image] Jun 01 15:04:09.470 INFO O| Jun 01 15:04:09.470 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-06-01T15:04:10.150Z[ recovery-image] Jun 01 15:04:09.479 INFO O| Jun 01 15:04:09.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72392026-06-01T15:04:10.150Z[ recovery-image] Jun 01 15:04:09.480 INFO O| Jun 01 15:04:09.480 INFO STEP 775 (remove_files) COMPLETE
72402026-06-01T15:04:10.150Z[ recovery-image] Jun 01 15:04:09.480 INFO O| Jun 01 15:04:09.480 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-06-01T15:04:10.150Z[ recovery-image] Jun 01 15:04:09.489 INFO O| Jun 01 15:04:09.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72422026-06-01T15:04:10.151Z[ recovery-image] Jun 01 15:04:09.489 INFO O| Jun 01 15:04:09.489 INFO STEP 776 (remove_files) COMPLETE
72432026-06-01T15:04:10.151Z[ recovery-image] Jun 01 15:04:09.489 INFO O| Jun 01 15:04:09.489 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-06-01T15:04:10.151Z[ recovery-image] Jun 01 15:04:09.498 INFO O| Jun 01 15:04:09.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72452026-06-01T15:04:10.151Z[ recovery-image] Jun 01 15:04:09.499 INFO O| Jun 01 15:04:09.499 INFO STEP 777 (remove_files) COMPLETE
72462026-06-01T15:04:10.151Z[ recovery-image] Jun 01 15:04:09.499 INFO O| Jun 01 15:04:09.499 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-06-01T15:04:10.184Z[ recovery-image] Jun 01 15:04:09.508 INFO O| Jun 01 15:04:09.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72482026-06-01T15:04:10.184Z[ recovery-image] Jun 01 15:04:09.508 INFO O| Jun 01 15:04:09.508 INFO STEP 778 (remove_files) COMPLETE
72492026-06-01T15:04:10.184Z[ recovery-image] Jun 01 15:04:09.508 INFO O| Jun 01 15:04:09.508 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-06-01T15:04:10.184Z[ recovery-image] Jun 01 15:04:09.517 INFO O| Jun 01 15:04:09.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72512026-06-01T15:04:10.184Z[ recovery-image] Jun 01 15:04:09.517 INFO O| Jun 01 15:04:09.517 INFO STEP 779 (remove_files) COMPLETE
72522026-06-01T15:04:10.184Z[ recovery-image] Jun 01 15:04:09.517 INFO O| Jun 01 15:04:09.517 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-06-01T15:04:10.196Z[ recovery-image] Jun 01 15:04:09.525 INFO O| Jun 01 15:04:09.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72542026-06-01T15:04:10.196Z[ recovery-image] Jun 01 15:04:09.525 INFO O| Jun 01 15:04:09.525 INFO STEP 780 (remove_files) COMPLETE
72552026-06-01T15:04:10.196Z[ recovery-image] Jun 01 15:04:09.525 INFO O| Jun 01 15:04:09.525 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-06-01T15:04:10.196Z[ recovery-image] Jun 01 15:04:09.534 INFO O| Jun 01 15:04:09.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72572026-06-01T15:04:10.196Z[ recovery-image] Jun 01 15:04:09.534 INFO O| Jun 01 15:04:09.534 INFO STEP 781 (remove_files) COMPLETE
72582026-06-01T15:04:10.196Z[ recovery-image] Jun 01 15:04:09.534 INFO O| Jun 01 15:04:09.534 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-06-01T15:04:10.196Z[ recovery-image] Jun 01 15:04:09.543 INFO O| Jun 01 15:04:09.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72602026-06-01T15:04:10.196Z[ recovery-image] Jun 01 15:04:09.543 INFO O| Jun 01 15:04:09.543 INFO STEP 782 (remove_files) COMPLETE
72612026-06-01T15:04:10.196Z[ recovery-image] Jun 01 15:04:09.543 INFO O| Jun 01 15:04:09.543 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-06-01T15:04:10.196Z[ recovery-image] Jun 01 15:04:09.552 INFO O| Jun 01 15:04:09.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72632026-06-01T15:04:10.196Z[ recovery-image] Jun 01 15:04:09.552 INFO O| Jun 01 15:04:09.552 INFO STEP 783 (remove_files) COMPLETE
72642026-06-01T15:04:10.196Z[ recovery-image] Jun 01 15:04:09.552 INFO O| Jun 01 15:04:09.552 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-06-01T15:04:10.207Z[ recovery-image] Jun 01 15:04:09.562 INFO O| Jun 01 15:04:09.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72662026-06-01T15:04:10.207Z[ recovery-image] Jun 01 15:04:09.563 INFO O| Jun 01 15:04:09.563 INFO STEP 784 (remove_files) COMPLETE
72672026-06-01T15:04:10.207Z[ recovery-image] Jun 01 15:04:09.563 INFO O| Jun 01 15:04:09.563 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-06-01T15:04:10.215Z[ recovery-image] Jun 01 15:04:09.573 INFO O| Jun 01 15:04:09.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72692026-06-01T15:04:10.215Z[ recovery-image] Jun 01 15:04:09.573 INFO O| Jun 01 15:04:09.573 INFO STEP 785 (remove_files) COMPLETE
72702026-06-01T15:04:10.215Z[ recovery-image] Jun 01 15:04:09.573 INFO O| Jun 01 15:04:09.573 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-06-01T15:04:10.223Z[ recovery-image] Jun 01 15:04:09.583 INFO O| Jun 01 15:04:09.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72722026-06-01T15:04:10.223Z[ recovery-image] Jun 01 15:04:09.583 INFO O| Jun 01 15:04:09.583 INFO STEP 786 (remove_files) COMPLETE
72732026-06-01T15:04:10.223Z[ recovery-image] Jun 01 15:04:09.583 INFO O| Jun 01 15:04:09.583 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-06-01T15:04:10.237Z[ recovery-image] Jun 01 15:04:09.593 INFO O| Jun 01 15:04:09.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72752026-06-01T15:04:10.237Z[ recovery-image] Jun 01 15:04:09.593 INFO O| Jun 01 15:04:09.593 INFO STEP 787 (remove_files) COMPLETE
72762026-06-01T15:04:10.237Z[ recovery-image] Jun 01 15:04:09.593 INFO O| Jun 01 15:04:09.593 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-06-01T15:04:10.256Z[ recovery-image] Jun 01 15:04:09.602 INFO O| Jun 01 15:04:09.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72782026-06-01T15:04:10.256Z[ recovery-image] Jun 01 15:04:09.602 INFO O| Jun 01 15:04:09.602 INFO STEP 788 (remove_files) COMPLETE
72792026-06-01T15:04:10.256Z[ recovery-image] Jun 01 15:04:09.602 INFO O| Jun 01 15:04:09.602 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-06-01T15:04:10.256Z[ recovery-image] Jun 01 15:04:09.611 INFO O| Jun 01 15:04:09.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72812026-06-01T15:04:10.256Z[ recovery-image] Jun 01 15:04:09.611 INFO O| Jun 01 15:04:09.611 INFO STEP 789 (remove_files) COMPLETE
72822026-06-01T15:04:10.256Z[ recovery-image] Jun 01 15:04:09.611 INFO O| Jun 01 15:04:09.611 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-06-01T15:04:10.268Z[ recovery-image] Jun 01 15:04:09.619 INFO O| Jun 01 15:04:09.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72842026-06-01T15:04:10.268Z[ recovery-image] Jun 01 15:04:09.619 INFO O| Jun 01 15:04:09.619 INFO STEP 790 (remove_files) COMPLETE
72852026-06-01T15:04:10.268Z[ recovery-image] Jun 01 15:04:09.619 INFO O| Jun 01 15:04:09.619 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-06-01T15:04:10.268Z[ recovery-image] Jun 01 15:04:09.627 INFO O| Jun 01 15:04:09.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72872026-06-01T15:04:10.268Z[ recovery-image] Jun 01 15:04:09.627 INFO O| Jun 01 15:04:09.627 INFO STEP 791 (remove_files) COMPLETE
72882026-06-01T15:04:10.268Z[ recovery-image] Jun 01 15:04:09.627 INFO O| Jun 01 15:04:09.627 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-06-01T15:04:10.279Z[ recovery-image] Jun 01 15:04:09.635 INFO O| Jun 01 15:04:09.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72902026-06-01T15:04:10.279Z[ recovery-image] Jun 01 15:04:09.635 INFO O| Jun 01 15:04:09.635 INFO STEP 792 (remove_files) COMPLETE
72912026-06-01T15:04:10.280Z[ recovery-image] Jun 01 15:04:09.635 INFO O| Jun 01 15:04:09.635 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-06-01T15:04:10.297Z[ recovery-image] Jun 01 15:04:09.644 INFO O| Jun 01 15:04:09.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72932026-06-01T15:04:10.297Z[ recovery-image] Jun 01 15:04:09.644 INFO O| Jun 01 15:04:09.644 INFO STEP 793 (remove_files) COMPLETE
72942026-06-01T15:04:10.297Z[ recovery-image] Jun 01 15:04:09.644 INFO O| Jun 01 15:04:09.644 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-06-01T15:04:10.298Z[ recovery-image] Jun 01 15:04:09.652 INFO O| Jun 01 15:04:09.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72962026-06-01T15:04:10.298Z[ recovery-image] Jun 01 15:04:09.652 INFO O| Jun 01 15:04:09.652 INFO STEP 794 (remove_files) COMPLETE
72972026-06-01T15:04:10.298Z[ recovery-image] Jun 01 15:04:09.652 INFO O| Jun 01 15:04:09.652 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-06-01T15:04:10.310Z[ recovery-image] Jun 01 15:04:09.661 INFO O| Jun 01 15:04:09.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72992026-06-01T15:04:10.310Z[ recovery-image] Jun 01 15:04:09.661 INFO O| Jun 01 15:04:09.661 INFO STEP 795 (remove_files) COMPLETE
73002026-06-01T15:04:10.310Z[ recovery-image] Jun 01 15:04:09.661 INFO O| Jun 01 15:04:09.661 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-06-01T15:04:10.310Z[ recovery-image] Jun 01 15:04:09.669 INFO O| Jun 01 15:04:09.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73022026-06-01T15:04:10.310Z[ recovery-image] Jun 01 15:04:09.670 INFO O| Jun 01 15:04:09.670 INFO STEP 796 (remove_files) COMPLETE
73032026-06-01T15:04:10.310Z[ recovery-image] Jun 01 15:04:09.670 INFO O| Jun 01 15:04:09.670 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-06-01T15:04:10.326Z[ recovery-image] Jun 01 15:04:09.678 INFO O| Jun 01 15:04:09.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73052026-06-01T15:04:10.326Z[ recovery-image] Jun 01 15:04:09.678 INFO O| Jun 01 15:04:09.678 INFO STEP 797 (remove_files) COMPLETE
73062026-06-01T15:04:10.326Z[ recovery-image] Jun 01 15:04:09.678 INFO O| Jun 01 15:04:09.678 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-06-01T15:04:10.343Z[ recovery-image] Jun 01 15:04:09.686 INFO O| Jun 01 15:04:09.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73082026-06-01T15:04:10.343Z[ recovery-image] Jun 01 15:04:09.686 INFO O| Jun 01 15:04:09.686 INFO STEP 798 (remove_files) COMPLETE
73092026-06-01T15:04:10.343Z[ recovery-image] Jun 01 15:04:09.686 INFO O| Jun 01 15:04:09.686 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-06-01T15:04:10.343Z[ recovery-image] Jun 01 15:04:09.695 INFO O| Jun 01 15:04:09.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73112026-06-01T15:04:10.343Z[ recovery-image] Jun 01 15:04:09.695 INFO O| Jun 01 15:04:09.695 INFO STEP 799 (remove_files) COMPLETE
73122026-06-01T15:04:10.343Z[ recovery-image] Jun 01 15:04:09.695 INFO O| Jun 01 15:04:09.695 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-06-01T15:04:10.376Z[ recovery-image] Jun 01 15:04:09.703 INFO O| Jun 01 15:04:09.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73142026-06-01T15:04:10.376Z[ recovery-image] Jun 01 15:04:09.703 INFO O| Jun 01 15:04:09.703 INFO STEP 800 (remove_files) COMPLETE
73152026-06-01T15:04:10.376Z[ recovery-image] Jun 01 15:04:09.703 INFO O| Jun 01 15:04:09.703 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-06-01T15:04:10.376Z[ recovery-image] Jun 01 15:04:09.712 INFO O| Jun 01 15:04:09.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73172026-06-01T15:04:10.376Z[ recovery-image] Jun 01 15:04:09.712 INFO O| Jun 01 15:04:09.712 INFO STEP 801 (remove_files) COMPLETE
73182026-06-01T15:04:10.376Z[ recovery-image] Jun 01 15:04:09.712 INFO O| Jun 01 15:04:09.712 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-06-01T15:04:10.418Z[ recovery-image] Jun 01 15:04:09.721 INFO O| Jun 01 15:04:09.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73202026-06-01T15:04:10.418Z[ recovery-image] Jun 01 15:04:09.721 INFO O| Jun 01 15:04:09.721 INFO STEP 802 (remove_files) COMPLETE
73212026-06-01T15:04:10.418Z[ recovery-image] Jun 01 15:04:09.721 INFO O| Jun 01 15:04:09.721 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-06-01T15:04:10.418Z[ recovery-image] Jun 01 15:04:09.730 INFO O| Jun 01 15:04:09.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73232026-06-01T15:04:10.418Z[ recovery-image] Jun 01 15:04:09.730 INFO O| Jun 01 15:04:09.730 INFO STEP 803 (remove_files) COMPLETE
73242026-06-01T15:04:10.418Z[ recovery-image] Jun 01 15:04:09.730 INFO O| Jun 01 15:04:09.730 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-06-01T15:04:10.418Z[ recovery-image] Jun 01 15:04:09.738 INFO O| Jun 01 15:04:09.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73262026-06-01T15:04:10.418Z[ recovery-image] Jun 01 15:04:09.739 INFO O| Jun 01 15:04:09.739 INFO STEP 804 (remove_files) COMPLETE
73272026-06-01T15:04:10.418Z[ recovery-image] Jun 01 15:04:09.739 INFO O| Jun 01 15:04:09.739 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-06-01T15:04:10.418Z[ recovery-image] Jun 01 15:04:09.747 INFO O| Jun 01 15:04:09.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73292026-06-01T15:04:10.418Z[ recovery-image] Jun 01 15:04:09.748 INFO O| Jun 01 15:04:09.747 INFO STEP 805 (remove_files) COMPLETE
73302026-06-01T15:04:10.418Z[ recovery-image] Jun 01 15:04:09.748 INFO O| Jun 01 15:04:09.748 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-06-01T15:04:10.435Z[ recovery-image] Jun 01 15:04:09.756 INFO O| Jun 01 15:04:09.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73322026-06-01T15:04:10.435Z[ recovery-image] Jun 01 15:04:09.756 INFO O| Jun 01 15:04:09.756 INFO STEP 806 (remove_files) COMPLETE
73332026-06-01T15:04:10.435Z[ recovery-image] Jun 01 15:04:09.756 INFO O| Jun 01 15:04:09.756 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-06-01T15:04:10.436Z[ recovery-image] Jun 01 15:04:09.765 INFO O| Jun 01 15:04:09.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73352026-06-01T15:04:10.436Z[ recovery-image] Jun 01 15:04:09.766 INFO O| Jun 01 15:04:09.766 INFO STEP 807 (remove_files) COMPLETE
73362026-06-01T15:04:10.436Z[ recovery-image] Jun 01 15:04:09.766 INFO O| Jun 01 15:04:09.766 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-06-01T15:04:10.436Z[ recovery-image] Jun 01 15:04:09.776 INFO O| Jun 01 15:04:09.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73382026-06-01T15:04:10.436Z[ recovery-image] Jun 01 15:04:09.776 INFO O| Jun 01 15:04:09.776 INFO STEP 808 (remove_files) COMPLETE
73392026-06-01T15:04:10.436Z[ recovery-image] Jun 01 15:04:09.776 INFO O| Jun 01 15:04:09.776 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-06-01T15:04:10.436Z[ recovery-image] Jun 01 15:04:09.785 INFO O| Jun 01 15:04:09.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73412026-06-01T15:04:10.436Z[ recovery-image] Jun 01 15:04:09.785 INFO O| Jun 01 15:04:09.785 INFO STEP 809 (remove_files) COMPLETE
73422026-06-01T15:04:10.436Z[ recovery-image] Jun 01 15:04:09.785 INFO O| Jun 01 15:04:09.785 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-06-01T15:04:10.436Z[ recovery-image] Jun 01 15:04:09.794 INFO O| Jun 01 15:04:09.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73442026-06-01T15:04:10.436Z[ recovery-image] Jun 01 15:04:09.794 INFO O| Jun 01 15:04:09.794 INFO STEP 810 (remove_files) COMPLETE
73452026-06-01T15:04:10.436Z[ recovery-image] Jun 01 15:04:09.794 INFO O| Jun 01 15:04:09.794 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-06-01T15:04:10.478Z[ recovery-image] Jun 01 15:04:09.802 INFO O| Jun 01 15:04:09.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73472026-06-01T15:04:10.478Z[ recovery-image] Jun 01 15:04:09.802 INFO O| Jun 01 15:04:09.802 INFO STEP 811 (remove_files) COMPLETE
73482026-06-01T15:04:10.478Z[ recovery-image] Jun 01 15:04:09.802 INFO O| Jun 01 15:04:09.802 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-06-01T15:04:10.478Z[ recovery-image] Jun 01 15:04:09.810 INFO O| Jun 01 15:04:09.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73502026-06-01T15:04:10.478Z[ recovery-image] Jun 01 15:04:09.811 INFO O| Jun 01 15:04:09.811 INFO STEP 812 (remove_files) COMPLETE
73512026-06-01T15:04:10.478Z[ recovery-image] Jun 01 15:04:09.811 INFO O| Jun 01 15:04:09.811 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.819 INFO O| Jun 01 15:04:09.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73532026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.819 INFO O| Jun 01 15:04:09.819 INFO STEP 813 (remove_files) COMPLETE
73542026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.819 INFO O| Jun 01 15:04:09.819 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.827 INFO O| Jun 01 15:04:09.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73562026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.827 INFO O| Jun 01 15:04:09.827 INFO STEP 814 (remove_files) COMPLETE
73572026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.827 INFO O| Jun 01 15:04:09.827 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.836 INFO O| Jun 01 15:04:09.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73592026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.836 INFO O| Jun 01 15:04:09.836 INFO STEP 815 (remove_files) COMPLETE
73602026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.836 INFO O| Jun 01 15:04:09.836 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.844 INFO O| Jun 01 15:04:09.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73622026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.844 INFO O| Jun 01 15:04:09.844 INFO STEP 816 (remove_files) COMPLETE
73632026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.845 INFO O| Jun 01 15:04:09.844 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.852 INFO O| Jun 01 15:04:09.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73652026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.853 INFO O| Jun 01 15:04:09.853 INFO STEP 817 (remove_files) COMPLETE
73662026-06-01T15:04:10.497Z[ recovery-image] Jun 01 15:04:09.853 INFO O| Jun 01 15:04:09.853 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-06-01T15:04:10.513Z[ recovery-image] Jun 01 15:04:09.860 INFO O| Jun 01 15:04:09.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73682026-06-01T15:04:10.513Z[ recovery-image] Jun 01 15:04:09.861 INFO O| Jun 01 15:04:09.861 INFO STEP 818 (remove_files) COMPLETE
73692026-06-01T15:04:10.514Z[ recovery-image] Jun 01 15:04:09.861 INFO O| Jun 01 15:04:09.861 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-06-01T15:04:10.514Z[ recovery-image] Jun 01 15:04:09.868 INFO O| Jun 01 15:04:09.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73712026-06-01T15:04:10.514Z[ recovery-image] Jun 01 15:04:09.868 INFO O| Jun 01 15:04:09.868 INFO STEP 819 (remove_files) COMPLETE
73722026-06-01T15:04:10.514Z[ recovery-image] Jun 01 15:04:09.868 INFO O| Jun 01 15:04:09.868 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-06-01T15:04:10.551Z[ recovery-image] Jun 01 15:04:09.877 INFO O| Jun 01 15:04:09.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73742026-06-01T15:04:10.552Z[ recovery-image] Jun 01 15:04:09.877 INFO O| Jun 01 15:04:09.877 INFO STEP 820 (remove_files) COMPLETE
73752026-06-01T15:04:10.552Z[ recovery-image] Jun 01 15:04:09.877 INFO O| Jun 01 15:04:09.877 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-06-01T15:04:10.563Z[ recovery-image] Jun 01 15:04:09.886 INFO O| Jun 01 15:04:09.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73772026-06-01T15:04:10.564Z[ recovery-image] Jun 01 15:04:09.886 INFO O| Jun 01 15:04:09.886 INFO STEP 821 (remove_files) COMPLETE
73782026-06-01T15:04:10.564Z[ recovery-image] Jun 01 15:04:09.886 INFO O| Jun 01 15:04:09.886 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-06-01T15:04:10.564Z[ recovery-image] Jun 01 15:04:09.895 INFO O| Jun 01 15:04:09.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73802026-06-01T15:04:10.564Z[ recovery-image] Jun 01 15:04:09.895 INFO O| Jun 01 15:04:09.895 INFO STEP 822 (remove_files) COMPLETE
73812026-06-01T15:04:10.564Z[ recovery-image] Jun 01 15:04:09.895 INFO O| Jun 01 15:04:09.895 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-06-01T15:04:10.564Z[ recovery-image] Jun 01 15:04:09.906 INFO O| Jun 01 15:04:09.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73832026-06-01T15:04:10.564Z[ recovery-image] Jun 01 15:04:09.906 INFO O| Jun 01 15:04:09.906 INFO STEP 823 (remove_files) COMPLETE
73842026-06-01T15:04:10.564Z[ recovery-image] Jun 01 15:04:09.906 INFO O| Jun 01 15:04:09.906 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-06-01T15:04:10.564Z[ recovery-image] Jun 01 15:04:09.914 INFO O| Jun 01 15:04:09.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73862026-06-01T15:04:10.564Z[ recovery-image] Jun 01 15:04:09.914 INFO O| Jun 01 15:04:09.914 INFO STEP 824 (remove_files) COMPLETE
73872026-06-01T15:04:10.564Z[ recovery-image] Jun 01 15:04:09.914 INFO O| Jun 01 15:04:09.914 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-06-01T15:04:10.564Z[ recovery-image] Jun 01 15:04:09.922 INFO O| Jun 01 15:04:09.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73892026-06-01T15:04:10.564Z[ recovery-image] Jun 01 15:04:09.923 INFO O| Jun 01 15:04:09.922 INFO STEP 825 (remove_files) COMPLETE
73902026-06-01T15:04:10.583Z[ recovery-image] Jun 01 15:04:09.932 INFO O| Jun 01 15:04:09.923 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-06-01T15:04:10.609Z[ recovery-image] Jun 01 15:04:09.940 INFO O| Jun 01 15:04:09.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73922026-06-01T15:04:10.609Z[ recovery-image] Jun 01 15:04:09.940 INFO O| Jun 01 15:04:09.940 INFO STEP 826 (remove_files) COMPLETE
73932026-06-01T15:04:10.609Z[ recovery-image] Jun 01 15:04:09.940 INFO O| Jun 01 15:04:09.940 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-06-01T15:04:10.609Z[ recovery-image] Jun 01 15:04:09.947 INFO O| Jun 01 15:04:09.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73952026-06-01T15:04:10.609Z[ recovery-image] Jun 01 15:04:09.948 INFO O| Jun 01 15:04:09.947 INFO STEP 827 (remove_files) COMPLETE
73962026-06-01T15:04:10.609Z[ recovery-image] Jun 01 15:04:09.948 INFO O| Jun 01 15:04:09.948 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-06-01T15:04:10.609Z[ recovery-image] Jun 01 15:04:09.954 INFO O| Jun 01 15:04:09.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73982026-06-01T15:04:10.609Z[ recovery-image] Jun 01 15:04:09.954 INFO O| Jun 01 15:04:09.954 INFO STEP 828 (remove_files) COMPLETE
73992026-06-01T15:04:10.609Z[ recovery-image] Jun 01 15:04:09.954 INFO O| Jun 01 15:04:09.954 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-06-01T15:04:10.645Z[ recovery-image] Jun 01 15:04:09.962 INFO O| Jun 01 15:04:09.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74012026-06-01T15:04:10.645Z[ recovery-image] Jun 01 15:04:09.962 INFO O| Jun 01 15:04:09.962 INFO STEP 829 (remove_files) COMPLETE
74022026-06-01T15:04:10.645Z[ recovery-image] Jun 01 15:04:09.962 INFO O| Jun 01 15:04:09.962 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-06-01T15:04:10.645Z[ recovery-image] Jun 01 15:04:09.969 INFO O| Jun 01 15:04:09.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74042026-06-01T15:04:10.645Z[ recovery-image] Jun 01 15:04:09.969 INFO O| Jun 01 15:04:09.969 INFO STEP 830 (remove_files) COMPLETE
74052026-06-01T15:04:10.645Z[ recovery-image] Jun 01 15:04:09.969 INFO O| Jun 01 15:04:09.969 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-06-01T15:04:10.645Z[ recovery-image] Jun 01 15:04:09.976 INFO O| Jun 01 15:04:09.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74072026-06-01T15:04:10.645Z[ recovery-image] Jun 01 15:04:09.976 INFO O| Jun 01 15:04:09.976 INFO STEP 831 (remove_files) COMPLETE
74082026-06-01T15:04:10.646Z[ recovery-image] Jun 01 15:04:09.976 INFO O| Jun 01 15:04:09.976 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-06-01T15:04:10.646Z[ recovery-image] Jun 01 15:04:09.983 INFO O| Jun 01 15:04:09.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74102026-06-01T15:04:10.646Z[ recovery-image] Jun 01 15:04:09.983 INFO O| Jun 01 15:04:09.983 INFO STEP 832 (remove_files) COMPLETE
74112026-06-01T15:04:10.646Z[ recovery-image] Jun 01 15:04:09.983 INFO O| Jun 01 15:04:09.983 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-06-01T15:04:10.674Z[ recovery-image] Jun 01 15:04:09.991 INFO O| Jun 01 15:04:09.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74132026-06-01T15:04:10.674Z[ recovery-image] Jun 01 15:04:09.991 INFO O| Jun 01 15:04:09.991 INFO STEP 833 (remove_files) COMPLETE
74142026-06-01T15:04:10.674Z[ recovery-image] Jun 01 15:04:09.991 INFO O| Jun 01 15:04:09.991 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-06-01T15:04:10.674Z[ recovery-image] Jun 01 15:04:09.997 INFO O| Jun 01 15:04:09.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74162026-06-01T15:04:10.674Z[ recovery-image] Jun 01 15:04:09.997 INFO O| Jun 01 15:04:09.997 INFO STEP 834 (remove_files) COMPLETE
74172026-06-01T15:04:10.674Z[ recovery-image] Jun 01 15:04:09.997 INFO O| Jun 01 15:04:09.997 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-06-01T15:04:10.674Z[ recovery-image] Jun 01 15:04:10.005 INFO O| Jun 01 15:04:10.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74192026-06-01T15:04:10.674Z[ recovery-image] Jun 01 15:04:10.005 INFO O| Jun 01 15:04:10.005 INFO STEP 835 (remove_files) COMPLETE
74202026-06-01T15:04:10.674Z[ recovery-image] Jun 01 15:04:10.005 INFO O| Jun 01 15:04:10.005 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-06-01T15:04:10.702Z[ recovery-image] Jun 01 15:04:10.035 INFO O| Jun 01 15:04:10.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74222026-06-01T15:04:10.702Z[ recovery-image] Jun 01 15:04:10.035 INFO O| Jun 01 15:04:10.035 INFO STEP 836 (remove_files) COMPLETE
74232026-06-01T15:04:10.702Z[ recovery-image] Jun 01 15:04:10.035 INFO O| Jun 01 15:04:10.035 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-06-01T15:04:10.702Z[ recovery-image] Jun 01 15:04:10.043 INFO O| Jun 01 15:04:10.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74252026-06-01T15:04:10.702Z[ recovery-image] Jun 01 15:04:10.043 INFO O| Jun 01 15:04:10.043 INFO STEP 837 (remove_files) COMPLETE
74262026-06-01T15:04:10.702Z[ recovery-image] Jun 01 15:04:10.043 INFO O| Jun 01 15:04:10.043 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-06-01T15:04:10.735Z[ recovery-image] Jun 01 15:04:10.059 INFO O| Jun 01 15:04:10.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74282026-06-01T15:04:10.735Z[ recovery-image] Jun 01 15:04:10.059 INFO O| Jun 01 15:04:10.059 INFO STEP 838 (remove_files) COMPLETE
74292026-06-01T15:04:10.735Z[ recovery-image] Jun 01 15:04:10.059 INFO O| Jun 01 15:04:10.059 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-06-01T15:04:10.735Z[ recovery-image] Jun 01 15:04:10.068 INFO O| Jun 01 15:04:10.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74312026-06-01T15:04:10.735Z[ recovery-image] Jun 01 15:04:10.068 INFO O| Jun 01 15:04:10.068 INFO STEP 839 (remove_files) COMPLETE
74322026-06-01T15:04:10.735Z[ recovery-image] Jun 01 15:04:10.068 INFO O| Jun 01 15:04:10.068 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-06-01T15:04:10.736Z[ recovery-image] Jun 01 15:04:10.076 INFO O| Jun 01 15:04:10.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74342026-06-01T15:04:10.786Z[ recovery-image] Jun 01 15:04:10.077 INFO O| Jun 01 15:04:10.076 INFO STEP 840 (remove_files) COMPLETE
74352026-06-01T15:04:10.786Z[ recovery-image] Jun 01 15:04:10.077 INFO O| Jun 01 15:04:10.076 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-06-01T15:04:10.786Z[ recovery-image] Jun 01 15:04:10.086 INFO O| Jun 01 15:04:10.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74372026-06-01T15:04:10.786Z[ recovery-image] Jun 01 15:04:10.086 INFO O| Jun 01 15:04:10.086 INFO STEP 841 (remove_files) COMPLETE
74382026-06-01T15:04:10.786Z[ recovery-image] Jun 01 15:04:10.086 INFO O| Jun 01 15:04:10.086 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-06-01T15:04:10.786Z[ recovery-image] Jun 01 15:04:10.094 INFO O| Jun 01 15:04:10.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74402026-06-01T15:04:10.786Z[ recovery-image] Jun 01 15:04:10.094 INFO O| Jun 01 15:04:10.094 INFO STEP 842 (remove_files) COMPLETE
74412026-06-01T15:04:10.786Z[ recovery-image] Jun 01 15:04:10.094 INFO O| Jun 01 15:04:10.094 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-06-01T15:04:10.786Z[ recovery-image] Jun 01 15:04:10.104 INFO O| Jun 01 15:04:10.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74432026-06-01T15:04:10.786Z[ recovery-image] Jun 01 15:04:10.104 INFO O| Jun 01 15:04:10.104 INFO STEP 843 (remove_files) COMPLETE
74442026-06-01T15:04:10.786Z[ recovery-image] Jun 01 15:04:10.104 INFO O| Jun 01 15:04:10.104 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-06-01T15:04:10.798Z[ recovery-image] Jun 01 15:04:10.113 INFO O| Jun 01 15:04:10.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74462026-06-01T15:04:10.798Z[ recovery-image] Jun 01 15:04:10.113 INFO O| Jun 01 15:04:10.113 INFO STEP 844 (remove_files) COMPLETE
74472026-06-01T15:04:10.798Z[ recovery-image] Jun 01 15:04:10.113 INFO O| Jun 01 15:04:10.113 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-06-01T15:04:10.798Z[ recovery-image] Jun 01 15:04:10.122 INFO O| Jun 01 15:04:10.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74492026-06-01T15:04:10.798Z[ recovery-image] Jun 01 15:04:10.122 INFO O| Jun 01 15:04:10.122 INFO STEP 845 (remove_files) COMPLETE
74502026-06-01T15:04:10.798Z[ recovery-image] Jun 01 15:04:10.122 INFO O| Jun 01 15:04:10.122 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-06-01T15:04:10.799Z[ recovery-image] Jun 01 15:04:10.131 INFO O| Jun 01 15:04:10.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74522026-06-01T15:04:10.799Z[ recovery-image] Jun 01 15:04:10.131 INFO O| Jun 01 15:04:10.131 INFO STEP 846 (remove_files) COMPLETE
74532026-06-01T15:04:10.799Z[ recovery-image] Jun 01 15:04:10.131 INFO O| Jun 01 15:04:10.131 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-06-01T15:04:10.799Z[ recovery-image] Jun 01 15:04:10.140 INFO O| Jun 01 15:04:10.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74552026-06-01T15:04:10.799Z[ recovery-image] Jun 01 15:04:10.140 INFO O| Jun 01 15:04:10.140 INFO STEP 847 (remove_files) COMPLETE
74562026-06-01T15:04:10.799Z[ recovery-image] Jun 01 15:04:10.140 INFO O| Jun 01 15:04:10.140 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-06-01T15:04:10.799Z[ recovery-image] Jun 01 15:04:10.149 INFO O| Jun 01 15:04:10.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74582026-06-01T15:04:10.799Z[ recovery-image] Jun 01 15:04:10.149 INFO O| Jun 01 15:04:10.149 INFO STEP 848 (remove_files) COMPLETE
74592026-06-01T15:04:10.799Z[ recovery-image] Jun 01 15:04:10.149 INFO O| Jun 01 15:04:10.149 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-06-01T15:04:10.799Z[ recovery-image] Jun 01 15:04:10.157 INFO O| Jun 01 15:04:10.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74612026-06-01T15:04:10.799Z[ recovery-image] Jun 01 15:04:10.157 INFO O| Jun 01 15:04:10.157 INFO STEP 849 (remove_files) COMPLETE
74622026-06-01T15:04:10.799Z[ recovery-image] Jun 01 15:04:10.157 INFO O| Jun 01 15:04:10.157 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-06-01T15:04:10.832Z[ recovery-image] Jun 01 15:04:10.165 INFO O| Jun 01 15:04:10.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74642026-06-01T15:04:10.832Z[ recovery-image] Jun 01 15:04:10.165 INFO O| Jun 01 15:04:10.165 INFO STEP 850 (remove_files) COMPLETE
74652026-06-01T15:04:10.832Z[ recovery-image] Jun 01 15:04:10.165 INFO O| Jun 01 15:04:10.165 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-06-01T15:04:10.833Z[ recovery-image] Jun 01 15:04:10.174 INFO O| Jun 01 15:04:10.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74672026-06-01T15:04:10.833Z[ recovery-image] Jun 01 15:04:10.174 INFO O| Jun 01 15:04:10.174 INFO STEP 851 (remove_files) COMPLETE
74682026-06-01T15:04:10.833Z[ recovery-image] Jun 01 15:04:10.174 INFO O| Jun 01 15:04:10.174 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-06-01T15:04:10.871Z[ recovery-image] Jun 01 15:04:10.182 INFO O| Jun 01 15:04:10.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74702026-06-01T15:04:10.872Z[ recovery-image] Jun 01 15:04:10.182 INFO O| Jun 01 15:04:10.182 INFO STEP 852 (remove_files) COMPLETE
74712026-06-01T15:04:10.872Z[ recovery-image] Jun 01 15:04:10.182 INFO O| Jun 01 15:04:10.182 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-06-01T15:04:10.872Z[ recovery-image] Jun 01 15:04:10.191 INFO O| Jun 01 15:04:10.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74732026-06-01T15:04:10.872Z[ recovery-image] Jun 01 15:04:10.191 INFO O| Jun 01 15:04:10.191 INFO STEP 853 (remove_files) COMPLETE
74742026-06-01T15:04:10.872Z[ recovery-image] Jun 01 15:04:10.191 INFO O| Jun 01 15:04:10.191 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-06-01T15:04:10.872Z[ recovery-image] Jun 01 15:04:10.199 INFO O| Jun 01 15:04:10.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74762026-06-01T15:04:10.872Z[ recovery-image] Jun 01 15:04:10.199 INFO O| Jun 01 15:04:10.199 INFO STEP 854 (remove_files) COMPLETE
74772026-06-01T15:04:10.872Z[ recovery-image] Jun 01 15:04:10.199 INFO O| Jun 01 15:04:10.199 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-06-01T15:04:11.129Z[ recovery-image] Jun 01 15:04:10.215 INFO O| Jun 01 15:04:10.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74792026-06-01T15:04:11.129Z[ recovery-image] Jun 01 15:04:10.215 INFO O| Jun 01 15:04:10.207 INFO STEP 855 (remove_files) COMPLETE
74802026-06-01T15:04:11.129Z[ recovery-image] Jun 01 15:04:10.215 INFO O| Jun 01 15:04:10.207 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-06-01T15:04:11.129Z[ recovery-image] Jun 01 15:04:10.215 INFO O| Jun 01 15:04:10.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74822026-06-01T15:04:11.129Z[ recovery-image] Jun 01 15:04:10.215 INFO O| Jun 01 15:04:10.215 INFO STEP 856 (remove_files) COMPLETE
74832026-06-01T15:04:11.129Z[ recovery-image] Jun 01 15:04:10.215 INFO O| Jun 01 15:04:10.215 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.223 INFO O| Jun 01 15:04:10.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74852026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.223 INFO O| Jun 01 15:04:10.223 INFO STEP 857 (remove_files) COMPLETE
74862026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.223 INFO O| Jun 01 15:04:10.223 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.229 INFO O| Jun 01 15:04:10.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74882026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.229 INFO O| Jun 01 15:04:10.229 INFO STEP 858 (remove_files) COMPLETE
74892026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.229 INFO O| Jun 01 15:04:10.229 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.236 INFO O| Jun 01 15:04:10.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74912026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.236 INFO O| Jun 01 15:04:10.236 INFO STEP 859 (remove_files) COMPLETE
74922026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.236 INFO O| Jun 01 15:04:10.236 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.243 INFO O| Jun 01 15:04:10.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74942026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.243 INFO O| Jun 01 15:04:10.243 INFO STEP 860 (remove_files) COMPLETE
74952026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.243 INFO O| Jun 01 15:04:10.243 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.250 INFO O| Jun 01 15:04:10.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74972026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.250 INFO O| Jun 01 15:04:10.250 INFO STEP 861 (remove_files) COMPLETE
74982026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.250 INFO O| Jun 01 15:04:10.250 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.257 INFO O| Jun 01 15:04:10.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75002026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.257 INFO O| Jun 01 15:04:10.257 INFO STEP 862 (remove_files) COMPLETE
75012026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.257 INFO O| Jun 01 15:04:10.257 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.263 INFO O| Jun 01 15:04:10.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75032026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.263 INFO O| Jun 01 15:04:10.263 INFO STEP 863 (remove_files) COMPLETE
75042026-06-01T15:04:11.130Z[ recovery-image] Jun 01 15:04:10.263 INFO O| Jun 01 15:04:10.263 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.271 INFO O| Jun 01 15:04:10.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75062026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.271 INFO O| Jun 01 15:04:10.271 INFO STEP 864 (remove_files) COMPLETE
75072026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.271 INFO O| Jun 01 15:04:10.271 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.279 INFO O| Jun 01 15:04:10.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75092026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.279 INFO O| Jun 01 15:04:10.279 INFO STEP 865 (remove_files) COMPLETE
75102026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.279 INFO O| Jun 01 15:04:10.279 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.287 INFO O| Jun 01 15:04:10.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75122026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.287 INFO O| Jun 01 15:04:10.287 INFO STEP 866 (remove_files) COMPLETE
75132026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.287 INFO O| Jun 01 15:04:10.287 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.294 INFO O| Jun 01 15:04:10.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75152026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.294 INFO O| Jun 01 15:04:10.294 INFO STEP 867 (remove_files) COMPLETE
75162026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.294 INFO O| Jun 01 15:04:10.294 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.301 INFO O| Jun 01 15:04:10.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75182026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.301 INFO O| Jun 01 15:04:10.301 INFO STEP 868 (remove_files) COMPLETE
75192026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.301 INFO O| Jun 01 15:04:10.301 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.309 INFO O| Jun 01 15:04:10.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75212026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.309 INFO O| Jun 01 15:04:10.309 INFO STEP 869 (remove_files) COMPLETE
75222026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.309 INFO O| Jun 01 15:04:10.309 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.315 INFO O| Jun 01 15:04:10.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75242026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.316 INFO O| Jun 01 15:04:10.316 INFO STEP 870 (remove_files) COMPLETE
75252026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.316 INFO O| Jun 01 15:04:10.316 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.323 INFO O| Jun 01 15:04:10.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75272026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.323 INFO O| Jun 01 15:04:10.323 INFO STEP 871 (remove_files) COMPLETE
75282026-06-01T15:04:11.131Z[ recovery-image] Jun 01 15:04:10.323 INFO O| Jun 01 15:04:10.323 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.331 INFO O| Jun 01 15:04:10.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75302026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.331 INFO O| Jun 01 15:04:10.331 INFO STEP 872 (remove_files) COMPLETE
75312026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.331 INFO O| Jun 01 15:04:10.331 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.338 INFO O| Jun 01 15:04:10.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75332026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.338 INFO O| Jun 01 15:04:10.338 INFO STEP 873 (remove_files) COMPLETE
75342026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.338 INFO O| Jun 01 15:04:10.338 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.345 INFO O| Jun 01 15:04:10.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75362026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.345 INFO O| Jun 01 15:04:10.345 INFO STEP 874 (remove_files) COMPLETE
75372026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.345 INFO O| Jun 01 15:04:10.345 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.352 INFO O| Jun 01 15:04:10.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75392026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.352 INFO O| Jun 01 15:04:10.352 INFO STEP 875 (remove_files) COMPLETE
75402026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.352 INFO O| Jun 01 15:04:10.352 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.359 INFO O| Jun 01 15:04:10.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75422026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.359 INFO O| Jun 01 15:04:10.359 INFO STEP 876 (remove_files) COMPLETE
75432026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.359 INFO O| Jun 01 15:04:10.359 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.366 INFO O| Jun 01 15:04:10.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75452026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.366 INFO O| Jun 01 15:04:10.366 INFO STEP 877 (remove_files) COMPLETE
75462026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.366 INFO O| Jun 01 15:04:10.366 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.373 INFO O| Jun 01 15:04:10.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75482026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.374 INFO O| Jun 01 15:04:10.374 INFO STEP 878 (remove_files) COMPLETE
75492026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.374 INFO O| Jun 01 15:04:10.374 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-06-01T15:04:11.132Z[ recovery-image] Jun 01 15:04:10.380 INFO O| Jun 01 15:04:10.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75512026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.380 INFO O| Jun 01 15:04:10.380 INFO STEP 879 (remove_files) COMPLETE
75522026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.380 INFO O| Jun 01 15:04:10.380 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.387 INFO O| Jun 01 15:04:10.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75542026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.388 INFO O| Jun 01 15:04:10.388 INFO STEP 880 (remove_files) COMPLETE
75552026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.388 INFO O| Jun 01 15:04:10.388 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.395 INFO O| Jun 01 15:04:10.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75572026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.395 INFO O| Jun 01 15:04:10.395 INFO STEP 881 (remove_files) COMPLETE
75582026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.395 INFO O| Jun 01 15:04:10.395 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.402 INFO O| Jun 01 15:04:10.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75602026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.402 INFO O| Jun 01 15:04:10.402 INFO STEP 882 (remove_files) COMPLETE
75612026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.402 INFO O| Jun 01 15:04:10.402 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.409 INFO O| Jun 01 15:04:10.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75632026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.409 INFO O| Jun 01 15:04:10.409 INFO STEP 883 (remove_files) COMPLETE
75642026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.409 INFO O| Jun 01 15:04:10.409 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.416 INFO O| Jun 01 15:04:10.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75662026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.416 INFO O| Jun 01 15:04:10.416 INFO STEP 884 (remove_files) COMPLETE
75672026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.416 INFO O| Jun 01 15:04:10.416 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.423 INFO O| Jun 01 15:04:10.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75692026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.424 INFO O| Jun 01 15:04:10.424 INFO STEP 885 (remove_files) COMPLETE
75702026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.424 INFO O| Jun 01 15:04:10.424 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.431 INFO O| Jun 01 15:04:10.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75722026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.431 INFO O| Jun 01 15:04:10.431 INFO STEP 886 (remove_files) COMPLETE
75732026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.431 INFO O| Jun 01 15:04:10.431 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.438 INFO O| Jun 01 15:04:10.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75752026-06-01T15:04:11.133Z[ recovery-image] Jun 01 15:04:10.438 INFO O| Jun 01 15:04:10.438 INFO STEP 887 (remove_files) COMPLETE
75762026-06-01T15:04:11.134Z[ recovery-image] Jun 01 15:04:10.438 INFO O| Jun 01 15:04:10.438 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-06-01T15:04:11.134Z[ recovery-image] Jun 01 15:04:10.446 INFO O| Jun 01 15:04:10.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75782026-06-01T15:04:11.200Z[ recovery-image] Jun 01 15:04:10.446 INFO O| Jun 01 15:04:10.446 INFO STEP 888 (remove_files) COMPLETE
75792026-06-01T15:04:11.200Z[ recovery-image] Jun 01 15:04:10.446 INFO O| Jun 01 15:04:10.446 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-06-01T15:04:11.205Z[ recovery-image] Jun 01 15:04:10.453 INFO O| Jun 01 15:04:10.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75812026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.453 INFO O| Jun 01 15:04:10.453 INFO STEP 889 (remove_files) COMPLETE
75822026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.453 INFO O| Jun 01 15:04:10.453 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.461 INFO O| Jun 01 15:04:10.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75842026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.462 INFO O| Jun 01 15:04:10.461 INFO STEP 890 (remove_files) COMPLETE
75852026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.462 INFO O| Jun 01 15:04:10.461 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.469 INFO O| Jun 01 15:04:10.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75872026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.469 INFO O| Jun 01 15:04:10.469 INFO STEP 891 (remove_files) COMPLETE
75882026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.469 INFO O| Jun 01 15:04:10.469 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.477 INFO O| Jun 01 15:04:10.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75902026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.477 INFO O| Jun 01 15:04:10.477 INFO STEP 892 (remove_files) COMPLETE
75912026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.477 INFO O| Jun 01 15:04:10.477 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.486 INFO O| Jun 01 15:04:10.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75932026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.486 INFO O| Jun 01 15:04:10.486 INFO STEP 893 (remove_files) COMPLETE
75942026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.486 INFO O| Jun 01 15:04:10.486 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.494 INFO O| Jun 01 15:04:10.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75962026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.494 INFO O| Jun 01 15:04:10.494 INFO STEP 894 (remove_files) COMPLETE
75972026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.494 INFO O| Jun 01 15:04:10.494 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.502 INFO O| Jun 01 15:04:10.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75992026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.502 INFO O| Jun 01 15:04:10.502 INFO STEP 895 (remove_files) COMPLETE
76002026-06-01T15:04:11.206Z[ recovery-image] Jun 01 15:04:10.502 INFO O| Jun 01 15:04:10.502 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-06-01T15:04:11.241Z[ recovery-image] Jun 01 15:04:10.510 INFO O| Jun 01 15:04:10.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76022026-06-01T15:04:11.241Z[ recovery-image] Jun 01 15:04:10.510 INFO O| Jun 01 15:04:10.510 INFO STEP 896 (remove_files) COMPLETE
76032026-06-01T15:04:11.241Z[ recovery-image] Jun 01 15:04:10.510 INFO O| Jun 01 15:04:10.510 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-06-01T15:04:11.241Z[ recovery-image] Jun 01 15:04:10.518 INFO O| Jun 01 15:04:10.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76052026-06-01T15:04:11.241Z[ recovery-image] Jun 01 15:04:10.518 INFO O| Jun 01 15:04:10.518 INFO STEP 897 (remove_files) COMPLETE
76062026-06-01T15:04:11.241Z[ recovery-image] Jun 01 15:04:10.518 INFO O| Jun 01 15:04:10.518 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.526 INFO O| Jun 01 15:04:10.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76082026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.526 INFO O| Jun 01 15:04:10.526 INFO STEP 898 (remove_files) COMPLETE
76092026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.526 INFO O| Jun 01 15:04:10.526 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.534 INFO O| Jun 01 15:04:10.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76112026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.534 INFO O| Jun 01 15:04:10.534 INFO STEP 899 (remove_files) COMPLETE
76122026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.534 INFO O| Jun 01 15:04:10.534 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.543 INFO O| Jun 01 15:04:10.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76142026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.543 INFO O| Jun 01 15:04:10.543 INFO STEP 900 (remove_files) COMPLETE
76152026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.543 INFO O| Jun 01 15:04:10.543 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.551 INFO O| Jun 01 15:04:10.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76172026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.551 INFO O| Jun 01 15:04:10.551 INFO STEP 901 (remove_files) COMPLETE
76182026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.551 INFO O| Jun 01 15:04:10.551 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.559 INFO O| Jun 01 15:04:10.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76202026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.559 INFO O| Jun 01 15:04:10.559 INFO STEP 902 (remove_files) COMPLETE
76212026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.559 INFO O| Jun 01 15:04:10.559 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-06-01T15:04:11.242Z[ recovery-image] Jun 01 15:04:10.568 INFO O| Jun 01 15:04:10.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76232026-06-01T15:04:11.244Z[ recovery-image] Jun 01 15:04:10.568 INFO O| Jun 01 15:04:10.568 INFO STEP 903 (remove_files) COMPLETE
76242026-06-01T15:04:11.244Z[ recovery-image] Jun 01 15:04:10.568 INFO O| Jun 01 15:04:10.568 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-06-01T15:04:11.244Z[ recovery-image] Jun 01 15:04:10.576 INFO O| Jun 01 15:04:10.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76262026-06-01T15:04:11.244Z[ recovery-image] Jun 01 15:04:10.576 INFO O| Jun 01 15:04:10.576 INFO STEP 904 (remove_files) COMPLETE
76272026-06-01T15:04:11.244Z[ recovery-image] Jun 01 15:04:10.576 INFO O| Jun 01 15:04:10.576 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-06-01T15:04:11.244Z[ recovery-image] Jun 01 15:04:10.583 INFO O| Jun 01 15:04:10.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76292026-06-01T15:04:11.244Z[ recovery-image] Jun 01 15:04:10.584 INFO O| Jun 01 15:04:10.583 INFO STEP 905 (remove_files) COMPLETE
76302026-06-01T15:04:11.244Z[ recovery-image] Jun 01 15:04:10.584 INFO O| Jun 01 15:04:10.583 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-06-01T15:04:11.245Z[ recovery-image] Jun 01 15:04:10.591 INFO O| Jun 01 15:04:10.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76322026-06-01T15:04:11.245Z[ recovery-image] Jun 01 15:04:10.591 INFO O| Jun 01 15:04:10.591 INFO STEP 906 (remove_files) COMPLETE
76332026-06-01T15:04:11.245Z[ recovery-image] Jun 01 15:04:10.591 INFO O| Jun 01 15:04:10.591 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-06-01T15:04:11.279Z[ recovery-image] Jun 01 15:04:10.598 INFO O| Jun 01 15:04:10.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76352026-06-01T15:04:11.280Z[ recovery-image] Jun 01 15:04:10.598 INFO O| Jun 01 15:04:10.598 INFO STEP 907 (remove_files) COMPLETE
76362026-06-01T15:04:11.280Z[ recovery-image] Jun 01 15:04:10.598 INFO O| Jun 01 15:04:10.598 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-06-01T15:04:11.280Z[ recovery-image] Jun 01 15:04:10.605 INFO O| Jun 01 15:04:10.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76382026-06-01T15:04:11.280Z[ recovery-image] Jun 01 15:04:10.605 INFO O| Jun 01 15:04:10.605 INFO STEP 908 (remove_files) COMPLETE
76392026-06-01T15:04:11.280Z[ recovery-image] Jun 01 15:04:10.605 INFO O| Jun 01 15:04:10.605 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-06-01T15:04:11.280Z[ recovery-image] Jun 01 15:04:10.613 INFO O| Jun 01 15:04:10.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76412026-06-01T15:04:11.280Z[ recovery-image] Jun 01 15:04:10.613 INFO O| Jun 01 15:04:10.613 INFO STEP 909 (remove_files) COMPLETE
76422026-06-01T15:04:11.280Z[ recovery-image] Jun 01 15:04:10.613 INFO O| Jun 01 15:04:10.613 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-06-01T15:04:11.308Z[ recovery-image] Jun 01 15:04:10.620 INFO O| Jun 01 15:04:10.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76442026-06-01T15:04:11.308Z[ recovery-image] Jun 01 15:04:10.620 INFO O| Jun 01 15:04:10.620 INFO STEP 910 (remove_files) COMPLETE
76452026-06-01T15:04:11.308Z[ recovery-image] Jun 01 15:04:10.620 INFO O| Jun 01 15:04:10.620 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.627 INFO O| Jun 01 15:04:10.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76472026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.627 INFO O| Jun 01 15:04:10.627 INFO STEP 911 (remove_files) COMPLETE
76482026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.627 INFO O| Jun 01 15:04:10.627 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.634 INFO O| Jun 01 15:04:10.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76502026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.634 INFO O| Jun 01 15:04:10.634 INFO STEP 912 (remove_files) COMPLETE
76512026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.634 INFO O| Jun 01 15:04:10.634 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.641 INFO O| Jun 01 15:04:10.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76532026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.641 INFO O| Jun 01 15:04:10.641 INFO STEP 913 (remove_files) COMPLETE
76542026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.641 INFO O| Jun 01 15:04:10.641 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.648 INFO O| Jun 01 15:04:10.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76562026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.648 INFO O| Jun 01 15:04:10.648 INFO STEP 914 (remove_files) COMPLETE
76572026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.648 INFO O| Jun 01 15:04:10.648 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.655 INFO O| Jun 01 15:04:10.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76592026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.655 INFO O| Jun 01 15:04:10.655 INFO STEP 915 (remove_files) COMPLETE
76602026-06-01T15:04:11.309Z[ recovery-image] Jun 01 15:04:10.655 INFO O| Jun 01 15:04:10.655 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-06-01T15:04:11.343Z[ recovery-image] Jun 01 15:04:10.662 INFO O| Jun 01 15:04:10.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76622026-06-01T15:04:11.343Z[ recovery-image] Jun 01 15:04:10.662 INFO O| Jun 01 15:04:10.662 INFO STEP 916 (remove_files) COMPLETE
76632026-06-01T15:04:11.343Z[ recovery-image] Jun 01 15:04:10.662 INFO O| Jun 01 15:04:10.662 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-06-01T15:04:11.343Z[ recovery-image] Jun 01 15:04:10.670 INFO O| Jun 01 15:04:10.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76652026-06-01T15:04:11.343Z[ recovery-image] Jun 01 15:04:10.670 INFO O| Jun 01 15:04:10.670 INFO STEP 917 (remove_files) COMPLETE
76662026-06-01T15:04:11.343Z[ recovery-image] Jun 01 15:04:10.670 INFO O| Jun 01 15:04:10.670 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-06-01T15:04:11.343Z[ recovery-image] Jun 01 15:04:10.677 INFO O| Jun 01 15:04:10.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76682026-06-01T15:04:11.343Z[ recovery-image] Jun 01 15:04:10.677 INFO O| Jun 01 15:04:10.677 INFO STEP 918 (remove_files) COMPLETE
76692026-06-01T15:04:11.343Z[ recovery-image] Jun 01 15:04:10.677 INFO O| Jun 01 15:04:10.677 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-06-01T15:04:11.344Z[ recovery-image] Jun 01 15:04:10.685 INFO O| Jun 01 15:04:10.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76712026-06-01T15:04:11.344Z[ recovery-image] Jun 01 15:04:10.685 INFO O| Jun 01 15:04:10.685 INFO STEP 919 (remove_files) COMPLETE
76722026-06-01T15:04:11.344Z[ recovery-image] Jun 01 15:04:10.685 INFO O| Jun 01 15:04:10.685 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-06-01T15:04:11.382Z[ recovery-image] Jun 01 15:04:10.693 INFO O| Jun 01 15:04:10.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76742026-06-01T15:04:11.382Z[ recovery-image] Jun 01 15:04:10.693 INFO O| Jun 01 15:04:10.693 INFO STEP 920 (remove_files) COMPLETE
76752026-06-01T15:04:11.382Z[ recovery-image] Jun 01 15:04:10.693 INFO O| Jun 01 15:04:10.693 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-06-01T15:04:11.382Z[ recovery-image] Jun 01 15:04:10.701 INFO O| Jun 01 15:04:10.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76772026-06-01T15:04:11.382Z[ recovery-image] Jun 01 15:04:10.701 INFO O| Jun 01 15:04:10.701 INFO STEP 921 (remove_files) COMPLETE
76782026-06-01T15:04:11.382Z[ recovery-image] Jun 01 15:04:10.701 INFO O| Jun 01 15:04:10.701 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-06-01T15:04:11.382Z[ recovery-image] Jun 01 15:04:10.709 INFO O| Jun 01 15:04:10.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76802026-06-01T15:04:11.382Z[ recovery-image] Jun 01 15:04:10.709 INFO O| Jun 01 15:04:10.709 INFO STEP 922 (remove_files) COMPLETE
76812026-06-01T15:04:11.383Z[ recovery-image] Jun 01 15:04:10.709 INFO O| Jun 01 15:04:10.709 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-06-01T15:04:11.383Z[ recovery-image] Jun 01 15:04:10.717 INFO O| Jun 01 15:04:10.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76832026-06-01T15:04:11.383Z[ recovery-image] Jun 01 15:04:10.717 INFO O| Jun 01 15:04:10.717 INFO STEP 923 (remove_files) COMPLETE
76842026-06-01T15:04:11.383Z[ recovery-image] Jun 01 15:04:10.717 INFO O| Jun 01 15:04:10.717 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-06-01T15:04:11.396Z[ recovery-image] Jun 01 15:04:10.724 INFO O| Jun 01 15:04:10.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76862026-06-01T15:04:11.396Z[ recovery-image] Jun 01 15:04:10.724 INFO O| Jun 01 15:04:10.724 INFO STEP 924 (remove_files) COMPLETE
76872026-06-01T15:04:11.396Z[ recovery-image] Jun 01 15:04:10.724 INFO O| Jun 01 15:04:10.724 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-06-01T15:04:11.396Z[ recovery-image] Jun 01 15:04:10.732 INFO O| Jun 01 15:04:10.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76892026-06-01T15:04:11.396Z[ recovery-image] Jun 01 15:04:10.732 INFO O| Jun 01 15:04:10.732 INFO STEP 925 (remove_files) COMPLETE
76902026-06-01T15:04:11.396Z[ recovery-image] Jun 01 15:04:10.732 INFO O| Jun 01 15:04:10.732 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-06-01T15:04:11.396Z[ recovery-image] Jun 01 15:04:10.742 INFO O| Jun 01 15:04:10.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76922026-06-01T15:04:11.396Z[ recovery-image] Jun 01 15:04:10.742 INFO O| Jun 01 15:04:10.742 INFO STEP 926 (remove_files) COMPLETE
76932026-06-01T15:04:11.396Z[ recovery-image] Jun 01 15:04:10.742 INFO O| Jun 01 15:04:10.742 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-06-01T15:04:11.396Z[ recovery-image] Jun 01 15:04:10.752 INFO O| Jun 01 15:04:10.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76952026-06-01T15:04:11.396Z[ recovery-image] Jun 01 15:04:10.752 INFO O| Jun 01 15:04:10.752 INFO STEP 927 (remove_files) COMPLETE
76962026-06-01T15:04:11.396Z[ recovery-image] Jun 01 15:04:10.752 INFO O| Jun 01 15:04:10.752 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-06-01T15:04:11.411Z[ recovery-image] Jun 01 15:04:10.761 INFO O| Jun 01 15:04:10.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76982026-06-01T15:04:11.411Z[ recovery-image] Jun 01 15:04:10.761 INFO O| Jun 01 15:04:10.761 INFO STEP 928 (remove_files) COMPLETE
76992026-06-01T15:04:11.411Z[ recovery-image] Jun 01 15:04:10.761 INFO O| Jun 01 15:04:10.761 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-06-01T15:04:11.411Z[ recovery-image] Jun 01 15:04:10.769 INFO O| Jun 01 15:04:10.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77012026-06-01T15:04:11.411Z[ recovery-image] Jun 01 15:04:10.769 INFO O| Jun 01 15:04:10.769 INFO STEP 929 (remove_files) COMPLETE
77022026-06-01T15:04:11.411Z[ recovery-image] Jun 01 15:04:10.769 INFO O| Jun 01 15:04:10.769 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-06-01T15:04:11.425Z[ recovery-image] Jun 01 15:04:10.777 INFO O| Jun 01 15:04:10.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77042026-06-01T15:04:11.425Z[ recovery-image] Jun 01 15:04:10.777 INFO O| Jun 01 15:04:10.777 INFO STEP 930 (remove_files) COMPLETE
77052026-06-01T15:04:11.425Z[ recovery-image] Jun 01 15:04:10.777 INFO O| Jun 01 15:04:10.777 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-06-01T15:04:11.425Z[ recovery-image] Jun 01 15:04:10.785 INFO O| Jun 01 15:04:10.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77072026-06-01T15:04:11.425Z[ recovery-image] Jun 01 15:04:10.785 INFO O| Jun 01 15:04:10.785 INFO STEP 931 (remove_files) COMPLETE
77082026-06-01T15:04:11.425Z[ recovery-image] Jun 01 15:04:10.785 INFO O| Jun 01 15:04:10.785 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-06-01T15:04:11.433Z[ recovery-image] Jun 01 15:04:10.793 INFO O| Jun 01 15:04:10.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77102026-06-01T15:04:11.434Z[ recovery-image] Jun 01 15:04:10.793 INFO O| Jun 01 15:04:10.793 INFO STEP 932 (remove_files) COMPLETE
77112026-06-01T15:04:11.434Z[ recovery-image] Jun 01 15:04:10.793 INFO O| Jun 01 15:04:10.793 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-06-01T15:04:11.442Z[ recovery-image] Jun 01 15:04:10.802 INFO O| Jun 01 15:04:10.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77132026-06-01T15:04:11.442Z[ recovery-image] Jun 01 15:04:10.802 INFO O| Jun 01 15:04:10.802 INFO STEP 933 (remove_files) COMPLETE
77142026-06-01T15:04:11.442Z[ recovery-image] Jun 01 15:04:10.802 INFO O| Jun 01 15:04:10.802 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-06-01T15:04:11.463Z[ recovery-image] Jun 01 15:04:10.812 INFO O| Jun 01 15:04:10.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77162026-06-01T15:04:11.463Z[ recovery-image] Jun 01 15:04:10.813 INFO O| Jun 01 15:04:10.813 INFO STEP 934 (remove_files) COMPLETE
77172026-06-01T15:04:11.463Z[ recovery-image] Jun 01 15:04:10.813 INFO O| Jun 01 15:04:10.813 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-06-01T15:04:11.470Z[ recovery-image] Jun 01 15:04:10.823 INFO O| Jun 01 15:04:10.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77192026-06-01T15:04:11.470Z[ recovery-image] Jun 01 15:04:10.823 INFO O| Jun 01 15:04:10.823 INFO STEP 935 (remove_files) COMPLETE
77202026-06-01T15:04:11.470Z[ recovery-image] Jun 01 15:04:10.823 INFO O| Jun 01 15:04:10.823 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-06-01T15:04:11.470Z[ recovery-image] Jun 01 15:04:10.832 INFO O| Jun 01 15:04:10.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77222026-06-01T15:04:11.470Z[ recovery-image] Jun 01 15:04:10.833 INFO O| Jun 01 15:04:10.833 INFO STEP 936 (remove_files) COMPLETE
77232026-06-01T15:04:11.470Z[ recovery-image] Jun 01 15:04:10.833 INFO O| Jun 01 15:04:10.833 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-06-01T15:04:11.479Z[ recovery-image] Jun 01 15:04:10.842 INFO O| Jun 01 15:04:10.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77252026-06-01T15:04:11.479Z[ recovery-image] Jun 01 15:04:10.842 INFO O| Jun 01 15:04:10.842 INFO STEP 937 (remove_files) COMPLETE
77262026-06-01T15:04:11.479Z[ recovery-image] Jun 01 15:04:10.842 INFO O| Jun 01 15:04:10.842 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-06-01T15:04:11.485Z[ recovery-image] Jun 01 15:04:10.851 INFO O| Jun 01 15:04:10.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77282026-06-01T15:04:11.485Z[ recovery-image] Jun 01 15:04:10.852 INFO O| Jun 01 15:04:10.851 INFO STEP 938 (remove_files) COMPLETE
77292026-06-01T15:04:11.485Z[ recovery-image] Jun 01 15:04:10.852 INFO O| Jun 01 15:04:10.851 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-06-01T15:04:11.496Z[ recovery-image] Jun 01 15:04:10.862 INFO O| Jun 01 15:04:10.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77312026-06-01T15:04:11.496Z[ recovery-image] Jun 01 15:04:10.862 INFO O| Jun 01 15:04:10.862 INFO STEP 939 (remove_files) COMPLETE
77322026-06-01T15:04:11.506Z[ recovery-image] Jun 01 15:04:10.862 INFO O| Jun 01 15:04:10.862 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-06-01T15:04:11.516Z[ recovery-image] Jun 01 15:04:10.873 INFO O| Jun 01 15:04:10.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77342026-06-01T15:04:11.516Z[ recovery-image] Jun 01 15:04:10.873 INFO O| Jun 01 15:04:10.873 INFO STEP 940 (remove_files) COMPLETE
77352026-06-01T15:04:11.516Z[ recovery-image] Jun 01 15:04:10.873 INFO O| Jun 01 15:04:10.873 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-06-01T15:04:11.523Z[ recovery-image] Jun 01 15:04:10.884 INFO O| Jun 01 15:04:10.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77372026-06-01T15:04:11.524Z[ recovery-image] Jun 01 15:04:10.884 INFO O| Jun 01 15:04:10.884 INFO STEP 941 (remove_files) COMPLETE
77382026-06-01T15:04:11.524Z[ recovery-image] Jun 01 15:04:10.884 INFO O| Jun 01 15:04:10.884 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-06-01T15:04:11.531Z[ recovery-image] Jun 01 15:04:10.893 INFO O| Jun 01 15:04:10.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77402026-06-01T15:04:11.532Z[ recovery-image] Jun 01 15:04:10.893 INFO O| Jun 01 15:04:10.893 INFO STEP 942 (remove_files) COMPLETE
77412026-06-01T15:04:11.532Z[ recovery-image] Jun 01 15:04:10.893 INFO O| Jun 01 15:04:10.893 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-06-01T15:04:11.543Z[ recovery-image] Jun 01 15:04:10.902 INFO O| Jun 01 15:04:10.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77432026-06-01T15:04:11.543Z[ recovery-image] Jun 01 15:04:10.902 INFO O| Jun 01 15:04:10.902 INFO STEP 943 (remove_files) COMPLETE
77442026-06-01T15:04:11.543Z[ recovery-image] Jun 01 15:04:10.902 INFO O| Jun 01 15:04:10.902 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-06-01T15:04:11.560Z[ recovery-image] Jun 01 15:04:10.911 INFO O| Jun 01 15:04:10.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77462026-06-01T15:04:11.560Z[ recovery-image] Jun 01 15:04:10.911 INFO O| Jun 01 15:04:10.911 INFO STEP 944 (remove_files) COMPLETE
77472026-06-01T15:04:11.560Z[ recovery-image] Jun 01 15:04:10.911 INFO O| Jun 01 15:04:10.911 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-06-01T15:04:11.570Z[ recovery-image] Jun 01 15:04:10.920 INFO O| Jun 01 15:04:10.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77492026-06-01T15:04:11.582Z[ recovery-image] Jun 01 15:04:10.939 INFO O| Jun 01 15:04:10.939 INFO STEP 945 (remove_files) COMPLETE
77502026-06-01T15:04:11.582Z[ recovery-image] Jun 01 15:04:10.939 INFO O| Jun 01 15:04:10.939 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-06-01T15:04:11.589Z[ recovery-image] Jun 01 15:04:10.950 INFO O| Jun 01 15:04:10.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77522026-06-01T15:04:11.589Z[ recovery-image] Jun 01 15:04:10.950 INFO O| Jun 01 15:04:10.950 INFO STEP 946 (remove_files) COMPLETE
77532026-06-01T15:04:11.589Z[ recovery-image] Jun 01 15:04:10.950 INFO O| Jun 01 15:04:10.950 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-06-01T15:04:11.598Z[ recovery-image] Jun 01 15:04:10.960 INFO O| Jun 01 15:04:10.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77552026-06-01T15:04:11.598Z[ recovery-image] Jun 01 15:04:10.960 INFO O| Jun 01 15:04:10.960 INFO STEP 947 (remove_files) COMPLETE
77562026-06-01T15:04:11.598Z[ recovery-image] Jun 01 15:04:10.960 INFO O| Jun 01 15:04:10.960 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-06-01T15:04:11.612Z[ recovery-image] Jun 01 15:04:10.978 INFO O| Jun 01 15:04:10.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77582026-06-01T15:04:11.612Z[ recovery-image] Jun 01 15:04:10.978 INFO O| Jun 01 15:04:10.978 INFO STEP 948 (remove_files) COMPLETE
77592026-06-01T15:04:11.612Z[ recovery-image] Jun 01 15:04:10.978 INFO O| Jun 01 15:04:10.978 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-06-01T15:04:11.624Z[ recovery-image] Jun 01 15:04:10.987 INFO O| Jun 01 15:04:10.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77612026-06-01T15:04:11.624Z[ recovery-image] Jun 01 15:04:10.987 INFO O| Jun 01 15:04:10.987 INFO STEP 949 (remove_files) COMPLETE
77622026-06-01T15:04:11.624Z[ recovery-image] Jun 01 15:04:10.987 INFO O| Jun 01 15:04:10.987 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-06-01T15:04:11.633Z[ recovery-image] Jun 01 15:04:10.994 INFO O| Jun 01 15:04:10.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77642026-06-01T15:04:11.633Z[ recovery-image] Jun 01 15:04:10.994 INFO O| Jun 01 15:04:10.994 INFO STEP 950 (remove_files) COMPLETE
77652026-06-01T15:04:11.633Z[ recovery-image] Jun 01 15:04:10.994 INFO O| Jun 01 15:04:10.994 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-06-01T15:04:11.644Z[ recovery-image] Jun 01 15:04:11.003 INFO O| Jun 01 15:04:11.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77672026-06-01T15:04:11.644Z[ recovery-image] Jun 01 15:04:11.003 INFO O| Jun 01 15:04:11.003 INFO STEP 951 (remove_files) COMPLETE
77682026-06-01T15:04:11.644Z[ recovery-image] Jun 01 15:04:11.003 INFO O| Jun 01 15:04:11.003 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-06-01T15:04:11.652Z[ recovery-image] Jun 01 15:04:11.011 INFO O| Jun 01 15:04:11.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77702026-06-01T15:04:11.652Z[ recovery-image] Jun 01 15:04:11.011 INFO O| Jun 01 15:04:11.011 INFO STEP 952 (remove_files) COMPLETE
77712026-06-01T15:04:11.652Z[ recovery-image] Jun 01 15:04:11.011 INFO O| Jun 01 15:04:11.011 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-06-01T15:04:11.660Z[ recovery-image] Jun 01 15:04:11.019 INFO O| Jun 01 15:04:11.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77732026-06-01T15:04:11.660Z[ recovery-image] Jun 01 15:04:11.019 INFO O| Jun 01 15:04:11.019 INFO STEP 953 (remove_files) COMPLETE
77742026-06-01T15:04:11.660Z[ recovery-image] Jun 01 15:04:11.019 INFO O| Jun 01 15:04:11.019 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-06-01T15:04:11.681Z[ recovery-image] Jun 01 15:04:11.027 INFO O| Jun 01 15:04:11.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77762026-06-01T15:04:11.681Z[ recovery-image] Jun 01 15:04:11.028 INFO O| Jun 01 15:04:11.027 INFO STEP 954 (remove_files) COMPLETE
77772026-06-01T15:04:11.682Z[ recovery-image] Jun 01 15:04:11.028 INFO O| Jun 01 15:04:11.028 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-06-01T15:04:11.682Z[ recovery-image] Jun 01 15:04:11.035 INFO O| Jun 01 15:04:11.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77792026-06-01T15:04:11.682Z[ recovery-image] Jun 01 15:04:11.036 INFO O| Jun 01 15:04:11.036 INFO STEP 955 (remove_files) COMPLETE
77802026-06-01T15:04:11.682Z[ recovery-image] Jun 01 15:04:11.036 INFO O| Jun 01 15:04:11.036 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-06-01T15:04:11.713Z[ recovery-image] Jun 01 15:04:11.044 INFO O| Jun 01 15:04:11.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77822026-06-01T15:04:11.713Z[ recovery-image] Jun 01 15:04:11.044 INFO O| Jun 01 15:04:11.044 INFO STEP 956 (remove_files) COMPLETE
77832026-06-01T15:04:11.714Z[ recovery-image] Jun 01 15:04:11.044 INFO O| Jun 01 15:04:11.044 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-06-01T15:04:11.714Z[ recovery-image] Jun 01 15:04:11.052 INFO O| Jun 01 15:04:11.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77852026-06-01T15:04:11.714Z[ recovery-image] Jun 01 15:04:11.052 INFO O| Jun 01 15:04:11.052 INFO STEP 957 (remove_files) COMPLETE
77862026-06-01T15:04:11.714Z[ recovery-image] Jun 01 15:04:11.052 INFO O| Jun 01 15:04:11.052 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-06-01T15:04:11.736Z[ recovery-image] Jun 01 15:04:11.067 INFO O| Jun 01 15:04:11.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77882026-06-01T15:04:11.736Z[ recovery-image] Jun 01 15:04:11.067 INFO O| Jun 01 15:04:11.067 INFO STEP 958 (remove_files) COMPLETE
77892026-06-01T15:04:11.736Z[ recovery-image] Jun 01 15:04:11.067 INFO O| Jun 01 15:04:11.067 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-06-01T15:04:11.737Z[ recovery-image] Jun 01 15:04:11.078 INFO O| Jun 01 15:04:11.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77912026-06-01T15:04:11.737Z[ recovery-image] Jun 01 15:04:11.078 INFO O| Jun 01 15:04:11.078 INFO STEP 959 (remove_files) COMPLETE
77922026-06-01T15:04:11.737Z[ recovery-image] Jun 01 15:04:11.078 INFO O| Jun 01 15:04:11.078 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-06-01T15:04:11.737Z[ recovery-image] Jun 01 15:04:11.087 INFO O| Jun 01 15:04:11.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77942026-06-01T15:04:11.737Z[ recovery-image] Jun 01 15:04:11.087 INFO O| Jun 01 15:04:11.087 INFO STEP 960 (remove_files) COMPLETE
77952026-06-01T15:04:11.737Z[ recovery-image] Jun 01 15:04:11.087 INFO O| Jun 01 15:04:11.087 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-06-01T15:04:11.748Z[ recovery-image] Jun 01 15:04:11.095 INFO O| Jun 01 15:04:11.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77972026-06-01T15:04:11.748Z[ recovery-image] Jun 01 15:04:11.095 INFO O| Jun 01 15:04:11.095 INFO STEP 961 (remove_files) COMPLETE
77982026-06-01T15:04:11.748Z[ recovery-image] Jun 01 15:04:11.095 INFO O| Jun 01 15:04:11.095 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-06-01T15:04:11.748Z[ recovery-image] Jun 01 15:04:11.103 INFO O| Jun 01 15:04:11.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78002026-06-01T15:04:11.748Z[ recovery-image] Jun 01 15:04:11.103 INFO O| Jun 01 15:04:11.103 INFO STEP 962 (remove_files) COMPLETE
78012026-06-01T15:04:11.748Z[ recovery-image] Jun 01 15:04:11.103 INFO O| Jun 01 15:04:11.103 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-06-01T15:04:11.763Z[ recovery-image] Jun 01 15:04:11.113 INFO O| Jun 01 15:04:11.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78032026-06-01T15:04:11.763Z[ recovery-image] Jun 01 15:04:11.113 INFO O| Jun 01 15:04:11.113 INFO STEP 963 (remove_files) COMPLETE
78042026-06-01T15:04:11.763Z[ recovery-image] Jun 01 15:04:11.113 INFO O| Jun 01 15:04:11.113 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-06-01T15:04:11.763Z[ recovery-image] Jun 01 15:04:11.123 INFO O| Jun 01 15:04:11.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78062026-06-01T15:04:11.763Z[ recovery-image] Jun 01 15:04:11.123 INFO O| Jun 01 15:04:11.123 INFO STEP 964 (remove_files) COMPLETE
78072026-06-01T15:04:11.763Z[ recovery-image] Jun 01 15:04:11.123 INFO O| Jun 01 15:04:11.123 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-06-01T15:04:11.771Z[ recovery-image] Jun 01 15:04:11.132 INFO O| Jun 01 15:04:11.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78092026-06-01T15:04:11.771Z[ recovery-image] Jun 01 15:04:11.132 INFO O| Jun 01 15:04:11.132 INFO STEP 965 (remove_files) COMPLETE
78102026-06-01T15:04:11.771Z[ recovery-image] Jun 01 15:04:11.132 INFO O| Jun 01 15:04:11.132 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-06-01T15:04:11.786Z[ recovery-image] Jun 01 15:04:11.140 INFO O| Jun 01 15:04:11.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78122026-06-01T15:04:11.787Z[ recovery-image] Jun 01 15:04:11.140 INFO O| Jun 01 15:04:11.140 INFO STEP 966 (remove_files) COMPLETE
78132026-06-01T15:04:11.787Z[ recovery-image] Jun 01 15:04:11.140 INFO O| Jun 01 15:04:11.140 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-06-01T15:04:11.812Z[ recovery-image] Jun 01 15:04:11.149 INFO O| Jun 01 15:04:11.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78152026-06-01T15:04:11.812Z[ recovery-image] Jun 01 15:04:11.149 INFO O| Jun 01 15:04:11.149 INFO STEP 967 (remove_files) COMPLETE
78162026-06-01T15:04:11.812Z[ recovery-image] Jun 01 15:04:11.149 INFO O| Jun 01 15:04:11.149 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-06-01T15:04:11.812Z[ recovery-image] Jun 01 15:04:11.157 INFO O| Jun 01 15:04:11.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78182026-06-01T15:04:11.812Z[ recovery-image] Jun 01 15:04:11.157 INFO O| Jun 01 15:04:11.157 INFO STEP 968 (remove_files) COMPLETE
78192026-06-01T15:04:11.812Z[ recovery-image] Jun 01 15:04:11.157 INFO O| Jun 01 15:04:11.157 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-06-01T15:04:11.812Z[ recovery-image] Jun 01 15:04:11.166 INFO O| Jun 01 15:04:11.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78212026-06-01T15:04:11.812Z[ recovery-image] Jun 01 15:04:11.166 INFO O| Jun 01 15:04:11.166 INFO STEP 969 (remove_files) COMPLETE
78222026-06-01T15:04:11.812Z[ recovery-image] Jun 01 15:04:11.166 INFO O| Jun 01 15:04:11.166 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-06-01T15:04:11.812Z[ recovery-image] Jun 01 15:04:11.174 INFO O| Jun 01 15:04:11.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78242026-06-01T15:04:11.813Z[ recovery-image] Jun 01 15:04:11.174 INFO O| Jun 01 15:04:11.174 INFO STEP 970 (remove_files) COMPLETE
78252026-06-01T15:04:11.813Z[ recovery-image] Jun 01 15:04:11.174 INFO O| Jun 01 15:04:11.174 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-06-01T15:04:11.823Z[ recovery-image] Jun 01 15:04:11.181 INFO O| Jun 01 15:04:11.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78272026-06-01T15:04:11.823Z[ recovery-image] Jun 01 15:04:11.181 INFO O| Jun 01 15:04:11.181 INFO STEP 971 (remove_files) COMPLETE
78282026-06-01T15:04:11.823Z[ recovery-image] Jun 01 15:04:11.181 INFO O| Jun 01 15:04:11.181 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-06-01T15:04:11.841Z[ recovery-image] Jun 01 15:04:11.190 INFO O| Jun 01 15:04:11.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78302026-06-01T15:04:11.841Z[ recovery-image] Jun 01 15:04:11.190 INFO O| Jun 01 15:04:11.190 INFO STEP 972 (remove_files) COMPLETE
78312026-06-01T15:04:11.841Z[ recovery-image] Jun 01 15:04:11.190 INFO O| Jun 01 15:04:11.190 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-06-01T15:04:11.841Z[ recovery-image] Jun 01 15:04:11.199 INFO O| Jun 01 15:04:11.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78332026-06-01T15:04:11.841Z[ recovery-image] Jun 01 15:04:11.199 INFO O| Jun 01 15:04:11.199 INFO STEP 973 (remove_files) COMPLETE
78342026-06-01T15:04:11.841Z[ recovery-image] Jun 01 15:04:11.199 INFO O| Jun 01 15:04:11.199 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-06-01T15:04:11.859Z[ recovery-image] Jun 01 15:04:11.208 INFO O| Jun 01 15:04:11.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78362026-06-01T15:04:11.859Z[ recovery-image] Jun 01 15:04:11.209 INFO O| Jun 01 15:04:11.208 INFO STEP 974 (remove_files) COMPLETE
78372026-06-01T15:04:11.859Z[ recovery-image] Jun 01 15:04:11.209 INFO O| Jun 01 15:04:11.209 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-06-01T15:04:11.859Z[ recovery-image] Jun 01 15:04:11.217 INFO O| Jun 01 15:04:11.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78392026-06-01T15:04:11.859Z[ recovery-image] Jun 01 15:04:11.217 INFO O| Jun 01 15:04:11.217 INFO STEP 975 (remove_files) COMPLETE
78402026-06-01T15:04:11.859Z[ recovery-image] Jun 01 15:04:11.217 INFO O| Jun 01 15:04:11.217 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-06-01T15:04:11.871Z[ recovery-image] Jun 01 15:04:11.225 INFO O| Jun 01 15:04:11.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78422026-06-01T15:04:11.871Z[ recovery-image] Jun 01 15:04:11.225 INFO O| Jun 01 15:04:11.225 INFO STEP 976 (remove_files) COMPLETE
78432026-06-01T15:04:11.871Z[ recovery-image] Jun 01 15:04:11.225 INFO O| Jun 01 15:04:11.225 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-06-01T15:04:11.891Z[ recovery-image] Jun 01 15:04:11.233 INFO O| Jun 01 15:04:11.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78452026-06-01T15:04:11.892Z[ recovery-image] Jun 01 15:04:11.233 INFO O| Jun 01 15:04:11.233 INFO STEP 977 (remove_files) COMPLETE
78462026-06-01T15:04:11.892Z[ recovery-image] Jun 01 15:04:11.233 INFO O| Jun 01 15:04:11.233 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-06-01T15:04:11.892Z[ recovery-image] Jun 01 15:04:11.240 INFO O| Jun 01 15:04:11.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78482026-06-01T15:04:11.892Z[ recovery-image] Jun 01 15:04:11.240 INFO O| Jun 01 15:04:11.240 INFO STEP 978 (remove_files) COMPLETE
78492026-06-01T15:04:11.892Z[ recovery-image] Jun 01 15:04:11.240 INFO O| Jun 01 15:04:11.240 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-06-01T15:04:11.901Z[ recovery-image] Jun 01 15:04:11.248 INFO O| Jun 01 15:04:11.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78512026-06-01T15:04:11.901Z[ recovery-image] Jun 01 15:04:11.248 INFO O| Jun 01 15:04:11.248 INFO STEP 979 (remove_files) COMPLETE
78522026-06-01T15:04:11.901Z[ recovery-image] Jun 01 15:04:11.248 INFO O| Jun 01 15:04:11.248 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-06-01T15:04:11.901Z[ recovery-image] Jun 01 15:04:11.257 INFO O| Jun 01 15:04:11.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78542026-06-01T15:04:11.901Z[ recovery-image] Jun 01 15:04:11.257 INFO O| Jun 01 15:04:11.257 INFO STEP 980 (remove_files) COMPLETE
78552026-06-01T15:04:11.901Z[ recovery-image] Jun 01 15:04:11.257 INFO O| Jun 01 15:04:11.257 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-06-01T15:04:11.901Z[ recovery-image] Jun 01 15:04:11.266 INFO O| Jun 01 15:04:11.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78572026-06-01T15:04:11.901Z[ recovery-image] Jun 01 15:04:11.266 INFO O| Jun 01 15:04:11.266 INFO STEP 981 (remove_files) COMPLETE
78582026-06-01T15:04:11.901Z[ recovery-image] Jun 01 15:04:11.266 INFO O| Jun 01 15:04:11.266 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-06-01T15:04:11.910Z[ recovery-image] Jun 01 15:04:11.274 INFO O| Jun 01 15:04:11.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78602026-06-01T15:04:11.910Z[ recovery-image] Jun 01 15:04:11.274 INFO O| Jun 01 15:04:11.274 INFO STEP 982 (remove_files) COMPLETE
78612026-06-01T15:04:11.910Z[ recovery-image] Jun 01 15:04:11.274 INFO O| Jun 01 15:04:11.274 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-06-01T15:04:11.918Z[ recovery-image] Jun 01 15:04:11.284 INFO O| Jun 01 15:04:11.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78632026-06-01T15:04:11.918Z[ recovery-image] Jun 01 15:04:11.285 INFO O| Jun 01 15:04:11.285 INFO STEP 983 (remove_files) COMPLETE
78642026-06-01T15:04:11.919Z[ recovery-image] Jun 01 15:04:11.285 INFO O| Jun 01 15:04:11.285 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-06-01T15:04:11.929Z[ recovery-image] Jun 01 15:04:11.292 INFO O| Jun 01 15:04:11.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78662026-06-01T15:04:11.929Z[ recovery-image] Jun 01 15:04:11.292 INFO O| Jun 01 15:04:11.292 INFO STEP 984 (remove_files) COMPLETE
78672026-06-01T15:04:11.929Z[ recovery-image] Jun 01 15:04:11.292 INFO O| Jun 01 15:04:11.292 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-06-01T15:04:11.945Z[ recovery-image] Jun 01 15:04:11.300 INFO O| Jun 01 15:04:11.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78692026-06-01T15:04:11.946Z[ recovery-image] Jun 01 15:04:11.300 INFO O| Jun 01 15:04:11.300 INFO STEP 985 (remove_files) COMPLETE
78702026-06-01T15:04:11.946Z[ recovery-image] Jun 01 15:04:11.300 INFO O| Jun 01 15:04:11.300 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-06-01T15:04:11.953Z[ recovery-image] Jun 01 15:04:11.307 INFO O| Jun 01 15:04:11.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78722026-06-01T15:04:11.953Z[ recovery-image] Jun 01 15:04:11.307 INFO O| Jun 01 15:04:11.307 INFO STEP 986 (remove_files) COMPLETE
78732026-06-01T15:04:11.954Z[ recovery-image] Jun 01 15:04:11.307 INFO O| Jun 01 15:04:11.307 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-06-01T15:04:11.954Z[ recovery-image] Jun 01 15:04:11.315 INFO O| Jun 01 15:04:11.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78752026-06-01T15:04:11.954Z[ recovery-image] Jun 01 15:04:11.315 INFO O| Jun 01 15:04:11.315 INFO STEP 987 (remove_files) COMPLETE
78762026-06-01T15:04:11.954Z[ recovery-image] Jun 01 15:04:11.315 INFO O| Jun 01 15:04:11.315 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-06-01T15:04:11.963Z[ recovery-image] Jun 01 15:04:11.323 INFO O| Jun 01 15:04:11.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78782026-06-01T15:04:11.963Z[ recovery-image] Jun 01 15:04:11.323 INFO O| Jun 01 15:04:11.323 INFO STEP 988 (remove_files) COMPLETE
78792026-06-01T15:04:11.963Z[ recovery-image] Jun 01 15:04:11.323 INFO O| Jun 01 15:04:11.323 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-06-01T15:04:11.972Z[ recovery-image] Jun 01 15:04:11.332 INFO O| Jun 01 15:04:11.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78812026-06-01T15:04:11.972Z[ recovery-image] Jun 01 15:04:11.332 INFO O| Jun 01 15:04:11.332 INFO STEP 989 (remove_files) COMPLETE
78822026-06-01T15:04:11.972Z[ recovery-image] Jun 01 15:04:11.332 INFO O| Jun 01 15:04:11.332 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-06-01T15:04:11.981Z[ recovery-image] Jun 01 15:04:11.341 INFO O| Jun 01 15:04:11.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78842026-06-01T15:04:11.981Z[ recovery-image] Jun 01 15:04:11.341 INFO O| Jun 01 15:04:11.341 INFO STEP 990 (remove_files) COMPLETE
78852026-06-01T15:04:11.981Z[ recovery-image] Jun 01 15:04:11.341 INFO O| Jun 01 15:04:11.341 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-06-01T15:04:11.991Z[ recovery-image] Jun 01 15:04:11.350 INFO O| Jun 01 15:04:11.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78872026-06-01T15:04:11.992Z[ recovery-image] Jun 01 15:04:11.350 INFO O| Jun 01 15:04:11.350 INFO STEP 991 (remove_files) COMPLETE
78882026-06-01T15:04:11.992Z[ recovery-image] Jun 01 15:04:11.350 INFO O| Jun 01 15:04:11.350 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-06-01T15:04:11.999Z[ recovery-image] Jun 01 15:04:11.359 INFO O| Jun 01 15:04:11.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78902026-06-01T15:04:11.999Z[ recovery-image] Jun 01 15:04:11.359 INFO O| Jun 01 15:04:11.359 INFO STEP 992 (remove_files) COMPLETE
78912026-06-01T15:04:11.999Z[ recovery-image] Jun 01 15:04:11.359 INFO O| Jun 01 15:04:11.359 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-06-01T15:04:12.015Z[ recovery-image] Jun 01 15:04:11.369 INFO O| Jun 01 15:04:11.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78932026-06-01T15:04:12.015Z[ recovery-image] Jun 01 15:04:11.369 INFO O| Jun 01 15:04:11.369 INFO STEP 993 (remove_files) COMPLETE
78942026-06-01T15:04:12.015Z[ recovery-image] Jun 01 15:04:11.369 INFO O| Jun 01 15:04:11.369 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-06-01T15:04:12.024Z[ recovery-image] Jun 01 15:04:11.378 INFO O| Jun 01 15:04:11.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78962026-06-01T15:04:12.024Z[ recovery-image] Jun 01 15:04:11.378 INFO O| Jun 01 15:04:11.378 INFO STEP 994 (remove_files) COMPLETE
78972026-06-01T15:04:12.024Z[ recovery-image] Jun 01 15:04:11.378 INFO O| Jun 01 15:04:11.378 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-06-01T15:04:12.024Z[ recovery-image] Jun 01 15:04:11.387 INFO O| Jun 01 15:04:11.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78992026-06-01T15:04:12.024Z[ recovery-image] Jun 01 15:04:11.387 INFO O| Jun 01 15:04:11.387 INFO STEP 995 (remove_files) COMPLETE
79002026-06-01T15:04:12.024Z[ recovery-image] Jun 01 15:04:11.387 INFO O| Jun 01 15:04:11.387 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-06-01T15:04:12.031Z[ recovery-image] Jun 01 15:04:11.395 INFO O| Jun 01 15:04:11.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79022026-06-01T15:04:12.031Z[ recovery-image] Jun 01 15:04:11.396 INFO O| Jun 01 15:04:11.396 INFO STEP 996 (remove_files) COMPLETE
79032026-06-01T15:04:12.032Z[ recovery-image] Jun 01 15:04:11.396 INFO O| Jun 01 15:04:11.396 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-06-01T15:04:12.040Z[ recovery-image] Jun 01 15:04:11.407 INFO O| Jun 01 15:04:11.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79052026-06-01T15:04:12.040Z[ recovery-image] Jun 01 15:04:11.407 INFO O| Jun 01 15:04:11.407 INFO STEP 997 (remove_files) COMPLETE
79062026-06-01T15:04:12.048Z[ recovery-image] Jun 01 15:04:11.407 INFO O| Jun 01 15:04:11.407 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-06-01T15:04:12.132Z[ recovery-image] Jun 01 15:04:11.491 INFO O| Jun 01 15:04:11.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79082026-06-01T15:04:12.132Z[ recovery-image] Jun 01 15:04:11.491 INFO O| Jun 01 15:04:11.491 INFO STEP 998 (remove_files) COMPLETE
79092026-06-01T15:04:12.132Z[ recovery-image] Jun 01 15:04:11.491 INFO O| Jun 01 15:04:11.491 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-06-01T15:04:12.143Z[ recovery-image] Jun 01 15:04:11.500 INFO O| Jun 01 15:04:11.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79112026-06-01T15:04:12.143Z[ recovery-image] Jun 01 15:04:11.500 INFO O| Jun 01 15:04:11.500 INFO STEP 999 (remove_files) COMPLETE
79122026-06-01T15:04:12.143Z[ recovery-image] Jun 01 15:04:11.500 INFO O| Jun 01 15:04:11.500 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-06-01T15:04:12.151Z[ recovery-image] Jun 01 15:04:11.509 INFO O| Jun 01 15:04:11.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79142026-06-01T15:04:12.151Z[ recovery-image] Jun 01 15:04:11.509 INFO O| Jun 01 15:04:11.509 INFO STEP 1000 (remove_files) COMPLETE
79152026-06-01T15:04:12.151Z[ recovery-image] Jun 01 15:04:11.509 INFO O| Jun 01 15:04:11.509 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-06-01T15:04:12.151Z[ recovery-image] Jun 01 15:04:11.517 INFO O| Jun 01 15:04:11.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79172026-06-01T15:04:12.151Z[ recovery-image] Jun 01 15:04:11.517 INFO O| Jun 01 15:04:11.517 INFO STEP 1001 (remove_files) COMPLETE
79182026-06-01T15:04:12.151Z[ recovery-image] Jun 01 15:04:11.517 INFO O| Jun 01 15:04:11.517 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-06-01T15:04:12.166Z[ recovery-image] Jun 01 15:04:11.525 INFO O| Jun 01 15:04:11.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79202026-06-01T15:04:12.166Z[ recovery-image] Jun 01 15:04:11.525 INFO O| Jun 01 15:04:11.525 INFO STEP 1002 (remove_files) COMPLETE
79212026-06-01T15:04:12.166Z[ recovery-image] Jun 01 15:04:11.525 INFO O| Jun 01 15:04:11.525 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-06-01T15:04:12.179Z[ recovery-image] Jun 01 15:04:11.536 INFO O| Jun 01 15:04:11.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79232026-06-01T15:04:12.179Z[ recovery-image] Jun 01 15:04:11.537 INFO O| Jun 01 15:04:11.536 INFO STEP 1003 (remove_files) COMPLETE
79242026-06-01T15:04:12.179Z[ recovery-image] Jun 01 15:04:11.537 INFO O| Jun 01 15:04:11.536 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-06-01T15:04:12.186Z[ recovery-image] Jun 01 15:04:11.546 INFO O| Jun 01 15:04:11.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79262026-06-01T15:04:12.186Z[ recovery-image] Jun 01 15:04:11.546 INFO O| Jun 01 15:04:11.546 INFO STEP 1004 (remove_files) COMPLETE
79272026-06-01T15:04:12.186Z[ recovery-image] Jun 01 15:04:11.546 INFO O| Jun 01 15:04:11.546 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-06-01T15:04:12.201Z[ recovery-image] Jun 01 15:04:11.554 INFO O| Jun 01 15:04:11.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79292026-06-01T15:04:12.201Z[ recovery-image] Jun 01 15:04:11.554 INFO O| Jun 01 15:04:11.554 INFO STEP 1005 (remove_files) COMPLETE
79302026-06-01T15:04:12.201Z[ recovery-image] Jun 01 15:04:11.554 INFO O| Jun 01 15:04:11.554 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-06-01T15:04:12.210Z[ recovery-image] Jun 01 15:04:11.563 INFO O| Jun 01 15:04:11.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79322026-06-01T15:04:12.210Z[ recovery-image] Jun 01 15:04:11.563 INFO O| Jun 01 15:04:11.563 INFO STEP 1006 (remove_files) COMPLETE
79332026-06-01T15:04:12.210Z[ recovery-image] Jun 01 15:04:11.563 INFO O| Jun 01 15:04:11.563 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-06-01T15:04:12.210Z[ recovery-image] Jun 01 15:04:11.573 INFO O| Jun 01 15:04:11.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79352026-06-01T15:04:12.210Z[ recovery-image] Jun 01 15:04:11.573 INFO O| Jun 01 15:04:11.573 INFO STEP 1007 (remove_files) COMPLETE
79362026-06-01T15:04:12.210Z[ recovery-image] Jun 01 15:04:11.573 INFO O| Jun 01 15:04:11.573 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-06-01T15:04:12.229Z[ recovery-image] Jun 01 15:04:11.582 INFO O| Jun 01 15:04:11.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79382026-06-01T15:04:12.230Z[ recovery-image] Jun 01 15:04:11.582 INFO O| Jun 01 15:04:11.582 INFO STEP 1008 (remove_files) COMPLETE
79392026-06-01T15:04:12.230Z[ recovery-image] Jun 01 15:04:11.582 INFO O| Jun 01 15:04:11.582 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-06-01T15:04:12.254Z[ recovery-image] Jun 01 15:04:11.590 INFO O| Jun 01 15:04:11.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79412026-06-01T15:04:12.254Z[ recovery-image] Jun 01 15:04:11.590 INFO O| Jun 01 15:04:11.590 INFO STEP 1009 (remove_files) COMPLETE
79422026-06-01T15:04:12.254Z[ recovery-image] Jun 01 15:04:11.590 INFO O| Jun 01 15:04:11.590 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-06-01T15:04:12.254Z[ recovery-image] Jun 01 15:04:11.599 INFO O| Jun 01 15:04:11.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79442026-06-01T15:04:12.254Z[ recovery-image] Jun 01 15:04:11.600 INFO O| Jun 01 15:04:11.599 INFO STEP 1010 (remove_files) COMPLETE
79452026-06-01T15:04:12.254Z[ recovery-image] Jun 01 15:04:11.600 INFO O| Jun 01 15:04:11.599 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-06-01T15:04:12.271Z[ recovery-image] Jun 01 15:04:11.607 INFO O| Jun 01 15:04:11.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79472026-06-01T15:04:12.271Z[ recovery-image] Jun 01 15:04:11.607 INFO O| Jun 01 15:04:11.607 INFO STEP 1011 (remove_files) COMPLETE
79482026-06-01T15:04:12.271Z[ recovery-image] Jun 01 15:04:11.607 INFO O| Jun 01 15:04:11.607 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-06-01T15:04:12.271Z[ recovery-image] Jun 01 15:04:11.615 INFO O| Jun 01 15:04:11.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79502026-06-01T15:04:12.271Z[ recovery-image] Jun 01 15:04:11.615 INFO O| Jun 01 15:04:11.615 INFO STEP 1012 (remove_files) COMPLETE
79512026-06-01T15:04:12.271Z[ recovery-image] Jun 01 15:04:11.615 INFO O| Jun 01 15:04:11.615 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-06-01T15:04:12.271Z[ recovery-image] Jun 01 15:04:11.622 INFO O| Jun 01 15:04:11.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79532026-06-01T15:04:12.271Z[ recovery-image] Jun 01 15:04:11.622 INFO O| Jun 01 15:04:11.622 INFO STEP 1013 (remove_files) COMPLETE
79542026-06-01T15:04:12.271Z[ recovery-image] Jun 01 15:04:11.622 INFO O| Jun 01 15:04:11.622 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-06-01T15:04:12.286Z[ recovery-image] Jun 01 15:04:11.630 INFO O| Jun 01 15:04:11.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79562026-06-01T15:04:12.286Z[ recovery-image] Jun 01 15:04:11.630 INFO O| Jun 01 15:04:11.630 INFO STEP 1014 (remove_files) COMPLETE
79572026-06-01T15:04:12.286Z[ recovery-image] Jun 01 15:04:11.630 INFO O| Jun 01 15:04:11.630 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-06-01T15:04:12.286Z[ recovery-image] Jun 01 15:04:11.638 INFO O| Jun 01 15:04:11.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79592026-06-01T15:04:12.286Z[ recovery-image] Jun 01 15:04:11.638 INFO O| Jun 01 15:04:11.638 INFO STEP 1015 (remove_files) COMPLETE
79602026-06-01T15:04:12.286Z[ recovery-image] Jun 01 15:04:11.638 INFO O| Jun 01 15:04:11.638 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-06-01T15:04:12.286Z[ recovery-image] Jun 01 15:04:11.646 INFO O| Jun 01 15:04:11.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79622026-06-01T15:04:12.286Z[ recovery-image] Jun 01 15:04:11.647 INFO O| Jun 01 15:04:11.647 INFO STEP 1016 (remove_files) COMPLETE
79632026-06-01T15:04:12.286Z[ recovery-image] Jun 01 15:04:11.647 INFO O| Jun 01 15:04:11.647 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-06-01T15:04:12.298Z[ recovery-image] Jun 01 15:04:11.654 INFO O| Jun 01 15:04:11.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79652026-06-01T15:04:12.298Z[ recovery-image] Jun 01 15:04:11.654 INFO O| Jun 01 15:04:11.654 INFO STEP 1017 (remove_files) COMPLETE
79662026-06-01T15:04:12.298Z[ recovery-image] Jun 01 15:04:11.654 INFO O| Jun 01 15:04:11.654 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-06-01T15:04:12.311Z[ recovery-image] Jun 01 15:04:11.663 INFO O| Jun 01 15:04:11.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79682026-06-01T15:04:12.311Z[ recovery-image] Jun 01 15:04:11.663 INFO O| Jun 01 15:04:11.663 INFO STEP 1018 (remove_files) COMPLETE
79692026-06-01T15:04:12.311Z[ recovery-image] Jun 01 15:04:11.663 INFO O| Jun 01 15:04:11.663 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-06-01T15:04:12.311Z[ recovery-image] Jun 01 15:04:11.671 INFO O| Jun 01 15:04:11.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79712026-06-01T15:04:12.311Z[ recovery-image] Jun 01 15:04:11.671 INFO O| Jun 01 15:04:11.671 INFO STEP 1019 (remove_files) COMPLETE
79722026-06-01T15:04:12.311Z[ recovery-image] Jun 01 15:04:11.671 INFO O| Jun 01 15:04:11.671 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-06-01T15:04:12.329Z[ recovery-image] Jun 01 15:04:11.679 INFO O| Jun 01 15:04:11.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79742026-06-01T15:04:12.329Z[ recovery-image] Jun 01 15:04:11.679 INFO O| Jun 01 15:04:11.679 INFO STEP 1020 (remove_files) COMPLETE
79752026-06-01T15:04:12.330Z[ recovery-image] Jun 01 15:04:11.679 INFO O| Jun 01 15:04:11.679 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-06-01T15:04:12.342Z[ recovery-image] Jun 01 15:04:11.687 INFO O| Jun 01 15:04:11.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79772026-06-01T15:04:12.342Z[ recovery-image] Jun 01 15:04:11.687 INFO O| Jun 01 15:04:11.687 INFO STEP 1021 (remove_files) COMPLETE
79782026-06-01T15:04:12.342Z[ recovery-image] Jun 01 15:04:11.687 INFO O| Jun 01 15:04:11.687 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-06-01T15:04:12.342Z[ recovery-image] Jun 01 15:04:11.695 INFO O| Jun 01 15:04:11.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79802026-06-01T15:04:12.342Z[ recovery-image] Jun 01 15:04:11.696 INFO O| Jun 01 15:04:11.695 INFO STEP 1022 (remove_files) COMPLETE
79812026-06-01T15:04:12.343Z[ recovery-image] Jun 01 15:04:11.696 INFO O| Jun 01 15:04:11.696 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-06-01T15:04:12.343Z[ recovery-image] Jun 01 15:04:11.704 INFO O| Jun 01 15:04:11.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79832026-06-01T15:04:12.343Z[ recovery-image] Jun 01 15:04:11.704 INFO O| Jun 01 15:04:11.704 INFO STEP 1023 (remove_files) COMPLETE
79842026-06-01T15:04:12.343Z[ recovery-image] Jun 01 15:04:11.704 INFO O| Jun 01 15:04:11.704 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-06-01T15:04:12.354Z[ recovery-image] Jun 01 15:04:11.712 INFO O| Jun 01 15:04:11.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79862026-06-01T15:04:12.354Z[ recovery-image] Jun 01 15:04:11.712 INFO O| Jun 01 15:04:11.712 INFO STEP 1024 (remove_files) COMPLETE
79872026-06-01T15:04:12.355Z[ recovery-image] Jun 01 15:04:11.712 INFO O| Jun 01 15:04:11.712 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-06-01T15:04:12.406Z[ recovery-image] Jun 01 15:04:11.721 INFO O| Jun 01 15:04:11.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79892026-06-01T15:04:12.406Z[ recovery-image] Jun 01 15:04:11.721 INFO O| Jun 01 15:04:11.721 INFO STEP 1025 (remove_files) COMPLETE
79902026-06-01T15:04:12.406Z[ recovery-image] Jun 01 15:04:11.721 INFO O| Jun 01 15:04:11.721 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-06-01T15:04:12.406Z[ recovery-image] Jun 01 15:04:11.729 INFO O| Jun 01 15:04:11.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79922026-06-01T15:04:12.406Z[ recovery-image] Jun 01 15:04:11.729 INFO O| Jun 01 15:04:11.729 INFO STEP 1026 (remove_files) COMPLETE
79932026-06-01T15:04:12.406Z[ recovery-image] Jun 01 15:04:11.729 INFO O| Jun 01 15:04:11.729 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-06-01T15:04:12.433Z[ recovery-image] Jun 01 15:04:11.738 INFO O| Jun 01 15:04:11.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79952026-06-01T15:04:12.433Z[ recovery-image] Jun 01 15:04:11.738 INFO O| Jun 01 15:04:11.738 INFO STEP 1027 (remove_files) COMPLETE
79962026-06-01T15:04:12.433Z[ recovery-image] Jun 01 15:04:11.738 INFO O| Jun 01 15:04:11.738 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-06-01T15:04:12.434Z[ recovery-image] Jun 01 15:04:11.747 INFO O| Jun 01 15:04:11.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79982026-06-01T15:04:12.434Z[ recovery-image] Jun 01 15:04:11.747 INFO O| Jun 01 15:04:11.747 INFO STEP 1028 (remove_files) COMPLETE
79992026-06-01T15:04:12.434Z[ recovery-image] Jun 01 15:04:11.747 INFO O| Jun 01 15:04:11.747 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-06-01T15:04:12.434Z[ recovery-image] Jun 01 15:04:11.756 INFO O| Jun 01 15:04:11.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80012026-06-01T15:04:12.434Z[ recovery-image] Jun 01 15:04:11.756 INFO O| Jun 01 15:04:11.756 INFO STEP 1029 (remove_files) COMPLETE
80022026-06-01T15:04:12.434Z[ recovery-image] Jun 01 15:04:11.756 INFO O| Jun 01 15:04:11.756 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-06-01T15:04:12.434Z[ recovery-image] Jun 01 15:04:11.764 INFO O| Jun 01 15:04:11.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80042026-06-01T15:04:12.434Z[ recovery-image] Jun 01 15:04:11.764 INFO O| Jun 01 15:04:11.764 INFO STEP 1030 (remove_files) COMPLETE
80052026-06-01T15:04:12.434Z[ recovery-image] Jun 01 15:04:11.764 INFO O| Jun 01 15:04:11.764 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-06-01T15:04:12.434Z[ recovery-image] Jun 01 15:04:11.773 INFO O| Jun 01 15:04:11.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80072026-06-01T15:04:12.434Z[ recovery-image] Jun 01 15:04:11.773 INFO O| Jun 01 15:04:11.773 INFO STEP 1031 (remove_files) COMPLETE
80082026-06-01T15:04:12.434Z[ recovery-image] Jun 01 15:04:11.773 INFO O| Jun 01 15:04:11.773 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-06-01T15:04:12.455Z[ recovery-image] Jun 01 15:04:11.781 INFO O| Jun 01 15:04:11.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80102026-06-01T15:04:12.455Z[ recovery-image] Jun 01 15:04:11.782 INFO O| Jun 01 15:04:11.782 INFO STEP 1032 (remove_files) COMPLETE
80112026-06-01T15:04:12.455Z[ recovery-image] Jun 01 15:04:11.782 INFO O| Jun 01 15:04:11.782 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-06-01T15:04:12.455Z[ recovery-image] Jun 01 15:04:11.789 INFO O| Jun 01 15:04:11.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80132026-06-01T15:04:12.455Z[ recovery-image] Jun 01 15:04:11.790 INFO O| Jun 01 15:04:11.790 INFO STEP 1033 (remove_files) COMPLETE
80142026-06-01T15:04:12.455Z[ recovery-image] Jun 01 15:04:11.790 INFO O| Jun 01 15:04:11.790 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-06-01T15:04:12.455Z[ recovery-image] Jun 01 15:04:11.798 INFO O| Jun 01 15:04:11.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80162026-06-01T15:04:12.455Z[ recovery-image] Jun 01 15:04:11.798 INFO O| Jun 01 15:04:11.798 INFO STEP 1034 (remove_files) COMPLETE
80172026-06-01T15:04:12.456Z[ recovery-image] Jun 01 15:04:11.798 INFO O| Jun 01 15:04:11.798 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-06-01T15:04:12.456Z[ recovery-image] Jun 01 15:04:11.806 INFO O| Jun 01 15:04:11.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80192026-06-01T15:04:12.456Z[ recovery-image] Jun 01 15:04:11.806 INFO O| Jun 01 15:04:11.806 INFO STEP 1035 (remove_files) COMPLETE
80202026-06-01T15:04:12.456Z[ recovery-image] Jun 01 15:04:11.806 INFO O| Jun 01 15:04:11.806 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-06-01T15:04:12.473Z[ recovery-image] Jun 01 15:04:11.815 INFO O| Jun 01 15:04:11.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80222026-06-01T15:04:12.473Z[ recovery-image] Jun 01 15:04:11.815 INFO O| Jun 01 15:04:11.815 INFO STEP 1036 (remove_files) COMPLETE
80232026-06-01T15:04:12.473Z[ recovery-image] Jun 01 15:04:11.815 INFO O| Jun 01 15:04:11.815 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-06-01T15:04:12.473Z[ recovery-image] Jun 01 15:04:11.824 INFO O| Jun 01 15:04:11.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80252026-06-01T15:04:12.474Z[ recovery-image] Jun 01 15:04:11.824 INFO O| Jun 01 15:04:11.824 INFO STEP 1037 (remove_files) COMPLETE
80262026-06-01T15:04:12.474Z[ recovery-image] Jun 01 15:04:11.824 INFO O| Jun 01 15:04:11.824 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-06-01T15:04:12.487Z[ recovery-image] Jun 01 15:04:11.832 INFO O| Jun 01 15:04:11.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80282026-06-01T15:04:12.487Z[ recovery-image] Jun 01 15:04:11.832 INFO O| Jun 01 15:04:11.832 INFO STEP 1038 (remove_files) COMPLETE
80292026-06-01T15:04:12.487Z[ recovery-image] Jun 01 15:04:11.832 INFO O| Jun 01 15:04:11.832 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-06-01T15:04:12.487Z[ recovery-image] Jun 01 15:04:11.841 INFO O| Jun 01 15:04:11.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80312026-06-01T15:04:12.487Z[ recovery-image] Jun 01 15:04:11.841 INFO O| Jun 01 15:04:11.841 INFO STEP 1039 (remove_files) COMPLETE
80322026-06-01T15:04:12.487Z[ recovery-image] Jun 01 15:04:11.841 INFO O| Jun 01 15:04:11.841 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-06-01T15:04:12.506Z[ recovery-image] Jun 01 15:04:11.851 INFO O| Jun 01 15:04:11.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80342026-06-01T15:04:12.506Z[ recovery-image] Jun 01 15:04:11.851 INFO O| Jun 01 15:04:11.851 INFO STEP 1040 (remove_files) COMPLETE
80352026-06-01T15:04:12.506Z[ recovery-image] Jun 01 15:04:11.851 INFO O| Jun 01 15:04:11.851 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-06-01T15:04:12.506Z[ recovery-image] Jun 01 15:04:11.861 INFO O| Jun 01 15:04:11.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80372026-06-01T15:04:12.506Z[ recovery-image] Jun 01 15:04:11.861 INFO O| Jun 01 15:04:11.861 INFO STEP 1041 (remove_files) COMPLETE
80382026-06-01T15:04:12.506Z[ recovery-image] Jun 01 15:04:11.861 INFO O| Jun 01 15:04:11.861 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-06-01T15:04:12.518Z[ recovery-image] Jun 01 15:04:11.870 INFO O| Jun 01 15:04:11.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80402026-06-01T15:04:12.519Z[ recovery-image] Jun 01 15:04:11.870 INFO O| Jun 01 15:04:11.870 INFO STEP 1042 (remove_files) COMPLETE
80412026-06-01T15:04:12.519Z[ recovery-image] Jun 01 15:04:11.870 INFO O| Jun 01 15:04:11.870 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-06-01T15:04:12.519Z[ recovery-image] Jun 01 15:04:11.879 INFO O| Jun 01 15:04:11.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80432026-06-01T15:04:12.519Z[ recovery-image] Jun 01 15:04:11.879 INFO O| Jun 01 15:04:11.879 INFO STEP 1043 (remove_files) COMPLETE
80442026-06-01T15:04:12.519Z[ recovery-image] Jun 01 15:04:11.879 INFO O| Jun 01 15:04:11.879 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-06-01T15:04:12.546Z[ recovery-image] Jun 01 15:04:11.888 INFO O| Jun 01 15:04:11.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80462026-06-01T15:04:12.546Z[ recovery-image] Jun 01 15:04:11.888 INFO O| Jun 01 15:04:11.888 INFO STEP 1044 (remove_files) COMPLETE
80472026-06-01T15:04:12.546Z[ recovery-image] Jun 01 15:04:11.888 INFO O| Jun 01 15:04:11.888 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-06-01T15:04:12.567Z[ recovery-image] Jun 01 15:04:11.896 INFO O| Jun 01 15:04:11.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80492026-06-01T15:04:12.567Z[ recovery-image] Jun 01 15:04:11.896 INFO O| Jun 01 15:04:11.896 INFO STEP 1045 (remove_files) COMPLETE
80502026-06-01T15:04:12.567Z[ recovery-image] Jun 01 15:04:11.896 INFO O| Jun 01 15:04:11.896 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-06-01T15:04:12.567Z[ recovery-image] Jun 01 15:04:11.905 INFO O| Jun 01 15:04:11.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80522026-06-01T15:04:12.567Z[ recovery-image] Jun 01 15:04:11.905 INFO O| Jun 01 15:04:11.905 INFO STEP 1046 (remove_files) COMPLETE
80532026-06-01T15:04:12.567Z[ recovery-image] Jun 01 15:04:11.905 INFO O| Jun 01 15:04:11.905 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-06-01T15:04:12.567Z[ recovery-image] Jun 01 15:04:11.914 INFO O| Jun 01 15:04:11.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80552026-06-01T15:04:12.567Z[ recovery-image] Jun 01 15:04:11.914 INFO O| Jun 01 15:04:11.914 INFO STEP 1047 (remove_files) COMPLETE
80562026-06-01T15:04:12.567Z[ recovery-image] Jun 01 15:04:11.914 INFO O| Jun 01 15:04:11.914 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-06-01T15:04:12.580Z[ recovery-image] Jun 01 15:04:11.923 INFO O| Jun 01 15:04:11.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80582026-06-01T15:04:12.580Z[ recovery-image] Jun 01 15:04:11.923 INFO O| Jun 01 15:04:11.923 INFO STEP 1048 (remove_files) COMPLETE
80592026-06-01T15:04:12.580Z[ recovery-image] Jun 01 15:04:11.923 INFO O| Jun 01 15:04:11.923 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-06-01T15:04:12.580Z[ recovery-image] Jun 01 15:04:11.932 INFO O| Jun 01 15:04:11.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80612026-06-01T15:04:12.580Z[ recovery-image] Jun 01 15:04:11.932 INFO O| Jun 01 15:04:11.932 INFO STEP 1049 (remove_files) COMPLETE
80622026-06-01T15:04:12.580Z[ recovery-image] Jun 01 15:04:11.932 INFO O| Jun 01 15:04:11.932 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-06-01T15:04:12.580Z[ recovery-image] Jun 01 15:04:11.940 INFO O| Jun 01 15:04:11.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80642026-06-01T15:04:12.580Z[ recovery-image] Jun 01 15:04:11.940 INFO O| Jun 01 15:04:11.940 INFO STEP 1050 (remove_files) COMPLETE
80652026-06-01T15:04:12.580Z[ recovery-image] Jun 01 15:04:11.940 INFO O| Jun 01 15:04:11.940 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-06-01T15:04:12.595Z[ recovery-image] Jun 01 15:04:11.949 INFO O| Jun 01 15:04:11.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80672026-06-01T15:04:12.595Z[ recovery-image] Jun 01 15:04:11.949 INFO O| Jun 01 15:04:11.949 INFO STEP 1051 (remove_files) COMPLETE
80682026-06-01T15:04:12.595Z[ recovery-image] Jun 01 15:04:11.949 INFO O| Jun 01 15:04:11.949 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-06-01T15:04:12.626Z[ recovery-image] Jun 01 15:04:11.957 INFO O| Jun 01 15:04:11.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80702026-06-01T15:04:12.626Z[ recovery-image] Jun 01 15:04:11.957 INFO O| Jun 01 15:04:11.957 INFO STEP 1052 (remove_files) COMPLETE
80712026-06-01T15:04:12.627Z[ recovery-image] Jun 01 15:04:11.957 INFO O| Jun 01 15:04:11.957 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-06-01T15:04:12.627Z[ recovery-image] Jun 01 15:04:11.966 INFO O| Jun 01 15:04:11.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80732026-06-01T15:04:12.627Z[ recovery-image] Jun 01 15:04:11.966 INFO O| Jun 01 15:04:11.966 INFO STEP 1053 (remove_files) COMPLETE
80742026-06-01T15:04:12.627Z[ recovery-image] Jun 01 15:04:11.966 INFO O| Jun 01 15:04:11.966 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-06-01T15:04:12.650Z[ recovery-image] Jun 01 15:04:11.976 INFO O| Jun 01 15:04:11.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80762026-06-01T15:04:12.651Z[ recovery-image] Jun 01 15:04:11.976 INFO O| Jun 01 15:04:11.976 INFO STEP 1054 (remove_files) COMPLETE
80772026-06-01T15:04:12.651Z[ recovery-image] Jun 01 15:04:11.976 INFO O| Jun 01 15:04:11.976 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-06-01T15:04:12.651Z[ recovery-image] Jun 01 15:04:11.986 INFO O| Jun 01 15:04:11.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80792026-06-01T15:04:12.651Z[ recovery-image] Jun 01 15:04:11.986 INFO O| Jun 01 15:04:11.986 INFO STEP 1055 (remove_files) COMPLETE
80802026-06-01T15:04:12.651Z[ recovery-image] Jun 01 15:04:11.986 INFO O| Jun 01 15:04:11.986 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-06-01T15:04:12.651Z[ recovery-image] Jun 01 15:04:11.995 INFO O| Jun 01 15:04:11.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80822026-06-01T15:04:12.651Z[ recovery-image] Jun 01 15:04:11.995 INFO O| Jun 01 15:04:11.995 INFO STEP 1056 (remove_files) COMPLETE
80832026-06-01T15:04:12.651Z[ recovery-image] Jun 01 15:04:11.995 INFO O| Jun 01 15:04:11.995 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-06-01T15:04:12.685Z[ recovery-image] Jun 01 15:04:12.004 INFO O| Jun 01 15:04:12.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80852026-06-01T15:04:12.685Z[ recovery-image] Jun 01 15:04:12.004 INFO O| Jun 01 15:04:12.004 INFO STEP 1057 (remove_files) COMPLETE
80862026-06-01T15:04:12.685Z[ recovery-image] Jun 01 15:04:12.004 INFO O| Jun 01 15:04:12.004 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-06-01T15:04:12.685Z[ recovery-image] Jun 01 15:04:12.013 INFO O| Jun 01 15:04:12.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80882026-06-01T15:04:12.685Z[ recovery-image] Jun 01 15:04:12.013 INFO O| Jun 01 15:04:12.013 INFO STEP 1058 (remove_files) COMPLETE
80892026-06-01T15:04:12.685Z[ recovery-image] Jun 01 15:04:12.013 INFO O| Jun 01 15:04:12.013 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-06-01T15:04:12.685Z[ recovery-image] Jun 01 15:04:12.023 INFO O| Jun 01 15:04:12.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80912026-06-01T15:04:12.685Z[ recovery-image] Jun 01 15:04:12.023 INFO O| Jun 01 15:04:12.023 INFO STEP 1059 (remove_files) COMPLETE
80922026-06-01T15:04:12.685Z[ recovery-image] Jun 01 15:04:12.023 INFO O| Jun 01 15:04:12.023 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-06-01T15:04:12.717Z[ recovery-image] Jun 01 15:04:12.032 INFO O| Jun 01 15:04:12.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80942026-06-01T15:04:12.717Z[ recovery-image] Jun 01 15:04:12.032 INFO O| Jun 01 15:04:12.032 INFO STEP 1060 (remove_files) COMPLETE
80952026-06-01T15:04:12.717Z[ recovery-image] Jun 01 15:04:12.032 INFO O| Jun 01 15:04:12.032 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-06-01T15:04:12.717Z[ recovery-image] Jun 01 15:04:12.041 INFO O| Jun 01 15:04:12.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80972026-06-01T15:04:12.717Z[ recovery-image] Jun 01 15:04:12.041 INFO O| Jun 01 15:04:12.041 INFO STEP 1061 (remove_files) COMPLETE
80982026-06-01T15:04:12.717Z[ recovery-image] Jun 01 15:04:12.041 INFO O| Jun 01 15:04:12.041 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-06-01T15:04:12.717Z[ recovery-image] Jun 01 15:04:12.051 INFO O| Jun 01 15:04:12.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81002026-06-01T15:04:12.717Z[ recovery-image] Jun 01 15:04:12.051 INFO O| Jun 01 15:04:12.051 INFO STEP 1062 (remove_files) COMPLETE
81012026-06-01T15:04:12.717Z[ recovery-image] Jun 01 15:04:12.051 INFO O| Jun 01 15:04:12.051 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-06-01T15:04:12.717Z[ recovery-image] Jun 01 15:04:12.060 INFO O| Jun 01 15:04:12.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81032026-06-01T15:04:12.718Z[ recovery-image] Jun 01 15:04:12.061 INFO O| Jun 01 15:04:12.061 INFO STEP 1063 (remove_files) COMPLETE
81042026-06-01T15:04:12.718Z[ recovery-image] Jun 01 15:04:12.061 INFO O| Jun 01 15:04:12.061 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-06-01T15:04:12.754Z[ recovery-image] Jun 01 15:04:12.070 INFO O| Jun 01 15:04:12.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81062026-06-01T15:04:12.754Z[ recovery-image] Jun 01 15:04:12.072 INFO O| Jun 01 15:04:12.072 INFO STEP 1064 (remove_files) COMPLETE
81072026-06-01T15:04:12.754Z[ recovery-image] Jun 01 15:04:12.072 INFO O| Jun 01 15:04:12.072 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-06-01T15:04:12.754Z[ recovery-image] Jun 01 15:04:12.080 INFO O| Jun 01 15:04:12.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81092026-06-01T15:04:12.754Z[ recovery-image] Jun 01 15:04:12.080 INFO O| Jun 01 15:04:12.080 INFO STEP 1065 (remove_files) COMPLETE
81102026-06-01T15:04:12.754Z[ recovery-image] Jun 01 15:04:12.080 INFO O| Jun 01 15:04:12.080 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-06-01T15:04:12.754Z[ recovery-image] Jun 01 15:04:12.088 INFO O| Jun 01 15:04:12.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81122026-06-01T15:04:12.754Z[ recovery-image] Jun 01 15:04:12.088 INFO O| Jun 01 15:04:12.088 INFO STEP 1066 (remove_files) COMPLETE
81132026-06-01T15:04:12.754Z[ recovery-image] Jun 01 15:04:12.089 INFO O| Jun 01 15:04:12.088 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-06-01T15:04:12.811Z[ recovery-image] Jun 01 15:04:12.096 INFO O| Jun 01 15:04:12.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81152026-06-01T15:04:12.811Z[ recovery-image] Jun 01 15:04:12.096 INFO O| Jun 01 15:04:12.096 INFO STEP 1067 (remove_files) COMPLETE
81162026-06-01T15:04:12.811Z[ recovery-image] Jun 01 15:04:12.096 INFO O| Jun 01 15:04:12.096 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-06-01T15:04:12.811Z[ recovery-image] Jun 01 15:04:12.104 INFO O| Jun 01 15:04:12.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81182026-06-01T15:04:12.812Z[ recovery-image] Jun 01 15:04:12.104 INFO O| Jun 01 15:04:12.104 INFO STEP 1068 (remove_files) COMPLETE
81192026-06-01T15:04:12.812Z[ recovery-image] Jun 01 15:04:12.104 INFO O| Jun 01 15:04:12.104 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-06-01T15:04:12.812Z[ recovery-image] Jun 01 15:04:12.111 INFO O| Jun 01 15:04:12.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81212026-06-01T15:04:12.812Z[ recovery-image] Jun 01 15:04:12.111 INFO O| Jun 01 15:04:12.111 INFO STEP 1069 (remove_files) COMPLETE
81222026-06-01T15:04:12.812Z[ recovery-image] Jun 01 15:04:12.111 INFO O| Jun 01 15:04:12.111 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-06-01T15:04:12.812Z[ recovery-image] Jun 01 15:04:12.119 INFO O| Jun 01 15:04:12.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81242026-06-01T15:04:12.812Z[ recovery-image] Jun 01 15:04:12.119 INFO O| Jun 01 15:04:12.119 INFO STEP 1070 (remove_files) COMPLETE
81252026-06-01T15:04:12.812Z[ recovery-image] Jun 01 15:04:12.119 INFO O| Jun 01 15:04:12.119 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-06-01T15:04:12.812Z[ recovery-image] Jun 01 15:04:12.126 INFO O| Jun 01 15:04:12.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81272026-06-01T15:04:12.812Z[ recovery-image] Jun 01 15:04:12.126 INFO O| Jun 01 15:04:12.126 INFO STEP 1071 (remove_files) COMPLETE
81282026-06-01T15:04:12.812Z[ recovery-image] Jun 01 15:04:12.126 INFO O| Jun 01 15:04:12.126 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-06-01T15:04:12.825Z[ recovery-image] Jun 01 15:04:12.134 INFO O| Jun 01 15:04:12.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81302026-06-01T15:04:12.825Z[ recovery-image] Jun 01 15:04:12.134 INFO O| Jun 01 15:04:12.134 INFO STEP 1072 (remove_files) COMPLETE
81312026-06-01T15:04:12.825Z[ recovery-image] Jun 01 15:04:12.134 INFO O| Jun 01 15:04:12.134 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-06-01T15:04:12.825Z[ recovery-image] Jun 01 15:04:12.141 INFO O| Jun 01 15:04:12.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81332026-06-01T15:04:12.825Z[ recovery-image] Jun 01 15:04:12.141 INFO O| Jun 01 15:04:12.141 INFO STEP 1073 (remove_files) COMPLETE
81342026-06-01T15:04:12.825Z[ recovery-image] Jun 01 15:04:12.141 INFO O| Jun 01 15:04:12.141 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.148 INFO O| Jun 01 15:04:12.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81362026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.148 INFO O| Jun 01 15:04:12.148 INFO STEP 1074 (remove_files) COMPLETE
81372026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.148 INFO O| Jun 01 15:04:12.148 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.156 INFO O| Jun 01 15:04:12.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81392026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.156 INFO O| Jun 01 15:04:12.156 INFO STEP 1075 (remove_files) COMPLETE
81402026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.156 INFO O| Jun 01 15:04:12.156 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.163 INFO O| Jun 01 15:04:12.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81422026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.163 INFO O| Jun 01 15:04:12.163 INFO STEP 1076 (remove_files) COMPLETE
81432026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.163 INFO O| Jun 01 15:04:12.163 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.171 INFO O| Jun 01 15:04:12.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81452026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.171 INFO O| Jun 01 15:04:12.171 INFO STEP 1077 (remove_files) COMPLETE
81462026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.171 INFO O| Jun 01 15:04:12.171 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.179 INFO O| Jun 01 15:04:12.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81482026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.179 INFO O| Jun 01 15:04:12.179 INFO STEP 1078 (remove_files) COMPLETE
81492026-06-01T15:04:12.826Z[ recovery-image] Jun 01 15:04:12.179 INFO O| Jun 01 15:04:12.179 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-06-01T15:04:12.846Z[ recovery-image] Jun 01 15:04:12.187 INFO O| Jun 01 15:04:12.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81512026-06-01T15:04:12.846Z[ recovery-image] Jun 01 15:04:12.187 INFO O| Jun 01 15:04:12.187 INFO STEP 1079 (remove_files) COMPLETE
81522026-06-01T15:04:12.846Z[ recovery-image] Jun 01 15:04:12.188 INFO O| Jun 01 15:04:12.187 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-06-01T15:04:12.846Z[ recovery-image] Jun 01 15:04:12.196 INFO O| Jun 01 15:04:12.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81542026-06-01T15:04:12.846Z[ recovery-image] Jun 01 15:04:12.196 INFO O| Jun 01 15:04:12.196 INFO STEP 1080 (remove_files) COMPLETE
81552026-06-01T15:04:12.846Z[ recovery-image] Jun 01 15:04:12.196 INFO O| Jun 01 15:04:12.196 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-06-01T15:04:12.867Z[ recovery-image] Jun 01 15:04:12.204 INFO O| Jun 01 15:04:12.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81572026-06-01T15:04:12.867Z[ recovery-image] Jun 01 15:04:12.204 INFO O| Jun 01 15:04:12.204 INFO STEP 1081 (remove_files) COMPLETE
81582026-06-01T15:04:12.867Z[ recovery-image] Jun 01 15:04:12.204 INFO O| Jun 01 15:04:12.204 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-06-01T15:04:12.867Z[ recovery-image] Jun 01 15:04:12.213 INFO O| Jun 01 15:04:12.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81602026-06-01T15:04:12.867Z[ recovery-image] Jun 01 15:04:12.213 INFO O| Jun 01 15:04:12.213 INFO STEP 1082 (remove_files) COMPLETE
81612026-06-01T15:04:12.868Z[ recovery-image] Jun 01 15:04:12.213 INFO O| Jun 01 15:04:12.213 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-06-01T15:04:12.868Z[ recovery-image] Jun 01 15:04:12.221 INFO O| Jun 01 15:04:12.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81632026-06-01T15:04:12.868Z[ recovery-image] Jun 01 15:04:12.221 INFO O| Jun 01 15:04:12.221 INFO STEP 1083 (remove_files) COMPLETE
81642026-06-01T15:04:12.868Z[ recovery-image] Jun 01 15:04:12.221 INFO O| Jun 01 15:04:12.221 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-06-01T15:04:12.894Z[ recovery-image] Jun 01 15:04:12.232 INFO O| Jun 01 15:04:12.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81662026-06-01T15:04:12.894Z[ recovery-image] Jun 01 15:04:12.232 INFO O| Jun 01 15:04:12.232 INFO STEP 1084 (remove_files) COMPLETE
81672026-06-01T15:04:12.894Z[ recovery-image] Jun 01 15:04:12.232 INFO O| Jun 01 15:04:12.232 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-06-01T15:04:12.894Z[ recovery-image] Jun 01 15:04:12.241 INFO O| Jun 01 15:04:12.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81692026-06-01T15:04:12.894Z[ recovery-image] Jun 01 15:04:12.241 INFO O| Jun 01 15:04:12.241 INFO STEP 1085 (remove_files) COMPLETE
81702026-06-01T15:04:12.894Z[ recovery-image] Jun 01 15:04:12.241 INFO O| Jun 01 15:04:12.241 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-06-01T15:04:12.908Z[ recovery-image] Jun 01 15:04:12.250 INFO O| Jun 01 15:04:12.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81722026-06-01T15:04:12.908Z[ recovery-image] Jun 01 15:04:12.250 INFO O| Jun 01 15:04:12.250 INFO STEP 1086 (remove_files) COMPLETE
81732026-06-01T15:04:12.908Z[ recovery-image] Jun 01 15:04:12.250 INFO O| Jun 01 15:04:12.250 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-06-01T15:04:12.908Z[ recovery-image] Jun 01 15:04:12.258 INFO O| Jun 01 15:04:12.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81752026-06-01T15:04:12.908Z[ recovery-image] Jun 01 15:04:12.258 INFO O| Jun 01 15:04:12.258 INFO STEP 1087 (remove_files) COMPLETE
81762026-06-01T15:04:12.908Z[ recovery-image] Jun 01 15:04:12.258 INFO O| Jun 01 15:04:12.258 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-06-01T15:04:12.908Z[ recovery-image] Jun 01 15:04:12.266 INFO O| Jun 01 15:04:12.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81782026-06-01T15:04:12.909Z[ recovery-image] Jun 01 15:04:12.266 INFO O| Jun 01 15:04:12.266 INFO STEP 1088 (remove_files) COMPLETE
81792026-06-01T15:04:12.909Z[ recovery-image] Jun 01 15:04:12.266 INFO O| Jun 01 15:04:12.266 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-06-01T15:04:12.926Z[ recovery-image] Jun 01 15:04:12.274 INFO O| Jun 01 15:04:12.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81812026-06-01T15:04:12.926Z[ recovery-image] Jun 01 15:04:12.274 INFO O| Jun 01 15:04:12.274 INFO STEP 1089 (remove_files) COMPLETE
81822026-06-01T15:04:12.927Z[ recovery-image] Jun 01 15:04:12.274 INFO O| Jun 01 15:04:12.274 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-06-01T15:04:12.927Z[ recovery-image] Jun 01 15:04:12.282 INFO O| Jun 01 15:04:12.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81842026-06-01T15:04:12.927Z[ recovery-image] Jun 01 15:04:12.282 INFO O| Jun 01 15:04:12.282 INFO STEP 1090 (remove_files) COMPLETE
81852026-06-01T15:04:12.927Z[ recovery-image] Jun 01 15:04:12.282 INFO O| Jun 01 15:04:12.282 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-06-01T15:04:12.939Z[ recovery-image] Jun 01 15:04:12.291 INFO O| Jun 01 15:04:12.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81872026-06-01T15:04:12.939Z[ recovery-image] Jun 01 15:04:12.291 INFO O| Jun 01 15:04:12.291 INFO STEP 1091 (remove_files) COMPLETE
81882026-06-01T15:04:12.939Z[ recovery-image] Jun 01 15:04:12.291 INFO O| Jun 01 15:04:12.291 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-06-01T15:04:12.939Z[ recovery-image] Jun 01 15:04:12.299 INFO O| Jun 01 15:04:12.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81902026-06-01T15:04:12.939Z[ recovery-image] Jun 01 15:04:12.299 INFO O| Jun 01 15:04:12.299 INFO STEP 1092 (remove_files) COMPLETE
81912026-06-01T15:04:12.939Z[ recovery-image] Jun 01 15:04:12.299 INFO O| Jun 01 15:04:12.299 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-06-01T15:04:12.978Z[ recovery-image] Jun 01 15:04:12.307 INFO O| Jun 01 15:04:12.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81932026-06-01T15:04:12.978Z[ recovery-image] Jun 01 15:04:12.307 INFO O| Jun 01 15:04:12.307 INFO STEP 1093 (remove_files) COMPLETE
81942026-06-01T15:04:12.978Z[ recovery-image] Jun 01 15:04:12.307 INFO O| Jun 01 15:04:12.307 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-06-01T15:04:12.988Z[ recovery-image] Jun 01 15:04:12.315 INFO O| Jun 01 15:04:12.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81962026-06-01T15:04:12.988Z[ recovery-image] Jun 01 15:04:12.315 INFO O| Jun 01 15:04:12.315 INFO STEP 1094 (remove_files) COMPLETE
81972026-06-01T15:04:12.988Z[ recovery-image] Jun 01 15:04:12.315 INFO O| Jun 01 15:04:12.315 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-06-01T15:04:12.989Z[ recovery-image] Jun 01 15:04:12.325 INFO O| Jun 01 15:04:12.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81992026-06-01T15:04:12.989Z[ recovery-image] Jun 01 15:04:12.325 INFO O| Jun 01 15:04:12.325 INFO STEP 1095 (remove_files) COMPLETE
82002026-06-01T15:04:12.989Z[ recovery-image] Jun 01 15:04:12.325 INFO O| Jun 01 15:04:12.325 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-06-01T15:04:12.989Z[ recovery-image] Jun 01 15:04:12.334 INFO O| Jun 01 15:04:12.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82022026-06-01T15:04:12.989Z[ recovery-image] Jun 01 15:04:12.334 INFO O| Jun 01 15:04:12.334 INFO STEP 1096 (remove_files) COMPLETE
82032026-06-01T15:04:12.989Z[ recovery-image] Jun 01 15:04:12.334 INFO O| Jun 01 15:04:12.334 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-06-01T15:04:12.989Z[ recovery-image] Jun 01 15:04:12.343 INFO O| Jun 01 15:04:12.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82052026-06-01T15:04:12.989Z[ recovery-image] Jun 01 15:04:12.343 INFO O| Jun 01 15:04:12.343 INFO STEP 1097 (remove_files) COMPLETE
82062026-06-01T15:04:12.989Z[ recovery-image] Jun 01 15:04:12.343 INFO O| Jun 01 15:04:12.343 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-06-01T15:04:13.001Z[ recovery-image] Jun 01 15:04:12.352 INFO O| Jun 01 15:04:12.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82082026-06-01T15:04:13.001Z[ recovery-image] Jun 01 15:04:12.352 INFO O| Jun 01 15:04:12.352 INFO STEP 1098 (remove_files) COMPLETE
82092026-06-01T15:04:13.001Z[ recovery-image] Jun 01 15:04:12.352 INFO O| Jun 01 15:04:12.352 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-06-01T15:04:13.002Z[ recovery-image] Jun 01 15:04:12.361 INFO O| Jun 01 15:04:12.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82112026-06-01T15:04:13.002Z[ recovery-image] Jun 01 15:04:12.361 INFO O| Jun 01 15:04:12.361 INFO STEP 1099 (remove_files) COMPLETE
82122026-06-01T15:04:13.002Z[ recovery-image] Jun 01 15:04:12.361 INFO O| Jun 01 15:04:12.361 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.371 INFO O| Jun 01 15:04:12.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82142026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.371 INFO O| Jun 01 15:04:12.371 INFO STEP 1100 (remove_files) COMPLETE
82152026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.371 INFO O| Jun 01 15:04:12.371 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.380 INFO O| Jun 01 15:04:12.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82172026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.380 INFO O| Jun 01 15:04:12.380 INFO STEP 1101 (remove_files) COMPLETE
82182026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.380 INFO O| Jun 01 15:04:12.380 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.389 INFO O| Jun 01 15:04:12.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82202026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.389 INFO O| Jun 01 15:04:12.389 INFO STEP 1102 (remove_files) COMPLETE
82212026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.389 INFO O| Jun 01 15:04:12.389 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.398 INFO O| Jun 01 15:04:12.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82232026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.398 INFO O| Jun 01 15:04:12.398 INFO STEP 1103 (remove_files) COMPLETE
82242026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.398 INFO O| Jun 01 15:04:12.398 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.407 INFO O| Jun 01 15:04:12.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82262026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.407 INFO O| Jun 01 15:04:12.407 INFO STEP 1104 (remove_files) COMPLETE
82272026-06-01T15:04:13.328Z[ recovery-image] Jun 01 15:04:12.407 INFO O| Jun 01 15:04:12.407 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.414 INFO O| Jun 01 15:04:12.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82292026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.415 INFO O| Jun 01 15:04:12.415 INFO STEP 1105 (remove_files) COMPLETE
82302026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.415 INFO O| Jun 01 15:04:12.415 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.422 INFO O| Jun 01 15:04:12.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82322026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.423 INFO O| Jun 01 15:04:12.423 INFO STEP 1106 (remove_files) COMPLETE
82332026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.423 INFO O| Jun 01 15:04:12.423 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.430 INFO O| Jun 01 15:04:12.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82352026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.430 INFO O| Jun 01 15:04:12.430 INFO STEP 1107 (remove_files) COMPLETE
82362026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.430 INFO O| Jun 01 15:04:12.430 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.438 INFO O| Jun 01 15:04:12.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82382026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.438 INFO O| Jun 01 15:04:12.438 INFO STEP 1108 (remove_files) COMPLETE
82392026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.438 INFO O| Jun 01 15:04:12.438 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.446 INFO O| Jun 01 15:04:12.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82412026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.446 INFO O| Jun 01 15:04:12.446 INFO STEP 1109 (remove_files) COMPLETE
82422026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.446 INFO O| Jun 01 15:04:12.446 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.453 INFO O| Jun 01 15:04:12.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82442026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.453 INFO O| Jun 01 15:04:12.453 INFO STEP 1110 (remove_files) COMPLETE
82452026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.453 INFO O| Jun 01 15:04:12.453 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.461 INFO O| Jun 01 15:04:12.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82472026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.461 INFO O| Jun 01 15:04:12.461 INFO STEP 1111 (remove_files) COMPLETE
82482026-06-01T15:04:13.329Z[ recovery-image] Jun 01 15:04:12.461 INFO O| Jun 01 15:04:12.461 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-06-01T15:04:13.330Z[ recovery-image] Jun 01 15:04:12.469 INFO O| Jun 01 15:04:12.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82502026-06-01T15:04:13.330Z[ recovery-image] Jun 01 15:04:12.469 INFO O| Jun 01 15:04:12.469 INFO STEP 1112 (remove_files) COMPLETE
82512026-06-01T15:04:13.330Z[ recovery-image] Jun 01 15:04:12.469 INFO O| Jun 01 15:04:12.469 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-06-01T15:04:13.330Z[ recovery-image] Jun 01 15:04:12.477 INFO O| Jun 01 15:04:12.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82532026-06-01T15:04:13.330Z[ recovery-image] Jun 01 15:04:12.477 INFO O| Jun 01 15:04:12.477 INFO STEP 1113 (remove_files) COMPLETE
82542026-06-01T15:04:13.330Z[ recovery-image] Jun 01 15:04:12.477 INFO O| Jun 01 15:04:12.477 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-06-01T15:04:13.330Z[ recovery-image] Jun 01 15:04:12.485 INFO O| Jun 01 15:04:12.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82562026-06-01T15:04:13.330Z[ recovery-image] Jun 01 15:04:12.485 INFO O| Jun 01 15:04:12.485 INFO STEP 1114 (remove_files) COMPLETE
82572026-06-01T15:04:13.330Z[ recovery-image] Jun 01 15:04:12.485 INFO O| Jun 01 15:04:12.485 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.493 INFO O| Jun 01 15:04:12.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82592026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.493 INFO O| Jun 01 15:04:12.493 INFO STEP 1115 (remove_files) COMPLETE
82602026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.493 INFO O| Jun 01 15:04:12.493 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.502 INFO O| Jun 01 15:04:12.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82622026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.502 INFO O| Jun 01 15:04:12.502 INFO STEP 1116 (remove_files) COMPLETE
82632026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.502 INFO O| Jun 01 15:04:12.502 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.510 INFO O| Jun 01 15:04:12.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82652026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.510 INFO O| Jun 01 15:04:12.510 INFO STEP 1117 (remove_files) COMPLETE
82662026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.510 INFO O| Jun 01 15:04:12.510 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.518 INFO O| Jun 01 15:04:12.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82682026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.518 INFO O| Jun 01 15:04:12.518 INFO STEP 1118 (remove_files) COMPLETE
82692026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.518 INFO O| Jun 01 15:04:12.518 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82702026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.529 INFO O| Jun 01 15:04:12.529 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82712026-06-01T15:04:13.331Z[ recovery-image] Jun 01 15:04:12.529 INFO O| Jun 01 15:04:12.529 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82722026-06-01T15:04:17.147Z[ recovery-image] Jun 01 15:04:13.879 INFO O| Jun 01 15:04:13.879 INFO STEP 1119 (pack_tar) COMPLETE
82732026-06-01T15:04:17.147Z[ recovery-image] Jun 01 15:04:13.879 INFO O| Jun 01 15:04:13.879 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82742026-06-01T15:04:17.147Z[ recovery-image] Jun 01 15:04:13.879 INFO O| Jun 01 15:04:13.879 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82752026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.221 INFO O| Jun 01 15:04:14.221 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82762026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.320 INFO O| Jun 01 15:04:14.320 INFO completed processing sled/ramdisk-03-recovery-trim
82772026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.323 INFO image builder template: zfs-recovery...
82782026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.323 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/.tmpl9u4jp/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
82792026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.350 INFO O| Jun 01 15:04:14.350 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82802026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.354 INFO O| Jun 01 15:04:14.354 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82812026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.435 INFO O| Jun 01 15:04:14.435 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82822026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.507 INFO O| Jun 01 15:04:14.507 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82832026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.508 INFO O| Jun 01 15:04:14.507 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82842026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.511 INFO O| Jun 01 15:04:14.511 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82852026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.651 INFO O| Jun 01 15:04:14.651 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82862026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.724 INFO O| Jun 01 15:04:14.723 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82872026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.731 INFO O| Jun 01 15:04:14.731 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82882026-06-01T15:04:17.183Z[ recovery-image] Jun 01 15:04:14.735 INFO O| Jun 01 15:04:14.735 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82892026-06-01T15:04:17.184Z[ recovery-image] Jun 01 15:04:14.736 INFO O| Jun 01 15:04:14.736 INFO no lofi found
82902026-06-01T15:04:17.184Z[ recovery-image] Jun 01 15:04:14.736 INFO O| Jun 01 15:04:14.736 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82912026-06-01T15:04:17.184Z[ recovery-image] Jun 01 15:04:14.736 INFO O| Jun 01 15:04:14.736 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82922026-06-01T15:04:17.634Z[ recovery-image] Jun 01 15:04:17.001 INFO O| Jun 01 15:04:17.001 INFO lofi device = /dev/dsk/c2t1d0p0
82932026-06-01T15:04:17.634Z[ recovery-image] Jun 01 15:04:17.001 INFO O| Jun 01 15:04:17.001 INFO pool device = /dev/dsk/c2t1d0p0
82942026-06-01T15:04:17.637Z[ recovery-image] Jun 01 15:04:17.001 INFO O| Jun 01 15:04:17.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"]
82952026-06-01T15:04:17.818Z[ recovery-image] Jun 01 15:04:17.184 INFO O| Jun 01 15:04:17.184 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82962026-06-01T15:04:17.818Z[ recovery-image] Jun 01 15:04:17.184 INFO O| Jun 01 15:04:17.184 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82972026-06-01T15:04:17.846Z[ recovery-image] Jun 01 15:04:17.212 INFO O| Jun 01 15:04:17.212 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82982026-06-01T15:04:17.995Z[ recovery-image] Jun 01 15:04:17.362 INFO O| Jun 01 15:04:17.362 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82992026-06-01T15:04:18.031Z[ recovery-image] Jun 01 15:04:17.397 INFO O| Jun 01 15:04:17.397 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83002026-06-01T15:04:18.052Z[ recovery-image] Jun 01 15:04:17.418 INFO O| Jun 01 15:04:17.417 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83012026-06-01T15:04:18.070Z[ recovery-image] Jun 01 15:04:17.435 INFO O| Jun 01 15:04:17.435 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83022026-06-01T15:04:18.111Z[ recovery-image] Jun 01 15:04:17.477 INFO O| Jun 01 15:04:17.477 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83032026-06-01T15:04:18.111Z[ recovery-image] Jun 01 15:04:17.477 INFO O| Jun 01 15:04:17.477 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83042026-06-01T15:04:18.111Z[ recovery-image] Jun 01 15:04:17.477 INFO O| Jun 01 15:04:17.477 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83052026-06-01T15:04:18.120Z[ recovery-image] Jun 01 15:04:17.487 INFO O| Jun 01 15:04:17.487 INFO boot environment UUID: f750c2a7-9ca0-4216-bb80-69d51efffa70
83062026-06-01T15:04:18.120Z[ recovery-image] Jun 01 15:04:17.487 INFO O| Jun 01 15:04:17.487 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = f750c2a7-9ca0-4216-bb80-69d51efffa70
83072026-06-01T15:04:18.137Z[ recovery-image] Jun 01 15:04:17.504 INFO O| Jun 01 15:04:17.504 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83082026-06-01T15:04:18.153Z[ recovery-image] Jun 01 15:04:17.520 INFO O| Jun 01 15:04:17.520 INFO STEP 0 (create_be) COMPLETE
83092026-06-01T15:04:18.153Z[ recovery-image] Jun 01 15:04:17.520 INFO O| Jun 01 15:04:17.520 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83102026-06-01T15:04:18.165Z[ recovery-image] Jun 01 15:04:17.532 INFO O| Jun 01 15:04:17.532 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"]
83112026-06-01T15:04:26.955Z[ recovery-image] Jun 01 15:04:26.321 INFO O| Jun 01 15:04:26.321 INFO STEP 1 (unpack_tar) COMPLETE
83122026-06-01T15:04:26.955Z[ recovery-image] Jun 01 15:04:26.321 INFO O| Jun 01 15:04:26.321 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83132026-06-01T15:04:26.964Z[ recovery-image] Jun 01 15:04:26.330 INFO O| Jun 01 15:04:26.330 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83142026-06-01T15:04:28.069Z[ recovery-image] Jun 01 15:04:27.436 INFO O| Jun 01 15:04:27.436 INFO STEP 2 (devfsadm) COMPLETE
83152026-06-01T15:04:28.070Z[ recovery-image] Jun 01 15:04:27.436 INFO O| Jun 01 15:04:27.436 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83162026-06-01T15:04:28.079Z[ recovery-image] Jun 01 15:04:27.445 INFO O| Jun 01 15:04:27.445 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83172026-06-01T15:04:28.079Z[ recovery-image] Jun 01 15:04:27.445 INFO O| Jun 01 15:04:27.445 INFO STEP 3 (ensure_dir) COMPLETE
83182026-06-01T15:04:28.079Z[ recovery-image] Jun 01 15:04:27.445 INFO O| Jun 01 15:04:27.445 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83192026-06-01T15:04:28.086Z[ recovery-image] Jun 01 15:04:27.453 INFO O| Jun 01 15:04:27.453 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83202026-06-01T15:04:28.087Z[ recovery-image] Jun 01 15:04:27.453 INFO O| Jun 01 15:04:27.453 INFO STEP 4 (ensure_dir) COMPLETE
83212026-06-01T15:04:28.091Z[ recovery-image] Jun 01 15:04:27.453 INFO O| Jun 01 15:04:27.453 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83222026-06-01T15:04:28.094Z[ recovery-image] Jun 01 15:04:27.461 INFO O| Jun 01 15:04:27.461 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83232026-06-01T15:04:28.094Z[ recovery-image] Jun 01 15:04:27.461 INFO O| Jun 01 15:04:27.461 INFO STEP 5 (ensure_dir) COMPLETE
83242026-06-01T15:04:28.095Z[ recovery-image] Jun 01 15:04:27.461 INFO O| Jun 01 15:04:27.461 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83252026-06-01T15:04:28.103Z[ recovery-image] Jun 01 15:04:27.469 INFO O| Jun 01 15:04:27.469 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83262026-06-01T15:04:28.103Z[ recovery-image] Jun 01 15:04:27.469 INFO O| Jun 01 15:04:27.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83272026-06-01T15:04:28.106Z[ recovery-image] Jun 01 15:04:27.469 INFO O| Jun 01 15:04:27.469 INFO STEP 6 (ensure_dir) COMPLETE
83282026-06-01T15:04:28.107Z[ recovery-image] Jun 01 15:04:27.469 INFO O| Jun 01 15:04:27.469 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83292026-06-01T15:04:28.110Z[ recovery-image] Jun 01 15:04:27.477 INFO O| Jun 01 15:04:27.477 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83302026-06-01T15:04:28.111Z[ recovery-image] Jun 01 15:04:27.477 INFO O| Jun 01 15:04:27.477 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83312026-06-01T15:04:28.114Z[ recovery-image] Jun 01 15:04:27.477 INFO O| Jun 01 15:04:27.477 INFO STEP 7 (ensure_dir) COMPLETE
83322026-06-01T15:04:28.114Z[ recovery-image] Jun 01 15:04:27.477 INFO O| Jun 01 15:04:27.477 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83332026-06-01T15:04:28.121Z[ recovery-image] Jun 01 15:04:27.487 INFO O| Jun 01 15:04:27.487 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83342026-06-01T15:04:28.124Z[ recovery-image] Jun 01 15:04:27.488 INFO O| Jun 01 15:04:27.488 INFO STEP 8 (remove_files) COMPLETE
83352026-06-01T15:04:28.124Z[ recovery-image] Jun 01 15:04:27.488 INFO O| Jun 01 15:04:27.488 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83362026-06-01T15:04:28.131Z[ recovery-image] Jun 01 15:04:27.497 INFO O| Jun 01 15:04:27.497 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83372026-06-01T15:04:28.135Z[ recovery-image] Jun 01 15:04:27.498 INFO O| Jun 01 15:04:27.498 INFO STEP 9 (remove_files) COMPLETE
83382026-06-01T15:04:28.135Z[ recovery-image] Jun 01 15:04:27.498 INFO O| Jun 01 15:04:27.498 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83392026-06-01T15:04:28.142Z[ recovery-image] Jun 01 15:04:27.508 INFO O| Jun 01 15:04:27.508 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83402026-06-01T15:04:28.145Z[ recovery-image] Jun 01 15:04:27.509 INFO O| Jun 01 15:04:27.509 INFO STEP 10 (remove_files) COMPLETE
83412026-06-01T15:04:28.146Z[ recovery-image] Jun 01 15:04:27.509 INFO O| Jun 01 15:04:27.509 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83422026-06-01T15:04:28.151Z[ recovery-image] Jun 01 15:04:27.517 INFO O| Jun 01 15:04:27.517 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83432026-06-01T15:04:28.151Z[ recovery-image] Jun 01 15:04:27.517 INFO O| Jun 01 15:04:27.517 INFO STEP 11 (remove_files) COMPLETE
83442026-06-01T15:04:28.155Z[ recovery-image] Jun 01 15:04:27.517 INFO O| Jun 01 15:04:27.517 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83452026-06-01T15:04:28.159Z[ recovery-image] Jun 01 15:04:27.525 INFO O| Jun 01 15:04:27.525 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83462026-06-01T15:04:28.159Z[ recovery-image] Jun 01 15:04:27.525 INFO O| Jun 01 15:04:27.525 INFO STEP 12 (remove_files) COMPLETE
83472026-06-01T15:04:28.159Z[ recovery-image] Jun 01 15:04:27.525 INFO O| Jun 01 15:04:27.525 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83482026-06-01T15:04:28.167Z[ recovery-image] Jun 01 15:04:27.533 INFO O| Jun 01 15:04:27.533 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83492026-06-01T15:04:28.167Z[ recovery-image] Jun 01 15:04:27.533 INFO O| Jun 01 15:04:27.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83502026-06-01T15:04:28.167Z[ recovery-image] Jun 01 15:04:27.533 INFO O| Jun 01 15:04:27.533 INFO STEP 13 (ensure_dir) COMPLETE
83512026-06-01T15:04:28.171Z[ recovery-image] Jun 01 15:04:27.533 INFO O| Jun 01 15:04:27.533 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83522026-06-01T15:04:28.179Z[ recovery-image] Jun 01 15:04:27.543 INFO O| Jun 01 15:04:27.543 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83532026-06-01T15:04:28.179Z[ recovery-image] Jun 01 15:04:27.543 INFO O| Jun 01 15:04:27.543 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83542026-06-01T15:04:28.179Z[ recovery-image] Jun 01 15:04:27.544 INFO O| Jun 01 15:04:27.543 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83552026-06-01T15:04:28.183Z[ recovery-image] Jun 01 15:04:27.544 INFO O| Jun 01 15:04:27.544 INFO STEP 14 (ensure_dir) COMPLETE
83562026-06-01T15:04:28.183Z[ recovery-image] Jun 01 15:04:27.544 INFO O| Jun 01 15:04:27.544 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83572026-06-01T15:04:28.187Z[ recovery-image] Jun 01 15:04:27.552 INFO O| Jun 01 15:04:27.551 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83582026-06-01T15:04:28.187Z[ recovery-image] Jun 01 15:04:27.552 INFO O| Jun 01 15:04:27.552 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83592026-06-01T15:04:28.187Z[ recovery-image] Jun 01 15:04:27.552 INFO O| Jun 01 15:04:27.552 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83602026-06-01T15:04:28.187Z[ recovery-image] Jun 01 15:04:27.552 INFO O| Jun 01 15:04:27.552 INFO STEP 15 (ensure_dir) COMPLETE
83612026-06-01T15:04:28.187Z[ recovery-image] Jun 01 15:04:27.552 INFO O| Jun 01 15:04:27.552 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83622026-06-01T15:04:28.194Z[ recovery-image] Jun 01 15:04:27.561 INFO O| Jun 01 15:04:27.561 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83632026-06-01T15:04:28.194Z[ recovery-image] Jun 01 15:04:27.561 INFO O| Jun 01 15:04:27.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83642026-06-01T15:04:28.195Z[ recovery-image] Jun 01 15:04:27.561 INFO O| Jun 01 15:04:27.561 INFO STEP 16 (ensure_dir) COMPLETE
83652026-06-01T15:04:28.198Z[ recovery-image] Jun 01 15:04:27.561 INFO O| Jun 01 15:04:27.561 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83662026-06-01T15:04:28.203Z[ recovery-image] Jun 01 15:04:27.569 INFO O| Jun 01 15:04:27.569 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83672026-06-01T15:04:28.203Z[ recovery-image] Jun 01 15:04:27.569 INFO O| Jun 01 15:04:27.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83682026-06-01T15:04:28.207Z[ recovery-image] Jun 01 15:04:27.569 INFO O| Jun 01 15:04:27.569 INFO STEP 17 (ensure_dir) COMPLETE
83692026-06-01T15:04:28.207Z[ recovery-image] Jun 01 15:04:27.569 INFO O| Jun 01 15:04:27.569 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83702026-06-01T15:04:28.211Z[ recovery-image] Jun 01 15:04:27.577 INFO O| Jun 01 15:04:27.577 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83712026-06-01T15:04:28.211Z[ recovery-image] Jun 01 15:04:27.577 INFO O| Jun 01 15:04:27.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83722026-06-01T15:04:28.211Z[ recovery-image] Jun 01 15:04:27.577 INFO O| Jun 01 15:04:27.577 INFO ok!
83732026-06-01T15:04:28.214Z[ recovery-image] Jun 01 15:04:27.577 INFO O| Jun 01 15:04:27.577 INFO STEP 18 (ensure_symlink) COMPLETE
83742026-06-01T15:04:28.214Z[ recovery-image] Jun 01 15:04:27.577 INFO O| Jun 01 15:04:27.577 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83752026-06-01T15:04:28.221Z[ recovery-image] Jun 01 15:04:27.588 INFO O| Jun 01 15:04:27.588 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83762026-06-01T15:04:28.221Z[ recovery-image] Jun 01 15:04:27.588 INFO O| Jun 01 15:04:27.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83772026-06-01T15:04:28.225Z[ recovery-image] Jun 01 15:04:27.588 INFO O| Jun 01 15:04:27.588 INFO ok!
83782026-06-01T15:04:28.225Z[ recovery-image] Jun 01 15:04:27.588 INFO O| Jun 01 15:04:27.588 INFO STEP 19 (ensure_file) COMPLETE
83792026-06-01T15:04:28.225Z[ recovery-image] Jun 01 15:04:27.588 INFO O| Jun 01 15:04:27.588 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83802026-06-01T15:04:28.229Z[ recovery-image] Jun 01 15:04:27.596 INFO O| Jun 01 15:04:27.596 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83812026-06-01T15:04:28.229Z[ recovery-image] Jun 01 15:04:27.596 INFO O| Jun 01 15:04:27.596 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83822026-06-01T15:04:28.230Z[ recovery-image] Jun 01 15:04:27.596 INFO O| Jun 01 15:04:27.596 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83832026-06-01T15:04:28.230Z[ recovery-image] Jun 01 15:04:27.596 INFO O| Jun 01 15:04:27.596 INFO ok!
83842026-06-01T15:04:28.230Z[ recovery-image] Jun 01 15:04:27.596 INFO O| Jun 01 15:04:27.596 INFO STEP 20 (ensure_symlink) COMPLETE
83852026-06-01T15:04:28.234Z[ recovery-image] Jun 01 15:04:27.596 INFO O| Jun 01 15:04:27.596 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83862026-06-01T15:04:28.237Z[ recovery-image] Jun 01 15:04:27.604 INFO O| Jun 01 15:04:27.604 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83872026-06-01T15:04:28.237Z[ recovery-image] Jun 01 15:04:27.604 INFO O| Jun 01 15:04:27.604 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83882026-06-01T15:04:28.237Z[ recovery-image] Jun 01 15:04:27.604 INFO O| Jun 01 15:04:27.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83892026-06-01T15:04:28.241Z[ recovery-image] Jun 01 15:04:27.604 INFO O| Jun 01 15:04:27.604 INFO ok!
83902026-06-01T15:04:28.241Z[ recovery-image] Jun 01 15:04:27.604 INFO O| Jun 01 15:04:27.604 INFO STEP 21 (ensure_symlink) COMPLETE
83912026-06-01T15:04:28.241Z[ recovery-image] Jun 01 15:04:27.604 INFO O| Jun 01 15:04:27.604 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83922026-06-01T15:04:28.245Z[ recovery-image] Jun 01 15:04:27.612 INFO O| Jun 01 15:04:27.612 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83932026-06-01T15:04:28.245Z[ recovery-image] Jun 01 15:04:27.612 INFO O| Jun 01 15:04:27.612 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83942026-06-01T15:04:28.249Z[ recovery-image] Jun 01 15:04:27.612 INFO O| Jun 01 15:04:27.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83952026-06-01T15:04:28.250Z[ recovery-image] Jun 01 15:04:27.612 INFO O| Jun 01 15:04:27.612 INFO ok!
83962026-06-01T15:04:28.250Z[ recovery-image] Jun 01 15:04:27.612 INFO O| Jun 01 15:04:27.612 INFO STEP 22 (ensure_symlink) COMPLETE
83972026-06-01T15:04:28.250Z[ recovery-image] Jun 01 15:04:27.612 INFO O| Jun 01 15:04:27.612 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83982026-06-01T15:04:28.255Z[ recovery-image] Jun 01 15:04:27.622 INFO O| Jun 01 15:04:27.622 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83992026-06-01T15:04:28.256Z[ recovery-image] Jun 01 15:04:27.622 INFO O| Jun 01 15:04:27.622 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84002026-06-01T15:04:28.259Z[ recovery-image] Jun 01 15:04:27.622 INFO O| Jun 01 15:04:27.622 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84012026-06-01T15:04:28.260Z[ recovery-image] Jun 01 15:04:27.622 INFO O| Jun 01 15:04:27.622 INFO ok!
84022026-06-01T15:04:28.260Z[ recovery-image] Jun 01 15:04:27.622 INFO O| Jun 01 15:04:27.622 INFO STEP 23 (ensure_symlink) COMPLETE
84032026-06-01T15:04:28.260Z[ recovery-image] Jun 01 15:04:27.622 INFO O| Jun 01 15:04:27.622 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84042026-06-01T15:04:28.264Z[ recovery-image] Jun 01 15:04:27.630 INFO O| Jun 01 15:04:27.629 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84052026-06-01T15:04:28.264Z[ recovery-image] Jun 01 15:04:27.630 INFO O| Jun 01 15:04:27.630 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 ...
84062026-06-01T15:04:28.264Z[ recovery-image] Jun 01 15:04:27.630 INFO O| Jun 01 15:04:27.630 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84072026-06-01T15:04:28.264Z[ recovery-image] Jun 01 15:04:27.630 INFO O| Jun 01 15:04:27.630 INFO ok!
84082026-06-01T15:04:28.264Z[ recovery-image] Jun 01 15:04:27.630 INFO O| Jun 01 15:04:27.630 INFO STEP 24 (ensure_file) COMPLETE
84092026-06-01T15:04:28.264Z[ recovery-image] Jun 01 15:04:27.630 INFO O| Jun 01 15:04:27.630 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84102026-06-01T15:04:28.271Z[ recovery-image] Jun 01 15:04:27.637 INFO O| Jun 01 15:04:27.637 INFO updating shadow file
84112026-06-01T15:04:28.271Z[ recovery-image] Jun 01 15:04:27.637 INFO O| Jun 01 15:04:27.637 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84122026-06-01T15:04:28.271Z[ recovery-image] Jun 01 15:04:27.637 INFO O| Jun 01 15:04:27.637 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84132026-06-01T15:04:28.276Z[ recovery-image] Jun 01 15:04:27.637 INFO O| Jun 01 15:04:27.637 INFO STEP 25 (shadow) COMPLETE
84142026-06-01T15:04:28.276Z[ recovery-image] Jun 01 15:04:27.637 INFO O| Jun 01 15:04:27.637 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84152026-06-01T15:04:28.280Z[ recovery-image] Jun 01 15:04:27.645 INFO O| Jun 01 15:04:27.645 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84162026-06-01T15:04:28.280Z[ recovery-image] Jun 01 15:04:27.645 INFO O| Jun 01 15:04:27.645 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84172026-06-01T15:04:28.280Z[ recovery-image] Jun 01 15:04:27.645 INFO O| Jun 01 15:04:27.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84182026-06-01T15:04:28.280Z[ recovery-image] Jun 01 15:04:27.645 INFO O| Jun 01 15:04:27.645 INFO ok!
84192026-06-01T15:04:28.280Z[ recovery-image] Jun 01 15:04:27.645 INFO O| Jun 01 15:04:27.645 INFO STEP 26 (ensure_file) COMPLETE
84202026-06-01T15:04:28.280Z[ recovery-image] Jun 01 15:04:27.645 INFO O| Jun 01 15:04:27.645 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84212026-06-01T15:04:28.289Z[ recovery-image] Jun 01 15:04:27.655 INFO O| Jun 01 15:04:27.655 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84222026-06-01T15:04:28.289Z[ recovery-image] Jun 01 15:04:27.655 INFO O| Jun 01 15:04:27.655 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84232026-06-01T15:04:28.293Z[ recovery-image] Jun 01 15:04:27.655 INFO O| Jun 01 15:04:27.655 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84242026-06-01T15:04:28.293Z[ recovery-image] Jun 01 15:04:27.655 INFO O| Jun 01 15:04:27.655 INFO ok!
84252026-06-01T15:04:28.293Z[ recovery-image] Jun 01 15:04:27.655 INFO O| Jun 01 15:04:27.655 INFO STEP 27 (ensure_file) COMPLETE
84262026-06-01T15:04:28.293Z[ recovery-image] Jun 01 15:04:27.655 INFO O| Jun 01 15:04:27.655 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84272026-06-01T15:04:28.298Z[ recovery-image] Jun 01 15:04:27.665 INFO O| Jun 01 15:04:27.665 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84282026-06-01T15:04:28.298Z[ recovery-image] Jun 01 15:04:27.665 INFO O| Jun 01 15:04:27.665 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84292026-06-01T15:04:28.302Z[ recovery-image] Jun 01 15:04:27.665 INFO O| Jun 01 15:04:27.665 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84302026-06-01T15:04:28.302Z[ recovery-image] Jun 01 15:04:27.665 INFO O| Jun 01 15:04:27.665 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84312026-06-01T15:04:28.302Z[ recovery-image] Jun 01 15:04:27.665 INFO O| Jun 01 15:04:27.665 INFO ok!
84322026-06-01T15:04:28.302Z[ recovery-image] Jun 01 15:04:27.665 INFO O| Jun 01 15:04:27.665 INFO STEP 28 (ensure_file) COMPLETE
84332026-06-01T15:04:28.302Z[ recovery-image] Jun 01 15:04:27.665 INFO O| Jun 01 15:04:27.665 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84342026-06-01T15:04:28.309Z[ recovery-image] Jun 01 15:04:27.675 INFO O| Jun 01 15:04:27.675 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84352026-06-01T15:04:28.309Z[ recovery-image] Jun 01 15:04:27.675 INFO O| Jun 01 15:04:27.675 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84362026-06-01T15:04:28.313Z[ recovery-image] Jun 01 15:04:27.675 INFO O| Jun 01 15:04:27.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84372026-06-01T15:04:28.313Z[ recovery-image] Jun 01 15:04:27.675 INFO O| Jun 01 15:04:27.675 INFO ok!
84382026-06-01T15:04:28.313Z[ recovery-image] Jun 01 15:04:27.675 INFO O| Jun 01 15:04:27.675 INFO STEP 29 (ensure_file) COMPLETE
84392026-06-01T15:04:28.314Z[ recovery-image] Jun 01 15:04:27.675 INFO O| Jun 01 15:04:27.675 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84402026-06-01T15:04:28.318Z[ recovery-image] Jun 01 15:04:27.684 INFO O| Jun 01 15:04:27.684 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84412026-06-01T15:04:28.318Z[ recovery-image] Jun 01 15:04:27.684 INFO O| Jun 01 15:04:27.684 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84422026-06-01T15:04:28.322Z[ recovery-image] Jun 01 15:04:27.684 INFO O| Jun 01 15:04:27.684 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84432026-06-01T15:04:28.322Z[ recovery-image] Jun 01 15:04:27.684 INFO O| Jun 01 15:04:27.684 INFO STEP 30 (ensure_dir) COMPLETE
84442026-06-01T15:04:28.322Z[ recovery-image] Jun 01 15:04:27.684 INFO O| Jun 01 15:04:27.684 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84452026-06-01T15:04:28.326Z[ recovery-image] Jun 01 15:04:27.692 INFO O| Jun 01 15:04:27.692 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84462026-06-01T15:04:28.330Z[ recovery-image] Jun 01 15:04:27.692 INFO O| Jun 01 15:04:27.692 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 ...
84472026-06-01T15:04:28.330Z[ recovery-image] Jun 01 15:04:27.693 INFO O| Jun 01 15:04:27.693 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
84482026-06-01T15:04:28.330Z[ recovery-image] Jun 01 15:04:27.693 INFO O| Jun 01 15:04:27.693 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84492026-06-01T15:04:28.330Z[ recovery-image] Jun 01 15:04:27.693 INFO O| Jun 01 15:04:27.693 INFO ok!
84502026-06-01T15:04:28.330Z[ recovery-image] Jun 01 15:04:27.693 INFO O| Jun 01 15:04:27.693 INFO STEP 31 (ensure_file) COMPLETE
84512026-06-01T15:04:28.330Z[ recovery-image] Jun 01 15:04:27.693 INFO O| Jun 01 15:04:27.693 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84522026-06-01T15:04:28.335Z[ recovery-image] Jun 01 15:04:27.702 INFO O| Jun 01 15:04:27.701 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84532026-06-01T15:04:28.335Z[ recovery-image] Jun 01 15:04:27.702 INFO O| Jun 01 15:04:27.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84542026-06-01T15:04:28.335Z[ recovery-image] Jun 01 15:04:27.702 INFO O| Jun 01 15:04:27.702 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84552026-06-01T15:04:28.339Z[ recovery-image] Jun 01 15:04:27.702 INFO O| Jun 01 15:04:27.702 INFO STEP 32 (ensure_dir) COMPLETE
84562026-06-01T15:04:28.339Z[ recovery-image] Jun 01 15:04:27.702 INFO O| Jun 01 15:04:27.702 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84572026-06-01T15:04:28.345Z[ recovery-image] Jun 01 15:04:27.710 INFO O| Jun 01 15:04:27.710 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84582026-06-01T15:04:28.346Z[ recovery-image] Jun 01 15:04:27.710 INFO O| Jun 01 15:04:27.710 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 ...
84592026-06-01T15:04:28.346Z[ recovery-image] Jun 01 15:04:27.710 INFO O| Jun 01 15:04:27.710 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
84602026-06-01T15:04:28.350Z[ recovery-image] Jun 01 15:04:27.710 INFO O| Jun 01 15:04:27.710 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84612026-06-01T15:04:28.350Z[ recovery-image] Jun 01 15:04:27.710 INFO O| Jun 01 15:04:27.710 INFO ok!
84622026-06-01T15:04:28.350Z[ recovery-image] Jun 01 15:04:27.710 INFO O| Jun 01 15:04:27.710 INFO STEP 33 (ensure_file) COMPLETE
84632026-06-01T15:04:28.350Z[ recovery-image] Jun 01 15:04:27.710 INFO O| Jun 01 15:04:27.710 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84642026-06-01T15:04:28.354Z[ recovery-image] Jun 01 15:04:27.719 INFO O| Jun 01 15:04:27.719 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84652026-06-01T15:04:28.354Z[ recovery-image] Jun 01 15:04:27.720 INFO O| Jun 01 15:04:27.719 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84662026-06-01T15:04:28.354Z[ recovery-image] Jun 01 15:04:27.720 INFO O| Jun 01 15:04:27.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84672026-06-01T15:04:28.354Z[ recovery-image] Jun 01 15:04:27.720 INFO O| Jun 01 15:04:27.720 INFO ok!
84682026-06-01T15:04:28.354Z[ recovery-image] Jun 01 15:04:27.720 INFO O| Jun 01 15:04:27.720 INFO STEP 34 (ensure_file) COMPLETE
84692026-06-01T15:04:28.354Z[ recovery-image] Jun 01 15:04:27.720 INFO O| Jun 01 15:04:27.720 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84702026-06-01T15:04:28.362Z[ recovery-image] Jun 01 15:04:27.728 INFO O| Jun 01 15:04:27.728 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84712026-06-01T15:04:28.362Z[ recovery-image] Jun 01 15:04:27.728 INFO O| Jun 01 15:04:27.728 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84722026-06-01T15:04:28.362Z[ recovery-image] Jun 01 15:04:27.728 INFO O| Jun 01 15:04:27.728 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84732026-06-01T15:04:28.367Z[ recovery-image] Jun 01 15:04:27.728 INFO O| Jun 01 15:04:27.728 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84742026-06-01T15:04:28.367Z[ recovery-image] Jun 01 15:04:27.728 INFO O| Jun 01 15:04:27.728 INFO ok!
84752026-06-01T15:04:28.367Z[ recovery-image] Jun 01 15:04:27.728 INFO O| Jun 01 15:04:27.728 INFO STEP 35 (ensure_file) COMPLETE
84762026-06-01T15:04:28.367Z[ recovery-image] Jun 01 15:04:27.728 INFO O| Jun 01 15:04:27.728 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84772026-06-01T15:04:28.371Z[ recovery-image] Jun 01 15:04:27.736 INFO O| Jun 01 15:04:27.736 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84782026-06-01T15:04:28.371Z[ recovery-image] Jun 01 15:04:27.736 INFO O| Jun 01 15:04:27.736 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84792026-06-01T15:04:28.371Z[ recovery-image] Jun 01 15:04:27.737 INFO O| Jun 01 15:04:27.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84802026-06-01T15:04:28.371Z[ recovery-image] Jun 01 15:04:27.737 INFO O| Jun 01 15:04:27.737 INFO ok!
84812026-06-01T15:04:28.372Z[ recovery-image] Jun 01 15:04:27.737 INFO O| Jun 01 15:04:27.737 INFO STEP 36 (ensure_file) COMPLETE
84822026-06-01T15:04:28.372Z[ recovery-image] Jun 01 15:04:27.737 INFO O| Jun 01 15:04:27.737 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84832026-06-01T15:04:28.379Z[ recovery-image] Jun 01 15:04:27.746 INFO O| Jun 01 15:04:27.746 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84842026-06-01T15:04:28.379Z[ recovery-image] Jun 01 15:04:27.746 INFO O| Jun 01 15:04:27.746 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84852026-06-01T15:04:28.383Z[ recovery-image] Jun 01 15:04:27.746 INFO O| Jun 01 15:04:27.746 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84862026-06-01T15:04:28.383Z[ recovery-image] Jun 01 15:04:27.746 INFO O| Jun 01 15:04:27.746 INFO ok!
84872026-06-01T15:04:28.383Z[ recovery-image] Jun 01 15:04:27.746 INFO O| Jun 01 15:04:27.746 INFO STEP 37 (ensure_file) COMPLETE
84882026-06-01T15:04:28.383Z[ recovery-image] Jun 01 15:04:27.746 INFO O| Jun 01 15:04:27.746 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84892026-06-01T15:04:28.390Z[ recovery-image] Jun 01 15:04:27.756 INFO O| Jun 01 15:04:27.756 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84902026-06-01T15:04:28.390Z[ recovery-image] Jun 01 15:04:27.756 INFO O| Jun 01 15:04:27.756 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84912026-06-01T15:04:28.394Z[ recovery-image] Jun 01 15:04:27.756 INFO O| Jun 01 15:04:27.756 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84922026-06-01T15:04:28.394Z[ recovery-image] Jun 01 15:04:27.756 INFO O| Jun 01 15:04:27.756 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84932026-06-01T15:04:28.394Z[ recovery-image] Jun 01 15:04:27.756 INFO O| Jun 01 15:04:27.756 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84942026-06-01T15:04:28.394Z[ recovery-image] Jun 01 15:04:27.756 INFO O| Jun 01 15:04:27.756 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84952026-06-01T15:04:28.394Z[ recovery-image] Jun 01 15:04:27.756 INFO O| Jun 01 15:04:27.756 INFO ok!
84962026-06-01T15:04:28.394Z[ recovery-image] Jun 01 15:04:27.756 INFO O| Jun 01 15:04:27.756 INFO STEP 38 (ensure_file) COMPLETE
84972026-06-01T15:04:28.394Z[ recovery-image] Jun 01 15:04:27.756 INFO O| Jun 01 15:04:27.756 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84982026-06-01T15:04:28.399Z[ recovery-image] Jun 01 15:04:27.766 INFO O| Jun 01 15:04:27.766 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84992026-06-01T15:04:28.399Z[ recovery-image] Jun 01 15:04:27.766 INFO O| Jun 01 15:04:27.766 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85002026-06-01T15:04:28.400Z[ recovery-image] Jun 01 15:04:27.766 INFO O| Jun 01 15:04:27.766 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85012026-06-01T15:04:28.404Z[ recovery-image] Jun 01 15:04:27.766 INFO O| Jun 01 15:04:27.766 INFO STEP 39 (ensure_dir) COMPLETE
85022026-06-01T15:04:28.404Z[ recovery-image] Jun 01 15:04:27.766 INFO O| Jun 01 15:04:27.766 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85032026-06-01T15:04:28.409Z[ recovery-image] Jun 01 15:04:27.775 INFO O| Jun 01 15:04:27.775 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
85042026-06-01T15:04:28.409Z[ recovery-image] Jun 01 15:04:27.776 INFO O| Jun 01 15:04:27.775 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 ...
85052026-06-01T15:04:28.409Z[ recovery-image] Jun 01 15:04:27.776 INFO O| Jun 01 15:04:27.776 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
85062026-06-01T15:04:28.413Z[ recovery-image] Jun 01 15:04:27.776 INFO O| Jun 01 15:04:27.776 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
85072026-06-01T15:04:28.413Z[ recovery-image] Jun 01 15:04:27.776 INFO O| Jun 01 15:04:27.776 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
85082026-06-01T15:04:28.414Z[ recovery-image] Jun 01 15:04:27.776 INFO O| Jun 01 15:04:27.776 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
85092026-06-01T15:04:28.414Z[ recovery-image] Jun 01 15:04:27.776 INFO O| Jun 01 15:04:27.776 INFO ok!
85102026-06-01T15:04:28.414Z[ recovery-image] Jun 01 15:04:27.776 INFO O| Jun 01 15:04:27.776 INFO STEP 40 (ensure_file) COMPLETE
85112026-06-01T15:04:28.414Z[ recovery-image] Jun 01 15:04:27.776 INFO O| Jun 01 15:04:27.776 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85122026-06-01T15:04:28.418Z[ recovery-image] Jun 01 15:04:27.784 INFO O| Jun 01 15:04:27.784 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85132026-06-01T15:04:28.418Z[ recovery-image] Jun 01 15:04:27.784 INFO O| Jun 01 15:04:27.784 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 ...
85142026-06-01T15:04:28.418Z[ recovery-image] Jun 01 15:04:27.784 INFO O| Jun 01 15:04:27.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85152026-06-01T15:04:28.421Z[ recovery-image] Jun 01 15:04:27.784 INFO O| Jun 01 15:04:27.784 INFO ok!
85162026-06-01T15:04:28.421Z[ recovery-image] Jun 01 15:04:27.784 INFO O| Jun 01 15:04:27.784 INFO STEP 41 (ensure_symlink) COMPLETE
85172026-06-01T15:04:28.422Z[ recovery-image] Jun 01 15:04:27.784 INFO O| Jun 01 15:04:27.784 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85182026-06-01T15:04:28.429Z[ recovery-image] Jun 01 15:04:27.795 INFO O| Jun 01 15:04:27.795 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85192026-06-01T15:04:28.429Z[ recovery-image] Jun 01 15:04:27.795 INFO O| Jun 01 15:04:27.795 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85202026-06-01T15:04:28.429Z[ recovery-image] Jun 01 15:04:27.795 INFO O| Jun 01 15:04:27.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85212026-06-01T15:04:28.436Z[ recovery-image] Jun 01 15:04:27.795 INFO O| Jun 01 15:04:27.795 INFO ok!
85222026-06-01T15:04:28.436Z[ recovery-image] Jun 01 15:04:27.795 INFO O| Jun 01 15:04:27.795 INFO STEP 42 (ensure_symlink) COMPLETE
85232026-06-01T15:04:28.436Z[ recovery-image] Jun 01 15:04:27.795 INFO O| Jun 01 15:04:27.795 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85242026-06-01T15:04:28.441Z[ recovery-image] Jun 01 15:04:27.803 INFO O| Jun 01 15:04:27.803 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85252026-06-01T15:04:28.441Z[ recovery-image] Jun 01 15:04:27.803 INFO O| Jun 01 15:04:27.803 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85262026-06-01T15:04:28.441Z[ recovery-image] Jun 01 15:04:27.803 INFO O| Jun 01 15:04:27.803 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85272026-06-01T15:04:28.441Z[ recovery-image] Jun 01 15:04:27.803 INFO O| Jun 01 15:04:27.803 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85282026-06-01T15:04:28.441Z[ recovery-image] Jun 01 15:04:27.803 INFO O| Jun 01 15:04:27.803 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85292026-06-01T15:04:28.441Z[ recovery-image] Jun 01 15:04:27.803 INFO O| Jun 01 15:04:27.803 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85302026-06-01T15:04:28.442Z[ recovery-image] Jun 01 15:04:27.803 INFO O| Jun 01 15:04:27.803 INFO ok!
85312026-06-01T15:04:28.442Z[ recovery-image] Jun 01 15:04:27.803 INFO O| Jun 01 15:04:27.803 INFO STEP 43 (ensure_file) COMPLETE
85322026-06-01T15:04:28.442Z[ recovery-image] Jun 01 15:04:27.803 INFO O| Jun 01 15:04:27.803 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85332026-06-01T15:04:28.446Z[ recovery-image] Jun 01 15:04:27.812 INFO O| Jun 01 15:04:27.812 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85342026-06-01T15:04:28.446Z[ recovery-image] Jun 01 15:04:27.812 INFO O| Jun 01 15:04:27.812 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 ...
85352026-06-01T15:04:28.450Z[ recovery-image] Jun 01 15:04:27.812 INFO O| Jun 01 15:04:27.812 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
85362026-06-01T15:04:28.450Z[ recovery-image] Jun 01 15:04:27.812 INFO O| Jun 01 15:04:27.812 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85372026-06-01T15:04:28.450Z[ recovery-image] Jun 01 15:04:27.812 INFO O| Jun 01 15:04:27.812 INFO ok!
85382026-06-01T15:04:28.450Z[ recovery-image] Jun 01 15:04:27.812 INFO O| Jun 01 15:04:27.812 INFO STEP 44 (ensure_file) COMPLETE
85392026-06-01T15:04:28.450Z[ recovery-image] Jun 01 15:04:27.812 INFO O| Jun 01 15:04:27.812 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85402026-06-01T15:04:28.455Z[ recovery-image] Jun 01 15:04:27.821 INFO O| Jun 01 15:04:27.821 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85412026-06-01T15:04:28.455Z[ recovery-image] Jun 01 15:04:27.821 INFO O| Jun 01 15:04:27.821 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85422026-06-01T15:04:28.461Z[ recovery-image] Jun 01 15:04:27.821 INFO O| Jun 01 15:04:27.821 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85432026-06-01T15:04:28.461Z[ recovery-image] Jun 01 15:04:27.821 INFO O| Jun 01 15:04:27.821 INFO ok!
85442026-06-01T15:04:28.461Z[ recovery-image] Jun 01 15:04:27.821 INFO O| Jun 01 15:04:27.821 INFO STEP 45 (ensure_file) COMPLETE
85452026-06-01T15:04:28.461Z[ recovery-image] Jun 01 15:04:27.821 INFO O| Jun 01 15:04:27.821 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85462026-06-01T15:04:28.466Z[ recovery-image] Jun 01 15:04:27.831 INFO O| Jun 01 15:04:27.831 INFO updating shadow file
85472026-06-01T15:04:28.466Z[ recovery-image] Jun 01 15:04:27.831 INFO O| Jun 01 15:04:27.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85482026-06-01T15:04:28.466Z[ recovery-image] Jun 01 15:04:27.831 INFO O| Jun 01 15:04:27.831 INFO STEP 46 (shadow) COMPLETE
85492026-06-01T15:04:28.471Z[ recovery-image] Jun 01 15:04:27.831 INFO O| Jun 01 15:04:27.831 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85502026-06-01T15:04:28.475Z[ recovery-image] Jun 01 15:04:27.842 INFO O| Jun 01 15:04:27.842 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85512026-06-01T15:04:28.475Z[ recovery-image] Jun 01 15:04:27.842 INFO O| Jun 01 15:04:27.842 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85522026-06-01T15:04:28.475Z[ recovery-image] Jun 01 15:04:27.842 INFO O| Jun 01 15:04:27.842 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85532026-06-01T15:04:28.479Z[ recovery-image] Jun 01 15:04:27.842 INFO O| Jun 01 15:04:27.842 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85542026-06-01T15:04:28.479Z[ recovery-image] Jun 01 15:04:27.842 INFO O| Jun 01 15:04:27.842 INFO ok!
85552026-06-01T15:04:28.479Z[ recovery-image] Jun 01 15:04:27.842 INFO O| Jun 01 15:04:27.842 INFO STEP 47 (ensure_file) COMPLETE
85562026-06-01T15:04:28.479Z[ recovery-image] Jun 01 15:04:27.842 INFO O| Jun 01 15:04:27.842 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85572026-06-01T15:04:28.484Z[ recovery-image] Jun 01 15:04:27.850 INFO O| Jun 01 15:04:27.850 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85582026-06-01T15:04:28.484Z[ recovery-image] Jun 01 15:04:27.850 INFO O| Jun 01 15:04:27.850 INFO STEP 48 (ensure_dir) COMPLETE
85592026-06-01T15:04:28.484Z[ recovery-image] Jun 01 15:04:27.850 INFO O| Jun 01 15:04:27.850 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85602026-06-01T15:04:28.492Z[ recovery-image] Jun 01 15:04:27.858 INFO O| Jun 01 15:04:27.858 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85612026-06-01T15:04:28.492Z[ recovery-image] Jun 01 15:04:27.858 INFO O| Jun 01 15:04:27.858 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85622026-06-01T15:04:28.492Z[ recovery-image] Jun 01 15:04:27.858 INFO O| Jun 01 15:04:27.858 INFO STEP 49 (ensure_dir) COMPLETE
85632026-06-01T15:04:28.497Z[ recovery-image] Jun 01 15:04:27.858 INFO O| Jun 01 15:04:27.858 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85642026-06-01T15:04:28.501Z[ recovery-image] Jun 01 15:04:27.866 INFO O| Jun 01 15:04:27.866 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85652026-06-01T15:04:28.501Z[ recovery-image] Jun 01 15:04:27.866 INFO O| Jun 01 15:04:27.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85662026-06-01T15:04:28.501Z[ recovery-image] Jun 01 15:04:27.866 INFO O| Jun 01 15:04:27.866 INFO STEP 50 (ensure_dir) COMPLETE
85672026-06-01T15:04:28.501Z[ recovery-image] Jun 01 15:04:27.866 INFO O| Jun 01 15:04:27.866 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85682026-06-01T15:04:28.507Z[ recovery-image] Jun 01 15:04:27.873 INFO O| Jun 01 15:04:27.873 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85692026-06-01T15:04:28.507Z[ recovery-image] Jun 01 15:04:27.873 INFO O| Jun 01 15:04:27.873 INFO copying /tmp/.tmpl9u4jp/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85702026-06-01T15:04:28.538Z[ recovery-image] Jun 01 15:04:27.904 INFO O| Jun 01 15:04:27.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85712026-06-01T15:04:28.538Z[ recovery-image] Jun 01 15:04:27.904 INFO O| Jun 01 15:04:27.904 INFO ok!
85722026-06-01T15:04:28.542Z[ recovery-image] Jun 01 15:04:27.904 INFO O| Jun 01 15:04:27.904 INFO STEP 51 (ensure_file) COMPLETE
85732026-06-01T15:04:28.542Z[ recovery-image] Jun 01 15:04:27.904 INFO O| Jun 01 15:04:27.904 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85742026-06-01T15:04:28.548Z[ recovery-image] Jun 01 15:04:27.914 INFO O| Jun 01 15:04:27.914 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85752026-06-01T15:04:28.548Z[ recovery-image] Jun 01 15:04:27.914 INFO O| Jun 01 15:04:27.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85762026-06-01T15:04:28.552Z[ recovery-image] Jun 01 15:04:27.914 INFO O| Jun 01 15:04:27.914 INFO STEP 52 (ensure_dir) COMPLETE
85772026-06-01T15:04:28.552Z[ recovery-image] Jun 01 15:04:27.914 INFO O| Jun 01 15:04:27.914 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85782026-06-01T15:04:28.556Z[ recovery-image] Jun 01 15:04:27.922 INFO O| Jun 01 15:04:27.922 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85792026-06-01T15:04:28.557Z[ recovery-image] Jun 01 15:04:27.922 INFO O| Jun 01 15:04:27.922 INFO copying /tmp/.tmpl9u4jp/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85802026-06-01T15:04:28.557Z[ recovery-image] Jun 01 15:04:27.922 INFO O| Jun 01 15:04:27.922 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85812026-06-01T15:04:28.557Z[ recovery-image] Jun 01 15:04:27.922 INFO O| Jun 01 15:04:27.922 INFO ok!
85822026-06-01T15:04:28.557Z[ recovery-image] Jun 01 15:04:27.922 INFO O| Jun 01 15:04:27.922 INFO STEP 53 (ensure_file) COMPLETE
85832026-06-01T15:04:28.557Z[ recovery-image] Jun 01 15:04:27.922 INFO O| Jun 01 15:04:27.922 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85842026-06-01T15:04:28.565Z[ recovery-image] Jun 01 15:04:27.932 INFO O| Jun 01 15:04:27.932 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85852026-06-01T15:04:28.565Z[ recovery-image] Jun 01 15:04:27.932 INFO O| Jun 01 15:04:27.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85862026-06-01T15:04:28.569Z[ recovery-image] Jun 01 15:04:27.932 INFO O| Jun 01 15:04:27.932 INFO STEP 54 (ensure_dir) COMPLETE
85872026-06-01T15:04:28.569Z[ recovery-image] Jun 01 15:04:27.932 INFO O| Jun 01 15:04:27.932 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85882026-06-01T15:04:28.590Z[ recovery-image] Jun 01 15:04:27.957 INFO O| Jun 01 15:04:27.957 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85892026-06-01T15:04:28.591Z[ recovery-image] Jun 01 15:04:27.957 INFO O| Jun 01 15:04:27.957 INFO copying /tmp/.tmpl9u4jp/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85902026-06-01T15:04:30.603Z[ recovery-image] Jun 01 15:04:29.968 INFO O| Jun 01 15:04:29.968 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85912026-06-01T15:04:30.603Z[ recovery-image] Jun 01 15:04:29.968 INFO O| Jun 01 15:04:29.968 INFO ok!
85922026-06-01T15:04:30.607Z[ recovery-image] Jun 01 15:04:29.968 INFO O| Jun 01 15:04:29.968 INFO STEP 55 (ensure_file) COMPLETE
85932026-06-01T15:04:30.607Z[ recovery-image] Jun 01 15:04:29.968 INFO O| Jun 01 15:04:29.968 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85942026-06-01T15:04:30.612Z[ recovery-image] Jun 01 15:04:29.979 INFO O| Jun 01 15:04:29.979 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85952026-06-01T15:04:30.612Z[ recovery-image] Jun 01 15:04:29.979 INFO O| Jun 01 15:04:29.979 INFO copying /tmp/.tmpl9u4jp/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85962026-06-01T15:04:32.556Z[ recovery-image] Jun 01 15:04:31.922 INFO O| Jun 01 15:04:31.922 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85972026-06-01T15:04:32.556Z[ recovery-image] Jun 01 15:04:31.922 INFO O| Jun 01 15:04:31.922 INFO ok!
85982026-06-01T15:04:32.556Z[ recovery-image] Jun 01 15:04:31.922 INFO O| Jun 01 15:04:31.922 INFO STEP 56 (ensure_file) COMPLETE
85992026-06-01T15:04:32.560Z[ recovery-image] Jun 01 15:04:31.922 INFO O| Jun 01 15:04:31.922 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86002026-06-01T15:04:32.565Z[ recovery-image] Jun 01 15:04:31.932 INFO O| Jun 01 15:04:31.932 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86012026-06-01T15:04:32.565Z[ recovery-image] Jun 01 15:04:31.932 INFO O| Jun 01 15:04:31.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86022026-06-01T15:04:32.565Z[ recovery-image] Jun 01 15:04:31.932 INFO O| Jun 01 15:04:31.932 INFO STEP 57 (ensure_dir) COMPLETE
86032026-06-01T15:04:32.569Z[ recovery-image] Jun 01 15:04:31.932 INFO O| Jun 01 15:04:31.932 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86042026-06-01T15:04:32.573Z[ recovery-image] Jun 01 15:04:31.940 INFO O| Jun 01 15:04:31.940 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86052026-06-01T15:04:32.573Z[ recovery-image] Jun 01 15:04:31.940 INFO O| Jun 01 15:04:31.940 INFO copying /tmp/.tmpl9u4jp/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 ...
86062026-06-01T15:04:32.578Z[ recovery-image] Jun 01 15:04:31.940 INFO O| Jun 01 15:04:31.940 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
86072026-06-01T15:04:32.578Z[ recovery-image] Jun 01 15:04:31.940 INFO O| Jun 01 15:04:31.940 INFO ok!
86082026-06-01T15:04:32.578Z[ recovery-image] Jun 01 15:04:31.940 INFO O| Jun 01 15:04:31.940 INFO STEP 58 (ensure_file) COMPLETE
86092026-06-01T15:04:32.578Z[ recovery-image] Jun 01 15:04:31.940 INFO O| Jun 01 15:04:31.940 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86102026-06-01T15:04:32.584Z[ recovery-image] Jun 01 15:04:31.947 INFO O| Jun 01 15:04:31.947 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86112026-06-01T15:04:32.584Z[ recovery-image] Jun 01 15:04:31.947 INFO O| Jun 01 15:04:31.947 INFO copying /tmp/.tmpl9u4jp/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 ...
86122026-06-01T15:04:32.584Z[ recovery-image] Jun 01 15:04:31.948 INFO O| Jun 01 15:04:31.948 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
86132026-06-01T15:04:32.584Z[ recovery-image] Jun 01 15:04:31.948 INFO O| Jun 01 15:04:31.948 INFO ok!
86142026-06-01T15:04:32.584Z[ recovery-image] Jun 01 15:04:31.948 INFO O| Jun 01 15:04:31.948 INFO STEP 59 (ensure_file) COMPLETE
86152026-06-01T15:04:32.584Z[ recovery-image] Jun 01 15:04:31.948 INFO O| Jun 01 15:04:31.948 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86162026-06-01T15:04:32.591Z[ recovery-image] Jun 01 15:04:31.957 INFO O| Jun 01 15:04:31.957 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86172026-06-01T15:04:32.591Z[ recovery-image] Jun 01 15:04:31.957 INFO O| Jun 01 15:04:31.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86182026-06-01T15:04:32.595Z[ recovery-image] Jun 01 15:04:31.957 INFO O| Jun 01 15:04:31.957 INFO STEP 60 (ensure_dir) COMPLETE
86192026-06-01T15:04:32.595Z[ recovery-image] Jun 01 15:04:31.957 INFO O| Jun 01 15:04:31.957 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86202026-06-01T15:04:32.601Z[ recovery-image] Jun 01 15:04:31.967 INFO O| Jun 01 15:04:31.967 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86212026-06-01T15:04:32.601Z[ recovery-image] Jun 01 15:04:31.967 INFO O| Jun 01 15:04:31.967 INFO copying /tmp/.tmpl9u4jp/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 ...
86222026-06-01T15:04:32.605Z[ recovery-image] Jun 01 15:04:31.967 INFO O| Jun 01 15:04:31.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86232026-06-01T15:04:32.605Z[ recovery-image] Jun 01 15:04:31.967 INFO O| Jun 01 15:04:31.967 INFO ok!
86242026-06-01T15:04:32.605Z[ recovery-image] Jun 01 15:04:31.967 INFO O| Jun 01 15:04:31.967 INFO STEP 61 (ensure_file) COMPLETE
86252026-06-01T15:04:32.605Z[ recovery-image] Jun 01 15:04:31.967 INFO O| Jun 01 15:04:31.967 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86262026-06-01T15:04:32.621Z[ recovery-image] Jun 01 15:04:31.986 INFO O| Jun 01 15:04:31.986 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86272026-06-01T15:04:32.621Z[ recovery-image] Jun 01 15:04:31.986 INFO O| Jun 01 15:04:31.986 INFO copying /tmp/.tmpl9u4jp/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 ...
86282026-06-01T15:04:32.626Z[ recovery-image] Jun 01 15:04:31.986 INFO O| Jun 01 15:04:31.986 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
86292026-06-01T15:04:32.626Z[ recovery-image] Jun 01 15:04:31.986 INFO O| Jun 01 15:04:31.986 INFO ok!
86302026-06-01T15:04:32.626Z[ recovery-image] Jun 01 15:04:31.986 INFO O| Jun 01 15:04:31.986 INFO STEP 62 (ensure_file) COMPLETE
86312026-06-01T15:04:32.627Z[ recovery-image] Jun 01 15:04:31.986 INFO O| Jun 01 15:04:31.986 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86322026-06-01T15:04:32.632Z[ recovery-image] Jun 01 15:04:31.997 INFO O| Jun 01 15:04:31.996 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86332026-06-01T15:04:32.632Z[ recovery-image] Jun 01 15:04:31.997 INFO O| Jun 01 15:04:31.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86342026-06-01T15:04:32.632Z[ recovery-image] Jun 01 15:04:31.997 INFO O| Jun 01 15:04:31.997 INFO STEP 63 (ensure_dir) COMPLETE
86352026-06-01T15:04:32.633Z[ recovery-image] Jun 01 15:04:31.997 INFO O| Jun 01 15:04:31.997 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86362026-06-01T15:04:32.644Z[ recovery-image] Jun 01 15:04:32.010 INFO O| Jun 01 15:04:32.010 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86372026-06-01T15:04:32.644Z[ recovery-image] Jun 01 15:04:32.010 INFO O| Jun 01 15:04:32.010 INFO copying /tmp/.tmpl9u4jp/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 ...
86382026-06-01T15:04:32.644Z[ recovery-image] Jun 01 15:04:32.010 INFO O| Jun 01 15:04:32.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86392026-06-01T15:04:32.644Z[ recovery-image] Jun 01 15:04:32.010 INFO O| Jun 01 15:04:32.010 INFO ok!
86402026-06-01T15:04:32.650Z[ recovery-image] Jun 01 15:04:32.010 INFO O| Jun 01 15:04:32.010 INFO STEP 64 (ensure_file) COMPLETE
86412026-06-01T15:04:32.650Z[ recovery-image] Jun 01 15:04:32.010 INFO O| Jun 01 15:04:32.010 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86422026-06-01T15:04:32.654Z[ recovery-image] Jun 01 15:04:32.021 INFO O| Jun 01 15:04:32.020 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86432026-06-01T15:04:32.654Z[ recovery-image] Jun 01 15:04:32.021 INFO O| Jun 01 15:04:32.020 INFO copying /tmp/.tmpl9u4jp/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86442026-06-01T15:04:32.658Z[ recovery-image] Jun 01 15:04:32.021 INFO O| Jun 01 15:04:32.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86452026-06-01T15:04:32.658Z[ recovery-image] Jun 01 15:04:32.021 INFO O| Jun 01 15:04:32.021 INFO ok!
86462026-06-01T15:04:32.658Z[ recovery-image] Jun 01 15:04:32.021 INFO O| Jun 01 15:04:32.021 INFO STEP 65 (ensure_file) COMPLETE
86472026-06-01T15:04:32.658Z[ recovery-image] Jun 01 15:04:32.021 INFO O| Jun 01 15:04:32.021 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86482026-06-01T15:04:32.662Z[ recovery-image] Jun 01 15:04:32.029 INFO O| Jun 01 15:04:32.029 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86492026-06-01T15:04:32.662Z[ recovery-image] Jun 01 15:04:32.029 INFO O| Jun 01 15:04:32.029 INFO STEP 66 (ensure_dir) COMPLETE
86502026-06-01T15:04:32.666Z[ recovery-image] Jun 01 15:04:32.029 INFO O| Jun 01 15:04:32.029 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86512026-06-01T15:04:32.673Z[ recovery-image] Jun 01 15:04:32.037 INFO O| Jun 01 15:04:32.037 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86522026-06-01T15:04:32.673Z[ recovery-image] Jun 01 15:04:32.037 INFO O| Jun 01 15:04:32.037 INFO STEP 67 (ensure_dir) COMPLETE
86532026-06-01T15:04:32.676Z[ recovery-image] Jun 01 15:04:32.037 INFO O| Jun 01 15:04:32.037 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86542026-06-01T15:04:32.680Z[ recovery-image] Jun 01 15:04:32.046 INFO O| Jun 01 15:04:32.046 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86552026-06-01T15:04:32.680Z[ recovery-image] Jun 01 15:04:32.046 INFO O| Jun 01 15:04:32.046 INFO STEP 68 (ensure_dir) COMPLETE
86562026-06-01T15:04:32.680Z[ recovery-image] Jun 01 15:04:32.046 INFO O| Jun 01 15:04:32.046 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86572026-06-01T15:04:32.688Z[ recovery-image] Jun 01 15:04:32.055 INFO O| Jun 01 15:04:32.055 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86582026-06-01T15:04:32.689Z[ recovery-image] Jun 01 15:04:32.055 INFO O| Jun 01 15:04:32.055 INFO STEP 69 (ensure_dir) COMPLETE
86592026-06-01T15:04:32.689Z[ recovery-image] Jun 01 15:04:32.055 INFO O| Jun 01 15:04:32.055 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86602026-06-01T15:04:32.696Z[ recovery-image] Jun 01 15:04:32.063 INFO O| Jun 01 15:04:32.063 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86612026-06-01T15:04:32.697Z[ recovery-image] Jun 01 15:04:32.063 INFO O| Jun 01 15:04:32.063 INFO copying /tmp/.tmpl9u4jp/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86622026-06-01T15:04:32.697Z[ recovery-image] Jun 01 15:04:32.063 INFO O| Jun 01 15:04:32.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86632026-06-01T15:04:32.700Z[ recovery-image] Jun 01 15:04:32.063 INFO O| Jun 01 15:04:32.063 INFO ok!
86642026-06-01T15:04:32.700Z[ recovery-image] Jun 01 15:04:32.063 INFO O| Jun 01 15:04:32.063 INFO STEP 70 (ensure_file) COMPLETE
86652026-06-01T15:04:32.701Z[ recovery-image] Jun 01 15:04:32.063 INFO O| Jun 01 15:04:32.063 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86662026-06-01T15:04:32.705Z[ recovery-image] Jun 01 15:04:32.072 INFO O| Jun 01 15:04:32.072 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86672026-06-01T15:04:32.709Z[ recovery-image] Jun 01 15:04:32.072 INFO O| Jun 01 15:04:32.072 INFO STEP 71 (remove_files) COMPLETE
86682026-06-01T15:04:32.709Z[ recovery-image] Jun 01 15:04:32.072 INFO O| Jun 01 15:04:32.072 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86692026-06-01T15:04:32.718Z[ recovery-image] Jun 01 15:04:32.083 INFO O| Jun 01 15:04:32.083 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86702026-06-01T15:04:32.718Z[ recovery-image] Jun 01 15:04:32.083 INFO O| Jun 01 15:04:32.083 INFO STEP 72 (remove_files) COMPLETE
86712026-06-01T15:04:32.723Z[ recovery-image] Jun 01 15:04:32.083 INFO O| Jun 01 15:04:32.083 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86722026-06-01T15:04:32.727Z[ recovery-image] Jun 01 15:04:32.091 INFO O| Jun 01 15:04:32.091 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86732026-06-01T15:04:32.727Z[ recovery-image] Jun 01 15:04:32.091 INFO O| Jun 01 15:04:32.091 INFO STEP 73 (remove_files) COMPLETE
86742026-06-01T15:04:32.727Z[ recovery-image] Jun 01 15:04:32.091 INFO O| Jun 01 15:04:32.091 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86752026-06-01T15:04:32.733Z[ recovery-image] Jun 01 15:04:32.100 INFO O| Jun 01 15:04:32.100 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86762026-06-01T15:04:32.733Z[ recovery-image] Jun 01 15:04:32.100 INFO O| Jun 01 15:04:32.100 INFO STEP 74 (remove_files) COMPLETE
86772026-06-01T15:04:32.739Z[ recovery-image] Jun 01 15:04:32.100 INFO O| Jun 01 15:04:32.100 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86782026-06-01T15:04:32.742Z[ recovery-image] Jun 01 15:04:32.108 INFO O| Jun 01 15:04:32.108 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86792026-06-01T15:04:32.742Z[ recovery-image] Jun 01 15:04:32.108 INFO O| Jun 01 15:04:32.108 INFO STEP 75 (remove_files) COMPLETE
86802026-06-01T15:04:32.742Z[ recovery-image] Jun 01 15:04:32.108 INFO O| Jun 01 15:04:32.108 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86812026-06-01T15:04:32.749Z[ recovery-image] Jun 01 15:04:32.116 INFO O| Jun 01 15:04:32.116 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86822026-06-01T15:04:32.749Z[ recovery-image] Jun 01 15:04:32.116 INFO O| Jun 01 15:04:32.116 INFO STEP 76 (remove_files) COMPLETE
86832026-06-01T15:04:32.753Z[ recovery-image] Jun 01 15:04:32.116 INFO O| Jun 01 15:04:32.116 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86842026-06-01T15:04:32.760Z[ recovery-image] Jun 01 15:04:32.125 INFO O| Jun 01 15:04:32.125 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86852026-06-01T15:04:32.760Z[ recovery-image] Jun 01 15:04:32.125 INFO O| Jun 01 15:04:32.125 INFO STEP 77 (remove_files) COMPLETE
86862026-06-01T15:04:32.764Z[ recovery-image] Jun 01 15:04:32.125 INFO O| Jun 01 15:04:32.125 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86872026-06-01T15:04:32.769Z[ recovery-image] Jun 01 15:04:32.135 INFO O| Jun 01 15:04:32.135 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86882026-06-01T15:04:32.769Z[ recovery-image] Jun 01 15:04:32.136 INFO O| Jun 01 15:04:32.136 INFO STEP 78 (remove_files) COMPLETE
86892026-06-01T15:04:32.774Z[ recovery-image] Jun 01 15:04:32.136 INFO O| Jun 01 15:04:32.136 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86902026-06-01T15:04:32.784Z[ recovery-image] Jun 01 15:04:32.145 INFO O| Jun 01 15:04:32.145 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86912026-06-01T15:04:32.784Z[ recovery-image] Jun 01 15:04:32.145 INFO O| Jun 01 15:04:32.145 INFO STEP 79 (remove_files) COMPLETE
86922026-06-01T15:04:32.784Z[ recovery-image] Jun 01 15:04:32.145 INFO O| Jun 01 15:04:32.145 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86932026-06-01T15:04:32.791Z[ recovery-image] Jun 01 15:04:32.156 INFO O| Jun 01 15:04:32.156 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86942026-06-01T15:04:32.791Z[ recovery-image] Jun 01 15:04:32.156 INFO O| Jun 01 15:04:32.156 INFO STEP 80 (remove_files) COMPLETE
86952026-06-01T15:04:32.794Z[ recovery-image] Jun 01 15:04:32.156 INFO O| Jun 01 15:04:32.156 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86962026-06-01T15:04:32.798Z[ recovery-image] Jun 01 15:04:32.164 INFO O| Jun 01 15:04:32.164 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86972026-06-01T15:04:32.798Z[ recovery-image] Jun 01 15:04:32.164 INFO O| Jun 01 15:04:32.164 INFO STEP 81 (remove_files) COMPLETE
86982026-06-01T15:04:32.798Z[ recovery-image] Jun 01 15:04:32.164 INFO O| Jun 01 15:04:32.164 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86992026-06-01T15:04:32.808Z[ recovery-image] Jun 01 15:04:32.174 INFO O| Jun 01 15:04:32.174 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87002026-06-01T15:04:32.808Z[ recovery-image] Jun 01 15:04:32.174 INFO O| Jun 01 15:04:32.174 INFO STEP 82 (remove_files) COMPLETE
87012026-06-01T15:04:32.808Z[ recovery-image] Jun 01 15:04:32.174 INFO O| Jun 01 15:04:32.174 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87022026-06-01T15:04:32.820Z[ recovery-image] Jun 01 15:04:32.184 INFO O| Jun 01 15:04:32.184 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87032026-06-01T15:04:32.820Z[ recovery-image] Jun 01 15:04:32.184 INFO O| Jun 01 15:04:32.184 INFO STEP 83 (remove_files) COMPLETE
87042026-06-01T15:04:32.820Z[ recovery-image] Jun 01 15:04:32.184 INFO O| Jun 01 15:04:32.184 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87052026-06-01T15:04:32.827Z[ recovery-image] Jun 01 15:04:32.193 INFO O| Jun 01 15:04:32.193 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87062026-06-01T15:04:32.827Z[ recovery-image] Jun 01 15:04:32.193 INFO O| Jun 01 15:04:32.193 INFO STEP 84 (remove_files) COMPLETE
87072026-06-01T15:04:32.827Z[ recovery-image] Jun 01 15:04:32.193 INFO O| Jun 01 15:04:32.193 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87082026-06-01T15:04:32.834Z[ recovery-image] Jun 01 15:04:32.201 INFO O| Jun 01 15:04:32.201 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87092026-06-01T15:04:32.835Z[ recovery-image] Jun 01 15:04:32.201 INFO O| Jun 01 15:04:32.201 INFO STEP 85 (remove_files) COMPLETE
87102026-06-01T15:04:32.835Z[ recovery-image] Jun 01 15:04:32.201 INFO O| Jun 01 15:04:32.201 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87112026-06-01T15:04:32.842Z[ recovery-image] Jun 01 15:04:32.208 INFO O| Jun 01 15:04:32.208 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87122026-06-01T15:04:32.845Z[ recovery-image] Jun 01 15:04:32.209 INFO O| Jun 01 15:04:32.208 INFO STEP 86 (remove_files) COMPLETE
87132026-06-01T15:04:32.845Z[ recovery-image] Jun 01 15:04:32.209 INFO O| Jun 01 15:04:32.209 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87142026-06-01T15:04:32.849Z[ recovery-image] Jun 01 15:04:32.215 INFO O| Jun 01 15:04:32.215 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87152026-06-01T15:04:32.849Z[ recovery-image] Jun 01 15:04:32.215 INFO O| Jun 01 15:04:32.215 INFO STEP 87 (remove_files) COMPLETE
87162026-06-01T15:04:32.849Z[ recovery-image] Jun 01 15:04:32.215 INFO O| Jun 01 15:04:32.215 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87172026-06-01T15:04:32.857Z[ recovery-image] Jun 01 15:04:32.223 INFO O| Jun 01 15:04:32.223 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87182026-06-01T15:04:32.857Z[ recovery-image] Jun 01 15:04:32.223 INFO O| Jun 01 15:04:32.223 INFO STEP 88 (remove_files) COMPLETE
87192026-06-01T15:04:32.862Z[ recovery-image] Jun 01 15:04:32.223 INFO O| Jun 01 15:04:32.223 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87202026-06-01T15:04:32.865Z[ recovery-image] Jun 01 15:04:32.232 INFO O| Jun 01 15:04:32.232 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87212026-06-01T15:04:32.866Z[ recovery-image] Jun 01 15:04:32.232 INFO O| Jun 01 15:04:32.232 INFO STEP 89 (remove_files) COMPLETE
87222026-06-01T15:04:32.869Z[ recovery-image] Jun 01 15:04:32.232 INFO O| Jun 01 15:04:32.232 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87232026-06-01T15:04:32.874Z[ recovery-image] Jun 01 15:04:32.240 INFO O| Jun 01 15:04:32.240 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87242026-06-01T15:04:32.877Z[ recovery-image] Jun 01 15:04:32.240 INFO O| Jun 01 15:04:32.240 INFO STEP 90 (remove_files) COMPLETE
87252026-06-01T15:04:32.877Z[ recovery-image] Jun 01 15:04:32.240 INFO O| Jun 01 15:04:32.240 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87262026-06-01T15:04:32.881Z[ recovery-image] Jun 01 15:04:32.248 INFO O| Jun 01 15:04:32.248 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87272026-06-01T15:04:32.881Z[ recovery-image] Jun 01 15:04:32.248 INFO O| Jun 01 15:04:32.248 INFO STEP 91 (remove_files) COMPLETE
87282026-06-01T15:04:32.886Z[ recovery-image] Jun 01 15:04:32.248 INFO O| Jun 01 15:04:32.248 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87292026-06-01T15:04:32.889Z[ recovery-image] Jun 01 15:04:32.255 INFO O| Jun 01 15:04:32.255 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87302026-06-01T15:04:32.889Z[ recovery-image] Jun 01 15:04:32.255 INFO O| Jun 01 15:04:32.255 INFO STEP 92 (remove_files) COMPLETE
87312026-06-01T15:04:32.889Z[ recovery-image] Jun 01 15:04:32.255 INFO O| Jun 01 15:04:32.255 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87322026-06-01T15:04:32.895Z[ recovery-image] Jun 01 15:04:32.262 INFO O| Jun 01 15:04:32.261 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87332026-06-01T15:04:32.898Z[ recovery-image] Jun 01 15:04:32.262 INFO O| Jun 01 15:04:32.262 INFO STEP 93 (remove_files) COMPLETE
87342026-06-01T15:04:32.899Z[ recovery-image] Jun 01 15:04:32.262 INFO O| Jun 01 15:04:32.262 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87352026-06-01T15:04:32.902Z[ recovery-image] Jun 01 15:04:32.268 INFO O| Jun 01 15:04:32.268 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87362026-06-01T15:04:32.902Z[ recovery-image] Jun 01 15:04:32.268 INFO O| Jun 01 15:04:32.268 INFO STEP 94 (remove_files) COMPLETE
87372026-06-01T15:04:32.902Z[ recovery-image] Jun 01 15:04:32.268 INFO O| Jun 01 15:04:32.268 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87382026-06-01T15:04:32.909Z[ recovery-image] Jun 01 15:04:32.275 INFO O| Jun 01 15:04:32.275 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87392026-06-01T15:04:32.909Z[ recovery-image] Jun 01 15:04:32.275 INFO O| Jun 01 15:04:32.275 INFO STEP 95 (remove_files) COMPLETE
87402026-06-01T15:04:32.909Z[ recovery-image] Jun 01 15:04:32.275 INFO O| Jun 01 15:04:32.275 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87412026-06-01T15:04:32.916Z[ recovery-image] Jun 01 15:04:32.283 INFO O| Jun 01 15:04:32.283 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87422026-06-01T15:04:32.916Z[ recovery-image] Jun 01 15:04:32.283 INFO O| Jun 01 15:04:32.283 INFO STEP 96 (remove_files) COMPLETE
87432026-06-01T15:04:32.920Z[ recovery-image] Jun 01 15:04:32.283 INFO O| Jun 01 15:04:32.283 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87442026-06-01T15:04:32.924Z[ recovery-image] Jun 01 15:04:32.290 INFO O| Jun 01 15:04:32.290 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87452026-06-01T15:04:32.924Z[ recovery-image] Jun 01 15:04:32.290 INFO O| Jun 01 15:04:32.290 INFO STEP 97 (remove_files) COMPLETE
87462026-06-01T15:04:32.927Z[ recovery-image] Jun 01 15:04:32.290 INFO O| Jun 01 15:04:32.290 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87472026-06-01T15:04:32.931Z[ recovery-image] Jun 01 15:04:32.298 INFO O| Jun 01 15:04:32.298 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87482026-06-01T15:04:32.931Z[ recovery-image] Jun 01 15:04:32.298 INFO O| Jun 01 15:04:32.298 INFO STEP 98 (remove_files) COMPLETE
87492026-06-01T15:04:32.935Z[ recovery-image] Jun 01 15:04:32.298 INFO O| Jun 01 15:04:32.298 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87502026-06-01T15:04:32.939Z[ recovery-image] Jun 01 15:04:32.305 INFO O| Jun 01 15:04:32.305 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87512026-06-01T15:04:32.939Z[ recovery-image] Jun 01 15:04:32.306 INFO O| Jun 01 15:04:32.305 INFO STEP 99 (remove_files) COMPLETE
87522026-06-01T15:04:32.939Z[ recovery-image] Jun 01 15:04:32.306 INFO O| Jun 01 15:04:32.306 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87532026-06-01T15:04:32.952Z[ recovery-image] Jun 01 15:04:32.317 INFO O| Jun 01 15:04:32.317 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87542026-06-01T15:04:32.952Z[ recovery-image] Jun 01 15:04:32.317 INFO O| Jun 01 15:04:32.317 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
87552026-06-01T15:04:35.713Z[ recovery-image] Jun 01 15:04:35.080 INFO O| Jun 01 15:04:35.080 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
87562026-06-01T15:04:35.713Z[ recovery-image] Jun 01 15:04:35.080 INFO O| Jun 01 15:04:35.080 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87572026-06-01T15:04:35.724Z[ recovery-image] Jun 01 15:04:35.090 INFO O| Jun 01 15:04:35.090 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
87582026-06-01T15:04:35.842Z[ recovery-image] Jun 01 15:04:35.208 INFO O| Jun 01 15:04:35.208 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87592026-06-01T15:04:35.898Z[ recovery-image] Jun 01 15:04:35.264 INFO O| Jun 01 15:04:35.264 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87602026-06-01T15:04:35.962Z[ recovery-image] Jun 01 15:04:35.328 INFO O| Jun 01 15:04:35.328 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87612026-06-01T15:04:35.962Z[ recovery-image] Jun 01 15:04:35.328 INFO O| Jun 01 15:04:35.328 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 ...
87622026-06-01T15:04:35.967Z[ recovery-image] Jun 01 15:04:35.330 INFO O| Jun 01 15:04:35.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87632026-06-01T15:04:35.968Z[ recovery-image] Jun 01 15:04:35.330 INFO O| Jun 01 15:04:35.329 INFO ok!
87642026-06-01T15:04:35.968Z[ recovery-image] Jun 01 15:04:35.330 INFO O| Jun 01 15:04:35.330 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87652026-06-01T15:04:35.968Z[ recovery-image] Jun 01 15:04:35.330 INFO O| Jun 01 15:04:35.330 INFO STEP 100 (seed_smf) COMPLETE
87662026-06-01T15:04:35.968Z[ recovery-image] Jun 01 15:04:35.330 INFO O| Jun 01 15:04:35.330 INFO steps complete; finalising image!
87672026-06-01T15:04:35.968Z[ recovery-image] Jun 01 15:04:35.330 INFO O| Jun 01 15:04:35.330 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87682026-06-01T15:04:36.294Z[ recovery-image] Jun 01 15:04:35.660 INFO O| Jun 01 15:04:35.660 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Jun 1 15:04:35 2026)
87692026-06-01T15:04:36.500Z[ recovery-image] Jun 01 15:04:35.866 INFO O| Jun 01 15:04:35.866 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Mon Jun 1 15:04:35 2026)
87702026-06-01T15:04:36.705Z[ recovery-image] Jun 01 15:04:36.072 INFO O| Jun 01 15:04:36.072 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Jun 1 15:04:35 2026)
87712026-06-01T15:04:36.922Z[ recovery-image] Jun 01 15:04:36.289 INFO O| Jun 01 15:04:36.289 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio
87722026-06-01T15:04:36.925Z[ recovery-image] Jun 01 15:04:36.289 INFO O| Jun 01 15:04:36.289 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87732026-06-01T15:04:37.563Z[ recovery-image] Jun 01 15:04:36.929 INFO O| Jun 01 15:04:36.929 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
87742026-06-01T15:04:37.563Z[ recovery-image] Jun 01 15:04:36.929 INFO O| Jun 01 15:04:36.929 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87752026-06-01T15:04:39.881Z[ recovery-image] Jun 01 15:04:39.248 INFO O| Jun 01 15:04:39.248 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87762026-06-01T15:04:39.881Z[ recovery-image] Jun 01 15:04:39.248 INFO O| Jun 01 15:04:39.248 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87772026-06-01T15:04:39.881Z[ recovery-image] Jun 01 15:04:39.248 INFO O| Jun 01 15:04:39.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87782026-06-01T15:04:39.888Z[ recovery-image] Jun 01 15:04:39.248 INFO O| Jun 01 15:04:39.248 INFO completed processing sled/zfs-recovery
87792026-06-01T15:04:39.888Z[ recovery-image] Jun 01 15:04:39.248 INFO O| Jun 01 15:04:39.248 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87802026-06-01T15:04:41.882Z[ recovery-image] Jun 01 15:04:41.248 INFO O| Jun 01 15:04:41.241 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87812026-06-01T15:04:41.976Z[ recovery-image] Jun 01 15:04:41.342 INFO BUILD STRING "heads/stlouis-0-ga5a5f4d939\n"
87822026-06-01T15:04:41.976Z[ recovery-image] Jun 01 15:04:41.342 INFO expanded image name: "recovery b73c7be/${os_short_commit} 2026-06-01 14:49" -> "recovery b73c7be/a5a5f4d 2026-06-01 14:49"
87832026-06-01T15:04:41.976Z[ recovery-image] Jun 01 15:04:41.343 INFO output artefacts stored in: "/work/os-recovery"
87842026-06-01T15:04:41.980Z[ recovery-image] Jun 01 15:04:41.343 INFO collecting git info from project "chelsio-t6-roms"...
87852026-06-01T15:04:41.995Z[ recovery-image] Jun 01 15:04:41.361 INFO collecting git info from project "dmar-report"...
87862026-06-01T15:04:42.006Z[ recovery-image] Jun 01 15:04:41.372 INFO collecting git info from project "pilot"...
87872026-06-01T15:04:42.015Z[ recovery-image] Jun 01 15:04:41.381 INFO collecting git info from project "amd-firmware"...
87882026-06-01T15:04:42.333Z[ recovery-image] Jun 01 15:04:41.699 INFO collecting git info from project "phbl"...
87892026-06-01T15:04:42.342Z[ recovery-image] Jun 01 15:04:41.707 INFO collecting git info from project "amd-host-image-builder"...
87902026-06-01T15:04:42.382Z[ recovery-image] Jun 01 15:04:41.748 INFO collecting git info from project "bootserver"...
87912026-06-01T15:04:42.389Z[ recovery-image] Jun 01 15:04:41.755 INFO collecting git info from project "pinprick"...
87922026-06-01T15:04:42.412Z[ recovery-image] Jun 01 15:04:41.779 INFO collecting git info from project "image-builder"...
87932026-06-01T15:04:42.419Z[ recovery-image] Jun 01 15:04:41.786 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
87942026-06-01T15:04:42.800Z[ recovery-image] Jun 01 15:04:42.167 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
87952026-06-01T15:04:43.152Z[ recovery-image] Jun 01 15:04:42.518 INFO creating Oxide boot image...
87962026-06-01T15:04:43.152Z[ recovery-image] Jun 01 15:04:42.519 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery b73c7be/a5a5f4d 2026-06-01 14:49", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
87972026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.605 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24008:20260529T002548Z
87982026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.605 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24008:20260529T002548Z
87992026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.605 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
88002026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.605 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
88012026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.605 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
88022026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.605 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
88032026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.606 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
88042026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.606 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
88052026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.606 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260601T144939Z
88062026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.606 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
88072026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.606 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
88082026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.606 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24008:20260529T002548Z
88092026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.607 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24008:20260529T002548Z
88102026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.607 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24008:20260529T002549Z
88112026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.607 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24008:20260529T002549Z
88122026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.607 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
88132026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.607 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24008:20260529T002549Z
88142026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24008:20260529T002549Z
88152026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24008:20260529T002549Z
88162026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24008:20260529T002549Z
88172026-06-01T15:04:49.246Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24008:20260529T002550Z
88182026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24008:20260529T002550Z
88192026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24008:20260529T002550Z
88202026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24008:20260529T002550Z
88212026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24008:20260529T002551Z
88222026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24008:20260529T002551Z
88232026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24008:20260529T002552Z
88242026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24008:20260529T002552Z
88252026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24008:20260529T002553Z
88262026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24008:20260529T002553Z
88272026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/network/opte@0.40.479-3.0:20260511T233512Z
88282026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24008:20260529T002554Z
88292026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24008:20260529T002556Z
88302026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24008:20260529T002556Z
88312026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.608 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24008:20260529T002557Z
88322026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.609 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24008:20260529T002558Z
88332026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.609 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24008:20260529T002558Z
88342026-06-01T15:04:49.247Z[ host-image] Jun 01 15:04:48.612 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
88352026-06-01T15:04:49.250Z[ host-image] Jun 01 15:04:48.612 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24008:20260529T002558Z
88362026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.612 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
88372026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.612 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
88382026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.612 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
88392026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.612 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
88402026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.612 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24008:20260529T002558Z
88412026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.612 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
88422026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.612 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
88432026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.612 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
88442026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.612 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
88452026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.616 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
88462026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.616 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
88472026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.616 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
88482026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.616 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
88492026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.616 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
88502026-06-01T15:04:49.251Z[ host-image] Jun 01 15:04:48.616 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
88512026-06-01T15:04:49.262Z[ host-image] Jun 01 15:04:48.628 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
88522026-06-01T15:04:49.263Z[ host-image] Jun 01 15:04:48.628 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
88532026-06-01T15:04:49.263Z[ host-image] Jun 01 15:04:48.628 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
88542026-06-01T15:04:49.263Z[ host-image] Jun 01 15:04:48.629 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24008:20260529T002559Z
88552026-06-01T15:04:49.263Z[ host-image] Jun 01 15:04:48.629 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24008:20260529T002603Z
88562026-06-01T15:04:49.263Z[ host-image] Jun 01 15:04:48.629 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
88572026-06-01T15:04:49.263Z[ host-image] Jun 01 15:04:48.629 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24008:20260529T002604Z
88582026-06-01T15:04:49.263Z[ host-image] Jun 01 15:04:48.629 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
88592026-06-01T15:04:49.263Z[ host-image] Jun 01 15:04:48.629 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
88602026-06-01T15:04:49.263Z[ host-image] Jun 01 15:04:48.629 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
88612026-06-01T15:04:49.263Z[ host-image] Jun 01 15:04:48.629 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z
88622026-06-01T15:04:49.263Z[ host-image] Jun 01 15:04:48.629 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24008:20260529T002604Z
88632026-06-01T15:04:49.263Z[ host-image] Jun 01 15:04:48.629 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
88642026-06-01T15:04:49.266Z[ host-image] Jun 01 15:04:48.630 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
88652026-06-01T15:04:49.266Z[ host-image] Jun 01 15:04:48.630 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
88662026-06-01T15:04:49.266Z[ host-image] Jun 01 15:04:48.630 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
88672026-06-01T15:04:49.266Z[ host-image] Jun 01 15:04:48.630 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24008:20260529T002604Z
88682026-06-01T15:04:49.267Z[ host-image] Jun 01 15:04:48.630 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
88692026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.634 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
88702026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.634 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24008:20260529T002604Z
88712026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.635 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24008:20260529T002605Z
88722026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.635 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24008:20260529T002605Z
88732026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.635 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
88742026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.635 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24008:20260529T002606Z
88752026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.635 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24008:20260529T002606Z
88762026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.635 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24008:20260529T002606Z
88772026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.635 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24008:20260529T002606Z
88782026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.636 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
88792026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.636 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24008:20260529T002606Z
88802026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.636 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24008:20260529T002607Z
88812026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.637 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
88822026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.637 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24008:20260529T002607Z
88832026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.637 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24008:20260529T002607Z
88842026-06-01T15:04:49.270Z[ host-image] Jun 01 15:04:48.637 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24008:20260529T002607Z
88852026-06-01T15:04:49.274Z[ host-image] Jun 01 15:04:48.637 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24008:20260529T002607Z
88862026-06-01T15:04:49.274Z[ host-image] Jun 01 15:04:48.639 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24008:20260529T002608Z
88872026-06-01T15:04:49.274Z[ host-image] Jun 01 15:04:48.639 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88882026-06-01T15:04:49.274Z[ host-image] Jun 01 15:04:48.639 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24008:20260529T002608Z
88892026-06-01T15:04:49.274Z[ host-image] Jun 01 15:04:48.640 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24008:20260529T002608Z
88902026-06-01T15:04:49.274Z[ host-image] Jun 01 15:04:48.640 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24008:20260529T002608Z
88912026-06-01T15:04:49.274Z[ host-image] Jun 01 15:04:48.640 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24008:20260529T002608Z
88922026-06-01T15:04:49.274Z[ host-image] Jun 01 15:04:48.640 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24008:20260529T002608Z
88932026-06-01T15:04:49.274Z[ host-image] Jun 01 15:04:48.640 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24008:20260529T002608Z
88942026-06-01T15:04:49.274Z[ host-image] Jun 01 15:04:48.640 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24008:20260529T002609Z
88952026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.643 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24008:20260529T002609Z
88962026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.643 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24008:20260529T002609Z
88972026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.643 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24008:20260529T002609Z
88982026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.644 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24008:20260529T002609Z
88992026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.644 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24008:20260529T002609Z
89002026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.649 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24008:20260529T002612Z
89012026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.649 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24008:20260529T002610Z
89022026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.649 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24008:20260529T002610Z
89032026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.649 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
89042026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.650 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
89052026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.658 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24008:20260529T002610Z
89062026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.658 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
89072026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.658 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24008:20260529T002610Z
89082026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.658 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24008:20260529T002610Z
89092026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.658 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24008:20260529T002610Z
89102026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.658 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
89112026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.659 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
89122026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.659 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24008:20260529T002611Z
89132026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.659 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24008:20260529T002611Z
89142026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.659 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24008:20260529T002611Z
89152026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.659 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24008:20260529T002611Z
89162026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.659 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24008:20260529T002611Z
89172026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.659 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24008:20260529T002612Z
89182026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.660 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
89192026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.660 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24008:20260529T002612Z
89202026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.660 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24008:20260529T002612Z
89212026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.660 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24008:20260529T002612Z
89222026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.660 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24008:20260529T002613Z
89232026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.660 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24008:20260529T002612Z
89242026-06-01T15:04:49.325Z[ host-image] Jun 01 15:04:48.660 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24008:20260529T002613Z
89252026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.660 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
89262026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.660 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
89272026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.661 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24008:20260529T002614Z
89282026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.661 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24008:20260529T002615Z
89292026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.661 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
89302026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.661 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
89312026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.661 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
89322026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.661 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
89332026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.661 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
89342026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.661 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
89352026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.662 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
89362026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.662 INFO O| tempdir @ "/tmp/.tmpWpHD5n/tmp"
89372026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.662 INFO O| image root @ "/tmp/.tmpWpHD5n/tmp/root"
89382026-06-01T15:04:49.326Z[ host-image] Jun 01 15:04:48.662 INFO O| creating image...
89392026-06-01T15:04:49.673Z[ host-image] Jun 01 15:04:49.040 INFO O| copying publishers...
89402026-06-01T15:04:50.410Z[ host-image] Jun 01 15:04:49.777 INFO O| adding properties...
89412026-06-01T15:04:51.357Z[ host-image] Jun 01 15:04:50.724 INFO O| installing packages...
89422026-06-01T15:05:02.968Z[ host-image] Jun 01 15:05:02.334 INFO O| seeding SMF database...
89432026-06-01T15:05:07.101Z[ host-image] Jun 01 15:05:06.468 INFO O| configuring SMF profile...
89442026-06-01T15:05:07.101Z[ host-image] Jun 01 15:05:06.468 INFO O| modifying shadow(5)...
89452026-06-01T15:05:07.101Z[ host-image] Jun 01 15:05:06.468 INFO O| loading user and group database...
89462026-06-01T15:05:07.105Z[ host-image] Jun 01 15:05:06.468 INFO O| loading facet selections...
89472026-06-01T15:05:07.394Z[ host-image] Jun 01 15:05:06.760 INFO O| devel -> true
89482026-06-01T15:05:07.394Z[ host-image] Jun 01 15:05:06.760 INFO O| doc.man -> true
89492026-06-01T15:05:07.397Z[ host-image] Jun 01 15:05:06.760 INFO O| version-lock.shell/ksh93 -> true
89502026-06-01T15:05:07.397Z[ host-image] Jun 01 15:05:06.760 INFO O| version-lock.system/data/hardware-registry -> true
89512026-06-01T15:05:07.397Z[ host-image] Jun 01 15:05:06.760 INFO O| version-lock.system/data/zoneinfo -> true
89522026-06-01T15:05:07.397Z[ host-image] Jun 01 15:05:06.760 INFO O| version-lock.system/microcode/amd -> true
89532026-06-01T15:05:07.397Z[ host-image] Jun 01 15:05:06.760 INFO O| version-lock.system/microcode/intel -> true
89542026-06-01T15:05:07.397Z[ host-image] Jun 01 15:05:06.760 INFO O| version-lock.system/microcode/oxide -> true
89552026-06-01T15:05:07.397Z[ host-image] Jun 01 15:05:06.760 INFO O| assessing packaged files...
89562026-06-01T15:05:08.859Z[ host-image] Jun 01 15:05:08.225 INFO O| creating archive...
89572026-06-01T15:05:08.879Z[ host-image] Jun 01 15:05:08.246 INFO O| missing from packaging:
89582026-06-01T15:05:08.879Z[ host-image] Jun 01 15:05:08.246 INFO O| "etc/.pwd.lock"
89592026-06-01T15:05:08.879Z[ host-image] Jun 01 15:05:08.246 INFO O| "etc/bash"
89602026-06-01T15:05:08.883Z[ host-image] Jun 01 15:05:08.249 INFO O| "etc/svc/profile/generic.xml"
89612026-06-01T15:05:08.883Z[ host-image] Jun 01 15:05:08.249 INFO O| "etc/svc/profile/inetd_services.xml"
89622026-06-01T15:05:08.883Z[ host-image] Jun 01 15:05:08.249 INFO O| "etc/svc/profile/name_service.xml"
89632026-06-01T15:05:08.883Z[ host-image] Jun 01 15:05:08.249 INFO O| "etc/svc/profile/platform.xml"
89642026-06-01T15:05:08.883Z[ host-image] Jun 01 15:05:08.249 INFO O| "etc/svc/profile/platform_omicron1.xml"
89652026-06-01T15:05:08.883Z[ host-image] Jun 01 15:05:08.249 INFO O| "etc/svc/repository.db"
89662026-06-01T15:05:08.888Z[ host-image] Jun 01 15:05:08.254 INFO O| "opt/ooce/share"
89672026-06-01T15:05:08.888Z[ host-image] Jun 01 15:05:08.254 INFO O| "opt/ooce/share/man"
89682026-06-01T15:05:08.892Z[ host-image] Jun 01 15:05:08.254 INFO O| "opt/ooce/share/man/man1"
89692026-06-01T15:05:08.895Z[ host-image] Jun 01 15:05:08.261 INFO O| finishing archive...
89702026-06-01T15:05:11.208Z[ host-image] Jun 01 15:05:10.574 INFO O| creating gzonly manifest...
89712026-06-01T15:05:11.213Z[ host-image] Jun 01 15:05:10.580 INFO O| ok
89722026-06-01T15:05:11.295Z[ host-image] Jun 01 15:05:10.659 INFO image builder template: ramdisk-02-trim...
89732026-06-01T15:05:11.295Z[ host-image] Jun 01 15:05:10.659 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/.tmpl9u4jp/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
89742026-06-01T15:05:11.309Z[ host-image] Jun 01 15:05:10.676 INFO O| Jun 01 15:05:10.675 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89752026-06-01T15:05:11.312Z[ host-image] Jun 01 15:05:10.679 INFO O| Jun 01 15:05:10.679 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
89762026-06-01T15:05:11.539Z[ host-image] Jun 01 15:05:10.906 INFO O| Jun 01 15:05:10.905 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
89772026-06-01T15:05:11.629Z[ host-image] Jun 01 15:05:10.995 INFO O| Jun 01 15:05:10.995 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
89782026-06-01T15:05:11.629Z[ host-image] Jun 01 15:05:10.995 INFO O| Jun 01 15:05:10.995 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
89792026-06-01T15:05:11.632Z[ host-image] Jun 01 15:05:10.998 INFO O| Jun 01 15:05:10.998 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
89802026-06-01T15:05:11.635Z[ host-image] Jun 01 15:05:11.001 INFO O| Jun 01 15:05:11.001 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
89812026-06-01T15:05:11.638Z[ host-image] Jun 01 15:05:11.004 INFO O| Jun 01 15:05:11.004 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
89822026-06-01T15:05:12.031Z[ host-image] Jun 01 15:05:11.397 INFO O| Jun 01 15:05:11.397 INFO rolled back to input snapshot; work may begin
89832026-06-01T15:05:12.031Z[ host-image] Jun 01 15:05:11.397 INFO O| Jun 01 15:05:11.397 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
89842026-06-01T15:05:12.034Z[ host-image] Jun 01 15:05:11.400 INFO O| Jun 01 15:05:11.400 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89852026-06-01T15:05:12.041Z[ host-image] Jun 01 15:05:11.408 INFO O| Jun 01 15:05:11.408 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
89862026-06-01T15:05:12.078Z[ host-image] Jun 01 15:05:11.445 INFO O| Jun 01 15:05:11.444 INFO STEP 0 (remove_files) COMPLETE
89872026-06-01T15:05:12.081Z[ host-image] Jun 01 15:05:11.445 INFO O| Jun 01 15:05:11.444 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89882026-06-01T15:05:12.084Z[ host-image] Jun 01 15:05:11.451 INFO O| Jun 01 15:05:11.451 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
89892026-06-01T15:05:12.088Z[ host-image] Jun 01 15:05:11.453 INFO O| Jun 01 15:05:11.452 INFO STEP 1 (remove_files) COMPLETE
89902026-06-01T15:05:12.088Z[ host-image] Jun 01 15:05:11.453 INFO O| Jun 01 15:05:11.453 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89912026-06-01T15:05:12.091Z[ host-image] Jun 01 15:05:11.458 INFO O| Jun 01 15:05:11.458 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
89922026-06-01T15:05:12.102Z[ host-image] Jun 01 15:05:11.469 INFO O| Jun 01 15:05:11.469 INFO STEP 2 (remove_files) COMPLETE
89932026-06-01T15:05:12.106Z[ host-image] Jun 01 15:05:11.469 INFO O| Jun 01 15:05:11.469 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89942026-06-01T15:05:12.109Z[ host-image] Jun 01 15:05:11.476 INFO O| Jun 01 15:05:11.476 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89952026-06-01T15:05:12.112Z[ host-image] Jun 01 15:05:11.477 INFO O| Jun 01 15:05:11.477 INFO STEP 3 (remove_files) COMPLETE
89962026-06-01T15:05:12.112Z[ host-image] Jun 01 15:05:11.477 INFO O| Jun 01 15:05:11.477 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89972026-06-01T15:05:12.116Z[ host-image] Jun 01 15:05:11.483 INFO O| Jun 01 15:05:11.483 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89982026-06-01T15:05:12.119Z[ host-image] Jun 01 15:05:11.485 INFO O| Jun 01 15:05:11.485 INFO STEP 4 (remove_files) COMPLETE
89992026-06-01T15:05:12.119Z[ host-image] Jun 01 15:05:11.485 INFO O| Jun 01 15:05:11.485 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90002026-06-01T15:05:12.124Z[ host-image] Jun 01 15:05:11.491 INFO O| Jun 01 15:05:11.491 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
90012026-06-01T15:05:12.127Z[ host-image] Jun 01 15:05:11.493 INFO O| Jun 01 15:05:11.493 INFO STEP 5 (remove_files) COMPLETE
90022026-06-01T15:05:12.127Z[ host-image] Jun 01 15:05:11.493 INFO O| Jun 01 15:05:11.493 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90032026-06-01T15:05:12.133Z[ host-image] Jun 01 15:05:11.499 INFO O| Jun 01 15:05:11.499 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
90042026-06-01T15:05:12.141Z[ host-image] Jun 01 15:05:11.508 INFO O| Jun 01 15:05:11.507 INFO STEP 6 (remove_files) COMPLETE
90052026-06-01T15:05:12.141Z[ host-image] Jun 01 15:05:11.508 INFO O| Jun 01 15:05:11.507 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90062026-06-01T15:05:12.144Z[ host-image] Jun 01 15:05:11.508 INFO O| Jun 01 15:05:11.508 INFO skip step because feature "heliosv2" is not enabled
90072026-06-01T15:05:12.144Z[ host-image] Jun 01 15:05:11.508 INFO O| Jun 01 15:05:11.508 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90082026-06-01T15:05:12.147Z[ host-image] Jun 01 15:05:11.514 INFO O| Jun 01 15:05:11.513 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
90092026-06-01T15:05:12.156Z[ host-image] Jun 01 15:05:11.523 INFO O| Jun 01 15:05:11.523 INFO STEP 8 (remove_files) COMPLETE
90102026-06-01T15:05:12.156Z[ host-image] Jun 01 15:05:11.523 INFO O| Jun 01 15:05:11.523 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90112026-06-01T15:05:12.163Z[ host-image] Jun 01 15:05:11.530 INFO O| Jun 01 15:05:11.530 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
90122026-06-01T15:05:12.225Z[ host-image] Jun 01 15:05:11.591 INFO O| Jun 01 15:05:11.591 INFO STEP 9 (remove_files) COMPLETE
90132026-06-01T15:05:12.225Z[ host-image] Jun 01 15:05:11.591 INFO O| Jun 01 15:05:11.591 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90142026-06-01T15:05:12.231Z[ host-image] Jun 01 15:05:11.598 INFO O| Jun 01 15:05:11.598 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
90152026-06-01T15:05:12.304Z[ host-image] Jun 01 15:05:11.671 INFO O| Jun 01 15:05:11.671 INFO STEP 10 (remove_files) COMPLETE
90162026-06-01T15:05:12.304Z[ host-image] Jun 01 15:05:11.671 INFO O| Jun 01 15:05:11.671 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90172026-06-01T15:05:12.310Z[ host-image] Jun 01 15:05:11.677 INFO O| Jun 01 15:05:11.677 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
90182026-06-01T15:05:12.313Z[ host-image] Jun 01 15:05:11.679 INFO O| Jun 01 15:05:11.679 INFO STEP 11 (remove_files) COMPLETE
90192026-06-01T15:05:12.313Z[ host-image] Jun 01 15:05:11.679 INFO O| Jun 01 15:05:11.679 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90202026-06-01T15:05:12.320Z[ host-image] Jun 01 15:05:11.686 INFO O| Jun 01 15:05:11.686 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
90212026-06-01T15:05:12.323Z[ host-image] Jun 01 15:05:11.687 INFO O| Jun 01 15:05:11.687 INFO STEP 12 (remove_files) COMPLETE
90222026-06-01T15:05:12.323Z[ host-image] Jun 01 15:05:11.687 INFO O| Jun 01 15:05:11.687 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90232026-06-01T15:05:12.326Z[ host-image] Jun 01 15:05:11.693 INFO O| Jun 01 15:05:11.693 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
90242026-06-01T15:05:12.329Z[ host-image] Jun 01 15:05:11.694 INFO O| Jun 01 15:05:11.694 INFO STEP 13 (remove_files) COMPLETE
90252026-06-01T15:05:12.329Z[ host-image] Jun 01 15:05:11.694 INFO O| Jun 01 15:05:11.694 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90262026-06-01T15:05:12.490Z[ host-image] Jun 01 15:05:11.857 INFO O| Jun 01 15:05:11.857 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
90272026-06-01T15:05:12.494Z[ host-image] Jun 01 15:05:11.861 INFO O| Jun 01 15:05:11.861 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
90282026-06-01T15:05:12.537Z[ host-image] Jun 01 15:05:11.903 INFO O| Jun 01 15:05:11.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90292026-06-01T15:05:12.537Z[ host-image] Jun 01 15:05:11.903 INFO O| Jun 01 15:05:11.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90302026-06-01T15:05:12.540Z[ host-image] Jun 01 15:05:11.903 INFO O| Jun 01 15:05:11.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90312026-06-01T15:05:12.540Z[ host-image] Jun 01 15:05:11.903 INFO O| Jun 01 15:05:11.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90322026-06-01T15:05:12.540Z[ host-image] Jun 01 15:05:11.903 INFO O| Jun 01 15:05:11.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90332026-06-01T15:05:12.540Z[ host-image] Jun 01 15:05:11.903 INFO O| Jun 01 15:05:11.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90342026-06-01T15:05:12.541Z[ host-image] Jun 01 15:05:11.903 INFO O| Jun 01 15:05:11.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90352026-06-01T15:05:12.541Z[ host-image] Jun 01 15:05:11.903 INFO O| Jun 01 15:05:11.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90362026-06-01T15:05:12.541Z[ host-image] Jun 01 15:05:11.903 INFO O| Jun 01 15:05:11.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90372026-06-01T15:05:12.541Z[ host-image] Jun 01 15:05:11.903 INFO O| Jun 01 15:05:11.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90382026-06-01T15:05:12.541Z[ host-image] Jun 01 15:05:11.903 INFO O| Jun 01 15:05:11.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90392026-06-01T15:05:12.541Z[ host-image] Jun 01 15:05:11.903 INFO O| Jun 01 15:05:11.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90402026-06-01T15:05:12.541Z[ host-image] Jun 01 15:05:11.903 INFO O| Jun 01 15:05:11.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90412026-06-01T15:05:12.541Z[ host-image] Jun 01 15:05:11.904 INFO O| Jun 01 15:05:11.904 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90422026-06-01T15:05:12.541Z[ host-image] Jun 01 15:05:11.904 INFO O| Jun 01 15:05:11.904 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90432026-06-01T15:05:12.541Z[ host-image] Jun 01 15:05:11.904 INFO O| Jun 01 15:05:11.904 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90442026-06-01T15:05:12.544Z[ host-image] Jun 01 15:05:11.909 INFO O| Jun 01 15:05:11.909 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
90452026-06-01T15:05:12.544Z[ host-image] Jun 01 15:05:11.909 INFO O| Jun 01 15:05:11.909 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
90462026-06-01T15:05:12.547Z[ host-image] Jun 01 15:05:11.913 INFO O| Jun 01 15:05:11.913 INFO STEP 14 (remove_files) COMPLETE
90472026-06-01T15:05:12.547Z[ host-image] Jun 01 15:05:11.913 INFO O| Jun 01 15:05:11.913 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90482026-06-01T15:05:12.552Z[ host-image] Jun 01 15:05:11.919 INFO O| Jun 01 15:05:11.919 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
90492026-06-01T15:05:12.556Z[ host-image] Jun 01 15:05:11.920 INFO O| Jun 01 15:05:11.920 INFO STEP 15 (remove_files) COMPLETE
90502026-06-01T15:05:12.556Z[ host-image] Jun 01 15:05:11.920 INFO O| Jun 01 15:05:11.920 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90512026-06-01T15:05:12.561Z[ host-image] Jun 01 15:05:11.927 INFO O| Jun 01 15:05:11.927 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
90522026-06-01T15:05:12.591Z[ host-image] Jun 01 15:05:11.933 INFO O| Jun 01 15:05:11.933 INFO STEP 16 (remove_files) COMPLETE
90532026-06-01T15:05:12.591Z[ host-image] Jun 01 15:05:11.933 INFO O| Jun 01 15:05:11.933 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90542026-06-01T15:05:12.591Z[ host-image] Jun 01 15:05:11.938 INFO O| Jun 01 15:05:11.938 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
90552026-06-01T15:05:12.591Z[ host-image] Jun 01 15:05:11.938 INFO O| Jun 01 15:05:11.938 INFO STEP 17 (remove_files) COMPLETE
90562026-06-01T15:05:12.591Z[ host-image] Jun 01 15:05:11.938 INFO O| Jun 01 15:05:11.938 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90572026-06-01T15:05:12.592Z[ host-image] Jun 01 15:05:11.944 INFO O| Jun 01 15:05:11.944 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
90582026-06-01T15:05:12.592Z[ host-image] Jun 01 15:05:11.945 INFO O| Jun 01 15:05:11.945 INFO STEP 18 (remove_files) COMPLETE
90592026-06-01T15:05:12.592Z[ host-image] Jun 01 15:05:11.945 INFO O| Jun 01 15:05:11.945 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90602026-06-01T15:05:12.592Z[ host-image] Jun 01 15:05:11.951 INFO O| Jun 01 15:05:11.951 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
90612026-06-01T15:05:12.592Z[ host-image] Jun 01 15:05:11.951 INFO O| Jun 01 15:05:11.951 INFO STEP 19 (remove_files) COMPLETE
90622026-06-01T15:05:12.592Z[ host-image] Jun 01 15:05:11.951 INFO O| Jun 01 15:05:11.951 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90632026-06-01T15:05:12.592Z[ host-image] Jun 01 15:05:11.957 INFO O| Jun 01 15:05:11.957 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
90642026-06-01T15:05:12.592Z[ host-image] Jun 01 15:05:11.957 INFO O| Jun 01 15:05:11.957 INFO STEP 20 (remove_files) COMPLETE
90652026-06-01T15:05:12.592Z[ host-image] Jun 01 15:05:11.957 INFO O| Jun 01 15:05:11.957 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90662026-06-01T15:05:12.596Z[ host-image] Jun 01 15:05:11.963 INFO O| Jun 01 15:05:11.963 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
90672026-06-01T15:05:12.596Z[ host-image] Jun 01 15:05:11.963 INFO O| Jun 01 15:05:11.963 INFO STEP 21 (remove_files) COMPLETE
90682026-06-01T15:05:12.599Z[ host-image] Jun 01 15:05:11.963 INFO O| Jun 01 15:05:11.963 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90692026-06-01T15:05:12.602Z[ host-image] Jun 01 15:05:11.968 INFO O| Jun 01 15:05:11.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
90702026-06-01T15:05:12.602Z[ host-image] Jun 01 15:05:11.968 INFO O| Jun 01 15:05:11.968 INFO STEP 22 (remove_files) COMPLETE
90712026-06-01T15:05:12.602Z[ host-image] Jun 01 15:05:11.968 INFO O| Jun 01 15:05:11.968 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90722026-06-01T15:05:12.607Z[ host-image] Jun 01 15:05:11.974 INFO O| Jun 01 15:05:11.974 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
90732026-06-01T15:05:12.607Z[ host-image] Jun 01 15:05:11.974 INFO O| Jun 01 15:05:11.974 INFO STEP 23 (remove_files) COMPLETE
90742026-06-01T15:05:12.611Z[ host-image] Jun 01 15:05:11.974 INFO O| Jun 01 15:05:11.974 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90752026-06-01T15:05:12.614Z[ host-image] Jun 01 15:05:11.979 INFO O| Jun 01 15:05:11.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
90762026-06-01T15:05:12.614Z[ host-image] Jun 01 15:05:11.979 INFO O| Jun 01 15:05:11.979 INFO STEP 24 (remove_files) COMPLETE
90772026-06-01T15:05:12.614Z[ host-image] Jun 01 15:05:11.979 INFO O| Jun 01 15:05:11.979 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90782026-06-01T15:05:12.619Z[ host-image] Jun 01 15:05:11.986 INFO O| Jun 01 15:05:11.986 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
90792026-06-01T15:05:12.619Z[ host-image] Jun 01 15:05:11.986 INFO O| Jun 01 15:05:11.986 INFO STEP 25 (remove_files) COMPLETE
90802026-06-01T15:05:12.622Z[ host-image] Jun 01 15:05:11.986 INFO O| Jun 01 15:05:11.986 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90812026-06-01T15:05:12.629Z[ host-image] Jun 01 15:05:11.992 INFO O| Jun 01 15:05:11.992 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
90822026-06-01T15:05:12.629Z[ host-image] Jun 01 15:05:11.992 INFO O| Jun 01 15:05:11.992 INFO STEP 26 (remove_files) COMPLETE
90832026-06-01T15:05:12.629Z[ host-image] Jun 01 15:05:11.992 INFO O| Jun 01 15:05:11.992 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90842026-06-01T15:05:12.632Z[ host-image] Jun 01 15:05:11.997 INFO O| Jun 01 15:05:11.997 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
90852026-06-01T15:05:12.632Z[ host-image] Jun 01 15:05:11.997 INFO O| Jun 01 15:05:11.997 INFO STEP 27 (remove_files) COMPLETE
90862026-06-01T15:05:12.632Z[ host-image] Jun 01 15:05:11.997 INFO O| Jun 01 15:05:11.997 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90872026-06-01T15:05:12.636Z[ host-image] Jun 01 15:05:12.003 INFO O| Jun 01 15:05:12.003 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
90882026-06-01T15:05:12.636Z[ host-image] Jun 01 15:05:12.003 INFO O| Jun 01 15:05:12.003 INFO STEP 28 (remove_files) COMPLETE
90892026-06-01T15:05:12.639Z[ host-image] Jun 01 15:05:12.003 INFO O| Jun 01 15:05:12.003 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90902026-06-01T15:05:12.642Z[ host-image] Jun 01 15:05:12.008 INFO O| Jun 01 15:05:12.008 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
90912026-06-01T15:05:12.642Z[ host-image] Jun 01 15:05:12.008 INFO O| Jun 01 15:05:12.008 INFO STEP 29 (remove_files) COMPLETE
90922026-06-01T15:05:12.642Z[ host-image] Jun 01 15:05:12.008 INFO O| Jun 01 15:05:12.008 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90932026-06-01T15:05:12.647Z[ host-image] Jun 01 15:05:12.014 INFO O| Jun 01 15:05:12.014 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
90942026-06-01T15:05:12.647Z[ host-image] Jun 01 15:05:12.014 INFO O| Jun 01 15:05:12.014 INFO STEP 30 (remove_files) COMPLETE
90952026-06-01T15:05:12.647Z[ host-image] Jun 01 15:05:12.014 INFO O| Jun 01 15:05:12.014 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90962026-06-01T15:05:12.653Z[ host-image] Jun 01 15:05:12.020 INFO O| Jun 01 15:05:12.020 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90972026-06-01T15:05:12.653Z[ host-image] Jun 01 15:05:12.020 INFO O| Jun 01 15:05:12.020 INFO STEP 31 (remove_files) COMPLETE
90982026-06-01T15:05:12.653Z[ host-image] Jun 01 15:05:12.020 INFO O| Jun 01 15:05:12.020 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90992026-06-01T15:05:12.659Z[ host-image] Jun 01 15:05:12.026 INFO O| Jun 01 15:05:12.026 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
91002026-06-01T15:05:12.659Z[ host-image] Jun 01 15:05:12.026 INFO O| Jun 01 15:05:12.026 INFO STEP 32 (remove_files) COMPLETE
91012026-06-01T15:05:12.662Z[ host-image] Jun 01 15:05:12.026 INFO O| Jun 01 15:05:12.026 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91022026-06-01T15:05:12.665Z[ host-image] Jun 01 15:05:12.032 INFO O| Jun 01 15:05:12.032 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
91032026-06-01T15:05:12.665Z[ host-image] Jun 01 15:05:12.032 INFO O| Jun 01 15:05:12.032 INFO STEP 33 (remove_files) COMPLETE
91042026-06-01T15:05:12.665Z[ host-image] Jun 01 15:05:12.032 INFO O| Jun 01 15:05:12.032 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91052026-06-01T15:05:12.671Z[ host-image] Jun 01 15:05:12.038 INFO O| Jun 01 15:05:12.038 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
91062026-06-01T15:05:12.675Z[ host-image] Jun 01 15:05:12.038 INFO O| Jun 01 15:05:12.038 INFO STEP 34 (remove_files) COMPLETE
91072026-06-01T15:05:12.675Z[ host-image] Jun 01 15:05:12.038 INFO O| Jun 01 15:05:12.038 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91082026-06-01T15:05:12.679Z[ host-image] Jun 01 15:05:12.044 INFO O| Jun 01 15:05:12.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
91092026-06-01T15:05:12.679Z[ host-image] Jun 01 15:05:12.044 INFO O| Jun 01 15:05:12.044 INFO STEP 35 (remove_files) COMPLETE
91102026-06-01T15:05:12.679Z[ host-image] Jun 01 15:05:12.044 INFO O| Jun 01 15:05:12.044 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91112026-06-01T15:05:12.683Z[ host-image] Jun 01 15:05:12.049 INFO O| Jun 01 15:05:12.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
91122026-06-01T15:05:12.683Z[ host-image] Jun 01 15:05:12.049 INFO O| Jun 01 15:05:12.049 INFO STEP 36 (remove_files) COMPLETE
91132026-06-01T15:05:12.687Z[ host-image] Jun 01 15:05:12.049 INFO O| Jun 01 15:05:12.049 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91142026-06-01T15:05:12.690Z[ host-image] Jun 01 15:05:12.055 INFO O| Jun 01 15:05:12.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
91152026-06-01T15:05:12.690Z[ host-image] Jun 01 15:05:12.055 INFO O| Jun 01 15:05:12.055 INFO STEP 37 (remove_files) COMPLETE
91162026-06-01T15:05:12.690Z[ host-image] Jun 01 15:05:12.055 INFO O| Jun 01 15:05:12.055 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91172026-06-01T15:05:12.694Z[ host-image] Jun 01 15:05:12.060 INFO O| Jun 01 15:05:12.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
91182026-06-01T15:05:12.697Z[ host-image] Jun 01 15:05:12.060 INFO O| Jun 01 15:05:12.060 INFO STEP 38 (remove_files) COMPLETE
91192026-06-01T15:05:12.697Z[ host-image] Jun 01 15:05:12.060 INFO O| Jun 01 15:05:12.060 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91202026-06-01T15:05:12.700Z[ host-image] Jun 01 15:05:12.067 INFO O| Jun 01 15:05:12.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
91212026-06-01T15:05:12.700Z[ host-image] Jun 01 15:05:12.067 INFO O| Jun 01 15:05:12.067 INFO STEP 39 (remove_files) COMPLETE
91222026-06-01T15:05:12.700Z[ host-image] Jun 01 15:05:12.067 INFO O| Jun 01 15:05:12.067 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91232026-06-01T15:05:12.706Z[ host-image] Jun 01 15:05:12.073 INFO O| Jun 01 15:05:12.072 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
91242026-06-01T15:05:12.709Z[ host-image] Jun 01 15:05:12.073 INFO O| Jun 01 15:05:12.073 INFO STEP 40 (remove_files) COMPLETE
91252026-06-01T15:05:12.709Z[ host-image] Jun 01 15:05:12.073 INFO O| Jun 01 15:05:12.073 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91262026-06-01T15:05:12.712Z[ host-image] Jun 01 15:05:12.078 INFO O| Jun 01 15:05:12.078 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
91272026-06-01T15:05:12.712Z[ host-image] Jun 01 15:05:12.078 INFO O| Jun 01 15:05:12.078 INFO STEP 41 (remove_files) COMPLETE
91282026-06-01T15:05:12.712Z[ host-image] Jun 01 15:05:12.078 INFO O| Jun 01 15:05:12.078 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91292026-06-01T15:05:12.716Z[ host-image] Jun 01 15:05:12.083 INFO O| Jun 01 15:05:12.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
91302026-06-01T15:05:12.716Z[ host-image] Jun 01 15:05:12.083 INFO O| Jun 01 15:05:12.083 INFO STEP 42 (remove_files) COMPLETE
91312026-06-01T15:05:12.719Z[ host-image] Jun 01 15:05:12.083 INFO O| Jun 01 15:05:12.083 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91322026-06-01T15:05:12.723Z[ host-image] Jun 01 15:05:12.089 INFO O| Jun 01 15:05:12.089 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
91332026-06-01T15:05:12.723Z[ host-image] Jun 01 15:05:12.089 INFO O| Jun 01 15:05:12.089 INFO STEP 43 (remove_files) COMPLETE
91342026-06-01T15:05:12.723Z[ host-image] Jun 01 15:05:12.089 INFO O| Jun 01 15:05:12.089 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91352026-06-01T15:05:12.728Z[ host-image] Jun 01 15:05:12.095 INFO O| Jun 01 15:05:12.095 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
91362026-06-01T15:05:12.728Z[ host-image] Jun 01 15:05:12.095 INFO O| Jun 01 15:05:12.095 INFO STEP 44 (remove_files) COMPLETE
91372026-06-01T15:05:12.732Z[ host-image] Jun 01 15:05:12.095 INFO O| Jun 01 15:05:12.095 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91382026-06-01T15:05:12.735Z[ host-image] Jun 01 15:05:12.100 INFO O| Jun 01 15:05:12.100 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
91392026-06-01T15:05:12.735Z[ host-image] Jun 01 15:05:12.100 INFO O| Jun 01 15:05:12.100 INFO STEP 45 (remove_files) COMPLETE
91402026-06-01T15:05:12.735Z[ host-image] Jun 01 15:05:12.100 INFO O| Jun 01 15:05:12.100 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91412026-06-01T15:05:12.738Z[ host-image] Jun 01 15:05:12.105 INFO O| Jun 01 15:05:12.105 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
91422026-06-01T15:05:12.741Z[ host-image] Jun 01 15:05:12.105 INFO O| Jun 01 15:05:12.105 INFO STEP 46 (remove_files) COMPLETE
91432026-06-01T15:05:12.741Z[ host-image] Jun 01 15:05:12.105 INFO O| Jun 01 15:05:12.105 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91442026-06-01T15:05:12.745Z[ host-image] Jun 01 15:05:12.110 INFO O| Jun 01 15:05:12.110 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
91452026-06-01T15:05:12.745Z[ host-image] Jun 01 15:05:12.110 INFO O| Jun 01 15:05:12.110 INFO STEP 47 (remove_files) COMPLETE
91462026-06-01T15:05:12.745Z[ host-image] Jun 01 15:05:12.110 INFO O| Jun 01 15:05:12.110 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91472026-06-01T15:05:12.749Z[ host-image] Jun 01 15:05:12.116 INFO O| Jun 01 15:05:12.116 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
91482026-06-01T15:05:12.749Z[ host-image] Jun 01 15:05:12.116 INFO O| Jun 01 15:05:12.116 INFO STEP 48 (remove_files) COMPLETE
91492026-06-01T15:05:12.752Z[ host-image] Jun 01 15:05:12.116 INFO O| Jun 01 15:05:12.116 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91502026-06-01T15:05:12.755Z[ host-image] Jun 01 15:05:12.121 INFO O| Jun 01 15:05:12.121 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
91512026-06-01T15:05:12.755Z[ host-image] Jun 01 15:05:12.121 INFO O| Jun 01 15:05:12.121 INFO STEP 49 (remove_files) COMPLETE
91522026-06-01T15:05:12.755Z[ host-image] Jun 01 15:05:12.122 INFO O| Jun 01 15:05:12.121 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91532026-06-01T15:05:12.760Z[ host-image] Jun 01 15:05:12.127 INFO O| Jun 01 15:05:12.127 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
91542026-06-01T15:05:12.760Z[ host-image] Jun 01 15:05:12.127 INFO O| Jun 01 15:05:12.127 INFO STEP 50 (remove_files) COMPLETE
91552026-06-01T15:05:12.761Z[ host-image] Jun 01 15:05:12.127 INFO O| Jun 01 15:05:12.127 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91562026-06-01T15:05:12.766Z[ host-image] Jun 01 15:05:12.133 INFO O| Jun 01 15:05:12.133 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
91572026-06-01T15:05:12.771Z[ host-image] Jun 01 15:05:12.133 INFO O| Jun 01 15:05:12.133 INFO STEP 51 (remove_files) COMPLETE
91582026-06-01T15:05:12.771Z[ host-image] Jun 01 15:05:12.133 INFO O| Jun 01 15:05:12.133 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91592026-06-01T15:05:12.775Z[ host-image] Jun 01 15:05:12.139 INFO O| Jun 01 15:05:12.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91602026-06-01T15:05:12.775Z[ host-image] Jun 01 15:05:12.139 INFO O| Jun 01 15:05:12.139 INFO STEP 52 (remove_files) COMPLETE
91612026-06-01T15:05:12.775Z[ host-image] Jun 01 15:05:12.139 INFO O| Jun 01 15:05:12.139 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91622026-06-01T15:05:12.778Z[ host-image] Jun 01 15:05:12.145 INFO O| Jun 01 15:05:12.145 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91632026-06-01T15:05:12.778Z[ host-image] Jun 01 15:05:12.145 INFO O| Jun 01 15:05:12.145 INFO STEP 53 (remove_files) COMPLETE
91642026-06-01T15:05:12.778Z[ host-image] Jun 01 15:05:12.145 INFO O| Jun 01 15:05:12.145 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91652026-06-01T15:05:12.784Z[ host-image] Jun 01 15:05:12.151 INFO O| Jun 01 15:05:12.151 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
91662026-06-01T15:05:12.784Z[ host-image] Jun 01 15:05:12.151 INFO O| Jun 01 15:05:12.151 INFO STEP 54 (remove_files) COMPLETE
91672026-06-01T15:05:12.787Z[ host-image] Jun 01 15:05:12.151 INFO O| Jun 01 15:05:12.151 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91682026-06-01T15:05:12.790Z[ host-image] Jun 01 15:05:12.156 INFO O| Jun 01 15:05:12.156 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
91692026-06-01T15:05:12.790Z[ host-image] Jun 01 15:05:12.156 INFO O| Jun 01 15:05:12.156 INFO STEP 55 (remove_files) COMPLETE
91702026-06-01T15:05:12.790Z[ host-image] Jun 01 15:05:12.156 INFO O| Jun 01 15:05:12.156 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91712026-06-01T15:05:12.796Z[ host-image] Jun 01 15:05:12.162 INFO O| Jun 01 15:05:12.162 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
91722026-06-01T15:05:12.800Z[ host-image] Jun 01 15:05:12.162 INFO O| Jun 01 15:05:12.162 INFO STEP 56 (remove_files) COMPLETE
91732026-06-01T15:05:12.800Z[ host-image] Jun 01 15:05:12.162 INFO O| Jun 01 15:05:12.162 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91742026-06-01T15:05:12.803Z[ host-image] Jun 01 15:05:12.168 INFO O| Jun 01 15:05:12.168 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
91752026-06-01T15:05:12.803Z[ host-image] Jun 01 15:05:12.168 INFO O| Jun 01 15:05:12.168 INFO STEP 57 (remove_files) COMPLETE
91762026-06-01T15:05:12.803Z[ host-image] Jun 01 15:05:12.168 INFO O| Jun 01 15:05:12.168 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91772026-06-01T15:05:12.807Z[ host-image] Jun 01 15:05:12.173 INFO O| Jun 01 15:05:12.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
91782026-06-01T15:05:12.807Z[ host-image] Jun 01 15:05:12.174 INFO O| Jun 01 15:05:12.173 INFO STEP 58 (remove_files) COMPLETE
91792026-06-01T15:05:12.810Z[ host-image] Jun 01 15:05:12.174 INFO O| Jun 01 15:05:12.174 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802026-06-01T15:05:12.813Z[ host-image] Jun 01 15:05:12.179 INFO O| Jun 01 15:05:12.179 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91812026-06-01T15:05:12.813Z[ host-image] Jun 01 15:05:12.179 INFO O| Jun 01 15:05:12.179 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
91822026-06-01T15:05:12.813Z[ host-image] Jun 01 15:05:12.179 INFO O| Jun 01 15:05:12.179 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91832026-06-01T15:05:12.813Z[ host-image] Jun 01 15:05:12.179 INFO O| Jun 01 15:05:12.179 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91842026-06-01T15:05:12.813Z[ host-image] Jun 01 15:05:12.179 INFO O| Jun 01 15:05:12.179 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91852026-06-01T15:05:12.813Z[ host-image] Jun 01 15:05:12.179 INFO O| Jun 01 15:05:12.179 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91862026-06-01T15:05:12.813Z[ host-image] Jun 01 15:05:12.179 INFO O| Jun 01 15:05:12.179 INFO ok!
91872026-06-01T15:05:12.814Z[ host-image] Jun 01 15:05:12.179 INFO O| Jun 01 15:05:12.179 INFO STEP 59 (ensure_file) COMPLETE
91882026-06-01T15:05:12.814Z[ host-image] Jun 01 15:05:12.179 INFO O| Jun 01 15:05:12.179 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91892026-06-01T15:05:12.820Z[ host-image] Jun 01 15:05:12.184 INFO O| Jun 01 15:05:12.184 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91902026-06-01T15:05:12.820Z[ host-image] Jun 01 15:05:12.184 INFO O| Jun 01 15:05:12.184 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
91912026-06-01T15:05:12.823Z[ host-image] Jun 01 15:05:12.184 INFO O| Jun 01 15:05:12.184 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91922026-06-01T15:05:12.823Z[ host-image] Jun 01 15:05:12.184 INFO O| Jun 01 15:05:12.184 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91932026-06-01T15:05:12.823Z[ host-image] Jun 01 15:05:12.184 INFO O| Jun 01 15:05:12.184 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91942026-06-01T15:05:12.823Z[ host-image] Jun 01 15:05:12.184 INFO O| Jun 01 15:05:12.184 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91952026-06-01T15:05:12.823Z[ host-image] Jun 01 15:05:12.184 INFO O| Jun 01 15:05:12.184 INFO ok!
91962026-06-01T15:05:12.823Z[ host-image] Jun 01 15:05:12.184 INFO O| Jun 01 15:05:12.184 INFO STEP 60 (ensure_file) COMPLETE
91972026-06-01T15:05:12.824Z[ host-image] Jun 01 15:05:12.184 INFO O| Jun 01 15:05:12.184 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91982026-06-01T15:05:12.824Z[ host-image] Jun 01 15:05:12.190 INFO O| Jun 01 15:05:12.190 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91992026-06-01T15:05:12.824Z[ host-image] Jun 01 15:05:12.190 INFO O| Jun 01 15:05:12.190 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
92002026-06-01T15:05:12.824Z[ host-image] Jun 01 15:05:12.190 INFO O| Jun 01 15:05:12.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
92012026-06-01T15:05:12.824Z[ host-image] Jun 01 15:05:12.190 INFO O| Jun 01 15:05:12.190 INFO ok!
92022026-06-01T15:05:12.824Z[ host-image] Jun 01 15:05:12.190 INFO O| Jun 01 15:05:12.190 INFO STEP 61 (ensure_file) COMPLETE
92032026-06-01T15:05:12.824Z[ host-image] Jun 01 15:05:12.190 INFO O| Jun 01 15:05:12.190 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92042026-06-01T15:05:12.829Z[ host-image] Jun 01 15:05:12.196 INFO O| Jun 01 15:05:12.196 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
92052026-06-01T15:05:12.829Z[ host-image] Jun 01 15:05:12.196 INFO O| Jun 01 15:05:12.196 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
92062026-06-01T15:05:12.833Z[ host-image] Jun 01 15:05:12.196 INFO O| Jun 01 15:05:12.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
92072026-06-01T15:05:12.833Z[ host-image] Jun 01 15:05:12.196 INFO O| Jun 01 15:05:12.196 INFO ok!
92082026-06-01T15:05:12.833Z[ host-image] Jun 01 15:05:12.196 INFO O| Jun 01 15:05:12.196 INFO STEP 62 (ensure_file) COMPLETE
92092026-06-01T15:05:12.833Z[ host-image] Jun 01 15:05:12.196 INFO O| Jun 01 15:05:12.196 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92102026-06-01T15:05:12.836Z[ host-image] Jun 01 15:05:12.202 INFO O| Jun 01 15:05:12.202 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
92112026-06-01T15:05:12.836Z[ host-image] Jun 01 15:05:12.202 INFO O| Jun 01 15:05:12.202 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
92122026-06-01T15:05:12.836Z[ host-image] Jun 01 15:05:12.202 INFO O| Jun 01 15:05:12.202 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92132026-06-01T15:05:12.836Z[ host-image] Jun 01 15:05:12.202 INFO O| Jun 01 15:05:12.202 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92142026-06-01T15:05:12.836Z[ host-image] Jun 01 15:05:12.202 INFO O| Jun 01 15:05:12.202 INFO ok!
92152026-06-01T15:05:12.836Z[ host-image] Jun 01 15:05:12.202 INFO O| Jun 01 15:05:12.202 INFO STEP 63 (ensure_file) COMPLETE
92162026-06-01T15:05:12.836Z[ host-image] Jun 01 15:05:12.202 INFO O| Jun 01 15:05:12.202 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92172026-06-01T15:05:12.840Z[ host-image] Jun 01 15:05:12.207 INFO O| Jun 01 15:05:12.207 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
92182026-06-01T15:05:12.840Z[ host-image] Jun 01 15:05:12.207 INFO O| Jun 01 15:05:12.207 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
92192026-06-01T15:05:12.840Z[ host-image] Jun 01 15:05:12.207 INFO O| Jun 01 15:05:12.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92202026-06-01T15:05:12.843Z[ host-image] Jun 01 15:05:12.207 INFO O| Jun 01 15:05:12.207 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92212026-06-01T15:05:12.843Z[ host-image] Jun 01 15:05:12.207 INFO O| Jun 01 15:05:12.207 INFO ok!
92222026-06-01T15:05:12.843Z[ host-image] Jun 01 15:05:12.207 INFO O| Jun 01 15:05:12.207 INFO STEP 64 (ensure_file) COMPLETE
92232026-06-01T15:05:12.843Z[ host-image] Jun 01 15:05:12.207 INFO O| Jun 01 15:05:12.207 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92242026-06-01T15:05:12.848Z[ host-image] Jun 01 15:05:12.212 INFO O| Jun 01 15:05:12.212 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
92252026-06-01T15:05:12.848Z[ host-image] Jun 01 15:05:12.212 INFO O| Jun 01 15:05:12.212 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
92262026-06-01T15:05:12.848Z[ host-image] Jun 01 15:05:12.212 INFO O| Jun 01 15:05:12.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
92272026-06-01T15:05:12.848Z[ host-image] Jun 01 15:05:12.212 INFO O| Jun 01 15:05:12.212 INFO ok!
92282026-06-01T15:05:12.848Z[ host-image] Jun 01 15:05:12.212 INFO O| Jun 01 15:05:12.212 INFO STEP 65 (assemble_files) COMPLETE
92292026-06-01T15:05:12.848Z[ host-image] Jun 01 15:05:12.212 INFO O| Jun 01 15:05:12.212 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92302026-06-01T15:05:12.851Z[ host-image] Jun 01 15:05:12.217 INFO O| Jun 01 15:05:12.217 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
92312026-06-01T15:05:12.851Z[ host-image] Jun 01 15:05:12.218 INFO O| Jun 01 15:05:12.217 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
92322026-06-01T15:05:12.851Z[ host-image] Jun 01 15:05:12.218 INFO O| Jun 01 15:05:12.218 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92332026-06-01T15:05:12.852Z[ host-image] Jun 01 15:05:12.218 INFO O| Jun 01 15:05:12.218 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92342026-06-01T15:05:12.852Z[ host-image] Jun 01 15:05:12.218 INFO O| Jun 01 15:05:12.218 INFO ok!
92352026-06-01T15:05:12.852Z[ host-image] Jun 01 15:05:12.218 INFO O| Jun 01 15:05:12.218 INFO STEP 66 (ensure_file) COMPLETE
92362026-06-01T15:05:12.852Z[ host-image] Jun 01 15:05:12.218 INFO O| Jun 01 15:05:12.218 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92372026-06-01T15:05:12.857Z[ host-image] Jun 01 15:05:12.224 INFO O| Jun 01 15:05:12.224 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92382026-06-01T15:05:12.860Z[ host-image] Jun 01 15:05:12.224 INFO O| Jun 01 15:05:12.224 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92392026-06-01T15:05:12.860Z[ host-image] Jun 01 15:05:12.224 INFO O| Jun 01 15:05:12.224 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92402026-06-01T15:05:12.860Z[ host-image] Jun 01 15:05:12.224 INFO O| Jun 01 15:05:12.224 INFO STEP 67 (ensure_dir) COMPLETE
92412026-06-01T15:05:12.860Z[ host-image] Jun 01 15:05:12.224 INFO O| Jun 01 15:05:12.224 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92422026-06-01T15:05:12.863Z[ host-image] Jun 01 15:05:12.230 INFO O| Jun 01 15:05:12.230 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92432026-06-01T15:05:12.863Z[ host-image] Jun 01 15:05:12.230 INFO O| Jun 01 15:05:12.230 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 ...
92442026-06-01T15:05:12.868Z[ host-image] Jun 01 15:05:12.235 INFO O| Jun 01 15:05:12.235 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
92452026-06-01T15:05:12.868Z[ host-image] Jun 01 15:05:12.235 INFO O| Jun 01 15:05:12.235 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92462026-06-01T15:05:12.872Z[ host-image] Jun 01 15:05:12.235 INFO O| Jun 01 15:05:12.235 INFO ok!
92472026-06-01T15:05:12.872Z[ host-image] Jun 01 15:05:12.235 INFO O| Jun 01 15:05:12.235 INFO STEP 68 (ensure_file) COMPLETE
92482026-06-01T15:05:12.872Z[ host-image] Jun 01 15:05:12.235 INFO O| Jun 01 15:05:12.235 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92492026-06-01T15:05:12.875Z[ host-image] Jun 01 15:05:12.241 INFO O| Jun 01 15:05:12.241 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92502026-06-01T15:05:12.875Z[ host-image] Jun 01 15:05:12.241 INFO O| Jun 01 15:05:12.241 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 ...
92512026-06-01T15:05:12.875Z[ host-image] Jun 01 15:05:12.241 INFO O| Jun 01 15:05:12.241 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
92522026-06-01T15:05:12.875Z[ host-image] Jun 01 15:05:12.241 INFO O| Jun 01 15:05:12.241 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92532026-06-01T15:05:12.875Z[ host-image] Jun 01 15:05:12.241 INFO O| Jun 01 15:05:12.241 INFO ok!
92542026-06-01T15:05:12.875Z[ host-image] Jun 01 15:05:12.241 INFO O| Jun 01 15:05:12.241 INFO STEP 69 (ensure_file) COMPLETE
92552026-06-01T15:05:12.875Z[ host-image] Jun 01 15:05:12.241 INFO O| Jun 01 15:05:12.241 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92562026-06-01T15:05:12.882Z[ host-image] Jun 01 15:05:12.249 INFO O| Jun 01 15:05:12.249 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
92572026-06-01T15:05:12.882Z[ host-image] Jun 01 15:05:12.249 INFO O| Jun 01 15:05:12.249 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
92582026-06-01T15:05:14.191Z[ host-image] Jun 01 15:05:13.558 INFO O| Jun 01 15:05:13.558 INFO STEP 70 (pack_tar) COMPLETE
92592026-06-01T15:05:14.191Z[ host-image] Jun 01 15:05:13.558 INFO O| Jun 01 15:05:13.558 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
92602026-06-01T15:05:14.194Z[ host-image] Jun 01 15:05:13.558 INFO O| Jun 01 15:05:13.558 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
92612026-06-01T15:05:14.789Z[ host-image] Jun 01 15:05:14.156 INFO O| Jun 01 15:05:14.156 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
92622026-06-01T15:05:14.900Z[ host-image] Jun 01 15:05:14.265 INFO O| Jun 01 15:05:14.265 INFO completed processing sled/ramdisk-02-trim
92632026-06-01T15:05:14.904Z[ host-image] Jun 01 15:05:14.268 INFO image builder template: zfs...
92642026-06-01T15:05:14.904Z[ host-image] Jun 01 15:05:14.268 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/.tmpl9u4jp/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
92652026-06-01T15:05:14.918Z[ host-image] Jun 01 15:05:14.284 INFO O| Jun 01 15:05:14.284 INFO skip include "stress" because feature "stress" is not enabled
92662026-06-01T15:05:14.918Z[ host-image] Jun 01 15:05:14.284 INFO O| Jun 01 15:05:14.284 INFO skip include "stress" because feature "compliance" is not enabled
92672026-06-01T15:05:14.943Z[ host-image] Jun 01 15:05:14.309 INFO O| Jun 01 15:05:14.309 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
92682026-06-01T15:05:14.946Z[ host-image] Jun 01 15:05:14.313 INFO O| Jun 01 15:05:14.312 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
92692026-06-01T15:05:15.029Z[ host-image] Jun 01 15:05:14.396 INFO O| Jun 01 15:05:14.395 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
92702026-06-01T15:05:15.098Z[ host-image] Jun 01 15:05:14.465 INFO O| Jun 01 15:05:14.465 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
92712026-06-01T15:05:15.099Z[ host-image] Jun 01 15:05:14.465 INFO O| Jun 01 15:05:14.465 INFO work dataset: rpool/images/build/host/work/sled/zfs
92722026-06-01T15:05:15.102Z[ host-image] Jun 01 15:05:14.468 INFO O| Jun 01 15:05:14.467 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
92732026-06-01T15:05:15.173Z[ host-image] Jun 01 15:05:14.540 INFO O| Jun 01 15:05:14.540 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
92742026-06-01T15:05:15.221Z[ host-image] Jun 01 15:05:14.588 INFO O| Jun 01 15:05:14.588 INFO DESTROY POOL: TEMPORARY-sled-zfs
92752026-06-01T15:05:15.227Z[ host-image] Jun 01 15:05:14.593 INFO O| Jun 01 15:05:14.593 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
92762026-06-01T15:05:15.231Z[ host-image] Jun 01 15:05:14.597 INFO O| Jun 01 15:05:14.597 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
92772026-06-01T15:05:15.234Z[ host-image] Jun 01 15:05:14.597 INFO O| Jun 01 15:05:14.597 INFO no lofi found
92782026-06-01T15:05:15.234Z[ host-image] Jun 01 15:05:14.597 INFO O| Jun 01 15:05:14.597 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
92792026-06-01T15:05:15.234Z[ host-image] Jun 01 15:05:14.597 INFO O| Jun 01 15:05:14.597 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
92802026-06-01T15:05:16.634Z[ host-image] Jun 01 15:05:16.001 INFO O| Jun 01 15:05:16.001 INFO lofi device = /dev/dsk/c2t1d0p0
92812026-06-01T15:05:16.635Z[ host-image] Jun 01 15:05:16.001 INFO O| Jun 01 15:05:16.001 INFO pool device = /dev/dsk/c2t1d0p0
92822026-06-01T15:05:16.638Z[ host-image] Jun 01 15:05:16.001 INFO O| Jun 01 15:05:16.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"]
92832026-06-01T15:05:16.686Z[ host-image] Jun 01 15:05:16.053 INFO O| Jun 01 15:05:16.053 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92842026-06-01T15:05:16.686Z[ host-image] Jun 01 15:05:16.053 INFO O| Jun 01 15:05:16.053 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
92852026-06-01T15:05:16.701Z[ host-image] Jun 01 15:05:16.068 INFO O| Jun 01 15:05:16.068 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
92862026-06-01T15:05:16.734Z[ host-image] Jun 01 15:05:16.101 INFO O| Jun 01 15:05:16.101 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
92872026-06-01T15:05:16.760Z[ host-image] Jun 01 15:05:16.125 INFO O| Jun 01 15:05:16.125 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
92882026-06-01T15:05:16.766Z[ host-image] Jun 01 15:05:16.133 INFO O| Jun 01 15:05:16.133 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
92892026-06-01T15:05:16.772Z[ host-image] Jun 01 15:05:16.139 INFO O| Jun 01 15:05:16.139 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
92902026-06-01T15:05:16.798Z[ host-image] Jun 01 15:05:16.164 INFO O| Jun 01 15:05:16.164 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
92912026-06-01T15:05:16.801Z[ host-image] Jun 01 15:05:16.165 INFO O| Jun 01 15:05:16.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
92922026-06-01T15:05:16.801Z[ host-image] Jun 01 15:05:16.165 INFO O| Jun 01 15:05:16.165 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
92932026-06-01T15:05:16.804Z[ host-image] Jun 01 15:05:16.171 INFO O| Jun 01 15:05:16.171 INFO boot environment UUID: d984248d-e3d6-4586-8b48-176582ba3cfd
92942026-06-01T15:05:16.809Z[ host-image] Jun 01 15:05:16.171 INFO O| Jun 01 15:05:16.171 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d984248d-e3d6-4586-8b48-176582ba3cfd
92952026-06-01T15:05:16.813Z[ host-image] Jun 01 15:05:16.176 INFO O| Jun 01 15:05:16.176 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92962026-06-01T15:05:16.816Z[ host-image] Jun 01 15:05:16.181 INFO O| Jun 01 15:05:16.181 INFO STEP 0 (create_be) COMPLETE
92972026-06-01T15:05:16.816Z[ host-image] Jun 01 15:05:16.181 INFO O| Jun 01 15:05:16.181 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92982026-06-01T15:05:16.821Z[ host-image] Jun 01 15:05:16.188 INFO O| Jun 01 15:05:16.188 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
92992026-06-01T15:05:24.397Z[ host-image] Jun 01 15:05:23.764 INFO O| Jun 01 15:05:23.764 INFO STEP 1 (unpack_tar) COMPLETE
93002026-06-01T15:05:24.397Z[ host-image] Jun 01 15:05:23.764 INFO O| Jun 01 15:05:23.764 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93012026-06-01T15:05:24.405Z[ host-image] Jun 01 15:05:23.772 INFO O| Jun 01 15:05:23.772 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
93022026-06-01T15:05:24.507Z[ host-image] Jun 01 15:05:23.874 INFO O| Jun 01 15:05:23.874 INFO STEP 2 (devfsadm) COMPLETE
93032026-06-01T15:05:24.507Z[ host-image] Jun 01 15:05:23.874 INFO O| Jun 01 15:05:23.874 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93042026-06-01T15:05:24.517Z[ host-image] Jun 01 15:05:23.881 INFO O| Jun 01 15:05:23.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93052026-06-01T15:05:24.517Z[ host-image] Jun 01 15:05:23.881 INFO O| Jun 01 15:05:23.881 INFO STEP 3 (ensure_dir) COMPLETE
93062026-06-01T15:05:24.517Z[ host-image] Jun 01 15:05:23.881 INFO O| Jun 01 15:05:23.881 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93072026-06-01T15:05:24.520Z[ recovery-image] Jun 01 15:05:23.883 INFO O| ok, image written!
93082026-06-01T15:05:24.520Z[ recovery-image] Jun 01 15:05:23.883 INFO O| ok, boot_image_csum file written!
93092026-06-01T15:05:24.520Z[ recovery-image] Jun 01 15:05:23.885 INFO creating boot archive (CPIO)...
93102026-06-01T15:05:24.521Z[ recovery-image] Jun 01 15:05:23.885 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
93112026-06-01T15:05:24.526Z[ recovery-image] Jun 01 15:05:23.889 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
93122026-06-01T15:05:24.526Z[ recovery-image] Jun 01 15:05:23.889 INFO E| + outfile=/work/os-recovery/cpio
93132026-06-01T15:05:24.526Z[ recovery-image] Jun 01 15:05:23.889 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
93142026-06-01T15:05:24.526Z[ host-image] Jun 01 15:05:23.889 INFO O| Jun 01 15:05:23.889 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93152026-06-01T15:05:24.527Z[ host-image] Jun 01 15:05:23.889 INFO O| Jun 01 15:05:23.889 INFO STEP 4 (ensure_dir) COMPLETE
93162026-06-01T15:05:24.527Z[ host-image] Jun 01 15:05:23.889 INFO O| Jun 01 15:05:23.889 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93172026-06-01T15:05:24.530Z[ recovery-image] Jun 01 15:05:23.891 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
93182026-06-01T15:05:24.530Z[ recovery-image] Jun 01 15:05:23.891 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
93192026-06-01T15:05:24.530Z[ host-image] Jun 01 15:05:23.897 INFO O| Jun 01 15:05:23.897 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93202026-06-01T15:05:24.530Z[ host-image] Jun 01 15:05:23.897 INFO O| Jun 01 15:05:23.897 INFO STEP 5 (ensure_dir) COMPLETE
93212026-06-01T15:05:24.530Z[ host-image] Jun 01 15:05:23.897 INFO O| Jun 01 15:05:23.897 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93222026-06-01T15:05:24.536Z[ host-image] Jun 01 15:05:23.903 INFO O| Jun 01 15:05:23.903 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93232026-06-01T15:05:24.539Z[ host-image] Jun 01 15:05:23.903 INFO O| Jun 01 15:05:23.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93242026-06-01T15:05:24.539Z[ host-image] Jun 01 15:05:23.903 INFO O| Jun 01 15:05:23.903 INFO STEP 6 (ensure_dir) COMPLETE
93252026-06-01T15:05:24.539Z[ host-image] Jun 01 15:05:23.903 INFO O| Jun 01 15:05:23.903 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93262026-06-01T15:05:24.545Z[ host-image] Jun 01 15:05:23.908 INFO O| Jun 01 15:05:23.908 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93272026-06-01T15:05:24.546Z[ host-image] Jun 01 15:05:23.908 INFO O| Jun 01 15:05:23.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93282026-06-01T15:05:24.546Z[ host-image] Jun 01 15:05:23.908 INFO O| Jun 01 15:05:23.908 INFO STEP 7 (ensure_dir) COMPLETE
93292026-06-01T15:05:24.546Z[ host-image] Jun 01 15:05:23.908 INFO O| Jun 01 15:05:23.908 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93302026-06-01T15:05:24.553Z[ recovery-image] Jun 01 15:05:23.915 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
93312026-06-01T15:05:24.553Z[ host-image] Jun 01 15:05:23.915 INFO O| Jun 01 15:05:23.915 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
93322026-06-01T15:05:24.553Z[ recovery-image] Jun 01 15:05:23.915 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
93332026-06-01T15:05:24.558Z[ host-image] Jun 01 15:05:23.916 INFO O| Jun 01 15:05:23.916 INFO STEP 8 (remove_files) COMPLETE
93342026-06-01T15:05:24.558Z[ host-image] Jun 01 15:05:23.916 INFO O| Jun 01 15:05:23.916 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93352026-06-01T15:05:24.558Z[ recovery-image] Jun 01 15:05:23.921 INFO creating compressed cpio/unix for dev loaders...
93362026-06-01T15:05:24.558Z[ recovery-image] Jun 01 15:05:23.921 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
93372026-06-01T15:05:24.564Z[ host-image] Jun 01 15:05:23.923 INFO O| Jun 01 15:05:23.923 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
93382026-06-01T15:05:24.564Z[ host-image] Jun 01 15:05:23.924 INFO O| Jun 01 15:05:23.924 INFO STEP 9 (remove_files) COMPLETE
93392026-06-01T15:05:24.564Z[ host-image] Jun 01 15:05:23.924 INFO O| Jun 01 15:05:23.924 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93402026-06-01T15:05:24.567Z[ host-image] Jun 01 15:05:23.930 INFO O| Jun 01 15:05:23.930 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
93412026-06-01T15:05:24.567Z[ host-image] Jun 01 15:05:23.930 INFO O| Jun 01 15:05:23.930 INFO STEP 10 (remove_files) COMPLETE
93422026-06-01T15:05:24.567Z[ host-image] Jun 01 15:05:23.930 INFO O| Jun 01 15:05:23.930 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93432026-06-01T15:05:24.570Z[ host-image] Jun 01 15:05:23.937 INFO O| Jun 01 15:05:23.937 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
93442026-06-01T15:05:24.570Z[ host-image] Jun 01 15:05:23.937 INFO O| Jun 01 15:05:23.937 INFO STEP 11 (remove_files) COMPLETE
93452026-06-01T15:05:24.570Z[ host-image] Jun 01 15:05:23.937 INFO O| Jun 01 15:05:23.937 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93462026-06-01T15:05:24.576Z[ host-image] Jun 01 15:05:23.942 INFO O| Jun 01 15:05:23.942 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
93472026-06-01T15:05:24.576Z[ host-image] Jun 01 15:05:23.942 INFO O| Jun 01 15:05:23.942 INFO STEP 12 (remove_files) COMPLETE
93482026-06-01T15:05:24.576Z[ host-image] Jun 01 15:05:23.942 INFO O| Jun 01 15:05:23.942 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93492026-06-01T15:05:24.582Z[ host-image] Jun 01 15:05:23.948 INFO O| Jun 01 15:05:23.948 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93502026-06-01T15:05:24.585Z[ host-image] Jun 01 15:05:23.948 INFO O| Jun 01 15:05:23.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93512026-06-01T15:05:24.585Z[ host-image] Jun 01 15:05:23.948 INFO O| Jun 01 15:05:23.948 INFO STEP 13 (ensure_dir) COMPLETE
93522026-06-01T15:05:24.585Z[ host-image] Jun 01 15:05:23.948 INFO O| Jun 01 15:05:23.948 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93532026-06-01T15:05:24.588Z[ host-image] Jun 01 15:05:23.954 INFO O| Jun 01 15:05:23.954 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93542026-06-01T15:05:24.588Z[ host-image] Jun 01 15:05:23.954 INFO O| Jun 01 15:05:23.954 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93552026-06-01T15:05:24.588Z[ host-image] Jun 01 15:05:23.954 INFO O| Jun 01 15:05:23.954 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93562026-06-01T15:05:24.588Z[ host-image] Jun 01 15:05:23.954 INFO O| Jun 01 15:05:23.954 INFO STEP 14 (ensure_dir) COMPLETE
93572026-06-01T15:05:24.588Z[ host-image] Jun 01 15:05:23.954 INFO O| Jun 01 15:05:23.954 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93582026-06-01T15:05:24.593Z[ host-image] Jun 01 15:05:23.960 INFO O| Jun 01 15:05:23.960 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93592026-06-01T15:05:24.593Z[ host-image] Jun 01 15:05:23.960 INFO O| Jun 01 15:05:23.960 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93602026-06-01T15:05:24.596Z[ host-image] Jun 01 15:05:23.960 INFO O| Jun 01 15:05:23.960 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93612026-06-01T15:05:24.596Z[ host-image] Jun 01 15:05:23.960 INFO O| Jun 01 15:05:23.960 INFO STEP 15 (ensure_dir) COMPLETE
93622026-06-01T15:05:24.596Z[ host-image] Jun 01 15:05:23.960 INFO O| Jun 01 15:05:23.960 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93632026-06-01T15:05:24.599Z[ host-image] Jun 01 15:05:23.965 INFO O| Jun 01 15:05:23.965 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93642026-06-01T15:05:24.599Z[ host-image] Jun 01 15:05:23.965 INFO O| Jun 01 15:05:23.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93652026-06-01T15:05:24.599Z[ host-image] Jun 01 15:05:23.965 INFO O| Jun 01 15:05:23.965 INFO STEP 16 (ensure_dir) COMPLETE
93662026-06-01T15:05:24.600Z[ host-image] Jun 01 15:05:23.965 INFO O| Jun 01 15:05:23.965 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93672026-06-01T15:05:24.604Z[ host-image] Jun 01 15:05:23.970 INFO O| Jun 01 15:05:23.970 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93682026-06-01T15:05:24.604Z[ host-image] Jun 01 15:05:23.970 INFO O| Jun 01 15:05:23.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93692026-06-01T15:05:24.607Z[ host-image] Jun 01 15:05:23.970 INFO O| Jun 01 15:05:23.970 INFO STEP 17 (ensure_dir) COMPLETE
93702026-06-01T15:05:24.607Z[ host-image] Jun 01 15:05:23.970 INFO O| Jun 01 15:05:23.970 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93712026-06-01T15:05:24.611Z[ host-image] Jun 01 15:05:23.976 INFO O| Jun 01 15:05:23.976 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93722026-06-01T15:05:24.611Z[ host-image] Jun 01 15:05:23.976 INFO O| Jun 01 15:05:23.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
93732026-06-01T15:05:24.611Z[ host-image] Jun 01 15:05:23.976 INFO O| Jun 01 15:05:23.976 INFO ok!
93742026-06-01T15:05:24.611Z[ host-image] Jun 01 15:05:23.976 INFO O| Jun 01 15:05:23.976 INFO STEP 18 (ensure_symlink) COMPLETE
93752026-06-01T15:05:24.611Z[ host-image] Jun 01 15:05:23.976 INFO O| Jun 01 15:05:23.976 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93762026-06-01T15:05:24.614Z[ host-image] Jun 01 15:05:23.981 INFO O| Jun 01 15:05:23.981 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
93772026-06-01T15:05:24.614Z[ host-image] Jun 01 15:05:23.981 INFO O| Jun 01 15:05:23.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
93782026-06-01T15:05:24.614Z[ host-image] Jun 01 15:05:23.981 INFO O| Jun 01 15:05:23.981 INFO ok!
93792026-06-01T15:05:24.614Z[ host-image] Jun 01 15:05:23.981 INFO O| Jun 01 15:05:23.981 INFO STEP 19 (ensure_file) COMPLETE
93802026-06-01T15:05:24.618Z[ host-image] Jun 01 15:05:23.981 INFO O| Jun 01 15:05:23.981 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93812026-06-01T15:05:24.621Z[ host-image] Jun 01 15:05:23.987 INFO O| Jun 01 15:05:23.987 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
93822026-06-01T15:05:24.621Z[ host-image] Jun 01 15:05:23.987 INFO O| Jun 01 15:05:23.987 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93832026-06-01T15:05:24.621Z[ host-image] Jun 01 15:05:23.987 INFO O| Jun 01 15:05:23.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
93842026-06-01T15:05:24.621Z[ host-image] Jun 01 15:05:23.987 INFO O| Jun 01 15:05:23.987 INFO ok!
93852026-06-01T15:05:24.621Z[ host-image] Jun 01 15:05:23.987 INFO O| Jun 01 15:05:23.987 INFO STEP 20 (ensure_symlink) COMPLETE
93862026-06-01T15:05:24.621Z[ host-image] Jun 01 15:05:23.987 INFO O| Jun 01 15:05:23.987 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93872026-06-01T15:05:24.626Z[ host-image] Jun 01 15:05:23.993 INFO O| Jun 01 15:05:23.993 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93882026-06-01T15:05:24.626Z[ host-image] Jun 01 15:05:23.993 INFO O| Jun 01 15:05:23.993 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93892026-06-01T15:05:24.626Z[ host-image] Jun 01 15:05:23.993 INFO O| Jun 01 15:05:23.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
93902026-06-01T15:05:24.632Z[ host-image] Jun 01 15:05:23.993 INFO O| Jun 01 15:05:23.993 INFO ok!
93912026-06-01T15:05:24.632Z[ host-image] Jun 01 15:05:23.993 INFO O| Jun 01 15:05:23.993 INFO STEP 21 (ensure_symlink) COMPLETE
93922026-06-01T15:05:24.632Z[ host-image] Jun 01 15:05:23.993 INFO O| Jun 01 15:05:23.993 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93932026-06-01T15:05:24.637Z[ host-image] Jun 01 15:05:23.999 INFO O| Jun 01 15:05:23.999 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
93942026-06-01T15:05:24.637Z[ host-image] Jun 01 15:05:23.999 INFO O| Jun 01 15:05:23.999 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93952026-06-01T15:05:24.637Z[ host-image] Jun 01 15:05:23.999 INFO O| Jun 01 15:05:23.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
93962026-06-01T15:05:24.637Z[ host-image] Jun 01 15:05:23.999 INFO O| Jun 01 15:05:23.999 INFO ok!
93972026-06-01T15:05:24.637Z[ host-image] Jun 01 15:05:23.999 INFO O| Jun 01 15:05:23.999 INFO STEP 22 (ensure_symlink) COMPLETE
93982026-06-01T15:05:24.637Z[ host-image] Jun 01 15:05:23.999 INFO O| Jun 01 15:05:23.999 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93992026-06-01T15:05:24.640Z[ host-image] Jun 01 15:05:24.005 INFO O| Jun 01 15:05:24.005 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
94002026-06-01T15:05:24.640Z[ host-image] Jun 01 15:05:24.006 INFO O| Jun 01 15:05:24.005 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94012026-06-01T15:05:24.640Z[ host-image] Jun 01 15:05:24.006 INFO O| Jun 01 15:05:24.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
94022026-06-01T15:05:24.640Z[ host-image] Jun 01 15:05:24.006 INFO O| Jun 01 15:05:24.005 INFO ok!
94032026-06-01T15:05:24.640Z[ host-image] Jun 01 15:05:24.006 INFO O| Jun 01 15:05:24.005 INFO STEP 23 (ensure_symlink) COMPLETE
94042026-06-01T15:05:24.640Z[ host-image] Jun 01 15:05:24.006 INFO O| Jun 01 15:05:24.005 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94052026-06-01T15:05:24.645Z[ host-image] Jun 01 15:05:24.011 INFO O| Jun 01 15:05:24.011 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94062026-06-01T15:05:24.645Z[ host-image] Jun 01 15:05:24.011 INFO O| Jun 01 15:05:24.011 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
94072026-06-01T15:05:24.649Z[ host-image] Jun 01 15:05:24.011 INFO O| Jun 01 15:05:24.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
94082026-06-01T15:05:24.649Z[ host-image] Jun 01 15:05:24.011 INFO O| Jun 01 15:05:24.011 INFO ok!
94092026-06-01T15:05:24.649Z[ host-image] Jun 01 15:05:24.011 INFO O| Jun 01 15:05:24.011 INFO STEP 24 (ensure_file) COMPLETE
94102026-06-01T15:05:24.649Z[ host-image] Jun 01 15:05:24.011 INFO O| Jun 01 15:05:24.011 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94112026-06-01T15:05:24.652Z[ host-image] Jun 01 15:05:24.018 INFO O| Jun 01 15:05:24.018 INFO updating shadow file
94122026-06-01T15:05:24.652Z[ host-image] Jun 01 15:05:24.018 INFO O| Jun 01 15:05:24.018 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94132026-06-01T15:05:24.652Z[ host-image] Jun 01 15:05:24.018 INFO O| Jun 01 15:05:24.018 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94142026-06-01T15:05:24.652Z[ host-image] Jun 01 15:05:24.018 INFO O| Jun 01 15:05:24.018 INFO STEP 25 (shadow) COMPLETE
94152026-06-01T15:05:24.652Z[ host-image] Jun 01 15:05:24.018 INFO O| Jun 01 15:05:24.018 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94162026-06-01T15:05:24.657Z[ host-image] Jun 01 15:05:24.023 INFO O| Jun 01 15:05:24.023 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
94172026-06-01T15:05:24.657Z[ host-image] Jun 01 15:05:24.024 INFO O| Jun 01 15:05:24.023 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
94182026-06-01T15:05:24.657Z[ host-image] Jun 01 15:05:24.024 INFO O| Jun 01 15:05:24.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
94192026-06-01T15:05:24.660Z[ host-image] Jun 01 15:05:24.024 INFO O| Jun 01 15:05:24.024 INFO ok!
94202026-06-01T15:05:24.660Z[ host-image] Jun 01 15:05:24.024 INFO O| Jun 01 15:05:24.024 INFO STEP 26 (ensure_file) COMPLETE
94212026-06-01T15:05:24.660Z[ host-image] Jun 01 15:05:24.024 INFO O| Jun 01 15:05:24.024 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94222026-06-01T15:05:24.664Z[ host-image] Jun 01 15:05:24.029 INFO O| Jun 01 15:05:24.029 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
94232026-06-01T15:05:24.664Z[ host-image] Jun 01 15:05:24.029 INFO O| Jun 01 15:05:24.029 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
94242026-06-01T15:05:24.664Z[ host-image] Jun 01 15:05:24.029 INFO O| Jun 01 15:05:24.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
94252026-06-01T15:05:24.664Z[ host-image] Jun 01 15:05:24.029 INFO O| Jun 01 15:05:24.029 INFO ok!
94262026-06-01T15:05:24.664Z[ host-image] Jun 01 15:05:24.029 INFO O| Jun 01 15:05:24.029 INFO STEP 27 (ensure_file) COMPLETE
94272026-06-01T15:05:24.664Z[ host-image] Jun 01 15:05:24.029 INFO O| Jun 01 15:05:24.029 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94282026-06-01T15:05:24.669Z[ host-image] Jun 01 15:05:24.036 INFO O| Jun 01 15:05:24.036 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94292026-06-01T15:05:24.669Z[ host-image] Jun 01 15:05:24.036 INFO O| Jun 01 15:05:24.036 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
94302026-06-01T15:05:24.672Z[ host-image] Jun 01 15:05:24.036 INFO O| Jun 01 15:05:24.036 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94312026-06-01T15:05:24.672Z[ host-image] Jun 01 15:05:24.036 INFO O| Jun 01 15:05:24.036 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94322026-06-01T15:05:24.672Z[ host-image] Jun 01 15:05:24.036 INFO O| Jun 01 15:05:24.036 INFO ok!
94332026-06-01T15:05:24.672Z[ host-image] Jun 01 15:05:24.036 INFO O| Jun 01 15:05:24.036 INFO STEP 28 (ensure_file) COMPLETE
94342026-06-01T15:05:24.672Z[ host-image] Jun 01 15:05:24.036 INFO O| Jun 01 15:05:24.036 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94352026-06-01T15:05:24.675Z[ host-image] Jun 01 15:05:24.041 INFO O| Jun 01 15:05:24.041 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
94362026-06-01T15:05:24.675Z[ host-image] Jun 01 15:05:24.041 INFO O| Jun 01 15:05:24.041 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
94372026-06-01T15:05:24.676Z[ host-image] Jun 01 15:05:24.041 INFO O| Jun 01 15:05:24.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
94382026-06-01T15:05:24.676Z[ host-image] Jun 01 15:05:24.041 INFO O| Jun 01 15:05:24.041 INFO ok!
94392026-06-01T15:05:24.676Z[ host-image] Jun 01 15:05:24.041 INFO O| Jun 01 15:05:24.041 INFO STEP 29 (ensure_file) COMPLETE
94402026-06-01T15:05:24.676Z[ host-image] Jun 01 15:05:24.041 INFO O| Jun 01 15:05:24.041 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94412026-06-01T15:05:24.681Z[ host-image] Jun 01 15:05:24.048 INFO O| Jun 01 15:05:24.048 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94422026-06-01T15:05:24.684Z[ host-image] Jun 01 15:05:24.048 INFO O| Jun 01 15:05:24.048 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94432026-06-01T15:05:24.684Z[ host-image] Jun 01 15:05:24.048 INFO O| Jun 01 15:05:24.048 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94442026-06-01T15:05:24.684Z[ host-image] Jun 01 15:05:24.048 INFO O| Jun 01 15:05:24.048 INFO STEP 30 (ensure_dir) COMPLETE
94452026-06-01T15:05:24.684Z[ host-image] Jun 01 15:05:24.048 INFO O| Jun 01 15:05:24.048 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94462026-06-01T15:05:24.688Z[ host-image] Jun 01 15:05:24.054 INFO O| Jun 01 15:05:24.054 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
94472026-06-01T15:05:24.688Z[ host-image] Jun 01 15:05:24.054 INFO O| Jun 01 15:05:24.054 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
94482026-06-01T15:05:24.691Z[ host-image] Jun 01 15:05:24.055 INFO O| Jun 01 15:05:24.055 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94492026-06-01T15:05:24.691Z[ host-image] Jun 01 15:05:24.055 INFO O| Jun 01 15:05:24.055 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
94502026-06-01T15:05:24.691Z[ host-image] Jun 01 15:05:24.055 INFO O| Jun 01 15:05:24.055 INFO ok!
94512026-06-01T15:05:24.691Z[ host-image] Jun 01 15:05:24.055 INFO O| Jun 01 15:05:24.055 INFO STEP 31 (ensure_file) COMPLETE
94522026-06-01T15:05:24.691Z[ host-image] Jun 01 15:05:24.055 INFO O| Jun 01 15:05:24.055 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94532026-06-01T15:05:24.694Z[ host-image] Jun 01 15:05:24.060 INFO O| Jun 01 15:05:24.060 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94542026-06-01T15:05:24.694Z[ host-image] Jun 01 15:05:24.060 INFO O| Jun 01 15:05:24.060 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94552026-06-01T15:05:24.694Z[ host-image] Jun 01 15:05:24.060 INFO O| Jun 01 15:05:24.060 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
94562026-06-01T15:05:24.694Z[ host-image] Jun 01 15:05:24.060 INFO O| Jun 01 15:05:24.060 INFO STEP 32 (ensure_dir) COMPLETE
94572026-06-01T15:05:24.694Z[ host-image] Jun 01 15:05:24.060 INFO O| Jun 01 15:05:24.060 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94582026-06-01T15:05:24.701Z[ host-image] Jun 01 15:05:24.065 INFO O| Jun 01 15:05:24.065 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
94592026-06-01T15:05:24.701Z[ host-image] Jun 01 15:05:24.065 INFO O| Jun 01 15:05:24.065 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 ...
94602026-06-01T15:05:24.707Z[ host-image] Jun 01 15:05:24.065 INFO O| Jun 01 15:05:24.065 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
94612026-06-01T15:05:24.707Z[ host-image] Jun 01 15:05:24.065 INFO O| Jun 01 15:05:24.065 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
94622026-06-01T15:05:24.707Z[ host-image] Jun 01 15:05:24.065 INFO O| Jun 01 15:05:24.065 INFO ok!
94632026-06-01T15:05:24.707Z[ host-image] Jun 01 15:05:24.065 INFO O| Jun 01 15:05:24.065 INFO STEP 33 (ensure_file) COMPLETE
94642026-06-01T15:05:24.707Z[ host-image] Jun 01 15:05:24.065 INFO O| Jun 01 15:05:24.065 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94652026-06-01T15:05:24.711Z[ host-image] Jun 01 15:05:24.071 INFO O| Jun 01 15:05:24.071 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
94662026-06-01T15:05:24.711Z[ host-image] Jun 01 15:05:24.072 INFO O| Jun 01 15:05:24.071 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
94672026-06-01T15:05:24.711Z[ host-image] Jun 01 15:05:24.072 INFO O| Jun 01 15:05:24.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
94682026-06-01T15:05:24.711Z[ host-image] Jun 01 15:05:24.072 INFO O| Jun 01 15:05:24.072 INFO ok!
94692026-06-01T15:05:24.711Z[ host-image] Jun 01 15:05:24.072 INFO O| Jun 01 15:05:24.072 INFO STEP 34 (ensure_file) COMPLETE
94702026-06-01T15:05:24.711Z[ host-image] Jun 01 15:05:24.072 INFO O| Jun 01 15:05:24.072 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94712026-06-01T15:05:24.711Z[ host-image] Jun 01 15:05:24.077 INFO O| Jun 01 15:05:24.077 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94722026-06-01T15:05:24.711Z[ host-image] Jun 01 15:05:24.077 INFO O| Jun 01 15:05:24.077 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
94732026-06-01T15:05:24.711Z[ host-image] Jun 01 15:05:24.077 INFO O| Jun 01 15:05:24.077 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94742026-06-01T15:05:24.711Z[ host-image] Jun 01 15:05:24.077 INFO O| Jun 01 15:05:24.077 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
94752026-06-01T15:05:24.711Z[ host-image] Jun 01 15:05:24.077 INFO O| Jun 01 15:05:24.077 INFO ok!
94762026-06-01T15:05:24.711Z[ host-image] Jun 01 15:05:24.077 INFO O| Jun 01 15:05:24.077 INFO STEP 35 (ensure_file) COMPLETE
94772026-06-01T15:05:24.711Z[ host-image] Jun 01 15:05:24.077 INFO O| Jun 01 15:05:24.077 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94782026-06-01T15:05:24.715Z[ host-image] Jun 01 15:05:24.082 INFO O| Jun 01 15:05:24.082 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
94792026-06-01T15:05:24.715Z[ host-image] Jun 01 15:05:24.082 INFO O| Jun 01 15:05:24.082 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
94802026-06-01T15:05:24.770Z[ host-image] Jun 01 15:05:24.082 INFO O| Jun 01 15:05:24.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
94812026-06-01T15:05:24.770Z[ host-image] Jun 01 15:05:24.082 INFO O| Jun 01 15:05:24.082 INFO ok!
94822026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.082 INFO O| Jun 01 15:05:24.082 INFO STEP 36 (ensure_file) COMPLETE
94832026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.082 INFO O| Jun 01 15:05:24.082 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94842026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.087 INFO O| Jun 01 15:05:24.087 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94852026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.087 INFO O| Jun 01 15:05:24.087 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
94862026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.087 INFO O| Jun 01 15:05:24.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
94872026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.087 INFO O| Jun 01 15:05:24.087 INFO ok!
94882026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.087 INFO O| Jun 01 15:05:24.087 INFO STEP 37 (ensure_file) COMPLETE
94892026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.087 INFO O| Jun 01 15:05:24.087 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94902026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.092 INFO O| Jun 01 15:05:24.092 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
94912026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.092 INFO O| Jun 01 15:05:24.092 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
94922026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.092 INFO O| Jun 01 15:05:24.092 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94932026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.092 INFO O| Jun 01 15:05:24.092 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94942026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.092 INFO O| Jun 01 15:05:24.092 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94952026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.092 INFO O| Jun 01 15:05:24.092 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94962026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.092 INFO O| Jun 01 15:05:24.092 INFO ok!
94972026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.092 INFO O| Jun 01 15:05:24.092 INFO STEP 38 (ensure_file) COMPLETE
94982026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.092 INFO O| Jun 01 15:05:24.092 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94992026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.099 INFO O| Jun 01 15:05:24.099 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95002026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.099 INFO O| Jun 01 15:05:24.099 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95012026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.099 INFO O| Jun 01 15:05:24.099 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95022026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.099 INFO O| Jun 01 15:05:24.099 INFO STEP 39 (ensure_dir) COMPLETE
95032026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.099 INFO O| Jun 01 15:05:24.099 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95042026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.106 INFO O| Jun 01 15:05:24.106 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
95052026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.106 INFO O| Jun 01 15:05:24.106 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 ...
95062026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.106 INFO O| Jun 01 15:05:24.106 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
95072026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.106 INFO O| Jun 01 15:05:24.106 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
95082026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.106 INFO O| Jun 01 15:05:24.106 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
95092026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.106 INFO O| Jun 01 15:05:24.106 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
95102026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.106 INFO O| Jun 01 15:05:24.106 INFO ok!
95112026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.106 INFO O| Jun 01 15:05:24.106 INFO STEP 40 (ensure_file) COMPLETE
95122026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.106 INFO O| Jun 01 15:05:24.106 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95132026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.111 INFO O| Jun 01 15:05:24.111 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95142026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.111 INFO O| Jun 01 15:05:24.111 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 ...
95152026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.111 INFO O| Jun 01 15:05:24.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95162026-06-01T15:05:24.771Z[ host-image] Jun 01 15:05:24.111 INFO O| Jun 01 15:05:24.111 INFO ok!
95172026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.111 INFO O| Jun 01 15:05:24.111 INFO STEP 41 (ensure_symlink) COMPLETE
95182026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.111 INFO O| Jun 01 15:05:24.111 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95192026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.116 INFO O| Jun 01 15:05:24.116 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
95202026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.116 INFO O| Jun 01 15:05:24.116 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95212026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.116 INFO O| Jun 01 15:05:24.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
95222026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.116 INFO O| Jun 01 15:05:24.116 INFO ok!
95232026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.116 INFO O| Jun 01 15:05:24.116 INFO STEP 42 (ensure_symlink) COMPLETE
95242026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.116 INFO O| Jun 01 15:05:24.116 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95252026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.122 INFO O| Jun 01 15:05:24.122 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
95262026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.122 INFO O| Jun 01 15:05:24.122 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
95272026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.122 INFO O| Jun 01 15:05:24.122 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95282026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.122 INFO O| Jun 01 15:05:24.122 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95292026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.122 INFO O| Jun 01 15:05:24.122 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95302026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.122 INFO O| Jun 01 15:05:24.122 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95312026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.122 INFO O| Jun 01 15:05:24.122 INFO ok!
95322026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.122 INFO O| Jun 01 15:05:24.122 INFO STEP 43 (ensure_file) COMPLETE
95332026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.122 INFO O| Jun 01 15:05:24.122 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95342026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.127 INFO O| Jun 01 15:05:24.127 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
95352026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.127 INFO O| Jun 01 15:05:24.127 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 ...
95362026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.127 INFO O| Jun 01 15:05:24.127 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
95372026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.127 INFO O| Jun 01 15:05:24.127 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
95382026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.127 INFO O| Jun 01 15:05:24.127 INFO ok!
95392026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.127 INFO O| Jun 01 15:05:24.127 INFO STEP 44 (ensure_file) COMPLETE
95402026-06-01T15:05:24.772Z[ host-image] Jun 01 15:05:24.127 INFO O| Jun 01 15:05:24.127 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95412026-06-01T15:05:24.780Z[ host-image] Jun 01 15:05:24.133 INFO O| Jun 01 15:05:24.133 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
95422026-06-01T15:05:24.780Z[ host-image] Jun 01 15:05:24.133 INFO O| Jun 01 15:05:24.133 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
95432026-06-01T15:05:24.780Z[ host-image] Jun 01 15:05:24.133 INFO O| Jun 01 15:05:24.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
95442026-06-01T15:05:24.780Z[ host-image] Jun 01 15:05:24.133 INFO O| Jun 01 15:05:24.133 INFO ok!
95452026-06-01T15:05:24.780Z[ host-image] Jun 01 15:05:24.133 INFO O| Jun 01 15:05:24.133 INFO STEP 45 (ensure_file) COMPLETE
95462026-06-01T15:05:24.780Z[ host-image] Jun 01 15:05:24.133 INFO O| Jun 01 15:05:24.133 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95472026-06-01T15:05:24.780Z[ recovery-image] Jun 01 15:05:24.136 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
95482026-06-01T15:05:24.780Z[ host-image] Jun 01 15:05:24.139 INFO O| Jun 01 15:05:24.139 INFO updating shadow file
95492026-06-01T15:05:24.780Z[ host-image] Jun 01 15:05:24.139 INFO O| Jun 01 15:05:24.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95502026-06-01T15:05:24.780Z[ host-image] Jun 01 15:05:24.139 INFO O| Jun 01 15:05:24.139 INFO STEP 46 (shadow) COMPLETE
95512026-06-01T15:05:24.780Z[ host-image] Jun 01 15:05:24.139 INFO O| Jun 01 15:05:24.139 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95522026-06-01T15:05:24.784Z[ host-image] Jun 01 15:05:24.146 INFO O| Jun 01 15:05:24.146 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
95532026-06-01T15:05:24.785Z[ host-image] Jun 01 15:05:24.146 INFO O| Jun 01 15:05:24.146 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
95542026-06-01T15:05:24.785Z[ host-image] Jun 01 15:05:24.146 INFO O| Jun 01 15:05:24.146 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95552026-06-01T15:05:24.785Z[ host-image] Jun 01 15:05:24.146 INFO O| Jun 01 15:05:24.146 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
95562026-06-01T15:05:24.785Z[ host-image] Jun 01 15:05:24.146 INFO O| Jun 01 15:05:24.146 INFO ok!
95572026-06-01T15:05:24.785Z[ host-image] Jun 01 15:05:24.146 INFO O| Jun 01 15:05:24.146 INFO STEP 47 (ensure_file) COMPLETE
95582026-06-01T15:05:24.785Z[ host-image] Jun 01 15:05:24.146 INFO O| Jun 01 15:05:24.146 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95592026-06-01T15:05:24.785Z[ host-image] Jun 01 15:05:24.146 INFO O| Jun 01 15:05:24.146 INFO skip step because feature "mfg" is not enabled
95602026-06-01T15:05:24.785Z[ host-image] Jun 01 15:05:24.146 INFO O| Jun 01 15:05:24.146 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95612026-06-01T15:05:24.785Z[ host-image] Jun 01 15:05:24.146 INFO O| Jun 01 15:05:24.146 INFO skip step because feature "mfg" is not enabled
95622026-06-01T15:05:24.785Z[ host-image] Jun 01 15:05:24.146 INFO O| Jun 01 15:05:24.146 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95632026-06-01T15:05:24.788Z[ host-image] Jun 01 15:05:24.153 INFO O| Jun 01 15:05:24.153 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
95642026-06-01T15:05:24.788Z[ host-image] Jun 01 15:05:24.153 INFO O| Jun 01 15:05:24.153 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
95652026-06-01T15:05:24.809Z[ host-image] Jun 01 15:05:24.174 INFO O| Jun 01 15:05:24.174 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95662026-06-01T15:05:24.809Z[ host-image] Jun 01 15:05:24.174 INFO O| Jun 01 15:05:24.174 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
95672026-06-01T15:05:24.816Z[ host-image] Jun 01 15:05:24.174 INFO O| Jun 01 15:05:24.174 INFO ok!
95682026-06-01T15:05:24.816Z[ host-image] Jun 01 15:05:24.174 INFO O| Jun 01 15:05:24.174 INFO STEP 50 (ensure_file) COMPLETE
95692026-06-01T15:05:24.816Z[ host-image] Jun 01 15:05:24.174 INFO O| Jun 01 15:05:24.174 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95702026-06-01T15:05:24.816Z[ host-image] Jun 01 15:05:24.174 INFO O| Jun 01 15:05:24.174 INFO skip step because feature "compliance" is not enabled
95712026-06-01T15:05:24.816Z[ host-image] Jun 01 15:05:24.174 INFO O| Jun 01 15:05:24.174 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95722026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.179 INFO O| Jun 01 15:05:24.179 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
95732026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.179 INFO O| Jun 01 15:05:24.179 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
95742026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.180 INFO O| Jun 01 15:05:24.180 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95752026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.180 INFO O| Jun 01 15:05:24.180 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95762026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.180 INFO O| Jun 01 15:05:24.180 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95772026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.180 INFO O| Jun 01 15:05:24.180 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
95782026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.180 INFO O| Jun 01 15:05:24.180 INFO ok!
95792026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.180 INFO O| Jun 01 15:05:24.180 INFO STEP 52 (ensure_file) COMPLETE
95802026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.180 INFO O| Jun 01 15:05:24.180 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95812026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.185 INFO O| Jun 01 15:05:24.185 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95822026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.185 INFO O| Jun 01 15:05:24.185 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 ...
95832026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.185 INFO O| Jun 01 15:05:24.185 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
95842026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.185 INFO O| Jun 01 15:05:24.185 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95852026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.185 INFO O| Jun 01 15:05:24.185 INFO ok!
95862026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.185 INFO O| Jun 01 15:05:24.185 INFO STEP 53 (ensure_file) COMPLETE
95872026-06-01T15:05:24.822Z[ host-image] Jun 01 15:05:24.185 INFO O| Jun 01 15:05:24.185 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95882026-06-01T15:05:24.825Z[ host-image] Jun 01 15:05:24.190 INFO O| Jun 01 15:05:24.190 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
95892026-06-01T15:05:24.825Z[ host-image] Jun 01 15:05:24.191 INFO O| Jun 01 15:05:24.190 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 ...
95902026-06-01T15:05:24.825Z[ host-image] Jun 01 15:05:24.191 INFO O| Jun 01 15:05:24.191 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95912026-06-01T15:05:24.825Z[ host-image] Jun 01 15:05:24.191 INFO O| Jun 01 15:05:24.191 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95922026-06-01T15:05:24.825Z[ host-image] Jun 01 15:05:24.191 INFO O| Jun 01 15:05:24.191 INFO ok!
95932026-06-01T15:05:24.825Z[ host-image] Jun 01 15:05:24.191 INFO O| Jun 01 15:05:24.191 INFO STEP 54 (ensure_file) COMPLETE
95942026-06-01T15:05:24.825Z[ host-image] Jun 01 15:05:24.191 INFO O| Jun 01 15:05:24.191 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95952026-06-01T15:05:24.830Z[ host-image] Jun 01 15:05:24.197 INFO O| Jun 01 15:05:24.197 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
95962026-06-01T15:05:24.830Z[ host-image] Jun 01 15:05:24.197 INFO O| Jun 01 15:05:24.197 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 ...
95972026-06-01T15:05:24.833Z[ host-image] Jun 01 15:05:24.197 INFO O| Jun 01 15:05:24.197 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
95982026-06-01T15:05:24.833Z[ host-image] Jun 01 15:05:24.197 INFO O| Jun 01 15:05:24.197 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
95992026-06-01T15:05:24.833Z[ host-image] Jun 01 15:05:24.197 INFO O| Jun 01 15:05:24.197 INFO ok!
96002026-06-01T15:05:24.833Z[ host-image] Jun 01 15:05:24.197 INFO O| Jun 01 15:05:24.197 INFO STEP 55 (ensure_file) COMPLETE
96012026-06-01T15:05:24.833Z[ host-image] Jun 01 15:05:24.197 INFO O| Jun 01 15:05:24.197 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96022026-06-01T15:05:24.836Z[ host-image] Jun 01 15:05:24.203 INFO O| Jun 01 15:05:24.203 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
96032026-06-01T15:05:24.836Z[ host-image] Jun 01 15:05:24.203 INFO O| Jun 01 15:05:24.203 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 ...
96042026-06-01T15:05:24.836Z[ host-image] Jun 01 15:05:24.203 INFO O| Jun 01 15:05:24.203 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96052026-06-01T15:05:24.836Z[ host-image] Jun 01 15:05:24.203 INFO O| Jun 01 15:05:24.203 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96062026-06-01T15:05:24.836Z[ host-image] Jun 01 15:05:24.203 INFO O| Jun 01 15:05:24.203 INFO ok!
96072026-06-01T15:05:24.836Z[ host-image] Jun 01 15:05:24.203 INFO O| Jun 01 15:05:24.203 INFO STEP 56 (ensure_file) COMPLETE
96082026-06-01T15:05:24.836Z[ host-image] Jun 01 15:05:24.203 INFO O| Jun 01 15:05:24.203 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96092026-06-01T15:05:24.842Z[ host-image] Jun 01 15:05:24.209 INFO O| Jun 01 15:05:24.209 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
96102026-06-01T15:05:24.848Z[ host-image] Jun 01 15:05:24.209 INFO O| Jun 01 15:05:24.209 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 ...
96112026-06-01T15:05:24.848Z[ host-image] Jun 01 15:05:24.209 INFO O| Jun 01 15:05:24.209 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
96122026-06-01T15:05:24.848Z[ host-image] Jun 01 15:05:24.209 INFO O| Jun 01 15:05:24.209 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
96132026-06-01T15:05:24.848Z[ host-image] Jun 01 15:05:24.209 INFO O| Jun 01 15:05:24.209 INFO ok!
96142026-06-01T15:05:24.848Z[ host-image] Jun 01 15:05:24.209 INFO O| Jun 01 15:05:24.209 INFO STEP 57 (ensure_file) COMPLETE
96152026-06-01T15:05:24.848Z[ host-image] Jun 01 15:05:24.209 INFO O| Jun 01 15:05:24.209 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96162026-06-01T15:05:24.852Z[ host-image] Jun 01 15:05:24.214 INFO O| Jun 01 15:05:24.214 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
96172026-06-01T15:05:24.852Z[ host-image] Jun 01 15:05:24.214 INFO O| Jun 01 15:05:24.214 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 ...
96182026-06-01T15:05:24.852Z[ host-image] Jun 01 15:05:24.215 INFO O| Jun 01 15:05:24.215 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96192026-06-01T15:05:24.852Z[ host-image] Jun 01 15:05:24.215 INFO O| Jun 01 15:05:24.215 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96202026-06-01T15:05:24.852Z[ host-image] Jun 01 15:05:24.215 INFO O| Jun 01 15:05:24.215 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96212026-06-01T15:05:24.852Z[ host-image] Jun 01 15:05:24.215 INFO O| Jun 01 15:05:24.215 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96222026-06-01T15:05:24.852Z[ host-image] Jun 01 15:05:24.215 INFO O| Jun 01 15:05:24.215 INFO ok!
96232026-06-01T15:05:24.852Z[ host-image] Jun 01 15:05:24.215 INFO O| Jun 01 15:05:24.215 INFO STEP 58 (ensure_file) COMPLETE
96242026-06-01T15:05:24.852Z[ host-image] Jun 01 15:05:24.215 INFO O| Jun 01 15:05:24.215 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96252026-06-01T15:05:24.856Z[ host-image] Jun 01 15:05:24.221 INFO O| Jun 01 15:05:24.221 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
96262026-06-01T15:05:24.856Z[ host-image] Jun 01 15:05:24.221 INFO O| Jun 01 15:05:24.221 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 ...
96272026-06-01T15:05:24.856Z[ host-image] Jun 01 15:05:24.221 INFO O| Jun 01 15:05:24.221 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
96282026-06-01T15:05:24.856Z[ host-image] Jun 01 15:05:24.221 INFO O| Jun 01 15:05:24.221 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
96292026-06-01T15:05:24.856Z[ host-image] Jun 01 15:05:24.221 INFO O| Jun 01 15:05:24.221 INFO ok!
96302026-06-01T15:05:24.856Z[ host-image] Jun 01 15:05:24.221 INFO O| Jun 01 15:05:24.221 INFO STEP 59 (ensure_file) COMPLETE
96312026-06-01T15:05:24.856Z[ host-image] Jun 01 15:05:24.221 INFO O| Jun 01 15:05:24.221 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96322026-06-01T15:05:24.861Z[ host-image] Jun 01 15:05:24.228 INFO O| Jun 01 15:05:24.228 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
96332026-06-01T15:05:24.861Z[ host-image] Jun 01 15:05:24.228 INFO O| Jun 01 15:05:24.228 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
96342026-06-01T15:05:24.871Z[ host-image] Jun 01 15:05:24.228 INFO O| Jun 01 15:05:24.228 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96352026-06-01T15:05:24.871Z[ host-image] Jun 01 15:05:24.228 INFO O| Jun 01 15:05:24.228 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96362026-06-01T15:05:24.871Z[ host-image] Jun 01 15:05:24.228 INFO O| Jun 01 15:05:24.228 INFO ok!
96372026-06-01T15:05:24.871Z[ host-image] Jun 01 15:05:24.228 INFO O| Jun 01 15:05:24.228 INFO STEP 60 (ensure_file) COMPLETE
96382026-06-01T15:05:24.871Z[ host-image] Jun 01 15:05:24.228 INFO O| Jun 01 15:05:24.228 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96392026-06-01T15:05:24.881Z[ host-image] Jun 01 15:05:24.233 INFO O| Jun 01 15:05:24.233 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
96402026-06-01T15:05:24.881Z[ host-image] Jun 01 15:05:24.233 INFO O| Jun 01 15:05:24.233 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 ...
96412026-06-01T15:05:24.881Z[ host-image] Jun 01 15:05:24.233 INFO O| Jun 01 15:05:24.233 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
96422026-06-01T15:05:24.881Z[ host-image] Jun 01 15:05:24.233 INFO O| Jun 01 15:05:24.233 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
96432026-06-01T15:05:24.881Z[ host-image] Jun 01 15:05:24.233 INFO O| Jun 01 15:05:24.233 INFO ok!
96442026-06-01T15:05:24.881Z[ host-image] Jun 01 15:05:24.233 INFO O| Jun 01 15:05:24.233 INFO STEP 61 (ensure_file) COMPLETE
96452026-06-01T15:05:24.882Z[ host-image] Jun 01 15:05:24.233 INFO O| Jun 01 15:05:24.233 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96462026-06-01T15:05:24.882Z[ host-image] Jun 01 15:05:24.240 INFO O| Jun 01 15:05:24.239 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
96472026-06-01T15:05:24.882Z[ host-image] Jun 01 15:05:24.240 INFO O| Jun 01 15:05:24.239 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
96482026-06-01T15:05:24.882Z[ host-image] Jun 01 15:05:24.240 INFO O| Jun 01 15:05:24.240 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96492026-06-01T15:05:24.882Z[ host-image] Jun 01 15:05:24.240 INFO O| Jun 01 15:05:24.240 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96502026-06-01T15:05:24.882Z[ host-image] Jun 01 15:05:24.240 INFO O| Jun 01 15:05:24.240 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96512026-06-01T15:05:24.882Z[ host-image] Jun 01 15:05:24.240 INFO O| Jun 01 15:05:24.240 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
96522026-06-01T15:05:24.882Z[ host-image] Jun 01 15:05:24.240 INFO O| Jun 01 15:05:24.240 INFO ok!
96532026-06-01T15:05:24.882Z[ host-image] Jun 01 15:05:24.240 INFO O| Jun 01 15:05:24.240 INFO STEP 62 (ensure_file) COMPLETE
96542026-06-01T15:05:24.882Z[ host-image] Jun 01 15:05:24.240 INFO O| Jun 01 15:05:24.240 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96552026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.246 INFO O| Jun 01 15:05:24.246 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
96562026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.246 INFO O| Jun 01 15:05:24.246 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 ...
96572026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.246 INFO O| Jun 01 15:05:24.246 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
96582026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.246 INFO O| Jun 01 15:05:24.246 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
96592026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.246 INFO O| Jun 01 15:05:24.246 INFO ok!
96602026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.246 INFO O| Jun 01 15:05:24.246 INFO STEP 63 (ensure_file) COMPLETE
96612026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.246 INFO O| Jun 01 15:05:24.246 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96622026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.251 INFO O| Jun 01 15:05:24.251 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
96632026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.251 INFO O| Jun 01 15:05:24.251 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 ...
96642026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.251 INFO O| Jun 01 15:05:24.251 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
96652026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.251 INFO O| Jun 01 15:05:24.251 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
96662026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.251 INFO O| Jun 01 15:05:24.251 INFO ok!
96672026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.251 INFO O| Jun 01 15:05:24.251 INFO STEP 64 (ensure_file) COMPLETE
96682026-06-01T15:05:24.886Z[ host-image] Jun 01 15:05:24.251 INFO O| Jun 01 15:05:24.251 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96692026-06-01T15:05:24.891Z[ host-image] Jun 01 15:05:24.256 INFO O| Jun 01 15:05:24.256 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
96702026-06-01T15:05:24.891Z[ host-image] Jun 01 15:05:24.256 INFO O| Jun 01 15:05:24.256 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 ...
96712026-06-01T15:05:24.892Z[ host-image] Jun 01 15:05:24.256 INFO O| Jun 01 15:05:24.256 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
96722026-06-01T15:05:24.892Z[ host-image] Jun 01 15:05:24.256 INFO O| Jun 01 15:05:24.256 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
96732026-06-01T15:05:24.892Z[ host-image] Jun 01 15:05:24.256 INFO O| Jun 01 15:05:24.256 INFO ok!
96742026-06-01T15:05:24.892Z[ host-image] Jun 01 15:05:24.256 INFO O| Jun 01 15:05:24.256 INFO STEP 65 (ensure_file) COMPLETE
96752026-06-01T15:05:24.892Z[ host-image] Jun 01 15:05:24.256 INFO O| Jun 01 15:05:24.256 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96762026-06-01T15:05:24.892Z[ host-image] Jun 01 15:05:24.256 INFO O| Jun 01 15:05:24.256 INFO skip step because feature "mbist" is not enabled
96772026-06-01T15:05:24.892Z[ host-image] Jun 01 15:05:24.256 INFO O| Jun 01 15:05:24.256 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782026-06-01T15:05:24.917Z[ host-image] Jun 01 15:05:24.262 INFO O| Jun 01 15:05:24.261 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
96792026-06-01T15:05:24.917Z[ host-image] Jun 01 15:05:24.262 INFO O| Jun 01 15:05:24.262 INFO STEP 67 (ensure_dir) COMPLETE
96802026-06-01T15:05:24.926Z[ host-image] Jun 01 15:05:24.262 INFO O| Jun 01 15:05:24.262 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96812026-06-01T15:05:24.926Z[ host-image] Jun 01 15:05:24.266 INFO O| Jun 01 15:05:24.266 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96822026-06-01T15:05:24.926Z[ host-image] Jun 01 15:05:24.267 INFO O| Jun 01 15:05:24.267 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
96832026-06-01T15:05:24.926Z[ host-image] Jun 01 15:05:24.267 INFO O| Jun 01 15:05:24.267 INFO STEP 68 (ensure_dir) COMPLETE
96842026-06-01T15:05:24.926Z[ host-image] Jun 01 15:05:24.267 INFO O| Jun 01 15:05:24.267 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852026-06-01T15:05:24.926Z[ host-image] Jun 01 15:05:24.273 INFO O| Jun 01 15:05:24.273 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96862026-06-01T15:05:24.926Z[ host-image] Jun 01 15:05:24.273 INFO O| Jun 01 15:05:24.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96872026-06-01T15:05:24.926Z[ host-image] Jun 01 15:05:24.273 INFO O| Jun 01 15:05:24.273 INFO STEP 69 (ensure_dir) COMPLETE
96882026-06-01T15:05:24.927Z[ host-image] Jun 01 15:05:24.273 INFO O| Jun 01 15:05:24.273 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96892026-06-01T15:05:24.927Z[ host-image] Jun 01 15:05:24.278 INFO O| Jun 01 15:05:24.278 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96902026-06-01T15:05:24.927Z[ host-image] Jun 01 15:05:24.278 INFO O| Jun 01 15:05:24.278 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96912026-06-01T15:05:25.426Z[ host-image] Jun 01 15:05:24.792 INFO O| Jun 01 15:05:24.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
96922026-06-01T15:05:25.426Z[ host-image] Jun 01 15:05:24.792 INFO O| Jun 01 15:05:24.792 INFO ok!
96932026-06-01T15:05:25.426Z[ host-image] Jun 01 15:05:24.792 INFO O| Jun 01 15:05:24.792 INFO STEP 70 (ensure_file) COMPLETE
96942026-06-01T15:05:25.430Z[ host-image] Jun 01 15:05:24.792 INFO O| Jun 01 15:05:24.792 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952026-06-01T15:05:25.434Z[ host-image] Jun 01 15:05:24.800 INFO O| Jun 01 15:05:24.800 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96962026-06-01T15:05:25.434Z[ host-image] Jun 01 15:05:24.800 INFO O| Jun 01 15:05:24.800 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
96972026-06-01T15:05:25.881Z[ host-image] Jun 01 15:05:25.247 INFO O| Jun 01 15:05:25.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
96982026-06-01T15:05:25.881Z[ host-image] Jun 01 15:05:25.247 INFO O| Jun 01 15:05:25.247 INFO ok!
96992026-06-01T15:05:25.884Z[ host-image] Jun 01 15:05:25.247 INFO O| Jun 01 15:05:25.247 INFO STEP 71 (ensure_file) COMPLETE
97002026-06-01T15:05:25.884Z[ host-image] Jun 01 15:05:25.247 INFO O| Jun 01 15:05:25.247 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012026-06-01T15:05:25.889Z[ host-image] Jun 01 15:05:25.255 INFO O| Jun 01 15:05:25.255 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97022026-06-01T15:05:25.892Z[ host-image] Jun 01 15:05:25.255 INFO O| Jun 01 15:05:25.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97032026-06-01T15:05:25.892Z[ host-image] Jun 01 15:05:25.255 INFO O| Jun 01 15:05:25.255 INFO STEP 72 (ensure_dir) COMPLETE
97042026-06-01T15:05:25.892Z[ host-image] Jun 01 15:05:25.255 INFO O| Jun 01 15:05:25.255 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97052026-06-01T15:05:25.896Z[ host-image] Jun 01 15:05:25.263 INFO O| Jun 01 15:05:25.263 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
97062026-06-01T15:05:25.896Z[ host-image] Jun 01 15:05:25.263 INFO O| Jun 01 15:05:25.263 INFO copying /tmp/.tmpl9u4jp/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 ...
97072026-06-01T15:05:25.901Z[ host-image] Jun 01 15:05:25.263 INFO O| Jun 01 15:05:25.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
97082026-06-01T15:05:25.901Z[ host-image] Jun 01 15:05:25.263 INFO O| Jun 01 15:05:25.263 INFO ok!
97092026-06-01T15:05:25.901Z[ host-image] Jun 01 15:05:25.263 INFO O| Jun 01 15:05:25.263 INFO STEP 73 (ensure_file) COMPLETE
97102026-06-01T15:05:25.901Z[ host-image] Jun 01 15:05:25.263 INFO O| Jun 01 15:05:25.263 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112026-06-01T15:05:25.906Z[ host-image] Jun 01 15:05:25.269 INFO O| Jun 01 15:05:25.269 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
97122026-06-01T15:05:25.906Z[ host-image] Jun 01 15:05:25.269 INFO O| Jun 01 15:05:25.269 INFO copying /tmp/.tmpl9u4jp/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 ...
97132026-06-01T15:05:25.906Z[ host-image] Jun 01 15:05:25.269 INFO O| Jun 01 15:05:25.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
97142026-06-01T15:05:25.906Z[ host-image] Jun 01 15:05:25.269 INFO O| Jun 01 15:05:25.269 INFO ok!
97152026-06-01T15:05:25.906Z[ host-image] Jun 01 15:05:25.269 INFO O| Jun 01 15:05:25.269 INFO STEP 74 (ensure_file) COMPLETE
97162026-06-01T15:05:25.906Z[ host-image] Jun 01 15:05:25.269 INFO O| Jun 01 15:05:25.269 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172026-06-01T15:05:25.910Z[ host-image] Jun 01 15:05:25.275 INFO O| Jun 01 15:05:25.275 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97182026-06-01T15:05:25.910Z[ host-image] Jun 01 15:05:25.275 INFO O| Jun 01 15:05:25.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97192026-06-01T15:05:25.910Z[ host-image] Jun 01 15:05:25.275 INFO O| Jun 01 15:05:25.275 INFO STEP 75 (ensure_dir) COMPLETE
97202026-06-01T15:05:25.910Z[ host-image] Jun 01 15:05:25.275 INFO O| Jun 01 15:05:25.275 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97212026-06-01T15:05:25.914Z[ host-image] Jun 01 15:05:25.280 INFO O| Jun 01 15:05:25.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
97222026-06-01T15:05:25.914Z[ host-image] Jun 01 15:05:25.280 INFO O| Jun 01 15:05:25.280 INFO copying /tmp/.tmpl9u4jp/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 ...
97232026-06-01T15:05:25.918Z[ host-image] Jun 01 15:05:25.280 INFO O| Jun 01 15:05:25.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
97242026-06-01T15:05:25.918Z[ host-image] Jun 01 15:05:25.280 INFO O| Jun 01 15:05:25.280 INFO ok!
97252026-06-01T15:05:25.918Z[ host-image] Jun 01 15:05:25.280 INFO O| Jun 01 15:05:25.280 INFO STEP 76 (ensure_file) COMPLETE
97262026-06-01T15:05:25.918Z[ host-image] Jun 01 15:05:25.280 INFO O| Jun 01 15:05:25.280 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272026-06-01T15:05:25.922Z[ host-image] Jun 01 15:05:25.286 INFO O| Jun 01 15:05:25.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
97282026-06-01T15:05:25.922Z[ host-image] Jun 01 15:05:25.286 INFO O| Jun 01 15:05:25.286 INFO copying /tmp/.tmpl9u4jp/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 ...
97292026-06-01T15:05:25.922Z[ host-image] Jun 01 15:05:25.286 INFO O| Jun 01 15:05:25.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
97302026-06-01T15:05:25.922Z[ host-image] Jun 01 15:05:25.286 INFO O| Jun 01 15:05:25.286 INFO ok!
97312026-06-01T15:05:25.922Z[ host-image] Jun 01 15:05:25.286 INFO O| Jun 01 15:05:25.286 INFO STEP 77 (ensure_file) COMPLETE
97322026-06-01T15:05:25.922Z[ host-image] Jun 01 15:05:25.286 INFO O| Jun 01 15:05:25.286 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97332026-06-01T15:05:25.925Z[ host-image] Jun 01 15:05:25.292 INFO O| Jun 01 15:05:25.292 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97342026-06-01T15:05:25.928Z[ host-image] Jun 01 15:05:25.292 INFO O| Jun 01 15:05:25.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97352026-06-01T15:05:25.928Z[ host-image] Jun 01 15:05:25.292 INFO O| Jun 01 15:05:25.292 INFO STEP 78 (ensure_dir) COMPLETE
97362026-06-01T15:05:25.928Z[ host-image] Jun 01 15:05:25.292 INFO O| Jun 01 15:05:25.292 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372026-06-01T15:05:25.933Z[ host-image] Jun 01 15:05:25.299 INFO O| Jun 01 15:05:25.299 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
97382026-06-01T15:05:25.933Z[ host-image] Jun 01 15:05:25.299 INFO O| Jun 01 15:05:25.299 INFO copying /tmp/.tmpl9u4jp/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 ...
97392026-06-01T15:05:25.933Z[ host-image] Jun 01 15:05:25.299 INFO O| Jun 01 15:05:25.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
97402026-06-01T15:05:25.936Z[ host-image] Jun 01 15:05:25.299 INFO O| Jun 01 15:05:25.299 INFO ok!
97412026-06-01T15:05:25.936Z[ host-image] Jun 01 15:05:25.299 INFO O| Jun 01 15:05:25.299 INFO STEP 79 (ensure_file) COMPLETE
97422026-06-01T15:05:25.936Z[ host-image] Jun 01 15:05:25.299 INFO O| Jun 01 15:05:25.299 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432026-06-01T15:05:25.939Z[ host-image] Jun 01 15:05:25.305 INFO O| Jun 01 15:05:25.305 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
97442026-06-01T15:05:25.939Z[ host-image] Jun 01 15:05:25.305 INFO O| Jun 01 15:05:25.305 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
97452026-06-01T15:05:25.939Z[ host-image] Jun 01 15:05:25.305 INFO O| Jun 01 15:05:25.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
97462026-06-01T15:05:25.939Z[ host-image] Jun 01 15:05:25.305 INFO O| Jun 01 15:05:25.305 INFO ok!
97472026-06-01T15:05:25.939Z[ host-image] Jun 01 15:05:25.305 INFO O| Jun 01 15:05:25.305 INFO STEP 80 (ensure_file) COMPLETE
97482026-06-01T15:05:25.939Z[ host-image] Jun 01 15:05:25.305 INFO O| Jun 01 15:05:25.305 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492026-06-01T15:05:25.944Z[ host-image] Jun 01 15:05:25.311 INFO O| Jun 01 15:05:25.311 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97502026-06-01T15:05:25.944Z[ host-image] Jun 01 15:05:25.311 INFO O| Jun 01 15:05:25.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
97512026-06-01T15:05:25.944Z[ host-image] Jun 01 15:05:25.311 INFO O| Jun 01 15:05:25.311 INFO STEP 81 (ensure_dir) COMPLETE
97522026-06-01T15:05:25.948Z[ host-image] Jun 01 15:05:25.311 INFO O| Jun 01 15:05:25.311 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97532026-06-01T15:05:25.951Z[ host-image] Jun 01 15:05:25.317 INFO O| Jun 01 15:05:25.317 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
97542026-06-01T15:05:25.951Z[ host-image] Jun 01 15:05:25.317 INFO O| Jun 01 15:05:25.317 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
97552026-06-01T15:05:26.409Z[ host-image] Jun 01 15:05:25.775 INFO O| Jun 01 15:05:25.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
97562026-06-01T15:05:26.409Z[ host-image] Jun 01 15:05:25.775 INFO O| Jun 01 15:05:25.775 INFO ok!
97572026-06-01T15:05:26.412Z[ host-image] Jun 01 15:05:25.775 INFO O| Jun 01 15:05:25.775 INFO STEP 82 (ensure_file) COMPLETE
97582026-06-01T15:05:26.412Z[ host-image] Jun 01 15:05:25.775 INFO O| Jun 01 15:05:25.775 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97592026-06-01T15:05:26.415Z[ host-image] Jun 01 15:05:25.782 INFO O| Jun 01 15:05:25.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
97602026-06-01T15:05:26.415Z[ host-image] Jun 01 15:05:25.782 INFO O| Jun 01 15:05:25.782 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
97612026-06-01T15:05:26.656Z[ host-image] Jun 01 15:05:26.022 INFO O| Jun 01 15:05:26.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
97622026-06-01T15:05:26.656Z[ host-image] Jun 01 15:05:26.022 INFO O| Jun 01 15:05:26.022 INFO ok!
97632026-06-01T15:05:26.656Z[ host-image] Jun 01 15:05:26.022 INFO O| Jun 01 15:05:26.022 INFO STEP 83 (ensure_file) COMPLETE
97642026-06-01T15:05:26.656Z[ host-image] Jun 01 15:05:26.022 INFO O| Jun 01 15:05:26.022 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97652026-06-01T15:05:26.663Z[ host-image] Jun 01 15:05:26.030 INFO O| Jun 01 15:05:26.030 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
97662026-06-01T15:05:26.667Z[ host-image] Jun 01 15:05:26.030 INFO O| Jun 01 15:05:26.030 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
97672026-06-01T15:05:27.893Z[ host-image] Jun 01 15:05:27.259 INFO O| Jun 01 15:05:27.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
97682026-06-01T15:05:27.893Z[ host-image] Jun 01 15:05:27.259 INFO O| Jun 01 15:05:27.259 INFO ok!
97692026-06-01T15:05:27.893Z[ host-image] Jun 01 15:05:27.259 INFO O| Jun 01 15:05:27.259 INFO STEP 84 (ensure_file) COMPLETE
97702026-06-01T15:05:27.896Z[ host-image] Jun 01 15:05:27.259 INFO O| Jun 01 15:05:27.259 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97712026-06-01T15:05:27.901Z[ host-image] Jun 01 15:05:27.268 INFO O| Jun 01 15:05:27.268 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97722026-06-01T15:05:27.906Z[ host-image] Jun 01 15:05:27.268 INFO O| Jun 01 15:05:27.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
97732026-06-01T15:05:27.906Z[ host-image] Jun 01 15:05:27.268 INFO O| Jun 01 15:05:27.268 INFO STEP 85 (ensure_dir) COMPLETE
97742026-06-01T15:05:27.906Z[ host-image] Jun 01 15:05:27.268 INFO O| Jun 01 15:05:27.268 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752026-06-01T15:05:27.910Z[ host-image] Jun 01 15:05:27.276 INFO O| Jun 01 15:05:27.276 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
97762026-06-01T15:05:27.910Z[ host-image] Jun 01 15:05:27.276 INFO O| Jun 01 15:05:27.276 INFO copying /tmp/.tmpl9u4jp/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 ...
97772026-06-01T15:05:27.913Z[ host-image] Jun 01 15:05:27.276 INFO O| Jun 01 15:05:27.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
97782026-06-01T15:05:27.913Z[ host-image] Jun 01 15:05:27.276 INFO O| Jun 01 15:05:27.276 INFO ok!
97792026-06-01T15:05:27.913Z[ host-image] Jun 01 15:05:27.276 INFO O| Jun 01 15:05:27.276 INFO STEP 86 (ensure_file) COMPLETE
97802026-06-01T15:05:27.913Z[ host-image] Jun 01 15:05:27.276 INFO O| Jun 01 15:05:27.276 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97812026-06-01T15:05:27.917Z[ host-image] Jun 01 15:05:27.284 INFO O| Jun 01 15:05:27.284 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
97822026-06-01T15:05:27.917Z[ host-image] Jun 01 15:05:27.284 INFO O| Jun 01 15:05:27.284 INFO copying /tmp/.tmpl9u4jp/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 ...
97832026-06-01T15:05:27.920Z[ host-image] Jun 01 15:05:27.284 INFO O| Jun 01 15:05:27.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
97842026-06-01T15:05:27.921Z[ host-image] Jun 01 15:05:27.284 INFO O| Jun 01 15:05:27.284 INFO ok!
97852026-06-01T15:05:27.921Z[ host-image] Jun 01 15:05:27.284 INFO O| Jun 01 15:05:27.284 INFO STEP 87 (ensure_file) COMPLETE
97862026-06-01T15:05:27.921Z[ host-image] Jun 01 15:05:27.284 INFO O| Jun 01 15:05:27.284 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872026-06-01T15:05:27.924Z[ host-image] Jun 01 15:05:27.291 INFO O| Jun 01 15:05:27.291 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
97882026-06-01T15:05:27.924Z[ host-image] Jun 01 15:05:27.291 INFO O| Jun 01 15:05:27.291 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
97892026-06-01T15:05:27.924Z[ host-image] Jun 01 15:05:27.291 INFO O| Jun 01 15:05:27.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
97902026-06-01T15:05:27.924Z[ host-image] Jun 01 15:05:27.291 INFO O| Jun 01 15:05:27.291 INFO ok!
97912026-06-01T15:05:27.927Z[ host-image] Jun 01 15:05:27.291 INFO O| Jun 01 15:05:27.291 INFO STEP 88 (ensure_file) COMPLETE
97922026-06-01T15:05:27.927Z[ host-image] Jun 01 15:05:27.291 INFO O| Jun 01 15:05:27.291 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932026-06-01T15:05:27.932Z[ host-image] Jun 01 15:05:27.298 INFO O| Jun 01 15:05:27.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
97942026-06-01T15:05:27.932Z[ host-image] Jun 01 15:05:27.298 INFO O| Jun 01 15:05:27.298 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
97952026-06-01T15:05:27.938Z[ host-image] Jun 01 15:05:27.298 INFO O| Jun 01 15:05:27.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
97962026-06-01T15:05:27.938Z[ host-image] Jun 01 15:05:27.298 INFO O| Jun 01 15:05:27.298 INFO ok!
97972026-06-01T15:05:27.938Z[ host-image] Jun 01 15:05:27.298 INFO O| Jun 01 15:05:27.298 INFO STEP 89 (ensure_file) COMPLETE
97982026-06-01T15:05:27.938Z[ host-image] Jun 01 15:05:27.298 INFO O| Jun 01 15:05:27.298 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992026-06-01T15:05:27.942Z[ host-image] Jun 01 15:05:27.306 INFO O| Jun 01 15:05:27.306 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98002026-06-01T15:05:27.942Z[ host-image] Jun 01 15:05:27.306 INFO O| Jun 01 15:05:27.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98012026-06-01T15:05:27.942Z[ host-image] Jun 01 15:05:27.306 INFO O| Jun 01 15:05:27.306 INFO STEP 90 (ensure_dir) COMPLETE
98022026-06-01T15:05:27.942Z[ host-image] Jun 01 15:05:27.306 INFO O| Jun 01 15:05:27.306 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98032026-06-01T15:05:27.948Z[ host-image] Jun 01 15:05:27.313 INFO O| Jun 01 15:05:27.313 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
98042026-06-01T15:05:27.948Z[ host-image] Jun 01 15:05:27.313 INFO O| Jun 01 15:05:27.313 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
98052026-06-01T15:05:27.952Z[ host-image] Jun 01 15:05:27.316 INFO O| Jun 01 15:05:27.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
98062026-06-01T15:05:27.952Z[ host-image] Jun 01 15:05:27.316 INFO O| Jun 01 15:05:27.316 INFO ok!
98072026-06-01T15:05:27.952Z[ host-image] Jun 01 15:05:27.316 INFO O| Jun 01 15:05:27.316 INFO STEP 91 (ensure_file) COMPLETE
98082026-06-01T15:05:27.952Z[ host-image] Jun 01 15:05:27.316 INFO O| Jun 01 15:05:27.316 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98092026-06-01T15:05:27.958Z[ host-image] Jun 01 15:05:27.322 INFO O| Jun 01 15:05:27.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
98102026-06-01T15:05:27.958Z[ host-image] Jun 01 15:05:27.322 INFO O| Jun 01 15:05:27.322 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
98112026-06-01T15:05:27.958Z[ host-image] Jun 01 15:05:27.322 INFO O| Jun 01 15:05:27.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
98122026-06-01T15:05:27.958Z[ host-image] Jun 01 15:05:27.322 INFO O| Jun 01 15:05:27.322 INFO ok!
98132026-06-01T15:05:27.958Z[ host-image] Jun 01 15:05:27.322 INFO O| Jun 01 15:05:27.322 INFO STEP 92 (ensure_file) COMPLETE
98142026-06-01T15:05:27.958Z[ host-image] Jun 01 15:05:27.322 INFO O| Jun 01 15:05:27.322 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98152026-06-01T15:05:27.964Z[ host-image] Jun 01 15:05:27.328 INFO O| Jun 01 15:05:27.328 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
98162026-06-01T15:05:27.964Z[ host-image] Jun 01 15:05:27.328 INFO O| Jun 01 15:05:27.328 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
98172026-06-01T15:05:28.260Z[ recovery-image] Jun 01 15:05:27.627 INFO creating reset image...
98182026-06-01T15:05:28.260Z[ recovery-image] Jun 01 15:05:27.627 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
98192026-06-01T15:05:28.385Z[ host-image] Jun 01 15:05:27.752 INFO O| Jun 01 15:05:27.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
98202026-06-01T15:05:28.385Z[ host-image] Jun 01 15:05:27.752 INFO O| Jun 01 15:05:27.752 INFO ok!
98212026-06-01T15:05:28.385Z[ host-image] Jun 01 15:05:27.752 INFO O| Jun 01 15:05:27.752 INFO STEP 93 (ensure_file) COMPLETE
98222026-06-01T15:05:28.386Z[ host-image] Jun 01 15:05:27.752 INFO O| Jun 01 15:05:27.752 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232026-06-01T15:05:28.393Z[ host-image] Jun 01 15:05:27.759 INFO O| Jun 01 15:05:27.759 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
98242026-06-01T15:05:28.393Z[ host-image] Jun 01 15:05:27.759 INFO O| Jun 01 15:05:27.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
98252026-06-01T15:05:28.393Z[ host-image] Jun 01 15:05:27.759 INFO O| Jun 01 15:05:27.759 INFO STEP 94 (ensure_dir) COMPLETE
98262026-06-01T15:05:28.393Z[ host-image] Jun 01 15:05:27.759 INFO O| Jun 01 15:05:27.759 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98272026-06-01T15:05:28.400Z[ host-image] Jun 01 15:05:27.767 INFO O| Jun 01 15:05:27.767 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
98282026-06-01T15:05:28.400Z[ host-image] Jun 01 15:05:27.767 INFO O| Jun 01 15:05:27.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
98292026-06-01T15:05:28.400Z[ host-image] Jun 01 15:05:27.767 INFO O| Jun 01 15:05:27.767 INFO STEP 95 (ensure_dir) COMPLETE
98302026-06-01T15:05:28.404Z[ host-image] Jun 01 15:05:27.767 INFO O| Jun 01 15:05:27.767 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98312026-06-01T15:05:28.407Z[ host-image] Jun 01 15:05:27.773 INFO O| Jun 01 15:05:27.773 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
98322026-06-01T15:05:28.407Z[ host-image] Jun 01 15:05:27.773 INFO O| Jun 01 15:05:27.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
98332026-06-01T15:05:28.407Z[ host-image] Jun 01 15:05:27.773 INFO O| Jun 01 15:05:27.773 INFO STEP 96 (ensure_dir) COMPLETE
98342026-06-01T15:05:28.407Z[ host-image] Jun 01 15:05:27.773 INFO O| Jun 01 15:05:27.773 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352026-06-01T15:05:28.412Z[ host-image] Jun 01 15:05:27.778 INFO O| Jun 01 15:05:27.778 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
98362026-06-01T15:05:28.412Z[ host-image] Jun 01 15:05:27.779 INFO O| Jun 01 15:05:27.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
98372026-06-01T15:05:28.416Z[ host-image] Jun 01 15:05:27.779 INFO O| Jun 01 15:05:27.779 INFO STEP 97 (ensure_dir) COMPLETE
98382026-06-01T15:05:28.416Z[ host-image] Jun 01 15:05:27.779 INFO O| Jun 01 15:05:27.779 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98392026-06-01T15:05:28.419Z[ host-image] Jun 01 15:05:27.785 INFO O| Jun 01 15:05:27.785 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98402026-06-01T15:05:28.419Z[ host-image] Jun 01 15:05:27.785 INFO O| Jun 01 15:05:27.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
98412026-06-01T15:05:28.419Z[ host-image] Jun 01 15:05:27.785 INFO O| Jun 01 15:05:27.785 INFO STEP 98 (ensure_dir) COMPLETE
98422026-06-01T15:05:28.419Z[ host-image] Jun 01 15:05:27.785 INFO O| Jun 01 15:05:27.785 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98432026-06-01T15:05:28.425Z[ host-image] Jun 01 15:05:27.791 INFO O| Jun 01 15:05:27.791 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
98442026-06-01T15:05:28.429Z[ host-image] Jun 01 15:05:27.791 INFO O| Jun 01 15:05:27.791 INFO copying /tmp/.tmpl9u4jp/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 ...
98452026-06-01T15:05:28.429Z[ host-image] Jun 01 15:05:27.791 INFO O| Jun 01 15:05:27.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
98462026-06-01T15:05:28.429Z[ host-image] Jun 01 15:05:27.791 INFO O| Jun 01 15:05:27.791 INFO ok!
98472026-06-01T15:05:28.429Z[ host-image] Jun 01 15:05:27.791 INFO O| Jun 01 15:05:27.791 INFO STEP 99 (ensure_file) COMPLETE
98482026-06-01T15:05:28.429Z[ host-image] Jun 01 15:05:27.791 INFO O| Jun 01 15:05:27.791 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98492026-06-01T15:05:28.433Z[ host-image] Jun 01 15:05:27.797 INFO O| Jun 01 15:05:27.797 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98502026-06-01T15:05:28.433Z[ host-image] Jun 01 15:05:27.797 INFO O| Jun 01 15:05:27.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
98512026-06-01T15:05:28.433Z[ host-image] Jun 01 15:05:27.797 INFO O| Jun 01 15:05:27.797 INFO STEP 100 (ensure_dir) COMPLETE
98522026-06-01T15:05:28.433Z[ host-image] Jun 01 15:05:27.797 INFO O| Jun 01 15:05:27.797 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532026-06-01T15:05:28.436Z[ host-image] Jun 01 15:05:27.802 INFO O| Jun 01 15:05:27.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
98542026-06-01T15:05:28.436Z[ host-image] Jun 01 15:05:27.802 INFO O| Jun 01 15:05:27.802 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
98552026-06-01T15:05:28.665Z[ host-image] Jun 01 15:05:28.031 INFO O| Jun 01 15:05:28.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
98562026-06-01T15:05:28.665Z[ host-image] Jun 01 15:05:28.031 INFO O| Jun 01 15:05:28.031 INFO ok!
98572026-06-01T15:05:28.665Z[ host-image] Jun 01 15:05:28.031 INFO O| Jun 01 15:05:28.031 INFO STEP 101 (ensure_file) COMPLETE
98582026-06-01T15:05:28.665Z[ host-image] Jun 01 15:05:28.031 INFO O| Jun 01 15:05:28.031 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592026-06-01T15:05:28.672Z[ host-image] Jun 01 15:05:28.039 INFO O| Jun 01 15:05:28.039 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
98602026-06-01T15:05:28.675Z[ host-image] Jun 01 15:05:28.039 INFO O| Jun 01 15:05:28.039 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
98612026-06-01T15:05:28.675Z[ host-image] Jun 01 15:05:28.039 INFO O| Jun 01 15:05:28.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
98622026-06-01T15:05:28.675Z[ host-image] Jun 01 15:05:28.039 INFO O| Jun 01 15:05:28.039 INFO ok!
98632026-06-01T15:05:28.675Z[ host-image] Jun 01 15:05:28.039 INFO O| Jun 01 15:05:28.039 INFO STEP 102 (ensure_file) COMPLETE
98642026-06-01T15:05:28.675Z[ host-image] Jun 01 15:05:28.039 INFO O| Jun 01 15:05:28.039 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98652026-06-01T15:05:28.679Z[ host-image] Jun 01 15:05:28.046 INFO O| Jun 01 15:05:28.046 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
98662026-06-01T15:05:28.679Z[ host-image] Jun 01 15:05:28.046 INFO O| Jun 01 15:05:28.046 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
98672026-06-01T15:05:28.688Z[ host-image] Jun 01 15:05:28.054 INFO O| Jun 01 15:05:28.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
98682026-06-01T15:05:28.691Z[ host-image] Jun 01 15:05:28.054 INFO O| Jun 01 15:05:28.054 INFO ok!
98692026-06-01T15:05:28.691Z[ host-image] Jun 01 15:05:28.054 INFO O| Jun 01 15:05:28.054 INFO STEP 103 (ensure_file) COMPLETE
98702026-06-01T15:05:28.691Z[ host-image] Jun 01 15:05:28.054 INFO O| Jun 01 15:05:28.054 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712026-06-01T15:05:28.694Z[ host-image] Jun 01 15:05:28.059 INFO O| Jun 01 15:05:28.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
98722026-06-01T15:05:28.694Z[ host-image] Jun 01 15:05:28.060 INFO O| Jun 01 15:05:28.059 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
98732026-06-01T15:05:28.694Z[ host-image] Jun 01 15:05:28.060 INFO O| Jun 01 15:05:28.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
98742026-06-01T15:05:28.694Z[ host-image] Jun 01 15:05:28.060 INFO O| Jun 01 15:05:28.060 INFO ok!
98752026-06-01T15:05:28.694Z[ host-image] Jun 01 15:05:28.060 INFO O| Jun 01 15:05:28.060 INFO STEP 104 (ensure_file) COMPLETE
98762026-06-01T15:05:28.694Z[ host-image] Jun 01 15:05:28.060 INFO O| Jun 01 15:05:28.060 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98772026-06-01T15:05:28.698Z[ host-image] Jun 01 15:05:28.065 INFO O| Jun 01 15:05:28.065 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98782026-06-01T15:05:28.702Z[ host-image] Jun 01 15:05:28.065 INFO O| Jun 01 15:05:28.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
98792026-06-01T15:05:28.702Z[ host-image] Jun 01 15:05:28.065 INFO O| Jun 01 15:05:28.065 INFO STEP 105 (ensure_dir) COMPLETE
98802026-06-01T15:05:28.702Z[ host-image] Jun 01 15:05:28.065 INFO O| Jun 01 15:05:28.065 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98812026-06-01T15:05:28.705Z[ host-image] Jun 01 15:05:28.071 INFO O| Jun 01 15:05:28.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
98822026-06-01T15:05:28.705Z[ host-image] Jun 01 15:05:28.071 INFO O| Jun 01 15:05:28.071 INFO copying /tmp/.tmpl9u4jp/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 ...
98832026-06-01T15:05:28.922Z[ host-image] Jun 01 15:05:28.289 INFO O| Jun 01 15:05:28.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
98842026-06-01T15:05:28.922Z[ host-image] Jun 01 15:05:28.289 INFO O| Jun 01 15:05:28.289 INFO ok!
98852026-06-01T15:05:28.922Z[ host-image] Jun 01 15:05:28.289 INFO O| Jun 01 15:05:28.289 INFO STEP 106 (ensure_file) COMPLETE
98862026-06-01T15:05:28.926Z[ host-image] Jun 01 15:05:28.289 INFO O| Jun 01 15:05:28.289 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98872026-06-01T15:05:28.930Z[ host-image] Jun 01 15:05:28.297 INFO O| Jun 01 15:05:28.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
98882026-06-01T15:05:28.930Z[ host-image] Jun 01 15:05:28.297 INFO O| Jun 01 15:05:28.297 INFO copying /tmp/.tmpl9u4jp/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 ...
98892026-06-01T15:05:28.933Z[ host-image] Jun 01 15:05:28.297 INFO O| Jun 01 15:05:28.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
98902026-06-01T15:05:28.933Z[ host-image] Jun 01 15:05:28.297 INFO O| Jun 01 15:05:28.297 INFO ok!
98912026-06-01T15:05:28.933Z[ host-image] Jun 01 15:05:28.297 INFO O| Jun 01 15:05:28.297 INFO STEP 107 (ensure_file) COMPLETE
98922026-06-01T15:05:28.933Z[ host-image] Jun 01 15:05:28.297 INFO O| Jun 01 15:05:28.297 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98932026-06-01T15:05:28.938Z[ host-image] Jun 01 15:05:28.305 INFO O| Jun 01 15:05:28.305 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
98942026-06-01T15:05:28.938Z[ host-image] Jun 01 15:05:28.305 INFO O| Jun 01 15:05:28.305 INFO copying /tmp/.tmpl9u4jp/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 ...
98952026-06-01T15:05:28.941Z[ host-image] Jun 01 15:05:28.305 INFO O| Jun 01 15:05:28.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
98962026-06-01T15:05:28.941Z[ host-image] Jun 01 15:05:28.305 INFO O| Jun 01 15:05:28.305 INFO ok!
98972026-06-01T15:05:28.941Z[ host-image] Jun 01 15:05:28.305 INFO O| Jun 01 15:05:28.305 INFO STEP 108 (ensure_file) COMPLETE
98982026-06-01T15:05:28.941Z[ host-image] Jun 01 15:05:28.305 INFO O| Jun 01 15:05:28.305 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98992026-06-01T15:05:28.945Z[ host-image] Jun 01 15:05:28.312 INFO O| Jun 01 15:05:28.312 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
99002026-06-01T15:05:28.945Z[ host-image] Jun 01 15:05:28.312 INFO O| Jun 01 15:05:28.312 INFO copying /tmp/.tmpl9u4jp/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 ...
99012026-06-01T15:05:28.945Z[ host-image] Jun 01 15:05:28.312 INFO O| Jun 01 15:05:28.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
99022026-06-01T15:05:28.945Z[ host-image] Jun 01 15:05:28.312 INFO O| Jun 01 15:05:28.312 INFO ok!
99032026-06-01T15:05:28.945Z[ host-image] Jun 01 15:05:28.312 INFO O| Jun 01 15:05:28.312 INFO STEP 109 (ensure_file) COMPLETE
99042026-06-01T15:05:28.945Z[ host-image] Jun 01 15:05:28.312 INFO O| Jun 01 15:05:28.312 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99052026-06-01T15:05:28.951Z[ host-image] Jun 01 15:05:28.318 INFO O| Jun 01 15:05:28.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
99062026-06-01T15:05:28.951Z[ host-image] Jun 01 15:05:28.318 INFO O| Jun 01 15:05:28.318 INFO copying /tmp/.tmpl9u4jp/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 ...
99072026-06-01T15:05:28.954Z[ host-image] Jun 01 15:05:28.318 INFO O| Jun 01 15:05:28.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
99082026-06-01T15:05:28.954Z[ host-image] Jun 01 15:05:28.318 INFO O| Jun 01 15:05:28.318 INFO ok!
99092026-06-01T15:05:28.954Z[ host-image] Jun 01 15:05:28.318 INFO O| Jun 01 15:05:28.318 INFO STEP 110 (ensure_file) COMPLETE
99102026-06-01T15:05:28.954Z[ host-image] Jun 01 15:05:28.318 INFO O| Jun 01 15:05:28.318 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99112026-06-01T15:05:28.958Z[ host-image] Jun 01 15:05:28.325 INFO O| Jun 01 15:05:28.325 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
99122026-06-01T15:05:28.958Z[ host-image] Jun 01 15:05:28.325 INFO O| Jun 01 15:05:28.325 INFO copying /tmp/.tmpl9u4jp/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 ...
99132026-06-01T15:05:28.961Z[ host-image] Jun 01 15:05:28.325 INFO O| Jun 01 15:05:28.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
99142026-06-01T15:05:28.961Z[ host-image] Jun 01 15:05:28.325 INFO O| Jun 01 15:05:28.325 INFO ok!
99152026-06-01T15:05:28.961Z[ host-image] Jun 01 15:05:28.325 INFO O| Jun 01 15:05:28.325 INFO STEP 111 (ensure_file) COMPLETE
99162026-06-01T15:05:28.961Z[ host-image] Jun 01 15:05:28.325 INFO O| Jun 01 15:05:28.325 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99172026-06-01T15:05:28.964Z[ host-image] Jun 01 15:05:28.330 INFO O| Jun 01 15:05:28.330 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
99182026-06-01T15:05:28.964Z[ host-image] Jun 01 15:05:28.330 INFO O| Jun 01 15:05:28.330 INFO copying /tmp/.tmpl9u4jp/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 ...
99192026-06-01T15:05:28.964Z[ host-image] Jun 01 15:05:28.330 INFO O| Jun 01 15:05:28.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
99202026-06-01T15:05:28.964Z[ host-image] Jun 01 15:05:28.330 INFO O| Jun 01 15:05:28.330 INFO ok!
99212026-06-01T15:05:28.964Z[ host-image] Jun 01 15:05:28.330 INFO O| Jun 01 15:05:28.330 INFO STEP 112 (ensure_file) COMPLETE
99222026-06-01T15:05:28.964Z[ host-image] Jun 01 15:05:28.330 INFO O| Jun 01 15:05:28.330 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99232026-06-01T15:05:28.969Z[ host-image] Jun 01 15:05:28.336 INFO O| Jun 01 15:05:28.336 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
99242026-06-01T15:05:28.969Z[ host-image] Jun 01 15:05:28.336 INFO O| Jun 01 15:05:28.336 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
99252026-06-01T15:05:28.972Z[ host-image] Jun 01 15:05:28.336 INFO O| Jun 01 15:05:28.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
99262026-06-01T15:05:28.972Z[ host-image] Jun 01 15:05:28.336 INFO O| Jun 01 15:05:28.336 INFO ok!
99272026-06-01T15:05:28.972Z[ host-image] Jun 01 15:05:28.336 INFO O| Jun 01 15:05:28.336 INFO STEP 113 (ensure_file) COMPLETE
99282026-06-01T15:05:28.972Z[ host-image] Jun 01 15:05:28.336 INFO O| Jun 01 15:05:28.336 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99292026-06-01T15:05:28.976Z[ host-image] Jun 01 15:05:28.343 INFO O| Jun 01 15:05:28.343 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
99302026-06-01T15:05:28.976Z[ host-image] Jun 01 15:05:28.343 INFO O| Jun 01 15:05:28.343 INFO copying /tmp/.tmpl9u4jp/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 ...
99312026-06-01T15:05:28.980Z[ host-image] Jun 01 15:05:28.343 INFO O| Jun 01 15:05:28.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
99322026-06-01T15:05:28.980Z[ host-image] Jun 01 15:05:28.343 INFO O| Jun 01 15:05:28.343 INFO ok!
99332026-06-01T15:05:28.980Z[ host-image] Jun 01 15:05:28.343 INFO O| Jun 01 15:05:28.343 INFO STEP 114 (ensure_file) COMPLETE
99342026-06-01T15:05:28.980Z[ host-image] Jun 01 15:05:28.343 INFO O| Jun 01 15:05:28.343 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99352026-06-01T15:05:28.984Z[ host-image] Jun 01 15:05:28.350 INFO O| Jun 01 15:05:28.350 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
99362026-06-01T15:05:28.984Z[ host-image] Jun 01 15:05:28.350 INFO O| Jun 01 15:05:28.350 INFO copying /tmp/.tmpl9u4jp/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 ...
99372026-06-01T15:05:28.984Z[ host-image] Jun 01 15:05:28.350 INFO O| Jun 01 15:05:28.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
99382026-06-01T15:05:28.984Z[ host-image] Jun 01 15:05:28.350 INFO O| Jun 01 15:05:28.350 INFO ok!
99392026-06-01T15:05:28.984Z[ host-image] Jun 01 15:05:28.350 INFO O| Jun 01 15:05:28.350 INFO STEP 115 (ensure_file) COMPLETE
99402026-06-01T15:05:28.984Z[ host-image] Jun 01 15:05:28.350 INFO O| Jun 01 15:05:28.350 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99412026-06-01T15:05:28.989Z[ host-image] Jun 01 15:05:28.356 INFO O| Jun 01 15:05:28.356 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
99422026-06-01T15:05:28.993Z[ host-image] Jun 01 15:05:28.356 INFO O| Jun 01 15:05:28.356 INFO copying /tmp/.tmpl9u4jp/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 ...
99432026-06-01T15:05:28.993Z[ host-image] Jun 01 15:05:28.356 INFO O| Jun 01 15:05:28.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
99442026-06-01T15:05:28.993Z[ host-image] Jun 01 15:05:28.356 INFO O| Jun 01 15:05:28.356 INFO ok!
99452026-06-01T15:05:28.993Z[ host-image] Jun 01 15:05:28.356 INFO O| Jun 01 15:05:28.356 INFO STEP 116 (ensure_file) COMPLETE
99462026-06-01T15:05:28.993Z[ host-image] Jun 01 15:05:28.356 INFO O| Jun 01 15:05:28.356 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99472026-06-01T15:05:28.996Z[ host-image] Jun 01 15:05:28.362 INFO O| Jun 01 15:05:28.362 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
99482026-06-01T15:05:28.996Z[ host-image] Jun 01 15:05:28.362 INFO O| Jun 01 15:05:28.362 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
99492026-06-01T15:05:28.996Z[ host-image] Jun 01 15:05:28.362 INFO O| Jun 01 15:05:28.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
99502026-06-01T15:05:28.996Z[ host-image] Jun 01 15:05:28.362 INFO O| Jun 01 15:05:28.362 INFO ok!
99512026-06-01T15:05:28.996Z[ host-image] Jun 01 15:05:28.362 INFO O| Jun 01 15:05:28.362 INFO STEP 117 (ensure_file) COMPLETE
99522026-06-01T15:05:28.996Z[ host-image] Jun 01 15:05:28.362 INFO O| Jun 01 15:05:28.362 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99532026-06-01T15:05:29.003Z[ host-image] Jun 01 15:05:28.369 INFO O| Jun 01 15:05:28.369 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
99542026-06-01T15:05:29.003Z[ host-image] Jun 01 15:05:28.369 INFO O| Jun 01 15:05:28.369 INFO copying /tmp/.tmpl9u4jp/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 ...
99552026-06-01T15:05:29.006Z[ host-image] Jun 01 15:05:28.370 INFO O| Jun 01 15:05:28.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
99562026-06-01T15:05:29.006Z[ host-image] Jun 01 15:05:28.370 INFO O| Jun 01 15:05:28.370 INFO ok!
99572026-06-01T15:05:29.006Z[ host-image] Jun 01 15:05:28.370 INFO O| Jun 01 15:05:28.370 INFO STEP 118 (ensure_file) COMPLETE
99582026-06-01T15:05:29.006Z[ host-image] Jun 01 15:05:28.370 INFO O| Jun 01 15:05:28.370 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99592026-06-01T15:05:29.009Z[ host-image] Jun 01 15:05:28.376 INFO O| Jun 01 15:05:28.376 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
99602026-06-01T15:05:29.009Z[ host-image] Jun 01 15:05:28.376 INFO O| Jun 01 15:05:28.376 INFO copying /tmp/.tmpl9u4jp/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 ...
99612026-06-01T15:05:29.012Z[ host-image] Jun 01 15:05:28.376 INFO O| Jun 01 15:05:28.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
99622026-06-01T15:05:29.012Z[ host-image] Jun 01 15:05:28.376 INFO O| Jun 01 15:05:28.376 INFO ok!
99632026-06-01T15:05:29.012Z[ host-image] Jun 01 15:05:28.376 INFO O| Jun 01 15:05:28.376 INFO STEP 119 (ensure_file) COMPLETE
99642026-06-01T15:05:29.012Z[ host-image] Jun 01 15:05:28.376 INFO O| Jun 01 15:05:28.376 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99652026-06-01T15:05:29.016Z[ host-image] Jun 01 15:05:28.382 INFO O| Jun 01 15:05:28.382 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
99662026-06-01T15:05:29.016Z[ host-image] Jun 01 15:05:28.382 INFO O| Jun 01 15:05:28.382 INFO copying /tmp/.tmpl9u4jp/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 ...
99672026-06-01T15:05:29.016Z[ host-image] Jun 01 15:05:28.382 INFO O| Jun 01 15:05:28.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
99682026-06-01T15:05:29.016Z[ host-image] Jun 01 15:05:28.382 INFO O| Jun 01 15:05:28.382 INFO ok!
99692026-06-01T15:05:29.016Z[ host-image] Jun 01 15:05:28.382 INFO O| Jun 01 15:05:28.382 INFO STEP 120 (ensure_file) COMPLETE
99702026-06-01T15:05:29.016Z[ host-image] Jun 01 15:05:28.382 INFO O| Jun 01 15:05:28.382 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99712026-06-01T15:05:29.022Z[ host-image] Jun 01 15:05:28.389 INFO O| Jun 01 15:05:28.389 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
99722026-06-01T15:05:29.022Z[ host-image] Jun 01 15:05:28.389 INFO O| Jun 01 15:05:28.389 INFO copying /tmp/.tmpl9u4jp/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 ...
99732026-06-01T15:05:29.025Z[ host-image] Jun 01 15:05:28.389 INFO O| Jun 01 15:05:28.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
99742026-06-01T15:05:29.025Z[ host-image] Jun 01 15:05:28.389 INFO O| Jun 01 15:05:28.389 INFO ok!
99752026-06-01T15:05:29.025Z[ host-image] Jun 01 15:05:28.389 INFO O| Jun 01 15:05:28.389 INFO STEP 121 (ensure_file) COMPLETE
99762026-06-01T15:05:29.025Z[ host-image] Jun 01 15:05:28.389 INFO O| Jun 01 15:05:28.389 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99772026-06-01T15:05:29.029Z[ host-image] Jun 01 15:05:28.395 INFO O| Jun 01 15:05:28.395 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
99782026-06-01T15:05:29.029Z[ host-image] Jun 01 15:05:28.395 INFO O| Jun 01 15:05:28.395 INFO copying /tmp/.tmpl9u4jp/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 ...
99792026-06-01T15:05:29.029Z[ host-image] Jun 01 15:05:28.395 INFO O| Jun 01 15:05:28.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
99802026-06-01T15:05:29.029Z[ host-image] Jun 01 15:05:28.395 INFO O| Jun 01 15:05:28.395 INFO ok!
99812026-06-01T15:05:29.029Z[ host-image] Jun 01 15:05:28.395 INFO O| Jun 01 15:05:28.395 INFO STEP 122 (ensure_file) COMPLETE
99822026-06-01T15:05:29.029Z[ host-image] Jun 01 15:05:28.395 INFO O| Jun 01 15:05:28.395 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99832026-06-01T15:05:29.034Z[ host-image] Jun 01 15:05:28.400 INFO O| Jun 01 15:05:28.400 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
99842026-06-01T15:05:29.034Z[ host-image] Jun 01 15:05:28.400 INFO O| Jun 01 15:05:28.400 INFO copying /tmp/.tmpl9u4jp/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 ...
99852026-06-01T15:05:29.037Z[ host-image] Jun 01 15:05:28.400 INFO O| Jun 01 15:05:28.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
99862026-06-01T15:05:29.037Z[ host-image] Jun 01 15:05:28.400 INFO O| Jun 01 15:05:28.400 INFO ok!
99872026-06-01T15:05:29.037Z[ host-image] Jun 01 15:05:28.401 INFO O| Jun 01 15:05:28.400 INFO STEP 123 (ensure_file) COMPLETE
99882026-06-01T15:05:29.037Z[ host-image] Jun 01 15:05:28.401 INFO O| Jun 01 15:05:28.400 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99892026-06-01T15:05:29.041Z[ host-image] Jun 01 15:05:28.407 INFO O| Jun 01 15:05:28.407 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
99902026-06-01T15:05:29.044Z[ host-image] Jun 01 15:05:28.407 INFO O| Jun 01 15:05:28.407 INFO copying /tmp/.tmpl9u4jp/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 ...
99912026-06-01T15:05:29.044Z[ host-image] Jun 01 15:05:28.407 INFO O| Jun 01 15:05:28.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
99922026-06-01T15:05:29.044Z[ host-image] Jun 01 15:05:28.407 INFO O| Jun 01 15:05:28.407 INFO ok!
99932026-06-01T15:05:29.044Z[ host-image] Jun 01 15:05:28.407 INFO O| Jun 01 15:05:28.407 INFO STEP 124 (ensure_file) COMPLETE
99942026-06-01T15:05:29.044Z[ host-image] Jun 01 15:05:28.407 INFO O| Jun 01 15:05:28.407 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99952026-06-01T15:05:29.048Z[ host-image] Jun 01 15:05:28.415 INFO O| Jun 01 15:05:28.415 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
99962026-06-01T15:05:29.048Z[ host-image] Jun 01 15:05:28.415 INFO O| Jun 01 15:05:28.415 INFO copying /tmp/.tmpl9u4jp/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 ...
99972026-06-01T15:05:29.051Z[ host-image] Jun 01 15:05:28.415 INFO O| Jun 01 15:05:28.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
99982026-06-01T15:05:29.051Z[ host-image] Jun 01 15:05:28.415 INFO O| Jun 01 15:05:28.415 INFO ok!
99992026-06-01T15:05:29.051Z[ host-image] Jun 01 15:05:28.415 INFO O| Jun 01 15:05:28.415 INFO STEP 125 (ensure_file) COMPLETE
100002026-06-01T15:05:29.051Z[ host-image] Jun 01 15:05:28.415 INFO O| Jun 01 15:05:28.415 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100012026-06-01T15:05:29.056Z[ host-image] Jun 01 15:05:28.422 INFO O| Jun 01 15:05:28.422 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
100022026-06-01T15:05:29.056Z[ host-image] Jun 01 15:05:28.422 INFO O| Jun 01 15:05:28.422 INFO copying /tmp/.tmpl9u4jp/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 ...
100032026-06-01T15:05:29.060Z[ host-image] Jun 01 15:05:28.422 INFO O| Jun 01 15:05:28.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
100042026-06-01T15:05:29.060Z[ host-image] Jun 01 15:05:28.422 INFO O| Jun 01 15:05:28.422 INFO ok!
100052026-06-01T15:05:29.060Z[ host-image] Jun 01 15:05:28.422 INFO O| Jun 01 15:05:28.422 INFO STEP 126 (ensure_file) COMPLETE
100062026-06-01T15:05:29.060Z[ host-image] Jun 01 15:05:28.422 INFO O| Jun 01 15:05:28.422 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100072026-06-01T15:05:29.064Z[ host-image] Jun 01 15:05:28.429 INFO O| Jun 01 15:05:28.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
100082026-06-01T15:05:29.064Z[ host-image] Jun 01 15:05:28.429 INFO O| Jun 01 15:05:28.429 INFO copying /tmp/.tmpl9u4jp/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 ...
100092026-06-01T15:05:29.064Z[ host-image] Jun 01 15:05:28.429 INFO O| Jun 01 15:05:28.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
100102026-06-01T15:05:29.064Z[ host-image] Jun 01 15:05:28.429 INFO O| Jun 01 15:05:28.429 INFO ok!
100112026-06-01T15:05:29.064Z[ host-image] Jun 01 15:05:28.429 INFO O| Jun 01 15:05:28.429 INFO STEP 127 (ensure_file) COMPLETE
100122026-06-01T15:05:29.064Z[ host-image] Jun 01 15:05:28.429 INFO O| Jun 01 15:05:28.429 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100132026-06-01T15:05:29.069Z[ host-image] Jun 01 15:05:28.436 INFO O| Jun 01 15:05:28.436 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
100142026-06-01T15:05:29.069Z[ host-image] Jun 01 15:05:28.436 INFO O| Jun 01 15:05:28.436 INFO copying /tmp/.tmpl9u4jp/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 ...
100152026-06-01T15:05:29.073Z[ host-image] Jun 01 15:05:28.436 INFO O| Jun 01 15:05:28.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
100162026-06-01T15:05:29.073Z[ host-image] Jun 01 15:05:28.436 INFO O| Jun 01 15:05:28.436 INFO ok!
100172026-06-01T15:05:29.073Z[ host-image] Jun 01 15:05:28.436 INFO O| Jun 01 15:05:28.436 INFO STEP 128 (ensure_file) COMPLETE
100182026-06-01T15:05:29.073Z[ host-image] Jun 01 15:05:28.436 INFO O| Jun 01 15:05:28.436 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100192026-06-01T15:05:29.076Z[ host-image] Jun 01 15:05:28.443 INFO O| Jun 01 15:05:28.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
100202026-06-01T15:05:29.076Z[ host-image] Jun 01 15:05:28.443 INFO O| Jun 01 15:05:28.443 INFO copying /tmp/.tmpl9u4jp/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 ...
100212026-06-01T15:05:29.079Z[ host-image] Jun 01 15:05:28.443 INFO O| Jun 01 15:05:28.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
100222026-06-01T15:05:29.079Z[ host-image] Jun 01 15:05:28.443 INFO O| Jun 01 15:05:28.443 INFO ok!
100232026-06-01T15:05:29.079Z[ host-image] Jun 01 15:05:28.443 INFO O| Jun 01 15:05:28.443 INFO STEP 129 (ensure_file) COMPLETE
100242026-06-01T15:05:29.079Z[ host-image] Jun 01 15:05:28.443 INFO O| Jun 01 15:05:28.443 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100252026-06-01T15:05:29.082Z[ host-image] Jun 01 15:05:28.448 INFO O| Jun 01 15:05:28.448 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
100262026-06-01T15:05:29.082Z[ host-image] Jun 01 15:05:28.448 INFO O| Jun 01 15:05:28.448 INFO copying /tmp/.tmpl9u4jp/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 ...
100272026-06-01T15:05:29.082Z[ host-image] Jun 01 15:05:28.448 INFO O| Jun 01 15:05:28.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
100282026-06-01T15:05:29.082Z[ host-image] Jun 01 15:05:28.448 INFO O| Jun 01 15:05:28.448 INFO ok!
100292026-06-01T15:05:29.082Z[ host-image] Jun 01 15:05:28.448 INFO O| Jun 01 15:05:28.448 INFO STEP 130 (ensure_file) COMPLETE
100302026-06-01T15:05:29.083Z[ host-image] Jun 01 15:05:28.448 INFO O| Jun 01 15:05:28.448 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100312026-06-01T15:05:29.087Z[ host-image] Jun 01 15:05:28.454 INFO O| Jun 01 15:05:28.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
100322026-06-01T15:05:29.087Z[ host-image] Jun 01 15:05:28.454 INFO O| Jun 01 15:05:28.454 INFO copying /tmp/.tmpl9u4jp/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 ...
100332026-06-01T15:05:29.090Z[ host-image] Jun 01 15:05:28.454 INFO O| Jun 01 15:05:28.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
100342026-06-01T15:05:29.090Z[ host-image] Jun 01 15:05:28.454 INFO O| Jun 01 15:05:28.454 INFO ok!
100352026-06-01T15:05:29.090Z[ host-image] Jun 01 15:05:28.454 INFO O| Jun 01 15:05:28.454 INFO STEP 131 (ensure_file) COMPLETE
100362026-06-01T15:05:29.090Z[ host-image] Jun 01 15:05:28.454 INFO O| Jun 01 15:05:28.454 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100372026-06-01T15:05:29.093Z[ host-image] Jun 01 15:05:28.459 INFO O| Jun 01 15:05:28.459 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
100382026-06-01T15:05:29.093Z[ host-image] Jun 01 15:05:28.459 INFO O| Jun 01 15:05:28.459 INFO copying /tmp/.tmpl9u4jp/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 ...
100392026-06-01T15:05:29.093Z[ host-image] Jun 01 15:05:28.459 INFO O| Jun 01 15:05:28.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
100402026-06-01T15:05:29.093Z[ host-image] Jun 01 15:05:28.459 INFO O| Jun 01 15:05:28.459 INFO ok!
100412026-06-01T15:05:29.093Z[ host-image] Jun 01 15:05:28.459 INFO O| Jun 01 15:05:28.459 INFO STEP 132 (ensure_file) COMPLETE
100422026-06-01T15:05:29.093Z[ host-image] Jun 01 15:05:28.459 INFO O| Jun 01 15:05:28.459 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100432026-06-01T15:05:29.098Z[ host-image] Jun 01 15:05:28.465 INFO O| Jun 01 15:05:28.465 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
100442026-06-01T15:05:29.098Z[ host-image] Jun 01 15:05:28.465 INFO O| Jun 01 15:05:28.465 INFO copying /tmp/.tmpl9u4jp/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 ...
100452026-06-01T15:05:29.102Z[ host-image] Jun 01 15:05:28.465 INFO O| Jun 01 15:05:28.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
100462026-06-01T15:05:29.102Z[ host-image] Jun 01 15:05:28.465 INFO O| Jun 01 15:05:28.465 INFO ok!
100472026-06-01T15:05:29.102Z[ host-image] Jun 01 15:05:28.465 INFO O| Jun 01 15:05:28.465 INFO STEP 133 (ensure_file) COMPLETE
100482026-06-01T15:05:29.102Z[ host-image] Jun 01 15:05:28.465 INFO O| Jun 01 15:05:28.465 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100492026-06-01T15:05:29.150Z[ host-image] Jun 01 15:05:28.472 INFO O| Jun 01 15:05:28.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
100502026-06-01T15:05:29.150Z[ host-image] Jun 01 15:05:28.472 INFO O| Jun 01 15:05:28.472 INFO copying /tmp/.tmpl9u4jp/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 ...
100512026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.472 INFO O| Jun 01 15:05:28.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
100522026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.472 INFO O| Jun 01 15:05:28.472 INFO ok!
100532026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.472 INFO O| Jun 01 15:05:28.472 INFO STEP 134 (ensure_file) COMPLETE
100542026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.472 INFO O| Jun 01 15:05:28.472 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100552026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.478 INFO O| Jun 01 15:05:28.478 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
100562026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.478 INFO O| Jun 01 15:05:28.478 INFO copying /tmp/.tmpl9u4jp/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 ...
100572026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.478 INFO O| Jun 01 15:05:28.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
100582026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.478 INFO O| Jun 01 15:05:28.478 INFO ok!
100592026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.478 INFO O| Jun 01 15:05:28.478 INFO STEP 135 (ensure_file) COMPLETE
100602026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.478 INFO O| Jun 01 15:05:28.478 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100612026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.485 INFO O| Jun 01 15:05:28.485 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
100622026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.485 INFO O| Jun 01 15:05:28.485 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
100632026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.485 INFO O| Jun 01 15:05:28.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
100642026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.485 INFO O| Jun 01 15:05:28.485 INFO ok!
100652026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.485 INFO O| Jun 01 15:05:28.485 INFO STEP 136 (ensure_file) COMPLETE
100662026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.485 INFO O| Jun 01 15:05:28.485 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100672026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.493 INFO O| Jun 01 15:05:28.493 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
100682026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.493 INFO O| Jun 01 15:05:28.493 INFO copying /tmp/.tmpl9u4jp/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 ...
100692026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.493 INFO O| Jun 01 15:05:28.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
100702026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.493 INFO O| Jun 01 15:05:28.493 INFO ok!
100712026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.493 INFO O| Jun 01 15:05:28.493 INFO STEP 137 (ensure_file) COMPLETE
100722026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.493 INFO O| Jun 01 15:05:28.493 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100732026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.499 INFO O| Jun 01 15:05:28.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
100742026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.499 INFO O| Jun 01 15:05:28.499 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
100752026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.499 INFO O| Jun 01 15:05:28.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
100762026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.499 INFO O| Jun 01 15:05:28.499 INFO ok!
100772026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.499 INFO O| Jun 01 15:05:28.499 INFO STEP 138 (ensure_file) COMPLETE
100782026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.499 INFO O| Jun 01 15:05:28.499 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100792026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.506 INFO O| Jun 01 15:05:28.506 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
100802026-06-01T15:05:29.151Z[ host-image] Jun 01 15:05:28.506 INFO O| Jun 01 15:05:28.506 INFO copying /tmp/.tmpl9u4jp/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
100812026-06-01T15:05:35.116Z[ host-image] Jun 01 15:05:34.483 INFO O| Jun 01 15:05:34.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
100822026-06-01T15:05:35.116Z[ host-image] Jun 01 15:05:34.483 INFO O| Jun 01 15:05:34.483 INFO ok!
100832026-06-01T15:05:35.116Z[ host-image] Jun 01 15:05:34.483 INFO O| Jun 01 15:05:34.483 INFO STEP 139 (ensure_file) COMPLETE
100842026-06-01T15:05:35.119Z[ host-image] Jun 01 15:05:34.483 INFO O| Jun 01 15:05:34.483 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100852026-06-01T15:05:35.164Z[ host-image] Jun 01 15:05:34.521 INFO O| Jun 01 15:05:34.520 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
100862026-06-01T15:05:35.164Z[ host-image] Jun 01 15:05:34.521 INFO O| Jun 01 15:05:34.520 INFO STEP 140 (ensure_dir) COMPLETE
100872026-06-01T15:05:35.164Z[ host-image] Jun 01 15:05:34.521 INFO O| Jun 01 15:05:34.520 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100882026-06-01T15:05:35.174Z[ host-image] Jun 01 15:05:34.540 INFO O| Jun 01 15:05:34.540 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
100892026-06-01T15:05:35.174Z[ host-image] Jun 01 15:05:34.540 INFO O| Jun 01 15:05:34.540 INFO STEP 141 (ensure_dir) COMPLETE
100902026-06-01T15:05:35.177Z[ host-image] Jun 01 15:05:34.540 INFO O| Jun 01 15:05:34.540 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100912026-06-01T15:05:35.183Z[ host-image] Jun 01 15:05:34.550 INFO O| Jun 01 15:05:34.550 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
100922026-06-01T15:05:35.183Z[ host-image] Jun 01 15:05:34.550 INFO O| Jun 01 15:05:34.550 INFO STEP 142 (ensure_dir) COMPLETE
100932026-06-01T15:05:35.186Z[ host-image] Jun 01 15:05:34.550 INFO O| Jun 01 15:05:34.550 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100942026-06-01T15:05:35.194Z[ host-image] Jun 01 15:05:34.561 INFO O| Jun 01 15:05:34.561 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
100952026-06-01T15:05:35.194Z[ host-image] Jun 01 15:05:34.561 INFO O| Jun 01 15:05:34.561 INFO STEP 143 (ensure_dir) COMPLETE
100962026-06-01T15:05:35.194Z[ host-image] Jun 01 15:05:34.561 INFO O| Jun 01 15:05:34.561 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100972026-06-01T15:05:35.204Z[ host-image] Jun 01 15:05:34.570 INFO O| Jun 01 15:05:34.570 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100982026-06-01T15:05:35.204Z[ host-image] Jun 01 15:05:34.570 INFO O| Jun 01 15:05:34.570 INFO copying /tmp/.tmpl9u4jp/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 ...
100992026-06-01T15:05:35.204Z[ host-image] Jun 01 15:05:34.570 INFO O| Jun 01 15:05:34.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
101002026-06-01T15:05:35.204Z[ host-image] Jun 01 15:05:34.570 INFO O| Jun 01 15:05:34.570 INFO ok!
101012026-06-01T15:05:35.204Z[ host-image] Jun 01 15:05:34.570 INFO O| Jun 01 15:05:34.570 INFO STEP 144 (ensure_file) COMPLETE
101022026-06-01T15:05:35.204Z[ host-image] Jun 01 15:05:34.570 INFO O| Jun 01 15:05:34.570 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032026-06-01T15:05:35.214Z[ host-image] Jun 01 15:05:34.580 INFO O| Jun 01 15:05:34.580 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
101042026-06-01T15:05:35.214Z[ host-image] Jun 01 15:05:34.580 INFO O| Jun 01 15:05:34.580 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
101052026-06-01T15:05:35.214Z[ host-image] Jun 01 15:05:34.580 INFO O| Jun 01 15:05:34.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
101062026-06-01T15:05:35.218Z[ host-image] Jun 01 15:05:34.580 INFO O| Jun 01 15:05:34.580 INFO STEP 145 (ensure_dir) COMPLETE
101072026-06-01T15:05:35.218Z[ host-image] Jun 01 15:05:34.580 INFO O| Jun 01 15:05:34.580 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101082026-06-01T15:05:35.222Z[ host-image] Jun 01 15:05:34.588 INFO O| Jun 01 15:05:34.588 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
101092026-06-01T15:05:35.222Z[ host-image] Jun 01 15:05:34.588 INFO O| Jun 01 15:05:34.588 INFO copying /tmp/.tmpl9u4jp/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
101102026-06-01T15:05:35.222Z[ host-image] Jun 01 15:05:34.589 INFO O| Jun 01 15:05:34.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
101112026-06-01T15:05:35.225Z[ host-image] Jun 01 15:05:34.589 INFO O| Jun 01 15:05:34.589 INFO ok!
101122026-06-01T15:05:35.225Z[ host-image] Jun 01 15:05:34.589 INFO O| Jun 01 15:05:34.589 INFO STEP 146 (ensure_file) COMPLETE
101132026-06-01T15:05:35.225Z[ host-image] Jun 01 15:05:34.589 INFO O| Jun 01 15:05:34.589 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101142026-06-01T15:05:35.233Z[ host-image] Jun 01 15:05:34.598 INFO O| Jun 01 15:05:34.598 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
101152026-06-01T15:05:35.233Z[ host-image] Jun 01 15:05:34.598 INFO O| Jun 01 15:05:34.598 INFO STEP 147 (remove_files) COMPLETE
101162026-06-01T15:05:35.233Z[ host-image] Jun 01 15:05:34.598 INFO O| Jun 01 15:05:34.598 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101172026-06-01T15:05:35.244Z[ host-image] Jun 01 15:05:34.608 INFO O| Jun 01 15:05:34.608 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
101182026-06-01T15:05:35.244Z[ host-image] Jun 01 15:05:34.608 INFO O| Jun 01 15:05:34.608 INFO STEP 148 (remove_files) COMPLETE
101192026-06-01T15:05:35.244Z[ host-image] Jun 01 15:05:34.608 INFO O| Jun 01 15:05:34.608 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101202026-06-01T15:05:35.250Z[ host-image] Jun 01 15:05:34.617 INFO O| Jun 01 15:05:34.617 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
101212026-06-01T15:05:35.253Z[ host-image] Jun 01 15:05:34.617 INFO O| Jun 01 15:05:34.617 INFO STEP 149 (remove_files) COMPLETE
101222026-06-01T15:05:35.253Z[ host-image] Jun 01 15:05:34.617 INFO O| Jun 01 15:05:34.617 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101232026-06-01T15:05:35.257Z[ host-image] Jun 01 15:05:34.624 INFO O| Jun 01 15:05:34.624 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
101242026-06-01T15:05:35.260Z[ host-image] Jun 01 15:05:34.624 INFO O| Jun 01 15:05:34.624 INFO STEP 150 (remove_files) COMPLETE
101252026-06-01T15:05:35.260Z[ host-image] Jun 01 15:05:34.624 INFO O| Jun 01 15:05:34.624 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101262026-06-01T15:05:35.265Z[ host-image] Jun 01 15:05:34.632 INFO O| Jun 01 15:05:34.632 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
101272026-06-01T15:05:35.268Z[ host-image] Jun 01 15:05:34.632 INFO O| Jun 01 15:05:34.632 INFO STEP 151 (remove_files) COMPLETE
101282026-06-01T15:05:35.268Z[ host-image] Jun 01 15:05:34.632 INFO O| Jun 01 15:05:34.632 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101292026-06-01T15:05:35.273Z[ host-image] Jun 01 15:05:34.640 INFO O| Jun 01 15:05:34.640 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
101302026-06-01T15:05:35.276Z[ host-image] Jun 01 15:05:34.640 INFO O| Jun 01 15:05:34.640 INFO STEP 152 (remove_files) COMPLETE
101312026-06-01T15:05:35.276Z[ host-image] Jun 01 15:05:34.640 INFO O| Jun 01 15:05:34.640 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101322026-06-01T15:05:35.280Z[ host-image] Jun 01 15:05:34.647 INFO O| Jun 01 15:05:34.647 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
101332026-06-01T15:05:35.283Z[ host-image] Jun 01 15:05:34.647 INFO O| Jun 01 15:05:34.647 INFO STEP 153 (remove_files) COMPLETE
101342026-06-01T15:05:35.283Z[ host-image] Jun 01 15:05:34.647 INFO O| Jun 01 15:05:34.647 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101352026-06-01T15:05:35.286Z[ host-image] Jun 01 15:05:34.653 INFO O| Jun 01 15:05:34.653 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
101362026-06-01T15:05:35.286Z[ host-image] Jun 01 15:05:34.653 INFO O| Jun 01 15:05:34.653 INFO STEP 154 (remove_files) COMPLETE
101372026-06-01T15:05:35.289Z[ host-image] Jun 01 15:05:34.653 INFO O| Jun 01 15:05:34.653 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101382026-06-01T15:05:35.294Z[ host-image] Jun 01 15:05:34.660 INFO O| Jun 01 15:05:34.660 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
101392026-06-01T15:05:35.294Z[ host-image] Jun 01 15:05:34.660 INFO O| Jun 01 15:05:34.660 INFO STEP 155 (remove_files) COMPLETE
101402026-06-01T15:05:35.297Z[ host-image] Jun 01 15:05:34.660 INFO O| Jun 01 15:05:34.660 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101412026-06-01T15:05:35.300Z[ host-image] Jun 01 15:05:34.667 INFO O| Jun 01 15:05:34.667 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
101422026-06-01T15:05:35.300Z[ host-image] Jun 01 15:05:34.667 INFO O| Jun 01 15:05:34.667 INFO STEP 156 (remove_files) COMPLETE
101432026-06-01T15:05:35.303Z[ host-image] Jun 01 15:05:34.667 INFO O| Jun 01 15:05:34.667 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101442026-06-01T15:05:35.308Z[ host-image] Jun 01 15:05:34.675 INFO O| Jun 01 15:05:34.675 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
101452026-06-01T15:05:35.311Z[ host-image] Jun 01 15:05:34.675 INFO O| Jun 01 15:05:34.675 INFO STEP 157 (remove_files) COMPLETE
101462026-06-01T15:05:35.311Z[ host-image] Jun 01 15:05:34.675 INFO O| Jun 01 15:05:34.675 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101472026-06-01T15:05:35.315Z[ host-image] Jun 01 15:05:34.681 INFO O| Jun 01 15:05:34.681 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
101482026-06-01T15:05:35.315Z[ host-image] Jun 01 15:05:34.681 INFO O| Jun 01 15:05:34.681 INFO STEP 158 (remove_files) COMPLETE
101492026-06-01T15:05:35.315Z[ host-image] Jun 01 15:05:34.681 INFO O| Jun 01 15:05:34.681 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101502026-06-01T15:05:35.322Z[ host-image] Jun 01 15:05:34.689 INFO O| Jun 01 15:05:34.689 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
101512026-06-01T15:05:35.322Z[ host-image] Jun 01 15:05:34.689 INFO O| Jun 01 15:05:34.689 INFO STEP 159 (remove_files) COMPLETE
101522026-06-01T15:05:35.325Z[ host-image] Jun 01 15:05:34.689 INFO O| Jun 01 15:05:34.689 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101532026-06-01T15:05:35.328Z[ host-image] Jun 01 15:05:34.695 INFO O| Jun 01 15:05:34.695 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
101542026-06-01T15:05:35.328Z[ host-image] Jun 01 15:05:34.695 INFO O| Jun 01 15:05:34.695 INFO STEP 160 (remove_files) COMPLETE
101552026-06-01T15:05:35.328Z[ host-image] Jun 01 15:05:34.695 INFO O| Jun 01 15:05:34.695 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101562026-06-01T15:05:35.335Z[ host-image] Jun 01 15:05:34.702 INFO O| Jun 01 15:05:34.702 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
101572026-06-01T15:05:35.335Z[ host-image] Jun 01 15:05:34.702 INFO O| Jun 01 15:05:34.702 INFO STEP 161 (remove_files) COMPLETE
101582026-06-01T15:05:35.335Z[ host-image] Jun 01 15:05:34.702 INFO O| Jun 01 15:05:34.702 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101592026-06-01T15:05:35.342Z[ host-image] Jun 01 15:05:34.709 INFO O| Jun 01 15:05:34.709 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
101602026-06-01T15:05:35.346Z[ host-image] Jun 01 15:05:34.709 INFO O| Jun 01 15:05:34.709 INFO STEP 162 (remove_files) COMPLETE
101612026-06-01T15:05:35.346Z[ host-image] Jun 01 15:05:34.709 INFO O| Jun 01 15:05:34.709 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101622026-06-01T15:05:35.350Z[ host-image] Jun 01 15:05:34.715 INFO O| Jun 01 15:05:34.715 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
101632026-06-01T15:05:35.350Z[ host-image] Jun 01 15:05:34.715 INFO O| Jun 01 15:05:34.715 INFO STEP 163 (remove_files) COMPLETE
101642026-06-01T15:05:35.350Z[ host-image] Jun 01 15:05:34.715 INFO O| Jun 01 15:05:34.715 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101652026-06-01T15:05:35.354Z[ host-image] Jun 01 15:05:34.721 INFO O| Jun 01 15:05:34.721 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
101662026-06-01T15:05:35.357Z[ host-image] Jun 01 15:05:34.721 INFO O| Jun 01 15:05:34.721 INFO STEP 164 (remove_files) COMPLETE
101672026-06-01T15:05:35.357Z[ host-image] Jun 01 15:05:34.721 INFO O| Jun 01 15:05:34.721 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101682026-06-01T15:05:35.360Z[ host-image] Jun 01 15:05:34.727 INFO O| Jun 01 15:05:34.727 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
101692026-06-01T15:05:35.360Z[ host-image] Jun 01 15:05:34.727 INFO O| Jun 01 15:05:34.727 INFO STEP 165 (remove_files) COMPLETE
101702026-06-01T15:05:35.360Z[ host-image] Jun 01 15:05:34.727 INFO O| Jun 01 15:05:34.727 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101712026-06-01T15:05:35.366Z[ host-image] Jun 01 15:05:34.732 INFO O| Jun 01 15:05:34.732 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
101722026-06-01T15:05:35.366Z[ host-image] Jun 01 15:05:34.732 INFO O| Jun 01 15:05:34.732 INFO STEP 166 (remove_files) COMPLETE
101732026-06-01T15:05:35.366Z[ host-image] Jun 01 15:05:34.732 INFO O| Jun 01 15:05:34.732 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101742026-06-01T15:05:35.373Z[ host-image] Jun 01 15:05:34.740 INFO O| Jun 01 15:05:34.739 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
101752026-06-01T15:05:35.376Z[ host-image] Jun 01 15:05:34.740 INFO O| Jun 01 15:05:34.740 INFO STEP 167 (remove_files) COMPLETE
101762026-06-01T15:05:35.376Z[ host-image] Jun 01 15:05:34.740 INFO O| Jun 01 15:05:34.740 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101772026-06-01T15:05:35.379Z[ host-image] Jun 01 15:05:34.745 INFO O| Jun 01 15:05:34.745 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
101782026-06-01T15:05:35.379Z[ host-image] Jun 01 15:05:34.745 INFO O| Jun 01 15:05:34.745 INFO STEP 168 (remove_files) COMPLETE
101792026-06-01T15:05:35.379Z[ host-image] Jun 01 15:05:34.745 INFO O| Jun 01 15:05:34.745 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101802026-06-01T15:05:35.386Z[ host-image] Jun 01 15:05:34.753 INFO O| Jun 01 15:05:34.753 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
101812026-06-01T15:05:35.386Z[ host-image] Jun 01 15:05:34.753 INFO O| Jun 01 15:05:34.753 INFO STEP 169 (remove_files) COMPLETE
101822026-06-01T15:05:35.390Z[ host-image] Jun 01 15:05:34.753 INFO O| Jun 01 15:05:34.753 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101832026-06-01T15:05:35.393Z[ host-image] Jun 01 15:05:34.759 INFO O| Jun 01 15:05:34.759 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
101842026-06-01T15:05:35.394Z[ host-image] Jun 01 15:05:34.759 INFO O| Jun 01 15:05:34.759 INFO STEP 170 (remove_files) COMPLETE
101852026-06-01T15:05:35.394Z[ host-image] Jun 01 15:05:34.759 INFO O| Jun 01 15:05:34.759 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101862026-06-01T15:05:35.399Z[ host-image] Jun 01 15:05:34.766 INFO O| Jun 01 15:05:34.765 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
101872026-06-01T15:05:35.403Z[ host-image] Jun 01 15:05:34.766 INFO O| Jun 01 15:05:34.766 INFO STEP 171 (remove_files) COMPLETE
101882026-06-01T15:05:35.403Z[ host-image] Jun 01 15:05:34.766 INFO O| Jun 01 15:05:34.766 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101892026-06-01T15:05:35.407Z[ host-image] Jun 01 15:05:34.772 INFO O| Jun 01 15:05:34.771 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101902026-06-01T15:05:35.407Z[ host-image] Jun 01 15:05:34.772 INFO O| Jun 01 15:05:34.772 INFO STEP 172 (remove_files) COMPLETE
101912026-06-01T15:05:35.407Z[ host-image] Jun 01 15:05:34.772 INFO O| Jun 01 15:05:34.772 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101922026-06-01T15:05:35.412Z[ host-image] Jun 01 15:05:34.779 INFO O| Jun 01 15:05:34.779 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
101932026-06-01T15:05:35.412Z[ host-image] Jun 01 15:05:34.779 INFO O| Jun 01 15:05:34.779 INFO STEP 173 (remove_files) COMPLETE
101942026-06-01T15:05:35.416Z[ host-image] Jun 01 15:05:34.779 INFO O| Jun 01 15:05:34.779 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101952026-06-01T15:05:35.418Z[ host-image] Jun 01 15:05:34.785 INFO O| Jun 01 15:05:34.785 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
101962026-06-01T15:05:35.419Z[ host-image] Jun 01 15:05:34.785 INFO O| Jun 01 15:05:34.785 INFO STEP 174 (remove_files) COMPLETE
101972026-06-01T15:05:35.419Z[ host-image] Jun 01 15:05:34.785 INFO O| Jun 01 15:05:34.785 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101982026-06-01T15:05:35.426Z[ host-image] Jun 01 15:05:34.791 INFO O| Jun 01 15:05:34.791 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
101992026-06-01T15:05:35.426Z[ host-image] Jun 01 15:05:34.791 INFO O| Jun 01 15:05:34.791 INFO STEP 175 (remove_files) COMPLETE
102002026-06-01T15:05:35.429Z[ host-image] Jun 01 15:05:34.791 INFO O| Jun 01 15:05:34.791 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102012026-06-01T15:05:35.435Z[ host-image] Jun 01 15:05:34.802 INFO O| Jun 01 15:05:34.802 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
102022026-06-01T15:05:35.438Z[ host-image] Jun 01 15:05:34.802 INFO O| Jun 01 15:05:34.802 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
102032026-06-01T15:05:40.428Z[ host-image] Jun 01 15:05:39.793 INFO O| Jun 01 15:05:39.793 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
102042026-06-01T15:05:40.428Z[ host-image] Jun 01 15:05:39.793 INFO O| Jun 01 15:05:39.793 INFO E| svccfg: Loaded 79 smf(7) service descriptions
102052026-06-01T15:05:40.438Z[ host-image] Jun 01 15:05:39.805 INFO O| Jun 01 15:05:39.805 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
102062026-06-01T15:05:40.532Z[ host-image] Jun 01 15:05:39.898 INFO O| Jun 01 15:05:39.898 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
102072026-06-01T15:05:40.593Z[ host-image] Jun 01 15:05:39.956 INFO O| Jun 01 15:05:39.956 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_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
102082026-06-01T15:05:40.653Z[ host-image] Jun 01 15:05:40.019 INFO O| Jun 01 15:05:40.019 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
102092026-06-01T15:05:40.653Z[ host-image] Jun 01 15:05:40.019 INFO O| Jun 01 15:05:40.019 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
102102026-06-01T15:05:40.948Z[ host-image] Jun 01 15:05:40.314 INFO O| Jun 01 15:05:40.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
102112026-06-01T15:05:40.948Z[ host-image] Jun 01 15:05:40.314 INFO O| Jun 01 15:05:40.314 INFO ok!
102122026-06-01T15:05:40.948Z[ host-image] Jun 01 15:05:40.314 INFO O| Jun 01 15:05:40.314 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
102132026-06-01T15:05:40.952Z[ host-image] Jun 01 15:05:40.315 INFO O| Jun 01 15:05:40.315 INFO STEP 176 (seed_smf) COMPLETE
102142026-06-01T15:05:40.952Z[ host-image] Jun 01 15:05:40.315 INFO O| Jun 01 15:05:40.315 INFO steps complete; finalising image!
102152026-06-01T15:05:40.952Z[ host-image] Jun 01 15:05:40.315 INFO O| Jun 01 15:05:40.315 INFO TRIM POOL: TEMPORARY-sled-zfs
102162026-06-01T15:05:40.975Z[ host-image] Jun 01 15:05:40.342 INFO O| Jun 01 15:05:40.342 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Mon Jun 1 15:05:40 2026)
102172026-06-01T15:05:41.190Z[ host-image] Jun 01 15:05:40.555 INFO O| Jun 01 15:05:40.555 INFO temporary pool has 869M used, 26.6M avail, 1.81x compressratio
102182026-06-01T15:05:41.190Z[ host-image] Jun 01 15:05:40.556 INFO O| Jun 01 15:05:40.555 INFO EXPORT POOL: TEMPORARY-sled-zfs
102192026-06-01T15:05:41.468Z[ host-image] Jun 01 15:05:40.834 INFO O| Jun 01 15:05:40.834 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
102202026-06-01T15:05:41.468Z[ host-image] Jun 01 15:05:40.834 INFO O| Jun 01 15:05:40.834 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
102212026-06-01T15:05:42.104Z[ host-image] Jun 01 15:05:41.470 INFO O| Jun 01 15:05:41.470 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
102222026-06-01T15:05:42.104Z[ host-image] Jun 01 15:05:41.470 INFO O| Jun 01 15:05:41.470 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
102232026-06-01T15:05:42.104Z[ host-image] Jun 01 15:05:41.470 INFO O| Jun 01 15:05:41.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
102242026-06-01T15:05:42.107Z[ host-image] Jun 01 15:05:41.470 INFO O| Jun 01 15:05:41.470 INFO completed processing sled/zfs
102252026-06-01T15:05:42.107Z[ host-image] Jun 01 15:05:41.470 INFO O| Jun 01 15:05:41.470 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
102262026-06-01T15:05:46.057Z[ recovery-image] Jun 01 15:05:45.423 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')"
102272026-06-01T15:05:46.057Z[ recovery-image] Jun 01 15:05:45.423 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")
102282026-06-01T15:05:46.193Z[ recovery-image] Jun 01 15:05:45.559 INFO E| Updating crates.io index
102292026-06-01T15:05:46.488Z[ recovery-image] Jun 01 15:05:45.854 INFO E| Downloading crates ...
102302026-06-01T15:05:46.532Z[ recovery-image] Jun 01 15:05:45.898 INFO E| Downloaded os_pipe v1.2.3
102312026-06-01T15:05:46.535Z[ recovery-image] Jun 01 15:05:45.899 INFO E| Downloaded shared_thread v0.2.0
102322026-06-01T15:05:46.539Z[ recovery-image] Jun 01 15:05:45.904 INFO E| Downloaded colorchoice v1.0.5
102332026-06-01T15:05:46.543Z[ recovery-image] Jun 01 15:05:45.905 INFO E| Downloaded duct v1.1.1
102342026-06-01T15:05:46.543Z[ recovery-image] Jun 01 15:05:45.907 INFO E| Downloaded sigchld v0.2.4
102352026-06-01T15:05:46.543Z[ recovery-image] Jun 01 15:05:45.907 INFO E| Downloaded shared_child v1.1.1
102362026-06-01T15:05:46.543Z[ recovery-image] Jun 01 15:05:45.908 INFO E| Downloaded clap_lex v1.1.0
102372026-06-01T15:05:46.574Z[ recovery-image] Jun 01 15:05:45.941 INFO E| Compiling libc v0.2.185
102382026-06-01T15:05:46.574Z[ recovery-image] Jun 01 15:05:45.941 INFO E| Compiling proc-macro2 v1.0.106
102392026-06-01T15:05:46.578Z[ recovery-image] Jun 01 15:05:45.941 INFO E| Compiling signal-hook v0.3.18
102402026-06-01T15:05:46.578Z[ recovery-image] Jun 01 15:05:45.941 INFO E| Compiling quote v1.0.45
102412026-06-01T15:05:46.578Z[ recovery-image] Jun 01 15:05:45.941 INFO E| Compiling unicode-ident v1.0.24
102422026-06-01T15:05:46.578Z[ recovery-image] Jun 01 15:05:45.941 INFO E| Compiling utf8parse v0.2.2
102432026-06-01T15:05:46.578Z[ recovery-image] Jun 01 15:05:45.941 INFO E| Compiling anstyle-query v1.1.5
102442026-06-01T15:05:46.585Z[ recovery-image] Jun 01 15:05:45.952 INFO E| Compiling colorchoice v1.0.5
102452026-06-01T15:05:46.588Z[ recovery-image] Jun 01 15:05:45.955 INFO E| Compiling is_terminal_polyfill v1.70.2
102462026-06-01T15:05:46.592Z[ recovery-image] Jun 01 15:05:45.955 INFO E| Compiling anstyle v1.0.14
102472026-06-01T15:05:46.592Z[ recovery-image] Jun 01 15:05:45.955 INFO E| Compiling strsim v0.11.1
102482026-06-01T15:05:46.592Z[ recovery-image] Jun 01 15:05:45.955 INFO E| Compiling clap_lex v1.1.0
102492026-06-01T15:05:46.592Z[ recovery-image] Jun 01 15:05:45.955 INFO E| Compiling heck v0.5.0
102502026-06-01T15:05:46.592Z[ recovery-image] Jun 01 15:05:45.956 INFO E| Compiling shared_thread v0.2.0
102512026-06-01T15:05:46.693Z[ recovery-image] Jun 01 15:05:46.059 INFO E| Compiling anstyle-parse v1.0.0
102522026-06-01T15:05:46.839Z[ recovery-image] Jun 01 15:05:46.206 INFO E| Compiling anstream v1.0.0
102532026-06-01T15:05:47.029Z[ recovery-image] Jun 01 15:05:46.395 INFO E| Compiling clap_builder v4.6.0
102542026-06-01T15:05:47.295Z[ recovery-image] Jun 01 15:05:46.639 INFO E| Compiling errno v0.3.14
102552026-06-01T15:05:47.295Z[ recovery-image] Jun 01 15:05:46.639 INFO E| Compiling os_pipe v1.2.3
102562026-06-01T15:05:47.366Z[ recovery-image] Jun 01 15:05:46.732 INFO E| Compiling signal-hook-registry v1.4.8
102572026-06-01T15:05:47.568Z[ recovery-image] Jun 01 15:05:46.934 INFO E| Compiling syn v2.0.117
102582026-06-01T15:05:47.633Z[ recovery-image] Jun 01 15:05:46.999 INFO E| Compiling sigchld v0.2.4
102592026-06-01T15:05:47.724Z[ recovery-image] Jun 01 15:05:47.090 INFO E| Compiling shared_child v1.1.1
102602026-06-01T15:05:47.830Z[ recovery-image] Jun 01 15:05:47.196 INFO E| Compiling duct v1.1.1
102612026-06-01T15:05:49.445Z[ recovery-image] Jun 01 15:05:48.811 INFO E| Compiling clap_derive v4.6.1
102622026-06-01T15:05:50.589Z[ recovery-image] Jun 01 15:05:49.954 INFO E| Compiling clap v4.6.1
102632026-06-01T15:05:50.642Z[ recovery-image] Jun 01 15:05:50.008 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
102642026-06-01T15:05:51.372Z[ recovery-image] Jun 01 15:05:50.737 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
102652026-06-01T15:05:51.379Z[ recovery-image] Jun 01 15:05:50.745 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102662026-06-01T15:05:51.564Z[ recovery-image] Jun 01 15:05:50.930 INFO E| Downloading crates ...
102672026-06-01T15:05:51.612Z[ recovery-image] Jun 01 15:05:50.977 INFO E| Downloaded bitstruct v0.1.1
102682026-06-01T15:05:51.617Z[ recovery-image] Jun 01 15:05:50.978 INFO E| Downloaded cpio_reader v0.1.2
102692026-06-01T15:05:51.620Z[ recovery-image] Jun 01 15:05:50.985 INFO E| Downloaded bitflags v2.11.1
102702026-06-01T15:05:51.623Z[ recovery-image] Jun 01 15:05:50.987 INFO E| Downloaded bitstruct_derive v0.1.0
102712026-06-01T15:05:51.623Z[ recovery-image] Jun 01 15:05:50.988 INFO E| Downloaded bit_field v0.10.3
102722026-06-01T15:05:51.627Z[ recovery-image] Jun 01 15:05:50.993 INFO E| Downloaded miniz_oxide v0.9.1
102732026-06-01T15:05:51.632Z[ recovery-image] Jun 01 15:05:50.998 INFO E| Downloaded raw-cpuid v10.7.0
102742026-06-01T15:05:51.755Z[ recovery-image] Jun 01 15:05:51.120 INFO E| Downloaded x86 v0.52.0
102752026-06-01T15:05:51.784Z[ recovery-image] Jun 01 15:05:51.150 INFO E| Updating crates.io index
102762026-06-01T15:05:51.829Z[ recovery-image] Jun 01 15:05:51.195 INFO E| Downloading crates ...
102772026-06-01T15:05:51.873Z[ recovery-image] Jun 01 15:05:51.239 INFO E| Downloaded rustc-literal-escaper v0.0.7
102782026-06-01T15:05:51.909Z[ recovery-image] Jun 01 15:05:51.275 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)
102792026-06-01T15:05:51.909Z[ recovery-image] Jun 01 15:05:51.275 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)
102802026-06-01T15:05:51.913Z[ recovery-image] Jun 01 15:05:51.275 INFO E| Compiling proc-macro2 v1.0.106
102812026-06-01T15:05:51.913Z[ recovery-image] Jun 01 15:05:51.275 INFO E| Compiling unicode-ident v1.0.24
102822026-06-01T15:05:51.913Z[ recovery-image] Jun 01 15:05:51.276 INFO E| Compiling quote v1.0.45
102832026-06-01T15:05:51.913Z[ recovery-image] Jun 01 15:05:51.276 INFO E| Compiling syn v1.0.109
102842026-06-01T15:05:51.913Z[ recovery-image] Jun 01 15:05:51.276 INFO E| Compiling x86 v0.52.0
102852026-06-01T15:05:51.923Z[ recovery-image] Jun 01 15:05:51.287 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102862026-06-01T15:05:51.926Z[ recovery-image] Jun 01 15:05:51.287 INFO E| Compiling seq-macro v0.3.6
102872026-06-01T15:05:52.819Z[ recovery-image] Jun 01 15:05:52.185 INFO E| Compiling syn v2.0.117
102882026-06-01T15:05:54.070Z[ recovery-image] Jun 01 15:05:53.436 INFO E| Compiling scroll_derive v0.13.1
102892026-06-01T15:05:55.096Z[ host-image] Jun 01 15:05:54.462 INFO O| Jun 01 15:05:54.462 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
102902026-06-01T15:05:55.127Z[ recovery-image] Jun 01 15:05:54.493 INFO E| Compiling bitstruct_derive v0.1.0
102912026-06-01T15:05:55.188Z[ host-image] Jun 01 15:05:54.554 INFO BUILD STRING "heads/stlouis-0-ga5a5f4d939\n"
102922026-06-01T15:05:55.188Z[ host-image] Jun 01 15:05:54.554 INFO expanded image name: "ci b73c7be/${os_short_commit} 2026-06-01 14:49" -> "ci b73c7be/a5a5f4d 2026-06-01 14:49"
102932026-06-01T15:05:55.192Z[ host-image] Jun 01 15:05:54.555 INFO output artefacts stored in: "/work/os-host"
102942026-06-01T15:05:55.192Z[ host-image] Jun 01 15:05:54.555 INFO collecting git info from project "chelsio-t6-roms"...
102952026-06-01T15:05:55.196Z[ host-image] Jun 01 15:05:54.560 INFO collecting git info from project "dmar-report"...
102962026-06-01T15:05:55.199Z[ host-image] Jun 01 15:05:54.564 INFO collecting git info from project "pilot"...
102972026-06-01T15:05:55.202Z[ host-image] Jun 01 15:05:54.569 INFO collecting git info from project "amd-firmware"...
102982026-06-01T15:05:55.214Z[ host-image] Jun 01 15:05:54.580 INFO collecting git info from project "phbl"...
102992026-06-01T15:05:55.218Z[ host-image] Jun 01 15:05:54.584 INFO collecting git info from project "amd-host-image-builder"...
103002026-06-01T15:05:55.222Z[ host-image] Jun 01 15:05:54.588 INFO collecting git info from project "bootserver"...
103012026-06-01T15:05:55.226Z[ host-image] Jun 01 15:05:54.592 INFO collecting git info from project "pinprick"...
103022026-06-01T15:05:55.230Z[ host-image] Jun 01 15:05:54.596 INFO collecting git info from project "image-builder"...
103032026-06-01T15:05:55.233Z[ host-image] Jun 01 15:05:54.600 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
103042026-06-01T15:05:55.539Z[ host-image] Jun 01 15:05:54.905 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
103052026-06-01T15:05:55.841Z[ host-image] Jun 01 15:05:55.207 INFO creating Oxide boot image...
103062026-06-01T15:05:55.841Z[ host-image] Jun 01 15:05:55.207 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci b73c7be/a5a5f4d 2026-06-01 14:49", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
103072026-06-01T15:05:56.583Z[ host-image] Jun 01 15:05:55.950 INFO O| ok, image written!
103082026-06-01T15:05:56.583Z[ host-image] Jun 01 15:05:55.950 INFO O| ok, boot_image_csum file written!
103092026-06-01T15:05:56.587Z[ host-image] Jun 01 15:05:55.952 INFO creating boot archive (CPIO)...
103102026-06-01T15:05:56.587Z[ host-image] Jun 01 15:05:55.952 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
103112026-06-01T15:05:56.590Z[ host-image] Jun 01 15:05:55.956 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
103122026-06-01T15:05:56.590Z[ host-image] Jun 01 15:05:55.956 INFO E| + outfile=/work/os-host/cpio
103132026-06-01T15:05:56.590Z[ host-image] Jun 01 15:05:55.956 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
103142026-06-01T15:05:56.593Z[ host-image] Jun 01 15:05:55.958 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
103152026-06-01T15:05:56.593Z[ host-image] Jun 01 15:05:55.958 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
103162026-06-01T15:05:56.618Z[ host-image] Jun 01 15:05:55.984 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
103172026-06-01T15:05:56.621Z[ host-image] Jun 01 15:05:55.984 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
103182026-06-01T15:05:56.624Z[ host-image] Jun 01 15:05:55.989 INFO creating compressed cpio/unix for dev loaders...
103192026-06-01T15:05:56.624Z[ host-image] Jun 01 15:05:55.989 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
103202026-06-01T15:05:56.837Z[ host-image] Jun 01 15:05:56.203 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
103212026-06-01T15:06:00.009Z[ host-image] Jun 01 15:05:59.375 INFO creating reset image...
103222026-06-01T15:06:00.010Z[ host-image] Jun 01 15:05:59.375 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
103232026-06-01T15:06:00.039Z[ host-image] Jun 01 15:05:59.405 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')"
103242026-06-01T15:06:00.039Z[ host-image] Jun 01 15:05:59.405 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")
103252026-06-01T15:06:00.105Z[ host-image] Jun 01 15:05:59.471 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
103262026-06-01T15:06:00.108Z[ host-image] Jun 01 15:05:59.472 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
103272026-06-01T15:06:00.372Z[ host-image] Jun 01 15:05:59.738 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)
103282026-06-01T15:06:00.372Z[ host-image] Jun 01 15:05:59.738 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)
103292026-06-01T15:06:00.375Z[ host-image] Jun 01 15:05:59.738 INFO E| Compiling proc-macro2 v1.0.106
103302026-06-01T15:06:00.375Z[ host-image] Jun 01 15:05:59.738 INFO E| Compiling unicode-ident v1.0.24
103312026-06-01T15:06:00.375Z[ host-image] Jun 01 15:05:59.738 INFO E| Compiling quote v1.0.45
103322026-06-01T15:06:00.376Z[ host-image] Jun 01 15:05:59.738 INFO E| Compiling syn v1.0.109
103332026-06-01T15:06:00.376Z[ host-image] Jun 01 15:05:59.738 INFO E| Compiling x86 v0.52.0
103342026-06-01T15:06:00.376Z[ host-image] Jun 01 15:05:59.738 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
103352026-06-01T15:06:00.381Z[ host-image] Jun 01 15:05:59.747 INFO E| Compiling seq-macro v0.3.6
103362026-06-01T15:06:01.280Z[ host-image] Jun 01 15:06:00.645 INFO E| Compiling syn v2.0.117
103372026-06-01T15:06:02.571Z[ host-image] Jun 01 15:06:01.938 INFO E| Compiling scroll_derive v0.13.1
103382026-06-01T15:06:03.741Z[ host-image] Jun 01 15:06:03.107 INFO E| Compiling bitstruct_derive v0.1.0
103392026-06-01T15:06:03.792Z[ recovery-image] Jun 01 15:06:03.158 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)
103402026-06-01T15:06:05.837Z[ recovery-image] Jun 01 15:06:05.202 INFO E| Compiling bitflags v1.3.2
103412026-06-01T15:06:05.837Z[ recovery-image] Jun 01 15:06:05.202 INFO E| Compiling plain v0.2.3
103422026-06-01T15:06:05.837Z[ recovery-image] Jun 01 15:06:05.202 INFO E| Compiling log v0.4.29
103432026-06-01T15:06:05.837Z[ recovery-image] Jun 01 15:06:05.202 INFO E| Compiling scroll v0.13.0
103442026-06-01T15:06:05.841Z[ recovery-image] Jun 01 15:06:05.202 INFO E| Compiling bit_field v0.10.3
103452026-06-01T15:06:05.841Z[ recovery-image] Jun 01 15:06:05.202 INFO E| Compiling adler2 v2.0.1
103462026-06-01T15:06:05.841Z[ recovery-image] Jun 01 15:06:05.202 INFO E| Compiling bitflags v2.11.1
103472026-06-01T15:06:05.841Z[ recovery-image] Jun 01 15:06:05.202 INFO E| Compiling static_assertions v1.1.0
103482026-06-01T15:06:05.841Z[ recovery-image] Jun 01 15:06:05.202 INFO E| Compiling bitstruct v0.1.1
103492026-06-01T15:06:05.890Z[ recovery-image] Jun 01 15:06:05.256 INFO E| Compiling raw-cpuid v10.7.0
103502026-06-01T15:06:05.930Z[ recovery-image] Jun 01 15:06:05.296 INFO E| Compiling miniz_oxide v0.9.1
103512026-06-01T15:06:05.983Z[ recovery-image] Jun 01 15:06:05.349 INFO E| Compiling cpio_reader v0.1.2
103522026-06-01T15:06:06.063Z[ recovery-image] Jun 01 15:06:05.429 INFO E| Compiling goblin v0.10.5
103532026-06-01T15:06:08.774Z[ recovery-image] Jun 01 15:06:08.140 INFO E| Finished `release` profile [optimized] target(s) in 17.38s
103542026-06-01T15:06:08.795Z[ recovery-image] Jun 01 15:06:08.161 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103552026-06-01T15:06:08.823Z[ recovery-image] Jun 01 15:06:08.189 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')"
103562026-06-01T15:06:08.823Z[ recovery-image] Jun 01 15:06:08.189 INFO building ROM for cosmo
103572026-06-01T15:06:08.823Z[ recovery-image] Jun 01 15:06:08.189 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")
103582026-06-01T15:06:08.897Z[ recovery-image] Jun 01 15:06:08.263 INFO E| Downloading crates ...
103592026-06-01T15:06:08.943Z[ recovery-image] Jun 01 15:06:08.310 INFO E| Downloaded is_terminal_polyfill v1.70.1
103602026-06-01T15:06:08.947Z[ recovery-image] Jun 01 15:06:08.310 INFO E| Downloaded colorchoice v1.0.3
103612026-06-01T15:06:08.947Z[ recovery-image] Jun 01 15:06:08.311 INFO E| Downloaded clap_lex v0.7.4
103622026-06-01T15:06:08.947Z[ recovery-image] Jun 01 15:06:08.313 INFO E| Downloaded shared_child v1.0.1
103632026-06-01T15:06:08.950Z[ recovery-image] Jun 01 15:06:08.317 INFO E| Downloaded anstream v0.6.18
103642026-06-01T15:06:08.954Z[ recovery-image] Jun 01 15:06:08.318 INFO E| Downloaded os_pipe v1.2.1
103652026-06-01T15:06:08.954Z[ recovery-image] Jun 01 15:06:08.319 INFO E| Downloaded anstyle v1.0.10
103662026-06-01T15:06:08.957Z[ recovery-image] Jun 01 15:06:08.323 INFO E| Downloaded serde_spanned v0.6.8
103672026-06-01T15:06:08.957Z[ recovery-image] Jun 01 15:06:08.323 INFO E| Downloaded anstyle-query v1.1.2
103682026-06-01T15:06:08.961Z[ recovery-image] Jun 01 15:06:08.325 INFO E| Downloaded toml_write v0.1.1
103692026-06-01T15:06:08.961Z[ recovery-image] Jun 01 15:06:08.326 INFO E| Downloaded toml_datetime v0.6.9
103702026-06-01T15:06:08.971Z[ recovery-image] Jun 01 15:06:08.338 INFO E| Downloaded anstyle-parse v0.2.6
103712026-06-01T15:06:08.978Z[ recovery-image] Jun 01 15:06:08.343 INFO E| Downloaded clap_derive v4.5.32
103722026-06-01T15:06:08.981Z[ recovery-image] Jun 01 15:06:08.347 INFO E| Downloaded duct v0.13.7
103732026-06-01T15:06:08.986Z[ recovery-image] Jun 01 15:06:08.353 INFO E| Downloaded clap v4.5.37
103742026-06-01T15:06:08.992Z[ recovery-image] Jun 01 15:06:08.359 INFO E| Downloaded toml v0.8.22
103752026-06-01T15:06:09.012Z[ recovery-image] Jun 01 15:06:08.378 INFO E| Downloaded cc v1.2.20
103762026-06-01T15:06:09.015Z[ recovery-image] Jun 01 15:06:08.380 INFO E| Downloaded toml_edit v0.22.26
103772026-06-01T15:06:09.033Z[ recovery-image] Jun 01 15:06:08.399 INFO E| Downloaded winnow v0.7.7
103782026-06-01T15:06:09.038Z[ recovery-image] Jun 01 15:06:08.404 INFO E| Downloaded clap_builder v4.5.37
103792026-06-01T15:06:09.052Z[ recovery-image] Jun 01 15:06:08.418 INFO E| Compiling libc v0.2.172
103802026-06-01T15:06:09.055Z[ recovery-image] Jun 01 15:06:08.418 INFO E| Compiling utf8parse v0.2.2
103812026-06-01T15:06:09.055Z[ recovery-image] Jun 01 15:06:08.418 INFO E| Compiling hashbrown v0.15.2
103822026-06-01T15:06:09.055Z[ recovery-image] Jun 01 15:06:08.418 INFO E| Compiling once_cell v1.21.3
103832026-06-01T15:06:09.055Z[ recovery-image] Jun 01 15:06:08.418 INFO E| Compiling shlex v1.3.0
103842026-06-01T15:06:09.055Z[ recovery-image] Jun 01 15:06:08.418 INFO E| Compiling anstyle-query v1.1.2
103852026-06-01T15:06:09.055Z[ recovery-image] Jun 01 15:06:08.419 INFO E| Compiling colorchoice v1.0.3
103862026-06-01T15:06:09.055Z[ recovery-image] Jun 01 15:06:08.419 INFO E| Compiling equivalent v1.0.2
103872026-06-01T15:06:09.069Z[ recovery-image] Jun 01 15:06:08.435 INFO E| Compiling anstyle v1.0.10
103882026-06-01T15:06:09.072Z[ recovery-image] Jun 01 15:06:08.435 INFO E| Compiling is_terminal_polyfill v1.70.1
103892026-06-01T15:06:09.072Z[ recovery-image] Jun 01 15:06:08.436 INFO E| Compiling clap_lex v0.7.4
103902026-06-01T15:06:09.072Z[ recovery-image] Jun 01 15:06:08.436 INFO E| Compiling strsim v0.11.1
103912026-06-01T15:06:09.086Z[ recovery-image] Jun 01 15:06:08.452 INFO E| Compiling toml_write v0.1.1
103922026-06-01T15:06:09.089Z[ recovery-image] Jun 01 15:06:08.452 INFO E| Compiling anyhow v1.0.98
103932026-06-01T15:06:09.095Z[ recovery-image] Jun 01 15:06:08.461 INFO E| Compiling winnow v0.7.7
103942026-06-01T15:06:09.098Z[ recovery-image] Jun 01 15:06:08.464 INFO E| Compiling syn v2.0.101
103952026-06-01T15:06:09.190Z[ recovery-image] Jun 01 15:06:08.556 INFO E| Compiling anstyle-parse v0.2.6
103962026-06-01T15:06:09.324Z[ recovery-image] Jun 01 15:06:08.690 INFO E| Compiling cc v1.2.20
103972026-06-01T15:06:09.329Z[ recovery-image] Jun 01 15:06:08.695 INFO E| Compiling anstream v0.6.18
103982026-06-01T15:06:09.523Z[ recovery-image] Jun 01 15:06:08.889 INFO E| Compiling clap_builder v4.5.37
103992026-06-01T15:06:09.657Z[ recovery-image] Jun 01 15:06:09.023 INFO E| Compiling indexmap v2.9.0
104002026-06-01T15:06:09.691Z[ recovery-image] Jun 01 15:06:09.058 INFO E| Compiling os_pipe v1.2.1
104012026-06-01T15:06:09.692Z[ recovery-image] Jun 01 15:06:09.058 INFO E| Compiling shared_child v1.0.1
104022026-06-01T15:06:09.802Z[ recovery-image] Jun 01 15:06:09.168 INFO E| Compiling duct v0.13.7
104032026-06-01T15:06:10.250Z[ recovery-image] Jun 01 15:06:09.616 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104042026-06-01T15:06:11.098Z[ recovery-image] Jun 01 15:06:10.459 INFO E| Compiling serde_derive v1.0.219
104052026-06-01T15:06:11.098Z[ recovery-image] Jun 01 15:06:10.459 INFO E| Compiling clap_derive v4.5.32
104062026-06-01T15:06:12.413Z[ recovery-image] Jun 01 15:06:11.779 INFO E| Compiling clap v4.5.37
104072026-06-01T15:06:12.458Z[ host-image] Jun 01 15:06:11.824 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)
104082026-06-01T15:06:13.043Z[ recovery-image] Jun 01 15:06:12.409 INFO E| Compiling serde v1.0.219
104092026-06-01T15:06:14.606Z[ host-image] Jun 01 15:06:13.972 INFO E| Compiling bitflags v1.3.2
104102026-06-01T15:06:14.606Z[ host-image] Jun 01 15:06:13.972 INFO E| Compiling bitflags v2.11.1
104112026-06-01T15:06:14.610Z[ host-image] Jun 01 15:06:13.972 INFO E| Compiling log v0.4.29
104122026-06-01T15:06:14.610Z[ host-image] Jun 01 15:06:13.972 INFO E| Compiling bit_field v0.10.3
104132026-06-01T15:06:14.610Z[ host-image] Jun 01 15:06:13.972 INFO E| Compiling scroll v0.13.0
104142026-06-01T15:06:14.610Z[ host-image] Jun 01 15:06:13.972 INFO E| Compiling plain v0.2.3
104152026-06-01T15:06:14.610Z[ host-image] Jun 01 15:06:13.972 INFO E| Compiling adler2 v2.0.1
104162026-06-01T15:06:14.610Z[ host-image] Jun 01 15:06:13.972 INFO E| Compiling bitstruct v0.1.1
104172026-06-01T15:06:14.610Z[ host-image] Jun 01 15:06:13.972 INFO E| Compiling static_assertions v1.1.0
104182026-06-01T15:06:14.659Z[ host-image] Jun 01 15:06:14.024 INFO E| Compiling raw-cpuid v10.7.0
104192026-06-01T15:06:14.698Z[ recovery-image] Jun 01 15:06:14.063 INFO E| Compiling serde_spanned v0.6.8
104202026-06-01T15:06:14.698Z[ recovery-image] Jun 01 15:06:14.063 INFO E| Compiling toml_datetime v0.6.9
104212026-06-01T15:06:14.701Z[ host-image] Jun 01 15:06:14.067 INFO E| Compiling miniz_oxide v0.9.1
104222026-06-01T15:06:14.782Z[ host-image] Jun 01 15:06:14.148 INFO E| Compiling cpio_reader v0.1.2
104232026-06-01T15:06:14.852Z[ host-image] Jun 01 15:06:14.217 INFO E| Compiling goblin v0.10.5
104242026-06-01T15:06:14.858Z[ recovery-image] Jun 01 15:06:14.224 INFO E| Compiling toml_edit v0.22.26
104252026-06-01T15:06:16.147Z[ recovery-image] Jun 01 15:06:15.512 INFO E| Compiling toml v0.8.22
104262026-06-01T15:06:17.596Z[ host-image] Jun 01 15:06:16.962 INFO E| Finished `release` profile [optimized] target(s) in 17.47s
104272026-06-01T15:06:17.612Z[ host-image] Jun 01 15:06:16.979 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
104282026-06-01T15:06:17.647Z[ host-image] Jun 01 15:06:17.013 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')"
104292026-06-01T15:06:17.647Z[ host-image] Jun 01 15:06:17.013 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
104302026-06-01T15:06:17.647Z[ host-image] Jun 01 15:06:17.013 INFO building ROM for gimlet
104312026-06-01T15:06:17.650Z[ host-image] Jun 01 15:06:17.013 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")
104322026-06-01T15:06:17.731Z[ host-image] Jun 01 15:06:17.097 INFO E| Blocking waiting for file lock on artifact directory
104332026-06-01T15:06:18.126Z[ recovery-image] Jun 01 15:06:17.492 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s
104342026-06-01T15:06:18.132Z[ host-image] Jun 01 15:06:17.498 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
104352026-06-01T15:06:18.136Z[ host-image] Jun 01 15:06:17.502 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`
104362026-06-01T15:06:18.139Z[ recovery-image] Jun 01 15:06:17.504 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`
104372026-06-01T15:06:18.149Z[ host-image] Jun 01 15:06:17.515 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104382026-06-01T15:06:18.153Z[ recovery-image] Jun 01 15:06:17.519 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
104392026-06-01T15:06:18.171Z[ recovery-image] Jun 01 15:06:17.537 INFO E| Blocking waiting for file lock on package cache
104402026-06-01T15:06:18.192Z[ host-image] Jun 01 15:06:17.558 INFO E| Blocking waiting for file lock on package cache
104412026-06-01T15:06:18.215Z[ recovery-image] Jun 01 15:06:17.581 INFO E| Blocking waiting for file lock on package cache
104422026-06-01T15:06:18.218Z[ host-image] Jun 01 15:06:17.581 INFO E| Blocking waiting for file lock on package cache
104432026-06-01T15:06:18.218Z[ recovery-image] Jun 01 15:06:17.582 INFO E| Blocking waiting for file lock on package cache
104442026-06-01T15:06:18.232Z[ host-image] Jun 01 15:06:17.598 INFO E| Blocking waiting for file lock on package cache
104452026-06-01T15:06:18.246Z[ recovery-image] Jun 01 15:06:17.611 INFO E| Blocking waiting for file lock on artifact directory
104462026-06-01T15:06:18.256Z[ host-image] Jun 01 15:06:17.622 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
104472026-06-01T15:06:18.262Z[ host-image] Jun 01 15:06:17.628 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`
104482026-06-01T15:06:18.265Z[ recovery-image] Jun 01 15:06:17.632 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
104492026-06-01T15:06:18.269Z[ recovery-image] Jun 01 15:06:17.636 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`
104502026-06-01T15:06:18.394Z[ host-image] Jun 01 15:06:17.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104512026-06-01T15:06:18.395Z[ host-image] Jun 01 15:06:17.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104522026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104532026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104542026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104552026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104562026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104572026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104582026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104592026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104602026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104612026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104622026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104632026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104642026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104652026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO O| Info: ABL version: 0x100f5010
104662026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104672026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104682026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104692026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104702026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104712026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104722026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104732026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104742026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104752026-06-01T15:06:18.399Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104762026-06-01T15:06:18.400Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104772026-06-01T15:06:18.400Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104782026-06-01T15:06:18.400Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104792026-06-01T15:06:18.400Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104802026-06-01T15:06:18.400Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104812026-06-01T15:06:18.400Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104822026-06-01T15:06:18.400Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104832026-06-01T15:06:18.400Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104842026-06-01T15:06:18.400Z[ host-image] Jun 01 15:06:17.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104852026-06-01T15:06:18.432Z[ host-image] Jun 01 15:06:17.797 INFO building ROM for cosmo
104862026-06-01T15:06:18.435Z[ host-image] Jun 01 15:06:17.798 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")
104872026-06-01T15:06:18.498Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
104882026-06-01T15:06:18.498Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
104892026-06-01T15:06:18.502Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
104902026-06-01T15:06:18.502Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
104912026-06-01T15:06:18.502Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104922026-06-01T15:06:18.502Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104932026-06-01T15:06:18.502Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104942026-06-01T15:06:18.502Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
104952026-06-01T15:06:18.502Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
104962026-06-01T15:06:18.502Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
104972026-06-01T15:06:18.502Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
104982026-06-01T15:06:18.502Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104992026-06-01T15:06:18.502Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105002026-06-01T15:06:18.502Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105012026-06-01T15:06:18.502Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105022026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105032026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
105042026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105052026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
105062026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
105072026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105082026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105092026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
105102026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105112026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
105122026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
105132026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
105142026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105152026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
105162026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105172026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
105182026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
105192026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
105202026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105212026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
105222026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
105232026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
105242026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
105252026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
105262026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
105272026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
105282026-06-01T15:06:18.503Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
105292026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
105302026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
105312026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
105322026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105332026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
105342026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
105352026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
105362026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
105372026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
105382026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
105392026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
105402026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO O| Info: ABL version: 0x100af010
105412026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
105422026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
105432026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
105442026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105452026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105462026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105472026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105482026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105492026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105502026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105512026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105522026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105532026-06-01T15:06:18.504Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105542026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105552026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105562026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105572026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105582026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105592026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105602026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105612026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105622026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105632026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.867 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
105642026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.867 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
105652026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.867 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
105662026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.867 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
105672026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.867 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
105682026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.867 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
105692026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.867 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
105702026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.867 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
105712026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.867 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
105722026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.867 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
105732026-06-01T15:06:18.505Z[ recovery-image] Jun 01 15:06:17.867 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
105742026-06-01T15:06:18.520Z[ host-image] Jun 01 15:06:17.886 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105752026-06-01T15:06:18.523Z[ host-image] Jun 01 15:06:17.888 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`
105762026-06-01T15:06:18.541Z[ host-image] Jun 01 15:06:17.907 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
105772026-06-01T15:06:18.544Z[ recovery-image] Jun 01 15:06:17.908 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105782026-06-01T15:06:18.545Z[ recovery-image] Jun 01 15:06:17.908 INFO building ROM for gimlet
105792026-06-01T15:06:18.545Z[ recovery-image] Jun 01 15:06:17.908 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")
105802026-06-01T15:06:18.595Z[ recovery-image] Jun 01 15:06:17.961 INFO E| Blocking waiting for file lock on package cache
105812026-06-01T15:06:18.603Z[ host-image] Jun 01 15:06:17.969 INFO E| Blocking waiting for file lock on package cache
105822026-06-01T15:06:18.637Z[ recovery-image] Jun 01 15:06:18.003 INFO E| Blocking waiting for file lock on artifact directory
105832026-06-01T15:06:18.640Z[ host-image] Jun 01 15:06:18.003 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
105842026-06-01T15:06:18.643Z[ host-image] Jun 01 15:06:18.007 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`
105852026-06-01T15:06:18.644Z[ recovery-image] Jun 01 15:06:18.008 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105862026-06-01T15:06:18.648Z[ recovery-image] Jun 01 15:06:18.011 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`
105872026-06-01T15:06:18.661Z[ recovery-image] Jun 01 15:06:18.027 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105882026-06-01T15:06:18.730Z[ recovery-image] Jun 01 15:06:18.095 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105892026-06-01T15:06:18.735Z[ recovery-image] Jun 01 15:06:18.099 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`
105902026-06-01T15:06:18.857Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105912026-06-01T15:06:18.857Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105922026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105932026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105942026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105952026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105962026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105972026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105982026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105992026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106002026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106012026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106022026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106032026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106042026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106052026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO O| Info: ABL version: 0x100f5010
106062026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106072026-06-01T15:06:18.861Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106082026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.223 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106092026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106102026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106112026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106122026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106132026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106142026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106152026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106162026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106172026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106182026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106192026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106202026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106212026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106222026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106232026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106242026-06-01T15:06:18.862Z[ recovery-image] Jun 01 15:06:18.224 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106252026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
106262026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
106272026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
106282026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
106292026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106302026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106312026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106322026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
106332026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
106342026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
106352026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
106362026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106372026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106382026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106392026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106402026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106412026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
106422026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106432026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
106442026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
106452026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106462026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106472026-06-01T15:06:18.867Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
106482026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106492026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
106502026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
106512026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
106522026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106532026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
106542026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106552026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.230 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
106562026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
106572026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
106582026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106592026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
106602026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
106612026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
106622026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
106632026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
106642026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
106652026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
106662026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
106672026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
106682026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
106692026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
106702026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106712026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
106722026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
106732026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
106742026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
106752026-06-01T15:06:18.868Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
106762026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
106772026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
106782026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.231 INFO O| Info: ABL version: 0x100af010
106792026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.231 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
106802026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.231 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
106812026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
106822026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106832026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106842026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106852026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106862026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.231 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106872026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106882026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106892026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106902026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106912026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106922026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106932026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106942026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106952026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106962026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106972026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106982026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106992026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107002026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107012026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
107022026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
107032026-06-01T15:06:18.869Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
107042026-06-01T15:06:18.870Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
107052026-06-01T15:06:18.870Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
107062026-06-01T15:06:18.870Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
107072026-06-01T15:06:18.870Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
107082026-06-01T15:06:18.870Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
107092026-06-01T15:06:18.870Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
107102026-06-01T15:06:18.870Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
107112026-06-01T15:06:18.874Z[ host-image] Jun 01 15:06:18.232 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
107122026-06-01T15:06:18.896Z[ recovery-image] Jun 01 15:06:18.262 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107132026-06-01T15:06:18.897Z[ recovery-image] Jun 01 15:06:18.262 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
107142026-06-01T15:06:18.904Z[ host-image] Jun 01 15:06:18.270 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107152026-06-01T15:06:18.904Z[ host-image] Jun 01 15:06:18.270 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107162026-06-01T15:06:20.162Z[ recovery-image] Jun 01 15:06:19.527 INFO image complete! materials are in "/work/os-recovery"
107172026-06-01T15:06:20.165Z[ recovery-image]
107182026-06-01T15:06:20.165Z[ recovery-image] real 4:57.180457915
107192026-06-01T15:06:20.165Z[ recovery-image] user 2:40.799140509
107202026-06-01T15:06:20.165Z[ recovery-image] sys 39.089245282
107212026-06-01T15:06:20.165Z[ recovery-image] trap 0.065659283
107222026-06-01T15:06:20.165Z[ recovery-image] tflt 0.589242634
107232026-06-01T15:06:20.165Z[ recovery-image] dflt 0.836201962
107242026-06-01T15:06:20.166Z[ recovery-image] kflt 0.000115427
107252026-06-01T15:06:20.166Z[ recovery-image] lock 16:57.523076084
107262026-06-01T15:06:20.166Z[ recovery-image] slp 27:43.598656718
107272026-06-01T15:06:20.166Z[ recovery-image] lat 43.302109014
107282026-06-01T15:06:20.166Z[ recovery-image] stop 5.310240734
107292026-06-01T15:06:20.166ZJun 01 15:06:19.531 INFO [recovery-image] process exited with exit status: 0 (297.186124495s)
107302026-06-01T15:06:28.817Z[ host-image] Jun 01 15:06:28.183 INFO image complete! materials are in "/work/os-host"
107312026-06-01T15:06:28.821Z[ host-image]
107322026-06-01T15:06:28.821Z[ host-image] real 5:33.500328203
107332026-06-01T15:06:28.821Z[ host-image] user 2:32.183542858
107342026-06-01T15:06:28.821Z[ host-image] sys 32.925113736
107352026-06-01T15:06:28.821Z[ host-image] trap 0.068016064
107362026-06-01T15:06:28.821Z[ host-image] tflt 0.210129698
107372026-06-01T15:06:28.821Z[ host-image] dflt 0.278566058
107382026-06-01T15:06:28.821Z[ host-image] kflt 0.000012458
107392026-06-01T15:06:28.821Z[ host-image] lock 6:11.872896678
107402026-06-01T15:06:28.821Z[ host-image] slp 32:04.280030178
107412026-06-01T15:06:28.821Z[ host-image] lat 43.733197634
107422026-06-01T15:06:28.821Z[ host-image] stop 1.698503354
107432026-06-01T15:06:28.821ZJun 01 15:06:28.187 INFO [host-image] process exited with exit status: 0 (333.505703343s)
107442026-06-01T15:06:28.826ZJun 01 15:06:28.187 INFO [tuf-repo] running task
107452026-06-01T15:06:47.737ZJun 01 15:06:47.103 INFO assembling repository in `/tmp/tufaceous5ghpyl`, component: OmicronRepoAssembler
107462026-06-01T15:06:53.018ZJun 01 15:06:52.384 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107472026-06-01T15:06:53.193ZJun 01 15:06:52.559 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107482026-06-01T15:07:00.699ZJun 01 15:07:00.065 INFO extracting uploaded archive to /tmp/.tmp9sphyt
107492026-06-01T15:07:02.512ZJun 01 15:07:01.878 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.sGvSpt
107502026-06-01T15:07:02.559ZJun 01 15:07:01.925 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
107512026-06-01T15:07:02.650ZJun 01 15:07:02.014 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
107522026-06-01T15:07:02.735ZJun 01 15:07:02.101 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
107532026-06-01T15:07:02.817ZJun 01 15:07:02.183 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
107542026-06-01T15:07:02.898ZJun 01 15:07:02.264 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
107552026-06-01T15:07:02.977ZJun 01 15:07:02.343 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
107562026-06-01T15:07:03.053ZJun 01 15:07:02.419 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
107572026-06-01T15:07:03.124ZJun 01 15:07:02.491 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107582026-06-01T15:07:03.125ZJun 01 15:07:02.491 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107592026-06-01T15:07:03.164ZJun 01 15:07:02.530 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107602026-06-01T15:07:03.164ZJun 01 15:07:02.530 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107612026-06-01T15:07:03.212ZJun 01 15:07:02.578 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107622026-06-01T15:07:03.212ZJun 01 15:07:02.578 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107632026-06-01T15:07:03.251ZJun 01 15:07:02.617 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107642026-06-01T15:07:03.252ZJun 01 15:07:02.617 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107652026-06-01T15:07:03.293ZJun 01 15:07:02.658 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107662026-06-01T15:07:03.293ZJun 01 15:07:02.658 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107672026-06-01T15:07:03.335ZJun 01 15:07:02.701 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107682026-06-01T15:07:03.335ZJun 01 15:07:02.701 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107692026-06-01T15:07:03.380ZJun 01 15:07:02.746 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107702026-06-01T15:07:03.380ZJun 01 15:07:02.746 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107712026-06-01T15:07:03.384ZJun 01 15:07:02.747 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107722026-06-01T15:07:03.384ZJun 01 15:07:02.747 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107732026-06-01T15:07:03.384ZJun 01 15:07:02.748 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107742026-06-01T15:07:03.384ZJun 01 15:07:02.749 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107752026-06-01T15:07:03.384ZJun 01 15:07:02.749 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107762026-06-01T15:07:08.658ZJun 01 15:07:08.024 INFO added artifact, length: 33554432, hash: 5a17978cfd0b3f226d2fba1d5aae2a97744f5e1ae64605df83e9a8e862353061, version: 20.0.0-0.ci+gitb73c7be4a26, kind: gimlet_host_phase_1, name: host
107772026-06-01T15:07:08.658ZJun 01 15:07:08.024 INFO added artifact, length: 33554432, hash: 612d52b579eceec3cb34bcc33d03e779f804f724494cd6a0703d680756d4cf0d, version: 20.0.0-0.ci+gitb73c7be4a26, kind: cosmo_host_phase_1, name: host
107782026-06-01T15:07:08.663ZJun 01 15:07:08.024 INFO added artifact, length: 1101008896, hash: 15e6b6355f1e63409b6f1ffdedbd81cd1791b2dce1e839a0bd100d2e3593fbf6, version: 20.0.0-0.ci+gitb73c7be4a26, kind: host_phase_2, name: host
107792026-06-01T15:07:09.549ZJun 01 15:07:08.915 INFO added artifact, length: 33554432, hash: 9d37a6a3ef6b5696b78d0458f293007401b97e7d2bbf61c761b845b04bc9dfd6, version: 20.0.0-0.ci+gitb73c7be4a26, kind: gimlet_trampoline_phase_1, name: trampoline
107802026-06-01T15:07:09.549ZJun 01 15:07:08.915 INFO added artifact, length: 33554432, hash: 9b6cab9cf71614116951b799163ccca63fdade160a1b4b36af5fb17886ef9149, version: 20.0.0-0.ci+gitb73c7be4a26, kind: cosmo_trampoline_phase_1, name: trampoline
107812026-06-01T15:07:09.552ZJun 01 15:07:08.915 INFO added artifact, length: 167840850, hash: d9c241faaafceb53c5bb528353049943f5361757bf414f97d619d18b222ad973, version: 20.0.0-0.ci+gitb73c7be4a26, kind: trampoline_phase_2, name: trampoline
107822026-06-01T15:07:11.210ZJun 01 15:07:10.576 INFO added artifact, length: 305975121, hash: 2e3074cfb5cb49d3d897874fc9dad031afc17b6f2f7dc6b538b7292c996c6472, version: 20.0.0-0.ci+gitb73c7be4a26, kind: zone, name: clickhouse_keeper
107832026-06-01T15:07:13.021ZJun 01 15:07:12.387 INFO added artifact, length: 321292158, hash: 6ec2b1ff897770b06a07d62606f5fc3bd0849ec813ebf3471eb6608fb2c6ccba, version: 20.0.0-0.ci+gitb73c7be4a26, kind: zone, name: clickhouse_server
107842026-06-01T15:07:14.879ZJun 01 15:07:14.244 INFO added artifact, length: 321294348, hash: 6626e8c11046c478abd13025da2ed2b42321bd9d0266cc7105ef26f505d370dd, version: 20.0.0-0.ci+gitb73c7be4a26, kind: zone, name: clickhouse
107852026-06-01T15:07:15.862ZJun 01 15:07:15.227 INFO added artifact, length: 161617575, hash: 27ebdeeccbf5d6119fc0d24ca2e741571b96970da9161c165b7b15c872d3a11f, version: 20.0.0-0.ci+gitb73c7be4a26, kind: zone, name: cockroachdb
107862026-06-01T15:07:16.107ZJun 01 15:07:15.473 INFO added artifact, length: 37414787, hash: 12b5b49532df3e5955f98d91c84799b4042fbd02f51d0c62519ef146e1e1156f, version: 20.0.0-0.ci+gitb73c7be4a26, kind: zone, name: crucible-pantry-zone
107872026-06-01T15:07:16.400ZJun 01 15:07:15.765 INFO added artifact, length: 53358360, hash: 3d9d229721cb7f9c75a18fbc588a943473e2c977ddcffaa9b0a13943f8ffbea6, version: 20.0.0-0.ci+gitb73c7be4a26, kind: zone, name: crucible-zone
107882026-06-01T15:07:16.633ZJun 01 15:07:15.999 INFO added artifact, length: 43484303, hash: ec21e91cc23cbb2ea5fed00812e0f039a0fb2dd26aa1ebae96281f10b22a12f7, version: 20.0.0-0.ci+gitb73c7be4a26, kind: zone, name: external-dns
107892026-06-01T15:07:16.872ZJun 01 15:07:16.238 INFO added artifact, length: 43483899, hash: b597f46c6235153c862f5656caff46b825b14f303437dd74599dfed113242157, version: 20.0.0-0.ci+gitb73c7be4a26, kind: zone, name: internal-dns
107902026-06-01T15:07:18.597ZJun 01 15:07:17.963 INFO added artifact, length: 301588040, hash: adbbc0d990ee71a56c0b7179ffdc5482bd7a3f3f0b8dcb6d459cc105b0306d14, version: 20.0.0-0.ci+gitb73c7be4a26, kind: zone, name: nexus
107912026-06-01T15:07:18.747ZJun 01 15:07:18.113 INFO added artifact, length: 24776601, hash: 58e0b843b14ab011885aa1362721a979e3a1b7f19498629a657a8c1525bc604d, version: 20.0.0-0.ci+gitb73c7be4a26, kind: zone, name: ntp
107922026-06-01T15:07:19.191ZJun 01 15:07:18.556 INFO added artifact, length: 72133237, hash: d1bb4f9839a0cc9b3ce352d418d797040f703d0628f6da4d0f5ebd412f7efd3a, version: 20.0.0-0.ci+gitb73c7be4a26, kind: zone, name: oximeter
107932026-06-01T15:07:19.200ZJun 01 15:07:18.566 INFO added artifact, length: 1423188, hash: c9b61bd9b9e3eaef9cf2b90e949523fa7e356113e42613c0acf73ca1878a8f6c, version: 20.0.0-0.ci+gitb73c7be4a26, kind: zone, name: probe
107942026-06-01T15:07:19.203ZJun 01 15:07:18.566 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
107952026-06-01T15:07:19.203ZJun 01 15:07:18.566 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107962026-06-01T15:07:19.203ZJun 01 15:07:18.567 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107972026-06-01T15:07:19.237ZJun 01 15:07:18.602 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
107982026-06-01T15:07:19.272ZJun 01 15:07:18.638 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
107992026-06-01T15:07:19.326ZJun 01 15:07:18.691 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108002026-06-01T15:07:19.326ZJun 01 15:07:18.691 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108012026-06-01T15:07:19.383ZJun 01 15:07:18.748 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108022026-06-01T15:07:19.383ZJun 01 15:07:18.748 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108032026-06-01T15:07:19.430ZJun 01 15:07:18.796 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108042026-06-01T15:07:19.434ZJun 01 15:07:18.796 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108052026-06-01T15:07:19.478ZJun 01 15:07:18.844 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108062026-06-01T15:07:19.482ZJun 01 15:07:18.844 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108072026-06-01T15:07:19.482ZJun 01 15:07:18.845 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108082026-06-01T15:07:19.482ZJun 01 15:07:18.845 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108092026-06-01T15:07:19.482ZJun 01 15:07:18.846 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108102026-06-01T15:07:19.527ZJun 01 15:07:18.893 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
108112026-06-01T15:07:19.620ZJun 01 15:07:18.986 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
108122026-06-01T15:07:19.714ZJun 01 15:07:19.079 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
108132026-06-01T15:07:19.815ZJun 01 15:07:19.180 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108142026-06-01T15:07:19.815ZJun 01 15:07:19.180 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108152026-06-01T15:07:19.867ZJun 01 15:07:19.233 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108162026-06-01T15:07:19.867ZJun 01 15:07:19.233 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108172026-06-01T15:07:19.916ZJun 01 15:07:19.282 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108182026-06-01T15:07:19.916ZJun 01 15:07:19.282 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108192026-06-01T15:07:19.965ZJun 01 15:07:19.331 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108202026-06-01T15:07:19.968ZJun 01 15:07:19.331 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108212026-06-01T15:07:19.969ZJun 01 15:07:19.332 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108222026-06-01T15:07:19.969ZJun 01 15:07:19.332 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108232026-06-01T15:07:19.969ZJun 01 15:07:19.333 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108242026-06-01T15:07:19.969ZJun 01 15:07:19.333 INFO added artifact, length: 924, hash: a76bafc60693f35d7545a44b3100f39bbaf3dabcc63f4dd36e4cf01821b73b47, version: 20.0.0-0.ci+gitb73c7be4a26, kind: installinator_document, name: installinator_document
108252026-06-01T15:07:20.320ZJun 01 15:07:19.686 INFO extracting uploaded archive to /tmp/.tmpp7FKRK
108262026-06-01T15:07:22.057ZJun 01 15:07:21.403 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.7kGvly
108272026-06-01T15:07:22.093ZJun 01 15:07:21.459 INFO added artifact, length: 6717865, hash: afd278274abd1fcf43b1c0630802ff6a9f974cea48dba5b57ab1fb6841222e62, version: 1.0.71, kind: gimlet_sp, name: cosmo-a
108282026-06-01T15:07:22.191ZJun 01 15:07:21.557 INFO added artifact, length: 6718284, hash: 6c869989ae5019705e26dbe12d0df27a6f99a57de02a8d6007a2e408f67e93c7, version: 1.0.71, kind: gimlet_sp, name: cosmo-b
108292026-06-01T15:07:22.287ZJun 01 15:07:21.653 INFO added artifact, length: 5545607, hash: 89ea8b3ec8338ff66a09b27e89ff43d5e672cba7d000f5c8f3d6d16a738e0d97, version: 1.0.71, kind: gimlet_sp, name: gimlet-b
108302026-06-01T15:07:22.365ZJun 01 15:07:21.730 INFO added artifact, length: 5548143, hash: c3f4150c56f5d5bd3990ab7768f8abfc907e1720da6245d0f413b7e3675e7e98, version: 1.0.71, kind: gimlet_sp, name: gimlet-c
108312026-06-01T15:07:22.455ZJun 01 15:07:21.821 INFO added artifact, length: 5555753, hash: 17f437ef9c7855e70fd6cd65f8fd9accfc6a1095cb4ef3e33a3c3248b748552f, version: 1.0.71, kind: gimlet_sp, name: gimlet-d
108322026-06-01T15:07:22.544ZJun 01 15:07:21.910 INFO added artifact, length: 5555711, hash: 23c346d5bcf9c677f5aa4d4c0c859751f8b11c2b28394b62b0f900ab0b918058, version: 1.0.71, kind: gimlet_sp, name: gimlet-e
108332026-06-01T15:07:22.620ZJun 01 15:07:21.986 INFO added artifact, length: 5555706, hash: f4a43d52b23f0ea6a872f455cd819152ba5bee9badab4f48852a344863de349d, version: 1.0.71, kind: gimlet_sp, name: gimlet-f
108342026-06-01T15:07:22.709ZJun 01 15:07:22.075 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108352026-06-01T15:07:22.709ZJun 01 15:07:22.075 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108362026-06-01T15:07:22.765ZJun 01 15:07:22.130 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108372026-06-01T15:07:22.765ZJun 01 15:07:22.131 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108382026-06-01T15:07:22.823ZJun 01 15:07:22.189 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108392026-06-01T15:07:22.823ZJun 01 15:07:22.189 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108402026-06-01T15:07:22.869ZJun 01 15:07:22.235 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108412026-06-01T15:07:22.870ZJun 01 15:07:22.235 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108422026-06-01T15:07:22.918ZJun 01 15:07:22.284 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108432026-06-01T15:07:22.918ZJun 01 15:07:22.284 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108442026-06-01T15:07:22.964ZJun 01 15:07:22.330 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108452026-06-01T15:07:22.967ZJun 01 15:07:22.330 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108462026-06-01T15:07:23.010ZJun 01 15:07:22.375 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108472026-06-01T15:07:23.010ZJun 01 15:07:22.376 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108482026-06-01T15:07:23.013ZJun 01 15:07:22.376 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108492026-06-01T15:07:23.013ZJun 01 15:07:22.377 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108502026-06-01T15:07:23.013ZJun 01 15:07:22.377 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108512026-06-01T15:07:23.013ZJun 01 15:07:22.378 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108522026-06-01T15:07:23.013ZJun 01 15:07:22.378 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108532026-06-01T15:07:28.565ZJun 01 15:07:27.930 INFO added artifact, length: 33554432, hash: 5a17978cfd0b3f226d2fba1d5aae2a97744f5e1ae64605df83e9a8e862353061, version: 20.0.0-0.ci+gitb73c7be4a26, kind: gimlet_host_phase_1, name: host
108542026-06-01T15:07:28.565ZJun 01 15:07:27.931 INFO added artifact, length: 33554432, hash: 612d52b579eceec3cb34bcc33d03e779f804f724494cd6a0703d680756d4cf0d, version: 20.0.0-0.ci+gitb73c7be4a26, kind: cosmo_host_phase_1, name: host
108552026-06-01T15:07:28.568ZJun 01 15:07:27.931 INFO added artifact, length: 1101008896, hash: 15e6b6355f1e63409b6f1ffdedbd81cd1791b2dce1e839a0bd100d2e3593fbf6, version: 20.0.0-0.ci+gitb73c7be4a26, kind: host_phase_2, name: host
108562026-06-01T15:07:30.298ZJun 01 15:07:29.664 INFO added artifact, length: 33554432, hash: 9d37a6a3ef6b5696b78d0458f293007401b97e7d2bbf61c761b845b04bc9dfd6, version: 20.0.0-0.ci+gitb73c7be4a26, kind: gimlet_trampoline_phase_1, name: trampoline
108572026-06-01T15:07:30.298ZJun 01 15:07:29.664 INFO added artifact, length: 33554432, hash: 9b6cab9cf71614116951b799163ccca63fdade160a1b4b36af5fb17886ef9149, version: 20.0.0-0.ci+gitb73c7be4a26, kind: cosmo_trampoline_phase_1, name: trampoline
108582026-06-01T15:07:30.298ZJun 01 15:07:29.664 INFO added artifact, length: 167840850, hash: d9c241faaafceb53c5bb528353049943f5361757bf414f97d619d18b222ad973, version: 20.0.0-0.ci+gitb73c7be4a26, kind: trampoline_phase_2, name: trampoline
108592026-06-01T15:07:35.699ZJun 01 15:07:35.064 INFO added artifact, length: 1746470024, hash: 8427eaf1213356ea9b06d8b6e283ec2d9820ceea1b93c427ecadb5d684d6319d, version: 20.0.0-0.ci+gitb73c7be4a26, kind: control_plane, name: control-plane
108602026-06-01T15:07:35.743ZJun 01 15:07:35.064 INFO added artifact, length: 829, hash: 995f567211ce23c7a522f011c2e46ad230dacb8613027edc3f656e7a62e78955, version: 1.0.71, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.71
108612026-06-01T15:07:35.743ZJun 01 15:07:35.064 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108622026-06-01T15:07:35.743ZJun 01 15:07:35.065 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108632026-06-01T15:07:35.743ZJun 01 15:07:35.093 INFO added artifact, length: 4153947, hash: 41483f96ea9fecf9266fb98b16140e103fc65bb80495c0b6b3a4c5788b00196c, version: 1.0.71, kind: psc_sp, name: psc-b
108642026-06-01T15:07:35.757ZJun 01 15:07:35.123 INFO added artifact, length: 4158251, hash: 26de06a739d5a251c8d7d8ff3d8752a6d50cb9d61fb43db1aa49958ff26caabe, version: 1.0.71, kind: psc_sp, name: psc-c
108652026-06-01T15:07:35.804ZJun 01 15:07:35.170 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108662026-06-01T15:07:35.807ZJun 01 15:07:35.170 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108672026-06-01T15:07:35.855ZJun 01 15:07:35.221 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108682026-06-01T15:07:35.855ZJun 01 15:07:35.221 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108692026-06-01T15:07:35.905ZJun 01 15:07:35.271 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108702026-06-01T15:07:35.905ZJun 01 15:07:35.271 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108712026-06-01T15:07:35.953ZJun 01 15:07:35.319 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108722026-06-01T15:07:35.956ZJun 01 15:07:35.319 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108732026-06-01T15:07:35.956ZJun 01 15:07:35.319 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108742026-06-01T15:07:35.956ZJun 01 15:07:35.320 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108752026-06-01T15:07:35.956ZJun 01 15:07:35.321 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108762026-06-01T15:07:36.003ZJun 01 15:07:35.369 INFO added artifact, length: 7057617, hash: 4a22f24019a32ba28c840ed7ec33b943187090d88bcfd9914b8efb62e9cf6216, version: 1.0.71, kind: switch_sp, name: sidecar-b
108772026-06-01T15:07:36.098ZJun 01 15:07:35.464 INFO added artifact, length: 7074452, hash: 9ec5d45ebcaa08f2f2be9164f94cd6daee6a958eca56be56c628d50441c45c28, version: 1.0.71, kind: switch_sp, name: sidecar-c
108782026-06-01T15:07:36.201ZJun 01 15:07:35.566 INFO added artifact, length: 7074316, hash: 078e032486f879e0cce87f351f4b00b50b22ddbf765b15424b862c5d11a4a131, version: 1.0.71, kind: switch_sp, name: sidecar-d
108792026-06-01T15:07:36.295ZJun 01 15:07:35.661 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108802026-06-01T15:07:36.298ZJun 01 15:07:35.661 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108812026-06-01T15:07:36.351ZJun 01 15:07:35.717 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108822026-06-01T15:07:36.354ZJun 01 15:07:35.717 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108832026-06-01T15:07:36.405ZJun 01 15:07:35.771 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108842026-06-01T15:07:36.407ZJun 01 15:07:35.771 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108852026-06-01T15:07:36.453ZJun 01 15:07:35.818 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108862026-06-01T15:07:36.456ZJun 01 15:07:35.818 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108872026-06-01T15:07:36.456ZJun 01 15:07:35.818 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108882026-06-01T15:07:36.456ZJun 01 15:07:35.819 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108892026-06-01T15:07:36.456ZJun 01 15:07:35.819 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108902026-06-01T15:07:36.456ZJun 01 15:07:35.820 INFO added artifact, length: 924, hash: a76bafc60693f35d7545a44b3100f39bbaf3dabcc63f4dd36e4cf01821b73b47, version: 20.0.0-0.ci+gitb73c7be4a26, kind: installinator_document, name: installinator_document
108912026-06-01T15:07:36.851ZJun 01 15:07:36.217 INFO [tuf-repo] task succeeded (68.029484954s)
108922026-06-01T15:08:51.764Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
108932026-06-01T15:10:01.715Z[verify-libraries] Finished `release` profile [optimized] target(s) in 8m 35s
108942026-06-01T15:10:02.071ZJun 01 15:10:01.435 INFO [verify-libraries] process exited with exit status: 0 (519.431917222s)
108952026-06-01T15:10:02.071ZJun 01 15:10:01.435 INFO all jobs completed in 1224.068664202s
108962026-06-01T15:10:02.788Zprocess exited: duration 1453118 ms, exit code 0
 
108972026-06-01T15:10:02.799Zfound 41 output files
108982026-06-01T15:10:02.799Zuploading: /work/manifest.toml (17174 bytes)
108992026-06-01T15:10:03.811Zuploaded: /work/manifest.toml
109002026-06-01T15:10:03.811Zuploading: /work/repo.zip (3083147971 bytes)
109012026-06-01T15:10:37.995Zuploaded: /work/repo.zip
109022026-06-01T15:10:37.995Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109032026-06-01T15:10:39.018Zuploaded: /work/repo.zip.sha256.txt
109042026-06-01T15:10:39.021Zuploading: /work/helios.json (647 bytes)
109052026-06-01T15:10:40.029Zuploaded: /work/helios.json
109062026-06-01T15:10:40.029Zuploading: /work/incorporation.p5m (113333 bytes)
109072026-06-01T15:10:41.042Zuploaded: /work/incorporation.p5m
109082026-06-01T15:10:41.046Zuploading: /work/incorporation.p5p (133120 bytes)
109092026-06-01T15:10:42.057Zuploaded: /work/incorporation.p5p
109102026-06-01T15:10:42.057Zuploading: /work/helios-incorp.log (522 bytes)
109112026-06-01T15:10:43.067Zuploaded: /work/helios-incorp.log
109122026-06-01T15:10:43.070Zuploading: /work/helios-setup.log (56359 bytes)
109132026-06-01T15:10:44.080Zuploaded: /work/helios-setup.log
109142026-06-01T15:10:44.080Zuploading: /work/host-image.log (237051 bytes)
109152026-06-01T15:10:45.096Zuploaded: /work/host-image.log
109162026-06-01T15:10:45.099Zuploading: /work/host-package.log (40269 bytes)
109172026-06-01T15:10:46.109Zuploaded: /work/host-package.log
109182026-06-01T15:10:46.109Zuploading: /work/host-target.log (101 bytes)
109192026-06-01T15:10:47.120Zuploaded: /work/host-target.log
109202026-06-01T15:10:47.120Zuploading: /work/incorp-create.log (0 bytes)
109212026-06-01T15:10:48.127Zuploaded: /work/incorp-create.log
109222026-06-01T15:10:48.128Zuploading: /work/incorp-fmt.log (0 bytes)
109232026-06-01T15:10:49.135Zuploaded: /work/incorp-fmt.log
109242026-06-01T15:10:49.135Zuploading: /work/incorp-pkgsend.log (108 bytes)
109252026-06-01T15:10:50.144Zuploaded: /work/incorp-pkgsend.log
109262026-06-01T15:10:50.144Zuploading: /work/incorp-publisher.log (0 bytes)
109272026-06-01T15:10:51.151Zuploaded: /work/incorp-publisher.log
109282026-06-01T15:10:51.151Zuploading: /work/omicron-package.log (9307 bytes)
109292026-06-01T15:10:52.161Zuploaded: /work/omicron-package.log
109302026-06-01T15:10:52.161Zuploading: /work/recovery-image.log (592898 bytes)
109312026-06-01T15:10:53.179Zuploaded: /work/recovery-image.log
109322026-06-01T15:10:53.180Zuploading: /work/recovery-package.log (2997 bytes)
109332026-06-01T15:10:54.189Zuploaded: /work/recovery-package.log
109342026-06-01T15:10:54.189Zuploading: /work/recovery-target.log (98 bytes)
109352026-06-01T15:10:55.198Zuploaded: /work/recovery-target.log
109362026-06-01T15:10:55.198Zuploading: /work/stamp-clickhouse.log (117 bytes)
109372026-06-01T15:10:56.208Zuploaded: /work/stamp-clickhouse.log
109382026-06-01T15:10:56.208Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109392026-06-01T15:10:57.221Zuploaded: /work/stamp-clickhouse_keeper.log
109402026-06-01T15:10:57.221Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109412026-06-01T15:10:58.230Zuploaded: /work/stamp-clickhouse_server.log
109422026-06-01T15:10:58.231Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109432026-06-01T15:10:59.240Zuploaded: /work/stamp-cockroachdb.log
109442026-06-01T15:10:59.240Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109452026-06-01T15:11:00.248Zuploaded: /work/stamp-crucible-pantry-zone.log
109462026-06-01T15:11:00.248Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109472026-06-01T15:11:01.258Zuploaded: /work/stamp-crucible-utils.log
109482026-06-01T15:11:01.258Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109492026-06-01T15:11:02.267Zuploaded: /work/stamp-crucible-zone.log
109502026-06-01T15:11:02.267Zuploading: /work/stamp-external-dns.log (119 bytes)
109512026-06-01T15:11:03.276Zuploaded: /work/stamp-external-dns.log
109522026-06-01T15:11:03.277Zuploading: /work/stamp-installinator.log (103 bytes)
109532026-06-01T15:11:04.286Zuploaded: /work/stamp-installinator.log
109542026-06-01T15:11:04.286Zuploading: /work/stamp-internal-dns.log (119 bytes)
109552026-06-01T15:11:05.295Zuploaded: /work/stamp-internal-dns.log
109562026-06-01T15:11:05.295Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109572026-06-01T15:11:06.305Zuploaded: /work/stamp-mg-ddm-gz.log
109582026-06-01T15:11:06.305Zuploading: /work/stamp-nexus.log (112 bytes)
109592026-06-01T15:11:07.314Zuploaded: /work/stamp-nexus.log
109602026-06-01T15:11:07.314Zuploading: /work/stamp-ntp.log (110 bytes)
109612026-06-01T15:11:08.323Zuploaded: /work/stamp-ntp.log
109622026-06-01T15:11:08.323Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109632026-06-01T15:11:09.333Zuploaded: /work/stamp-omicron-sled-agent.log
109642026-06-01T15:11:09.333Zuploading: /work/stamp-overlay.log (114 bytes)
109652026-06-01T15:11:10.343Zuploaded: /work/stamp-overlay.log
109662026-06-01T15:11:10.343Zuploading: /work/stamp-oximeter.log (115 bytes)
109672026-06-01T15:11:11.351Zuploaded: /work/stamp-oximeter.log
109682026-06-01T15:11:11.351Zuploading: /work/stamp-oxlog.log (109 bytes)
109692026-06-01T15:11:12.361Zuploaded: /work/stamp-oxlog.log
109702026-06-01T15:11:12.362Zuploading: /work/stamp-probe.log (112 bytes)
109712026-06-01T15:11:13.370Zuploaded: /work/stamp-probe.log
109722026-06-01T15:11:13.370Zuploading: /work/stamp-propolis-server.log (122 bytes)
109732026-06-01T15:11:14.381Zuploaded: /work/stamp-propolis-server.log
109742026-06-01T15:11:14.381Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109752026-06-01T15:11:15.390Zuploaded: /work/stamp-pumpkind-gz.log
109762026-06-01T15:11:15.390Zuploading: /work/stamp-switch-asic.log (118 bytes)
109772026-06-01T15:11:16.397Zuploaded: /work/stamp-switch-asic.log
109782026-06-01T15:11:16.397Zuploading: /work/verify-libraries.log (14081 bytes)
109792026-06-01T15:11:17.407Zuploaded: /work/verify-libraries.log