01KR46DGB1JSH3MX9900RTWKCX: 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: 01KR46DXT99Q45M446XXZTH09M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T16:24:33.948Zjob assigned to worker 01KR46E1A8094QAF0XD0JM8HA7 [factory aws, i-0cedd3c6c3995e3d6] (queued for 47 s)
 
22026-05-08T16:24:40.780Zstarting task 0: "setup"
32026-05-08T16:24:40.785Z++ uname -s
42026-05-08T16:24:40.788Z+ kern=SunOS
52026-05-08T16:24:40.788Z+ build_user=build
62026-05-08T16:24:40.788Z+ build_uid=12345
72026-05-08T16:24:40.788Z+ work_dir=/work
82026-05-08T16:24:40.788Z+ input_dir=/input
92026-05-08T16:24:40.788Z+ [[ 0 == 12345 ]]
102026-05-08T16:24:40.788Z+ case "$kern" in
112026-05-08T16:24:40.788Z+ groupadd -g 12345 build
122026-05-08T16:24:40.800Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T16:24:42.807Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T16:24:42.980Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T16:24:42.983Z+ home_fs=zfs
162026-05-08T16:24:42.983Z+ [[ zfs == autofs ]]
172026-05-08T16:24:42.983Z+ mkdir -p /home/build
182026-05-08T16:24:42.986Z+ chown build:build /home/build /work
192026-05-08T16:24:44.985Z+ chmod 0700 /home/build /work
202026-05-08T16:24:44.989Zprocess exited: duration 4209 ms, exit code 0
 
212026-05-08T16:24:44.995Zstarting task 1: "rust-toolchain"
222026-05-08T16:24:45.000Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T16:24:45.000Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T16:24:45.000Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-08T16:24:45.000Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T16:24:45.000Z * rust toolchain channel = "1.94.0"
272026-05-08T16:24:45.000Z * rust toolchain profile = "default"
282026-05-08T16:24:45.003Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T16:24:45.003Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T16:24:45.064Zinfo: downloading installer
312026-05-08T16:24:46.701Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T16:24:46.701Zwarn: /home/build/.rustup/settings.toml
332026-05-08T16:24:46.701Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T16:24:46.701Zwarn: instead of the one inferred from the default host triple.
352026-05-08T16:24:46.714Zinfo: profile set to default
362026-05-08T16:24:46.714Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T16:24:46.717Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T16:24:46.874Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T16:24:46.877Zinfo: downloading 6 components
402026-05-08T16:25:03.830Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T16:25:03.830Z
422026-05-08T16:25:03.856Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T16:25:03.857Z
442026-05-08T16:25:03.857Z
452026-05-08T16:25:03.857ZRust is installed now. Great!
462026-05-08T16:25:03.857Z
472026-05-08T16:25:03.857ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T16:25:03.857Zenvironment variable. This has not been done automatically.
492026-05-08T16:25:03.857Z
502026-05-08T16:25:03.857ZTo configure your current shell, you need to source
512026-05-08T16:25:03.857Zthe corresponding env file under $HOME/.cargo.
522026-05-08T16:25:03.857Z
532026-05-08T16:25:03.857ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T16:25:03.857Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T16:25:03.857Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T16:25:03.857Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T16:25:03.857Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T16:25:03.857Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T16:25:03.857Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T16:25:03.860Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T16:25:03.860Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T16:25:03.959Z+ rustup --version
632026-05-08T16:25:03.965Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T16:25:03.968Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T16:25:03.984Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T16:25:03.987Z+ cargo --version
672026-05-08T16:25:03.994Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T16:25:03.999Z+ rustc --version
692026-05-08T16:25:04.018Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T16:25:04.021Zprocess exited: duration 19025 ms, exit code 0
 
712026-05-08T16:25:04.027Zstarting task 2: "authentication"
722026-05-08T16:25:04.044Zprocess exited: duration 16 ms, exit code 0
 
732026-05-08T16:25:04.050Zstarting task 3: "clone repository"
742026-05-08T16:25:04.054Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T16:25:04.057Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T16:25:04.089ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T16:25:51.286Z+ cd /work/oxidecomputer/omicron
782026-05-08T16:25:51.286Z+ git fetch origin a6d973754c61c599e6e9318552aed5ca73a48de7
792026-05-08T16:25:52.029ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T16:25:52.029Z * branch a6d973754c61c599e6e9318552aed5ca73a48de7 -> FETCH_HEAD
812026-05-08T16:25:52.044Z+ [[ -n mahrens/discard ]]
822026-05-08T16:25:52.047Z++ git branch --show-current
832026-05-08T16:25:52.050Z+ current=main
842026-05-08T16:25:52.050Z+ [[ main != mahrens/discard ]]
852026-05-08T16:25:52.050Z+ git branch -f mahrens/discard a6d973754c61c599e6e9318552aed5ca73a48de7
862026-05-08T16:25:52.053Z+ git checkout -f mahrens/discard
872026-05-08T16:25:52.287ZSwitched to branch 'mahrens/discard'
882026-05-08T16:25:52.290Z+ git reset --hard a6d973754c61c599e6e9318552aed5ca73a48de7
892026-05-08T16:25:52.303ZHEAD is now at a6d973754 add Oximeter metrics for NVMe Discard
902026-05-08T16:25:52.306Zprocess exited: duration 48254 ms, exit code 0
 
912026-05-08T16:25:52.312Zstarting task 4: "build"
922026-05-08T16:25:52.318Z+ source .github/buildomat/ci-env.sh
932026-05-08T16:25:52.318Z++ export CARGO_TERM_COLOR=always
942026-05-08T16:25:52.318Z++ CARGO_TERM_COLOR=always
952026-05-08T16:25:52.321Z+ cargo --version
962026-05-08T16:25:52.327Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T16:25:52.330Z+ rustc --version
982026-05-08T16:25:52.352Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T16:25:52.355Z+ cargo tree --locked
1002026-05-08T16:25:52.519Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-05-08T16:25:53.358Z Updating crates.io index
1022026-05-08T16:25:53.392Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-05-08T16:25:54.234Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-05-08T16:25:55.000Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-05-08T16:25:55.663Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-05-08T16:25:56.541Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-05-08T16:25:57.061Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-05-08T16:25:58.476Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-05-08T16:26:01.262Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-05-08T16:26:01.907Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-05-08T16:26:02.899Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-05-08T16:26:03.459Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-05-08T16:26:03.814Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-05-08T16:26:04.197Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-05-08T16:26:05.133Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-05-08T16:26:05.757Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1172026-05-08T16:26:06.128Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1182026-05-08T16:26:06.596Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1192026-05-08T16:26:07.011Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1202026-05-08T16:26:07.277Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1212026-05-08T16:26:07.518Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1222026-05-08T16:26:07.795Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-05-08T16:26:08.245Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-05-08T16:26:08.713Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1252026-05-08T16:26:09.755Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1262026-05-08T16:26:10.037Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1272026-05-08T16:26:10.341Z Updating git repository `https://github.com/oxidecomputer/ispf`
1282026-05-08T16:26:11.432Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1292026-05-08T16:26:12.071Z Updating git repository `https://github.com/oxidecomputer/crucible`
1302026-05-08T16:26:12.584Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312026-05-08T16:26:13.091Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1322026-05-08T16:26:13.499Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1332026-05-08T16:26:13.829Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-05-08T16:26:14.132Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-05-08T16:26:14.847Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-05-08T16:26:15.208Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-05-08T16:26:15.503Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-05-08T16:26:15.766Z Updating git repository `https://github.com/illumos/smf-rs`
1392026-05-08T16:26:16.159Z Updating git repository `https://github.com/oxidecomputer/omicron`
1402026-05-08T16:26:28.288Z Downloading crates ...
1412026-05-08T16:26:28.370Z Downloaded anstyle-parse v0.2.7
1422026-05-08T16:26:28.373Z Downloaded anyhow v1.0.102
1432026-05-08T16:26:28.376Z Downloaded block-padding v0.3.3
1442026-05-08T16:26:28.379Z Downloaded anstyle-query v1.1.5
1452026-05-08T16:26:28.379Z Downloaded bitfield-macros v0.19.4
1462026-05-08T16:26:28.379Z Downloaded bcrypt-pbkdf v0.10.0
1472026-05-08T16:26:28.382Z Downloaded async-recursion v1.1.1
1482026-05-08T16:26:28.382Z Downloaded atomic-waker v1.1.2
1492026-05-08T16:26:28.385Z Downloaded crucible-workspace-hack v0.1.0
1502026-05-08T16:26:28.385Z Downloaded addr2line v0.25.1
1512026-05-08T16:26:28.388Z Downloaded cfg_aliases v0.2.1
1522026-05-08T16:26:28.388Z Downloaded clap_derive v4.5.55
1532026-05-08T16:26:28.391Z Downloaded async-stream-impl v0.3.6
1542026-05-08T16:26:28.391Z Downloaded crc32fast v1.5.0
1552026-05-08T16:26:28.394Z Downloaded block-buffer v0.10.4
1562026-05-08T16:26:28.394Z Downloaded autocfg v1.5.0
1572026-05-08T16:26:28.394Z Downloaded crossbeam-deque v0.8.6
1582026-05-08T16:26:28.397Z Downloaded byteorder v1.5.0
1592026-05-08T16:26:28.397Z Downloaded assert_cmd v2.1.2
1602026-05-08T16:26:28.400Z Downloaded bzip2 v0.6.1
1612026-05-08T16:26:28.400Z Downloaded anstream v0.6.21
1622026-05-08T16:26:28.403Z Downloaded cfg-expr v0.20.6
1632026-05-08T16:26:28.403Z Downloaded derive_builder_macro v0.20.2
1642026-05-08T16:26:28.403Z Downloaded constant_time_eq v0.3.1
1652026-05-08T16:26:28.407Z Downloaded digest v0.10.7
1662026-05-08T16:26:28.407Z Downloaded compression-codecs v0.4.37
1672026-05-08T16:26:28.410Z Downloaded base16ct v0.2.0
1682026-05-08T16:26:28.410Z Downloaded atomicwrites v0.4.4
1692026-05-08T16:26:28.410Z Downloaded bb8 v0.8.6
1702026-05-08T16:26:28.413Z Downloaded approx v0.5.1
1712026-05-08T16:26:28.413Z Downloaded bit-set v0.8.0
1722026-05-08T16:26:28.416Z Downloaded darling_core v0.21.3
1732026-05-08T16:26:28.419Z Downloaded const_format v0.2.35
1742026-05-08T16:26:28.422Z Downloaded crypto-common v0.1.7
1752026-05-08T16:26:28.425Z Downloaded ciborium v0.2.2
1762026-05-08T16:26:28.425Z Downloaded csv-core v0.1.13
1772026-05-08T16:26:28.428Z Downloaded concurrent-queue v2.5.0
1782026-05-08T16:26:28.428Z Downloaded async-stream v0.3.6
1792026-05-08T16:26:28.431Z Downloaded datatest-stable v0.3.3
1802026-05-08T16:26:28.434Z Downloaded defmt-parser v1.0.0
1812026-05-08T16:26:28.434Z Downloaded async-lock v3.4.2
1822026-05-08T16:26:28.434Z Downloaded backtrace-ext v0.2.1
1832026-05-08T16:26:28.437Z Downloaded cargo-platform v0.1.9
1842026-05-08T16:26:28.437Z Downloaded crc-catalog v2.4.0
1852026-05-08T16:26:28.437Z Downloaded cpufeatures v0.2.17
1862026-05-08T16:26:28.437Z Downloaded const_format_proc_macros v0.2.34
1872026-05-08T16:26:28.441Z Downloaded darling_macro v0.21.3
1882026-05-08T16:26:28.441Z Downloaded bit-vec v0.8.0
1892026-05-08T16:26:28.441Z Downloaded byte-wrapper v0.1.0
1902026-05-08T16:26:28.444Z Downloaded anstyle v1.0.13
1912026-05-08T16:26:28.444Z Downloaded chacha20poly1305 v0.10.1
1922026-05-08T16:26:28.447Z Downloaded colored v2.2.0
1932026-05-08T16:26:28.447Z Downloaded cast v0.3.0
1942026-05-08T16:26:28.450Z Downloaded aead v0.5.2
1952026-05-08T16:26:28.450Z Downloaded crc8 v0.1.1
1962026-05-08T16:26:28.450Z Downloaded ciborium-io v0.2.2
1972026-05-08T16:26:28.450Z Downloaded darling_macro v0.23.0
1982026-05-08T16:26:28.453Z Downloaded crunchy v0.2.4
1992026-05-08T16:26:28.453Z Downloaded debug-ignore v1.0.5
2002026-05-08T16:26:28.453Z Downloaded clap_lex v1.0.0
2012026-05-08T16:26:28.453Z Downloaded cargo-platform v0.3.2
2022026-05-08T16:26:28.456Z Downloaded array-init v0.0.4
2032026-05-08T16:26:28.456Z Downloaded ascii-canvas v3.0.0
2042026-05-08T16:26:28.456Z Downloaded bitfield-struct v0.6.2
2052026-05-08T16:26:28.459Z Downloaded convert_case v0.4.0
2062026-05-08T16:26:28.465Z Downloaded dirs-next v2.0.0
2072026-05-08T16:26:28.468Z Downloaded diesel_table_macro_syntax v0.3.0
2082026-05-08T16:26:28.471Z Downloaded adler2 v2.0.1
2092026-05-08T16:26:28.474Z Downloaded cfg_aliases v0.1.1
2102026-05-08T16:26:28.477Z Downloaded cbc v0.1.2
2112026-05-08T16:26:28.477Z Downloaded dtrace-parser v0.2.0
2122026-05-08T16:26:28.477Z Downloaded async-trait v0.1.89
2132026-05-08T16:26:28.480Z Downloaded dropshot-api-manager-types v0.7.1
2142026-05-08T16:26:28.480Z Downloaded cargo_metadata v0.23.1
2152026-05-08T16:26:28.484Z Downloaded cmake v0.1.57
2162026-05-08T16:26:28.484Z Downloaded compact_str v0.8.1
2172026-05-08T16:26:28.487Z Downloaded bcs v0.1.6
2182026-05-08T16:26:28.487Z Downloaded enum-as-inner v0.6.1
2192026-05-08T16:26:28.487Z Downloaded cfg-if v1.0.4
2202026-05-08T16:26:28.490Z Downloaded difflib v0.4.0
2212026-05-08T16:26:28.490Z Downloaded der_derive v0.7.3
2222026-05-08T16:26:28.490Z Downloaded embedded-io v0.6.1
2232026-05-08T16:26:28.493Z Downloaded cstr-argument v0.1.2
2242026-05-08T16:26:28.493Z Downloaded atty v0.2.14
2252026-05-08T16:26:28.493Z Downloaded assert_matches v1.5.0
2262026-05-08T16:26:28.493Z Downloaded endian-type v0.1.2
2272026-05-08T16:26:28.493Z Downloaded dirs-sys-next v0.1.2
2282026-05-08T16:26:28.496Z Downloaded compression-core v0.4.31
2292026-05-08T16:26:28.496Z Downloaded bit-set v0.5.3
2302026-05-08T16:26:28.496Z Downloaded dof v0.4.0
2312026-05-08T16:26:28.496Z Downloaded async-object-pool v0.2.0
2322026-05-08T16:26:28.499Z Downloaded critical-section v1.2.0
2332026-05-08T16:26:28.499Z Downloaded document-features v0.2.12
2342026-05-08T16:26:28.500Z Downloaded crc v3.4.0
2352026-05-08T16:26:28.503Z Downloaded ciborium-ll v0.2.2
2362026-05-08T16:26:28.503Z Downloaded arrayref v0.3.9
2372026-05-08T16:26:28.503Z Downloaded dof v0.3.0
2382026-05-08T16:26:28.506Z Downloaded defmt v0.3.100
2392026-05-08T16:26:28.509Z Downloaded colorchoice v1.0.4
2402026-05-08T16:26:28.509Z Downloaded cpufeatures v0.3.0
2412026-05-08T16:26:28.509Z Downloaded dyn-clone v1.0.20
2422026-05-08T16:26:28.513Z Downloaded dunce v1.0.5
2432026-05-08T16:26:28.513Z Downloaded dsl_auto_type v0.2.0
2442026-05-08T16:26:28.513Z Downloaded dtrace-parser v0.3.0
2452026-05-08T16:26:28.516Z Downloaded display-error-chain v0.2.2
2462026-05-08T16:26:28.516Z Downloaded curve25519-dalek-derive v0.1.1
2472026-05-08T16:26:28.516Z Downloaded embedded-io v0.4.0
2482026-05-08T16:26:28.519Z Downloaded escape8259 v0.5.3
2492026-05-08T16:26:28.519Z Downloaded equivalent v1.0.2
2502026-05-08T16:26:28.519Z Downloaded daft v0.1.5
2512026-05-08T16:26:28.522Z Downloaded bitflags v2.11.0
2522026-05-08T16:26:28.525Z Downloaded chacha20 v0.9.1
2532026-05-08T16:26:28.525Z Downloaded bit-vec v0.6.3
2542026-05-08T16:26:28.528Z Downloaded bitflags v1.3.2
2552026-05-08T16:26:28.528Z Downloaded base64ct v1.8.3
2562026-05-08T16:26:28.531Z Downloaded assert-json-diff v2.0.2
2572026-05-08T16:26:28.531Z Downloaded castaway v0.2.4
2582026-05-08T16:26:28.534Z Downloaded camino-tempfile v1.4.1
2592026-05-08T16:26:28.534Z Downloaded cexpr v0.6.0
2602026-05-08T16:26:28.534Z Downloaded diesel-dtrace v0.5.0
2612026-05-08T16:26:28.537Z Downloaded bytecount v0.6.9
2622026-05-08T16:26:28.537Z Downloaded blowfish v0.9.1
2632026-05-08T16:26:28.537Z Downloaded derive_builder_core v0.20.2
2642026-05-08T16:26:28.540Z Downloaded cassowary v0.3.0
2652026-05-08T16:26:28.540Z Downloaded fastrand v2.3.0
2662026-05-08T16:26:28.543Z Downloaded event-listener-strategy v0.5.4
2672026-05-08T16:26:28.543Z Downloaded errno v0.3.14
2682026-05-08T16:26:28.543Z Downloaded darling_macro v0.20.11
2692026-05-08T16:26:28.543Z Downloaded cargo_metadata v0.21.0
2702026-05-08T16:26:28.547Z Downloaded ahash v0.8.12
2712026-05-08T16:26:28.548Z Downloaded bitfield v0.19.4
2722026-05-08T16:26:28.551Z Downloaded criterion-plot v0.6.0
2732026-05-08T16:26:28.551Z Downloaded console v0.15.11
2742026-05-08T16:26:28.551Z Downloaded float-cmp v0.10.0
2752026-05-08T16:26:28.553Z Downloaded flagset v0.4.7
2762026-05-08T16:26:28.554Z Downloaded fixedbitset v0.4.2
2772026-05-08T16:26:28.554Z Downloaded foreign-types-shared v0.3.1
2782026-05-08T16:26:28.554Z Downloaded foreign-types-macros v0.2.3
2792026-05-08T16:26:28.556Z Downloaded foreign-types v0.5.0
2802026-05-08T16:26:28.556Z Downloaded fd-lock v4.0.4
2812026-05-08T16:26:28.556Z Downloaded funty v2.0.0
2822026-05-08T16:26:28.559Z Downloaded foreign-types-shared v0.1.1
2832026-05-08T16:26:28.559Z Downloaded cargo-platform v0.2.0
2842026-05-08T16:26:28.559Z Downloaded argon2 v0.5.3
2852026-05-08T16:26:28.562Z Downloaded env_filter v1.0.0
2862026-05-08T16:26:28.562Z Downloaded foreign-types v0.3.2
2872026-05-08T16:26:28.563Z Downloaded cargo_metadata v0.19.2
2882026-05-08T16:26:28.563Z Downloaded data-encoding v2.10.0
2892026-05-08T16:26:28.566Z Downloaded fnv v1.0.7
2902026-05-08T16:26:28.566Z Downloaded form_urlencoded v1.2.2
2912026-05-08T16:26:28.566Z Downloaded downcast-rs v2.0.2
2922026-05-08T16:26:28.569Z Downloaded ecdsa v0.16.9
2932026-05-08T16:26:28.569Z Downloaded displaydoc v0.2.5
2942026-05-08T16:26:28.569Z Downloaded derive-ex v0.1.8
2952026-05-08T16:26:28.572Z Downloaded corncobs v0.1.4
2962026-05-08T16:26:28.572Z Downloaded async-bb8-diesel v0.2.1
2972026-05-08T16:26:28.575Z Downloaded either v1.15.0
2982026-05-08T16:26:28.575Z Downloaded defmt v1.0.1
2992026-05-08T16:26:28.578Z Downloaded erased-serde v0.3.31
3002026-05-08T16:26:28.578Z Downloaded defmt-macros v1.0.1
3012026-05-08T16:26:28.581Z Downloaded ghash v0.5.1
3022026-05-08T16:26:28.581Z Downloaded fxhash v0.2.1
3032026-05-08T16:26:28.581Z Downloaded futures-core v0.3.32
3042026-05-08T16:26:28.584Z Downloaded env_logger v0.11.9
3052026-05-08T16:26:28.584Z Downloaded daft-derive v0.1.5
3062026-05-08T16:26:28.587Z Downloaded futures-sink v0.3.32
3072026-05-08T16:26:28.587Z Downloaded futures-task v0.3.32
3082026-05-08T16:26:28.590Z Downloaded futures-macro v0.3.32
3092026-05-08T16:26:28.590Z Downloaded cipher v0.4.4
3102026-05-08T16:26:28.590Z Downloaded cargo-util-schemas v0.8.2
3112026-05-08T16:26:28.593Z Downloaded futures-io v0.3.32
3122026-05-08T16:26:28.593Z Downloaded cookie v0.18.1
3132026-05-08T16:26:28.596Z Downloaded const-oid v0.9.6
3142026-05-08T16:26:28.596Z Downloaded darling v0.20.11
3152026-05-08T16:26:28.599Z Downloaded crossterm v0.28.1
3162026-05-08T16:26:28.602Z Downloaded derive_builder v0.20.2
3172026-05-08T16:26:28.605Z Downloaded fallible-iterator v0.2.0
3182026-05-08T16:26:28.605Z Downloaded ctr v0.9.2
3192026-05-08T16:26:28.609Z Downloaded clang-sys v1.8.1
3202026-05-08T16:26:28.609Z Downloaded guppy-workspace-hack v0.1.0
3212026-05-08T16:26:28.609Z Downloaded globwalk v0.9.1
3222026-05-08T16:26:28.612Z Downloaded git-stub v1.0.0
3232026-05-08T16:26:28.613Z Downloaded ff v0.13.1
3242026-05-08T16:26:28.613Z Downloaded fixedbitset v0.5.7
3252026-05-08T16:26:28.613Z Downloaded blake2b_simd v1.0.4
3262026-05-08T16:26:28.616Z Downloaded darling_core v0.20.11
3272026-05-08T16:26:28.616Z Downloaded find-msvc-tools v0.1.9
3282026-05-08T16:26:28.619Z Downloaded filetime v0.2.27
3292026-05-08T16:26:28.619Z Downloaded arrayvec v0.7.6
3302026-05-08T16:26:28.622Z Downloaded hex-literal v0.4.1
3312026-05-08T16:26:28.622Z Downloaded headers-core v0.3.0
3322026-05-08T16:26:28.622Z Downloaded heck v0.5.0
3332026-05-08T16:26:28.622Z Downloaded heck v0.4.1
3342026-05-08T16:26:28.625Z Downloaded hash32 v0.3.1
3352026-05-08T16:26:28.625Z Downloaded hash32 v0.2.1
3362026-05-08T16:26:28.625Z Downloaded chacha20 v0.10.0
3372026-05-08T16:26:28.628Z Downloaded fs_extra v1.3.0
3382026-05-08T16:26:28.628Z Downloaded http-body v1.0.1
3392026-05-08T16:26:28.631Z Downloaded crossbeam-epoch v0.9.18
3402026-05-08T16:26:28.631Z Downloaded foldhash v0.2.0
3412026-05-08T16:26:28.631Z Downloaded drift v0.1.4
3422026-05-08T16:26:28.636Z Downloaded hostname v0.3.1
3432026-05-08T16:26:28.639Z Downloaded des v0.8.1
3442026-05-08T16:26:28.639Z Downloaded futures-executor v0.3.32
3452026-05-08T16:26:28.643Z Downloaded fs-err v3.3.0
3462026-05-08T16:26:28.643Z Downloaded gethostname v0.5.0
3472026-05-08T16:26:28.643Z Downloaded hubpack_derive v0.1.1
3482026-05-08T16:26:28.647Z Downloaded home v0.5.12
3492026-05-08T16:26:28.647Z Downloaded hex v0.4.3
3502026-05-08T16:26:28.647Z Downloaded futures-timer v3.0.3
3512026-05-08T16:26:28.647Z Downloaded erased-serde v0.4.9
3522026-05-08T16:26:28.650Z Downloaded colored v3.1.1
3532026-05-08T16:26:28.650Z Downloaded glob v0.3.3
3542026-05-08T16:26:28.653Z Downloaded hubpack v0.1.2
3552026-05-08T16:26:28.653Z Downloaded group v0.13.0
3562026-05-08T16:26:28.653Z Downloaded generic-array v0.14.7
3572026-05-08T16:26:28.653Z Downloaded httpdate v1.0.3
3582026-05-08T16:26:28.656Z Downloaded allocator-api2 v0.2.21
3592026-05-08T16:26:28.656Z Downloaded globset v0.4.18
3602026-05-08T16:26:28.659Z Downloaded darling v0.23.0
3612026-05-08T16:26:28.659Z Downloaded darling v0.21.3
3622026-05-08T16:26:28.662Z Downloaded hyper-tls v0.6.0
3632026-05-08T16:26:28.666Z Downloaded backtrace v0.3.76
3642026-05-08T16:26:28.668Z Downloaded event-listener v5.4.1
3652026-05-08T16:26:28.669Z Downloaded foldhash v0.1.5
3662026-05-08T16:26:28.671Z Downloaded git-stub-vcs v0.1.0
3672026-05-08T16:26:28.671Z Downloaded console v0.16.2
3682026-05-08T16:26:28.671Z Downloaded ident_case v1.0.1
3692026-05-08T16:26:28.674Z Downloaded cookie_store v0.22.1
3702026-05-08T16:26:28.674Z Downloaded constant_time_eq v0.4.2
3712026-05-08T16:26:28.674Z Downloaded diff v0.1.13
3722026-05-08T16:26:28.677Z Downloaded indoc v1.0.9
3732026-05-08T16:26:28.680Z Downloaded http-range v0.1.5
3742026-05-08T16:26:28.680Z Downloaded crossbeam-utils v0.8.21
3752026-05-08T16:26:28.680Z Downloaded fs-err v2.11.0
3762026-05-08T16:26:28.683Z Downloaded idna_adapter v1.2.1
3772026-05-08T16:26:28.683Z Downloaded indent_write v2.2.0
3782026-05-08T16:26:28.683Z Downloaded criterion v0.7.0
3792026-05-08T16:26:28.687Z Downloaded keccak v0.1.6
3802026-05-08T16:26:28.690Z Downloaded instability v0.3.11
3812026-05-08T16:26:28.690Z Downloaded kstat-rs v0.2.4
3822026-05-08T16:26:28.690Z Downloaded instant v0.1.13
3832026-05-08T16:26:28.693Z Downloaded itoa v1.0.17
3842026-05-08T16:26:28.693Z Downloaded is_terminal_polyfill v1.70.2
3852026-05-08T16:26:28.693Z Downloaded is_ci v1.2.0
3862026-05-08T16:26:28.696Z Downloaded internet-checksum v0.2.1
3872026-05-08T16:26:28.696Z Downloaded inout v0.1.4
3882026-05-08T16:26:28.696Z Downloaded derive_more v0.99.20
3892026-05-08T16:26:28.699Z Downloaded is-terminal v0.4.17
3902026-05-08T16:26:28.699Z Downloaded derive-where v1.6.0
3912026-05-08T16:26:28.702Z Downloaded lazy_static v1.5.0
3922026-05-08T16:26:28.702Z Downloaded crc-any v2.5.0
3932026-05-08T16:26:28.705Z Downloaded lalrpop-util v0.19.12
3942026-05-08T16:26:28.705Z Downloaded dropshot_endpoint v0.17.0
3952026-05-08T16:26:28.708Z Downloaded buf-list v1.1.2
3962026-05-08T16:26:28.708Z Downloaded http-body-util v0.1.3
3972026-05-08T16:26:28.711Z Downloaded clap v4.5.60
3982026-05-08T16:26:28.714Z Downloaded hostname v0.4.2
3992026-05-08T16:26:28.718Z Downloaded linkme-impl v0.3.35
4002026-05-08T16:26:28.718Z Downloaded libscf-sys v1.1.0
4012026-05-08T16:26:28.718Z Downloaded base64 v0.22.1
4022026-05-08T16:26:28.722Z Downloaded chumsky v0.9.3
4032026-05-08T16:26:28.722Z Downloaded futures-channel v0.3.32
4042026-05-08T16:26:28.725Z Downloaded arc-swap v1.8.2
4052026-05-08T16:26:28.725Z Downloaded hyper-staticfile v0.10.1
4062026-05-08T16:26:28.728Z Downloaded lru-cache v0.1.2
4072026-05-08T16:26:28.728Z Downloaded humantime v2.3.0
4082026-05-08T16:26:28.728Z Downloaded lru v0.12.5
4092026-05-08T16:26:28.731Z Downloaded linked-hash-map v0.5.6
4102026-05-08T16:26:28.731Z Downloaded cancel-safe-futures v0.1.5
4112026-05-08T16:26:28.734Z Downloaded md5 v0.7.0
4122026-05-08T16:26:28.734Z Downloaded bytes v1.11.1
4132026-05-08T16:26:28.737Z Downloaded md-5 v0.10.6
4142026-05-08T16:26:28.737Z Downloaded futures v0.3.32
4152026-05-08T16:26:28.740Z Downloaded match_cfg v0.1.0
4162026-05-08T16:26:28.740Z Downloaded maplit v1.0.2
4172026-05-08T16:26:28.740Z Downloaded half v1.8.3
4182026-05-08T16:26:28.744Z Downloaded managed v0.8.0
4192026-05-08T16:26:28.744Z Downloaded fatfs v0.3.6
4202026-05-08T16:26:28.746Z Downloaded ingot-types v0.1.2
4212026-05-08T16:26:28.746Z Downloaded lzss v0.8.2
4222026-05-08T16:26:28.750Z Downloaded memoffset v0.9.1
4232026-05-08T16:26:28.750Z Downloaded memmap v0.7.0
4242026-05-08T16:26:28.750Z Downloaded miette-derive v5.10.0
4252026-05-08T16:26:28.750Z Downloaded lru-slab v0.1.2
4262026-05-08T16:26:28.753Z Downloaded impl-trait-for-tuples v0.2.3
4272026-05-08T16:26:28.753Z Downloaded multimap v0.10.1
4282026-05-08T16:26:28.753Z Downloaded newtype-uuid-macros v0.1.0
4292026-05-08T16:26:28.757Z Downloaded new_debug_unreachable v1.0.6
4302026-05-08T16:26:28.757Z Downloaded ingot v0.1.1
4312026-05-08T16:26:28.757Z Downloaded darling_core v0.23.0
4322026-05-08T16:26:28.760Z Downloaded camino v1.2.2
4332026-05-08T16:26:28.763Z Downloaded bzip2 v0.4.4
4342026-05-08T16:26:28.763Z Downloaded highway v1.3.0
4352026-05-08T16:26:28.763Z Downloaded hickory-client v0.25.2
4362026-05-08T16:26:28.767Z Downloaded ipnetwork v0.21.1
4372026-05-08T16:26:28.767Z Downloaded indoc v2.0.7
4382026-05-08T16:26:28.770Z Downloaded backon v1.6.0
4392026-05-08T16:26:28.770Z Downloaded knuffel-derive v3.2.0
4402026-05-08T16:26:28.770Z Downloaded newline-converter v0.3.0
4412026-05-08T16:26:28.773Z Downloaded nibble_vec v0.1.0
4422026-05-08T16:26:28.773Z Downloaded nested v0.1.1
4432026-05-08T16:26:28.773Z Downloaded jobserver v0.1.34
4442026-05-08T16:26:28.776Z Downloaded nodrop v0.1.14
4452026-05-08T16:26:28.776Z Downloaded cobs v0.3.0
4462026-05-08T16:26:28.776Z Downloaded blake2 v0.10.6
4472026-05-08T16:26:28.780Z Downloaded libtest-mimic v0.8.1
4482026-05-08T16:26:28.780Z Downloaded libloading v0.8.9
4492026-05-08T16:26:28.780Z Downloaded elliptic-curve v0.13.8
4502026-05-08T16:26:28.783Z Downloaded httparse v1.10.1
4512026-05-08T16:26:28.786Z Downloaded hmac v0.12.1
4522026-05-08T16:26:28.786Z Downloaded dropshot_endpoint v0.16.7
4532026-05-08T16:26:28.789Z Downloaded bumpalo v3.20.2
4542026-05-08T16:26:28.789Z Downloaded normalize-line-endings v0.3.0
4552026-05-08T16:26:28.792Z Downloaded getrandom v0.3.4
4562026-05-08T16:26:28.792Z Downloaded linkme v0.3.35
4572026-05-08T16:26:28.796Z Downloaded linear-map v1.2.0
4582026-05-08T16:26:28.796Z Downloaded libsw v3.5.0
4592026-05-08T16:26:28.799Z Downloaded num v0.4.3
4602026-05-08T16:26:28.799Z Downloaded macaddr v1.0.1
4612026-05-08T16:26:28.799Z Downloaded num-iter v0.1.45
4622026-05-08T16:26:28.799Z Downloaded lock_api v0.4.14
4632026-05-08T16:26:28.802Z Downloaded hyper-rustls v0.27.7
4642026-05-08T16:26:28.802Z Downloaded num-derive v0.4.2
4652026-05-08T16:26:28.802Z Downloaded num-derive v0.3.3
4662026-05-08T16:26:28.805Z Downloaded flume v0.11.1
4672026-05-08T16:26:28.814Z Downloaded num-conv v0.2.0
4682026-05-08T16:26:28.814Z Downloaded maybe-uninit v2.0.0
4692026-05-08T16:26:28.814Z Downloaded libefi-sys v0.1.0
4702026-05-08T16:26:28.814Z Downloaded nonempty v0.12.0
4712026-05-08T16:26:28.817Z Downloaded half v2.7.1
4722026-05-08T16:26:28.817Z Downloaded getrandom v0.2.17
4732026-05-08T16:26:28.817Z Downloaded mime v0.3.17
4742026-05-08T16:26:28.817Z Downloaded iana-time-zone v0.1.65
4752026-05-08T16:26:28.817Z Downloaded getrandom v0.4.1
4762026-05-08T16:26:28.821Z Downloaded ar_archive_writer v0.5.1
4772026-05-08T16:26:28.821Z Downloaded num_threads v0.1.7
4782026-05-08T16:26:28.821Z Downloaded native-tls v0.2.18
4792026-05-08T16:26:28.824Z Downloaded opaque-debug v0.3.1
4802026-05-08T16:26:28.824Z Downloaded num_enum_derive v0.5.11
4812026-05-08T16:26:28.824Z Downloaded nanorand v0.7.0
4822026-05-08T16:26:28.827Z Downloaded multer v3.1.0
4832026-05-08T16:26:28.827Z Downloaded openssl-macros v0.1.1
4842026-05-08T16:26:28.827Z Downloaded mime_guess v2.0.5
4852026-05-08T16:26:28.830Z Downloaded ingot-macros v0.1.1
4862026-05-08T16:26:28.830Z Downloaded ena v0.14.4
4872026-05-08T16:26:28.830Z Downloaded ed25519 v2.2.3
4882026-05-08T16:26:28.833Z Downloaded deranged v0.5.8
4892026-05-08T16:26:28.833Z Downloaded anes v0.1.6
4902026-05-08T16:26:28.836Z Downloaded float-ord v0.3.2
4912026-05-08T16:26:28.836Z Downloaded backoff v0.4.0
4922026-05-08T16:26:28.836Z Downloaded ipnet v2.11.0
4932026-05-08T16:26:28.839Z Downloaded convert_case v0.10.0
4942026-05-08T16:26:28.839Z Downloaded camino-tempfile-ext v0.3.3
4952026-05-08T16:26:28.843Z Downloaded ordered-float v2.10.1
4962026-05-08T16:26:28.843Z Downloaded newtype_derive v0.1.6
4972026-05-08T16:26:28.846Z Downloaded newtype-uuid v1.3.2
4982026-05-08T16:26:28.846Z Downloaded oso-derive v0.27.3
4992026-05-08T16:26:28.846Z Downloaded openssl-probe v0.2.1
5002026-05-08T16:26:28.846Z Downloaded openssl-probe v0.1.6
5012026-05-08T16:26:28.849Z Downloaded base64 v0.21.7
5022026-05-08T16:26:28.853Z Downloaded httptest v0.16.4
5032026-05-08T16:26:28.856Z Downloaded crypto-bigint v0.5.5
5042026-05-08T16:26:28.861Z Downloaded libsw-core v0.3.2
5052026-05-08T16:26:28.863Z Downloaded nu-ansi-term v0.50.3
5062026-05-08T16:26:28.863Z Downloaded async-compression v0.4.41
5072026-05-08T16:26:28.868Z Downloaded litrs v1.0.0
5082026-05-08T16:26:28.871Z Downloaded num-rational v0.4.2
5092026-05-08T16:26:28.871Z Downloaded num-integer v0.1.46
5102026-05-08T16:26:28.874Z Downloaded parse-display v0.10.0
5112026-05-08T16:26:28.874Z Downloaded parking v2.2.1
5122026-05-08T16:26:28.875Z Downloaded parse-size v1.1.0
5132026-05-08T16:26:28.877Z Downloaded num_enum v0.7.5
5142026-05-08T16:26:28.881Z Downloaded pathdiff v0.2.3
5152026-05-08T16:26:28.881Z Downloaded path-slash v0.1.5
5162026-05-08T16:26:28.881Z Downloaded num_enum v0.5.11
5172026-05-08T16:26:28.885Z Downloaded pbkdf2 v0.11.0
5182026-05-08T16:26:28.888Z Downloaded pbkdf2 v0.12.2
5192026-05-08T16:26:28.888Z Downloaded num_enum_derive v0.7.5
5202026-05-08T16:26:28.888Z Downloaded olpc-cjson v0.1.4
5212026-05-08T16:26:28.888Z Downloaded icu_properties v2.1.2
5222026-05-08T16:26:28.891Z Downloaded litemap v0.8.1
5232026-05-08T16:26:28.891Z Downloaded percent-encoding v2.3.2
5242026-05-08T16:26:28.894Z Downloaded icu_provider v2.1.1
5252026-05-08T16:26:28.897Z Downloaded memmap2 v0.9.10
5262026-05-08T16:26:28.900Z Downloaded derive_more v2.1.1
5272026-05-08T16:26:28.905Z Downloaded phf_shared v0.13.1
5282026-05-08T16:26:28.908Z Downloaded libbz2-rs-sys v0.2.2
5292026-05-08T16:26:28.908Z Downloaded phf_shared v0.12.1
5302026-05-08T16:26:28.908Z Downloaded phf_shared v0.11.3
5312026-05-08T16:26:28.912Z Downloaded peg-runtime v0.8.5
5322026-05-08T16:26:28.912Z Downloaded oorandom v11.1.5
5332026-05-08T16:26:28.912Z Downloaded owo-colors v4.3.0
5342026-05-08T16:26:28.915Z Downloaded oxnet v0.1.4
5352026-05-08T16:26:28.915Z Downloaded indexmap v1.9.3
5362026-05-08T16:26:28.915Z Downloaded heapless v0.8.0
5372026-05-08T16:26:28.918Z Downloaded pin-utils v0.1.0
5382026-05-08T16:26:28.918Z Downloaded headers v0.4.1
5392026-05-08T16:26:28.922Z Downloaded plotters-backend v0.3.7
5402026-05-08T16:26:28.925Z Downloaded plain v0.2.3
5412026-05-08T16:26:28.925Z Downloaded owo-colors v3.5.0
5422026-05-08T16:26:28.925Z Downloaded heapless v0.7.17
5432026-05-08T16:26:28.929Z Downloaded derive_more-impl v2.1.1
5442026-05-08T16:26:28.932Z Downloaded dropshot-api-manager v0.7.1
5452026-05-08T16:26:28.932Z Downloaded packed_struct_codegen v0.10.1
5462026-05-08T16:26:28.935Z Downloaded plotters-svg v0.3.7
5472026-05-08T16:26:28.935Z Downloaded powerfmt v0.2.0
5482026-05-08T16:26:28.935Z Downloaded oxide-tokio-rt v0.1.4
5492026-05-08T16:26:28.939Z Downloaded clap_builder v4.5.60
5502026-05-08T16:26:28.942Z Downloaded potential_utf v0.1.4
5512026-05-08T16:26:28.942Z Downloaded cc v1.2.56
5522026-05-08T16:26:28.946Z Downloaded packed_struct v0.10.1
5532026-05-08T16:26:28.946Z Downloaded icu_locale_core v2.1.1
5542026-05-08T16:26:28.949Z Downloaded partial-io v0.5.4
5552026-05-08T16:26:28.949Z Downloaded paste v1.0.15
5562026-05-08T16:26:28.952Z Downloaded password-hash v0.4.2
5572026-05-08T16:26:28.952Z Downloaded ed25519-dalek v2.2.0
5582026-05-08T16:26:28.956Z Downloaded predicates-tree v1.0.13
5592026-05-08T16:26:28.956Z Downloaded indicatif v0.18.4
5602026-05-08T16:26:28.959Z Downloaded pretty-hex v0.4.1
5612026-05-08T16:26:28.959Z Downloaded predicates-core v1.0.10
5622026-05-08T16:26:28.960Z Downloaded precomputed-hash v0.1.1
5632026-05-08T16:26:28.960Z Downloaded peg v0.8.5
5642026-05-08T16:26:28.962Z Downloaded peg-macros v0.8.5
5652026-05-08T16:26:28.962Z Downloaded proc-macro-crate v1.3.1
5662026-05-08T16:26:28.966Z Downloaded proc-macro-crate v3.4.0
5672026-05-08T16:26:28.966Z Downloaded pem-rfc7468 v0.7.0
5682026-05-08T16:26:28.966Z Downloaded expectorate v1.2.0
5692026-05-08T16:26:28.968Z Downloaded fancy-regex v0.14.0
5702026-05-08T16:26:28.972Z Downloaded once_cell v1.21.3
5712026-05-08T16:26:28.972Z Downloaded omicron-zone-package v0.12.2
5722026-05-08T16:26:28.975Z Downloaded ignore v0.4.25
5732026-05-08T16:26:28.975Z Downloaded proc-macro-error-attr2 v2.0.0
5742026-05-08T16:26:28.975Z Downloaded path-tree v0.8.3
5752026-05-08T16:26:28.978Z Downloaded password-hash v0.5.0
5762026-05-08T16:26:28.978Z Downloaded parse-display-derive v0.10.0
5772026-05-08T16:26:28.978Z Downloaded num-complex v0.4.6
5782026-05-08T16:26:28.981Z Downloaded log v0.4.29
5792026-05-08T16:26:28.981Z Downloaded pin-project-lite v0.2.17
5802026-05-08T16:26:28.985Z Downloaded progenitor-client v0.11.2
5812026-05-08T16:26:28.988Z Downloaded pkg-config v0.3.32
5822026-05-08T16:26:28.988Z Downloaded flate2 v1.1.9
5832026-05-08T16:26:28.988Z Downloaded progenitor-client v0.10.0
5842026-05-08T16:26:28.991Z Downloaded phf v0.12.1
5852026-05-08T16:26:28.991Z Downloaded icu_normalizer_data v2.1.1
5862026-05-08T16:26:28.994Z Downloaded pkcs8 v0.10.2
5872026-05-08T16:26:28.994Z Downloaded parking_lot_core v0.8.6
5882026-05-08T16:26:28.997Z Downloaded diesel_derives v2.3.7
5892026-05-08T16:26:29.001Z Downloaded progenitor-macro v0.13.0
5902026-05-08T16:26:29.001Z Downloaded pin-project-internal v1.1.11
5912026-05-08T16:26:29.001Z Downloaded parking_lot v0.11.2
5922026-05-08T16:26:29.004Z Downloaded poly1305 v0.8.0
5932026-05-08T16:26:29.004Z Downloaded progenitor-client v0.14.0
5942026-05-08T16:26:29.007Z Downloaded progenitor-macro v0.10.0
5952026-05-08T16:26:29.007Z Downloaded ppv-lite86 v0.2.21
5962026-05-08T16:26:29.007Z Downloaded hickory-resolver v0.25.2
5972026-05-08T16:26:29.011Z Downloaded progenitor-macro v0.14.0
5982026-05-08T16:26:29.011Z Downloaded postgres-protocol v0.6.10
5992026-05-08T16:26:29.011Z Downloaded psl-types v2.0.11
6002026-05-08T16:26:29.015Z Downloaded progenitor-macro v0.11.2
6012026-05-08T16:26:29.015Z Downloaded hickory-resolver v0.24.4
6022026-05-08T16:26:29.018Z Downloaded der v0.7.10
6032026-05-08T16:26:29.018Z Downloaded num-traits v0.2.19
6042026-05-08T16:26:29.021Z Downloaded crossbeam-channel v0.5.15
6052026-05-08T16:26:29.024Z Downloaded pem v3.0.6
6062026-05-08T16:26:29.024Z Downloaded parking_lot_core v0.9.12
6072026-05-08T16:26:29.024Z Downloaded radium v0.7.0
6082026-05-08T16:26:29.027Z Downloaded parking_lot v0.12.5
6092026-05-08T16:26:29.027Z Downloaded quick-error v1.2.3
6102026-05-08T16:26:29.027Z Downloaded pest_derive v2.8.6
6112026-05-08T16:26:29.030Z Downloaded hashbrown v0.12.3
6122026-05-08T16:26:29.034Z Downloaded rand_chacha v0.3.1
6132026-05-08T16:26:29.034Z Downloaded aho-corasick v1.1.4
6142026-05-08T16:26:29.037Z Downloaded proc-macro-error-attr v1.0.4
6152026-05-08T16:26:29.040Z Downloaded primeorder v0.13.6
6162026-05-08T16:26:29.040Z Downloaded miniz_oxide v0.8.9
6172026-05-08T16:26:29.043Z Downloaded ref-cast-impl v1.0.25
6182026-05-08T16:26:29.043Z Downloaded recursive v0.1.1
6192026-05-08T16:26:29.043Z Downloaded proc-macro-error2 v2.0.1
6202026-05-08T16:26:29.046Z Downloaded aes v0.8.4
6212026-05-08T16:26:29.049Z Downloaded p256 v0.13.2
6222026-05-08T16:26:29.049Z Downloaded progenitor v0.14.0
6232026-05-08T16:26:29.052Z Downloaded knuffel v3.2.0
6242026-05-08T16:26:29.052Z Downloaded progenitor-client v0.13.0
6252026-05-08T16:26:29.055Z Downloaded recursive-proc-macro-impl v0.1.1
6262026-05-08T16:26:29.055Z Downloaded rand_xorshift v0.4.0
6272026-05-08T16:26:29.055Z Downloaded progenitor v0.11.2
6282026-05-08T16:26:29.056Z Downloaded progenitor v0.10.0
6292026-05-08T16:26:29.059Z Downloaded progenitor-extras v0.2.0
6302026-05-08T16:26:29.059Z Downloaded ref-cast v1.0.25
6312026-05-08T16:26:29.062Z Downloaded rfc6979 v0.4.0
6322026-05-08T16:26:29.062Z Downloaded progenitor v0.13.0
6332026-05-08T16:26:29.062Z Downloaded phf v0.13.1
6342026-05-08T16:26:29.065Z Downloaded icu_normalizer v2.1.1
6352026-05-08T16:26:29.065Z Downloaded jiff-static v0.2.21
6362026-05-08T16:26:29.067Z Downloaded crossterm v0.29.0
6372026-05-08T16:26:29.075Z Downloaded postcard v1.1.3
6382026-05-08T16:26:29.078Z Downloaded postgres-types v0.2.12
6392026-05-08T16:26:29.081Z Downloaded polyval v0.6.2
6402026-05-08T16:26:29.084Z Downloaded russh-cryptovec v0.7.3
6412026-05-08T16:26:29.084Z Downloaded papergrid v0.11.0
6422026-05-08T16:26:29.089Z Downloaded rustc_version v0.4.1
6432026-05-08T16:26:29.092Z Downloaded rtoolbox v0.0.3
6442026-05-08T16:26:29.092Z Downloaded psm v0.1.30
6452026-05-08T16:26:29.095Z Downloaded predicates v3.1.4
6462026-05-08T16:26:29.098Z Downloaded miette v5.10.0
6472026-05-08T16:26:29.100Z Downloaded r2d2 v0.8.10
6482026-05-08T16:26:29.103Z Downloaded aes-gcm v0.10.3
6492026-05-08T16:26:29.107Z Downloaded pest_generator v2.8.6
6502026-05-08T16:26:29.107Z Downloaded rand_core v0.10.0
6512026-05-08T16:26:29.107Z Downloaded hashbrown v0.13.2
6522026-05-08T16:26:29.114Z Downloaded rand_core v0.9.5
6532026-05-08T16:26:29.117Z Downloaded salsa20 v0.10.2
6542026-05-08T16:26:29.117Z Downloaded rand_core v0.6.4
6552026-05-08T16:26:29.117Z Downloaded rand_chacha v0.9.0
6562026-05-08T16:26:29.120Z Downloaded same-file v1.0.6
6572026-05-08T16:26:29.120Z Downloaded minimal-lexical v0.2.1
6582026-05-08T16:26:29.123Z Downloaded rand_seeder v0.4.0
6592026-05-08T16:26:29.123Z Downloaded proc-macro-error v1.0.4
6602026-05-08T16:26:29.127Z Downloaded relative-path v1.9.3
6612026-05-08T16:26:29.130Z Downloaded pin-project v1.1.11
6622026-05-08T16:26:29.133Z Downloaded sapling-renderdag v0.1.0
6632026-05-08T16:26:29.136Z Downloaded scheduled-thread-pool v0.2.7
6642026-05-08T16:26:29.136Z Downloaded pkcs1 v0.7.5
6652026-05-08T16:26:29.136Z Downloaded openssl-sys v0.9.114
6662026-05-08T16:26:29.140Z Downloaded resolv-conf v0.7.6
6672026-05-08T16:26:29.143Z Downloaded pkcs5 v0.7.1
6682026-05-08T16:26:29.146Z Downloaded http v1.4.0
6692026-05-08T16:26:29.155Z Downloaded scrypt v0.11.0
6702026-05-08T16:26:29.157Z Downloaded scroll_derive v0.13.1
6712026-05-08T16:26:29.157Z Downloaded scroll_derive v0.12.1
6722026-05-08T16:26:29.161Z Downloaded icu_collections v2.1.1
6732026-05-08T16:26:29.163Z Downloaded rust-argon2 v2.1.0
6742026-05-08T16:26:29.166Z Downloaded hyper-util v0.1.20
6752026-05-08T16:26:29.170Z Downloaded secrecy v0.10.3
6762026-05-08T16:26:29.170Z Downloaded serde-value v0.7.0
6772026-05-08T16:26:29.173Z Downloaded secrecy v0.8.0
6782026-05-08T16:26:29.173Z Downloaded serde-big-array v0.5.1
6792026-05-08T16:26:29.174Z Downloaded serde_bytes v0.11.19
6802026-05-08T16:26:29.174Z Downloaded mio v1.2.0
6812026-05-08T16:26:29.177Z Downloaded semver v0.1.20
6822026-05-08T16:26:29.180Z Downloaded rustc_version v0.1.7
6832026-05-08T16:26:29.180Z Downloaded rustc-demangle v0.1.27
6842026-05-08T16:26:29.180Z Downloaded memchr v2.8.0
6852026-05-08T16:26:29.183Z Downloaded indexmap v2.14.0
6862026-05-08T16:26:29.186Z Downloaded quote v1.0.45
6872026-05-08T16:26:29.189Z Downloaded rustc-hash v2.1.1
6882026-05-08T16:26:29.189Z Downloaded rustls-pemfile v2.2.0
6892026-05-08T16:26:29.192Z Downloaded rusty-fork v0.3.1
6902026-05-08T16:26:29.192Z Downloaded rustls-pemfile v1.0.4
6912026-05-08T16:26:29.195Z Downloaded serde_repr v0.1.20
6922026-05-08T16:26:29.195Z Downloaded serde_plain v1.0.2
6932026-05-08T16:26:29.198Z Downloaded rustversion v1.0.22
6942026-05-08T16:26:29.201Z Downloaded proc-macro2 v1.0.106
6952026-05-08T16:26:29.204Z Downloaded oso v0.27.3
6962026-05-08T16:26:29.207Z Downloaded itertools v0.10.5
6972026-05-08T16:26:29.213Z Downloaded serde_spanned v1.0.4
6982026-05-08T16:26:29.217Z Downloaded serde_urlencoded v0.7.1
6992026-05-08T16:26:29.217Z Downloaded schemars_derive v0.8.22
7002026-05-08T16:26:29.220Z Downloaded progenitor-impl v0.13.0
7012026-05-08T16:26:29.220Z Downloaded serde_regex v1.1.0
7022026-05-08T16:26:29.220Z Downloaded serde_spanned v0.6.9
7032026-05-08T16:26:29.223Z Downloaded hickory-server v0.25.2
7042026-05-08T16:26:29.227Z Downloaded quinn-udp v0.5.14
7052026-05-08T16:26:29.230Z Downloaded progenitor-impl v0.14.0
7062026-05-08T16:26:29.230Z Downloaded progenitor-impl v0.11.2
7072026-05-08T16:26:29.234Z Downloaded sigpipe v0.1.3
7082026-05-08T16:26:29.234Z Downloaded sha1 v0.10.6
7092026-05-08T16:26:29.234Z Downloaded sct v0.7.1
7102026-05-08T16:26:29.237Z Downloaded signal-hook-tokio v0.3.1
7112026-05-08T16:26:29.237Z Downloaded signal-hook-mio v0.2.5
7122026-05-08T16:26:29.240Z Downloaded shell-words v1.1.1
7132026-05-08T16:26:29.240Z Downloaded scopeguard v1.2.0
7142026-05-08T16:26:29.240Z Downloaded prefix-trie v0.7.0
7152026-05-08T16:26:29.243Z Downloaded scroll v0.13.0
7162026-05-08T16:26:29.243Z Downloaded siphasher v1.0.2
7172026-05-08T16:26:29.246Z Downloaded seq-macro v0.3.6
7182026-05-08T16:26:29.246Z Downloaded prettyplease v0.2.37
7192026-05-08T16:26:29.249Z Downloaded signature v2.2.0
7202026-05-08T16:26:29.249Z Downloaded serde-untagged v0.1.9
7212026-05-08T16:26:29.249Z Downloaded hashbrown v0.16.1
7222026-05-08T16:26:29.252Z Downloaded similar-asserts v1.7.0
7232026-05-08T16:26:29.255Z Downloaded sec1 v0.7.3
7242026-05-08T16:26:29.255Z Downloaded scroll v0.12.0
7252026-05-08T16:26:29.258Z Downloaded serde_derive_internals v0.29.1
7262026-05-08T16:26:29.258Z Downloaded rustls-pki-types v1.14.0
7272026-05-08T16:26:29.260Z Downloaded guppy v0.17.25
7282026-05-08T16:26:29.263Z Downloaded pest_meta v2.8.6
7292026-05-08T16:26:29.263Z Downloaded papergrid v0.17.0
7302026-05-08T16:26:29.266Z Downloaded rustls-native-certs v0.8.3
7312026-05-08T16:26:29.269Z Downloaded progenitor-impl v0.10.0
7322026-05-08T16:26:29.272Z Downloaded slog-bunyan v2.5.0
7332026-05-08T16:26:29.275Z Downloaded slog-envlogger v2.2.0
7342026-05-08T16:26:29.276Z Downloaded smawk v0.3.2
7352026-05-08T16:26:29.279Z Downloaded serde_path_to_error v0.1.20
7362026-05-08T16:26:29.281Z Downloaded rcgen v0.12.1
7372026-05-08T16:26:29.293Z Downloaded serde_tokenstream v0.2.3
7382026-05-08T16:26:29.298Z Downloaded ssh-cipher v0.2.0
7392026-05-08T16:26:29.301Z Downloaded sqlparser_derive v0.5.0
7402026-05-08T16:26:29.301Z Downloaded nom v7.1.3
7412026-05-08T16:26:29.304Z Downloaded shlex v1.3.0
7422026-05-08T16:26:29.304Z Downloaded libxml v0.3.3
7432026-05-08T16:26:29.309Z Downloaded serde-hex v0.1.0
7442026-05-08T16:26:29.312Z Downloaded sha2 v0.10.9
7452026-05-08T16:26:29.315Z Downloaded strip-ansi-escapes v0.2.1
7462026-05-08T16:26:29.318Z Downloaded slog-async v2.8.0
7472026-05-08T16:26:29.318Z Downloaded hashbrown v0.17.0
7482026-05-08T16:26:29.321Z Downloaded semver v1.0.28
7492026-05-08T16:26:29.324Z Downloaded stable_deref_trait v1.2.1
7502026-05-08T16:26:29.324Z Downloaded signal-hook-registry v1.4.8
7512026-05-08T16:26:29.324Z Downloaded simd-adler32 v0.3.8
7522026-05-08T16:26:29.327Z Downloaded slab v0.4.12
7532026-05-08T16:26:29.330Z Downloaded structmeta v0.3.0
7542026-05-08T16:26:29.330Z Downloaded strum v0.27.2
7552026-05-08T16:26:29.330Z Downloaded strum v0.26.3
7562026-05-08T16:26:29.333Z Downloaded strsim v0.11.1
7572026-05-08T16:26:29.336Z Downloaded idna v1.1.0
7582026-05-08T16:26:29.339Z Downloaded slog-term v2.9.2
7592026-05-08T16:26:29.339Z Downloaded slog-scope v4.4.1
7602026-05-08T16:26:29.339Z Downloaded rand_distr v0.5.1
7612026-05-08T16:26:29.342Z Downloaded ryu v1.0.23
7622026-05-08T16:26:29.345Z Downloaded structmeta-derive v0.3.0
7632026-05-08T16:26:29.345Z Downloaded rayon-core v1.13.0
7642026-05-08T16:26:29.348Z Downloaded swrite v0.1.0
7652026-05-08T16:26:29.353Z Downloaded tagptr v0.2.0
7662026-05-08T16:26:29.353Z Downloaded smf v0.2.3
7672026-05-08T16:26:29.353Z Downloaded tabled_derive v0.11.0
7682026-05-08T16:26:29.356Z Downloaded supports-color v2.1.0
7692026-05-08T16:26:29.356Z Downloaded sync_wrapper v1.0.2
7702026-05-08T16:26:29.356Z Downloaded sync-ptr v0.1.4
7712026-05-08T16:26:29.356Z Downloaded supports-hyperlinks v2.1.0
7722026-05-08T16:26:29.356Z Downloaded serde_with_macros v3.17.0
7732026-05-08T16:26:29.359Z Downloaded itertools v0.14.0
7742026-05-08T16:26:29.362Z Downloaded tap v1.0.1
7752026-05-08T16:26:29.362Z Downloaded take_mut v0.2.2
7762026-05-08T16:26:29.365Z Downloaded tabwriter v1.4.1
7772026-05-08T16:26:29.365Z Downloaded schemars v0.8.22
7782026-05-08T16:26:29.370Z Downloaded tabled_derive v0.7.0
7792026-05-08T16:26:29.372Z Downloaded snafu-derive v0.8.9
7802026-05-08T16:26:29.372Z Downloaded smallvec v0.6.14
7812026-05-08T16:26:29.372Z Downloaded slog-stdlog v4.1.1
7822026-05-08T16:26:29.375Z Downloaded ron v0.8.1
7832026-05-08T16:26:29.378Z Downloaded spki v0.7.3
7842026-05-08T16:26:29.379Z Downloaded rstest_macros v0.25.0
7852026-05-08T16:26:29.381Z Downloaded itertools v0.13.0
7862026-05-08T16:26:29.384Z Downloaded static_assertions v1.1.0
7872026-05-08T16:26:29.384Z Downloaded pretty_assertions v1.4.1
7882026-05-08T16:26:29.387Z Downloaded ssh-encoding v0.2.0
7892026-05-08T16:26:29.387Z Downloaded russh-keys v0.45.0
7902026-05-08T16:26:29.390Z Downloaded rstest v0.25.0
7912026-05-08T16:26:29.393Z Downloaded stringmetrics v2.2.2
7922026-05-08T16:26:29.396Z Downloaded string_cache v0.8.9
7932026-05-08T16:26:29.396Z Downloaded stringprep v0.1.5
7942026-05-08T16:26:29.396Z Downloaded testing_table v0.3.0
7952026-05-08T16:26:29.399Z Downloaded termtree v0.5.1
7962026-05-08T16:26:29.399Z Downloaded terminal_size v0.4.3
7972026-05-08T16:26:29.399Z Downloaded terminal_size v0.1.17
7982026-05-08T16:26:29.399Z Downloaded subtle v2.6.1
7992026-05-08T16:26:29.402Z Downloaded strum_macros v0.24.3
8002026-05-08T16:26:29.402Z Downloaded stacker v0.1.23
8012026-05-08T16:26:29.406Z Downloaded strum_macros v0.26.4
8022026-05-08T16:26:29.406Z Downloaded icu_properties_data v2.1.2
8032026-05-08T16:26:29.410Z Downloaded rustls-platform-verifier v0.6.2
8042026-05-08T16:26:29.413Z Downloaded supports-color v3.0.2
8052026-05-08T16:26:29.416Z Downloaded smallvec v1.15.1
8062026-05-08T16:26:29.416Z Downloaded support-bundle-viewer v0.1.2
8072026-05-08T16:26:29.416Z Downloaded strum_macros v0.27.2
8082026-05-08T16:26:29.419Z Downloaded slog-json v2.6.1
8092026-05-08T16:26:29.419Z Downloaded slog-dtrace v0.3.0
8102026-05-08T16:26:29.422Z Downloaded hkdf v0.12.4
8112026-05-08T16:26:29.422Z Downloaded futures-util v0.3.32
8122026-05-08T16:26:29.428Z Downloaded spin v0.9.8
8132026-05-08T16:26:29.431Z Downloaded serde_yaml v0.9.34+deprecated
8142026-05-08T16:26:29.434Z Downloaded thread-id v4.2.2
8152026-05-08T16:26:29.434Z Downloaded thiserror-impl-no-std v2.0.2
8162026-05-08T16:26:29.434Z Downloaded thread-id v5.1.0
8172026-05-08T16:26:29.437Z Downloaded sqlformat v0.3.5
8182026-05-08T16:26:29.437Z Downloaded signal-hook v0.3.18
8192026-05-08T16:26:29.440Z Downloaded goblin v0.8.2
8202026-05-08T16:26:29.443Z Downloaded publicsuffix v2.3.0
8212026-05-08T16:26:29.446Z Downloaded rsa v0.9.10
8222026-05-08T16:26:29.449Z Downloaded time-core v0.1.8
8232026-05-08T16:26:29.449Z Downloaded schemars v0.9.0
8242026-05-08T16:26:29.454Z Downloaded tokio-macros v2.7.0
8252026-05-08T16:26:29.457Z Downloaded tinyvec_macros v0.1.1
8262026-05-08T16:26:29.457Z Downloaded target-lexicon v0.13.3
8272026-05-08T16:26:29.457Z Downloaded rustls-webpki v0.103.9
8282026-05-08T16:26:29.460Z Downloaded pest v2.8.6
8292026-05-08T16:26:29.463Z Downloaded target-triple v1.0.0
8302026-05-08T16:26:29.466Z Downloaded termcolor v1.4.1
8312026-05-08T16:26:29.466Z Downloaded aws-lc-rs v1.16.0
8322026-05-08T16:26:29.471Z Downloaded tokio-test v0.4.5
8332026-05-08T16:26:29.473Z Downloaded thiserror v2.0.18
8342026-05-08T16:26:29.476Z Downloaded termios v0.3.3
8352026-05-08T16:26:29.479Z Downloaded synstructure v0.13.2
8362026-05-08T16:26:29.479Z Downloaded target-spec v3.5.7
8372026-05-08T16:26:29.479Z Downloaded serde_core v1.0.228
8382026-05-08T16:26:29.482Z Downloaded toml_datetime v0.6.11
8392026-05-08T16:26:29.482Z Downloaded thiserror-impl v1.0.69
8402026-05-08T16:26:29.485Z Downloaded bitvec v1.0.1
8412026-05-08T16:26:29.491Z Downloaded try-lock v0.2.5
8422026-05-08T16:26:29.494Z Downloaded topological-sort v0.2.2
8432026-05-08T16:26:29.494Z Downloaded toml_write v0.1.2
8442026-05-08T16:26:29.494Z Downloaded thiserror-impl v2.0.18
8452026-05-08T16:26:29.497Z Downloaded p521 v0.13.3
8462026-05-08T16:26:29.497Z Downloaded tower-service v0.3.3
8472026-05-08T16:26:29.500Z Downloaded rand v0.9.2
8482026-05-08T16:26:29.503Z Downloaded tinystr v0.8.2
8492026-05-08T16:26:29.503Z Downloaded thiserror v1.0.69
8502026-05-08T16:26:29.506Z Downloaded typeid v1.0.3
8512026-05-08T16:26:29.509Z Downloaded tower-layer v0.3.3
8522026-05-08T16:26:29.509Z Downloaded thread_local v1.1.9
8532026-05-08T16:26:29.509Z Downloaded thiserror-no-std v2.0.2
8542026-05-08T16:26:29.512Z Downloaded tinytemplate v1.2.1
8552026-05-08T16:26:29.515Z Downloaded schemars v1.2.1
8562026-05-08T16:26:29.520Z Downloaded unicode-truncate v1.1.0
8572026-05-08T16:26:29.523Z Downloaded typify-macro v0.4.3
8582026-05-08T16:26:29.523Z Downloaded unicode-linebreak v0.1.5
8592026-05-08T16:26:29.523Z Downloaded tokio-native-tls v0.3.1
8602026-05-08T16:26:29.526Z Downloaded tokio-dtrace v0.1.1
8612026-05-08T16:26:29.526Z Downloaded tempfile v3.25.0
8622026-05-08T16:26:29.529Z Downloaded unarray v0.1.4
8632026-05-08T16:26:29.529Z Downloaded tokio-tungstenite v0.23.1
8642026-05-08T16:26:29.532Z Downloaded tls_codec_derive v0.4.2
8652026-05-08T16:26:29.532Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8662026-05-08T16:26:29.532Z Downloaded tokio-rustls v0.25.0
8672026-05-08T16:26:29.535Z Downloaded term v1.2.1
8682026-05-08T16:26:29.538Z Downloaded usdt v0.6.0
8692026-05-08T16:26:29.538Z Downloaded blake3 v1.8.3
8702026-05-08T16:26:29.541Z Downloaded socket2 v0.5.10
8712026-05-08T16:26:29.543Z Downloaded subprocess v0.2.15
8722026-05-08T16:26:29.546Z Downloaded unit-prefix v0.5.2
8732026-05-08T16:26:29.546Z Downloaded term v0.7.0
8742026-05-08T16:26:29.549Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8752026-05-08T16:26:29.549Z Downloaded trait-variant v0.1.2
8762026-05-08T16:26:29.549Z Downloaded similar v2.7.0
8772026-05-08T16:26:29.552Z Downloaded usdt-attr-macro v0.6.0
8782026-05-08T16:26:29.552Z Downloaded typify-macro v0.6.2
8792026-05-08T16:26:29.555Z Downloaded tls_codec v0.4.2
8802026-05-08T16:26:29.555Z Downloaded utf8parse v0.2.2
8812026-05-08T16:26:29.555Z Downloaded universal-hash v0.5.1
8822026-05-08T16:26:29.558Z Downloaded unicode-xid v0.2.6
8832026-05-08T16:26:29.558Z Downloaded tiny-keccak v2.0.2
8842026-05-08T16:26:29.561Z Downloaded plotters v0.3.7
8852026-05-08T16:26:29.564Z Downloaded toml_writer v1.0.6+spec-1.1.0
8862026-05-08T16:26:29.567Z Downloaded bindgen v0.71.1
8872026-05-08T16:26:29.570Z Downloaded utf8_iter v1.0.4
8882026-05-08T16:26:29.573Z Downloaded void v1.0.2
8892026-05-08T16:26:29.573Z Downloaded utf-8 v0.7.6
8902026-05-08T16:26:29.573Z Downloaded serde v1.0.228
8912026-05-08T16:26:29.576Z Downloaded usdt v0.5.0
8922026-05-08T16:26:29.576Z Downloaded untrusted v0.9.0
8932026-05-08T16:26:29.576Z Downloaded untrusted v0.7.1
8942026-05-08T16:26:29.579Z Downloaded socket2 v0.6.3
8952026-05-08T16:26:29.579Z Downloaded usdt-macro v0.5.0
8962026-05-08T16:26:29.579Z Downloaded usdt-attr-macro v0.5.0
8972026-05-08T16:26:29.579Z Downloaded usdt-macro v0.6.0
8982026-05-08T16:26:29.582Z Downloaded slog v2.8.2
8992026-05-08T16:26:29.582Z Downloaded test-strategy v0.4.5
9002026-05-08T16:26:29.585Z Downloaded time-macros v0.2.27
9012026-05-08T16:26:29.588Z Downloaded rand v0.10.0
9022026-05-08T16:26:29.588Z Downloaded tui-tree-widget v0.23.1
9032026-05-08T16:26:29.591Z Downloaded tokio-rustls v0.24.1
9042026-05-08T16:26:29.591Z Downloaded samael v0.0.19
9052026-05-08T16:26:29.594Z Downloaded unicase v2.9.0
9062026-05-08T16:26:29.596Z Downloaded tokio-tungstenite v0.21.0
9072026-05-08T16:26:29.597Z Downloaded version_check v0.9.5
9082026-05-08T16:26:29.597Z Downloaded libm v0.2.16
9092026-05-08T16:26:29.602Z Downloaded waitgroup v0.1.2
9102026-05-08T16:26:29.605Z Downloaded wait-timeout v0.2.1
9112026-05-08T16:26:29.605Z Downloaded toml v0.8.23
9122026-05-08T16:26:29.608Z Downloaded serde_derive v1.0.228
9132026-05-08T16:26:29.608Z Downloaded serde_cbor v0.11.2
9142026-05-08T16:26:29.611Z Downloaded rand v0.8.5
9152026-05-08T16:26:29.613Z Downloaded qorb v0.4.1
9162026-05-08T16:26:29.616Z Downloaded num-bigint-dig v0.8.6
9172026-05-08T16:26:29.619Z Downloaded num-bigint v0.4.6
9182026-05-08T16:26:29.622Z Downloaded tokio-stream v0.1.18
9192026-05-08T16:26:29.622Z Downloaded usdt-impl v0.6.0
9202026-05-08T16:26:29.625Z Downloaded want v0.3.1
9212026-05-08T16:26:29.625Z Downloaded chrono v0.4.44
9222026-05-08T16:26:29.628Z Downloaded toml_parser v1.0.9+spec-1.1.0
9232026-05-08T16:26:29.631Z Downloaded iddqd v0.3.18
9242026-05-08T16:26:29.634Z Downloaded textwrap v0.16.2
9252026-05-08T16:26:29.637Z Downloaded snafu v0.8.9
9262026-05-08T16:26:29.640Z Downloaded xattr v1.6.1
9272026-05-08T16:26:29.643Z Downloaded zerofrom v0.1.6
9282026-05-08T16:26:29.643Z Downloaded tracing-attributes v0.1.31
9292026-05-08T16:26:29.643Z Downloaded zerofrom-derive v0.1.6
9302026-05-08T16:26:29.646Z Downloaded tar v0.4.45
9312026-05-08T16:26:29.646Z Downloaded steno v0.4.1
9322026-05-08T16:26:29.649Z Downloaded zeroize_derive v1.4.3
9332026-05-08T16:26:29.649Z Downloaded yoke-derive v0.8.1
9342026-05-08T16:26:29.649Z Downloaded zone v0.3.1
9352026-05-08T16:26:29.652Z Downloaded twox-hash v2.1.2
9362026-05-08T16:26:29.652Z Downloaded h2 v0.4.13
9372026-05-08T16:26:29.655Z Downloaded uzers v0.12.2
9382026-05-08T16:26:29.658Z Downloaded vergen-git2 v1.0.7
9392026-05-08T16:26:29.658Z Downloaded tinyvec v1.10.0
9402026-05-08T16:26:29.661Z Downloaded rpassword v7.4.0
9412026-05-08T16:26:29.661Z Downloaded unicode-properties v0.1.4
9422026-05-08T16:26:29.664Z Downloaded russh v0.45.0
9432026-05-08T16:26:29.667Z Downloaded vergen-lib v0.1.6
9442026-05-08T16:26:29.667Z Downloaded quinn v0.11.9
9452026-05-08T16:26:29.671Z Downloaded hyper v1.8.1
9462026-05-08T16:26:29.673Z Downloaded itertools v0.12.1
9472026-05-08T16:26:29.676Z Downloaded zone_cfg_derive v0.3.1
9482026-05-08T16:26:29.676Z Downloaded whoami v2.1.0
9492026-05-08T16:26:29.679Z Downloaded toml v0.7.8
9502026-05-08T16:26:29.679Z Downloaded walkdir v2.5.0
9512026-05-08T16:26:29.682Z Downloaded ucd-trie v0.1.7
9522026-05-08T16:26:29.682Z Downloaded toml v1.0.6+spec-1.1.0
9532026-05-08T16:26:29.685Z Downloaded vsss-rs v3.3.4
9542026-05-08T16:26:29.685Z Downloaded textwrap v0.15.2
9552026-05-08T16:26:29.688Z Downloaded curve25519-dalek v4.1.3
9562026-05-08T16:26:29.692Z Downloaded usdt-impl v0.5.0
9572026-05-08T16:26:29.695Z Downloaded xshell-macros v0.2.7
9582026-05-08T16:26:29.695Z Downloaded whoami v1.6.1
9592026-05-08T16:26:29.695Z Downloaded wyz v0.5.1
9602026-05-08T16:26:29.698Z Downloaded ssh-key v0.6.7
9612026-05-08T16:26:29.701Z Downloaded xshell v0.2.7
9622026-05-08T16:26:29.701Z Downloaded tungstenite v0.21.0
9632026-05-08T16:26:29.704Z Downloaded writeable v0.6.2
9642026-05-08T16:26:29.704Z Downloaded rustyline v14.0.0
9652026-05-08T16:26:29.707Z Downloaded git2 v0.20.4
9662026-05-08T16:26:29.711Z Downloaded tokio-rustls v0.26.4
9672026-05-08T16:26:29.714Z Downloaded tracing-core v0.1.36
9682026-05-08T16:26:29.714Z Downloaded tungstenite v0.23.0
9692026-05-08T16:26:29.717Z Downloaded typify v0.4.3
9702026-05-08T16:26:29.720Z Downloaded zeroize v1.8.2
9712026-05-08T16:26:29.720Z Downloaded vergen-gitcl v1.0.8
9722026-05-08T16:26:29.720Z Downloaded typify v0.6.2
9732026-05-08T16:26:29.723Z Downloaded trybuild v1.0.116
9742026-05-08T16:26:29.726Z Downloaded zmij v1.0.21
9752026-05-08T16:26:29.726Z Downloaded p384 v0.13.1
9762026-05-08T16:26:29.729Z Downloaded regex v1.12.3
9772026-05-08T16:26:29.732Z Downloaded unicode-bidi v0.3.18
9782026-05-08T16:26:29.735Z Downloaded toml v0.9.12+spec-1.1.0
9792026-05-08T16:26:29.738Z Downloaded unicode-ident v1.0.24
9802026-05-08T16:26:29.738Z Downloaded reedline v0.40.0
9812026-05-08T16:26:29.742Z Downloaded zstd-safe v7.2.4
9822026-05-08T16:26:29.745Z Downloaded iri-string v0.7.10
9832026-05-08T16:26:29.748Z Downloaded zstd v0.13.3
9842026-05-08T16:26:29.751Z Downloaded unsafe-libyaml v0.2.11
9852026-05-08T16:26:29.751Z Downloaded zerocopy v0.6.6
9862026-05-08T16:26:29.755Z Downloaded hashbrown v0.15.5
9872026-05-08T16:26:29.757Z Downloaded hashbrown v0.14.5
9882026-05-08T16:26:29.760Z Downloaded toml_edit v0.23.10+spec-1.0.0
9892026-05-08T16:26:29.763Z Downloaded supports-unicode v2.1.0
9902026-05-08T16:26:29.763Z Downloaded toml_edit v0.22.27
9912026-05-08T16:26:29.769Z Downloaded lalrpop v0.19.12
9922026-05-08T16:26:29.773Z Downloaded yasna v0.5.2
9932026-05-08T16:26:29.776Z Downloaded reqwest v0.13.2
9942026-05-08T16:26:29.779Z Downloaded typenum v1.19.0
9952026-05-08T16:26:29.782Z Downloaded zerocopy-derive v0.7.35
9962026-05-08T16:26:29.785Z Downloaded yoke v0.8.1
9972026-05-08T16:26:29.788Z Downloaded vergen v9.0.6
9982026-05-08T16:26:29.795Z Downloaded portable-atomic v1.13.1
9992026-05-08T16:26:29.799Z Downloaded goblin v0.10.5
10002026-05-08T16:26:29.804Z Downloaded quick-xml v0.37.5
10012026-05-08T16:26:29.808Z Downloaded bstr v1.12.1
10022026-05-08T16:26:29.813Z Downloaded zerovec-derive v0.11.2
10032026-05-08T16:26:29.816Z Downloaded vte v0.14.1
10042026-05-08T16:26:29.816Z Downloaded moka v0.12.13
10052026-05-08T16:26:29.820Z Downloaded toml_edit v0.19.15
10062026-05-08T16:26:29.829Z Downloaded reqwest v0.12.28
10072026-05-08T16:26:29.850Z Downloaded tokio-postgres v0.7.16
10082026-05-08T16:26:29.855Z Downloaded zopfli v0.8.3
10092026-05-08T16:26:29.858Z Downloaded unicode_categories v0.1.1
10102026-05-08T16:26:29.861Z Downloaded petname v2.0.2
10112026-05-08T16:26:29.864Z Downloaded url v2.5.8
10122026-05-08T16:26:29.867Z Downloaded rustls-webpki v0.101.7
10132026-05-08T16:26:29.874Z Downloaded uuid v1.23.0
10142026-05-08T16:26:29.877Z Downloaded salty v0.3.0
10152026-05-08T16:26:29.886Z Downloaded zip v0.6.6
10162026-05-08T16:26:29.889Z Downloaded zerotrie v0.2.3
10172026-05-08T16:26:29.892Z Downloaded typed-path v0.9.3
10182026-05-08T16:26:29.895Z Downloaded gimli v0.32.3
10192026-05-08T16:26:29.899Z Downloaded tower v0.5.3
10202026-05-08T16:26:29.904Z Downloaded serde_json v1.0.149
10212026-05-08T16:26:29.908Z Downloaded nix v0.27.1
10222026-05-08T16:26:29.914Z Downloaded x509-cert v0.2.5
10232026-05-08T16:26:29.917Z Downloaded zerocopy-derive v0.8.40
10242026-05-08T16:26:29.922Z Downloaded proptest v1.10.0
10252026-05-08T16:26:29.929Z Downloaded rayon v1.11.0
10262026-05-08T16:26:29.933Z Downloaded rustls-webpki v0.102.8
10272026-05-08T16:26:29.944Z Downloaded yansi v1.0.1
10282026-05-08T16:26:29.951Z Downloaded tough v0.20.0
10292026-05-08T16:26:29.956Z Downloaded quinn-proto v0.11.13
10302026-05-08T16:26:29.960Z Downloaded unicode-normalization v0.1.25
10312026-05-08T16:26:29.963Z Downloaded tower-http v0.6.8
10322026-05-08T16:26:29.967Z Downloaded tokio-util v0.7.18
10332026-05-08T16:26:29.971Z Downloaded serde_with v3.17.0
10342026-05-08T16:26:29.977Z Downloaded polar-core v0.27.3
10352026-05-08T16:26:29.983Z Downloaded zerovec v0.11.5
10362026-05-08T16:26:29.989Z Downloaded radix_trie v0.2.1
10372026-05-08T16:26:29.992Z Downloaded unicode-segmentation v1.12.0
10382026-05-08T16:26:29.995Z Downloaded object v0.30.4
10392026-05-08T16:26:30.011Z Downloaded zip v4.6.1
10402026-05-08T16:26:30.025Z Downloaded openssl v0.10.78
10412026-05-08T16:26:30.032Z Downloaded nix v0.28.0
10422026-05-08T16:26:30.039Z Downloaded zerocopy v0.7.35
10432026-05-08T16:26:30.048Z Downloaded regex-syntax v0.6.29
10442026-05-08T16:26:30.052Z Downloaded winnow v0.5.40
10452026-05-08T16:26:30.057Z Downloaded tabled v0.15.0
10462026-05-08T16:26:30.066Z Downloaded tabled v0.20.0
10472026-05-08T16:26:30.075Z Downloaded syn v1.0.109
10482026-05-08T16:26:30.081Z Downloaded nix v0.31.2
10492026-05-08T16:26:30.088Z Downloaded nix v0.29.0
10502026-05-08T16:26:30.095Z Downloaded winnow v0.6.26
10512026-05-08T16:26:30.099Z Downloaded hickory-proto v0.24.4
10522026-05-08T16:26:30.109Z Downloaded smoltcp v0.9.1
10532026-05-08T16:26:30.115Z Downloaded time v0.3.47
10542026-05-08T16:26:30.122Z Downloaded rustls v0.21.12
10552026-05-08T16:26:30.128Z Downloaded object v0.37.3
10562026-05-08T16:26:30.135Z Downloaded diesel v2.3.7
10572026-05-08T16:26:30.147Z Downloaded winnow v0.7.14
10582026-05-08T16:26:30.153Z Downloaded rustls v0.22.4
10592026-05-08T16:26:30.160Z Downloaded regex-syntax v0.8.10
10602026-05-08T16:26:30.165Z Downloaded zlib-rs v0.6.2
10612026-05-08T16:26:30.168Z Downloaded regress v0.10.5
10622026-05-08T16:26:30.174Z Downloaded syn v2.0.117
10632026-05-08T16:26:30.180Z Downloaded webpki-roots v1.0.6
10642026-05-08T16:26:30.183Z Downloaded unicode-width v0.1.14
10652026-05-08T16:26:30.186Z Downloaded vcpkg v0.2.15
10662026-05-08T16:26:30.209Z Downloaded zerocopy v0.8.40
10672026-05-08T16:26:30.215Z Downloaded rustls v0.23.37
10682026-05-08T16:26:30.221Z Downloaded regress v0.11.1
10692026-05-08T16:26:30.227Z Downloaded rustix v0.38.44
10702026-05-08T16:26:30.240Z Downloaded unicode-width v0.2.0
10712026-05-08T16:26:30.244Z Downloaded rustix v1.1.3
10722026-05-08T16:26:30.258Z Downloaded smoltcp v0.11.0
10732026-05-08T16:26:30.266Z Downloaded hickory-proto v0.25.2
10742026-05-08T16:26:30.275Z Downloaded openapiv3 v2.2.0
10752026-05-08T16:26:30.283Z Downloaded sqlparser v0.61.0
10762026-05-08T16:26:30.288Z Downloaded dropshot v0.17.0
10772026-05-08T16:26:30.301Z Downloaded dropshot v0.16.7
10782026-05-08T16:26:30.312Z Downloaded sled v0.34.7
10792026-05-08T16:26:30.318Z Downloaded bzip2-sys v0.1.13+1.0.8
10802026-05-08T16:26:30.326Z Downloaded tracing v0.1.44
10812026-05-08T16:26:30.347Z Downloaded ratatui v0.29.0
10822026-05-08T16:26:30.364Z Downloaded typify-impl v0.6.2
10832026-05-08T16:26:30.370Z Downloaded zerocopy-derive v0.6.6
10842026-05-08T16:26:30.376Z Downloaded typify-impl v0.4.3
10852026-05-08T16:26:30.388Z Downloaded jiff v0.2.21
10862026-05-08T16:26:30.421Z Downloaded regex-automata v0.4.14
10872026-05-08T16:26:30.431Z Downloaded sha3 v0.10.8
10882026-05-08T16:26:30.445Z Downloaded tokio v1.52.1
10892026-05-08T16:26:30.468Z Downloaded petgraph v0.6.5
10902026-05-08T16:26:30.479Z Downloaded chrono-tz v0.10.4
10912026-05-08T16:26:30.503Z Downloaded libc v0.2.185
10922026-05-08T16:26:30.523Z Downloaded petgraph v0.8.3
10932026-05-08T16:26:30.541Z Downloaded libz-sys v1.1.24
10942026-05-08T16:26:30.553Z Downloaded csv v1.4.0
10952026-05-08T16:26:30.565Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10962026-05-08T16:26:30.590Z Downloaded ring v0.17.14
10972026-05-08T16:26:30.642Z Downloaded encoding_rs v0.8.35
10982026-05-08T16:26:30.689Z Downloaded httpmock v0.8.3
10992026-05-08T16:26:30.701Z Downloaded libgit2-sys v0.18.3+1.9.2
11002026-05-08T16:26:31.128Z Downloaded aws-lc-sys v0.37.1
11012026-05-08T16:26:31.555Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11022026-05-08T16:26:33.987Z Startup: Refreshing catalog 'helios' ... Done
11032026-05-08T16:26:34.032Z Startup: Caching catalogs ... Done
11042026-05-08T16:26:34.187ZPlanning: Solver setup ... Done (0.120s)
11052026-05-08T16:26:34.196ZPlanning: Running solver ... Done (0.009s)
11062026-05-08T16:26:34.200ZPlanning: Finding local manifests ... Done (0.002s)
11072026-05-08T16:26:34.209ZPlanning: Fetching manifests: 0/2 0% complete
11082026-05-08T16:26:34.231ZPlanning: Fetching manifests: 2/2 100% complete
11092026-05-08T16:26:34.246ZPlanning: Package planning ... Done (0.013s)
11102026-05-08T16:26:34.249ZPlanning: Merging actions ... Done (0.001s)
11112026-05-08T16:26:34.435ZPlanning: Checking for conflicting actions ... Done (0.189s)
11122026-05-08T16:26:34.439ZPlanning: Consolidating action changes ... Done (0.001s)
11132026-05-08T16:26:35.178ZPlanning: Evaluating mediators ... Done (0.741s)
11142026-05-08T16:26:35.181ZPlanning: Planning completed in 1.13 seconds
11152026-05-08T16:26:35.187Z Packages to install: 2
11162026-05-08T16:26:35.187Z Estimated space available: 155.79 GB
11172026-05-08T16:26:35.188ZEstimated space to be consumed: 16.95 MB
11182026-05-08T16:26:35.188Z Create boot environment: No
11192026-05-08T16:26:35.188ZCreate backup boot environment: No
11202026-05-08T16:26:35.191Z Rebuild boot archive: No
11212026-05-08T16:26:35.191Z
11222026-05-08T16:26:35.191ZChanged packages:
11232026-05-08T16:26:35.191Zhelios
11242026-05-08T16:26:35.191Z developer/build-essential
11252026-05-08T16:26:35.191Z None -> 11-3.0
11262026-05-08T16:26:35.191Z library/libxmlsec1
11272026-05-08T16:26:35.191Z None -> 1.2.35-3.0
11282026-05-08T16:26:35.212Z
11292026-05-08T16:26:35.212ZDownload: 0/214 items 0.0/1.3MB 0% complete
11302026-05-08T16:26:35.776ZDownload: Completed 1.28 MB in 0.56 seconds (2.3M/s)
11312026-05-08T16:26:35.837Z Actions: 1/268 actions (Installing new actions)
11322026-05-08T16:26:35.875Z Actions: Completed 268 actions in 0.04 seconds.
11332026-05-08T16:26:35.880ZFinalize: Updating package state database ... Done (0.005s)
11342026-05-08T16:26:35.880ZFinalize: Updating package cache ... Done (0.000s)
11352026-05-08T16:26:35.892ZFinalize: Updating image state ... Done (0.012s)
11362026-05-08T16:26:38.409ZFinalize: Creating fast lookup database ... Done (2.496s)
11372026-05-08T16:26:38.481ZFinalize: Reading search index ... Done (0.012s)
11382026-05-08T16:26:38.484ZFinalize: Updating search index ... Done (0.000s)
11392026-05-08T16:26:38.575ZFinalize: Updating package cache ... Done (0.000s)
11402026-05-08T16:26:38.870ZPlanning: Evaluating mediator changes ... Done
11412026-05-08T16:26:38.974ZPlanning: Checking for conflicting actions ... Done
11422026-05-08T16:26:38.978ZPlanning: Consolidating action changes ... Done
11432026-05-08T16:26:39.136ZPlanning: Evaluating mediators ... Done
11442026-05-08T16:26:39.139ZPlanning: Planning completed in 0.27 seconds
11452026-05-08T16:26:39.158Z Mediators to change: 2
11462026-05-08T16:26:39.158Z Create boot environment: No
11472026-05-08T16:26:39.158ZCreate backup boot environment: No
11482026-05-08T16:26:39.230ZFinalize: Updating package state database ... Done
11492026-05-08T16:26:39.230ZFinalize: Updating package cache ... Done
11502026-05-08T16:26:39.239ZFinalize: Updating image state ... Done
11512026-05-08T16:26:41.170ZFinalize: Creating fast lookup database ... Done
11522026-05-08T16:26:41.232ZFinalize: Reading search index ... Done
11532026-05-08T16:26:41.237ZFinalize: Updating search index ... Done
11542026-05-08T16:26:41.324ZFinalize: Updating package cache ... Done
11552026-05-08T16:26:41.612ZPlanning: Evaluating mediator changes ... Done
11562026-05-08T16:26:41.716ZPlanning: Checking for conflicting actions ... Done
11572026-05-08T16:26:41.719ZPlanning: Consolidating action changes ... Done
11582026-05-08T16:26:41.875ZPlanning: Evaluating mediators ... Done
11592026-05-08T16:26:41.879ZPlanning: Planning completed in 0.26 seconds
11602026-05-08T16:26:41.898Z Mediators to change: 1
11612026-05-08T16:26:41.898Z Create boot environment: No
11622026-05-08T16:26:41.898ZCreate backup boot environment: No
11632026-05-08T16:26:41.966ZFinalize: Updating package state database ... Done
11642026-05-08T16:26:41.966ZFinalize: Updating package cache ... Done
11652026-05-08T16:26:41.975ZFinalize: Updating image state ... Done
11662026-05-08T16:26:43.908ZFinalize: Creating fast lookup database ... Done
11672026-05-08T16:26:43.972ZFinalize: Reading search index ... Done
11682026-05-08T16:26:43.975ZFinalize: Updating search index ... Done
11692026-05-08T16:26:44.049ZFinalize: Updating package cache ... Done
11702026-05-08T16:26:44.360ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11712026-05-08T16:26:44.361Zapache system 2.4 system
11722026-05-08T16:26:44.361Zclang system 15 system
11732026-05-08T16:26:44.361Zcsh system system illumos
11742026-05-08T16:26:44.361Zctags system system illumos
11752026-05-08T16:26:44.361Zfile vendor vendor darwinsys
11762026-05-08T16:26:44.361Zfile system system illumos
11772026-05-08T16:26:44.361Zgcc vendor 14 vendor
11782026-05-08T16:26:44.361Zgcc system 13 system
11792026-05-08T16:26:44.361Zgcc system 10 system
11802026-05-08T16:26:44.361Zgo system 1.25 system
11812026-05-08T16:26:44.361Zllvm system 15 system
11822026-05-08T16:26:44.361Zmariadb system 11.4 system
11832026-05-08T16:26:44.361Zmta vendor vendor dma
11842026-05-08T16:26:44.361Zopenjdk system 17 system
11852026-05-08T16:26:44.361Zopenjdk system 11 system
11862026-05-08T16:26:44.361Zopenssl vendor 3 vendor
11872026-05-08T16:26:44.361Zperl system 5.40 system
11882026-05-08T16:26:44.361Zpostgresql system 18 system
11892026-05-08T16:26:44.361Zpostgresql system 17 system
11902026-05-08T16:26:44.361Zpython vendor 3 vendor
11912026-05-08T16:26:44.361Zpython system 2 system
11922026-05-08T16:26:44.361Zpython3 vendor 3.13 vendor
11932026-05-08T16:26:44.361Zruby system 3.4 system
11942026-05-08T16:26:44.361Zruby system 3.0 system
11952026-05-08T16:26:44.361Zwords vendor vendor american-english
11962026-05-08T16:26:44.361Zwords system system australian-english
11972026-05-08T16:26:44.361Zwords system system british-english
11982026-05-08T16:26:44.361Zwords system system canadian-english
11992026-05-08T16:26:44.361Zwords system system french
12002026-05-08T16:26:44.361Zwords system system italian
12012026-05-08T16:26:44.361Zwords system system ngerman
12022026-05-08T16:26:44.361Zwords system system ogerman
12032026-05-08T16:26:44.361Zwords system system spanish
12042026-05-08T16:26:44.608ZPUBLISHER TYPE STATUS P LOCATION
12052026-05-08T16:26:44.608Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12062026-05-08T16:26:44.865ZFMRI IFO
12072026-05-08T16:26:44.865Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12082026-05-08T16:26:44.865Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12092026-05-08T16:26:44.865Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12102026-05-08T16:26:44.866Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12112026-05-08T16:26:44.866Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12122026-05-08T16:26:44.866Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12132026-05-08T16:26:44.866Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12142026-05-08T16:26:44.866Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12152026-05-08T16:26:44.866Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12162026-05-08T16:26:45.432Z Downloading crates ...
12172026-05-08T16:26:45.504Z Downloaded cargo_toml v0.21.0
12182026-05-08T16:26:45.557Z Compiling proc-macro2 v1.0.106
12192026-05-08T16:26:45.557Z Compiling quote v1.0.45
12202026-05-08T16:26:45.560Z Compiling unicode-ident v1.0.24
12212026-05-08T16:26:45.560Z Compiling serde_core v1.0.228
12222026-05-08T16:26:45.560Z Compiling libc v0.2.185
12232026-05-08T16:26:45.560Z Compiling version_check v0.9.5
12242026-05-08T16:26:45.560Z Compiling stable_deref_trait v1.2.1
12252026-05-08T16:26:45.643Z Compiling serde v1.0.228
12262026-05-08T16:26:45.650Z Compiling memchr v2.8.0
12272026-05-08T16:26:45.653Z Compiling zmij v1.0.21
12282026-05-08T16:26:45.653Z Compiling ucd-trie v0.1.7
12292026-05-08T16:26:45.653Z Compiling itoa v1.0.17
12302026-05-08T16:26:45.653Z Compiling thiserror v1.0.69
12312026-05-08T16:26:45.653Z Compiling autocfg v1.5.0
12322026-05-08T16:26:45.656Z Compiling litemap v0.8.1
12332026-05-08T16:26:45.775Z Compiling writeable v0.6.2
12342026-05-08T16:26:45.788Z Compiling icu_normalizer_data v2.1.1
12352026-05-08T16:26:46.036Z Compiling icu_properties_data v2.1.2
12362026-05-08T16:26:46.116Z Compiling byteorder v1.5.0
12372026-05-08T16:26:46.127Z Compiling rustix v1.1.3
12382026-05-08T16:26:46.133Z Compiling serde_json v1.0.149
12392026-05-08T16:26:46.205Z Compiling bitflags v2.11.0
12402026-05-08T16:26:46.252Z Compiling equivalent v1.0.2
12412026-05-08T16:26:46.281Z Compiling pest v2.8.6
12422026-05-08T16:26:46.346Z Compiling num-traits v0.2.19
12432026-05-08T16:26:46.381Z Compiling typeid v1.0.3
12442026-05-08T16:26:46.414Z Compiling smallvec v1.15.1
12452026-05-08T16:26:46.454Z Compiling hashbrown v0.17.0
12462026-05-08T16:26:46.492Z Compiling usdt-impl v0.5.0
12472026-05-08T16:26:46.520Z Compiling proc-macro-error-attr v1.0.4
12482026-05-08T16:26:46.523Z Compiling winnow v0.7.14
12492026-05-08T16:26:46.554Z Compiling syn v1.0.109
12502026-05-08T16:26:46.578Z Compiling erased-serde v0.4.9
12512026-05-08T16:26:46.639Z Compiling toml_write v0.1.2
12522026-05-08T16:26:46.660Z Compiling proc-macro-error v1.0.4
12532026-05-08T16:26:46.743Z Compiling errno v0.3.14
12542026-05-08T16:26:46.775Z Compiling thread-id v4.2.2
12552026-05-08T16:26:46.846Z Compiling getrandom v0.4.1
12562026-05-08T16:26:46.903Z Compiling plain v0.2.3
12572026-05-08T16:26:46.917Z Compiling log v0.4.29
12582026-05-08T16:26:46.927Z Compiling thiserror v2.0.18
12592026-05-08T16:26:46.946Z Compiling utf8_iter v1.0.4
12602026-05-08T16:26:46.969Z Compiling percent-encoding v2.3.2
12612026-05-08T16:26:46.986Z Compiling utf8parse v0.2.2
12622026-05-08T16:26:47.007Z Compiling indexmap v2.14.0
12632026-05-08T16:26:47.079Z Compiling camino v1.2.2
12642026-05-08T16:26:47.107Z Compiling form_urlencoded v1.2.2
12652026-05-08T16:26:47.119Z Compiling anstyle-parse v0.2.7
12662026-05-08T16:26:47.224Z Compiling syn v2.0.117
12672026-05-08T16:26:47.307Z Compiling pretty-hex v0.4.1
12682026-05-08T16:26:47.323Z Compiling anstyle-query v1.1.5
12692026-05-08T16:26:47.335Z Compiling cfg-if v1.0.4
12702026-05-08T16:26:47.420Z Compiling pest_meta v2.8.6
12712026-05-08T16:26:47.423Z Compiling ordered-float v2.10.1
12722026-05-08T16:26:47.455Z Compiling anstyle v1.0.13
12732026-05-08T16:26:47.465Z Compiling is_terminal_polyfill v1.70.2
12742026-05-08T16:26:47.470Z Compiling colorchoice v1.0.4
12752026-05-08T16:26:47.600Z Compiling fs-err v3.3.0
12762026-05-08T16:26:47.618Z Compiling unicode-xid v0.2.6
12772026-05-08T16:26:47.638Z Compiling anstream v0.6.21
12782026-05-08T16:26:47.654Z Compiling anyhow v1.0.102
12792026-05-08T16:26:47.697Z Compiling heck v0.5.0
12802026-05-08T16:26:47.709Z Compiling once_cell v1.21.3
12812026-05-08T16:26:47.720Z Compiling clap_lex v1.0.0
12822026-05-08T16:26:47.755Z Compiling terminal_size v0.4.3
12832026-05-08T16:26:47.775Z Compiling fnv v1.0.7
12842026-05-08T16:26:47.813Z Compiling fastrand v2.3.0
12852026-05-08T16:26:47.894Z Compiling strsim v0.11.1
12862026-05-08T16:26:47.912Z Compiling heck v0.4.1
12872026-05-08T16:26:47.942Z Compiling unicode-width v0.1.14
12882026-05-08T16:26:47.957Z Compiling bytecount v0.6.9
12892026-05-08T16:26:47.979Z Compiling memmap v0.7.0
12902026-05-08T16:26:48.020Z Compiling tempfile v3.25.0
12912026-05-08T16:26:48.159Z Compiling semver v1.0.28
12922026-05-08T16:26:48.180Z Compiling papergrid v0.11.0
12932026-05-08T16:26:48.230Z Compiling clap_builder v4.5.60
12942026-05-08T16:26:48.246Z Compiling unicode-width v0.2.0
12952026-05-08T16:26:48.249Z Compiling unicode-linebreak v0.1.5
12962026-05-08T16:26:48.270Z Compiling smawk v0.3.2
12972026-05-08T16:26:48.434Z Compiling camino-tempfile v1.4.1
12982026-05-08T16:26:48.501Z Compiling serde-untagged v0.1.9
12992026-05-08T16:26:48.514Z Compiling textwrap v0.16.2
13002026-05-08T16:26:48.551Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13012026-05-08T16:26:48.606Z Compiling swrite v0.1.0
13022026-05-08T16:26:48.984Z Compiling tabled_derive v0.7.0
13032026-05-08T16:26:49.638Z Compiling tabled v0.15.0
13042026-05-08T16:26:49.775Z Compiling synstructure v0.13.2
13052026-05-08T16:26:49.775Z Compiling pest_generator v2.8.6
13062026-05-08T16:26:50.354Z Compiling serde_derive v1.0.228
13072026-05-08T16:26:50.357Z Compiling zerofrom-derive v0.1.6
13082026-05-08T16:26:50.357Z Compiling yoke-derive v0.8.1
13092026-05-08T16:26:50.357Z Compiling zerovec-derive v0.11.2
13102026-05-08T16:26:50.357Z Compiling displaydoc v0.2.5
13112026-05-08T16:26:50.358Z Compiling thiserror-impl v1.0.69
13122026-05-08T16:26:50.358Z Compiling zerocopy-derive v0.7.35
13132026-05-08T16:26:50.358Z Compiling pest_derive v2.8.6
13142026-05-08T16:26:50.358Z Compiling scroll_derive v0.12.1
13152026-05-08T16:26:50.358Z Compiling thiserror-impl v2.0.18
13162026-05-08T16:26:50.358Z Compiling clap_derive v4.5.55
13172026-05-08T16:26:51.037Z Compiling scroll v0.12.0
13182026-05-08T16:26:51.171Z Compiling zerocopy v0.7.35
13192026-05-08T16:26:51.295Z Compiling goblin v0.8.2
13202026-05-08T16:26:51.450Z Compiling zerofrom v0.1.6
13212026-05-08T16:26:51.547Z Compiling yoke v0.8.1
13222026-05-08T16:26:51.557Z Compiling dtrace-parser v0.2.0
13232026-05-08T16:26:51.693Z Compiling zerovec v0.11.5
13242026-05-08T16:26:51.693Z Compiling zerotrie v0.2.3
13252026-05-08T16:26:51.712Z Compiling clap v4.5.60
13262026-05-08T16:26:52.092Z Compiling tinystr v0.8.2
13272026-05-08T16:26:52.092Z Compiling potential_utf v0.1.4
13282026-05-08T16:26:52.195Z Compiling icu_collections v2.1.1
13292026-05-08T16:26:52.244Z Compiling icu_locale_core v2.1.1
13302026-05-08T16:26:52.782Z Compiling icu_provider v2.1.1
13312026-05-08T16:26:52.793Z Compiling dof v0.3.0
13322026-05-08T16:26:52.794Z Compiling serde_tokenstream v0.2.3
13332026-05-08T16:26:52.820Z Compiling toml_datetime v0.6.11
13342026-05-08T16:26:52.824Z Compiling serde_spanned v0.6.9
13352026-05-08T16:26:52.824Z Compiling serde-value v0.7.0
13362026-05-08T16:26:52.824Z Compiling cargo-platform v0.2.0
13372026-05-08T16:26:52.824Z Compiling macaddr v1.0.1
13382026-05-08T16:26:53.037Z Compiling toml_edit v0.22.27
13392026-05-08T16:26:53.073Z Compiling icu_normalizer v2.1.1
13402026-05-08T16:26:53.073Z Compiling icu_properties v2.1.2
13412026-05-08T16:26:53.544Z Compiling usdt-macro v0.5.0
13422026-05-08T16:26:53.549Z Compiling usdt-attr-macro v0.5.0
13432026-05-08T16:26:53.866Z Compiling idna_adapter v1.2.1
13442026-05-08T16:26:53.962Z Compiling idna v1.1.0
13452026-05-08T16:26:54.134Z Compiling usdt v0.5.0
13462026-05-08T16:26:54.216Z Compiling url v2.5.8
13472026-05-08T16:26:54.289Z Compiling toml v0.8.23
13482026-05-08T16:26:54.618Z Compiling cargo-util-schemas v0.8.2
13492026-05-08T16:26:54.618Z Compiling cargo_toml v0.21.0
13502026-05-08T16:26:55.399Z Compiling cargo_metadata v0.21.0
13512026-05-08T16:26:56.295Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13522026-05-08T16:26:58.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.45s
13532026-05-08T16:26:58.442Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13542026-05-08T16:26:59.214Z Compiling libc v0.2.185
13552026-05-08T16:26:59.214Z Compiling serde v1.0.228
13562026-05-08T16:26:59.218Z Compiling find-msvc-tools v0.1.9
13572026-05-08T16:26:59.218Z Compiling log v0.4.29
13582026-05-08T16:26:59.218Z Compiling shlex v1.3.0
13592026-05-08T16:26:59.218Z Compiling smallvec v1.15.1
13602026-05-08T16:26:59.218Z Compiling typenum v1.19.0
13612026-05-08T16:26:59.218Z Compiling subtle v2.6.1
13622026-05-08T16:26:59.381Z Compiling generic-array v0.14.7
13632026-05-08T16:26:59.385Z Compiling scopeguard v1.2.0
13642026-05-08T16:26:59.402Z Compiling const-oid v0.9.6
13652026-05-08T16:26:59.455Z Compiling portable-atomic v1.13.1
13662026-05-08T16:26:59.458Z Compiling zerocopy v0.8.40
13672026-05-08T16:26:59.482Z Compiling syn v2.0.117
13682026-05-08T16:26:59.497Z Compiling critical-section v1.2.0
13692026-05-08T16:26:59.500Z Compiling serde_json v1.0.149
13702026-05-08T16:26:59.567Z Compiling lock_api v0.4.14
13712026-05-08T16:26:59.584Z Compiling parking_lot_core v0.9.12
13722026-05-08T16:26:59.584Z Compiling pin-project-lite v0.2.17
13732026-05-08T16:26:59.603Z Compiling pkg-config v0.3.32
13742026-05-08T16:26:59.606Z Compiling bitflags v2.11.0
13752026-05-08T16:26:59.650Z Compiling libm v0.2.16
13762026-05-08T16:26:59.696Z Compiling num-traits v0.2.19
13772026-05-08T16:26:59.738Z Compiling futures-core v0.3.32
13782026-05-08T16:26:59.754Z Compiling percent-encoding v2.3.2
13792026-05-08T16:26:59.814Z Compiling futures-sink v0.3.32
13802026-05-08T16:26:59.845Z Compiling cpufeatures v0.2.17
13812026-05-08T16:26:59.878Z Compiling futures-task v0.3.32
13822026-05-08T16:26:59.935Z Compiling futures-channel v0.3.32
13832026-05-08T16:26:59.938Z Compiling futures-io v0.3.32
13842026-05-08T16:26:59.938Z Compiling slab v0.4.12
13852026-05-08T16:26:59.977Z Compiling getrandom v0.4.1
13862026-05-08T16:26:59.980Z Compiling rustversion v1.0.22
13872026-05-08T16:26:59.992Z Compiling getrandom v0.3.4
13882026-05-08T16:27:00.085Z Compiling rand_core v0.10.0
13892026-05-08T16:27:00.113Z Compiling indexmap v2.14.0
13902026-05-08T16:27:00.139Z Compiling form_urlencoded v1.2.2
13912026-05-08T16:27:00.154Z Compiling base64ct v1.8.3
13922026-05-08T16:27:00.178Z Compiling dunce v1.0.5
13932026-05-08T16:27:00.196Z Compiling ident_case v1.0.1
13942026-05-08T16:27:00.223Z Compiling fs_extra v1.3.0
13952026-05-08T16:27:00.268Z Compiling getrandom v0.2.17
13962026-05-08T16:27:00.286Z Compiling jobserver v0.1.34
13972026-05-08T16:27:00.333Z Compiling errno v0.3.14
13982026-05-08T16:27:00.348Z Compiling mio v1.2.0
13992026-05-08T16:27:00.380Z Compiling socket2 v0.6.3
14002026-05-08T16:27:00.418Z Compiling rand_core v0.6.4
14012026-05-08T16:27:00.471Z Compiling signal-hook-registry v1.4.8
14022026-05-08T16:27:00.516Z Compiling cc v1.2.56
14032026-05-08T16:27:00.529Z Compiling once_cell v1.21.3
14042026-05-08T16:27:00.596Z Compiling parking_lot v0.12.5
14052026-05-08T16:27:00.674Z Compiling pem-rfc7468 v0.7.0
14062026-05-08T16:27:00.678Z Compiling flagset v0.4.7
14072026-05-08T16:27:00.704Z Compiling iana-time-zone v0.1.65
14082026-05-08T16:27:00.719Z Compiling rustix v1.1.3
14092026-05-08T16:27:00.759Z Compiling uuid v1.23.0
14102026-05-08T16:27:00.759Z Compiling rustc_version v0.4.1
14112026-05-08T16:27:00.831Z Compiling aws-lc-rs v1.16.0
14122026-05-08T16:27:00.845Z Compiling vcpkg v0.2.15
14132026-05-08T16:27:00.863Z Compiling regex-syntax v0.8.10
14142026-05-08T16:27:00.923Z Compiling tracing-core v0.1.36
14152026-05-08T16:27:00.978Z Compiling rand_core v0.9.5
14162026-05-08T16:27:01.000Z Compiling untrusted v0.9.0
14172026-05-08T16:27:01.022Z Compiling httparse v1.10.1
14182026-05-08T16:27:01.060Z Compiling openssl-probe v0.2.1
14192026-05-08T16:27:01.114Z Compiling schemars v0.8.22
14202026-05-08T16:27:01.134Z Compiling untrusted v0.7.1
14212026-05-08T16:27:01.148Z Compiling base64 v0.22.1
14222026-05-08T16:27:01.182Z Compiling atomic-waker v1.1.2
14232026-05-08T16:27:01.219Z Compiling rustls v0.23.37
14242026-05-08T16:27:01.259Z Compiling cmake v0.1.57
14252026-05-08T16:27:01.275Z Compiling tinyvec_macros v0.1.1
14262026-05-08T16:27:01.278Z Compiling tower-layer v0.3.3
14272026-05-08T16:27:01.327Z Compiling dyn-clone v1.0.20
14282026-05-08T16:27:01.363Z Compiling try-lock v0.2.5
14292026-05-08T16:27:01.393Z Compiling tower-service v0.3.3
14302026-05-08T16:27:01.421Z Compiling tinyvec v1.10.0
14312026-05-08T16:27:01.448Z Compiling spin v0.9.8
14322026-05-08T16:27:01.482Z Compiling want v0.3.1
14332026-05-08T16:27:01.500Z Compiling aho-corasick v1.1.4
14342026-05-08T16:27:01.503Z Compiling time-core v0.1.8
14352026-05-08T16:27:01.503Z Compiling openssl v0.10.78
14362026-05-08T16:27:01.503Z Compiling foreign-types-shared v0.1.1
14372026-05-08T16:27:01.503Z Compiling pin-utils v0.1.0
14382026-05-08T16:27:01.558Z Compiling powerfmt v0.2.0
14392026-05-08T16:27:01.598Z Compiling httpdate v1.0.3
14402026-05-08T16:27:01.634Z Compiling num-conv v0.2.0
14412026-05-08T16:27:01.637Z Compiling crc32fast v1.5.0
14422026-05-08T16:27:01.666Z Compiling foreign-types v0.3.2
14432026-05-08T16:27:01.680Z Compiling wait-timeout v0.2.1
14442026-05-08T16:27:01.684Z Compiling syn v1.0.109
14452026-05-08T16:27:01.709Z Compiling native-tls v0.2.18
14462026-05-08T16:27:01.750Z Compiling deranged v0.5.8
14472026-05-08T16:27:01.778Z Compiling crossbeam-utils v0.8.21
14482026-05-08T16:27:01.793Z Compiling usdt-impl v0.6.0
14492026-05-08T16:27:01.796Z Compiling time-macros v0.2.27
14502026-05-08T16:27:01.820Z Compiling bit-vec v0.8.0
14512026-05-08T16:27:01.820Z Compiling quick-error v1.2.3
14522026-05-08T16:27:01.851Z Compiling simd-adler32 v0.3.8
14532026-05-08T16:27:01.940Z Compiling num_threads v0.1.7
14542026-05-08T16:27:01.954Z Compiling siphasher v1.0.2
14552026-05-08T16:27:01.985Z Compiling unicode-normalization v0.1.25
14562026-05-08T16:27:02.068Z Compiling bit-set v0.8.0
14572026-05-08T16:27:02.084Z Compiling slog v2.8.2
14582026-05-08T16:27:02.103Z Compiling rand_xorshift v0.4.0
14592026-05-08T16:27:02.106Z Compiling aws-lc-sys v0.37.1
14602026-05-08T16:27:02.106Z Compiling ring v0.17.14
14612026-05-08T16:27:02.106Z Compiling openssl-sys v0.9.114
14622026-05-08T16:27:02.159Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14632026-05-08T16:27:02.177Z Compiling bzip2-sys v0.1.13+1.0.8
14642026-05-08T16:27:02.219Z Compiling heapless v0.7.17
14652026-05-08T16:27:02.250Z Compiling synstructure v0.13.2
14662026-05-08T16:27:02.286Z Compiling pest_generator v2.8.6
14672026-05-08T16:27:02.301Z Compiling serde_derive_internals v0.29.1
14682026-05-08T16:27:02.507Z Compiling darling_core v0.20.11
14692026-05-08T16:27:02.507Z Compiling regex-automata v0.4.14
14702026-05-08T16:27:02.535Z Compiling tempfile v3.25.0
14712026-05-08T16:27:02.585Z Compiling darling_core v0.21.3
14722026-05-08T16:27:02.791Z Compiling rusty-fork v0.3.1
14732026-05-08T16:27:02.947Z Compiling thread-id v5.1.0
14742026-05-08T16:27:02.962Z Compiling time v0.3.47
14752026-05-08T16:27:02.977Z Compiling sync_wrapper v1.0.2
14762026-05-08T16:27:03.048Z Compiling cookie v0.18.1
14772026-05-08T16:27:03.063Z Compiling zstd-safe v7.2.4
14782026-05-08T16:27:03.105Z Compiling unicode-properties v0.1.4
14792026-05-08T16:27:03.125Z Compiling paste v1.0.15
14802026-05-08T16:27:03.254Z Compiling anyhow v1.0.102
14812026-05-08T16:27:03.254Z Compiling allocator-api2 v0.2.21
14822026-05-08T16:27:03.282Z Compiling signal-hook v0.3.18
14832026-05-08T16:27:03.299Z Compiling unarray v0.1.4
14842026-05-08T16:27:03.327Z Compiling unicode-bidi v0.3.18
14852026-05-08T16:27:03.340Z Compiling adler2 v2.0.1
14862026-05-08T16:27:03.439Z Compiling miniz_oxide v0.8.9
14872026-05-08T16:27:03.569Z Compiling num-integer v0.1.46
14882026-05-08T16:27:03.609Z Compiling vergen-lib v0.1.6
14892026-05-08T16:27:03.805Z Compiling stringprep v0.1.5
14902026-05-08T16:27:03.820Z Compiling curve25519-dalek v4.1.3
14912026-05-08T16:27:03.876Z Compiling ff v0.13.1
14922026-05-08T16:27:03.906Z Compiling hash32 v0.2.1
14932026-05-08T16:27:04.007Z Compiling serde_derive v1.0.228
14942026-05-08T16:27:04.071Z Compiling zeroize_derive v1.4.3
14952026-05-08T16:27:04.088Z Compiling zerofrom-derive v0.1.6
14962026-05-08T16:27:04.103Z Compiling yoke-derive v0.8.1
14972026-05-08T16:27:04.143Z Compiling zerocopy-derive v0.8.40
14982026-05-08T16:27:04.227Z Compiling zerovec-derive v0.11.2
14992026-05-08T16:27:04.324Z Compiling displaydoc v0.2.5
15002026-05-08T16:27:04.458Z Compiling tokio-macros v2.7.0
15012026-05-08T16:27:04.596Z Compiling futures-macro v0.3.32
15022026-05-08T16:27:04.754Z Compiling zeroize v1.8.2
15032026-05-08T16:27:04.839Z Compiling der_derive v0.7.3
15042026-05-08T16:27:05.110Z Compiling thiserror-impl v2.0.18
15052026-05-08T16:27:05.189Z Compiling rustls-pki-types v1.14.0
15062026-05-08T16:27:05.218Z Compiling tracing-attributes v0.1.31
15072026-05-08T16:27:05.303Z Compiling pest_derive v2.8.6
15082026-05-08T16:27:05.393Z Compiling schemars_derive v0.8.22
15092026-05-08T16:27:05.440Z Compiling futures-util v0.3.32
15102026-05-08T16:27:05.541Z Compiling crypto-common v0.1.7
15112026-05-08T16:27:05.556Z Compiling zerofrom v0.1.6
15122026-05-08T16:27:05.686Z Compiling yoke v0.8.1
15132026-05-08T16:27:05.702Z Compiling block-buffer v0.10.4
15142026-05-08T16:27:05.731Z Compiling block-padding v0.3.3
15152026-05-08T16:27:05.760Z Compiling scroll_derive v0.13.1
15162026-05-08T16:27:05.860Z Compiling digest v0.10.7
15172026-05-08T16:27:05.894Z Compiling zerovec v0.11.5
15182026-05-08T16:27:05.909Z Compiling zerotrie v0.2.3
15192026-05-08T16:27:05.921Z Compiling inout v0.1.4
15202026-05-08T16:27:06.132Z Compiling hmac v0.12.1
15212026-05-08T16:27:06.152Z Compiling sha2 v0.10.9
15222026-05-08T16:27:06.247Z Compiling cipher v0.4.4
15232026-05-08T16:27:06.301Z Compiling der v0.7.10
15242026-05-08T16:27:06.443Z Compiling tinystr v0.8.2
15252026-05-08T16:27:06.538Z Compiling potential_utf v0.1.4
15262026-05-08T16:27:06.541Z Compiling salsa20 v0.10.2
15272026-05-08T16:27:06.612Z Compiling icu_locale_core v2.1.1
15282026-05-08T16:27:06.644Z Compiling pbkdf2 v0.12.2
15292026-05-08T16:27:06.667Z Compiling icu_collections v2.1.1
15302026-05-08T16:27:06.709Z Compiling thiserror v2.0.18
15312026-05-08T16:27:06.725Z Compiling aes v0.8.4
15322026-05-08T16:27:06.742Z Compiling cbc v0.1.2
15332026-05-08T16:27:06.755Z Compiling scrypt v0.11.0
15342026-05-08T16:27:06.782Z Compiling tracing v0.1.44
15352026-05-08T16:27:06.829Z Compiling scroll v0.13.0
15362026-05-08T16:27:06.913Z Compiling darling_macro v0.20.11
15372026-05-08T16:27:07.041Z Compiling openssl-macros v0.1.1
15382026-05-08T16:27:07.088Z Compiling goblin v0.10.5
15392026-05-08T16:27:07.130Z Compiling spki v0.7.3
15402026-05-08T16:27:07.152Z Compiling dtrace-parser v0.3.0
15412026-05-08T16:27:07.359Z Compiling icu_provider v2.1.1
15422026-05-08T16:27:07.417Z Compiling pkcs5 v0.7.1
15432026-05-08T16:27:07.461Z Compiling darling v0.20.11
15442026-05-08T16:27:07.530Z Compiling bytes v1.11.1
15452026-05-08T16:27:07.545Z Compiling chrono v0.4.44
15462026-05-08T16:27:07.561Z Compiling ipnet v2.11.0
15472026-05-08T16:27:07.578Z Compiling derive_builder_core v0.20.2
15482026-05-08T16:27:07.623Z Compiling icu_normalizer v2.1.1
15492026-05-08T16:27:07.674Z Compiling icu_properties v2.1.2
15502026-05-08T16:27:07.771Z Compiling pkcs8 v0.10.2
15512026-05-08T16:27:07.816Z Compiling signature v2.2.0
15522026-05-08T16:27:07.926Z Compiling rustls-native-certs v0.8.3
15532026-05-08T16:27:07.940Z Compiling scroll_derive v0.12.1
15542026-05-08T16:27:08.012Z Compiling tokio v1.52.1
15552026-05-08T16:27:08.087Z Compiling http v1.4.0
15562026-05-08T16:27:08.102Z Compiling thiserror-impl v1.0.69
15572026-05-08T16:27:08.156Z Compiling serde_spanned v0.6.9
15582026-05-08T16:27:08.177Z Compiling toml_datetime v0.6.11
15592026-05-08T16:27:08.234Z Compiling serde_tokenstream v0.2.3
15602026-05-08T16:27:08.314Z Compiling erased-serde v0.3.31
15612026-05-08T16:27:08.461Z Compiling md-5 v0.10.6
15622026-05-08T16:27:08.474Z Compiling derive_builder_macro v0.20.2
15632026-05-08T16:27:08.570Z Compiling ppv-lite86 v0.2.21
15642026-05-08T16:27:08.613Z Compiling idna_adapter v1.2.1
15652026-05-08T16:27:08.637Z Compiling scroll v0.12.0
15662026-05-08T16:27:08.651Z Compiling webpki-roots v1.0.6
15672026-05-08T16:27:08.777Z Compiling idna v1.1.0
15682026-05-08T16:27:08.792Z Compiling http-body v1.0.1
15692026-05-08T16:27:08.809Z Compiling darling_macro v0.21.3
15702026-05-08T16:27:08.810Z Compiling zerocopy-derive v0.7.35
15712026-05-08T16:27:08.837Z Compiling memoffset v0.9.1
15722026-05-08T16:27:08.916Z Compiling rand_chacha v0.9.0
15732026-05-08T16:27:08.933Z Compiling http-body-util v0.1.3
15742026-05-08T16:27:08.966Z Compiling rand_chacha v0.3.1
15752026-05-08T16:27:08.981Z Compiling fallible-iterator v0.2.0
15762026-05-08T16:27:08.985Z Compiling cfg_aliases v0.2.1
15772026-05-08T16:27:09.081Z Compiling iri-string v0.7.10
15782026-05-08T16:27:09.104Z Compiling psl-types v2.0.11
15792026-05-08T16:27:09.117Z Compiling ref-cast v1.0.25
15802026-05-08T16:27:09.233Z Compiling url v2.5.8
15812026-05-08T16:27:09.247Z Compiling rand v0.9.2
15822026-05-08T16:27:09.397Z Compiling base16ct v0.2.0
15832026-05-08T16:27:09.412Z Compiling ryu v1.0.23
15842026-05-08T16:27:09.456Z Compiling rustix v0.38.44
15852026-05-08T16:27:09.470Z Compiling thiserror v1.0.69
15862026-05-08T16:27:09.511Z Compiling litrs v1.0.0
15872026-05-08T16:27:09.594Z Compiling smoltcp v0.9.1
15882026-05-08T16:27:09.608Z Compiling num-bigint-dig v0.8.6
15892026-05-08T16:27:09.625Z Compiling zlib-rs v0.6.2
15902026-05-08T16:27:09.682Z Compiling serde_urlencoded v0.7.1
15912026-05-08T16:27:09.817Z Compiling dof v0.4.0
15922026-05-08T16:27:09.831Z Compiling proptest v1.10.0
15932026-05-08T16:27:09.998Z Compiling postgres-protocol v0.6.10
15942026-05-08T16:27:10.012Z Compiling zerocopy v0.7.35
15952026-05-08T16:27:10.049Z Compiling document-features v0.2.12
15962026-05-08T16:27:10.071Z Compiling sec1 v0.7.3
15972026-05-08T16:27:10.139Z Compiling darling v0.21.3
15982026-05-08T16:27:10.235Z Compiling publicsuffix v2.3.0
15992026-05-08T16:27:10.323Z Compiling rand v0.8.5
16002026-05-08T16:27:10.425Z Compiling nix v0.31.2
16012026-05-08T16:27:10.484Z Compiling derive_builder v0.20.2
16022026-05-08T16:27:10.519Z Compiling goblin v0.8.2
16032026-05-08T16:27:10.597Z Compiling ipnetwork v0.21.1
16042026-05-08T16:27:10.653Z Compiling hubpack_derive v0.1.1
16052026-05-08T16:27:10.670Z Compiling cargo-platform v0.1.9
16062026-05-08T16:27:10.685Z Compiling hkdf v0.12.4
16072026-05-08T16:27:10.817Z Compiling crypto-bigint v0.5.5
16082026-05-08T16:27:10.867Z Compiling oxnet v0.1.4
16092026-05-08T16:27:10.952Z Compiling regex v1.12.3
16102026-05-08T16:27:11.143Z Compiling curve25519-dalek-derive v0.1.1
16112026-05-08T16:27:11.158Z Compiling ref-cast-impl v1.0.25
16122026-05-08T16:27:11.161Z Compiling strum_macros v0.27.2
16132026-05-08T16:27:11.193Z Compiling daft-derive v0.1.5
16142026-05-08T16:27:11.209Z Compiling async-trait v0.1.89
16152026-05-08T16:27:11.289Z Compiling group v0.13.0
16162026-05-08T16:27:11.435Z Compiling num-iter v0.1.45
16172026-05-08T16:27:11.588Z Compiling terminal_size v0.4.3
16182026-05-08T16:27:11.639Z Compiling phf_shared v0.13.1
16192026-05-08T16:27:11.733Z Compiling lazy_static v1.5.0
16202026-05-08T16:27:11.749Z Compiling vergen v9.0.6
16212026-05-08T16:27:11.784Z Compiling tokio-util v0.7.18
16222026-05-08T16:27:11.810Z Compiling tower v0.5.3
16232026-05-08T16:27:11.827Z Compiling tokio-native-tls v0.3.1
16242026-05-08T16:27:11.847Z Compiling fs-err v3.3.0
16252026-05-08T16:27:11.900Z Compiling ahash v0.8.12
16262026-05-08T16:27:11.953Z Compiling foldhash v0.2.0
16272026-05-08T16:27:11.967Z Compiling bumpalo v3.20.2
16282026-05-08T16:27:12.021Z Compiling bitflags v1.3.2
16292026-05-08T16:27:12.059Z Compiling unicode-segmentation v1.12.0
16302026-05-08T16:27:12.109Z Compiling libbz2-rs-sys v0.2.2
16312026-05-08T16:27:12.124Z Compiling object v0.37.3
16322026-05-08T16:27:12.127Z Compiling foldhash v0.1.5
16332026-05-08T16:27:12.192Z Compiling newtype-uuid v1.3.2
16342026-05-08T16:27:12.232Z Compiling tower-http v0.6.8
16352026-05-08T16:27:12.279Z Compiling managed v0.8.0
16362026-05-08T16:27:12.308Z Compiling winnow v0.5.40
16372026-05-08T16:27:12.322Z Compiling hashbrown v0.15.5
16382026-05-08T16:27:12.476Z Compiling h2 v0.4.13
16392026-05-08T16:27:12.489Z Compiling flate2 v1.1.9
16402026-05-08T16:27:12.567Z Compiling bzip2 v0.6.1
16412026-05-08T16:27:12.674Z Compiling daft v0.1.5
16422026-05-08T16:27:12.795Z Compiling dof v0.3.0
16432026-05-08T16:27:12.818Z Compiling zopfli v0.8.3
16442026-05-08T16:27:12.885Z Compiling hashbrown v0.16.1
16452026-05-08T16:27:12.918Z Compiling clap_builder v4.5.60
16462026-05-08T16:27:12.955Z Compiling phf v0.13.1
16472026-05-08T16:27:13.019Z Compiling elliptic-curve v0.13.8
16482026-05-08T16:27:13.199Z Compiling strum v0.27.2
16492026-05-08T16:27:13.248Z Compiling signal-hook-mio v0.2.5
16502026-05-08T16:27:13.351Z Compiling cargo_metadata v0.19.2
16512026-05-08T16:27:13.383Z Compiling usdt-attr-macro v0.6.0
16522026-05-08T16:27:13.439Z Compiling usdt-macro v0.6.0
16532026-05-08T16:27:13.489Z Compiling cookie_store v0.22.1
16542026-05-08T16:27:13.503Z Compiling hubpack v0.1.2
16552026-05-08T16:27:13.544Z Compiling bzip2 v0.4.4
16562026-05-08T16:27:13.737Z Compiling toml_edit v0.19.15
16572026-05-08T16:27:13.770Z Compiling zstd v0.13.3
16582026-05-08T16:27:13.799Z Compiling postgres-types v0.2.12
16592026-05-08T16:27:13.816Z Compiling serde_with_macros v3.17.0
16602026-05-08T16:27:14.063Z Compiling dtrace-parser v0.2.0
16612026-05-08T16:27:14.105Z Compiling pkcs1 v0.7.5
16622026-05-08T16:27:14.209Z Compiling ed25519 v2.2.3
16632026-05-08T16:27:14.235Z Compiling serde-big-array v0.5.1
16642026-05-08T16:27:14.272Z Compiling hex v0.4.3
16652026-05-08T16:27:14.399Z Compiling rfc6979 v0.4.0
16662026-05-08T16:27:14.417Z Compiling bstr v1.12.1
16672026-05-08T16:27:14.531Z Compiling enum-as-inner v0.6.1
16682026-05-08T16:27:14.544Z Compiling clap_derive v4.5.55
16692026-05-08T16:27:14.567Z Compiling serde_repr v0.1.20
16702026-05-08T16:27:14.768Z Compiling strum_macros v0.26.4
16712026-05-08T16:27:14.845Z Compiling phf_shared v0.11.3
16722026-05-08T16:27:15.040Z Compiling float-cmp v0.10.0
16732026-05-08T16:27:15.056Z Compiling memmap2 v0.9.10
16742026-05-08T16:27:16.082Z Compiling thread-id v4.2.2
16752026-05-08T16:27:16.086Z Compiling env_filter v1.0.0
16762026-05-08T16:27:16.086Z Compiling encoding_rs v0.8.35
16772026-05-08T16:27:16.086Z Compiling predicates-core v1.0.10
16782026-05-08T16:27:16.086Z Compiling jiff v0.2.21
16792026-05-08T16:27:16.086Z Compiling keccak v0.1.6
16802026-05-08T16:27:16.086Z Compiling precomputed-hash v0.1.1
16812026-05-08T16:27:16.086Z Compiling fixedbitset v0.4.2
16822026-05-08T16:27:16.086Z Compiling whoami v2.1.0
16832026-05-08T16:27:16.086Z Compiling fixedbitset v0.5.7
16842026-05-08T16:27:16.086Z Compiling rustc-hash v2.1.1
16852026-05-08T16:27:16.086Z Compiling hyper v1.8.1
16862026-05-08T16:27:16.086Z Compiling either v1.15.0
16872026-05-08T16:27:16.086Z Compiling normalize-line-endings v0.3.0
16882026-05-08T16:27:16.086Z Compiling new_debug_unreachable v1.0.6
16892026-05-08T16:27:16.086Z Compiling static_assertions v1.1.0
16902026-05-08T16:27:16.086Z Compiling mime v0.3.17
16912026-05-08T16:27:16.086Z Compiling data-encoding v2.10.0
16922026-05-08T16:27:16.086Z Compiling difflib v0.4.0
16932026-05-08T16:27:16.086Z Compiling toml_edit v0.22.27
16942026-05-08T16:27:16.086Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16952026-05-08T16:27:16.086Z Compiling string_cache v0.8.9
16962026-05-08T16:27:16.086Z Compiling itertools v0.13.0
16972026-05-08T16:27:16.283Z Compiling hickory-proto v0.25.2
16982026-05-08T16:27:16.422Z Compiling clap v4.5.60
16992026-05-08T16:27:16.472Z Compiling predicates v3.1.4
17002026-05-08T16:27:16.498Z Compiling petgraph v0.8.3
17012026-05-08T16:27:16.524Z Compiling tokio-postgres v0.7.16
17022026-05-08T16:27:16.546Z Compiling iddqd v0.3.18
17032026-05-08T16:27:16.599Z Compiling petgraph v0.6.5
17042026-05-08T16:27:16.628Z Compiling strum v0.26.3
17052026-05-08T16:27:16.694Z Compiling hyper-util v0.1.20
17062026-05-08T16:27:16.784Z Compiling sha3 v0.10.8
17072026-05-08T16:27:17.149Z Compiling env_logger v0.11.9
17082026-05-08T16:27:17.216Z Compiling usdt v0.6.0
17092026-05-08T16:27:17.269Z Compiling usdt-impl v0.5.0
17102026-05-08T16:27:17.350Z Compiling toml v0.7.8
17112026-05-08T16:27:17.502Z Compiling serde_with v3.17.0
17122026-05-08T16:27:17.528Z Compiling similar v2.7.0
17132026-05-08T16:27:17.703Z Compiling crossterm v0.28.1
17142026-05-08T16:27:17.895Z Compiling zip v4.6.1
17152026-05-08T16:27:17.976Z Compiling ecdsa v0.16.9
17162026-05-08T16:27:18.107Z Compiling hyper-tls v0.6.0
17172026-05-08T16:27:18.368Z Compiling ed25519-dalek v2.2.0
17182026-05-08T16:27:18.396Z Compiling rsa v0.9.10
17192026-05-08T16:27:18.482Z Compiling zip v0.6.6
17202026-05-08T16:27:18.830Z Compiling tokio-stream v0.1.18
17212026-05-08T16:27:18.851Z Compiling heck v0.4.1
17222026-05-08T16:27:18.872Z Compiling toml_parser v1.0.9+spec-1.1.0
17232026-05-08T16:27:18.986Z Compiling buf-list v1.1.2
17242026-05-08T16:27:19.029Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17252026-05-08T16:27:19.076Z Compiling openapiv3 v2.2.0
17262026-05-08T16:27:19.090Z Compiling x509-cert v0.2.5
17272026-05-08T16:27:19.108Z Compiling sha1 v0.10.6
17282026-05-08T16:27:19.142Z Compiling crossbeam-epoch v0.9.18
17292026-05-08T16:27:19.251Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-05-08T16:27:19.328Z Compiling lalrpop-util v0.19.12
17312026-05-08T16:27:19.361Z Compiling peg-runtime v0.8.5
17322026-05-08T16:27:19.375Z Compiling thread_local v1.1.9
17332026-05-08T16:27:19.388Z Compiling slog-async v2.8.0
17342026-05-08T16:27:19.426Z Compiling futures-executor v0.3.32
17352026-05-08T16:27:19.492Z Compiling crossbeam-channel v0.5.15
17362026-05-08T16:27:19.535Z Compiling is-terminal v0.4.17
17372026-05-08T16:27:19.551Z Compiling filetime v0.2.27
17382026-05-08T16:27:19.565Z Compiling take_mut v0.2.2
17392026-05-08T16:27:19.651Z Compiling xattr v1.6.1
17402026-05-08T16:27:19.667Z Compiling term v1.2.1
17412026-05-08T16:27:19.681Z Compiling futures v0.3.32
17422026-05-08T16:27:19.844Z Compiling tar v0.4.45
17432026-05-08T16:27:19.957Z Compiling slog-term v2.9.2
17442026-05-08T16:27:37.648Z Compiling rustls-webpki v0.103.9
17452026-05-08T16:27:40.412Z Compiling tokio-rustls v0.26.4
17462026-05-08T16:27:40.412Z Compiling rustls-platform-verifier v0.6.2
17472026-05-08T16:27:40.605Z Compiling hyper-rustls v0.27.7
17482026-05-08T16:27:40.799Z Compiling reqwest v0.13.2
17492026-05-08T16:27:40.802Z Compiling reqwest v0.12.28
17502026-05-08T16:27:42.781Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-05-08T16:27:43.014Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-05-08T16:27:45.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.34s
17532026-05-08T16:27:45.971Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-05-08T16:27:46.024ZMay 08 16:27:44.686 INFO Starting download, target: Cockroach
17552026-05-08T16:27:46.024ZMay 08 16:27:44.686 INFO Starting download, target: Console
17562026-05-08T16:27:46.024ZMay 08 16:27:44.686 INFO Starting download, target: Clickhouse
17572026-05-08T16:27:46.024ZMay 08 16:27:44.686 INFO Starting download, target: DendriteStub
17582026-05-08T16:27:46.027ZMay 08 16:27:44.686 INFO Starting download, target: MaghemiteMgd
17592026-05-08T16:27:46.028ZMay 08 16:27:44.686 INFO Starting download, target: TransceiverControl
17602026-05-08T16:27:46.028ZMay 08 16:27:44.686 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-05-08T16:27:46.028ZMay 08 16:27:44.686 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-05-08T16:27:46.028ZMay 08 16:27:44.686 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-05-08T16:27:46.028ZMay 08 16:27:44.686 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-05-08T16:27:46.028ZMay 08 16:27:44.686 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-05-08T16:27:46.028ZMay 08 16:27:44.687 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17662026-05-08T16:27:46.393ZMay 08 16:27:45.053 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-05-08T16:27:46.617ZMay 08 16:27:45.270 INFO Download complete, target: TransceiverControl
17682026-05-08T16:27:46.974ZMay 08 16:27:45.634 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-05-08T16:27:47.216ZMay 08 16:27:45.877 INFO Download complete, target: Console
17702026-05-08T16:27:47.692ZMay 08 16:27:46.328 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-05-08T16:27:47.871ZMay 08 16:27:46.518 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17722026-05-08T16:27:48.042ZMay 08 16:27:46.705 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-05-08T16:27:48.042ZMay 08 16:27:46.705 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-05-08T16:27:48.324ZMay 08 16:27:46.986 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17752026-05-08T16:27:50.147ZMay 08 16:27:48.809 INFO Download complete, target: MaghemiteMgd
17762026-05-08T16:27:50.357ZMay 08 16:27:49.019 INFO Download complete, target: DendriteStub
17772026-05-08T16:27:52.915ZMay 08 16:27:51.578 INFO Checking that binary works, target: Cockroach
17782026-05-08T16:27:53.055ZMay 08 16:27:51.717 INFO Download complete, target: Cockroach
17792026-05-08T16:27:55.349ZMay 08 16:27:54.008 INFO Checking that binary works, target: Clickhouse
17802026-05-08T16:27:55.440ZMay 08 16:27:54.098 INFO Download complete, target: Clickhouse
17812026-05-08T16:27:55.450ZAll prerequisites installed successfully
17822026-05-08T16:27:55.450Z
17832026-05-08T16:27:55.450Zreal 1:23.883473201
17842026-05-08T16:27:55.450Zuser 6:34.527001256
17852026-05-08T16:27:55.450Zsys 1:39.263749610
17862026-05-08T16:27:55.450Ztrap 0.212998749
17872026-05-08T16:27:55.450Ztflt 1.259977685
17882026-05-08T16:27:55.450Zdflt 1.919457886
17892026-05-08T16:27:55.451Zkflt 0.033395193
17902026-05-08T16:27:55.451Zlock 23:05.970238787
17912026-05-08T16:27:55.451Zslp 17:48.402801293
17922026-05-08T16:27:55.451Zlat 22.258399657
17932026-05-08T16:27:55.451Zstop 2:34.943614340
17942026-05-08T16:27:55.451Z+ source ./tools/include/force-git-over-https.sh
17952026-05-08T16:27:55.451Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17962026-05-08T16:27:55.451Z++ (( i = 0 ))
17972026-05-08T16:27:55.451Z++ (( i < 5 ))
17982026-05-08T16:27:55.451Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17992026-05-08T16:27:55.455Z++ (( i++ ))
18002026-05-08T16:27:55.455Z++ (( i < 5 ))
18012026-05-08T16:27:55.455Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18022026-05-08T16:27:55.455Z++ (( i++ ))
18032026-05-08T16:27:55.455Z++ (( i < 5 ))
18042026-05-08T16:27:55.455Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18052026-05-08T16:27:55.455Z++ (( i++ ))
18062026-05-08T16:27:55.455Z++ (( i < 5 ))
18072026-05-08T16:27:55.455Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18082026-05-08T16:27:55.455Z++ (( i++ ))
18092026-05-08T16:27:55.455Z++ (( i < 5 ))
18102026-05-08T16:27:55.455Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18112026-05-08T16:27:55.461Z++ (( i++ ))
18122026-05-08T16:27:55.461Z++ (( i < 5 ))
18132026-05-08T16:27:55.461Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18142026-05-08T16:27:55.461Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18152026-05-08T16:27:55.461Z+ rc=0
18162026-05-08T16:27:55.461Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18172026-05-08T16:28:01.100Z+ case $rc in
18182026-05-08T16:28:01.100Z+ pfexec zfs create -p rpool/images/build/host
18192026-05-08T16:28:01.294Z+ pfexec zfs create -p rpool/images/build/recovery
18202026-05-08T16:28:01.367Z+ cargo xtask releng --output-dir /work --mkincorp
18212026-05-08T16:28:01.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18222026-05-08T16:28:01.896Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18232026-05-08T16:28:02.758Z Compiling proc-macro2 v1.0.106
18242026-05-08T16:28:02.758Z Compiling quote v1.0.45
18252026-05-08T16:28:02.758Z Compiling unicode-ident v1.0.24
18262026-05-08T16:28:02.758Z Compiling libc v0.2.185
18272026-05-08T16:28:02.761Z Compiling serde_core v1.0.228
18282026-05-08T16:28:02.761Z Compiling serde v1.0.228
18292026-05-08T16:28:02.762Z Compiling cfg-if v1.0.4
18302026-05-08T16:28:02.762Z Compiling version_check v0.9.5
18312026-05-08T16:28:02.894Z Compiling shlex v1.3.0
18322026-05-08T16:28:02.898Z Compiling find-msvc-tools v0.1.9
18332026-05-08T16:28:02.898Z Compiling typenum v1.19.0
18342026-05-08T16:28:02.898Z Compiling autocfg v1.5.0
18352026-05-08T16:28:02.898Z Compiling portable-atomic v1.13.1
18362026-05-08T16:28:02.899Z Compiling memchr v2.8.0
18372026-05-08T16:28:02.908Z Compiling zerocopy v0.8.40
18382026-05-08T16:28:02.999Z Compiling zmij v1.0.21
18392026-05-08T16:28:03.009Z Compiling serde_json v1.0.149
18402026-05-08T16:28:03.065Z Compiling libm v0.2.16
18412026-05-08T16:28:03.291Z Compiling parking_lot_core v0.9.12
18422026-05-08T16:28:03.359Z Compiling generic-array v0.14.7
18432026-05-08T16:28:03.413Z Compiling smallvec v1.15.1
18442026-05-08T16:28:03.501Z Compiling icu_properties_data v2.1.2
18452026-05-08T16:28:03.519Z Compiling icu_normalizer_data v2.1.1
18462026-05-08T16:28:03.523Z Compiling log v0.4.29
18472026-05-08T16:28:03.552Z Compiling pkg-config v0.3.32
18482026-05-08T16:28:03.567Z Compiling itoa v1.0.17
18492026-05-08T16:28:03.626Z Compiling num-traits v0.2.19
18502026-05-08T16:28:03.630Z Compiling getrandom v0.4.1
18512026-05-08T16:28:03.707Z Compiling subtle v2.6.1
18522026-05-08T16:28:03.724Z Compiling getrandom v0.3.4
18532026-05-08T16:28:03.743Z Compiling scopeguard v1.2.0
18542026-05-08T16:28:03.817Z Compiling stable_deref_trait v1.2.1
18552026-05-08T16:28:03.834Z Compiling lock_api v0.4.14
18562026-05-08T16:28:03.858Z Compiling jobserver v0.1.34
18572026-05-08T16:28:03.875Z Compiling getrandom v0.2.17
18582026-05-08T16:28:03.913Z Compiling errno v0.3.14
18592026-05-08T16:28:04.056Z Compiling rand_core v0.6.4
18602026-05-08T16:28:04.088Z Compiling cc v1.2.56
18612026-05-08T16:28:04.137Z Compiling critical-section v1.2.0
18622026-05-08T16:28:04.171Z Compiling syn v2.0.117
18632026-05-08T16:28:04.171Z Compiling rustix v1.1.3
18642026-05-08T16:28:04.276Z Compiling fs_extra v1.3.0
18652026-05-08T16:28:04.313Z Compiling dunce v1.0.5
18662026-05-08T16:28:04.391Z Compiling pin-project-lite v0.2.17
18672026-05-08T16:28:04.410Z Compiling thiserror v2.0.18
18682026-05-08T16:28:04.451Z Compiling writeable v0.6.2
18692026-05-08T16:28:04.529Z Compiling litemap v0.8.1
18702026-05-08T16:28:04.561Z Compiling once_cell v1.21.3
18712026-05-08T16:28:04.594Z Compiling const-oid v0.9.6
18722026-05-08T16:28:04.613Z Compiling percent-encoding v2.3.2
18732026-05-08T16:28:04.711Z Compiling rustversion v1.0.22
18742026-05-08T16:28:04.743Z Compiling fnv v1.0.7
18752026-05-08T16:28:04.793Z Compiling signal-hook-registry v1.4.8
18762026-05-08T16:28:04.831Z Compiling cmake v0.1.57
18772026-05-08T16:28:04.901Z Compiling heck v0.5.0
18782026-05-08T16:28:04.902Z Compiling equivalent v1.0.2
18792026-05-08T16:28:04.920Z Compiling aws-lc-rs v1.16.0
18802026-05-08T16:28:04.920Z Compiling futures-core v0.3.32
18812026-05-08T16:28:05.117Z Compiling semver v1.0.28
18822026-05-08T16:28:05.203Z Compiling parking_lot v0.12.5
18832026-05-08T16:28:05.287Z Compiling bitflags v2.11.0
18842026-05-08T16:28:05.348Z Compiling mio v1.2.0
18852026-05-08T16:28:05.459Z Compiling httparse v1.10.1
18862026-05-08T16:28:05.478Z Compiling ring v0.17.14
18872026-05-08T16:28:05.499Z Compiling aws-lc-sys v0.37.1
18882026-05-08T16:28:05.531Z Compiling socket2 v0.6.3
18892026-05-08T16:28:05.560Z Compiling vcpkg v0.2.15
18902026-05-08T16:28:05.577Z Compiling schemars v0.8.22
18912026-05-08T16:28:05.732Z Compiling utf8_iter v1.0.4
18922026-05-08T16:28:05.749Z Compiling form_urlencoded v1.2.2
18932026-05-08T16:28:05.820Z Compiling hashbrown v0.17.0
18942026-05-08T16:28:06.119Z Compiling crc32fast v1.5.0
18952026-05-08T16:28:06.142Z Compiling openssl-sys v0.9.114
18962026-05-08T16:28:06.161Z Compiling futures-sink v0.3.32
18972026-05-08T16:28:06.164Z Compiling rand_core v0.10.0
18982026-05-08T16:28:06.195Z Compiling rustls v0.23.37
18992026-05-08T16:28:06.256Z Compiling slab v0.4.12
19002026-05-08T16:28:06.296Z Compiling futures-channel v0.3.32
19012026-05-08T16:28:06.385Z Compiling futures-task v0.3.32
19022026-05-08T16:28:06.403Z Compiling cpufeatures v0.2.17
19032026-05-08T16:28:06.426Z Compiling futures-io v0.3.32
19042026-05-08T16:28:06.482Z Compiling indexmap v2.14.0
19052026-05-08T16:28:06.573Z Compiling rustc_version v0.4.1
19062026-05-08T16:28:06.676Z Compiling strsim v0.11.1
19072026-05-08T16:28:06.680Z Compiling byteorder v1.5.0
19082026-05-08T16:28:06.726Z Compiling ucd-trie v0.1.7
19092026-05-08T16:28:06.830Z Compiling openssl v0.10.78
19102026-05-08T16:28:06.900Z Compiling pest v2.8.6
19112026-05-08T16:28:06.939Z Compiling thiserror v1.0.69
19122026-05-08T16:28:06.954Z Compiling num-conv v0.2.0
19132026-05-08T16:28:06.984Z Compiling ident_case v1.0.1
19142026-05-08T16:28:07.049Z Compiling synstructure v0.13.2
19152026-05-08T16:28:07.070Z Compiling serde_derive_internals v0.29.1
19162026-05-08T16:28:07.092Z Compiling iana-time-zone v0.1.65
19172026-05-08T16:28:07.110Z Compiling time-core v0.1.8
19182026-05-08T16:28:07.221Z Compiling syn v1.0.109
19192026-05-08T16:28:07.339Z Compiling time-macros v0.2.27
19202026-05-08T16:28:07.398Z Compiling base64 v0.22.1
19212026-05-08T16:28:07.485Z Compiling native-tls v0.2.18
19222026-05-08T16:28:07.692Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19232026-05-08T16:28:07.695Z Compiling crossbeam-utils v0.8.21
19242026-05-08T16:28:07.745Z Compiling base64ct v1.8.3
19252026-05-08T16:28:07.809Z Compiling untrusted v0.9.0
19262026-05-08T16:28:07.898Z Compiling uuid v1.23.0
19272026-05-08T16:28:07.942Z Compiling slog v2.8.2
19282026-05-08T16:28:07.976Z Compiling pest_meta v2.8.6
19292026-05-08T16:28:08.058Z Compiling pem-rfc7468 v0.7.0
19302026-05-08T16:28:08.104Z Compiling flagset v0.4.7
19312026-05-08T16:28:08.182Z Compiling regex-syntax v0.8.10
19322026-05-08T16:28:08.215Z Compiling rand_core v0.9.5
19332026-05-08T16:28:08.260Z Compiling bzip2-sys v0.1.13+1.0.8
19342026-05-08T16:28:08.325Z Compiling serde_derive v1.0.228
19352026-05-08T16:28:08.356Z Compiling zeroize_derive v1.4.3
19362026-05-08T16:28:08.372Z Compiling zerofrom-derive v0.1.6
19372026-05-08T16:28:08.448Z Compiling yoke-derive v0.8.1
19382026-05-08T16:28:08.464Z Compiling zerocopy-derive v0.8.40
19392026-05-08T16:28:08.526Z Compiling zerovec-derive v0.11.2
19402026-05-08T16:28:08.558Z Compiling displaydoc v0.2.5
19412026-05-08T16:28:08.584Z Compiling tokio-macros v2.7.0
19422026-05-08T16:28:08.710Z Compiling futures-macro v0.3.32
19432026-05-08T16:28:08.771Z Compiling der_derive v0.7.3
19442026-05-08T16:28:08.975Z Compiling zeroize v1.8.2
19452026-05-08T16:28:09.266Z Compiling thiserror-impl v2.0.18
19462026-05-08T16:28:09.285Z Compiling tracing-attributes v0.1.31
19472026-05-08T16:28:09.444Z Compiling schemars_derive v0.8.22
19482026-05-08T16:28:09.484Z Compiling futures-util v0.3.32
19492026-05-08T16:28:09.524Z Compiling zerofrom v0.1.6
19502026-05-08T16:28:09.674Z Compiling yoke v0.8.1
19512026-05-08T16:28:09.690Z Compiling rustls-pki-types v1.14.0
19522026-05-08T16:28:09.816Z Compiling crypto-common v0.1.7
19532026-05-08T16:28:09.890Z Compiling zerovec v0.11.5
19542026-05-08T16:28:09.939Z Compiling zerotrie v0.2.3
19552026-05-08T16:28:10.072Z Compiling block-buffer v0.10.4
19562026-05-08T16:28:10.255Z Compiling digest v0.10.7
19572026-05-08T16:28:10.425Z Compiling tinystr v0.8.2
19582026-05-08T16:28:10.441Z Compiling potential_utf v0.1.4
19592026-05-08T16:28:10.531Z Compiling hmac v0.12.1
19602026-05-08T16:28:10.556Z Compiling block-padding v0.3.3
19612026-05-08T16:28:10.587Z Compiling icu_collections v2.1.1
19622026-05-08T16:28:10.645Z Compiling icu_locale_core v2.1.1
19632026-05-08T16:28:10.696Z Compiling inout v0.1.4
19642026-05-08T16:28:10.714Z Compiling pest_generator v2.8.6
19652026-05-08T16:28:10.778Z Compiling openssl-macros v0.1.1
19662026-05-08T16:28:10.819Z Compiling sha2 v0.10.9
19672026-05-08T16:28:11.178Z Compiling cipher v0.4.4
19682026-05-08T16:28:11.322Z Compiling scroll_derive v0.13.1
19692026-05-08T16:28:11.403Z Compiling icu_provider v2.1.1
19702026-05-08T16:28:11.480Z Compiling bytes v1.11.1
19712026-05-08T16:28:11.602Z Compiling chrono v0.4.44
19722026-05-08T16:28:11.635Z Compiling pest_derive v2.8.6
19732026-05-08T16:28:11.832Z Compiling icu_properties v2.1.2
19742026-05-08T16:28:11.974Z Compiling icu_normalizer v2.1.1
19752026-05-08T16:28:12.086Z Compiling tokio v1.52.1
19762026-05-08T16:28:12.200Z Compiling http v1.4.0
19772026-05-08T16:28:12.397Z Compiling thiserror-impl v1.0.69
19782026-05-08T16:28:12.977Z Compiling idna_adapter v1.2.1
19792026-05-08T16:28:13.016Z Compiling ppv-lite86 v0.2.21
19802026-05-08T16:28:13.138Z Compiling idna v1.1.0
19812026-05-08T16:28:13.314Z Compiling der v0.7.10
19822026-05-08T16:28:13.402Z Compiling tracing-core v0.1.36
19832026-05-08T16:28:13.499Z Compiling url v2.5.8
19842026-05-08T16:28:13.543Z Compiling paste v1.0.15
19852026-05-08T16:28:13.616Z Compiling camino v1.2.2
19862026-05-08T16:28:13.931Z Compiling plain v0.2.3
19872026-05-08T16:28:14.051Z Compiling tracing v0.1.44
19882026-05-08T16:28:14.067Z Compiling http-body v1.0.1
19892026-05-08T16:28:14.270Z Compiling spki v0.7.3
19902026-05-08T16:28:14.437Z Compiling salsa20 v0.10.2
19912026-05-08T16:28:14.453Z Compiling pbkdf2 v0.12.2
19922026-05-08T16:28:14.629Z Compiling cookie v0.18.1
19932026-05-08T16:28:14.665Z Compiling num-bigint-dig v0.8.6
19942026-05-08T16:28:14.844Z Compiling atomic-waker v1.1.2
19952026-05-08T16:28:14.875Z Compiling dyn-clone v1.0.20
19962026-05-08T16:28:14.911Z Compiling fastrand v2.3.0
19972026-05-08T16:28:15.018Z Compiling scrypt v0.11.0
19982026-05-08T16:28:15.289Z Compiling rand_chacha v0.9.0
19992026-05-08T16:28:15.305Z Compiling aes v0.8.4
20002026-05-08T16:28:15.349Z Compiling cbc v0.1.2
20012026-05-08T16:28:15.655Z Compiling ahash v0.8.12
20022026-05-08T16:28:15.672Z Compiling zstd-safe v7.2.4
20032026-05-08T16:28:15.811Z Compiling usdt-impl v0.6.0
20042026-05-08T16:28:15.886Z Compiling tokio-util v0.7.18
20052026-05-08T16:28:15.904Z Compiling tower-service v0.3.3
20062026-05-08T16:28:15.936Z Compiling anyhow v1.0.102
20072026-05-08T16:28:16.026Z Compiling openssl-probe v0.2.1
20082026-05-08T16:28:16.030Z Compiling try-lock v0.2.5
20092026-05-08T16:28:16.058Z Compiling untrusted v0.7.1
20102026-05-08T16:28:16.061Z Compiling pretty-hex v0.4.1
20112026-05-08T16:28:16.061Z Compiling tower-layer v0.3.3
20122026-05-08T16:28:16.180Z Compiling want v0.3.1
20132026-05-08T16:28:16.269Z Compiling pkcs5 v0.7.1
20142026-05-08T16:28:16.339Z Compiling rand v0.9.2
20152026-05-08T16:28:16.788Z Compiling scroll v0.13.0
20162026-05-08T16:28:16.906Z Compiling serde_tokenstream v0.2.3
20172026-05-08T16:28:16.937Z Compiling ipnet v2.11.0
20182026-05-08T16:28:16.957Z Compiling async-trait v0.1.89
20192026-05-08T16:28:17.029Z Compiling clap_derive v4.5.55
20202026-05-08T16:28:17.081Z Compiling h2 v0.4.13
20212026-05-08T16:28:17.182Z Compiling scroll_derive v0.12.1
20222026-05-08T16:28:17.232Z Compiling daft-derive v0.1.5
20232026-05-08T16:28:17.276Z Compiling heapless v0.7.17
20242026-05-08T16:28:17.617Z Compiling aho-corasick v1.1.4
20252026-05-08T16:28:17.839Z Compiling httpdate v1.0.3
20262026-05-08T16:28:17.893Z Compiling signal-hook v0.3.18
20272026-05-08T16:28:17.940Z Compiling pin-utils v0.1.0
20282026-05-08T16:28:18.143Z Compiling goblin v0.10.5
20292026-05-08T16:28:18.356Z Compiling pkcs8 v0.10.2
20302026-05-08T16:28:18.371Z Compiling tempfile v3.25.0
20312026-05-08T16:28:18.424Z Compiling regex-automata v0.4.14
20322026-05-08T16:28:18.666Z Compiling darling_core v0.20.11
20332026-05-08T16:28:18.839Z Compiling spin v0.9.8
20342026-05-08T16:28:19.041Z Compiling tinyvec_macros v0.1.1
20352026-05-08T16:28:19.128Z Compiling simd-adler32 v0.3.8
20362026-05-08T16:28:19.144Z Compiling litrs v1.0.0
20372026-05-08T16:28:19.236Z Compiling tinyvec v1.10.0
20382026-05-08T16:28:19.615Z Compiling document-features v0.2.12
20392026-05-08T16:28:19.707Z Compiling dtrace-parser v0.3.0
20402026-05-08T16:28:20.153Z Compiling hex v0.4.3
20412026-05-08T16:28:20.315Z Compiling strum_macros v0.26.4
20422026-05-08T16:28:20.345Z Compiling zerocopy-derive v0.7.35
20432026-05-08T16:28:20.393Z Compiling darling_core v0.21.3
20442026-05-08T16:28:20.443Z Compiling curve25519-dalek v4.1.3
20452026-05-08T16:28:20.645Z Compiling hyper v1.8.1
20462026-05-08T16:28:20.686Z Compiling darling_macro v0.20.11
20472026-05-08T16:28:20.715Z Compiling thread-id v5.1.0
20482026-05-08T16:28:20.732Z Compiling memoffset v0.9.1
20492026-05-08T16:28:20.779Z Compiling ref-cast v1.0.25
20502026-05-08T16:28:20.816Z Compiling smoltcp v0.9.1
20512026-05-08T16:28:20.990Z Compiling dof v0.4.0
20522026-05-08T16:28:21.115Z Compiling powerfmt v0.2.0
20532026-05-08T16:28:21.253Z Compiling unicode-segmentation v1.12.0
20542026-05-08T16:28:21.324Z Compiling rustix v0.38.44
20552026-05-08T16:28:21.419Z Compiling anstyle v1.0.13
20562026-05-08T16:28:21.441Z Compiling utf8parse v0.2.2
20572026-05-08T16:28:21.503Z Compiling adler2 v2.0.1
20582026-05-08T16:28:21.596Z Compiling foreign-types-shared v0.1.1
20592026-05-08T16:28:21.707Z Compiling foreign-types v0.3.2
20602026-05-08T16:28:21.724Z Compiling miniz_oxide v0.8.9
20612026-05-08T16:28:21.727Z Compiling anstyle-parse v0.2.7
20622026-05-08T16:28:21.798Z Compiling deranged v0.5.8
20632026-05-08T16:28:21.919Z Compiling darling v0.20.11
20642026-05-08T16:28:22.009Z Compiling rustls-native-certs v0.8.3
20652026-05-08T16:28:22.028Z Compiling http-body-util v0.1.3
20662026-05-08T16:28:22.031Z Compiling toml_datetime v0.6.11
20672026-05-08T16:28:22.067Z Compiling hyper-util v0.1.20
20682026-05-08T16:28:22.181Z Compiling serde_spanned v0.6.9
20692026-05-08T16:28:22.460Z Compiling sync_wrapper v1.0.2
20702026-05-08T16:28:22.476Z Compiling wait-timeout v0.2.1
20712026-05-08T16:28:22.594Z Compiling num_threads v0.1.7
20722026-05-08T16:28:22.615Z Compiling quick-error v1.2.3
20732026-05-08T16:28:22.669Z Compiling darling_macro v0.21.3
20742026-05-08T16:28:22.704Z Compiling is_terminal_polyfill v1.70.2
20752026-05-08T16:28:22.729Z Compiling anstyle-query v1.1.5
20762026-05-08T16:28:22.818Z Compiling bit-vec v0.8.0
20772026-05-08T16:28:22.889Z Compiling colorchoice v1.0.4
20782026-05-08T16:28:22.956Z Compiling cfg_aliases v0.2.1
20792026-05-08T16:28:23.031Z Compiling siphasher v1.0.2
20802026-05-08T16:28:23.068Z Compiling zlib-rs v0.6.2
20812026-05-08T16:28:23.087Z Compiling ryu v1.0.23
20822026-05-08T16:28:23.180Z Compiling darling v0.21.3
20832026-05-08T16:28:23.299Z Compiling time v0.3.47
20842026-05-08T16:28:23.318Z Compiling serde_urlencoded v0.7.1
20852026-05-08T16:28:23.331Z Compiling nix v0.31.2
20862026-05-08T16:28:23.391Z Compiling bit-set v0.8.0
20872026-05-08T16:28:23.418Z Compiling anstream v0.6.21
20882026-05-08T16:28:23.617Z Compiling rusty-fork v0.3.1
20892026-05-08T16:28:23.697Z Compiling tower v0.5.3
20902026-05-08T16:28:23.923Z Compiling derive_builder_core v0.20.2
20912026-05-08T16:28:24.050Z Compiling heck v0.4.1
20922026-05-08T16:28:24.106Z Compiling regex v1.12.3
20932026-05-08T16:28:24.275Z Compiling unicode-normalization v0.1.25
20942026-05-08T16:28:24.522Z Compiling erased-serde v0.3.31
20952026-05-08T16:28:24.547Z Compiling hubpack_derive v0.1.1
20962026-05-08T16:28:24.588Z Compiling signature v2.2.0
20972026-05-08T16:28:24.710Z Compiling webpki-roots v1.0.6
20982026-05-08T16:28:24.766Z Compiling rand_xorshift v0.4.0
20992026-05-08T16:28:24.769Z Compiling strum_macros v0.27.2
21002026-05-08T16:28:24.803Z Compiling ref-cast-impl v1.0.25
21012026-05-08T16:28:24.855Z Compiling curve25519-dalek-derive v0.1.1
21022026-05-08T16:28:25.083Z Compiling fs-err v3.3.0
21032026-05-08T16:28:25.127Z Compiling usdt-impl v0.5.0
21042026-05-08T16:28:25.144Z Compiling iri-string v0.7.10
21052026-05-08T16:28:25.202Z Compiling flate2 v1.1.9
21062026-05-08T16:28:25.320Z Compiling unicode-properties v0.1.4
21072026-05-08T16:28:25.379Z Compiling unicode-bidi v0.3.18
21082026-05-08T16:28:25.480Z Compiling object v0.37.3
21092026-05-08T16:28:25.556Z Compiling unarray v0.1.4
21102026-05-08T16:28:25.637Z Compiling allocator-api2 v0.2.21
21112026-05-08T16:28:25.684Z Compiling proptest v1.10.0
21122026-05-08T16:28:25.758Z Compiling stringprep v0.1.5
21132026-05-08T16:28:26.569Z Compiling tower-http v0.6.8
21142026-05-08T16:28:26.622Z Compiling derive_builder_macro v0.20.2
21152026-05-08T16:28:26.639Z Compiling serde_with_macros v3.17.0
21162026-05-08T16:28:26.781Z Compiling usdt-macro v0.6.0
21172026-05-08T16:28:26.984Z Compiling usdt-attr-macro v0.6.0
21182026-05-08T16:28:27.096Z Compiling ipnetwork v0.21.1
21192026-05-08T16:28:27.155Z Compiling scroll v0.12.0
21202026-05-08T16:28:27.595Z Compiling rand_chacha v0.3.1
21212026-05-08T16:28:27.685Z Compiling md-5 v0.10.6
21222026-05-08T16:28:27.735Z Compiling num-integer v0.1.46
21232026-05-08T16:28:27.776Z Compiling terminal_size v0.4.3
21242026-05-08T16:28:27.792Z Compiling hash32 v0.2.1
21252026-05-08T16:28:27.856Z Compiling vergen-lib v0.1.6
21262026-05-08T16:28:27.895Z Compiling ff v0.13.1
21272026-05-08T16:28:27.933Z Compiling psl-types v2.0.11
21282026-05-08T16:28:27.946Z Compiling winnow v0.7.14
21292026-05-08T16:28:28.000Z Compiling clap_lex v1.0.0
21302026-05-08T16:28:28.067Z Compiling fallible-iterator v0.2.0
21312026-05-08T16:28:28.070Z Compiling base16ct v0.2.0
21322026-05-08T16:28:28.402Z Compiling postgres-protocol v0.6.10
21332026-05-08T16:28:28.433Z Compiling sec1 v0.7.3
21342026-05-08T16:28:28.589Z Compiling clap_builder v4.5.60
21352026-05-08T16:28:28.647Z Compiling publicsuffix v2.3.0
21362026-05-08T16:28:28.726Z Compiling group v0.13.0
21372026-05-08T16:28:28.810Z Compiling num-iter v0.1.45
21382026-05-08T16:28:28.840Z Compiling rand v0.8.5
21392026-05-08T16:28:28.928Z Compiling newtype-uuid v1.3.2
21402026-05-08T16:28:29.419Z Compiling goblin v0.8.2
21412026-05-08T16:28:29.541Z Compiling oxnet v0.1.4
21422026-05-08T16:28:29.694Z Compiling derive_builder v0.20.2
21432026-05-08T16:28:29.704Z Compiling tokio-native-tls v0.3.1
21442026-05-08T16:28:29.821Z Compiling phf_shared v0.13.1
21452026-05-08T16:28:29.878Z Compiling zerocopy v0.7.35
21462026-05-08T16:28:29.964Z Compiling lazy_static v1.5.0
21472026-05-08T16:28:30.077Z Compiling cargo-platform v0.1.9
21482026-05-08T16:28:30.093Z Compiling hkdf v0.12.4
21492026-05-08T16:28:30.096Z Compiling crypto-bigint v0.5.5
21502026-05-08T16:28:30.261Z Compiling enum-as-inner v0.6.1
21512026-05-08T16:28:30.335Z Compiling serde_repr v0.1.20
21522026-05-08T16:28:30.418Z Compiling vergen v9.0.6
21532026-05-08T16:28:31.465Z Compiling encoding_rs v0.8.35
21542026-05-08T16:28:31.468Z Compiling foldhash v0.2.0
21552026-05-08T16:28:31.468Z Compiling mime v0.3.17
21562026-05-08T16:28:31.468Z Compiling bumpalo v3.20.2
21572026-05-08T16:28:31.468Z Compiling managed v0.8.0
21582026-05-08T16:28:31.468Z Compiling libbz2-rs-sys v0.2.2
21592026-05-08T16:28:31.469Z Compiling foldhash v0.1.5
21602026-05-08T16:28:31.469Z Compiling bitflags v1.3.2
21612026-05-08T16:28:31.469Z Compiling winnow v0.5.40
21622026-05-08T16:28:31.469Z Compiling hashbrown v0.15.5
21632026-05-08T16:28:31.469Z Compiling bzip2 v0.6.1
21642026-05-08T16:28:31.497Z Compiling elliptic-curve v0.13.8
21652026-05-08T16:28:31.512Z Compiling zopfli v0.8.3
21662026-05-08T16:28:31.862Z Compiling dof v0.3.0
21672026-05-08T16:28:32.095Z Compiling hashbrown v0.16.1
21682026-05-08T16:28:32.515Z Compiling toml_edit v0.19.15
21692026-05-08T16:28:32.582Z Compiling clap v4.5.60
21702026-05-08T16:28:32.687Z Compiling cargo_metadata v0.19.2
21712026-05-08T16:28:33.075Z Compiling phf v0.13.1
21722026-05-08T16:28:33.257Z Compiling hyper-tls v0.6.0
21732026-05-08T16:28:33.311Z Compiling signal-hook-mio v0.2.5
21742026-05-08T16:28:33.444Z Compiling daft v0.1.5
21752026-05-08T16:28:33.733Z Compiling cookie_store v0.22.1
21762026-05-08T16:28:33.812Z Compiling zstd v0.13.3
21772026-05-08T16:28:33.824Z Compiling postgres-types v0.2.12
21782026-05-08T16:28:33.918Z Compiling bzip2 v0.4.4
21792026-05-08T16:28:33.944Z Compiling strum v0.27.2
21802026-05-08T16:28:33.962Z Compiling dtrace-parser v0.2.0
21812026-05-08T16:28:34.091Z Compiling hubpack v0.1.2
21822026-05-08T16:28:34.136Z Compiling ed25519 v2.2.3
21832026-05-08T16:28:34.180Z Compiling phf_shared v0.11.3
21842026-05-08T16:28:34.205Z Compiling bstr v1.12.1
21852026-05-08T16:28:34.287Z Compiling pkcs1 v0.7.5
21862026-05-08T16:28:34.389Z Compiling serde-big-array v0.5.1
21872026-05-08T16:28:34.416Z Compiling rfc6979 v0.4.0
21882026-05-08T16:28:34.549Z Compiling float-cmp v0.10.0
21892026-05-08T16:28:34.566Z Compiling memmap2 v0.9.10
21902026-05-08T16:28:34.580Z Compiling thread-id v4.2.2
21912026-05-08T16:28:34.679Z Compiling env_filter v1.0.0
21922026-05-08T16:28:34.730Z Compiling fixedbitset v0.5.7
21932026-05-08T16:28:34.756Z Compiling static_assertions v1.1.0
21942026-05-08T16:28:34.775Z Compiling fixedbitset v0.4.2
21952026-05-08T16:28:34.799Z Compiling new_debug_unreachable v1.0.6
21962026-05-08T16:28:34.822Z Compiling rustc-hash v2.1.1
21972026-05-08T16:28:34.846Z Compiling normalize-line-endings v0.3.0
21982026-05-08T16:28:34.861Z Compiling toml_write v0.1.2
21992026-05-08T16:28:34.885Z Compiling keccak v0.1.6
22002026-05-08T16:28:34.901Z Compiling predicates-core v1.0.10
22012026-05-08T16:28:34.959Z Compiling jiff v0.2.21
22022026-05-08T16:28:34.970Z Compiling either v1.15.0
22032026-05-08T16:28:35.006Z Compiling whoami v2.1.0
22042026-05-08T16:28:35.068Z Compiling difflib v0.4.0
22052026-05-08T16:28:35.102Z Compiling data-encoding v2.10.0
22062026-05-08T16:28:35.213Z Compiling precomputed-hash v0.1.1
22072026-05-08T16:28:35.245Z Compiling tokio-postgres v0.7.16
22082026-05-08T16:28:35.273Z Compiling itertools v0.13.0
22092026-05-08T16:28:35.319Z Compiling predicates v3.1.4
22102026-05-08T16:28:35.346Z Compiling string_cache v0.8.9
22112026-05-08T16:28:35.532Z Compiling hickory-proto v0.25.2
22122026-05-08T16:28:35.576Z Compiling sha3 v0.10.8
22132026-05-08T16:28:35.645Z Compiling toml_edit v0.22.27
22142026-05-08T16:28:35.867Z Compiling petgraph v0.8.3
22152026-05-08T16:28:35.887Z Compiling petgraph v0.6.5
22162026-05-08T16:28:36.009Z Compiling iddqd v0.3.18
22172026-05-08T16:28:36.485Z Compiling env_logger v0.11.9
22182026-05-08T16:28:36.753Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22192026-05-08T16:28:37.216Z Compiling usdt v0.6.0
22202026-05-08T16:28:37.343Z Compiling serde_with v3.17.0
22212026-05-08T16:28:37.432Z Compiling similar v2.7.0
22222026-05-08T16:28:37.487Z Compiling ecdsa v0.16.9
22232026-05-08T16:28:37.767Z Compiling zip v4.6.1
22242026-05-08T16:28:37.895Z Compiling rsa v0.9.10
22252026-05-08T16:28:38.230Z Compiling ed25519-dalek v2.2.0
22262026-05-08T16:28:38.531Z Compiling crossterm v0.28.1
22272026-05-08T16:28:38.543Z Compiling zip v0.6.6
22282026-05-08T16:28:38.702Z Compiling toml v0.7.8
22292026-05-08T16:28:39.075Z Compiling crossbeam-epoch v0.9.18
22302026-05-08T16:28:39.156Z Compiling toml_parser v1.0.9+spec-1.1.0
22312026-05-08T16:28:39.236Z Compiling strum v0.26.3
22322026-05-08T16:28:39.274Z Compiling tokio-stream v0.1.18
22332026-05-08T16:28:39.385Z Compiling buf-list v1.1.2
22342026-05-08T16:28:39.462Z Compiling x509-cert v0.2.5
22352026-05-08T16:28:39.573Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22362026-05-08T16:28:39.719Z Compiling openapiv3 v2.2.0
22372026-05-08T16:28:39.736Z Compiling sha1 v0.10.6
22382026-05-08T16:28:39.770Z Compiling structmeta-derive v0.3.0
22392026-05-08T16:28:39.812Z Compiling toml_datetime v0.7.5+spec-1.1.0
22402026-05-08T16:28:39.903Z Compiling lalrpop-util v0.19.12
22412026-05-08T16:28:39.961Z Compiling radium v0.7.0
22422026-05-08T16:28:40.237Z Compiling peg-runtime v0.8.5
22432026-05-08T16:28:40.768Z Compiling structmeta v0.3.0
22442026-05-08T16:28:41.625Z Compiling tap v1.0.1
22452026-05-08T16:28:41.762Z Compiling maybe-uninit v2.0.0
22462026-05-08T16:28:41.870Z Compiling wyz v0.5.1
22472026-05-08T16:28:43.171Z Compiling funty v2.0.0
22482026-05-08T16:28:43.307Z Compiling packed_struct v0.10.1
22492026-05-08T16:28:44.087Z Compiling bitvec v1.0.1
22502026-05-08T16:28:45.950Z Compiling futures-executor v0.3.32
22512026-05-08T16:28:46.023Z Compiling packed_struct_codegen v0.10.1
22522026-05-08T16:28:46.250Z Compiling zerocopy-derive v0.6.6
22532026-05-08T16:28:46.452Z Compiling bitfield-macros v0.19.4
22542026-05-08T16:28:46.493Z Compiling indexmap v1.9.3
22552026-05-08T16:28:46.599Z Compiling crc-catalog v2.4.0
22562026-05-08T16:28:46.717Z Compiling nodrop v0.1.14
22572026-05-08T16:28:46.751Z Compiling typeid v1.0.3
22582026-05-08T16:28:47.074Z Compiling zerocopy v0.6.6
22592026-05-08T16:28:47.148Z Compiling array-init v0.0.4
22602026-05-08T16:28:47.162Z Compiling bitfield v0.19.4
22612026-05-08T16:28:47.507Z Compiling crc v3.4.0
22622026-05-08T16:28:47.523Z Compiling futures v0.3.32
22632026-05-08T16:28:47.991Z Compiling smallvec v0.6.14
22642026-05-08T16:28:48.270Z Compiling derive-ex v0.1.8
22652026-05-08T16:28:50.626Z Compiling base64 v0.21.7
22662026-05-08T16:28:50.833Z Compiling erased-serde v0.4.9
22672026-05-08T16:28:50.883Z Compiling rustls v0.22.4
22682026-05-08T16:28:51.107Z Compiling hashbrown v0.12.3
22692026-05-08T16:28:51.910Z Compiling ron v0.8.1
22702026-05-08T16:28:52.072Z Compiling rustls-webpki v0.103.9
22712026-05-08T16:28:54.422Z Compiling test-strategy v0.4.5
22722026-05-08T16:28:54.816Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22732026-05-08T16:28:54.832Z Compiling serde-hex v0.1.0
22742026-05-08T16:28:55.171Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22752026-05-08T16:28:55.401Z Compiling toml v0.8.23
22762026-05-08T16:28:55.416Z Compiling hashbrown v0.13.2
22772026-05-08T16:28:55.726Z Compiling tokio-rustls v0.26.4
22782026-05-08T16:28:56.008Z Compiling hyper-rustls v0.27.7
22792026-05-08T16:28:56.025Z Compiling rustls-platform-verifier v0.6.2
22802026-05-08T16:28:56.247Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-05-08T16:28:56.347Z Compiling reqwest v0.12.28
22822026-05-08T16:28:56.401Z Compiling reqwest v0.13.2
22832026-05-08T16:28:56.566Z Compiling rustls-webpki v0.102.8
22842026-05-08T16:28:57.104Z Compiling pin-project-internal v1.1.11
22852026-05-08T16:28:57.243Z Compiling filetime v0.2.27
22862026-05-08T16:28:57.354Z Compiling multer v3.1.0
22872026-05-08T16:28:57.482Z Compiling thread_local v1.1.9
22882026-05-08T16:28:57.550Z Compiling xattr v1.6.1
22892026-05-08T16:28:57.565Z Compiling same-file v1.0.6
22902026-05-08T16:28:57.621Z Compiling match_cfg v0.1.0
22912026-05-08T16:28:57.766Z Compiling compression-core v0.4.31
22922026-05-08T16:28:57.856Z Compiling crc-any v2.5.0
22932026-05-08T16:28:57.882Z Compiling slog-async v2.8.0
22942026-05-08T16:28:57.916Z Compiling rayon-core v1.13.0
22952026-05-08T16:28:57.968Z Compiling compression-codecs v0.4.37
22962026-05-08T16:28:57.995Z Compiling walkdir v2.5.0
22972026-05-08T16:28:58.113Z Compiling tar v0.4.45
22982026-05-08T16:28:58.158Z Compiling hostname v0.3.1
22992026-05-08T16:28:58.174Z Compiling pin-project v1.1.11
23002026-05-08T16:28:58.299Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23012026-05-08T16:28:58.315Z Compiling object v0.30.4
23022026-05-08T16:28:58.377Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23032026-05-08T16:28:58.417Z Compiling crossbeam-channel v0.5.15
23042026-05-08T16:28:58.433Z Compiling slog-json v2.6.1
23052026-05-08T16:28:58.710Z Compiling snafu-derive v0.8.9
23062026-05-08T16:28:58.744Z Compiling async-stream-impl v0.3.6
23072026-05-08T16:28:58.944Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082026-05-08T16:28:59.044Z Compiling ordered-float v2.10.1
23092026-05-08T16:28:59.137Z Compiling toml_datetime v1.0.0+spec-1.1.0
23102026-05-08T16:28:59.333Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23112026-05-08T16:28:59.353Z Compiling serde_path_to_error v0.1.20
23122026-05-08T16:28:59.379Z Compiling serde_spanned v1.0.4
23132026-05-08T16:28:59.568Z Compiling is-terminal v0.4.17
23142026-05-08T16:28:59.598Z Compiling fs-err v2.11.0
23152026-05-08T16:28:59.661Z Compiling dropshot v0.17.0
23162026-05-08T16:28:59.686Z Compiling debug-ignore v1.0.5
23172026-05-08T16:28:59.765Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23182026-05-08T16:28:59.801Z Compiling term v1.2.1
23192026-05-08T16:28:59.817Z Compiling take_mut v0.2.2
23202026-05-08T16:28:59.820Z Compiling toml_writer v1.0.6+spec-1.1.0
23212026-05-08T16:28:59.848Z Compiling path-slash v0.1.5
23222026-05-08T16:28:59.957Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23232026-05-08T16:29:00.019Z Compiling async-stream v0.3.6
23242026-05-08T16:29:00.080Z Compiling toml v1.0.6+spec-1.1.0
23252026-05-08T16:29:00.110Z Compiling slog-term v2.9.2
23262026-05-08T16:29:00.129Z Compiling serde-value v0.7.0
23272026-05-08T16:29:00.146Z Compiling serde-untagged v0.1.9
23282026-05-08T16:29:00.236Z Compiling slog-bunyan v2.5.0
23292026-05-08T16:29:00.382Z Compiling snafu v0.8.9
23302026-05-08T16:29:00.445Z Compiling tokio-rustls v0.25.0
23312026-05-08T16:29:00.650Z Compiling async-compression v0.4.41
23322026-05-08T16:29:00.710Z Compiling globset v0.4.18
23332026-05-08T16:29:00.831Z Compiling crossbeam-deque v0.8.6
23342026-05-08T16:29:00.972Z Compiling parse-display-derive v0.10.0
23352026-05-08T16:29:01.076Z Compiling camino-tempfile v1.4.1
23362026-05-08T16:29:01.134Z Compiling olpc-cjson v0.1.4
23372026-05-08T16:29:01.191Z Compiling dropshot_endpoint v0.17.0
23382026-05-08T16:29:01.374Z Compiling newtype-uuid-macros v0.1.0
23392026-05-08T16:29:01.377Z Compiling backon v1.6.0
23402026-05-08T16:29:01.517Z Compiling waitgroup v0.1.2
23412026-05-08T16:29:01.603Z Compiling half v2.7.1
23422026-05-08T16:29:01.672Z Compiling serde_plain v1.0.2
23432026-05-08T16:29:01.699Z Compiling rustls-pemfile v2.2.0
23442026-05-08T16:29:01.715Z Compiling async-recursion v1.1.1
23452026-05-08T16:29:01.997Z Compiling pem v3.0.6
23462026-05-08T16:29:02.013Z Compiling blake3 v1.8.3
23472026-05-08T16:29:02.031Z Compiling hostname v0.4.2
23482026-05-08T16:29:02.060Z Compiling instant v0.1.13
23492026-05-08T16:29:02.151Z Compiling unicode-xid v0.2.6
23502026-05-08T16:29:02.205Z Compiling typed-path v0.9.3
23512026-05-08T16:29:02.226Z Compiling ciborium-io v0.2.2
23522026-05-08T16:29:02.318Z Compiling ciborium-ll v0.2.2
23532026-05-08T16:29:02.347Z Compiling cargo-util-schemas v0.8.2
23542026-05-08T16:29:02.418Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23552026-05-08T16:29:02.539Z Compiling parse-display v0.10.0
23562026-05-08T16:29:02.613Z Compiling backoff v0.4.0
23572026-05-08T16:29:02.849Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23582026-05-08T16:29:02.902Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23592026-05-08T16:29:03.329Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23602026-05-08T16:29:03.400Z Compiling regress v0.10.5
23612026-05-08T16:29:03.428Z Compiling itertools v0.14.0
23622026-05-08T16:29:03.488Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23632026-05-08T16:29:03.633Z Compiling macaddr v1.0.1
23642026-05-08T16:29:03.940Z Compiling cargo-platform v0.2.0
23652026-05-08T16:29:04.218Z Compiling arrayvec v0.7.6
23662026-05-08T16:29:04.234Z Compiling parse-size v1.1.0
23672026-05-08T16:29:04.254Z Compiling arrayref v0.3.9
23682026-05-08T16:29:04.350Z Compiling constant_time_eq v0.4.2
23692026-05-08T16:29:04.368Z Compiling indent_write v2.2.0
23702026-05-08T16:29:04.443Z Compiling cargo_metadata v0.21.0
23712026-05-08T16:29:04.509Z Compiling ciborium v0.2.2
23722026-05-08T16:29:04.548Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23732026-05-08T16:29:04.571Z Compiling display-error-chain v0.2.2
23742026-05-08T16:29:04.710Z Compiling topological-sort v0.2.2
23752026-05-08T16:29:04.733Z Compiling shell-words v1.1.1
23762026-05-08T16:29:05.077Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23772026-05-08T16:29:15.179Z Compiling progenitor-client v0.10.0
23782026-05-08T16:29:15.179Z Compiling tough v0.20.0
23792026-05-08T16:29:15.179Z Compiling omicron-zone-package v0.12.2
23802026-05-08T16:29:15.194Z Compiling progenitor-client v0.14.0
23812026-05-08T16:29:15.334Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-05-08T16:29:15.352Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23832026-05-08T16:29:15.657Z Compiling progenitor-extras v0.2.0
23842026-05-08T16:29:15.915Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23852026-05-08T16:29:17.908Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23862026-05-08T16:29:20.685Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23872026-05-08T16:29:24.082Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23882026-05-08T16:29:31.834Z Finished `release` profile [optimized] target(s) in 1m 29s
23892026-05-08T16:29:31.983Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23902026-05-08T16:29:32.040ZMay 08 16:29:30.702 DEBG changing working directory to /work/oxidecomputer/omicron
23912026-05-08T16:29:32.129ZMay 08 16:29:30.792 DEBG running: git rev-parse HEAD
23922026-05-08T16:29:32.132ZMay 08 16:29:30.794 DEBG process exited with exit status: 0 (2.351242ms)
23932026-05-08T16:29:32.132ZMay 08 16:29:30.794 INFO version: 20.0.0-0.ci+gita6d973754c6
23942026-05-08T16:29:32.139ZMay 08 16:29:30.802 INFO cloning helios to /work/oxidecomputer/helios
23952026-05-08T16:29:32.139ZMay 08 16:29:30.802 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23962026-05-08T16:29:32.142ZCloning into '/work/oxidecomputer/helios'...
23972026-05-08T16:29:32.629ZMay 08 16:29:31.292 DEBG process exited with exit status: 0 (489.700619ms)
23982026-05-08T16:29:32.629ZMay 08 16:29:31.292 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23992026-05-08T16:29:32.632ZMay 08 16:29:31.294 DEBG process exited with exit status: 0 (2.409333ms)
24002026-05-08T16:29:32.632ZMay 08 16:29:31.294 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24012026-05-08T16:29:32.940ZMay 08 16:29:31.602 DEBG process exited with exit status: 0 (308.050711ms)
24022026-05-08T16:29:32.940ZMay 08 16:29:31.602 DEBG running: zfs list rpool/images/build/host
24032026-05-08T16:29:32.945ZNAME USED AVAIL REFER MOUNTPOINT
24042026-05-08T16:29:32.945Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24052026-05-08T16:29:32.948ZMay 08 16:29:31.607 DEBG process exited with exit status: 0 (4.479865ms)
24062026-05-08T16:29:32.948ZMay 08 16:29:31.607 DEBG running: zfs list rpool/images/build/recovery
24072026-05-08T16:29:32.948ZNAME USED AVAIL REFER MOUNTPOINT
24082026-05-08T16:29:32.948Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24092026-05-08T16:29:32.948ZMay 08 16:29:31.610 DEBG process exited with exit status: 0 (3.849075ms)
24102026-05-08T16:29:32.951ZMay 08 16:29:31.611 INFO [hubris-staging] running task
24112026-05-08T16:29:32.951ZMay 08 16:29:31.611 INFO [incorp-manifest] running task
24122026-05-08T16:29:32.951ZMay 08 16:29:31.611 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24132026-05-08T16:29:32.951ZMay 08 16:29:31.611 INFO [hubris-production] running task
24142026-05-08T16:29:32.951ZMay 08 16:29:31.612 INFO [incorp-create] running: pkgrepo create /work/incorporation
24152026-05-08T16:29:32.951ZMay 08 16:29:31.613 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
24162026-05-08T16:29:32.954ZMay 08 16:29:31.614 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24172026-05-08T16:29:32.990Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24182026-05-08T16:29:33.185ZMay 08 16:29:31.848 INFO [incorp-create] process exited with exit status: 0 (236.272639ms)
24192026-05-08T16:29:33.188ZMay 08 16:29:31.848 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24202026-05-08T16:29:33.407ZMay 08 16:29:32.070 DEBG process exited with exit status: 0 (458.648323ms)
24212026-05-08T16:29:33.407ZMay 08 16:29:32.070 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24222026-05-08T16:29:33.416ZMay 08 16:29:32.079 INFO [incorp-publisher] process exited with exit status: 0 (230.482003ms)
24232026-05-08T16:29:33.446Z[ omicron-package] Blocking waiting for file lock on package cache
24242026-05-08T16:29:33.851Z[ omicron-package] Blocking waiting for file lock on package cache
24252026-05-08T16:29:33.875ZMay 08 16:29:32.536 DEBG process exited with exit status: 0 (466.398802ms)
24262026-05-08T16:29:33.878ZMay 08 16:29:32.537 INFO [incorp-manifest] task succeeded (926.266286ms)
24272026-05-08T16:29:33.878ZMay 08 16:29:32.537 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24282026-05-08T16:29:34.035ZMay 08 16:29:32.693 INFO [hubris-production] task succeeded (1.081569464s)
24292026-05-08T16:29:34.042ZMay 08 16:29:32.705 INFO [incorp-fmt] process exited with exit status: 0 (167.424742ms)
24302026-05-08T16:29:34.045ZMay 08 16:29:32.705 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24312026-05-08T16:29:34.259Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260508T162932Z
24322026-05-08T16:29:34.259Z[ incorp-pkgsend] PUBLISHED
24332026-05-08T16:29:34.293ZMay 08 16:29:32.951 INFO [incorp-pkgsend] process exited with exit status: 0 (245.85027ms)
24342026-05-08T16:29:34.299ZMay 08 16:29:32.951 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24352026-05-08T16:29:34.481Z[ helios-incorp] Retrieving packages for publisher helios ...
24362026-05-08T16:29:34.485Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24372026-05-08T16:29:34.507Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24382026-05-08T16:29:34.510Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24392026-05-08T16:29:34.510Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24402026-05-08T16:29:34.513Z[ helios-incorp]
24412026-05-08T16:29:34.513Z[ helios-incorp] Archiving packages ...
24422026-05-08T16:29:34.513Z[ helios-incorp] Packages to add: 1
24432026-05-08T16:29:34.513Z[ helios-incorp] Files to retrieve: 0
24442026-05-08T16:29:34.513Z[ helios-incorp] Estimated transfer size: 0.00 B
24452026-05-08T16:29:34.513Z[ helios-incorp]
24462026-05-08T16:29:34.513Z[ helios-incorp] Packages to archive:
24472026-05-08T16:29:34.513Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260508T162932Z
24482026-05-08T16:29:34.513Z[ helios-incorp]
24492026-05-08T16:29:34.513Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24502026-05-08T16:29:34.513Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24512026-05-08T16:29:34.548ZMay 08 16:29:33.210 INFO [helios-incorp] process exited with exit status: 0 (259.131576ms)
24522026-05-08T16:29:34.830Z[ omicron-package] Compiling ring v0.17.14
24532026-05-08T16:29:35.032Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24542026-05-08T16:29:35.032Z[ omicron-package] Compiling itertools v0.14.0
24552026-05-08T16:29:35.035Z[ omicron-package] Compiling secrecy v0.10.3
24562026-05-08T16:29:35.035Z[ omicron-package] Compiling heapless v0.8.0
24572026-05-08T16:29:35.035Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24582026-05-08T16:29:35.035Z[ omicron-package] Compiling hash32 v0.3.1
24592026-05-08T16:29:35.430Z[ omicron-package] Compiling smoltcp v0.11.0
24602026-05-08T16:29:35.433Z[ omicron-package] Compiling unicode-width v0.2.0
24612026-05-08T16:29:35.499Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24622026-05-08T16:29:35.591Z[ omicron-package] Compiling cobs v0.3.0
24632026-05-08T16:29:35.594Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24642026-05-08T16:29:35.663Z[ omicron-package] Compiling universal-hash v0.5.1
24652026-05-08T16:29:35.769Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24662026-05-08T16:29:36.220Z[ omicron-package] Compiling opaque-debug v0.3.1
24672026-05-08T16:29:36.223Z[ omicron-package] Compiling convert_case v0.4.0
24682026-05-08T16:29:36.223Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24692026-05-08T16:29:36.253Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24702026-05-08T16:29:36.377Z[ omicron-package] Compiling postcard v1.1.3
24712026-05-08T16:29:36.454Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
24722026-05-08T16:29:36.454Z[ omicron-package] Compiling poly1305 v0.8.0
24732026-05-08T16:29:36.457Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24742026-05-08T16:29:36.457Z[ omicron-package] Compiling password-hash v0.5.0
24752026-05-08T16:29:36.498Z[ omicron-package] Compiling chacha20 v0.9.1
24762026-05-08T16:29:36.653Z[ omicron-package] Compiling derive_more v0.99.20
24772026-05-08T16:29:36.736Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24782026-05-08T16:29:36.822Z[ omicron-package] Compiling blake2 v0.10.6
24792026-05-08T16:29:36.920Z[ omicron-package] Compiling ingot-macros v0.1.1
24802026-05-08T16:29:37.026Z[ omicron-package] Compiling num_enum_derive v0.7.5
24812026-05-08T16:29:37.100Z[ omicron-package] Compiling thiserror-no-std v2.0.2
24822026-05-08T16:29:37.103Z[ omicron-package] Compiling aead v0.5.2
24832026-05-08T16:29:37.136Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24842026-05-08T16:29:37.265Z[ omicron-package] Compiling proc-macro-error v1.0.4
24852026-05-08T16:29:37.268Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24862026-05-08T16:29:37.372Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24872026-05-08T16:29:37.476Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24882026-05-08T16:29:37.476Z[ omicron-package] Compiling cpufeatures v0.3.0
24892026-05-08T16:29:37.619Z[ omicron-package] Compiling vsss-rs v3.3.4
24902026-05-08T16:29:37.669Z[ omicron-package] Compiling chacha20 v0.10.0
24912026-05-08T16:29:37.770Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
24922026-05-08T16:29:37.804Z[ omicron-package] Compiling argon2 v0.5.3
24932026-05-08T16:29:37.862Z[ omicron-package] Compiling num_enum_derive v0.5.11
24942026-05-08T16:29:37.925Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24952026-05-08T16:29:38.122Z[ omicron-package] Compiling tabwriter v1.4.1
24962026-05-08T16:29:38.157Z[ omicron-package] Compiling byte-wrapper v0.1.0
24972026-05-08T16:29:38.198Z[ omicron-package] Compiling foreign-types v0.5.0
24982026-05-08T16:29:38.230Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24992026-05-08T16:29:38.267Z[ omicron-package] Compiling cstr-argument v0.1.2
25002026-05-08T16:29:38.320Z[ omicron-package] Compiling num_enum v0.7.5
25012026-05-08T16:29:38.364Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
25022026-05-08T16:29:38.482Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25032026-05-08T16:29:38.525Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25042026-05-08T16:29:38.528Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25052026-05-08T16:29:38.726Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25062026-05-08T16:29:38.799Z[ omicron-package] Compiling rand v0.10.0
25072026-05-08T16:29:38.844Z[ omicron-package] Compiling rayon v1.11.0
25082026-05-08T16:29:38.880Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25092026-05-08T16:29:38.918Z[ omicron-package] Compiling colored v3.1.1
25102026-05-08T16:29:38.936Z[ omicron-package] Compiling libefi-sys v0.1.0
25112026-05-08T16:29:38.961Z[ omicron-package] Compiling num_enum v0.5.11
25122026-05-08T16:29:38.964Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25132026-05-08T16:29:39.136Z[ omicron-package] Compiling rustls v0.23.37
25142026-05-08T16:29:39.154Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25152026-05-08T16:29:39.172Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25162026-05-08T16:29:39.193Z[ omicron-package] Compiling itertools v0.12.1
25172026-05-08T16:29:39.253Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25182026-05-08T16:29:39.297Z[ omicron-package] Compiling usdt-macro v0.5.0
25192026-05-08T16:29:39.352Z[ omicron-package] Compiling memmap v0.7.0
25202026-05-08T16:29:39.650Z[ omicron-package] Compiling sigpipe v0.1.3
25212026-05-08T16:29:39.671Z[ omicron-package] Compiling num-derive v0.4.2
25222026-05-08T16:29:39.697Z[ omicron-package] Compiling bitfield-struct v0.6.2
25232026-05-08T16:29:39.700Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25242026-05-08T16:29:39.755Z[ omicron-package] Compiling glob v0.3.3
25252026-05-08T16:29:39.781Z[ omicron-package] Compiling swrite v0.1.0
25262026-05-08T16:29:39.943Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25272026-05-08T16:29:40.025Z[ omicron-package] Compiling ingot-types v0.1.2
25282026-05-08T16:29:40.110Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25292026-05-08T16:29:40.189Z[ omicron-package] Compiling usdt v0.5.0
25302026-05-08T16:29:40.339Z[ omicron-package] Compiling smf v0.2.3
25312026-05-08T16:29:40.358Z[ omicron-package] Compiling whoami v1.6.1
25322026-05-08T16:29:40.485Z[ omicron-package] Compiling rustls-webpki v0.103.9
25332026-05-08T16:29:40.503Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25342026-05-08T16:29:40.507Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25352026-05-08T16:29:40.674Z[ omicron-package] Compiling ingot v0.1.1
25362026-05-08T16:29:40.768Z[ omicron-package] Compiling zone v0.3.1
25372026-05-08T16:29:40.840Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25382026-05-08T16:29:40.869Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25392026-05-08T16:29:40.869Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25402026-05-08T16:29:40.872Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25412026-05-08T16:29:41.023Z[ omicron-package] Compiling console v0.16.2
25422026-05-08T16:29:41.035Z[ omicron-package] Compiling gethostname v0.5.0
25432026-05-08T16:29:41.036Z[ omicron-package] Compiling unit-prefix v0.5.2
25442026-05-08T16:29:41.249Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25452026-05-08T16:29:41.363Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25462026-05-08T16:29:41.605Z[ omicron-package] Compiling indicatif v0.18.4
25472026-05-08T16:29:42.455Z[ omicron-package] Compiling rustls v0.22.4
25482026-05-08T16:29:42.841Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
25492026-05-08T16:29:43.699Z[ omicron-package] Compiling rustls-webpki v0.102.8
25502026-05-08T16:29:44.126Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
25512026-05-08T16:29:44.367Z[ omicron-package] Compiling tokio-rustls v0.26.4
25522026-05-08T16:29:44.407Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25532026-05-08T16:29:44.662Z[ omicron-package] Compiling hyper-rustls v0.27.7
25542026-05-08T16:29:44.887Z[ omicron-package] Compiling reqwest v0.13.2
25552026-05-08T16:29:44.887Z[ omicron-package] Compiling reqwest v0.12.28
25562026-05-08T16:29:45.347Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
25572026-05-08T16:29:46.154Z[ omicron-package] Compiling tokio-rustls v0.25.0
25582026-05-08T16:29:46.456Z[ omicron-package] Compiling dropshot v0.17.0
25592026-05-08T16:29:47.235ZMay 08 16:29:45.898 INFO [hubris-staging] task succeeded (14.286654991s)
25602026-05-08T16:29:47.522Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25612026-05-08T16:29:47.846Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25622026-05-08T16:29:47.923Z[ helios-setup] May 08 16:29:46.585 INFO helios repository root is: /work/oxidecomputer/helios
25632026-05-08T16:29:47.926Z[ helios-setup] May 08 16:29:46.586 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
25642026-05-08T16:29:47.926Z[ helios-setup] May 08 16:29:46.586 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25652026-05-08T16:29:47.926Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25662026-05-08T16:29:48.413Z[ helios-setup] May 08 16:29:47.075 INFO clone ok!, project: pinprick
25672026-05-08T16:29:48.413Z[ helios-setup] May 08 16:29:47.075 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25682026-05-08T16:29:48.416Z[ helios-setup] May 08 16:29:47.075 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
25692026-05-08T16:29:48.416Z[ helios-setup] May 08 16:29:47.075 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25702026-05-08T16:29:48.416Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25712026-05-08T16:29:49.047Z[ helios-setup] May 08 16:29:47.708 INFO clone ok!, project: phbl
25722026-05-08T16:29:49.047Z[ helios-setup] May 08 16:29:47.708 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
25732026-05-08T16:29:49.050Z[ helios-setup] May 08 16:29:47.708 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25742026-05-08T16:29:49.050Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25752026-05-08T16:29:49.549Z[ helios-setup] May 08 16:29:48.211 INFO clone ok!, project: image-builder
25762026-05-08T16:29:49.552Z[ helios-setup] May 08 16:29:48.211 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
25772026-05-08T16:29:49.552Z[ helios-setup] May 08 16:29:48.211 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25782026-05-08T16:29:49.552Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25792026-05-08T16:29:50.138Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25802026-05-08T16:29:50.165Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25812026-05-08T16:29:50.232Z[ omicron-package] Compiling progenitor-client v0.14.0
25822026-05-08T16:29:50.269Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25832026-05-08T16:29:50.335Z[ omicron-package] Compiling progenitor-client v0.10.0
25842026-05-08T16:29:50.364Z[ helios-setup] May 08 16:29:49.027 INFO clone ok!, project: bootserver
25852026-05-08T16:29:50.364Z[ helios-setup] May 08 16:29:49.027 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
25862026-05-08T16:29:50.367Z[ helios-setup] May 08 16:29:49.027 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25872026-05-08T16:29:50.367Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25882026-05-08T16:29:50.375Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25892026-05-08T16:29:50.424Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25902026-05-08T16:29:50.493Z[ omicron-package] Compiling progenitor-extras v0.2.0
25912026-05-08T16:29:50.570Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25922026-05-08T16:29:50.733Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25932026-05-08T16:29:50.751Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25942026-05-08T16:29:50.766Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25952026-05-08T16:29:50.856Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25962026-05-08T16:29:55.391Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25972026-05-08T16:29:57.902Z[ helios-setup] May 08 16:29:56.565 INFO clone ok!, project: amd-firmware
25982026-05-08T16:29:57.902Z[ helios-setup] May 08 16:29:56.565 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
25992026-05-08T16:29:57.905Z[ helios-setup] May 08 16:29:56.565 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26002026-05-08T16:29:57.905Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26012026-05-08T16:29:58.773Z[ helios-setup] May 08 16:29:57.436 INFO clone ok!, project: chelsio-t6-roms
26022026-05-08T16:29:58.773Z[ helios-setup] May 08 16:29:57.436 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26032026-05-08T16:29:58.773Z[ helios-setup] May 08 16:29:57.436 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
26042026-05-08T16:29:58.776Z[ helios-setup] May 08 16:29:57.436 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26052026-05-08T16:29:58.776Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26062026-05-08T16:29:59.581Z[ helios-setup] May 08 16:29:58.244 INFO clone ok!, project: pilot
26072026-05-08T16:29:59.584Z[ helios-setup] May 08 16:29:58.244 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26082026-05-08T16:29:59.585Z[ helios-setup] May 08 16:29:58.244 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
26092026-05-08T16:29:59.585Z[ helios-setup] May 08 16:29:58.244 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
26102026-05-08T16:29:59.585Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26112026-05-08T16:30:00.382Z[ helios-setup] May 08 16:29:59.045 INFO clone ok!, project: amd-host-image-builder
26122026-05-08T16:30:00.382Z[ helios-setup] May 08 16:29:59.045 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
26132026-05-08T16:30:00.382Z[ helios-setup] May 08 16:29:59.045 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26142026-05-08T16:30:00.385Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26152026-05-08T16:30:01.065Z[ helios-setup] May 08 16:29:59.727 INFO clone ok!, project: dmar-report
26162026-05-08T16:30:01.068Z[ helios-setup] May 08 16:29:59.727 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26172026-05-08T16:30:01.276Z[ helios-setup] May 08 16:29:59.938 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26182026-05-08T16:30:01.493Z[ helios-setup] May 08 16:30:00.156 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26192026-05-08T16:30:01.493Z[ helios-setup] May 08 16:30:00.156 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26202026-05-08T16:30:01.714Z[ helios-setup] May 08 16:30:00.376 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26212026-05-08T16:30:01.931Z[ helios-setup] May 08 16:30:00.594 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26222026-05-08T16:30:01.931Z[ helios-setup] May 08 16:30:00.594 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26232026-05-08T16:30:02.147Z[ helios-setup] May 08 16:30:00.810 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26242026-05-08T16:30:02.361Z[ helios-setup] May 08 16:30:01.024 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26252026-05-08T16:30:02.361Z[ helios-setup] May 08 16:30:01.024 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26262026-05-08T16:30:02.361Z[ helios-setup] May 08 16:30:01.024 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26272026-05-08T16:30:02.364Z[ helios-setup] May 08 16:30:01.024 INFO ok!
26282026-05-08T16:30:02.364Z[ helios-setup] May 08 16:30:01.024 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26292026-05-08T16:30:02.365Z[ helios-setup] May 08 16:30:01.024 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26302026-05-08T16:30:02.365Z[ helios-setup] May 08 16:30:01.024 INFO ok!
26312026-05-08T16:30:02.365Z[ helios-setup] May 08 16:30:01.024 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26322026-05-08T16:30:02.365Z[ helios-setup] May 08 16:30:01.024 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26332026-05-08T16:30:02.365Z[ helios-setup] May 08 16:30:01.024 INFO ok!
26342026-05-08T16:30:02.365Z[ helios-setup] May 08 16:30:01.024 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26352026-05-08T16:30:02.369Z[ helios-setup] May 08 16:30:01.032 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
26362026-05-08T16:30:02.369Z[ helios-setup] May 08 16:30:01.032 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26372026-05-08T16:30:02.369Z[ helios-setup] May 08 16:30:01.032 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26382026-05-08T16:30:02.482Z[ helios-setup] May 08 16:30:01.145 INFO E| Downloading crates ...
26392026-05-08T16:30:02.531Z[ helios-setup] May 08 16:30:01.194 INFO E| Downloaded adler2 v2.0.0
26402026-05-08T16:30:02.541Z[ helios-setup] May 08 16:30:01.204 INFO E| Downloaded miniz_oxide v0.8.8
26412026-05-08T16:30:02.564Z[ helios-setup] May 08 16:30:01.227 INFO E| Compiling adler2 v2.0.0
26422026-05-08T16:30:02.632Z[ helios-setup] May 08 16:30:01.294 INFO E| Compiling miniz_oxide v0.8.8
26432026-05-08T16:30:02.985Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26442026-05-08T16:30:03.440Z[ helios-setup] May 08 16:30:02.102 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26452026-05-08T16:30:03.846Z[ helios-setup] May 08 16:30:02.509 INFO E| Finished `release` profile [optimized] target(s) in 1.46s
26462026-05-08T16:30:03.853Z[ helios-setup] May 08 16:30:02.516 INFO building project "pinprick" ok (1 seconds)
26472026-05-08T16:30:03.854Z[ helios-setup] May 08 16:30:02.516 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
26482026-05-08T16:30:03.862Z[ helios-setup] May 08 16:30:02.525 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
26492026-05-08T16:30:03.865Z[ helios-setup] May 08 16:30:02.525 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26502026-05-08T16:30:03.865Z[ helios-setup] May 08 16:30:02.525 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
26512026-05-08T16:30:03.952Z[ helios-setup] May 08 16:30:02.614 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
26522026-05-08T16:30:04.238Z[ helios-setup] May 08 16:30:02.900 INFO E| From https://github.com/jclulow/rust-jmclib
26532026-05-08T16:30:04.238Z[ helios-setup] May 08 16:30:02.900 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
26542026-05-08T16:30:04.248Z[ helios-setup] May 08 16:30:02.910 INFO E| Updating crates.io index
26552026-05-08T16:30:04.418Z[ helios-setup] May 08 16:30:03.081 INFO E| Downloading crates ...
26562026-05-08T16:30:04.483Z[ helios-setup] May 08 16:30:03.145 INFO E| Downloaded serde_derive v1.0.193
26572026-05-08T16:30:04.487Z[ helios-setup] May 08 16:30:03.147 INFO E| Downloaded libdevinfo-sys v1.0.0
26582026-05-08T16:30:04.488Z[ helios-setup] May 08 16:30:03.148 INFO E| Downloaded digest v0.9.0
26592026-05-08T16:30:04.491Z[ helios-setup] May 08 16:30:03.154 INFO E| Downloaded cpufeatures v0.2.9
26602026-05-08T16:30:04.494Z[ helios-setup] May 08 16:30:03.155 INFO E| Downloaded errno v0.3.1
26612026-05-08T16:30:04.494Z[ helios-setup] May 08 16:30:03.155 INFO E| Downloaded block-buffer v0.9.0
26622026-05-08T16:30:04.494Z[ helios-setup] May 08 16:30:03.156 INFO E| Downloaded bitflags v2.3.3
26632026-05-08T16:30:04.499Z[ helios-setup] May 08 16:30:03.160 INFO E| Downloaded opaque-debug v0.3.0
26642026-05-08T16:30:04.502Z[ helios-setup] May 08 16:30:03.163 INFO E| Downloaded itoa v1.0.9
26652026-05-08T16:30:04.502Z[ helios-setup] May 08 16:30:03.163 INFO E| Downloaded fastrand v2.0.0
26662026-05-08T16:30:04.506Z[ helios-setup] May 08 16:30:03.169 INFO E| Downloaded unicode-width v0.1.10
26672026-05-08T16:30:04.520Z[ helios-setup] May 08 16:30:03.183 INFO E| Downloaded quote v1.0.31
26682026-05-08T16:30:04.524Z[ helios-setup] May 08 16:30:03.187 INFO E| Downloaded unicode-ident v1.0.11
26692026-05-08T16:30:04.528Z[ helios-setup] May 08 16:30:03.189 INFO E| Downloaded sha-1 v0.9.8
26702026-05-08T16:30:04.531Z[ helios-setup] May 08 16:30:03.190 INFO E| Downloaded anyhow v1.0.72
26712026-05-08T16:30:04.531Z[ helios-setup] May 08 16:30:03.193 INFO E| Downloaded md-5 v0.9.1
26722026-05-08T16:30:04.534Z[ helios-setup] May 08 16:30:03.194 INFO E| Downloaded glob v0.3.1
26732026-05-08T16:30:04.534Z[ helios-setup] May 08 16:30:03.196 INFO E| Downloaded tempfile v3.7.0
26742026-05-08T16:30:04.538Z[ helios-setup] May 08 16:30:03.201 INFO E| Downloaded walkdir v2.3.3
26752026-05-08T16:30:04.541Z[ helios-setup] May 08 16:30:03.202 INFO E| Downloaded toml v0.5.11
26762026-05-08T16:30:04.541Z[ helios-setup] May 08 16:30:03.203 INFO E| Downloaded uuid v0.8.2
26772026-05-08T16:30:04.544Z[ helios-setup] May 08 16:30:03.205 INFO E| Downloaded once_cell v1.18.0
26782026-05-08T16:30:04.544Z[ helios-setup] May 08 16:30:03.206 INFO E| Downloaded typenum v1.16.0
26792026-05-08T16:30:04.547Z[ helios-setup] May 08 16:30:03.208 INFO E| Downloaded proc-macro2 v1.0.66
26802026-05-08T16:30:04.547Z[ helios-setup] May 08 16:30:03.209 INFO E| Downloaded ryu v1.0.15
26812026-05-08T16:30:04.550Z[ helios-setup] May 08 16:30:03.211 INFO E| Downloaded getrandom v0.2.10
26822026-05-08T16:30:04.557Z[ helios-setup] May 08 16:30:03.219 INFO E| Downloaded serde v1.0.193
26832026-05-08T16:30:04.573Z[ helios-setup] May 08 16:30:03.236 INFO E| Downloaded serde_json v1.0.103
26842026-05-08T16:30:04.593Z[ helios-setup] May 08 16:30:03.254 INFO E| Downloaded syn v2.0.32
26852026-05-08T16:30:04.604Z[ helios-setup] May 08 16:30:03.266 INFO E| Downloaded rustix v0.38.4
26862026-05-08T16:30:04.624Z[ helios-setup] May 08 16:30:03.287 INFO E| Downloaded libc v0.2.147
26872026-05-08T16:30:04.683Z[ helios-setup] May 08 16:30:03.345 INFO E| Compiling libc v0.2.147
26882026-05-08T16:30:04.683Z[ helios-setup] May 08 16:30:03.345 INFO E| Compiling proc-macro2 v1.0.66
26892026-05-08T16:30:04.683Z[ helios-setup] May 08 16:30:03.345 INFO E| Compiling unicode-ident v1.0.11
26902026-05-08T16:30:04.687Z[ helios-setup] May 08 16:30:03.345 INFO E| Compiling cfg-if v1.0.0
26912026-05-08T16:30:04.687Z[ helios-setup] May 08 16:30:03.346 INFO E| Compiling typenum v1.16.0
26922026-05-08T16:30:04.687Z[ helios-setup] May 08 16:30:03.346 INFO E| Compiling version_check v0.9.4
26932026-05-08T16:30:04.687Z[ helios-setup] May 08 16:30:03.346 INFO E| Compiling serde v1.0.193
26942026-05-08T16:30:04.687Z[ helios-setup] May 08 16:30:03.346 INFO E| Compiling rustix v0.38.4
26952026-05-08T16:30:04.687Z[ helios-setup] May 08 16:30:03.346 INFO E| Compiling itoa v1.0.9
26962026-05-08T16:30:04.687Z[ helios-setup] May 08 16:30:03.346 INFO E| Compiling powerfmt v0.2.0
26972026-05-08T16:30:04.687Z[ helios-setup] May 08 16:30:03.346 INFO E| Compiling slog v2.7.0
26982026-05-08T16:30:04.687Z[ helios-setup] May 08 16:30:03.346 INFO E| Compiling time-core v0.1.2
26992026-05-08T16:30:04.687Z[ helios-setup] May 08 16:30:03.346 INFO E| Compiling num-conv v0.1.0
27002026-05-08T16:30:04.687Z[ helios-setup] May 08 16:30:03.346 INFO E| Compiling num_threads v0.1.6
27012026-05-08T16:30:04.687Z[ helios-setup] May 08 16:30:03.346 INFO E| Compiling once_cell v1.18.0
27022026-05-08T16:30:04.687Z[ helios-setup] May 08 16:30:03.346 INFO E| Compiling bitflags v2.3.3
27032026-05-08T16:30:04.879Z[ helios-setup] May 08 16:30:03.541 INFO E| Compiling anyhow v1.0.72
27042026-05-08T16:30:04.891Z[ helios-setup] May 08 16:30:03.554 INFO E| Compiling fastrand v2.0.0
27052026-05-08T16:30:05.060Z[ helios-setup] May 08 16:30:03.722 INFO E| Compiling thread_local v1.1.7
27062026-05-08T16:30:05.386Z[ helios-setup] May 08 16:30:04.048 INFO E| Compiling deranged v0.3.11
27072026-05-08T16:30:05.390Z[ helios-setup] May 08 16:30:04.049 INFO E| Compiling generic-array v0.14.7
27082026-05-08T16:30:05.390Z[ helios-setup] May 08 16:30:04.049 INFO E| Compiling opaque-debug v0.3.0
27092026-05-08T16:30:05.390Z[ helios-setup] May 08 16:30:04.049 INFO E| Compiling serde_json v1.0.103
27102026-05-08T16:30:05.390Z[ helios-setup] May 08 16:30:04.049 INFO E| Compiling cpufeatures v0.2.9
27112026-05-08T16:30:05.390Z[ helios-setup] May 08 16:30:04.049 INFO E| Compiling ryu v1.0.15
27122026-05-08T16:30:05.390Z[ helios-setup] May 08 16:30:04.049 INFO E| Compiling time-macros v0.2.18
27132026-05-08T16:30:05.425Z[ helios-setup] May 08 16:30:04.087 INFO E| Compiling same-file v1.0.6
27142026-05-08T16:30:05.441Z[ helios-setup] May 08 16:30:04.103 INFO E| Compiling unicode-width v0.1.10
27152026-05-08T16:30:05.497Z[ helios-setup] May 08 16:30:04.159 INFO E| Compiling libdevinfo-sys v1.0.0
27162026-05-08T16:30:05.542Z[ helios-setup] May 08 16:30:04.204 INFO E| Compiling glob v0.3.1
27172026-05-08T16:30:05.563Z[ helios-setup] May 08 16:30:04.226 INFO E| Compiling getopts v0.2.21
27182026-05-08T16:30:05.698Z[ helios-setup] May 08 16:30:04.360 INFO E| Compiling walkdir v2.3.3
27192026-05-08T16:30:06.012Z[ helios-setup] May 08 16:30:04.675 INFO E| Compiling quote v1.0.31
27202026-05-08T16:30:06.185Z[ helios-setup] May 08 16:30:04.847 INFO E| Compiling dirs-sys-next v0.1.2
27212026-05-08T16:30:06.185Z[ helios-setup] May 08 16:30:04.847 INFO E| Compiling errno v0.3.1
27222026-05-08T16:30:06.188Z[ helios-setup] May 08 16:30:04.847 INFO E| Compiling atty v0.2.14
27232026-05-08T16:30:06.201Z[ helios-setup] May 08 16:30:04.863 INFO E| Compiling getrandom v0.2.10
27242026-05-08T16:30:06.359Z[ helios-setup] May 08 16:30:05.021 INFO E| Compiling syn v2.0.32
27252026-05-08T16:30:06.433Z[ helios-setup] May 08 16:30:05.095 INFO E| Compiling dirs-next v2.0.0
27262026-05-08T16:30:06.511Z[ helios-setup] May 08 16:30:05.174 INFO E| Compiling term v0.7.0
27272026-05-08T16:30:06.805Z[ helios-setup] May 08 16:30:05.467 INFO E| Compiling block-buffer v0.9.0
27282026-05-08T16:30:06.805Z[ helios-setup] May 08 16:30:05.467 INFO E| Compiling digest v0.9.0
27292026-05-08T16:30:06.818Z[ helios-setup] May 08 16:30:05.481 INFO E| Compiling time v0.3.36
27302026-05-08T16:30:06.904Z[ helios-setup] May 08 16:30:05.566 INFO E| Compiling md-5 v0.9.1
27312026-05-08T16:30:06.904Z[ helios-setup] May 08 16:30:05.566 INFO E| Compiling sha-1 v0.9.8
27322026-05-08T16:30:06.917Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332026-05-08T16:30:06.993Z[ helios-setup] May 08 16:30:05.655 INFO E| Compiling tempfile v3.7.0
27342026-05-08T16:30:07.577Z[ helios-setup] May 08 16:30:06.240 INFO E| Compiling slog-term v2.9.0
27352026-05-08T16:30:08.036Z[ helios-setup] May 08 16:30:06.698 INFO E| Compiling serde_derive v1.0.193
27362026-05-08T16:30:08.078Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27372026-05-08T16:30:11.413Z[ helios-setup] May 08 16:30:10.075 INFO E| Compiling toml v0.5.11
27382026-05-08T16:30:11.413Z[ helios-setup] May 08 16:30:10.075 INFO E| Compiling uuid v0.8.2
27392026-05-08T16:30:12.018Z[ helios-setup] May 08 16:30:10.680 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
27402026-05-08T16:30:12.300Z[ helios-setup] May 08 16:30:10.962 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
27412026-05-08T16:30:15.192Z[ helios-setup] May 08 16:30:13.854 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
27422026-05-08T16:30:15.212Z[ helios-setup] May 08 16:30:13.874 INFO building project "image-builder" ok (11 seconds)
27432026-05-08T16:30:15.212Z[ helios-setup] May 08 16:30:13.874 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27442026-05-08T16:30:15.220Z[ helios-setup] May 08 16:30:13.883 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
27452026-05-08T16:30:15.220Z[ helios-setup] May 08 16:30:13.883 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27462026-05-08T16:30:15.220Z[ helios-setup] May 08 16:30:13.883 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27472026-05-08T16:30:15.303Z[ helios-setup] May 08 16:30:13.966 INFO E| Downloading crates ...
27482026-05-08T16:30:15.349Z[ helios-setup] May 08 16:30:14.011 INFO E| Downloaded block-buffer v0.10.3
27492026-05-08T16:30:15.355Z[ helios-setup] May 08 16:30:14.018 INFO E| Downloaded typenum v1.15.0
27502026-05-08T16:30:15.358Z[ helios-setup] May 08 16:30:14.020 INFO E| Downloaded cpufeatures v0.2.5
27512026-05-08T16:30:15.358Z[ helios-setup] May 08 16:30:14.021 INFO E| Downloaded digest v0.10.3
27522026-05-08T16:30:15.362Z[ helios-setup] May 08 16:30:14.025 INFO E| Downloaded miniz_oxide v0.6.2
27532026-05-08T16:30:15.370Z[ helios-setup] May 08 16:30:14.033 INFO E| Downloaded bytes v1.2.1
27542026-05-08T16:30:15.373Z[ helios-setup] May 08 16:30:14.035 INFO E| Downloaded sha2 v0.10.5
27552026-05-08T16:30:15.376Z[ helios-setup] May 08 16:30:14.036 INFO E| Downloaded flate2 v1.0.25
27562026-05-08T16:30:15.379Z[ helios-setup] May 08 16:30:14.039 INFO E| Downloaded anyhow v1.0.62
27572026-05-08T16:30:15.379Z[ helios-setup] May 08 16:30:14.041 INFO E| Downloaded generic-array v0.14.6
27582026-05-08T16:30:15.421Z[ helios-setup] May 08 16:30:14.084 INFO E| Compiling version_check v0.9.4
27592026-05-08T16:30:15.421Z[ helios-setup] May 08 16:30:14.084 INFO E| Compiling typenum v1.15.0
27602026-05-08T16:30:15.421Z[ helios-setup] May 08 16:30:14.084 INFO E| Compiling crc32fast v1.3.2
27612026-05-08T16:30:15.424Z[ helios-setup] May 08 16:30:14.084 INFO E| Compiling cfg-if v1.0.0
27622026-05-08T16:30:15.424Z[ helios-setup] May 08 16:30:14.084 INFO E| Compiling anyhow v1.0.62
27632026-05-08T16:30:15.424Z[ helios-setup] May 08 16:30:14.084 INFO E| Compiling adler v1.0.2
27642026-05-08T16:30:15.424Z[ helios-setup] May 08 16:30:14.084 INFO E| Compiling cpufeatures v0.2.5
27652026-05-08T16:30:15.424Z[ helios-setup] May 08 16:30:14.084 INFO E| Compiling unicode-width v0.1.10
27662026-05-08T16:30:15.424Z[ helios-setup] May 08 16:30:14.084 INFO E| Compiling bitflags v1.3.2
27672026-05-08T16:30:15.424Z[ helios-setup] May 08 16:30:14.084 INFO E| Compiling bytes v1.2.1
27682026-05-08T16:30:15.538Z[ helios-setup] May 08 16:30:14.201 INFO E| Compiling getopts v0.2.21
27692026-05-08T16:30:15.545Z[ helios-setup] May 08 16:30:14.207 INFO E| Compiling miniz_oxide v0.6.2
27702026-05-08T16:30:15.793Z[ helios-setup] May 08 16:30:14.455 INFO E| Compiling generic-array v0.14.6
27712026-05-08T16:30:16.035Z[ helios-setup] May 08 16:30:14.697 INFO E| Compiling flate2 v1.0.25
27722026-05-08T16:30:16.879Z[ helios-setup] May 08 16:30:15.542 INFO E| Compiling crypto-common v0.1.6
27732026-05-08T16:30:16.879Z[ helios-setup] May 08 16:30:15.542 INFO E| Compiling block-buffer v0.10.3
27742026-05-08T16:30:16.974Z[ helios-setup] May 08 16:30:15.637 INFO E| Compiling digest v0.10.3
27752026-05-08T16:30:17.116Z[ helios-setup] May 08 16:30:15.778 INFO E| Compiling sha2 v0.10.5
27762026-05-08T16:30:17.303Z[ helios-setup] May 08 16:30:15.965 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27772026-05-08T16:30:17.550Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.59s
27782026-05-08T16:30:17.795Z[ omicron-package]
27792026-05-08T16:30:17.795Z[ omicron-package] real 44.776526039
27802026-05-08T16:30:17.799Z[ omicron-package] user 5:12.852294128
27812026-05-08T16:30:17.799Z[ omicron-package] sys 28.333153036
27822026-05-08T16:30:17.799Z[ omicron-package] trap 0.444705098
27832026-05-08T16:30:17.799Z[ omicron-package] tflt 0.785846839
27842026-05-08T16:30:17.799Z[ omicron-package] dflt 3.200030935
27852026-05-08T16:30:17.799Z[ omicron-package] kflt 0.000690890
27862026-05-08T16:30:17.799Z[ omicron-package] lock 11:55.280214508
27872026-05-08T16:30:17.799Z[ omicron-package] slp 7:01.027143304
27882026-05-08T16:30:17.799Z[ omicron-package] lat 47.442508646
27892026-05-08T16:30:17.799Z[ omicron-package] stop 1:14.615730559
27902026-05-08T16:30:17.799ZMay 08 16:30:16.458 INFO [omicron-package] process exited with exit status: 0 (44.844900288s)
27912026-05-08T16:30:17.799ZMay 08 16:30:16.458 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27922026-05-08T16:30:17.799ZMay 08 16:30:16.459 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27932026-05-08T16:30:17.809Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27942026-05-08T16:30:17.809Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27952026-05-08T16:30:17.812Z[ host-target] Created new build target 'host' and set it as active
27962026-05-08T16:30:17.812Z[ recovery-target] Created new build target 'recovery' and set it as active
27972026-05-08T16:30:17.815ZMay 08 16:30:16.477 INFO [host-target] process exited with exit status: 0 (18.568581ms)
27982026-05-08T16:30:17.815ZMay 08 16:30:16.477 INFO [recovery-target] process exited with exit status: 0 (18.223861ms)
27992026-05-08T16:30:17.815ZMay 08 16:30:16.477 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28002026-05-08T16:30:17.823Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28012026-05-08T16:30:18.436Z[ helios-setup] May 08 16:30:17.098 INFO E| Finished `release` profile [optimized] target(s) in 3.20s
28022026-05-08T16:30:18.445Z[ helios-setup] May 08 16:30:17.108 INFO building project "bootserver" ok (3 seconds)
28032026-05-08T16:30:18.445Z[ helios-setup] May 08 16:30:17.108 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
28042026-05-08T16:30:18.453Z[ helios-setup] May 08 16:30:17.116 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
28052026-05-08T16:30:18.453Z[ helios-setup] May 08 16:30:17.116 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28062026-05-08T16:30:18.456Z[ helios-setup] May 08 16:30:17.116 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28072026-05-08T16:30:18.524Z[ helios-setup] May 08 16:30:17.186 INFO E| Blocking waiting for file lock on package cache
28082026-05-08T16:30:18.612Z[ helios-setup] May 08 16:30:17.274 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28092026-05-08T16:30:18.623Z[ host-package] Blocking waiting for file lock on package cache
28102026-05-08T16:30:18.888Z[ helios-setup] May 08 16:30:17.550 INFO E| From https://github.com/jclulow/hiercmd
28112026-05-08T16:30:18.888Z[ helios-setup] May 08 16:30:17.550 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
28122026-05-08T16:30:18.896Z[ helios-setup] May 08 16:30:17.559 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
28132026-05-08T16:30:19.171Z[ helios-setup] May 08 16:30:17.832 INFO E| From https://github.com/oxidecomputer/network-interface
28142026-05-08T16:30:19.171Z[ helios-setup] May 08 16:30:17.832 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
28152026-05-08T16:30:19.181Z[ helios-setup] May 08 16:30:17.841 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28162026-05-08T16:30:19.636Z[ helios-setup] May 08 16:30:18.299 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28172026-05-08T16:30:19.637Z[ helios-setup] May 08 16:30:18.299 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28182026-05-08T16:30:19.650Z[ helios-setup] May 08 16:30:18.313 INFO E| Updating crates.io index
28192026-05-08T16:30:19.841Z[ helios-setup] May 08 16:30:18.502 INFO E| Downloading crates ...
28202026-05-08T16:30:19.904Z[ helios-setup] May 08 16:30:18.566 INFO E| Downloaded anstyle-query v1.1.4
28212026-05-08T16:30:19.913Z[ helios-setup] May 08 16:30:18.576 INFO E| Downloaded anyhow v1.0.100
28222026-05-08T16:30:19.918Z[ helios-setup] May 08 16:30:18.578 INFO E| Downloaded env_filter v0.1.4
28232026-05-08T16:30:19.932Z[ helios-setup] May 08 16:30:18.594 INFO E| Downloaded futures-sink v0.3.31
28242026-05-08T16:30:19.949Z[ helios-setup] May 08 16:30:18.612 INFO E| Downloaded term v1.2.0
28252026-05-08T16:30:19.952Z[ helios-setup] May 08 16:30:18.614 INFO E| Downloaded toml_writer v1.0.4
28262026-05-08T16:30:19.955Z[ helios-setup] May 08 16:30:18.618 INFO E| Downloaded time-core v0.1.6
28272026-05-08T16:30:19.958Z[ helios-setup] May 08 16:30:18.618 INFO E| Downloaded zeroize_derive v1.4.2
28282026-05-08T16:30:19.961Z[ helios-setup] May 08 16:30:18.622 INFO E| Downloaded serde_spanned v1.0.3
28292026-05-08T16:30:19.964Z[ helios-setup] May 08 16:30:18.627 INFO E| Downloaded crc v3.3.0
28302026-05-08T16:30:19.967Z[ helios-setup] May 08 16:30:18.628 INFO E| Downloaded devinfo v0.1.0
28312026-05-08T16:30:19.970Z[ helios-setup] May 08 16:30:18.632 INFO E| Downloaded clap_lex v0.7.6
28322026-05-08T16:30:19.973Z[ helios-setup] May 08 16:30:18.634 INFO E| Downloaded env_logger v0.11.8
28332026-05-08T16:30:19.976Z[ helios-setup] May 08 16:30:18.636 INFO E| Downloaded pin-project-lite v0.2.16
28342026-05-08T16:30:19.978Z[ helios-setup] May 08 16:30:18.639 INFO E| Downloaded deranged v0.5.5
28352026-05-08T16:30:19.985Z[ helios-setup] May 08 16:30:18.648 INFO E| Downloaded libdevinfo-sys v1.1.0
28362026-05-08T16:30:19.988Z[ helios-setup] May 08 16:30:18.651 INFO E| Downloaded futures-task v0.3.31
28372026-05-08T16:30:19.991Z[ helios-setup] May 08 16:30:18.652 INFO E| Downloaded futures-core v0.3.31
28382026-05-08T16:30:19.994Z[ helios-setup] May 08 16:30:18.656 INFO E| Downloaded simd-adler32 v0.3.7
28392026-05-08T16:30:19.998Z[ helios-setup] May 08 16:30:18.659 INFO E| Downloaded bitfield-macros v0.19.3
28402026-05-08T16:30:20.004Z[ helios-setup] May 08 16:30:18.667 INFO E| Downloaded futures-executor v0.3.31
28412026-05-08T16:30:20.007Z[ helios-setup] May 08 16:30:18.668 INFO E| Downloaded find-msvc-tools v0.1.4
28422026-05-08T16:30:20.013Z[ helios-setup] May 08 16:30:18.675 INFO E| Downloaded futures-io v0.3.31
28432026-05-08T16:30:20.015Z[ helios-setup] May 08 16:30:18.677 INFO E| Downloaded itoa v1.0.15
28442026-05-08T16:30:20.019Z[ helios-setup] May 08 16:30:18.679 INFO E| Downloaded futures-macro v0.3.31
28452026-05-08T16:30:20.024Z[ helios-setup] May 08 16:30:18.686 INFO E| Downloaded flate2 v1.1.5
28462026-05-08T16:30:20.028Z[ helios-setup] May 08 16:30:18.688 INFO E| Downloaded log v0.4.28
28472026-05-08T16:30:20.033Z[ helios-setup] May 08 16:30:18.696 INFO E| Downloaded tokio-macros v2.6.0
28482026-05-08T16:30:20.038Z[ helios-setup] May 08 16:30:18.700 INFO E| Downloaded toml_datetime v0.7.3
28492026-05-08T16:30:20.041Z[ helios-setup] May 08 16:30:18.701 INFO E| Downloaded signal-hook-registry v1.4.6
28502026-05-08T16:30:20.041Z[ helios-setup] May 08 16:30:18.703 INFO E| Downloaded getopts v0.2.24
28512026-05-08T16:30:20.044Z[ helios-setup] May 08 16:30:18.706 INFO E| Downloaded toml_parser v1.0.4
28522026-05-08T16:30:20.046Z[ helios-setup] May 08 16:30:18.707 INFO E| Downloaded quote v1.0.41
28532026-05-08T16:30:20.046Z[ helios-setup] May 08 16:30:18.709 INFO E| Downloaded generic-array v0.14.9
28542026-05-08T16:30:20.049Z[ helios-setup] May 08 16:30:18.710 INFO E| Downloaded bytes v1.10.1
28552026-05-08T16:30:20.052Z[ helios-setup] May 08 16:30:18.712 INFO E| Downloaded getrandom v0.2.16
28562026-05-08T16:30:20.055Z[ helios-setup] May 08 16:30:18.716 INFO E| Downloaded thiserror v2.0.17
28572026-05-08T16:30:20.058Z[ helios-setup] May 08 16:30:18.719 INFO E| Downloaded bitfield v0.19.3
28582026-05-08T16:30:20.060Z[ helios-setup] May 08 16:30:18.721 INFO E| Downloaded futures-channel v0.3.31
28592026-05-08T16:30:20.061Z[ helios-setup] May 08 16:30:18.723 INFO E| Downloaded socket2 v0.6.1
28602026-05-08T16:30:20.063Z[ helios-setup] May 08 16:30:18.725 INFO E| Downloaded zerocopy-derive v0.8.27
28612026-05-08T16:30:20.070Z[ helios-setup] May 08 16:30:18.733 INFO E| Downloaded thiserror-impl v2.0.17
28622026-05-08T16:30:20.073Z[ helios-setup] May 08 16:30:18.734 INFO E| Downloaded slab v0.4.11
28632026-05-08T16:30:20.076Z[ helios-setup] May 08 16:30:18.736 INFO E| Downloaded time-macros v0.2.24
28642026-05-08T16:30:20.079Z[ helios-setup] May 08 16:30:18.740 INFO E| Downloaded clap_derive v4.5.49
28652026-05-08T16:30:20.082Z[ helios-setup] May 08 16:30:18.743 INFO E| Downloaded iana-time-zone v0.1.64
28662026-05-08T16:30:20.085Z[ helios-setup] May 08 16:30:18.745 INFO E| Downloaded ryu v1.0.20
28672026-05-08T16:30:20.085Z[ helios-setup] May 08 16:30:18.747 INFO E| Downloaded proc-macro2 v1.0.103
28682026-05-08T16:30:20.090Z[ helios-setup] May 08 16:30:18.753 INFO E| Downloaded base64ct v1.8.0
28692026-05-08T16:30:20.094Z[ helios-setup] May 08 16:30:18.756 INFO E| Downloaded bitflags v2.10.0
28702026-05-08T16:30:20.106Z[ helios-setup] May 08 16:30:18.768 INFO E| Downloaded toml v0.9.8
28712026-05-08T16:30:20.113Z[ helios-setup] May 08 16:30:18.775 INFO E| Downloaded unicode-ident v1.0.22
28722026-05-08T16:30:20.186Z[ helios-setup] May 08 16:30:18.787 INFO E| Downloaded futures v0.3.31
28732026-05-08T16:30:20.189Z[ helios-setup] May 08 16:30:18.792 INFO E| Downloaded uuid v1.18.1
28742026-05-08T16:30:20.190Z[ helios-setup] May 08 16:30:18.794 INFO E| Downloaded rsa v0.9.8
28752026-05-08T16:30:20.190Z[ helios-setup] May 08 16:30:18.799 INFO E| Downloaded toml_edit v0.23.7
28762026-05-08T16:30:20.190Z[ helios-setup] May 08 16:30:18.802 INFO E| Downloaded clap v4.5.51
28772026-05-08T16:30:20.190Z[ helios-setup] May 08 16:30:18.829 INFO E| Downloaded iddqd v0.3.14
28782026-05-08T16:30:20.190Z[ helios-setup] May 08 16:30:18.834 INFO E| Downloaded mio v1.1.0
28792026-05-08T16:30:20.190Z[ helios-setup] May 08 16:30:18.838 INFO E| Downloaded cc v1.2.44
28802026-05-08T16:30:20.190Z[ helios-setup] May 08 16:30:18.839 INFO E| Downloaded indexmap v2.12.0
28812026-05-08T16:30:20.190Z[ helios-setup] May 08 16:30:18.842 INFO E| Downloaded hashbrown v0.16.0
28822026-05-08T16:30:20.190Z[ helios-setup] May 08 16:30:18.845 INFO E| Downloaded memchr v2.7.6
28832026-05-08T16:30:20.199Z[ helios-setup] May 08 16:30:18.861 INFO E| Downloaded num-bigint-dig v0.8.4
28842026-05-08T16:30:20.209Z[ helios-setup] May 08 16:30:18.871 INFO E| Downloaded libm v0.2.15
28852026-05-08T16:30:20.215Z[ helios-setup] May 08 16:30:18.878 INFO E| Downloaded time v0.3.44
28862026-05-08T16:30:20.220Z[ helios-setup] May 08 16:30:18.883 INFO E| Downloaded chrono v0.4.42
28872026-05-08T16:30:20.225Z[ helios-setup] May 08 16:30:18.887 INFO E| Downloaded winnow v0.7.13
28882026-05-08T16:30:20.230Z[ helios-setup] May 08 16:30:18.893 INFO E| Downloaded futures-util v0.3.31
28892026-05-08T16:30:20.238Z[ helios-setup] May 08 16:30:18.901 INFO E| Downloaded clap_builder v4.5.51
28902026-05-08T16:30:20.243Z[ helios-setup] May 08 16:30:18.905 INFO E| Downloaded unicode-width v0.2.2
28912026-05-08T16:30:20.246Z[ helios-setup] May 08 16:30:18.909 INFO E| Downloaded serde_json v1.0.145
28922026-05-08T16:30:20.255Z[ helios-setup] May 08 16:30:18.918 INFO E| Downloaded zerocopy v0.8.27
28932026-05-08T16:30:20.270Z[ helios-setup] May 08 16:30:18.932 INFO E| Downloaded syn v2.0.108
28942026-05-08T16:30:20.291Z[ helios-setup] May 08 16:30:18.953 INFO E| Downloaded rustix v1.1.2
28952026-05-08T16:30:20.343Z[ helios-setup] May 08 16:30:19.005 INFO E| Downloaded tokio v1.48.0
28962026-05-08T16:30:20.367Z[ helios-setup] May 08 16:30:19.029 INFO E| Downloaded libc v0.2.177
28972026-05-08T16:30:20.445Z[ helios-setup] May 08 16:30:19.107 INFO E| Compiling proc-macro2 v1.0.103
28982026-05-08T16:30:20.448Z[ helios-setup] May 08 16:30:19.107 INFO E| Compiling unicode-ident v1.0.22
28992026-05-08T16:30:20.448Z[ helios-setup] May 08 16:30:19.107 INFO E| Compiling quote v1.0.41
29002026-05-08T16:30:20.448Z[ helios-setup] May 08 16:30:19.107 INFO E| Compiling libc v0.2.177
29012026-05-08T16:30:20.448Z[ helios-setup] May 08 16:30:19.107 INFO E| Compiling serde_core v1.0.228
29022026-05-08T16:30:20.448Z[ helios-setup] May 08 16:30:19.107 INFO E| Compiling cfg-if v1.0.4
29032026-05-08T16:30:20.448Z[ helios-setup] May 08 16:30:19.107 INFO E| Compiling serde v1.0.228
29042026-05-08T16:30:20.448Z[ helios-setup] May 08 16:30:19.107 INFO E| Compiling version_check v0.9.5
29052026-05-08T16:30:20.448Z[ helios-setup] May 08 16:30:19.107 INFO E| Compiling autocfg v1.5.0
29062026-05-08T16:30:20.477Z[ helios-setup] May 08 16:30:19.140 INFO E| Compiling const-oid v0.9.6
29072026-05-08T16:30:20.480Z[ helios-setup] May 08 16:30:19.140 INFO E| Compiling typenum v1.19.0
29082026-05-08T16:30:20.480Z[ helios-setup] May 08 16:30:19.140 INFO E| Compiling libm v0.2.15
29092026-05-08T16:30:20.480Z[ helios-setup] May 08 16:30:19.140 INFO E| Compiling zerocopy v0.8.27
29102026-05-08T16:30:20.480Z[ helios-setup] May 08 16:30:19.140 INFO E| Compiling rustversion v1.0.22
29112026-05-08T16:30:20.480Z[ helios-setup] May 08 16:30:19.141 INFO E| Compiling base64ct v1.8.0
29122026-05-08T16:30:20.480Z[ helios-setup] May 08 16:30:19.141 INFO E| Compiling zeroize v1.8.2
29132026-05-08T16:30:20.542Z[ host-package] Compiling ring v0.17.14
29142026-05-08T16:30:20.603Z[ helios-setup] May 08 16:30:19.264 INFO E| Compiling smallvec v1.15.1
29152026-05-08T16:30:20.610Z[ helios-setup] May 08 16:30:19.273 INFO E| Compiling anyhow v1.0.100
29162026-05-08T16:30:20.690Z[ helios-setup] May 08 16:30:19.353 INFO E| Compiling equivalent v1.0.2
29172026-05-08T16:30:20.787Z[ helios-setup] May 08 16:30:19.449 INFO E| Compiling pem-rfc7468 v0.7.0
29182026-05-08T16:30:20.812Z[ helios-setup] May 08 16:30:19.474 INFO E| Compiling generic-array v0.14.9
29192026-05-08T16:30:20.878Z[ host-package] Compiling heck v0.5.0
29202026-05-08T16:30:20.878Z[ host-package] Compiling regress v0.11.1
29212026-05-08T16:30:20.881Z[ host-package] Compiling unsafe-libyaml v0.2.11
29222026-05-08T16:30:20.886Z[ helios-setup] May 08 16:30:19.549 INFO E| Compiling memchr v2.7.6
29232026-05-08T16:30:20.889Z[ helios-setup] May 08 16:30:19.549 INFO E| Compiling num-traits v0.2.19
29242026-05-08T16:30:20.905Z[ helios-setup] May 08 16:30:19.567 INFO E| Compiling hashbrown v0.16.0
29252026-05-08T16:30:20.905Z[ helios-setup] May 08 16:30:19.567 INFO E| Compiling utf8parse v0.2.2
29262026-05-08T16:30:21.039Z[ helios-setup] May 08 16:30:19.693 INFO E| Compiling flagset v0.4.7
29272026-05-08T16:30:21.039Z[ helios-setup] May 08 16:30:19.693 INFO E| Compiling winnow v0.7.13
29282026-05-08T16:30:21.039Z[ helios-setup] May 08 16:30:19.699 INFO E| Compiling crc32fast v1.5.0
29292026-05-08T16:30:21.042Z[ helios-setup] May 08 16:30:19.701 INFO E| Compiling byteorder v1.5.0
29302026-05-08T16:30:21.050Z[ host-package] Compiling regress v0.10.5
29312026-05-08T16:30:21.055Z[ host-package] Compiling unicode-width v0.1.14
29322026-05-08T16:30:21.058Z[ host-package] Compiling is-terminal v0.4.17
29332026-05-08T16:30:21.058Z[ host-package] Compiling prettyplease v0.2.37
29342026-05-08T16:30:21.058Z[ host-package] Compiling bytecount v0.6.9
29352026-05-08T16:30:21.058Z[ host-package] Compiling derive-where v1.6.0
29362026-05-08T16:30:21.058Z[ host-package] Compiling thread_local v1.1.9
29372026-05-08T16:30:21.059Z[ host-package] Compiling compression-core v0.4.31
29382026-05-08T16:30:21.059Z[ host-package] Compiling match_cfg v0.1.0
29392026-05-08T16:30:21.059Z[ host-package] Compiling multer v3.1.0
29402026-05-08T16:30:21.388Z[ helios-setup] May 08 16:30:20.051 INFO E| Compiling rustix v1.1.2
29412026-05-08T16:30:21.392Z[ host-package] Compiling slog-async v2.8.0
29422026-05-08T16:30:21.549Z[ host-package] Compiling hostname v0.3.1
29432026-05-08T16:30:21.555Z[ helios-setup] May 08 16:30:20.217 INFO E| Compiling indexmap v2.12.0
29442026-05-08T16:30:21.652Z[ helios-setup] May 08 16:30:20.315 INFO E| Compiling anstyle-parse v0.2.7
29452026-05-08T16:30:21.686Z[ helios-setup] May 08 16:30:20.348 INFO E| Compiling find-msvc-tools v0.1.4
29462026-05-08T16:30:21.726Z[ helios-setup] May 08 16:30:20.388 INFO E| Compiling shlex v1.3.0
29472026-05-08T16:30:21.861Z[ helios-setup] May 08 16:30:20.523 INFO E| Compiling getrandom v0.2.16
29482026-05-08T16:30:21.896Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29492026-05-08T16:30:21.949Z[ host-package] Compiling crossbeam-channel v0.5.15
29502026-05-08T16:30:21.952Z[ host-package] Compiling slog-json v2.6.1
29512026-05-08T16:30:21.960Z[ host-package] Compiling futures-executor v0.3.32
29522026-05-08T16:30:21.966Z[ host-package] Compiling serde_spanned v1.0.4
29532026-05-08T16:30:22.027Z[ helios-setup] May 08 16:30:20.689 INFO E| Compiling rand_core v0.6.4
29542026-05-08T16:30:22.042Z[ helios-setup] May 08 16:30:20.705 INFO E| Compiling errno v0.3.14
29552026-05-08T16:30:22.048Z[ helios-setup] May 08 16:30:20.711 INFO E| Compiling toml_datetime v0.7.3
29562026-05-08T16:30:22.107Z[ helios-setup] May 08 16:30:20.769 INFO E| Compiling anstyle-query v1.1.4
29572026-05-08T16:30:22.114Z[ helios-setup] May 08 16:30:20.776 INFO E| Compiling anstyle v1.0.13
29582026-05-08T16:30:22.149Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
29592026-05-08T16:30:22.189Z[ helios-setup] May 08 16:30:20.851 INFO E| Compiling syn v2.0.108
29602026-05-08T16:30:22.232Z[ helios-setup] May 08 16:30:20.894 INFO E| Compiling cpufeatures v0.2.17
29612026-05-08T16:30:22.232Z[ helios-setup] May 08 16:30:20.894 INFO E| Compiling radium v0.7.0
29622026-05-08T16:30:22.322Z[ helios-setup] May 08 16:30:20.984 INFO E| Compiling colorchoice v1.0.4
29632026-05-08T16:30:22.366Z[ helios-setup] May 08 16:30:21.027 INFO E| Compiling syn v1.0.109
29642026-05-08T16:30:22.366Z[ helios-setup] May 08 16:30:21.027 INFO E| Compiling allocator-api2 v0.2.21
29652026-05-08T16:30:22.399Z[ host-package] Compiling compression-codecs v0.4.37
29662026-05-08T16:30:22.402Z[ host-package] Compiling take_mut v0.2.2
29672026-05-08T16:30:22.402Z[ helios-setup] May 08 16:30:21.063 INFO E| Compiling is_terminal_polyfill v1.70.2
29682026-05-08T16:30:22.454Z[ helios-setup] May 08 16:30:21.117 INFO E| Compiling slog v2.8.2
29692026-05-08T16:30:22.487Z[ helios-setup] May 08 16:30:21.149 INFO E| Compiling block-buffer v0.10.4
29702026-05-08T16:30:22.493Z[ helios-setup] May 08 16:30:21.156 INFO E| Compiling crypto-common v0.1.6
29712026-05-08T16:30:22.537Z[ host-package] Compiling term v1.2.1
29722026-05-08T16:30:22.552Z[ helios-setup] May 08 16:30:21.215 INFO E| Compiling anstream v0.6.21
29732026-05-08T16:30:22.596Z[ helios-setup] May 08 16:30:21.258 INFO E| Compiling cc v1.2.44
29742026-05-08T16:30:22.691Z[ helios-setup] May 08 16:30:21.351 INFO E| Compiling digest v0.10.7
29752026-05-08T16:30:22.709Z[ helios-setup] May 08 16:30:21.371 INFO E| Compiling futures-sink v0.3.31
29762026-05-08T16:30:22.846Z[ helios-setup] May 08 16:30:21.508 INFO E| Compiling unicode-width v0.2.2
29772026-05-08T16:30:22.900Z[ helios-setup] May 08 16:30:21.562 INFO E| Compiling tap v1.0.1
29782026-05-08T16:30:22.924Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
29792026-05-08T16:30:22.944Z[ host-package] Compiling futures v0.3.32
29802026-05-08T16:30:22.997Z[ helios-setup] May 08 16:30:21.660 INFO E| Compiling sha2 v0.10.9
29812026-05-08T16:30:23.062Z[ helios-setup] May 08 16:30:21.724 INFO E| Compiling pin-project-lite v0.2.16
29822026-05-08T16:30:23.247Z[ helios-setup] May 08 16:30:21.909 INFO E| Compiling parking_lot_core v0.9.12
29832026-05-08T16:30:23.327Z[ helios-setup] May 08 16:30:21.989 INFO E| Compiling toml_parser v1.0.4
29842026-05-08T16:30:23.440Z[ helios-setup] May 08 16:30:22.102 INFO E| Compiling futures-core v0.3.31
29852026-05-08T16:30:23.448Z[ helios-setup] May 08 16:30:22.110 INFO E| Compiling pkg-config v0.3.32
29862026-05-08T16:30:23.466Z[ helios-setup] May 08 16:30:22.128 INFO E| Compiling maybe-uninit v2.0.0
29872026-05-08T16:30:23.480Z[ helios-setup] May 08 16:30:22.142 INFO E| Compiling getopts v0.2.24
29882026-05-08T16:30:23.485Z[ host-package] Compiling typify-impl v0.6.2
29892026-05-08T16:30:23.488Z[ host-package] Compiling slog-term v2.9.2
29902026-05-08T16:30:23.488Z[ host-package] Compiling slog-bunyan v2.5.0
29912026-05-08T16:30:23.488Z[ helios-setup] May 08 16:30:22.151 INFO E| Compiling wyz v0.5.1
29922026-05-08T16:30:23.592Z[ host-package] Compiling async-compression v0.4.41
29932026-05-08T16:30:23.595Z[ helios-setup] May 08 16:30:22.257 INFO E| Compiling num-integer v0.1.46
29942026-05-08T16:30:23.605Z[ helios-setup] May 08 16:30:22.268 INFO E| Compiling futures-channel v0.3.31
29952026-05-08T16:30:23.701Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
29962026-05-08T16:30:23.801Z[ helios-setup] May 08 16:30:22.463 INFO E| Compiling bitflags v2.10.0
29972026-05-08T16:30:23.872Z[ helios-setup] May 08 16:30:22.534 INFO E| Compiling toml_edit v0.23.7
29982026-05-08T16:30:23.973Z[ helios-setup] May 08 16:30:22.635 INFO E| Compiling ahash v0.8.12
29992026-05-08T16:30:24.127Z[ helios-setup] May 08 16:30:22.790 INFO E| Compiling itoa v1.0.15
30002026-05-08T16:30:24.160Z[ helios-setup] May 08 16:30:22.823 INFO E| Compiling funty v2.0.0
30012026-05-08T16:30:24.168Z[ helios-setup] May 08 16:30:22.830 INFO E| Compiling packed_struct v0.10.1
30022026-05-08T16:30:24.208Z[ helios-setup] May 08 16:30:22.870 INFO E| Compiling clap_lex v0.7.6
30032026-05-08T16:30:24.312Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30042026-05-08T16:30:24.312Z[ host-package] Compiling async-stream v0.3.6
30052026-05-08T16:30:24.330Z[ helios-setup] May 08 16:30:22.992 INFO E| Compiling num-bigint-dig v0.8.4
30062026-05-08T16:30:24.347Z[ helios-setup] May 08 16:30:23.010 INFO E| Compiling spin v0.9.8
30072026-05-08T16:30:24.389Z[ helios-setup] May 08 16:30:23.051 INFO E| Compiling num-conv v0.1.0
30082026-05-08T16:30:24.408Z[ host-package] Compiling dropshot v0.17.0
30092026-05-08T16:30:24.411Z[ helios-setup] May 08 16:30:23.070 INFO E| Compiling getrandom v0.3.4
30102026-05-08T16:30:24.411Z[ host-package] Compiling num-rational v0.4.2
30112026-05-08T16:30:24.430Z[ helios-setup] May 08 16:30:23.093 INFO E| Compiling bytes v1.10.1
30122026-05-08T16:30:24.442Z[ helios-setup] May 08 16:30:23.105 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
30132026-05-08T16:30:24.597Z[ helios-setup] May 08 16:30:23.259 INFO E| Compiling heck v0.5.0
30142026-05-08T16:30:24.597Z[ helios-setup] May 08 16:30:23.259 INFO E| Compiling time-core v0.1.6
30152026-05-08T16:30:24.744Z[ helios-setup] May 08 16:30:23.406 INFO E| Compiling proc-macro-crate v3.4.0
30162026-05-08T16:30:24.754Z[ helios-setup] May 08 16:30:23.417 INFO E| Compiling thiserror v1.0.69
30172026-05-08T16:30:24.776Z[ helios-setup] May 08 16:30:23.438 INFO E| Compiling futures-io v0.3.31
30182026-05-08T16:30:24.792Z[ helios-setup] May 08 16:30:23.454 INFO E| Compiling slab v0.4.11
30192026-05-08T16:30:24.841Z[ helios-setup] May 08 16:30:23.503 INFO E| Compiling strsim v0.11.1
30202026-05-08T16:30:24.844Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30212026-05-08T16:30:24.847Z[ host-package] Compiling waitgroup v0.1.2
30222026-05-08T16:30:24.906Z[ helios-setup] May 08 16:30:23.568 INFO E| Compiling pin-utils v0.1.0
30232026-05-08T16:30:24.968Z[ helios-setup] May 08 16:30:23.630 INFO E| Compiling terminal_size v0.4.3
30242026-05-08T16:30:24.982Z[ helios-setup] May 08 16:30:23.645 INFO E| Compiling scopeguard v1.2.0
30252026-05-08T16:30:24.989Z[ helios-setup] May 08 16:30:23.651 INFO E| Compiling powerfmt v0.2.0
30262026-05-08T16:30:24.992Z[ host-package] Compiling backon v1.6.0
30272026-05-08T16:30:25.073Z[ helios-setup] May 08 16:30:23.735 INFO E| Compiling futures-task v0.3.31
30282026-05-08T16:30:25.183Z[ helios-setup] May 08 16:30:23.846 INFO E| Compiling deranged v0.5.5
30292026-05-08T16:30:25.229Z[ helios-setup] May 08 16:30:23.891 INFO E| Compiling clap_builder v4.5.51
30302026-05-08T16:30:25.295Z[ host-package] Compiling rustls-pemfile v2.2.0
30312026-05-08T16:30:25.299Z[ host-package] Compiling num-complex v0.4.6
30322026-05-08T16:30:25.299Z[ host-package] Compiling serde_path_to_error v0.1.20
30332026-05-08T16:30:25.310Z[ host-package] Compiling hostname v0.4.2
30342026-05-08T16:30:25.313Z[ host-package] Compiling instant v0.1.13
30352026-05-08T16:30:25.322Z[ helios-setup] May 08 16:30:23.983 INFO E| Compiling lock_api v0.4.14
30362026-05-08T16:30:25.336Z[ helios-setup] May 08 16:30:23.999 INFO E| Compiling bitvec v1.0.1
30372026-05-08T16:30:25.391Z[ helios-setup] May 08 16:30:24.054 INFO E| Compiling time-macros v0.2.24
30382026-05-08T16:30:25.413Z[ helios-setup] May 08 16:30:24.075 INFO E| Compiling lazy_static v1.5.0
30392026-05-08T16:30:25.463Z[ host-package] Compiling debug-ignore v1.0.5
30402026-05-08T16:30:25.509Z[ helios-setup] May 08 16:30:24.171 INFO E| Compiling num-iter v0.1.45
30412026-05-08T16:30:25.580Z[ helios-setup] May 08 16:30:24.243 INFO E| Compiling indexmap v1.9.3
30422026-05-08T16:30:25.696Z[ helios-setup] May 08 16:30:24.349 INFO E| Compiling serde_json v1.0.145
30432026-05-08T16:30:25.734Z[ host-package] Compiling parse-display v0.10.0
30442026-05-08T16:30:25.737Z[ host-package] Compiling rustls v0.23.37
30452026-05-08T16:30:25.799Z[ helios-setup] May 08 16:30:24.461 INFO E| Compiling simd-adler32 v0.3.7
30462026-05-08T16:30:25.811Z[ helios-setup] May 08 16:30:24.473 INFO E| Compiling thiserror v2.0.17
30472026-05-08T16:30:25.960Z[ helios-setup] May 08 16:30:24.623 INFO E| Compiling iana-time-zone v0.1.64
30482026-05-08T16:30:25.971Z[ helios-setup] May 08 16:30:24.630 INFO E| Compiling adler2 v2.0.1
30492026-05-08T16:30:26.002Z[ helios-setup] May 08 16:30:24.664 INFO E| Compiling crc-catalog v2.4.0
30502026-05-08T16:30:26.021Z[ helios-setup] May 08 16:30:24.684 INFO E| Compiling once_cell v1.21.3
30512026-05-08T16:30:26.036Z[ helios-setup] May 08 16:30:24.698 INFO E| Compiling nodrop v0.1.14
30522026-05-08T16:30:26.182Z[ helios-setup] May 08 16:30:24.799 INFO E| Compiling log v0.4.28
30532026-05-08T16:30:26.186Z[ helios-setup] May 08 16:30:24.849 INFO E| Compiling chrono v0.4.42
30542026-05-08T16:30:26.294Z[ helios-setup] May 08 16:30:24.956 INFO E| Compiling array-init v0.0.4
30552026-05-08T16:30:26.329Z[ helios-setup] May 08 16:30:24.992 INFO E| Compiling crc v3.3.0
30562026-05-08T16:30:26.345Z[ host-package] Compiling rustls v0.22.4
30572026-05-08T16:30:26.348Z[ host-package] Compiling num v0.4.3
30582026-05-08T16:30:26.390Z[ helios-setup] May 08 16:30:25.052 INFO E| Compiling env_filter v0.1.4
30592026-05-08T16:30:26.437Z[ host-package] Compiling backoff v0.4.0
30602026-05-08T16:30:26.440Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30612026-05-08T16:30:26.441Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-05-08T16:30:26.441Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-05-08T16:30:26.444Z[ host-package] Compiling macaddr v1.0.1
30642026-05-08T16:30:26.482Z[ host-package] Compiling float-ord v0.3.2
30652026-05-08T16:30:26.495Z[ helios-setup] May 08 16:30:25.158 INFO E| Compiling miniz_oxide v0.8.9
30662026-05-08T16:30:26.549Z[ helios-setup] May 08 16:30:25.211 INFO E| Compiling parking_lot v0.12.5
30672026-05-08T16:30:26.611Z[ host-package] Compiling console v0.15.11
30682026-05-08T16:30:26.637Z[ helios-setup] May 08 16:30:25.299 INFO E| Compiling smallvec v0.6.14
30692026-05-08T16:30:27.074Z[ helios-setup] May 08 16:30:25.736 INFO E| Compiling serde_spanned v1.0.3
30702026-05-08T16:30:27.080Z[ helios-setup] May 08 16:30:25.743 INFO E| Compiling time v0.3.44
30712026-05-08T16:30:27.149Z[ helios-setup] May 08 16:30:25.811 INFO E| Compiling signature v2.2.0
30722026-05-08T16:30:27.392Z[ helios-setup] May 08 16:30:26.055 INFO E| Compiling signal-hook-registry v1.4.6
30732026-05-08T16:30:27.449Z[ helios-setup] May 08 16:30:26.112 INFO E| Compiling socket2 v0.6.1
30742026-05-08T16:30:27.485Z[ helios-setup] May 08 16:30:26.147 INFO E| Compiling is-terminal v0.4.17
30752026-05-08T16:30:27.543Z[ host-package] Compiling newline-converter v0.3.0
30762026-05-08T16:30:27.543Z[ host-package] Compiling atomicwrites v0.4.4
30772026-05-08T16:30:27.549Z[ host-package] Compiling slog-dtrace v0.3.0
30782026-05-08T16:30:27.600Z[ helios-setup] May 08 16:30:26.262 INFO E| Compiling mio v1.1.0
30792026-05-08T16:30:27.756Z[ helios-setup] May 08 16:30:26.418 INFO E| Compiling thread_local v1.1.9
30802026-05-08T16:30:27.857Z[ host-package] Compiling owo-colors v4.3.0
30812026-05-08T16:30:27.930Z[ helios-setup] May 08 16:30:26.592 INFO E| Compiling hashbrown v0.12.3
30822026-05-08T16:30:27.941Z[ helios-setup] May 08 16:30:26.603 INFO E| Compiling packed_struct_codegen v0.10.1
30832026-05-08T16:30:28.104Z[ helios-setup] May 08 16:30:26.766 INFO E| Compiling ryu v1.0.20
30842026-05-08T16:30:28.171Z[ helios-setup] May 08 16:30:26.824 INFO E| Compiling serde_derive v1.0.228
30852026-05-08T16:30:28.280Z[ host-package] Compiling rustls-webpki v0.103.9
30862026-05-08T16:30:28.283Z[ host-package] Compiling rustls-webpki v0.102.8
30872026-05-08T16:30:28.336Z[ helios-setup] May 08 16:30:26.998 INFO E| Compiling zerocopy-derive v0.8.27
30882026-05-08T16:30:28.449Z[ host-package] Compiling cancel-safe-futures v0.1.5
30892026-05-08T16:30:28.462Z[ host-package] Compiling libsw-core v0.3.2
30902026-05-08T16:30:28.462Z[ host-package] Compiling resolv-conf v0.7.6
30912026-05-08T16:30:28.465Z[ host-package] Compiling toml v0.8.23
30922026-05-08T16:30:28.465Z[ host-package] Compiling linear-map v1.2.0
30932026-05-08T16:30:28.484Z[ helios-setup] May 08 16:30:27.145 INFO E| Compiling der_derive v0.7.3
30942026-05-08T16:30:28.501Z[ helios-setup] May 08 16:30:27.163 INFO E| Compiling futures-macro v0.3.31
30952026-05-08T16:30:28.514Z[ helios-setup] May 08 16:30:27.175 INFO E| Compiling bitfield-macros v0.19.3
30962026-05-08T16:30:28.522Z[ helios-setup] May 08 16:30:27.184 INFO E| Compiling zerocopy-derive v0.6.6
30972026-05-08T16:30:28.586Z[ helios-setup] May 08 16:30:27.248 INFO E| Compiling thiserror-impl v1.0.69
30982026-05-08T16:30:28.687Z[ host-package] Compiling expectorate v1.2.0
30992026-05-08T16:30:28.793Z[ helios-setup] May 08 16:30:27.456 INFO E| Compiling num_enum_derive v0.7.5
31002026-05-08T16:30:28.842Z[ helios-setup] May 08 16:30:27.503 INFO E| Compiling clap_derive v4.5.49
31012026-05-08T16:30:29.099Z[ helios-setup] May 08 16:30:27.761 INFO E| Compiling thiserror-impl v2.0.17
31022026-05-08T16:30:29.123Z[ host-package] Compiling libsw v3.5.0
31032026-05-08T16:30:29.234Z[ helios-setup] May 08 16:30:27.896 INFO E| Compiling tokio-macros v2.6.0
31042026-05-08T16:30:29.412Z[ host-package] Compiling linked-hash-map v0.5.6
31052026-05-08T16:30:29.415Z[ host-package] Compiling minimal-lexical v0.2.1
31062026-05-08T16:30:29.576Z[ host-package] Compiling unicode-xid v0.2.6
31072026-05-08T16:30:29.579Z[ host-package] Compiling hickory-proto v0.24.4
31082026-05-08T16:30:29.691Z[ helios-setup] May 08 16:30:28.352 INFO E| Compiling bitfield v0.19.3
31092026-05-08T16:30:29.793Z[ helios-setup] May 08 16:30:28.455 INFO E| Compiling futures-util v0.3.31
31102026-05-08T16:30:29.978Z[ host-package] Compiling nom v7.1.3
31112026-05-08T16:30:29.978Z[ host-package] Compiling convert_case v0.10.0
31122026-05-08T16:30:30.118Z[ helios-setup] May 08 16:30:28.778 INFO E| Compiling winnow v0.5.40
31132026-05-08T16:30:30.146Z[ helios-setup] May 08 16:30:28.808 INFO E| Compiling der v0.7.10
31142026-05-08T16:30:30.146Z[ helios-setup] May 08 16:30:28.808 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31152026-05-08T16:30:30.299Z[ helios-setup] May 08 16:30:28.961 INFO E| Compiling term v1.2.0
31162026-05-08T16:30:30.324Z[ helios-setup] May 08 16:30:28.987 INFO E| Compiling zerocopy v0.6.6
31172026-05-08T16:30:30.389Z[ host-package] Compiling typify-macro v0.6.2
31182026-05-08T16:30:30.389Z[ host-package] Compiling lru-cache v0.1.2
31192026-05-08T16:30:30.392Z[ host-package] Compiling papergrid v0.11.0
31202026-05-08T16:30:30.392Z[ host-package] Compiling tabled_derive v0.7.0
31212026-05-08T16:30:30.423Z[ helios-setup] May 08 16:30:29.085 INFO E| Compiling toml_writer v1.0.4
31222026-05-08T16:30:30.650Z[ helios-setup] May 08 16:30:29.312 INFO E| Compiling num_enum v0.7.5
31232026-05-08T16:30:30.722Z[ host-package] Compiling termtree v0.5.1
31242026-05-08T16:30:30.790Z[ helios-setup] May 08 16:30:29.453 INFO E| Compiling base64 v0.21.7
31252026-05-08T16:30:30.798Z[ helios-setup] May 08 16:30:29.461 INFO E| Compiling libdevinfo-sys v1.1.0
31262026-05-08T16:30:31.018Z[ helios-setup] May 08 16:30:29.680 INFO E| Compiling subtle v2.6.1
31272026-05-08T16:30:31.131Z[ helios-setup] May 08 16:30:29.793 INFO E| Compiling tokio v1.48.0
31282026-05-08T16:30:31.155Z[ helios-setup] May 08 16:30:29.817 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31292026-05-08T16:30:31.162Z[ helios-setup] May 08 16:30:29.824 INFO E| Compiling devinfo v0.1.0
31302026-05-08T16:30:31.226Z[ helios-setup] May 08 16:30:29.888 INFO E| Compiling toml v0.9.8
31312026-05-08T16:30:31.387Z[ helios-setup] May 08 16:30:30.049 INFO E| Compiling bzip2 v0.4.4
31322026-05-08T16:30:31.463Z[ helios-setup] May 08 16:30:30.125 INFO E| Compiling flate2 v1.1.5
31332026-05-08T16:30:31.584Z[ helios-setup] May 08 16:30:30.246 INFO E| Compiling clap v4.5.51
31342026-05-08T16:30:31.687Z[ helios-setup] May 08 16:30:30.349 INFO E| Compiling uuid v1.18.1
31352026-05-08T16:30:31.694Z[ helios-setup] May 08 16:30:30.356 INFO E| Compiling env_logger v0.11.8
31362026-05-08T16:30:31.703Z[ host-package] Compiling derive_more-impl v2.1.1
31372026-05-08T16:30:31.965Z[ helios-setup] May 08 16:30:30.627 INFO E| Compiling foldhash v0.2.0
31382026-05-08T16:30:32.165Z[ host-package] Compiling phf_shared v0.12.1
31392026-05-08T16:30:32.165Z[ host-package] Compiling csv-core v0.1.13
31402026-05-08T16:30:32.389Z[ host-package] Compiling vte v0.14.1
31412026-05-08T16:30:32.431Z[ helios-setup] May 08 16:30:31.094 INFO E| Compiling spki v0.7.3
31422026-05-08T16:30:32.488Z[ host-package] Compiling highway v1.3.0
31432026-05-08T16:30:32.507Z[ helios-setup] May 08 16:30:31.160 INFO E| Compiling crc-any v2.5.0
31442026-05-08T16:30:32.508Z[ helios-setup] May 08 16:30:31.165 INFO E| Compiling rustc-hash v2.1.1
31452026-05-08T16:30:32.514Z[ host-package] Compiling chrono-tz v0.10.4
31462026-05-08T16:30:32.598Z[ host-package] Compiling phf v0.12.1
31472026-05-08T16:30:32.621Z[ helios-setup] May 08 16:30:31.283 INFO E| Compiling hex v0.4.3
31482026-05-08T16:30:32.722Z[ helios-setup] May 08 16:30:31.384 INFO E| Compiling pkcs8 v0.10.2
31492026-05-08T16:30:32.767Z[ helios-setup] May 08 16:30:31.429 INFO E| Compiling x509-cert v0.2.5
31502026-05-08T16:30:32.949Z[ helios-setup] May 08 16:30:31.610 INFO E| Compiling bitflags v1.3.2
31512026-05-08T16:30:33.036Z[ helios-setup] May 08 16:30:31.698 INFO E| Compiling pkcs1 v0.7.5
31522026-05-08T16:30:33.053Z[ helios-setup] May 08 16:30:31.715 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31532026-05-08T16:30:33.064Z[ helios-setup] May 08 16:30:31.727 INFO E| Compiling iddqd v0.3.14
31542026-05-08T16:30:33.194Z[ host-package] Compiling tokio-rustls v0.25.0
31552026-05-08T16:30:33.227Z[ helios-setup] May 08 16:30:31.889 INFO E| Compiling ppv-lite86 v0.2.21
31562026-05-08T16:30:33.289Z[ host-package] Compiling tabled v0.15.0
31572026-05-08T16:30:33.399Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31582026-05-08T16:30:33.517Z[ helios-setup] May 08 16:30:32.179 INFO E| Compiling zip v0.6.6
31592026-05-08T16:30:33.704Z[ helios-setup] May 08 16:30:32.366 INFO E| Compiling hashbrown v0.13.2
31602026-05-08T16:30:34.068Z[ helios-setup] May 08 16:30:32.730 INFO E| Compiling futures-executor v0.3.31
31612026-05-08T16:30:34.116Z[ helios-setup] May 08 16:30:32.778 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31622026-05-08T16:30:34.190Z[ helios-setup] May 08 16:30:32.851 INFO E| Compiling rand_chacha v0.3.1
31632026-05-08T16:30:34.279Z[ host-package] Compiling typify v0.6.2
31642026-05-08T16:30:34.279Z[ host-package] Compiling derive_more v2.1.1
31652026-05-08T16:30:34.282Z[ host-package] Compiling csv v1.4.0
31662026-05-08T16:30:34.282Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31672026-05-08T16:30:34.518Z[ helios-setup] May 08 16:30:33.180 INFO E| Compiling erased-serde v0.3.31
31682026-05-08T16:30:34.617Z[ host-package] Compiling const_format_proc_macros v0.2.34
31692026-05-08T16:30:34.724Z[ helios-setup] May 08 16:30:33.387 INFO E| Compiling rand v0.8.5
31702026-05-08T16:30:34.755Z[ helios-setup] May 08 16:30:33.417 INFO E| Compiling serde_spanned v0.6.9
31712026-05-08T16:30:34.816Z[ helios-setup] May 08 16:30:33.478 INFO E| Compiling toml_datetime v0.6.11
31722026-05-08T16:30:34.890Z[ host-package] Compiling progenitor-impl v0.14.0
31732026-05-08T16:30:34.894Z[ host-package] Compiling progenitor-impl v0.13.0
31742026-05-08T16:30:34.951Z[ helios-setup] May 08 16:30:33.613 INFO E| Compiling futures v0.3.31
31752026-05-08T16:30:35.011Z[ helios-setup] May 08 16:30:33.673 INFO E| Compiling serde-hex v0.1.0
31762026-05-08T16:30:35.111Z[ helios-setup] May 08 16:30:33.772 INFO E| Compiling ron v0.8.1
31772026-05-08T16:30:35.131Z[ helios-setup] May 08 16:30:33.793 INFO E| Compiling object v0.30.4
31782026-05-08T16:30:35.185Z[ helios-setup] May 08 16:30:33.848 INFO E| Compiling path-slash v0.1.5
31792026-05-08T16:30:35.350Z[ helios-setup] May 08 16:30:34.012 INFO E| Compiling toml_edit v0.19.15
31802026-05-08T16:30:35.722Z[ host-package] Compiling tokio-rustls v0.26.4
31812026-05-08T16:30:36.010Z[ host-package] Compiling rustls-platform-verifier v0.6.2
31822026-05-08T16:30:36.610Z[ host-package] Compiling hyper-rustls v0.27.7
31832026-05-08T16:30:36.613Z[ helios-setup] May 08 16:30:35.272 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
31842026-05-08T16:30:36.698Z[ helios-setup] May 08 16:30:35.360 INFO E| Compiling slog-term v2.9.2
31852026-05-08T16:30:36.777Z[ helios-setup] May 08 16:30:35.439 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31862026-05-08T16:30:37.529Z[ host-package] Compiling reqwest v0.13.2
31872026-05-08T16:30:37.975Z[ helios-setup] May 08 16:30:36.638 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31882026-05-08T16:30:38.287Z[ host-package] Compiling reqwest v0.12.28
31892026-05-08T16:30:38.557Z[ helios-setup] May 08 16:30:37.219 INFO E| Compiling rsa v0.9.8
31902026-05-08T16:30:38.955Z[ helios-setup] May 08 16:30:37.618 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
31912026-05-08T16:30:38.955Z[ helios-setup] May 08 16:30:37.618 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31922026-05-08T16:30:39.752Z[ helios-setup] May 08 16:30:38.414 INFO E| Compiling toml v0.7.8
31932026-05-08T16:30:39.893Z[ host-package] Compiling hickory-resolver v0.24.4
31942026-05-08T16:30:39.942Z[ host-package] Compiling crossterm v0.29.0
31952026-05-08T16:30:40.136Z[ host-package] Compiling fd-lock v4.0.4
31962026-05-08T16:30:40.474Z[ host-package] Compiling peg-macros v0.8.5
31972026-05-08T16:30:40.644Z[ host-package] Compiling progenitor-macro v0.14.0
31982026-05-08T16:30:43.533Z[ host-package] Compiling progenitor-client v0.14.0
31992026-05-08T16:30:43.921Z[ host-package] Compiling progenitor-extras v0.2.0
32002026-05-08T16:30:44.199Z[ host-package] Compiling progenitor-macro v0.13.0
32012026-05-08T16:30:44.790Z[ host-package] Compiling progenitor-client v0.10.0
32022026-05-08T16:30:44.903Z[ host-package] Compiling qorb v0.4.1
32032026-05-08T16:30:44.987Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32042026-05-08T16:30:45.717Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
32052026-05-08T16:30:46.364Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32062026-05-08T16:30:46.440Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32072026-05-08T16:30:46.612Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32082026-05-08T16:30:46.688Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32092026-05-08T16:30:46.848Z[ host-package] Compiling nu-ansi-term v0.50.3
32102026-05-08T16:30:46.884Z[ helios-setup] May 08 16:30:45.546 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32112026-05-08T16:30:47.323Z[ host-package] Compiling reedline v0.40.0
32122026-05-08T16:30:47.502Z[ host-package] Compiling peg v0.8.5
32132026-05-08T16:30:47.581Z[ host-package] Compiling const_format v0.2.35
32142026-05-08T16:30:48.193Z[ helios-setup] May 08 16:30:46.855 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
32152026-05-08T16:30:48.813Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32162026-05-08T16:30:49.410Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32172026-05-08T16:30:49.689Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32182026-05-08T16:30:50.375Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32192026-05-08T16:30:51.471Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32202026-05-08T16:30:51.787Z[ host-package] Compiling progenitor v0.14.0
32212026-05-08T16:30:51.928Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32222026-05-08T16:30:52.044Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32232026-05-08T16:30:52.107Z[ host-package] Compiling progenitor-client v0.13.0
32242026-05-08T16:30:52.626Z[ helios-setup] May 08 16:30:51.288 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32252026-05-08T16:30:52.824Z[ host-package] Compiling progenitor v0.13.0
32262026-05-08T16:30:53.089Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32272026-05-08T16:30:53.401Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32282026-05-08T16:30:54.214Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-05-08T16:30:55.031Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-05-08T16:30:55.194Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32312026-05-08T16:30:55.275Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32322026-05-08T16:30:56.405Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32332026-05-08T16:30:56.748Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32342026-05-08T16:30:57.206Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32352026-05-08T16:30:57.440Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32362026-05-08T16:30:57.623Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32372026-05-08T16:30:57.999Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32382026-05-08T16:30:58.086Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32392026-05-08T16:30:59.613Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32402026-05-08T16:31:00.489Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32412026-05-08T16:31:00.634Z[ host-package] Compiling tough v0.20.0
32422026-05-08T16:31:01.152Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32432026-05-08T16:31:01.372Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32442026-05-08T16:31:04.142Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32452026-05-08T16:31:04.241Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32462026-05-08T16:31:04.533Z[ host-package] Compiling bcs v0.1.6
32472026-05-08T16:31:04.761Z[ helios-setup] May 08 16:31:03.423 INFO E| Finished `release` profile [optimized] target(s) in 46.29s
32482026-05-08T16:31:04.764Z[ helios-setup] May 08 16:31:03.425 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
32492026-05-08T16:31:04.764Z[ helios-setup] May 08 16:31:03.426 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32502026-05-08T16:31:04.821Z[ helios-setup] May 08 16:31:03.484 INFO building project "pilot" ok (46 seconds)
32512026-05-08T16:31:04.822Z[ helios-setup] May 08 16:31:03.484 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32522026-05-08T16:31:04.859Z[ helios-setup] May 08 16:31:03.521 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')"
32532026-05-08T16:31:04.859Z[ helios-setup] May 08 16:31:03.521 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32542026-05-08T16:31:04.859Z[ helios-setup] May 08 16:31:03.521 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32552026-05-08T16:31:05.052Z[ helios-setup] May 08 16:31:03.714 INFO E| Updating crates.io index
32562026-05-08T16:31:05.056Z[ helios-setup] May 08 16:31:03.715 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32572026-05-08T16:31:05.090Z[ host-package] Compiling semver v0.1.20
32582026-05-08T16:31:05.177Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-05-08T16:31:05.357Z[ host-package] Compiling rustc_version v0.1.7
32602026-05-08T16:31:05.391Z[ host-package] Compiling smawk v0.3.2
32612026-05-08T16:31:05.444Z[ host-package] Compiling unicode-linebreak v0.1.5
32622026-05-08T16:31:05.485Z[ helios-setup] May 08 16:31:04.147 INFO E| From https://github.com/oxidecomputer/amd-apcb
32632026-05-08T16:31:05.485Z[ helios-setup] May 08 16:31:04.147 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32642026-05-08T16:31:05.545Z[ helios-setup] May 08 16:31:04.207 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32652026-05-08T16:31:05.567Z[ host-package] Compiling humantime v2.3.0
32662026-05-08T16:31:05.596Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32672026-05-08T16:31:05.618Z[ host-package] Compiling newtype_derive v0.1.6
32682026-05-08T16:31:05.787Z[ host-package] Compiling textwrap v0.16.2
32692026-05-08T16:31:05.833Z[ host-package] Compiling dropshot-api-manager-types v0.7.1
32702026-05-08T16:31:05.940Z[ helios-setup] May 08 16:31:04.602 INFO E| From https://github.com/oxidecomputer/amd-efs
32712026-05-08T16:31:05.940Z[ helios-setup] May 08 16:31:04.602 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32722026-05-08T16:31:06.064Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32732026-05-08T16:31:06.087Z[ host-package] Compiling steno v0.4.1
32742026-05-08T16:31:06.294Z[ helios-setup] May 08 16:31:04.956 INFO E| Downloading crates ...
32752026-05-08T16:31:06.369Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32762026-05-08T16:31:06.417Z[ helios-setup] May 08 16:31:05.079 INFO E| Downloaded vec_map v0.8.2
32772026-05-08T16:31:06.432Z[ helios-setup] May 08 16:31:05.094 INFO E| Downloaded strsim v0.8.0
32782026-05-08T16:31:06.437Z[ helios-setup] May 08 16:31:05.099 INFO E| Downloaded unic-ucd-version v0.9.0
32792026-05-08T16:31:06.440Z[ helios-setup] May 08 16:31:05.100 INFO E| Downloaded unic-ucd-ident v0.9.0
32802026-05-08T16:31:06.443Z[ helios-setup] May 08 16:31:05.105 INFO E| Downloaded parse_int v0.9.0
32812026-05-08T16:31:06.446Z[ helios-setup] May 08 16:31:05.108 INFO E| Downloaded structopt-derive v0.4.18
32822026-05-08T16:31:06.452Z[ helios-setup] May 08 16:31:05.114 INFO E| Downloaded strum v0.27.1
32832026-05-08T16:31:06.456Z[ helios-setup] May 08 16:31:05.116 INFO E| Downloaded unic-char-property v0.9.0
32842026-05-08T16:31:06.459Z[ helios-setup] May 08 16:31:05.118 INFO E| Downloaded heck v0.3.3
32852026-05-08T16:31:06.459Z[ helios-setup] May 08 16:31:05.121 INFO E| Downloaded unic-char-range v0.9.0
32862026-05-08T16:31:06.462Z[ helios-setup] May 08 16:31:05.122 INFO E| Downloaded thiserror v2.0.12
32872026-05-08T16:31:06.465Z[ helios-setup] May 08 16:31:05.126 INFO E| Downloaded textwrap v0.11.0
32882026-05-08T16:31:06.465Z[ helios-setup] May 08 16:31:05.127 INFO E| Downloaded strum_macros v0.27.1
32892026-05-08T16:31:06.468Z[ helios-setup] May 08 16:31:05.128 INFO E| Downloaded memchr v2.7.4
32902026-05-08T16:31:06.471Z[ helios-setup] May 08 16:31:05.132 INFO E| Downloaded bytesize v2.0.1
32912026-05-08T16:31:06.471Z[ helios-setup] May 08 16:31:05.133 INFO E| Downloaded quote v1.0.40
32922026-05-08T16:31:06.474Z[ helios-setup] May 08 16:31:05.135 INFO E| Downloaded rustversion v1.0.20
32932026-05-08T16:31:06.477Z[ helios-setup] May 08 16:31:05.137 INFO E| Downloaded four-cc v0.4.0
32942026-05-08T16:31:06.477Z[ helios-setup] May 08 16:31:05.139 INFO E| Downloaded pest_generator v2.8.0
32952026-05-08T16:31:06.480Z[ helios-setup] May 08 16:31:05.140 INFO E| Downloaded autocfg v1.4.0
32962026-05-08T16:31:06.480Z[ helios-setup] May 08 16:31:05.142 INFO E| Downloaded pest_meta v2.8.0
32972026-05-08T16:31:06.486Z[ helios-setup] May 08 16:31:05.148 INFO E| Downloaded modular-bitfield-impl v0.13.1
32982026-05-08T16:31:06.490Z[ helios-setup] May 08 16:31:05.149 INFO E| Downloaded modular-bitfield-impl v0.11.2
32992026-05-08T16:31:06.490Z[ helios-setup] May 08 16:31:05.150 INFO E| Downloaded pest_derive v2.8.0
33002026-05-08T16:31:06.493Z[ helios-setup] May 08 16:31:05.152 INFO E| Downloaded modular-bitfield v0.11.2
33012026-05-08T16:31:06.496Z[ helios-setup] May 08 16:31:05.158 INFO E| Downloaded unicode-ident v1.0.18
33022026-05-08T16:31:06.499Z[ helios-setup] May 08 16:31:05.160 INFO E| Downloaded dyn-clone v1.0.19
33032026-05-08T16:31:06.502Z[ helios-setup] May 08 16:31:05.162 INFO E| Downloaded unic-common v0.9.0
33042026-05-08T16:31:06.505Z[ helios-setup] May 08 16:31:05.165 INFO E| Downloaded serde_derive v1.0.219
33052026-05-08T16:31:06.505Z[ helios-setup] May 08 16:31:05.167 INFO E| Downloaded fletcher v1.0.0
33062026-05-08T16:31:06.513Z[ helios-setup] May 08 16:31:05.176 INFO E| Downloaded typenum v1.18.0
33072026-05-08T16:31:06.516Z[ helios-setup] May 08 16:31:05.178 INFO E| Downloaded serde v1.0.219
33082026-05-08T16:31:06.519Z[ host-package] Compiling tagptr v0.2.0
33092026-05-08T16:31:06.519Z[ helios-setup] May 08 16:31:05.180 INFO E| Downloaded thiserror-impl v2.0.12
33102026-05-08T16:31:06.520Z[ helios-setup] May 08 16:31:05.181 INFO E| Downloaded log v0.4.27
33112026-05-08T16:31:06.523Z[ helios-setup] May 08 16:31:05.186 INFO E| Downloaded ansi_term v0.12.1
33122026-05-08T16:31:06.527Z[ helios-setup] May 08 16:31:05.189 INFO E| Downloaded structopt v0.3.26
33132026-05-08T16:31:06.538Z[ helios-setup] May 08 16:31:05.194 INFO E| Downloaded modular-bitfield v0.13.1
33142026-05-08T16:31:06.554Z[ helios-setup] May 08 16:31:05.216 INFO E| Downloaded proc-macro2 v1.0.95
33152026-05-08T16:31:06.557Z[ helios-setup] May 08 16:31:05.218 INFO E| Downloaded pest v2.8.0
33162026-05-08T16:31:06.581Z[ helios-setup] May 08 16:31:05.243 INFO E| Downloaded zerocopy-derive v0.8.25
33172026-05-08T16:31:06.585Z[ helios-setup] May 08 16:31:05.248 INFO E| Downloaded serde_json v1.0.140
33182026-05-08T16:31:06.590Z[ helios-setup] May 08 16:31:05.252 INFO E| Downloaded goblin v0.9.3
33192026-05-08T16:31:06.631Z[ helios-setup] May 08 16:31:05.293 INFO E| Downloaded clap v2.34.0
33202026-05-08T16:31:06.635Z[ helios-setup] May 08 16:31:05.297 INFO E| Downloaded zerocopy v0.8.25
33212026-05-08T16:31:06.664Z[ helios-setup] May 08 16:31:05.326 INFO E| Downloaded syn v2.0.101
33222026-05-08T16:31:06.709Z[ helios-setup] May 08 16:31:05.371 INFO E| Downloaded libc v0.2.172
33232026-05-08T16:31:06.769Z[ host-package] Compiling utf-8 v0.7.6
33242026-05-08T16:31:06.780Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling proc-macro2 v1.0.95
33252026-05-08T16:31:06.780Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling unicode-ident v1.0.18
33262026-05-08T16:31:06.780Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling memchr v2.7.4
33272026-05-08T16:31:06.783Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling thiserror v2.0.12
33282026-05-08T16:31:06.783Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling autocfg v1.4.0
33292026-05-08T16:31:06.783Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling serde v1.0.219
33302026-05-08T16:31:06.783Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling syn v1.0.109
33312026-05-08T16:31:06.783Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling version_check v0.9.5
33322026-05-08T16:31:06.783Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling serde_json v1.0.140
33332026-05-08T16:31:06.783Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling schemars v0.8.22
33342026-05-08T16:31:06.783Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling itoa v1.0.15
33352026-05-08T16:31:06.783Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling ryu v1.0.20
33362026-05-08T16:31:06.783Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling rustversion v1.0.20
33372026-05-08T16:31:06.783Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling libc v0.2.172
33382026-05-08T16:31:06.783Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling paste v1.0.15
33392026-05-08T16:31:06.783Z[ helios-setup] May 08 16:31:05.442 INFO E| Compiling zerocopy v0.8.25
33402026-05-08T16:31:06.877Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33412026-05-08T16:31:06.907Z[ host-package] Compiling moka v0.12.13
33422026-05-08T16:31:07.218Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33432026-05-08T16:31:07.273Z[ host-package] Compiling tungstenite v0.21.0
33442026-05-08T16:31:07.481Z[ helios-setup] May 08 16:31:06.143 INFO E| Compiling dyn-clone v1.0.19
33452026-05-08T16:31:07.485Z[ helios-setup] May 08 16:31:06.147 INFO E| Compiling num-traits v0.2.19
33462026-05-08T16:31:07.562Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33472026-05-08T16:31:07.592Z[ helios-setup] May 08 16:31:06.255 INFO E| Compiling memoffset v0.9.1
33482026-05-08T16:31:07.697Z[ helios-setup] May 08 16:31:06.359 INFO E| Compiling ucd-trie v0.1.7
33492026-05-08T16:31:07.791Z[ helios-setup] May 08 16:31:06.453 INFO E| Compiling static_assertions v1.1.0
33502026-05-08T16:31:07.819Z[ host-package] Compiling num-derive v0.3.3
33512026-05-08T16:31:07.834Z[ helios-setup] May 08 16:31:06.497 INFO E| Compiling once_cell v1.21.3
33522026-05-08T16:31:07.899Z[ helios-setup] May 08 16:31:06.517 INFO E| Compiling unicode-segmentation v1.12.0
33532026-05-08T16:31:07.899Z[ helios-setup] May 08 16:31:06.547 INFO E| Compiling heck v0.5.0
33542026-05-08T16:31:08.054Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33552026-05-08T16:31:08.166Z[ helios-setup] May 08 16:31:06.828 INFO E| Compiling unicode-width v0.1.14
33562026-05-08T16:31:08.177Z[ helios-setup] May 08 16:31:06.839 INFO E| Compiling unic-common v0.9.0
33572026-05-08T16:31:08.264Z[ helios-setup] May 08 16:31:06.926 INFO E| Compiling proc-macro-error-attr v1.0.4
33582026-05-08T16:31:08.281Z[ helios-setup] May 08 16:31:06.943 INFO E| Compiling proc-macro-error v1.0.4
33592026-05-08T16:31:08.337Z[ helios-setup] May 08 16:31:06.999 INFO E| Compiling strsim v0.8.0
33602026-05-08T16:31:08.340Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33612026-05-08T16:31:08.359Z[ helios-setup] May 08 16:31:07.021 INFO E| Compiling byteorder v1.5.0
33622026-05-08T16:31:08.400Z[ helios-setup] May 08 16:31:07.062 INFO E| Compiling ansi_term v0.12.1
33632026-05-08T16:31:08.431Z[ helios-setup] May 08 16:31:07.093 INFO E| Compiling strum v0.27.1
33642026-05-08T16:31:08.470Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33652026-05-08T16:31:08.565Z[ helios-setup] May 08 16:31:07.227 INFO E| Compiling heck v0.3.3
33662026-05-08T16:31:08.628Z[ helios-setup] May 08 16:31:07.290 INFO E| Compiling fletcher v1.0.0
33672026-05-08T16:31:08.719Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33682026-05-08T16:31:08.788Z[ helios-setup] May 08 16:31:07.450 INFO E| Compiling textwrap v0.11.0
33692026-05-08T16:31:08.813Z[ helios-setup] May 08 16:31:07.475 INFO E| Compiling vec_map v0.8.2
33702026-05-08T16:31:08.966Z[ helios-setup] May 08 16:31:07.628 INFO E| Compiling unic-char-range v0.9.0
33712026-05-08T16:31:08.971Z[ helios-setup] May 08 16:31:07.633 INFO E| Compiling bitflags v1.3.2
33722026-05-08T16:31:09.061Z[ helios-setup] May 08 16:31:07.723 INFO E| Compiling atty v0.2.14
33732026-05-08T16:31:09.078Z[ helios-setup] May 08 16:31:07.740 INFO E| Compiling unic-char-property v0.9.0
33742026-05-08T16:31:09.085Z[ host-package] Compiling hickory-resolver v0.25.2
33752026-05-08T16:31:09.090Z[ helios-setup] May 08 16:31:07.752 INFO E| Compiling unic-ucd-version v0.9.0
33762026-05-08T16:31:09.142Z[ helios-setup] May 08 16:31:07.804 INFO E| Compiling clap v2.34.0
33772026-05-08T16:31:09.184Z[ helios-setup] May 08 16:31:07.846 INFO E| Compiling log v0.4.27
33782026-05-08T16:31:09.188Z[ helios-setup] May 08 16:31:07.851 INFO E| Compiling lazy_static v1.5.0
33792026-05-08T16:31:09.213Z[ helios-setup] May 08 16:31:07.875 INFO E| Compiling plain v0.2.3
33802026-05-08T16:31:09.224Z[ helios-setup] May 08 16:31:07.886 INFO E| Compiling unic-ucd-ident v0.9.0
33812026-05-08T16:31:09.229Z[ helios-setup] May 08 16:31:07.891 INFO E| Compiling bytesize v2.0.1
33822026-05-08T16:31:09.300Z[ helios-setup] May 08 16:31:07.963 INFO E| Compiling quote v1.0.40
33832026-05-08T16:31:09.374Z[ host-package] Compiling tokio-tungstenite v0.21.0
33842026-05-08T16:31:09.548Z[ helios-setup] May 08 16:31:08.210 INFO E| Compiling parse_int v0.9.0
33852026-05-08T16:31:09.584Z[ helios-setup] May 08 16:31:08.246 INFO E| Compiling syn v2.0.101
33862026-05-08T16:31:09.983Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33872026-05-08T16:31:10.068Z[ host-package] Compiling libscf-sys v1.1.0
33882026-05-08T16:31:10.270Z[ host-package] Compiling proc-macro-error2 v2.0.1
33892026-05-08T16:31:10.535Z[ host-package] Compiling typify-impl v0.4.3
33902026-05-08T16:31:10.668Z[ host-package] Compiling tabled_derive v0.11.0
33912026-05-08T16:31:10.821Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33922026-05-08T16:31:11.289Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33932026-05-08T16:31:12.036Z[ host-package] Compiling papergrid v0.17.0
33942026-05-08T16:31:12.114Z[ host-package] Compiling testing_table v0.3.0
33952026-05-08T16:31:12.372Z[ helios-setup] May 08 16:31:11.034 INFO E| Compiling serde_derive_internals v0.29.1
33962026-05-08T16:31:12.391Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33972026-05-08T16:31:12.686Z[ host-package] Compiling vergen-gitcl v1.0.8
33982026-05-08T16:31:13.084Z[ helios-setup] May 08 16:31:11.745 INFO E| Compiling modular-bitfield-impl v0.11.2
33992026-05-08T16:31:13.084Z[ helios-setup] May 08 16:31:11.745 INFO E| Compiling structopt-derive v0.4.18
34002026-05-08T16:31:13.268Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34012026-05-08T16:31:13.306Z[ helios-setup] May 08 16:31:11.968 INFO E| Compiling thiserror-impl v2.0.12
34022026-05-08T16:31:13.306Z[ helios-setup] May 08 16:31:11.968 INFO E| Compiling serde_derive v1.0.219
34032026-05-08T16:31:13.306Z[ helios-setup] May 08 16:31:11.968 INFO E| Compiling zerocopy-derive v0.8.25
34042026-05-08T16:31:13.306Z[ helios-setup] May 08 16:31:11.968 INFO E| Compiling num-derive v0.4.2
34052026-05-08T16:31:13.306Z[ helios-setup] May 08 16:31:11.968 INFO E| Compiling modular-bitfield-impl v0.13.1
34062026-05-08T16:31:13.306Z[ helios-setup] May 08 16:31:11.968 INFO E| Compiling scroll_derive v0.12.1
34072026-05-08T16:31:13.306Z[ helios-setup] May 08 16:31:11.968 INFO E| Compiling strum_macros v0.27.1
34082026-05-08T16:31:13.535Z[ helios-setup] May 08 16:31:12.196 INFO E| Compiling schemars_derive v0.8.22
34092026-05-08T16:31:13.839Z[ host-package] Compiling dirs-sys-next v0.1.2
34102026-05-08T16:31:14.298Z[ host-package] Compiling glob v0.3.3
34112026-05-08T16:31:14.958Z[ helios-setup] May 08 16:31:13.620 INFO E| Compiling scroll v0.12.0
34122026-05-08T16:31:15.124Z[ helios-setup] May 08 16:31:13.786 INFO E| Compiling structopt v0.3.26
34132026-05-08T16:31:15.196Z[ host-package] Compiling diesel_derives v2.3.7
34142026-05-08T16:31:15.221Z[ helios-setup] May 08 16:31:13.884 INFO E| Compiling modular-bitfield v0.13.1
34152026-05-08T16:31:15.303Z[ helios-setup] May 08 16:31:13.964 INFO E| Compiling modular-bitfield v0.11.2
34162026-05-08T16:31:15.406Z[ helios-setup] May 08 16:31:14.067 INFO E| Compiling goblin v0.9.3
34172026-05-08T16:31:15.530Z[ helios-setup] May 08 16:31:14.192 INFO E| Compiling pest v2.8.0
34182026-05-08T16:31:15.691Z[ host-package] Compiling typify-macro v0.4.3
34192026-05-08T16:31:15.751Z[ host-package] Compiling crunchy v0.2.4
34202026-05-08T16:31:15.799Z[ host-package] Compiling maplit v1.0.2
34212026-05-08T16:31:16.071Z[ host-package] Compiling clang-sys v1.8.1
34222026-05-08T16:31:16.283Z[ host-package] Compiling dirs-next v2.0.0
34232026-05-08T16:31:16.555Z[ host-package] Compiling tabled v0.20.0
34242026-05-08T16:31:16.971Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
34252026-05-08T16:31:16.981Z[ helios-setup] May 08 16:31:15.643 INFO E| Compiling pest_meta v2.8.0
34262026-05-08T16:31:17.806Z[ helios-setup] May 08 16:31:16.468 INFO E| Compiling pest_generator v2.8.0
34272026-05-08T16:31:17.842Z[ host-package] Compiling dsl_auto_type v0.2.0
34282026-05-08T16:31:18.374Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34292026-05-08T16:31:18.488Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
34302026-05-08T16:31:18.491Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
34312026-05-08T16:31:18.491Z[ host-package] Compiling xshell-macros v0.2.7
34322026-05-08T16:31:18.683Z[ helios-setup] May 08 16:31:17.345 INFO E| Compiling pest_derive v2.8.0
34332026-05-08T16:31:18.894Z[ host-package] Compiling tiny-keccak v2.0.2
34342026-05-08T16:31:19.171Z[ host-package] Compiling r2d2 v0.8.10
34352026-05-08T16:31:19.331Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
34362026-05-08T16:31:19.368Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34372026-05-08T16:31:19.450Z[ host-package] Compiling xshell v0.2.7
34382026-05-08T16:31:19.760Z[ helios-setup] May 08 16:31:18.422 INFO E| Compiling json5 v0.4.1
34392026-05-08T16:31:19.939Z[ host-package] Compiling term v0.7.0
34402026-05-08T16:31:20.501Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34412026-05-08T16:31:20.620Z[ host-package] Compiling downcast-rs v2.0.2
34422026-05-08T16:31:20.673Z[ host-package] Compiling bit-vec v0.6.3
34432026-05-08T16:31:20.957Z[ host-package] Compiling bit-set v0.5.3
34442026-05-08T16:31:21.028Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34452026-05-08T16:31:21.142Z[ host-package] Compiling ascii-canvas v3.0.0
34462026-05-08T16:31:21.205Z[ host-package] Compiling itertools v0.10.5
34472026-05-08T16:31:21.279Z[ host-package] Compiling ena v0.14.4
34482026-05-08T16:31:21.436Z[ host-package] Compiling libloading v0.8.9
34492026-05-08T16:31:21.485Z[ host-package] Compiling unicase v2.9.0
34502026-05-08T16:31:21.512Z[ helios-setup] May 08 16:31:20.174 INFO E| Compiling four-cc v0.4.0
34512026-05-08T16:31:21.512Z[ helios-setup] May 08 16:31:20.174 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
34522026-05-08T16:31:21.597Z[ host-package] Compiling crc8 v0.1.1
34532026-05-08T16:31:21.669Z[ helios-setup] May 08 16:31:20.331 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
34542026-05-08T16:31:21.717Z[ host-package] Compiling regex-syntax v0.6.29
34552026-05-08T16:31:21.846Z[ host-package] Compiling diff v0.1.13
34562026-05-08T16:31:21.883Z[ host-package] Compiling bindgen v0.71.1
34572026-05-08T16:31:22.315Z[ host-package] Compiling typify v0.4.3
34582026-05-08T16:31:22.443Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34592026-05-08T16:31:22.499Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34602026-05-08T16:31:22.545Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34612026-05-08T16:31:22.629Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34622026-05-08T16:31:22.913Z[ host-package] Compiling cexpr v0.6.0
34632026-05-08T16:31:23.066Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34642026-05-08T16:31:23.544Z[ host-package] Compiling lalrpop v0.19.12
34652026-05-08T16:31:23.812Z[ host-package] Compiling headers-core v0.3.0
34662026-05-08T16:31:23.945Z[ host-package] Compiling libxml v0.3.3
34672026-05-08T16:31:24.048Z[ host-package] Compiling headers v0.4.1
34682026-05-08T16:31:24.180Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34692026-05-08T16:31:24.233Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34702026-05-08T16:31:24.286Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34712026-05-08T16:31:24.354Z[ host-package] Compiling strum_macros v0.24.3
34722026-05-08T16:31:24.455Z[ host-package] Compiling diesel v2.3.7
34732026-05-08T16:31:24.585Z[ host-package] Compiling indoc v1.0.9
34742026-05-08T16:31:24.853Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34752026-05-08T16:31:25.046Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34762026-05-08T16:31:25.280Z[ host-package] Compiling derive_builder v0.20.2
34772026-05-08T16:31:25.367Z[ host-package] Compiling oso-derive v0.27.3
34782026-05-08T16:31:25.465Z[ host-package] Compiling quick-xml v0.37.5
34792026-05-08T16:31:25.468Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34802026-05-08T16:31:25.521Z[ host-package] Compiling openssl-probe v0.1.6
34812026-05-08T16:31:25.837Z[ host-package] Compiling half v1.8.3
34822026-05-08T16:31:25.952Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34832026-05-08T16:31:25.955Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34842026-05-08T16:31:26.113Z[ host-package] Compiling serde_cbor v0.11.2
34852026-05-08T16:31:26.327Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34862026-05-08T16:31:26.740Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34872026-05-08T16:31:26.908Z[ host-package] Compiling bb8 v0.8.6
34882026-05-08T16:31:26.966Z[ host-package] Compiling trait-variant v0.1.2
34892026-05-08T16:31:26.992Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34902026-05-08T16:31:27.113Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34912026-05-08T16:31:27.246Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34922026-05-08T16:31:27.355Z[ host-package] Compiling fxhash v0.2.1
34932026-05-08T16:31:27.383Z[ host-package] Compiling salty v0.3.0
34942026-05-08T16:31:27.494Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34952026-05-08T16:31:27.577Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
34962026-05-08T16:31:27.645Z[ host-package] Compiling progenitor-impl v0.11.2
34972026-05-08T16:31:27.783Z[ host-package] Compiling progenitor-impl v0.10.0
34982026-05-08T16:31:27.962Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34992026-05-08T16:31:28.376Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35002026-05-08T16:31:28.658Z[ host-package] Compiling kstat-rs v0.2.4
35012026-05-08T16:31:28.874Z[ host-package] Compiling samael v0.0.19
35022026-05-08T16:31:28.919Z[ host-package] Compiling libz-sys v1.1.24
35032026-05-08T16:31:29.280Z[ host-package] Compiling nonempty v0.12.0
35042026-05-08T16:31:29.501Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35052026-05-08T16:31:29.539Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35062026-05-08T16:31:30.005Z[ host-package] Compiling progenitor-macro v0.11.2
35072026-05-08T16:31:30.116Z[ host-package] Compiling progenitor-macro v0.10.0
35082026-05-08T16:31:31.565Z[ host-package] Compiling polar-core v0.27.3
35092026-05-08T16:31:33.497Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
35102026-05-08T16:31:34.327Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35112026-05-08T16:31:34.475Z[ host-package] Compiling progenitor-client v0.11.2
35122026-05-08T16:31:34.526Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35132026-05-08T16:31:35.035Z[ host-package] Compiling darling_core v0.23.0
35142026-05-08T16:31:35.117Z[ host-package] Compiling nanorand v0.7.0
35152026-05-08T16:31:35.506Z[ host-package] Compiling arc-swap v1.8.2
35162026-05-08T16:31:36.106Z[ helios-setup] May 08 16:31:34.768 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35172026-05-08T16:31:36.238Z[ host-package] Compiling parking_lot_core v0.8.6
35182026-05-08T16:31:36.625Z[ host-package] Compiling mime_guess v2.0.5
35192026-05-08T16:31:37.359Z[ host-package] Compiling slog-scope v4.4.1
35202026-05-08T16:31:37.686Z[ host-package] Compiling darling_macro v0.23.0
35212026-05-08T16:31:37.759Z[ host-package] Compiling flume v0.11.1
35222026-05-08T16:31:38.063Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
35232026-05-08T16:31:38.275Z[ host-package] Compiling progenitor v0.11.2
35242026-05-08T16:31:38.318Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35252026-05-08T16:31:38.565Z[ host-package] Compiling progenitor v0.10.0
35262026-05-08T16:31:38.905Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35272026-05-08T16:31:39.717Z[ helios-setup] May 08 16:31:38.379 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35282026-05-08T16:31:39.917Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35292026-05-08T16:31:40.306Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35302026-05-08T16:31:41.000Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35312026-05-08T16:31:41.838Z[ host-package] Compiling oso v0.27.3
35322026-05-08T16:31:45.199Z[ host-package] Compiling diesel-dtrace v0.5.0
35332026-05-08T16:31:45.882Z[ host-package] Compiling async-bb8-diesel v0.2.1
35342026-05-08T16:31:46.319Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35352026-05-08T16:31:47.758Z[ host-package] Compiling primeorder v0.13.6
35362026-05-08T16:31:48.148Z[ host-package] Compiling git-stub v1.0.0
35372026-05-08T16:31:48.205Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35382026-05-08T16:31:48.331Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35392026-05-08T16:31:48.374Z[ host-package] Compiling instability v0.3.11
35402026-05-08T16:31:48.459Z[ host-package] Compiling git-stub-vcs v0.1.0
35412026-05-08T16:31:48.646Z[ host-package] Compiling p384 v0.13.1
35422026-05-08T16:31:48.913Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35432026-05-08T16:31:48.966Z[ host-package] Compiling darling v0.23.0
35442026-05-08T16:31:49.029Z[ host-package] Compiling slog-stdlog v4.1.1
35452026-05-08T16:31:49.336Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35462026-05-08T16:31:49.577Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35472026-05-08T16:31:49.602Z[ host-package] Compiling ignore v0.4.25
35482026-05-08T16:31:50.247Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35492026-05-08T16:31:50.337Z[ host-package] Compiling castaway v0.2.4
35502026-05-08T16:31:50.410Z[ host-package] Compiling atty v0.2.14
35512026-05-08T16:31:50.512Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35522026-05-08T16:31:50.575Z[ host-package] Compiling http-range v0.1.5
35532026-05-08T16:31:50.784Z[ host-package] Compiling indoc v2.0.7
35542026-05-08T16:31:50.997Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
35552026-05-08T16:31:51.053Z[ host-package] Compiling compact_str v0.8.1
35562026-05-08T16:31:51.686Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35572026-05-08T16:31:52.077Z[ host-package] Compiling globwalk v0.9.1
35582026-05-08T16:31:52.164Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35592026-05-08T16:31:52.410Z[ host-package] Compiling parking_lot v0.11.2
35602026-05-08T16:31:52.797Z[ host-package] Compiling slog-envlogger v2.2.0
35612026-05-08T16:31:52.959Z[ helios-setup] May 08 16:31:51.621 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.06s
35622026-05-08T16:31:52.996Z[ helios-setup] May 08 16:31:51.658 INFO building project "amd-host-image-builder" ok (48 seconds)
35632026-05-08T16:31:52.996Z[ helios-setup] May 08 16:31:51.658 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35642026-05-08T16:31:53.006Z[ helios-setup] May 08 16:31:51.668 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
35652026-05-08T16:31:53.006Z[ helios-setup] May 08 16:31:51.668 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35662026-05-08T16:31:53.009Z[ helios-setup] May 08 16:31:51.668 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35672026-05-08T16:31:53.212Z[ helios-setup] May 08 16:31:51.873 INFO E| Downloading crates ...
35682026-05-08T16:31:53.264Z[ helios-setup] May 08 16:31:51.925 INFO E| Downloaded time-core v0.1.4
35692026-05-08T16:31:53.277Z[ helios-setup] May 08 16:31:51.939 INFO E| Downloaded deranged v0.4.0
35702026-05-08T16:31:53.286Z[ helios-setup] May 08 16:31:51.948 INFO E| Downloaded time-macros v0.2.22
35712026-05-08T16:31:53.289Z[ helios-setup] May 08 16:31:51.950 INFO E| Downloaded indexmap v2.9.0
35722026-05-08T16:31:53.291Z[ helios-setup] May 08 16:31:51.953 INFO E| Downloaded errno v0.3.12
35732026-05-08T16:31:53.314Z[ helios-setup] May 08 16:31:51.975 INFO E| Downloaded iana-time-zone v0.1.63
35742026-05-08T16:31:53.317Z[ helios-setup] May 08 16:31:51.978 INFO E| Downloaded bitflags v2.9.1
35752026-05-08T16:31:53.322Z[ helios-setup] May 08 16:31:51.984 INFO E| Downloaded tempfile v3.20.0
35762026-05-08T16:31:53.325Z[ helios-setup] May 08 16:31:51.986 INFO E| Downloaded getrandom v0.3.3
35772026-05-08T16:31:53.339Z[ helios-setup] May 08 16:31:52.001 INFO E| Downloaded serde_with_macros v3.12.0
35782026-05-08T16:31:53.356Z[ helios-setup] May 08 16:31:52.018 INFO E| Downloaded anyhow v1.0.98
35792026-05-08T16:31:53.359Z[ helios-setup] May 08 16:31:52.021 INFO E| Downloaded time v0.3.41
35802026-05-08T16:31:53.364Z[ helios-setup] May 08 16:31:52.026 INFO E| Downloaded hashbrown v0.15.3
35812026-05-08T16:31:53.372Z[ helios-setup] May 08 16:31:52.035 INFO E| Downloaded serde_with v3.12.0
35822026-05-08T16:31:53.391Z[ helios-setup] May 08 16:31:52.053 INFO E| Downloaded chrono v0.4.41
35832026-05-08T16:31:53.398Z[ helios-setup] May 08 16:31:52.059 INFO E| Downloaded rustix v1.0.7
35842026-05-08T16:31:53.463Z[ helios-setup] May 08 16:31:52.125 INFO E| Compiling proc-macro2 v1.0.95
35852026-05-08T16:31:53.463Z[ helios-setup] May 08 16:31:52.125 INFO E| Compiling unicode-ident v1.0.18
35862026-05-08T16:31:53.463Z[ helios-setup] May 08 16:31:52.125 INFO E| Compiling libc v0.2.172
35872026-05-08T16:31:53.467Z[ helios-setup] May 08 16:31:52.125 INFO E| Compiling strsim v0.11.1
35882026-05-08T16:31:53.468Z[ helios-setup] May 08 16:31:52.125 INFO E| Compiling fnv v1.0.7
35892026-05-08T16:31:53.468Z[ helios-setup] May 08 16:31:52.125 INFO E| Compiling ident_case v1.0.1
35902026-05-08T16:31:53.468Z[ helios-setup] May 08 16:31:52.125 INFO E| Compiling serde v1.0.219
35912026-05-08T16:31:53.468Z[ helios-setup] May 08 16:31:52.125 INFO E| Compiling rustix v1.0.7
35922026-05-08T16:31:53.477Z[ helios-setup] May 08 16:31:52.139 INFO E| Compiling getrandom v0.3.3
35932026-05-08T16:31:53.477Z[ helios-setup] May 08 16:31:52.139 INFO E| Compiling anyhow v1.0.98
35942026-05-08T16:31:53.480Z[ helios-setup] May 08 16:31:52.139 INFO E| Compiling serde_json v1.0.140
35952026-05-08T16:31:53.480Z[ helios-setup] May 08 16:31:52.139 INFO E| Compiling thiserror v2.0.12
35962026-05-08T16:31:53.480Z[ helios-setup] May 08 16:31:52.139 INFO E| Compiling bitflags v2.9.1
35972026-05-08T16:31:53.480Z[ helios-setup] May 08 16:31:52.140 INFO E| Compiling cfg-if v1.0.0
35982026-05-08T16:31:53.484Z[ helios-setup] May 08 16:31:52.143 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35992026-05-08T16:31:53.484Z[ helios-setup] May 08 16:31:52.143 INFO E| Compiling fastrand v2.3.0
36002026-05-08T16:31:53.598Z[ helios-setup] May 08 16:31:52.261 INFO E| Compiling itoa v1.0.15
36012026-05-08T16:31:53.821Z[ helios-setup] May 08 16:31:52.483 INFO E| Compiling once_cell v1.21.3
36022026-05-08T16:31:53.859Z[ helios-setup] May 08 16:31:52.521 INFO E| Compiling memchr v2.7.4
36032026-05-08T16:31:53.955Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36042026-05-08T16:31:53.979Z[ helios-setup] May 08 16:31:52.640 INFO E| Compiling ryu v1.0.20
36052026-05-08T16:31:54.074Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36062026-05-08T16:31:54.178Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36072026-05-08T16:31:54.585Z[ helios-setup] May 08 16:31:53.247 INFO E| Compiling errno v0.3.12
36082026-05-08T16:31:54.929Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36092026-05-08T16:31:55.048Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36102026-05-08T16:31:55.398Z[ helios-setup] May 08 16:31:54.060 INFO E| Compiling quote v1.0.40
36112026-05-08T16:31:55.615Z[ helios-setup] May 08 16:31:54.277 INFO E| Compiling syn v2.0.101
36122026-05-08T16:31:55.697Z[ helios-setup] May 08 16:31:54.359 INFO E| Compiling tempfile v3.20.0
36132026-05-08T16:31:55.819Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36142026-05-08T16:31:56.055Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36152026-05-08T16:31:56.279Z[ host-package] Compiling predicates-tree v1.0.13
36162026-05-08T16:31:56.664Z[ host-package] Compiling unicode-truncate v1.1.0
36172026-05-08T16:31:56.732Z[ host-package] Compiling lru v0.12.5
36182026-05-08T16:31:56.769Z[ host-package] Compiling rand_seeder v0.4.0
36192026-05-08T16:31:56.851Z[ host-package] Compiling prefix-trie v0.7.0
36202026-05-08T16:31:56.897Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36212026-05-08T16:31:56.919Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36222026-05-08T16:31:57.009Z[ host-package] Compiling vergen-git2 v1.0.7
36232026-05-08T16:31:57.052Z[ host-package] Compiling cassowary v0.3.0
36242026-05-08T16:31:57.089Z[ host-package] Compiling corncobs v0.1.4
36252026-05-08T16:31:57.207Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36262026-05-08T16:31:57.370Z[ host-package] Compiling ratatui v0.29.0
36272026-05-08T16:31:57.394Z[ host-package] Compiling hickory-server v0.25.2
36282026-05-08T16:31:57.447Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36292026-05-08T16:31:57.470Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36302026-05-08T16:31:57.501Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36312026-05-08T16:31:57.850Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36322026-05-08T16:31:58.172Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36332026-05-08T16:31:58.189Z[ helios-setup] May 08 16:31:56.851 INFO E| Compiling darling_core v0.20.11
36342026-05-08T16:31:58.356Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36352026-05-08T16:31:58.529Z[ host-package] Compiling hyper-staticfile v0.10.1
36362026-05-08T16:31:58.718Z[ host-package] Compiling sled v0.34.7
36372026-05-08T16:31:58.821Z[ helios-setup] May 08 16:31:57.483 INFO E| Compiling serde_derive v1.0.219
36382026-05-08T16:31:58.821Z[ helios-setup] May 08 16:31:57.483 INFO E| Compiling thiserror-impl v2.0.12
36392026-05-08T16:31:58.843Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36402026-05-08T16:31:59.354Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36412026-05-08T16:31:59.686Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36422026-05-08T16:31:59.876Z[ host-package] Compiling secrecy v0.8.0
36432026-05-08T16:32:00.199Z[ host-package] Compiling rustls v0.21.12
36442026-05-08T16:32:00.463Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36452026-05-08T16:32:00.579Z[ helios-setup] May 08 16:31:59.241 INFO E| Compiling darling_macro v0.20.11
36462026-05-08T16:32:01.209Z[ helios-setup] May 08 16:31:59.870 INFO E| Compiling darling v0.20.11
36472026-05-08T16:32:01.297Z[ helios-setup] May 08 16:31:59.959 INFO E| Compiling serde_with_macros v3.12.0
36482026-05-08T16:32:02.466Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36492026-05-08T16:32:02.898Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36502026-05-08T16:32:03.337Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36512026-05-08T16:32:03.885Z[ helios-setup] May 08 16:32:02.547 INFO E| Compiling serde_with v3.12.0
36522026-05-08T16:32:04.040Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36532026-05-08T16:32:04.667Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36542026-05-08T16:32:05.136Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36552026-05-08T16:32:06.467Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
36562026-05-08T16:32:06.815Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36572026-05-08T16:32:07.139Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36582026-05-08T16:32:07.400Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36592026-05-08T16:32:07.651Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36602026-05-08T16:32:07.687Z[ helios-setup] May 08 16:32:06.349 INFO E| Finished `release` profile [optimized] target(s) in 14.66s
36612026-05-08T16:32:07.710Z[ helios-setup] May 08 16:32:06.372 INFO building project "dmar-report" ok (14 seconds)
36622026-05-08T16:32:07.713Z[ helios-setup] rm -f helios-build
36632026-05-08T16:32:07.716Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36642026-05-08T16:32:07.716Z[ helios-setup]
36652026-05-08T16:32:07.719Z[ helios-setup] Setup complete! ./helios-build is now available.
36662026-05-08T16:32:07.719Z[ helios-setup]
36672026-05-08T16:32:07.719Z[ helios-setup]
36682026-05-08T16:32:07.719Z[ helios-setup] real 2:34.765370297
36692026-05-08T16:32:07.719Z[ helios-setup] user 6:57.925113451
36702026-05-08T16:32:07.722Z[ helios-setup] sys 1:13.893027254
36712026-05-08T16:32:07.722Z[ helios-setup] trap 0.463262955
36722026-05-08T16:32:07.722Z[ helios-setup] tflt 2.083165807
36732026-05-08T16:32:07.722Z[ helios-setup] dflt 6.370466052
36742026-05-08T16:32:07.722Z[ helios-setup] kflt 0.013181092
36752026-05-08T16:32:07.722Z[ helios-setup] lock 36:45.271328104
36762026-05-08T16:32:07.722Z[ helios-setup] slp 33:49.484256149
36772026-05-08T16:32:07.722Z[ helios-setup] lat 5:56.144270263
36782026-05-08T16:32:07.722Z[ helios-setup] stop 1:16.862290389
36792026-05-08T16:32:07.722ZMay 08 16:32:06.382 INFO [helios-setup] process exited with exit status: 0 (154.768286101s)
36802026-05-08T16:32:07.722ZMay 08 16:32:06.382 INFO [helios-record] running task
36812026-05-08T16:32:07.722ZMay 08 16:32:06.382 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36822026-05-08T16:32:07.725ZMay 08 16:32:06.386 DEBG process exited with exit status: 0 (3.946615ms)
36832026-05-08T16:32:07.725ZMay 08 16:32:06.386 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36842026-05-08T16:32:07.728ZMay 08 16:32:06.389 DEBG process exited with exit status: 0 (3.323514ms)
36852026-05-08T16:32:07.729ZMay 08 16:32:06.389 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36862026-05-08T16:32:07.732ZMay 08 16:32:06.394 DEBG process exited with exit status: 0 (4.634785ms)
36872026-05-08T16:32:07.732ZMay 08 16:32:06.394 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36882026-05-08T16:32:07.735ZMay 08 16:32:06.398 DEBG process exited with exit status: 0 (3.682414ms)
36892026-05-08T16:32:07.736ZMay 08 16:32:06.398 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36902026-05-08T16:32:07.739ZMay 08 16:32:06.401 DEBG process exited with exit status: 0 (3.595544ms)
36912026-05-08T16:32:07.739ZMay 08 16:32:06.401 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36922026-05-08T16:32:07.743ZMay 08 16:32:06.406 DEBG process exited with exit status: 0 (4.061805ms)
36932026-05-08T16:32:07.743ZMay 08 16:32:06.406 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36942026-05-08T16:32:07.747ZMay 08 16:32:06.410 DEBG process exited with exit status: 0 (3.997544ms)
36952026-05-08T16:32:07.747ZMay 08 16:32:06.410 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36962026-05-08T16:32:07.751ZMay 08 16:32:06.413 DEBG process exited with exit status: 0 (3.537694ms)
36972026-05-08T16:32:07.751ZMay 08 16:32:06.413 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36982026-05-08T16:32:07.755ZMay 08 16:32:06.417 DEBG process exited with exit status: 0 (3.839774ms)
36992026-05-08T16:32:07.758ZMay 08 16:32:06.417 INFO [helios-record] task succeeded (35.23698ms)
37002026-05-08T16:32:07.879Z[ host-package] Compiling rustls-webpki v0.101.7
37012026-05-08T16:32:08.850Z[ host-package] Compiling sct v0.7.1
37022026-05-08T16:32:09.128Z[ host-package] Compiling nix v0.29.0
37032026-05-08T16:32:09.525Z[ host-package] Compiling dropshot v0.16.7
37042026-05-08T16:32:09.548Z[ host-package] Compiling void v1.0.2
37052026-05-08T16:32:09.707Z[ host-package] Compiling lzss v0.8.2
37062026-05-08T16:32:09.855Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37072026-05-08T16:32:10.081Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37082026-05-08T16:32:10.392Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37092026-05-08T16:32:10.420Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37102026-05-08T16:32:10.812Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37112026-05-08T16:32:11.552Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37122026-05-08T16:32:11.587Z[ host-package] Compiling tungstenite v0.23.0
37132026-05-08T16:32:11.804Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37142026-05-08T16:32:12.686Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37152026-05-08T16:32:12.710Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37162026-05-08T16:32:12.914Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37172026-05-08T16:32:12.941Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37182026-05-08T16:32:13.147Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
37192026-05-08T16:32:13.173Z[ host-package] Compiling nix v0.27.1
37202026-05-08T16:32:13.440Z[ host-package] Compiling dropshot_endpoint v0.16.7
37212026-05-08T16:32:14.102Z[ host-package] Compiling serde_bytes v0.11.19
37222026-05-08T16:32:14.122Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
37232026-05-08T16:32:14.158Z[ host-package] Compiling tokio-tungstenite v0.23.1
37242026-05-08T16:32:14.343Z[ host-package] Compiling tokio-rustls v0.24.1
37252026-05-08T16:32:14.530Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37262026-05-08T16:32:15.064Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37272026-05-08T16:32:16.168Z[ host-package] Compiling git2 v0.20.4
37282026-05-08T16:32:17.352Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37292026-05-08T16:32:19.226Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37302026-05-08T16:32:19.583Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37312026-05-08T16:32:19.605Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37322026-05-08T16:32:20.005Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37332026-05-08T16:32:20.062Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37342026-05-08T16:32:20.403Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37352026-05-08T16:32:22.040Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37362026-05-08T16:32:22.492Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37372026-05-08T16:32:23.040Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37382026-05-08T16:32:23.472Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37392026-05-08T16:32:23.822Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37402026-05-08T16:32:24.417Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37412026-05-08T16:32:24.980Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37422026-05-08T16:32:25.655Z[ host-package] Compiling rustls-pemfile v1.0.4
37432026-05-08T16:32:26.073Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37442026-05-08T16:32:27.606Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37452026-05-08T16:32:27.891Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37462026-05-08T16:32:27.916Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37472026-05-08T16:32:28.041Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37482026-05-08T16:32:28.069Z[ host-package] Compiling signal-hook-tokio v0.3.1
37492026-05-08T16:32:28.268Z[ host-package] Compiling twox-hash v2.1.2
37502026-05-08T16:32:28.292Z[ host-package] Compiling yasna v0.5.2
37512026-05-08T16:32:28.783Z[ host-package] Compiling is_ci v1.2.0
37522026-05-08T16:32:29.014Z[ host-package] Compiling supports-color v3.0.2
37532026-05-08T16:32:29.307Z[ host-package] Compiling rcgen v0.12.1
37542026-05-08T16:32:29.494Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37552026-05-08T16:32:29.560Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37562026-05-08T16:32:29.735Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-08T16:32:29.808Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37582026-05-08T16:32:29.868Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37592026-05-08T16:32:31.371Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37602026-05-08T16:32:31.735Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37612026-05-08T16:32:31.847Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37622026-05-08T16:32:33.362Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37632026-05-08T16:32:33.592Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37642026-05-08T16:32:33.779Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37652026-05-08T16:32:34.002Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37662026-05-08T16:32:34.302Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37672026-05-08T16:32:34.559Z[ host-package] Compiling fatfs v0.3.6
37682026-05-08T16:32:34.853Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37692026-05-08T16:32:34.985Z[ host-package] Compiling subprocess v0.2.15
37702026-05-08T16:32:35.754Z[ host-package] Compiling rtoolbox v0.0.3
37712026-05-08T16:32:36.032Z[ host-package] Compiling assert_matches v1.5.0
37722026-05-08T16:32:36.155Z[ host-package] Compiling seq-macro v0.3.6
37732026-05-08T16:32:36.686Z[ host-package] Compiling rpassword v7.4.0
37742026-05-08T16:32:36.710Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37752026-05-08T16:32:37.043Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37762026-05-08T16:32:37.171Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37772026-05-08T16:32:37.308Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37782026-05-08T16:32:37.375Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37792026-05-08T16:32:38.608Z[ host-package] Compiling tui-tree-widget v0.23.1
37802026-05-08T16:32:38.905Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37812026-05-08T16:32:39.144Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37822026-05-08T16:32:39.661Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37832026-05-08T16:32:39.727Z[ host-package] Compiling uzers v0.12.2
37842026-05-08T16:32:41.116Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37852026-05-08T16:32:41.190Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37862026-05-08T16:32:42.277Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37872026-05-08T16:32:42.309Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37882026-05-08T16:32:44.014Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37892026-05-08T16:32:46.205Z[ host-package] Compiling support-bundle-viewer v0.1.2
37902026-05-08T16:32:46.377Z[ host-package] Compiling multimap v0.10.1
37912026-05-08T16:32:55.060Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37922026-05-08T16:32:55.963Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37932026-05-08T16:33:05.267Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37942026-05-08T16:39:41.887Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 23s
37952026-05-08T16:40:24.892ZMay 08 16:40:23.553 INFO [host-package] process exited with exit status: 0 (607.075706673s)
37962026-05-08T16:40:24.892ZMay 08 16:40:23.553 INFO [host-stamp] running task
37972026-05-08T16:40:24.895ZMay 08 16:40:23.553 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
37982026-05-08T16:40:24.895ZMay 08 16:40:23.554 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+gita6d973754c6
37992026-05-08T16:40:24.895ZMay 08 16:40:23.554 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+gita6d973754c6
38002026-05-08T16:40:24.895ZMay 08 16:40:23.554 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+gita6d973754c6
38012026-05-08T16:40:24.895ZMay 08 16:40:23.554 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+gita6d973754c6
38022026-05-08T16:40:24.895ZMay 08 16:40:23.555 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+gita6d973754c6
38032026-05-08T16:40:24.896ZMay 08 16:40:23.555 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+gita6d973754c6
38042026-05-08T16:40:24.896ZMay 08 16:40:23.555 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+gita6d973754c6
38052026-05-08T16:40:24.896ZMay 08 16:40:23.555 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+gita6d973754c6
38062026-05-08T16:40:24.906Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38072026-05-08T16:40:24.906Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38082026-05-08T16:40:24.906Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38092026-05-08T16:40:24.909Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38102026-05-08T16:40:24.909Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38112026-05-08T16:40:24.909Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38122026-05-08T16:40:24.909Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38132026-05-08T16:40:24.909Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38142026-05-08T16:40:24.909Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38152026-05-08T16:40:24.909Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38162026-05-08T16:40:24.913ZMay 08 16:40:23.572 INFO [stamp-overlay] process exited with exit status: 0 (17.105339ms)
38172026-05-08T16:40:24.916Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38182026-05-08T16:40:24.921ZMay 08 16:40:23.580 INFO [stamp-oxlog] process exited with exit status: 0 (26.002679ms)
38192026-05-08T16:40:24.953Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38202026-05-08T16:40:24.957ZMay 08 16:40:23.617 INFO [stamp-crucible-utils] process exited with exit status: 0 (62.869652ms)
38212026-05-08T16:40:24.972Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38222026-05-08T16:40:24.976ZMay 08 16:40:23.636 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (81.674713ms)
38232026-05-08T16:40:25.106Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38242026-05-08T16:40:25.110ZMay 08 16:40:23.770 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (214.799405ms)
38252026-05-08T16:40:25.280Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38262026-05-08T16:40:25.284ZMay 08 16:40:23.945 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (389.429634ms)
38272026-05-08T16:40:25.504Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38282026-05-08T16:40:25.508ZMay 08 16:40:24.168 INFO [stamp-propolis-server] process exited with exit status: 0 (614.614691ms)
38292026-05-08T16:40:25.937Z[recovery-package] Compiling newtype-uuid v1.3.2
38302026-05-08T16:40:26.266Z[recovery-package] Compiling daft v0.1.5
38312026-05-08T16:40:26.480Z[recovery-package] Compiling iddqd v0.3.18
38322026-05-08T16:40:27.348Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38332026-05-08T16:40:27.609Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38342026-05-08T16:40:27.609Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38352026-05-08T16:40:27.612Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38362026-05-08T16:40:27.612Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38372026-05-08T16:40:27.612Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38382026-05-08T16:40:27.612Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38392026-05-08T16:40:27.612Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38402026-05-08T16:40:27.612Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38412026-05-08T16:40:27.710Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38422026-05-08T16:40:27.980Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38432026-05-08T16:40:28.017Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38442026-05-08T16:40:28.124Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38452026-05-08T16:40:30.466Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38462026-05-08T16:40:30.470ZMay 08 16:40:29.130 INFO [stamp-switch-asic] process exited with exit status: 0 (5.576271913s)
38472026-05-08T16:40:30.470ZMay 08 16:40:29.130 INFO [host-stamp] task succeeded (5.577426394s)
38482026-05-08T16:40:30.470ZMay 08 16:40:29.130 INFO [host-proto] running task
38492026-05-08T16:40:30.856ZMay 08 16:40:29.517 INFO [host-proto] task succeeded (386.321111ms)
38502026-05-08T16:40:30.856ZMay 08 16:40:29.517 INFO [host-profile] running task
38512026-05-08T16:40:30.859ZMay 08 16:40:29.517 INFO [host-profile] task succeeded (185.34µs)
38522026-05-08T16:40:30.859ZMay 08 16:40:29.517 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.474' -P /tmp/.tmpHY7vUR/proto/host/root -N 'ci a6d9737/${os_short_commit} 2026-05-08 16:29' -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/'
38532026-05-08T16:40:30.863Z[ host-image] May 08 16:40:29.524 INFO Checking files for board 'cosmo'
38542026-05-08T16:40:30.863Z[ host-image] May 08 16:40:29.524 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38552026-05-08T16:40:30.866Z[ host-image] May 08 16:40:29.524 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38562026-05-08T16:40:30.866Z[ host-image] May 08 16:40:29.524 INFO Checking files for board 'cosmo-mbist-noaggr'
38572026-05-08T16:40:30.866Z[ host-image] May 08 16:40:29.524 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38582026-05-08T16:40:30.866Z[ host-image] May 08 16:40:29.524 INFO Checking files for board 'gimlet'
38592026-05-08T16:40:30.866Z[ host-image] May 08 16:40:29.524 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38602026-05-08T16:40:30.866Z[ host-image] May 08 16:40:29.524 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38612026-05-08T16:40:30.866Z[ host-image] May 08 16:40:29.524 INFO Checking files for board 'cosmo-mbist'
38622026-05-08T16:40:30.866Z[ host-image] May 08 16:40:29.524 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38632026-05-08T16:40:30.872Z[ host-image] May 08 16:40:29.533 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpHY7vUR/proto/host/root"
38642026-05-08T16:40:30.875Z[ host-image] May 08 16:40:29.533 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38652026-05-08T16:40:30.875Z[ host-image] May 08 16:40:29.533 INFO image builder template: ramdisk-01-os...
38662026-05-08T16:40:30.875Z[ host-image] May 08 16:40:29.533 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/.tmpHY7vUR/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.474", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38672026-05-08T16:40:30.887Z[ host-image] May 08 16:40:29.547 INFO O| May 08 16:40:29.547 INFO CREATE DATASET: rpool/images/build/host/output
38682026-05-08T16:40:32.229Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38692026-05-08T16:40:32.229Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38702026-05-08T16:40:32.229Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38712026-05-08T16:40:32.233Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38722026-05-08T16:40:32.233Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38732026-05-08T16:40:33.638Z[ host-image] May 08 16:40:32.298 INFO O| May 08 16:40:32.298 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38742026-05-08T16:40:33.641Z[ host-image] May 08 16:40:32.302 INFO O| May 08 16:40:32.302 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38752026-05-08T16:40:33.848Z[ host-image] May 08 16:40:32.508 INFO O| May 08 16:40:32.508 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38762026-05-08T16:40:33.905Z[ host-image] May 08 16:40:32.565 INFO O| May 08 16:40:32.565 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38772026-05-08T16:40:33.905Z[ host-image] May 08 16:40:32.565 INFO O| May 08 16:40:32.565 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38782026-05-08T16:40:33.905Z[ host-image] May 08 16:40:32.565 INFO O| May 08 16:40:32.565 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38792026-05-08T16:40:33.908Z[ host-image] May 08 16:40:32.565 INFO O| May 08 16:40:32.565 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38802026-05-08T16:40:33.911Z[ host-image] May 08 16:40:32.571 INFO O| May 08 16:40:32.571 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38812026-05-08T16:40:34.133Z[ host-image] May 08 16:40:32.793 INFO O| May 08 16:40:32.793 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38822026-05-08T16:40:34.140Z[ host-image] May 08 16:40:32.800 INFO O| May 08 16:40:32.800 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38832026-05-08T16:40:34.407Z[ host-image] May 08 16:40:33.067 INFO O| May 08 16:40:33.067 INFO O| Caching catalogs ... Done
38842026-05-08T16:40:34.473Z[ host-image] May 08 16:40:33.134 INFO O| May 08 16:40:33.134 INFO STEP 0 (pkg_image_create) COMPLETE
38852026-05-08T16:40:34.473Z[ host-image] May 08 16:40:33.134 INFO O| May 08 16:40:33.134 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38862026-05-08T16:40:34.480Z[ host-image] May 08 16:40:33.141 INFO O| May 08 16:40:33.141 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"]
38872026-05-08T16:40:34.734Z[ host-image] May 08 16:40:33.395 INFO O| May 08 16:40:33.395 INFO STEP 1 (pkg_set_publisher) COMPLETE
38882026-05-08T16:40:34.734Z[ host-image] May 08 16:40:33.395 INFO O| May 08 16:40:33.395 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38892026-05-08T16:40:34.737Z[ host-image] May 08 16:40:33.395 INFO O| May 08 16:40:33.395 INFO skip step because feature "publisher_1_name" is not enabled
38902026-05-08T16:40:34.737Z[ host-image] May 08 16:40:33.395 INFO O| May 08 16:40:33.395 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38912026-05-08T16:40:34.737Z[ host-image] May 08 16:40:33.395 INFO O| May 08 16:40:33.395 INFO skip step because feature "publisher_2_name" is not enabled
38922026-05-08T16:40:34.737Z[ host-image] May 08 16:40:33.395 INFO O| May 08 16:40:33.395 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38932026-05-08T16:40:34.737Z[ host-image] May 08 16:40:33.395 INFO O| May 08 16:40:33.395 INFO skip step because feature "publisher_3_name" is not enabled
38942026-05-08T16:40:34.737Z[ host-image] May 08 16:40:33.395 INFO O| May 08 16:40:33.395 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38952026-05-08T16:40:34.987Z[ host-image] May 08 16:40:33.647 INFO O| May 08 16:40:33.647 INFO variant opensolaris.zone is already global
38962026-05-08T16:40:34.987Z[ host-image] May 08 16:40:33.647 INFO O| May 08 16:40:33.647 INFO STEP 5 (pkg_change_variant) COMPLETE
38972026-05-08T16:40:34.990Z[ host-image] May 08 16:40:33.647 INFO O| May 08 16:40:33.647 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38982026-05-08T16:40:35.239Z[ host-image] May 08 16:40:33.899 INFO O| May 08 16:40:33.899 INFO variant opensolaris.imagetype is full; changing to partial
38992026-05-08T16:40:35.239Z[ host-image] May 08 16:40:33.899 INFO O| May 08 16:40:33.899 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39002026-05-08T16:40:35.641Z[ host-image] May 08 16:40:34.301 INFO O| May 08 16:40:34.301 INFO O| Startup: Refreshing catalog 'helios' ... Done
39012026-05-08T16:40:35.677Z[ host-image] May 08 16:40:34.338 INFO O| May 08 16:40:34.338 INFO O| Startup: Caching catalogs ... Done
39022026-05-08T16:40:35.681Z[ host-image] May 08 16:40:34.340 INFO O| May 08 16:40:34.340 INFO O| Planning: Planning completed in 0.00 seconds
39032026-05-08T16:40:35.681Z[ host-image] May 08 16:40:34.341 INFO O| May 08 16:40:34.341 INFO O| Planning: Consolidating action changes ... Done
39042026-05-08T16:40:35.681Z[ host-image] May 08 16:40:34.341 INFO O| May 08 16:40:34.341 INFO O| Planning: Evaluating mediators ... Done
39052026-05-08T16:40:35.681Z[ host-image] May 08 16:40:34.341 INFO O| May 08 16:40:34.341 INFO O| Planning: Planning completed in 0.00 seconds
39062026-05-08T16:40:35.683Z[ host-image] May 08 16:40:34.341 INFO O| May 08 16:40:34.341 INFO O| Variants/Facets to change: 1
39072026-05-08T16:40:35.689Z[ host-image] May 08 16:40:34.349 INFO O| May 08 16:40:34.349 INFO O| Finalize: Updating package state database ... Done
39082026-05-08T16:40:35.689Z[ host-image] May 08 16:40:34.349 INFO O| May 08 16:40:34.349 INFO O| Finalize: Updating package cache ... Done
39092026-05-08T16:40:35.695Z[ host-image] May 08 16:40:34.356 INFO O| May 08 16:40:34.356 INFO O| Finalize: Updating image state ... Done
39102026-05-08T16:40:35.698Z[ host-image] May 08 16:40:34.357 INFO O| May 08 16:40:34.357 INFO O| Finalize: Creating fast lookup database ... Done
39112026-05-08T16:40:35.698Z[ host-image] May 08 16:40:34.358 INFO O| May 08 16:40:34.358 INFO O| Finalize: Reading search index ... Done
39122026-05-08T16:40:35.698Z[ host-image] May 08 16:40:34.358 INFO O| May 08 16:40:34.358 INFO O| Finalize: Updating search index ... Done
39132026-05-08T16:40:35.698Z[ host-image] May 08 16:40:34.359 INFO O| May 08 16:40:34.358 INFO O| Finalize: Updating package cache ... Done
39142026-05-08T16:40:35.752Z[ host-image] May 08 16:40:34.412 INFO O| May 08 16:40:34.412 INFO STEP 6 (pkg_change_variant) COMPLETE
39152026-05-08T16:40:35.752Z[ host-image] May 08 16:40:34.412 INFO O| May 08 16:40:34.412 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39162026-05-08T16:40:35.752Z[ host-image] May 08 16:40:34.412 INFO O| May 08 16:40:34.412 INFO skip step because feature "debug_variant" is not enabled
39172026-05-08T16:40:35.755Z[ host-image] May 08 16:40:34.412 INFO O| May 08 16:40:34.412 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39182026-05-08T16:40:35.996Z[ host-image] May 08 16:40:34.656 INFO O| May 08 16:40:34.656 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39192026-05-08T16:40:36.364Z[ host-image] May 08 16:40:35.024 INFO O| May 08 16:40:35.024 INFO O| Startup: Refreshing catalog 'helios' ... Done
39202026-05-08T16:40:36.400Z[ host-image] May 08 16:40:35.060 INFO O| May 08 16:40:35.060 INFO O| Startup: Caching catalogs ... Done
39212026-05-08T16:40:36.403Z[ host-image] May 08 16:40:35.063 INFO O| May 08 16:40:35.063 INFO O| Planning: Planning completed in 0.00 seconds
39222026-05-08T16:40:36.403Z[ host-image] May 08 16:40:35.063 INFO O| May 08 16:40:35.063 INFO O| Planning: Consolidating action changes ... Done
39232026-05-08T16:40:36.403Z[ host-image] May 08 16:40:35.063 INFO O| May 08 16:40:35.063 INFO O| Planning: Evaluating mediators ... Done
39242026-05-08T16:40:36.406Z[ host-image] May 08 16:40:35.063 INFO O| May 08 16:40:35.063 INFO O| Planning: Planning completed in 0.00 seconds
39252026-05-08T16:40:36.406Z[ host-image] May 08 16:40:35.063 INFO O| May 08 16:40:35.063 INFO O| Variants/Facets to change: 1
39262026-05-08T16:40:36.411Z[ host-image] May 08 16:40:35.072 INFO O| May 08 16:40:35.072 INFO O| Finalize: Updating package state database ... Done
39272026-05-08T16:40:36.411Z[ host-image] May 08 16:40:35.072 INFO O| May 08 16:40:35.072 INFO O| Finalize: Updating package cache ... Done
39282026-05-08T16:40:36.417Z[ host-image] May 08 16:40:35.078 INFO O| May 08 16:40:35.078 INFO O| Finalize: Updating image state ... Done
39292026-05-08T16:40:36.420Z[ host-image] May 08 16:40:35.079 INFO O| May 08 16:40:35.079 INFO O| Finalize: Creating fast lookup database ... Done
39302026-05-08T16:40:36.420Z[ host-image] May 08 16:40:35.080 INFO O| May 08 16:40:35.080 INFO O| Finalize: Reading search index ... Done
39312026-05-08T16:40:36.420Z[ host-image] May 08 16:40:35.080 INFO O| May 08 16:40:35.080 INFO O| Finalize: Updating search index ... Done
39322026-05-08T16:40:36.420Z[ host-image] May 08 16:40:35.080 INFO O| May 08 16:40:35.080 INFO O| Finalize: Updating package cache ... Done
39332026-05-08T16:40:36.470Z[ host-image] May 08 16:40:35.130 INFO O| May 08 16:40:35.130 INFO STEP 8 (pkg_change_facet) COMPLETE
39342026-05-08T16:40:36.470Z[ host-image] May 08 16:40:35.130 INFO O| May 08 16:40:35.130 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39352026-05-08T16:40:36.473Z[ host-image] May 08 16:40:35.130 INFO O| May 08 16:40:35.130 INFO skip step because feature "recovery" is not enabled
39362026-05-08T16:40:36.473Z[ host-image] May 08 16:40:35.130 INFO O| May 08 16:40:35.130 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39372026-05-08T16:40:36.473Z[ host-image] May 08 16:40:35.130 INFO O| May 08 16:40:35.130 INFO skip step because feature "recovery" is not enabled
39382026-05-08T16:40:36.473Z[ host-image] May 08 16:40:35.130 INFO O| May 08 16:40:35.130 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39392026-05-08T16:40:36.478Z[ host-image] May 08 16:40:35.139 INFO O| May 08 16:40:35.139 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"]
39402026-05-08T16:40:36.838Z[ host-image] May 08 16:40:35.498 INFO O| May 08 16:40:35.498 INFO O| Startup: Refreshing catalog 'helios' ... Done
39412026-05-08T16:40:36.873Z[ host-image] May 08 16:40:35.533 INFO O| May 08 16:40:35.533 INFO O| Startup: Caching catalogs ... Done
39422026-05-08T16:40:36.986Z[ host-image] May 08 16:40:35.647 INFO O| May 08 16:40:35.646 INFO O| Planning: Solver setup ... Done
39432026-05-08T16:40:36.991Z[ host-image] May 08 16:40:35.651 INFO O| May 08 16:40:35.651 INFO O| Planning: Running solver ... Done
39442026-05-08T16:40:36.994Z[ host-image] May 08 16:40:35.654 INFO O| May 08 16:40:35.654 INFO O| Planning: Finding local manifests ... Done
39452026-05-08T16:40:37.010Z[ host-image] May 08 16:40:35.670 INFO O| May 08 16:40:35.670 INFO O| Planning: Fetching manifests: 0/127 0% complete
39462026-05-08T16:40:38.487Z[ host-image] May 08 16:40:37.147 INFO O| May 08 16:40:37.147 INFO O| Planning: Fetching manifests: 127/127 100% complete
39472026-05-08T16:40:38.827Z[ host-image] May 08 16:40:37.487 INFO O| May 08 16:40:37.487 INFO O| Planning: Package planning ... Done
39482026-05-08T16:40:39.196Z[ host-image] May 08 16:40:37.856 INFO O| May 08 16:40:37.856 INFO O| Planning: Merging actions ... Done
39492026-05-08T16:40:39.296Z[ host-image] May 08 16:40:37.957 INFO O| May 08 16:40:37.956 INFO O| Planning: Checking for conflicting actions ... Done
39502026-05-08T16:40:39.395Z[ host-image] May 08 16:40:38.055 INFO O| May 08 16:40:38.055 INFO O| Planning: Consolidating action changes ... Done
39512026-05-08T16:40:39.558Z[ host-image] May 08 16:40:38.218 INFO O| May 08 16:40:38.218 INFO O| Planning: Evaluating mediators ... Done
39522026-05-08T16:40:39.822Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39532026-05-08T16:40:40.678Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39542026-05-08T16:40:40.995Z[ host-image] May 08 16:40:39.655 INFO O| May 08 16:40:39.655 INFO O| Planning: Planning completed in 4.12 seconds
39552026-05-08T16:40:40.998Z[ host-image] May 08 16:40:39.657 INFO O| May 08 16:40:39.657 INFO O| Packages to install: 127
39562026-05-08T16:40:40.998Z[ host-image] May 08 16:40:39.657 INFO O| May 08 16:40:39.657 INFO O| Mediators to change: 5
39572026-05-08T16:40:40.998Z[ host-image] May 08 16:40:39.657 INFO O| May 08 16:40:39.657 INFO O| Services to change: 6
39582026-05-08T16:40:41.023Z[ host-image] May 08 16:40:39.683 INFO O| May 08 16:40:39.683 INFO O| Download: 0/23745 items 0.0/221.8MB 0% complete
39592026-05-08T16:40:42.948Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39602026-05-08T16:40:42.948Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39612026-05-08T16:40:43.951Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39622026-05-08T16:40:44.590Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39632026-05-08T16:40:46.259Z[ host-image] May 08 16:40:44.919 INFO O| May 08 16:40:44.919 INFO O| Download: 1642/23745 items 10.6/221.8MB 4% complete (2.1M/s)
39642026-05-08T16:40:51.394Z[ host-image] May 08 16:40:50.054 INFO O| May 08 16:40:50.054 INFO O| Download: 2318/23745 items 26.7/221.8MB 12% complete (2.7M/s)
39652026-05-08T16:40:56.395Z[ host-image] May 08 16:40:55.055 INFO O| May 08 16:40:55.054 INFO O| Download: 4495/23745 items 41.1/221.8MB 18% complete (3.1M/s)
39662026-05-08T16:40:56.452Z[recovery-package] Finished `release` profile [optimized] target(s) in 31.42s
39672026-05-08T16:40:58.148ZMay 08 16:40:56.809 INFO [recovery-package] process exited with exit status: 0 (33.255333344s)
39682026-05-08T16:40:58.148ZMay 08 16:40:56.809 INFO [recovery-stamp] running task
39692026-05-08T16:40:58.151ZMay 08 16:40:56.809 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39702026-05-08T16:40:58.151ZMay 08 16:40:56.809 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+gita6d973754c6
39712026-05-08T16:40:58.151ZMay 08 16:40:56.809 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+gita6d973754c6
39722026-05-08T16:40:58.158Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39732026-05-08T16:40:58.161Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39742026-05-08T16:40:58.267Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39752026-05-08T16:40:58.274ZMay 08 16:40:56.931 INFO [stamp-installinator] process exited with exit status: 0 (122.24483ms)
39762026-05-08T16:40:58.322Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39772026-05-08T16:40:58.325ZMay 08 16:40:56.985 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (176.795231ms)
39782026-05-08T16:40:58.325ZMay 08 16:40:56.986 INFO [recovery-stamp] task succeeded (176.990543ms)
39792026-05-08T16:40:58.325ZMay 08 16:40:56.986 INFO [recovery-proto] running task
39802026-05-08T16:40:58.325ZMay 08 16:40:56.986 INFO [tuf-stamp] running task
39812026-05-08T16:40:58.328ZMay 08 16:40:56.986 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+gita6d973754c6
39822026-05-08T16:40:58.328ZMay 08 16:40:56.987 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+gita6d973754c6
39832026-05-08T16:40:58.328ZMay 08 16:40:56.987 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+gita6d973754c6
39842026-05-08T16:40:58.328ZMay 08 16:40:56.988 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+gita6d973754c6
39852026-05-08T16:40:58.328ZMay 08 16:40:56.988 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+gita6d973754c6
39862026-05-08T16:40:58.328ZMay 08 16:40:56.988 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+gita6d973754c6
39872026-05-08T16:40:58.328ZMay 08 16:40:56.989 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+gita6d973754c6
39882026-05-08T16:40:58.332ZMay 08 16:40:56.989 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+gita6d973754c6
39892026-05-08T16:40:58.332ZMay 08 16:40:56.989 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+gita6d973754c6
39902026-05-08T16:40:58.332ZMay 08 16:40:56.990 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+gita6d973754c6
39912026-05-08T16:40:58.332ZMay 08 16:40:56.990 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+gita6d973754c6
39922026-05-08T16:40:58.332ZMay 08 16:40:56.990 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+gita6d973754c6
39932026-05-08T16:40:58.338Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-05-08T16:40:58.338Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-05-08T16:40:58.341Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-05-08T16:40:58.341Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-05-08T16:40:58.341Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-05-08T16:40:58.341Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-05-08T16:40:58.341Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-05-08T16:40:58.341Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-05-08T16:40:58.341Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-05-08T16:40:58.341Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-05-08T16:40:58.344Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-05-08T16:40:58.344Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-05-08T16:40:58.386Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40062026-05-08T16:40:58.390ZMay 08 16:40:57.051 INFO [stamp-probe] process exited with exit status: 0 (63.693072ms)
40072026-05-08T16:40:58.454ZMay 08 16:40:57.115 INFO [recovery-proto] task succeeded (129.019307ms)
40082026-05-08T16:40:58.457ZMay 08 16:40:57.115 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.474' -P /tmp/.tmpHY7vUR/proto/recovery/root -N 'recovery a6d9737/${os_short_commit} 2026-05-08 16:29' -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/'
40092026-05-08T16:40:58.461Z[ recovery-image] May 08 16:40:57.121 INFO Checking files for board 'cosmo-mbist-noaggr'
40102026-05-08T16:40:58.461Z[ recovery-image] May 08 16:40:57.122 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40112026-05-08T16:40:58.464Z[ recovery-image] May 08 16:40:57.122 INFO Checking files for board 'cosmo-mbist'
40122026-05-08T16:40:58.464Z[ recovery-image] May 08 16:40:57.122 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40132026-05-08T16:40:58.464Z[ recovery-image] May 08 16:40:57.122 INFO Checking files for board 'cosmo'
40142026-05-08T16:40:58.464Z[ recovery-image] May 08 16:40:57.122 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40152026-05-08T16:40:58.464Z[ recovery-image] May 08 16:40:57.122 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40162026-05-08T16:40:58.464Z[ recovery-image] May 08 16:40:57.122 INFO Checking files for board 'gimlet'
40172026-05-08T16:40:58.464Z[ recovery-image] May 08 16:40:57.122 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40182026-05-08T16:40:58.464Z[ recovery-image] May 08 16:40:57.122 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40192026-05-08T16:40:58.471Z[ recovery-image] May 08 16:40:57.131 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpHY7vUR/proto/recovery/root"
40202026-05-08T16:40:58.474Z[ recovery-image] May 08 16:40:57.131 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40212026-05-08T16:40:58.474Z[ recovery-image] May 08 16:40:57.131 INFO image builder template: ramdisk-01-os...
40222026-05-08T16:40:58.474Z[ recovery-image] May 08 16:40:57.131 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/.tmpHY7vUR/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.474", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40232026-05-08T16:40:58.487Z[ recovery-image] May 08 16:40:57.148 INFO O| May 08 16:40:57.147 INFO CREATE DATASET: rpool/images/build/recovery/output
40242026-05-08T16:40:58.742Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40252026-05-08T16:40:58.782Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40262026-05-08T16:40:58.841Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40272026-05-08T16:40:58.845ZMay 08 16:40:57.506 INFO [stamp-ntp] process exited with exit status: 0 (518.612512ms)
40282026-05-08T16:40:58.899Z[ recovery-image] May 08 16:40:57.559 INFO O| May 08 16:40:57.559 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40292026-05-08T16:40:58.902Z[ recovery-image] May 08 16:40:57.563 INFO O| May 08 16:40:57.563 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40302026-05-08T16:40:59.012Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40312026-05-08T16:40:59.016ZMay 08 16:40:57.676 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (686.408414ms)
40322026-05-08T16:40:59.068Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40332026-05-08T16:40:59.072ZMay 08 16:40:57.733 INFO [stamp-internal-dns] process exited with exit status: 0 (743.202598ms)
40342026-05-08T16:40:59.103Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40352026-05-08T16:40:59.107ZMay 08 16:40:57.768 INFO [stamp-external-dns] process exited with exit status: 0 (779.94819ms)
40362026-05-08T16:40:59.188Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40372026-05-08T16:40:59.192ZMay 08 16:40:57.852 INFO [stamp-crucible-zone] process exited with exit status: 0 (863.284085ms)
40382026-05-08T16:40:59.318Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40392026-05-08T16:40:59.322ZMay 08 16:40:57.982 INFO [stamp-oximeter] process exited with exit status: 0 (994.099804ms)
40402026-05-08T16:41:00.556Z[ recovery-image] May 08 16:40:59.217 INFO O| May 08 16:40:59.216 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40412026-05-08T16:41:00.856Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40422026-05-08T16:41:00.860ZMay 08 16:40:59.520 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.533539751s)
40432026-05-08T16:41:01.395Z[ host-image] May 08 16:41:00.055 INFO O| May 08 16:41:00.055 INFO O| Download: 5529/23745 items 46.6/221.8MB 21% complete (2.0M/s)
40442026-05-08T16:41:01.519Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40452026-05-08T16:41:01.523ZMay 08 16:41:00.184 INFO [stamp-nexus] process exited with exit status: 0 (3.197408219s)
40462026-05-08T16:41:02.129Z[ recovery-image] May 08 16:41:00.789 INFO O| May 08 16:41:00.789 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40472026-05-08T16:41:02.129Z[ recovery-image] May 08 16:41:00.789 INFO O| May 08 16:41:00.789 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40482026-05-08T16:41:02.132Z[ recovery-image] May 08 16:41:00.790 INFO O| May 08 16:41:00.790 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40492026-05-08T16:41:02.132Z[ recovery-image] May 08 16:41:00.790 INFO O| May 08 16:41:00.790 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40502026-05-08T16:41:02.135Z[ recovery-image] May 08 16:41:00.795 INFO O| May 08 16:41:00.795 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40512026-05-08T16:41:02.778Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40522026-05-08T16:41:02.782ZMay 08 16:41:01.442 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.452932331s)
40532026-05-08T16:41:02.960Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40542026-05-08T16:41:02.965ZMay 08 16:41:01.625 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.635306059s)
40552026-05-08T16:41:03.009Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40562026-05-08T16:41:03.023Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40572026-05-08T16:41:03.027ZMay 08 16:41:01.687 INFO [stamp-clickhouse] process exited with exit status: 0 (4.698925222s)
40582026-05-08T16:41:03.030ZMay 08 16:41:01.687 INFO [tuf-stamp] task succeeded (4.701944265s)
40592026-05-08T16:41:03.221Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40602026-05-08T16:41:03.249Z[verify-libraries] Compiling stacker v0.1.23
40612026-05-08T16:41:03.249Z[verify-libraries] Compiling cfg_aliases v0.1.1
40622026-05-08T16:41:03.287Z[verify-libraries] Compiling home v0.5.12
40632026-05-08T16:41:03.306Z[verify-libraries] Compiling nibble_vec v0.1.0
40642026-05-08T16:41:03.306Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40652026-05-08T16:41:03.309Z[verify-libraries] Compiling endian-type v0.1.2
40662026-05-08T16:41:03.367Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40672026-05-08T16:41:03.384Z[verify-libraries] Compiling nix v0.28.0
40682026-05-08T16:41:03.401Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40692026-05-08T16:41:03.404Z[verify-libraries] Compiling winnow v0.6.26
40702026-05-08T16:41:03.404Z[verify-libraries] Compiling unicode_categories v0.1.1
40712026-05-08T16:41:03.474Z[verify-libraries] Compiling radix_trie v0.2.1
40722026-05-08T16:41:03.496Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40732026-05-08T16:41:03.529Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40742026-05-08T16:41:03.580Z[verify-libraries] Compiling polyval v0.6.2
40752026-05-08T16:41:03.603Z[verify-libraries] Compiling ctr v0.9.2
40762026-05-08T16:41:03.625Z[verify-libraries] Compiling colored v2.2.0
40772026-05-08T16:41:03.626Z[verify-libraries] Compiling blowfish v0.9.1
40782026-05-08T16:41:03.629Z[verify-libraries] Compiling ssh-encoding v0.2.0
40792026-05-08T16:41:03.692Z[verify-libraries] Compiling password-hash v0.4.2
40802026-05-08T16:41:03.774Z[verify-libraries] Compiling ghash v0.5.1
40812026-05-08T16:41:03.842Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40822026-05-08T16:41:03.883Z[verify-libraries] Compiling petname v2.0.2
40832026-05-08T16:41:03.904Z[verify-libraries] Compiling aes-gcm v0.10.3
40842026-05-08T16:41:03.927Z[verify-libraries] Compiling p256 v0.13.2
40852026-05-08T16:41:03.949Z[verify-libraries] Compiling p521 v0.13.3
40862026-05-08T16:41:03.972Z[verify-libraries] Compiling psm v0.1.30
40872026-05-08T16:41:03.972Z[verify-libraries] Compiling pbkdf2 v0.11.0
40882026-05-08T16:41:03.994Z[verify-libraries] Compiling russh-cryptovec v0.7.3
40892026-05-08T16:41:04.145Z[verify-libraries] Compiling ssh-cipher v0.2.0
40902026-05-08T16:41:04.164Z[verify-libraries] Compiling md5 v0.7.0
40912026-05-08T16:41:04.186Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40922026-05-08T16:41:04.262Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40932026-05-08T16:41:04.306Z[verify-libraries] Compiling num-bigint v0.4.6
40942026-05-08T16:41:04.306Z[verify-libraries] Compiling des v0.8.1
40952026-05-08T16:41:04.349Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
40962026-05-08T16:41:04.379Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
40972026-05-08T16:41:04.436Z[verify-libraries] Compiling ssh-key v0.6.7
40982026-05-08T16:41:04.524Z[verify-libraries] Compiling sapling-renderdag v0.1.0
40992026-05-08T16:41:04.575Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41002026-05-08T16:41:04.619Z[verify-libraries] Compiling sync-ptr v0.1.4
41012026-05-08T16:41:04.638Z[verify-libraries] Compiling hex-literal v0.4.1
41022026-05-08T16:41:04.759Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41032026-05-08T16:41:04.786Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41042026-05-08T16:41:04.840Z[verify-libraries] Compiling socket2 v0.5.10
41052026-05-08T16:41:04.922Z[verify-libraries] Compiling recursive v0.1.1
41062026-05-08T16:41:04.987Z[verify-libraries] Compiling internet-checksum v0.2.1
41072026-05-08T16:41:05.019Z[verify-libraries] Compiling rustyline v14.0.0
41082026-05-08T16:41:05.051Z[verify-libraries] Compiling sqlparser v0.61.0
41092026-05-08T16:41:05.079Z[verify-libraries] Compiling sqlformat v0.3.5
41102026-05-08T16:41:05.100Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41112026-05-08T16:41:05.168Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41122026-05-08T16:41:05.410Z[ recovery-image] May 08 16:41:04.070 INFO O| May 08 16:41:04.070 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41132026-05-08T16:41:05.421Z[ recovery-image] May 08 16:41:04.081 INFO O| May 08 16:41:04.081 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41142026-05-08T16:41:05.442Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41152026-05-08T16:41:05.710Z[verify-libraries] Compiling russh-keys v0.45.0
41162026-05-08T16:41:05.741Z[verify-libraries] Compiling git-stub v1.0.0
41172026-05-08T16:41:05.779Z[ recovery-image] May 08 16:41:04.439 INFO O| May 08 16:41:04.439 INFO O| Caching catalogs ... Done
41182026-05-08T16:41:05.863Z[verify-libraries] Compiling yansi v1.0.1
41192026-05-08T16:41:05.890Z[ recovery-image] May 08 16:41:04.550 INFO O| May 08 16:41:04.549 INFO STEP 0 (pkg_image_create) COMPLETE
41202026-05-08T16:41:05.890Z[ recovery-image] May 08 16:41:04.550 INFO O| May 08 16:41:04.549 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41212026-05-08T16:41:05.900Z[ recovery-image] May 08 16:41:04.560 INFO O| May 08 16:41:04.560 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"]
41222026-05-08T16:41:06.197Z[verify-libraries] Compiling diff v0.1.13
41232026-05-08T16:41:06.241Z[ recovery-image] May 08 16:41:04.901 INFO O| May 08 16:41:04.901 INFO STEP 1 (pkg_set_publisher) COMPLETE
41242026-05-08T16:41:06.241Z[ recovery-image] May 08 16:41:04.901 INFO O| May 08 16:41:04.901 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41252026-05-08T16:41:06.245Z[ recovery-image] May 08 16:41:04.901 INFO O| May 08 16:41:04.901 INFO skip step because feature "publisher_1_name" is not enabled
41262026-05-08T16:41:06.245Z[ recovery-image] May 08 16:41:04.901 INFO O| May 08 16:41:04.901 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41272026-05-08T16:41:06.245Z[ recovery-image] May 08 16:41:04.901 INFO O| May 08 16:41:04.901 INFO skip step because feature "publisher_2_name" is not enabled
41282026-05-08T16:41:06.245Z[ recovery-image] May 08 16:41:04.901 INFO O| May 08 16:41:04.901 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41292026-05-08T16:41:06.245Z[ recovery-image] May 08 16:41:04.901 INFO O| May 08 16:41:04.901 INFO skip step because feature "publisher_3_name" is not enabled
41302026-05-08T16:41:06.245Z[ recovery-image] May 08 16:41:04.901 INFO O| May 08 16:41:04.901 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41312026-05-08T16:41:06.355Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41322026-05-08T16:41:06.419Z[verify-libraries] Compiling pretty_assertions v1.4.1
41332026-05-08T16:41:06.565Z[ recovery-image] May 08 16:41:05.225 INFO O| May 08 16:41:05.224 INFO variant opensolaris.zone is already global
41342026-05-08T16:41:06.565Z[ recovery-image] May 08 16:41:05.225 INFO O| May 08 16:41:05.225 INFO STEP 5 (pkg_change_variant) COMPLETE
41352026-05-08T16:41:06.568Z[ recovery-image] May 08 16:41:05.225 INFO O| May 08 16:41:05.225 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41362026-05-08T16:41:06.736Z[ host-image] May 08 16:41:05.396 INFO O| May 08 16:41:05.395 INFO O| Download: 7183/23745 items 49.4/221.8MB 22% complete (847k/s)
41372026-05-08T16:41:06.849Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41382026-05-08T16:41:06.923Z[ recovery-image] May 08 16:41:05.582 INFO O| May 08 16:41:05.582 INFO variant opensolaris.imagetype is full; changing to partial
41392026-05-08T16:41:06.923Z[ recovery-image] May 08 16:41:05.582 INFO O| May 08 16:41:05.582 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41402026-05-08T16:41:06.932Z[verify-libraries] Compiling russh v0.45.0
41412026-05-08T16:41:07.101Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41422026-05-08T16:41:07.218Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-05-08T16:41:07.414Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41442026-05-08T16:41:07.469Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
41452026-05-08T16:41:07.498Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41462026-05-08T16:41:07.517Z[ recovery-image] May 08 16:41:06.177 INFO O| May 08 16:41:06.177 INFO O| Startup: Refreshing catalog 'helios' ... Done
41472026-05-08T16:41:07.563Z[ recovery-image] May 08 16:41:06.223 INFO O| May 08 16:41:06.223 INFO O| Startup: Caching catalogs ... Done
41482026-05-08T16:41:07.567Z[ recovery-image] May 08 16:41:06.227 INFO O| May 08 16:41:06.227 INFO O| Planning: Planning completed in 0.00 seconds
41492026-05-08T16:41:07.570Z[ recovery-image] May 08 16:41:06.228 INFO O| May 08 16:41:06.227 INFO O| Planning: Consolidating action changes ... Done
41502026-05-08T16:41:07.570Z[ recovery-image] May 08 16:41:06.228 INFO O| May 08 16:41:06.228 INFO O| Planning: Evaluating mediators ... Done
41512026-05-08T16:41:07.570Z[ recovery-image] May 08 16:41:06.228 INFO O| May 08 16:41:06.228 INFO O| Planning: Planning completed in 0.00 seconds
41522026-05-08T16:41:07.570Z[ recovery-image] May 08 16:41:06.228 INFO O| May 08 16:41:06.228 INFO O| Variants/Facets to change: 1
41532026-05-08T16:41:07.590Z[ recovery-image] May 08 16:41:06.248 INFO O| May 08 16:41:06.248 INFO O| Finalize: Updating package state database ... Done
41542026-05-08T16:41:07.590Z[ recovery-image] May 08 16:41:06.248 INFO O| May 08 16:41:06.248 INFO O| Finalize: Updating package cache ... Done
41552026-05-08T16:41:07.597Z[ recovery-image] May 08 16:41:06.257 INFO O| May 08 16:41:06.257 INFO O| Finalize: Updating image state ... Done
41562026-05-08T16:41:07.600Z[ recovery-image] May 08 16:41:06.258 INFO O| May 08 16:41:06.258 INFO O| Finalize: Creating fast lookup database ... Done
41572026-05-08T16:41:07.600Z[ recovery-image] May 08 16:41:06.259 INFO O| May 08 16:41:06.259 INFO O| Finalize: Reading search index ... Done
41582026-05-08T16:41:07.600Z[ recovery-image] May 08 16:41:06.259 INFO O| May 08 16:41:06.259 INFO O| Finalize: Updating search index ... Done
41592026-05-08T16:41:07.600Z[ recovery-image] May 08 16:41:06.260 INFO O| May 08 16:41:06.260 INFO O| Finalize: Updating package cache ... Done
41602026-05-08T16:41:07.679Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41612026-05-08T16:41:07.696Z[ recovery-image] May 08 16:41:06.355 INFO O| May 08 16:41:06.355 INFO STEP 6 (pkg_change_variant) COMPLETE
41622026-05-08T16:41:07.696Z[ recovery-image] May 08 16:41:06.355 INFO O| May 08 16:41:06.355 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41632026-05-08T16:41:07.701Z[ recovery-image] May 08 16:41:06.355 INFO O| May 08 16:41:06.355 INFO skip step because feature "debug_variant" is not enabled
41642026-05-08T16:41:07.701Z[ recovery-image] May 08 16:41:06.355 INFO O| May 08 16:41:06.355 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41652026-05-08T16:41:07.744Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41662026-05-08T16:41:07.776Z[verify-libraries] Compiling drift v0.1.4
41672026-05-08T16:41:07.980Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41682026-05-08T16:41:07.999Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
41692026-05-08T16:41:08.017Z[ recovery-image] May 08 16:41:06.677 INFO O| May 08 16:41:06.677 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41702026-05-08T16:41:08.022Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41712026-05-08T16:41:08.156Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41722026-05-08T16:41:08.555Z[ recovery-image] May 08 16:41:07.215 INFO O| May 08 16:41:07.215 INFO O| Startup: Refreshing catalog 'helios' ... Done
41732026-05-08T16:41:08.566Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41742026-05-08T16:41:08.605Z[ recovery-image] May 08 16:41:07.265 INFO O| May 08 16:41:07.265 INFO O| Startup: Caching catalogs ... Done
41752026-05-08T16:41:08.608Z[ recovery-image] May 08 16:41:07.269 INFO O| May 08 16:41:07.268 INFO O| Planning: Planning completed in 0.00 seconds
41762026-05-08T16:41:08.611Z[ recovery-image] May 08 16:41:07.269 INFO O| May 08 16:41:07.269 INFO O| Planning: Consolidating action changes ... Done
41772026-05-08T16:41:08.611Z[ recovery-image] May 08 16:41:07.269 INFO O| May 08 16:41:07.269 INFO O| Planning: Evaluating mediators ... Done
41782026-05-08T16:41:08.611Z[ recovery-image] May 08 16:41:07.269 INFO O| May 08 16:41:07.269 INFO O| Planning: Planning completed in 0.00 seconds
41792026-05-08T16:41:08.612Z[ recovery-image] May 08 16:41:07.270 INFO O| May 08 16:41:07.270 INFO O| Variants/Facets to change: 1
41802026-05-08T16:41:08.620Z[ recovery-image] May 08 16:41:07.280 INFO O| May 08 16:41:07.280 INFO O| Finalize: Updating package state database ... Done
41812026-05-08T16:41:08.620Z[ recovery-image] May 08 16:41:07.280 INFO O| May 08 16:41:07.280 INFO O| Finalize: Updating package cache ... Done
41822026-05-08T16:41:08.628Z[ recovery-image] May 08 16:41:07.289 INFO O| May 08 16:41:07.288 INFO O| Finalize: Updating image state ... Done
41832026-05-08T16:41:08.631Z[ recovery-image] May 08 16:41:07.291 INFO O| May 08 16:41:07.291 INFO O| Finalize: Creating fast lookup database ... Done
41842026-05-08T16:41:08.631Z[ recovery-image] May 08 16:41:07.291 INFO O| May 08 16:41:07.291 INFO O| Finalize: Reading search index ... Done
41852026-05-08T16:41:08.631Z[ recovery-image] May 08 16:41:07.292 INFO O| May 08 16:41:07.291 INFO O| Finalize: Updating search index ... Done
41862026-05-08T16:41:08.634Z[ recovery-image] May 08 16:41:07.292 INFO O| May 08 16:41:07.292 INFO O| Finalize: Updating package cache ... Done
41872026-05-08T16:41:08.718Z[ recovery-image] May 08 16:41:07.378 INFO O| May 08 16:41:07.378 INFO STEP 8 (pkg_change_facet) COMPLETE
41882026-05-08T16:41:08.718Z[ recovery-image] May 08 16:41:07.378 INFO O| May 08 16:41:07.378 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892026-05-08T16:41:08.785Z[verify-libraries] Compiling dropshot-api-manager v0.7.1
41902026-05-08T16:41:08.856Z[verify-libraries] Compiling termios v0.3.3
41912026-05-08T16:41:09.049Z[ recovery-image] May 08 16:41:07.709 INFO O| May 08 16:41:07.709 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41922026-05-08T16:41:09.174Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41932026-05-08T16:41:09.949Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
41942026-05-08T16:41:10.037Z[ recovery-image] May 08 16:41:08.697 INFO O| May 08 16:41:08.697 INFO O| Startup: Refreshing catalog 'helios' ... Done
41952026-05-08T16:41:10.097Z[ recovery-image] May 08 16:41:08.757 INFO O| May 08 16:41:08.757 INFO O| Startup: Caching catalogs ... Done
41962026-05-08T16:41:10.101Z[ recovery-image] May 08 16:41:08.761 INFO O| May 08 16:41:08.761 INFO O| Planning: Planning completed in 0.00 seconds
41972026-05-08T16:41:10.104Z[ recovery-image] May 08 16:41:08.761 INFO O| May 08 16:41:08.761 INFO O| Planning: Consolidating action changes ... Done
41982026-05-08T16:41:10.104Z[ recovery-image] May 08 16:41:08.761 INFO O| May 08 16:41:08.761 INFO O| Planning: Evaluating mediators ... Done
41992026-05-08T16:41:10.104Z[ recovery-image] May 08 16:41:08.762 INFO O| May 08 16:41:08.762 INFO O| Planning: Planning completed in 0.00 seconds
42002026-05-08T16:41:10.104Z[ recovery-image] May 08 16:41:08.762 INFO O| May 08 16:41:08.762 INFO O| Variants/Facets to change: 1
42012026-05-08T16:41:10.113Z[ recovery-image] May 08 16:41:08.773 INFO O| May 08 16:41:08.773 INFO O| Finalize: Updating package state database ... Done
42022026-05-08T16:41:10.113Z[ recovery-image] May 08 16:41:08.773 INFO O| May 08 16:41:08.773 INFO O| Finalize: Updating package cache ... Done
42032026-05-08T16:41:10.121Z[ recovery-image] May 08 16:41:08.781 INFO O| May 08 16:41:08.781 INFO O| Finalize: Updating image state ... Done
42042026-05-08T16:41:10.123Z[ recovery-image] May 08 16:41:08.783 INFO O| May 08 16:41:08.783 INFO O| Finalize: Creating fast lookup database ... Done
42052026-05-08T16:41:10.124Z[ recovery-image] May 08 16:41:08.783 INFO O| May 08 16:41:08.783 INFO O| Finalize: Reading search index ... Done
42062026-05-08T16:41:10.124Z[ recovery-image] May 08 16:41:08.783 INFO O| May 08 16:41:08.783 INFO O| Finalize: Updating search index ... Done
42072026-05-08T16:41:10.127Z[ recovery-image] May 08 16:41:08.785 INFO O| May 08 16:41:08.785 INFO O| Finalize: Updating package cache ... Done
42082026-05-08T16:41:10.230Z[ recovery-image] May 08 16:41:08.890 INFO O| May 08 16:41:08.890 INFO STEP 9 (pkg_change_facet) COMPLETE
42092026-05-08T16:41:10.230Z[ recovery-image] May 08 16:41:08.890 INFO O| May 08 16:41:08.890 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42102026-05-08T16:41:10.274Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42112026-05-08T16:41:10.591Z[ recovery-image] May 08 16:41:09.251 INFO O| May 08 16:41:09.251 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42122026-05-08T16:41:11.157Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42132026-05-08T16:41:11.206Z[ recovery-image] May 08 16:41:09.866 INFO O| May 08 16:41:09.866 INFO O| Startup: Refreshing catalog 'helios' ... Done
42142026-05-08T16:41:11.248Z[ recovery-image] May 08 16:41:09.908 INFO O| May 08 16:41:09.908 INFO O| Startup: Caching catalogs ... Done
42152026-05-08T16:41:11.251Z[ recovery-image] May 08 16:41:09.912 INFO O| May 08 16:41:09.912 INFO O| Planning: Planning completed in 0.00 seconds
42162026-05-08T16:41:11.254Z[ recovery-image] May 08 16:41:09.912 INFO O| May 08 16:41:09.912 INFO O| Planning: Consolidating action changes ... Done
42172026-05-08T16:41:11.254Z[ recovery-image] May 08 16:41:09.912 INFO O| May 08 16:41:09.912 INFO O| Planning: Evaluating mediators ... Done
42182026-05-08T16:41:11.254Z[ recovery-image] May 08 16:41:09.912 INFO O| May 08 16:41:09.912 INFO O| Planning: Planning completed in 0.00 seconds
42192026-05-08T16:41:11.254Z[ recovery-image] May 08 16:41:09.912 INFO O| May 08 16:41:09.912 INFO O| Variants/Facets to change: 1
42202026-05-08T16:41:11.277Z[ recovery-image] May 08 16:41:09.937 INFO O| May 08 16:41:09.937 INFO O| Finalize: Updating package state database ... Done
42212026-05-08T16:41:11.277Z[ recovery-image] May 08 16:41:09.938 INFO O| May 08 16:41:09.937 INFO O| Finalize: Updating package cache ... Done
42222026-05-08T16:41:11.285Z[ recovery-image] May 08 16:41:09.945 INFO O| May 08 16:41:09.945 INFO O| Finalize: Updating image state ... Done
42232026-05-08T16:41:11.288Z[ recovery-image] May 08 16:41:09.947 INFO O| May 08 16:41:09.947 INFO O| Finalize: Creating fast lookup database ... Done
42242026-05-08T16:41:11.288Z[ recovery-image] May 08 16:41:09.947 INFO O| May 08 16:41:09.947 INFO O| Finalize: Reading search index ... Done
42252026-05-08T16:41:11.288Z[ recovery-image] May 08 16:41:09.947 INFO O| May 08 16:41:09.947 INFO O| Finalize: Updating search index ... Done
42262026-05-08T16:41:11.291Z[ recovery-image] May 08 16:41:09.948 INFO O| May 08 16:41:09.948 INFO O| Finalize: Updating package cache ... Done
42272026-05-08T16:41:11.371Z[ recovery-image] May 08 16:41:10.031 INFO O| May 08 16:41:10.031 INFO STEP 10 (pkg_change_facet) COMPLETE
42282026-05-08T16:41:11.371Z[ recovery-image] May 08 16:41:10.031 INFO O| May 08 16:41:10.031 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42292026-05-08T16:41:11.381Z[ recovery-image] May 08 16:41:10.041 INFO O| May 08 16:41:10.041 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"]
42302026-05-08T16:41:11.789Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42312026-05-08T16:41:11.825Z[ host-image] May 08 16:41:10.485 INFO O| May 08 16:41:10.485 INFO O| Download: 8457/23745 items 61.9/221.8MB 27% complete (1.5M/s)
42322026-05-08T16:41:12.039Z[ recovery-image] May 08 16:41:10.698 INFO O| May 08 16:41:10.698 INFO O| Startup: Refreshing catalog 'helios' ... Done
42332026-05-08T16:41:12.082Z[ recovery-image] May 08 16:41:10.742 INFO O| May 08 16:41:10.742 INFO O| Startup: Caching catalogs ... Done
42342026-05-08T16:41:12.216Z[ recovery-image] May 08 16:41:10.876 INFO O| May 08 16:41:10.876 INFO O| Planning: Solver setup ... Done
42352026-05-08T16:41:12.221Z[ recovery-image] May 08 16:41:10.882 INFO O| May 08 16:41:10.882 INFO O| Planning: Running solver ... Done
42362026-05-08T16:41:12.227Z[ recovery-image] May 08 16:41:10.888 INFO O| May 08 16:41:10.888 INFO O| Planning: Finding local manifests ... Done
42372026-05-08T16:41:12.265Z[ recovery-image] May 08 16:41:10.925 INFO O| May 08 16:41:10.925 INFO O| Planning: Fetching manifests: 0/127 0% complete
42382026-05-08T16:41:13.681Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42392026-05-08T16:41:14.475Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42402026-05-08T16:41:14.553Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
42412026-05-08T16:41:16.881Z[ host-image] May 08 16:41:15.541 INFO O| May 08 16:41:15.541 INFO O| Download: 9732/23745 items 83.9/221.8MB 37% complete (3.4M/s)
42422026-05-08T16:41:17.271Z[ recovery-image] May 08 16:41:15.931 INFO O| May 08 16:41:15.931 INFO O| Planning: Fetching manifests: 102/127 80% complete
42432026-05-08T16:41:17.856Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42442026-05-08T16:41:17.865Z[ recovery-image] May 08 16:41:16.525 INFO O| May 08 16:41:16.525 INFO O| Planning: Fetching manifests: 127/127 100% complete
42452026-05-08T16:41:18.351Z[ recovery-image] May 08 16:41:17.011 INFO O| May 08 16:41:17.011 INFO O| Planning: Package planning ... Done
42462026-05-08T16:41:18.447Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
42472026-05-08T16:41:18.501Z[ recovery-image] May 08 16:41:17.161 INFO O| May 08 16:41:17.161 INFO O| Planning: Merging actions ... Done
42482026-05-08T16:41:18.639Z[ recovery-image] May 08 16:41:17.299 INFO O| May 08 16:41:17.299 INFO O| Planning: Checking for conflicting actions ... Done
42492026-05-08T16:41:18.700Z[ recovery-image] May 08 16:41:17.361 INFO O| May 08 16:41:17.360 INFO O| Planning: Consolidating action changes ... Done
42502026-05-08T16:41:18.833Z[ recovery-image] May 08 16:41:17.493 INFO O| May 08 16:41:17.493 INFO O| Planning: Evaluating mediators ... Done
42512026-05-08T16:41:20.254Z[ recovery-image] May 08 16:41:18.914 INFO O| May 08 16:41:18.914 INFO O| Planning: Planning completed in 8.17 seconds
42522026-05-08T16:41:20.257Z[ recovery-image] May 08 16:41:18.916 INFO O| May 08 16:41:18.916 INFO O| Packages to install: 127
42532026-05-08T16:41:20.257Z[ recovery-image] May 08 16:41:18.916 INFO O| May 08 16:41:18.916 INFO O| Mediators to change: 5
42542026-05-08T16:41:20.257Z[ recovery-image] May 08 16:41:18.916 INFO O| May 08 16:41:18.916 INFO O| Services to change: 5
42552026-05-08T16:41:20.281Z[ recovery-image] May 08 16:41:18.941 INFO O| May 08 16:41:18.941 INFO O| Download: 0/16556 items 0.0/199.0MB 0% complete
42562026-05-08T16:41:22.459Z[ host-image] May 08 16:41:21.119 INFO O| May 08 16:41:21.119 INFO O| Download: 10921/23745 items 96.3/221.8MB 43% complete (3.4M/s)
42572026-05-08T16:41:23.831Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42582026-05-08T16:41:23.978Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42592026-05-08T16:41:25.619Z[ recovery-image] May 08 16:41:24.279 INFO O| May 08 16:41:24.279 INFO O| Download: 1056/16556 items 8.0/199.0MB 4% complete (1.9M/s)
42602026-05-08T16:41:25.825Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42612026-05-08T16:41:27.101Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42622026-05-08T16:41:27.661Z[ host-image] May 08 16:41:26.321 INFO O| May 08 16:41:26.321 INFO O| Download: 11839/23745 items 101.0/221.8MB 45% complete (1.6M/s)
42632026-05-08T16:41:28.371Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42642026-05-08T16:41:30.051Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42652026-05-08T16:41:30.251Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
42662026-05-08T16:41:30.533Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42672026-05-08T16:41:30.780Z[ recovery-image] May 08 16:41:29.440 INFO O| May 08 16:41:29.440 INFO O| Download: 1319/16556 items 19.3/199.0MB 9% complete (1.9M/s)
42682026-05-08T16:41:30.894Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42692026-05-08T16:41:32.430Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42702026-05-08T16:41:32.615Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
42712026-05-08T16:41:32.679Z[ host-image] May 08 16:41:31.339 INFO O| May 08 16:41:31.338 INFO O| Download: 12691/23745 items 105.8/221.8MB 47% complete (943k/s)
42722026-05-08T16:41:33.361Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
42732026-05-08T16:41:33.436Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42742026-05-08T16:41:34.231Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
42752026-05-08T16:41:34.667Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42762026-05-08T16:41:35.285Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42772026-05-08T16:41:35.431Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42782026-05-08T16:41:35.797Z[ recovery-image] May 08 16:41:34.457 INFO O| May 08 16:41:34.457 INFO O| Download: 1701/16556 items 26.7/199.0MB 13% complete (1.8M/s)
42792026-05-08T16:41:36.337Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42802026-05-08T16:41:36.549Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42812026-05-08T16:41:37.201Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42822026-05-08T16:41:37.680Z[ host-image] May 08 16:41:36.340 INFO O| May 08 16:41:36.340 INFO O| Download: 13514/23745 items 119.2/221.8MB 53% complete (1.8M/s)
42832026-05-08T16:41:40.807Z[ recovery-image] May 08 16:41:39.467 INFO O| May 08 16:41:39.467 INFO O| Download: 2853/16556 items 32.7/199.0MB 16% complete (1.3M/s)
42842026-05-08T16:41:42.328Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42852026-05-08T16:41:42.694Z[ host-image] May 08 16:41:41.343 INFO O| May 08 16:41:41.341 INFO O| Download: 14560/23745 items 119.7/221.8MB 53% complete (1.4M/s)
42862026-05-08T16:41:42.846Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42872026-05-08T16:41:43.127Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42882026-05-08T16:41:43.173Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
42892026-05-08T16:41:44.919Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42902026-05-08T16:41:45.807Z[ recovery-image] May 08 16:41:44.467 INFO O| May 08 16:41:44.467 INFO O| Download: 3827/16556 items 38.8/199.0MB 19% complete (1.2M/s)
42912026-05-08T16:41:46.249Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42922026-05-08T16:41:46.827Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42932026-05-08T16:41:47.825Z[ host-image] May 08 16:41:46.485 INFO O| May 08 16:41:46.485 INFO O| Download: 15249/23745 items 123.9/221.8MB 55% complete (401k/s)
42942026-05-08T16:41:49.321Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
42952026-05-08T16:41:49.433Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42962026-05-08T16:41:50.620Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42972026-05-08T16:41:50.818Z[ recovery-image] May 08 16:41:49.478 INFO O| May 08 16:41:49.478 INFO O| Download: 4897/16556 items 43.6/199.0MB 21% complete (1.1M/s)
42982026-05-08T16:41:51.133Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42992026-05-08T16:41:51.455Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43002026-05-08T16:41:52.160Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43012026-05-08T16:41:52.833Z[ host-image] May 08 16:41:51.493 INFO O| May 08 16:41:51.493 INFO O| Download: 16483/23745 items 135.4/221.8MB 61% complete (1.6M/s)
43022026-05-08T16:41:53.063Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43032026-05-08T16:41:55.764Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43042026-05-08T16:41:55.820Z[ recovery-image] May 08 16:41:54.480 INFO O| May 08 16:41:54.480 INFO O| Download: 5960/16556 items 44.3/199.0MB 22% complete (568k/s)
43052026-05-08T16:41:58.627Z[ host-image] May 08 16:41:57.287 INFO O| May 08 16:41:57.287 INFO O| Download: 17648/23745 items 151.1/221.8MB 68% complete (2.7M/s)
43062026-05-08T16:41:58.682Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43072026-05-08T16:41:59.225Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43082026-05-08T16:42:01.255Z[ recovery-image] May 08 16:41:59.915 INFO O| May 08 16:41:59.915 INFO O| Download: 6363/16556 items 56.3/199.0MB 28% complete (1.2M/s)
43092026-05-08T16:42:01.477Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43102026-05-08T16:42:03.533Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43112026-05-08T16:42:03.948Z[ host-image] May 08 16:42:02.608 INFO O| May 08 16:42:02.607 INFO O| Download: 18662/23745 items 160.3/221.8MB 72% complete (2.3M/s)
43122026-05-08T16:42:04.360Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43132026-05-08T16:42:06.269Z[ recovery-image] May 08 16:42:04.929 INFO O| May 08 16:42:04.929 INFO O| Download: 7620/16556 items 81.7/199.0MB 41% complete (3.6M/s)
43142026-05-08T16:42:06.795Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43152026-05-08T16:42:08.949Z[ host-image] May 08 16:42:07.608 INFO O| May 08 16:42:07.608 INFO O| Download: 19550/23745 items 175.1/221.8MB 78% complete (2.4M/s)
43162026-05-08T16:42:09.067Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43172026-05-08T16:42:11.145Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43182026-05-08T16:42:11.169Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43192026-05-08T16:42:11.281Z[ recovery-image] May 08 16:42:09.941 INFO O| May 08 16:42:09.940 INFO O| Download: 8389/16556 items 85.2/199.0MB 42% complete (2.9M/s)
43202026-05-08T16:42:11.503Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43212026-05-08T16:42:13.952Z[ host-image] May 08 16:42:12.612 INFO O| May 08 16:42:12.612 INFO O| Download: 20770/23745 items 179.3/221.8MB 80% complete (1.9M/s)
43222026-05-08T16:42:16.354Z[ recovery-image] May 08 16:42:15.014 INFO O| May 08 16:42:15.014 INFO O| Download: 9185/16556 items 91.3/199.0MB 45% complete (980k/s)
43232026-05-08T16:42:16.860Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43242026-05-08T16:42:18.971Z[ host-image] May 08 16:42:17.630 INFO O| May 08 16:42:17.630 INFO O| Download: 21685/23745 items 186.3/221.8MB 83% complete (1.0M/s)
43252026-05-08T16:42:19.579Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43262026-05-08T16:42:19.829Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43272026-05-08T16:42:20.420Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43282026-05-08T16:42:21.379Z[ recovery-image] May 08 16:42:20.039 INFO O| May 08 16:42:20.039 INFO O| Download: 9880/16556 items 102.9/199.0MB 51% complete (1.8M/s)
43292026-05-08T16:42:21.929Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43302026-05-08T16:42:23.107Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43312026-05-08T16:42:23.979Z[ host-image] May 08 16:42:22.639 INFO O| May 08 16:42:22.639 INFO O| Download: 22060/23745 items 190.4/221.8MB 85% complete (1.1M/s)
43322026-05-08T16:42:26.142Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43332026-05-08T16:42:26.403Z[ recovery-image] May 08 16:42:25.062 INFO O| May 08 16:42:25.062 INFO O| Download: 11070/16556 items 103.5/199.0MB 51% complete (1.4M/s)
43342026-05-08T16:42:28.981Z[ host-image] May 08 16:42:27.641 INFO O| May 08 16:42:27.640 INFO O| Download: 22840/23745 items 214.3/221.8MB 96% complete (2.8M/s)
43352026-05-08T16:42:32.580Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43362026-05-08T16:42:32.613Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43372026-05-08T16:42:33.547Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43382026-05-08T16:42:33.666Z[ recovery-image] May 08 16:42:32.326 INFO O| May 08 16:42:32.326 INFO O| Download: 11919/16556 items 117.1/199.0MB 58% complete (1.3M/s)
43392026-05-08T16:42:33.909Z[ host-image] May 08 16:42:32.569 INFO O| May 08 16:42:32.569 INFO O| Download: Completed 221.84 MB in 112.89 seconds (2.0M/s)
43402026-05-08T16:42:34.411Z[ host-image] May 08 16:42:33.071 INFO O| May 08 16:42:33.071 INFO O| Actions: 1/53903 actions (Installing new actions)
43412026-05-08T16:42:34.732Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43422026-05-08T16:42:38.675Z[ recovery-image] May 08 16:42:37.335 INFO O| May 08 16:42:37.335 INFO O| Download: 12947/16556 items 151.9/199.0MB 76% complete (4.8M/s)
43432026-05-08T16:42:39.176Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43442026-05-08T16:42:39.411Z[ host-image] May 08 16:42:38.071 INFO O| May 08 16:42:38.071 INFO O| Actions: 23843/53903 actions (Installing new actions)
43452026-05-08T16:42:40.097Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43462026-05-08T16:42:42.584Z[ host-image] May 08 16:42:41.244 INFO O| May 08 16:42:41.244 INFO O| Actions: Completed 53903 actions in 8.17 seconds.
43472026-05-08T16:42:42.667Z[ host-image] May 08 16:42:41.326 INFO O| May 08 16:42:41.326 INFO O| Finalize: Updating package state database ... Done
43482026-05-08T16:42:42.667Z[ host-image] May 08 16:42:41.326 INFO O| May 08 16:42:41.326 INFO O| Finalize: Updating package cache ... Done
43492026-05-08T16:42:42.683Z[ host-image] May 08 16:42:41.343 INFO O| May 08 16:42:41.343 INFO O| Finalize: Updating image state ... Done
43502026-05-08T16:42:43.654Z[ host-image] May 08 16:42:42.313 INFO O| May 08 16:42:42.313 INFO O| Finalize: Creating fast lookup database ... Done
43512026-05-08T16:42:43.681Z[ host-image] May 08 16:42:42.341 INFO O| May 08 16:42:42.341 INFO O| Finalize: Reading search index ... Done
43522026-05-08T16:42:43.695Z[ recovery-image] May 08 16:42:42.354 INFO O| May 08 16:42:42.354 INFO O| Download: 14487/16556 items 157.8/199.0MB 79% complete (4.1M/s)
43532026-05-08T16:42:46.534Z[ host-image] May 08 16:42:45.194 INFO O| May 08 16:42:45.194 INFO O| Finalize: Building new search index ... Done
43542026-05-08T16:42:46.964Z[ host-image] May 08 16:42:45.624 INFO O| May 08 16:42:45.624 INFO O| Finalize: Updating package cache ... Done
43552026-05-08T16:42:47.078Z[ host-image] May 08 16:42:45.737 INFO O| May 08 16:42:45.737 INFO STEP 11 (pkg_install) COMPLETE
43562026-05-08T16:42:47.078Z[ host-image] May 08 16:42:45.737 INFO O| May 08 16:42:45.737 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43572026-05-08T16:42:47.088Z[ host-image] May 08 16:42:45.748 INFO O| May 08 16:42:45.747 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"]
43582026-05-08T16:42:47.261Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43592026-05-08T16:42:47.617Z[ host-image] May 08 16:42:46.276 INFO O| May 08 16:42:46.276 INFO O| Startup: Refreshing catalog 'helios' ... Done
43602026-05-08T16:42:47.684Z[ host-image] May 08 16:42:46.344 INFO O| May 08 16:42:46.344 INFO O| Startup: Caching catalogs ... Done
43612026-05-08T16:42:47.789Z[ host-image] May 08 16:42:46.449 INFO O| May 08 16:42:46.449 INFO O| Planning: Solver setup ... Done
43622026-05-08T16:42:47.794Z[ host-image] May 08 16:42:46.454 INFO O| May 08 16:42:46.454 INFO O| Planning: Running solver ... Done
43632026-05-08T16:42:47.797Z[ host-image] May 08 16:42:46.457 INFO O| May 08 16:42:46.457 INFO O| Planning: Finding local manifests ... Done
43642026-05-08T16:42:47.873Z[ host-image] May 08 16:42:46.533 INFO O| May 08 16:42:46.533 INFO O| Planning: Fetching manifests: 0/6 0% complete
43652026-05-08T16:42:48.029Z[ host-image] May 08 16:42:46.689 INFO O| May 08 16:42:46.689 INFO O| Planning: Fetching manifests: 6/6 100% complete
43662026-05-08T16:42:48.052Z[ host-image] May 08 16:42:46.711 INFO O| May 08 16:42:46.711 INFO O| Planning: Package planning ... Done
43672026-05-08T16:42:48.055Z[ host-image] May 08 16:42:46.713 INFO O| May 08 16:42:46.713 INFO O| Planning: Merging actions ... Done
43682026-05-08T16:42:48.146Z[ host-image] May 08 16:42:46.805 INFO O| May 08 16:42:46.805 INFO O| Planning: Checking for conflicting actions ... Done
43692026-05-08T16:42:48.148Z[ host-image] May 08 16:42:46.806 INFO O| May 08 16:42:46.806 INFO O| Planning: Consolidating action changes ... Done
43702026-05-08T16:42:48.290Z[ host-image] May 08 16:42:46.950 INFO O| May 08 16:42:46.950 INFO O| Planning: Evaluating mediators ... Done
43712026-05-08T16:42:48.294Z[ host-image] May 08 16:42:46.951 INFO O| May 08 16:42:46.951 INFO O| Planning: Planning completed in 0.60 seconds
43722026-05-08T16:42:48.294Z[ host-image] May 08 16:42:46.952 INFO O| May 08 16:42:46.952 INFO O| Packages to install: 6
43732026-05-08T16:42:48.294Z[ host-image] May 08 16:42:46.952 INFO O| May 08 16:42:46.952 INFO O| Services to change: 2
43742026-05-08T16:42:48.317Z[ host-image] May 08 16:42:46.977 INFO O| May 08 16:42:46.977 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
43752026-05-08T16:42:48.712Z[ recovery-image] May 08 16:42:47.371 INFO O| May 08 16:42:47.371 INFO O| Download: 15464/16556 items 168.3/199.0MB 84% complete (1.6M/s)
43762026-05-08T16:42:48.721Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43772026-05-08T16:42:50.780Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43782026-05-08T16:42:50.941Z[ host-image] May 08 16:42:49.601 INFO O| May 08 16:42:49.601 INFO O| Download: Completed 1.75 MB in 2.62 seconds (681k/s)
43792026-05-08T16:42:50.963Z[ host-image] May 08 16:42:49.623 INFO O| May 08 16:42:49.623 INFO O| Actions: 1/390 actions (Installing new actions)
43802026-05-08T16:42:51.114Z[ host-image] May 08 16:42:49.774 INFO O| May 08 16:42:49.774 INFO O| Actions: Completed 390 actions in 0.15 seconds.
43812026-05-08T16:42:51.119Z[ host-image] May 08 16:42:49.779 INFO O| May 08 16:42:49.779 INFO O| Finalize: Updating package state database ... Done
43822026-05-08T16:42:51.119Z[ host-image] May 08 16:42:49.779 INFO O| May 08 16:42:49.779 INFO O| Finalize: Updating package cache ... Done
43832026-05-08T16:42:51.134Z[ host-image] May 08 16:42:49.794 INFO O| May 08 16:42:49.794 INFO O| Finalize: Updating image state ... Done
43842026-05-08T16:42:51.959Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43852026-05-08T16:42:52.051Z[ host-image] May 08 16:42:50.710 INFO O| May 08 16:42:50.710 INFO O| Finalize: Creating fast lookup database ... Done
43862026-05-08T16:42:52.081Z[ host-image] May 08 16:42:50.741 INFO O| May 08 16:42:50.741 INFO O| Finalize: Reading search index ... Done
43872026-05-08T16:42:52.081Z[ host-image] May 08 16:42:50.741 INFO O| May 08 16:42:50.741 INFO O| Finalize: Updating search index ... Done
43882026-05-08T16:42:52.104Z[ host-image] May 08 16:42:50.764 INFO O| May 08 16:42:50.764 INFO O| Finalize: Updating package cache ... Done
43892026-05-08T16:42:52.237Z[ host-image] May 08 16:42:50.897 INFO O| May 08 16:42:50.897 INFO STEP 12 (pkg_install) COMPLETE
43902026-05-08T16:42:52.237Z[ host-image] May 08 16:42:50.897 INFO O| May 08 16:42:50.897 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43912026-05-08T16:42:52.249Z[ host-image] May 08 16:42:50.909 INFO O| May 08 16:42:50.909 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43922026-05-08T16:42:52.866Z[ host-image] May 08 16:42:51.526 INFO O| May 08 16:42:51.526 INFO O| Startup: Refreshing catalog 'helios' ... Done
43932026-05-08T16:42:53.006Z[ host-image] May 08 16:42:51.666 INFO O| May 08 16:42:51.666 INFO O| Startup: Caching catalogs ... Done
43942026-05-08T16:42:53.133Z[ host-image] May 08 16:42:51.793 INFO O| May 08 16:42:51.793 INFO O| Planning: Solver setup ... Done
43952026-05-08T16:42:53.138Z[ host-image] May 08 16:42:51.798 INFO O| May 08 16:42:51.798 INFO O| Planning: Running solver ... Done
43962026-05-08T16:42:53.142Z[ host-image] May 08 16:42:51.802 INFO O| May 08 16:42:51.802 INFO O| Planning: Finding local manifests ... Done
43972026-05-08T16:42:53.189Z[ host-image] May 08 16:42:51.849 INFO O| May 08 16:42:51.849 INFO O| Planning: Fetching manifests: 0/6 0% complete
43982026-05-08T16:42:53.388Z[ host-image] May 08 16:42:52.047 INFO O| May 08 16:42:52.047 INFO O| Planning: Fetching manifests: 6/6 100% complete
43992026-05-08T16:42:53.431Z[ host-image] May 08 16:42:52.091 INFO O| May 08 16:42:52.091 INFO O| Planning: Package planning ... Done
44002026-05-08T16:42:53.439Z[ host-image] May 08 16:42:52.099 INFO O| May 08 16:42:52.099 INFO O| Planning: Merging actions ... Done
44012026-05-08T16:42:53.567Z[ host-image] May 08 16:42:52.227 INFO O| May 08 16:42:52.227 INFO O| Planning: Checking for conflicting actions ... Done
44022026-05-08T16:42:53.571Z[ host-image] May 08 16:42:52.230 INFO O| May 08 16:42:52.230 INFO O| Planning: Consolidating action changes ... Done
44032026-05-08T16:42:53.708Z[ host-image] May 08 16:42:52.368 INFO O| May 08 16:42:52.368 INFO O| Planning: Evaluating mediators ... Done
44042026-05-08T16:42:53.711Z[ host-image] May 08 16:42:52.371 INFO O| May 08 16:42:52.371 INFO O| Planning: Planning completed in 0.70 seconds
44052026-05-08T16:42:53.714Z[ host-image] May 08 16:42:52.371 INFO O| May 08 16:42:52.371 INFO O| Packages to install: 6
44062026-05-08T16:42:53.714Z[ host-image] May 08 16:42:52.371 INFO O| May 08 16:42:52.371 INFO O| Mediators to change: 1
44072026-05-08T16:42:53.714Z[ host-image] May 08 16:42:52.371 INFO O| May 08 16:42:52.371 INFO O| Services to change: 1
44082026-05-08T16:42:53.714Z[ recovery-image] May 08 16:42:52.373 INFO O| May 08 16:42:52.373 INFO O| Download: 16403/16556 items 197.0/199.0MB 98% complete (3.9M/s)
44092026-05-08T16:42:53.722Z[ host-image] May 08 16:42:52.382 INFO O| May 08 16:42:52.382 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
44102026-05-08T16:42:55.791Z[ recovery-image] May 08 16:42:54.451 INFO O| May 08 16:42:54.451 INFO O| Download: Completed 199.05 MB in 95.51 seconds (2.1M/s)
44112026-05-08T16:42:56.083Z[ recovery-image] May 08 16:42:54.743 INFO O| May 08 16:42:54.743 INFO O| Actions: 1/27359 actions (Installing new actions)
44122026-05-08T16:42:58.030Z[ host-image] May 08 16:42:56.689 INFO O| May 08 16:42:56.689 INFO O| Download: Completed 7.84 MB in 4.31 seconds (1.8M/s)
44132026-05-08T16:42:58.097Z[ host-image] May 08 16:42:56.757 INFO O| May 08 16:42:56.757 INFO O| Actions: 1/1366 actions (Installing new actions)
44142026-05-08T16:42:58.339Z[ host-image] May 08 16:42:56.998 INFO O| May 08 16:42:56.998 INFO O| Actions: Completed 1366 actions in 0.24 seconds.
44152026-05-08T16:42:58.345Z[ host-image] May 08 16:42:57.005 INFO O| May 08 16:42:57.005 INFO O| Finalize: Updating package state database ... Done
44162026-05-08T16:42:58.345Z[ host-image] May 08 16:42:57.005 INFO O| May 08 16:42:57.005 INFO O| Finalize: Updating package cache ... Done
44172026-05-08T16:42:58.360Z[ host-image] May 08 16:42:57.019 INFO O| May 08 16:42:57.019 INFO O| Finalize: Updating image state ... Done
44182026-05-08T16:42:59.447Z[ host-image] May 08 16:42:58.106 INFO O| May 08 16:42:58.106 INFO O| Finalize: Creating fast lookup database ... Done
44192026-05-08T16:42:59.474Z[ host-image] May 08 16:42:58.134 INFO O| May 08 16:42:58.134 INFO O| Finalize: Reading search index ... Done
44202026-05-08T16:42:59.474Z[ host-image] May 08 16:42:58.134 INFO O| May 08 16:42:58.134 INFO O| Finalize: Updating search index ... Done
44212026-05-08T16:42:59.528Z[ host-image] May 08 16:42:58.187 INFO O| May 08 16:42:58.187 INFO O| Finalize: Updating package cache ... Done
44222026-05-08T16:42:59.640Z[ host-image] May 08 16:42:58.300 INFO O| May 08 16:42:58.300 INFO STEP 13 (pkg_install) COMPLETE
44232026-05-08T16:42:59.640Z[ host-image] May 08 16:42:58.300 INFO O| May 08 16:42:58.300 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44242026-05-08T16:42:59.651Z[ host-image] May 08 16:42:58.311 INFO O| May 08 16:42:58.311 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.474"]
44252026-05-08T16:43:00.442Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44262026-05-08T16:43:00.577Z[ host-image] May 08 16:42:59.236 INFO O| May 08 16:42:59.236 INFO O| Startup: Refreshing catalog 'helios' ... Done
44272026-05-08T16:43:00.880Z[ host-image] May 08 16:42:59.539 INFO O| May 08 16:42:59.539 INFO O| Startup: Caching catalogs ... Done
44282026-05-08T16:43:00.983Z[ host-image] May 08 16:42:59.642 INFO O| May 08 16:42:59.642 INFO O| Planning: Solver setup ... Done
44292026-05-08T16:43:00.987Z[ host-image] May 08 16:42:59.647 INFO O| May 08 16:42:59.647 INFO O| Planning: Running solver ... Done
44302026-05-08T16:43:00.992Z[ host-image] May 08 16:42:59.650 INFO O| May 08 16:42:59.650 INFO O| Planning: Finding local manifests ... Done
44312026-05-08T16:43:01.048Z[ host-image] May 08 16:42:59.707 INFO O| May 08 16:42:59.707 INFO O| Planning: Fetching manifests: 0/1 0% complete
44322026-05-08T16:43:01.057Z[ host-image] May 08 16:42:59.717 INFO O| May 08 16:42:59.717 INFO O| Planning: Fetching manifests: 1/1 100% complete
44332026-05-08T16:43:01.074Z[ host-image] May 08 16:42:59.734 INFO O| May 08 16:42:59.733 INFO O| Planning: Package planning ... Done
44342026-05-08T16:43:01.074Z[ host-image] May 08 16:42:59.734 INFO O| May 08 16:42:59.734 INFO O| Planning: Merging actions ... Done
44352026-05-08T16:43:01.084Z[ recovery-image] May 08 16:42:59.744 INFO O| May 08 16:42:59.744 INFO O| Actions: 26852/27359 actions (Installing new actions)
44362026-05-08T16:43:01.175Z[ host-image] May 08 16:42:59.832 INFO O| May 08 16:42:59.832 INFO O| Planning: Checking for conflicting actions ... Done
44372026-05-08T16:43:01.175Z[ host-image] May 08 16:42:59.833 INFO O| May 08 16:42:59.833 INFO O| Planning: Consolidating action changes ... Done
44382026-05-08T16:43:01.319Z[ host-image] May 08 16:42:59.979 INFO O| May 08 16:42:59.978 INFO O| Planning: Evaluating mediators ... Done
44392026-05-08T16:43:01.324Z[ host-image] May 08 16:42:59.979 INFO O| May 08 16:42:59.979 INFO O| Planning: Planning completed in 0.44 seconds
44402026-05-08T16:43:01.325Z[ host-image] May 08 16:42:59.979 INFO O| May 08 16:42:59.979 INFO O| Packages to install: 1
44412026-05-08T16:43:01.330Z[ host-image] May 08 16:42:59.989 INFO O| May 08 16:42:59.989 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
44422026-05-08T16:43:01.454Z[ recovery-image] May 08 16:43:00.090 INFO O| May 08 16:43:00.090 INFO O| Actions: Completed 27359 actions in 5.34 seconds.
44432026-05-08T16:43:01.468Z[ recovery-image] May 08 16:43:00.119 INFO O| May 08 16:43:00.119 INFO O| Finalize: Updating package state database ... Done
44442026-05-08T16:43:01.468Z[ recovery-image] May 08 16:43:00.119 INFO O| May 08 16:43:00.119 INFO O| Finalize: Updating package cache ... Done
44452026-05-08T16:43:01.479Z[ recovery-image] May 08 16:43:00.136 INFO O| May 08 16:43:00.136 INFO O| Finalize: Updating image state ... Done
44462026-05-08T16:43:01.523Z[ host-image] May 08 16:43:00.182 INFO O| May 08 16:43:00.182 INFO O| Download: Completed 12.63 MB in 0.19 seconds (65.4M/s)
44472026-05-08T16:43:01.578Z[ host-image] May 08 16:43:00.238 INFO O| May 08 16:43:00.238 INFO O| Actions: 1/22 actions (Installing new actions)
44482026-05-08T16:43:01.796Z[ host-image] May 08 16:43:00.456 INFO O| May 08 16:43:00.456 INFO O| Actions: Completed 22 actions in 0.22 seconds.
44492026-05-08T16:43:01.801Z[ host-image] May 08 16:43:00.460 INFO O| May 08 16:43:00.460 INFO O| Finalize: Updating package state database ... Done
44502026-05-08T16:43:01.802Z[ host-image] May 08 16:43:00.460 INFO O| May 08 16:43:00.460 INFO O| Finalize: Updating package cache ... Done
44512026-05-08T16:43:01.813Z[ host-image] May 08 16:43:00.472 INFO O| May 08 16:43:00.472 INFO O| Finalize: Updating image state ... Done
44522026-05-08T16:43:02.164Z[ recovery-image] May 08 16:43:00.823 INFO O| May 08 16:43:00.823 INFO O| Finalize: Creating fast lookup database ... Done
44532026-05-08T16:43:02.185Z[ recovery-image] May 08 16:43:00.844 INFO O| May 08 16:43:00.844 INFO O| Finalize: Reading search index ... Done
44542026-05-08T16:43:02.815Z[ host-image] May 08 16:43:01.474 INFO O| May 08 16:43:01.474 INFO O| Finalize: Creating fast lookup database ... Done
44552026-05-08T16:43:02.846Z[ host-image] May 08 16:43:01.502 INFO O| May 08 16:43:01.502 INFO O| Finalize: Reading search index ... Done
44562026-05-08T16:43:02.846Z[ host-image] May 08 16:43:01.502 INFO O| May 08 16:43:01.502 INFO O| Finalize: Updating search index ... Done
44572026-05-08T16:43:02.853Z[ host-image] May 08 16:43:01.512 INFO O| May 08 16:43:01.512 INFO O| Finalize: Updating package cache ... Done
44582026-05-08T16:43:02.973Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO STEP 14 (pkg_install) COMPLETE
44592026-05-08T16:43:02.973Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44602026-05-08T16:43:02.977Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO skip step because feature "mbist" is not enabled
44612026-05-08T16:43:02.977Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44622026-05-08T16:43:02.977Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO skip step because feature "mfg" is not enabled
44632026-05-08T16:43:02.977Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44642026-05-08T16:43:02.977Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO skip step because feature "compliance" is not enabled
44652026-05-08T16:43:02.977Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44662026-05-08T16:43:02.977Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO skip step because feature "stress" is not enabled
44672026-05-08T16:43:02.977Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44682026-05-08T16:43:02.977Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO skip step because feature "compliance" is not enabled
44692026-05-08T16:43:02.977Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44702026-05-08T16:43:02.977Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO skip step because feature "nfs" is not enabled
44712026-05-08T16:43:02.977Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
44722026-05-08T16:43:02.977Z[ host-image] May 08 16:43:01.632 INFO O| May 08 16:43:01.632 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
44732026-05-08T16:43:03.312Z[ host-image] May 08 16:43:01.971 INFO O| May 08 16:43:01.971 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
44742026-05-08T16:43:03.439Z[ host-image] May 08 16:43:02.098 INFO O| May 08 16:43:02.098 INFO completed processing sled/ramdisk-01-os
44752026-05-08T16:43:03.443Z[ host-image] May 08 16:43:02.101 INFO omicron1 baseline generation...
44762026-05-08T16:43:03.443Z[ host-image] May 08 16:43:02.101 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
44772026-05-08T16:43:03.900Z[ host-image] May 08 16:43:02.559 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.23976:20260508T142936Z
44782026-05-08T16:43:04.013Z[ recovery-image] May 08 16:43:02.672 INFO O| May 08 16:43:02.672 INFO O| Finalize: Building new search index ... Done
44792026-05-08T16:43:04.330Z[ recovery-image] May 08 16:43:02.987 INFO O| May 08 16:43:02.986 INFO O| Finalize: Updating package cache ... Done
44802026-05-08T16:43:04.439Z[ recovery-image] May 08 16:43:03.094 INFO O| May 08 16:43:03.094 INFO STEP 11 (pkg_install) COMPLETE
44812026-05-08T16:43:04.439Z[ recovery-image] May 08 16:43:03.094 INFO O| May 08 16:43:03.094 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44822026-05-08T16:43:04.443Z[ recovery-image] May 08 16:43:03.094 INFO O| May 08 16:43:03.094 INFO skip step because feature "recovery" is enabled
44832026-05-08T16:43:04.443Z[ recovery-image] May 08 16:43:03.094 INFO O| May 08 16:43:03.094 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44842026-05-08T16:43:04.443Z[ recovery-image] May 08 16:43:03.094 INFO O| May 08 16:43:03.094 INFO skip step because feature "omicron1" is not enabled
44852026-05-08T16:43:04.443Z[ recovery-image] May 08 16:43:03.094 INFO O| May 08 16:43:03.094 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44862026-05-08T16:43:04.451Z[ recovery-image] May 08 16:43:03.103 INFO O| May 08 16:43:03.103 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.474"]
44872026-05-08T16:43:05.066Z[ recovery-image] May 08 16:43:03.721 INFO O| May 08 16:43:03.721 INFO O| Startup: Refreshing catalog 'helios' ... Done
44882026-05-08T16:43:05.146Z[ recovery-image] May 08 16:43:03.806 INFO O| May 08 16:43:03.806 INFO O| Startup: Caching catalogs ... Done
44892026-05-08T16:43:05.247Z[ recovery-image] May 08 16:43:03.907 INFO O| May 08 16:43:03.907 INFO O| Planning: Solver setup ... Done
44902026-05-08T16:43:05.253Z[ recovery-image] May 08 16:43:03.912 INFO O| May 08 16:43:03.911 INFO O| Planning: Running solver ... Done
44912026-05-08T16:43:05.257Z[ recovery-image] May 08 16:43:03.915 INFO O| May 08 16:43:03.915 INFO O| Planning: Finding local manifests ... Done
44922026-05-08T16:43:05.286Z[ recovery-image] May 08 16:43:03.946 INFO O| May 08 16:43:03.946 INFO O| Planning: Fetching manifests: 0/1 0% complete
44932026-05-08T16:43:05.299Z[ recovery-image] May 08 16:43:03.958 INFO O| May 08 16:43:03.958 INFO O| Planning: Fetching manifests: 1/1 100% complete
44942026-05-08T16:43:05.316Z[ recovery-image] May 08 16:43:03.975 INFO O| May 08 16:43:03.975 INFO O| Planning: Package planning ... Done
44952026-05-08T16:43:05.321Z[ recovery-image] May 08 16:43:03.975 INFO O| May 08 16:43:03.975 INFO O| Planning: Merging actions ... Done
44962026-05-08T16:43:05.340Z[ recovery-image] May 08 16:43:03.998 INFO O| May 08 16:43:03.998 INFO O| Planning: Checking for conflicting actions ... Done
44972026-05-08T16:43:05.358Z[ recovery-image] May 08 16:43:03.999 INFO O| May 08 16:43:03.999 INFO O| Planning: Consolidating action changes ... Done
44982026-05-08T16:43:05.436Z[ recovery-image] May 08 16:43:04.094 INFO O| May 08 16:43:04.094 INFO O| Planning: Evaluating mediators ... Done
44992026-05-08T16:43:05.442Z[ recovery-image] May 08 16:43:04.094 INFO O| May 08 16:43:04.094 INFO O| Planning: Planning completed in 0.28 seconds
45002026-05-08T16:43:05.442Z[ recovery-image] May 08 16:43:04.095 INFO O| May 08 16:43:04.095 INFO O| Packages to install: 1
45012026-05-08T16:43:05.448Z[ recovery-image] May 08 16:43:04.106 INFO O| May 08 16:43:04.106 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
45022026-05-08T16:43:06.323Z[ recovery-image] May 08 16:43:04.983 INFO O| May 08 16:43:04.983 INFO O| Download: Completed 12.63 MB in 0.88 seconds (14.4M/s)
45032026-05-08T16:43:06.373Z[ recovery-image] May 08 16:43:05.032 INFO O| May 08 16:43:05.032 INFO O| Actions: 1/22 actions (Installing new actions)
45042026-05-08T16:43:06.611Z[ recovery-image] May 08 16:43:05.270 INFO O| May 08 16:43:05.270 INFO O| Actions: Completed 22 actions in 0.24 seconds.
45052026-05-08T16:43:06.616Z[ recovery-image] May 08 16:43:05.275 INFO O| May 08 16:43:05.275 INFO O| Finalize: Updating package state database ... Done
45062026-05-08T16:43:06.616Z[ recovery-image] May 08 16:43:05.275 INFO O| May 08 16:43:05.275 INFO O| Finalize: Updating package cache ... Done
45072026-05-08T16:43:06.632Z[ recovery-image] May 08 16:43:05.288 INFO O| May 08 16:43:05.287 INFO O| Finalize: Updating image state ... Done
45082026-05-08T16:43:07.376Z[ recovery-image] May 08 16:43:06.035 INFO O| May 08 16:43:06.035 INFO O| Finalize: Creating fast lookup database ... Done
45092026-05-08T16:43:07.391Z[ recovery-image] May 08 16:43:06.050 INFO O| May 08 16:43:06.050 INFO O| Finalize: Reading search index ... Done
45102026-05-08T16:43:07.391Z[ recovery-image] May 08 16:43:06.050 INFO O| May 08 16:43:06.050 INFO O| Finalize: Updating search index ... Done
45112026-05-08T16:43:07.402Z[ recovery-image] May 08 16:43:06.060 INFO O| May 08 16:43:06.060 INFO O| Finalize: Updating package cache ... Done
45122026-05-08T16:43:07.510Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO STEP 14 (pkg_install) COMPLETE
45132026-05-08T16:43:07.510Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45142026-05-08T16:43:07.515Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO skip step because feature "mbist" is not enabled
45152026-05-08T16:43:07.515Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45162026-05-08T16:43:07.515Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO skip step because feature "mfg" is not enabled
45172026-05-08T16:43:07.515Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45182026-05-08T16:43:07.516Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO skip step because feature "compliance" is not enabled
45192026-05-08T16:43:07.516Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45202026-05-08T16:43:07.516Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO skip step because feature "stress" is not enabled
45212026-05-08T16:43:07.516Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45222026-05-08T16:43:07.516Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO skip step because feature "compliance" is not enabled
45232026-05-08T16:43:07.516Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45242026-05-08T16:43:07.516Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO skip step because feature "nfs" is not enabled
45252026-05-08T16:43:07.516Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45262026-05-08T16:43:07.516Z[ recovery-image] May 08 16:43:06.166 INFO O| May 08 16:43:06.166 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45272026-05-08T16:43:07.732Z[ recovery-image] May 08 16:43:06.340 INFO O| May 08 16:43:06.340 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45282026-05-08T16:43:07.959Z[ recovery-image] May 08 16:43:06.618 INFO O| May 08 16:43:06.618 INFO completed processing sled/ramdisk-01-os
45292026-05-08T16:43:07.964Z[ recovery-image] May 08 16:43:06.620 INFO image builder template: ramdisk-02-trim...
45302026-05-08T16:43:07.964Z[ recovery-image] May 08 16:43:06.621 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/.tmpHY7vUR/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.474", "-n", "ramdisk-02-trim"], pwd: None
45312026-05-08T16:43:07.993Z[ recovery-image] May 08 16:43:06.644 INFO O| May 08 16:43:06.643 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45322026-05-08T16:43:07.993Z[ recovery-image] May 08 16:43:06.648 INFO O| May 08 16:43:06.648 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45332026-05-08T16:43:08.116Z[ recovery-image] May 08 16:43:06.775 INFO O| May 08 16:43:06.775 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45342026-05-08T16:43:08.225Z[ recovery-image] May 08 16:43:06.882 INFO O| May 08 16:43:06.882 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45352026-05-08T16:43:08.225Z[ recovery-image] May 08 16:43:06.882 INFO O| May 08 16:43:06.882 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45362026-05-08T16:43:08.234Z[ recovery-image] May 08 16:43:06.888 INFO O| May 08 16:43:06.888 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45372026-05-08T16:43:08.237Z[ recovery-image] May 08 16:43:06.893 INFO O| May 08 16:43:06.893 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45382026-05-08T16:43:08.241Z[ recovery-image] May 08 16:43:06.898 INFO O| May 08 16:43:06.898 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45392026-05-08T16:43:08.767Z[ recovery-image] May 08 16:43:07.423 INFO O| May 08 16:43:07.422 INFO rolled back to input snapshot; work may begin
45402026-05-08T16:43:08.767Z[ recovery-image] May 08 16:43:07.423 INFO O| May 08 16:43:07.422 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45412026-05-08T16:43:08.770Z[ recovery-image] May 08 16:43:07.429 INFO O| May 08 16:43:07.429 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45422026-05-08T16:43:08.780Z[ recovery-image] May 08 16:43:07.439 INFO O| May 08 16:43:07.439 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45432026-05-08T16:43:08.853Z[ recovery-image] May 08 16:43:07.512 INFO O| May 08 16:43:07.512 INFO STEP 0 (remove_files) COMPLETE
45442026-05-08T16:43:08.853Z[ recovery-image] May 08 16:43:07.513 INFO O| May 08 16:43:07.512 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45452026-05-08T16:43:08.867Z[ recovery-image] May 08 16:43:07.524 INFO O| May 08 16:43:07.524 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45462026-05-08T16:43:08.872Z[ recovery-image] May 08 16:43:07.526 INFO O| May 08 16:43:07.526 INFO STEP 1 (remove_files) COMPLETE
45472026-05-08T16:43:08.872Z[ recovery-image] May 08 16:43:07.526 INFO O| May 08 16:43:07.526 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45482026-05-08T16:43:08.877Z[ recovery-image] May 08 16:43:07.537 INFO O| May 08 16:43:07.537 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45492026-05-08T16:43:08.894Z[ recovery-image] May 08 16:43:07.553 INFO O| May 08 16:43:07.553 INFO STEP 2 (remove_files) COMPLETE
45502026-05-08T16:43:08.894Z[ recovery-image] May 08 16:43:07.553 INFO O| May 08 16:43:07.553 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45512026-05-08T16:43:08.905Z[ recovery-image] May 08 16:43:07.565 INFO O| May 08 16:43:07.565 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45522026-05-08T16:43:08.920Z[ recovery-image] May 08 16:43:07.567 INFO O| May 08 16:43:07.567 INFO STEP 3 (remove_files) COMPLETE
45532026-05-08T16:43:08.920Z[ recovery-image] May 08 16:43:07.567 INFO O| May 08 16:43:07.567 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45542026-05-08T16:43:08.925Z[ recovery-image] May 08 16:43:07.578 INFO O| May 08 16:43:07.577 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45552026-05-08T16:43:08.925Z[ recovery-image] May 08 16:43:07.582 INFO O| May 08 16:43:07.582 INFO STEP 4 (remove_files) COMPLETE
45562026-05-08T16:43:08.925Z[ recovery-image] May 08 16:43:07.582 INFO O| May 08 16:43:07.582 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45572026-05-08T16:43:08.934Z[ recovery-image] May 08 16:43:07.594 INFO O| May 08 16:43:07.594 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45582026-05-08T16:43:08.937Z[ recovery-image] May 08 16:43:07.594 INFO O| May 08 16:43:07.594 INFO STEP 5 (remove_files) COMPLETE
45592026-05-08T16:43:08.937Z[ recovery-image] May 08 16:43:07.594 INFO O| May 08 16:43:07.594 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45602026-05-08T16:43:08.966Z[ recovery-image] May 08 16:43:07.625 INFO O| May 08 16:43:07.625 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45612026-05-08T16:43:08.980Z[ recovery-image] May 08 16:43:07.638 INFO O| May 08 16:43:07.638 INFO STEP 6 (remove_files) COMPLETE
45622026-05-08T16:43:08.981Z[ recovery-image] May 08 16:43:07.638 INFO O| May 08 16:43:07.638 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45632026-05-08T16:43:08.981Z[ recovery-image] May 08 16:43:07.638 INFO O| May 08 16:43:07.638 INFO skip step because feature "heliosv2" is not enabled
45642026-05-08T16:43:08.989Z[ recovery-image] May 08 16:43:07.638 INFO O| May 08 16:43:07.638 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45652026-05-08T16:43:08.989Z[ recovery-image] May 08 16:43:07.638 INFO O| May 08 16:43:07.638 INFO skip step because feature "recovery" is enabled
45662026-05-08T16:43:08.989Z[ recovery-image] May 08 16:43:07.638 INFO O| May 08 16:43:07.638 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45672026-05-08T16:43:08.989Z[ recovery-image] May 08 16:43:07.638 INFO O| May 08 16:43:07.638 INFO skip step because feature "recovery" is enabled
45682026-05-08T16:43:08.989Z[ recovery-image] May 08 16:43:07.638 INFO O| May 08 16:43:07.638 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692026-05-08T16:43:08.989Z[ recovery-image] May 08 16:43:07.638 INFO O| May 08 16:43:07.638 INFO skip step because feature "recovery" is enabled
45702026-05-08T16:43:08.989Z[ recovery-image] May 08 16:43:07.638 INFO O| May 08 16:43:07.638 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712026-05-08T16:43:08.995Z[ recovery-image] May 08 16:43:07.650 INFO O| May 08 16:43:07.649 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45722026-05-08T16:43:08.998Z[ recovery-image] May 08 16:43:07.654 INFO O| May 08 16:43:07.653 INFO STEP 11 (remove_files) COMPLETE
45732026-05-08T16:43:08.998Z[ recovery-image] May 08 16:43:07.654 INFO O| May 08 16:43:07.653 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742026-05-08T16:43:09.032Z[ recovery-image] May 08 16:43:07.689 INFO O| May 08 16:43:07.689 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45752026-05-08T16:43:09.037Z[ recovery-image] May 08 16:43:07.690 INFO O| May 08 16:43:07.690 INFO STEP 12 (remove_files) COMPLETE
45762026-05-08T16:43:09.037Z[ recovery-image] May 08 16:43:07.690 INFO O| May 08 16:43:07.690 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45772026-05-08T16:43:09.145Z[ recovery-image] May 08 16:43:07.804 INFO O| May 08 16:43:07.804 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45782026-05-08T16:43:09.149Z[ recovery-image] May 08 16:43:07.805 INFO O| May 08 16:43:07.805 INFO STEP 13 (remove_files) COMPLETE
45792026-05-08T16:43:09.149Z[ recovery-image] May 08 16:43:07.805 INFO O| May 08 16:43:07.805 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802026-05-08T16:43:09.304Z[ recovery-image] May 08 16:43:07.964 INFO O| May 08 16:43:07.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45812026-05-08T16:43:09.310Z[ recovery-image] May 08 16:43:07.970 INFO O| May 08 16:43:07.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45822026-05-08T16:43:09.351Z[ recovery-image] May 08 16:43:08.008 INFO O| May 08 16:43:08.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
45832026-05-08T16:43:09.351Z[ recovery-image] May 08 16:43:08.008 INFO O| May 08 16:43:08.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
45842026-05-08T16:43:09.359Z[ recovery-image] May 08 16:43:08.009 INFO O| May 08 16:43:08.009 INFO STEP 14 (remove_files) COMPLETE
45852026-05-08T16:43:09.360Z[ recovery-image] May 08 16:43:08.009 INFO O| May 08 16:43:08.009 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862026-05-08T16:43:09.363Z[ recovery-image] May 08 16:43:08.021 INFO O| May 08 16:43:08.021 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45872026-05-08T16:43:09.363Z[ recovery-image] May 08 16:43:08.022 INFO O| May 08 16:43:08.022 INFO STEP 15 (remove_files) COMPLETE
45882026-05-08T16:43:09.363Z[ recovery-image] May 08 16:43:08.022 INFO O| May 08 16:43:08.022 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892026-05-08T16:43:09.377Z[ recovery-image] May 08 16:43:08.033 INFO O| May 08 16:43:08.033 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45902026-05-08T16:43:09.386Z[ recovery-image] May 08 16:43:08.039 INFO O| May 08 16:43:08.039 INFO STEP 16 (remove_files) COMPLETE
45912026-05-08T16:43:09.386Z[ recovery-image] May 08 16:43:08.039 INFO O| May 08 16:43:08.039 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922026-05-08T16:43:09.400Z[ recovery-image] May 08 16:43:08.059 INFO O| May 08 16:43:08.059 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45932026-05-08T16:43:09.405Z[ recovery-image] May 08 16:43:08.060 INFO O| May 08 16:43:08.060 INFO STEP 17 (remove_files) COMPLETE
45942026-05-08T16:43:09.405Z[ recovery-image] May 08 16:43:08.060 INFO O| May 08 16:43:08.060 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952026-05-08T16:43:09.412Z[ recovery-image] May 08 16:43:08.071 INFO O| May 08 16:43:08.071 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45962026-05-08T16:43:09.424Z[ recovery-image] May 08 16:43:08.072 INFO O| May 08 16:43:08.072 INFO STEP 18 (remove_files) COMPLETE
45972026-05-08T16:43:09.424Z[ recovery-image] May 08 16:43:08.072 INFO O| May 08 16:43:08.072 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982026-05-08T16:43:09.471Z[ recovery-image] May 08 16:43:08.082 INFO O| May 08 16:43:08.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45992026-05-08T16:43:09.471Z[ recovery-image] May 08 16:43:08.082 INFO O| May 08 16:43:08.082 INFO STEP 19 (remove_files) COMPLETE
46002026-05-08T16:43:09.471Z[ recovery-image] May 08 16:43:08.082 INFO O| May 08 16:43:08.082 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46012026-05-08T16:43:09.471Z[ recovery-image] May 08 16:43:08.092 INFO O| May 08 16:43:08.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46022026-05-08T16:43:09.471Z[ recovery-image] May 08 16:43:08.092 INFO O| May 08 16:43:08.092 INFO STEP 20 (remove_files) COMPLETE
46032026-05-08T16:43:09.471Z[ recovery-image] May 08 16:43:08.092 INFO O| May 08 16:43:08.092 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46042026-05-08T16:43:09.471Z[ recovery-image] May 08 16:43:08.102 INFO O| May 08 16:43:08.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46052026-05-08T16:43:09.471Z[ recovery-image] May 08 16:43:08.102 INFO O| May 08 16:43:08.102 INFO STEP 21 (remove_files) COMPLETE
46062026-05-08T16:43:09.472Z[ recovery-image] May 08 16:43:08.102 INFO O| May 08 16:43:08.102 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46072026-05-08T16:43:09.472Z[ recovery-image] May 08 16:43:08.113 INFO O| May 08 16:43:08.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46082026-05-08T16:43:09.472Z[ recovery-image] May 08 16:43:08.113 INFO O| May 08 16:43:08.113 INFO STEP 22 (remove_files) COMPLETE
46092026-05-08T16:43:09.472Z[ recovery-image] May 08 16:43:08.113 INFO O| May 08 16:43:08.113 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46102026-05-08T16:43:09.486Z[ recovery-image] May 08 16:43:08.123 INFO O| May 08 16:43:08.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46112026-05-08T16:43:09.486Z[ recovery-image] May 08 16:43:08.123 INFO O| May 08 16:43:08.123 INFO STEP 23 (remove_files) COMPLETE
46122026-05-08T16:43:09.486Z[ recovery-image] May 08 16:43:08.123 INFO O| May 08 16:43:08.123 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46132026-05-08T16:43:09.486Z[ recovery-image] May 08 16:43:08.133 INFO O| May 08 16:43:08.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46142026-05-08T16:43:09.486Z[ recovery-image] May 08 16:43:08.133 INFO O| May 08 16:43:08.133 INFO STEP 24 (remove_files) COMPLETE
46152026-05-08T16:43:09.486Z[ recovery-image] May 08 16:43:08.133 INFO O| May 08 16:43:08.133 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162026-05-08T16:43:09.563Z[ recovery-image] May 08 16:43:08.143 INFO O| May 08 16:43:08.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46172026-05-08T16:43:09.563Z[ recovery-image] May 08 16:43:08.143 INFO O| May 08 16:43:08.143 INFO STEP 25 (remove_files) COMPLETE
46182026-05-08T16:43:09.563Z[ recovery-image] May 08 16:43:08.143 INFO O| May 08 16:43:08.143 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-05-08T16:43:09.563Z[ recovery-image] May 08 16:43:08.153 INFO O| May 08 16:43:08.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46202026-05-08T16:43:09.563Z[ recovery-image] May 08 16:43:08.153 INFO O| May 08 16:43:08.153 INFO STEP 26 (remove_files) COMPLETE
46212026-05-08T16:43:09.563Z[ recovery-image] May 08 16:43:08.153 INFO O| May 08 16:43:08.153 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.163 INFO O| May 08 16:43:08.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46232026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.163 INFO O| May 08 16:43:08.163 INFO STEP 27 (remove_files) COMPLETE
46242026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.163 INFO O| May 08 16:43:08.163 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.171 INFO O| May 08 16:43:08.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46262026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.171 INFO O| May 08 16:43:08.171 INFO STEP 28 (remove_files) COMPLETE
46272026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.171 INFO O| May 08 16:43:08.171 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.180 INFO O| May 08 16:43:08.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46292026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.180 INFO O| May 08 16:43:08.180 INFO STEP 29 (remove_files) COMPLETE
46302026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.180 INFO O| May 08 16:43:08.180 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.188 INFO O| May 08 16:43:08.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46322026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.188 INFO O| May 08 16:43:08.188 INFO STEP 30 (remove_files) COMPLETE
46332026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.188 INFO O| May 08 16:43:08.188 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.197 INFO O| May 08 16:43:08.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46352026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.197 INFO O| May 08 16:43:08.197 INFO STEP 31 (remove_files) COMPLETE
46362026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.197 INFO O| May 08 16:43:08.197 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.205 INFO O| May 08 16:43:08.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46382026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.205 INFO O| May 08 16:43:08.205 INFO STEP 32 (remove_files) COMPLETE
46392026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.205 INFO O| May 08 16:43:08.205 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-05-08T16:43:09.574Z[ recovery-image] May 08 16:43:08.213 INFO O| May 08 16:43:08.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46412026-05-08T16:43:09.575Z[ recovery-image] May 08 16:43:08.213 INFO O| May 08 16:43:08.213 INFO STEP 33 (remove_files) COMPLETE
46422026-05-08T16:43:09.575Z[ recovery-image] May 08 16:43:08.213 INFO O| May 08 16:43:08.213 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432026-05-08T16:43:09.596Z[ recovery-image] May 08 16:43:08.255 INFO O| May 08 16:43:08.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46442026-05-08T16:43:09.596Z[ recovery-image] May 08 16:43:08.255 INFO O| May 08 16:43:08.255 INFO STEP 34 (remove_files) COMPLETE
46452026-05-08T16:43:09.596Z[ recovery-image] May 08 16:43:08.255 INFO O| May 08 16:43:08.255 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-05-08T16:43:09.621Z[ recovery-image] May 08 16:43:08.274 INFO O| May 08 16:43:08.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46472026-05-08T16:43:09.621Z[ recovery-image] May 08 16:43:08.274 INFO O| May 08 16:43:08.274 INFO STEP 35 (remove_files) COMPLETE
46482026-05-08T16:43:09.622Z[ recovery-image] May 08 16:43:08.274 INFO O| May 08 16:43:08.274 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-05-08T16:43:09.628Z[ recovery-image] May 08 16:43:08.284 INFO O| May 08 16:43:08.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46502026-05-08T16:43:09.628Z[ recovery-image] May 08 16:43:08.284 INFO O| May 08 16:43:08.284 INFO STEP 36 (remove_files) COMPLETE
46512026-05-08T16:43:09.628Z[ recovery-image] May 08 16:43:08.284 INFO O| May 08 16:43:08.284 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-05-08T16:43:09.634Z[ recovery-image] May 08 16:43:08.293 INFO O| May 08 16:43:08.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46532026-05-08T16:43:09.634Z[ recovery-image] May 08 16:43:08.293 INFO O| May 08 16:43:08.293 INFO STEP 37 (remove_files) COMPLETE
46542026-05-08T16:43:09.636Z[ recovery-image] May 08 16:43:08.293 INFO O| May 08 16:43:08.293 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-05-08T16:43:09.643Z[ recovery-image] May 08 16:43:08.303 INFO O| May 08 16:43:08.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46562026-05-08T16:43:09.643Z[ recovery-image] May 08 16:43:08.303 INFO O| May 08 16:43:08.303 INFO STEP 38 (remove_files) COMPLETE
46572026-05-08T16:43:09.651Z[ recovery-image] May 08 16:43:08.303 INFO O| May 08 16:43:08.303 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-05-08T16:43:09.654Z[ recovery-image] May 08 16:43:08.312 INFO O| May 08 16:43:08.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46592026-05-08T16:43:09.655Z[ recovery-image] May 08 16:43:08.312 INFO O| May 08 16:43:08.312 INFO STEP 39 (remove_files) COMPLETE
46602026-05-08T16:43:09.655Z[ recovery-image] May 08 16:43:08.312 INFO O| May 08 16:43:08.312 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-05-08T16:43:09.662Z[ recovery-image] May 08 16:43:08.320 INFO O| May 08 16:43:08.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46622026-05-08T16:43:09.662Z[ recovery-image] May 08 16:43:08.320 INFO O| May 08 16:43:08.320 INFO STEP 40 (remove_files) COMPLETE
46632026-05-08T16:43:09.665Z[ recovery-image] May 08 16:43:08.320 INFO O| May 08 16:43:08.320 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-05-08T16:43:09.674Z[ recovery-image] May 08 16:43:08.329 INFO O| May 08 16:43:08.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46652026-05-08T16:43:09.674Z[ recovery-image] May 08 16:43:08.329 INFO O| May 08 16:43:08.329 INFO STEP 41 (remove_files) COMPLETE
46662026-05-08T16:43:09.678Z[ recovery-image] May 08 16:43:08.329 INFO O| May 08 16:43:08.329 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-05-08T16:43:09.678Z[ recovery-image] May 08 16:43:08.337 INFO O| May 08 16:43:08.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46682026-05-08T16:43:09.678Z[ recovery-image] May 08 16:43:08.337 INFO O| May 08 16:43:08.337 INFO STEP 42 (remove_files) COMPLETE
46692026-05-08T16:43:09.678Z[ recovery-image] May 08 16:43:08.337 INFO O| May 08 16:43:08.337 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-05-08T16:43:09.692Z[ recovery-image] May 08 16:43:08.348 INFO O| May 08 16:43:08.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46712026-05-08T16:43:09.692Z[ recovery-image] May 08 16:43:08.348 INFO O| May 08 16:43:08.348 INFO STEP 43 (remove_files) COMPLETE
46722026-05-08T16:43:09.692Z[ recovery-image] May 08 16:43:08.348 INFO O| May 08 16:43:08.348 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-05-08T16:43:09.700Z[ recovery-image] May 08 16:43:08.359 INFO O| May 08 16:43:08.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46742026-05-08T16:43:09.700Z[ recovery-image] May 08 16:43:08.360 INFO O| May 08 16:43:08.359 INFO STEP 44 (remove_files) COMPLETE
46752026-05-08T16:43:09.704Z[ recovery-image] May 08 16:43:08.360 INFO O| May 08 16:43:08.359 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-05-08T16:43:09.710Z[ recovery-image] May 08 16:43:08.370 INFO O| May 08 16:43:08.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46772026-05-08T16:43:09.710Z[ recovery-image] May 08 16:43:08.370 INFO O| May 08 16:43:08.370 INFO STEP 45 (remove_files) COMPLETE
46782026-05-08T16:43:09.720Z[ recovery-image] May 08 16:43:08.370 INFO O| May 08 16:43:08.370 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-05-08T16:43:09.727Z[ recovery-image] May 08 16:43:08.380 INFO O| May 08 16:43:08.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46802026-05-08T16:43:09.727Z[ recovery-image] May 08 16:43:08.380 INFO O| May 08 16:43:08.380 INFO STEP 46 (remove_files) COMPLETE
46812026-05-08T16:43:09.727Z[ recovery-image] May 08 16:43:08.380 INFO O| May 08 16:43:08.380 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-05-08T16:43:09.733Z[ recovery-image] May 08 16:43:08.390 INFO O| May 08 16:43:08.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46832026-05-08T16:43:09.733Z[ recovery-image] May 08 16:43:08.390 INFO O| May 08 16:43:08.390 INFO STEP 47 (remove_files) COMPLETE
46842026-05-08T16:43:09.733Z[ recovery-image] May 08 16:43:08.390 INFO O| May 08 16:43:08.390 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-05-08T16:43:09.741Z[ recovery-image] May 08 16:43:08.400 INFO O| May 08 16:43:08.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46862026-05-08T16:43:09.741Z[ recovery-image] May 08 16:43:08.400 INFO O| May 08 16:43:08.400 INFO STEP 48 (remove_files) COMPLETE
46872026-05-08T16:43:09.747Z[ recovery-image] May 08 16:43:08.400 INFO O| May 08 16:43:08.400 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-05-08T16:43:09.755Z[ recovery-image] May 08 16:43:08.410 INFO O| May 08 16:43:08.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46892026-05-08T16:43:09.755Z[ recovery-image] May 08 16:43:08.410 INFO O| May 08 16:43:08.410 INFO STEP 49 (remove_files) COMPLETE
46902026-05-08T16:43:09.755Z[ recovery-image] May 08 16:43:08.410 INFO O| May 08 16:43:08.410 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-05-08T16:43:09.761Z[ recovery-image] May 08 16:43:08.420 INFO O| May 08 16:43:08.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46922026-05-08T16:43:09.761Z[ recovery-image] May 08 16:43:08.420 INFO O| May 08 16:43:08.420 INFO STEP 50 (remove_files) COMPLETE
46932026-05-08T16:43:09.764Z[ recovery-image] May 08 16:43:08.420 INFO O| May 08 16:43:08.420 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-05-08T16:43:09.770Z[ recovery-image] May 08 16:43:08.430 INFO O| May 08 16:43:08.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46952026-05-08T16:43:09.770Z[ recovery-image] May 08 16:43:08.430 INFO O| May 08 16:43:08.430 INFO STEP 51 (remove_files) COMPLETE
46962026-05-08T16:43:09.778Z[ recovery-image] May 08 16:43:08.430 INFO O| May 08 16:43:08.430 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-05-08T16:43:09.783Z[ recovery-image] May 08 16:43:08.439 INFO O| May 08 16:43:08.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46982026-05-08T16:43:09.783Z[ recovery-image] May 08 16:43:08.439 INFO O| May 08 16:43:08.439 INFO STEP 52 (remove_files) COMPLETE
46992026-05-08T16:43:09.783Z[ recovery-image] May 08 16:43:08.439 INFO O| May 08 16:43:08.439 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002026-05-08T16:43:09.794Z[ recovery-image] May 08 16:43:08.448 INFO O| May 08 16:43:08.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47012026-05-08T16:43:09.794Z[ recovery-image] May 08 16:43:08.448 INFO O| May 08 16:43:08.448 INFO STEP 53 (remove_files) COMPLETE
47022026-05-08T16:43:09.798Z[ recovery-image] May 08 16:43:08.448 INFO O| May 08 16:43:08.448 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-05-08T16:43:09.798Z[ recovery-image] May 08 16:43:08.457 INFO O| May 08 16:43:08.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47042026-05-08T16:43:09.798Z[ recovery-image] May 08 16:43:08.457 INFO O| May 08 16:43:08.457 INFO STEP 54 (remove_files) COMPLETE
47052026-05-08T16:43:09.798Z[ recovery-image] May 08 16:43:08.457 INFO O| May 08 16:43:08.457 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-05-08T16:43:09.806Z[ recovery-image] May 08 16:43:08.466 INFO O| May 08 16:43:08.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47072026-05-08T16:43:09.806Z[ recovery-image] May 08 16:43:08.466 INFO O| May 08 16:43:08.466 INFO STEP 55 (remove_files) COMPLETE
47082026-05-08T16:43:09.806Z[ recovery-image] May 08 16:43:08.466 INFO O| May 08 16:43:08.466 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-05-08T16:43:09.818Z[ recovery-image] May 08 16:43:08.475 INFO O| May 08 16:43:08.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47102026-05-08T16:43:09.818Z[ recovery-image] May 08 16:43:08.475 INFO O| May 08 16:43:08.475 INFO STEP 56 (remove_files) COMPLETE
47112026-05-08T16:43:09.823Z[ recovery-image] May 08 16:43:08.475 INFO O| May 08 16:43:08.475 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-05-08T16:43:09.827Z[ recovery-image] May 08 16:43:08.484 INFO O| May 08 16:43:08.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47132026-05-08T16:43:09.827Z[ recovery-image] May 08 16:43:08.484 INFO O| May 08 16:43:08.484 INFO STEP 57 (remove_files) COMPLETE
47142026-05-08T16:43:09.828Z[ recovery-image] May 08 16:43:08.484 INFO O| May 08 16:43:08.484 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-05-08T16:43:09.834Z[ recovery-image] May 08 16:43:08.493 INFO O| May 08 16:43:08.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47162026-05-08T16:43:09.834Z[ recovery-image] May 08 16:43:08.493 INFO O| May 08 16:43:08.493 INFO STEP 58 (remove_files) COMPLETE
47172026-05-08T16:43:09.852Z[ recovery-image] May 08 16:43:08.493 INFO O| May 08 16:43:08.493 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182026-05-08T16:43:09.852Z[ recovery-image] May 08 16:43:08.503 INFO O| May 08 16:43:08.502 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47192026-05-08T16:43:09.852Z[ recovery-image] May 08 16:43:08.503 INFO O| May 08 16:43:08.503 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47202026-05-08T16:43:09.852Z[ recovery-image] May 08 16:43:08.503 INFO O| May 08 16:43:08.503 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47212026-05-08T16:43:09.852Z[ recovery-image] May 08 16:43:08.503 INFO O| May 08 16:43:08.503 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47222026-05-08T16:43:09.852Z[ recovery-image] May 08 16:43:08.503 INFO O| May 08 16:43:08.503 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47232026-05-08T16:43:09.852Z[ recovery-image] May 08 16:43:08.503 INFO O| May 08 16:43:08.503 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47242026-05-08T16:43:09.852Z[ recovery-image] May 08 16:43:08.503 INFO O| May 08 16:43:08.503 INFO ok!
47252026-05-08T16:43:09.852Z[ recovery-image] May 08 16:43:08.503 INFO O| May 08 16:43:08.503 INFO STEP 59 (ensure_file) COMPLETE
47262026-05-08T16:43:09.852Z[ recovery-image] May 08 16:43:08.503 INFO O| May 08 16:43:08.503 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272026-05-08T16:43:09.858Z[ recovery-image] May 08 16:43:08.512 INFO O| May 08 16:43:08.512 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47282026-05-08T16:43:09.858Z[ recovery-image] May 08 16:43:08.513 INFO O| May 08 16:43:08.512 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47292026-05-08T16:43:09.858Z[ recovery-image] May 08 16:43:08.513 INFO O| May 08 16:43:08.513 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47302026-05-08T16:43:09.858Z[ recovery-image] May 08 16:43:08.513 INFO O| May 08 16:43:08.513 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47312026-05-08T16:43:09.858Z[ recovery-image] May 08 16:43:08.513 INFO O| May 08 16:43:08.513 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47322026-05-08T16:43:09.858Z[ recovery-image] May 08 16:43:08.513 INFO O| May 08 16:43:08.513 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47332026-05-08T16:43:09.858Z[ recovery-image] May 08 16:43:08.513 INFO O| May 08 16:43:08.513 INFO ok!
47342026-05-08T16:43:09.858Z[ recovery-image] May 08 16:43:08.513 INFO O| May 08 16:43:08.513 INFO STEP 60 (ensure_file) COMPLETE
47352026-05-08T16:43:09.858Z[ recovery-image] May 08 16:43:08.513 INFO O| May 08 16:43:08.513 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47362026-05-08T16:43:09.863Z[ recovery-image] May 08 16:43:08.522 INFO O| May 08 16:43:08.522 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47372026-05-08T16:43:09.863Z[ recovery-image] May 08 16:43:08.522 INFO O| May 08 16:43:08.522 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47382026-05-08T16:43:09.870Z[ recovery-image] May 08 16:43:08.522 INFO O| May 08 16:43:08.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47392026-05-08T16:43:09.870Z[ recovery-image] May 08 16:43:08.522 INFO O| May 08 16:43:08.522 INFO ok!
47402026-05-08T16:43:09.870Z[ recovery-image] May 08 16:43:08.522 INFO O| May 08 16:43:08.522 INFO STEP 61 (ensure_file) COMPLETE
47412026-05-08T16:43:09.870Z[ recovery-image] May 08 16:43:08.522 INFO O| May 08 16:43:08.522 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-05-08T16:43:09.877Z[ recovery-image] May 08 16:43:08.532 INFO O| May 08 16:43:08.532 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47432026-05-08T16:43:09.877Z[ recovery-image] May 08 16:43:08.533 INFO O| May 08 16:43:08.532 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47442026-05-08T16:43:09.895Z[ recovery-image] May 08 16:43:08.552 INFO O| May 08 16:43:08.552 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47452026-05-08T16:43:09.895Z[ recovery-image] May 08 16:43:08.552 INFO O| May 08 16:43:08.552 INFO ok!
47462026-05-08T16:43:09.895Z[ recovery-image] May 08 16:43:08.552 INFO O| May 08 16:43:08.552 INFO STEP 62 (ensure_file) COMPLETE
47472026-05-08T16:43:09.912Z[ recovery-image] May 08 16:43:08.552 INFO O| May 08 16:43:08.552 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482026-05-08T16:43:09.913Z[ recovery-image] May 08 16:43:08.563 INFO O| May 08 16:43:08.563 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47492026-05-08T16:43:09.913Z[ recovery-image] May 08 16:43:08.563 INFO O| May 08 16:43:08.563 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47502026-05-08T16:43:09.913Z[ recovery-image] May 08 16:43:08.563 INFO O| May 08 16:43:08.563 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47512026-05-08T16:43:09.913Z[ recovery-image] May 08 16:43:08.563 INFO O| May 08 16:43:08.563 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47522026-05-08T16:43:09.913Z[ recovery-image] May 08 16:43:08.563 INFO O| May 08 16:43:08.563 INFO ok!
47532026-05-08T16:43:09.913Z[ recovery-image] May 08 16:43:08.563 INFO O| May 08 16:43:08.563 INFO STEP 63 (ensure_file) COMPLETE
47542026-05-08T16:43:09.913Z[ recovery-image] May 08 16:43:08.563 INFO O| May 08 16:43:08.563 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47552026-05-08T16:43:09.917Z[ recovery-image] May 08 16:43:08.573 INFO O| May 08 16:43:08.573 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47562026-05-08T16:43:09.917Z[ recovery-image] May 08 16:43:08.573 INFO O| May 08 16:43:08.573 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47572026-05-08T16:43:09.917Z[ recovery-image] May 08 16:43:08.573 INFO O| May 08 16:43:08.573 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47582026-05-08T16:43:09.917Z[ recovery-image] May 08 16:43:08.573 INFO O| May 08 16:43:08.573 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47592026-05-08T16:43:09.917Z[ recovery-image] May 08 16:43:08.573 INFO O| May 08 16:43:08.573 INFO ok!
47602026-05-08T16:43:09.917Z[ recovery-image] May 08 16:43:08.573 INFO O| May 08 16:43:08.573 INFO STEP 64 (ensure_file) COMPLETE
47612026-05-08T16:43:09.917Z[ recovery-image] May 08 16:43:08.573 INFO O| May 08 16:43:08.573 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47622026-05-08T16:43:09.924Z[ recovery-image] May 08 16:43:08.583 INFO O| May 08 16:43:08.583 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47632026-05-08T16:43:09.924Z[ recovery-image] May 08 16:43:08.583 INFO O| May 08 16:43:08.583 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47642026-05-08T16:43:09.934Z[ recovery-image] May 08 16:43:08.583 INFO O| May 08 16:43:08.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47652026-05-08T16:43:09.934Z[ recovery-image] May 08 16:43:08.583 INFO O| May 08 16:43:08.583 INFO ok!
47662026-05-08T16:43:09.934Z[ recovery-image] May 08 16:43:08.583 INFO O| May 08 16:43:08.583 INFO STEP 65 (assemble_files) COMPLETE
47672026-05-08T16:43:09.934Z[ recovery-image] May 08 16:43:08.583 INFO O| May 08 16:43:08.583 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47682026-05-08T16:43:09.938Z[ recovery-image] May 08 16:43:08.592 INFO O| May 08 16:43:08.592 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47692026-05-08T16:43:09.938Z[ recovery-image] May 08 16:43:08.592 INFO O| May 08 16:43:08.592 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47702026-05-08T16:43:09.938Z[ recovery-image] May 08 16:43:08.592 INFO O| May 08 16:43:08.592 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47712026-05-08T16:43:09.938Z[ recovery-image] May 08 16:43:08.592 INFO O| May 08 16:43:08.592 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47722026-05-08T16:43:09.938Z[ recovery-image] May 08 16:43:08.592 INFO O| May 08 16:43:08.592 INFO ok!
47732026-05-08T16:43:09.938Z[ recovery-image] May 08 16:43:08.592 INFO O| May 08 16:43:08.592 INFO STEP 66 (ensure_file) COMPLETE
47742026-05-08T16:43:09.939Z[ recovery-image] May 08 16:43:08.592 INFO O| May 08 16:43:08.592 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752026-05-08T16:43:09.939Z[ recovery-image] May 08 16:43:08.592 INFO O| May 08 16:43:08.592 INFO skip step because feature "omicron1" is not enabled
47762026-05-08T16:43:09.939Z[ recovery-image] May 08 16:43:08.592 INFO O| May 08 16:43:08.592 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47772026-05-08T16:43:09.939Z[ recovery-image] May 08 16:43:08.592 INFO O| May 08 16:43:08.592 INFO skip step because feature "omicron1" is not enabled
47782026-05-08T16:43:09.939Z[ recovery-image] May 08 16:43:08.592 INFO O| May 08 16:43:08.592 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47792026-05-08T16:43:09.939Z[ recovery-image] May 08 16:43:08.592 INFO O| May 08 16:43:08.592 INFO skip step because feature "omicron1" is not enabled
47802026-05-08T16:43:09.939Z[ recovery-image] May 08 16:43:08.592 INFO O| May 08 16:43:08.592 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812026-05-08T16:43:09.949Z[ recovery-image] May 08 16:43:08.605 INFO O| May 08 16:43:08.605 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47822026-05-08T16:43:09.949Z[ recovery-image] May 08 16:43:08.605 INFO O| May 08 16:43:08.605 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47832026-05-08T16:43:11.129Z[ recovery-image] May 08 16:43:09.789 INFO O| May 08 16:43:09.789 INFO STEP 70 (pack_tar) COMPLETE
47842026-05-08T16:43:11.129Z[ recovery-image] May 08 16:43:09.789 INFO O| May 08 16:43:09.789 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47852026-05-08T16:43:11.133Z[ recovery-image] May 08 16:43:09.789 INFO O| May 08 16:43:09.789 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47862026-05-08T16:43:11.658Z[ recovery-image] May 08 16:43:10.292 INFO O| May 08 16:43:10.292 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47872026-05-08T16:43:11.852Z[ recovery-image] May 08 16:43:10.511 INFO O| May 08 16:43:10.511 INFO completed processing sled/ramdisk-02-trim
47882026-05-08T16:43:11.856Z[ recovery-image] May 08 16:43:10.513 INFO image builder template: ramdisk-03-recovery-trim...
47892026-05-08T16:43:11.856Z[ recovery-image] May 08 16:43:10.513 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/.tmpHY7vUR/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.474", "-n", "ramdisk-03-recovery-trim"], pwd: None
47902026-05-08T16:43:11.866Z[ recovery-image] May 08 16:43:10.519 INFO O| May 08 16:43:10.518 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
47912026-05-08T16:43:11.936Z[ recovery-image] May 08 16:43:10.594 INFO O| May 08 16:43:10.594 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47922026-05-08T16:43:11.940Z[ recovery-image] May 08 16:43:10.599 INFO O| May 08 16:43:10.599 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47932026-05-08T16:43:12.031Z[ recovery-image] May 08 16:43:10.686 INFO O| May 08 16:43:10.686 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47942026-05-08T16:43:12.071Z[ recovery-image] May 08 16:43:10.728 INFO O| May 08 16:43:10.728 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47952026-05-08T16:43:12.071Z[ recovery-image] May 08 16:43:10.728 INFO O| May 08 16:43:10.728 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47962026-05-08T16:43:12.077Z[ recovery-image] May 08 16:43:10.735 INFO O| May 08 16:43:10.735 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47972026-05-08T16:43:12.081Z[ recovery-image] May 08 16:43:10.739 INFO O| May 08 16:43:10.739 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47982026-05-08T16:43:12.086Z[ recovery-image] May 08 16:43:10.744 INFO O| May 08 16:43:10.744 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47992026-05-08T16:43:12.394Z[ recovery-image] May 08 16:43:11.052 INFO O| May 08 16:43:11.052 INFO rolled back to input snapshot; work may begin
48002026-05-08T16:43:12.394Z[ recovery-image] May 08 16:43:11.052 INFO O| May 08 16:43:11.052 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48012026-05-08T16:43:12.400Z[ recovery-image] May 08 16:43:11.057 INFO O| May 08 16:43:11.057 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48022026-05-08T16:43:12.407Z[ recovery-image] May 08 16:43:11.067 INFO O| May 08 16:43:11.067 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48032026-05-08T16:43:12.420Z[ recovery-image] May 08 16:43:11.077 INFO O| May 08 16:43:11.077 INFO STEP 0 (remove_files) COMPLETE
48042026-05-08T16:43:12.420Z[ recovery-image] May 08 16:43:11.077 INFO O| May 08 16:43:11.077 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48052026-05-08T16:43:12.429Z[ recovery-image] May 08 16:43:11.088 INFO O| May 08 16:43:11.088 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48062026-05-08T16:43:12.474Z[ recovery-image] May 08 16:43:11.132 INFO O| May 08 16:43:11.132 INFO STEP 1 (remove_files) COMPLETE
48072026-05-08T16:43:12.474Z[ recovery-image] May 08 16:43:11.132 INFO O| May 08 16:43:11.132 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48082026-05-08T16:43:12.483Z[ recovery-image] May 08 16:43:11.143 INFO O| May 08 16:43:11.143 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48092026-05-08T16:43:12.488Z[ recovery-image] May 08 16:43:11.145 INFO O| May 08 16:43:11.144 INFO STEP 2 (remove_files) COMPLETE
48102026-05-08T16:43:12.488Z[ recovery-image] May 08 16:43:11.145 INFO O| May 08 16:43:11.145 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48112026-05-08T16:43:12.495Z[ recovery-image] May 08 16:43:11.153 INFO O| May 08 16:43:11.153 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48122026-05-08T16:43:12.528Z[ recovery-image] May 08 16:43:11.187 INFO O| May 08 16:43:11.187 INFO STEP 3 (remove_files) COMPLETE
48132026-05-08T16:43:12.528Z[ recovery-image] May 08 16:43:11.187 INFO O| May 08 16:43:11.187 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48142026-05-08T16:43:12.538Z[ recovery-image] May 08 16:43:11.196 INFO O| May 08 16:43:11.196 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48152026-05-08T16:43:12.552Z[ recovery-image] May 08 16:43:11.208 INFO O| May 08 16:43:11.208 INFO STEP 4 (remove_files) COMPLETE
48162026-05-08T16:43:12.552Z[ recovery-image] May 08 16:43:11.208 INFO O| May 08 16:43:11.208 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48172026-05-08T16:43:12.559Z[ recovery-image] May 08 16:43:11.218 INFO O| May 08 16:43:11.218 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48182026-05-08T16:43:12.567Z[ recovery-image] May 08 16:43:11.220 INFO O| May 08 16:43:11.220 INFO STEP 5 (remove_files) COMPLETE
48192026-05-08T16:43:12.567Z[ recovery-image] May 08 16:43:11.220 INFO O| May 08 16:43:11.220 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48202026-05-08T16:43:12.572Z[ recovery-image] May 08 16:43:11.228 INFO O| May 08 16:43:11.228 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48212026-05-08T16:43:12.572Z[ recovery-image] May 08 16:43:11.230 INFO O| May 08 16:43:11.230 INFO STEP 6 (remove_files) COMPLETE
48222026-05-08T16:43:12.572Z[ recovery-image] May 08 16:43:11.230 INFO O| May 08 16:43:11.230 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48232026-05-08T16:43:12.579Z[ recovery-image] May 08 16:43:11.238 INFO O| May 08 16:43:11.238 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48242026-05-08T16:43:12.596Z[ recovery-image] May 08 16:43:11.253 INFO O| May 08 16:43:11.253 INFO STEP 7 (remove_files) COMPLETE
48252026-05-08T16:43:12.596Z[ recovery-image] May 08 16:43:11.253 INFO O| May 08 16:43:11.253 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48262026-05-08T16:43:12.603Z[ recovery-image] May 08 16:43:11.262 INFO O| May 08 16:43:11.262 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48272026-05-08T16:43:12.607Z[ recovery-image] May 08 16:43:11.263 INFO O| May 08 16:43:11.263 INFO STEP 8 (remove_files) COMPLETE
48282026-05-08T16:43:12.607Z[ recovery-image] May 08 16:43:11.263 INFO O| May 08 16:43:11.263 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48292026-05-08T16:43:12.612Z[ recovery-image] May 08 16:43:11.272 INFO O| May 08 16:43:11.272 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48302026-05-08T16:43:12.619Z[ recovery-image] May 08 16:43:11.273 INFO O| May 08 16:43:11.273 INFO STEP 9 (remove_files) COMPLETE
48312026-05-08T16:43:12.619Z[ recovery-image] May 08 16:43:11.273 INFO O| May 08 16:43:11.273 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48322026-05-08T16:43:12.627Z[ recovery-image] May 08 16:43:11.281 INFO O| May 08 16:43:11.281 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48332026-05-08T16:43:13.425Z[ recovery-image] May 08 16:43:12.084 INFO O| May 08 16:43:12.084 INFO STEP 10 (remove_files) COMPLETE
48342026-05-08T16:43:13.425Z[ recovery-image] May 08 16:43:12.084 INFO O| May 08 16:43:12.084 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48352026-05-08T16:43:13.437Z[ recovery-image] May 08 16:43:12.095 INFO O| May 08 16:43:12.095 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48362026-05-08T16:43:13.444Z[ recovery-image] May 08 16:43:12.098 INFO O| May 08 16:43:12.098 INFO STEP 11 (remove_files) COMPLETE
48372026-05-08T16:43:13.444Z[ recovery-image] May 08 16:43:12.098 INFO O| May 08 16:43:12.098 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48382026-05-08T16:43:13.449Z[ recovery-image] May 08 16:43:12.108 INFO O| May 08 16:43:12.108 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48392026-05-08T16:43:13.456Z[ recovery-image] May 08 16:43:12.110 INFO O| May 08 16:43:12.110 INFO STEP 12 (remove_files) COMPLETE
48402026-05-08T16:43:13.456Z[ recovery-image] May 08 16:43:12.110 INFO O| May 08 16:43:12.110 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48412026-05-08T16:43:13.461Z[ recovery-image] May 08 16:43:12.121 INFO O| May 08 16:43:12.121 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48422026-05-08T16:43:13.474Z[ recovery-image] May 08 16:43:12.121 INFO O| May 08 16:43:12.121 INFO STEP 13 (remove_files) COMPLETE
48432026-05-08T16:43:13.474Z[ recovery-image] May 08 16:43:12.121 INFO O| May 08 16:43:12.121 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48442026-05-08T16:43:13.552Z[ recovery-image] May 08 16:43:12.131 INFO O| May 08 16:43:12.131 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48452026-05-08T16:43:13.552Z[ recovery-image] May 08 16:43:12.131 INFO O| May 08 16:43:12.131 INFO STEP 14 (remove_files) COMPLETE
48462026-05-08T16:43:13.552Z[ recovery-image] May 08 16:43:12.131 INFO O| May 08 16:43:12.131 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48472026-05-08T16:43:13.552Z[ recovery-image] May 08 16:43:12.142 INFO O| May 08 16:43:12.142 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48482026-05-08T16:43:13.552Z[ recovery-image] May 08 16:43:12.152 INFO O| May 08 16:43:12.152 INFO STEP 15 (remove_files) COMPLETE
48492026-05-08T16:43:13.552Z[ recovery-image] May 08 16:43:12.152 INFO O| May 08 16:43:12.152 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48502026-05-08T16:43:13.552Z[ recovery-image] May 08 16:43:12.161 INFO O| May 08 16:43:12.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48512026-05-08T16:43:13.552Z[ recovery-image] May 08 16:43:12.161 INFO O| May 08 16:43:12.161 INFO STEP 16 (remove_files) COMPLETE
48522026-05-08T16:43:13.552Z[ recovery-image] May 08 16:43:12.161 INFO O| May 08 16:43:12.161 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48532026-05-08T16:43:13.552Z[ recovery-image] May 08 16:43:12.170 INFO O| May 08 16:43:12.170 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48542026-05-08T16:43:13.552Z[ recovery-image] May 08 16:43:12.170 INFO O| May 08 16:43:12.170 INFO STEP 17 (remove_files) COMPLETE
48552026-05-08T16:43:13.552Z[ recovery-image] May 08 16:43:12.170 INFO O| May 08 16:43:12.170 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48562026-05-08T16:43:13.552Z[ recovery-image] May 08 16:43:12.178 INFO O| May 08 16:43:12.178 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48572026-05-08T16:43:13.558Z[ recovery-image] May 08 16:43:12.217 INFO O| May 08 16:43:12.217 INFO STEP 18 (remove_files) COMPLETE
48582026-05-08T16:43:13.559Z[ recovery-image] May 08 16:43:12.217 INFO O| May 08 16:43:12.217 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48592026-05-08T16:43:13.578Z[ recovery-image] May 08 16:43:12.227 INFO O| May 08 16:43:12.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48602026-05-08T16:43:13.584Z[ recovery-image] May 08 16:43:12.228 INFO O| May 08 16:43:12.228 INFO STEP 19 (remove_files) COMPLETE
48612026-05-08T16:43:13.584Z[ recovery-image] May 08 16:43:12.228 INFO O| May 08 16:43:12.228 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48622026-05-08T16:43:13.584Z[ recovery-image] May 08 16:43:12.238 INFO O| May 08 16:43:12.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48632026-05-08T16:43:13.584Z[ recovery-image] May 08 16:43:12.238 INFO O| May 08 16:43:12.238 INFO STEP 20 (remove_files) COMPLETE
48642026-05-08T16:43:13.584Z[ recovery-image] May 08 16:43:12.238 INFO O| May 08 16:43:12.238 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48652026-05-08T16:43:13.591Z[ recovery-image] May 08 16:43:12.248 INFO O| May 08 16:43:12.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48662026-05-08T16:43:13.591Z[ recovery-image] May 08 16:43:12.248 INFO O| May 08 16:43:12.248 INFO STEP 21 (remove_files) COMPLETE
48672026-05-08T16:43:13.592Z[ recovery-image] May 08 16:43:12.248 INFO O| May 08 16:43:12.248 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48682026-05-08T16:43:13.617Z[ recovery-image] May 08 16:43:12.257 INFO O| May 08 16:43:12.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48692026-05-08T16:43:13.617Z[ recovery-image] May 08 16:43:12.257 INFO O| May 08 16:43:12.257 INFO STEP 22 (remove_files) COMPLETE
48702026-05-08T16:43:13.617Z[ recovery-image] May 08 16:43:12.257 INFO O| May 08 16:43:12.257 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48712026-05-08T16:43:13.622Z[ recovery-image] May 08 16:43:12.266 INFO O| May 08 16:43:12.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48722026-05-08T16:43:13.622Z[ recovery-image] May 08 16:43:12.266 INFO O| May 08 16:43:12.266 INFO STEP 23 (remove_files) COMPLETE
48732026-05-08T16:43:13.622Z[ recovery-image] May 08 16:43:12.266 INFO O| May 08 16:43:12.266 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48742026-05-08T16:43:13.622Z[ recovery-image] May 08 16:43:12.275 INFO O| May 08 16:43:12.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48752026-05-08T16:43:13.622Z[ recovery-image] May 08 16:43:12.275 INFO O| May 08 16:43:12.275 INFO STEP 24 (remove_files) COMPLETE
48762026-05-08T16:43:13.623Z[ recovery-image] May 08 16:43:12.275 INFO O| May 08 16:43:12.275 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48772026-05-08T16:43:13.623Z[ recovery-image] May 08 16:43:12.282 INFO O| May 08 16:43:12.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48782026-05-08T16:43:13.646Z[ recovery-image] May 08 16:43:12.306 INFO O| May 08 16:43:12.306 INFO STEP 25 (remove_files) COMPLETE
48792026-05-08T16:43:13.646Z[ recovery-image] May 08 16:43:12.306 INFO O| May 08 16:43:12.306 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48802026-05-08T16:43:13.656Z[ recovery-image] May 08 16:43:12.316 INFO O| May 08 16:43:12.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48812026-05-08T16:43:13.656Z[ recovery-image] May 08 16:43:12.316 INFO O| May 08 16:43:12.316 INFO STEP 26 (remove_files) COMPLETE
48822026-05-08T16:43:13.663Z[ recovery-image] May 08 16:43:12.316 INFO O| May 08 16:43:12.316 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48832026-05-08T16:43:13.690Z[ recovery-image] May 08 16:43:12.346 INFO O| May 08 16:43:12.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48842026-05-08T16:43:13.690Z[ recovery-image] May 08 16:43:12.346 INFO O| May 08 16:43:12.346 INFO STEP 27 (remove_files) COMPLETE
48852026-05-08T16:43:13.699Z[ recovery-image] May 08 16:43:12.346 INFO O| May 08 16:43:12.346 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48862026-05-08T16:43:13.699Z[ recovery-image] May 08 16:43:12.356 INFO O| May 08 16:43:12.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48872026-05-08T16:43:13.718Z[ recovery-image] May 08 16:43:12.377 INFO O| May 08 16:43:12.377 INFO STEP 28 (remove_files) COMPLETE
48882026-05-08T16:43:13.718Z[ recovery-image] May 08 16:43:12.377 INFO O| May 08 16:43:12.377 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48892026-05-08T16:43:13.734Z[ recovery-image] May 08 16:43:12.387 INFO O| May 08 16:43:12.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48902026-05-08T16:43:13.734Z[ recovery-image] May 08 16:43:12.387 INFO O| May 08 16:43:12.387 INFO STEP 29 (remove_files) COMPLETE
48912026-05-08T16:43:13.734Z[ recovery-image] May 08 16:43:12.388 INFO O| May 08 16:43:12.387 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48922026-05-08T16:43:13.738Z[ recovery-image] May 08 16:43:12.397 INFO O| May 08 16:43:12.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48932026-05-08T16:43:13.764Z[ recovery-image] May 08 16:43:12.424 INFO O| May 08 16:43:12.424 INFO STEP 30 (remove_files) COMPLETE
48942026-05-08T16:43:13.764Z[ recovery-image] May 08 16:43:12.424 INFO O| May 08 16:43:12.424 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48952026-05-08T16:43:13.778Z[ recovery-image] May 08 16:43:12.434 INFO O| May 08 16:43:12.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48962026-05-08T16:43:13.778Z[ recovery-image] May 08 16:43:12.434 INFO O| May 08 16:43:12.434 INFO STEP 31 (remove_files) COMPLETE
48972026-05-08T16:43:13.785Z[ recovery-image] May 08 16:43:12.434 INFO O| May 08 16:43:12.434 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48982026-05-08T16:43:13.785Z[ recovery-image] May 08 16:43:12.444 INFO O| May 08 16:43:12.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48992026-05-08T16:43:13.785Z[ recovery-image] May 08 16:43:12.444 INFO O| May 08 16:43:12.444 INFO STEP 32 (remove_files) COMPLETE
49002026-05-08T16:43:13.785Z[ recovery-image] May 08 16:43:12.444 INFO O| May 08 16:43:12.444 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49012026-05-08T16:43:13.793Z[ recovery-image] May 08 16:43:12.452 INFO O| May 08 16:43:12.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49022026-05-08T16:43:13.793Z[ recovery-image] May 08 16:43:12.452 INFO O| May 08 16:43:12.452 INFO STEP 33 (remove_files) COMPLETE
49032026-05-08T16:43:13.796Z[ recovery-image] May 08 16:43:12.452 INFO O| May 08 16:43:12.452 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49042026-05-08T16:43:13.802Z[ recovery-image] May 08 16:43:12.462 INFO O| May 08 16:43:12.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49052026-05-08T16:43:13.802Z[ recovery-image] May 08 16:43:12.462 INFO O| May 08 16:43:12.462 INFO STEP 34 (remove_files) COMPLETE
49062026-05-08T16:43:13.802Z[ recovery-image] May 08 16:43:12.462 INFO O| May 08 16:43:12.462 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49072026-05-08T16:43:13.816Z[ recovery-image] May 08 16:43:12.471 INFO O| May 08 16:43:12.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49082026-05-08T16:43:13.826Z[ recovery-image] May 08 16:43:12.471 INFO O| May 08 16:43:12.471 INFO STEP 35 (remove_files) COMPLETE
49092026-05-08T16:43:13.826Z[ recovery-image] May 08 16:43:12.471 INFO O| May 08 16:43:12.471 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49102026-05-08T16:43:13.826Z[ recovery-image] May 08 16:43:12.480 INFO O| May 08 16:43:12.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49112026-05-08T16:43:13.826Z[ recovery-image] May 08 16:43:12.480 INFO O| May 08 16:43:12.480 INFO STEP 36 (remove_files) COMPLETE
49122026-05-08T16:43:13.826Z[ recovery-image] May 08 16:43:12.480 INFO O| May 08 16:43:12.480 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49132026-05-08T16:43:13.829Z[ recovery-image] May 08 16:43:12.489 INFO O| May 08 16:43:12.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49142026-05-08T16:43:13.830Z[ recovery-image] May 08 16:43:12.489 INFO O| May 08 16:43:12.489 INFO STEP 37 (remove_files) COMPLETE
49152026-05-08T16:43:13.830Z[ recovery-image] May 08 16:43:12.489 INFO O| May 08 16:43:12.489 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49162026-05-08T16:43:13.862Z[ recovery-image] May 08 16:43:12.521 INFO O| May 08 16:43:12.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49172026-05-08T16:43:13.862Z[ recovery-image] May 08 16:43:12.521 INFO O| May 08 16:43:12.521 INFO STEP 38 (remove_files) COMPLETE
49182026-05-08T16:43:13.862Z[ recovery-image] May 08 16:43:12.521 INFO O| May 08 16:43:12.521 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49192026-05-08T16:43:13.872Z[ recovery-image] May 08 16:43:12.529 INFO O| May 08 16:43:12.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49202026-05-08T16:43:13.872Z[ recovery-image] May 08 16:43:12.529 INFO O| May 08 16:43:12.529 INFO STEP 39 (remove_files) COMPLETE
49212026-05-08T16:43:13.881Z[ recovery-image] May 08 16:43:12.529 INFO O| May 08 16:43:12.529 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49222026-05-08T16:43:13.881Z[ recovery-image] May 08 16:43:12.537 INFO O| May 08 16:43:12.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49232026-05-08T16:43:13.882Z[ recovery-image] May 08 16:43:12.537 INFO O| May 08 16:43:12.537 INFO STEP 40 (remove_files) COMPLETE
49242026-05-08T16:43:13.882Z[ recovery-image] May 08 16:43:12.537 INFO O| May 08 16:43:12.537 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49252026-05-08T16:43:13.894Z[ recovery-image] May 08 16:43:12.546 INFO O| May 08 16:43:12.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49262026-05-08T16:43:13.894Z[ recovery-image] May 08 16:43:12.546 INFO O| May 08 16:43:12.546 INFO STEP 41 (remove_files) COMPLETE
49272026-05-08T16:43:13.894Z[ recovery-image] May 08 16:43:12.546 INFO O| May 08 16:43:12.546 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49282026-05-08T16:43:13.898Z[ recovery-image] May 08 16:43:12.554 INFO O| May 08 16:43:12.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49292026-05-08T16:43:13.920Z[ recovery-image] May 08 16:43:12.579 INFO O| May 08 16:43:12.579 INFO STEP 42 (remove_files) COMPLETE
49302026-05-08T16:43:13.920Z[ recovery-image] May 08 16:43:12.579 INFO O| May 08 16:43:12.579 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49312026-05-08T16:43:13.929Z[ recovery-image] May 08 16:43:12.589 INFO O| May 08 16:43:12.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49322026-05-08T16:43:13.929Z[ recovery-image] May 08 16:43:12.589 INFO O| May 08 16:43:12.589 INFO STEP 43 (remove_files) COMPLETE
49332026-05-08T16:43:13.929Z[ recovery-image] May 08 16:43:12.589 INFO O| May 08 16:43:12.589 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49342026-05-08T16:43:13.941Z[ recovery-image] May 08 16:43:12.598 INFO O| May 08 16:43:12.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49352026-05-08T16:43:13.942Z[ recovery-image] May 08 16:43:12.598 INFO O| May 08 16:43:12.598 INFO STEP 44 (remove_files) COMPLETE
49362026-05-08T16:43:13.942Z[ recovery-image] May 08 16:43:12.598 INFO O| May 08 16:43:12.598 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49372026-05-08T16:43:13.948Z[ recovery-image] May 08 16:43:12.607 INFO O| May 08 16:43:12.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49382026-05-08T16:43:13.948Z[ recovery-image] May 08 16:43:12.607 INFO O| May 08 16:43:12.607 INFO STEP 45 (remove_files) COMPLETE
49392026-05-08T16:43:13.951Z[ recovery-image] May 08 16:43:12.607 INFO O| May 08 16:43:12.607 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49402026-05-08T16:43:13.956Z[ recovery-image] May 08 16:43:12.616 INFO O| May 08 16:43:12.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49412026-05-08T16:43:13.956Z[ recovery-image] May 08 16:43:12.616 INFO O| May 08 16:43:12.616 INFO STEP 46 (remove_files) COMPLETE
49422026-05-08T16:43:13.962Z[ recovery-image] May 08 16:43:12.616 INFO O| May 08 16:43:12.616 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49432026-05-08T16:43:13.966Z[ recovery-image] May 08 16:43:12.625 INFO O| May 08 16:43:12.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49442026-05-08T16:43:13.966Z[ recovery-image] May 08 16:43:12.625 INFO O| May 08 16:43:12.625 INFO STEP 47 (remove_files) COMPLETE
49452026-05-08T16:43:13.966Z[ recovery-image] May 08 16:43:12.625 INFO O| May 08 16:43:12.625 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49462026-05-08T16:43:13.977Z[ recovery-image] May 08 16:43:12.634 INFO O| May 08 16:43:12.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49472026-05-08T16:43:13.977Z[ recovery-image] May 08 16:43:12.634 INFO O| May 08 16:43:12.634 INFO STEP 48 (remove_files) COMPLETE
49482026-05-08T16:43:13.977Z[ recovery-image] May 08 16:43:12.634 INFO O| May 08 16:43:12.634 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49492026-05-08T16:43:13.982Z[ recovery-image] May 08 16:43:12.642 INFO O| May 08 16:43:12.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49502026-05-08T16:43:14.000Z[ recovery-image] May 08 16:43:12.658 INFO O| May 08 16:43:12.658 INFO STEP 49 (remove_files) COMPLETE
49512026-05-08T16:43:14.001Z[ recovery-image] May 08 16:43:12.658 INFO O| May 08 16:43:12.658 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49522026-05-08T16:43:14.011Z[ recovery-image] May 08 16:43:12.668 INFO O| May 08 16:43:12.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49532026-05-08T16:43:14.024Z[ recovery-image] May 08 16:43:12.683 INFO O| May 08 16:43:12.683 INFO STEP 50 (remove_files) COMPLETE
49542026-05-08T16:43:14.024Z[ recovery-image] May 08 16:43:12.683 INFO O| May 08 16:43:12.683 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49552026-05-08T16:43:14.071Z[ recovery-image] May 08 16:43:12.726 INFO O| May 08 16:43:12.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49562026-05-08T16:43:14.071Z[ recovery-image] May 08 16:43:12.726 INFO O| May 08 16:43:12.726 INFO STEP 51 (remove_files) COMPLETE
49572026-05-08T16:43:14.071Z[ recovery-image] May 08 16:43:12.727 INFO O| May 08 16:43:12.726 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49582026-05-08T16:43:14.076Z[ recovery-image] May 08 16:43:12.736 INFO O| May 08 16:43:12.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49592026-05-08T16:43:14.101Z[ recovery-image] May 08 16:43:12.761 INFO O| May 08 16:43:12.761 INFO STEP 52 (remove_files) COMPLETE
49602026-05-08T16:43:14.101Z[ recovery-image] May 08 16:43:12.761 INFO O| May 08 16:43:12.761 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49612026-05-08T16:43:14.111Z[ recovery-image] May 08 16:43:12.771 INFO O| May 08 16:43:12.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49622026-05-08T16:43:14.111Z[ recovery-image] May 08 16:43:12.771 INFO O| May 08 16:43:12.771 INFO STEP 53 (remove_files) COMPLETE
49632026-05-08T16:43:14.111Z[ recovery-image] May 08 16:43:12.771 INFO O| May 08 16:43:12.771 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49642026-05-08T16:43:14.193Z[ recovery-image] May 08 16:43:12.849 INFO O| May 08 16:43:12.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49652026-05-08T16:43:14.211Z[ recovery-image] May 08 16:43:12.870 INFO O| May 08 16:43:12.870 INFO STEP 54 (remove_files) COMPLETE
49662026-05-08T16:43:14.211Z[ recovery-image] May 08 16:43:12.870 INFO O| May 08 16:43:12.870 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49672026-05-08T16:43:14.221Z[ recovery-image] May 08 16:43:12.880 INFO O| May 08 16:43:12.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49682026-05-08T16:43:14.221Z[ recovery-image] May 08 16:43:12.880 INFO O| May 08 16:43:12.880 INFO STEP 55 (remove_files) COMPLETE
49692026-05-08T16:43:14.224Z[ recovery-image] May 08 16:43:12.880 INFO O| May 08 16:43:12.880 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49702026-05-08T16:43:14.230Z[ recovery-image] May 08 16:43:12.889 INFO O| May 08 16:43:12.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49712026-05-08T16:43:14.238Z[ recovery-image] May 08 16:43:12.889 INFO O| May 08 16:43:12.889 INFO STEP 56 (remove_files) COMPLETE
49722026-05-08T16:43:14.238Z[ recovery-image] May 08 16:43:12.889 INFO O| May 08 16:43:12.889 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49732026-05-08T16:43:14.241Z[ recovery-image] May 08 16:43:12.898 INFO O| May 08 16:43:12.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49742026-05-08T16:43:14.242Z[ recovery-image] May 08 16:43:12.898 INFO O| May 08 16:43:12.898 INFO STEP 57 (remove_files) COMPLETE
49752026-05-08T16:43:14.242Z[ recovery-image] May 08 16:43:12.898 INFO O| May 08 16:43:12.898 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49762026-05-08T16:43:14.247Z[ recovery-image] May 08 16:43:12.907 INFO O| May 08 16:43:12.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49772026-05-08T16:43:14.247Z[ recovery-image] May 08 16:43:12.907 INFO O| May 08 16:43:12.907 INFO STEP 58 (remove_files) COMPLETE
49782026-05-08T16:43:14.252Z[ recovery-image] May 08 16:43:12.907 INFO O| May 08 16:43:12.907 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49792026-05-08T16:43:14.255Z[ recovery-image] May 08 16:43:12.915 INFO O| May 08 16:43:12.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49802026-05-08T16:43:14.255Z[ recovery-image] May 08 16:43:12.915 INFO O| May 08 16:43:12.915 INFO STEP 59 (remove_files) COMPLETE
49812026-05-08T16:43:14.258Z[ recovery-image] May 08 16:43:12.915 INFO O| May 08 16:43:12.915 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49822026-05-08T16:43:14.264Z[ recovery-image] May 08 16:43:12.924 INFO O| May 08 16:43:12.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49832026-05-08T16:43:14.264Z[ recovery-image] May 08 16:43:12.924 INFO O| May 08 16:43:12.924 INFO STEP 60 (remove_files) COMPLETE
49842026-05-08T16:43:14.264Z[ recovery-image] May 08 16:43:12.924 INFO O| May 08 16:43:12.924 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49852026-05-08T16:43:14.277Z[ recovery-image] May 08 16:43:12.933 INFO O| May 08 16:43:12.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49862026-05-08T16:43:14.277Z[ recovery-image] May 08 16:43:12.933 INFO O| May 08 16:43:12.933 INFO STEP 61 (remove_files) COMPLETE
49872026-05-08T16:43:14.283Z[ recovery-image] May 08 16:43:12.933 INFO O| May 08 16:43:12.933 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49882026-05-08T16:43:14.287Z[ recovery-image] May 08 16:43:12.942 INFO O| May 08 16:43:12.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49892026-05-08T16:43:14.307Z[ recovery-image] May 08 16:43:12.966 INFO O| May 08 16:43:12.966 INFO STEP 62 (remove_files) COMPLETE
49902026-05-08T16:43:14.307Z[ recovery-image] May 08 16:43:12.966 INFO O| May 08 16:43:12.966 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49912026-05-08T16:43:14.317Z[ recovery-image] May 08 16:43:12.976 INFO O| May 08 16:43:12.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49922026-05-08T16:43:14.317Z[ recovery-image] May 08 16:43:12.976 INFO O| May 08 16:43:12.976 INFO STEP 63 (remove_files) COMPLETE
49932026-05-08T16:43:14.322Z[ recovery-image] May 08 16:43:12.976 INFO O| May 08 16:43:12.976 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49942026-05-08T16:43:14.335Z[ recovery-image] May 08 16:43:12.985 INFO O| May 08 16:43:12.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49952026-05-08T16:43:14.336Z[ recovery-image] May 08 16:43:12.985 INFO O| May 08 16:43:12.985 INFO STEP 64 (remove_files) COMPLETE
49962026-05-08T16:43:14.336Z[ recovery-image] May 08 16:43:12.985 INFO O| May 08 16:43:12.985 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49972026-05-08T16:43:14.340Z[ recovery-image] May 08 16:43:12.994 INFO O| May 08 16:43:12.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
49982026-05-08T16:43:14.341Z[ recovery-image] May 08 16:43:12.995 INFO O| May 08 16:43:12.995 INFO STEP 65 (remove_files) COMPLETE
49992026-05-08T16:43:14.341Z[ recovery-image] May 08 16:43:12.995 INFO O| May 08 16:43:12.995 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50002026-05-08T16:43:14.344Z[ recovery-image] May 08 16:43:13.004 INFO O| May 08 16:43:13.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50012026-05-08T16:43:14.344Z[ recovery-image] May 08 16:43:13.004 INFO O| May 08 16:43:13.004 INFO STEP 66 (remove_files) COMPLETE
50022026-05-08T16:43:14.344Z[ recovery-image] May 08 16:43:13.004 INFO O| May 08 16:43:13.004 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50032026-05-08T16:43:14.354Z[ recovery-image] May 08 16:43:13.013 INFO O| May 08 16:43:13.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50042026-05-08T16:43:14.355Z[ recovery-image] May 08 16:43:13.013 INFO O| May 08 16:43:13.013 INFO STEP 67 (remove_files) COMPLETE
50052026-05-08T16:43:14.355Z[ recovery-image] May 08 16:43:13.013 INFO O| May 08 16:43:13.013 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50062026-05-08T16:43:14.392Z[ recovery-image] May 08 16:43:13.048 INFO O| May 08 16:43:13.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50072026-05-08T16:43:14.392Z[ recovery-image] May 08 16:43:13.048 INFO O| May 08 16:43:13.048 INFO STEP 68 (remove_files) COMPLETE
50082026-05-08T16:43:14.398Z[ recovery-image] May 08 16:43:13.048 INFO O| May 08 16:43:13.048 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50092026-05-08T16:43:14.401Z[ recovery-image] May 08 16:43:13.058 INFO O| May 08 16:43:13.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50102026-05-08T16:43:14.401Z[ recovery-image] May 08 16:43:13.058 INFO O| May 08 16:43:13.058 INFO STEP 69 (remove_files) COMPLETE
50112026-05-08T16:43:14.401Z[ recovery-image] May 08 16:43:13.058 INFO O| May 08 16:43:13.058 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50122026-05-08T16:43:14.411Z[ recovery-image] May 08 16:43:13.070 INFO O| May 08 16:43:13.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50132026-05-08T16:43:14.411Z[ recovery-image] May 08 16:43:13.070 INFO O| May 08 16:43:13.070 INFO STEP 70 (remove_files) COMPLETE
50142026-05-08T16:43:14.411Z[ recovery-image] May 08 16:43:13.070 INFO O| May 08 16:43:13.070 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50152026-05-08T16:43:14.422Z[ recovery-image] May 08 16:43:13.080 INFO O| May 08 16:43:13.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50162026-05-08T16:43:14.422Z[ recovery-image] May 08 16:43:13.080 INFO O| May 08 16:43:13.080 INFO STEP 71 (remove_files) COMPLETE
50172026-05-08T16:43:14.422Z[ recovery-image] May 08 16:43:13.080 INFO O| May 08 16:43:13.080 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50182026-05-08T16:43:14.432Z[ recovery-image] May 08 16:43:13.092 INFO O| May 08 16:43:13.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50192026-05-08T16:43:14.432Z[ recovery-image] May 08 16:43:13.092 INFO O| May 08 16:43:13.092 INFO STEP 72 (remove_files) COMPLETE
50202026-05-08T16:43:14.432Z[ recovery-image] May 08 16:43:13.092 INFO O| May 08 16:43:13.092 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50212026-05-08T16:43:14.443Z[ recovery-image] May 08 16:43:13.102 INFO O| May 08 16:43:13.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50222026-05-08T16:43:14.443Z[ recovery-image] May 08 16:43:13.102 INFO O| May 08 16:43:13.102 INFO STEP 73 (remove_files) COMPLETE
50232026-05-08T16:43:14.455Z[ recovery-image] May 08 16:43:13.102 INFO O| May 08 16:43:13.102 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50242026-05-08T16:43:14.459Z[ recovery-image] May 08 16:43:13.112 INFO O| May 08 16:43:13.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50252026-05-08T16:43:14.459Z[ recovery-image] May 08 16:43:13.112 INFO O| May 08 16:43:13.112 INFO STEP 74 (remove_files) COMPLETE
50262026-05-08T16:43:14.459Z[ recovery-image] May 08 16:43:13.112 INFO O| May 08 16:43:13.112 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50272026-05-08T16:43:14.462Z[ recovery-image] May 08 16:43:13.121 INFO O| May 08 16:43:13.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50282026-05-08T16:43:14.462Z[ recovery-image] May 08 16:43:13.121 INFO O| May 08 16:43:13.121 INFO STEP 75 (remove_files) COMPLETE
50292026-05-08T16:43:14.462Z[ recovery-image] May 08 16:43:13.121 INFO O| May 08 16:43:13.121 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50302026-05-08T16:43:14.472Z[ recovery-image] May 08 16:43:13.130 INFO O| May 08 16:43:13.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50312026-05-08T16:43:14.472Z[ recovery-image] May 08 16:43:13.130 INFO O| May 08 16:43:13.130 INFO STEP 76 (remove_files) COMPLETE
50322026-05-08T16:43:14.476Z[ recovery-image] May 08 16:43:13.130 INFO O| May 08 16:43:13.130 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50332026-05-08T16:43:14.480Z[ recovery-image] May 08 16:43:13.140 INFO O| May 08 16:43:13.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50342026-05-08T16:43:14.480Z[ recovery-image] May 08 16:43:13.140 INFO O| May 08 16:43:13.140 INFO STEP 77 (remove_files) COMPLETE
50352026-05-08T16:43:14.484Z[ recovery-image] May 08 16:43:13.140 INFO O| May 08 16:43:13.140 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50362026-05-08T16:43:14.491Z[ recovery-image] May 08 16:43:13.149 INFO O| May 08 16:43:13.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50372026-05-08T16:43:14.491Z[ recovery-image] May 08 16:43:13.149 INFO O| May 08 16:43:13.149 INFO STEP 78 (remove_files) COMPLETE
50382026-05-08T16:43:14.491Z[ recovery-image] May 08 16:43:13.149 INFO O| May 08 16:43:13.149 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50392026-05-08T16:43:14.499Z[ recovery-image] May 08 16:43:13.158 INFO O| May 08 16:43:13.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50402026-05-08T16:43:14.499Z[ recovery-image] May 08 16:43:13.158 INFO O| May 08 16:43:13.158 INFO STEP 79 (remove_files) COMPLETE
50412026-05-08T16:43:14.499Z[ recovery-image] May 08 16:43:13.158 INFO O| May 08 16:43:13.158 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50422026-05-08T16:43:14.510Z[ recovery-image] May 08 16:43:13.167 INFO O| May 08 16:43:13.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50432026-05-08T16:43:14.511Z[ recovery-image] May 08 16:43:13.167 INFO O| May 08 16:43:13.167 INFO STEP 80 (remove_files) COMPLETE
50442026-05-08T16:43:14.520Z[ recovery-image] May 08 16:43:13.167 INFO O| May 08 16:43:13.167 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50452026-05-08T16:43:14.520Z[ recovery-image] May 08 16:43:13.176 INFO O| May 08 16:43:13.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50462026-05-08T16:43:14.520Z[ recovery-image] May 08 16:43:13.176 INFO O| May 08 16:43:13.176 INFO STEP 81 (remove_files) COMPLETE
50472026-05-08T16:43:14.520Z[ recovery-image] May 08 16:43:13.176 INFO O| May 08 16:43:13.176 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50482026-05-08T16:43:14.527Z[ recovery-image] May 08 16:43:13.186 INFO O| May 08 16:43:13.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50492026-05-08T16:43:14.533Z[ recovery-image] May 08 16:43:13.187 INFO O| May 08 16:43:13.187 INFO STEP 82 (remove_files) COMPLETE
50502026-05-08T16:43:14.534Z[ recovery-image] May 08 16:43:13.187 INFO O| May 08 16:43:13.187 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50512026-05-08T16:43:14.537Z[ recovery-image] May 08 16:43:13.196 INFO O| May 08 16:43:13.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50522026-05-08T16:43:14.537Z[ recovery-image] May 08 16:43:13.196 INFO O| May 08 16:43:13.196 INFO STEP 83 (remove_files) COMPLETE
50532026-05-08T16:43:14.537Z[ recovery-image] May 08 16:43:13.196 INFO O| May 08 16:43:13.196 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50542026-05-08T16:43:14.545Z[ recovery-image] May 08 16:43:13.205 INFO O| May 08 16:43:13.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50552026-05-08T16:43:14.545Z[ recovery-image] May 08 16:43:13.205 INFO O| May 08 16:43:13.205 INFO STEP 84 (remove_files) COMPLETE
50562026-05-08T16:43:14.546Z[ recovery-image] May 08 16:43:13.205 INFO O| May 08 16:43:13.205 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50572026-05-08T16:43:14.554Z[ recovery-image] May 08 16:43:13.214 INFO O| May 08 16:43:13.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50582026-05-08T16:43:14.555Z[ recovery-image] May 08 16:43:13.214 INFO O| May 08 16:43:13.214 INFO STEP 85 (remove_files) COMPLETE
50592026-05-08T16:43:14.555Z[ recovery-image] May 08 16:43:13.214 INFO O| May 08 16:43:13.214 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50602026-05-08T16:43:14.563Z[ recovery-image] May 08 16:43:13.222 INFO O| May 08 16:43:13.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50612026-05-08T16:43:14.563Z[ recovery-image] May 08 16:43:13.222 INFO O| May 08 16:43:13.222 INFO STEP 86 (remove_files) COMPLETE
50622026-05-08T16:43:14.563Z[ recovery-image] May 08 16:43:13.223 INFO O| May 08 16:43:13.222 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50632026-05-08T16:43:14.572Z[ recovery-image] May 08 16:43:13.231 INFO O| May 08 16:43:13.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50642026-05-08T16:43:14.572Z[ recovery-image] May 08 16:43:13.231 INFO O| May 08 16:43:13.231 INFO STEP 87 (remove_files) COMPLETE
50652026-05-08T16:43:14.572Z[ recovery-image] May 08 16:43:13.231 INFO O| May 08 16:43:13.231 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50662026-05-08T16:43:14.580Z[ recovery-image] May 08 16:43:13.240 INFO O| May 08 16:43:13.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50672026-05-08T16:43:14.580Z[ recovery-image] May 08 16:43:13.240 INFO O| May 08 16:43:13.240 INFO STEP 88 (remove_files) COMPLETE
50682026-05-08T16:43:14.589Z[ recovery-image] May 08 16:43:13.240 INFO O| May 08 16:43:13.240 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50692026-05-08T16:43:14.593Z[ recovery-image] May 08 16:43:13.248 INFO O| May 08 16:43:13.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50702026-05-08T16:43:14.593Z[ recovery-image] May 08 16:43:13.248 INFO O| May 08 16:43:13.248 INFO STEP 89 (remove_files) COMPLETE
50712026-05-08T16:43:14.593Z[ recovery-image] May 08 16:43:13.248 INFO O| May 08 16:43:13.248 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50722026-05-08T16:43:14.598Z[ recovery-image] May 08 16:43:13.256 INFO O| May 08 16:43:13.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50732026-05-08T16:43:14.598Z[ recovery-image] May 08 16:43:13.256 INFO O| May 08 16:43:13.256 INFO STEP 90 (remove_files) COMPLETE
50742026-05-08T16:43:14.598Z[ recovery-image] May 08 16:43:13.256 INFO O| May 08 16:43:13.256 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50752026-05-08T16:43:14.605Z[ recovery-image] May 08 16:43:13.264 INFO O| May 08 16:43:13.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50762026-05-08T16:43:14.605Z[ recovery-image] May 08 16:43:13.264 INFO O| May 08 16:43:13.264 INFO STEP 91 (remove_files) COMPLETE
50772026-05-08T16:43:14.611Z[ recovery-image] May 08 16:43:13.264 INFO O| May 08 16:43:13.264 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50782026-05-08T16:43:14.615Z[ recovery-image] May 08 16:43:13.273 INFO O| May 08 16:43:13.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50792026-05-08T16:43:14.615Z[ recovery-image] May 08 16:43:13.273 INFO O| May 08 16:43:13.273 INFO STEP 92 (remove_files) COMPLETE
50802026-05-08T16:43:14.615Z[ recovery-image] May 08 16:43:13.273 INFO O| May 08 16:43:13.273 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50812026-05-08T16:43:14.621Z[ recovery-image] May 08 16:43:13.281 INFO O| May 08 16:43:13.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50822026-05-08T16:43:14.626Z[ recovery-image] May 08 16:43:13.282 INFO O| May 08 16:43:13.282 INFO STEP 93 (remove_files) COMPLETE
50832026-05-08T16:43:14.626Z[ recovery-image] May 08 16:43:13.282 INFO O| May 08 16:43:13.282 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50842026-05-08T16:43:14.641Z[ recovery-image] May 08 16:43:13.291 INFO O| May 08 16:43:13.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50852026-05-08T16:43:14.641Z[ recovery-image] May 08 16:43:13.291 INFO O| May 08 16:43:13.291 INFO STEP 94 (remove_files) COMPLETE
50862026-05-08T16:43:14.641Z[ recovery-image] May 08 16:43:13.291 INFO O| May 08 16:43:13.291 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50872026-05-08T16:43:14.641Z[ recovery-image] May 08 16:43:13.300 INFO O| May 08 16:43:13.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50882026-05-08T16:43:14.641Z[ recovery-image] May 08 16:43:13.300 INFO O| May 08 16:43:13.300 INFO STEP 95 (remove_files) COMPLETE
50892026-05-08T16:43:14.642Z[ recovery-image] May 08 16:43:13.300 INFO O| May 08 16:43:13.300 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50902026-05-08T16:43:14.650Z[ recovery-image] May 08 16:43:13.309 INFO O| May 08 16:43:13.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50912026-05-08T16:43:14.650Z[ recovery-image] May 08 16:43:13.309 INFO O| May 08 16:43:13.309 INFO STEP 96 (remove_files) COMPLETE
50922026-05-08T16:43:14.654Z[ recovery-image] May 08 16:43:13.309 INFO O| May 08 16:43:13.309 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50932026-05-08T16:43:14.658Z[ recovery-image] May 08 16:43:13.317 INFO O| May 08 16:43:13.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50942026-05-08T16:43:14.659Z[ recovery-image] May 08 16:43:13.317 INFO O| May 08 16:43:13.317 INFO STEP 97 (remove_files) COMPLETE
50952026-05-08T16:43:14.659Z[ recovery-image] May 08 16:43:13.317 INFO O| May 08 16:43:13.317 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50962026-05-08T16:43:14.669Z[ recovery-image] May 08 16:43:13.325 INFO O| May 08 16:43:13.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
50972026-05-08T16:43:14.669Z[ recovery-image] May 08 16:43:13.325 INFO O| May 08 16:43:13.325 INFO STEP 98 (remove_files) COMPLETE
50982026-05-08T16:43:14.669Z[ recovery-image] May 08 16:43:13.325 INFO O| May 08 16:43:13.325 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50992026-05-08T16:43:14.674Z[ recovery-image] May 08 16:43:13.333 INFO O| May 08 16:43:13.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51002026-05-08T16:43:14.674Z[ recovery-image] May 08 16:43:13.333 INFO O| May 08 16:43:13.333 INFO STEP 99 (remove_files) COMPLETE
51012026-05-08T16:43:14.679Z[ recovery-image] May 08 16:43:13.333 INFO O| May 08 16:43:13.333 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51022026-05-08T16:43:14.683Z[ recovery-image] May 08 16:43:13.342 INFO O| May 08 16:43:13.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51032026-05-08T16:43:14.683Z[ recovery-image] May 08 16:43:13.342 INFO O| May 08 16:43:13.342 INFO STEP 100 (remove_files) COMPLETE
51042026-05-08T16:43:14.683Z[ recovery-image] May 08 16:43:13.342 INFO O| May 08 16:43:13.342 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51052026-05-08T16:43:14.690Z[ recovery-image] May 08 16:43:13.350 INFO O| May 08 16:43:13.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51062026-05-08T16:43:14.690Z[ recovery-image] May 08 16:43:13.350 INFO O| May 08 16:43:13.350 INFO STEP 101 (remove_files) COMPLETE
51072026-05-08T16:43:14.690Z[ recovery-image] May 08 16:43:13.350 INFO O| May 08 16:43:13.350 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51082026-05-08T16:43:14.701Z[ recovery-image] May 08 16:43:13.358 INFO O| May 08 16:43:13.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51092026-05-08T16:43:14.701Z[ recovery-image] May 08 16:43:13.358 INFO O| May 08 16:43:13.358 INFO STEP 102 (remove_files) COMPLETE
51102026-05-08T16:43:14.704Z[ recovery-image] May 08 16:43:13.358 INFO O| May 08 16:43:13.358 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51112026-05-08T16:43:14.709Z[ recovery-image] May 08 16:43:13.366 INFO O| May 08 16:43:13.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51122026-05-08T16:43:14.709Z[ recovery-image] May 08 16:43:13.366 INFO O| May 08 16:43:13.366 INFO STEP 103 (remove_files) COMPLETE
51132026-05-08T16:43:14.709Z[ recovery-image] May 08 16:43:13.366 INFO O| May 08 16:43:13.366 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51142026-05-08T16:43:14.714Z[ recovery-image] May 08 16:43:13.373 INFO O| May 08 16:43:13.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51152026-05-08T16:43:14.714Z[ recovery-image] May 08 16:43:13.373 INFO O| May 08 16:43:13.373 INFO STEP 104 (remove_files) COMPLETE
51162026-05-08T16:43:14.714Z[ recovery-image] May 08 16:43:13.374 INFO O| May 08 16:43:13.373 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51172026-05-08T16:43:14.723Z[ recovery-image] May 08 16:43:13.382 INFO O| May 08 16:43:13.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51182026-05-08T16:43:14.723Z[ recovery-image] May 08 16:43:13.382 INFO O| May 08 16:43:13.382 INFO STEP 105 (remove_files) COMPLETE
51192026-05-08T16:43:14.723Z[ recovery-image] May 08 16:43:13.382 INFO O| May 08 16:43:13.382 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51202026-05-08T16:43:14.733Z[ recovery-image] May 08 16:43:13.392 INFO O| May 08 16:43:13.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51212026-05-08T16:43:14.733Z[ recovery-image] May 08 16:43:13.392 INFO O| May 08 16:43:13.392 INFO STEP 106 (remove_files) COMPLETE
51222026-05-08T16:43:14.739Z[ recovery-image] May 08 16:43:13.392 INFO O| May 08 16:43:13.392 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51232026-05-08T16:43:14.742Z[ recovery-image] May 08 16:43:13.401 INFO O| May 08 16:43:13.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51242026-05-08T16:43:14.742Z[ recovery-image] May 08 16:43:13.401 INFO O| May 08 16:43:13.401 INFO STEP 107 (remove_files) COMPLETE
51252026-05-08T16:43:14.742Z[ recovery-image] May 08 16:43:13.401 INFO O| May 08 16:43:13.401 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51262026-05-08T16:43:14.754Z[ recovery-image] May 08 16:43:13.410 INFO O| May 08 16:43:13.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51272026-05-08T16:43:14.754Z[ recovery-image] May 08 16:43:13.410 INFO O| May 08 16:43:13.410 INFO STEP 108 (remove_files) COMPLETE
51282026-05-08T16:43:14.760Z[ recovery-image] May 08 16:43:13.410 INFO O| May 08 16:43:13.410 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51292026-05-08T16:43:14.764Z[ recovery-image] May 08 16:43:13.420 INFO O| May 08 16:43:13.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51302026-05-08T16:43:14.764Z[ recovery-image] May 08 16:43:13.420 INFO O| May 08 16:43:13.420 INFO STEP 109 (remove_files) COMPLETE
51312026-05-08T16:43:14.764Z[ recovery-image] May 08 16:43:13.420 INFO O| May 08 16:43:13.420 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51322026-05-08T16:43:14.771Z[ recovery-image] May 08 16:43:13.431 INFO O| May 08 16:43:13.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51332026-05-08T16:43:14.771Z[ recovery-image] May 08 16:43:13.431 INFO O| May 08 16:43:13.431 INFO STEP 110 (remove_files) COMPLETE
51342026-05-08T16:43:14.771Z[ recovery-image] May 08 16:43:13.431 INFO O| May 08 16:43:13.431 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51352026-05-08T16:43:14.785Z[ recovery-image] May 08 16:43:13.443 INFO O| May 08 16:43:13.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51362026-05-08T16:43:14.789Z[ recovery-image] May 08 16:43:13.443 INFO O| May 08 16:43:13.443 INFO STEP 111 (remove_files) COMPLETE
51372026-05-08T16:43:14.789Z[ recovery-image] May 08 16:43:13.443 INFO O| May 08 16:43:13.443 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51382026-05-08T16:43:14.797Z[ recovery-image] May 08 16:43:13.454 INFO O| May 08 16:43:13.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51392026-05-08T16:43:14.797Z[ recovery-image] May 08 16:43:13.454 INFO O| May 08 16:43:13.454 INFO STEP 112 (remove_files) COMPLETE
51402026-05-08T16:43:14.798Z[ recovery-image] May 08 16:43:13.454 INFO O| May 08 16:43:13.454 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51412026-05-08T16:43:14.805Z[ recovery-image] May 08 16:43:13.465 INFO O| May 08 16:43:13.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51422026-05-08T16:43:14.815Z[ recovery-image] May 08 16:43:13.465 INFO O| May 08 16:43:13.465 INFO STEP 113 (remove_files) COMPLETE
51432026-05-08T16:43:14.815Z[ recovery-image] May 08 16:43:13.466 INFO O| May 08 16:43:13.465 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51442026-05-08T16:43:14.822Z[ recovery-image] May 08 16:43:13.475 INFO O| May 08 16:43:13.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51452026-05-08T16:43:14.822Z[ recovery-image] May 08 16:43:13.475 INFO O| May 08 16:43:13.475 INFO STEP 114 (remove_files) COMPLETE
51462026-05-08T16:43:14.822Z[ recovery-image] May 08 16:43:13.475 INFO O| May 08 16:43:13.475 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51472026-05-08T16:43:14.833Z[ recovery-image] May 08 16:43:13.486 INFO O| May 08 16:43:13.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51482026-05-08T16:43:14.833Z[ recovery-image] May 08 16:43:13.486 INFO O| May 08 16:43:13.486 INFO STEP 115 (remove_files) COMPLETE
51492026-05-08T16:43:14.833Z[ recovery-image] May 08 16:43:13.486 INFO O| May 08 16:43:13.486 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51502026-05-08T16:43:14.837Z[ recovery-image] May 08 16:43:13.495 INFO O| May 08 16:43:13.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51512026-05-08T16:43:14.837Z[ recovery-image] May 08 16:43:13.495 INFO O| May 08 16:43:13.495 INFO STEP 116 (remove_files) COMPLETE
51522026-05-08T16:43:14.837Z[ recovery-image] May 08 16:43:13.495 INFO O| May 08 16:43:13.495 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51532026-05-08T16:43:14.844Z[ recovery-image] May 08 16:43:13.503 INFO O| May 08 16:43:13.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51542026-05-08T16:43:14.844Z[ recovery-image] May 08 16:43:13.504 INFO O| May 08 16:43:13.503 INFO STEP 117 (remove_files) COMPLETE
51552026-05-08T16:43:14.847Z[ recovery-image] May 08 16:43:13.504 INFO O| May 08 16:43:13.503 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51562026-05-08T16:43:14.855Z[ recovery-image] May 08 16:43:13.512 INFO O| May 08 16:43:13.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51572026-05-08T16:43:14.855Z[ recovery-image] May 08 16:43:13.512 INFO O| May 08 16:43:13.512 INFO STEP 118 (remove_files) COMPLETE
51582026-05-08T16:43:14.858Z[ recovery-image] May 08 16:43:13.512 INFO O| May 08 16:43:13.512 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51592026-05-08T16:43:14.862Z[ recovery-image] May 08 16:43:13.522 INFO O| May 08 16:43:13.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51602026-05-08T16:43:14.862Z[ recovery-image] May 08 16:43:13.522 INFO O| May 08 16:43:13.522 INFO STEP 119 (remove_files) COMPLETE
51612026-05-08T16:43:14.862Z[ recovery-image] May 08 16:43:13.522 INFO O| May 08 16:43:13.522 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51622026-05-08T16:43:14.871Z[ recovery-image] May 08 16:43:13.531 INFO O| May 08 16:43:13.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51632026-05-08T16:43:14.871Z[ recovery-image] May 08 16:43:13.531 INFO O| May 08 16:43:13.531 INFO STEP 120 (remove_files) COMPLETE
51642026-05-08T16:43:14.871Z[ recovery-image] May 08 16:43:13.531 INFO O| May 08 16:43:13.531 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51652026-05-08T16:43:14.881Z[ recovery-image] May 08 16:43:13.540 INFO O| May 08 16:43:13.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51662026-05-08T16:43:14.882Z[ recovery-image] May 08 16:43:13.540 INFO O| May 08 16:43:13.540 INFO STEP 121 (remove_files) COMPLETE
51672026-05-08T16:43:14.887Z[ recovery-image] May 08 16:43:13.540 INFO O| May 08 16:43:13.540 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51682026-05-08T16:43:14.893Z[ recovery-image] May 08 16:43:13.549 INFO O| May 08 16:43:13.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51692026-05-08T16:43:14.893Z[ recovery-image] May 08 16:43:13.549 INFO O| May 08 16:43:13.549 INFO STEP 122 (remove_files) COMPLETE
51702026-05-08T16:43:14.893Z[ recovery-image] May 08 16:43:13.549 INFO O| May 08 16:43:13.549 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51712026-05-08T16:43:14.898Z[ recovery-image] May 08 16:43:13.558 INFO O| May 08 16:43:13.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51722026-05-08T16:43:14.898Z[ recovery-image] May 08 16:43:13.558 INFO O| May 08 16:43:13.558 INFO STEP 123 (remove_files) COMPLETE
51732026-05-08T16:43:14.898Z[ recovery-image] May 08 16:43:13.558 INFO O| May 08 16:43:13.558 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51742026-05-08T16:43:14.907Z[ recovery-image] May 08 16:43:13.567 INFO O| May 08 16:43:13.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51752026-05-08T16:43:14.907Z[ recovery-image] May 08 16:43:13.567 INFO O| May 08 16:43:13.567 INFO STEP 124 (remove_files) COMPLETE
51762026-05-08T16:43:14.914Z[ recovery-image] May 08 16:43:13.567 INFO O| May 08 16:43:13.567 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51772026-05-08T16:43:14.919Z[ recovery-image] May 08 16:43:13.575 INFO O| May 08 16:43:13.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51782026-05-08T16:43:14.919Z[ recovery-image] May 08 16:43:13.575 INFO O| May 08 16:43:13.575 INFO STEP 125 (remove_files) COMPLETE
51792026-05-08T16:43:14.919Z[ recovery-image] May 08 16:43:13.575 INFO O| May 08 16:43:13.575 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51802026-05-08T16:43:14.924Z[ recovery-image] May 08 16:43:13.584 INFO O| May 08 16:43:13.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51812026-05-08T16:43:14.924Z[ recovery-image] May 08 16:43:13.584 INFO O| May 08 16:43:13.584 INFO STEP 126 (remove_files) COMPLETE
51822026-05-08T16:43:14.930Z[ recovery-image] May 08 16:43:13.584 INFO O| May 08 16:43:13.584 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51832026-05-08T16:43:14.934Z[ recovery-image] May 08 16:43:13.592 INFO O| May 08 16:43:13.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51842026-05-08T16:43:14.935Z[ recovery-image] May 08 16:43:13.593 INFO O| May 08 16:43:13.593 INFO STEP 127 (remove_files) COMPLETE
51852026-05-08T16:43:14.935Z[ recovery-image] May 08 16:43:13.593 INFO O| May 08 16:43:13.593 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51862026-05-08T16:43:14.967Z[ recovery-image] May 08 16:43:13.622 INFO O| May 08 16:43:13.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51872026-05-08T16:43:14.967Z[ recovery-image] May 08 16:43:13.622 INFO O| May 08 16:43:13.622 INFO STEP 128 (remove_files) COMPLETE
51882026-05-08T16:43:14.967Z[ recovery-image] May 08 16:43:13.622 INFO O| May 08 16:43:13.622 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51892026-05-08T16:43:14.988Z[ recovery-image] May 08 16:43:13.635 INFO O| May 08 16:43:13.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51902026-05-08T16:43:14.988Z[ recovery-image] May 08 16:43:13.635 INFO O| May 08 16:43:13.632 INFO STEP 129 (remove_files) COMPLETE
51912026-05-08T16:43:14.988Z[ recovery-image] May 08 16:43:13.635 INFO O| May 08 16:43:13.632 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51922026-05-08T16:43:14.988Z[ recovery-image] May 08 16:43:13.643 INFO O| May 08 16:43:13.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51932026-05-08T16:43:14.988Z[ recovery-image] May 08 16:43:13.643 INFO O| May 08 16:43:13.643 INFO STEP 130 (remove_files) COMPLETE
51942026-05-08T16:43:14.988Z[ recovery-image] May 08 16:43:13.643 INFO O| May 08 16:43:13.643 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51952026-05-08T16:43:15.006Z[ recovery-image] May 08 16:43:13.652 INFO O| May 08 16:43:13.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
51962026-05-08T16:43:15.006Z[ recovery-image] May 08 16:43:13.652 INFO O| May 08 16:43:13.652 INFO STEP 131 (remove_files) COMPLETE
51972026-05-08T16:43:15.006Z[ recovery-image] May 08 16:43:13.652 INFO O| May 08 16:43:13.652 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51982026-05-08T16:43:15.006Z[ recovery-image] May 08 16:43:13.660 INFO O| May 08 16:43:13.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
51992026-05-08T16:43:15.006Z[ recovery-image] May 08 16:43:13.661 INFO O| May 08 16:43:13.660 INFO STEP 132 (remove_files) COMPLETE
52002026-05-08T16:43:15.006Z[ recovery-image] May 08 16:43:13.661 INFO O| May 08 16:43:13.660 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52012026-05-08T16:43:15.014Z[ recovery-image] May 08 16:43:13.670 INFO O| May 08 16:43:13.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52022026-05-08T16:43:15.014Z[ recovery-image] May 08 16:43:13.670 INFO O| May 08 16:43:13.669 INFO STEP 133 (remove_files) COMPLETE
52032026-05-08T16:43:15.014Z[ recovery-image] May 08 16:43:13.670 INFO O| May 08 16:43:13.669 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52042026-05-08T16:43:15.019Z[ recovery-image] May 08 16:43:13.678 INFO O| May 08 16:43:13.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52052026-05-08T16:43:15.019Z[ recovery-image] May 08 16:43:13.678 INFO O| May 08 16:43:13.678 INFO STEP 134 (remove_files) COMPLETE
52062026-05-08T16:43:15.019Z[ recovery-image] May 08 16:43:13.678 INFO O| May 08 16:43:13.678 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52072026-05-08T16:43:15.026Z[ recovery-image] May 08 16:43:13.686 INFO O| May 08 16:43:13.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52082026-05-08T16:43:15.026Z[ recovery-image] May 08 16:43:13.686 INFO O| May 08 16:43:13.686 INFO STEP 135 (remove_files) COMPLETE
52092026-05-08T16:43:15.031Z[ recovery-image] May 08 16:43:13.686 INFO O| May 08 16:43:13.686 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52102026-05-08T16:43:15.036Z[ recovery-image] May 08 16:43:13.695 INFO O| May 08 16:43:13.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52112026-05-08T16:43:15.036Z[ recovery-image] May 08 16:43:13.695 INFO O| May 08 16:43:13.695 INFO STEP 136 (remove_files) COMPLETE
52122026-05-08T16:43:15.036Z[ recovery-image] May 08 16:43:13.695 INFO O| May 08 16:43:13.695 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52132026-05-08T16:43:15.047Z[ recovery-image] May 08 16:43:13.703 INFO O| May 08 16:43:13.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52142026-05-08T16:43:15.047Z[ recovery-image] May 08 16:43:13.703 INFO O| May 08 16:43:13.703 INFO STEP 137 (remove_files) COMPLETE
52152026-05-08T16:43:15.057Z[ recovery-image] May 08 16:43:13.703 INFO O| May 08 16:43:13.703 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52162026-05-08T16:43:15.057Z[ recovery-image] May 08 16:43:13.711 INFO O| May 08 16:43:13.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52172026-05-08T16:43:15.057Z[ recovery-image] May 08 16:43:13.711 INFO O| May 08 16:43:13.711 INFO STEP 138 (remove_files) COMPLETE
52182026-05-08T16:43:15.057Z[ recovery-image] May 08 16:43:13.711 INFO O| May 08 16:43:13.711 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52192026-05-08T16:43:15.060Z[ recovery-image] May 08 16:43:13.720 INFO O| May 08 16:43:13.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52202026-05-08T16:43:15.061Z[ recovery-image] May 08 16:43:13.720 INFO O| May 08 16:43:13.720 INFO STEP 139 (remove_files) COMPLETE
52212026-05-08T16:43:15.068Z[ recovery-image] May 08 16:43:13.720 INFO O| May 08 16:43:13.720 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52222026-05-08T16:43:15.075Z[ recovery-image] May 08 16:43:13.729 INFO O| May 08 16:43:13.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52232026-05-08T16:43:15.075Z[ recovery-image] May 08 16:43:13.729 INFO O| May 08 16:43:13.729 INFO STEP 140 (remove_files) COMPLETE
52242026-05-08T16:43:15.075Z[ recovery-image] May 08 16:43:13.729 INFO O| May 08 16:43:13.729 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52252026-05-08T16:43:15.080Z[ recovery-image] May 08 16:43:13.739 INFO O| May 08 16:43:13.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52262026-05-08T16:43:15.080Z[ recovery-image] May 08 16:43:13.739 INFO O| May 08 16:43:13.738 INFO STEP 141 (remove_files) COMPLETE
52272026-05-08T16:43:15.080Z[ recovery-image] May 08 16:43:13.739 INFO O| May 08 16:43:13.738 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52282026-05-08T16:43:15.088Z[ recovery-image] May 08 16:43:13.747 INFO O| May 08 16:43:13.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52292026-05-08T16:43:15.088Z[ recovery-image] May 08 16:43:13.747 INFO O| May 08 16:43:13.747 INFO STEP 142 (remove_files) COMPLETE
52302026-05-08T16:43:15.088Z[ recovery-image] May 08 16:43:13.747 INFO O| May 08 16:43:13.747 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-05-08T16:43:15.098Z[ recovery-image] May 08 16:43:13.758 INFO O| May 08 16:43:13.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52322026-05-08T16:43:15.099Z[ recovery-image] May 08 16:43:13.758 INFO O| May 08 16:43:13.758 INFO STEP 143 (remove_files) COMPLETE
52332026-05-08T16:43:15.099Z[ recovery-image] May 08 16:43:13.758 INFO O| May 08 16:43:13.758 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52342026-05-08T16:43:15.108Z[ recovery-image] May 08 16:43:13.767 INFO O| May 08 16:43:13.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52352026-05-08T16:43:15.108Z[ recovery-image] May 08 16:43:13.767 INFO O| May 08 16:43:13.767 INFO STEP 144 (remove_files) COMPLETE
52362026-05-08T16:43:15.108Z[ recovery-image] May 08 16:43:13.767 INFO O| May 08 16:43:13.767 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.780 INFO O| May 08 16:43:13.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52382026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.780 INFO O| May 08 16:43:13.777 INFO STEP 145 (remove_files) COMPLETE
52392026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.780 INFO O| May 08 16:43:13.777 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.785 INFO O| May 08 16:43:13.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52412026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.785 INFO O| May 08 16:43:13.785 INFO STEP 146 (remove_files) COMPLETE
52422026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.785 INFO O| May 08 16:43:13.785 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52432026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.794 INFO O| May 08 16:43:13.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52442026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.794 INFO O| May 08 16:43:13.794 INFO STEP 147 (remove_files) COMPLETE
52452026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.794 INFO O| May 08 16:43:13.794 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.801 INFO O| May 08 16:43:13.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52472026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.802 INFO O| May 08 16:43:13.802 INFO STEP 148 (remove_files) COMPLETE
52482026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.802 INFO O| May 08 16:43:13.802 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.811 INFO O| May 08 16:43:13.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52502026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.811 INFO O| May 08 16:43:13.811 INFO STEP 149 (remove_files) COMPLETE
52512026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.811 INFO O| May 08 16:43:13.811 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.818 INFO O| May 08 16:43:13.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52532026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.818 INFO O| May 08 16:43:13.818 INFO STEP 150 (remove_files) COMPLETE
52542026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.818 INFO O| May 08 16:43:13.818 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.826 INFO O| May 08 16:43:13.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52562026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.826 INFO O| May 08 16:43:13.826 INFO STEP 151 (remove_files) COMPLETE
52572026-05-08T16:43:15.168Z[ recovery-image] May 08 16:43:13.826 INFO O| May 08 16:43:13.826 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-05-08T16:43:15.174Z[ recovery-image] May 08 16:43:13.834 INFO O| May 08 16:43:13.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52592026-05-08T16:43:15.175Z[ recovery-image] May 08 16:43:13.834 INFO O| May 08 16:43:13.834 INFO STEP 152 (remove_files) COMPLETE
52602026-05-08T16:43:15.179Z[ recovery-image] May 08 16:43:13.834 INFO O| May 08 16:43:13.834 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-05-08T16:43:15.183Z[ recovery-image] May 08 16:43:13.842 INFO O| May 08 16:43:13.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52622026-05-08T16:43:15.188Z[ recovery-image] May 08 16:43:13.843 INFO O| May 08 16:43:13.843 INFO STEP 153 (remove_files) COMPLETE
52632026-05-08T16:43:15.188Z[ recovery-image] May 08 16:43:13.843 INFO O| May 08 16:43:13.843 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-05-08T16:43:15.193Z[ recovery-image] May 08 16:43:13.853 INFO O| May 08 16:43:13.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52652026-05-08T16:43:15.193Z[ recovery-image] May 08 16:43:13.853 INFO O| May 08 16:43:13.853 INFO STEP 154 (remove_files) COMPLETE
52662026-05-08T16:43:15.193Z[ recovery-image] May 08 16:43:13.853 INFO O| May 08 16:43:13.853 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52672026-05-08T16:43:15.204Z[ recovery-image] May 08 16:43:13.863 INFO O| May 08 16:43:13.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52682026-05-08T16:43:15.204Z[ recovery-image] May 08 16:43:13.863 INFO O| May 08 16:43:13.863 INFO STEP 155 (remove_files) COMPLETE
52692026-05-08T16:43:15.204Z[ recovery-image] May 08 16:43:13.863 INFO O| May 08 16:43:13.863 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-05-08T16:43:15.229Z[ recovery-image] May 08 16:43:13.887 INFO O| May 08 16:43:13.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52712026-05-08T16:43:15.229Z[ recovery-image] May 08 16:43:13.887 INFO O| May 08 16:43:13.887 INFO STEP 156 (remove_files) COMPLETE
52722026-05-08T16:43:15.229Z[ recovery-image] May 08 16:43:13.887 INFO O| May 08 16:43:13.887 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-05-08T16:43:15.237Z[ recovery-image] May 08 16:43:13.896 INFO O| May 08 16:43:13.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52742026-05-08T16:43:15.238Z[ recovery-image] May 08 16:43:13.896 INFO O| May 08 16:43:13.896 INFO STEP 157 (remove_files) COMPLETE
52752026-05-08T16:43:15.242Z[ recovery-image] May 08 16:43:13.896 INFO O| May 08 16:43:13.896 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-05-08T16:43:15.253Z[ recovery-image] May 08 16:43:13.911 INFO O| May 08 16:43:13.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52772026-05-08T16:43:15.253Z[ recovery-image] May 08 16:43:13.912 INFO O| May 08 16:43:13.911 INFO STEP 158 (remove_files) COMPLETE
52782026-05-08T16:43:15.257Z[ recovery-image] May 08 16:43:13.912 INFO O| May 08 16:43:13.911 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-05-08T16:43:15.262Z[ recovery-image] May 08 16:43:13.922 INFO O| May 08 16:43:13.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52802026-05-08T16:43:15.262Z[ recovery-image] May 08 16:43:13.922 INFO O| May 08 16:43:13.922 INFO STEP 159 (remove_files) COMPLETE
52812026-05-08T16:43:15.267Z[ recovery-image] May 08 16:43:13.922 INFO O| May 08 16:43:13.922 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-05-08T16:43:15.275Z[ recovery-image] May 08 16:43:13.935 INFO O| May 08 16:43:13.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52832026-05-08T16:43:15.275Z[ recovery-image] May 08 16:43:13.935 INFO O| May 08 16:43:13.935 INFO STEP 160 (remove_files) COMPLETE
52842026-05-08T16:43:15.280Z[ recovery-image] May 08 16:43:13.935 INFO O| May 08 16:43:13.935 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-05-08T16:43:15.302Z[ recovery-image] May 08 16:43:13.946 INFO O| May 08 16:43:13.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52862026-05-08T16:43:15.302Z[ recovery-image] May 08 16:43:13.946 INFO O| May 08 16:43:13.946 INFO STEP 161 (remove_files) COMPLETE
52872026-05-08T16:43:15.307Z[ recovery-image] May 08 16:43:13.946 INFO O| May 08 16:43:13.946 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-05-08T16:43:15.307Z[ recovery-image] May 08 16:43:13.955 INFO O| May 08 16:43:13.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52892026-05-08T16:43:15.307Z[ recovery-image] May 08 16:43:13.955 INFO O| May 08 16:43:13.955 INFO STEP 162 (remove_files) COMPLETE
52902026-05-08T16:43:15.307Z[ recovery-image] May 08 16:43:13.955 INFO O| May 08 16:43:13.955 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-05-08T16:43:15.307Z[ recovery-image] May 08 16:43:13.964 INFO O| May 08 16:43:13.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
52922026-05-08T16:43:15.307Z[ recovery-image] May 08 16:43:13.964 INFO O| May 08 16:43:13.964 INFO STEP 163 (remove_files) COMPLETE
52932026-05-08T16:43:15.307Z[ recovery-image] May 08 16:43:13.964 INFO O| May 08 16:43:13.964 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-05-08T16:43:15.333Z[ recovery-image] May 08 16:43:13.972 INFO O| May 08 16:43:13.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
52952026-05-08T16:43:15.333Z[ recovery-image] May 08 16:43:13.972 INFO O| May 08 16:43:13.972 INFO STEP 164 (remove_files) COMPLETE
52962026-05-08T16:43:15.333Z[ recovery-image] May 08 16:43:13.972 INFO O| May 08 16:43:13.972 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-05-08T16:43:15.333Z[ recovery-image] May 08 16:43:13.982 INFO O| May 08 16:43:13.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
52982026-05-08T16:43:15.333Z[ recovery-image] May 08 16:43:13.982 INFO O| May 08 16:43:13.982 INFO STEP 165 (remove_files) COMPLETE
52992026-05-08T16:43:15.334Z[ recovery-image] May 08 16:43:13.982 INFO O| May 08 16:43:13.982 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-05-08T16:43:15.364Z[ recovery-image] May 08 16:43:13.991 INFO O| May 08 16:43:13.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53012026-05-08T16:43:15.365Z[ recovery-image] May 08 16:43:13.991 INFO O| May 08 16:43:13.991 INFO STEP 166 (remove_files) COMPLETE
53022026-05-08T16:43:15.365Z[ recovery-image] May 08 16:43:13.991 INFO O| May 08 16:43:13.991 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-05-08T16:43:15.365Z[ recovery-image] May 08 16:43:14.000 INFO O| May 08 16:43:14.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53042026-05-08T16:43:15.365Z[ recovery-image] May 08 16:43:14.000 INFO O| May 08 16:43:14.000 INFO STEP 167 (remove_files) COMPLETE
53052026-05-08T16:43:15.365Z[ recovery-image] May 08 16:43:14.000 INFO O| May 08 16:43:14.000 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-05-08T16:43:15.365Z[ recovery-image] May 08 16:43:14.010 INFO O| May 08 16:43:14.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53072026-05-08T16:43:15.365Z[ recovery-image] May 08 16:43:14.010 INFO O| May 08 16:43:14.010 INFO STEP 168 (remove_files) COMPLETE
53082026-05-08T16:43:15.365Z[ recovery-image] May 08 16:43:14.010 INFO O| May 08 16:43:14.010 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-05-08T16:43:15.365Z[ recovery-image] May 08 16:43:14.018 INFO O| May 08 16:43:14.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53102026-05-08T16:43:15.365Z[ recovery-image] May 08 16:43:14.018 INFO O| May 08 16:43:14.018 INFO STEP 169 (remove_files) COMPLETE
53112026-05-08T16:43:15.365Z[ recovery-image] May 08 16:43:14.018 INFO O| May 08 16:43:14.018 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-05-08T16:43:15.382Z[ recovery-image] May 08 16:43:14.028 INFO O| May 08 16:43:14.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53132026-05-08T16:43:15.382Z[ recovery-image] May 08 16:43:14.028 INFO O| May 08 16:43:14.028 INFO STEP 170 (remove_files) COMPLETE
53142026-05-08T16:43:15.382Z[ recovery-image] May 08 16:43:14.028 INFO O| May 08 16:43:14.028 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-05-08T16:43:15.382Z[ recovery-image] May 08 16:43:14.038 INFO O| May 08 16:43:14.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53162026-05-08T16:43:15.382Z[ recovery-image] May 08 16:43:14.038 INFO O| May 08 16:43:14.038 INFO STEP 171 (remove_files) COMPLETE
53172026-05-08T16:43:15.382Z[ recovery-image] May 08 16:43:14.038 INFO O| May 08 16:43:14.038 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-05-08T16:43:15.401Z[ recovery-image] May 08 16:43:14.048 INFO O| May 08 16:43:14.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53192026-05-08T16:43:15.402Z[ recovery-image] May 08 16:43:14.048 INFO O| May 08 16:43:14.048 INFO STEP 172 (remove_files) COMPLETE
53202026-05-08T16:43:15.402Z[ recovery-image] May 08 16:43:14.048 INFO O| May 08 16:43:14.048 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-05-08T16:43:15.413Z[ recovery-image] May 08 16:43:14.069 INFO O| May 08 16:43:14.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53222026-05-08T16:43:15.435Z[ recovery-image] May 08 16:43:14.069 INFO O| May 08 16:43:14.069 INFO STEP 173 (remove_files) COMPLETE
53232026-05-08T16:43:15.435Z[ recovery-image] May 08 16:43:14.069 INFO O| May 08 16:43:14.069 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-05-08T16:43:15.441Z[ recovery-image] May 08 16:43:14.078 INFO O| May 08 16:43:14.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53252026-05-08T16:43:15.441Z[ recovery-image] May 08 16:43:14.078 INFO O| May 08 16:43:14.078 INFO STEP 174 (remove_files) COMPLETE
53262026-05-08T16:43:15.441Z[ recovery-image] May 08 16:43:14.078 INFO O| May 08 16:43:14.078 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-05-08T16:43:15.441Z[ recovery-image] May 08 16:43:14.088 INFO O| May 08 16:43:14.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53282026-05-08T16:43:15.441Z[ recovery-image] May 08 16:43:14.088 INFO O| May 08 16:43:14.088 INFO STEP 175 (remove_files) COMPLETE
53292026-05-08T16:43:15.442Z[ recovery-image] May 08 16:43:14.088 INFO O| May 08 16:43:14.088 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-05-08T16:43:15.442Z[ recovery-image] May 08 16:43:14.099 INFO O| May 08 16:43:14.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53312026-05-08T16:43:15.442Z[ recovery-image] May 08 16:43:14.099 INFO O| May 08 16:43:14.099 INFO STEP 176 (remove_files) COMPLETE
53322026-05-08T16:43:15.442Z[ recovery-image] May 08 16:43:14.099 INFO O| May 08 16:43:14.099 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-05-08T16:43:15.450Z[ recovery-image] May 08 16:43:14.109 INFO O| May 08 16:43:14.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53342026-05-08T16:43:15.450Z[ recovery-image] May 08 16:43:14.109 INFO O| May 08 16:43:14.109 INFO STEP 177 (remove_files) COMPLETE
53352026-05-08T16:43:15.450Z[ recovery-image] May 08 16:43:14.109 INFO O| May 08 16:43:14.109 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-05-08T16:43:15.467Z[ recovery-image] May 08 16:43:14.120 INFO O| May 08 16:43:14.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53372026-05-08T16:43:15.467Z[ recovery-image] May 08 16:43:14.120 INFO O| May 08 16:43:14.120 INFO STEP 178 (remove_files) COMPLETE
53382026-05-08T16:43:15.467Z[ recovery-image] May 08 16:43:14.120 INFO O| May 08 16:43:14.120 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-05-08T16:43:15.472Z[ recovery-image] May 08 16:43:14.129 INFO O| May 08 16:43:14.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53402026-05-08T16:43:15.472Z[ recovery-image] May 08 16:43:14.129 INFO O| May 08 16:43:14.129 INFO STEP 179 (remove_files) COMPLETE
53412026-05-08T16:43:15.472Z[ recovery-image] May 08 16:43:14.129 INFO O| May 08 16:43:14.129 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-05-08T16:43:15.485Z[ recovery-image] May 08 16:43:14.141 INFO O| May 08 16:43:14.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53432026-05-08T16:43:15.486Z[ recovery-image] May 08 16:43:14.141 INFO O| May 08 16:43:14.141 INFO STEP 180 (remove_files) COMPLETE
53442026-05-08T16:43:15.486Z[ recovery-image] May 08 16:43:14.141 INFO O| May 08 16:43:14.141 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-05-08T16:43:15.495Z[ recovery-image] May 08 16:43:14.152 INFO O| May 08 16:43:14.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53462026-05-08T16:43:15.495Z[ recovery-image] May 08 16:43:14.152 INFO O| May 08 16:43:14.152 INFO STEP 181 (remove_files) COMPLETE
53472026-05-08T16:43:15.495Z[ recovery-image] May 08 16:43:14.152 INFO O| May 08 16:43:14.152 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-05-08T16:43:15.503Z[ recovery-image] May 08 16:43:14.163 INFO O| May 08 16:43:14.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53492026-05-08T16:43:15.503Z[ recovery-image] May 08 16:43:14.163 INFO O| May 08 16:43:14.163 INFO STEP 182 (remove_files) COMPLETE
53502026-05-08T16:43:15.509Z[ recovery-image] May 08 16:43:14.163 INFO O| May 08 16:43:14.163 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-05-08T16:43:15.516Z[ recovery-image] May 08 16:43:14.173 INFO O| May 08 16:43:14.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53522026-05-08T16:43:15.516Z[ recovery-image] May 08 16:43:14.173 INFO O| May 08 16:43:14.173 INFO STEP 183 (remove_files) COMPLETE
53532026-05-08T16:43:15.516Z[ recovery-image] May 08 16:43:14.173 INFO O| May 08 16:43:14.173 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-05-08T16:43:15.524Z[ recovery-image] May 08 16:43:14.183 INFO O| May 08 16:43:14.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53552026-05-08T16:43:15.524Z[ recovery-image] May 08 16:43:14.183 INFO O| May 08 16:43:14.183 INFO STEP 184 (remove_files) COMPLETE
53562026-05-08T16:43:15.528Z[ recovery-image] May 08 16:43:14.183 INFO O| May 08 16:43:14.183 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-05-08T16:43:15.532Z[ recovery-image] May 08 16:43:14.192 INFO O| May 08 16:43:14.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53582026-05-08T16:43:15.533Z[ recovery-image] May 08 16:43:14.192 INFO O| May 08 16:43:14.192 INFO STEP 185 (remove_files) COMPLETE
53592026-05-08T16:43:15.533Z[ recovery-image] May 08 16:43:14.192 INFO O| May 08 16:43:14.192 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-05-08T16:43:15.545Z[ recovery-image] May 08 16:43:14.202 INFO O| May 08 16:43:14.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53612026-05-08T16:43:15.545Z[ recovery-image] May 08 16:43:14.202 INFO O| May 08 16:43:14.202 INFO STEP 186 (remove_files) COMPLETE
53622026-05-08T16:43:15.545Z[ recovery-image] May 08 16:43:14.202 INFO O| May 08 16:43:14.202 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-05-08T16:43:15.553Z[ recovery-image] May 08 16:43:14.211 INFO O| May 08 16:43:14.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53642026-05-08T16:43:15.553Z[ recovery-image] May 08 16:43:14.211 INFO O| May 08 16:43:14.211 INFO STEP 187 (remove_files) COMPLETE
53652026-05-08T16:43:15.557Z[ recovery-image] May 08 16:43:14.211 INFO O| May 08 16:43:14.211 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-05-08T16:43:15.561Z[ recovery-image] May 08 16:43:14.221 INFO O| May 08 16:43:14.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53672026-05-08T16:43:15.561Z[ recovery-image] May 08 16:43:14.221 INFO O| May 08 16:43:14.221 INFO STEP 188 (remove_files) COMPLETE
53682026-05-08T16:43:15.561Z[ recovery-image] May 08 16:43:14.221 INFO O| May 08 16:43:14.221 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-05-08T16:43:15.570Z[ recovery-image] May 08 16:43:14.229 INFO O| May 08 16:43:14.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53702026-05-08T16:43:15.570Z[ recovery-image] May 08 16:43:14.229 INFO O| May 08 16:43:14.229 INFO STEP 189 (remove_files) COMPLETE
53712026-05-08T16:43:15.570Z[ recovery-image] May 08 16:43:14.229 INFO O| May 08 16:43:14.229 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-05-08T16:43:15.582Z[ recovery-image] May 08 16:43:14.239 INFO O| May 08 16:43:14.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53732026-05-08T16:43:15.582Z[ recovery-image] May 08 16:43:14.239 INFO O| May 08 16:43:14.239 INFO STEP 190 (remove_files) COMPLETE
53742026-05-08T16:43:15.587Z[ recovery-image] May 08 16:43:14.239 INFO O| May 08 16:43:14.239 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-05-08T16:43:15.591Z[ recovery-image] May 08 16:43:14.249 INFO O| May 08 16:43:14.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53762026-05-08T16:43:15.591Z[ recovery-image] May 08 16:43:14.249 INFO O| May 08 16:43:14.249 INFO STEP 191 (remove_files) COMPLETE
53772026-05-08T16:43:15.591Z[ recovery-image] May 08 16:43:14.249 INFO O| May 08 16:43:14.249 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-05-08T16:43:15.599Z[ recovery-image] May 08 16:43:14.259 INFO O| May 08 16:43:14.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53792026-05-08T16:43:15.599Z[ recovery-image] May 08 16:43:14.259 INFO O| May 08 16:43:14.259 INFO STEP 192 (remove_files) COMPLETE
53802026-05-08T16:43:15.599Z[ recovery-image] May 08 16:43:14.259 INFO O| May 08 16:43:14.259 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-05-08T16:43:15.608Z[ recovery-image] May 08 16:43:14.267 INFO O| May 08 16:43:14.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53822026-05-08T16:43:15.608Z[ recovery-image] May 08 16:43:14.267 INFO O| May 08 16:43:14.267 INFO STEP 193 (remove_files) COMPLETE
53832026-05-08T16:43:15.608Z[ recovery-image] May 08 16:43:14.267 INFO O| May 08 16:43:14.267 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-05-08T16:43:15.616Z[ recovery-image] May 08 16:43:14.275 INFO O| May 08 16:43:14.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53852026-05-08T16:43:15.616Z[ recovery-image] May 08 16:43:14.275 INFO O| May 08 16:43:14.275 INFO STEP 194 (remove_files) COMPLETE
53862026-05-08T16:43:15.619Z[ recovery-image] May 08 16:43:14.275 INFO O| May 08 16:43:14.275 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-05-08T16:43:15.624Z[ recovery-image] May 08 16:43:14.284 INFO O| May 08 16:43:14.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53882026-05-08T16:43:15.624Z[ recovery-image] May 08 16:43:14.284 INFO O| May 08 16:43:14.284 INFO STEP 195 (remove_files) COMPLETE
53892026-05-08T16:43:15.627Z[ recovery-image] May 08 16:43:14.284 INFO O| May 08 16:43:14.284 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-05-08T16:43:15.632Z[ recovery-image] May 08 16:43:14.291 INFO O| May 08 16:43:14.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53912026-05-08T16:43:15.632Z[ recovery-image] May 08 16:43:14.291 INFO O| May 08 16:43:14.291 INFO STEP 196 (remove_files) COMPLETE
53922026-05-08T16:43:15.632Z[ recovery-image] May 08 16:43:14.291 INFO O| May 08 16:43:14.291 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-05-08T16:43:15.645Z[ recovery-image] May 08 16:43:14.302 INFO O| May 08 16:43:14.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
53942026-05-08T16:43:15.645Z[ recovery-image] May 08 16:43:14.302 INFO O| May 08 16:43:14.302 INFO STEP 197 (remove_files) COMPLETE
53952026-05-08T16:43:15.645Z[ recovery-image] May 08 16:43:14.302 INFO O| May 08 16:43:14.302 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-05-08T16:43:15.651Z[ recovery-image] May 08 16:43:14.310 INFO O| May 08 16:43:14.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
53972026-05-08T16:43:15.651Z[ recovery-image] May 08 16:43:14.310 INFO O| May 08 16:43:14.310 INFO STEP 198 (remove_files) COMPLETE
53982026-05-08T16:43:15.651Z[ recovery-image] May 08 16:43:14.310 INFO O| May 08 16:43:14.310 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-05-08T16:43:15.662Z[ recovery-image] May 08 16:43:14.321 INFO O| May 08 16:43:14.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54002026-05-08T16:43:15.669Z[ recovery-image] May 08 16:43:14.322 INFO O| May 08 16:43:14.322 INFO STEP 199 (remove_files) COMPLETE
54012026-05-08T16:43:15.669Z[ recovery-image] May 08 16:43:14.322 INFO O| May 08 16:43:14.322 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-05-08T16:43:15.677Z[ recovery-image] May 08 16:43:14.331 INFO O| May 08 16:43:14.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54032026-05-08T16:43:15.677Z[ recovery-image] May 08 16:43:14.332 INFO O| May 08 16:43:14.332 INFO STEP 200 (remove_files) COMPLETE
54042026-05-08T16:43:15.677Z[ recovery-image] May 08 16:43:14.332 INFO O| May 08 16:43:14.332 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-05-08T16:43:15.684Z[ recovery-image] May 08 16:43:14.342 INFO O| May 08 16:43:14.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54062026-05-08T16:43:15.684Z[ recovery-image] May 08 16:43:14.342 INFO O| May 08 16:43:14.342 INFO STEP 201 (remove_files) COMPLETE
54072026-05-08T16:43:15.685Z[ recovery-image] May 08 16:43:14.342 INFO O| May 08 16:43:14.342 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-05-08T16:43:15.692Z[ recovery-image] May 08 16:43:14.351 INFO O| May 08 16:43:14.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54092026-05-08T16:43:15.692Z[ recovery-image] May 08 16:43:14.351 INFO O| May 08 16:43:14.351 INFO STEP 202 (remove_files) COMPLETE
54102026-05-08T16:43:15.692Z[ recovery-image] May 08 16:43:14.351 INFO O| May 08 16:43:14.351 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-05-08T16:43:15.699Z[ recovery-image] May 08 16:43:14.359 INFO O| May 08 16:43:14.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54122026-05-08T16:43:15.699Z[ recovery-image] May 08 16:43:14.359 INFO O| May 08 16:43:14.359 INFO STEP 203 (remove_files) COMPLETE
54132026-05-08T16:43:15.703Z[ recovery-image] May 08 16:43:14.359 INFO O| May 08 16:43:14.359 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-05-08T16:43:15.708Z[ recovery-image] May 08 16:43:14.367 INFO O| May 08 16:43:14.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54152026-05-08T16:43:15.708Z[ recovery-image] May 08 16:43:14.367 INFO O| May 08 16:43:14.367 INFO STEP 204 (remove_files) COMPLETE
54162026-05-08T16:43:15.708Z[ recovery-image] May 08 16:43:14.367 INFO O| May 08 16:43:14.367 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-05-08T16:43:15.717Z[ recovery-image] May 08 16:43:14.375 INFO O| May 08 16:43:14.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54182026-05-08T16:43:15.717Z[ recovery-image] May 08 16:43:14.375 INFO O| May 08 16:43:14.375 INFO STEP 205 (remove_files) COMPLETE
54192026-05-08T16:43:15.717Z[ recovery-image] May 08 16:43:14.375 INFO O| May 08 16:43:14.375 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-05-08T16:43:15.728Z[ recovery-image] May 08 16:43:14.386 INFO O| May 08 16:43:14.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54212026-05-08T16:43:15.735Z[ recovery-image] May 08 16:43:14.386 INFO O| May 08 16:43:14.386 INFO STEP 206 (remove_files) COMPLETE
54222026-05-08T16:43:15.735Z[ recovery-image] May 08 16:43:14.386 INFO O| May 08 16:43:14.386 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-05-08T16:43:15.740Z[ recovery-image] May 08 16:43:14.396 INFO O| May 08 16:43:14.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54242026-05-08T16:43:15.740Z[ recovery-image] May 08 16:43:14.396 INFO O| May 08 16:43:14.396 INFO STEP 207 (remove_files) COMPLETE
54252026-05-08T16:43:15.740Z[ recovery-image] May 08 16:43:14.396 INFO O| May 08 16:43:14.396 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-05-08T16:43:15.747Z[ recovery-image] May 08 16:43:14.405 INFO O| May 08 16:43:14.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54272026-05-08T16:43:15.747Z[ recovery-image] May 08 16:43:14.405 INFO O| May 08 16:43:14.405 INFO STEP 208 (remove_files) COMPLETE
54282026-05-08T16:43:15.747Z[ recovery-image] May 08 16:43:14.405 INFO O| May 08 16:43:14.405 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-05-08T16:43:15.758Z[ recovery-image] May 08 16:43:14.417 INFO O| May 08 16:43:14.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54302026-05-08T16:43:15.758Z[ recovery-image] May 08 16:43:14.417 INFO O| May 08 16:43:14.414 INFO STEP 209 (remove_files) COMPLETE
54312026-05-08T16:43:15.758Z[ recovery-image] May 08 16:43:14.417 INFO O| May 08 16:43:14.414 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-05-08T16:43:15.765Z[ recovery-image] May 08 16:43:14.424 INFO O| May 08 16:43:14.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54332026-05-08T16:43:15.765Z[ recovery-image] May 08 16:43:14.424 INFO O| May 08 16:43:14.424 INFO STEP 210 (remove_files) COMPLETE
54342026-05-08T16:43:15.765Z[ recovery-image] May 08 16:43:14.424 INFO O| May 08 16:43:14.424 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-05-08T16:43:15.781Z[ recovery-image] May 08 16:43:14.433 INFO O| May 08 16:43:14.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54362026-05-08T16:43:15.781Z[ recovery-image] May 08 16:43:14.433 INFO O| May 08 16:43:14.433 INFO STEP 211 (remove_files) COMPLETE
54372026-05-08T16:43:15.789Z[ recovery-image] May 08 16:43:14.433 INFO O| May 08 16:43:14.433 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-05-08T16:43:15.801Z[ recovery-image] May 08 16:43:14.443 INFO O| May 08 16:43:14.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54392026-05-08T16:43:15.801Z[ recovery-image] May 08 16:43:14.443 INFO O| May 08 16:43:14.443 INFO STEP 212 (remove_files) COMPLETE
54402026-05-08T16:43:15.801Z[ recovery-image] May 08 16:43:14.443 INFO O| May 08 16:43:14.443 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-05-08T16:43:15.801Z[ recovery-image] May 08 16:43:14.453 INFO O| May 08 16:43:14.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54422026-05-08T16:43:15.801Z[ recovery-image] May 08 16:43:14.453 INFO O| May 08 16:43:14.453 INFO STEP 213 (remove_files) COMPLETE
54432026-05-08T16:43:15.801Z[ recovery-image] May 08 16:43:14.453 INFO O| May 08 16:43:14.453 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-05-08T16:43:15.806Z[ recovery-image] May 08 16:43:14.462 INFO O| May 08 16:43:14.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54452026-05-08T16:43:15.806Z[ recovery-image] May 08 16:43:14.462 INFO O| May 08 16:43:14.462 INFO STEP 214 (remove_files) COMPLETE
54462026-05-08T16:43:15.806Z[ recovery-image] May 08 16:43:14.462 INFO O| May 08 16:43:14.462 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-05-08T16:43:15.812Z[ recovery-image] May 08 16:43:14.472 INFO O| May 08 16:43:14.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54482026-05-08T16:43:15.812Z[ recovery-image] May 08 16:43:14.472 INFO O| May 08 16:43:14.472 INFO STEP 215 (remove_files) COMPLETE
54492026-05-08T16:43:15.812Z[ recovery-image] May 08 16:43:14.472 INFO O| May 08 16:43:14.472 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-05-08T16:43:15.823Z[ recovery-image] May 08 16:43:14.480 INFO O| May 08 16:43:14.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54512026-05-08T16:43:15.823Z[ recovery-image] May 08 16:43:14.480 INFO O| May 08 16:43:14.480 INFO STEP 216 (remove_files) COMPLETE
54522026-05-08T16:43:15.831Z[ recovery-image] May 08 16:43:14.480 INFO O| May 08 16:43:14.480 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-05-08T16:43:15.831Z[ recovery-image] May 08 16:43:14.489 INFO O| May 08 16:43:14.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54542026-05-08T16:43:15.831Z[ recovery-image] May 08 16:43:14.489 INFO O| May 08 16:43:14.489 INFO STEP 217 (remove_files) COMPLETE
54552026-05-08T16:43:15.831Z[ recovery-image] May 08 16:43:14.489 INFO O| May 08 16:43:14.489 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-05-08T16:43:15.839Z[ recovery-image] May 08 16:43:14.498 INFO O| May 08 16:43:14.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54572026-05-08T16:43:15.839Z[ recovery-image] May 08 16:43:14.498 INFO O| May 08 16:43:14.498 INFO STEP 218 (remove_files) COMPLETE
54582026-05-08T16:43:15.839Z[ recovery-image] May 08 16:43:14.498 INFO O| May 08 16:43:14.498 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-05-08T16:43:15.848Z[ recovery-image] May 08 16:43:14.508 INFO O| May 08 16:43:14.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54602026-05-08T16:43:15.848Z[ recovery-image] May 08 16:43:14.508 INFO O| May 08 16:43:14.508 INFO STEP 219 (remove_files) COMPLETE
54612026-05-08T16:43:15.848Z[ recovery-image] May 08 16:43:14.508 INFO O| May 08 16:43:14.508 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-05-08T16:43:15.860Z[ recovery-image] May 08 16:43:14.518 INFO O| May 08 16:43:14.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54632026-05-08T16:43:15.860Z[ recovery-image] May 08 16:43:14.518 INFO O| May 08 16:43:14.518 INFO STEP 220 (remove_files) COMPLETE
54642026-05-08T16:43:15.861Z[ recovery-image] May 08 16:43:14.518 INFO O| May 08 16:43:14.518 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-05-08T16:43:15.868Z[ recovery-image] May 08 16:43:14.527 INFO O| May 08 16:43:14.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54662026-05-08T16:43:15.868Z[ recovery-image] May 08 16:43:14.527 INFO O| May 08 16:43:14.527 INFO STEP 221 (remove_files) COMPLETE
54672026-05-08T16:43:15.868Z[ recovery-image] May 08 16:43:14.527 INFO O| May 08 16:43:14.527 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-05-08T16:43:15.877Z[ recovery-image] May 08 16:43:14.537 INFO O| May 08 16:43:14.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54692026-05-08T16:43:15.877Z[ recovery-image] May 08 16:43:14.537 INFO O| May 08 16:43:14.537 INFO STEP 222 (remove_files) COMPLETE
54702026-05-08T16:43:15.877Z[ recovery-image] May 08 16:43:14.537 INFO O| May 08 16:43:14.537 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-05-08T16:43:15.892Z[ recovery-image] May 08 16:43:14.547 INFO O| May 08 16:43:14.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54722026-05-08T16:43:15.892Z[ recovery-image] May 08 16:43:14.547 INFO O| May 08 16:43:14.547 INFO STEP 223 (remove_files) COMPLETE
54732026-05-08T16:43:15.892Z[ recovery-image] May 08 16:43:14.547 INFO O| May 08 16:43:14.547 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-05-08T16:43:15.900Z[ recovery-image] May 08 16:43:14.558 INFO O| May 08 16:43:14.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54752026-05-08T16:43:15.900Z[ recovery-image] May 08 16:43:14.558 INFO O| May 08 16:43:14.558 INFO STEP 224 (remove_files) COMPLETE
54762026-05-08T16:43:15.900Z[ recovery-image] May 08 16:43:14.558 INFO O| May 08 16:43:14.558 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-05-08T16:43:15.909Z[ recovery-image] May 08 16:43:14.569 INFO O| May 08 16:43:14.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54782026-05-08T16:43:15.909Z[ recovery-image] May 08 16:43:14.569 INFO O| May 08 16:43:14.569 INFO STEP 225 (remove_files) COMPLETE
54792026-05-08T16:43:15.909Z[ recovery-image] May 08 16:43:14.569 INFO O| May 08 16:43:14.569 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-05-08T16:43:15.921Z[ recovery-image] May 08 16:43:14.578 INFO O| May 08 16:43:14.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54812026-05-08T16:43:15.921Z[ recovery-image] May 08 16:43:14.578 INFO O| May 08 16:43:14.578 INFO STEP 226 (remove_files) COMPLETE
54822026-05-08T16:43:15.921Z[ recovery-image] May 08 16:43:14.578 INFO O| May 08 16:43:14.578 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-05-08T16:43:15.928Z[ recovery-image] May 08 16:43:14.587 INFO O| May 08 16:43:14.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54842026-05-08T16:43:15.928Z[ recovery-image] May 08 16:43:14.587 INFO O| May 08 16:43:14.587 INFO STEP 227 (remove_files) COMPLETE
54852026-05-08T16:43:15.932Z[ recovery-image] May 08 16:43:14.587 INFO O| May 08 16:43:14.587 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-05-08T16:43:15.936Z[ recovery-image] May 08 16:43:14.595 INFO O| May 08 16:43:14.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54872026-05-08T16:43:15.936Z[ recovery-image] May 08 16:43:14.595 INFO O| May 08 16:43:14.595 INFO STEP 228 (remove_files) COMPLETE
54882026-05-08T16:43:15.940Z[ recovery-image] May 08 16:43:14.595 INFO O| May 08 16:43:14.595 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-05-08T16:43:15.945Z[ recovery-image] May 08 16:43:14.603 INFO O| May 08 16:43:14.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54902026-05-08T16:43:15.945Z[ recovery-image] May 08 16:43:14.603 INFO O| May 08 16:43:14.603 INFO STEP 229 (remove_files) COMPLETE
54912026-05-08T16:43:15.945Z[ recovery-image] May 08 16:43:14.603 INFO O| May 08 16:43:14.603 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-05-08T16:43:15.952Z[ recovery-image] May 08 16:43:14.612 INFO O| May 08 16:43:14.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
54932026-05-08T16:43:15.952Z[ recovery-image] May 08 16:43:14.612 INFO O| May 08 16:43:14.612 INFO STEP 230 (remove_files) COMPLETE
54942026-05-08T16:43:15.952Z[ recovery-image] May 08 16:43:14.612 INFO O| May 08 16:43:14.612 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-05-08T16:43:15.960Z[ recovery-image] May 08 16:43:14.620 INFO O| May 08 16:43:14.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
54962026-05-08T16:43:15.960Z[ recovery-image] May 08 16:43:14.620 INFO O| May 08 16:43:14.620 INFO STEP 231 (remove_files) COMPLETE
54972026-05-08T16:43:15.960Z[ recovery-image] May 08 16:43:14.620 INFO O| May 08 16:43:14.620 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-05-08T16:43:15.969Z[ recovery-image] May 08 16:43:14.629 INFO O| May 08 16:43:14.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
54992026-05-08T16:43:15.969Z[ recovery-image] May 08 16:43:14.629 INFO O| May 08 16:43:14.629 INFO STEP 232 (remove_files) COMPLETE
55002026-05-08T16:43:15.974Z[ recovery-image] May 08 16:43:14.629 INFO O| May 08 16:43:14.629 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-05-08T16:43:15.977Z[ recovery-image] May 08 16:43:14.637 INFO O| May 08 16:43:14.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55022026-05-08T16:43:15.977Z[ recovery-image] May 08 16:43:14.637 INFO O| May 08 16:43:14.637 INFO STEP 233 (remove_files) COMPLETE
55032026-05-08T16:43:15.980Z[ recovery-image] May 08 16:43:14.637 INFO O| May 08 16:43:14.637 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-05-08T16:43:15.985Z[ recovery-image] May 08 16:43:14.645 INFO O| May 08 16:43:14.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55052026-05-08T16:43:15.986Z[ recovery-image] May 08 16:43:14.645 INFO O| May 08 16:43:14.645 INFO STEP 234 (remove_files) COMPLETE
55062026-05-08T16:43:15.986Z[ recovery-image] May 08 16:43:14.645 INFO O| May 08 16:43:14.645 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-05-08T16:43:15.993Z[ recovery-image] May 08 16:43:14.652 INFO O| May 08 16:43:14.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55082026-05-08T16:43:15.993Z[ recovery-image] May 08 16:43:14.652 INFO O| May 08 16:43:14.652 INFO STEP 235 (remove_files) COMPLETE
55092026-05-08T16:43:15.996Z[ recovery-image] May 08 16:43:14.652 INFO O| May 08 16:43:14.652 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-05-08T16:43:16.008Z[ recovery-image] May 08 16:43:14.661 INFO O| May 08 16:43:14.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55112026-05-08T16:43:16.018Z[ recovery-image] May 08 16:43:14.661 INFO O| May 08 16:43:14.661 INFO STEP 236 (remove_files) COMPLETE
55122026-05-08T16:43:16.018Z[ recovery-image] May 08 16:43:14.661 INFO O| May 08 16:43:14.661 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-05-08T16:43:16.018Z[ recovery-image] May 08 16:43:14.672 INFO O| May 08 16:43:14.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55142026-05-08T16:43:16.018Z[ recovery-image] May 08 16:43:14.672 INFO O| May 08 16:43:14.672 INFO STEP 237 (remove_files) COMPLETE
55152026-05-08T16:43:16.018Z[ recovery-image] May 08 16:43:14.672 INFO O| May 08 16:43:14.672 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-05-08T16:43:16.022Z[ recovery-image] May 08 16:43:14.681 INFO O| May 08 16:43:14.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55172026-05-08T16:43:16.022Z[ recovery-image] May 08 16:43:14.681 INFO O| May 08 16:43:14.681 INFO STEP 238 (remove_files) COMPLETE
55182026-05-08T16:43:16.026Z[ recovery-image] May 08 16:43:14.681 INFO O| May 08 16:43:14.681 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-05-08T16:43:16.031Z[ recovery-image] May 08 16:43:14.690 INFO O| May 08 16:43:14.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55202026-05-08T16:43:16.031Z[ recovery-image] May 08 16:43:14.690 INFO O| May 08 16:43:14.690 INFO STEP 239 (remove_files) COMPLETE
55212026-05-08T16:43:16.037Z[ recovery-image] May 08 16:43:14.690 INFO O| May 08 16:43:14.690 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-05-08T16:43:16.042Z[ recovery-image] May 08 16:43:14.699 INFO O| May 08 16:43:14.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55232026-05-08T16:43:16.042Z[ recovery-image] May 08 16:43:14.699 INFO O| May 08 16:43:14.699 INFO STEP 240 (remove_files) COMPLETE
55242026-05-08T16:43:16.042Z[ recovery-image] May 08 16:43:14.699 INFO O| May 08 16:43:14.699 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-05-08T16:43:16.049Z[ recovery-image] May 08 16:43:14.709 INFO O| May 08 16:43:14.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55262026-05-08T16:43:16.049Z[ recovery-image] May 08 16:43:14.709 INFO O| May 08 16:43:14.709 INFO STEP 241 (remove_files) COMPLETE
55272026-05-08T16:43:16.054Z[ recovery-image] May 08 16:43:14.709 INFO O| May 08 16:43:14.709 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-05-08T16:43:16.058Z[ recovery-image] May 08 16:43:14.718 INFO O| May 08 16:43:14.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55292026-05-08T16:43:16.059Z[ recovery-image] May 08 16:43:14.718 INFO O| May 08 16:43:14.718 INFO STEP 242 (remove_files) COMPLETE
55302026-05-08T16:43:16.062Z[ recovery-image] May 08 16:43:14.718 INFO O| May 08 16:43:14.718 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-05-08T16:43:16.068Z[ recovery-image] May 08 16:43:14.727 INFO O| May 08 16:43:14.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55322026-05-08T16:43:16.068Z[ recovery-image] May 08 16:43:14.728 INFO O| May 08 16:43:14.728 INFO STEP 243 (remove_files) COMPLETE
55332026-05-08T16:43:16.068Z[ recovery-image] May 08 16:43:14.728 INFO O| May 08 16:43:14.728 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-05-08T16:43:16.078Z[ recovery-image] May 08 16:43:14.737 INFO O| May 08 16:43:14.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55352026-05-08T16:43:16.078Z[ recovery-image] May 08 16:43:14.737 INFO O| May 08 16:43:14.737 INFO STEP 244 (remove_files) COMPLETE
55362026-05-08T16:43:16.078Z[ recovery-image] May 08 16:43:14.737 INFO O| May 08 16:43:14.737 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-05-08T16:43:16.088Z[ recovery-image] May 08 16:43:14.746 INFO O| May 08 16:43:14.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55382026-05-08T16:43:16.088Z[ recovery-image] May 08 16:43:14.746 INFO O| May 08 16:43:14.746 INFO STEP 245 (remove_files) COMPLETE
55392026-05-08T16:43:16.088Z[ recovery-image] May 08 16:43:14.746 INFO O| May 08 16:43:14.746 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-05-08T16:43:16.096Z[ recovery-image] May 08 16:43:14.756 INFO O| May 08 16:43:14.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55412026-05-08T16:43:16.096Z[ recovery-image] May 08 16:43:14.756 INFO O| May 08 16:43:14.756 INFO STEP 246 (remove_files) COMPLETE
55422026-05-08T16:43:16.104Z[ recovery-image] May 08 16:43:14.756 INFO O| May 08 16:43:14.756 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-05-08T16:43:16.110Z[ recovery-image] May 08 16:43:14.765 INFO O| May 08 16:43:14.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55442026-05-08T16:43:16.110Z[ recovery-image] May 08 16:43:14.765 INFO O| May 08 16:43:14.765 INFO STEP 247 (remove_files) COMPLETE
55452026-05-08T16:43:16.110Z[ recovery-image] May 08 16:43:14.765 INFO O| May 08 16:43:14.765 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-05-08T16:43:16.115Z[ recovery-image] May 08 16:43:14.774 INFO O| May 08 16:43:14.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55472026-05-08T16:43:16.119Z[ recovery-image] May 08 16:43:14.774 INFO O| May 08 16:43:14.774 INFO STEP 248 (remove_files) COMPLETE
55482026-05-08T16:43:16.119Z[ recovery-image] May 08 16:43:14.774 INFO O| May 08 16:43:14.774 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-05-08T16:43:16.125Z[ recovery-image] May 08 16:43:14.783 INFO O| May 08 16:43:14.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55502026-05-08T16:43:16.125Z[ recovery-image] May 08 16:43:14.783 INFO O| May 08 16:43:14.783 INFO STEP 249 (remove_files) COMPLETE
55512026-05-08T16:43:16.125Z[ recovery-image] May 08 16:43:14.783 INFO O| May 08 16:43:14.783 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-05-08T16:43:16.133Z[ recovery-image] May 08 16:43:14.792 INFO O| May 08 16:43:14.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55532026-05-08T16:43:16.133Z[ recovery-image] May 08 16:43:14.792 INFO O| May 08 16:43:14.792 INFO STEP 250 (remove_files) COMPLETE
55542026-05-08T16:43:16.137Z[ recovery-image] May 08 16:43:14.792 INFO O| May 08 16:43:14.792 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-05-08T16:43:16.142Z[ recovery-image] May 08 16:43:14.801 INFO O| May 08 16:43:14.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55562026-05-08T16:43:16.142Z[ recovery-image] May 08 16:43:14.801 INFO O| May 08 16:43:14.801 INFO STEP 251 (remove_files) COMPLETE
55572026-05-08T16:43:16.145Z[ recovery-image] May 08 16:43:14.801 INFO O| May 08 16:43:14.801 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-05-08T16:43:16.155Z[ recovery-image] May 08 16:43:14.811 INFO O| May 08 16:43:14.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55592026-05-08T16:43:16.155Z[ recovery-image] May 08 16:43:14.811 INFO O| May 08 16:43:14.811 INFO STEP 252 (remove_files) COMPLETE
55602026-05-08T16:43:16.156Z[ recovery-image] May 08 16:43:14.811 INFO O| May 08 16:43:14.811 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-05-08T16:43:16.160Z[ recovery-image] May 08 16:43:14.820 INFO O| May 08 16:43:14.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55622026-05-08T16:43:16.160Z[ recovery-image] May 08 16:43:14.820 INFO O| May 08 16:43:14.820 INFO STEP 253 (remove_files) COMPLETE
55632026-05-08T16:43:16.165Z[ recovery-image] May 08 16:43:14.820 INFO O| May 08 16:43:14.820 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-05-08T16:43:16.172Z[ recovery-image] May 08 16:43:14.829 INFO O| May 08 16:43:14.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55652026-05-08T16:43:16.172Z[ recovery-image] May 08 16:43:14.830 INFO O| May 08 16:43:14.830 INFO STEP 254 (remove_files) COMPLETE
55662026-05-08T16:43:16.176Z[ recovery-image] May 08 16:43:14.830 INFO O| May 08 16:43:14.830 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-05-08T16:43:16.180Z[ recovery-image] May 08 16:43:14.839 INFO O| May 08 16:43:14.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55682026-05-08T16:43:16.180Z[ recovery-image] May 08 16:43:14.839 INFO O| May 08 16:43:14.839 INFO STEP 255 (remove_files) COMPLETE
55692026-05-08T16:43:16.180Z[ recovery-image] May 08 16:43:14.839 INFO O| May 08 16:43:14.839 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-05-08T16:43:16.192Z[ recovery-image] May 08 16:43:14.849 INFO O| May 08 16:43:14.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55712026-05-08T16:43:16.192Z[ recovery-image] May 08 16:43:14.849 INFO O| May 08 16:43:14.849 INFO STEP 256 (remove_files) COMPLETE
55722026-05-08T16:43:16.197Z[ recovery-image] May 08 16:43:14.849 INFO O| May 08 16:43:14.849 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-05-08T16:43:16.206Z[ recovery-image] May 08 16:43:14.859 INFO O| May 08 16:43:14.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55742026-05-08T16:43:16.207Z[ recovery-image] May 08 16:43:14.859 INFO O| May 08 16:43:14.859 INFO STEP 257 (remove_files) COMPLETE
55752026-05-08T16:43:16.207Z[ recovery-image] May 08 16:43:14.859 INFO O| May 08 16:43:14.859 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-05-08T16:43:16.212Z[ recovery-image] May 08 16:43:14.870 INFO O| May 08 16:43:14.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55772026-05-08T16:43:16.212Z[ recovery-image] May 08 16:43:14.870 INFO O| May 08 16:43:14.870 INFO STEP 258 (remove_files) COMPLETE
55782026-05-08T16:43:16.212Z[ recovery-image] May 08 16:43:14.870 INFO O| May 08 16:43:14.870 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-05-08T16:43:16.222Z[ recovery-image] May 08 16:43:14.880 INFO O| May 08 16:43:14.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55802026-05-08T16:43:16.222Z[ recovery-image] May 08 16:43:14.880 INFO O| May 08 16:43:14.880 INFO STEP 259 (remove_files) COMPLETE
55812026-05-08T16:43:16.228Z[ recovery-image] May 08 16:43:14.880 INFO O| May 08 16:43:14.880 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-05-08T16:43:16.233Z[ recovery-image] May 08 16:43:14.890 INFO O| May 08 16:43:14.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55832026-05-08T16:43:16.233Z[ recovery-image] May 08 16:43:14.890 INFO O| May 08 16:43:14.890 INFO STEP 260 (remove_files) COMPLETE
55842026-05-08T16:43:16.233Z[ recovery-image] May 08 16:43:14.890 INFO O| May 08 16:43:14.890 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-05-08T16:43:16.242Z[ recovery-image] May 08 16:43:14.900 INFO O| May 08 16:43:14.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55862026-05-08T16:43:16.242Z[ recovery-image] May 08 16:43:14.900 INFO O| May 08 16:43:14.900 INFO STEP 261 (remove_files) COMPLETE
55872026-05-08T16:43:16.242Z[ recovery-image] May 08 16:43:14.900 INFO O| May 08 16:43:14.900 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-05-08T16:43:16.252Z[ recovery-image] May 08 16:43:14.910 INFO O| May 08 16:43:14.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
55892026-05-08T16:43:16.252Z[ recovery-image] May 08 16:43:14.910 INFO O| May 08 16:43:14.910 INFO STEP 262 (remove_files) COMPLETE
55902026-05-08T16:43:16.258Z[ recovery-image] May 08 16:43:14.910 INFO O| May 08 16:43:14.910 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-05-08T16:43:16.263Z[ recovery-image] May 08 16:43:14.921 INFO O| May 08 16:43:14.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
55922026-05-08T16:43:16.263Z[ recovery-image] May 08 16:43:14.921 INFO O| May 08 16:43:14.921 INFO STEP 263 (remove_files) COMPLETE
55932026-05-08T16:43:16.263Z[ recovery-image] May 08 16:43:14.921 INFO O| May 08 16:43:14.921 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-05-08T16:43:16.272Z[ recovery-image] May 08 16:43:14.932 INFO O| May 08 16:43:14.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
55952026-05-08T16:43:16.272Z[ recovery-image] May 08 16:43:14.932 INFO O| May 08 16:43:14.932 INFO STEP 264 (remove_files) COMPLETE
55962026-05-08T16:43:16.277Z[ recovery-image] May 08 16:43:14.932 INFO O| May 08 16:43:14.932 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-05-08T16:43:16.283Z[ recovery-image] May 08 16:43:14.942 INFO O| May 08 16:43:14.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
55982026-05-08T16:43:16.284Z[ recovery-image] May 08 16:43:14.942 INFO O| May 08 16:43:14.942 INFO STEP 265 (remove_files) COMPLETE
55992026-05-08T16:43:16.288Z[ recovery-image] May 08 16:43:14.942 INFO O| May 08 16:43:14.942 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-05-08T16:43:16.292Z[ recovery-image] May 08 16:43:14.951 INFO O| May 08 16:43:14.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56012026-05-08T16:43:16.296Z[ recovery-image] May 08 16:43:14.952 INFO O| May 08 16:43:14.952 INFO STEP 266 (remove_files) COMPLETE
56022026-05-08T16:43:16.296Z[ recovery-image] May 08 16:43:14.952 INFO O| May 08 16:43:14.952 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-05-08T16:43:16.302Z[ recovery-image] May 08 16:43:14.962 INFO O| May 08 16:43:14.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56042026-05-08T16:43:16.302Z[ recovery-image] May 08 16:43:14.962 INFO O| May 08 16:43:14.962 INFO STEP 267 (remove_files) COMPLETE
56052026-05-08T16:43:16.302Z[ recovery-image] May 08 16:43:14.962 INFO O| May 08 16:43:14.962 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-05-08T16:43:16.312Z[ recovery-image] May 08 16:43:14.971 INFO O| May 08 16:43:14.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56072026-05-08T16:43:16.316Z[ recovery-image] May 08 16:43:14.972 INFO O| May 08 16:43:14.972 INFO STEP 268 (remove_files) COMPLETE
56082026-05-08T16:43:16.316Z[ recovery-image] May 08 16:43:14.972 INFO O| May 08 16:43:14.972 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-05-08T16:43:16.322Z[ recovery-image] May 08 16:43:14.982 INFO O| May 08 16:43:14.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56102026-05-08T16:43:16.322Z[ recovery-image] May 08 16:43:14.982 INFO O| May 08 16:43:14.982 INFO STEP 269 (remove_files) COMPLETE
56112026-05-08T16:43:16.328Z[ recovery-image] May 08 16:43:14.982 INFO O| May 08 16:43:14.982 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-05-08T16:43:16.332Z[ recovery-image] May 08 16:43:14.991 INFO O| May 08 16:43:14.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56132026-05-08T16:43:16.332Z[ recovery-image] May 08 16:43:14.991 INFO O| May 08 16:43:14.991 INFO STEP 270 (remove_files) COMPLETE
56142026-05-08T16:43:16.332Z[ recovery-image] May 08 16:43:14.991 INFO O| May 08 16:43:14.991 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-05-08T16:43:16.344Z[ recovery-image] May 08 16:43:15.000 INFO O| May 08 16:43:15.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56162026-05-08T16:43:16.344Z[ recovery-image] May 08 16:43:15.000 INFO O| May 08 16:43:15.000 INFO STEP 271 (remove_files) COMPLETE
56172026-05-08T16:43:16.352Z[ recovery-image] May 08 16:43:15.000 INFO O| May 08 16:43:15.000 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-05-08T16:43:16.352Z[ recovery-image] May 08 16:43:15.011 INFO O| May 08 16:43:15.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56192026-05-08T16:43:16.353Z[ recovery-image] May 08 16:43:15.011 INFO O| May 08 16:43:15.011 INFO STEP 272 (remove_files) COMPLETE
56202026-05-08T16:43:16.356Z[ recovery-image] May 08 16:43:15.011 INFO O| May 08 16:43:15.011 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-05-08T16:43:16.362Z[ recovery-image] May 08 16:43:15.021 INFO O| May 08 16:43:15.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56222026-05-08T16:43:16.362Z[ recovery-image] May 08 16:43:15.021 INFO O| May 08 16:43:15.021 INFO STEP 273 (remove_files) COMPLETE
56232026-05-08T16:43:16.362Z[ recovery-image] May 08 16:43:15.021 INFO O| May 08 16:43:15.021 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-05-08T16:43:16.372Z[ recovery-image] May 08 16:43:15.032 INFO O| May 08 16:43:15.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56252026-05-08T16:43:16.372Z[ recovery-image] May 08 16:43:15.032 INFO O| May 08 16:43:15.032 INFO STEP 274 (remove_files) COMPLETE
56262026-05-08T16:43:16.379Z[ recovery-image] May 08 16:43:15.032 INFO O| May 08 16:43:15.032 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-05-08T16:43:16.386Z[ recovery-image] May 08 16:43:15.041 INFO O| May 08 16:43:15.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56282026-05-08T16:43:16.386Z[ recovery-image] May 08 16:43:15.041 INFO O| May 08 16:43:15.041 INFO STEP 275 (remove_files) COMPLETE
56292026-05-08T16:43:16.387Z[ recovery-image] May 08 16:43:15.041 INFO O| May 08 16:43:15.041 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-05-08T16:43:16.391Z[ recovery-image] May 08 16:43:15.051 INFO O| May 08 16:43:15.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56312026-05-08T16:43:16.391Z[ recovery-image] May 08 16:43:15.051 INFO O| May 08 16:43:15.051 INFO STEP 276 (remove_files) COMPLETE
56322026-05-08T16:43:16.397Z[ recovery-image] May 08 16:43:15.051 INFO O| May 08 16:43:15.051 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-05-08T16:43:16.413Z[ recovery-image] May 08 16:43:15.072 INFO O| May 08 16:43:15.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56342026-05-08T16:43:16.416Z[ recovery-image] May 08 16:43:15.073 INFO O| May 08 16:43:15.073 INFO STEP 277 (remove_files) COMPLETE
56352026-05-08T16:43:16.416Z[ recovery-image] May 08 16:43:15.073 INFO O| May 08 16:43:15.073 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-05-08T16:43:16.423Z[ recovery-image] May 08 16:43:15.083 INFO O| May 08 16:43:15.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56372026-05-08T16:43:16.429Z[ recovery-image] May 08 16:43:15.084 INFO O| May 08 16:43:15.084 INFO STEP 278 (remove_files) COMPLETE
56382026-05-08T16:43:16.429Z[ recovery-image] May 08 16:43:15.084 INFO O| May 08 16:43:15.084 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-05-08T16:43:16.441Z[ recovery-image] May 08 16:43:15.093 INFO O| May 08 16:43:15.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56402026-05-08T16:43:16.441Z[ recovery-image] May 08 16:43:15.093 INFO O| May 08 16:43:15.093 INFO STEP 279 (remove_files) COMPLETE
56412026-05-08T16:43:16.445Z[ recovery-image] May 08 16:43:15.093 INFO O| May 08 16:43:15.093 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-05-08T16:43:16.445Z[ recovery-image] May 08 16:43:15.105 INFO O| May 08 16:43:15.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56432026-05-08T16:43:16.445Z[ recovery-image] May 08 16:43:15.105 INFO O| May 08 16:43:15.105 INFO STEP 280 (remove_files) COMPLETE
56442026-05-08T16:43:16.445Z[ recovery-image] May 08 16:43:15.105 INFO O| May 08 16:43:15.105 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-05-08T16:43:16.455Z[ recovery-image] May 08 16:43:15.113 INFO O| May 08 16:43:15.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56462026-05-08T16:43:16.455Z[ recovery-image] May 08 16:43:15.114 INFO O| May 08 16:43:15.114 INFO STEP 281 (remove_files) COMPLETE
56472026-05-08T16:43:16.463Z[ recovery-image] May 08 16:43:15.114 INFO O| May 08 16:43:15.114 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-05-08T16:43:16.468Z[ recovery-image] May 08 16:43:15.124 INFO O| May 08 16:43:15.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56492026-05-08T16:43:16.468Z[ recovery-image] May 08 16:43:15.124 INFO O| May 08 16:43:15.124 INFO STEP 282 (remove_files) COMPLETE
56502026-05-08T16:43:16.468Z[ recovery-image] May 08 16:43:15.124 INFO O| May 08 16:43:15.124 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-05-08T16:43:16.473Z[ recovery-image] May 08 16:43:15.133 INFO O| May 08 16:43:15.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56522026-05-08T16:43:16.474Z[ recovery-image] May 08 16:43:15.133 INFO O| May 08 16:43:15.133 INFO STEP 283 (remove_files) COMPLETE
56532026-05-08T16:43:16.477Z[ recovery-image] May 08 16:43:15.133 INFO O| May 08 16:43:15.133 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-05-08T16:43:16.483Z[ recovery-image] May 08 16:43:15.141 INFO O| May 08 16:43:15.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56552026-05-08T16:43:16.483Z[ recovery-image] May 08 16:43:15.142 INFO O| May 08 16:43:15.142 INFO STEP 284 (remove_files) COMPLETE
56562026-05-08T16:43:16.483Z[ recovery-image] May 08 16:43:15.142 INFO O| May 08 16:43:15.142 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-05-08T16:43:16.492Z[ recovery-image] May 08 16:43:15.151 INFO O| May 08 16:43:15.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56582026-05-08T16:43:16.492Z[ recovery-image] May 08 16:43:15.151 INFO O| May 08 16:43:15.151 INFO STEP 285 (remove_files) COMPLETE
56592026-05-08T16:43:16.492Z[ recovery-image] May 08 16:43:15.151 INFO O| May 08 16:43:15.151 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-05-08T16:43:16.502Z[ recovery-image] May 08 16:43:15.161 INFO O| May 08 16:43:15.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56612026-05-08T16:43:16.502Z[ recovery-image] May 08 16:43:15.161 INFO O| May 08 16:43:15.161 INFO STEP 286 (remove_files) COMPLETE
56622026-05-08T16:43:16.506Z[ recovery-image] May 08 16:43:15.161 INFO O| May 08 16:43:15.161 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-05-08T16:43:16.510Z[ recovery-image] May 08 16:43:15.170 INFO O| May 08 16:43:15.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56642026-05-08T16:43:16.510Z[ recovery-image] May 08 16:43:15.170 INFO O| May 08 16:43:15.170 INFO STEP 287 (remove_files) COMPLETE
56652026-05-08T16:43:16.510Z[ recovery-image] May 08 16:43:15.170 INFO O| May 08 16:43:15.170 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-05-08T16:43:16.520Z[ recovery-image] May 08 16:43:15.179 INFO O| May 08 16:43:15.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56672026-05-08T16:43:16.520Z[ recovery-image] May 08 16:43:15.179 INFO O| May 08 16:43:15.179 INFO STEP 288 (remove_files) COMPLETE
56682026-05-08T16:43:16.520Z[ recovery-image] May 08 16:43:15.179 INFO O| May 08 16:43:15.179 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-05-08T16:43:16.532Z[ recovery-image] May 08 16:43:15.189 INFO O| May 08 16:43:15.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56702026-05-08T16:43:16.532Z[ recovery-image] May 08 16:43:15.189 INFO O| May 08 16:43:15.189 INFO STEP 289 (remove_files) COMPLETE
56712026-05-08T16:43:16.532Z[ recovery-image] May 08 16:43:15.189 INFO O| May 08 16:43:15.189 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-05-08T16:43:16.538Z[ recovery-image] May 08 16:43:15.198 INFO O| May 08 16:43:15.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56732026-05-08T16:43:16.538Z[ recovery-image] May 08 16:43:15.198 INFO O| May 08 16:43:15.198 INFO STEP 290 (remove_files) COMPLETE
56742026-05-08T16:43:16.547Z[ recovery-image] May 08 16:43:15.198 INFO O| May 08 16:43:15.198 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-05-08T16:43:16.553Z[ recovery-image] May 08 16:43:15.206 INFO O| May 08 16:43:15.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56762026-05-08T16:43:16.553Z[ recovery-image] May 08 16:43:15.206 INFO O| May 08 16:43:15.206 INFO STEP 291 (remove_files) COMPLETE
56772026-05-08T16:43:16.553Z[ recovery-image] May 08 16:43:15.206 INFO O| May 08 16:43:15.206 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-05-08T16:43:16.560Z[ recovery-image] May 08 16:43:15.215 INFO O| May 08 16:43:15.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56792026-05-08T16:43:16.560Z[ recovery-image] May 08 16:43:15.215 INFO O| May 08 16:43:15.215 INFO STEP 292 (remove_files) COMPLETE
56802026-05-08T16:43:16.560Z[ recovery-image] May 08 16:43:15.215 INFO O| May 08 16:43:15.215 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-05-08T16:43:16.564Z[ recovery-image] May 08 16:43:15.223 INFO O| May 08 16:43:15.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56822026-05-08T16:43:16.564Z[ recovery-image] May 08 16:43:15.223 INFO O| May 08 16:43:15.223 INFO STEP 293 (remove_files) COMPLETE
56832026-05-08T16:43:16.564Z[ recovery-image] May 08 16:43:15.223 INFO O| May 08 16:43:15.223 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-05-08T16:43:16.571Z[ recovery-image] May 08 16:43:15.231 INFO O| May 08 16:43:15.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56852026-05-08T16:43:16.571Z[ recovery-image] May 08 16:43:15.231 INFO O| May 08 16:43:15.231 INFO STEP 294 (remove_files) COMPLETE
56862026-05-08T16:43:16.576Z[ recovery-image] May 08 16:43:15.231 INFO O| May 08 16:43:15.231 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-05-08T16:43:16.583Z[ recovery-image] May 08 16:43:15.239 INFO O| May 08 16:43:15.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56882026-05-08T16:43:16.583Z[ recovery-image] May 08 16:43:15.239 INFO O| May 08 16:43:15.239 INFO STEP 295 (remove_files) COMPLETE
56892026-05-08T16:43:16.583Z[ recovery-image] May 08 16:43:15.239 INFO O| May 08 16:43:15.239 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-05-08T16:43:16.588Z[ recovery-image] May 08 16:43:15.247 INFO O| May 08 16:43:15.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
56912026-05-08T16:43:16.588Z[ recovery-image] May 08 16:43:15.247 INFO O| May 08 16:43:15.247 INFO STEP 296 (remove_files) COMPLETE
56922026-05-08T16:43:16.588Z[ recovery-image] May 08 16:43:15.247 INFO O| May 08 16:43:15.247 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-05-08T16:43:16.596Z[ recovery-image] May 08 16:43:15.256 INFO O| May 08 16:43:15.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
56942026-05-08T16:43:16.596Z[ recovery-image] May 08 16:43:15.256 INFO O| May 08 16:43:15.256 INFO STEP 297 (remove_files) COMPLETE
56952026-05-08T16:43:16.606Z[ recovery-image] May 08 16:43:15.256 INFO O| May 08 16:43:15.256 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-05-08T16:43:16.612Z[ recovery-image] May 08 16:43:15.265 INFO O| May 08 16:43:15.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
56972026-05-08T16:43:16.612Z[ recovery-image] May 08 16:43:15.265 INFO O| May 08 16:43:15.265 INFO STEP 298 (remove_files) COMPLETE
56982026-05-08T16:43:16.612Z[ recovery-image] May 08 16:43:15.265 INFO O| May 08 16:43:15.265 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-05-08T16:43:16.616Z[ recovery-image] May 08 16:43:15.276 INFO O| May 08 16:43:15.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57002026-05-08T16:43:16.616Z[ recovery-image] May 08 16:43:15.276 INFO O| May 08 16:43:15.276 INFO STEP 299 (remove_files) COMPLETE
57012026-05-08T16:43:16.616Z[ recovery-image] May 08 16:43:15.276 INFO O| May 08 16:43:15.276 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-05-08T16:43:16.626Z[ recovery-image] May 08 16:43:15.285 INFO O| May 08 16:43:15.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57032026-05-08T16:43:16.626Z[ recovery-image] May 08 16:43:15.285 INFO O| May 08 16:43:15.285 INFO STEP 300 (remove_files) COMPLETE
57042026-05-08T16:43:16.626Z[ recovery-image] May 08 16:43:15.285 INFO O| May 08 16:43:15.285 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-05-08T16:43:16.634Z[ recovery-image] May 08 16:43:15.293 INFO O| May 08 16:43:15.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57062026-05-08T16:43:16.634Z[ recovery-image] May 08 16:43:15.294 INFO O| May 08 16:43:15.294 INFO STEP 301 (remove_files) COMPLETE
57072026-05-08T16:43:16.637Z[ recovery-image] May 08 16:43:15.294 INFO O| May 08 16:43:15.294 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-05-08T16:43:16.642Z[ recovery-image] May 08 16:43:15.302 INFO O| May 08 16:43:15.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57092026-05-08T16:43:16.642Z[ recovery-image] May 08 16:43:15.302 INFO O| May 08 16:43:15.302 INFO STEP 302 (remove_files) COMPLETE
57102026-05-08T16:43:16.642Z[ recovery-image] May 08 16:43:15.302 INFO O| May 08 16:43:15.302 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-05-08T16:43:16.653Z[ recovery-image] May 08 16:43:15.313 INFO O| May 08 16:43:15.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57122026-05-08T16:43:16.654Z[ recovery-image] May 08 16:43:15.313 INFO O| May 08 16:43:15.313 INFO STEP 303 (remove_files) COMPLETE
57132026-05-08T16:43:16.660Z[ recovery-image] May 08 16:43:15.313 INFO O| May 08 16:43:15.313 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-05-08T16:43:16.663Z[ recovery-image] May 08 16:43:15.323 INFO O| May 08 16:43:15.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57152026-05-08T16:43:16.663Z[ recovery-image] May 08 16:43:15.323 INFO O| May 08 16:43:15.323 INFO STEP 304 (remove_files) COMPLETE
57162026-05-08T16:43:16.666Z[ recovery-image] May 08 16:43:15.323 INFO O| May 08 16:43:15.323 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-05-08T16:43:16.672Z[ recovery-image] May 08 16:43:15.331 INFO O| May 08 16:43:15.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57182026-05-08T16:43:16.672Z[ recovery-image] May 08 16:43:15.331 INFO O| May 08 16:43:15.331 INFO STEP 305 (remove_files) COMPLETE
57192026-05-08T16:43:16.675Z[ recovery-image] May 08 16:43:15.331 INFO O| May 08 16:43:15.331 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-05-08T16:43:16.680Z[ recovery-image] May 08 16:43:15.340 INFO O| May 08 16:43:15.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57212026-05-08T16:43:16.680Z[ recovery-image] May 08 16:43:15.340 INFO O| May 08 16:43:15.340 INFO STEP 306 (remove_files) COMPLETE
57222026-05-08T16:43:16.683Z[ recovery-image] May 08 16:43:15.340 INFO O| May 08 16:43:15.340 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-05-08T16:43:16.689Z[ recovery-image] May 08 16:43:15.349 INFO O| May 08 16:43:15.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57242026-05-08T16:43:16.689Z[ recovery-image] May 08 16:43:15.349 INFO O| May 08 16:43:15.349 INFO STEP 307 (remove_files) COMPLETE
57252026-05-08T16:43:16.689Z[ recovery-image] May 08 16:43:15.349 INFO O| May 08 16:43:15.349 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-05-08T16:43:16.698Z[ recovery-image] May 08 16:43:15.358 INFO O| May 08 16:43:15.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57272026-05-08T16:43:16.698Z[ recovery-image] May 08 16:43:15.358 INFO O| May 08 16:43:15.358 INFO STEP 308 (remove_files) COMPLETE
57282026-05-08T16:43:16.701Z[ recovery-image] May 08 16:43:15.358 INFO O| May 08 16:43:15.358 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-05-08T16:43:16.706Z[ recovery-image] May 08 16:43:15.366 INFO O| May 08 16:43:15.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57302026-05-08T16:43:16.706Z[ recovery-image] May 08 16:43:15.366 INFO O| May 08 16:43:15.366 INFO STEP 309 (remove_files) COMPLETE
57312026-05-08T16:43:16.709Z[ recovery-image] May 08 16:43:15.366 INFO O| May 08 16:43:15.366 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-05-08T16:43:16.714Z[ recovery-image] May 08 16:43:15.374 INFO O| May 08 16:43:15.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57332026-05-08T16:43:16.714Z[ recovery-image] May 08 16:43:15.374 INFO O| May 08 16:43:15.374 INFO STEP 310 (remove_files) COMPLETE
57342026-05-08T16:43:16.715Z[ recovery-image] May 08 16:43:15.374 INFO O| May 08 16:43:15.374 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-05-08T16:43:16.722Z[ recovery-image] May 08 16:43:15.382 INFO O| May 08 16:43:15.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57362026-05-08T16:43:16.723Z[ recovery-image] May 08 16:43:15.382 INFO O| May 08 16:43:15.382 INFO STEP 311 (remove_files) COMPLETE
57372026-05-08T16:43:16.726Z[ recovery-image] May 08 16:43:15.382 INFO O| May 08 16:43:15.382 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-05-08T16:43:16.730Z[ recovery-image] May 08 16:43:15.390 INFO O| May 08 16:43:15.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57392026-05-08T16:43:16.730Z[ recovery-image] May 08 16:43:15.390 INFO O| May 08 16:43:15.390 INFO STEP 312 (remove_files) COMPLETE
57402026-05-08T16:43:16.733Z[ recovery-image] May 08 16:43:15.390 INFO O| May 08 16:43:15.390 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-05-08T16:43:16.738Z[ recovery-image] May 08 16:43:15.398 INFO O| May 08 16:43:15.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57422026-05-08T16:43:16.738Z[ recovery-image] May 08 16:43:15.398 INFO O| May 08 16:43:15.398 INFO STEP 313 (remove_files) COMPLETE
57432026-05-08T16:43:16.741Z[ recovery-image] May 08 16:43:15.398 INFO O| May 08 16:43:15.398 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-05-08T16:43:16.746Z[ recovery-image] May 08 16:43:15.405 INFO O| May 08 16:43:15.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57452026-05-08T16:43:16.746Z[ recovery-image] May 08 16:43:15.405 INFO O| May 08 16:43:15.405 INFO STEP 314 (remove_files) COMPLETE
57462026-05-08T16:43:16.749Z[ recovery-image] May 08 16:43:15.405 INFO O| May 08 16:43:15.405 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-05-08T16:43:16.754Z[ recovery-image] May 08 16:43:15.413 INFO O| May 08 16:43:15.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57482026-05-08T16:43:16.754Z[ recovery-image] May 08 16:43:15.413 INFO O| May 08 16:43:15.413 INFO STEP 315 (remove_files) COMPLETE
57492026-05-08T16:43:16.757Z[ recovery-image] May 08 16:43:15.413 INFO O| May 08 16:43:15.413 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-05-08T16:43:16.762Z[ recovery-image] May 08 16:43:15.421 INFO O| May 08 16:43:15.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57512026-05-08T16:43:16.762Z[ recovery-image] May 08 16:43:15.421 INFO O| May 08 16:43:15.421 INFO STEP 316 (remove_files) COMPLETE
57522026-05-08T16:43:16.765Z[ recovery-image] May 08 16:43:15.421 INFO O| May 08 16:43:15.421 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-05-08T16:43:16.770Z[ recovery-image] May 08 16:43:15.429 INFO O| May 08 16:43:15.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57542026-05-08T16:43:16.770Z[ recovery-image] May 08 16:43:15.429 INFO O| May 08 16:43:15.429 INFO STEP 317 (remove_files) COMPLETE
57552026-05-08T16:43:16.773Z[ recovery-image] May 08 16:43:15.429 INFO O| May 08 16:43:15.429 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-05-08T16:43:16.777Z[ recovery-image] May 08 16:43:15.437 INFO O| May 08 16:43:15.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57572026-05-08T16:43:16.777Z[ recovery-image] May 08 16:43:15.437 INFO O| May 08 16:43:15.437 INFO STEP 318 (remove_files) COMPLETE
57582026-05-08T16:43:16.780Z[ recovery-image] May 08 16:43:15.437 INFO O| May 08 16:43:15.437 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-05-08T16:43:16.785Z[ recovery-image] May 08 16:43:15.445 INFO O| May 08 16:43:15.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57602026-05-08T16:43:16.785Z[ recovery-image] May 08 16:43:15.445 INFO O| May 08 16:43:15.445 INFO STEP 319 (remove_files) COMPLETE
57612026-05-08T16:43:16.788Z[ recovery-image] May 08 16:43:15.445 INFO O| May 08 16:43:15.445 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-05-08T16:43:16.793Z[ recovery-image] May 08 16:43:15.453 INFO O| May 08 16:43:15.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57632026-05-08T16:43:16.793Z[ recovery-image] May 08 16:43:15.453 INFO O| May 08 16:43:15.453 INFO STEP 320 (remove_files) COMPLETE
57642026-05-08T16:43:16.793Z[ recovery-image] May 08 16:43:15.453 INFO O| May 08 16:43:15.453 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-05-08T16:43:16.821Z[ recovery-image] May 08 16:43:15.461 INFO O| May 08 16:43:15.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57662026-05-08T16:43:16.821Z[ recovery-image] May 08 16:43:15.461 INFO O| May 08 16:43:15.461 INFO STEP 321 (remove_files) COMPLETE
57672026-05-08T16:43:16.821Z[ recovery-image] May 08 16:43:15.461 INFO O| May 08 16:43:15.461 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-05-08T16:43:16.821Z[ recovery-image] May 08 16:43:15.469 INFO O| May 08 16:43:15.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57692026-05-08T16:43:16.821Z[ recovery-image] May 08 16:43:15.469 INFO O| May 08 16:43:15.469 INFO STEP 322 (remove_files) COMPLETE
57702026-05-08T16:43:16.821Z[ recovery-image] May 08 16:43:15.469 INFO O| May 08 16:43:15.469 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-05-08T16:43:16.824Z[ recovery-image] May 08 16:43:15.477 INFO O| May 08 16:43:15.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57722026-05-08T16:43:16.824Z[ recovery-image] May 08 16:43:15.477 INFO O| May 08 16:43:15.477 INFO STEP 323 (remove_files) COMPLETE
57732026-05-08T16:43:16.824Z[ recovery-image] May 08 16:43:15.477 INFO O| May 08 16:43:15.477 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-05-08T16:43:16.828Z[ recovery-image] May 08 16:43:15.486 INFO O| May 08 16:43:15.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57752026-05-08T16:43:16.828Z[ recovery-image] May 08 16:43:15.486 INFO O| May 08 16:43:15.486 INFO STEP 324 (remove_files) COMPLETE
57762026-05-08T16:43:16.828Z[ recovery-image] May 08 16:43:15.486 INFO O| May 08 16:43:15.486 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-05-08T16:43:16.837Z[ recovery-image] May 08 16:43:15.496 INFO O| May 08 16:43:15.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57782026-05-08T16:43:16.837Z[ recovery-image] May 08 16:43:15.496 INFO O| May 08 16:43:15.496 INFO STEP 325 (remove_files) COMPLETE
57792026-05-08T16:43:16.837Z[ recovery-image] May 08 16:43:15.496 INFO O| May 08 16:43:15.496 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-05-08T16:43:16.845Z[ recovery-image] May 08 16:43:15.504 INFO O| May 08 16:43:15.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57812026-05-08T16:43:16.845Z[ recovery-image] May 08 16:43:15.504 INFO O| May 08 16:43:15.504 INFO STEP 326 (remove_files) COMPLETE
57822026-05-08T16:43:16.845Z[ recovery-image] May 08 16:43:15.504 INFO O| May 08 16:43:15.504 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-05-08T16:43:16.854Z[ recovery-image] May 08 16:43:15.514 INFO O| May 08 16:43:15.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57842026-05-08T16:43:16.854Z[ recovery-image] May 08 16:43:15.514 INFO O| May 08 16:43:15.514 INFO STEP 327 (remove_files) COMPLETE
57852026-05-08T16:43:16.858Z[ recovery-image] May 08 16:43:15.514 INFO O| May 08 16:43:15.514 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-05-08T16:43:16.863Z[ recovery-image] May 08 16:43:15.523 INFO O| May 08 16:43:15.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57872026-05-08T16:43:16.863Z[ recovery-image] May 08 16:43:15.523 INFO O| May 08 16:43:15.523 INFO STEP 328 (remove_files) COMPLETE
57882026-05-08T16:43:16.863Z[ recovery-image] May 08 16:43:15.523 INFO O| May 08 16:43:15.523 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-05-08T16:43:16.871Z[ recovery-image] May 08 16:43:15.531 INFO O| May 08 16:43:15.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
57902026-05-08T16:43:16.872Z[ recovery-image] May 08 16:43:15.531 INFO O| May 08 16:43:15.531 INFO STEP 329 (remove_files) COMPLETE
57912026-05-08T16:43:16.872Z[ recovery-image] May 08 16:43:15.531 INFO O| May 08 16:43:15.531 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-05-08T16:43:16.881Z[ recovery-image] May 08 16:43:15.539 INFO O| May 08 16:43:15.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
57932026-05-08T16:43:16.881Z[ recovery-image] May 08 16:43:15.539 INFO O| May 08 16:43:15.539 INFO STEP 330 (remove_files) COMPLETE
57942026-05-08T16:43:16.881Z[ recovery-image] May 08 16:43:15.539 INFO O| May 08 16:43:15.539 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-05-08T16:43:16.888Z[ recovery-image] May 08 16:43:15.547 INFO O| May 08 16:43:15.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
57962026-05-08T16:43:16.888Z[ recovery-image] May 08 16:43:15.547 INFO O| May 08 16:43:15.547 INFO STEP 331 (remove_files) COMPLETE
57972026-05-08T16:43:16.891Z[ recovery-image] May 08 16:43:15.547 INFO O| May 08 16:43:15.547 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-05-08T16:43:16.895Z[ recovery-image] May 08 16:43:15.555 INFO O| May 08 16:43:15.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
57992026-05-08T16:43:16.895Z[ recovery-image] May 08 16:43:15.555 INFO O| May 08 16:43:15.555 INFO STEP 332 (remove_files) COMPLETE
58002026-05-08T16:43:16.898Z[ recovery-image] May 08 16:43:15.555 INFO O| May 08 16:43:15.555 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-05-08T16:43:16.903Z[ recovery-image] May 08 16:43:15.563 INFO O| May 08 16:43:15.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58022026-05-08T16:43:16.904Z[ recovery-image] May 08 16:43:15.563 INFO O| May 08 16:43:15.563 INFO STEP 333 (remove_files) COMPLETE
58032026-05-08T16:43:16.904Z[ recovery-image] May 08 16:43:15.563 INFO O| May 08 16:43:15.563 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-05-08T16:43:16.911Z[ recovery-image] May 08 16:43:15.571 INFO O| May 08 16:43:15.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58052026-05-08T16:43:16.912Z[ recovery-image] May 08 16:43:15.571 INFO O| May 08 16:43:15.571 INFO STEP 334 (remove_files) COMPLETE
58062026-05-08T16:43:16.912Z[ recovery-image] May 08 16:43:15.571 INFO O| May 08 16:43:15.571 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-05-08T16:43:16.920Z[ recovery-image] May 08 16:43:15.580 INFO O| May 08 16:43:15.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58082026-05-08T16:43:16.920Z[ recovery-image] May 08 16:43:15.580 INFO O| May 08 16:43:15.580 INFO STEP 335 (remove_files) COMPLETE
58092026-05-08T16:43:16.923Z[ recovery-image] May 08 16:43:15.580 INFO O| May 08 16:43:15.580 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-05-08T16:43:16.929Z[ recovery-image] May 08 16:43:15.588 INFO O| May 08 16:43:15.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58112026-05-08T16:43:16.929Z[ recovery-image] May 08 16:43:15.588 INFO O| May 08 16:43:15.588 INFO STEP 336 (remove_files) COMPLETE
58122026-05-08T16:43:16.932Z[ recovery-image] May 08 16:43:15.588 INFO O| May 08 16:43:15.588 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-05-08T16:43:16.937Z[ recovery-image] May 08 16:43:15.597 INFO O| May 08 16:43:15.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58142026-05-08T16:43:16.937Z[ recovery-image] May 08 16:43:15.597 INFO O| May 08 16:43:15.597 INFO STEP 337 (remove_files) COMPLETE
58152026-05-08T16:43:16.937Z[ recovery-image] May 08 16:43:15.597 INFO O| May 08 16:43:15.597 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-05-08T16:43:16.946Z[ recovery-image] May 08 16:43:15.605 INFO O| May 08 16:43:15.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58172026-05-08T16:43:16.946Z[ recovery-image] May 08 16:43:15.605 INFO O| May 08 16:43:15.605 INFO STEP 338 (remove_files) COMPLETE
58182026-05-08T16:43:17.060Z[ recovery-image] May 08 16:43:15.605 INFO O| May 08 16:43:15.605 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-05-08T16:43:17.060Z[ recovery-image] May 08 16:43:15.613 INFO O| May 08 16:43:15.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58202026-05-08T16:43:17.064Z[ recovery-image] May 08 16:43:15.613 INFO O| May 08 16:43:15.613 INFO STEP 339 (remove_files) COMPLETE
58212026-05-08T16:43:17.064Z[ recovery-image] May 08 16:43:15.613 INFO O| May 08 16:43:15.613 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-05-08T16:43:17.064Z[ recovery-image] May 08 16:43:15.621 INFO O| May 08 16:43:15.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58232026-05-08T16:43:17.064Z[ recovery-image] May 08 16:43:15.622 INFO O| May 08 16:43:15.622 INFO STEP 340 (remove_files) COMPLETE
58242026-05-08T16:43:17.064Z[ recovery-image] May 08 16:43:15.622 INFO O| May 08 16:43:15.622 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-05-08T16:43:17.064Z[ recovery-image] May 08 16:43:15.630 INFO O| May 08 16:43:15.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58262026-05-08T16:43:17.064Z[ recovery-image] May 08 16:43:15.631 INFO O| May 08 16:43:15.631 INFO STEP 341 (remove_files) COMPLETE
58272026-05-08T16:43:17.064Z[ recovery-image] May 08 16:43:15.631 INFO O| May 08 16:43:15.631 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-05-08T16:43:17.064Z[ recovery-image] May 08 16:43:15.639 INFO O| May 08 16:43:15.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58292026-05-08T16:43:17.064Z[ recovery-image] May 08 16:43:15.639 INFO O| May 08 16:43:15.639 INFO STEP 342 (remove_files) COMPLETE
58302026-05-08T16:43:17.064Z[ recovery-image] May 08 16:43:15.639 INFO O| May 08 16:43:15.639 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-05-08T16:43:17.064Z[ recovery-image] May 08 16:43:15.653 INFO O| May 08 16:43:15.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58322026-05-08T16:43:17.065Z[ recovery-image] May 08 16:43:15.654 INFO O| May 08 16:43:15.654 INFO STEP 343 (remove_files) COMPLETE
58332026-05-08T16:43:17.065Z[ recovery-image] May 08 16:43:15.654 INFO O| May 08 16:43:15.654 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-05-08T16:43:17.065Z[ recovery-image] May 08 16:43:15.664 INFO O| May 08 16:43:15.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58352026-05-08T16:43:17.065Z[ recovery-image] May 08 16:43:15.664 INFO O| May 08 16:43:15.664 INFO STEP 344 (remove_files) COMPLETE
58362026-05-08T16:43:17.065Z[ recovery-image] May 08 16:43:15.664 INFO O| May 08 16:43:15.664 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-05-08T16:43:17.065Z[ recovery-image] May 08 16:43:15.674 INFO O| May 08 16:43:15.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58382026-05-08T16:43:17.065Z[ recovery-image] May 08 16:43:15.674 INFO O| May 08 16:43:15.674 INFO STEP 345 (remove_files) COMPLETE
58392026-05-08T16:43:17.065Z[ recovery-image] May 08 16:43:15.674 INFO O| May 08 16:43:15.674 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.684 INFO O| May 08 16:43:15.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58412026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.684 INFO O| May 08 16:43:15.684 INFO STEP 346 (remove_files) COMPLETE
58422026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.684 INFO O| May 08 16:43:15.684 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.692 INFO O| May 08 16:43:15.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58442026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.692 INFO O| May 08 16:43:15.692 INFO STEP 347 (remove_files) COMPLETE
58452026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.692 INFO O| May 08 16:43:15.692 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.701 INFO O| May 08 16:43:15.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58472026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.701 INFO O| May 08 16:43:15.701 INFO STEP 348 (remove_files) COMPLETE
58482026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.701 INFO O| May 08 16:43:15.701 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.710 INFO O| May 08 16:43:15.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58502026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.710 INFO O| May 08 16:43:15.710 INFO STEP 349 (remove_files) COMPLETE
58512026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.710 INFO O| May 08 16:43:15.710 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.719 INFO O| May 08 16:43:15.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58532026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.720 INFO O| May 08 16:43:15.719 INFO STEP 350 (remove_files) COMPLETE
58542026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.720 INFO O| May 08 16:43:15.720 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.729 INFO O| May 08 16:43:15.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58562026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.729 INFO O| May 08 16:43:15.729 INFO STEP 351 (remove_files) COMPLETE
58572026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.729 INFO O| May 08 16:43:15.729 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.739 INFO O| May 08 16:43:15.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58592026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.739 INFO O| May 08 16:43:15.739 INFO STEP 352 (remove_files) COMPLETE
58602026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.739 INFO O| May 08 16:43:15.739 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.748 INFO O| May 08 16:43:15.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58622026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.748 INFO O| May 08 16:43:15.748 INFO STEP 353 (remove_files) COMPLETE
58632026-05-08T16:43:17.190Z[ recovery-image] May 08 16:43:15.748 INFO O| May 08 16:43:15.748 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.756 INFO O| May 08 16:43:15.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58652026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.756 INFO O| May 08 16:43:15.756 INFO STEP 354 (remove_files) COMPLETE
58662026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.756 INFO O| May 08 16:43:15.756 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.765 INFO O| May 08 16:43:15.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58682026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.765 INFO O| May 08 16:43:15.765 INFO STEP 355 (remove_files) COMPLETE
58692026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.765 INFO O| May 08 16:43:15.765 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.772 INFO O| May 08 16:43:15.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58712026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.773 INFO O| May 08 16:43:15.772 INFO STEP 356 (remove_files) COMPLETE
58722026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.773 INFO O| May 08 16:43:15.773 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.781 INFO O| May 08 16:43:15.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58742026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.781 INFO O| May 08 16:43:15.781 INFO STEP 357 (remove_files) COMPLETE
58752026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.781 INFO O| May 08 16:43:15.781 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.790 INFO O| May 08 16:43:15.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58772026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.791 INFO O| May 08 16:43:15.791 INFO STEP 358 (remove_files) COMPLETE
58782026-05-08T16:43:17.191Z[ recovery-image] May 08 16:43:15.791 INFO O| May 08 16:43:15.791 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.799 INFO O| May 08 16:43:15.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58802026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.799 INFO O| May 08 16:43:15.799 INFO STEP 359 (remove_files) COMPLETE
58812026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.799 INFO O| May 08 16:43:15.799 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.808 INFO O| May 08 16:43:15.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58832026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.808 INFO O| May 08 16:43:15.808 INFO STEP 360 (remove_files) COMPLETE
58842026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.808 INFO O| May 08 16:43:15.808 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.816 INFO O| May 08 16:43:15.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58862026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.816 INFO O| May 08 16:43:15.816 INFO STEP 361 (remove_files) COMPLETE
58872026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.816 INFO O| May 08 16:43:15.816 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.825 INFO O| May 08 16:43:15.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
58892026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.825 INFO O| May 08 16:43:15.825 INFO STEP 362 (remove_files) COMPLETE
58902026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.825 INFO O| May 08 16:43:15.825 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.833 INFO O| May 08 16:43:15.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
58922026-05-08T16:43:17.228Z[ recovery-image] May 08 16:43:15.833 INFO O| May 08 16:43:15.833 INFO STEP 363 (remove_files) COMPLETE
58932026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.833 INFO O| May 08 16:43:15.833 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.842 INFO O| May 08 16:43:15.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
58952026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.842 INFO O| May 08 16:43:15.842 INFO STEP 364 (remove_files) COMPLETE
58962026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.842 INFO O| May 08 16:43:15.842 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.851 INFO O| May 08 16:43:15.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
58982026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.852 INFO O| May 08 16:43:15.851 INFO STEP 365 (remove_files) COMPLETE
58992026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.852 INFO O| May 08 16:43:15.851 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.860 INFO O| May 08 16:43:15.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59012026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.860 INFO O| May 08 16:43:15.860 INFO STEP 366 (remove_files) COMPLETE
59022026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.860 INFO O| May 08 16:43:15.860 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.868 INFO O| May 08 16:43:15.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59042026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.868 INFO O| May 08 16:43:15.868 INFO STEP 367 (remove_files) COMPLETE
59052026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.868 INFO O| May 08 16:43:15.868 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.877 INFO O| May 08 16:43:15.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59072026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.877 INFO O| May 08 16:43:15.877 INFO STEP 368 (remove_files) COMPLETE
59082026-05-08T16:43:17.229Z[ recovery-image] May 08 16:43:15.877 INFO O| May 08 16:43:15.877 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-05-08T16:43:17.253Z[ recovery-image] May 08 16:43:15.887 INFO O| May 08 16:43:15.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59102026-05-08T16:43:17.253Z[ recovery-image] May 08 16:43:15.887 INFO O| May 08 16:43:15.887 INFO STEP 369 (remove_files) COMPLETE
59112026-05-08T16:43:17.253Z[ recovery-image] May 08 16:43:15.887 INFO O| May 08 16:43:15.887 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-05-08T16:43:17.253Z[ recovery-image] May 08 16:43:15.897 INFO O| May 08 16:43:15.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59132026-05-08T16:43:17.253Z[ recovery-image] May 08 16:43:15.897 INFO O| May 08 16:43:15.897 INFO STEP 370 (remove_files) COMPLETE
59142026-05-08T16:43:17.253Z[ recovery-image] May 08 16:43:15.897 INFO O| May 08 16:43:15.897 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-05-08T16:43:17.253Z[ recovery-image] May 08 16:43:15.906 INFO O| May 08 16:43:15.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59162026-05-08T16:43:17.253Z[ recovery-image] May 08 16:43:15.906 INFO O| May 08 16:43:15.906 INFO STEP 371 (remove_files) COMPLETE
59172026-05-08T16:43:17.253Z[ recovery-image] May 08 16:43:15.906 INFO O| May 08 16:43:15.906 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-05-08T16:43:17.261Z[ recovery-image] May 08 16:43:15.915 INFO O| May 08 16:43:15.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59192026-05-08T16:43:17.261Z[ recovery-image] May 08 16:43:15.915 INFO O| May 08 16:43:15.915 INFO STEP 372 (remove_files) COMPLETE
59202026-05-08T16:43:17.262Z[ recovery-image] May 08 16:43:15.915 INFO O| May 08 16:43:15.915 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-05-08T16:43:17.265Z[ recovery-image] May 08 16:43:15.924 INFO O| May 08 16:43:15.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59222026-05-08T16:43:17.265Z[ recovery-image] May 08 16:43:15.924 INFO O| May 08 16:43:15.924 INFO STEP 373 (remove_files) COMPLETE
59232026-05-08T16:43:17.280Z[ recovery-image] May 08 16:43:15.924 INFO O| May 08 16:43:15.924 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-05-08T16:43:17.280Z[ recovery-image] May 08 16:43:15.933 INFO O| May 08 16:43:15.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59252026-05-08T16:43:17.280Z[ recovery-image] May 08 16:43:15.933 INFO O| May 08 16:43:15.933 INFO STEP 374 (remove_files) COMPLETE
59262026-05-08T16:43:17.280Z[ recovery-image] May 08 16:43:15.933 INFO O| May 08 16:43:15.933 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-05-08T16:43:17.284Z[ recovery-image] May 08 16:43:15.943 INFO O| May 08 16:43:15.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59282026-05-08T16:43:17.284Z[ recovery-image] May 08 16:43:15.943 INFO O| May 08 16:43:15.943 INFO STEP 375 (remove_files) COMPLETE
59292026-05-08T16:43:17.284Z[ recovery-image] May 08 16:43:15.943 INFO O| May 08 16:43:15.943 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-05-08T16:43:17.294Z[ recovery-image] May 08 16:43:15.954 INFO O| May 08 16:43:15.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59312026-05-08T16:43:17.294Z[ recovery-image] May 08 16:43:15.954 INFO O| May 08 16:43:15.954 INFO STEP 376 (remove_files) COMPLETE
59322026-05-08T16:43:17.298Z[ recovery-image] May 08 16:43:15.954 INFO O| May 08 16:43:15.954 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-05-08T16:43:17.336Z[ recovery-image] May 08 16:43:15.996 INFO O| May 08 16:43:15.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59342026-05-08T16:43:17.336Z[ recovery-image] May 08 16:43:15.996 INFO O| May 08 16:43:15.996 INFO STEP 377 (remove_files) COMPLETE
59352026-05-08T16:43:17.336Z[ recovery-image] May 08 16:43:15.996 INFO O| May 08 16:43:15.996 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-05-08T16:43:17.348Z[ recovery-image] May 08 16:43:16.007 INFO O| May 08 16:43:16.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59372026-05-08T16:43:17.348Z[ recovery-image] May 08 16:43:16.007 INFO O| May 08 16:43:16.007 INFO STEP 378 (remove_files) COMPLETE
59382026-05-08T16:43:17.348Z[ recovery-image] May 08 16:43:16.007 INFO O| May 08 16:43:16.007 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-05-08T16:43:17.358Z[ recovery-image] May 08 16:43:16.018 INFO O| May 08 16:43:16.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59402026-05-08T16:43:17.358Z[ recovery-image] May 08 16:43:16.018 INFO O| May 08 16:43:16.018 INFO STEP 379 (remove_files) COMPLETE
59412026-05-08T16:43:17.358Z[ recovery-image] May 08 16:43:16.018 INFO O| May 08 16:43:16.018 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-05-08T16:43:17.370Z[ recovery-image] May 08 16:43:16.030 INFO O| May 08 16:43:16.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59432026-05-08T16:43:17.370Z[ recovery-image] May 08 16:43:16.030 INFO O| May 08 16:43:16.030 INFO STEP 380 (remove_files) COMPLETE
59442026-05-08T16:43:17.370Z[ recovery-image] May 08 16:43:16.030 INFO O| May 08 16:43:16.030 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-05-08T16:43:17.380Z[ recovery-image] May 08 16:43:16.040 INFO O| May 08 16:43:16.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59462026-05-08T16:43:17.380Z[ recovery-image] May 08 16:43:16.040 INFO O| May 08 16:43:16.040 INFO STEP 381 (remove_files) COMPLETE
59472026-05-08T16:43:17.380Z[ recovery-image] May 08 16:43:16.040 INFO O| May 08 16:43:16.040 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-05-08T16:43:17.391Z[ recovery-image] May 08 16:43:16.049 INFO O| May 08 16:43:16.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59492026-05-08T16:43:17.391Z[ recovery-image] May 08 16:43:16.049 INFO O| May 08 16:43:16.049 INFO STEP 382 (remove_files) COMPLETE
59502026-05-08T16:43:17.391Z[ recovery-image] May 08 16:43:16.049 INFO O| May 08 16:43:16.049 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-05-08T16:43:17.399Z[ recovery-image] May 08 16:43:16.059 INFO O| May 08 16:43:16.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59522026-05-08T16:43:17.399Z[ recovery-image] May 08 16:43:16.059 INFO O| May 08 16:43:16.059 INFO STEP 383 (remove_files) COMPLETE
59532026-05-08T16:43:17.399Z[ recovery-image] May 08 16:43:16.059 INFO O| May 08 16:43:16.059 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-05-08T16:43:17.412Z[ recovery-image] May 08 16:43:16.067 INFO O| May 08 16:43:16.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59552026-05-08T16:43:17.412Z[ recovery-image] May 08 16:43:16.067 INFO O| May 08 16:43:16.067 INFO STEP 384 (remove_files) COMPLETE
59562026-05-08T16:43:17.412Z[ recovery-image] May 08 16:43:16.067 INFO O| May 08 16:43:16.067 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-05-08T16:43:17.417Z[ recovery-image] May 08 16:43:16.075 INFO O| May 08 16:43:16.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59582026-05-08T16:43:17.417Z[ recovery-image] May 08 16:43:16.075 INFO O| May 08 16:43:16.075 INFO STEP 385 (remove_files) COMPLETE
59592026-05-08T16:43:17.417Z[ recovery-image] May 08 16:43:16.075 INFO O| May 08 16:43:16.075 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-05-08T16:43:17.423Z[ recovery-image] May 08 16:43:16.083 INFO O| May 08 16:43:16.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59612026-05-08T16:43:17.423Z[ recovery-image] May 08 16:43:16.083 INFO O| May 08 16:43:16.083 INFO STEP 386 (remove_files) COMPLETE
59622026-05-08T16:43:17.427Z[ recovery-image] May 08 16:43:16.083 INFO O| May 08 16:43:16.083 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-05-08T16:43:17.432Z[ recovery-image] May 08 16:43:16.092 INFO O| May 08 16:43:16.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59642026-05-08T16:43:17.432Z[ recovery-image] May 08 16:43:16.092 INFO O| May 08 16:43:16.092 INFO STEP 387 (remove_files) COMPLETE
59652026-05-08T16:43:17.435Z[ recovery-image] May 08 16:43:16.092 INFO O| May 08 16:43:16.092 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-05-08T16:43:17.442Z[ recovery-image] May 08 16:43:16.101 INFO O| May 08 16:43:16.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59672026-05-08T16:43:17.442Z[ recovery-image] May 08 16:43:16.101 INFO O| May 08 16:43:16.101 INFO STEP 388 (remove_files) COMPLETE
59682026-05-08T16:43:17.442Z[ recovery-image] May 08 16:43:16.101 INFO O| May 08 16:43:16.101 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-05-08T16:43:17.450Z[ recovery-image] May 08 16:43:16.110 INFO O| May 08 16:43:16.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59702026-05-08T16:43:17.451Z[ recovery-image] May 08 16:43:16.110 INFO O| May 08 16:43:16.110 INFO STEP 389 (remove_files) COMPLETE
59712026-05-08T16:43:17.454Z[ recovery-image] May 08 16:43:16.110 INFO O| May 08 16:43:16.110 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-05-08T16:43:17.461Z[ recovery-image] May 08 16:43:16.119 INFO O| May 08 16:43:16.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59732026-05-08T16:43:17.461Z[ recovery-image] May 08 16:43:16.119 INFO O| May 08 16:43:16.119 INFO STEP 390 (remove_files) COMPLETE
59742026-05-08T16:43:17.461Z[ recovery-image] May 08 16:43:16.119 INFO O| May 08 16:43:16.119 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-05-08T16:43:17.468Z[ recovery-image] May 08 16:43:16.128 INFO O| May 08 16:43:16.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59762026-05-08T16:43:17.469Z[ recovery-image] May 08 16:43:16.128 INFO O| May 08 16:43:16.128 INFO STEP 391 (remove_files) COMPLETE
59772026-05-08T16:43:17.472Z[ recovery-image] May 08 16:43:16.128 INFO O| May 08 16:43:16.128 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-05-08T16:43:17.477Z[ recovery-image] May 08 16:43:16.137 INFO O| May 08 16:43:16.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59792026-05-08T16:43:17.477Z[ recovery-image] May 08 16:43:16.137 INFO O| May 08 16:43:16.137 INFO STEP 392 (remove_files) COMPLETE
59802026-05-08T16:43:17.477Z[ recovery-image] May 08 16:43:16.137 INFO O| May 08 16:43:16.137 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-05-08T16:43:17.485Z[ recovery-image] May 08 16:43:16.144 INFO O| May 08 16:43:16.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59822026-05-08T16:43:17.485Z[ recovery-image] May 08 16:43:16.144 INFO O| May 08 16:43:16.144 INFO STEP 393 (remove_files) COMPLETE
59832026-05-08T16:43:17.485Z[ recovery-image] May 08 16:43:16.144 INFO O| May 08 16:43:16.144 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-05-08T16:43:17.492Z[ recovery-image] May 08 16:43:16.152 INFO O| May 08 16:43:16.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59852026-05-08T16:43:17.492Z[ recovery-image] May 08 16:43:16.152 INFO O| May 08 16:43:16.152 INFO STEP 394 (remove_files) COMPLETE
59862026-05-08T16:43:17.492Z[ recovery-image] May 08 16:43:16.152 INFO O| May 08 16:43:16.152 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-05-08T16:43:17.499Z[ recovery-image] May 08 16:43:16.159 INFO O| May 08 16:43:16.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59882026-05-08T16:43:17.499Z[ recovery-image] May 08 16:43:16.159 INFO O| May 08 16:43:16.159 INFO STEP 395 (remove_files) COMPLETE
59892026-05-08T16:43:17.503Z[ recovery-image] May 08 16:43:16.159 INFO O| May 08 16:43:16.159 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-05-08T16:43:17.508Z[ recovery-image] May 08 16:43:16.167 INFO O| May 08 16:43:16.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
59912026-05-08T16:43:17.508Z[ recovery-image] May 08 16:43:16.167 INFO O| May 08 16:43:16.167 INFO STEP 396 (remove_files) COMPLETE
59922026-05-08T16:43:17.511Z[ recovery-image] May 08 16:43:16.167 INFO O| May 08 16:43:16.167 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-05-08T16:43:17.515Z[ recovery-image] May 08 16:43:16.174 INFO O| May 08 16:43:16.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
59942026-05-08T16:43:17.515Z[ recovery-image] May 08 16:43:16.175 INFO O| May 08 16:43:16.175 INFO STEP 397 (remove_files) COMPLETE
59952026-05-08T16:43:17.515Z[ recovery-image] May 08 16:43:16.175 INFO O| May 08 16:43:16.175 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-05-08T16:43:17.524Z[ recovery-image] May 08 16:43:16.183 INFO O| May 08 16:43:16.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
59972026-05-08T16:43:17.524Z[ recovery-image] May 08 16:43:16.183 INFO O| May 08 16:43:16.183 INFO STEP 398 (remove_files) COMPLETE
59982026-05-08T16:43:17.524Z[ recovery-image] May 08 16:43:16.183 INFO O| May 08 16:43:16.183 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-05-08T16:43:17.533Z[ recovery-image] May 08 16:43:16.193 INFO O| May 08 16:43:16.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60002026-05-08T16:43:17.533Z[ recovery-image] May 08 16:43:16.193 INFO O| May 08 16:43:16.193 INFO STEP 399 (remove_files) COMPLETE
60012026-05-08T16:43:17.533Z[ recovery-image] May 08 16:43:16.193 INFO O| May 08 16:43:16.193 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-05-08T16:43:17.543Z[ recovery-image] May 08 16:43:16.202 INFO O| May 08 16:43:16.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60032026-05-08T16:43:17.543Z[ recovery-image] May 08 16:43:16.202 INFO O| May 08 16:43:16.202 INFO STEP 400 (remove_files) COMPLETE
60042026-05-08T16:43:17.543Z[ recovery-image] May 08 16:43:16.202 INFO O| May 08 16:43:16.202 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-05-08T16:43:17.553Z[ recovery-image] May 08 16:43:16.212 INFO O| May 08 16:43:16.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60062026-05-08T16:43:17.553Z[ recovery-image] May 08 16:43:16.212 INFO O| May 08 16:43:16.212 INFO STEP 401 (remove_files) COMPLETE
60072026-05-08T16:43:17.553Z[ recovery-image] May 08 16:43:16.212 INFO O| May 08 16:43:16.212 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-05-08T16:43:17.563Z[ recovery-image] May 08 16:43:16.223 INFO O| May 08 16:43:16.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60092026-05-08T16:43:17.564Z[ recovery-image] May 08 16:43:16.223 INFO O| May 08 16:43:16.223 INFO STEP 402 (remove_files) COMPLETE
60102026-05-08T16:43:17.564Z[ recovery-image] May 08 16:43:16.223 INFO O| May 08 16:43:16.223 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-05-08T16:43:17.572Z[ recovery-image] May 08 16:43:16.231 INFO O| May 08 16:43:16.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60122026-05-08T16:43:17.572Z[ recovery-image] May 08 16:43:16.231 INFO O| May 08 16:43:16.231 INFO STEP 403 (remove_files) COMPLETE
60132026-05-08T16:43:17.572Z[ recovery-image] May 08 16:43:16.231 INFO O| May 08 16:43:16.231 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-05-08T16:43:17.579Z[ recovery-image] May 08 16:43:16.239 INFO O| May 08 16:43:16.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60152026-05-08T16:43:17.579Z[ recovery-image] May 08 16:43:16.239 INFO O| May 08 16:43:16.239 INFO STEP 404 (remove_files) COMPLETE
60162026-05-08T16:43:17.582Z[ recovery-image] May 08 16:43:16.239 INFO O| May 08 16:43:16.239 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-05-08T16:43:17.590Z[ recovery-image] May 08 16:43:16.246 INFO O| May 08 16:43:16.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60182026-05-08T16:43:17.590Z[ recovery-image] May 08 16:43:16.246 INFO O| May 08 16:43:16.246 INFO STEP 405 (remove_files) COMPLETE
60192026-05-08T16:43:17.590Z[ recovery-image] May 08 16:43:16.246 INFO O| May 08 16:43:16.246 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-05-08T16:43:17.593Z[ recovery-image] May 08 16:43:16.253 INFO O| May 08 16:43:16.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60212026-05-08T16:43:17.593Z[ recovery-image] May 08 16:43:16.253 INFO O| May 08 16:43:16.253 INFO STEP 406 (remove_files) COMPLETE
60222026-05-08T16:43:17.593Z[ recovery-image] May 08 16:43:16.253 INFO O| May 08 16:43:16.253 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-05-08T16:43:17.600Z[ recovery-image] May 08 16:43:16.260 INFO O| May 08 16:43:16.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60242026-05-08T16:43:17.600Z[ recovery-image] May 08 16:43:16.260 INFO O| May 08 16:43:16.260 INFO STEP 407 (remove_files) COMPLETE
60252026-05-08T16:43:17.600Z[ recovery-image] May 08 16:43:16.260 INFO O| May 08 16:43:16.260 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-05-08T16:43:17.607Z[ recovery-image] May 08 16:43:16.267 INFO O| May 08 16:43:16.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60272026-05-08T16:43:17.607Z[ recovery-image] May 08 16:43:16.267 INFO O| May 08 16:43:16.267 INFO STEP 408 (remove_files) COMPLETE
60282026-05-08T16:43:17.610Z[ recovery-image] May 08 16:43:16.267 INFO O| May 08 16:43:16.267 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-05-08T16:43:17.614Z[ recovery-image] May 08 16:43:16.274 INFO O| May 08 16:43:16.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60302026-05-08T16:43:17.614Z[ recovery-image] May 08 16:43:16.274 INFO O| May 08 16:43:16.274 INFO STEP 409 (remove_files) COMPLETE
60312026-05-08T16:43:17.614Z[ recovery-image] May 08 16:43:16.274 INFO O| May 08 16:43:16.274 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-05-08T16:43:17.621Z[ recovery-image] May 08 16:43:16.281 INFO O| May 08 16:43:16.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60332026-05-08T16:43:17.622Z[ recovery-image] May 08 16:43:16.281 INFO O| May 08 16:43:16.281 INFO STEP 410 (remove_files) COMPLETE
60342026-05-08T16:43:17.625Z[ recovery-image] May 08 16:43:16.281 INFO O| May 08 16:43:16.281 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-05-08T16:43:17.629Z[ recovery-image] May 08 16:43:16.289 INFO O| May 08 16:43:16.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60362026-05-08T16:43:17.629Z[ recovery-image] May 08 16:43:16.289 INFO O| May 08 16:43:16.289 INFO STEP 411 (remove_files) COMPLETE
60372026-05-08T16:43:17.632Z[ recovery-image] May 08 16:43:16.289 INFO O| May 08 16:43:16.289 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-05-08T16:43:17.637Z[ recovery-image] May 08 16:43:16.296 INFO O| May 08 16:43:16.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60392026-05-08T16:43:17.637Z[ recovery-image] May 08 16:43:16.297 INFO O| May 08 16:43:16.297 INFO STEP 412 (remove_files) COMPLETE
60402026-05-08T16:43:17.637Z[ recovery-image] May 08 16:43:16.297 INFO O| May 08 16:43:16.297 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-05-08T16:43:17.645Z[ recovery-image] May 08 16:43:16.305 INFO O| May 08 16:43:16.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60422026-05-08T16:43:17.645Z[ recovery-image] May 08 16:43:16.305 INFO O| May 08 16:43:16.305 INFO STEP 413 (remove_files) COMPLETE
60432026-05-08T16:43:17.648Z[ recovery-image] May 08 16:43:16.305 INFO O| May 08 16:43:16.305 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-05-08T16:43:17.652Z[ recovery-image] May 08 16:43:16.312 INFO O| May 08 16:43:16.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60452026-05-08T16:43:17.652Z[ recovery-image] May 08 16:43:16.312 INFO O| May 08 16:43:16.312 INFO STEP 414 (remove_files) COMPLETE
60462026-05-08T16:43:17.656Z[ recovery-image] May 08 16:43:16.312 INFO O| May 08 16:43:16.312 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-05-08T16:43:17.660Z[ recovery-image] May 08 16:43:16.320 INFO O| May 08 16:43:16.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60482026-05-08T16:43:17.660Z[ recovery-image] May 08 16:43:16.320 INFO O| May 08 16:43:16.320 INFO STEP 415 (remove_files) COMPLETE
60492026-05-08T16:43:17.663Z[ recovery-image] May 08 16:43:16.320 INFO O| May 08 16:43:16.320 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-05-08T16:43:17.668Z[ recovery-image] May 08 16:43:16.327 INFO O| May 08 16:43:16.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60512026-05-08T16:43:17.668Z[ recovery-image] May 08 16:43:16.327 INFO O| May 08 16:43:16.327 INFO STEP 416 (remove_files) COMPLETE
60522026-05-08T16:43:17.673Z[ recovery-image] May 08 16:43:16.327 INFO O| May 08 16:43:16.327 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-05-08T16:43:17.677Z[ recovery-image] May 08 16:43:16.335 INFO O| May 08 16:43:16.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60542026-05-08T16:43:17.677Z[ recovery-image] May 08 16:43:16.335 INFO O| May 08 16:43:16.335 INFO STEP 417 (remove_files) COMPLETE
60552026-05-08T16:43:17.677Z[ recovery-image] May 08 16:43:16.335 INFO O| May 08 16:43:16.335 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-05-08T16:43:17.683Z[ recovery-image] May 08 16:43:16.343 INFO O| May 08 16:43:16.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60572026-05-08T16:43:17.683Z[ recovery-image] May 08 16:43:16.343 INFO O| May 08 16:43:16.343 INFO STEP 418 (remove_files) COMPLETE
60582026-05-08T16:43:17.687Z[ recovery-image] May 08 16:43:16.343 INFO O| May 08 16:43:16.343 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-05-08T16:43:17.691Z[ recovery-image] May 08 16:43:16.351 INFO O| May 08 16:43:16.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60602026-05-08T16:43:17.691Z[ recovery-image] May 08 16:43:16.351 INFO O| May 08 16:43:16.351 INFO STEP 419 (remove_files) COMPLETE
60612026-05-08T16:43:17.691Z[ recovery-image] May 08 16:43:16.351 INFO O| May 08 16:43:16.351 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-05-08T16:43:17.700Z[ recovery-image] May 08 16:43:16.360 INFO O| May 08 16:43:16.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60632026-05-08T16:43:17.700Z[ recovery-image] May 08 16:43:16.360 INFO O| May 08 16:43:16.360 INFO STEP 420 (remove_files) COMPLETE
60642026-05-08T16:43:17.700Z[ recovery-image] May 08 16:43:16.360 INFO O| May 08 16:43:16.360 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-05-08T16:43:17.710Z[ recovery-image] May 08 16:43:16.370 INFO O| May 08 16:43:16.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60662026-05-08T16:43:17.711Z[ recovery-image] May 08 16:43:16.370 INFO O| May 08 16:43:16.370 INFO STEP 421 (remove_files) COMPLETE
60672026-05-08T16:43:17.711Z[ recovery-image] May 08 16:43:16.370 INFO O| May 08 16:43:16.370 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-05-08T16:43:17.723Z[ recovery-image] May 08 16:43:16.378 INFO O| May 08 16:43:16.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60692026-05-08T16:43:17.723Z[ recovery-image] May 08 16:43:16.378 INFO O| May 08 16:43:16.378 INFO STEP 422 (remove_files) COMPLETE
60702026-05-08T16:43:17.723Z[ recovery-image] May 08 16:43:16.378 INFO O| May 08 16:43:16.378 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-05-08T16:43:17.727Z[ recovery-image] May 08 16:43:16.386 INFO O| May 08 16:43:16.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60722026-05-08T16:43:17.727Z[ recovery-image] May 08 16:43:16.387 INFO O| May 08 16:43:16.387 INFO STEP 423 (remove_files) COMPLETE
60732026-05-08T16:43:17.727Z[ recovery-image] May 08 16:43:16.387 INFO O| May 08 16:43:16.387 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-05-08T16:43:17.735Z[ recovery-image] May 08 16:43:16.395 INFO O| May 08 16:43:16.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60752026-05-08T16:43:17.735Z[ recovery-image] May 08 16:43:16.395 INFO O| May 08 16:43:16.395 INFO STEP 424 (remove_files) COMPLETE
60762026-05-08T16:43:17.735Z[ recovery-image] May 08 16:43:16.395 INFO O| May 08 16:43:16.395 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-05-08T16:43:17.748Z[ recovery-image] May 08 16:43:16.404 INFO O| May 08 16:43:16.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60782026-05-08T16:43:17.748Z[ recovery-image] May 08 16:43:16.404 INFO O| May 08 16:43:16.404 INFO STEP 425 (remove_files) COMPLETE
60792026-05-08T16:43:17.748Z[ recovery-image] May 08 16:43:16.404 INFO O| May 08 16:43:16.404 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-05-08T16:43:17.752Z[ recovery-image] May 08 16:43:16.412 INFO O| May 08 16:43:16.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60812026-05-08T16:43:17.752Z[ recovery-image] May 08 16:43:16.412 INFO O| May 08 16:43:16.412 INFO STEP 426 (remove_files) COMPLETE
60822026-05-08T16:43:17.756Z[ recovery-image] May 08 16:43:16.412 INFO O| May 08 16:43:16.412 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-05-08T16:43:17.760Z[ recovery-image] May 08 16:43:16.419 INFO O| May 08 16:43:16.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60842026-05-08T16:43:17.760Z[ recovery-image] May 08 16:43:16.419 INFO O| May 08 16:43:16.419 INFO STEP 427 (remove_files) COMPLETE
60852026-05-08T16:43:17.760Z[ recovery-image] May 08 16:43:16.419 INFO O| May 08 16:43:16.419 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-05-08T16:43:17.769Z[ recovery-image] May 08 16:43:16.428 INFO O| May 08 16:43:16.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60872026-05-08T16:43:17.769Z[ recovery-image] May 08 16:43:16.428 INFO O| May 08 16:43:16.428 INFO STEP 428 (remove_files) COMPLETE
60882026-05-08T16:43:17.769Z[ recovery-image] May 08 16:43:16.428 INFO O| May 08 16:43:16.428 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-05-08T16:43:17.778Z[ recovery-image] May 08 16:43:16.437 INFO O| May 08 16:43:16.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
60902026-05-08T16:43:17.778Z[ recovery-image] May 08 16:43:16.438 INFO O| May 08 16:43:16.438 INFO STEP 429 (remove_files) COMPLETE
60912026-05-08T16:43:17.778Z[ recovery-image] May 08 16:43:16.438 INFO O| May 08 16:43:16.438 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-05-08T16:43:17.786Z[ recovery-image] May 08 16:43:16.445 INFO O| May 08 16:43:16.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
60932026-05-08T16:43:17.786Z[ recovery-image] May 08 16:43:16.445 INFO O| May 08 16:43:16.445 INFO STEP 430 (remove_files) COMPLETE
60942026-05-08T16:43:17.786Z[ recovery-image] May 08 16:43:16.445 INFO O| May 08 16:43:16.445 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-05-08T16:43:17.793Z[ recovery-image] May 08 16:43:16.453 INFO O| May 08 16:43:16.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
60962026-05-08T16:43:17.793Z[ recovery-image] May 08 16:43:16.453 INFO O| May 08 16:43:16.453 INFO STEP 431 (remove_files) COMPLETE
60972026-05-08T16:43:17.793Z[ recovery-image] May 08 16:43:16.453 INFO O| May 08 16:43:16.453 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-05-08T16:43:17.801Z[ recovery-image] May 08 16:43:16.461 INFO O| May 08 16:43:16.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
60992026-05-08T16:43:17.801Z[ recovery-image] May 08 16:43:16.461 INFO O| May 08 16:43:16.461 INFO STEP 432 (remove_files) COMPLETE
61002026-05-08T16:43:17.801Z[ recovery-image] May 08 16:43:16.461 INFO O| May 08 16:43:16.461 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-05-08T16:43:17.809Z[ recovery-image] May 08 16:43:16.469 INFO O| May 08 16:43:16.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61022026-05-08T16:43:17.809Z[ recovery-image] May 08 16:43:16.469 INFO O| May 08 16:43:16.469 INFO STEP 433 (remove_files) COMPLETE
61032026-05-08T16:43:17.813Z[ recovery-image] May 08 16:43:16.469 INFO O| May 08 16:43:16.469 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-05-08T16:43:17.817Z[ recovery-image] May 08 16:43:16.477 INFO O| May 08 16:43:16.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61052026-05-08T16:43:17.821Z[ recovery-image] May 08 16:43:16.478 INFO O| May 08 16:43:16.478 INFO STEP 434 (remove_files) COMPLETE
61062026-05-08T16:43:17.821Z[ recovery-image] May 08 16:43:16.478 INFO O| May 08 16:43:16.478 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-05-08T16:43:17.827Z[ recovery-image] May 08 16:43:16.486 INFO O| May 08 16:43:16.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61082026-05-08T16:43:17.827Z[ recovery-image] May 08 16:43:16.486 INFO O| May 08 16:43:16.486 INFO STEP 435 (remove_files) COMPLETE
61092026-05-08T16:43:17.827Z[ recovery-image] May 08 16:43:16.486 INFO O| May 08 16:43:16.486 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-05-08T16:43:17.835Z[ recovery-image] May 08 16:43:16.495 INFO O| May 08 16:43:16.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61112026-05-08T16:43:17.835Z[ recovery-image] May 08 16:43:16.495 INFO O| May 08 16:43:16.495 INFO STEP 436 (remove_files) COMPLETE
61122026-05-08T16:43:17.836Z[ recovery-image] May 08 16:43:16.495 INFO O| May 08 16:43:16.495 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-05-08T16:43:17.845Z[ recovery-image] May 08 16:43:16.502 INFO O| May 08 16:43:16.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61142026-05-08T16:43:17.845Z[ recovery-image] May 08 16:43:16.503 INFO O| May 08 16:43:16.503 INFO STEP 437 (remove_files) COMPLETE
61152026-05-08T16:43:17.845Z[ recovery-image] May 08 16:43:16.503 INFO O| May 08 16:43:16.503 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-05-08T16:43:17.854Z[ recovery-image] May 08 16:43:16.510 INFO O| May 08 16:43:16.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61172026-05-08T16:43:17.854Z[ recovery-image] May 08 16:43:16.510 INFO O| May 08 16:43:16.510 INFO STEP 438 (remove_files) COMPLETE
61182026-05-08T16:43:17.854Z[ recovery-image] May 08 16:43:16.510 INFO O| May 08 16:43:16.510 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-05-08T16:43:17.869Z[ recovery-image] May 08 16:43:16.518 INFO O| May 08 16:43:16.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61202026-05-08T16:43:17.870Z[ recovery-image] May 08 16:43:16.518 INFO O| May 08 16:43:16.518 INFO STEP 439 (remove_files) COMPLETE
61212026-05-08T16:43:17.870Z[ recovery-image] May 08 16:43:16.518 INFO O| May 08 16:43:16.518 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-05-08T16:43:17.870Z[ recovery-image] May 08 16:43:16.526 INFO O| May 08 16:43:16.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61232026-05-08T16:43:17.870Z[ recovery-image] May 08 16:43:16.526 INFO O| May 08 16:43:16.526 INFO STEP 440 (remove_files) COMPLETE
61242026-05-08T16:43:17.870Z[ recovery-image] May 08 16:43:16.526 INFO O| May 08 16:43:16.526 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-05-08T16:43:17.874Z[ recovery-image] May 08 16:43:16.534 INFO O| May 08 16:43:16.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61262026-05-08T16:43:17.874Z[ recovery-image] May 08 16:43:16.534 INFO O| May 08 16:43:16.534 INFO STEP 441 (remove_files) COMPLETE
61272026-05-08T16:43:17.875Z[ recovery-image] May 08 16:43:16.534 INFO O| May 08 16:43:16.534 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-05-08T16:43:17.883Z[ recovery-image] May 08 16:43:16.542 INFO O| May 08 16:43:16.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61292026-05-08T16:43:17.883Z[ recovery-image] May 08 16:43:16.542 INFO O| May 08 16:43:16.542 INFO STEP 442 (remove_files) COMPLETE
61302026-05-08T16:43:17.883Z[ recovery-image] May 08 16:43:16.542 INFO O| May 08 16:43:16.542 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-05-08T16:43:17.891Z[ recovery-image] May 08 16:43:16.550 INFO O| May 08 16:43:16.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61322026-05-08T16:43:17.891Z[ recovery-image] May 08 16:43:16.551 INFO O| May 08 16:43:16.551 INFO STEP 443 (remove_files) COMPLETE
61332026-05-08T16:43:17.891Z[ recovery-image] May 08 16:43:16.551 INFO O| May 08 16:43:16.551 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-05-08T16:43:17.899Z[ recovery-image] May 08 16:43:16.558 INFO O| May 08 16:43:16.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61352026-05-08T16:43:17.899Z[ recovery-image] May 08 16:43:16.558 INFO O| May 08 16:43:16.558 INFO STEP 444 (remove_files) COMPLETE
61362026-05-08T16:43:17.899Z[ recovery-image] May 08 16:43:16.558 INFO O| May 08 16:43:16.558 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-05-08T16:43:17.907Z[ recovery-image] May 08 16:43:16.566 INFO O| May 08 16:43:16.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61382026-05-08T16:43:17.910Z[ recovery-image] May 08 16:43:16.567 INFO O| May 08 16:43:16.567 INFO STEP 445 (remove_files) COMPLETE
61392026-05-08T16:43:17.910Z[ recovery-image] May 08 16:43:16.567 INFO O| May 08 16:43:16.567 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-05-08T16:43:17.915Z[ recovery-image] May 08 16:43:16.575 INFO O| May 08 16:43:16.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61412026-05-08T16:43:17.915Z[ recovery-image] May 08 16:43:16.575 INFO O| May 08 16:43:16.575 INFO STEP 446 (remove_files) COMPLETE
61422026-05-08T16:43:17.915Z[ recovery-image] May 08 16:43:16.575 INFO O| May 08 16:43:16.575 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-05-08T16:43:17.924Z[ recovery-image] May 08 16:43:16.583 INFO O| May 08 16:43:16.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61442026-05-08T16:43:17.924Z[ recovery-image] May 08 16:43:16.583 INFO O| May 08 16:43:16.583 INFO STEP 447 (remove_files) COMPLETE
61452026-05-08T16:43:17.924Z[ recovery-image] May 08 16:43:16.583 INFO O| May 08 16:43:16.583 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-05-08T16:43:17.932Z[ recovery-image] May 08 16:43:16.591 INFO O| May 08 16:43:16.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61472026-05-08T16:43:17.932Z[ recovery-image] May 08 16:43:16.591 INFO O| May 08 16:43:16.591 INFO STEP 448 (remove_files) COMPLETE
61482026-05-08T16:43:17.932Z[ recovery-image] May 08 16:43:16.591 INFO O| May 08 16:43:16.591 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-05-08T16:43:17.942Z[ recovery-image] May 08 16:43:16.599 INFO O| May 08 16:43:16.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61502026-05-08T16:43:17.942Z[ recovery-image] May 08 16:43:16.599 INFO O| May 08 16:43:16.599 INFO STEP 449 (remove_files) COMPLETE
61512026-05-08T16:43:17.945Z[ recovery-image] May 08 16:43:16.599 INFO O| May 08 16:43:16.599 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-05-08T16:43:17.950Z[ recovery-image] May 08 16:43:16.608 INFO O| May 08 16:43:16.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61532026-05-08T16:43:17.950Z[ recovery-image] May 08 16:43:16.608 INFO O| May 08 16:43:16.608 INFO STEP 450 (remove_files) COMPLETE
61542026-05-08T16:43:17.950Z[ recovery-image] May 08 16:43:16.608 INFO O| May 08 16:43:16.608 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-05-08T16:43:17.956Z[ recovery-image] May 08 16:43:16.616 INFO O| May 08 16:43:16.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61562026-05-08T16:43:17.956Z[ recovery-image] May 08 16:43:16.616 INFO O| May 08 16:43:16.616 INFO STEP 451 (remove_files) COMPLETE
61572026-05-08T16:43:17.956Z[ recovery-image] May 08 16:43:16.616 INFO O| May 08 16:43:16.616 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-05-08T16:43:17.964Z[ recovery-image] May 08 16:43:16.623 INFO O| May 08 16:43:16.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61592026-05-08T16:43:17.964Z[ recovery-image] May 08 16:43:16.623 INFO O| May 08 16:43:16.623 INFO STEP 452 (remove_files) COMPLETE
61602026-05-08T16:43:17.964Z[ recovery-image] May 08 16:43:16.623 INFO O| May 08 16:43:16.623 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-05-08T16:43:17.973Z[ recovery-image] May 08 16:43:16.631 INFO O| May 08 16:43:16.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61622026-05-08T16:43:17.973Z[ recovery-image] May 08 16:43:16.631 INFO O| May 08 16:43:16.631 INFO STEP 453 (remove_files) COMPLETE
61632026-05-08T16:43:17.973Z[ recovery-image] May 08 16:43:16.631 INFO O| May 08 16:43:16.631 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-05-08T16:43:17.980Z[ recovery-image] May 08 16:43:16.640 INFO O| May 08 16:43:16.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61652026-05-08T16:43:17.980Z[ recovery-image] May 08 16:43:16.640 INFO O| May 08 16:43:16.640 INFO STEP 454 (remove_files) COMPLETE
61662026-05-08T16:43:17.981Z[ recovery-image] May 08 16:43:16.640 INFO O| May 08 16:43:16.640 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-05-08T16:43:17.989Z[ recovery-image] May 08 16:43:16.649 INFO O| May 08 16:43:16.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61682026-05-08T16:43:17.989Z[ recovery-image] May 08 16:43:16.649 INFO O| May 08 16:43:16.649 INFO STEP 455 (remove_files) COMPLETE
61692026-05-08T16:43:17.989Z[ recovery-image] May 08 16:43:16.649 INFO O| May 08 16:43:16.649 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-05-08T16:43:17.998Z[ recovery-image] May 08 16:43:16.658 INFO O| May 08 16:43:16.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61712026-05-08T16:43:17.998Z[ recovery-image] May 08 16:43:16.658 INFO O| May 08 16:43:16.658 INFO STEP 456 (remove_files) COMPLETE
61722026-05-08T16:43:17.998Z[ recovery-image] May 08 16:43:16.658 INFO O| May 08 16:43:16.658 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-05-08T16:43:18.015Z[ recovery-image] May 08 16:43:16.666 INFO O| May 08 16:43:16.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61742026-05-08T16:43:18.015Z[ recovery-image] May 08 16:43:16.667 INFO O| May 08 16:43:16.667 INFO STEP 457 (remove_files) COMPLETE
61752026-05-08T16:43:18.016Z[ recovery-image] May 08 16:43:16.667 INFO O| May 08 16:43:16.667 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-05-08T16:43:18.023Z[ recovery-image] May 08 16:43:16.676 INFO O| May 08 16:43:16.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61772026-05-08T16:43:18.023Z[ recovery-image] May 08 16:43:16.676 INFO O| May 08 16:43:16.676 INFO STEP 458 (remove_files) COMPLETE
61782026-05-08T16:43:18.023Z[ recovery-image] May 08 16:43:16.676 INFO O| May 08 16:43:16.676 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-05-08T16:43:18.026Z[ recovery-image] May 08 16:43:16.685 INFO O| May 08 16:43:16.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61802026-05-08T16:43:18.026Z[ recovery-image] May 08 16:43:16.685 INFO O| May 08 16:43:16.685 INFO STEP 459 (remove_files) COMPLETE
61812026-05-08T16:43:18.026Z[ recovery-image] May 08 16:43:16.685 INFO O| May 08 16:43:16.685 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-05-08T16:43:18.034Z[ recovery-image] May 08 16:43:16.694 INFO O| May 08 16:43:16.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61832026-05-08T16:43:18.034Z[ recovery-image] May 08 16:43:16.694 INFO O| May 08 16:43:16.694 INFO STEP 460 (remove_files) COMPLETE
61842026-05-08T16:43:18.035Z[ recovery-image] May 08 16:43:16.694 INFO O| May 08 16:43:16.694 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-05-08T16:43:18.043Z[ recovery-image] May 08 16:43:16.703 INFO O| May 08 16:43:16.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
61862026-05-08T16:43:18.043Z[ recovery-image] May 08 16:43:16.703 INFO O| May 08 16:43:16.703 INFO STEP 461 (remove_files) COMPLETE
61872026-05-08T16:43:18.044Z[ recovery-image] May 08 16:43:16.703 INFO O| May 08 16:43:16.703 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-05-08T16:43:18.053Z[ recovery-image] May 08 16:43:16.712 INFO O| May 08 16:43:16.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
61892026-05-08T16:43:18.053Z[ recovery-image] May 08 16:43:16.712 INFO O| May 08 16:43:16.712 INFO STEP 462 (remove_files) COMPLETE
61902026-05-08T16:43:18.053Z[ recovery-image] May 08 16:43:16.712 INFO O| May 08 16:43:16.712 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-05-08T16:43:18.063Z[ recovery-image] May 08 16:43:16.722 INFO O| May 08 16:43:16.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
61922026-05-08T16:43:18.063Z[ recovery-image] May 08 16:43:16.722 INFO O| May 08 16:43:16.722 INFO STEP 463 (remove_files) COMPLETE
61932026-05-08T16:43:18.063Z[ recovery-image] May 08 16:43:16.722 INFO O| May 08 16:43:16.722 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-05-08T16:43:18.073Z[ recovery-image] May 08 16:43:16.733 INFO O| May 08 16:43:16.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
61952026-05-08T16:43:18.073Z[ recovery-image] May 08 16:43:16.733 INFO O| May 08 16:43:16.733 INFO STEP 464 (remove_files) COMPLETE
61962026-05-08T16:43:18.073Z[ recovery-image] May 08 16:43:16.733 INFO O| May 08 16:43:16.733 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-05-08T16:43:18.098Z[ recovery-image] May 08 16:43:16.743 INFO O| May 08 16:43:16.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
61982026-05-08T16:43:18.098Z[ recovery-image] May 08 16:43:16.743 INFO O| May 08 16:43:16.743 INFO STEP 465 (remove_files) COMPLETE
61992026-05-08T16:43:18.098Z[ recovery-image] May 08 16:43:16.743 INFO O| May 08 16:43:16.743 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-05-08T16:43:18.374Z[ recovery-image] May 08 16:43:16.752 INFO O| May 08 16:43:16.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62012026-05-08T16:43:18.374Z[ recovery-image] May 08 16:43:16.752 INFO O| May 08 16:43:16.752 INFO STEP 466 (remove_files) COMPLETE
62022026-05-08T16:43:18.374Z[ recovery-image] May 08 16:43:16.752 INFO O| May 08 16:43:16.752 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-05-08T16:43:18.375Z[ recovery-image] May 08 16:43:16.761 INFO O| May 08 16:43:16.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62042026-05-08T16:43:18.375Z[ recovery-image] May 08 16:43:16.761 INFO O| May 08 16:43:16.761 INFO STEP 467 (remove_files) COMPLETE
62052026-05-08T16:43:18.375Z[ recovery-image] May 08 16:43:16.761 INFO O| May 08 16:43:16.761 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-05-08T16:43:18.375Z[ recovery-image] May 08 16:43:16.771 INFO O| May 08 16:43:16.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62072026-05-08T16:43:18.375Z[ recovery-image] May 08 16:43:16.771 INFO O| May 08 16:43:16.771 INFO STEP 468 (remove_files) COMPLETE
62082026-05-08T16:43:18.375Z[ recovery-image] May 08 16:43:16.771 INFO O| May 08 16:43:16.771 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-05-08T16:43:18.375Z[ recovery-image] May 08 16:43:16.781 INFO O| May 08 16:43:16.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62102026-05-08T16:43:18.375Z[ recovery-image] May 08 16:43:16.781 INFO O| May 08 16:43:16.781 INFO STEP 469 (remove_files) COMPLETE
62112026-05-08T16:43:18.375Z[ recovery-image] May 08 16:43:16.781 INFO O| May 08 16:43:16.781 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-05-08T16:43:18.375Z[ recovery-image] May 08 16:43:16.789 INFO O| May 08 16:43:16.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62132026-05-08T16:43:18.375Z[ recovery-image] May 08 16:43:16.789 INFO O| May 08 16:43:16.789 INFO STEP 470 (remove_files) COMPLETE
62142026-05-08T16:43:18.376Z[ recovery-image] May 08 16:43:16.789 INFO O| May 08 16:43:16.789 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-05-08T16:43:18.387Z[ recovery-image] May 08 16:43:16.798 INFO O| May 08 16:43:16.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62162026-05-08T16:43:18.387Z[ recovery-image] May 08 16:43:16.798 INFO O| May 08 16:43:16.798 INFO STEP 471 (remove_files) COMPLETE
62172026-05-08T16:43:18.387Z[ recovery-image] May 08 16:43:16.798 INFO O| May 08 16:43:16.798 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-05-08T16:43:18.387Z[ recovery-image] May 08 16:43:16.805 INFO O| May 08 16:43:16.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62192026-05-08T16:43:18.387Z[ recovery-image] May 08 16:43:16.805 INFO O| May 08 16:43:16.805 INFO STEP 472 (remove_files) COMPLETE
62202026-05-08T16:43:18.387Z[ recovery-image] May 08 16:43:16.805 INFO O| May 08 16:43:16.805 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-05-08T16:43:18.387Z[ recovery-image] May 08 16:43:16.814 INFO O| May 08 16:43:16.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62222026-05-08T16:43:18.387Z[ recovery-image] May 08 16:43:16.814 INFO O| May 08 16:43:16.814 INFO STEP 473 (remove_files) COMPLETE
62232026-05-08T16:43:18.387Z[ recovery-image] May 08 16:43:16.814 INFO O| May 08 16:43:16.814 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.822 INFO O| May 08 16:43:16.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62252026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.822 INFO O| May 08 16:43:16.822 INFO STEP 474 (remove_files) COMPLETE
62262026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.822 INFO O| May 08 16:43:16.822 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.829 INFO O| May 08 16:43:16.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62282026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.830 INFO O| May 08 16:43:16.830 INFO STEP 475 (remove_files) COMPLETE
62292026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.830 INFO O| May 08 16:43:16.830 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.837 INFO O| May 08 16:43:16.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62312026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.838 INFO O| May 08 16:43:16.838 INFO STEP 476 (remove_files) COMPLETE
62322026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.838 INFO O| May 08 16:43:16.838 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.846 INFO O| May 08 16:43:16.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62342026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.846 INFO O| May 08 16:43:16.846 INFO STEP 477 (remove_files) COMPLETE
62352026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.846 INFO O| May 08 16:43:16.846 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.854 INFO O| May 08 16:43:16.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62372026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.854 INFO O| May 08 16:43:16.854 INFO STEP 478 (remove_files) COMPLETE
62382026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.854 INFO O| May 08 16:43:16.854 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-05-08T16:43:18.388Z[ recovery-image] May 08 16:43:16.861 INFO O| May 08 16:43:16.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62402026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.861 INFO O| May 08 16:43:16.861 INFO STEP 479 (remove_files) COMPLETE
62412026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.861 INFO O| May 08 16:43:16.861 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.869 INFO O| May 08 16:43:16.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62432026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.869 INFO O| May 08 16:43:16.869 INFO STEP 480 (remove_files) COMPLETE
62442026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.869 INFO O| May 08 16:43:16.869 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.876 INFO O| May 08 16:43:16.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62462026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.877 INFO O| May 08 16:43:16.877 INFO STEP 481 (remove_files) COMPLETE
62472026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.877 INFO O| May 08 16:43:16.877 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.884 INFO O| May 08 16:43:16.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62492026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.884 INFO O| May 08 16:43:16.884 INFO STEP 482 (remove_files) COMPLETE
62502026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.884 INFO O| May 08 16:43:16.884 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.891 INFO O| May 08 16:43:16.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62522026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.891 INFO O| May 08 16:43:16.891 INFO STEP 483 (remove_files) COMPLETE
62532026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.891 INFO O| May 08 16:43:16.891 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.899 INFO O| May 08 16:43:16.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62552026-05-08T16:43:18.389Z[ recovery-image] May 08 16:43:16.899 INFO O| May 08 16:43:16.899 INFO STEP 484 (remove_files) COMPLETE
62562026-05-08T16:43:18.390Z[ recovery-image] May 08 16:43:16.899 INFO O| May 08 16:43:16.899 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-05-08T16:43:18.390Z[ recovery-image] May 08 16:43:16.906 INFO O| May 08 16:43:16.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62582026-05-08T16:43:18.390Z[ recovery-image] May 08 16:43:16.906 INFO O| May 08 16:43:16.906 INFO STEP 485 (remove_files) COMPLETE
62592026-05-08T16:43:18.390Z[ recovery-image] May 08 16:43:16.906 INFO O| May 08 16:43:16.906 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-05-08T16:43:18.390Z[ recovery-image] May 08 16:43:16.914 INFO O| May 08 16:43:16.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62612026-05-08T16:43:18.390Z[ recovery-image] May 08 16:43:16.914 INFO O| May 08 16:43:16.914 INFO STEP 486 (remove_files) COMPLETE
62622026-05-08T16:43:18.390Z[ recovery-image] May 08 16:43:16.914 INFO O| May 08 16:43:16.914 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-05-08T16:43:18.390Z[ recovery-image] May 08 16:43:16.922 INFO O| May 08 16:43:16.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62642026-05-08T16:43:18.390Z[ recovery-image] May 08 16:43:16.922 INFO O| May 08 16:43:16.922 INFO STEP 487 (remove_files) COMPLETE
62652026-05-08T16:43:18.390Z[ recovery-image] May 08 16:43:16.922 INFO O| May 08 16:43:16.922 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-05-08T16:43:18.390Z[ recovery-image] May 08 16:43:16.930 INFO O| May 08 16:43:16.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62672026-05-08T16:43:18.390Z[ recovery-image] May 08 16:43:16.930 INFO O| May 08 16:43:16.930 INFO STEP 488 (remove_files) COMPLETE
62682026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.930 INFO O| May 08 16:43:16.930 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.937 INFO O| May 08 16:43:16.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62702026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.937 INFO O| May 08 16:43:16.937 INFO STEP 489 (remove_files) COMPLETE
62712026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.937 INFO O| May 08 16:43:16.937 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.944 INFO O| May 08 16:43:16.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62732026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.945 INFO O| May 08 16:43:16.945 INFO STEP 490 (remove_files) COMPLETE
62742026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.945 INFO O| May 08 16:43:16.945 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.952 INFO O| May 08 16:43:16.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62762026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.952 INFO O| May 08 16:43:16.952 INFO STEP 491 (remove_files) COMPLETE
62772026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.952 INFO O| May 08 16:43:16.952 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.960 INFO O| May 08 16:43:16.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62792026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.960 INFO O| May 08 16:43:16.960 INFO STEP 492 (remove_files) COMPLETE
62802026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.960 INFO O| May 08 16:43:16.960 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.968 INFO O| May 08 16:43:16.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62822026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.968 INFO O| May 08 16:43:16.968 INFO STEP 493 (remove_files) COMPLETE
62832026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.968 INFO O| May 08 16:43:16.968 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.975 INFO O| May 08 16:43:16.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62852026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.975 INFO O| May 08 16:43:16.975 INFO STEP 494 (remove_files) COMPLETE
62862026-05-08T16:43:18.391Z[ recovery-image] May 08 16:43:16.975 INFO O| May 08 16:43:16.975 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:16.983 INFO O| May 08 16:43:16.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
62882026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:16.983 INFO O| May 08 16:43:16.983 INFO STEP 495 (remove_files) COMPLETE
62892026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:16.983 INFO O| May 08 16:43:16.983 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:16.991 INFO O| May 08 16:43:16.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
62912026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:16.991 INFO O| May 08 16:43:16.991 INFO STEP 496 (remove_files) COMPLETE
62922026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:16.991 INFO O| May 08 16:43:16.991 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:16.999 INFO O| May 08 16:43:16.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
62942026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:16.999 INFO O| May 08 16:43:16.999 INFO STEP 497 (remove_files) COMPLETE
62952026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:16.999 INFO O| May 08 16:43:16.999 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:17.008 INFO O| May 08 16:43:17.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
62972026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:17.008 INFO O| May 08 16:43:17.008 INFO STEP 498 (remove_files) COMPLETE
62982026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:17.008 INFO O| May 08 16:43:17.008 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:17.017 INFO O| May 08 16:43:17.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63002026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:17.017 INFO O| May 08 16:43:17.017 INFO STEP 499 (remove_files) COMPLETE
63012026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:17.017 INFO O| May 08 16:43:17.017 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-05-08T16:43:18.392Z[ recovery-image] May 08 16:43:17.025 INFO O| May 08 16:43:17.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63032026-05-08T16:43:18.393Z[ recovery-image] May 08 16:43:17.025 INFO O| May 08 16:43:17.025 INFO STEP 500 (remove_files) COMPLETE
63042026-05-08T16:43:18.393Z[ recovery-image] May 08 16:43:17.025 INFO O| May 08 16:43:17.025 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-05-08T16:43:18.393Z[ recovery-image] May 08 16:43:17.033 INFO O| May 08 16:43:17.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63062026-05-08T16:43:18.393Z[ recovery-image] May 08 16:43:17.033 INFO O| May 08 16:43:17.033 INFO STEP 501 (remove_files) COMPLETE
63072026-05-08T16:43:18.393Z[ recovery-image] May 08 16:43:17.033 INFO O| May 08 16:43:17.033 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-05-08T16:43:18.397Z[ recovery-image] May 08 16:43:17.041 INFO O| May 08 16:43:17.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63092026-05-08T16:43:18.397Z[ recovery-image] May 08 16:43:17.042 INFO O| May 08 16:43:17.042 INFO STEP 502 (remove_files) COMPLETE
63102026-05-08T16:43:18.397Z[ recovery-image] May 08 16:43:17.042 INFO O| May 08 16:43:17.042 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-05-08T16:43:18.402Z[ recovery-image] May 08 16:43:17.061 INFO O| May 08 16:43:17.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63122026-05-08T16:43:18.402Z[ recovery-image] May 08 16:43:17.062 INFO O| May 08 16:43:17.062 INFO STEP 503 (remove_files) COMPLETE
63132026-05-08T16:43:18.406Z[ recovery-image] May 08 16:43:17.062 INFO O| May 08 16:43:17.062 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-05-08T16:43:18.413Z[ recovery-image] May 08 16:43:17.072 INFO O| May 08 16:43:17.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63152026-05-08T16:43:18.413Z[ recovery-image] May 08 16:43:17.072 INFO O| May 08 16:43:17.072 INFO STEP 504 (remove_files) COMPLETE
63162026-05-08T16:43:18.413Z[ recovery-image] May 08 16:43:17.072 INFO O| May 08 16:43:17.072 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-05-08T16:43:18.423Z[ recovery-image] May 08 16:43:17.082 INFO O| May 08 16:43:17.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63182026-05-08T16:43:18.423Z[ recovery-image] May 08 16:43:17.083 INFO O| May 08 16:43:17.082 INFO STEP 505 (remove_files) COMPLETE
63192026-05-08T16:43:18.423Z[ recovery-image] May 08 16:43:17.083 INFO O| May 08 16:43:17.083 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-05-08T16:43:18.433Z[ recovery-image] May 08 16:43:17.092 INFO O| May 08 16:43:17.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63212026-05-08T16:43:18.433Z[ recovery-image] May 08 16:43:17.093 INFO O| May 08 16:43:17.093 INFO STEP 506 (remove_files) COMPLETE
63222026-05-08T16:43:18.437Z[ recovery-image] May 08 16:43:17.093 INFO O| May 08 16:43:17.093 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-05-08T16:43:18.445Z[ recovery-image] May 08 16:43:17.104 INFO O| May 08 16:43:17.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63242026-05-08T16:43:18.445Z[ recovery-image] May 08 16:43:17.104 INFO O| May 08 16:43:17.104 INFO STEP 507 (remove_files) COMPLETE
63252026-05-08T16:43:18.448Z[ recovery-image] May 08 16:43:17.104 INFO O| May 08 16:43:17.104 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-05-08T16:43:18.456Z[ recovery-image] May 08 16:43:17.116 INFO O| May 08 16:43:17.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63272026-05-08T16:43:18.457Z[ recovery-image] May 08 16:43:17.116 INFO O| May 08 16:43:17.116 INFO STEP 508 (remove_files) COMPLETE
63282026-05-08T16:43:18.457Z[ recovery-image] May 08 16:43:17.116 INFO O| May 08 16:43:17.116 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-05-08T16:43:18.466Z[ recovery-image] May 08 16:43:17.126 INFO O| May 08 16:43:17.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63302026-05-08T16:43:18.467Z[ recovery-image] May 08 16:43:17.126 INFO O| May 08 16:43:17.126 INFO STEP 509 (remove_files) COMPLETE
63312026-05-08T16:43:18.469Z[ recovery-image] May 08 16:43:17.126 INFO O| May 08 16:43:17.126 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-05-08T16:43:18.475Z[ recovery-image] May 08 16:43:17.135 INFO O| May 08 16:43:17.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63332026-05-08T16:43:18.475Z[ recovery-image] May 08 16:43:17.135 INFO O| May 08 16:43:17.135 INFO STEP 510 (remove_files) COMPLETE
63342026-05-08T16:43:18.480Z[ recovery-image] May 08 16:43:17.135 INFO O| May 08 16:43:17.135 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-05-08T16:43:18.486Z[ recovery-image] May 08 16:43:17.144 INFO O| May 08 16:43:17.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63362026-05-08T16:43:18.486Z[ recovery-image] May 08 16:43:17.144 INFO O| May 08 16:43:17.144 INFO STEP 511 (remove_files) COMPLETE
63372026-05-08T16:43:18.490Z[ recovery-image] May 08 16:43:17.144 INFO O| May 08 16:43:17.144 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-05-08T16:43:18.495Z[ recovery-image] May 08 16:43:17.152 INFO O| May 08 16:43:17.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63392026-05-08T16:43:18.495Z[ recovery-image] May 08 16:43:17.152 INFO O| May 08 16:43:17.152 INFO STEP 512 (remove_files) COMPLETE
63402026-05-08T16:43:18.495Z[ recovery-image] May 08 16:43:17.152 INFO O| May 08 16:43:17.152 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-05-08T16:43:18.500Z[ recovery-image] May 08 16:43:17.160 INFO O| May 08 16:43:17.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63422026-05-08T16:43:18.504Z[ recovery-image] May 08 16:43:17.161 INFO O| May 08 16:43:17.161 INFO STEP 513 (remove_files) COMPLETE
63432026-05-08T16:43:18.504Z[ recovery-image] May 08 16:43:17.161 INFO O| May 08 16:43:17.161 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-05-08T16:43:18.531Z[ recovery-image] May 08 16:43:17.169 INFO O| May 08 16:43:17.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63452026-05-08T16:43:18.531Z[ recovery-image] May 08 16:43:17.170 INFO O| May 08 16:43:17.170 INFO STEP 514 (remove_files) COMPLETE
63462026-05-08T16:43:18.531Z[ recovery-image] May 08 16:43:17.170 INFO O| May 08 16:43:17.170 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-05-08T16:43:18.531Z[ recovery-image] May 08 16:43:17.178 INFO O| May 08 16:43:17.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63482026-05-08T16:43:18.531Z[ recovery-image] May 08 16:43:17.178 INFO O| May 08 16:43:17.178 INFO STEP 515 (remove_files) COMPLETE
63492026-05-08T16:43:18.531Z[ recovery-image] May 08 16:43:17.178 INFO O| May 08 16:43:17.178 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-05-08T16:43:18.539Z[ recovery-image] May 08 16:43:17.188 INFO O| May 08 16:43:17.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
63512026-05-08T16:43:18.539Z[ recovery-image] May 08 16:43:17.188 INFO O| May 08 16:43:17.188 INFO STEP 516 (remove_files) COMPLETE
63522026-05-08T16:43:18.549Z[ recovery-image] May 08 16:43:17.188 INFO O| May 08 16:43:17.188 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-05-08T16:43:18.549Z[ recovery-image] May 08 16:43:17.198 INFO O| May 08 16:43:17.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63542026-05-08T16:43:18.549Z[ recovery-image] May 08 16:43:17.198 INFO O| May 08 16:43:17.198 INFO STEP 517 (remove_files) COMPLETE
63552026-05-08T16:43:18.549Z[ recovery-image] May 08 16:43:17.198 INFO O| May 08 16:43:17.198 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-05-08T16:43:18.560Z[ recovery-image] May 08 16:43:17.208 INFO O| May 08 16:43:17.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63572026-05-08T16:43:18.561Z[ recovery-image] May 08 16:43:17.208 INFO O| May 08 16:43:17.208 INFO STEP 518 (remove_files) COMPLETE
63582026-05-08T16:43:18.561Z[ recovery-image] May 08 16:43:17.208 INFO O| May 08 16:43:17.208 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-05-08T16:43:18.561Z[ recovery-image] May 08 16:43:17.216 INFO O| May 08 16:43:17.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63602026-05-08T16:43:18.561Z[ recovery-image] May 08 16:43:17.216 INFO O| May 08 16:43:17.216 INFO STEP 519 (remove_files) COMPLETE
63612026-05-08T16:43:18.561Z[ recovery-image] May 08 16:43:17.216 INFO O| May 08 16:43:17.216 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-05-08T16:43:18.566Z[ recovery-image] May 08 16:43:17.225 INFO O| May 08 16:43:17.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63632026-05-08T16:43:18.566Z[ recovery-image] May 08 16:43:17.225 INFO O| May 08 16:43:17.225 INFO STEP 520 (remove_files) COMPLETE
63642026-05-08T16:43:18.566Z[ recovery-image] May 08 16:43:17.225 INFO O| May 08 16:43:17.225 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-05-08T16:43:18.574Z[ recovery-image] May 08 16:43:17.233 INFO O| May 08 16:43:17.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
63662026-05-08T16:43:18.574Z[ recovery-image] May 08 16:43:17.234 INFO O| May 08 16:43:17.234 INFO STEP 521 (remove_files) COMPLETE
63672026-05-08T16:43:18.574Z[ recovery-image] May 08 16:43:17.234 INFO O| May 08 16:43:17.234 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-05-08T16:43:18.582Z[ recovery-image] May 08 16:43:17.242 INFO O| May 08 16:43:17.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
63692026-05-08T16:43:18.582Z[ recovery-image] May 08 16:43:17.242 INFO O| May 08 16:43:17.242 INFO STEP 522 (remove_files) COMPLETE
63702026-05-08T16:43:18.583Z[ recovery-image] May 08 16:43:17.242 INFO O| May 08 16:43:17.242 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-05-08T16:43:18.591Z[ recovery-image] May 08 16:43:17.250 INFO O| May 08 16:43:17.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
63722026-05-08T16:43:18.591Z[ recovery-image] May 08 16:43:17.251 INFO O| May 08 16:43:17.251 INFO STEP 523 (remove_files) COMPLETE
63732026-05-08T16:43:18.597Z[ recovery-image] May 08 16:43:17.251 INFO O| May 08 16:43:17.251 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-05-08T16:43:18.603Z[ recovery-image] May 08 16:43:17.259 INFO O| May 08 16:43:17.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
63752026-05-08T16:43:18.603Z[ recovery-image] May 08 16:43:17.259 INFO O| May 08 16:43:17.259 INFO STEP 524 (remove_files) COMPLETE
63762026-05-08T16:43:18.603Z[ recovery-image] May 08 16:43:17.259 INFO O| May 08 16:43:17.259 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-05-08T16:43:18.610Z[ recovery-image] May 08 16:43:17.268 INFO O| May 08 16:43:17.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
63782026-05-08T16:43:18.610Z[ recovery-image] May 08 16:43:17.269 INFO O| May 08 16:43:17.269 INFO STEP 525 (remove_files) COMPLETE
63792026-05-08T16:43:18.610Z[ recovery-image] May 08 16:43:17.269 INFO O| May 08 16:43:17.269 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-05-08T16:43:18.619Z[ recovery-image] May 08 16:43:17.278 INFO O| May 08 16:43:17.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
63812026-05-08T16:43:18.619Z[ recovery-image] May 08 16:43:17.278 INFO O| May 08 16:43:17.278 INFO STEP 526 (remove_files) COMPLETE
63822026-05-08T16:43:18.619Z[ recovery-image] May 08 16:43:17.278 INFO O| May 08 16:43:17.278 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-05-08T16:43:18.626Z[ recovery-image] May 08 16:43:17.286 INFO O| May 08 16:43:17.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
63842026-05-08T16:43:18.626Z[ recovery-image] May 08 16:43:17.286 INFO O| May 08 16:43:17.286 INFO STEP 527 (remove_files) COMPLETE
63852026-05-08T16:43:18.626Z[ recovery-image] May 08 16:43:17.286 INFO O| May 08 16:43:17.286 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-05-08T16:43:18.636Z[ recovery-image] May 08 16:43:17.294 INFO O| May 08 16:43:17.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
63872026-05-08T16:43:18.636Z[ recovery-image] May 08 16:43:17.294 INFO O| May 08 16:43:17.294 INFO STEP 528 (remove_files) COMPLETE
63882026-05-08T16:43:18.636Z[ recovery-image] May 08 16:43:17.294 INFO O| May 08 16:43:17.294 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-05-08T16:43:18.644Z[ recovery-image] May 08 16:43:17.302 INFO O| May 08 16:43:17.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
63902026-05-08T16:43:18.644Z[ recovery-image] May 08 16:43:17.302 INFO O| May 08 16:43:17.302 INFO STEP 529 (remove_files) COMPLETE
63912026-05-08T16:43:18.645Z[ recovery-image] May 08 16:43:17.302 INFO O| May 08 16:43:17.302 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-05-08T16:43:18.651Z[ recovery-image] May 08 16:43:17.310 INFO O| May 08 16:43:17.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
63932026-05-08T16:43:18.651Z[ recovery-image] May 08 16:43:17.310 INFO O| May 08 16:43:17.310 INFO STEP 530 (remove_files) COMPLETE
63942026-05-08T16:43:18.651Z[ recovery-image] May 08 16:43:17.310 INFO O| May 08 16:43:17.310 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-05-08T16:43:18.660Z[ recovery-image] May 08 16:43:17.319 INFO O| May 08 16:43:17.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
63962026-05-08T16:43:18.660Z[ recovery-image] May 08 16:43:17.319 INFO O| May 08 16:43:17.319 INFO STEP 531 (remove_files) COMPLETE
63972026-05-08T16:43:18.660Z[ recovery-image] May 08 16:43:17.319 INFO O| May 08 16:43:17.319 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-05-08T16:43:18.669Z[ recovery-image] May 08 16:43:17.327 INFO O| May 08 16:43:17.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
63992026-05-08T16:43:18.669Z[ recovery-image] May 08 16:43:17.327 INFO O| May 08 16:43:17.327 INFO STEP 532 (remove_files) COMPLETE
64002026-05-08T16:43:18.669Z[ recovery-image] May 08 16:43:17.327 INFO O| May 08 16:43:17.327 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-05-08T16:43:18.676Z[ recovery-image] May 08 16:43:17.335 INFO O| May 08 16:43:17.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64022026-05-08T16:43:18.676Z[ recovery-image] May 08 16:43:17.335 INFO O| May 08 16:43:17.335 INFO STEP 533 (remove_files) COMPLETE
64032026-05-08T16:43:18.676Z[ recovery-image] May 08 16:43:17.335 INFO O| May 08 16:43:17.335 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-05-08T16:43:18.698Z[ recovery-image] May 08 16:43:17.343 INFO O| May 08 16:43:17.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64052026-05-08T16:43:18.698Z[ recovery-image] May 08 16:43:17.343 INFO O| May 08 16:43:17.343 INFO STEP 534 (remove_files) COMPLETE
64062026-05-08T16:43:18.698Z[ recovery-image] May 08 16:43:17.343 INFO O| May 08 16:43:17.343 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-05-08T16:43:18.698Z[ recovery-image] May 08 16:43:17.351 INFO O| May 08 16:43:17.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64082026-05-08T16:43:18.698Z[ recovery-image] May 08 16:43:17.351 INFO O| May 08 16:43:17.351 INFO STEP 535 (remove_files) COMPLETE
64092026-05-08T16:43:18.698Z[ recovery-image] May 08 16:43:17.351 INFO O| May 08 16:43:17.351 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-05-08T16:43:18.702Z[ recovery-image] May 08 16:43:17.359 INFO O| May 08 16:43:17.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64112026-05-08T16:43:18.702Z[ recovery-image] May 08 16:43:17.359 INFO O| May 08 16:43:17.359 INFO STEP 536 (remove_files) COMPLETE
64122026-05-08T16:43:18.703Z[ recovery-image] May 08 16:43:17.359 INFO O| May 08 16:43:17.359 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-05-08T16:43:18.707Z[ recovery-image] May 08 16:43:17.366 INFO O| May 08 16:43:17.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64142026-05-08T16:43:18.707Z[ recovery-image] May 08 16:43:17.367 INFO O| May 08 16:43:17.367 INFO STEP 537 (remove_files) COMPLETE
64152026-05-08T16:43:18.707Z[ recovery-image] May 08 16:43:17.367 INFO O| May 08 16:43:17.367 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-05-08T16:43:18.715Z[ recovery-image] May 08 16:43:17.374 INFO O| May 08 16:43:17.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64172026-05-08T16:43:18.715Z[ recovery-image] May 08 16:43:17.374 INFO O| May 08 16:43:17.374 INFO STEP 538 (remove_files) COMPLETE
64182026-05-08T16:43:18.718Z[ recovery-image] May 08 16:43:17.374 INFO O| May 08 16:43:17.374 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-05-08T16:43:18.723Z[ recovery-image] May 08 16:43:17.382 INFO O| May 08 16:43:17.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
64202026-05-08T16:43:18.723Z[ recovery-image] May 08 16:43:17.382 INFO O| May 08 16:43:17.382 INFO STEP 539 (remove_files) COMPLETE
64212026-05-08T16:43:18.727Z[ recovery-image] May 08 16:43:17.382 INFO O| May 08 16:43:17.382 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-05-08T16:43:18.732Z[ recovery-image] May 08 16:43:17.391 INFO O| May 08 16:43:17.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
64232026-05-08T16:43:18.732Z[ recovery-image] May 08 16:43:17.391 INFO O| May 08 16:43:17.391 INFO STEP 540 (remove_files) COMPLETE
64242026-05-08T16:43:18.732Z[ recovery-image] May 08 16:43:17.391 INFO O| May 08 16:43:17.391 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-05-08T16:43:18.741Z[ recovery-image] May 08 16:43:17.400 INFO O| May 08 16:43:17.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
64262026-05-08T16:43:18.741Z[ recovery-image] May 08 16:43:17.400 INFO O| May 08 16:43:17.400 INFO STEP 541 (remove_files) COMPLETE
64272026-05-08T16:43:18.741Z[ recovery-image] May 08 16:43:17.400 INFO O| May 08 16:43:17.400 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-05-08T16:43:18.749Z[ recovery-image] May 08 16:43:17.409 INFO O| May 08 16:43:17.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
64292026-05-08T16:43:18.749Z[ recovery-image] May 08 16:43:17.409 INFO O| May 08 16:43:17.409 INFO STEP 542 (remove_files) COMPLETE
64302026-05-08T16:43:18.749Z[ recovery-image] May 08 16:43:17.409 INFO O| May 08 16:43:17.409 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-05-08T16:43:18.758Z[ recovery-image] May 08 16:43:17.418 INFO O| May 08 16:43:17.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
64322026-05-08T16:43:18.758Z[ recovery-image] May 08 16:43:17.418 INFO O| May 08 16:43:17.418 INFO STEP 543 (remove_files) COMPLETE
64332026-05-08T16:43:18.758Z[ recovery-image] May 08 16:43:17.418 INFO O| May 08 16:43:17.418 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-05-08T16:43:18.767Z[ recovery-image] May 08 16:43:17.427 INFO O| May 08 16:43:17.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
64352026-05-08T16:43:18.767Z[ recovery-image] May 08 16:43:17.427 INFO O| May 08 16:43:17.427 INFO STEP 544 (remove_files) COMPLETE
64362026-05-08T16:43:18.771Z[ recovery-image] May 08 16:43:17.427 INFO O| May 08 16:43:17.427 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-05-08T16:43:18.776Z[ recovery-image] May 08 16:43:17.436 INFO O| May 08 16:43:17.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
64382026-05-08T16:43:18.776Z[ recovery-image] May 08 16:43:17.436 INFO O| May 08 16:43:17.436 INFO STEP 545 (remove_files) COMPLETE
64392026-05-08T16:43:18.780Z[ recovery-image] May 08 16:43:17.436 INFO O| May 08 16:43:17.436 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-05-08T16:43:18.785Z[ recovery-image] May 08 16:43:17.445 INFO O| May 08 16:43:17.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64412026-05-08T16:43:18.785Z[ recovery-image] May 08 16:43:17.445 INFO O| May 08 16:43:17.445 INFO STEP 546 (remove_files) COMPLETE
64422026-05-08T16:43:18.789Z[ recovery-image] May 08 16:43:17.445 INFO O| May 08 16:43:17.445 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-05-08T16:43:18.794Z[ recovery-image] May 08 16:43:17.454 INFO O| May 08 16:43:17.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
64442026-05-08T16:43:18.795Z[ recovery-image] May 08 16:43:17.454 INFO O| May 08 16:43:17.454 INFO STEP 547 (remove_files) COMPLETE
64452026-05-08T16:43:18.795Z[ recovery-image] May 08 16:43:17.454 INFO O| May 08 16:43:17.454 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-05-08T16:43:18.803Z[ recovery-image] May 08 16:43:17.463 INFO O| May 08 16:43:17.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
64472026-05-08T16:43:18.803Z[ recovery-image] May 08 16:43:17.463 INFO O| May 08 16:43:17.463 INFO STEP 548 (remove_files) COMPLETE
64482026-05-08T16:43:18.803Z[ recovery-image] May 08 16:43:17.463 INFO O| May 08 16:43:17.463 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-05-08T16:43:18.811Z[ recovery-image] May 08 16:43:17.471 INFO O| May 08 16:43:17.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
64502026-05-08T16:43:18.811Z[ recovery-image] May 08 16:43:17.471 INFO O| May 08 16:43:17.471 INFO STEP 549 (remove_files) COMPLETE
64512026-05-08T16:43:18.812Z[ recovery-image] May 08 16:43:17.471 INFO O| May 08 16:43:17.471 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-05-08T16:43:18.820Z[ recovery-image] May 08 16:43:17.479 INFO O| May 08 16:43:17.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
64532026-05-08T16:43:18.820Z[ recovery-image] May 08 16:43:17.479 INFO O| May 08 16:43:17.479 INFO STEP 550 (remove_files) COMPLETE
64542026-05-08T16:43:18.820Z[ recovery-image] May 08 16:43:17.479 INFO O| May 08 16:43:17.479 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-05-08T16:43:18.840Z[ recovery-image] May 08 16:43:17.486 INFO O| May 08 16:43:17.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
64562026-05-08T16:43:18.840Z[ recovery-image] May 08 16:43:17.486 INFO O| May 08 16:43:17.486 INFO STEP 551 (remove_files) COMPLETE
64572026-05-08T16:43:18.840Z[ recovery-image] May 08 16:43:17.486 INFO O| May 08 16:43:17.486 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-05-08T16:43:18.840Z[ recovery-image] May 08 16:43:17.495 INFO O| May 08 16:43:17.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
64592026-05-08T16:43:18.840Z[ recovery-image] May 08 16:43:17.495 INFO O| May 08 16:43:17.495 INFO STEP 552 (remove_files) COMPLETE
64602026-05-08T16:43:18.840Z[ recovery-image] May 08 16:43:17.495 INFO O| May 08 16:43:17.495 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-05-08T16:43:18.844Z[ recovery-image] May 08 16:43:17.504 INFO O| May 08 16:43:17.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
64622026-05-08T16:43:18.844Z[ recovery-image] May 08 16:43:17.504 INFO O| May 08 16:43:17.504 INFO STEP 553 (remove_files) COMPLETE
64632026-05-08T16:43:18.844Z[ recovery-image] May 08 16:43:17.504 INFO O| May 08 16:43:17.504 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-05-08T16:43:18.852Z[ recovery-image] May 08 16:43:17.512 INFO O| May 08 16:43:17.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
64652026-05-08T16:43:18.852Z[ recovery-image] May 08 16:43:17.512 INFO O| May 08 16:43:17.512 INFO STEP 554 (remove_files) COMPLETE
64662026-05-08T16:43:18.852Z[ recovery-image] May 08 16:43:17.512 INFO O| May 08 16:43:17.512 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-05-08T16:43:18.864Z[ recovery-image] May 08 16:43:17.520 INFO O| May 08 16:43:17.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64682026-05-08T16:43:18.864Z[ recovery-image] May 08 16:43:17.520 INFO O| May 08 16:43:17.520 INFO STEP 555 (remove_files) COMPLETE
64692026-05-08T16:43:18.864Z[ recovery-image] May 08 16:43:17.520 INFO O| May 08 16:43:17.520 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-05-08T16:43:18.870Z[ recovery-image] May 08 16:43:17.528 INFO O| May 08 16:43:17.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
64712026-05-08T16:43:18.870Z[ recovery-image] May 08 16:43:17.528 INFO O| May 08 16:43:17.528 INFO STEP 556 (remove_files) COMPLETE
64722026-05-08T16:43:18.870Z[ recovery-image] May 08 16:43:17.528 INFO O| May 08 16:43:17.528 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-05-08T16:43:18.876Z[ recovery-image] May 08 16:43:17.535 INFO O| May 08 16:43:17.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64742026-05-08T16:43:18.876Z[ recovery-image] May 08 16:43:17.535 INFO O| May 08 16:43:17.535 INFO STEP 557 (remove_files) COMPLETE
64752026-05-08T16:43:18.876Z[ recovery-image] May 08 16:43:17.535 INFO O| May 08 16:43:17.535 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-05-08T16:43:18.883Z[ recovery-image] May 08 16:43:17.543 INFO O| May 08 16:43:17.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64772026-05-08T16:43:18.883Z[ recovery-image] May 08 16:43:17.543 INFO O| May 08 16:43:17.543 INFO STEP 558 (remove_files) COMPLETE
64782026-05-08T16:43:18.883Z[ recovery-image] May 08 16:43:17.543 INFO O| May 08 16:43:17.543 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-05-08T16:43:18.890Z[ recovery-image] May 08 16:43:17.550 INFO O| May 08 16:43:17.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
64802026-05-08T16:43:18.890Z[ recovery-image] May 08 16:43:17.550 INFO O| May 08 16:43:17.550 INFO STEP 559 (remove_files) COMPLETE
64812026-05-08T16:43:18.890Z[ recovery-image] May 08 16:43:17.550 INFO O| May 08 16:43:17.550 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-05-08T16:43:18.897Z[ recovery-image] May 08 16:43:17.557 INFO O| May 08 16:43:17.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
64832026-05-08T16:43:18.897Z[ recovery-image] May 08 16:43:17.557 INFO O| May 08 16:43:17.557 INFO STEP 560 (remove_files) COMPLETE
64842026-05-08T16:43:18.897Z[ recovery-image] May 08 16:43:17.557 INFO O| May 08 16:43:17.557 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-05-08T16:43:18.905Z[ recovery-image] May 08 16:43:17.564 INFO O| May 08 16:43:17.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64862026-05-08T16:43:18.905Z[ recovery-image] May 08 16:43:17.564 INFO O| May 08 16:43:17.564 INFO STEP 561 (remove_files) COMPLETE
64872026-05-08T16:43:18.905Z[ recovery-image] May 08 16:43:17.564 INFO O| May 08 16:43:17.564 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-05-08T16:43:18.912Z[ recovery-image] May 08 16:43:17.572 INFO O| May 08 16:43:17.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
64892026-05-08T16:43:18.912Z[ recovery-image] May 08 16:43:17.572 INFO O| May 08 16:43:17.572 INFO STEP 562 (remove_files) COMPLETE
64902026-05-08T16:43:18.912Z[ recovery-image] May 08 16:43:17.572 INFO O| May 08 16:43:17.572 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-05-08T16:43:18.924Z[ recovery-image] May 08 16:43:17.580 INFO O| May 08 16:43:17.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
64922026-05-08T16:43:18.924Z[ recovery-image] May 08 16:43:17.580 INFO O| May 08 16:43:17.580 INFO STEP 563 (remove_files) COMPLETE
64932026-05-08T16:43:18.924Z[ recovery-image] May 08 16:43:17.580 INFO O| May 08 16:43:17.580 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-05-08T16:43:18.928Z[ recovery-image] May 08 16:43:17.588 INFO O| May 08 16:43:17.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
64952026-05-08T16:43:18.928Z[ recovery-image] May 08 16:43:17.588 INFO O| May 08 16:43:17.588 INFO STEP 564 (remove_files) COMPLETE
64962026-05-08T16:43:18.928Z[ recovery-image] May 08 16:43:17.588 INFO O| May 08 16:43:17.588 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-05-08T16:43:18.936Z[ recovery-image] May 08 16:43:17.595 INFO O| May 08 16:43:17.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
64982026-05-08T16:43:18.936Z[ recovery-image] May 08 16:43:17.596 INFO O| May 08 16:43:17.596 INFO STEP 565 (remove_files) COMPLETE
64992026-05-08T16:43:18.937Z[ recovery-image] May 08 16:43:17.596 INFO O| May 08 16:43:17.596 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-05-08T16:43:18.944Z[ recovery-image] May 08 16:43:17.604 INFO O| May 08 16:43:17.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65012026-05-08T16:43:18.951Z[ recovery-image] May 08 16:43:17.605 INFO O| May 08 16:43:17.605 INFO STEP 566 (remove_files) COMPLETE
65022026-05-08T16:43:18.951Z[ recovery-image] May 08 16:43:17.605 INFO O| May 08 16:43:17.605 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-05-08T16:43:18.955Z[ recovery-image] May 08 16:43:17.614 INFO O| May 08 16:43:17.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65042026-05-08T16:43:18.959Z[ recovery-image] May 08 16:43:17.615 INFO O| May 08 16:43:17.615 INFO STEP 567 (remove_files) COMPLETE
65052026-05-08T16:43:18.959Z[ recovery-image] May 08 16:43:17.615 INFO O| May 08 16:43:17.615 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-05-08T16:43:18.965Z[ recovery-image] May 08 16:43:17.624 INFO O| May 08 16:43:17.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65072026-05-08T16:43:18.965Z[ recovery-image] May 08 16:43:17.624 INFO O| May 08 16:43:17.624 INFO STEP 568 (remove_files) COMPLETE
65082026-05-08T16:43:18.965Z[ recovery-image] May 08 16:43:17.624 INFO O| May 08 16:43:17.624 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-05-08T16:43:18.974Z[ recovery-image] May 08 16:43:17.633 INFO O| May 08 16:43:17.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65102026-05-08T16:43:18.974Z[ recovery-image] May 08 16:43:17.633 INFO O| May 08 16:43:17.633 INFO STEP 569 (remove_files) COMPLETE
65112026-05-08T16:43:18.974Z[ recovery-image] May 08 16:43:17.633 INFO O| May 08 16:43:17.633 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-05-08T16:43:18.995Z[ recovery-image] May 08 16:43:17.654 INFO O| May 08 16:43:17.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65132026-05-08T16:43:18.995Z[ recovery-image] May 08 16:43:17.654 INFO O| May 08 16:43:17.654 INFO STEP 570 (remove_files) COMPLETE
65142026-05-08T16:43:18.996Z[ recovery-image] May 08 16:43:17.654 INFO O| May 08 16:43:17.654 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-05-08T16:43:19.004Z[ recovery-image] May 08 16:43:17.663 INFO O| May 08 16:43:17.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65162026-05-08T16:43:19.005Z[ recovery-image] May 08 16:43:17.663 INFO O| May 08 16:43:17.663 INFO STEP 571 (remove_files) COMPLETE
65172026-05-08T16:43:19.009Z[ recovery-image] May 08 16:43:17.663 INFO O| May 08 16:43:17.663 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-05-08T16:43:19.012Z[ recovery-image] May 08 16:43:17.671 INFO O| May 08 16:43:17.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
65192026-05-08T16:43:19.012Z[ recovery-image] May 08 16:43:17.671 INFO O| May 08 16:43:17.671 INFO STEP 572 (remove_files) COMPLETE
65202026-05-08T16:43:19.012Z[ recovery-image] May 08 16:43:17.671 INFO O| May 08 16:43:17.671 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-05-08T16:43:19.021Z[ recovery-image] May 08 16:43:17.681 INFO O| May 08 16:43:17.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
65222026-05-08T16:43:19.022Z[ recovery-image] May 08 16:43:17.681 INFO O| May 08 16:43:17.681 INFO STEP 573 (remove_files) COMPLETE
65232026-05-08T16:43:19.022Z[ recovery-image] May 08 16:43:17.681 INFO O| May 08 16:43:17.681 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-05-08T16:43:19.031Z[ recovery-image] May 08 16:43:17.691 INFO O| May 08 16:43:17.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65252026-05-08T16:43:19.031Z[ recovery-image] May 08 16:43:17.691 INFO O| May 08 16:43:17.691 INFO STEP 574 (remove_files) COMPLETE
65262026-05-08T16:43:19.035Z[ recovery-image] May 08 16:43:17.691 INFO O| May 08 16:43:17.691 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-05-08T16:43:19.042Z[ recovery-image] May 08 16:43:17.698 INFO O| May 08 16:43:17.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65282026-05-08T16:43:19.042Z[ recovery-image] May 08 16:43:17.698 INFO O| May 08 16:43:17.698 INFO STEP 575 (remove_files) COMPLETE
65292026-05-08T16:43:19.046Z[ recovery-image] May 08 16:43:17.698 INFO O| May 08 16:43:17.698 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-05-08T16:43:19.046Z[ recovery-image] May 08 16:43:17.705 INFO O| May 08 16:43:17.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
65312026-05-08T16:43:19.046Z[ recovery-image] May 08 16:43:17.705 INFO O| May 08 16:43:17.705 INFO STEP 576 (remove_files) COMPLETE
65322026-05-08T16:43:19.046Z[ recovery-image] May 08 16:43:17.705 INFO O| May 08 16:43:17.705 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-05-08T16:43:19.054Z[ recovery-image] May 08 16:43:17.712 INFO O| May 08 16:43:17.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
65342026-05-08T16:43:19.054Z[ recovery-image] May 08 16:43:17.712 INFO O| May 08 16:43:17.712 INFO STEP 577 (remove_files) COMPLETE
65352026-05-08T16:43:19.054Z[ recovery-image] May 08 16:43:17.712 INFO O| May 08 16:43:17.712 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-05-08T16:43:19.060Z[ recovery-image] May 08 16:43:17.719 INFO O| May 08 16:43:17.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
65372026-05-08T16:43:19.064Z[ recovery-image] May 08 16:43:17.720 INFO O| May 08 16:43:17.720 INFO STEP 578 (remove_files) COMPLETE
65382026-05-08T16:43:19.064Z[ recovery-image] May 08 16:43:17.720 INFO O| May 08 16:43:17.720 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-05-08T16:43:19.069Z[ recovery-image] May 08 16:43:17.728 INFO O| May 08 16:43:17.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65402026-05-08T16:43:19.069Z[ recovery-image] May 08 16:43:17.728 INFO O| May 08 16:43:17.728 INFO STEP 579 (remove_files) COMPLETE
65412026-05-08T16:43:19.069Z[ recovery-image] May 08 16:43:17.728 INFO O| May 08 16:43:17.728 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-05-08T16:43:19.077Z[ recovery-image] May 08 16:43:17.737 INFO O| May 08 16:43:17.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65432026-05-08T16:43:19.077Z[ recovery-image] May 08 16:43:17.737 INFO O| May 08 16:43:17.737 INFO STEP 580 (remove_files) COMPLETE
65442026-05-08T16:43:19.082Z[ recovery-image] May 08 16:43:17.737 INFO O| May 08 16:43:17.737 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-05-08T16:43:19.086Z[ recovery-image] May 08 16:43:17.744 INFO O| May 08 16:43:17.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
65462026-05-08T16:43:19.086Z[ recovery-image] May 08 16:43:17.744 INFO O| May 08 16:43:17.744 INFO STEP 581 (remove_files) COMPLETE
65472026-05-08T16:43:19.086Z[ recovery-image] May 08 16:43:17.744 INFO O| May 08 16:43:17.744 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-05-08T16:43:19.092Z[ recovery-image] May 08 16:43:17.752 INFO O| May 08 16:43:17.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65492026-05-08T16:43:19.092Z[ recovery-image] May 08 16:43:17.752 INFO O| May 08 16:43:17.752 INFO STEP 582 (remove_files) COMPLETE
65502026-05-08T16:43:19.093Z[ recovery-image] May 08 16:43:17.752 INFO O| May 08 16:43:17.752 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-05-08T16:43:19.100Z[ recovery-image] May 08 16:43:17.760 INFO O| May 08 16:43:17.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65522026-05-08T16:43:19.100Z[ recovery-image] May 08 16:43:17.760 INFO O| May 08 16:43:17.760 INFO STEP 583 (remove_files) COMPLETE
65532026-05-08T16:43:19.124Z[ recovery-image] May 08 16:43:17.760 INFO O| May 08 16:43:17.760 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-05-08T16:43:19.124Z[ recovery-image] May 08 16:43:17.767 INFO O| May 08 16:43:17.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65552026-05-08T16:43:19.124Z[ recovery-image] May 08 16:43:17.767 INFO O| May 08 16:43:17.767 INFO STEP 584 (remove_files) COMPLETE
65562026-05-08T16:43:19.124Z[ recovery-image] May 08 16:43:17.767 INFO O| May 08 16:43:17.767 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-05-08T16:43:19.124Z[ recovery-image] May 08 16:43:17.775 INFO O| May 08 16:43:17.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65582026-05-08T16:43:19.124Z[ recovery-image] May 08 16:43:17.775 INFO O| May 08 16:43:17.775 INFO STEP 585 (remove_files) COMPLETE
65592026-05-08T16:43:19.124Z[ recovery-image] May 08 16:43:17.775 INFO O| May 08 16:43:17.775 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-05-08T16:43:19.134Z[ recovery-image] May 08 16:43:17.782 INFO O| May 08 16:43:17.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
65612026-05-08T16:43:19.134Z[ recovery-image] May 08 16:43:17.782 INFO O| May 08 16:43:17.782 INFO STEP 586 (remove_files) COMPLETE
65622026-05-08T16:43:19.134Z[ recovery-image] May 08 16:43:17.782 INFO O| May 08 16:43:17.782 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-05-08T16:43:19.134Z[ recovery-image] May 08 16:43:17.790 INFO O| May 08 16:43:17.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
65642026-05-08T16:43:19.134Z[ recovery-image] May 08 16:43:17.790 INFO O| May 08 16:43:17.790 INFO STEP 587 (remove_files) COMPLETE
65652026-05-08T16:43:19.134Z[ recovery-image] May 08 16:43:17.790 INFO O| May 08 16:43:17.790 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-05-08T16:43:19.141Z[ recovery-image] May 08 16:43:17.797 INFO O| May 08 16:43:17.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
65672026-05-08T16:43:19.141Z[ recovery-image] May 08 16:43:17.797 INFO O| May 08 16:43:17.797 INFO STEP 588 (remove_files) COMPLETE
65682026-05-08T16:43:19.141Z[ recovery-image] May 08 16:43:17.797 INFO O| May 08 16:43:17.797 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-05-08T16:43:19.147Z[ recovery-image] May 08 16:43:17.805 INFO O| May 08 16:43:17.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
65702026-05-08T16:43:19.147Z[ recovery-image] May 08 16:43:17.805 INFO O| May 08 16:43:17.805 INFO STEP 589 (remove_files) COMPLETE
65712026-05-08T16:43:19.150Z[ recovery-image] May 08 16:43:17.805 INFO O| May 08 16:43:17.805 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-05-08T16:43:19.155Z[ recovery-image] May 08 16:43:17.813 INFO O| May 08 16:43:17.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
65732026-05-08T16:43:19.155Z[ recovery-image] May 08 16:43:17.813 INFO O| May 08 16:43:17.813 INFO STEP 590 (remove_files) COMPLETE
65742026-05-08T16:43:19.155Z[ recovery-image] May 08 16:43:17.813 INFO O| May 08 16:43:17.813 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-05-08T16:43:19.161Z[ recovery-image] May 08 16:43:17.821 INFO O| May 08 16:43:17.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65762026-05-08T16:43:19.161Z[ recovery-image] May 08 16:43:17.821 INFO O| May 08 16:43:17.821 INFO STEP 591 (remove_files) COMPLETE
65772026-05-08T16:43:19.161Z[ recovery-image] May 08 16:43:17.821 INFO O| May 08 16:43:17.821 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-05-08T16:43:19.179Z[ recovery-image] May 08 16:43:17.829 INFO O| May 08 16:43:17.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
65792026-05-08T16:43:19.179Z[ recovery-image] May 08 16:43:17.829 INFO O| May 08 16:43:17.829 INFO STEP 592 (remove_files) COMPLETE
65802026-05-08T16:43:19.179Z[ recovery-image] May 08 16:43:17.829 INFO O| May 08 16:43:17.829 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-05-08T16:43:19.179Z[ recovery-image] May 08 16:43:17.838 INFO O| May 08 16:43:17.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65822026-05-08T16:43:19.179Z[ recovery-image] May 08 16:43:17.838 INFO O| May 08 16:43:17.838 INFO STEP 593 (remove_files) COMPLETE
65832026-05-08T16:43:19.180Z[ recovery-image] May 08 16:43:17.838 INFO O| May 08 16:43:17.838 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-05-08T16:43:19.188Z[ recovery-image] May 08 16:43:17.847 INFO O| May 08 16:43:17.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65852026-05-08T16:43:19.188Z[ recovery-image] May 08 16:43:17.847 INFO O| May 08 16:43:17.847 INFO STEP 594 (remove_files) COMPLETE
65862026-05-08T16:43:19.192Z[ recovery-image] May 08 16:43:17.847 INFO O| May 08 16:43:17.847 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-05-08T16:43:19.197Z[ recovery-image] May 08 16:43:17.856 INFO O| May 08 16:43:17.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
65882026-05-08T16:43:19.197Z[ recovery-image] May 08 16:43:17.856 INFO O| May 08 16:43:17.856 INFO STEP 595 (remove_files) COMPLETE
65892026-05-08T16:43:19.197Z[ recovery-image] May 08 16:43:17.856 INFO O| May 08 16:43:17.856 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-05-08T16:43:19.205Z[ recovery-image] May 08 16:43:17.865 INFO O| May 08 16:43:17.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
65912026-05-08T16:43:19.205Z[ recovery-image] May 08 16:43:17.865 INFO O| May 08 16:43:17.865 INFO STEP 596 (remove_files) COMPLETE
65922026-05-08T16:43:19.205Z[ recovery-image] May 08 16:43:17.865 INFO O| May 08 16:43:17.865 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-05-08T16:43:19.214Z[ recovery-image] May 08 16:43:17.874 INFO O| May 08 16:43:17.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
65942026-05-08T16:43:19.214Z[ recovery-image] May 08 16:43:17.874 INFO O| May 08 16:43:17.874 INFO STEP 597 (remove_files) COMPLETE
65952026-05-08T16:43:19.214Z[ recovery-image] May 08 16:43:17.874 INFO O| May 08 16:43:17.874 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-05-08T16:43:19.222Z[ recovery-image] May 08 16:43:17.882 INFO O| May 08 16:43:17.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
65972026-05-08T16:43:19.222Z[ recovery-image] May 08 16:43:17.882 INFO O| May 08 16:43:17.882 INFO STEP 598 (remove_files) COMPLETE
65982026-05-08T16:43:19.222Z[ recovery-image] May 08 16:43:17.882 INFO O| May 08 16:43:17.882 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-05-08T16:43:19.231Z[ recovery-image] May 08 16:43:17.890 INFO O| May 08 16:43:17.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66002026-05-08T16:43:19.231Z[ recovery-image] May 08 16:43:17.890 INFO O| May 08 16:43:17.890 INFO STEP 599 (remove_files) COMPLETE
66012026-05-08T16:43:19.235Z[ recovery-image] May 08 16:43:17.890 INFO O| May 08 16:43:17.890 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-05-08T16:43:19.238Z[ recovery-image] May 08 16:43:17.898 INFO O| May 08 16:43:17.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66032026-05-08T16:43:19.239Z[ recovery-image] May 08 16:43:17.898 INFO O| May 08 16:43:17.898 INFO STEP 600 (remove_files) COMPLETE
66042026-05-08T16:43:19.239Z[ recovery-image] May 08 16:43:17.898 INFO O| May 08 16:43:17.898 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-05-08T16:43:19.248Z[ recovery-image] May 08 16:43:17.906 INFO O| May 08 16:43:17.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66062026-05-08T16:43:19.248Z[ recovery-image] May 08 16:43:17.906 INFO O| May 08 16:43:17.906 INFO STEP 601 (remove_files) COMPLETE
66072026-05-08T16:43:19.251Z[ recovery-image] May 08 16:43:17.906 INFO O| May 08 16:43:17.906 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-05-08T16:43:19.255Z[ recovery-image] May 08 16:43:17.914 INFO O| May 08 16:43:17.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66092026-05-08T16:43:19.255Z[ recovery-image] May 08 16:43:17.914 INFO O| May 08 16:43:17.914 INFO STEP 602 (remove_files) COMPLETE
66102026-05-08T16:43:19.255Z[ recovery-image] May 08 16:43:17.914 INFO O| May 08 16:43:17.914 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-05-08T16:43:19.263Z[ recovery-image] May 08 16:43:17.922 INFO O| May 08 16:43:17.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66122026-05-08T16:43:19.263Z[ recovery-image] May 08 16:43:17.922 INFO O| May 08 16:43:17.922 INFO STEP 603 (remove_files) COMPLETE
66132026-05-08T16:43:19.263Z[ recovery-image] May 08 16:43:17.922 INFO O| May 08 16:43:17.922 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-05-08T16:43:19.308Z[ recovery-image] May 08 16:43:17.931 INFO O| May 08 16:43:17.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66152026-05-08T16:43:19.308Z[ recovery-image] May 08 16:43:17.931 INFO O| May 08 16:43:17.931 INFO STEP 604 (remove_files) COMPLETE
66162026-05-08T16:43:19.308Z[ recovery-image] May 08 16:43:17.931 INFO O| May 08 16:43:17.931 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-05-08T16:43:19.308Z[ recovery-image] May 08 16:43:17.939 INFO O| May 08 16:43:17.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66182026-05-08T16:43:19.308Z[ recovery-image] May 08 16:43:17.939 INFO O| May 08 16:43:17.939 INFO STEP 605 (remove_files) COMPLETE
66192026-05-08T16:43:19.308Z[ recovery-image] May 08 16:43:17.939 INFO O| May 08 16:43:17.939 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-05-08T16:43:19.308Z[ recovery-image] May 08 16:43:17.947 INFO O| May 08 16:43:17.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66212026-05-08T16:43:19.308Z[ recovery-image] May 08 16:43:17.947 INFO O| May 08 16:43:17.947 INFO STEP 606 (remove_files) COMPLETE
66222026-05-08T16:43:19.308Z[ recovery-image] May 08 16:43:17.947 INFO O| May 08 16:43:17.947 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-05-08T16:43:19.308Z[ recovery-image] May 08 16:43:17.957 INFO O| May 08 16:43:17.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66242026-05-08T16:43:19.309Z[ recovery-image] May 08 16:43:17.957 INFO O| May 08 16:43:17.957 INFO STEP 607 (remove_files) COMPLETE
66252026-05-08T16:43:19.309Z[ recovery-image] May 08 16:43:17.957 INFO O| May 08 16:43:17.957 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-05-08T16:43:19.323Z[ recovery-image] May 08 16:43:17.982 INFO O| May 08 16:43:17.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66272026-05-08T16:43:19.323Z[ recovery-image] May 08 16:43:17.982 INFO O| May 08 16:43:17.982 INFO STEP 608 (remove_files) COMPLETE
66282026-05-08T16:43:19.327Z[ recovery-image] May 08 16:43:17.982 INFO O| May 08 16:43:17.982 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-05-08T16:43:19.333Z[ recovery-image] May 08 16:43:17.992 INFO O| May 08 16:43:17.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66302026-05-08T16:43:19.333Z[ recovery-image] May 08 16:43:17.993 INFO O| May 08 16:43:17.993 INFO STEP 609 (remove_files) COMPLETE
66312026-05-08T16:43:19.336Z[ recovery-image] May 08 16:43:17.993 INFO O| May 08 16:43:17.993 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-05-08T16:43:19.351Z[ recovery-image] May 08 16:43:18.002 INFO O| May 08 16:43:18.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66332026-05-08T16:43:19.351Z[ recovery-image] May 08 16:43:18.002 INFO O| May 08 16:43:18.002 INFO STEP 610 (remove_files) COMPLETE
66342026-05-08T16:43:19.351Z[ recovery-image] May 08 16:43:18.002 INFO O| May 08 16:43:18.002 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-05-08T16:43:19.356Z[ recovery-image] May 08 16:43:18.011 INFO O| May 08 16:43:18.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66362026-05-08T16:43:19.356Z[ recovery-image] May 08 16:43:18.011 INFO O| May 08 16:43:18.011 INFO STEP 611 (remove_files) COMPLETE
66372026-05-08T16:43:19.356Z[ recovery-image] May 08 16:43:18.011 INFO O| May 08 16:43:18.011 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-05-08T16:43:19.361Z[ recovery-image] May 08 16:43:18.021 INFO O| May 08 16:43:18.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66392026-05-08T16:43:19.361Z[ recovery-image] May 08 16:43:18.021 INFO O| May 08 16:43:18.021 INFO STEP 612 (remove_files) COMPLETE
66402026-05-08T16:43:19.362Z[ recovery-image] May 08 16:43:18.021 INFO O| May 08 16:43:18.021 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-05-08T16:43:19.371Z[ recovery-image] May 08 16:43:18.030 INFO O| May 08 16:43:18.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66422026-05-08T16:43:19.371Z[ recovery-image] May 08 16:43:18.030 INFO O| May 08 16:43:18.030 INFO STEP 613 (remove_files) COMPLETE
66432026-05-08T16:43:19.371Z[ recovery-image] May 08 16:43:18.031 INFO O| May 08 16:43:18.030 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-05-08T16:43:19.380Z[ recovery-image] May 08 16:43:18.039 INFO O| May 08 16:43:18.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66452026-05-08T16:43:19.380Z[ recovery-image] May 08 16:43:18.039 INFO O| May 08 16:43:18.039 INFO STEP 614 (remove_files) COMPLETE
66462026-05-08T16:43:19.380Z[ recovery-image] May 08 16:43:18.039 INFO O| May 08 16:43:18.039 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-05-08T16:43:19.401Z[ recovery-image] May 08 16:43:18.055 INFO O| May 08 16:43:18.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66482026-05-08T16:43:19.401Z[ recovery-image] May 08 16:43:18.061 INFO O| May 08 16:43:18.056 INFO STEP 615 (remove_files) COMPLETE
66492026-05-08T16:43:19.405Z[ recovery-image] May 08 16:43:18.061 INFO O| May 08 16:43:18.056 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-05-08T16:43:19.408Z[ recovery-image] May 08 16:43:18.065 INFO O| May 08 16:43:18.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66512026-05-08T16:43:19.408Z[ recovery-image] May 08 16:43:18.066 INFO O| May 08 16:43:18.066 INFO STEP 616 (remove_files) COMPLETE
66522026-05-08T16:43:19.408Z[ recovery-image] May 08 16:43:18.066 INFO O| May 08 16:43:18.066 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-05-08T16:43:19.416Z[ recovery-image] May 08 16:43:18.076 INFO O| May 08 16:43:18.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66542026-05-08T16:43:19.416Z[ recovery-image] May 08 16:43:18.076 INFO O| May 08 16:43:18.076 INFO STEP 617 (remove_files) COMPLETE
66552026-05-08T16:43:19.416Z[ recovery-image] May 08 16:43:18.076 INFO O| May 08 16:43:18.076 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-05-08T16:43:19.425Z[ recovery-image] May 08 16:43:18.085 INFO O| May 08 16:43:18.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66572026-05-08T16:43:19.425Z[ recovery-image] May 08 16:43:18.085 INFO O| May 08 16:43:18.085 INFO STEP 618 (remove_files) COMPLETE
66582026-05-08T16:43:19.425Z[ recovery-image] May 08 16:43:18.085 INFO O| May 08 16:43:18.085 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-05-08T16:43:19.435Z[ recovery-image] May 08 16:43:18.095 INFO O| May 08 16:43:18.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66602026-05-08T16:43:19.435Z[ recovery-image] May 08 16:43:18.095 INFO O| May 08 16:43:18.095 INFO STEP 619 (remove_files) COMPLETE
66612026-05-08T16:43:19.435Z[ recovery-image] May 08 16:43:18.095 INFO O| May 08 16:43:18.095 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-05-08T16:43:19.445Z[ recovery-image] May 08 16:43:18.104 INFO O| May 08 16:43:18.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66632026-05-08T16:43:19.445Z[ recovery-image] May 08 16:43:18.104 INFO O| May 08 16:43:18.104 INFO STEP 620 (remove_files) COMPLETE
66642026-05-08T16:43:19.445Z[ recovery-image] May 08 16:43:18.104 INFO O| May 08 16:43:18.104 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-05-08T16:43:19.455Z[ recovery-image] May 08 16:43:18.115 INFO O| May 08 16:43:18.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66662026-05-08T16:43:19.455Z[ recovery-image] May 08 16:43:18.115 INFO O| May 08 16:43:18.115 INFO STEP 621 (remove_files) COMPLETE
66672026-05-08T16:43:19.455Z[ recovery-image] May 08 16:43:18.115 INFO O| May 08 16:43:18.115 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-05-08T16:43:19.464Z[ recovery-image] May 08 16:43:18.124 INFO O| May 08 16:43:18.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
66692026-05-08T16:43:19.464Z[ recovery-image] May 08 16:43:18.124 INFO O| May 08 16:43:18.124 INFO STEP 622 (remove_files) COMPLETE
66702026-05-08T16:43:19.468Z[ recovery-image] May 08 16:43:18.124 INFO O| May 08 16:43:18.124 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-05-08T16:43:19.479Z[ recovery-image] May 08 16:43:18.134 INFO O| May 08 16:43:18.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66722026-05-08T16:43:19.479Z[ recovery-image] May 08 16:43:18.134 INFO O| May 08 16:43:18.134 INFO STEP 623 (remove_files) COMPLETE
66732026-05-08T16:43:19.479Z[ recovery-image] May 08 16:43:18.134 INFO O| May 08 16:43:18.134 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-05-08T16:43:19.506Z[ recovery-image] May 08 16:43:18.152 INFO O| May 08 16:43:18.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
66752026-05-08T16:43:19.506Z[ recovery-image] May 08 16:43:18.153 INFO O| May 08 16:43:18.153 INFO STEP 624 (remove_files) COMPLETE
66762026-05-08T16:43:19.506Z[ recovery-image] May 08 16:43:18.153 INFO O| May 08 16:43:18.153 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-05-08T16:43:19.506Z[ recovery-image] May 08 16:43:18.161 INFO O| May 08 16:43:18.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
66782026-05-08T16:43:19.506Z[ recovery-image] May 08 16:43:18.161 INFO O| May 08 16:43:18.161 INFO STEP 625 (remove_files) COMPLETE
66792026-05-08T16:43:19.506Z[ recovery-image] May 08 16:43:18.161 INFO O| May 08 16:43:18.161 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-05-08T16:43:19.637Z[ recovery-image] May 08 16:43:18.169 INFO O| May 08 16:43:18.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
66812026-05-08T16:43:19.637Z[ recovery-image] May 08 16:43:18.169 INFO O| May 08 16:43:18.169 INFO STEP 626 (remove_files) COMPLETE
66822026-05-08T16:43:19.637Z[ recovery-image] May 08 16:43:18.169 INFO O| May 08 16:43:18.169 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-05-08T16:43:19.637Z[ recovery-image] May 08 16:43:18.177 INFO O| May 08 16:43:18.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66842026-05-08T16:43:19.637Z[ recovery-image] May 08 16:43:18.177 INFO O| May 08 16:43:18.177 INFO STEP 627 (remove_files) COMPLETE
66852026-05-08T16:43:19.637Z[ recovery-image] May 08 16:43:18.177 INFO O| May 08 16:43:18.177 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-05-08T16:43:19.637Z[ recovery-image] May 08 16:43:18.185 INFO O| May 08 16:43:18.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66872026-05-08T16:43:19.637Z[ recovery-image] May 08 16:43:18.185 INFO O| May 08 16:43:18.185 INFO STEP 628 (remove_files) COMPLETE
66882026-05-08T16:43:19.637Z[ recovery-image] May 08 16:43:18.185 INFO O| May 08 16:43:18.185 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-05-08T16:43:19.637Z[ recovery-image] May 08 16:43:18.193 INFO O| May 08 16:43:18.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
66902026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.193 INFO O| May 08 16:43:18.193 INFO STEP 629 (remove_files) COMPLETE
66912026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.193 INFO O| May 08 16:43:18.193 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.201 INFO O| May 08 16:43:18.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
66932026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.201 INFO O| May 08 16:43:18.201 INFO STEP 630 (remove_files) COMPLETE
66942026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.201 INFO O| May 08 16:43:18.201 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.209 INFO O| May 08 16:43:18.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
66962026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.209 INFO O| May 08 16:43:18.209 INFO STEP 631 (remove_files) COMPLETE
66972026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.209 INFO O| May 08 16:43:18.209 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.217 INFO O| May 08 16:43:18.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
66992026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.217 INFO O| May 08 16:43:18.217 INFO STEP 632 (remove_files) COMPLETE
67002026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.217 INFO O| May 08 16:43:18.217 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.225 INFO O| May 08 16:43:18.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67022026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.225 INFO O| May 08 16:43:18.225 INFO STEP 633 (remove_files) COMPLETE
67032026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.225 INFO O| May 08 16:43:18.225 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.233 INFO O| May 08 16:43:18.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67052026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.233 INFO O| May 08 16:43:18.233 INFO STEP 634 (remove_files) COMPLETE
67062026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.233 INFO O| May 08 16:43:18.233 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.241 INFO O| May 08 16:43:18.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67082026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.241 INFO O| May 08 16:43:18.241 INFO STEP 635 (remove_files) COMPLETE
67092026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.241 INFO O| May 08 16:43:18.241 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.249 INFO O| May 08 16:43:18.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67112026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.249 INFO O| May 08 16:43:18.249 INFO STEP 636 (remove_files) COMPLETE
67122026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.249 INFO O| May 08 16:43:18.249 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.257 INFO O| May 08 16:43:18.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67142026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.257 INFO O| May 08 16:43:18.257 INFO STEP 637 (remove_files) COMPLETE
67152026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.257 INFO O| May 08 16:43:18.257 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.265 INFO O| May 08 16:43:18.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67172026-05-08T16:43:19.638Z[ recovery-image] May 08 16:43:18.265 INFO O| May 08 16:43:18.265 INFO STEP 638 (remove_files) COMPLETE
67182026-05-08T16:43:19.639Z[ recovery-image] May 08 16:43:18.265 INFO O| May 08 16:43:18.265 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-05-08T16:43:19.639Z[ recovery-image] May 08 16:43:18.272 INFO O| May 08 16:43:18.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
67202026-05-08T16:43:19.639Z[ recovery-image] May 08 16:43:18.273 INFO O| May 08 16:43:18.273 INFO STEP 639 (remove_files) COMPLETE
67212026-05-08T16:43:19.639Z[ recovery-image] May 08 16:43:18.273 INFO O| May 08 16:43:18.273 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-05-08T16:43:19.639Z[ recovery-image] May 08 16:43:18.281 INFO O| May 08 16:43:18.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
67232026-05-08T16:43:19.639Z[ recovery-image] May 08 16:43:18.281 INFO O| May 08 16:43:18.281 INFO STEP 640 (remove_files) COMPLETE
67242026-05-08T16:43:19.639Z[ recovery-image] May 08 16:43:18.281 INFO O| May 08 16:43:18.281 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-05-08T16:43:19.639Z[ recovery-image] May 08 16:43:18.288 INFO O| May 08 16:43:18.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
67262026-05-08T16:43:19.639Z[ recovery-image] May 08 16:43:18.288 INFO O| May 08 16:43:18.288 INFO STEP 641 (remove_files) COMPLETE
67272026-05-08T16:43:19.639Z[ recovery-image] May 08 16:43:18.288 INFO O| May 08 16:43:18.288 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-05-08T16:43:19.650Z[ recovery-image] May 08 16:43:18.296 INFO O| May 08 16:43:18.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
67292026-05-08T16:43:19.650Z[ recovery-image] May 08 16:43:18.296 INFO O| May 08 16:43:18.296 INFO STEP 642 (remove_files) COMPLETE
67302026-05-08T16:43:19.650Z[ recovery-image] May 08 16:43:18.297 INFO O| May 08 16:43:18.296 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-05-08T16:43:19.650Z[ recovery-image] May 08 16:43:18.305 INFO O| May 08 16:43:18.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
67322026-05-08T16:43:19.650Z[ recovery-image] May 08 16:43:18.305 INFO O| May 08 16:43:18.305 INFO STEP 643 (remove_files) COMPLETE
67332026-05-08T16:43:19.650Z[ recovery-image] May 08 16:43:18.305 INFO O| May 08 16:43:18.305 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-05-08T16:43:19.673Z[ recovery-image] May 08 16:43:18.313 INFO O| May 08 16:43:18.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
67352026-05-08T16:43:19.673Z[ recovery-image] May 08 16:43:18.313 INFO O| May 08 16:43:18.313 INFO STEP 644 (remove_files) COMPLETE
67362026-05-08T16:43:19.673Z[ recovery-image] May 08 16:43:18.313 INFO O| May 08 16:43:18.313 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-05-08T16:43:19.673Z[ recovery-image] May 08 16:43:18.321 INFO O| May 08 16:43:18.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67382026-05-08T16:43:19.673Z[ recovery-image] May 08 16:43:18.322 INFO O| May 08 16:43:18.322 INFO STEP 645 (remove_files) COMPLETE
67392026-05-08T16:43:19.673Z[ recovery-image] May 08 16:43:18.322 INFO O| May 08 16:43:18.322 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-05-08T16:43:19.722Z[ recovery-image] May 08 16:43:18.330 INFO O| May 08 16:43:18.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67412026-05-08T16:43:19.723Z[ recovery-image] May 08 16:43:18.330 INFO O| May 08 16:43:18.330 INFO STEP 646 (remove_files) COMPLETE
67422026-05-08T16:43:19.723Z[ recovery-image] May 08 16:43:18.330 INFO O| May 08 16:43:18.330 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-05-08T16:43:19.723Z[ recovery-image] May 08 16:43:18.339 INFO O| May 08 16:43:18.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
67442026-05-08T16:43:19.723Z[ recovery-image] May 08 16:43:18.339 INFO O| May 08 16:43:18.339 INFO STEP 647 (remove_files) COMPLETE
67452026-05-08T16:43:19.723Z[ recovery-image] May 08 16:43:18.339 INFO O| May 08 16:43:18.339 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-05-08T16:43:19.723Z[ recovery-image] May 08 16:43:18.348 INFO O| May 08 16:43:18.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
67472026-05-08T16:43:19.723Z[ recovery-image] May 08 16:43:18.348 INFO O| May 08 16:43:18.348 INFO STEP 648 (remove_files) COMPLETE
67482026-05-08T16:43:19.723Z[ recovery-image] May 08 16:43:18.348 INFO O| May 08 16:43:18.348 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-05-08T16:43:19.723Z[ recovery-image] May 08 16:43:18.358 INFO O| May 08 16:43:18.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67502026-05-08T16:43:19.723Z[ recovery-image] May 08 16:43:18.358 INFO O| May 08 16:43:18.358 INFO STEP 649 (remove_files) COMPLETE
67512026-05-08T16:43:19.723Z[ recovery-image] May 08 16:43:18.358 INFO O| May 08 16:43:18.358 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-05-08T16:43:19.726Z[ recovery-image] May 08 16:43:18.368 INFO O| May 08 16:43:18.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67532026-05-08T16:43:19.726Z[ recovery-image] May 08 16:43:18.369 INFO O| May 08 16:43:18.369 INFO STEP 650 (remove_files) COMPLETE
67542026-05-08T16:43:19.727Z[ recovery-image] May 08 16:43:18.369 INFO O| May 08 16:43:18.369 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-05-08T16:43:19.727Z[ recovery-image] May 08 16:43:18.378 INFO O| May 08 16:43:18.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
67562026-05-08T16:43:19.727Z[ recovery-image] May 08 16:43:18.378 INFO O| May 08 16:43:18.378 INFO STEP 651 (remove_files) COMPLETE
67572026-05-08T16:43:19.727Z[ recovery-image] May 08 16:43:18.378 INFO O| May 08 16:43:18.378 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-05-08T16:43:19.729Z[ recovery-image] May 08 16:43:18.388 INFO O| May 08 16:43:18.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
67592026-05-08T16:43:19.730Z[ recovery-image] May 08 16:43:18.388 INFO O| May 08 16:43:18.388 INFO STEP 652 (remove_files) COMPLETE
67602026-05-08T16:43:19.730Z[ recovery-image] May 08 16:43:18.388 INFO O| May 08 16:43:18.388 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-05-08T16:43:19.737Z[ recovery-image] May 08 16:43:18.396 INFO O| May 08 16:43:18.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
67622026-05-08T16:43:19.737Z[ recovery-image] May 08 16:43:18.396 INFO O| May 08 16:43:18.396 INFO STEP 653 (remove_files) COMPLETE
67632026-05-08T16:43:19.749Z[ recovery-image] May 08 16:43:18.396 INFO O| May 08 16:43:18.396 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-05-08T16:43:19.749Z[ recovery-image] May 08 16:43:18.406 INFO O| May 08 16:43:18.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
67652026-05-08T16:43:19.749Z[ recovery-image] May 08 16:43:18.406 INFO O| May 08 16:43:18.406 INFO STEP 654 (remove_files) COMPLETE
67662026-05-08T16:43:19.749Z[ recovery-image] May 08 16:43:18.406 INFO O| May 08 16:43:18.406 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-05-08T16:43:19.755Z[ recovery-image] May 08 16:43:18.415 INFO O| May 08 16:43:18.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
67682026-05-08T16:43:19.756Z[ recovery-image] May 08 16:43:18.415 INFO O| May 08 16:43:18.415 INFO STEP 655 (remove_files) COMPLETE
67692026-05-08T16:43:19.756Z[ recovery-image] May 08 16:43:18.415 INFO O| May 08 16:43:18.415 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-05-08T16:43:19.763Z[ recovery-image] May 08 16:43:18.423 INFO O| May 08 16:43:18.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67712026-05-08T16:43:19.764Z[ recovery-image] May 08 16:43:18.423 INFO O| May 08 16:43:18.423 INFO STEP 656 (remove_files) COMPLETE
67722026-05-08T16:43:19.767Z[ recovery-image] May 08 16:43:18.423 INFO O| May 08 16:43:18.423 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-05-08T16:43:19.775Z[ recovery-image] May 08 16:43:18.431 INFO O| May 08 16:43:18.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
67742026-05-08T16:43:19.775Z[ recovery-image] May 08 16:43:18.431 INFO O| May 08 16:43:18.431 INFO STEP 657 (remove_files) COMPLETE
67752026-05-08T16:43:19.775Z[ recovery-image] May 08 16:43:18.431 INFO O| May 08 16:43:18.431 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-05-08T16:43:19.779Z[ recovery-image] May 08 16:43:18.438 INFO O| May 08 16:43:18.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
67772026-05-08T16:43:19.779Z[ recovery-image] May 08 16:43:18.438 INFO O| May 08 16:43:18.438 INFO STEP 658 (remove_files) COMPLETE
67782026-05-08T16:43:19.779Z[ recovery-image] May 08 16:43:18.438 INFO O| May 08 16:43:18.438 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-05-08T16:43:19.787Z[ recovery-image] May 08 16:43:18.446 INFO O| May 08 16:43:18.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67802026-05-08T16:43:19.787Z[ recovery-image] May 08 16:43:18.446 INFO O| May 08 16:43:18.446 INFO STEP 659 (remove_files) COMPLETE
67812026-05-08T16:43:19.790Z[ recovery-image] May 08 16:43:18.446 INFO O| May 08 16:43:18.446 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-05-08T16:43:19.795Z[ recovery-image] May 08 16:43:18.454 INFO O| May 08 16:43:18.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67832026-05-08T16:43:19.795Z[ recovery-image] May 08 16:43:18.454 INFO O| May 08 16:43:18.454 INFO STEP 660 (remove_files) COMPLETE
67842026-05-08T16:43:19.795Z[ recovery-image] May 08 16:43:18.454 INFO O| May 08 16:43:18.454 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-05-08T16:43:19.803Z[ recovery-image] May 08 16:43:18.462 INFO O| May 08 16:43:18.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67862026-05-08T16:43:19.803Z[ recovery-image] May 08 16:43:18.462 INFO O| May 08 16:43:18.462 INFO STEP 661 (remove_files) COMPLETE
67872026-05-08T16:43:19.806Z[ recovery-image] May 08 16:43:18.462 INFO O| May 08 16:43:18.462 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-05-08T16:43:19.810Z[ recovery-image] May 08 16:43:18.469 INFO O| May 08 16:43:18.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
67892026-05-08T16:43:19.810Z[ recovery-image] May 08 16:43:18.470 INFO O| May 08 16:43:18.470 INFO STEP 662 (remove_files) COMPLETE
67902026-05-08T16:43:19.813Z[ recovery-image] May 08 16:43:18.470 INFO O| May 08 16:43:18.470 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-05-08T16:43:19.818Z[ recovery-image] May 08 16:43:18.477 INFO O| May 08 16:43:18.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
67922026-05-08T16:43:19.818Z[ recovery-image] May 08 16:43:18.477 INFO O| May 08 16:43:18.477 INFO STEP 663 (remove_files) COMPLETE
67932026-05-08T16:43:19.818Z[ recovery-image] May 08 16:43:18.477 INFO O| May 08 16:43:18.477 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-05-08T16:43:19.826Z[ recovery-image] May 08 16:43:18.485 INFO O| May 08 16:43:18.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
67952026-05-08T16:43:19.826Z[ recovery-image] May 08 16:43:18.485 INFO O| May 08 16:43:18.485 INFO STEP 664 (remove_files) COMPLETE
67962026-05-08T16:43:19.826Z[ recovery-image] May 08 16:43:18.485 INFO O| May 08 16:43:18.485 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-05-08T16:43:19.834Z[ recovery-image] May 08 16:43:18.493 INFO O| May 08 16:43:18.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
67982026-05-08T16:43:19.834Z[ recovery-image] May 08 16:43:18.493 INFO O| May 08 16:43:18.493 INFO STEP 665 (remove_files) COMPLETE
67992026-05-08T16:43:19.834Z[ recovery-image] May 08 16:43:18.493 INFO O| May 08 16:43:18.493 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-05-08T16:43:19.842Z[ recovery-image] May 08 16:43:18.502 INFO O| May 08 16:43:18.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68012026-05-08T16:43:19.843Z[ recovery-image] May 08 16:43:18.502 INFO O| May 08 16:43:18.502 INFO STEP 666 (remove_files) COMPLETE
68022026-05-08T16:43:19.843Z[ recovery-image] May 08 16:43:18.502 INFO O| May 08 16:43:18.502 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-05-08T16:43:19.850Z[ recovery-image] May 08 16:43:18.509 INFO O| May 08 16:43:18.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68042026-05-08T16:43:19.850Z[ recovery-image] May 08 16:43:18.509 INFO O| May 08 16:43:18.509 INFO STEP 667 (remove_files) COMPLETE
68052026-05-08T16:43:19.853Z[ recovery-image] May 08 16:43:18.509 INFO O| May 08 16:43:18.509 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-05-08T16:43:19.857Z[ recovery-image] May 08 16:43:18.517 INFO O| May 08 16:43:18.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68072026-05-08T16:43:19.857Z[ recovery-image] May 08 16:43:18.517 INFO O| May 08 16:43:18.517 INFO STEP 668 (remove_files) COMPLETE
68082026-05-08T16:43:19.860Z[ recovery-image] May 08 16:43:18.517 INFO O| May 08 16:43:18.517 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-05-08T16:43:19.865Z[ recovery-image] May 08 16:43:18.524 INFO O| May 08 16:43:18.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68102026-05-08T16:43:19.868Z[ recovery-image] May 08 16:43:18.525 INFO O| May 08 16:43:18.525 INFO STEP 669 (remove_files) COMPLETE
68112026-05-08T16:43:19.868Z[ recovery-image] May 08 16:43:18.525 INFO O| May 08 16:43:18.525 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-05-08T16:43:19.872Z[ recovery-image] May 08 16:43:18.532 INFO O| May 08 16:43:18.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68132026-05-08T16:43:19.872Z[ recovery-image] May 08 16:43:18.532 INFO O| May 08 16:43:18.532 INFO STEP 670 (remove_files) COMPLETE
68142026-05-08T16:43:19.875Z[ recovery-image] May 08 16:43:18.532 INFO O| May 08 16:43:18.532 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-05-08T16:43:19.880Z[ recovery-image] May 08 16:43:18.539 INFO O| May 08 16:43:18.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68162026-05-08T16:43:19.880Z[ recovery-image] May 08 16:43:18.539 INFO O| May 08 16:43:18.539 INFO STEP 671 (remove_files) COMPLETE
68172026-05-08T16:43:19.880Z[ recovery-image] May 08 16:43:18.539 INFO O| May 08 16:43:18.539 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-05-08T16:43:19.887Z[ recovery-image] May 08 16:43:18.547 INFO O| May 08 16:43:18.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
68192026-05-08T16:43:19.887Z[ recovery-image] May 08 16:43:18.547 INFO O| May 08 16:43:18.547 INFO STEP 672 (remove_files) COMPLETE
68202026-05-08T16:43:19.887Z[ recovery-image] May 08 16:43:18.547 INFO O| May 08 16:43:18.547 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-05-08T16:43:19.895Z[ recovery-image] May 08 16:43:18.554 INFO O| May 08 16:43:18.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
68222026-05-08T16:43:19.895Z[ recovery-image] May 08 16:43:18.555 INFO O| May 08 16:43:18.555 INFO STEP 673 (remove_files) COMPLETE
68232026-05-08T16:43:19.895Z[ recovery-image] May 08 16:43:18.555 INFO O| May 08 16:43:18.555 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-05-08T16:43:19.903Z[ recovery-image] May 08 16:43:18.562 INFO O| May 08 16:43:18.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
68252026-05-08T16:43:19.903Z[ recovery-image] May 08 16:43:18.562 INFO O| May 08 16:43:18.562 INFO STEP 674 (remove_files) COMPLETE
68262026-05-08T16:43:19.906Z[ recovery-image] May 08 16:43:18.562 INFO O| May 08 16:43:18.562 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-05-08T16:43:19.910Z[ recovery-image] May 08 16:43:18.570 INFO O| May 08 16:43:18.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
68282026-05-08T16:43:19.910Z[ recovery-image] May 08 16:43:18.570 INFO O| May 08 16:43:18.570 INFO STEP 675 (remove_files) COMPLETE
68292026-05-08T16:43:19.914Z[ recovery-image] May 08 16:43:18.570 INFO O| May 08 16:43:18.570 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-05-08T16:43:19.917Z[ recovery-image] May 08 16:43:18.577 INFO O| May 08 16:43:18.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
68312026-05-08T16:43:19.920Z[ recovery-image] May 08 16:43:18.578 INFO O| May 08 16:43:18.577 INFO STEP 676 (remove_files) COMPLETE
68322026-05-08T16:43:19.920Z[ recovery-image] May 08 16:43:18.578 INFO O| May 08 16:43:18.577 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-05-08T16:43:19.925Z[ recovery-image] May 08 16:43:18.585 INFO O| May 08 16:43:18.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
68342026-05-08T16:43:19.925Z[ recovery-image] May 08 16:43:18.585 INFO O| May 08 16:43:18.585 INFO STEP 677 (remove_files) COMPLETE
68352026-05-08T16:43:19.925Z[ recovery-image] May 08 16:43:18.585 INFO O| May 08 16:43:18.585 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-05-08T16:43:19.933Z[ recovery-image] May 08 16:43:18.593 INFO O| May 08 16:43:18.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68372026-05-08T16:43:19.933Z[ recovery-image] May 08 16:43:18.593 INFO O| May 08 16:43:18.593 INFO STEP 678 (remove_files) COMPLETE
68382026-05-08T16:43:19.933Z[ recovery-image] May 08 16:43:18.593 INFO O| May 08 16:43:18.593 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-05-08T16:43:19.941Z[ recovery-image] May 08 16:43:18.600 INFO O| May 08 16:43:18.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68402026-05-08T16:43:19.945Z[ recovery-image] May 08 16:43:18.601 INFO O| May 08 16:43:18.601 INFO STEP 679 (remove_files) COMPLETE
68412026-05-08T16:43:19.945Z[ recovery-image] May 08 16:43:18.601 INFO O| May 08 16:43:18.601 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-05-08T16:43:19.949Z[ recovery-image] May 08 16:43:18.609 INFO O| May 08 16:43:18.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68432026-05-08T16:43:19.950Z[ recovery-image] May 08 16:43:18.609 INFO O| May 08 16:43:18.609 INFO STEP 680 (remove_files) COMPLETE
68442026-05-08T16:43:19.953Z[ recovery-image] May 08 16:43:18.609 INFO O| May 08 16:43:18.609 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-05-08T16:43:19.957Z[ recovery-image] May 08 16:43:18.617 INFO O| May 08 16:43:18.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68462026-05-08T16:43:19.957Z[ recovery-image] May 08 16:43:18.617 INFO O| May 08 16:43:18.617 INFO STEP 681 (remove_files) COMPLETE
68472026-05-08T16:43:19.961Z[ recovery-image] May 08 16:43:18.617 INFO O| May 08 16:43:18.617 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-05-08T16:43:19.965Z[ recovery-image] May 08 16:43:18.625 INFO O| May 08 16:43:18.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68492026-05-08T16:43:19.965Z[ recovery-image] May 08 16:43:18.625 INFO O| May 08 16:43:18.625 INFO STEP 682 (remove_files) COMPLETE
68502026-05-08T16:43:19.969Z[ recovery-image] May 08 16:43:18.625 INFO O| May 08 16:43:18.625 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-05-08T16:43:19.973Z[ recovery-image] May 08 16:43:18.633 INFO O| May 08 16:43:18.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68522026-05-08T16:43:19.973Z[ recovery-image] May 08 16:43:18.633 INFO O| May 08 16:43:18.633 INFO STEP 683 (remove_files) COMPLETE
68532026-05-08T16:43:19.977Z[ recovery-image] May 08 16:43:18.633 INFO O| May 08 16:43:18.633 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-05-08T16:43:19.981Z[ recovery-image] May 08 16:43:18.641 INFO O| May 08 16:43:18.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68552026-05-08T16:43:19.981Z[ recovery-image] May 08 16:43:18.641 INFO O| May 08 16:43:18.641 INFO STEP 684 (remove_files) COMPLETE
68562026-05-08T16:43:19.981Z[ recovery-image] May 08 16:43:18.641 INFO O| May 08 16:43:18.641 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-05-08T16:43:19.989Z[ recovery-image] May 08 16:43:18.648 INFO O| May 08 16:43:18.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68582026-05-08T16:43:19.989Z[ recovery-image] May 08 16:43:18.648 INFO O| May 08 16:43:18.648 INFO STEP 685 (remove_files) COMPLETE
68592026-05-08T16:43:19.993Z[ recovery-image] May 08 16:43:18.648 INFO O| May 08 16:43:18.648 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-05-08T16:43:19.998Z[ recovery-image] May 08 16:43:18.656 INFO O| May 08 16:43:18.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68612026-05-08T16:43:19.998Z[ recovery-image] May 08 16:43:18.656 INFO O| May 08 16:43:18.656 INFO STEP 686 (remove_files) COMPLETE
68622026-05-08T16:43:19.998Z[ recovery-image] May 08 16:43:18.656 INFO O| May 08 16:43:18.656 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-05-08T16:43:20.004Z[ recovery-image] May 08 16:43:18.664 INFO O| May 08 16:43:18.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68642026-05-08T16:43:20.004Z[ recovery-image] May 08 16:43:18.664 INFO O| May 08 16:43:18.664 INFO STEP 687 (remove_files) COMPLETE
68652026-05-08T16:43:20.012Z[ recovery-image] May 08 16:43:18.664 INFO O| May 08 16:43:18.664 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-05-08T16:43:20.015Z[ recovery-image] May 08 16:43:18.672 INFO O| May 08 16:43:18.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68672026-05-08T16:43:20.015Z[ recovery-image] May 08 16:43:18.672 INFO O| May 08 16:43:18.672 INFO STEP 688 (remove_files) COMPLETE
68682026-05-08T16:43:20.015Z[ recovery-image] May 08 16:43:18.672 INFO O| May 08 16:43:18.672 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-05-08T16:43:20.020Z[ recovery-image] May 08 16:43:18.680 INFO O| May 08 16:43:18.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68702026-05-08T16:43:20.020Z[ recovery-image] May 08 16:43:18.680 INFO O| May 08 16:43:18.680 INFO STEP 689 (remove_files) COMPLETE
68712026-05-08T16:43:20.026Z[ recovery-image] May 08 16:43:18.680 INFO O| May 08 16:43:18.680 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-05-08T16:43:20.031Z[ recovery-image] May 08 16:43:18.689 INFO O| May 08 16:43:18.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68732026-05-08T16:43:20.031Z[ recovery-image] May 08 16:43:18.689 INFO O| May 08 16:43:18.689 INFO STEP 690 (remove_files) COMPLETE
68742026-05-08T16:43:20.031Z[ recovery-image] May 08 16:43:18.689 INFO O| May 08 16:43:18.689 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-05-08T16:43:20.037Z[ recovery-image] May 08 16:43:18.697 INFO O| May 08 16:43:18.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68762026-05-08T16:43:20.038Z[ recovery-image] May 08 16:43:18.697 INFO O| May 08 16:43:18.697 INFO STEP 691 (remove_files) COMPLETE
68772026-05-08T16:43:20.038Z[ recovery-image] May 08 16:43:18.697 INFO O| May 08 16:43:18.697 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-05-08T16:43:20.045Z[ recovery-image] May 08 16:43:18.705 INFO O| May 08 16:43:18.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68792026-05-08T16:43:20.046Z[ recovery-image] May 08 16:43:18.705 INFO O| May 08 16:43:18.705 INFO STEP 692 (remove_files) COMPLETE
68802026-05-08T16:43:20.053Z[ recovery-image] May 08 16:43:18.705 INFO O| May 08 16:43:18.705 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-05-08T16:43:20.060Z[ recovery-image] May 08 16:43:18.713 INFO O| May 08 16:43:18.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68822026-05-08T16:43:20.060Z[ recovery-image] May 08 16:43:18.713 INFO O| May 08 16:43:18.713 INFO STEP 693 (remove_files) COMPLETE
68832026-05-08T16:43:20.060Z[ recovery-image] May 08 16:43:18.713 INFO O| May 08 16:43:18.713 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-05-08T16:43:20.068Z[ recovery-image] May 08 16:43:18.721 INFO O| May 08 16:43:18.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68852026-05-08T16:43:20.068Z[ recovery-image] May 08 16:43:18.722 INFO O| May 08 16:43:18.722 INFO STEP 694 (remove_files) COMPLETE
68862026-05-08T16:43:20.068Z[ recovery-image] May 08 16:43:18.722 INFO O| May 08 16:43:18.722 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-05-08T16:43:20.077Z[ recovery-image] May 08 16:43:18.730 INFO O| May 08 16:43:18.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
68882026-05-08T16:43:20.077Z[ recovery-image] May 08 16:43:18.730 INFO O| May 08 16:43:18.730 INFO STEP 695 (remove_files) COMPLETE
68892026-05-08T16:43:20.077Z[ recovery-image] May 08 16:43:18.730 INFO O| May 08 16:43:18.730 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-05-08T16:43:20.085Z[ recovery-image] May 08 16:43:18.738 INFO O| May 08 16:43:18.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
68912026-05-08T16:43:20.085Z[ recovery-image] May 08 16:43:18.738 INFO O| May 08 16:43:18.738 INFO STEP 696 (remove_files) COMPLETE
68922026-05-08T16:43:20.085Z[ recovery-image] May 08 16:43:18.738 INFO O| May 08 16:43:18.738 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-05-08T16:43:20.092Z[ recovery-image] May 08 16:43:18.747 INFO O| May 08 16:43:18.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
68942026-05-08T16:43:20.092Z[ recovery-image] May 08 16:43:18.747 INFO O| May 08 16:43:18.747 INFO STEP 697 (remove_files) COMPLETE
68952026-05-08T16:43:20.092Z[ recovery-image] May 08 16:43:18.747 INFO O| May 08 16:43:18.747 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-05-08T16:43:20.101Z[ recovery-image] May 08 16:43:18.756 INFO O| May 08 16:43:18.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
68972026-05-08T16:43:20.101Z[ recovery-image] May 08 16:43:18.756 INFO O| May 08 16:43:18.756 INFO STEP 698 (remove_files) COMPLETE
68982026-05-08T16:43:20.101Z[ recovery-image] May 08 16:43:18.756 INFO O| May 08 16:43:18.756 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-05-08T16:43:20.110Z[ recovery-image] May 08 16:43:18.764 INFO O| May 08 16:43:18.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69002026-05-08T16:43:20.110Z[ recovery-image] May 08 16:43:18.764 INFO O| May 08 16:43:18.764 INFO STEP 699 (remove_files) COMPLETE
69012026-05-08T16:43:20.110Z[ recovery-image] May 08 16:43:18.765 INFO O| May 08 16:43:18.764 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-05-08T16:43:20.118Z[ recovery-image] May 08 16:43:18.773 INFO O| May 08 16:43:18.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69032026-05-08T16:43:20.118Z[ recovery-image] May 08 16:43:18.773 INFO O| May 08 16:43:18.773 INFO STEP 700 (remove_files) COMPLETE
69042026-05-08T16:43:20.119Z[ recovery-image] May 08 16:43:18.773 INFO O| May 08 16:43:18.773 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-05-08T16:43:20.129Z[ recovery-image] May 08 16:43:18.781 INFO O| May 08 16:43:18.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69062026-05-08T16:43:20.129Z[ recovery-image] May 08 16:43:18.781 INFO O| May 08 16:43:18.781 INFO STEP 701 (remove_files) COMPLETE
69072026-05-08T16:43:20.129Z[ recovery-image] May 08 16:43:18.781 INFO O| May 08 16:43:18.781 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-05-08T16:43:20.139Z[ recovery-image] May 08 16:43:18.790 INFO O| May 08 16:43:18.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69092026-05-08T16:43:20.139Z[ recovery-image] May 08 16:43:18.790 INFO O| May 08 16:43:18.790 INFO STEP 702 (remove_files) COMPLETE
69102026-05-08T16:43:20.139Z[ recovery-image] May 08 16:43:18.790 INFO O| May 08 16:43:18.790 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-05-08T16:43:20.145Z[ recovery-image] May 08 16:43:18.798 INFO O| May 08 16:43:18.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69122026-05-08T16:43:20.146Z[ recovery-image] May 08 16:43:18.798 INFO O| May 08 16:43:18.798 INFO STEP 703 (remove_files) COMPLETE
69132026-05-08T16:43:20.146Z[ recovery-image] May 08 16:43:18.798 INFO O| May 08 16:43:18.798 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-05-08T16:43:20.154Z[ recovery-image] May 08 16:43:18.805 INFO O| May 08 16:43:18.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69152026-05-08T16:43:20.154Z[ recovery-image] May 08 16:43:18.806 INFO O| May 08 16:43:18.806 INFO STEP 704 (remove_files) COMPLETE
69162026-05-08T16:43:20.154Z[ recovery-image] May 08 16:43:18.806 INFO O| May 08 16:43:18.806 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-05-08T16:43:20.163Z[ recovery-image] May 08 16:43:18.814 INFO O| May 08 16:43:18.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69182026-05-08T16:43:20.163Z[ recovery-image] May 08 16:43:18.814 INFO O| May 08 16:43:18.814 INFO STEP 705 (remove_files) COMPLETE
69192026-05-08T16:43:20.163Z[ recovery-image] May 08 16:43:18.814 INFO O| May 08 16:43:18.814 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-05-08T16:43:20.170Z[ recovery-image] May 08 16:43:18.823 INFO O| May 08 16:43:18.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69212026-05-08T16:43:20.170Z[ recovery-image] May 08 16:43:18.823 INFO O| May 08 16:43:18.823 INFO STEP 706 (remove_files) COMPLETE
69222026-05-08T16:43:20.170Z[ recovery-image] May 08 16:43:18.823 INFO O| May 08 16:43:18.823 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-05-08T16:43:20.177Z[ recovery-image] May 08 16:43:18.831 INFO O| May 08 16:43:18.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69242026-05-08T16:43:20.177Z[ recovery-image] May 08 16:43:18.831 INFO O| May 08 16:43:18.831 INFO STEP 707 (remove_files) COMPLETE
69252026-05-08T16:43:20.177Z[ recovery-image] May 08 16:43:18.831 INFO O| May 08 16:43:18.831 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-05-08T16:43:20.186Z[ recovery-image] May 08 16:43:18.840 INFO O| May 08 16:43:18.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69272026-05-08T16:43:20.186Z[ recovery-image] May 08 16:43:18.840 INFO O| May 08 16:43:18.840 INFO STEP 708 (remove_files) COMPLETE
69282026-05-08T16:43:20.186Z[ recovery-image] May 08 16:43:18.840 INFO O| May 08 16:43:18.840 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-05-08T16:43:20.193Z[ recovery-image] May 08 16:43:18.848 INFO O| May 08 16:43:18.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69302026-05-08T16:43:20.194Z[ recovery-image] May 08 16:43:18.848 INFO O| May 08 16:43:18.848 INFO STEP 709 (remove_files) COMPLETE
69312026-05-08T16:43:20.194Z[ recovery-image] May 08 16:43:18.848 INFO O| May 08 16:43:18.848 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-05-08T16:43:20.203Z[ recovery-image] May 08 16:43:18.856 INFO O| May 08 16:43:18.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69332026-05-08T16:43:20.203Z[ recovery-image] May 08 16:43:18.856 INFO O| May 08 16:43:18.856 INFO STEP 710 (remove_files) COMPLETE
69342026-05-08T16:43:20.203Z[ recovery-image] May 08 16:43:18.856 INFO O| May 08 16:43:18.856 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-05-08T16:43:20.211Z[ recovery-image] May 08 16:43:18.864 INFO O| May 08 16:43:18.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69362026-05-08T16:43:20.211Z[ recovery-image] May 08 16:43:18.864 INFO O| May 08 16:43:18.864 INFO STEP 711 (remove_files) COMPLETE
69372026-05-08T16:43:20.211Z[ recovery-image] May 08 16:43:18.864 INFO O| May 08 16:43:18.864 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-05-08T16:43:20.221Z[ recovery-image] May 08 16:43:18.872 INFO O| May 08 16:43:18.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69392026-05-08T16:43:20.221Z[ recovery-image] May 08 16:43:18.872 INFO O| May 08 16:43:18.872 INFO STEP 712 (remove_files) COMPLETE
69402026-05-08T16:43:20.221Z[ recovery-image] May 08 16:43:18.872 INFO O| May 08 16:43:18.872 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-05-08T16:43:20.221Z[ recovery-image] May 08 16:43:18.880 INFO O| May 08 16:43:18.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69422026-05-08T16:43:20.221Z[ recovery-image] May 08 16:43:18.880 INFO O| May 08 16:43:18.880 INFO STEP 713 (remove_files) COMPLETE
69432026-05-08T16:43:20.222Z[ recovery-image] May 08 16:43:18.880 INFO O| May 08 16:43:18.880 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-05-08T16:43:20.234Z[ recovery-image] May 08 16:43:18.888 INFO O| May 08 16:43:18.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69452026-05-08T16:43:20.234Z[ recovery-image] May 08 16:43:18.888 INFO O| May 08 16:43:18.888 INFO STEP 714 (remove_files) COMPLETE
69462026-05-08T16:43:20.234Z[ recovery-image] May 08 16:43:18.888 INFO O| May 08 16:43:18.888 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-05-08T16:43:20.243Z[ recovery-image] May 08 16:43:18.896 INFO O| May 08 16:43:18.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69482026-05-08T16:43:20.243Z[ recovery-image] May 08 16:43:18.896 INFO O| May 08 16:43:18.896 INFO STEP 715 (remove_files) COMPLETE
69492026-05-08T16:43:20.243Z[ recovery-image] May 08 16:43:18.896 INFO O| May 08 16:43:18.896 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-05-08T16:43:20.259Z[ recovery-image] May 08 16:43:18.904 INFO O| May 08 16:43:18.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
69512026-05-08T16:43:20.259Z[ recovery-image] May 08 16:43:18.904 INFO O| May 08 16:43:18.904 INFO STEP 716 (remove_files) COMPLETE
69522026-05-08T16:43:20.259Z[ recovery-image] May 08 16:43:18.904 INFO O| May 08 16:43:18.904 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-05-08T16:43:20.273Z[ recovery-image] May 08 16:43:18.913 INFO O| May 08 16:43:18.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
69542026-05-08T16:43:20.273Z[ recovery-image] May 08 16:43:18.914 INFO O| May 08 16:43:18.914 INFO STEP 717 (remove_files) COMPLETE
69552026-05-08T16:43:20.274Z[ recovery-image] May 08 16:43:18.914 INFO O| May 08 16:43:18.914 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-05-08T16:43:20.274Z[ recovery-image] May 08 16:43:18.923 INFO O| May 08 16:43:18.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69572026-05-08T16:43:20.274Z[ recovery-image] May 08 16:43:18.923 INFO O| May 08 16:43:18.923 INFO STEP 718 (remove_files) COMPLETE
69582026-05-08T16:43:20.274Z[ recovery-image] May 08 16:43:18.923 INFO O| May 08 16:43:18.923 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-05-08T16:43:20.280Z[ recovery-image] May 08 16:43:18.931 INFO O| May 08 16:43:18.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
69602026-05-08T16:43:20.280Z[ recovery-image] May 08 16:43:18.932 INFO O| May 08 16:43:18.932 INFO STEP 719 (remove_files) COMPLETE
69612026-05-08T16:43:20.280Z[ recovery-image] May 08 16:43:18.932 INFO O| May 08 16:43:18.932 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-05-08T16:43:20.280Z[ recovery-image] May 08 16:43:18.939 INFO O| May 08 16:43:18.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
69632026-05-08T16:43:20.280Z[ recovery-image] May 08 16:43:18.939 INFO O| May 08 16:43:18.939 INFO STEP 720 (remove_files) COMPLETE
69642026-05-08T16:43:20.280Z[ recovery-image] May 08 16:43:18.939 INFO O| May 08 16:43:18.939 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-05-08T16:43:20.291Z[ recovery-image] May 08 16:43:18.947 INFO O| May 08 16:43:18.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
69662026-05-08T16:43:20.291Z[ recovery-image] May 08 16:43:18.947 INFO O| May 08 16:43:18.947 INFO STEP 721 (remove_files) COMPLETE
69672026-05-08T16:43:20.291Z[ recovery-image] May 08 16:43:18.947 INFO O| May 08 16:43:18.947 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-05-08T16:43:20.301Z[ recovery-image] May 08 16:43:18.955 INFO O| May 08 16:43:18.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
69692026-05-08T16:43:20.301Z[ recovery-image] May 08 16:43:18.955 INFO O| May 08 16:43:18.955 INFO STEP 722 (remove_files) COMPLETE
69702026-05-08T16:43:20.301Z[ recovery-image] May 08 16:43:18.955 INFO O| May 08 16:43:18.955 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-05-08T16:43:20.331Z[ recovery-image] May 08 16:43:18.963 INFO O| May 08 16:43:18.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
69722026-05-08T16:43:20.331Z[ recovery-image] May 08 16:43:18.963 INFO O| May 08 16:43:18.963 INFO STEP 723 (remove_files) COMPLETE
69732026-05-08T16:43:20.331Z[ recovery-image] May 08 16:43:18.963 INFO O| May 08 16:43:18.963 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-05-08T16:43:20.331Z[ recovery-image] May 08 16:43:18.971 INFO O| May 08 16:43:18.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69752026-05-08T16:43:20.331Z[ recovery-image] May 08 16:43:18.971 INFO O| May 08 16:43:18.971 INFO STEP 724 (remove_files) COMPLETE
69762026-05-08T16:43:20.331Z[ recovery-image] May 08 16:43:18.971 INFO O| May 08 16:43:18.971 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-05-08T16:43:20.331Z[ recovery-image] May 08 16:43:18.980 INFO O| May 08 16:43:18.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
69782026-05-08T16:43:20.331Z[ recovery-image] May 08 16:43:18.980 INFO O| May 08 16:43:18.980 INFO STEP 725 (remove_files) COMPLETE
69792026-05-08T16:43:20.331Z[ recovery-image] May 08 16:43:18.980 INFO O| May 08 16:43:18.980 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-05-08T16:43:20.342Z[ recovery-image] May 08 16:43:18.987 INFO O| May 08 16:43:18.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
69812026-05-08T16:43:20.342Z[ recovery-image] May 08 16:43:18.988 INFO O| May 08 16:43:18.987 INFO STEP 726 (remove_files) COMPLETE
69822026-05-08T16:43:20.342Z[ recovery-image] May 08 16:43:18.988 INFO O| May 08 16:43:18.988 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-05-08T16:43:20.342Z[ recovery-image] May 08 16:43:18.996 INFO O| May 08 16:43:18.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
69842026-05-08T16:43:20.342Z[ recovery-image] May 08 16:43:18.996 INFO O| May 08 16:43:18.996 INFO STEP 727 (remove_files) COMPLETE
69852026-05-08T16:43:20.342Z[ recovery-image] May 08 16:43:18.996 INFO O| May 08 16:43:18.996 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-05-08T16:43:20.352Z[ recovery-image] May 08 16:43:19.004 INFO O| May 08 16:43:19.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69872026-05-08T16:43:20.352Z[ recovery-image] May 08 16:43:19.005 INFO O| May 08 16:43:19.005 INFO STEP 728 (remove_files) COMPLETE
69882026-05-08T16:43:20.352Z[ recovery-image] May 08 16:43:19.005 INFO O| May 08 16:43:19.005 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-05-08T16:43:20.363Z[ recovery-image] May 08 16:43:19.013 INFO O| May 08 16:43:19.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
69902026-05-08T16:43:20.363Z[ recovery-image] May 08 16:43:19.013 INFO O| May 08 16:43:19.013 INFO STEP 729 (remove_files) COMPLETE
69912026-05-08T16:43:20.363Z[ recovery-image] May 08 16:43:19.013 INFO O| May 08 16:43:19.013 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-05-08T16:43:20.363Z[ recovery-image] May 08 16:43:19.022 INFO O| May 08 16:43:19.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
69932026-05-08T16:43:20.363Z[ recovery-image] May 08 16:43:19.022 INFO O| May 08 16:43:19.022 INFO STEP 730 (remove_files) COMPLETE
69942026-05-08T16:43:20.363Z[ recovery-image] May 08 16:43:19.022 INFO O| May 08 16:43:19.022 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-05-08T16:43:20.372Z[ recovery-image] May 08 16:43:19.030 INFO O| May 08 16:43:19.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
69962026-05-08T16:43:20.372Z[ recovery-image] May 08 16:43:19.030 INFO O| May 08 16:43:19.030 INFO STEP 731 (remove_files) COMPLETE
69972026-05-08T16:43:20.372Z[ recovery-image] May 08 16:43:19.030 INFO O| May 08 16:43:19.030 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-05-08T16:43:20.379Z[ recovery-image] May 08 16:43:19.038 INFO O| May 08 16:43:19.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
69992026-05-08T16:43:20.379Z[ recovery-image] May 08 16:43:19.038 INFO O| May 08 16:43:19.038 INFO STEP 732 (remove_files) COMPLETE
70002026-05-08T16:43:20.379Z[ recovery-image] May 08 16:43:19.038 INFO O| May 08 16:43:19.038 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-05-08T16:43:20.401Z[ recovery-image] May 08 16:43:19.051 INFO O| May 08 16:43:19.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70022026-05-08T16:43:20.402Z[ recovery-image] May 08 16:43:19.051 INFO O| May 08 16:43:19.051 INFO STEP 733 (remove_files) COMPLETE
70032026-05-08T16:43:20.402Z[ recovery-image] May 08 16:43:19.051 INFO O| May 08 16:43:19.051 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-05-08T16:43:20.411Z[ recovery-image] May 08 16:43:19.070 INFO O| May 08 16:43:19.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70052026-05-08T16:43:20.411Z[ recovery-image] May 08 16:43:19.070 INFO O| May 08 16:43:19.070 INFO STEP 734 (remove_files) COMPLETE
70062026-05-08T16:43:20.411Z[ recovery-image] May 08 16:43:19.070 INFO O| May 08 16:43:19.070 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-05-08T16:43:20.421Z[ recovery-image] May 08 16:43:19.081 INFO O| May 08 16:43:19.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70082026-05-08T16:43:20.421Z[ recovery-image] May 08 16:43:19.081 INFO O| May 08 16:43:19.081 INFO STEP 735 (remove_files) COMPLETE
70092026-05-08T16:43:20.429Z[ recovery-image] May 08 16:43:19.081 INFO O| May 08 16:43:19.081 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-05-08T16:43:20.438Z[ recovery-image] May 08 16:43:19.092 INFO O| May 08 16:43:19.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70112026-05-08T16:43:20.438Z[ recovery-image] May 08 16:43:19.092 INFO O| May 08 16:43:19.092 INFO STEP 736 (remove_files) COMPLETE
70122026-05-08T16:43:20.438Z[ recovery-image] May 08 16:43:19.092 INFO O| May 08 16:43:19.092 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-05-08T16:43:20.450Z[ recovery-image] May 08 16:43:19.100 INFO O| May 08 16:43:19.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70142026-05-08T16:43:20.450Z[ recovery-image] May 08 16:43:19.100 INFO O| May 08 16:43:19.100 INFO STEP 737 (remove_files) COMPLETE
70152026-05-08T16:43:20.450Z[ recovery-image] May 08 16:43:19.100 INFO O| May 08 16:43:19.100 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-05-08T16:43:20.459Z[ recovery-image] May 08 16:43:19.108 INFO O| May 08 16:43:19.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70172026-05-08T16:43:20.459Z[ recovery-image] May 08 16:43:19.108 INFO O| May 08 16:43:19.108 INFO STEP 738 (remove_files) COMPLETE
70182026-05-08T16:43:20.459Z[ recovery-image] May 08 16:43:19.108 INFO O| May 08 16:43:19.108 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-05-08T16:43:20.459Z[ recovery-image] May 08 16:43:19.118 INFO O| May 08 16:43:19.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
70202026-05-08T16:43:20.459Z[ recovery-image] May 08 16:43:19.118 INFO O| May 08 16:43:19.118 INFO STEP 739 (remove_files) COMPLETE
70212026-05-08T16:43:20.459Z[ recovery-image] May 08 16:43:19.118 INFO O| May 08 16:43:19.118 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-05-08T16:43:20.474Z[ recovery-image] May 08 16:43:19.127 INFO O| May 08 16:43:19.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
70232026-05-08T16:43:20.474Z[ recovery-image] May 08 16:43:19.127 INFO O| May 08 16:43:19.127 INFO STEP 740 (remove_files) COMPLETE
70242026-05-08T16:43:20.474Z[ recovery-image] May 08 16:43:19.127 INFO O| May 08 16:43:19.127 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-05-08T16:43:20.490Z[ recovery-image] May 08 16:43:19.136 INFO O| May 08 16:43:19.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
70262026-05-08T16:43:20.490Z[ recovery-image] May 08 16:43:19.136 INFO O| May 08 16:43:19.136 INFO STEP 741 (remove_files) COMPLETE
70272026-05-08T16:43:20.490Z[ recovery-image] May 08 16:43:19.136 INFO O| May 08 16:43:19.136 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-05-08T16:43:20.523Z[ recovery-image] May 08 16:43:19.144 INFO O| May 08 16:43:19.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
70292026-05-08T16:43:20.523Z[ recovery-image] May 08 16:43:19.144 INFO O| May 08 16:43:19.144 INFO STEP 742 (remove_files) COMPLETE
70302026-05-08T16:43:20.523Z[ recovery-image] May 08 16:43:19.144 INFO O| May 08 16:43:19.144 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-05-08T16:43:20.523Z[ recovery-image] May 08 16:43:19.153 INFO O| May 08 16:43:19.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
70322026-05-08T16:43:20.523Z[ recovery-image] May 08 16:43:19.153 INFO O| May 08 16:43:19.153 INFO STEP 743 (remove_files) COMPLETE
70332026-05-08T16:43:20.523Z[ recovery-image] May 08 16:43:19.153 INFO O| May 08 16:43:19.153 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-05-08T16:43:20.523Z[ recovery-image] May 08 16:43:19.162 INFO O| May 08 16:43:19.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
70352026-05-08T16:43:20.523Z[ recovery-image] May 08 16:43:19.162 INFO O| May 08 16:43:19.162 INFO STEP 744 (remove_files) COMPLETE
70362026-05-08T16:43:20.523Z[ recovery-image] May 08 16:43:19.162 INFO O| May 08 16:43:19.162 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-05-08T16:43:20.523Z[ recovery-image] May 08 16:43:19.170 INFO O| May 08 16:43:19.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
70382026-05-08T16:43:20.523Z[ recovery-image] May 08 16:43:19.170 INFO O| May 08 16:43:19.170 INFO STEP 745 (remove_files) COMPLETE
70392026-05-08T16:43:20.523Z[ recovery-image] May 08 16:43:19.170 INFO O| May 08 16:43:19.170 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-05-08T16:43:20.523Z[ recovery-image] May 08 16:43:19.179 INFO O| May 08 16:43:19.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
70412026-05-08T16:43:20.524Z[ recovery-image] May 08 16:43:19.179 INFO O| May 08 16:43:19.179 INFO STEP 746 (remove_files) COMPLETE
70422026-05-08T16:43:20.524Z[ recovery-image] May 08 16:43:19.179 INFO O| May 08 16:43:19.179 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-05-08T16:43:20.535Z[ recovery-image] May 08 16:43:19.187 INFO O| May 08 16:43:19.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
70442026-05-08T16:43:20.535Z[ recovery-image] May 08 16:43:19.187 INFO O| May 08 16:43:19.187 INFO STEP 747 (remove_files) COMPLETE
70452026-05-08T16:43:20.535Z[ recovery-image] May 08 16:43:19.187 INFO O| May 08 16:43:19.187 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-05-08T16:43:20.542Z[ recovery-image] May 08 16:43:19.196 INFO O| May 08 16:43:19.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70472026-05-08T16:43:20.542Z[ recovery-image] May 08 16:43:19.196 INFO O| May 08 16:43:19.196 INFO STEP 748 (remove_files) COMPLETE
70482026-05-08T16:43:20.542Z[ recovery-image] May 08 16:43:19.196 INFO O| May 08 16:43:19.196 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-05-08T16:43:20.551Z[ recovery-image] May 08 16:43:19.204 INFO O| May 08 16:43:19.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
70502026-05-08T16:43:20.551Z[ recovery-image] May 08 16:43:19.205 INFO O| May 08 16:43:19.205 INFO STEP 749 (remove_files) COMPLETE
70512026-05-08T16:43:20.551Z[ recovery-image] May 08 16:43:19.205 INFO O| May 08 16:43:19.205 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-05-08T16:43:20.559Z[ recovery-image] May 08 16:43:19.214 INFO O| May 08 16:43:19.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
70532026-05-08T16:43:20.559Z[ recovery-image] May 08 16:43:19.214 INFO O| May 08 16:43:19.214 INFO STEP 750 (remove_files) COMPLETE
70542026-05-08T16:43:20.559Z[ recovery-image] May 08 16:43:19.214 INFO O| May 08 16:43:19.214 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-05-08T16:43:20.567Z[ recovery-image] May 08 16:43:19.223 INFO O| May 08 16:43:19.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
70562026-05-08T16:43:20.567Z[ recovery-image] May 08 16:43:19.223 INFO O| May 08 16:43:19.223 INFO STEP 751 (remove_files) COMPLETE
70572026-05-08T16:43:20.567Z[ recovery-image] May 08 16:43:19.223 INFO O| May 08 16:43:19.223 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-05-08T16:43:20.576Z[ recovery-image] May 08 16:43:19.232 INFO O| May 08 16:43:19.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
70592026-05-08T16:43:20.576Z[ recovery-image] May 08 16:43:19.232 INFO O| May 08 16:43:19.232 INFO STEP 752 (remove_files) COMPLETE
70602026-05-08T16:43:20.576Z[ recovery-image] May 08 16:43:19.232 INFO O| May 08 16:43:19.232 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-05-08T16:43:20.592Z[ recovery-image] May 08 16:43:19.241 INFO O| May 08 16:43:19.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
70622026-05-08T16:43:20.592Z[ recovery-image] May 08 16:43:19.241 INFO O| May 08 16:43:19.241 INFO STEP 753 (remove_files) COMPLETE
70632026-05-08T16:43:20.592Z[ recovery-image] May 08 16:43:19.241 INFO O| May 08 16:43:19.241 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-05-08T16:43:20.592Z[ recovery-image] May 08 16:43:19.250 INFO O| May 08 16:43:19.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
70652026-05-08T16:43:20.592Z[ recovery-image] May 08 16:43:19.250 INFO O| May 08 16:43:19.250 INFO STEP 754 (remove_files) COMPLETE
70662026-05-08T16:43:20.592Z[ recovery-image] May 08 16:43:19.250 INFO O| May 08 16:43:19.250 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-05-08T16:43:20.601Z[ recovery-image] May 08 16:43:19.258 INFO O| May 08 16:43:19.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
70682026-05-08T16:43:20.601Z[ recovery-image] May 08 16:43:19.258 INFO O| May 08 16:43:19.258 INFO STEP 755 (remove_files) COMPLETE
70692026-05-08T16:43:20.601Z[ recovery-image] May 08 16:43:19.258 INFO O| May 08 16:43:19.258 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-05-08T16:43:20.608Z[ recovery-image] May 08 16:43:19.266 INFO O| May 08 16:43:19.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
70712026-05-08T16:43:20.608Z[ recovery-image] May 08 16:43:19.266 INFO O| May 08 16:43:19.266 INFO STEP 756 (remove_files) COMPLETE
70722026-05-08T16:43:20.608Z[ recovery-image] May 08 16:43:19.266 INFO O| May 08 16:43:19.266 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-05-08T16:43:20.616Z[ recovery-image] May 08 16:43:19.274 INFO O| May 08 16:43:19.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
70742026-05-08T16:43:20.616Z[ recovery-image] May 08 16:43:19.275 INFO O| May 08 16:43:19.275 INFO STEP 757 (remove_files) COMPLETE
70752026-05-08T16:43:20.616Z[ recovery-image] May 08 16:43:19.275 INFO O| May 08 16:43:19.275 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-05-08T16:43:20.629Z[ recovery-image] May 08 16:43:19.283 INFO O| May 08 16:43:19.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
70772026-05-08T16:43:20.629Z[ recovery-image] May 08 16:43:19.283 INFO O| May 08 16:43:19.283 INFO STEP 758 (remove_files) COMPLETE
70782026-05-08T16:43:20.630Z[ recovery-image] May 08 16:43:19.283 INFO O| May 08 16:43:19.283 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-05-08T16:43:20.637Z[ recovery-image] May 08 16:43:19.290 INFO O| May 08 16:43:19.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
70802026-05-08T16:43:20.637Z[ recovery-image] May 08 16:43:19.290 INFO O| May 08 16:43:19.290 INFO STEP 759 (remove_files) COMPLETE
70812026-05-08T16:43:20.637Z[ recovery-image] May 08 16:43:19.290 INFO O| May 08 16:43:19.290 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-05-08T16:43:20.644Z[ recovery-image] May 08 16:43:19.298 INFO O| May 08 16:43:19.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
70832026-05-08T16:43:20.644Z[ recovery-image] May 08 16:43:19.299 INFO O| May 08 16:43:19.299 INFO STEP 760 (remove_files) COMPLETE
70842026-05-08T16:43:20.645Z[ recovery-image] May 08 16:43:19.299 INFO O| May 08 16:43:19.299 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-05-08T16:43:20.653Z[ recovery-image] May 08 16:43:19.307 INFO O| May 08 16:43:19.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
70862026-05-08T16:43:20.653Z[ recovery-image] May 08 16:43:19.307 INFO O| May 08 16:43:19.307 INFO STEP 761 (remove_files) COMPLETE
70872026-05-08T16:43:20.653Z[ recovery-image] May 08 16:43:19.307 INFO O| May 08 16:43:19.307 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-05-08T16:43:20.664Z[ recovery-image] May 08 16:43:19.315 INFO O| May 08 16:43:19.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
70892026-05-08T16:43:20.664Z[ recovery-image] May 08 16:43:19.315 INFO O| May 08 16:43:19.315 INFO STEP 762 (remove_files) COMPLETE
70902026-05-08T16:43:20.664Z[ recovery-image] May 08 16:43:19.315 INFO O| May 08 16:43:19.315 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-05-08T16:43:20.664Z[ recovery-image] May 08 16:43:19.323 INFO O| May 08 16:43:19.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
70922026-05-08T16:43:20.664Z[ recovery-image] May 08 16:43:19.324 INFO O| May 08 16:43:19.324 INFO STEP 763 (remove_files) COMPLETE
70932026-05-08T16:43:20.665Z[ recovery-image] May 08 16:43:19.324 INFO O| May 08 16:43:19.324 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-05-08T16:43:20.673Z[ recovery-image] May 08 16:43:19.332 INFO O| May 08 16:43:19.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
70952026-05-08T16:43:20.673Z[ recovery-image] May 08 16:43:19.332 INFO O| May 08 16:43:19.332 INFO STEP 764 (remove_files) COMPLETE
70962026-05-08T16:43:20.673Z[ recovery-image] May 08 16:43:19.332 INFO O| May 08 16:43:19.332 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-05-08T16:43:20.681Z[ recovery-image] May 08 16:43:19.341 INFO O| May 08 16:43:19.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
70982026-05-08T16:43:20.681Z[ recovery-image] May 08 16:43:19.341 INFO O| May 08 16:43:19.341 INFO STEP 765 (remove_files) COMPLETE
70992026-05-08T16:43:20.681Z[ recovery-image] May 08 16:43:19.341 INFO O| May 08 16:43:19.341 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-05-08T16:43:20.720Z[ recovery-image] May 08 16:43:19.349 INFO O| May 08 16:43:19.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71012026-05-08T16:43:20.720Z[ recovery-image] May 08 16:43:19.349 INFO O| May 08 16:43:19.349 INFO STEP 766 (remove_files) COMPLETE
71022026-05-08T16:43:20.720Z[ recovery-image] May 08 16:43:19.349 INFO O| May 08 16:43:19.349 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-05-08T16:43:20.720Z[ recovery-image] May 08 16:43:19.357 INFO O| May 08 16:43:19.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71042026-05-08T16:43:20.720Z[ recovery-image] May 08 16:43:19.357 INFO O| May 08 16:43:19.357 INFO STEP 767 (remove_files) COMPLETE
71052026-05-08T16:43:20.720Z[ recovery-image] May 08 16:43:19.357 INFO O| May 08 16:43:19.357 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-05-08T16:43:20.720Z[ recovery-image] May 08 16:43:19.365 INFO O| May 08 16:43:19.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71072026-05-08T16:43:20.720Z[ recovery-image] May 08 16:43:19.365 INFO O| May 08 16:43:19.365 INFO STEP 768 (remove_files) COMPLETE
71082026-05-08T16:43:20.720Z[ recovery-image] May 08 16:43:19.365 INFO O| May 08 16:43:19.365 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-05-08T16:43:20.721Z[ recovery-image] May 08 16:43:19.373 INFO O| May 08 16:43:19.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71102026-05-08T16:43:20.721Z[ recovery-image] May 08 16:43:19.373 INFO O| May 08 16:43:19.373 INFO STEP 769 (remove_files) COMPLETE
71112026-05-08T16:43:20.721Z[ recovery-image] May 08 16:43:19.373 INFO O| May 08 16:43:19.373 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-05-08T16:43:20.729Z[ recovery-image] May 08 16:43:19.381 INFO O| May 08 16:43:19.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71132026-05-08T16:43:20.729Z[ recovery-image] May 08 16:43:19.382 INFO O| May 08 16:43:19.382 INFO STEP 770 (remove_files) COMPLETE
71142026-05-08T16:43:20.729Z[ recovery-image] May 08 16:43:19.382 INFO O| May 08 16:43:19.382 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-05-08T16:43:20.739Z[ recovery-image] May 08 16:43:19.391 INFO O| May 08 16:43:19.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71162026-05-08T16:43:20.739Z[ recovery-image] May 08 16:43:19.391 INFO O| May 08 16:43:19.391 INFO STEP 771 (remove_files) COMPLETE
71172026-05-08T16:43:20.739Z[ recovery-image] May 08 16:43:19.391 INFO O| May 08 16:43:19.391 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-05-08T16:43:20.739Z[ recovery-image] May 08 16:43:19.398 INFO O| May 08 16:43:19.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
71192026-05-08T16:43:20.739Z[ recovery-image] May 08 16:43:19.399 INFO O| May 08 16:43:19.398 INFO STEP 772 (remove_files) COMPLETE
71202026-05-08T16:43:20.739Z[ recovery-image] May 08 16:43:19.399 INFO O| May 08 16:43:19.398 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-05-08T16:43:20.747Z[ recovery-image] May 08 16:43:19.406 INFO O| May 08 16:43:19.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
71222026-05-08T16:43:20.755Z[ recovery-image] May 08 16:43:19.407 INFO O| May 08 16:43:19.407 INFO STEP 773 (remove_files) COMPLETE
71232026-05-08T16:43:20.755Z[ recovery-image] May 08 16:43:19.407 INFO O| May 08 16:43:19.407 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-05-08T16:43:20.763Z[ recovery-image] May 08 16:43:19.416 INFO O| May 08 16:43:19.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
71252026-05-08T16:43:20.763Z[ recovery-image] May 08 16:43:19.417 INFO O| May 08 16:43:19.416 INFO STEP 774 (remove_files) COMPLETE
71262026-05-08T16:43:20.763Z[ recovery-image] May 08 16:43:19.417 INFO O| May 08 16:43:19.416 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-05-08T16:43:20.772Z[ recovery-image] May 08 16:43:19.426 INFO O| May 08 16:43:19.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
71282026-05-08T16:43:20.772Z[ recovery-image] May 08 16:43:19.426 INFO O| May 08 16:43:19.426 INFO STEP 775 (remove_files) COMPLETE
71292026-05-08T16:43:20.772Z[ recovery-image] May 08 16:43:19.426 INFO O| May 08 16:43:19.426 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-05-08T16:43:20.781Z[ recovery-image] May 08 16:43:19.435 INFO O| May 08 16:43:19.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
71312026-05-08T16:43:20.781Z[ recovery-image] May 08 16:43:19.435 INFO O| May 08 16:43:19.435 INFO STEP 776 (remove_files) COMPLETE
71322026-05-08T16:43:20.781Z[ recovery-image] May 08 16:43:19.435 INFO O| May 08 16:43:19.435 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-05-08T16:43:20.794Z[ recovery-image] May 08 16:43:19.444 INFO O| May 08 16:43:19.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71342026-05-08T16:43:20.795Z[ recovery-image] May 08 16:43:19.444 INFO O| May 08 16:43:19.444 INFO STEP 777 (remove_files) COMPLETE
71352026-05-08T16:43:20.795Z[ recovery-image] May 08 16:43:19.444 INFO O| May 08 16:43:19.444 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-05-08T16:43:20.795Z[ recovery-image] May 08 16:43:19.452 INFO O| May 08 16:43:19.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
71372026-05-08T16:43:20.795Z[ recovery-image] May 08 16:43:19.452 INFO O| May 08 16:43:19.452 INFO STEP 778 (remove_files) COMPLETE
71382026-05-08T16:43:20.795Z[ recovery-image] May 08 16:43:19.452 INFO O| May 08 16:43:19.452 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-05-08T16:43:20.810Z[ recovery-image] May 08 16:43:19.460 INFO O| May 08 16:43:19.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71402026-05-08T16:43:20.810Z[ recovery-image] May 08 16:43:19.460 INFO O| May 08 16:43:19.460 INFO STEP 779 (remove_files) COMPLETE
71412026-05-08T16:43:20.810Z[ recovery-image] May 08 16:43:19.460 INFO O| May 08 16:43:19.460 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-05-08T16:43:20.817Z[ recovery-image] May 08 16:43:19.468 INFO O| May 08 16:43:19.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
71432026-05-08T16:43:20.817Z[ recovery-image] May 08 16:43:19.468 INFO O| May 08 16:43:19.468 INFO STEP 780 (remove_files) COMPLETE
71442026-05-08T16:43:20.817Z[ recovery-image] May 08 16:43:19.468 INFO O| May 08 16:43:19.468 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-05-08T16:43:20.817Z[ recovery-image] May 08 16:43:19.476 INFO O| May 08 16:43:19.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71462026-05-08T16:43:20.817Z[ recovery-image] May 08 16:43:19.476 INFO O| May 08 16:43:19.476 INFO STEP 781 (remove_files) COMPLETE
71472026-05-08T16:43:20.817Z[ recovery-image] May 08 16:43:19.476 INFO O| May 08 16:43:19.476 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-05-08T16:43:20.828Z[ recovery-image] May 08 16:43:19.484 INFO O| May 08 16:43:19.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
71492026-05-08T16:43:20.829Z[ recovery-image] May 08 16:43:19.484 INFO O| May 08 16:43:19.484 INFO STEP 782 (remove_files) COMPLETE
71502026-05-08T16:43:20.829Z[ recovery-image] May 08 16:43:19.484 INFO O| May 08 16:43:19.484 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-05-08T16:43:20.837Z[ recovery-image] May 08 16:43:19.491 INFO O| May 08 16:43:19.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
71522026-05-08T16:43:20.837Z[ recovery-image] May 08 16:43:19.491 INFO O| May 08 16:43:19.491 INFO STEP 783 (remove_files) COMPLETE
71532026-05-08T16:43:20.837Z[ recovery-image] May 08 16:43:19.491 INFO O| May 08 16:43:19.491 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-05-08T16:43:20.846Z[ recovery-image] May 08 16:43:19.500 INFO O| May 08 16:43:19.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
71552026-05-08T16:43:20.846Z[ recovery-image] May 08 16:43:19.500 INFO O| May 08 16:43:19.500 INFO STEP 784 (remove_files) COMPLETE
71562026-05-08T16:43:20.846Z[ recovery-image] May 08 16:43:19.500 INFO O| May 08 16:43:19.500 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-05-08T16:43:20.853Z[ recovery-image] May 08 16:43:19.508 INFO O| May 08 16:43:19.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
71582026-05-08T16:43:20.853Z[ recovery-image] May 08 16:43:19.508 INFO O| May 08 16:43:19.508 INFO STEP 785 (remove_files) COMPLETE
71592026-05-08T16:43:20.853Z[ recovery-image] May 08 16:43:19.508 INFO O| May 08 16:43:19.508 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-05-08T16:43:20.860Z[ recovery-image] May 08 16:43:19.517 INFO O| May 08 16:43:19.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
71612026-05-08T16:43:20.860Z[ recovery-image] May 08 16:43:19.517 INFO O| May 08 16:43:19.517 INFO STEP 786 (remove_files) COMPLETE
71622026-05-08T16:43:20.860Z[ recovery-image] May 08 16:43:19.517 INFO O| May 08 16:43:19.517 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-05-08T16:43:20.875Z[ recovery-image] May 08 16:43:19.525 INFO O| May 08 16:43:19.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
71642026-05-08T16:43:20.875Z[ recovery-image] May 08 16:43:19.525 INFO O| May 08 16:43:19.525 INFO STEP 787 (remove_files) COMPLETE
71652026-05-08T16:43:20.875Z[ recovery-image] May 08 16:43:19.525 INFO O| May 08 16:43:19.525 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-05-08T16:43:20.875Z[ recovery-image] May 08 16:43:19.532 INFO O| May 08 16:43:19.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
71672026-05-08T16:43:20.875Z[ recovery-image] May 08 16:43:19.533 INFO O| May 08 16:43:19.532 INFO STEP 788 (remove_files) COMPLETE
71682026-05-08T16:43:20.875Z[ recovery-image] May 08 16:43:19.533 INFO O| May 08 16:43:19.532 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-05-08T16:43:20.884Z[ recovery-image] May 08 16:43:19.540 INFO O| May 08 16:43:19.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
71702026-05-08T16:43:20.884Z[ recovery-image] May 08 16:43:19.540 INFO O| May 08 16:43:19.540 INFO STEP 789 (remove_files) COMPLETE
71712026-05-08T16:43:20.884Z[ recovery-image] May 08 16:43:19.540 INFO O| May 08 16:43:19.540 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-05-08T16:43:20.889Z[ recovery-image] May 08 16:43:19.548 INFO O| May 08 16:43:19.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
71732026-05-08T16:43:20.889Z[ recovery-image] May 08 16:43:19.548 INFO O| May 08 16:43:19.548 INFO STEP 790 (remove_files) COMPLETE
71742026-05-08T16:43:20.889Z[ recovery-image] May 08 16:43:19.548 INFO O| May 08 16:43:19.548 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-05-08T16:43:20.895Z[ recovery-image] May 08 16:43:19.555 INFO O| May 08 16:43:19.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
71762026-05-08T16:43:20.895Z[ recovery-image] May 08 16:43:19.555 INFO O| May 08 16:43:19.555 INFO STEP 791 (remove_files) COMPLETE
71772026-05-08T16:43:20.899Z[ recovery-image] May 08 16:43:19.555 INFO O| May 08 16:43:19.555 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-05-08T16:43:20.903Z[ recovery-image] May 08 16:43:19.563 INFO O| May 08 16:43:19.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71792026-05-08T16:43:20.903Z[ recovery-image] May 08 16:43:19.563 INFO O| May 08 16:43:19.563 INFO STEP 792 (remove_files) COMPLETE
71802026-05-08T16:43:20.907Z[ recovery-image] May 08 16:43:19.563 INFO O| May 08 16:43:19.563 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-05-08T16:43:20.911Z[ recovery-image] May 08 16:43:19.570 INFO O| May 08 16:43:19.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71822026-05-08T16:43:20.911Z[ recovery-image] May 08 16:43:19.570 INFO O| May 08 16:43:19.570 INFO STEP 793 (remove_files) COMPLETE
71832026-05-08T16:43:20.911Z[ recovery-image] May 08 16:43:19.570 INFO O| May 08 16:43:19.570 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-05-08T16:43:20.918Z[ recovery-image] May 08 16:43:19.577 INFO O| May 08 16:43:19.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71852026-05-08T16:43:20.918Z[ recovery-image] May 08 16:43:19.577 INFO O| May 08 16:43:19.577 INFO STEP 794 (remove_files) COMPLETE
71862026-05-08T16:43:20.921Z[ recovery-image] May 08 16:43:19.577 INFO O| May 08 16:43:19.577 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-05-08T16:43:20.925Z[ recovery-image] May 08 16:43:19.584 INFO O| May 08 16:43:19.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71882026-05-08T16:43:20.925Z[ recovery-image] May 08 16:43:19.584 INFO O| May 08 16:43:19.584 INFO STEP 795 (remove_files) COMPLETE
71892026-05-08T16:43:20.925Z[ recovery-image] May 08 16:43:19.584 INFO O| May 08 16:43:19.584 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-05-08T16:43:20.932Z[ recovery-image] May 08 16:43:19.591 INFO O| May 08 16:43:19.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71912026-05-08T16:43:20.932Z[ recovery-image] May 08 16:43:19.591 INFO O| May 08 16:43:19.591 INFO STEP 796 (remove_files) COMPLETE
71922026-05-08T16:43:20.936Z[ recovery-image] May 08 16:43:19.591 INFO O| May 08 16:43:19.591 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-05-08T16:43:20.939Z[ recovery-image] May 08 16:43:19.598 INFO O| May 08 16:43:19.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
71942026-05-08T16:43:20.939Z[ recovery-image] May 08 16:43:19.598 INFO O| May 08 16:43:19.598 INFO STEP 797 (remove_files) COMPLETE
71952026-05-08T16:43:20.939Z[ recovery-image] May 08 16:43:19.598 INFO O| May 08 16:43:19.598 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-05-08T16:43:20.952Z[ recovery-image] May 08 16:43:19.605 INFO O| May 08 16:43:19.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
71972026-05-08T16:43:20.952Z[ recovery-image] May 08 16:43:19.605 INFO O| May 08 16:43:19.605 INFO STEP 798 (remove_files) COMPLETE
71982026-05-08T16:43:20.976Z[ recovery-image] May 08 16:43:19.605 INFO O| May 08 16:43:19.605 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-05-08T16:43:20.983Z[ recovery-image] May 08 16:43:19.612 INFO O| May 08 16:43:19.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72002026-05-08T16:43:20.983Z[ recovery-image] May 08 16:43:19.613 INFO O| May 08 16:43:19.612 INFO STEP 799 (remove_files) COMPLETE
72012026-05-08T16:43:20.983Z[ recovery-image] May 08 16:43:19.613 INFO O| May 08 16:43:19.613 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-05-08T16:43:20.983Z[ recovery-image] May 08 16:43:19.619 INFO O| May 08 16:43:19.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72032026-05-08T16:43:20.983Z[ recovery-image] May 08 16:43:19.619 INFO O| May 08 16:43:19.619 INFO STEP 800 (remove_files) COMPLETE
72042026-05-08T16:43:20.983Z[ recovery-image] May 08 16:43:19.619 INFO O| May 08 16:43:19.619 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-05-08T16:43:20.983Z[ recovery-image] May 08 16:43:19.626 INFO O| May 08 16:43:19.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72062026-05-08T16:43:20.983Z[ recovery-image] May 08 16:43:19.627 INFO O| May 08 16:43:19.627 INFO STEP 801 (remove_files) COMPLETE
72072026-05-08T16:43:20.983Z[ recovery-image] May 08 16:43:19.627 INFO O| May 08 16:43:19.627 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-05-08T16:43:20.983Z[ recovery-image] May 08 16:43:19.633 INFO O| May 08 16:43:19.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72092026-05-08T16:43:20.983Z[ recovery-image] May 08 16:43:19.633 INFO O| May 08 16:43:19.633 INFO STEP 802 (remove_files) COMPLETE
72102026-05-08T16:43:20.983Z[ recovery-image] May 08 16:43:19.633 INFO O| May 08 16:43:19.633 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-05-08T16:43:21.027Z[ recovery-image] May 08 16:43:19.640 INFO O| May 08 16:43:19.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72122026-05-08T16:43:21.027Z[ recovery-image] May 08 16:43:19.640 INFO O| May 08 16:43:19.640 INFO STEP 803 (remove_files) COMPLETE
72132026-05-08T16:43:21.027Z[ recovery-image] May 08 16:43:19.640 INFO O| May 08 16:43:19.640 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-05-08T16:43:21.027Z[ recovery-image] May 08 16:43:19.647 INFO O| May 08 16:43:19.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
72152026-05-08T16:43:21.027Z[ recovery-image] May 08 16:43:19.647 INFO O| May 08 16:43:19.647 INFO STEP 804 (remove_files) COMPLETE
72162026-05-08T16:43:21.028Z[ recovery-image] May 08 16:43:19.647 INFO O| May 08 16:43:19.647 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-05-08T16:43:21.028Z[ recovery-image] May 08 16:43:19.655 INFO O| May 08 16:43:19.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72182026-05-08T16:43:21.039Z[ recovery-image] May 08 16:43:19.655 INFO O| May 08 16:43:19.655 INFO STEP 805 (remove_files) COMPLETE
72192026-05-08T16:43:21.039Z[ recovery-image] May 08 16:43:19.655 INFO O| May 08 16:43:19.655 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-05-08T16:43:21.039Z[ recovery-image] May 08 16:43:19.662 INFO O| May 08 16:43:19.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
72212026-05-08T16:43:21.039Z[ recovery-image] May 08 16:43:19.662 INFO O| May 08 16:43:19.662 INFO STEP 806 (remove_files) COMPLETE
72222026-05-08T16:43:21.039Z[ recovery-image] May 08 16:43:19.662 INFO O| May 08 16:43:19.662 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-05-08T16:43:21.039Z[ recovery-image] May 08 16:43:19.669 INFO O| May 08 16:43:19.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
72242026-05-08T16:43:21.039Z[ recovery-image] May 08 16:43:19.669 INFO O| May 08 16:43:19.669 INFO STEP 807 (remove_files) COMPLETE
72252026-05-08T16:43:21.039Z[ recovery-image] May 08 16:43:19.669 INFO O| May 08 16:43:19.669 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-05-08T16:43:21.045Z[ recovery-image] May 08 16:43:19.677 INFO O| May 08 16:43:19.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
72272026-05-08T16:43:21.045Z[ recovery-image] May 08 16:43:19.677 INFO O| May 08 16:43:19.677 INFO STEP 808 (remove_files) COMPLETE
72282026-05-08T16:43:21.045Z[ recovery-image] May 08 16:43:19.677 INFO O| May 08 16:43:19.677 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-05-08T16:43:21.045Z[ recovery-image] May 08 16:43:19.684 INFO O| May 08 16:43:19.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72302026-05-08T16:43:21.045Z[ recovery-image] May 08 16:43:19.684 INFO O| May 08 16:43:19.684 INFO STEP 809 (remove_files) COMPLETE
72312026-05-08T16:43:21.045Z[ recovery-image] May 08 16:43:19.684 INFO O| May 08 16:43:19.684 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-05-08T16:43:21.045Z[ recovery-image] May 08 16:43:19.692 INFO O| May 08 16:43:19.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72332026-05-08T16:43:21.045Z[ recovery-image] May 08 16:43:19.692 INFO O| May 08 16:43:19.692 INFO STEP 810 (remove_files) COMPLETE
72342026-05-08T16:43:21.045Z[ recovery-image] May 08 16:43:19.692 INFO O| May 08 16:43:19.692 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-05-08T16:43:21.045Z[ recovery-image] May 08 16:43:19.699 INFO O| May 08 16:43:19.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72362026-05-08T16:43:21.045Z[ recovery-image] May 08 16:43:19.699 INFO O| May 08 16:43:19.699 INFO STEP 811 (remove_files) COMPLETE
72372026-05-08T16:43:21.045Z[ recovery-image] May 08 16:43:19.699 INFO O| May 08 16:43:19.699 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-05-08T16:43:21.049Z[ recovery-image] May 08 16:43:19.706 INFO O| May 08 16:43:19.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
72392026-05-08T16:43:21.049Z[ recovery-image] May 08 16:43:19.706 INFO O| May 08 16:43:19.706 INFO STEP 812 (remove_files) COMPLETE
72402026-05-08T16:43:21.049Z[ recovery-image] May 08 16:43:19.706 INFO O| May 08 16:43:19.706 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-05-08T16:43:21.066Z[ recovery-image] May 08 16:43:19.714 INFO O| May 08 16:43:19.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72422026-05-08T16:43:21.066Z[ recovery-image] May 08 16:43:19.714 INFO O| May 08 16:43:19.714 INFO STEP 813 (remove_files) COMPLETE
72432026-05-08T16:43:21.066Z[ recovery-image] May 08 16:43:19.714 INFO O| May 08 16:43:19.714 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-05-08T16:43:21.066Z[ recovery-image] May 08 16:43:19.721 INFO O| May 08 16:43:19.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
72452026-05-08T16:43:21.066Z[ recovery-image] May 08 16:43:19.721 INFO O| May 08 16:43:19.721 INFO STEP 814 (remove_files) COMPLETE
72462026-05-08T16:43:21.066Z[ recovery-image] May 08 16:43:19.721 INFO O| May 08 16:43:19.721 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-05-08T16:43:21.073Z[ recovery-image] May 08 16:43:19.729 INFO O| May 08 16:43:19.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
72482026-05-08T16:43:21.073Z[ recovery-image] May 08 16:43:19.729 INFO O| May 08 16:43:19.729 INFO STEP 815 (remove_files) COMPLETE
72492026-05-08T16:43:21.073Z[ recovery-image] May 08 16:43:19.729 INFO O| May 08 16:43:19.729 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-05-08T16:43:21.078Z[ recovery-image] May 08 16:43:19.737 INFO O| May 08 16:43:19.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
72512026-05-08T16:43:21.078Z[ recovery-image] May 08 16:43:19.738 INFO O| May 08 16:43:19.737 INFO STEP 816 (remove_files) COMPLETE
72522026-05-08T16:43:21.084Z[ recovery-image] May 08 16:43:19.738 INFO O| May 08 16:43:19.738 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-05-08T16:43:21.091Z[ recovery-image] May 08 16:43:19.745 INFO O| May 08 16:43:19.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
72542026-05-08T16:43:21.091Z[ recovery-image] May 08 16:43:19.745 INFO O| May 08 16:43:19.745 INFO STEP 817 (remove_files) COMPLETE
72552026-05-08T16:43:21.091Z[ recovery-image] May 08 16:43:19.745 INFO O| May 08 16:43:19.745 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-05-08T16:43:21.096Z[ recovery-image] May 08 16:43:19.753 INFO O| May 08 16:43:19.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
72572026-05-08T16:43:21.096Z[ recovery-image] May 08 16:43:19.753 INFO O| May 08 16:43:19.753 INFO STEP 818 (remove_files) COMPLETE
72582026-05-08T16:43:21.096Z[ recovery-image] May 08 16:43:19.753 INFO O| May 08 16:43:19.753 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-05-08T16:43:21.106Z[ recovery-image] May 08 16:43:19.760 INFO O| May 08 16:43:19.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72602026-05-08T16:43:21.106Z[ recovery-image] May 08 16:43:19.760 INFO O| May 08 16:43:19.760 INFO STEP 819 (remove_files) COMPLETE
72612026-05-08T16:43:21.106Z[ recovery-image] May 08 16:43:19.760 INFO O| May 08 16:43:19.760 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-05-08T16:43:21.113Z[ recovery-image] May 08 16:43:19.767 INFO O| May 08 16:43:19.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72632026-05-08T16:43:21.113Z[ recovery-image] May 08 16:43:19.768 INFO O| May 08 16:43:19.768 INFO STEP 820 (remove_files) COMPLETE
72642026-05-08T16:43:21.113Z[ recovery-image] May 08 16:43:19.768 INFO O| May 08 16:43:19.768 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-05-08T16:43:21.120Z[ recovery-image] May 08 16:43:19.775 INFO O| May 08 16:43:19.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72662026-05-08T16:43:21.120Z[ recovery-image] May 08 16:43:19.775 INFO O| May 08 16:43:19.775 INFO STEP 821 (remove_files) COMPLETE
72672026-05-08T16:43:21.120Z[ recovery-image] May 08 16:43:19.775 INFO O| May 08 16:43:19.775 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-05-08T16:43:21.131Z[ recovery-image] May 08 16:43:19.784 INFO O| May 08 16:43:19.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72692026-05-08T16:43:21.131Z[ recovery-image] May 08 16:43:19.784 INFO O| May 08 16:43:19.784 INFO STEP 822 (remove_files) COMPLETE
72702026-05-08T16:43:21.131Z[ recovery-image] May 08 16:43:19.784 INFO O| May 08 16:43:19.784 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-05-08T16:43:21.141Z[ recovery-image] May 08 16:43:19.791 INFO O| May 08 16:43:19.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72722026-05-08T16:43:21.141Z[ recovery-image] May 08 16:43:19.791 INFO O| May 08 16:43:19.791 INFO STEP 823 (remove_files) COMPLETE
72732026-05-08T16:43:21.141Z[ recovery-image] May 08 16:43:19.791 INFO O| May 08 16:43:19.791 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-05-08T16:43:21.142Z[ recovery-image] May 08 16:43:19.800 INFO O| May 08 16:43:19.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72752026-05-08T16:43:21.142Z[ recovery-image] May 08 16:43:19.800 INFO O| May 08 16:43:19.800 INFO STEP 824 (remove_files) COMPLETE
72762026-05-08T16:43:21.142Z[ recovery-image] May 08 16:43:19.800 INFO O| May 08 16:43:19.800 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-05-08T16:43:21.150Z[ recovery-image] May 08 16:43:19.809 INFO O| May 08 16:43:19.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72782026-05-08T16:43:21.150Z[ recovery-image] May 08 16:43:19.809 INFO O| May 08 16:43:19.809 INFO STEP 825 (remove_files) COMPLETE
72792026-05-08T16:43:21.150Z[ recovery-image] May 08 16:43:19.809 INFO O| May 08 16:43:19.809 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-05-08T16:43:21.159Z[ recovery-image] May 08 16:43:19.817 INFO O| May 08 16:43:19.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72812026-05-08T16:43:21.159Z[ recovery-image] May 08 16:43:19.817 INFO O| May 08 16:43:19.817 INFO STEP 826 (remove_files) COMPLETE
72822026-05-08T16:43:21.159Z[ recovery-image] May 08 16:43:19.817 INFO O| May 08 16:43:19.817 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-05-08T16:43:21.170Z[ recovery-image] May 08 16:43:19.824 INFO O| May 08 16:43:19.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72842026-05-08T16:43:21.170Z[ recovery-image] May 08 16:43:19.824 INFO O| May 08 16:43:19.824 INFO STEP 827 (remove_files) COMPLETE
72852026-05-08T16:43:21.171Z[ recovery-image] May 08 16:43:19.824 INFO O| May 08 16:43:19.824 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-05-08T16:43:21.181Z[ recovery-image] May 08 16:43:19.832 INFO O| May 08 16:43:19.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72872026-05-08T16:43:21.182Z[ recovery-image] May 08 16:43:19.832 INFO O| May 08 16:43:19.832 INFO STEP 828 (remove_files) COMPLETE
72882026-05-08T16:43:21.182Z[ recovery-image] May 08 16:43:19.832 INFO O| May 08 16:43:19.832 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-05-08T16:43:21.182Z[ recovery-image] May 08 16:43:19.839 INFO O| May 08 16:43:19.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72902026-05-08T16:43:21.182Z[ recovery-image] May 08 16:43:19.839 INFO O| May 08 16:43:19.839 INFO STEP 829 (remove_files) COMPLETE
72912026-05-08T16:43:21.182Z[ recovery-image] May 08 16:43:19.839 INFO O| May 08 16:43:19.839 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-05-08T16:43:21.196Z[ recovery-image] May 08 16:43:19.847 INFO O| May 08 16:43:19.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72932026-05-08T16:43:21.196Z[ recovery-image] May 08 16:43:19.847 INFO O| May 08 16:43:19.847 INFO STEP 830 (remove_files) COMPLETE
72942026-05-08T16:43:21.196Z[ recovery-image] May 08 16:43:19.847 INFO O| May 08 16:43:19.847 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-05-08T16:43:21.214Z[ recovery-image] May 08 16:43:19.855 INFO O| May 08 16:43:19.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72962026-05-08T16:43:21.214Z[ recovery-image] May 08 16:43:19.855 INFO O| May 08 16:43:19.855 INFO STEP 831 (remove_files) COMPLETE
72972026-05-08T16:43:21.214Z[ recovery-image] May 08 16:43:19.855 INFO O| May 08 16:43:19.855 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-05-08T16:43:21.214Z[ recovery-image] May 08 16:43:19.863 INFO O| May 08 16:43:19.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72992026-05-08T16:43:21.214Z[ recovery-image] May 08 16:43:19.864 INFO O| May 08 16:43:19.864 INFO STEP 832 (remove_files) COMPLETE
73002026-05-08T16:43:21.214Z[ recovery-image] May 08 16:43:19.864 INFO O| May 08 16:43:19.864 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-05-08T16:43:21.222Z[ recovery-image] May 08 16:43:19.872 INFO O| May 08 16:43:19.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73022026-05-08T16:43:21.222Z[ recovery-image] May 08 16:43:19.872 INFO O| May 08 16:43:19.872 INFO STEP 833 (remove_files) COMPLETE
73032026-05-08T16:43:21.223Z[ recovery-image] May 08 16:43:19.872 INFO O| May 08 16:43:19.872 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-05-08T16:43:21.223Z[ recovery-image] May 08 16:43:19.880 INFO O| May 08 16:43:19.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73052026-05-08T16:43:21.223Z[ recovery-image] May 08 16:43:19.880 INFO O| May 08 16:43:19.880 INFO STEP 834 (remove_files) COMPLETE
73062026-05-08T16:43:21.223Z[ recovery-image] May 08 16:43:19.880 INFO O| May 08 16:43:19.880 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-05-08T16:43:21.237Z[ recovery-image] May 08 16:43:19.887 INFO O| May 08 16:43:19.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73082026-05-08T16:43:21.237Z[ recovery-image] May 08 16:43:19.887 INFO O| May 08 16:43:19.887 INFO STEP 835 (remove_files) COMPLETE
73092026-05-08T16:43:21.237Z[ recovery-image] May 08 16:43:19.887 INFO O| May 08 16:43:19.887 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-05-08T16:43:21.246Z[ recovery-image] May 08 16:43:19.894 INFO O| May 08 16:43:19.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73112026-05-08T16:43:21.246Z[ recovery-image] May 08 16:43:19.894 INFO O| May 08 16:43:19.894 INFO STEP 836 (remove_files) COMPLETE
73122026-05-08T16:43:21.246Z[ recovery-image] May 08 16:43:19.894 INFO O| May 08 16:43:19.894 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-05-08T16:43:21.269Z[ recovery-image] May 08 16:43:19.921 INFO O| May 08 16:43:19.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73142026-05-08T16:43:21.269Z[ recovery-image] May 08 16:43:19.921 INFO O| May 08 16:43:19.921 INFO STEP 837 (remove_files) COMPLETE
73152026-05-08T16:43:21.277Z[ recovery-image] May 08 16:43:19.921 INFO O| May 08 16:43:19.921 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-05-08T16:43:21.277Z[ recovery-image] May 08 16:43:19.930 INFO O| May 08 16:43:19.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73172026-05-08T16:43:21.277Z[ recovery-image] May 08 16:43:19.930 INFO O| May 08 16:43:19.930 INFO STEP 838 (remove_files) COMPLETE
73182026-05-08T16:43:21.278Z[ recovery-image] May 08 16:43:19.930 INFO O| May 08 16:43:19.930 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-05-08T16:43:21.287Z[ recovery-image] May 08 16:43:19.938 INFO O| May 08 16:43:19.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73202026-05-08T16:43:21.287Z[ recovery-image] May 08 16:43:19.938 INFO O| May 08 16:43:19.938 INFO STEP 839 (remove_files) COMPLETE
73212026-05-08T16:43:21.287Z[ recovery-image] May 08 16:43:19.938 INFO O| May 08 16:43:19.938 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-05-08T16:43:21.287Z[ recovery-image] May 08 16:43:19.946 INFO O| May 08 16:43:19.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73232026-05-08T16:43:21.287Z[ recovery-image] May 08 16:43:19.946 INFO O| May 08 16:43:19.946 INFO STEP 840 (remove_files) COMPLETE
73242026-05-08T16:43:21.287Z[ recovery-image] May 08 16:43:19.946 INFO O| May 08 16:43:19.946 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-05-08T16:43:21.298Z[ recovery-image] May 08 16:43:19.953 INFO O| May 08 16:43:19.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73262026-05-08T16:43:21.298Z[ recovery-image] May 08 16:43:19.953 INFO O| May 08 16:43:19.953 INFO STEP 841 (remove_files) COMPLETE
73272026-05-08T16:43:21.298Z[ recovery-image] May 08 16:43:19.953 INFO O| May 08 16:43:19.953 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-05-08T16:43:21.307Z[ recovery-image] May 08 16:43:19.960 INFO O| May 08 16:43:19.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73292026-05-08T16:43:21.307Z[ recovery-image] May 08 16:43:19.961 INFO O| May 08 16:43:19.960 INFO STEP 842 (remove_files) COMPLETE
73302026-05-08T16:43:21.307Z[ recovery-image] May 08 16:43:19.961 INFO O| May 08 16:43:19.961 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-05-08T16:43:21.316Z[ recovery-image] May 08 16:43:19.968 INFO O| May 08 16:43:19.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73322026-05-08T16:43:21.316Z[ recovery-image] May 08 16:43:19.968 INFO O| May 08 16:43:19.968 INFO STEP 843 (remove_files) COMPLETE
73332026-05-08T16:43:21.316Z[ recovery-image] May 08 16:43:19.968 INFO O| May 08 16:43:19.968 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-05-08T16:43:21.316Z[ recovery-image] May 08 16:43:19.975 INFO O| May 08 16:43:19.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73352026-05-08T16:43:21.316Z[ recovery-image] May 08 16:43:19.975 INFO O| May 08 16:43:19.975 INFO STEP 844 (remove_files) COMPLETE
73362026-05-08T16:43:21.316Z[ recovery-image] May 08 16:43:19.975 INFO O| May 08 16:43:19.975 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-05-08T16:43:21.324Z[ recovery-image] May 08 16:43:19.982 INFO O| May 08 16:43:19.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73382026-05-08T16:43:21.325Z[ recovery-image] May 08 16:43:19.982 INFO O| May 08 16:43:19.982 INFO STEP 845 (remove_files) COMPLETE
73392026-05-08T16:43:21.325Z[ recovery-image] May 08 16:43:19.982 INFO O| May 08 16:43:19.982 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-05-08T16:43:21.333Z[ recovery-image] May 08 16:43:19.990 INFO O| May 08 16:43:19.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73412026-05-08T16:43:21.333Z[ recovery-image] May 08 16:43:19.990 INFO O| May 08 16:43:19.990 INFO STEP 846 (remove_files) COMPLETE
73422026-05-08T16:43:21.333Z[ recovery-image] May 08 16:43:19.990 INFO O| May 08 16:43:19.990 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-05-08T16:43:21.340Z[ recovery-image] May 08 16:43:19.997 INFO O| May 08 16:43:19.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73442026-05-08T16:43:21.341Z[ recovery-image] May 08 16:43:19.997 INFO O| May 08 16:43:19.997 INFO STEP 847 (remove_files) COMPLETE
73452026-05-08T16:43:21.341Z[ recovery-image] May 08 16:43:19.997 INFO O| May 08 16:43:19.997 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-05-08T16:43:21.349Z[ recovery-image] May 08 16:43:20.004 INFO O| May 08 16:43:20.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73472026-05-08T16:43:21.350Z[ recovery-image] May 08 16:43:20.005 INFO O| May 08 16:43:20.005 INFO STEP 848 (remove_files) COMPLETE
73482026-05-08T16:43:21.350Z[ recovery-image] May 08 16:43:20.005 INFO O| May 08 16:43:20.005 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-05-08T16:43:21.359Z[ recovery-image] May 08 16:43:20.012 INFO O| May 08 16:43:20.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73502026-05-08T16:43:21.359Z[ recovery-image] May 08 16:43:20.012 INFO O| May 08 16:43:20.012 INFO STEP 849 (remove_files) COMPLETE
73512026-05-08T16:43:21.359Z[ recovery-image] May 08 16:43:20.012 INFO O| May 08 16:43:20.012 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-05-08T16:43:21.367Z[ recovery-image] May 08 16:43:20.020 INFO O| May 08 16:43:20.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
73532026-05-08T16:43:21.367Z[ recovery-image] May 08 16:43:20.020 INFO O| May 08 16:43:20.020 INFO STEP 850 (remove_files) COMPLETE
73542026-05-08T16:43:21.367Z[ recovery-image] May 08 16:43:20.020 INFO O| May 08 16:43:20.020 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-05-08T16:43:21.382Z[ recovery-image] May 08 16:43:20.028 INFO O| May 08 16:43:20.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
73562026-05-08T16:43:21.382Z[ recovery-image] May 08 16:43:20.028 INFO O| May 08 16:43:20.028 INFO STEP 851 (remove_files) COMPLETE
73572026-05-08T16:43:21.382Z[ recovery-image] May 08 16:43:20.028 INFO O| May 08 16:43:20.028 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-05-08T16:43:21.382Z[ recovery-image] May 08 16:43:20.036 INFO O| May 08 16:43:20.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
73592026-05-08T16:43:21.383Z[ recovery-image] May 08 16:43:20.036 INFO O| May 08 16:43:20.036 INFO STEP 852 (remove_files) COMPLETE
73602026-05-08T16:43:21.383Z[ recovery-image] May 08 16:43:20.036 INFO O| May 08 16:43:20.036 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-05-08T16:43:21.395Z[ recovery-image] May 08 16:43:20.054 INFO O| May 08 16:43:20.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73622026-05-08T16:43:21.395Z[ recovery-image] May 08 16:43:20.054 INFO O| May 08 16:43:20.054 INFO STEP 853 (remove_files) COMPLETE
73632026-05-08T16:43:21.395Z[ recovery-image] May 08 16:43:20.054 INFO O| May 08 16:43:20.054 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-05-08T16:43:21.406Z[ recovery-image] May 08 16:43:20.065 INFO O| May 08 16:43:20.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73652026-05-08T16:43:21.406Z[ recovery-image] May 08 16:43:20.065 INFO O| May 08 16:43:20.065 INFO STEP 854 (remove_files) COMPLETE
73662026-05-08T16:43:21.406Z[ recovery-image] May 08 16:43:20.065 INFO O| May 08 16:43:20.065 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-05-08T16:43:21.417Z[ recovery-image] May 08 16:43:20.076 INFO O| May 08 16:43:20.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
73682026-05-08T16:43:21.417Z[ recovery-image] May 08 16:43:20.077 INFO O| May 08 16:43:20.077 INFO STEP 855 (remove_files) COMPLETE
73692026-05-08T16:43:21.417Z[ recovery-image] May 08 16:43:20.077 INFO O| May 08 16:43:20.077 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-05-08T16:43:21.427Z[ recovery-image] May 08 16:43:20.087 INFO O| May 08 16:43:20.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
73712026-05-08T16:43:21.427Z[ recovery-image] May 08 16:43:20.087 INFO O| May 08 16:43:20.087 INFO STEP 856 (remove_files) COMPLETE
73722026-05-08T16:43:21.427Z[ recovery-image] May 08 16:43:20.087 INFO O| May 08 16:43:20.087 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-05-08T16:43:21.437Z[ recovery-image] May 08 16:43:20.096 INFO O| May 08 16:43:20.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73742026-05-08T16:43:21.437Z[ recovery-image] May 08 16:43:20.097 INFO O| May 08 16:43:20.097 INFO STEP 857 (remove_files) COMPLETE
73752026-05-08T16:43:21.437Z[ recovery-image] May 08 16:43:20.097 INFO O| May 08 16:43:20.097 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-05-08T16:43:21.448Z[ recovery-image] May 08 16:43:20.108 INFO O| May 08 16:43:20.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
73772026-05-08T16:43:21.448Z[ recovery-image] May 08 16:43:20.108 INFO O| May 08 16:43:20.108 INFO STEP 858 (remove_files) COMPLETE
73782026-05-08T16:43:21.448Z[ recovery-image] May 08 16:43:20.108 INFO O| May 08 16:43:20.108 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-05-08T16:43:21.457Z[ recovery-image] May 08 16:43:20.116 INFO O| May 08 16:43:20.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73802026-05-08T16:43:21.457Z[ recovery-image] May 08 16:43:20.117 INFO O| May 08 16:43:20.117 INFO STEP 859 (remove_files) COMPLETE
73812026-05-08T16:43:21.464Z[ recovery-image] May 08 16:43:20.117 INFO O| May 08 16:43:20.117 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-05-08T16:43:21.473Z[ recovery-image] May 08 16:43:20.124 INFO O| May 08 16:43:20.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73832026-05-08T16:43:21.474Z[ recovery-image] May 08 16:43:20.124 INFO O| May 08 16:43:20.124 INFO STEP 860 (remove_files) COMPLETE
73842026-05-08T16:43:21.474Z[ recovery-image] May 08 16:43:20.124 INFO O| May 08 16:43:20.124 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-05-08T16:43:21.474Z[ recovery-image] May 08 16:43:20.132 INFO O| May 08 16:43:20.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
73862026-05-08T16:43:21.474Z[ recovery-image] May 08 16:43:20.132 INFO O| May 08 16:43:20.132 INFO STEP 861 (remove_files) COMPLETE
73872026-05-08T16:43:21.474Z[ recovery-image] May 08 16:43:20.132 INFO O| May 08 16:43:20.132 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-05-08T16:43:21.481Z[ recovery-image] May 08 16:43:20.139 INFO O| May 08 16:43:20.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
73892026-05-08T16:43:21.481Z[ recovery-image] May 08 16:43:20.140 INFO O| May 08 16:43:20.140 INFO STEP 862 (remove_files) COMPLETE
73902026-05-08T16:43:21.481Z[ recovery-image] May 08 16:43:20.140 INFO O| May 08 16:43:20.140 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-05-08T16:43:21.487Z[ recovery-image] May 08 16:43:20.147 INFO O| May 08 16:43:20.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73922026-05-08T16:43:21.487Z[ recovery-image] May 08 16:43:20.147 INFO O| May 08 16:43:20.147 INFO STEP 863 (remove_files) COMPLETE
73932026-05-08T16:43:21.487Z[ recovery-image] May 08 16:43:20.147 INFO O| May 08 16:43:20.147 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-05-08T16:43:21.495Z[ recovery-image] May 08 16:43:20.154 INFO O| May 08 16:43:20.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
73952026-05-08T16:43:21.495Z[ recovery-image] May 08 16:43:20.154 INFO O| May 08 16:43:20.154 INFO STEP 864 (remove_files) COMPLETE
73962026-05-08T16:43:21.495Z[ recovery-image] May 08 16:43:20.154 INFO O| May 08 16:43:20.154 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-05-08T16:43:21.504Z[ recovery-image] May 08 16:43:20.161 INFO O| May 08 16:43:20.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
73982026-05-08T16:43:21.504Z[ recovery-image] May 08 16:43:20.162 INFO O| May 08 16:43:20.162 INFO STEP 865 (remove_files) COMPLETE
73992026-05-08T16:43:21.504Z[ recovery-image] May 08 16:43:20.162 INFO O| May 08 16:43:20.162 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-05-08T16:43:21.511Z[ recovery-image] May 08 16:43:20.169 INFO O| May 08 16:43:20.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74012026-05-08T16:43:21.511Z[ recovery-image] May 08 16:43:20.169 INFO O| May 08 16:43:20.169 INFO STEP 866 (remove_files) COMPLETE
74022026-05-08T16:43:21.511Z[ recovery-image] May 08 16:43:20.169 INFO O| May 08 16:43:20.169 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-05-08T16:43:21.521Z[ recovery-image] May 08 16:43:20.176 INFO O| May 08 16:43:20.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74042026-05-08T16:43:21.521Z[ recovery-image] May 08 16:43:20.176 INFO O| May 08 16:43:20.176 INFO STEP 867 (remove_files) COMPLETE
74052026-05-08T16:43:21.521Z[ recovery-image] May 08 16:43:20.176 INFO O| May 08 16:43:20.176 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-05-08T16:43:21.528Z[ recovery-image] May 08 16:43:20.183 INFO O| May 08 16:43:20.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74072026-05-08T16:43:21.528Z[ recovery-image] May 08 16:43:20.183 INFO O| May 08 16:43:20.183 INFO STEP 868 (remove_files) COMPLETE
74082026-05-08T16:43:21.529Z[ recovery-image] May 08 16:43:20.183 INFO O| May 08 16:43:20.183 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-05-08T16:43:21.537Z[ recovery-image] May 08 16:43:20.192 INFO O| May 08 16:43:20.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74102026-05-08T16:43:21.537Z[ recovery-image] May 08 16:43:20.192 INFO O| May 08 16:43:20.192 INFO STEP 869 (remove_files) COMPLETE
74112026-05-08T16:43:21.537Z[ recovery-image] May 08 16:43:20.192 INFO O| May 08 16:43:20.192 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-05-08T16:43:21.543Z[ recovery-image] May 08 16:43:20.200 INFO O| May 08 16:43:20.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74132026-05-08T16:43:21.543Z[ recovery-image] May 08 16:43:20.200 INFO O| May 08 16:43:20.200 INFO STEP 870 (remove_files) COMPLETE
74142026-05-08T16:43:21.543Z[ recovery-image] May 08 16:43:20.200 INFO O| May 08 16:43:20.200 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-05-08T16:43:21.550Z[ recovery-image] May 08 16:43:20.207 INFO O| May 08 16:43:20.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
74162026-05-08T16:43:21.550Z[ recovery-image] May 08 16:43:20.207 INFO O| May 08 16:43:20.207 INFO STEP 871 (remove_files) COMPLETE
74172026-05-08T16:43:21.550Z[ recovery-image] May 08 16:43:20.207 INFO O| May 08 16:43:20.207 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-05-08T16:43:21.559Z[ recovery-image] May 08 16:43:20.215 INFO O| May 08 16:43:20.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74192026-05-08T16:43:21.559Z[ recovery-image] May 08 16:43:20.215 INFO O| May 08 16:43:20.215 INFO STEP 872 (remove_files) COMPLETE
74202026-05-08T16:43:21.559Z[ recovery-image] May 08 16:43:20.215 INFO O| May 08 16:43:20.215 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-05-08T16:43:21.566Z[ recovery-image] May 08 16:43:20.222 INFO O| May 08 16:43:20.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74222026-05-08T16:43:21.566Z[ recovery-image] May 08 16:43:20.222 INFO O| May 08 16:43:20.222 INFO STEP 873 (remove_files) COMPLETE
74232026-05-08T16:43:21.566Z[ recovery-image] May 08 16:43:20.222 INFO O| May 08 16:43:20.222 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-05-08T16:43:21.575Z[ recovery-image] May 08 16:43:20.230 INFO O| May 08 16:43:20.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74252026-05-08T16:43:21.575Z[ recovery-image] May 08 16:43:20.230 INFO O| May 08 16:43:20.230 INFO STEP 874 (remove_files) COMPLETE
74262026-05-08T16:43:21.575Z[ recovery-image] May 08 16:43:20.230 INFO O| May 08 16:43:20.230 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-05-08T16:43:21.581Z[ recovery-image] May 08 16:43:20.237 INFO O| May 08 16:43:20.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74282026-05-08T16:43:21.581Z[ recovery-image] May 08 16:43:20.237 INFO O| May 08 16:43:20.237 INFO STEP 875 (remove_files) COMPLETE
74292026-05-08T16:43:21.581Z[ recovery-image] May 08 16:43:20.237 INFO O| May 08 16:43:20.237 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-05-08T16:43:21.587Z[ recovery-image] May 08 16:43:20.245 INFO O| May 08 16:43:20.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
74312026-05-08T16:43:21.587Z[ recovery-image] May 08 16:43:20.245 INFO O| May 08 16:43:20.245 INFO STEP 876 (remove_files) COMPLETE
74322026-05-08T16:43:21.587Z[ recovery-image] May 08 16:43:20.245 INFO O| May 08 16:43:20.245 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-05-08T16:43:21.598Z[ recovery-image] May 08 16:43:20.252 INFO O| May 08 16:43:20.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
74342026-05-08T16:43:21.598Z[ recovery-image] May 08 16:43:20.252 INFO O| May 08 16:43:20.252 INFO STEP 877 (remove_files) COMPLETE
74352026-05-08T16:43:21.598Z[ recovery-image] May 08 16:43:20.252 INFO O| May 08 16:43:20.252 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-05-08T16:43:21.606Z[ recovery-image] May 08 16:43:20.259 INFO O| May 08 16:43:20.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
74372026-05-08T16:43:21.606Z[ recovery-image] May 08 16:43:20.259 INFO O| May 08 16:43:20.259 INFO STEP 878 (remove_files) COMPLETE
74382026-05-08T16:43:21.606Z[ recovery-image] May 08 16:43:20.259 INFO O| May 08 16:43:20.259 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-05-08T16:43:21.620Z[ recovery-image] May 08 16:43:20.266 INFO O| May 08 16:43:20.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
74402026-05-08T16:43:21.620Z[ recovery-image] May 08 16:43:20.266 INFO O| May 08 16:43:20.266 INFO STEP 879 (remove_files) COMPLETE
74412026-05-08T16:43:21.620Z[ recovery-image] May 08 16:43:20.266 INFO O| May 08 16:43:20.266 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-05-08T16:43:21.620Z[ recovery-image] May 08 16:43:20.273 INFO O| May 08 16:43:20.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
74432026-05-08T16:43:21.620Z[ recovery-image] May 08 16:43:20.273 INFO O| May 08 16:43:20.273 INFO STEP 880 (remove_files) COMPLETE
74442026-05-08T16:43:21.620Z[ recovery-image] May 08 16:43:20.273 INFO O| May 08 16:43:20.273 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-05-08T16:43:21.629Z[ recovery-image] May 08 16:43:20.280 INFO O| May 08 16:43:20.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
74462026-05-08T16:43:21.629Z[ recovery-image] May 08 16:43:20.281 INFO O| May 08 16:43:20.281 INFO STEP 881 (remove_files) COMPLETE
74472026-05-08T16:43:21.629Z[ recovery-image] May 08 16:43:20.281 INFO O| May 08 16:43:20.281 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-05-08T16:43:21.629Z[ recovery-image] May 08 16:43:20.288 INFO O| May 08 16:43:20.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
74492026-05-08T16:43:21.629Z[ recovery-image] May 08 16:43:20.288 INFO O| May 08 16:43:20.288 INFO STEP 882 (remove_files) COMPLETE
74502026-05-08T16:43:21.629Z[ recovery-image] May 08 16:43:20.288 INFO O| May 08 16:43:20.288 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-05-08T16:43:21.638Z[ recovery-image] May 08 16:43:20.295 INFO O| May 08 16:43:20.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
74522026-05-08T16:43:21.638Z[ recovery-image] May 08 16:43:20.295 INFO O| May 08 16:43:20.295 INFO STEP 883 (remove_files) COMPLETE
74532026-05-08T16:43:21.638Z[ recovery-image] May 08 16:43:20.295 INFO O| May 08 16:43:20.295 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-05-08T16:43:21.646Z[ recovery-image] May 08 16:43:20.302 INFO O| May 08 16:43:20.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
74552026-05-08T16:43:21.646Z[ recovery-image] May 08 16:43:20.302 INFO O| May 08 16:43:20.302 INFO STEP 884 (remove_files) COMPLETE
74562026-05-08T16:43:21.646Z[ recovery-image] May 08 16:43:20.302 INFO O| May 08 16:43:20.302 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-05-08T16:43:21.653Z[ recovery-image] May 08 16:43:20.309 INFO O| May 08 16:43:20.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74582026-05-08T16:43:21.653Z[ recovery-image] May 08 16:43:20.309 INFO O| May 08 16:43:20.309 INFO STEP 885 (remove_files) COMPLETE
74592026-05-08T16:43:21.653Z[ recovery-image] May 08 16:43:20.309 INFO O| May 08 16:43:20.309 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-05-08T16:43:21.662Z[ recovery-image] May 08 16:43:20.316 INFO O| May 08 16:43:20.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74612026-05-08T16:43:21.662Z[ recovery-image] May 08 16:43:20.316 INFO O| May 08 16:43:20.316 INFO STEP 886 (remove_files) COMPLETE
74622026-05-08T16:43:21.662Z[ recovery-image] May 08 16:43:20.316 INFO O| May 08 16:43:20.316 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-05-08T16:43:21.672Z[ recovery-image] May 08 16:43:20.324 INFO O| May 08 16:43:20.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74642026-05-08T16:43:21.672Z[ recovery-image] May 08 16:43:20.324 INFO O| May 08 16:43:20.324 INFO STEP 887 (remove_files) COMPLETE
74652026-05-08T16:43:21.672Z[ recovery-image] May 08 16:43:20.324 INFO O| May 08 16:43:20.324 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-05-08T16:43:21.672Z[ recovery-image] May 08 16:43:20.331 INFO O| May 08 16:43:20.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74672026-05-08T16:43:21.672Z[ recovery-image] May 08 16:43:20.331 INFO O| May 08 16:43:20.331 INFO STEP 888 (remove_files) COMPLETE
74682026-05-08T16:43:21.672Z[ recovery-image] May 08 16:43:20.331 INFO O| May 08 16:43:20.331 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-05-08T16:43:21.680Z[ recovery-image] May 08 16:43:20.339 INFO O| May 08 16:43:20.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
74702026-05-08T16:43:21.680Z[ recovery-image] May 08 16:43:20.339 INFO O| May 08 16:43:20.339 INFO STEP 889 (remove_files) COMPLETE
74712026-05-08T16:43:21.680Z[ recovery-image] May 08 16:43:20.339 INFO O| May 08 16:43:20.339 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-05-08T16:43:21.768Z[ recovery-image] May 08 16:43:20.346 INFO O| May 08 16:43:20.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
74732026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.346 INFO O| May 08 16:43:20.346 INFO STEP 890 (remove_files) COMPLETE
74742026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.346 INFO O| May 08 16:43:20.346 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.353 INFO O| May 08 16:43:20.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
74762026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.353 INFO O| May 08 16:43:20.353 INFO STEP 891 (remove_files) COMPLETE
74772026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.353 INFO O| May 08 16:43:20.353 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.361 INFO O| May 08 16:43:20.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
74792026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.361 INFO O| May 08 16:43:20.361 INFO STEP 892 (remove_files) COMPLETE
74802026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.361 INFO O| May 08 16:43:20.361 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.369 INFO O| May 08 16:43:20.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
74822026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.369 INFO O| May 08 16:43:20.369 INFO STEP 893 (remove_files) COMPLETE
74832026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.369 INFO O| May 08 16:43:20.369 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.376 INFO O| May 08 16:43:20.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
74852026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.376 INFO O| May 08 16:43:20.376 INFO STEP 894 (remove_files) COMPLETE
74862026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.376 INFO O| May 08 16:43:20.376 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.384 INFO O| May 08 16:43:20.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74882026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.384 INFO O| May 08 16:43:20.384 INFO STEP 895 (remove_files) COMPLETE
74892026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.384 INFO O| May 08 16:43:20.384 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.391 INFO O| May 08 16:43:20.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74912026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.391 INFO O| May 08 16:43:20.391 INFO STEP 896 (remove_files) COMPLETE
74922026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.391 INFO O| May 08 16:43:20.391 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.398 INFO O| May 08 16:43:20.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
74942026-05-08T16:43:21.769Z[ recovery-image] May 08 16:43:20.398 INFO O| May 08 16:43:20.398 INFO STEP 897 (remove_files) COMPLETE
74952026-05-08T16:43:21.770Z[ recovery-image] May 08 16:43:20.398 INFO O| May 08 16:43:20.398 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-05-08T16:43:21.770Z[ recovery-image] May 08 16:43:20.406 INFO O| May 08 16:43:20.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
74972026-05-08T16:43:21.770Z[ recovery-image] May 08 16:43:20.406 INFO O| May 08 16:43:20.406 INFO STEP 898 (remove_files) COMPLETE
74982026-05-08T16:43:21.770Z[ recovery-image] May 08 16:43:20.406 INFO O| May 08 16:43:20.406 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-05-08T16:43:21.770Z[ recovery-image] May 08 16:43:20.413 INFO O| May 08 16:43:20.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75002026-05-08T16:43:21.770Z[ recovery-image] May 08 16:43:20.413 INFO O| May 08 16:43:20.413 INFO STEP 899 (remove_files) COMPLETE
75012026-05-08T16:43:21.770Z[ recovery-image] May 08 16:43:20.413 INFO O| May 08 16:43:20.413 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-05-08T16:43:21.770Z[ recovery-image] May 08 16:43:20.421 INFO O| May 08 16:43:20.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75032026-05-08T16:43:21.770Z[ recovery-image] May 08 16:43:20.421 INFO O| May 08 16:43:20.421 INFO STEP 900 (remove_files) COMPLETE
75042026-05-08T16:43:21.770Z[ recovery-image] May 08 16:43:20.421 INFO O| May 08 16:43:20.421 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-05-08T16:43:21.786Z[ recovery-image] May 08 16:43:20.428 INFO O| May 08 16:43:20.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75062026-05-08T16:43:21.786Z[ recovery-image] May 08 16:43:20.428 INFO O| May 08 16:43:20.428 INFO STEP 901 (remove_files) COMPLETE
75072026-05-08T16:43:21.786Z[ recovery-image] May 08 16:43:20.428 INFO O| May 08 16:43:20.428 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-05-08T16:43:21.786Z[ recovery-image] May 08 16:43:20.436 INFO O| May 08 16:43:20.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75092026-05-08T16:43:21.786Z[ recovery-image] May 08 16:43:20.436 INFO O| May 08 16:43:20.436 INFO STEP 902 (remove_files) COMPLETE
75102026-05-08T16:43:21.786Z[ recovery-image] May 08 16:43:20.436 INFO O| May 08 16:43:20.436 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-05-08T16:43:21.786Z[ recovery-image] May 08 16:43:20.443 INFO O| May 08 16:43:20.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75122026-05-08T16:43:21.786Z[ recovery-image] May 08 16:43:20.443 INFO O| May 08 16:43:20.443 INFO STEP 903 (remove_files) COMPLETE
75132026-05-08T16:43:21.786Z[ recovery-image] May 08 16:43:20.443 INFO O| May 08 16:43:20.443 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-05-08T16:43:21.796Z[ recovery-image] May 08 16:43:20.450 INFO O| May 08 16:43:20.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
75152026-05-08T16:43:21.796Z[ recovery-image] May 08 16:43:20.450 INFO O| May 08 16:43:20.450 INFO STEP 904 (remove_files) COMPLETE
75162026-05-08T16:43:21.796Z[ recovery-image] May 08 16:43:20.450 INFO O| May 08 16:43:20.450 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-05-08T16:43:21.805Z[ recovery-image] May 08 16:43:20.459 INFO O| May 08 16:43:20.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
75182026-05-08T16:43:21.805Z[ recovery-image] May 08 16:43:20.459 INFO O| May 08 16:43:20.459 INFO STEP 905 (remove_files) COMPLETE
75192026-05-08T16:43:21.805Z[ recovery-image] May 08 16:43:20.459 INFO O| May 08 16:43:20.459 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-05-08T16:43:21.813Z[ recovery-image] May 08 16:43:20.467 INFO O| May 08 16:43:20.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
75212026-05-08T16:43:21.814Z[ recovery-image] May 08 16:43:20.467 INFO O| May 08 16:43:20.467 INFO STEP 906 (remove_files) COMPLETE
75222026-05-08T16:43:21.814Z[ recovery-image] May 08 16:43:20.467 INFO O| May 08 16:43:20.467 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-05-08T16:43:21.823Z[ recovery-image] May 08 16:43:20.475 INFO O| May 08 16:43:20.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
75242026-05-08T16:43:21.823Z[ recovery-image] May 08 16:43:20.475 INFO O| May 08 16:43:20.475 INFO STEP 907 (remove_files) COMPLETE
75252026-05-08T16:43:21.823Z[ recovery-image] May 08 16:43:20.475 INFO O| May 08 16:43:20.475 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-05-08T16:43:21.839Z[ recovery-image] May 08 16:43:20.499 INFO O| May 08 16:43:20.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
75272026-05-08T16:43:21.839Z[ recovery-image] May 08 16:43:20.499 INFO O| May 08 16:43:20.499 INFO STEP 908 (remove_files) COMPLETE
75282026-05-08T16:43:21.839Z[ recovery-image] May 08 16:43:20.499 INFO O| May 08 16:43:20.499 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-05-08T16:43:21.849Z[ recovery-image] May 08 16:43:20.508 INFO O| May 08 16:43:20.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
75302026-05-08T16:43:21.849Z[ recovery-image] May 08 16:43:20.508 INFO O| May 08 16:43:20.508 INFO STEP 909 (remove_files) COMPLETE
75312026-05-08T16:43:21.849Z[ recovery-image] May 08 16:43:20.508 INFO O| May 08 16:43:20.508 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-05-08T16:43:21.864Z[ recovery-image] May 08 16:43:20.516 INFO O| May 08 16:43:20.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
75332026-05-08T16:43:21.864Z[ recovery-image] May 08 16:43:20.516 INFO O| May 08 16:43:20.516 INFO STEP 910 (remove_files) COMPLETE
75342026-05-08T16:43:21.864Z[ recovery-image] May 08 16:43:20.516 INFO O| May 08 16:43:20.516 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-05-08T16:43:21.871Z[ recovery-image] May 08 16:43:20.523 INFO O| May 08 16:43:20.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
75362026-05-08T16:43:21.871Z[ recovery-image] May 08 16:43:20.523 INFO O| May 08 16:43:20.523 INFO STEP 911 (remove_files) COMPLETE
75372026-05-08T16:43:21.871Z[ recovery-image] May 08 16:43:20.523 INFO O| May 08 16:43:20.523 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-05-08T16:43:21.871Z[ recovery-image] May 08 16:43:20.530 INFO O| May 08 16:43:20.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
75392026-05-08T16:43:21.871Z[ recovery-image] May 08 16:43:20.530 INFO O| May 08 16:43:20.530 INFO STEP 912 (remove_files) COMPLETE
75402026-05-08T16:43:21.871Z[ recovery-image] May 08 16:43:20.530 INFO O| May 08 16:43:20.530 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-05-08T16:43:21.881Z[ recovery-image] May 08 16:43:20.537 INFO O| May 08 16:43:20.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
75422026-05-08T16:43:21.881Z[ recovery-image] May 08 16:43:20.537 INFO O| May 08 16:43:20.537 INFO STEP 913 (remove_files) COMPLETE
75432026-05-08T16:43:21.881Z[ recovery-image] May 08 16:43:20.537 INFO O| May 08 16:43:20.537 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-05-08T16:43:21.901Z[ recovery-image] May 08 16:43:20.545 INFO O| May 08 16:43:20.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
75452026-05-08T16:43:21.901Z[ recovery-image] May 08 16:43:20.545 INFO O| May 08 16:43:20.545 INFO STEP 914 (remove_files) COMPLETE
75462026-05-08T16:43:21.902Z[ recovery-image] May 08 16:43:20.545 INFO O| May 08 16:43:20.545 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-05-08T16:43:21.902Z[ recovery-image] May 08 16:43:20.552 INFO O| May 08 16:43:20.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
75482026-05-08T16:43:21.902Z[ recovery-image] May 08 16:43:20.552 INFO O| May 08 16:43:20.552 INFO STEP 915 (remove_files) COMPLETE
75492026-05-08T16:43:21.902Z[ recovery-image] May 08 16:43:20.552 INFO O| May 08 16:43:20.552 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-05-08T16:43:21.931Z[ recovery-image] May 08 16:43:20.559 INFO O| May 08 16:43:20.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
75512026-05-08T16:43:21.932Z[ recovery-image] May 08 16:43:20.559 INFO O| May 08 16:43:20.559 INFO STEP 916 (remove_files) COMPLETE
75522026-05-08T16:43:21.932Z[ recovery-image] May 08 16:43:20.559 INFO O| May 08 16:43:20.559 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-05-08T16:43:21.932Z[ recovery-image] May 08 16:43:20.566 INFO O| May 08 16:43:20.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
75542026-05-08T16:43:21.932Z[ recovery-image] May 08 16:43:20.566 INFO O| May 08 16:43:20.566 INFO STEP 917 (remove_files) COMPLETE
75552026-05-08T16:43:21.932Z[ recovery-image] May 08 16:43:20.566 INFO O| May 08 16:43:20.566 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-05-08T16:43:21.932Z[ recovery-image] May 08 16:43:20.573 INFO O| May 08 16:43:20.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
75572026-05-08T16:43:21.932Z[ recovery-image] May 08 16:43:20.573 INFO O| May 08 16:43:20.573 INFO STEP 918 (remove_files) COMPLETE
75582026-05-08T16:43:21.932Z[ recovery-image] May 08 16:43:20.573 INFO O| May 08 16:43:20.573 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-05-08T16:43:21.932Z[ recovery-image] May 08 16:43:20.580 INFO O| May 08 16:43:20.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
75602026-05-08T16:43:21.932Z[ recovery-image] May 08 16:43:20.580 INFO O| May 08 16:43:20.580 INFO STEP 919 (remove_files) COMPLETE
75612026-05-08T16:43:21.932Z[ recovery-image] May 08 16:43:20.580 INFO O| May 08 16:43:20.580 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-05-08T16:43:21.944Z[ recovery-image] May 08 16:43:20.587 INFO O| May 08 16:43:20.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
75632026-05-08T16:43:21.944Z[ recovery-image] May 08 16:43:20.587 INFO O| May 08 16:43:20.587 INFO STEP 920 (remove_files) COMPLETE
75642026-05-08T16:43:21.944Z[ recovery-image] May 08 16:43:20.587 INFO O| May 08 16:43:20.587 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-05-08T16:43:21.944Z[ recovery-image] May 08 16:43:20.595 INFO O| May 08 16:43:20.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
75662026-05-08T16:43:21.944Z[ recovery-image] May 08 16:43:20.595 INFO O| May 08 16:43:20.595 INFO STEP 921 (remove_files) COMPLETE
75672026-05-08T16:43:21.944Z[ recovery-image] May 08 16:43:20.595 INFO O| May 08 16:43:20.595 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-05-08T16:43:21.957Z[ recovery-image] May 08 16:43:20.617 INFO O| May 08 16:43:20.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
75692026-05-08T16:43:21.957Z[ recovery-image] May 08 16:43:20.617 INFO O| May 08 16:43:20.617 INFO STEP 922 (remove_files) COMPLETE
75702026-05-08T16:43:21.957Z[ recovery-image] May 08 16:43:20.617 INFO O| May 08 16:43:20.617 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-05-08T16:43:21.969Z[ recovery-image] May 08 16:43:20.625 INFO O| May 08 16:43:20.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
75722026-05-08T16:43:21.969Z[ recovery-image] May 08 16:43:20.625 INFO O| May 08 16:43:20.625 INFO STEP 923 (remove_files) COMPLETE
75732026-05-08T16:43:21.969Z[ recovery-image] May 08 16:43:20.625 INFO O| May 08 16:43:20.625 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-05-08T16:43:21.978Z[ recovery-image] May 08 16:43:20.633 INFO O| May 08 16:43:20.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
75752026-05-08T16:43:21.978Z[ recovery-image] May 08 16:43:20.633 INFO O| May 08 16:43:20.633 INFO STEP 924 (remove_files) COMPLETE
75762026-05-08T16:43:21.978Z[ recovery-image] May 08 16:43:20.633 INFO O| May 08 16:43:20.633 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-05-08T16:43:21.986Z[ recovery-image] May 08 16:43:20.641 INFO O| May 08 16:43:20.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
75782026-05-08T16:43:21.986Z[ recovery-image] May 08 16:43:20.641 INFO O| May 08 16:43:20.641 INFO STEP 925 (remove_files) COMPLETE
75792026-05-08T16:43:21.986Z[ recovery-image] May 08 16:43:20.641 INFO O| May 08 16:43:20.641 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-05-08T16:43:21.995Z[ recovery-image] May 08 16:43:20.648 INFO O| May 08 16:43:20.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
75812026-05-08T16:43:21.995Z[ recovery-image] May 08 16:43:20.648 INFO O| May 08 16:43:20.648 INFO STEP 926 (remove_files) COMPLETE
75822026-05-08T16:43:21.995Z[ recovery-image] May 08 16:43:20.648 INFO O| May 08 16:43:20.648 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-05-08T16:43:22.030Z[ recovery-image] May 08 16:43:20.656 INFO O| May 08 16:43:20.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
75842026-05-08T16:43:22.030Z[ recovery-image] May 08 16:43:20.656 INFO O| May 08 16:43:20.656 INFO STEP 927 (remove_files) COMPLETE
75852026-05-08T16:43:22.030Z[ recovery-image] May 08 16:43:20.656 INFO O| May 08 16:43:20.656 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-05-08T16:43:22.031Z[ recovery-image] May 08 16:43:20.674 INFO O| May 08 16:43:20.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
75872026-05-08T16:43:22.031Z[ recovery-image] May 08 16:43:20.674 INFO O| May 08 16:43:20.674 INFO STEP 928 (remove_files) COMPLETE
75882026-05-08T16:43:22.031Z[ recovery-image] May 08 16:43:20.674 INFO O| May 08 16:43:20.674 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-05-08T16:43:22.046Z[ recovery-image] May 08 16:43:20.706 INFO O| May 08 16:43:20.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
75902026-05-08T16:43:22.047Z[ recovery-image] May 08 16:43:20.706 INFO O| May 08 16:43:20.706 INFO STEP 929 (remove_files) COMPLETE
75912026-05-08T16:43:22.047Z[ recovery-image] May 08 16:43:20.706 INFO O| May 08 16:43:20.706 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-05-08T16:43:22.055Z[ recovery-image] May 08 16:43:20.714 INFO O| May 08 16:43:20.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
75932026-05-08T16:43:22.055Z[ recovery-image] May 08 16:43:20.714 INFO O| May 08 16:43:20.714 INFO STEP 930 (remove_files) COMPLETE
75942026-05-08T16:43:22.055Z[ recovery-image] May 08 16:43:20.714 INFO O| May 08 16:43:20.714 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-05-08T16:43:22.064Z[ recovery-image] May 08 16:43:20.723 INFO O| May 08 16:43:20.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
75962026-05-08T16:43:22.064Z[ recovery-image] May 08 16:43:20.723 INFO O| May 08 16:43:20.723 INFO STEP 931 (remove_files) COMPLETE
75972026-05-08T16:43:22.064Z[ recovery-image] May 08 16:43:20.723 INFO O| May 08 16:43:20.723 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-05-08T16:43:22.072Z[ recovery-image] May 08 16:43:20.730 INFO O| May 08 16:43:20.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
75992026-05-08T16:43:22.072Z[ recovery-image] May 08 16:43:20.730 INFO O| May 08 16:43:20.730 INFO STEP 932 (remove_files) COMPLETE
76002026-05-08T16:43:22.072Z[ recovery-image] May 08 16:43:20.730 INFO O| May 08 16:43:20.730 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-05-08T16:43:22.087Z[ recovery-image] May 08 16:43:20.740 INFO O| May 08 16:43:20.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76022026-05-08T16:43:22.087Z[ recovery-image] May 08 16:43:20.740 INFO O| May 08 16:43:20.740 INFO STEP 933 (remove_files) COMPLETE
76032026-05-08T16:43:22.087Z[ recovery-image] May 08 16:43:20.740 INFO O| May 08 16:43:20.740 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-05-08T16:43:22.094Z[ recovery-image] May 08 16:43:20.748 INFO O| May 08 16:43:20.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76052026-05-08T16:43:22.094Z[ recovery-image] May 08 16:43:20.748 INFO O| May 08 16:43:20.748 INFO STEP 934 (remove_files) COMPLETE
76062026-05-08T16:43:22.094Z[ recovery-image] May 08 16:43:20.748 INFO O| May 08 16:43:20.748 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-05-08T16:43:22.103Z[ recovery-image] May 08 16:43:20.756 INFO O| May 08 16:43:20.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76082026-05-08T16:43:22.103Z[ recovery-image] May 08 16:43:20.756 INFO O| May 08 16:43:20.756 INFO STEP 935 (remove_files) COMPLETE
76092026-05-08T16:43:22.103Z[ recovery-image] May 08 16:43:20.756 INFO O| May 08 16:43:20.756 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-05-08T16:43:22.111Z[ recovery-image] May 08 16:43:20.764 INFO O| May 08 16:43:20.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76112026-05-08T16:43:22.111Z[ recovery-image] May 08 16:43:20.764 INFO O| May 08 16:43:20.764 INFO STEP 936 (remove_files) COMPLETE
76122026-05-08T16:43:22.111Z[ recovery-image] May 08 16:43:20.764 INFO O| May 08 16:43:20.764 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-05-08T16:43:22.128Z[ recovery-image] May 08 16:43:20.788 INFO O| May 08 16:43:20.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
76142026-05-08T16:43:22.128Z[ recovery-image] May 08 16:43:20.788 INFO O| May 08 16:43:20.788 INFO STEP 937 (remove_files) COMPLETE
76152026-05-08T16:43:22.128Z[ recovery-image] May 08 16:43:20.788 INFO O| May 08 16:43:20.788 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-05-08T16:43:22.234Z[ recovery-image] May 08 16:43:20.893 INFO O| May 08 16:43:20.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
76172026-05-08T16:43:22.234Z[ recovery-image] May 08 16:43:20.893 INFO O| May 08 16:43:20.893 INFO STEP 938 (remove_files) COMPLETE
76182026-05-08T16:43:22.246Z[ recovery-image] May 08 16:43:20.893 INFO O| May 08 16:43:20.893 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-05-08T16:43:22.246Z[ recovery-image] May 08 16:43:20.902 INFO O| May 08 16:43:20.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
76202026-05-08T16:43:22.246Z[ recovery-image] May 08 16:43:20.902 INFO O| May 08 16:43:20.902 INFO STEP 939 (remove_files) COMPLETE
76212026-05-08T16:43:22.246Z[ recovery-image] May 08 16:43:20.902 INFO O| May 08 16:43:20.902 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-05-08T16:43:22.255Z[ recovery-image] May 08 16:43:20.911 INFO O| May 08 16:43:20.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
76232026-05-08T16:43:22.255Z[ recovery-image] May 08 16:43:20.911 INFO O| May 08 16:43:20.911 INFO STEP 940 (remove_files) COMPLETE
76242026-05-08T16:43:22.255Z[ recovery-image] May 08 16:43:20.911 INFO O| May 08 16:43:20.911 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-05-08T16:43:22.308Z[ recovery-image] May 08 16:43:20.967 INFO O| May 08 16:43:20.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
76262026-05-08T16:43:22.308Z[ recovery-image] May 08 16:43:20.967 INFO O| May 08 16:43:20.967 INFO STEP 941 (remove_files) COMPLETE
76272026-05-08T16:43:22.317Z[ recovery-image] May 08 16:43:20.967 INFO O| May 08 16:43:20.967 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-05-08T16:43:22.317Z[ recovery-image] May 08 16:43:20.975 INFO O| May 08 16:43:20.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
76292026-05-08T16:43:22.355Z[ recovery-image] May 08 16:43:21.005 INFO O| May 08 16:43:21.005 INFO STEP 942 (remove_files) COMPLETE
76302026-05-08T16:43:22.355Z[ recovery-image] May 08 16:43:21.005 INFO O| May 08 16:43:21.005 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-05-08T16:43:22.378Z[ recovery-image] May 08 16:43:21.014 INFO O| May 08 16:43:21.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
76322026-05-08T16:43:22.378Z[ recovery-image] May 08 16:43:21.014 INFO O| May 08 16:43:21.014 INFO STEP 943 (remove_files) COMPLETE
76332026-05-08T16:43:22.378Z[ recovery-image] May 08 16:43:21.014 INFO O| May 08 16:43:21.014 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-05-08T16:43:22.386Z[ recovery-image] May 08 16:43:21.022 INFO O| May 08 16:43:21.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
76352026-05-08T16:43:22.386Z[ recovery-image] May 08 16:43:21.022 INFO O| May 08 16:43:21.022 INFO STEP 944 (remove_files) COMPLETE
76362026-05-08T16:43:22.386Z[ recovery-image] May 08 16:43:21.022 INFO O| May 08 16:43:21.022 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-05-08T16:43:22.386Z[ recovery-image] May 08 16:43:21.029 INFO O| May 08 16:43:21.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
76382026-05-08T16:43:22.386Z[ recovery-image] May 08 16:43:21.030 INFO O| May 08 16:43:21.030 INFO STEP 945 (remove_files) COMPLETE
76392026-05-08T16:43:22.387Z[ recovery-image] May 08 16:43:21.030 INFO O| May 08 16:43:21.030 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-05-08T16:43:22.387Z[ recovery-image] May 08 16:43:21.037 INFO O| May 08 16:43:21.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
76412026-05-08T16:43:22.387Z[ recovery-image] May 08 16:43:21.037 INFO O| May 08 16:43:21.037 INFO STEP 946 (remove_files) COMPLETE
76422026-05-08T16:43:22.387Z[ recovery-image] May 08 16:43:21.037 INFO O| May 08 16:43:21.037 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-05-08T16:43:22.400Z[ recovery-image] May 08 16:43:21.051 INFO O| May 08 16:43:21.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
76442026-05-08T16:43:22.400Z[ recovery-image] May 08 16:43:21.051 INFO O| May 08 16:43:21.051 INFO STEP 947 (remove_files) COMPLETE
76452026-05-08T16:43:22.409Z[ recovery-image] May 08 16:43:21.051 INFO O| May 08 16:43:21.051 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-05-08T16:43:22.418Z[ recovery-image] May 08 16:43:21.073 INFO O| May 08 16:43:21.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
76472026-05-08T16:43:22.418Z[ recovery-image] May 08 16:43:21.073 INFO O| May 08 16:43:21.073 INFO STEP 948 (remove_files) COMPLETE
76482026-05-08T16:43:22.418Z[ recovery-image] May 08 16:43:21.073 INFO O| May 08 16:43:21.073 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-05-08T16:43:22.428Z[ recovery-image] May 08 16:43:21.084 INFO O| May 08 16:43:21.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
76502026-05-08T16:43:22.428Z[ recovery-image] May 08 16:43:21.084 INFO O| May 08 16:43:21.084 INFO STEP 949 (remove_files) COMPLETE
76512026-05-08T16:43:22.428Z[ recovery-image] May 08 16:43:21.084 INFO O| May 08 16:43:21.084 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-05-08T16:43:22.435Z[ recovery-image] May 08 16:43:21.094 INFO O| May 08 16:43:21.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
76532026-05-08T16:43:22.435Z[ recovery-image] May 08 16:43:21.094 INFO O| May 08 16:43:21.094 INFO STEP 950 (remove_files) COMPLETE
76542026-05-08T16:43:22.435Z[ recovery-image] May 08 16:43:21.094 INFO O| May 08 16:43:21.094 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-05-08T16:43:22.445Z[ recovery-image] May 08 16:43:21.105 INFO O| May 08 16:43:21.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
76562026-05-08T16:43:22.445Z[ recovery-image] May 08 16:43:21.105 INFO O| May 08 16:43:21.105 INFO STEP 951 (remove_files) COMPLETE
76572026-05-08T16:43:22.445Z[ recovery-image] May 08 16:43:21.105 INFO O| May 08 16:43:21.105 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-05-08T16:43:22.464Z[ recovery-image] May 08 16:43:21.115 INFO O| May 08 16:43:21.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
76592026-05-08T16:43:22.464Z[ recovery-image] May 08 16:43:21.115 INFO O| May 08 16:43:21.115 INFO STEP 952 (remove_files) COMPLETE
76602026-05-08T16:43:22.464Z[ recovery-image] May 08 16:43:21.115 INFO O| May 08 16:43:21.115 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-05-08T16:43:22.476Z[ recovery-image] May 08 16:43:21.126 INFO O| May 08 16:43:21.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
76622026-05-08T16:43:22.476Z[ recovery-image] May 08 16:43:21.126 INFO O| May 08 16:43:21.126 INFO STEP 953 (remove_files) COMPLETE
76632026-05-08T16:43:22.476Z[ recovery-image] May 08 16:43:21.126 INFO O| May 08 16:43:21.126 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-05-08T16:43:22.485Z[ recovery-image] May 08 16:43:21.137 INFO O| May 08 16:43:21.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
76652026-05-08T16:43:22.485Z[ recovery-image] May 08 16:43:21.137 INFO O| May 08 16:43:21.137 INFO STEP 954 (remove_files) COMPLETE
76662026-05-08T16:43:22.485Z[ recovery-image] May 08 16:43:21.137 INFO O| May 08 16:43:21.137 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-05-08T16:43:22.492Z[ recovery-image] May 08 16:43:21.147 INFO O| May 08 16:43:21.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
76682026-05-08T16:43:22.493Z[ recovery-image] May 08 16:43:21.147 INFO O| May 08 16:43:21.147 INFO STEP 955 (remove_files) COMPLETE
76692026-05-08T16:43:22.493Z[ recovery-image] May 08 16:43:21.147 INFO O| May 08 16:43:21.147 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-05-08T16:43:22.501Z[ recovery-image] May 08 16:43:21.158 INFO O| May 08 16:43:21.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
76712026-05-08T16:43:22.501Z[ recovery-image] May 08 16:43:21.158 INFO O| May 08 16:43:21.158 INFO STEP 956 (remove_files) COMPLETE
76722026-05-08T16:43:22.501Z[ recovery-image] May 08 16:43:21.158 INFO O| May 08 16:43:21.158 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-05-08T16:43:22.511Z[ recovery-image] May 08 16:43:21.169 INFO O| May 08 16:43:21.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
76742026-05-08T16:43:22.511Z[ recovery-image] May 08 16:43:21.169 INFO O| May 08 16:43:21.169 INFO STEP 957 (remove_files) COMPLETE
76752026-05-08T16:43:22.511Z[ recovery-image] May 08 16:43:21.169 INFO O| May 08 16:43:21.169 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-05-08T16:43:22.520Z[ recovery-image] May 08 16:43:21.180 INFO O| May 08 16:43:21.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
76772026-05-08T16:43:22.520Z[ recovery-image] May 08 16:43:21.180 INFO O| May 08 16:43:21.180 INFO STEP 958 (remove_files) COMPLETE
76782026-05-08T16:43:22.520Z[ recovery-image] May 08 16:43:21.180 INFO O| May 08 16:43:21.180 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-05-08T16:43:22.562Z[ recovery-image] May 08 16:43:21.190 INFO O| May 08 16:43:21.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
76802026-05-08T16:43:22.562Z[ recovery-image] May 08 16:43:21.190 INFO O| May 08 16:43:21.190 INFO STEP 959 (remove_files) COMPLETE
76812026-05-08T16:43:22.562Z[ recovery-image] May 08 16:43:21.190 INFO O| May 08 16:43:21.190 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-05-08T16:43:22.562Z[ recovery-image] May 08 16:43:21.202 INFO O| May 08 16:43:21.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
76832026-05-08T16:43:22.562Z[ recovery-image] May 08 16:43:21.202 INFO O| May 08 16:43:21.202 INFO STEP 960 (remove_files) COMPLETE
76842026-05-08T16:43:22.562Z[ recovery-image] May 08 16:43:21.202 INFO O| May 08 16:43:21.202 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-05-08T16:43:22.562Z[ recovery-image] May 08 16:43:21.212 INFO O| May 08 16:43:21.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
76862026-05-08T16:43:22.562Z[ recovery-image] May 08 16:43:21.213 INFO O| May 08 16:43:21.213 INFO STEP 961 (remove_files) COMPLETE
76872026-05-08T16:43:22.562Z[ recovery-image] May 08 16:43:21.213 INFO O| May 08 16:43:21.213 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-05-08T16:43:22.573Z[ recovery-image] May 08 16:43:21.224 INFO O| May 08 16:43:21.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
76892026-05-08T16:43:22.573Z[ recovery-image] May 08 16:43:21.224 INFO O| May 08 16:43:21.224 INFO STEP 962 (remove_files) COMPLETE
76902026-05-08T16:43:22.573Z[ recovery-image] May 08 16:43:21.224 INFO O| May 08 16:43:21.224 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-05-08T16:43:22.582Z[ recovery-image] May 08 16:43:21.235 INFO O| May 08 16:43:21.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
76922026-05-08T16:43:22.582Z[ recovery-image] May 08 16:43:21.235 INFO O| May 08 16:43:21.235 INFO STEP 963 (remove_files) COMPLETE
76932026-05-08T16:43:22.582Z[ recovery-image] May 08 16:43:21.235 INFO O| May 08 16:43:21.235 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-05-08T16:43:22.589Z[ recovery-image] May 08 16:43:21.246 INFO O| May 08 16:43:21.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
76952026-05-08T16:43:22.589Z[ recovery-image] May 08 16:43:21.246 INFO O| May 08 16:43:21.246 INFO STEP 964 (remove_files) COMPLETE
76962026-05-08T16:43:22.589Z[ recovery-image] May 08 16:43:21.246 INFO O| May 08 16:43:21.246 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-05-08T16:43:22.598Z[ recovery-image] May 08 16:43:21.257 INFO O| May 08 16:43:21.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
76982026-05-08T16:43:22.598Z[ recovery-image] May 08 16:43:21.257 INFO O| May 08 16:43:21.257 INFO STEP 965 (remove_files) COMPLETE
76992026-05-08T16:43:22.598Z[ recovery-image] May 08 16:43:21.257 INFO O| May 08 16:43:21.257 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-05-08T16:43:22.631Z[ recovery-image] May 08 16:43:21.268 INFO O| May 08 16:43:21.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77012026-05-08T16:43:22.631Z[ recovery-image] May 08 16:43:21.268 INFO O| May 08 16:43:21.268 INFO STEP 966 (remove_files) COMPLETE
77022026-05-08T16:43:22.631Z[ recovery-image] May 08 16:43:21.268 INFO O| May 08 16:43:21.268 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-05-08T16:43:22.631Z[ recovery-image] May 08 16:43:21.278 INFO O| May 08 16:43:21.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77042026-05-08T16:43:22.631Z[ recovery-image] May 08 16:43:21.278 INFO O| May 08 16:43:21.278 INFO STEP 967 (remove_files) COMPLETE
77052026-05-08T16:43:22.632Z[ recovery-image] May 08 16:43:21.278 INFO O| May 08 16:43:21.278 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-05-08T16:43:22.632Z[ recovery-image] May 08 16:43:21.289 INFO O| May 08 16:43:21.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77072026-05-08T16:43:22.632Z[ recovery-image] May 08 16:43:21.289 INFO O| May 08 16:43:21.289 INFO STEP 968 (remove_files) COMPLETE
77082026-05-08T16:43:22.632Z[ recovery-image] May 08 16:43:21.289 INFO O| May 08 16:43:21.289 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-05-08T16:43:22.656Z[ recovery-image] May 08 16:43:21.299 INFO O| May 08 16:43:21.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77102026-05-08T16:43:22.656Z[ recovery-image] May 08 16:43:21.300 INFO O| May 08 16:43:21.299 INFO STEP 969 (remove_files) COMPLETE
77112026-05-08T16:43:22.656Z[ recovery-image] May 08 16:43:21.300 INFO O| May 08 16:43:21.299 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-05-08T16:43:22.676Z[ recovery-image] May 08 16:43:21.310 INFO O| May 08 16:43:21.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77132026-05-08T16:43:22.676Z[ recovery-image] May 08 16:43:21.310 INFO O| May 08 16:43:21.310 INFO STEP 970 (remove_files) COMPLETE
77142026-05-08T16:43:22.676Z[ recovery-image] May 08 16:43:21.310 INFO O| May 08 16:43:21.310 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-05-08T16:43:22.676Z[ recovery-image] May 08 16:43:21.320 INFO O| May 08 16:43:21.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
77162026-05-08T16:43:22.676Z[ recovery-image] May 08 16:43:21.320 INFO O| May 08 16:43:21.320 INFO STEP 971 (remove_files) COMPLETE
77172026-05-08T16:43:22.676Z[ recovery-image] May 08 16:43:21.321 INFO O| May 08 16:43:21.320 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-05-08T16:43:22.676Z[ recovery-image] May 08 16:43:21.331 INFO O| May 08 16:43:21.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
77192026-05-08T16:43:22.676Z[ recovery-image] May 08 16:43:21.331 INFO O| May 08 16:43:21.331 INFO STEP 972 (remove_files) COMPLETE
77202026-05-08T16:43:22.677Z[ recovery-image] May 08 16:43:21.331 INFO O| May 08 16:43:21.331 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-05-08T16:43:22.686Z[ recovery-image] May 08 16:43:21.342 INFO O| May 08 16:43:21.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
77222026-05-08T16:43:22.686Z[ recovery-image] May 08 16:43:21.342 INFO O| May 08 16:43:21.342 INFO STEP 973 (remove_files) COMPLETE
77232026-05-08T16:43:22.686Z[ recovery-image] May 08 16:43:21.342 INFO O| May 08 16:43:21.342 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-05-08T16:43:22.695Z[ recovery-image] May 08 16:43:21.353 INFO O| May 08 16:43:21.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
77252026-05-08T16:43:22.695Z[ recovery-image] May 08 16:43:21.353 INFO O| May 08 16:43:21.353 INFO STEP 974 (remove_files) COMPLETE
77262026-05-08T16:43:22.695Z[ recovery-image] May 08 16:43:21.353 INFO O| May 08 16:43:21.353 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-05-08T16:43:22.704Z[ recovery-image] May 08 16:43:21.364 INFO O| May 08 16:43:21.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
77282026-05-08T16:43:22.704Z[ recovery-image] May 08 16:43:21.364 INFO O| May 08 16:43:21.364 INFO STEP 975 (remove_files) COMPLETE
77292026-05-08T16:43:22.704Z[ recovery-image] May 08 16:43:21.364 INFO O| May 08 16:43:21.364 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-05-08T16:43:22.714Z[ recovery-image] May 08 16:43:21.373 INFO O| May 08 16:43:21.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
77312026-05-08T16:43:22.714Z[ recovery-image] May 08 16:43:21.373 INFO O| May 08 16:43:21.373 INFO STEP 976 (remove_files) COMPLETE
77322026-05-08T16:43:22.714Z[ recovery-image] May 08 16:43:21.373 INFO O| May 08 16:43:21.373 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-05-08T16:43:22.723Z[ recovery-image] May 08 16:43:21.383 INFO O| May 08 16:43:21.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
77342026-05-08T16:43:22.723Z[ recovery-image] May 08 16:43:21.383 INFO O| May 08 16:43:21.383 INFO STEP 977 (remove_files) COMPLETE
77352026-05-08T16:43:22.731Z[ recovery-image] May 08 16:43:21.383 INFO O| May 08 16:43:21.383 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-05-08T16:43:22.744Z[ recovery-image] May 08 16:43:21.392 INFO O| May 08 16:43:21.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
77372026-05-08T16:43:22.744Z[ recovery-image] May 08 16:43:21.392 INFO O| May 08 16:43:21.392 INFO STEP 978 (remove_files) COMPLETE
77382026-05-08T16:43:22.744Z[ recovery-image] May 08 16:43:21.392 INFO O| May 08 16:43:21.392 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-05-08T16:43:22.761Z[ recovery-image] May 08 16:43:21.403 INFO O| May 08 16:43:21.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
77402026-05-08T16:43:22.761Z[ recovery-image] May 08 16:43:21.403 INFO O| May 08 16:43:21.403 INFO STEP 979 (remove_files) COMPLETE
77412026-05-08T16:43:22.761Z[ recovery-image] May 08 16:43:21.403 INFO O| May 08 16:43:21.403 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-05-08T16:43:22.761Z[ recovery-image] May 08 16:43:21.413 INFO O| May 08 16:43:21.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
77432026-05-08T16:43:22.761Z[ recovery-image] May 08 16:43:21.413 INFO O| May 08 16:43:21.413 INFO STEP 980 (remove_files) COMPLETE
77442026-05-08T16:43:22.761Z[ recovery-image] May 08 16:43:21.413 INFO O| May 08 16:43:21.413 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-05-08T16:43:22.770Z[ recovery-image] May 08 16:43:21.422 INFO O| May 08 16:43:21.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
77462026-05-08T16:43:22.770Z[ recovery-image] May 08 16:43:21.422 INFO O| May 08 16:43:21.422 INFO STEP 981 (remove_files) COMPLETE
77472026-05-08T16:43:22.770Z[ recovery-image] May 08 16:43:21.422 INFO O| May 08 16:43:21.422 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-05-08T16:43:22.780Z[ recovery-image] May 08 16:43:21.433 INFO O| May 08 16:43:21.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
77492026-05-08T16:43:22.780Z[ recovery-image] May 08 16:43:21.433 INFO O| May 08 16:43:21.433 INFO STEP 982 (remove_files) COMPLETE
77502026-05-08T16:43:22.780Z[ recovery-image] May 08 16:43:21.433 INFO O| May 08 16:43:21.433 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-05-08T16:43:22.787Z[ recovery-image] May 08 16:43:21.442 INFO O| May 08 16:43:21.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
77522026-05-08T16:43:22.787Z[ recovery-image] May 08 16:43:21.442 INFO O| May 08 16:43:21.442 INFO STEP 983 (remove_files) COMPLETE
77532026-05-08T16:43:22.787Z[ recovery-image] May 08 16:43:21.442 INFO O| May 08 16:43:21.442 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-05-08T16:43:22.796Z[ recovery-image] May 08 16:43:21.452 INFO O| May 08 16:43:21.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
77552026-05-08T16:43:22.796Z[ recovery-image] May 08 16:43:21.452 INFO O| May 08 16:43:21.452 INFO STEP 984 (remove_files) COMPLETE
77562026-05-08T16:43:22.796Z[ recovery-image] May 08 16:43:21.452 INFO O| May 08 16:43:21.452 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-05-08T16:43:22.803Z[ recovery-image] May 08 16:43:21.462 INFO O| May 08 16:43:21.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
77582026-05-08T16:43:22.804Z[ recovery-image] May 08 16:43:21.462 INFO O| May 08 16:43:21.462 INFO STEP 985 (remove_files) COMPLETE
77592026-05-08T16:43:22.804Z[ recovery-image] May 08 16:43:21.462 INFO O| May 08 16:43:21.462 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-05-08T16:43:22.817Z[ recovery-image] May 08 16:43:21.471 INFO O| May 08 16:43:21.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
77612026-05-08T16:43:22.817Z[ recovery-image] May 08 16:43:21.471 INFO O| May 08 16:43:21.471 INFO STEP 986 (remove_files) COMPLETE
77622026-05-08T16:43:22.817Z[ recovery-image] May 08 16:43:21.471 INFO O| May 08 16:43:21.471 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-05-08T16:43:22.826Z[ recovery-image] May 08 16:43:21.480 INFO O| May 08 16:43:21.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
77642026-05-08T16:43:22.826Z[ recovery-image] May 08 16:43:21.480 INFO O| May 08 16:43:21.480 INFO STEP 987 (remove_files) COMPLETE
77652026-05-08T16:43:22.826Z[ recovery-image] May 08 16:43:21.480 INFO O| May 08 16:43:21.480 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-05-08T16:43:22.833Z[ recovery-image] May 08 16:43:21.489 INFO O| May 08 16:43:21.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
77672026-05-08T16:43:22.833Z[ recovery-image] May 08 16:43:21.489 INFO O| May 08 16:43:21.489 INFO STEP 988 (remove_files) COMPLETE
77682026-05-08T16:43:22.833Z[ recovery-image] May 08 16:43:21.489 INFO O| May 08 16:43:21.489 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-05-08T16:43:22.841Z[ recovery-image] May 08 16:43:21.498 INFO O| May 08 16:43:21.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
77702026-05-08T16:43:22.841Z[ recovery-image] May 08 16:43:21.498 INFO O| May 08 16:43:21.498 INFO STEP 989 (remove_files) COMPLETE
77712026-05-08T16:43:22.841Z[ recovery-image] May 08 16:43:21.498 INFO O| May 08 16:43:21.498 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-05-08T16:43:22.848Z[ recovery-image] May 08 16:43:21.507 INFO O| May 08 16:43:21.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
77732026-05-08T16:43:22.848Z[ recovery-image] May 08 16:43:21.508 INFO O| May 08 16:43:21.508 INFO STEP 990 (remove_files) COMPLETE
77742026-05-08T16:43:22.856Z[ recovery-image] May 08 16:43:21.508 INFO O| May 08 16:43:21.508 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-05-08T16:43:22.866Z[ recovery-image] May 08 16:43:21.517 INFO O| May 08 16:43:21.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
77762026-05-08T16:43:22.867Z[ recovery-image] May 08 16:43:21.517 INFO O| May 08 16:43:21.517 INFO STEP 991 (remove_files) COMPLETE
77772026-05-08T16:43:22.867Z[ recovery-image] May 08 16:43:21.517 INFO O| May 08 16:43:21.517 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-05-08T16:43:22.873Z[ recovery-image] May 08 16:43:21.526 INFO O| May 08 16:43:21.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
77792026-05-08T16:43:22.873Z[ recovery-image] May 08 16:43:21.526 INFO O| May 08 16:43:21.526 INFO STEP 992 (remove_files) COMPLETE
77802026-05-08T16:43:22.873Z[ recovery-image] May 08 16:43:21.526 INFO O| May 08 16:43:21.526 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-05-08T16:43:22.884Z[ recovery-image] May 08 16:43:21.537 INFO O| May 08 16:43:21.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
77822026-05-08T16:43:22.884Z[ recovery-image] May 08 16:43:21.537 INFO O| May 08 16:43:21.537 INFO STEP 993 (remove_files) COMPLETE
77832026-05-08T16:43:22.884Z[ recovery-image] May 08 16:43:21.537 INFO O| May 08 16:43:21.537 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-05-08T16:43:22.891Z[ recovery-image] May 08 16:43:21.548 INFO O| May 08 16:43:21.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
77852026-05-08T16:43:22.891Z[ recovery-image] May 08 16:43:21.548 INFO O| May 08 16:43:21.548 INFO STEP 994 (remove_files) COMPLETE
77862026-05-08T16:43:22.891Z[ recovery-image] May 08 16:43:21.548 INFO O| May 08 16:43:21.548 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-05-08T16:43:22.899Z[ recovery-image] May 08 16:43:21.558 INFO O| May 08 16:43:21.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
77882026-05-08T16:43:22.899Z[ recovery-image] May 08 16:43:21.558 INFO O| May 08 16:43:21.558 INFO STEP 995 (remove_files) COMPLETE
77892026-05-08T16:43:22.899Z[ recovery-image] May 08 16:43:21.558 INFO O| May 08 16:43:21.558 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-05-08T16:43:22.910Z[ recovery-image] May 08 16:43:21.569 INFO O| May 08 16:43:21.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
77912026-05-08T16:43:22.910Z[ recovery-image] May 08 16:43:21.569 INFO O| May 08 16:43:21.569 INFO STEP 996 (remove_files) COMPLETE
77922026-05-08T16:43:22.910Z[ recovery-image] May 08 16:43:21.569 INFO O| May 08 16:43:21.569 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-05-08T16:43:22.921Z[ recovery-image] May 08 16:43:21.580 INFO O| May 08 16:43:21.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
77942026-05-08T16:43:22.921Z[ recovery-image] May 08 16:43:21.580 INFO O| May 08 16:43:21.580 INFO STEP 997 (remove_files) COMPLETE
77952026-05-08T16:43:22.921Z[ recovery-image] May 08 16:43:21.580 INFO O| May 08 16:43:21.580 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-05-08T16:43:22.931Z[ recovery-image] May 08 16:43:21.590 INFO O| May 08 16:43:21.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
77972026-05-08T16:43:22.931Z[ recovery-image] May 08 16:43:21.591 INFO O| May 08 16:43:21.591 INFO STEP 998 (remove_files) COMPLETE
77982026-05-08T16:43:22.931Z[ recovery-image] May 08 16:43:21.591 INFO O| May 08 16:43:21.591 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-05-08T16:43:22.941Z[ recovery-image] May 08 16:43:21.601 INFO O| May 08 16:43:21.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78002026-05-08T16:43:22.941Z[ recovery-image] May 08 16:43:21.601 INFO O| May 08 16:43:21.601 INFO STEP 999 (remove_files) COMPLETE
78012026-05-08T16:43:22.941Z[ recovery-image] May 08 16:43:21.601 INFO O| May 08 16:43:21.601 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-05-08T16:43:22.951Z[ recovery-image] May 08 16:43:21.610 INFO O| May 08 16:43:21.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78032026-05-08T16:43:22.951Z[ recovery-image] May 08 16:43:21.610 INFO O| May 08 16:43:21.610 INFO STEP 1000 (remove_files) COMPLETE
78042026-05-08T16:43:22.951Z[ recovery-image] May 08 16:43:21.610 INFO O| May 08 16:43:21.610 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-05-08T16:43:22.960Z[ recovery-image] May 08 16:43:21.619 INFO O| May 08 16:43:21.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78062026-05-08T16:43:22.960Z[ recovery-image] May 08 16:43:21.619 INFO O| May 08 16:43:21.619 INFO STEP 1001 (remove_files) COMPLETE
78072026-05-08T16:43:22.960Z[ recovery-image] May 08 16:43:21.619 INFO O| May 08 16:43:21.619 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-05-08T16:43:22.979Z[ recovery-image] May 08 16:43:21.629 INFO O| May 08 16:43:21.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78092026-05-08T16:43:22.979Z[ recovery-image] May 08 16:43:21.629 INFO O| May 08 16:43:21.629 INFO STEP 1002 (remove_files) COMPLETE
78102026-05-08T16:43:22.979Z[ recovery-image] May 08 16:43:21.629 INFO O| May 08 16:43:21.629 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-05-08T16:43:23.009Z[ recovery-image] May 08 16:43:21.638 INFO O| May 08 16:43:21.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78122026-05-08T16:43:23.009Z[ recovery-image] May 08 16:43:21.639 INFO O| May 08 16:43:21.639 INFO STEP 1003 (remove_files) COMPLETE
78132026-05-08T16:43:23.009Z[ recovery-image] May 08 16:43:21.639 INFO O| May 08 16:43:21.639 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-05-08T16:43:23.009Z[ recovery-image] May 08 16:43:21.648 INFO O| May 08 16:43:21.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
78152026-05-08T16:43:23.009Z[ recovery-image] May 08 16:43:21.648 INFO O| May 08 16:43:21.648 INFO STEP 1004 (remove_files) COMPLETE
78162026-05-08T16:43:23.009Z[ recovery-image] May 08 16:43:21.648 INFO O| May 08 16:43:21.648 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-05-08T16:43:23.028Z[ recovery-image] May 08 16:43:21.657 INFO O| May 08 16:43:21.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
78182026-05-08T16:43:23.028Z[ recovery-image] May 08 16:43:21.657 INFO O| May 08 16:43:21.657 INFO STEP 1005 (remove_files) COMPLETE
78192026-05-08T16:43:23.028Z[ recovery-image] May 08 16:43:21.657 INFO O| May 08 16:43:21.657 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-05-08T16:43:23.028Z[ recovery-image] May 08 16:43:21.666 INFO O| May 08 16:43:21.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
78212026-05-08T16:43:23.028Z[ recovery-image] May 08 16:43:21.667 INFO O| May 08 16:43:21.666 INFO STEP 1006 (remove_files) COMPLETE
78222026-05-08T16:43:23.029Z[ recovery-image] May 08 16:43:21.667 INFO O| May 08 16:43:21.667 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-05-08T16:43:23.029Z[ recovery-image] May 08 16:43:21.676 INFO O| May 08 16:43:21.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
78242026-05-08T16:43:23.029Z[ recovery-image] May 08 16:43:21.676 INFO O| May 08 16:43:21.676 INFO STEP 1007 (remove_files) COMPLETE
78252026-05-08T16:43:23.029Z[ recovery-image] May 08 16:43:21.676 INFO O| May 08 16:43:21.676 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-05-08T16:43:23.069Z[ recovery-image] May 08 16:43:21.686 INFO O| May 08 16:43:21.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
78272026-05-08T16:43:23.069Z[ recovery-image] May 08 16:43:21.686 INFO O| May 08 16:43:21.686 INFO STEP 1008 (remove_files) COMPLETE
78282026-05-08T16:43:23.069Z[ recovery-image] May 08 16:43:21.686 INFO O| May 08 16:43:21.686 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-05-08T16:43:23.069Z[ recovery-image] May 08 16:43:21.695 INFO O| May 08 16:43:21.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
78302026-05-08T16:43:23.069Z[ recovery-image] May 08 16:43:21.695 INFO O| May 08 16:43:21.695 INFO STEP 1009 (remove_files) COMPLETE
78312026-05-08T16:43:23.069Z[ recovery-image] May 08 16:43:21.696 INFO O| May 08 16:43:21.695 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-05-08T16:43:23.069Z[ recovery-image] May 08 16:43:21.705 INFO O| May 08 16:43:21.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
78332026-05-08T16:43:23.069Z[ recovery-image] May 08 16:43:21.706 INFO O| May 08 16:43:21.706 INFO STEP 1010 (remove_files) COMPLETE
78342026-05-08T16:43:23.069Z[ recovery-image] May 08 16:43:21.706 INFO O| May 08 16:43:21.706 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-05-08T16:43:23.069Z[ recovery-image] May 08 16:43:21.715 INFO O| May 08 16:43:21.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
78362026-05-08T16:43:23.069Z[ recovery-image] May 08 16:43:21.715 INFO O| May 08 16:43:21.715 INFO STEP 1011 (remove_files) COMPLETE
78372026-05-08T16:43:23.070Z[ recovery-image] May 08 16:43:21.715 INFO O| May 08 16:43:21.715 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-05-08T16:43:23.111Z[ recovery-image] May 08 16:43:21.725 INFO O| May 08 16:43:21.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
78392026-05-08T16:43:23.111Z[ recovery-image] May 08 16:43:21.725 INFO O| May 08 16:43:21.725 INFO STEP 1012 (remove_files) COMPLETE
78402026-05-08T16:43:23.111Z[ recovery-image] May 08 16:43:21.725 INFO O| May 08 16:43:21.725 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-05-08T16:43:23.111Z[ recovery-image] May 08 16:43:21.735 INFO O| May 08 16:43:21.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
78422026-05-08T16:43:23.111Z[ recovery-image] May 08 16:43:21.735 INFO O| May 08 16:43:21.735 INFO STEP 1013 (remove_files) COMPLETE
78432026-05-08T16:43:23.111Z[ recovery-image] May 08 16:43:21.735 INFO O| May 08 16:43:21.735 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-05-08T16:43:23.111Z[ recovery-image] May 08 16:43:21.744 INFO O| May 08 16:43:21.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
78452026-05-08T16:43:23.111Z[ recovery-image] May 08 16:43:21.744 INFO O| May 08 16:43:21.744 INFO STEP 1014 (remove_files) COMPLETE
78462026-05-08T16:43:23.111Z[ recovery-image] May 08 16:43:21.744 INFO O| May 08 16:43:21.744 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-05-08T16:43:23.111Z[ recovery-image] May 08 16:43:21.753 INFO O| May 08 16:43:21.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
78482026-05-08T16:43:23.111Z[ recovery-image] May 08 16:43:21.754 INFO O| May 08 16:43:21.754 INFO STEP 1015 (remove_files) COMPLETE
78492026-05-08T16:43:23.111Z[ recovery-image] May 08 16:43:21.754 INFO O| May 08 16:43:21.754 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-05-08T16:43:23.155Z[ recovery-image] May 08 16:43:21.762 INFO O| May 08 16:43:21.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
78512026-05-08T16:43:23.155Z[ recovery-image] May 08 16:43:21.762 INFO O| May 08 16:43:21.762 INFO STEP 1016 (remove_files) COMPLETE
78522026-05-08T16:43:23.155Z[ recovery-image] May 08 16:43:21.762 INFO O| May 08 16:43:21.762 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-05-08T16:43:23.155Z[ recovery-image] May 08 16:43:21.772 INFO O| May 08 16:43:21.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
78542026-05-08T16:43:23.155Z[ recovery-image] May 08 16:43:21.773 INFO O| May 08 16:43:21.773 INFO STEP 1017 (remove_files) COMPLETE
78552026-05-08T16:43:23.155Z[ recovery-image] May 08 16:43:21.773 INFO O| May 08 16:43:21.773 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-05-08T16:43:23.155Z[ recovery-image] May 08 16:43:21.782 INFO O| May 08 16:43:21.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
78572026-05-08T16:43:23.155Z[ recovery-image] May 08 16:43:21.782 INFO O| May 08 16:43:21.782 INFO STEP 1018 (remove_files) COMPLETE
78582026-05-08T16:43:23.155Z[ recovery-image] May 08 16:43:21.782 INFO O| May 08 16:43:21.782 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-05-08T16:43:23.160Z[ recovery-image] May 08 16:43:21.790 INFO O| May 08 16:43:21.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
78602026-05-08T16:43:23.160Z[ recovery-image] May 08 16:43:21.790 INFO O| May 08 16:43:21.790 INFO STEP 1019 (remove_files) COMPLETE
78612026-05-08T16:43:23.160Z[ recovery-image] May 08 16:43:21.790 INFO O| May 08 16:43:21.790 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-05-08T16:43:23.160Z[ recovery-image] May 08 16:43:21.798 INFO O| May 08 16:43:21.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
78632026-05-08T16:43:23.160Z[ recovery-image] May 08 16:43:21.799 INFO O| May 08 16:43:21.799 INFO STEP 1020 (remove_files) COMPLETE
78642026-05-08T16:43:23.160Z[ recovery-image] May 08 16:43:21.799 INFO O| May 08 16:43:21.799 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-05-08T16:43:23.160Z[ recovery-image] May 08 16:43:21.808 INFO O| May 08 16:43:21.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
78662026-05-08T16:43:23.160Z[ recovery-image] May 08 16:43:21.808 INFO O| May 08 16:43:21.808 INFO STEP 1021 (remove_files) COMPLETE
78672026-05-08T16:43:23.160Z[ recovery-image] May 08 16:43:21.808 INFO O| May 08 16:43:21.808 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-05-08T16:43:23.160Z[ recovery-image] May 08 16:43:21.816 INFO O| May 08 16:43:21.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
78692026-05-08T16:43:23.160Z[ recovery-image] May 08 16:43:21.816 INFO O| May 08 16:43:21.816 INFO STEP 1022 (remove_files) COMPLETE
78702026-05-08T16:43:23.160Z[ recovery-image] May 08 16:43:21.816 INFO O| May 08 16:43:21.816 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-05-08T16:43:23.172Z[ recovery-image] May 08 16:43:21.825 INFO O| May 08 16:43:21.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
78722026-05-08T16:43:23.172Z[ recovery-image] May 08 16:43:21.825 INFO O| May 08 16:43:21.825 INFO STEP 1023 (remove_files) COMPLETE
78732026-05-08T16:43:23.172Z[ recovery-image] May 08 16:43:21.825 INFO O| May 08 16:43:21.825 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-05-08T16:43:23.181Z[ recovery-image] May 08 16:43:21.833 INFO O| May 08 16:43:21.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
78752026-05-08T16:43:23.181Z[ recovery-image] May 08 16:43:21.833 INFO O| May 08 16:43:21.833 INFO STEP 1024 (remove_files) COMPLETE
78762026-05-08T16:43:23.181Z[ recovery-image] May 08 16:43:21.833 INFO O| May 08 16:43:21.833 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-05-08T16:43:23.189Z[ recovery-image] May 08 16:43:21.842 INFO O| May 08 16:43:21.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
78782026-05-08T16:43:23.189Z[ recovery-image] May 08 16:43:21.842 INFO O| May 08 16:43:21.842 INFO STEP 1025 (remove_files) COMPLETE
78792026-05-08T16:43:23.189Z[ recovery-image] May 08 16:43:21.842 INFO O| May 08 16:43:21.842 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-05-08T16:43:23.219Z[ recovery-image] May 08 16:43:21.850 INFO O| May 08 16:43:21.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
78812026-05-08T16:43:23.219Z[ recovery-image] May 08 16:43:21.851 INFO O| May 08 16:43:21.851 INFO STEP 1026 (remove_files) COMPLETE
78822026-05-08T16:43:23.219Z[ recovery-image] May 08 16:43:21.851 INFO O| May 08 16:43:21.851 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-05-08T16:43:23.219Z[ recovery-image] May 08 16:43:21.859 INFO O| May 08 16:43:21.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
78842026-05-08T16:43:23.219Z[ recovery-image] May 08 16:43:21.859 INFO O| May 08 16:43:21.859 INFO STEP 1027 (remove_files) COMPLETE
78852026-05-08T16:43:23.219Z[ recovery-image] May 08 16:43:21.859 INFO O| May 08 16:43:21.859 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-05-08T16:43:23.219Z[ recovery-image] May 08 16:43:21.867 INFO O| May 08 16:43:21.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
78872026-05-08T16:43:23.219Z[ recovery-image] May 08 16:43:21.867 INFO O| May 08 16:43:21.867 INFO STEP 1028 (remove_files) COMPLETE
78882026-05-08T16:43:23.219Z[ recovery-image] May 08 16:43:21.867 INFO O| May 08 16:43:21.867 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-05-08T16:43:23.219Z[ recovery-image] May 08 16:43:21.877 INFO O| May 08 16:43:21.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
78902026-05-08T16:43:23.219Z[ recovery-image] May 08 16:43:21.877 INFO O| May 08 16:43:21.877 INFO STEP 1029 (remove_files) COMPLETE
78912026-05-08T16:43:23.219Z[ recovery-image] May 08 16:43:21.877 INFO O| May 08 16:43:21.877 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-05-08T16:43:23.227Z[ recovery-image] May 08 16:43:21.886 INFO O| May 08 16:43:21.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
78932026-05-08T16:43:23.227Z[ recovery-image] May 08 16:43:21.886 INFO O| May 08 16:43:21.886 INFO STEP 1030 (remove_files) COMPLETE
78942026-05-08T16:43:23.227Z[ recovery-image] May 08 16:43:21.886 INFO O| May 08 16:43:21.886 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-05-08T16:43:23.235Z[ recovery-image] May 08 16:43:21.895 INFO O| May 08 16:43:21.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
78962026-05-08T16:43:23.236Z[ recovery-image] May 08 16:43:21.895 INFO O| May 08 16:43:21.895 INFO STEP 1031 (remove_files) COMPLETE
78972026-05-08T16:43:23.236Z[ recovery-image] May 08 16:43:21.895 INFO O| May 08 16:43:21.895 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-05-08T16:43:23.247Z[ recovery-image] May 08 16:43:21.904 INFO O| May 08 16:43:21.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
78992026-05-08T16:43:23.247Z[ recovery-image] May 08 16:43:21.904 INFO O| May 08 16:43:21.904 INFO STEP 1032 (remove_files) COMPLETE
79002026-05-08T16:43:23.247Z[ recovery-image] May 08 16:43:21.904 INFO O| May 08 16:43:21.904 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-05-08T16:43:23.261Z[ recovery-image] May 08 16:43:21.913 INFO O| May 08 16:43:21.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79022026-05-08T16:43:23.261Z[ recovery-image] May 08 16:43:21.913 INFO O| May 08 16:43:21.913 INFO STEP 1033 (remove_files) COMPLETE
79032026-05-08T16:43:23.261Z[ recovery-image] May 08 16:43:21.913 INFO O| May 08 16:43:21.913 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-05-08T16:43:23.268Z[ recovery-image] May 08 16:43:21.922 INFO O| May 08 16:43:21.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79052026-05-08T16:43:23.268Z[ recovery-image] May 08 16:43:21.922 INFO O| May 08 16:43:21.922 INFO STEP 1034 (remove_files) COMPLETE
79062026-05-08T16:43:23.269Z[ recovery-image] May 08 16:43:21.922 INFO O| May 08 16:43:21.922 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-05-08T16:43:23.276Z[ recovery-image] May 08 16:43:21.931 INFO O| May 08 16:43:21.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79082026-05-08T16:43:23.276Z[ recovery-image] May 08 16:43:21.931 INFO O| May 08 16:43:21.931 INFO STEP 1035 (remove_files) COMPLETE
79092026-05-08T16:43:23.276Z[ recovery-image] May 08 16:43:21.931 INFO O| May 08 16:43:21.931 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-05-08T16:43:23.284Z[ recovery-image] May 08 16:43:21.940 INFO O| May 08 16:43:21.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79112026-05-08T16:43:23.284Z[ recovery-image] May 08 16:43:21.941 INFO O| May 08 16:43:21.941 INFO STEP 1036 (remove_files) COMPLETE
79122026-05-08T16:43:23.284Z[ recovery-image] May 08 16:43:21.941 INFO O| May 08 16:43:21.941 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-05-08T16:43:23.290Z[ recovery-image] May 08 16:43:21.949 INFO O| May 08 16:43:21.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
79142026-05-08T16:43:23.290Z[ recovery-image] May 08 16:43:21.949 INFO O| May 08 16:43:21.949 INFO STEP 1037 (remove_files) COMPLETE
79152026-05-08T16:43:23.296Z[ recovery-image] May 08 16:43:21.949 INFO O| May 08 16:43:21.949 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-05-08T16:43:23.304Z[ recovery-image] May 08 16:43:21.958 INFO O| May 08 16:43:21.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
79172026-05-08T16:43:23.304Z[ recovery-image] May 08 16:43:21.959 INFO O| May 08 16:43:21.959 INFO STEP 1038 (remove_files) COMPLETE
79182026-05-08T16:43:23.304Z[ recovery-image] May 08 16:43:21.959 INFO O| May 08 16:43:21.959 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-05-08T16:43:23.311Z[ recovery-image] May 08 16:43:21.968 INFO O| May 08 16:43:21.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
79202026-05-08T16:43:23.311Z[ recovery-image] May 08 16:43:21.968 INFO O| May 08 16:43:21.968 INFO STEP 1039 (remove_files) COMPLETE
79212026-05-08T16:43:23.311Z[ recovery-image] May 08 16:43:21.968 INFO O| May 08 16:43:21.968 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-05-08T16:43:23.324Z[ recovery-image] May 08 16:43:21.977 INFO O| May 08 16:43:21.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
79232026-05-08T16:43:23.324Z[ recovery-image] May 08 16:43:21.977 INFO O| May 08 16:43:21.977 INFO STEP 1040 (remove_files) COMPLETE
79242026-05-08T16:43:23.324Z[ recovery-image] May 08 16:43:21.977 INFO O| May 08 16:43:21.977 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-05-08T16:43:23.335Z[ recovery-image] May 08 16:43:21.987 INFO O| May 08 16:43:21.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
79262026-05-08T16:43:23.335Z[ recovery-image] May 08 16:43:21.987 INFO O| May 08 16:43:21.987 INFO STEP 1041 (remove_files) COMPLETE
79272026-05-08T16:43:23.335Z[ recovery-image] May 08 16:43:21.987 INFO O| May 08 16:43:21.987 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-05-08T16:43:23.343Z[ recovery-image] May 08 16:43:21.997 INFO O| May 08 16:43:21.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
79292026-05-08T16:43:23.343Z[ recovery-image] May 08 16:43:21.997 INFO O| May 08 16:43:21.997 INFO STEP 1042 (remove_files) COMPLETE
79302026-05-08T16:43:23.343Z[ recovery-image] May 08 16:43:21.997 INFO O| May 08 16:43:21.997 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-05-08T16:43:23.352Z[ recovery-image] May 08 16:43:22.009 INFO O| May 08 16:43:22.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
79322026-05-08T16:43:23.352Z[ recovery-image] May 08 16:43:22.009 INFO O| May 08 16:43:22.009 INFO STEP 1043 (remove_files) COMPLETE
79332026-05-08T16:43:23.352Z[ recovery-image] May 08 16:43:22.009 INFO O| May 08 16:43:22.009 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-05-08T16:43:23.384Z[ recovery-image] May 08 16:43:22.019 INFO O| May 08 16:43:22.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
79352026-05-08T16:43:23.384Z[ recovery-image] May 08 16:43:22.019 INFO O| May 08 16:43:22.019 INFO STEP 1044 (remove_files) COMPLETE
79362026-05-08T16:43:23.396Z[ recovery-image] May 08 16:43:22.019 INFO O| May 08 16:43:22.019 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-05-08T16:43:23.396Z[ recovery-image] May 08 16:43:22.030 INFO O| May 08 16:43:22.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
79382026-05-08T16:43:23.396Z[ recovery-image] May 08 16:43:22.030 INFO O| May 08 16:43:22.030 INFO STEP 1045 (remove_files) COMPLETE
79392026-05-08T16:43:23.397Z[ recovery-image] May 08 16:43:22.030 INFO O| May 08 16:43:22.030 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-05-08T16:43:23.397Z[ recovery-image] May 08 16:43:22.041 INFO O| May 08 16:43:22.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
79412026-05-08T16:43:23.397Z[ recovery-image] May 08 16:43:22.041 INFO O| May 08 16:43:22.041 INFO STEP 1046 (remove_files) COMPLETE
79422026-05-08T16:43:23.397Z[ recovery-image] May 08 16:43:22.041 INFO O| May 08 16:43:22.041 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-05-08T16:43:23.405Z[ recovery-image] May 08 16:43:22.052 INFO O| May 08 16:43:22.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
79442026-05-08T16:43:23.405Z[ recovery-image] May 08 16:43:22.052 INFO O| May 08 16:43:22.052 INFO STEP 1047 (remove_files) COMPLETE
79452026-05-08T16:43:23.405Z[ recovery-image] May 08 16:43:22.052 INFO O| May 08 16:43:22.052 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-05-08T16:43:23.405Z[ recovery-image] May 08 16:43:22.062 INFO O| May 08 16:43:22.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
79472026-05-08T16:43:23.405Z[ recovery-image] May 08 16:43:22.062 INFO O| May 08 16:43:22.062 INFO STEP 1048 (remove_files) COMPLETE
79482026-05-08T16:43:23.405Z[ recovery-image] May 08 16:43:22.062 INFO O| May 08 16:43:22.062 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-05-08T16:43:23.414Z[ recovery-image] May 08 16:43:22.072 INFO O| May 08 16:43:22.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
79502026-05-08T16:43:23.414Z[ recovery-image] May 08 16:43:22.072 INFO O| May 08 16:43:22.072 INFO STEP 1049 (remove_files) COMPLETE
79512026-05-08T16:43:23.414Z[ recovery-image] May 08 16:43:22.072 INFO O| May 08 16:43:22.072 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-05-08T16:43:23.426Z[ recovery-image] May 08 16:43:22.082 INFO O| May 08 16:43:22.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
79532026-05-08T16:43:23.426Z[ recovery-image] May 08 16:43:22.082 INFO O| May 08 16:43:22.082 INFO STEP 1050 (remove_files) COMPLETE
79542026-05-08T16:43:23.426Z[ recovery-image] May 08 16:43:22.082 INFO O| May 08 16:43:22.082 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-05-08T16:43:23.434Z[ recovery-image] May 08 16:43:22.091 INFO O| May 08 16:43:22.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
79562026-05-08T16:43:23.434Z[ recovery-image] May 08 16:43:22.091 INFO O| May 08 16:43:22.091 INFO STEP 1051 (remove_files) COMPLETE
79572026-05-08T16:43:23.434Z[ recovery-image] May 08 16:43:22.091 INFO O| May 08 16:43:22.091 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-05-08T16:43:23.442Z[ recovery-image] May 08 16:43:22.101 INFO O| May 08 16:43:22.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
79592026-05-08T16:43:23.442Z[ recovery-image] May 08 16:43:22.101 INFO O| May 08 16:43:22.101 INFO STEP 1052 (remove_files) COMPLETE
79602026-05-08T16:43:23.442Z[ recovery-image] May 08 16:43:22.101 INFO O| May 08 16:43:22.101 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-05-08T16:43:23.451Z[ recovery-image] May 08 16:43:22.111 INFO O| May 08 16:43:22.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
79622026-05-08T16:43:23.451Z[ recovery-image] May 08 16:43:22.111 INFO O| May 08 16:43:22.111 INFO STEP 1053 (remove_files) COMPLETE
79632026-05-08T16:43:23.451Z[ recovery-image] May 08 16:43:22.111 INFO O| May 08 16:43:22.111 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-05-08T16:43:23.461Z[ recovery-image] May 08 16:43:22.121 INFO O| May 08 16:43:22.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
79652026-05-08T16:43:23.461Z[ recovery-image] May 08 16:43:22.121 INFO O| May 08 16:43:22.121 INFO STEP 1054 (remove_files) COMPLETE
79662026-05-08T16:43:23.462Z[ recovery-image] May 08 16:43:22.121 INFO O| May 08 16:43:22.121 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-05-08T16:43:23.472Z[ recovery-image] May 08 16:43:22.131 INFO O| May 08 16:43:22.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
79682026-05-08T16:43:23.472Z[ recovery-image] May 08 16:43:22.131 INFO O| May 08 16:43:22.131 INFO STEP 1055 (remove_files) COMPLETE
79692026-05-08T16:43:23.472Z[ recovery-image] May 08 16:43:22.131 INFO O| May 08 16:43:22.131 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-05-08T16:43:23.481Z[ recovery-image] May 08 16:43:22.140 INFO O| May 08 16:43:22.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
79712026-05-08T16:43:23.481Z[ recovery-image] May 08 16:43:22.140 INFO O| May 08 16:43:22.140 INFO STEP 1056 (remove_files) COMPLETE
79722026-05-08T16:43:23.489Z[ recovery-image] May 08 16:43:22.140 INFO O| May 08 16:43:22.140 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-05-08T16:43:23.497Z[ recovery-image] May 08 16:43:22.149 INFO O| May 08 16:43:22.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
79742026-05-08T16:43:23.497Z[ recovery-image] May 08 16:43:22.150 INFO O| May 08 16:43:22.150 INFO STEP 1057 (remove_files) COMPLETE
79752026-05-08T16:43:23.497Z[ recovery-image] May 08 16:43:22.150 INFO O| May 08 16:43:22.150 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-05-08T16:43:23.503Z[ recovery-image] May 08 16:43:22.159 INFO O| May 08 16:43:22.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
79772026-05-08T16:43:23.503Z[ recovery-image] May 08 16:43:22.159 INFO O| May 08 16:43:22.159 INFO STEP 1058 (remove_files) COMPLETE
79782026-05-08T16:43:23.503Z[ recovery-image] May 08 16:43:22.159 INFO O| May 08 16:43:22.159 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-05-08T16:43:23.510Z[ recovery-image] May 08 16:43:22.168 INFO O| May 08 16:43:22.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
79802026-05-08T16:43:23.510Z[ recovery-image] May 08 16:43:22.168 INFO O| May 08 16:43:22.168 INFO STEP 1059 (remove_files) COMPLETE
79812026-05-08T16:43:23.510Z[ recovery-image] May 08 16:43:22.168 INFO O| May 08 16:43:22.168 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-05-08T16:43:23.519Z[ recovery-image] May 08 16:43:22.177 INFO O| May 08 16:43:22.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
79832026-05-08T16:43:23.519Z[ recovery-image] May 08 16:43:22.177 INFO O| May 08 16:43:22.177 INFO STEP 1060 (remove_files) COMPLETE
79842026-05-08T16:43:23.519Z[ recovery-image] May 08 16:43:22.177 INFO O| May 08 16:43:22.177 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-05-08T16:43:23.527Z[ recovery-image] May 08 16:43:22.185 INFO O| May 08 16:43:22.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
79862026-05-08T16:43:23.527Z[ recovery-image] May 08 16:43:22.185 INFO O| May 08 16:43:22.185 INFO STEP 1061 (remove_files) COMPLETE
79872026-05-08T16:43:23.527Z[ recovery-image] May 08 16:43:22.185 INFO O| May 08 16:43:22.185 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-05-08T16:43:23.536Z[ recovery-image] May 08 16:43:22.194 INFO O| May 08 16:43:22.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
79892026-05-08T16:43:23.536Z[ recovery-image] May 08 16:43:22.194 INFO O| May 08 16:43:22.194 INFO STEP 1062 (remove_files) COMPLETE
79902026-05-08T16:43:23.536Z[ recovery-image] May 08 16:43:22.194 INFO O| May 08 16:43:22.194 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-05-08T16:43:23.544Z[ recovery-image] May 08 16:43:22.203 INFO O| May 08 16:43:22.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
79922026-05-08T16:43:23.544Z[ recovery-image] May 08 16:43:22.203 INFO O| May 08 16:43:22.203 INFO STEP 1063 (remove_files) COMPLETE
79932026-05-08T16:43:23.544Z[ recovery-image] May 08 16:43:22.203 INFO O| May 08 16:43:22.203 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-05-08T16:43:23.553Z[ recovery-image] May 08 16:43:22.211 INFO O| May 08 16:43:22.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
79952026-05-08T16:43:23.553Z[ recovery-image] May 08 16:43:22.211 INFO O| May 08 16:43:22.211 INFO STEP 1064 (remove_files) COMPLETE
79962026-05-08T16:43:23.553Z[ recovery-image] May 08 16:43:22.211 INFO O| May 08 16:43:22.211 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-05-08T16:43:23.563Z[ recovery-image] May 08 16:43:22.219 INFO O| May 08 16:43:22.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
79982026-05-08T16:43:23.563Z[ recovery-image] May 08 16:43:22.219 INFO O| May 08 16:43:22.219 INFO STEP 1065 (remove_files) COMPLETE
79992026-05-08T16:43:23.563Z[ recovery-image] May 08 16:43:22.219 INFO O| May 08 16:43:22.219 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-05-08T16:43:23.572Z[ recovery-image] May 08 16:43:22.227 INFO O| May 08 16:43:22.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80012026-05-08T16:43:23.572Z[ recovery-image] May 08 16:43:22.227 INFO O| May 08 16:43:22.227 INFO STEP 1066 (remove_files) COMPLETE
80022026-05-08T16:43:23.572Z[ recovery-image] May 08 16:43:22.227 INFO O| May 08 16:43:22.227 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-05-08T16:43:23.582Z[ recovery-image] May 08 16:43:22.236 INFO O| May 08 16:43:22.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80042026-05-08T16:43:23.582Z[ recovery-image] May 08 16:43:22.236 INFO O| May 08 16:43:22.236 INFO STEP 1067 (remove_files) COMPLETE
80052026-05-08T16:43:23.582Z[ recovery-image] May 08 16:43:22.236 INFO O| May 08 16:43:22.236 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-05-08T16:43:23.589Z[ recovery-image] May 08 16:43:22.244 INFO O| May 08 16:43:22.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80072026-05-08T16:43:23.589Z[ recovery-image] May 08 16:43:22.244 INFO O| May 08 16:43:22.244 INFO STEP 1068 (remove_files) COMPLETE
80082026-05-08T16:43:23.589Z[ recovery-image] May 08 16:43:22.244 INFO O| May 08 16:43:22.244 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-05-08T16:43:23.598Z[ recovery-image] May 08 16:43:22.253 INFO O| May 08 16:43:22.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80102026-05-08T16:43:23.598Z[ recovery-image] May 08 16:43:22.253 INFO O| May 08 16:43:22.253 INFO STEP 1069 (remove_files) COMPLETE
80112026-05-08T16:43:23.598Z[ recovery-image] May 08 16:43:22.253 INFO O| May 08 16:43:22.253 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-05-08T16:43:23.607Z[ recovery-image] May 08 16:43:22.261 INFO O| May 08 16:43:22.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80132026-05-08T16:43:23.607Z[ recovery-image] May 08 16:43:22.261 INFO O| May 08 16:43:22.261 INFO STEP 1070 (remove_files) COMPLETE
80142026-05-08T16:43:23.607Z[ recovery-image] May 08 16:43:22.261 INFO O| May 08 16:43:22.261 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-05-08T16:43:23.622Z[ recovery-image] May 08 16:43:22.269 INFO O| May 08 16:43:22.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
80162026-05-08T16:43:23.622Z[ recovery-image] May 08 16:43:22.269 INFO O| May 08 16:43:22.269 INFO STEP 1071 (remove_files) COMPLETE
80172026-05-08T16:43:23.622Z[ recovery-image] May 08 16:43:22.269 INFO O| May 08 16:43:22.269 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-05-08T16:43:23.631Z[ recovery-image] May 08 16:43:22.276 INFO O| May 08 16:43:22.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
80192026-05-08T16:43:23.631Z[ recovery-image] May 08 16:43:22.277 INFO O| May 08 16:43:22.276 INFO STEP 1072 (remove_files) COMPLETE
80202026-05-08T16:43:23.632Z[ recovery-image] May 08 16:43:22.277 INFO O| May 08 16:43:22.276 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-05-08T16:43:23.632Z[ recovery-image] May 08 16:43:22.285 INFO O| May 08 16:43:22.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
80222026-05-08T16:43:23.632Z[ recovery-image] May 08 16:43:22.285 INFO O| May 08 16:43:22.285 INFO STEP 1073 (remove_files) COMPLETE
80232026-05-08T16:43:23.632Z[ recovery-image] May 08 16:43:22.285 INFO O| May 08 16:43:22.285 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-05-08T16:43:23.641Z[ recovery-image] May 08 16:43:22.292 INFO O| May 08 16:43:22.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
80252026-05-08T16:43:23.641Z[ recovery-image] May 08 16:43:22.293 INFO O| May 08 16:43:22.293 INFO STEP 1074 (remove_files) COMPLETE
80262026-05-08T16:43:23.641Z[ recovery-image] May 08 16:43:22.293 INFO O| May 08 16:43:22.293 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-05-08T16:43:23.651Z[ recovery-image] May 08 16:43:22.301 INFO O| May 08 16:43:22.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
80282026-05-08T16:43:23.651Z[ recovery-image] May 08 16:43:22.301 INFO O| May 08 16:43:22.301 INFO STEP 1075 (remove_files) COMPLETE
80292026-05-08T16:43:23.651Z[ recovery-image] May 08 16:43:22.301 INFO O| May 08 16:43:22.301 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-05-08T16:43:23.651Z[ recovery-image] May 08 16:43:22.310 INFO O| May 08 16:43:22.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
80312026-05-08T16:43:23.651Z[ recovery-image] May 08 16:43:22.310 INFO O| May 08 16:43:22.310 INFO STEP 1076 (remove_files) COMPLETE
80322026-05-08T16:43:23.651Z[ recovery-image] May 08 16:43:22.310 INFO O| May 08 16:43:22.310 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-05-08T16:43:23.660Z[ recovery-image] May 08 16:43:22.318 INFO O| May 08 16:43:22.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
80342026-05-08T16:43:23.660Z[ recovery-image] May 08 16:43:22.318 INFO O| May 08 16:43:22.318 INFO STEP 1077 (remove_files) COMPLETE
80352026-05-08T16:43:23.660Z[ recovery-image] May 08 16:43:22.318 INFO O| May 08 16:43:22.318 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-05-08T16:43:23.673Z[ recovery-image] May 08 16:43:22.326 INFO O| May 08 16:43:22.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
80372026-05-08T16:43:23.673Z[ recovery-image] May 08 16:43:22.326 INFO O| May 08 16:43:22.326 INFO STEP 1078 (remove_files) COMPLETE
80382026-05-08T16:43:23.673Z[ recovery-image] May 08 16:43:22.326 INFO O| May 08 16:43:22.326 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-05-08T16:43:23.689Z[ recovery-image] May 08 16:43:22.334 INFO O| May 08 16:43:22.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
80402026-05-08T16:43:23.689Z[ recovery-image] May 08 16:43:22.334 INFO O| May 08 16:43:22.334 INFO STEP 1079 (remove_files) COMPLETE
80412026-05-08T16:43:23.689Z[ recovery-image] May 08 16:43:22.334 INFO O| May 08 16:43:22.334 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-05-08T16:43:23.698Z[ recovery-image] May 08 16:43:22.343 INFO O| May 08 16:43:22.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
80432026-05-08T16:43:23.698Z[ recovery-image] May 08 16:43:22.343 INFO O| May 08 16:43:22.343 INFO STEP 1080 (remove_files) COMPLETE
80442026-05-08T16:43:23.698Z[ recovery-image] May 08 16:43:22.343 INFO O| May 08 16:43:22.343 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-05-08T16:43:23.698Z[ recovery-image] May 08 16:43:22.353 INFO O| May 08 16:43:22.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
80462026-05-08T16:43:23.698Z[ recovery-image] May 08 16:43:22.353 INFO O| May 08 16:43:22.353 INFO STEP 1081 (remove_files) COMPLETE
80472026-05-08T16:43:23.698Z[ recovery-image] May 08 16:43:22.353 INFO O| May 08 16:43:22.353 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-05-08T16:43:23.706Z[ recovery-image] May 08 16:43:22.362 INFO O| May 08 16:43:22.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
80492026-05-08T16:43:23.706Z[ recovery-image] May 08 16:43:22.363 INFO O| May 08 16:43:22.363 INFO STEP 1082 (remove_files) COMPLETE
80502026-05-08T16:43:23.706Z[ recovery-image] May 08 16:43:22.363 INFO O| May 08 16:43:22.363 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-05-08T16:43:23.714Z[ recovery-image] May 08 16:43:22.374 INFO O| May 08 16:43:22.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
80522026-05-08T16:43:23.714Z[ recovery-image] May 08 16:43:22.374 INFO O| May 08 16:43:22.374 INFO STEP 1083 (remove_files) COMPLETE
80532026-05-08T16:43:23.721Z[ recovery-image] May 08 16:43:22.374 INFO O| May 08 16:43:22.374 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-05-08T16:43:23.734Z[ recovery-image] May 08 16:43:22.384 INFO O| May 08 16:43:22.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
80552026-05-08T16:43:23.734Z[ recovery-image] May 08 16:43:22.384 INFO O| May 08 16:43:22.384 INFO STEP 1084 (remove_files) COMPLETE
80562026-05-08T16:43:23.734Z[ recovery-image] May 08 16:43:22.384 INFO O| May 08 16:43:22.384 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-05-08T16:43:23.748Z[ recovery-image] May 08 16:43:22.394 INFO O| May 08 16:43:22.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
80582026-05-08T16:43:23.748Z[ recovery-image] May 08 16:43:22.394 INFO O| May 08 16:43:22.394 INFO STEP 1085 (remove_files) COMPLETE
80592026-05-08T16:43:23.748Z[ recovery-image] May 08 16:43:22.394 INFO O| May 08 16:43:22.394 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-05-08T16:43:23.757Z[ recovery-image] May 08 16:43:22.403 INFO O| May 08 16:43:22.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
80612026-05-08T16:43:23.757Z[ recovery-image] May 08 16:43:22.403 INFO O| May 08 16:43:22.403 INFO STEP 1086 (remove_files) COMPLETE
80622026-05-08T16:43:23.757Z[ recovery-image] May 08 16:43:22.403 INFO O| May 08 16:43:22.403 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-05-08T16:43:23.757Z[ recovery-image] May 08 16:43:22.413 INFO O| May 08 16:43:22.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
80642026-05-08T16:43:23.757Z[ recovery-image] May 08 16:43:22.413 INFO O| May 08 16:43:22.413 INFO STEP 1087 (remove_files) COMPLETE
80652026-05-08T16:43:23.757Z[ recovery-image] May 08 16:43:22.413 INFO O| May 08 16:43:22.413 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-05-08T16:43:23.782Z[ recovery-image] May 08 16:43:22.422 INFO O| May 08 16:43:22.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
80672026-05-08T16:43:23.782Z[ recovery-image] May 08 16:43:22.422 INFO O| May 08 16:43:22.422 INFO STEP 1088 (remove_files) COMPLETE
80682026-05-08T16:43:23.782Z[ recovery-image] May 08 16:43:22.422 INFO O| May 08 16:43:22.422 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-05-08T16:43:23.782Z[ recovery-image] May 08 16:43:22.432 INFO O| May 08 16:43:22.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
80702026-05-08T16:43:23.782Z[ recovery-image] May 08 16:43:22.432 INFO O| May 08 16:43:22.432 INFO STEP 1089 (remove_files) COMPLETE
80712026-05-08T16:43:23.782Z[ recovery-image] May 08 16:43:22.432 INFO O| May 08 16:43:22.432 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-05-08T16:43:23.791Z[ recovery-image] May 08 16:43:22.442 INFO O| May 08 16:43:22.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
80732026-05-08T16:43:23.791Z[ recovery-image] May 08 16:43:22.442 INFO O| May 08 16:43:22.442 INFO STEP 1090 (remove_files) COMPLETE
80742026-05-08T16:43:23.792Z[ recovery-image] May 08 16:43:22.442 INFO O| May 08 16:43:22.442 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-05-08T16:43:23.800Z[ recovery-image] May 08 16:43:22.453 INFO O| May 08 16:43:22.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
80762026-05-08T16:43:23.800Z[ recovery-image] May 08 16:43:22.453 INFO O| May 08 16:43:22.453 INFO STEP 1091 (remove_files) COMPLETE
80772026-05-08T16:43:23.800Z[ recovery-image] May 08 16:43:22.453 INFO O| May 08 16:43:22.453 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-05-08T16:43:23.809Z[ recovery-image] May 08 16:43:22.463 INFO O| May 08 16:43:22.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
80792026-05-08T16:43:23.809Z[ recovery-image] May 08 16:43:22.463 INFO O| May 08 16:43:22.463 INFO STEP 1092 (remove_files) COMPLETE
80802026-05-08T16:43:23.809Z[ recovery-image] May 08 16:43:22.463 INFO O| May 08 16:43:22.463 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-05-08T16:43:23.817Z[ recovery-image] May 08 16:43:22.474 INFO O| May 08 16:43:22.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
80822026-05-08T16:43:23.817Z[ recovery-image] May 08 16:43:22.474 INFO O| May 08 16:43:22.474 INFO STEP 1093 (remove_files) COMPLETE
80832026-05-08T16:43:23.817Z[ recovery-image] May 08 16:43:22.474 INFO O| May 08 16:43:22.474 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-05-08T16:43:23.826Z[ recovery-image] May 08 16:43:22.483 INFO O| May 08 16:43:22.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
80852026-05-08T16:43:23.826Z[ recovery-image] May 08 16:43:22.483 INFO O| May 08 16:43:22.483 INFO STEP 1094 (remove_files) COMPLETE
80862026-05-08T16:43:23.826Z[ recovery-image] May 08 16:43:22.483 INFO O| May 08 16:43:22.483 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-05-08T16:43:23.834Z[ recovery-image] May 08 16:43:22.492 INFO O| May 08 16:43:22.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
80882026-05-08T16:43:23.834Z[ recovery-image] May 08 16:43:22.493 INFO O| May 08 16:43:22.493 INFO STEP 1095 (remove_files) COMPLETE
80892026-05-08T16:43:23.834Z[ recovery-image] May 08 16:43:22.493 INFO O| May 08 16:43:22.493 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-05-08T16:43:23.842Z[ recovery-image] May 08 16:43:22.502 INFO O| May 08 16:43:22.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
80912026-05-08T16:43:23.843Z[ recovery-image] May 08 16:43:22.502 INFO O| May 08 16:43:22.502 INFO STEP 1096 (remove_files) COMPLETE
80922026-05-08T16:43:23.851Z[ recovery-image] May 08 16:43:22.502 INFO O| May 08 16:43:22.502 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-05-08T16:43:23.859Z[ recovery-image] May 08 16:43:22.512 INFO O| May 08 16:43:22.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
80942026-05-08T16:43:23.859Z[ recovery-image] May 08 16:43:22.512 INFO O| May 08 16:43:22.512 INFO STEP 1097 (remove_files) COMPLETE
80952026-05-08T16:43:23.859Z[ recovery-image] May 08 16:43:22.512 INFO O| May 08 16:43:22.512 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-05-08T16:43:23.868Z[ recovery-image] May 08 16:43:22.523 INFO O| May 08 16:43:22.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
80972026-05-08T16:43:23.868Z[ recovery-image] May 08 16:43:22.523 INFO O| May 08 16:43:22.523 INFO STEP 1098 (remove_files) COMPLETE
80982026-05-08T16:43:23.868Z[ recovery-image] May 08 16:43:22.523 INFO O| May 08 16:43:22.523 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-05-08T16:43:23.878Z[ recovery-image] May 08 16:43:22.534 INFO O| May 08 16:43:22.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81002026-05-08T16:43:23.878Z[ recovery-image] May 08 16:43:22.534 INFO O| May 08 16:43:22.534 INFO STEP 1099 (remove_files) COMPLETE
81012026-05-08T16:43:23.878Z[ recovery-image] May 08 16:43:22.534 INFO O| May 08 16:43:22.534 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-05-08T16:43:23.913Z[ recovery-image] May 08 16:43:22.543 INFO O| May 08 16:43:22.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81032026-05-08T16:43:23.913Z[ recovery-image] May 08 16:43:22.543 INFO O| May 08 16:43:22.543 INFO STEP 1100 (remove_files) COMPLETE
81042026-05-08T16:43:23.913Z[ recovery-image] May 08 16:43:22.543 INFO O| May 08 16:43:22.543 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-05-08T16:43:23.913Z[ recovery-image] May 08 16:43:22.551 INFO O| May 08 16:43:22.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81062026-05-08T16:43:23.913Z[ recovery-image] May 08 16:43:22.553 INFO O| May 08 16:43:22.553 INFO STEP 1101 (remove_files) COMPLETE
81072026-05-08T16:43:23.913Z[ recovery-image] May 08 16:43:22.553 INFO O| May 08 16:43:22.553 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-05-08T16:43:23.913Z[ recovery-image] May 08 16:43:22.562 INFO O| May 08 16:43:22.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81092026-05-08T16:43:23.913Z[ recovery-image] May 08 16:43:22.562 INFO O| May 08 16:43:22.562 INFO STEP 1102 (remove_files) COMPLETE
81102026-05-08T16:43:23.913Z[ recovery-image] May 08 16:43:22.562 INFO O| May 08 16:43:22.562 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-05-08T16:43:23.923Z[ recovery-image] May 08 16:43:22.570 INFO O| May 08 16:43:22.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81122026-05-08T16:43:23.924Z[ recovery-image] May 08 16:43:22.570 INFO O| May 08 16:43:22.570 INFO STEP 1103 (remove_files) COMPLETE
81132026-05-08T16:43:23.924Z[ recovery-image] May 08 16:43:22.570 INFO O| May 08 16:43:22.570 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-05-08T16:43:23.924Z[ recovery-image] May 08 16:43:22.579 INFO O| May 08 16:43:22.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
81152026-05-08T16:43:23.924Z[ recovery-image] May 08 16:43:22.579 INFO O| May 08 16:43:22.579 INFO STEP 1104 (remove_files) COMPLETE
81162026-05-08T16:43:23.924Z[ recovery-image] May 08 16:43:22.579 INFO O| May 08 16:43:22.579 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-05-08T16:43:23.933Z[ recovery-image] May 08 16:43:22.588 INFO O| May 08 16:43:22.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81182026-05-08T16:43:23.933Z[ recovery-image] May 08 16:43:22.588 INFO O| May 08 16:43:22.588 INFO STEP 1105 (remove_files) COMPLETE
81192026-05-08T16:43:23.933Z[ recovery-image] May 08 16:43:22.588 INFO O| May 08 16:43:22.588 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-05-08T16:43:23.951Z[ recovery-image] May 08 16:43:22.611 INFO O| May 08 16:43:22.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
81212026-05-08T16:43:23.951Z[ recovery-image] May 08 16:43:22.611 INFO O| May 08 16:43:22.611 INFO STEP 1106 (remove_files) COMPLETE
81222026-05-08T16:43:23.961Z[ recovery-image] May 08 16:43:22.611 INFO O| May 08 16:43:22.611 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-05-08T16:43:23.970Z[ recovery-image] May 08 16:43:22.621 INFO O| May 08 16:43:22.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
81242026-05-08T16:43:23.970Z[ recovery-image] May 08 16:43:22.621 INFO O| May 08 16:43:22.621 INFO STEP 1107 (remove_files) COMPLETE
81252026-05-08T16:43:23.970Z[ recovery-image] May 08 16:43:22.621 INFO O| May 08 16:43:22.621 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-05-08T16:43:23.983Z[ recovery-image] May 08 16:43:22.631 INFO O| May 08 16:43:22.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
81272026-05-08T16:43:23.983Z[ recovery-image] May 08 16:43:22.631 INFO O| May 08 16:43:22.631 INFO STEP 1108 (remove_files) COMPLETE
81282026-05-08T16:43:23.983Z[ recovery-image] May 08 16:43:22.631 INFO O| May 08 16:43:22.631 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-05-08T16:43:23.983Z[ recovery-image] May 08 16:43:22.640 INFO O| May 08 16:43:22.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
81302026-05-08T16:43:23.983Z[ recovery-image] May 08 16:43:22.640 INFO O| May 08 16:43:22.640 INFO STEP 1109 (remove_files) COMPLETE
81312026-05-08T16:43:23.983Z[ recovery-image] May 08 16:43:22.640 INFO O| May 08 16:43:22.640 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-05-08T16:43:23.995Z[ recovery-image] May 08 16:43:22.649 INFO O| May 08 16:43:22.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
81332026-05-08T16:43:23.996Z[ recovery-image] May 08 16:43:22.649 INFO O| May 08 16:43:22.649 INFO STEP 1110 (remove_files) COMPLETE
81342026-05-08T16:43:23.996Z[ recovery-image] May 08 16:43:22.649 INFO O| May 08 16:43:22.649 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-05-08T16:43:24.004Z[ recovery-image] May 08 16:43:22.658 INFO O| May 08 16:43:22.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
81362026-05-08T16:43:24.004Z[ recovery-image] May 08 16:43:22.658 INFO O| May 08 16:43:22.658 INFO STEP 1111 (remove_files) COMPLETE
81372026-05-08T16:43:24.004Z[ recovery-image] May 08 16:43:22.658 INFO O| May 08 16:43:22.658 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-05-08T16:43:24.015Z[ recovery-image] May 08 16:43:22.667 INFO O| May 08 16:43:22.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
81392026-05-08T16:43:24.015Z[ recovery-image] May 08 16:43:22.667 INFO O| May 08 16:43:22.667 INFO STEP 1112 (remove_files) COMPLETE
81402026-05-08T16:43:24.015Z[ recovery-image] May 08 16:43:22.667 INFO O| May 08 16:43:22.667 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-05-08T16:43:24.024Z[ recovery-image] May 08 16:43:22.675 INFO O| May 08 16:43:22.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
81422026-05-08T16:43:24.024Z[ recovery-image] May 08 16:43:22.675 INFO O| May 08 16:43:22.675 INFO STEP 1113 (remove_files) COMPLETE
81432026-05-08T16:43:24.024Z[ recovery-image] May 08 16:43:22.675 INFO O| May 08 16:43:22.675 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-05-08T16:43:24.030Z[ recovery-image] May 08 16:43:22.684 INFO O| May 08 16:43:22.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
81452026-05-08T16:43:24.030Z[ recovery-image] May 08 16:43:22.684 INFO O| May 08 16:43:22.684 INFO STEP 1114 (remove_files) COMPLETE
81462026-05-08T16:43:24.030Z[ recovery-image] May 08 16:43:22.684 INFO O| May 08 16:43:22.684 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-05-08T16:43:24.038Z[ recovery-image] May 08 16:43:22.693 INFO O| May 08 16:43:22.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
81482026-05-08T16:43:24.038Z[ recovery-image] May 08 16:43:22.693 INFO O| May 08 16:43:22.693 INFO STEP 1115 (remove_files) COMPLETE
81492026-05-08T16:43:24.038Z[ recovery-image] May 08 16:43:22.693 INFO O| May 08 16:43:22.693 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-05-08T16:43:24.047Z[ recovery-image] May 08 16:43:22.703 INFO O| May 08 16:43:22.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
81512026-05-08T16:43:24.047Z[ recovery-image] May 08 16:43:22.703 INFO O| May 08 16:43:22.703 INFO STEP 1116 (remove_files) COMPLETE
81522026-05-08T16:43:24.048Z[ recovery-image] May 08 16:43:22.703 INFO O| May 08 16:43:22.703 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-05-08T16:43:24.057Z[ recovery-image] May 08 16:43:22.713 INFO O| May 08 16:43:22.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
81542026-05-08T16:43:24.057Z[ recovery-image] May 08 16:43:22.713 INFO O| May 08 16:43:22.713 INFO STEP 1117 (remove_files) COMPLETE
81552026-05-08T16:43:24.057Z[ recovery-image] May 08 16:43:22.713 INFO O| May 08 16:43:22.713 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-05-08T16:43:24.065Z[ recovery-image] May 08 16:43:22.723 INFO O| May 08 16:43:22.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
81572026-05-08T16:43:24.065Z[ recovery-image] May 08 16:43:22.723 INFO O| May 08 16:43:22.723 INFO STEP 1118 (remove_files) COMPLETE
81582026-05-08T16:43:24.065Z[ recovery-image] May 08 16:43:22.723 INFO O| May 08 16:43:22.723 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
81592026-05-08T16:43:24.094Z[ recovery-image] May 08 16:43:22.739 INFO O| May 08 16:43:22.739 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
81602026-05-08T16:43:24.094Z[ recovery-image] May 08 16:43:22.739 INFO O| May 08 16:43:22.739 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
81612026-05-08T16:43:28.654Z[ recovery-image] May 08 16:43:23.864 INFO O| May 08 16:43:23.864 INFO STEP 1119 (pack_tar) COMPLETE
81622026-05-08T16:43:28.654Z[ recovery-image] May 08 16:43:23.864 INFO O| May 08 16:43:23.864 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81632026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:23.864 INFO O| May 08 16:43:23.864 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81642026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.316 INFO O| May 08 16:43:24.316 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
81652026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.423 INFO O| May 08 16:43:24.423 INFO completed processing sled/ramdisk-03-recovery-trim
81662026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.427 INFO image builder template: zfs-recovery...
81672026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.427 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/.tmpHY7vUR/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.474", "-n", "zfs-recovery"], pwd: None
81682026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.455 INFO O| May 08 16:43:24.455 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
81692026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.459 INFO O| May 08 16:43:24.458 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
81702026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.528 INFO O| May 08 16:43:24.528 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
81712026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.598 INFO O| May 08 16:43:24.598 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
81722026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.598 INFO O| May 08 16:43:24.598 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
81732026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.602 INFO O| May 08 16:43:24.602 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
81742026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.683 INFO O| May 08 16:43:24.682 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
81752026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.748 INFO O| May 08 16:43:24.747 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
81762026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.756 INFO O| May 08 16:43:24.756 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
81772026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.759 INFO O| May 08 16:43:24.759 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
81782026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.761 INFO O| May 08 16:43:24.761 INFO no lofi found
81792026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.761 INFO O| May 08 16:43:24.761 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
81802026-05-08T16:43:28.661Z[ recovery-image] May 08 16:43:24.761 INFO O| May 08 16:43:24.761 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
81812026-05-08T16:43:28.662Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
81822026-05-08T16:43:28.662Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
81832026-05-08T16:43:28.662Z[ recovery-image] May 08 16:43:27.001 INFO O| May 08 16:43:27.001 INFO lofi device = /dev/dsk/c2t1d0p0
81842026-05-08T16:43:28.662Z[ recovery-image] May 08 16:43:27.001 INFO O| May 08 16:43:27.001 INFO pool device = /dev/dsk/c2t1d0p0
81852026-05-08T16:43:28.662Z[ recovery-image] May 08 16:43:27.001 INFO O| May 08 16:43:27.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"]
81862026-05-08T16:43:28.876Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
81872026-05-08T16:43:29.290Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
81882026-05-08T16:43:29.792Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
81892026-05-08T16:43:30.388Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
81902026-05-08T16:43:30.413Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
81912026-05-08T16:43:35.346Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
81922026-05-08T16:43:39.209Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
81932026-05-08T16:43:48.445Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
81942026-05-08T16:43:54.809Z[ host-image] May 08 16:43:53.468 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.23976:20260508T143012Z
81952026-05-08T16:43:54.809Z[ host-image] May 08 16:43:53.468 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.23976:20260508T143012Z
81962026-05-08T16:43:54.809Z[ host-image] May 08 16:43:53.468 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
81972026-05-08T16:43:54.814Z[ host-image] May 08 16:43:53.468 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
81982026-05-08T16:43:54.814Z[ host-image] May 08 16:43:53.468 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
81992026-05-08T16:43:54.814Z[ host-image] May 08 16:43:53.468 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
82002026-05-08T16:43:54.814Z[ host-image] May 08 16:43:53.468 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
82012026-05-08T16:43:54.814Z[ host-image] May 08 16:43:53.468 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
82022026-05-08T16:43:54.814Z[ host-image] May 08 16:43:53.469 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260508T162932Z
82032026-05-08T16:43:54.815Z[ host-image] May 08 16:43:53.469 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
82042026-05-08T16:43:54.815Z[ host-image] May 08 16:43:53.469 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
82052026-05-08T16:43:54.815Z[ host-image] May 08 16:43:53.469 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.23976:20260508T143012Z
82062026-05-08T16:43:54.815Z[ host-image] May 08 16:43:53.470 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.23976:20260508T143013Z
82072026-05-08T16:43:54.815Z[ host-image] May 08 16:43:53.470 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.23976:20260508T143013Z
82082026-05-08T16:43:54.815Z[ host-image] May 08 16:43:53.470 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.23976:20260508T143013Z
82092026-05-08T16:43:54.815Z[ host-image] May 08 16:43:53.470 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
82102026-05-08T16:43:54.815Z[ host-image] May 08 16:43:53.470 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.23976:20260508T143014Z
82112026-05-08T16:43:54.815Z[ host-image] May 08 16:43:53.470 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.23976:20260508T143014Z
82122026-05-08T16:43:54.815Z[ host-image] May 08 16:43:53.470 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.23976:20260508T143014Z
82132026-05-08T16:43:54.815Z[ host-image] May 08 16:43:53.470 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.23976:20260508T143014Z
82142026-05-08T16:43:54.815Z[ host-image] May 08 16:43:53.470 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.23976:20260508T143015Z
82152026-05-08T16:43:54.816Z[ host-image] May 08 16:43:53.470 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.23976:20260508T143015Z
82162026-05-08T16:43:54.816Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.23976:20260508T143015Z
82172026-05-08T16:43:54.816Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.23976:20260508T143016Z
82182026-05-08T16:43:54.816Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.23976:20260508T143017Z
82192026-05-08T16:43:54.816Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.23976:20260508T143017Z
82202026-05-08T16:43:54.816Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.23976:20260508T143018Z
82212026-05-08T16:43:54.816Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.23976:20260508T143018Z
82222026-05-08T16:43:54.816Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.23976:20260508T143020Z
82232026-05-08T16:43:54.816Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.23976:20260508T143021Z
82242026-05-08T16:43:54.816Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/network/opte@0.40.474:20260420T214202Z
82252026-05-08T16:43:54.816Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.23976:20260508T143022Z
82262026-05-08T16:43:54.816Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.23976:20260508T143024Z
82272026-05-08T16:43:54.816Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.23976:20260508T143025Z
82282026-05-08T16:43:54.817Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.23976:20260508T143026Z
82292026-05-08T16:43:54.817Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.23976:20260508T143027Z
82302026-05-08T16:43:54.817Z[ host-image] May 08 16:43:53.471 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.23976:20260508T143028Z
82312026-05-08T16:43:54.821Z[ host-image] May 08 16:43:53.474 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
82322026-05-08T16:43:54.821Z[ host-image] May 08 16:43:53.474 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.23976:20260508T143028Z
82332026-05-08T16:43:54.821Z[ host-image] May 08 16:43:53.474 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
82342026-05-08T16:43:54.821Z[ host-image] May 08 16:43:53.474 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
82352026-05-08T16:43:54.821Z[ host-image] May 08 16:43:53.475 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
82362026-05-08T16:43:54.821Z[ host-image] May 08 16:43:53.475 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
82372026-05-08T16:43:54.821Z[ host-image] May 08 16:43:53.475 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.23976:20260508T143028Z
82382026-05-08T16:43:54.821Z[ host-image] May 08 16:43:53.475 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
82392026-05-08T16:43:54.821Z[ host-image] May 08 16:43:53.475 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
82402026-05-08T16:43:54.821Z[ host-image] May 08 16:43:53.475 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
82412026-05-08T16:43:54.821Z[ host-image] May 08 16:43:53.475 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
82422026-05-08T16:43:54.821Z[ host-image] May 08 16:43:53.478 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
82432026-05-08T16:43:54.822Z[ host-image] May 08 16:43:53.478 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
82442026-05-08T16:43:54.822Z[ host-image] May 08 16:43:53.478 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
82452026-05-08T16:43:54.822Z[ host-image] May 08 16:43:53.479 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
82462026-05-08T16:43:54.822Z[ host-image] May 08 16:43:53.479 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
82472026-05-08T16:43:54.822Z[ host-image] May 08 16:43:53.479 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
82482026-05-08T16:43:54.831Z[ host-image] May 08 16:43:53.490 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
82492026-05-08T16:43:54.831Z[ host-image] May 08 16:43:53.490 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
82502026-05-08T16:43:54.835Z[ host-image] May 08 16:43:53.490 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
82512026-05-08T16:43:54.835Z[ host-image] May 08 16:43:53.491 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.23976:20260508T143030Z
82522026-05-08T16:43:54.835Z[ host-image] May 08 16:43:53.491 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.23976:20260508T143036Z
82532026-05-08T16:43:54.835Z[ host-image] May 08 16:43:53.491 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
82542026-05-08T16:43:54.835Z[ host-image] May 08 16:43:53.491 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.23976:20260508T143037Z
82552026-05-08T16:43:54.835Z[ host-image] May 08 16:43:53.491 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
82562026-05-08T16:43:54.835Z[ host-image] May 08 16:43:53.491 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
82572026-05-08T16:43:54.836Z[ host-image] May 08 16:43:53.491 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
82582026-05-08T16:43:54.836Z[ host-image] May 08 16:43:53.491 INFO O| install = pkg://helios/network/rsync@3.4.1-3.0:20260212T150619Z
82592026-05-08T16:43:54.836Z[ host-image] May 08 16:43:53.491 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.23976:20260508T143037Z
82602026-05-08T16:43:54.836Z[ host-image] May 08 16:43:53.491 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
82612026-05-08T16:43:54.836Z[ host-image] May 08 16:43:53.492 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
82622026-05-08T16:43:54.836Z[ host-image] May 08 16:43:53.492 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
82632026-05-08T16:43:54.836Z[ host-image] May 08 16:43:53.492 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
82642026-05-08T16:43:54.836Z[ host-image] May 08 16:43:53.492 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.23976:20260508T143037Z
82652026-05-08T16:43:54.836Z[ host-image] May 08 16:43:53.492 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
82662026-05-08T16:43:54.840Z[ host-image] May 08 16:43:53.496 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
82672026-05-08T16:43:54.840Z[ host-image] May 08 16:43:53.496 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.23976:20260508T143038Z
82682026-05-08T16:43:54.840Z[ host-image] May 08 16:43:53.497 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.23976:20260508T143038Z
82692026-05-08T16:43:54.840Z[ host-image] May 08 16:43:53.497 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.23976:20260508T143038Z
82702026-05-08T16:43:54.840Z[ host-image] May 08 16:43:53.497 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
82712026-05-08T16:43:54.840Z[ host-image] May 08 16:43:53.497 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.23976:20260508T143040Z
82722026-05-08T16:43:54.840Z[ host-image] May 08 16:43:53.497 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.23976:20260508T143040Z
82732026-05-08T16:43:54.840Z[ host-image] May 08 16:43:53.497 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.23976:20260508T143040Z
82742026-05-08T16:43:54.841Z[ host-image] May 08 16:43:53.497 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.23976:20260508T143040Z
82752026-05-08T16:43:54.841Z[ host-image] May 08 16:43:53.498 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
82762026-05-08T16:43:54.841Z[ host-image] May 08 16:43:53.498 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.23976:20260508T143041Z
82772026-05-08T16:43:54.841Z[ host-image] May 08 16:43:53.498 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.23976:20260508T143042Z
82782026-05-08T16:43:54.841Z[ host-image] May 08 16:43:53.498 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
82792026-05-08T16:43:54.841Z[ host-image] May 08 16:43:53.498 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.23976:20260508T143042Z
82802026-05-08T16:43:54.841Z[ host-image] May 08 16:43:53.498 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.23976:20260508T143042Z
82812026-05-08T16:43:54.841Z[ host-image] May 08 16:43:53.498 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.23976:20260508T143042Z
82822026-05-08T16:43:54.841Z[ host-image] May 08 16:43:53.498 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.23976:20260508T143043Z
82832026-05-08T16:43:54.845Z[ host-image] May 08 16:43:53.501 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.23976:20260508T143043Z
82842026-05-08T16:43:54.845Z[ host-image] May 08 16:43:53.501 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
82852026-05-08T16:43:54.845Z[ host-image] May 08 16:43:53.501 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.23976:20260508T143043Z
82862026-05-08T16:43:54.845Z[ host-image] May 08 16:43:53.501 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.23976:20260508T143043Z
82872026-05-08T16:43:54.845Z[ host-image] May 08 16:43:53.501 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.23976:20260508T143043Z
82882026-05-08T16:43:54.845Z[ host-image] May 08 16:43:53.501 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.23976:20260508T143043Z
82892026-05-08T16:43:54.845Z[ host-image] May 08 16:43:53.502 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.23976:20260508T143044Z
82902026-05-08T16:43:54.845Z[ host-image] May 08 16:43:53.502 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.23976:20260508T143044Z
82912026-05-08T16:43:54.845Z[ host-image] May 08 16:43:53.502 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.23976:20260508T143045Z
82922026-05-08T16:43:54.849Z[ host-image] May 08 16:43:53.505 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.23976:20260508T143046Z
82932026-05-08T16:43:54.849Z[ host-image] May 08 16:43:53.505 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.23976:20260508T143045Z
82942026-05-08T16:43:54.849Z[ host-image] May 08 16:43:53.505 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.23976:20260508T143045Z
82952026-05-08T16:43:54.849Z[ host-image] May 08 16:43:53.505 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.23976:20260508T143045Z
82962026-05-08T16:43:54.849Z[ host-image] May 08 16:43:53.505 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.23976:20260508T143046Z
82972026-05-08T16:43:54.853Z[ host-image] May 08 16:43:53.511 INFO O| install = pkg://helios/system/library@0.5.11-3.0.23976:20260508T143049Z
82982026-05-08T16:43:54.853Z[ host-image] May 08 16:43:53.511 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.23976:20260508T143046Z
82992026-05-08T16:43:54.853Z[ host-image] May 08 16:43:53.511 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.23976:20260508T143046Z
83002026-05-08T16:43:54.853Z[ host-image] May 08 16:43:53.511 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
83012026-05-08T16:43:54.853Z[ host-image] May 08 16:43:53.511 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
83022026-05-08T16:43:54.860Z[ host-image] May 08 16:43:53.519 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.23976:20260508T143046Z
83032026-05-08T16:43:54.860Z[ host-image] May 08 16:43:53.519 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
83042026-05-08T16:43:54.860Z[ host-image] May 08 16:43:53.519 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.23976:20260508T143046Z
83052026-05-08T16:43:54.864Z[ host-image] May 08 16:43:53.519 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.23976:20260508T143047Z
83062026-05-08T16:43:54.864Z[ host-image] May 08 16:43:53.520 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.23976:20260508T143047Z
83072026-05-08T16:43:54.864Z[ host-image] May 08 16:43:53.520 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
83082026-05-08T16:43:54.864Z[ host-image] May 08 16:43:53.520 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
83092026-05-08T16:43:54.864Z[ host-image] May 08 16:43:53.520 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.23976:20260508T143048Z
83102026-05-08T16:43:54.864Z[ host-image] May 08 16:43:53.520 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.23976:20260508T143048Z
83112026-05-08T16:43:54.864Z[ host-image] May 08 16:43:53.520 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.23976:20260508T143048Z
83122026-05-08T16:43:54.864Z[ host-image] May 08 16:43:53.520 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.23976:20260508T143048Z
83132026-05-08T16:43:54.864Z[ host-image] May 08 16:43:53.520 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.23976:20260508T143049Z
83142026-05-08T16:43:54.864Z[ host-image] May 08 16:43:53.520 INFO O| install = pkg://helios/system/man@0.5.11-3.0.23976:20260508T143049Z
83152026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.521 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
83162026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.521 INFO O| install = pkg://helios/system/microcode/amd@20251202-3.0.23976:20260508T143050Z
83172026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/system/microcode/intel@20260227-3.0.23976:20260508T143050Z
83182026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.23976:20260508T143050Z
83192026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/system/network@0.5.11-3.0.23976:20260508T143051Z
83202026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.23976:20260508T143050Z
83212026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.23976:20260508T143051Z
83222026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
83232026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
83242026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.23976:20260508T143053Z
83252026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.23976:20260508T143054Z
83262026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
83272026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
83282026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
83292026-05-08T16:43:54.865Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
83302026-05-08T16:43:54.866Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
83312026-05-08T16:43:54.866Z[ host-image] May 08 16:43:53.522 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
83322026-05-08T16:43:54.866Z[ host-image] May 08 16:43:53.523 INFO O| install = pkg://helios/web/curl@8.19.0-3.0:20260311T180510Z
83332026-05-08T16:43:54.870Z[ host-image] May 08 16:43:53.523 INFO O| tempdir @ "/tmp/.tmpdIaeFf/tmp"
83342026-05-08T16:43:54.870Z[ host-image] May 08 16:43:53.523 INFO O| image root @ "/tmp/.tmpdIaeFf/tmp/root"
83352026-05-08T16:43:54.870Z[ host-image] May 08 16:43:53.523 INFO O| creating image...
83362026-05-08T16:43:55.319Z[ host-image] May 08 16:43:53.977 INFO O| copying publishers...
83372026-05-08T16:43:55.902Z[ host-image] May 08 16:43:54.561 INFO O| adding properties...
83382026-05-08T16:43:56.903Z[ host-image] May 08 16:43:55.562 INFO O| installing packages...
83392026-05-08T16:44:11.300Z[ host-image] May 08 16:44:09.959 INFO O| seeding SMF database...
83402026-05-08T16:44:15.669Z[ host-image] May 08 16:44:14.329 INFO O| configuring SMF profile...
83412026-05-08T16:44:15.669Z[ host-image] May 08 16:44:14.329 INFO O| modifying shadow(5)...
83422026-05-08T16:44:15.672Z[ host-image] May 08 16:44:14.329 INFO O| loading user and group database...
83432026-05-08T16:44:15.672Z[ host-image] May 08 16:44:14.329 INFO O| loading facet selections...
83442026-05-08T16:44:15.999Z[ host-image] May 08 16:44:14.659 INFO O| devel -> true
83452026-05-08T16:44:16.000Z[ host-image] May 08 16:44:14.659 INFO O| doc.man -> true
83462026-05-08T16:44:16.003Z[ host-image] May 08 16:44:14.659 INFO O| version-lock.shell/ksh93 -> true
83472026-05-08T16:44:16.003Z[ host-image] May 08 16:44:14.659 INFO O| version-lock.system/data/hardware-registry -> true
83482026-05-08T16:44:16.003Z[ host-image] May 08 16:44:14.659 INFO O| version-lock.system/data/zoneinfo -> true
83492026-05-08T16:44:16.003Z[ host-image] May 08 16:44:14.659 INFO O| version-lock.system/microcode/amd -> true
83502026-05-08T16:44:16.003Z[ host-image] May 08 16:44:14.659 INFO O| version-lock.system/microcode/intel -> true
83512026-05-08T16:44:16.003Z[ host-image] May 08 16:44:14.659 INFO O| version-lock.system/microcode/oxide -> true
83522026-05-08T16:44:16.003Z[ host-image] May 08 16:44:14.659 INFO O| assessing packaged files...
83532026-05-08T16:44:17.848Z[ host-image] May 08 16:44:16.507 INFO O| creating archive...
83542026-05-08T16:44:17.869Z[ host-image] May 08 16:44:16.528 INFO O| missing from packaging:
83552026-05-08T16:44:17.869Z[ host-image] May 08 16:44:16.528 INFO O| "etc/.pwd.lock"
83562026-05-08T16:44:17.872Z[ host-image] May 08 16:44:16.528 INFO O| "etc/bash"
83572026-05-08T16:44:17.876Z[ host-image] May 08 16:44:16.532 INFO O| "etc/svc/profile/generic.xml"
83582026-05-08T16:44:17.876Z[ host-image] May 08 16:44:16.532 INFO O| "etc/svc/profile/inetd_services.xml"
83592026-05-08T16:44:17.876Z[ host-image] May 08 16:44:16.532 INFO O| "etc/svc/profile/name_service.xml"
83602026-05-08T16:44:17.876Z[ host-image] May 08 16:44:16.532 INFO O| "etc/svc/profile/platform.xml"
83612026-05-08T16:44:17.876Z[ host-image] May 08 16:44:16.532 INFO O| "etc/svc/profile/platform_omicron1.xml"
83622026-05-08T16:44:17.876Z[ host-image] May 08 16:44:16.532 INFO O| "etc/svc/repository.db"
83632026-05-08T16:44:17.879Z[ host-image] May 08 16:44:16.538 INFO O| "opt/ooce/share"
83642026-05-08T16:44:17.879Z[ host-image] May 08 16:44:16.538 INFO O| "opt/ooce/share/man"
83652026-05-08T16:44:17.879Z[ host-image] May 08 16:44:16.538 INFO O| "opt/ooce/share/man/man1"
83662026-05-08T16:44:17.888Z[ host-image] May 08 16:44:16.547 INFO O| finishing archive...
83672026-05-08T16:44:20.395Z[ host-image] May 08 16:44:19.054 INFO O| creating gzonly manifest...
83682026-05-08T16:44:20.401Z[ host-image] May 08 16:44:19.060 INFO O| ok
83692026-05-08T16:44:20.487Z[ host-image] May 08 16:44:19.146 INFO image builder template: ramdisk-02-trim...
83702026-05-08T16:44:20.487Z[ host-image] May 08 16:44:19.146 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/.tmpHY7vUR/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.474", "-n", "ramdisk-02-trim"], pwd: None
83712026-05-08T16:44:20.509Z[ host-image] May 08 16:44:19.169 INFO O| May 08 16:44:19.169 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
83722026-05-08T16:44:20.513Z[ host-image] May 08 16:44:19.173 INFO O| May 08 16:44:19.173 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
83732026-05-08T16:44:20.628Z[ host-image] May 08 16:44:19.287 INFO O| May 08 16:44:19.287 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
83742026-05-08T16:44:20.767Z[ host-image] May 08 16:44:19.426 INFO O| May 08 16:44:19.426 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
83752026-05-08T16:44:20.767Z[ host-image] May 08 16:44:19.426 INFO O| May 08 16:44:19.426 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
83762026-05-08T16:44:20.772Z[ host-image] May 08 16:44:19.431 INFO O| May 08 16:44:19.431 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
83772026-05-08T16:44:20.776Z[ host-image] May 08 16:44:19.435 INFO O| May 08 16:44:19.435 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
83782026-05-08T16:44:20.781Z[ host-image] May 08 16:44:19.440 INFO O| May 08 16:44:19.440 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
83792026-05-08T16:44:21.147Z[ host-image] May 08 16:44:19.807 INFO O| May 08 16:44:19.807 INFO rolled back to input snapshot; work may begin
83802026-05-08T16:44:21.147Z[ host-image] May 08 16:44:19.807 INFO O| May 08 16:44:19.807 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
83812026-05-08T16:44:21.152Z[ host-image] May 08 16:44:19.811 INFO O| May 08 16:44:19.811 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83822026-05-08T16:44:21.162Z[ host-image] May 08 16:44:19.822 INFO O| May 08 16:44:19.821 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
83832026-05-08T16:44:21.198Z[ host-image] May 08 16:44:19.857 INFO O| May 08 16:44:19.857 INFO STEP 0 (remove_files) COMPLETE
83842026-05-08T16:44:21.198Z[ host-image] May 08 16:44:19.857 INFO O| May 08 16:44:19.857 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83852026-05-08T16:44:21.208Z[ host-image] May 08 16:44:19.868 INFO O| May 08 16:44:19.868 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
83862026-05-08T16:44:21.211Z[ host-image] May 08 16:44:19.869 INFO O| May 08 16:44:19.869 INFO STEP 1 (remove_files) COMPLETE
83872026-05-08T16:44:21.211Z[ host-image] May 08 16:44:19.869 INFO O| May 08 16:44:19.869 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83882026-05-08T16:44:21.218Z[ host-image] May 08 16:44:19.878 INFO O| May 08 16:44:19.878 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
83892026-05-08T16:44:21.229Z[ host-image] May 08 16:44:19.889 INFO O| May 08 16:44:19.889 INFO STEP 2 (remove_files) COMPLETE
83902026-05-08T16:44:21.229Z[ host-image] May 08 16:44:19.889 INFO O| May 08 16:44:19.889 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83912026-05-08T16:44:21.239Z[ host-image] May 08 16:44:19.898 INFO O| May 08 16:44:19.898 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
83922026-05-08T16:44:21.242Z[ host-image] May 08 16:44:19.899 INFO O| May 08 16:44:19.899 INFO STEP 3 (remove_files) COMPLETE
83932026-05-08T16:44:21.242Z[ host-image] May 08 16:44:19.900 INFO O| May 08 16:44:19.899 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83942026-05-08T16:44:21.247Z[ host-image] May 08 16:44:19.907 INFO O| May 08 16:44:19.907 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
83952026-05-08T16:44:21.252Z[ host-image] May 08 16:44:19.910 INFO O| May 08 16:44:19.910 INFO STEP 4 (remove_files) COMPLETE
83962026-05-08T16:44:21.252Z[ host-image] May 08 16:44:19.910 INFO O| May 08 16:44:19.910 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
83972026-05-08T16:44:21.259Z[ host-image] May 08 16:44:19.918 INFO O| May 08 16:44:19.918 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
83982026-05-08T16:44:21.262Z[ host-image] May 08 16:44:19.920 INFO O| May 08 16:44:19.920 INFO STEP 5 (remove_files) COMPLETE
83992026-05-08T16:44:21.262Z[ host-image] May 08 16:44:19.920 INFO O| May 08 16:44:19.920 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84002026-05-08T16:44:21.269Z[ host-image] May 08 16:44:19.929 INFO O| May 08 16:44:19.929 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
84012026-05-08T16:44:21.279Z[ host-image] May 08 16:44:19.938 INFO O| May 08 16:44:19.938 INFO STEP 6 (remove_files) COMPLETE
84022026-05-08T16:44:21.279Z[ host-image] May 08 16:44:19.938 INFO O| May 08 16:44:19.938 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84032026-05-08T16:44:21.279Z[ host-image] May 08 16:44:19.938 INFO O| May 08 16:44:19.938 INFO skip step because feature "heliosv2" is not enabled
84042026-05-08T16:44:21.282Z[ host-image] May 08 16:44:19.938 INFO O| May 08 16:44:19.938 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84052026-05-08T16:44:21.288Z[ host-image] May 08 16:44:19.948 INFO O| May 08 16:44:19.948 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
84062026-05-08T16:44:21.299Z[ host-image] May 08 16:44:19.959 INFO O| May 08 16:44:19.958 INFO STEP 8 (remove_files) COMPLETE
84072026-05-08T16:44:21.299Z[ host-image] May 08 16:44:19.959 INFO O| May 08 16:44:19.958 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84082026-05-08T16:44:21.309Z[ host-image] May 08 16:44:19.968 INFO O| May 08 16:44:19.968 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
84092026-05-08T16:44:21.375Z[ host-image] May 08 16:44:20.034 INFO O| May 08 16:44:20.034 INFO STEP 9 (remove_files) COMPLETE
84102026-05-08T16:44:21.375Z[ host-image] May 08 16:44:20.034 INFO O| May 08 16:44:20.034 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84112026-05-08T16:44:21.389Z[ host-image] May 08 16:44:20.045 INFO O| May 08 16:44:20.045 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
84122026-05-08T16:44:21.463Z[ host-image] May 08 16:44:20.123 INFO O| May 08 16:44:20.123 INFO STEP 10 (remove_files) COMPLETE
84132026-05-08T16:44:21.464Z[ host-image] May 08 16:44:20.123 INFO O| May 08 16:44:20.123 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84142026-05-08T16:44:21.473Z[ host-image] May 08 16:44:20.133 INFO O| May 08 16:44:20.132 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
84152026-05-08T16:44:21.476Z[ host-image] May 08 16:44:20.135 INFO O| May 08 16:44:20.135 INFO STEP 11 (remove_files) COMPLETE
84162026-05-08T16:44:21.476Z[ host-image] May 08 16:44:20.135 INFO O| May 08 16:44:20.135 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84172026-05-08T16:44:21.484Z[ host-image] May 08 16:44:20.143 INFO O| May 08 16:44:20.143 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
84182026-05-08T16:44:21.487Z[ host-image] May 08 16:44:20.144 INFO O| May 08 16:44:20.144 INFO STEP 12 (remove_files) COMPLETE
84192026-05-08T16:44:21.487Z[ host-image] May 08 16:44:20.144 INFO O| May 08 16:44:20.144 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84202026-05-08T16:44:21.501Z[ host-image] May 08 16:44:20.161 INFO O| May 08 16:44:20.161 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
84212026-05-08T16:44:21.506Z[ host-image] May 08 16:44:20.166 INFO O| May 08 16:44:20.166 INFO STEP 13 (remove_files) COMPLETE
84222026-05-08T16:44:21.506Z[ host-image] May 08 16:44:20.166 INFO O| May 08 16:44:20.166 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84232026-05-08T16:44:21.516Z[ host-image] May 08 16:44:20.176 INFO O| May 08 16:44:20.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
84242026-05-08T16:44:21.516Z[ host-image] May 08 16:44:20.176 INFO O| May 08 16:44:20.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
84252026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.176 INFO O| May 08 16:44:20.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84262026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.176 INFO O| May 08 16:44:20.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84272026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.176 INFO O| May 08 16:44:20.176 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84282026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.177 INFO O| May 08 16:44:20.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84292026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.177 INFO O| May 08 16:44:20.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84302026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.177 INFO O| May 08 16:44:20.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84312026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.177 INFO O| May 08 16:44:20.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84322026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.177 INFO O| May 08 16:44:20.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84332026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.177 INFO O| May 08 16:44:20.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84342026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.177 INFO O| May 08 16:44:20.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84352026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.177 INFO O| May 08 16:44:20.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84362026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.177 INFO O| May 08 16:44:20.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84372026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.178 INFO O| May 08 16:44:20.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84382026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.178 INFO O| May 08 16:44:20.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84392026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.178 INFO O| May 08 16:44:20.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84402026-05-08T16:44:21.520Z[ host-image] May 08 16:44:20.178 INFO O| May 08 16:44:20.178 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84412026-05-08T16:44:21.671Z[ host-image] May 08 16:44:20.330 INFO O| May 08 16:44:20.330 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
84422026-05-08T16:44:21.675Z[ host-image] May 08 16:44:20.335 INFO O| May 08 16:44:20.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
84432026-05-08T16:44:21.754Z[ host-image] May 08 16:44:20.414 INFO O| May 08 16:44:20.414 INFO STEP 14 (remove_files) COMPLETE
84442026-05-08T16:44:21.754Z[ host-image] May 08 16:44:20.414 INFO O| May 08 16:44:20.414 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84452026-05-08T16:44:21.764Z[ host-image] May 08 16:44:20.423 INFO O| May 08 16:44:20.423 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
84462026-05-08T16:44:21.767Z[ host-image] May 08 16:44:20.424 INFO O| May 08 16:44:20.424 INFO STEP 15 (remove_files) COMPLETE
84472026-05-08T16:44:21.767Z[ host-image] May 08 16:44:20.424 INFO O| May 08 16:44:20.424 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84482026-05-08T16:44:21.773Z[ host-image] May 08 16:44:20.433 INFO O| May 08 16:44:20.432 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
84492026-05-08T16:44:21.778Z[ host-image] May 08 16:44:20.438 INFO O| May 08 16:44:20.438 INFO STEP 16 (remove_files) COMPLETE
84502026-05-08T16:44:21.778Z[ host-image] May 08 16:44:20.438 INFO O| May 08 16:44:20.438 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84512026-05-08T16:44:21.788Z[ host-image] May 08 16:44:20.447 INFO O| May 08 16:44:20.447 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
84522026-05-08T16:44:21.791Z[ host-image] May 08 16:44:20.447 INFO O| May 08 16:44:20.447 INFO STEP 17 (remove_files) COMPLETE
84532026-05-08T16:44:21.791Z[ host-image] May 08 16:44:20.447 INFO O| May 08 16:44:20.447 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84542026-05-08T16:44:21.796Z[ host-image] May 08 16:44:20.455 INFO O| May 08 16:44:20.455 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
84552026-05-08T16:44:21.799Z[ host-image] May 08 16:44:20.456 INFO O| May 08 16:44:20.456 INFO STEP 18 (remove_files) COMPLETE
84562026-05-08T16:44:21.799Z[ host-image] May 08 16:44:20.457 INFO O| May 08 16:44:20.456 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84572026-05-08T16:44:21.811Z[ host-image] May 08 16:44:20.470 INFO O| May 08 16:44:20.470 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
84582026-05-08T16:44:21.811Z[ host-image] May 08 16:44:20.470 INFO O| May 08 16:44:20.470 INFO STEP 19 (remove_files) COMPLETE
84592026-05-08T16:44:21.811Z[ host-image] May 08 16:44:20.470 INFO O| May 08 16:44:20.470 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84602026-05-08T16:44:21.823Z[ host-image] May 08 16:44:20.482 INFO O| May 08 16:44:20.482 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
84612026-05-08T16:44:21.823Z[ host-image] May 08 16:44:20.482 INFO O| May 08 16:44:20.482 INFO STEP 20 (remove_files) COMPLETE
84622026-05-08T16:44:21.823Z[ host-image] May 08 16:44:20.482 INFO O| May 08 16:44:20.482 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84632026-05-08T16:44:21.832Z[ host-image] May 08 16:44:20.492 INFO O| May 08 16:44:20.492 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
84642026-05-08T16:44:21.832Z[ host-image] May 08 16:44:20.492 INFO O| May 08 16:44:20.492 INFO STEP 21 (remove_files) COMPLETE
84652026-05-08T16:44:21.832Z[ host-image] May 08 16:44:20.492 INFO O| May 08 16:44:20.492 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84662026-05-08T16:44:21.842Z[ host-image] May 08 16:44:20.502 INFO O| May 08 16:44:20.502 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
84672026-05-08T16:44:21.842Z[ host-image] May 08 16:44:20.502 INFO O| May 08 16:44:20.502 INFO STEP 22 (remove_files) COMPLETE
84682026-05-08T16:44:21.842Z[ host-image] May 08 16:44:20.502 INFO O| May 08 16:44:20.502 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84692026-05-08T16:44:21.851Z[ host-image] May 08 16:44:20.510 INFO O| May 08 16:44:20.510 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
84702026-05-08T16:44:21.851Z[ host-image] May 08 16:44:20.511 INFO O| May 08 16:44:20.510 INFO STEP 23 (remove_files) COMPLETE
84712026-05-08T16:44:21.854Z[ host-image] May 08 16:44:20.511 INFO O| May 08 16:44:20.511 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84722026-05-08T16:44:21.861Z[ host-image] May 08 16:44:20.521 INFO O| May 08 16:44:20.521 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
84732026-05-08T16:44:21.864Z[ host-image] May 08 16:44:20.521 INFO O| May 08 16:44:20.521 INFO STEP 24 (remove_files) COMPLETE
84742026-05-08T16:44:21.864Z[ host-image] May 08 16:44:20.521 INFO O| May 08 16:44:20.521 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84752026-05-08T16:44:21.873Z[ host-image] May 08 16:44:20.533 INFO O| May 08 16:44:20.533 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
84762026-05-08T16:44:21.873Z[ host-image] May 08 16:44:20.533 INFO O| May 08 16:44:20.533 INFO STEP 25 (remove_files) COMPLETE
84772026-05-08T16:44:21.877Z[ host-image] May 08 16:44:20.533 INFO O| May 08 16:44:20.533 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84782026-05-08T16:44:21.887Z[ host-image] May 08 16:44:20.546 INFO O| May 08 16:44:20.546 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
84792026-05-08T16:44:21.887Z[ host-image] May 08 16:44:20.546 INFO O| May 08 16:44:20.546 INFO STEP 26 (remove_files) COMPLETE
84802026-05-08T16:44:21.890Z[ host-image] May 08 16:44:20.546 INFO O| May 08 16:44:20.546 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84812026-05-08T16:44:21.897Z[ host-image] May 08 16:44:20.556 INFO O| May 08 16:44:20.556 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
84822026-05-08T16:44:21.897Z[ host-image] May 08 16:44:20.556 INFO O| May 08 16:44:20.556 INFO STEP 27 (remove_files) COMPLETE
84832026-05-08T16:44:21.900Z[ host-image] May 08 16:44:20.557 INFO O| May 08 16:44:20.556 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84842026-05-08T16:44:21.905Z[ host-image] May 08 16:44:20.565 INFO O| May 08 16:44:20.565 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
84852026-05-08T16:44:21.905Z[ host-image] May 08 16:44:20.565 INFO O| May 08 16:44:20.565 INFO STEP 28 (remove_files) COMPLETE
84862026-05-08T16:44:21.908Z[ host-image] May 08 16:44:20.565 INFO O| May 08 16:44:20.565 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84872026-05-08T16:44:21.915Z[ host-image] May 08 16:44:20.575 INFO O| May 08 16:44:20.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
84882026-05-08T16:44:21.915Z[ host-image] May 08 16:44:20.575 INFO O| May 08 16:44:20.575 INFO STEP 29 (remove_files) COMPLETE
84892026-05-08T16:44:21.915Z[ host-image] May 08 16:44:20.575 INFO O| May 08 16:44:20.575 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84902026-05-08T16:44:21.932Z[ host-image] May 08 16:44:20.592 INFO O| May 08 16:44:20.592 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
84912026-05-08T16:44:21.932Z[ host-image] May 08 16:44:20.592 INFO O| May 08 16:44:20.592 INFO STEP 30 (remove_files) COMPLETE
84922026-05-08T16:44:21.936Z[ host-image] May 08 16:44:20.592 INFO O| May 08 16:44:20.592 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84932026-05-08T16:44:21.942Z[ host-image] May 08 16:44:20.601 INFO O| May 08 16:44:20.601 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
84942026-05-08T16:44:21.942Z[ host-image] May 08 16:44:20.601 INFO O| May 08 16:44:20.601 INFO STEP 31 (remove_files) COMPLETE
84952026-05-08T16:44:21.945Z[ host-image] May 08 16:44:20.601 INFO O| May 08 16:44:20.601 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84962026-05-08T16:44:21.950Z[ host-image] May 08 16:44:20.610 INFO O| May 08 16:44:20.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
84972026-05-08T16:44:21.950Z[ host-image] May 08 16:44:20.610 INFO O| May 08 16:44:20.610 INFO STEP 32 (remove_files) COMPLETE
84982026-05-08T16:44:21.953Z[ host-image] May 08 16:44:20.610 INFO O| May 08 16:44:20.610 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
84992026-05-08T16:44:21.965Z[ host-image] May 08 16:44:20.624 INFO O| May 08 16:44:20.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
85002026-05-08T16:44:21.965Z[ host-image] May 08 16:44:20.624 INFO O| May 08 16:44:20.624 INFO STEP 33 (remove_files) COMPLETE
85012026-05-08T16:44:21.968Z[ host-image] May 08 16:44:20.624 INFO O| May 08 16:44:20.624 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85022026-05-08T16:44:21.992Z[ host-image] May 08 16:44:20.651 INFO O| May 08 16:44:20.651 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
85032026-05-08T16:44:21.992Z[ host-image] May 08 16:44:20.651 INFO O| May 08 16:44:20.651 INFO STEP 34 (remove_files) COMPLETE
85042026-05-08T16:44:21.992Z[ host-image] May 08 16:44:20.651 INFO O| May 08 16:44:20.651 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85052026-05-08T16:44:22.008Z[ host-image] May 08 16:44:20.667 INFO O| May 08 16:44:20.667 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
85062026-05-08T16:44:22.008Z[ host-image] May 08 16:44:20.667 INFO O| May 08 16:44:20.667 INFO STEP 35 (remove_files) COMPLETE
85072026-05-08T16:44:22.008Z[ host-image] May 08 16:44:20.667 INFO O| May 08 16:44:20.667 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85082026-05-08T16:44:22.028Z[ host-image] May 08 16:44:20.688 INFO O| May 08 16:44:20.688 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
85092026-05-08T16:44:22.028Z[ host-image] May 08 16:44:20.688 INFO O| May 08 16:44:20.688 INFO STEP 36 (remove_files) COMPLETE
85102026-05-08T16:44:22.029Z[ host-image] May 08 16:44:20.688 INFO O| May 08 16:44:20.688 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85112026-05-08T16:44:22.050Z[ host-image] May 08 16:44:20.709 INFO O| May 08 16:44:20.709 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
85122026-05-08T16:44:22.050Z[ host-image] May 08 16:44:20.709 INFO O| May 08 16:44:20.709 INFO STEP 37 (remove_files) COMPLETE
85132026-05-08T16:44:22.053Z[ host-image] May 08 16:44:20.709 INFO O| May 08 16:44:20.709 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85142026-05-08T16:44:22.070Z[ host-image] May 08 16:44:20.730 INFO O| May 08 16:44:20.730 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
85152026-05-08T16:44:22.070Z[ host-image] May 08 16:44:20.730 INFO O| May 08 16:44:20.730 INFO STEP 38 (remove_files) COMPLETE
85162026-05-08T16:44:22.074Z[ host-image] May 08 16:44:20.730 INFO O| May 08 16:44:20.730 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85172026-05-08T16:44:22.099Z[ host-image] May 08 16:44:20.759 INFO O| May 08 16:44:20.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
85182026-05-08T16:44:22.099Z[ host-image] May 08 16:44:20.759 INFO O| May 08 16:44:20.759 INFO STEP 39 (remove_files) COMPLETE
85192026-05-08T16:44:22.099Z[ host-image] May 08 16:44:20.759 INFO O| May 08 16:44:20.759 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85202026-05-08T16:44:22.111Z[ host-image] May 08 16:44:20.771 INFO O| May 08 16:44:20.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
85212026-05-08T16:44:22.111Z[ host-image] May 08 16:44:20.771 INFO O| May 08 16:44:20.771 INFO STEP 40 (remove_files) COMPLETE
85222026-05-08T16:44:22.111Z[ host-image] May 08 16:44:20.771 INFO O| May 08 16:44:20.771 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85232026-05-08T16:44:22.123Z[ host-image] May 08 16:44:20.782 INFO O| May 08 16:44:20.782 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
85242026-05-08T16:44:22.123Z[ host-image] May 08 16:44:20.782 INFO O| May 08 16:44:20.782 INFO STEP 41 (remove_files) COMPLETE
85252026-05-08T16:44:22.123Z[ host-image] May 08 16:44:20.782 INFO O| May 08 16:44:20.782 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85262026-05-08T16:44:22.149Z[ host-image] May 08 16:44:20.809 INFO O| May 08 16:44:20.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
85272026-05-08T16:44:22.149Z[ host-image] May 08 16:44:20.809 INFO O| May 08 16:44:20.809 INFO STEP 42 (remove_files) COMPLETE
85282026-05-08T16:44:22.153Z[ host-image] May 08 16:44:20.809 INFO O| May 08 16:44:20.809 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85292026-05-08T16:44:22.159Z[ host-image] May 08 16:44:20.819 INFO O| May 08 16:44:20.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
85302026-05-08T16:44:22.159Z[ host-image] May 08 16:44:20.819 INFO O| May 08 16:44:20.819 INFO STEP 43 (remove_files) COMPLETE
85312026-05-08T16:44:22.162Z[ host-image] May 08 16:44:20.819 INFO O| May 08 16:44:20.819 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85322026-05-08T16:44:22.167Z[ host-image] May 08 16:44:20.827 INFO O| May 08 16:44:20.827 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
85332026-05-08T16:44:22.167Z[ host-image] May 08 16:44:20.827 INFO O| May 08 16:44:20.827 INFO STEP 44 (remove_files) COMPLETE
85342026-05-08T16:44:22.170Z[ host-image] May 08 16:44:20.827 INFO O| May 08 16:44:20.827 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85352026-05-08T16:44:22.175Z[ host-image] May 08 16:44:20.834 INFO O| May 08 16:44:20.834 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
85362026-05-08T16:44:22.175Z[ host-image] May 08 16:44:20.834 INFO O| May 08 16:44:20.834 INFO STEP 45 (remove_files) COMPLETE
85372026-05-08T16:44:22.177Z[ host-image] May 08 16:44:20.834 INFO O| May 08 16:44:20.834 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85382026-05-08T16:44:22.182Z[ host-image] May 08 16:44:20.841 INFO O| May 08 16:44:20.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
85392026-05-08T16:44:22.182Z[ host-image] May 08 16:44:20.841 INFO O| May 08 16:44:20.841 INFO STEP 46 (remove_files) COMPLETE
85402026-05-08T16:44:22.185Z[ host-image] May 08 16:44:20.841 INFO O| May 08 16:44:20.841 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85412026-05-08T16:44:22.203Z[ host-image] May 08 16:44:20.862 INFO O| May 08 16:44:20.862 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
85422026-05-08T16:44:22.203Z[ host-image] May 08 16:44:20.862 INFO O| May 08 16:44:20.862 INFO STEP 47 (remove_files) COMPLETE
85432026-05-08T16:44:22.203Z[ host-image] May 08 16:44:20.862 INFO O| May 08 16:44:20.862 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85442026-05-08T16:44:22.211Z[ host-image] May 08 16:44:20.870 INFO O| May 08 16:44:20.870 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
85452026-05-08T16:44:22.211Z[ host-image] May 08 16:44:20.870 INFO O| May 08 16:44:20.870 INFO STEP 48 (remove_files) COMPLETE
85462026-05-08T16:44:22.211Z[ host-image] May 08 16:44:20.870 INFO O| May 08 16:44:20.870 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85472026-05-08T16:44:22.218Z[ host-image] May 08 16:44:20.878 INFO O| May 08 16:44:20.878 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
85482026-05-08T16:44:22.218Z[ host-image] May 08 16:44:20.878 INFO O| May 08 16:44:20.878 INFO STEP 49 (remove_files) COMPLETE
85492026-05-08T16:44:22.221Z[ host-image] May 08 16:44:20.878 INFO O| May 08 16:44:20.878 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85502026-05-08T16:44:22.225Z[ host-image] May 08 16:44:20.885 INFO O| May 08 16:44:20.885 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
85512026-05-08T16:44:22.225Z[ host-image] May 08 16:44:20.885 INFO O| May 08 16:44:20.885 INFO STEP 50 (remove_files) COMPLETE
85522026-05-08T16:44:22.228Z[ host-image] May 08 16:44:20.885 INFO O| May 08 16:44:20.885 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85532026-05-08T16:44:22.232Z[ host-image] May 08 16:44:20.892 INFO O| May 08 16:44:20.892 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
85542026-05-08T16:44:22.232Z[ host-image] May 08 16:44:20.892 INFO O| May 08 16:44:20.892 INFO STEP 51 (remove_files) COMPLETE
85552026-05-08T16:44:22.236Z[ host-image] May 08 16:44:20.892 INFO O| May 08 16:44:20.892 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85562026-05-08T16:44:22.239Z[ host-image] May 08 16:44:20.899 INFO O| May 08 16:44:20.899 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85572026-05-08T16:44:22.242Z[ host-image] May 08 16:44:20.899 INFO O| May 08 16:44:20.899 INFO STEP 52 (remove_files) COMPLETE
85582026-05-08T16:44:22.242Z[ host-image] May 08 16:44:20.899 INFO O| May 08 16:44:20.899 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85592026-05-08T16:44:22.246Z[ host-image] May 08 16:44:20.906 INFO O| May 08 16:44:20.905 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85602026-05-08T16:44:22.246Z[ host-image] May 08 16:44:20.906 INFO O| May 08 16:44:20.906 INFO STEP 53 (remove_files) COMPLETE
85612026-05-08T16:44:22.246Z[ host-image] May 08 16:44:20.906 INFO O| May 08 16:44:20.906 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85622026-05-08T16:44:22.253Z[ host-image] May 08 16:44:20.913 INFO O| May 08 16:44:20.913 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
85632026-05-08T16:44:22.253Z[ host-image] May 08 16:44:20.913 INFO O| May 08 16:44:20.913 INFO STEP 54 (remove_files) COMPLETE
85642026-05-08T16:44:22.256Z[ host-image] May 08 16:44:20.913 INFO O| May 08 16:44:20.913 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85652026-05-08T16:44:22.265Z[ host-image] May 08 16:44:20.925 INFO O| May 08 16:44:20.925 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
85662026-05-08T16:44:22.265Z[ host-image] May 08 16:44:20.925 INFO O| May 08 16:44:20.925 INFO STEP 55 (remove_files) COMPLETE
85672026-05-08T16:44:22.268Z[ host-image] May 08 16:44:20.925 INFO O| May 08 16:44:20.925 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85682026-05-08T16:44:22.292Z[ host-image] May 08 16:44:20.950 INFO O| May 08 16:44:20.950 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
85692026-05-08T16:44:22.292Z[ host-image] May 08 16:44:20.950 INFO O| May 08 16:44:20.950 INFO STEP 56 (remove_files) COMPLETE
85702026-05-08T16:44:22.292Z[ host-image] May 08 16:44:20.950 INFO O| May 08 16:44:20.950 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85712026-05-08T16:44:22.307Z[ host-image] May 08 16:44:20.967 INFO O| May 08 16:44:20.966 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
85722026-05-08T16:44:22.307Z[ host-image] May 08 16:44:20.967 INFO O| May 08 16:44:20.967 INFO STEP 57 (remove_files) COMPLETE
85732026-05-08T16:44:22.307Z[ host-image] May 08 16:44:20.967 INFO O| May 08 16:44:20.967 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85742026-05-08T16:44:22.336Z[ host-image] May 08 16:44:20.996 INFO O| May 08 16:44:20.996 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
85752026-05-08T16:44:22.336Z[ host-image] May 08 16:44:20.996 INFO O| May 08 16:44:20.996 INFO STEP 58 (remove_files) COMPLETE
85762026-05-08T16:44:22.337Z[ host-image] May 08 16:44:20.996 INFO O| May 08 16:44:20.996 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85772026-05-08T16:44:22.347Z[ host-image] May 08 16:44:21.006 INFO O| May 08 16:44:21.006 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85782026-05-08T16:44:22.347Z[ host-image] May 08 16:44:21.006 INFO O| May 08 16:44:21.006 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
85792026-05-08T16:44:22.347Z[ host-image] May 08 16:44:21.006 INFO O| May 08 16:44:21.006 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
85802026-05-08T16:44:22.350Z[ host-image] May 08 16:44:21.006 INFO O| May 08 16:44:21.006 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
85812026-05-08T16:44:22.350Z[ host-image] May 08 16:44:21.006 INFO O| May 08 16:44:21.006 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
85822026-05-08T16:44:22.350Z[ host-image] May 08 16:44:21.006 INFO O| May 08 16:44:21.006 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
85832026-05-08T16:44:22.350Z[ host-image] May 08 16:44:21.006 INFO O| May 08 16:44:21.006 INFO ok!
85842026-05-08T16:44:22.350Z[ host-image] May 08 16:44:21.006 INFO O| May 08 16:44:21.006 INFO STEP 59 (ensure_file) COMPLETE
85852026-05-08T16:44:22.350Z[ host-image] May 08 16:44:21.006 INFO O| May 08 16:44:21.006 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85862026-05-08T16:44:22.355Z[ host-image] May 08 16:44:21.015 INFO O| May 08 16:44:21.015 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85872026-05-08T16:44:22.355Z[ host-image] May 08 16:44:21.015 INFO O| May 08 16:44:21.015 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
85882026-05-08T16:44:22.359Z[ host-image] May 08 16:44:21.015 INFO O| May 08 16:44:21.015 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
85892026-05-08T16:44:22.359Z[ host-image] May 08 16:44:21.015 INFO O| May 08 16:44:21.015 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
85902026-05-08T16:44:22.359Z[ host-image] May 08 16:44:21.015 INFO O| May 08 16:44:21.015 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
85912026-05-08T16:44:22.359Z[ host-image] May 08 16:44:21.015 INFO O| May 08 16:44:21.015 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
85922026-05-08T16:44:22.359Z[ host-image] May 08 16:44:21.015 INFO O| May 08 16:44:21.015 INFO ok!
85932026-05-08T16:44:22.359Z[ host-image] May 08 16:44:21.015 INFO O| May 08 16:44:21.015 INFO STEP 60 (ensure_file) COMPLETE
85942026-05-08T16:44:22.359Z[ host-image] May 08 16:44:21.015 INFO O| May 08 16:44:21.015 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
85952026-05-08T16:44:22.363Z[ host-image] May 08 16:44:21.023 INFO O| May 08 16:44:21.022 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
85962026-05-08T16:44:22.363Z[ host-image] May 08 16:44:21.023 INFO O| May 08 16:44:21.023 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
85972026-05-08T16:44:22.363Z[ host-image] May 08 16:44:21.023 INFO O| May 08 16:44:21.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
85982026-05-08T16:44:22.363Z[ host-image] May 08 16:44:21.023 INFO O| May 08 16:44:21.023 INFO ok!
85992026-05-08T16:44:22.366Z[ host-image] May 08 16:44:21.023 INFO O| May 08 16:44:21.023 INFO STEP 61 (ensure_file) COMPLETE
86002026-05-08T16:44:22.366Z[ host-image] May 08 16:44:21.023 INFO O| May 08 16:44:21.023 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86012026-05-08T16:44:22.371Z[ host-image] May 08 16:44:21.030 INFO O| May 08 16:44:21.030 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86022026-05-08T16:44:22.371Z[ host-image] May 08 16:44:21.030 INFO O| May 08 16:44:21.030 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
86032026-05-08T16:44:22.371Z[ host-image] May 08 16:44:21.030 INFO O| May 08 16:44:21.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
86042026-05-08T16:44:22.374Z[ host-image] May 08 16:44:21.030 INFO O| May 08 16:44:21.030 INFO ok!
86052026-05-08T16:44:22.374Z[ host-image] May 08 16:44:21.030 INFO O| May 08 16:44:21.030 INFO STEP 62 (ensure_file) COMPLETE
86062026-05-08T16:44:22.374Z[ host-image] May 08 16:44:21.030 INFO O| May 08 16:44:21.030 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86072026-05-08T16:44:22.378Z[ host-image] May 08 16:44:21.038 INFO O| May 08 16:44:21.038 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
86082026-05-08T16:44:22.378Z[ host-image] May 08 16:44:21.038 INFO O| May 08 16:44:21.038 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
86092026-05-08T16:44:22.384Z[ host-image] May 08 16:44:21.038 INFO O| May 08 16:44:21.038 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
86102026-05-08T16:44:22.384Z[ host-image] May 08 16:44:21.038 INFO O| May 08 16:44:21.038 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
86112026-05-08T16:44:22.384Z[ host-image] May 08 16:44:21.038 INFO O| May 08 16:44:21.038 INFO ok!
86122026-05-08T16:44:22.384Z[ host-image] May 08 16:44:21.038 INFO O| May 08 16:44:21.038 INFO STEP 63 (ensure_file) COMPLETE
86132026-05-08T16:44:22.384Z[ host-image] May 08 16:44:21.038 INFO O| May 08 16:44:21.038 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86142026-05-08T16:44:22.387Z[ host-image] May 08 16:44:21.046 INFO O| May 08 16:44:21.046 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
86152026-05-08T16:44:22.387Z[ host-image] May 08 16:44:21.046 INFO O| May 08 16:44:21.046 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
86162026-05-08T16:44:22.387Z[ host-image] May 08 16:44:21.046 INFO O| May 08 16:44:21.046 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
86172026-05-08T16:44:22.387Z[ host-image] May 08 16:44:21.046 INFO O| May 08 16:44:21.046 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
86182026-05-08T16:44:22.387Z[ host-image] May 08 16:44:21.046 INFO O| May 08 16:44:21.046 INFO ok!
86192026-05-08T16:44:22.388Z[ host-image] May 08 16:44:21.046 INFO O| May 08 16:44:21.046 INFO STEP 64 (ensure_file) COMPLETE
86202026-05-08T16:44:22.388Z[ host-image] May 08 16:44:21.046 INFO O| May 08 16:44:21.046 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86212026-05-08T16:44:22.432Z[ host-image] May 08 16:44:21.091 INFO O| May 08 16:44:21.091 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
86222026-05-08T16:44:22.432Z[ host-image] May 08 16:44:21.092 INFO O| May 08 16:44:21.091 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
86232026-05-08T16:44:22.432Z[ host-image] May 08 16:44:21.092 INFO O| May 08 16:44:21.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
86242026-05-08T16:44:22.435Z[ host-image] May 08 16:44:21.092 INFO O| May 08 16:44:21.092 INFO ok!
86252026-05-08T16:44:22.435Z[ host-image] May 08 16:44:21.092 INFO O| May 08 16:44:21.092 INFO STEP 65 (assemble_files) COMPLETE
86262026-05-08T16:44:22.435Z[ host-image] May 08 16:44:21.092 INFO O| May 08 16:44:21.092 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86272026-05-08T16:44:22.444Z[ host-image] May 08 16:44:21.103 INFO O| May 08 16:44:21.103 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
86282026-05-08T16:44:22.444Z[ host-image] May 08 16:44:21.103 INFO O| May 08 16:44:21.103 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
86292026-05-08T16:44:22.444Z[ host-image] May 08 16:44:21.103 INFO O| May 08 16:44:21.103 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
86302026-05-08T16:44:22.447Z[ host-image] May 08 16:44:21.103 INFO O| May 08 16:44:21.103 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
86312026-05-08T16:44:22.447Z[ host-image] May 08 16:44:21.103 INFO O| May 08 16:44:21.103 INFO ok!
86322026-05-08T16:44:22.447Z[ host-image] May 08 16:44:21.103 INFO O| May 08 16:44:21.103 INFO STEP 66 (ensure_file) COMPLETE
86332026-05-08T16:44:22.447Z[ host-image] May 08 16:44:21.103 INFO O| May 08 16:44:21.103 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86342026-05-08T16:44:22.455Z[ host-image] May 08 16:44:21.114 INFO O| May 08 16:44:21.114 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
86352026-05-08T16:44:22.455Z[ host-image] May 08 16:44:21.114 INFO O| May 08 16:44:21.114 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
86362026-05-08T16:44:22.455Z[ host-image] May 08 16:44:21.114 INFO O| May 08 16:44:21.114 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
86372026-05-08T16:44:22.458Z[ host-image] May 08 16:44:21.114 INFO O| May 08 16:44:21.114 INFO STEP 67 (ensure_dir) COMPLETE
86382026-05-08T16:44:22.458Z[ host-image] May 08 16:44:21.114 INFO O| May 08 16:44:21.114 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86392026-05-08T16:44:22.465Z[ host-image] May 08 16:44:21.125 INFO O| May 08 16:44:21.124 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86402026-05-08T16:44:22.465Z[ host-image] May 08 16:44:21.125 INFO O| May 08 16:44:21.125 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 ...
86412026-05-08T16:44:22.471Z[ host-image] May 08 16:44:21.130 INFO O| May 08 16:44:21.130 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
86422026-05-08T16:44:22.471Z[ host-image] May 08 16:44:21.130 INFO O| May 08 16:44:21.130 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86432026-05-08T16:44:22.474Z[ host-image] May 08 16:44:21.131 INFO O| May 08 16:44:21.130 INFO ok!
86442026-05-08T16:44:22.474Z[ host-image] May 08 16:44:21.131 INFO O| May 08 16:44:21.130 INFO STEP 68 (ensure_file) COMPLETE
86452026-05-08T16:44:22.474Z[ host-image] May 08 16:44:21.131 INFO O| May 08 16:44:21.130 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86462026-05-08T16:44:22.481Z[ host-image] May 08 16:44:21.141 INFO O| May 08 16:44:21.141 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86472026-05-08T16:44:22.481Z[ host-image] May 08 16:44:21.141 INFO O| May 08 16:44:21.141 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 ...
86482026-05-08T16:44:22.482Z[ host-image] May 08 16:44:21.141 INFO O| May 08 16:44:21.141 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
86492026-05-08T16:44:22.484Z[ host-image] May 08 16:44:21.141 INFO O| May 08 16:44:21.141 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86502026-05-08T16:44:22.484Z[ host-image] May 08 16:44:21.141 INFO O| May 08 16:44:21.141 INFO ok!
86512026-05-08T16:44:22.484Z[ host-image] May 08 16:44:21.141 INFO O| May 08 16:44:21.141 INFO STEP 69 (ensure_file) COMPLETE
86522026-05-08T16:44:22.484Z[ host-image] May 08 16:44:21.141 INFO O| May 08 16:44:21.141 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
86532026-05-08T16:44:22.495Z[ host-image] May 08 16:44:21.155 INFO O| May 08 16:44:21.155 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
86542026-05-08T16:44:22.496Z[ host-image] May 08 16:44:21.155 INFO O| May 08 16:44:21.155 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
86552026-05-08T16:44:24.030Z[ host-image] May 08 16:44:22.688 INFO O| May 08 16:44:22.686 INFO STEP 70 (pack_tar) COMPLETE
86562026-05-08T16:44:24.030Z[ host-image] May 08 16:44:22.688 INFO O| May 08 16:44:22.686 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
86572026-05-08T16:44:24.030Z[ host-image] May 08 16:44:22.688 INFO O| May 08 16:44:22.686 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
86582026-05-08T16:44:24.591Z[ host-image] May 08 16:44:23.251 INFO O| May 08 16:44:23.250 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
86592026-05-08T16:44:24.697Z[ host-image] May 08 16:44:23.356 INFO O| May 08 16:44:23.356 INFO completed processing sled/ramdisk-02-trim
86602026-05-08T16:44:24.700Z[ host-image] May 08 16:44:23.359 INFO image builder template: zfs...
86612026-05-08T16:44:24.700Z[ host-image] May 08 16:44:23.359 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/.tmpHY7vUR/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.474", "-n", "zfs"], pwd: None
86622026-05-08T16:44:24.713Z[ host-image] May 08 16:44:23.372 INFO O| May 08 16:44:23.372 INFO skip include "stress" because feature "stress" is not enabled
86632026-05-08T16:44:24.713Z[ host-image] May 08 16:44:23.372 INFO O| May 08 16:44:23.372 INFO skip include "stress" because feature "compliance" is not enabled
86642026-05-08T16:44:24.743Z[ host-image] May 08 16:44:23.403 INFO O| May 08 16:44:23.403 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
86652026-05-08T16:44:24.748Z[ host-image] May 08 16:44:23.408 INFO O| May 08 16:44:23.407 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
86662026-05-08T16:44:24.845Z[ host-image] May 08 16:44:23.499 INFO O| May 08 16:44:23.498 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
86672026-05-08T16:44:24.906Z[ host-image] May 08 16:44:23.565 INFO O| May 08 16:44:23.565 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
86682026-05-08T16:44:24.906Z[ host-image] May 08 16:44:23.565 INFO O| May 08 16:44:23.565 INFO work dataset: rpool/images/build/host/work/sled/zfs
86692026-05-08T16:44:24.910Z[ host-image] May 08 16:44:23.569 INFO O| May 08 16:44:23.569 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
86702026-05-08T16:44:25.013Z[ host-image] May 08 16:44:23.672 INFO O| May 08 16:44:23.672 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
86712026-05-08T16:44:25.081Z[ host-image] May 08 16:44:23.741 INFO O| May 08 16:44:23.740 INFO DESTROY POOL: TEMPORARY-sled-zfs
86722026-05-08T16:44:25.091Z[ host-image] May 08 16:44:23.750 INFO O| May 08 16:44:23.750 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
86732026-05-08T16:44:25.096Z[ host-image] May 08 16:44:23.755 INFO O| May 08 16:44:23.755 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
86742026-05-08T16:44:25.099Z[ host-image] May 08 16:44:23.756 INFO O| May 08 16:44:23.755 INFO no lofi found
86752026-05-08T16:44:25.099Z[ host-image] May 08 16:44:23.756 INFO O| May 08 16:44:23.756 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
86762026-05-08T16:44:25.099Z[ host-image] May 08 16:44:23.756 INFO O| May 08 16:44:23.756 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
86772026-05-08T16:44:26.341Z[ host-image] May 08 16:44:25.001 INFO O| May 08 16:44:25.001 INFO lofi device = /dev/dsk/c2t2d0p0
86782026-05-08T16:44:26.342Z[ host-image] May 08 16:44:25.001 INFO O| May 08 16:44:25.001 INFO pool device = /dev/dsk/c2t2d0p0
86792026-05-08T16:44:26.342Z[ host-image] May 08 16:44:25.001 INFO O| May 08 16:44:25.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/c2t2d0p0"]
86802026-05-08T16:44:26.507Z[ host-image] May 08 16:44:25.166 INFO O| May 08 16:44:25.166 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
86812026-05-08T16:44:26.507Z[ host-image] May 08 16:44:25.166 INFO O| May 08 16:44:25.166 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
86822026-05-08T16:44:26.529Z[ host-image] May 08 16:44:25.189 INFO O| May 08 16:44:25.188 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
86832026-05-08T16:44:26.704Z[ host-image] May 08 16:44:25.363 INFO O| May 08 16:44:25.363 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
86842026-05-08T16:44:26.735Z[ host-image] May 08 16:44:25.394 INFO O| May 08 16:44:25.394 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
86852026-05-08T16:44:26.752Z[ host-image] May 08 16:44:25.411 INFO O| May 08 16:44:25.411 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
86862026-05-08T16:44:26.765Z[ host-image] May 08 16:44:25.424 INFO O| May 08 16:44:25.424 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
86872026-05-08T16:44:26.804Z[ host-image] May 08 16:44:25.463 INFO O| May 08 16:44:25.463 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
86882026-05-08T16:44:26.804Z[ host-image] May 08 16:44:25.463 INFO O| May 08 16:44:25.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
86892026-05-08T16:44:26.804Z[ host-image] May 08 16:44:25.463 INFO O| May 08 16:44:25.463 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
86902026-05-08T16:44:26.813Z[ host-image] May 08 16:44:25.473 INFO O| May 08 16:44:25.473 INFO boot environment UUID: 804af3d8-2283-4990-9156-2cda321ab777
86912026-05-08T16:44:26.813Z[ host-image] May 08 16:44:25.473 INFO O| May 08 16:44:25.473 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 804af3d8-2283-4990-9156-2cda321ab777
86922026-05-08T16:44:26.826Z[ host-image] May 08 16:44:25.486 INFO O| May 08 16:44:25.486 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86932026-05-08T16:44:26.840Z[ host-image] May 08 16:44:25.499 INFO O| May 08 16:44:25.499 INFO STEP 0 (create_be) COMPLETE
86942026-05-08T16:44:26.840Z[ host-image] May 08 16:44:25.499 INFO O| May 08 16:44:25.499 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
86952026-05-08T16:44:26.856Z[ host-image] May 08 16:44:25.515 INFO O| May 08 16:44:25.515 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
86962026-05-08T16:44:28.353Z[ recovery-image] May 08 16:44:27.013 INFO O| May 08 16:44:27.013 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86972026-05-08T16:44:28.353Z[ recovery-image] May 08 16:44:27.013 INFO O| May 08 16:44:27.013 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86982026-05-08T16:44:28.428Z[ recovery-image] May 08 16:44:27.087 INFO O| May 08 16:44:27.087 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86992026-05-08T16:44:28.695Z[ recovery-image] May 08 16:44:27.353 INFO O| May 08 16:44:27.353 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87002026-05-08T16:44:28.762Z[ recovery-image] May 08 16:44:27.419 INFO O| May 08 16:44:27.419 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87012026-05-08T16:44:28.816Z[ recovery-image] May 08 16:44:27.475 INFO O| May 08 16:44:27.475 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87022026-05-08T16:44:28.834Z[ recovery-image] May 08 16:44:27.491 INFO O| May 08 16:44:27.491 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87032026-05-08T16:44:28.911Z[ recovery-image] May 08 16:44:27.571 INFO O| May 08 16:44:27.571 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87042026-05-08T16:44:28.911Z[ recovery-image] May 08 16:44:27.571 INFO O| May 08 16:44:27.571 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87052026-05-08T16:44:28.911Z[ recovery-image] May 08 16:44:27.571 INFO O| May 08 16:44:27.571 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87062026-05-08T16:44:28.923Z[ recovery-image] May 08 16:44:27.582 INFO O| May 08 16:44:27.581 INFO boot environment UUID: 80daf11a-d684-449b-853a-8a7e3a375ab1
87072026-05-08T16:44:28.923Z[ recovery-image] May 08 16:44:27.582 INFO O| May 08 16:44:27.581 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 80daf11a-d684-449b-853a-8a7e3a375ab1
87082026-05-08T16:44:28.937Z[ recovery-image] May 08 16:44:27.597 INFO O| May 08 16:44:27.597 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87092026-05-08T16:44:28.955Z[ recovery-image] May 08 16:44:27.614 INFO O| May 08 16:44:27.614 INFO STEP 0 (create_be) COMPLETE
87102026-05-08T16:44:28.955Z[ recovery-image] May 08 16:44:27.614 INFO O| May 08 16:44:27.614 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87112026-05-08T16:44:28.973Z[ recovery-image] May 08 16:44:27.631 INFO O| May 08 16:44:27.630 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"]
87122026-05-08T16:44:36.899Z[ recovery-image] May 08 16:44:35.378 INFO O| May 08 16:44:35.378 INFO STEP 1 (unpack_tar) COMPLETE
87132026-05-08T16:44:36.899Z[ recovery-image] May 08 16:44:35.378 INFO O| May 08 16:44:35.378 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87142026-05-08T16:44:36.905Z[ recovery-image] May 08 16:44:35.390 INFO O| May 08 16:44:35.390 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87152026-05-08T16:44:37.174Z[ host-image] May 08 16:44:35.832 INFO O| May 08 16:44:35.832 INFO STEP 1 (unpack_tar) COMPLETE
87162026-05-08T16:44:37.174Z[ host-image] May 08 16:44:35.832 INFO O| May 08 16:44:35.832 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87172026-05-08T16:44:37.183Z[ host-image] May 08 16:44:35.842 INFO O| May 08 16:44:35.842 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
87182026-05-08T16:44:37.582Z[ host-image] May 08 16:44:36.241 INFO O| May 08 16:44:36.241 INFO STEP 2 (devfsadm) COMPLETE
87192026-05-08T16:44:37.582Z[ host-image] May 08 16:44:36.241 INFO O| May 08 16:44:36.241 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87202026-05-08T16:44:37.593Z[ host-image] May 08 16:44:36.253 INFO O| May 08 16:44:36.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
87212026-05-08T16:44:37.593Z[ host-image] May 08 16:44:36.253 INFO O| May 08 16:44:36.253 INFO STEP 3 (ensure_dir) COMPLETE
87222026-05-08T16:44:37.597Z[ host-image] May 08 16:44:36.253 INFO O| May 08 16:44:36.253 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87232026-05-08T16:44:37.603Z[ host-image] May 08 16:44:36.262 INFO O| May 08 16:44:36.262 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
87242026-05-08T16:44:37.603Z[ host-image] May 08 16:44:36.262 INFO O| May 08 16:44:36.262 INFO STEP 4 (ensure_dir) COMPLETE
87252026-05-08T16:44:37.603Z[ host-image] May 08 16:44:36.262 INFO O| May 08 16:44:36.262 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87262026-05-08T16:44:37.611Z[ host-image] May 08 16:44:36.270 INFO O| May 08 16:44:36.270 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
87272026-05-08T16:44:37.611Z[ host-image] May 08 16:44:36.270 INFO O| May 08 16:44:36.270 INFO STEP 5 (ensure_dir) COMPLETE
87282026-05-08T16:44:37.642Z[ host-image] May 08 16:44:36.270 INFO O| May 08 16:44:36.270 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87292026-05-08T16:44:37.648Z[ host-image] May 08 16:44:36.308 INFO O| May 08 16:44:36.308 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
87302026-05-08T16:44:37.648Z[ host-image] May 08 16:44:36.308 INFO O| May 08 16:44:36.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
87312026-05-08T16:44:37.651Z[ host-image] May 08 16:44:36.308 INFO O| May 08 16:44:36.308 INFO STEP 6 (ensure_dir) COMPLETE
87322026-05-08T16:44:37.651Z[ host-image] May 08 16:44:36.308 INFO O| May 08 16:44:36.308 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87332026-05-08T16:44:37.659Z[ host-image] May 08 16:44:36.319 INFO O| May 08 16:44:36.319 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
87342026-05-08T16:44:37.659Z[ host-image] May 08 16:44:36.319 INFO O| May 08 16:44:36.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
87352026-05-08T16:44:37.659Z[ host-image] May 08 16:44:36.319 INFO O| May 08 16:44:36.319 INFO STEP 7 (ensure_dir) COMPLETE
87362026-05-08T16:44:37.662Z[ host-image] May 08 16:44:36.319 INFO O| May 08 16:44:36.319 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87372026-05-08T16:44:37.669Z[ host-image] May 08 16:44:36.328 INFO O| May 08 16:44:36.328 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
87382026-05-08T16:44:37.672Z[ host-image] May 08 16:44:36.329 INFO O| May 08 16:44:36.329 INFO STEP 8 (remove_files) COMPLETE
87392026-05-08T16:44:37.672Z[ host-image] May 08 16:44:36.329 INFO O| May 08 16:44:36.329 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87402026-05-08T16:44:37.678Z[ host-image] May 08 16:44:36.337 INFO O| May 08 16:44:36.337 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
87412026-05-08T16:44:37.681Z[ host-image] May 08 16:44:36.338 INFO O| May 08 16:44:36.338 INFO STEP 9 (remove_files) COMPLETE
87422026-05-08T16:44:37.681Z[ host-image] May 08 16:44:36.338 INFO O| May 08 16:44:36.338 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87432026-05-08T16:44:37.688Z[ host-image] May 08 16:44:36.348 INFO O| May 08 16:44:36.348 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
87442026-05-08T16:44:37.691Z[ host-image] May 08 16:44:36.349 INFO O| May 08 16:44:36.349 INFO STEP 10 (remove_files) COMPLETE
87452026-05-08T16:44:37.691Z[ host-image] May 08 16:44:36.349 INFO O| May 08 16:44:36.349 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87462026-05-08T16:44:37.704Z[ host-image] May 08 16:44:36.357 INFO O| May 08 16:44:36.357 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
87472026-05-08T16:44:37.704Z[ host-image] May 08 16:44:36.357 INFO O| May 08 16:44:36.357 INFO STEP 11 (remove_files) COMPLETE
87482026-05-08T16:44:37.704Z[ host-image] May 08 16:44:36.357 INFO O| May 08 16:44:36.357 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87492026-05-08T16:44:37.708Z[ host-image] May 08 16:44:36.366 INFO O| May 08 16:44:36.366 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
87502026-05-08T16:44:37.708Z[ host-image] May 08 16:44:36.366 INFO O| May 08 16:44:36.366 INFO STEP 12 (remove_files) COMPLETE
87512026-05-08T16:44:37.708Z[ host-image] May 08 16:44:36.366 INFO O| May 08 16:44:36.366 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87522026-05-08T16:44:37.714Z[ host-image] May 08 16:44:36.374 INFO O| May 08 16:44:36.374 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
87532026-05-08T16:44:37.714Z[ host-image] May 08 16:44:36.374 INFO O| May 08 16:44:36.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
87542026-05-08T16:44:37.714Z[ host-image] May 08 16:44:36.374 INFO O| May 08 16:44:36.374 INFO STEP 13 (ensure_dir) COMPLETE
87552026-05-08T16:44:37.718Z[ host-image] May 08 16:44:36.374 INFO O| May 08 16:44:36.374 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87562026-05-08T16:44:37.723Z[ host-image] May 08 16:44:36.383 INFO O| May 08 16:44:36.383 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
87572026-05-08T16:44:37.723Z[ host-image] May 08 16:44:36.383 INFO O| May 08 16:44:36.383 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
87582026-05-08T16:44:37.728Z[ host-image] May 08 16:44:36.383 INFO O| May 08 16:44:36.383 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
87592026-05-08T16:44:37.728Z[ host-image] May 08 16:44:36.383 INFO O| May 08 16:44:36.383 INFO STEP 14 (ensure_dir) COMPLETE
87602026-05-08T16:44:37.728Z[ host-image] May 08 16:44:36.383 INFO O| May 08 16:44:36.383 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87612026-05-08T16:44:37.733Z[ host-image] May 08 16:44:36.392 INFO O| May 08 16:44:36.392 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
87622026-05-08T16:44:37.733Z[ host-image] May 08 16:44:36.392 INFO O| May 08 16:44:36.392 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
87632026-05-08T16:44:37.738Z[ host-image] May 08 16:44:36.392 INFO O| May 08 16:44:36.392 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
87642026-05-08T16:44:37.738Z[ host-image] May 08 16:44:36.392 INFO O| May 08 16:44:36.392 INFO STEP 15 (ensure_dir) COMPLETE
87652026-05-08T16:44:37.738Z[ host-image] May 08 16:44:36.392 INFO O| May 08 16:44:36.392 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87662026-05-08T16:44:37.741Z[ host-image] May 08 16:44:36.401 INFO O| May 08 16:44:36.400 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
87672026-05-08T16:44:37.741Z[ host-image] May 08 16:44:36.401 INFO O| May 08 16:44:36.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
87682026-05-08T16:44:37.744Z[ host-image] May 08 16:44:36.401 INFO O| May 08 16:44:36.401 INFO STEP 16 (ensure_dir) COMPLETE
87692026-05-08T16:44:37.744Z[ host-image] May 08 16:44:36.401 INFO O| May 08 16:44:36.401 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87702026-05-08T16:44:37.750Z[ host-image] May 08 16:44:36.410 INFO O| May 08 16:44:36.410 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
87712026-05-08T16:44:37.750Z[ host-image] May 08 16:44:36.410 INFO O| May 08 16:44:36.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
87722026-05-08T16:44:37.753Z[ host-image] May 08 16:44:36.410 INFO O| May 08 16:44:36.410 INFO STEP 17 (ensure_dir) COMPLETE
87732026-05-08T16:44:37.753Z[ host-image] May 08 16:44:36.410 INFO O| May 08 16:44:36.410 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742026-05-08T16:44:37.759Z[ host-image] May 08 16:44:36.419 INFO O| May 08 16:44:36.419 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87752026-05-08T16:44:37.759Z[ host-image] May 08 16:44:36.419 INFO O| May 08 16:44:36.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
87762026-05-08T16:44:37.759Z[ host-image] May 08 16:44:36.419 INFO O| May 08 16:44:36.419 INFO ok!
87772026-05-08T16:44:37.763Z[ host-image] May 08 16:44:36.419 INFO O| May 08 16:44:36.419 INFO STEP 18 (ensure_symlink) COMPLETE
87782026-05-08T16:44:37.763Z[ host-image] May 08 16:44:36.419 INFO O| May 08 16:44:36.419 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-05-08T16:44:37.768Z[ host-image] May 08 16:44:36.428 INFO O| May 08 16:44:36.428 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
87802026-05-08T16:44:37.768Z[ host-image] May 08 16:44:36.428 INFO O| May 08 16:44:36.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
87812026-05-08T16:44:37.771Z[ host-image] May 08 16:44:36.428 INFO O| May 08 16:44:36.428 INFO ok!
87822026-05-08T16:44:37.771Z[ host-image] May 08 16:44:36.428 INFO O| May 08 16:44:36.428 INFO STEP 19 (ensure_file) COMPLETE
87832026-05-08T16:44:37.771Z[ host-image] May 08 16:44:36.428 INFO O| May 08 16:44:36.428 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87842026-05-08T16:44:37.778Z[ host-image] May 08 16:44:36.437 INFO O| May 08 16:44:36.437 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
87852026-05-08T16:44:37.778Z[ host-image] May 08 16:44:36.438 INFO O| May 08 16:44:36.437 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87862026-05-08T16:44:37.781Z[ host-image] May 08 16:44:36.438 INFO O| May 08 16:44:36.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
87872026-05-08T16:44:37.781Z[ host-image] May 08 16:44:36.438 INFO O| May 08 16:44:36.438 INFO ok!
87882026-05-08T16:44:37.781Z[ host-image] May 08 16:44:36.438 INFO O| May 08 16:44:36.438 INFO STEP 20 (ensure_symlink) COMPLETE
87892026-05-08T16:44:37.781Z[ host-image] May 08 16:44:36.438 INFO O| May 08 16:44:36.438 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87902026-05-08T16:44:37.784Z[ recovery-image] May 08 16:44:36.444 INFO O| May 08 16:44:36.444 INFO STEP 2 (devfsadm) COMPLETE
87912026-05-08T16:44:37.784Z[ recovery-image] May 08 16:44:36.444 INFO O| May 08 16:44:36.444 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-05-08T16:44:37.787Z[ host-image] May 08 16:44:36.446 INFO O| May 08 16:44:36.446 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87932026-05-08T16:44:37.788Z[ host-image] May 08 16:44:36.446 INFO O| May 08 16:44:36.446 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87942026-05-08T16:44:37.788Z[ host-image] May 08 16:44:36.446 INFO O| May 08 16:44:36.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
87952026-05-08T16:44:37.788Z[ host-image] May 08 16:44:36.446 INFO O| May 08 16:44:36.446 INFO ok!
87962026-05-08T16:44:37.788Z[ host-image] May 08 16:44:36.446 INFO O| May 08 16:44:36.446 INFO STEP 21 (ensure_symlink) COMPLETE
87972026-05-08T16:44:37.788Z[ host-image] May 08 16:44:36.446 INFO O| May 08 16:44:36.446 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87982026-05-08T16:44:37.792Z[ recovery-image] May 08 16:44:36.451 INFO O| May 08 16:44:36.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87992026-05-08T16:44:37.792Z[ recovery-image] May 08 16:44:36.451 INFO O| May 08 16:44:36.451 INFO STEP 3 (ensure_dir) COMPLETE
88002026-05-08T16:44:37.795Z[ recovery-image] May 08 16:44:36.451 INFO O| May 08 16:44:36.451 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88012026-05-08T16:44:37.795Z[ host-image] May 08 16:44:36.453 INFO O| May 08 16:44:36.453 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
88022026-05-08T16:44:37.795Z[ host-image] May 08 16:44:36.453 INFO O| May 08 16:44:36.453 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88032026-05-08T16:44:37.795Z[ host-image] May 08 16:44:36.453 INFO O| May 08 16:44:36.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
88042026-05-08T16:44:37.795Z[ host-image] May 08 16:44:36.453 INFO O| May 08 16:44:36.453 INFO ok!
88052026-05-08T16:44:37.795Z[ host-image] May 08 16:44:36.453 INFO O| May 08 16:44:36.453 INFO STEP 22 (ensure_symlink) COMPLETE
88062026-05-08T16:44:37.795Z[ host-image] May 08 16:44:36.453 INFO O| May 08 16:44:36.453 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88072026-05-08T16:44:37.798Z[ recovery-image] May 08 16:44:36.458 INFO O| May 08 16:44:36.458 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88082026-05-08T16:44:37.798Z[ recovery-image] May 08 16:44:36.458 INFO O| May 08 16:44:36.458 INFO STEP 4 (ensure_dir) COMPLETE
88092026-05-08T16:44:37.798Z[ recovery-image] May 08 16:44:36.458 INFO O| May 08 16:44:36.458 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88102026-05-08T16:44:37.801Z[ host-image] May 08 16:44:36.459 INFO O| May 08 16:44:36.459 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
88112026-05-08T16:44:37.801Z[ host-image] May 08 16:44:36.460 INFO O| May 08 16:44:36.459 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88122026-05-08T16:44:37.801Z[ host-image] May 08 16:44:36.460 INFO O| May 08 16:44:36.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
88132026-05-08T16:44:37.801Z[ host-image] May 08 16:44:36.460 INFO O| May 08 16:44:36.460 INFO ok!
88142026-05-08T16:44:37.801Z[ host-image] May 08 16:44:36.460 INFO O| May 08 16:44:36.460 INFO STEP 23 (ensure_symlink) COMPLETE
88152026-05-08T16:44:37.801Z[ host-image] May 08 16:44:36.460 INFO O| May 08 16:44:36.460 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88162026-05-08T16:44:37.805Z[ recovery-image] May 08 16:44:36.465 INFO O| May 08 16:44:36.464 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88172026-05-08T16:44:37.805Z[ recovery-image] May 08 16:44:36.465 INFO O| May 08 16:44:36.465 INFO STEP 5 (ensure_dir) COMPLETE
88182026-05-08T16:44:37.808Z[ recovery-image] May 08 16:44:36.465 INFO O| May 08 16:44:36.465 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88192026-05-08T16:44:37.808Z[ host-image] May 08 16:44:36.466 INFO O| May 08 16:44:36.466 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88202026-05-08T16:44:37.808Z[ host-image] May 08 16:44:36.466 INFO O| May 08 16:44:36.466 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
88212026-05-08T16:44:37.808Z[ host-image] May 08 16:44:36.466 INFO O| May 08 16:44:36.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
88222026-05-08T16:44:37.808Z[ host-image] May 08 16:44:36.466 INFO O| May 08 16:44:36.466 INFO ok!
88232026-05-08T16:44:37.808Z[ host-image] May 08 16:44:36.466 INFO O| May 08 16:44:36.466 INFO STEP 24 (ensure_file) COMPLETE
88242026-05-08T16:44:37.808Z[ host-image] May 08 16:44:36.466 INFO O| May 08 16:44:36.466 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88252026-05-08T16:44:37.812Z[ recovery-image] May 08 16:44:36.472 INFO O| May 08 16:44:36.472 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88262026-05-08T16:44:37.812Z[ recovery-image] May 08 16:44:36.472 INFO O| May 08 16:44:36.472 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88272026-05-08T16:44:37.815Z[ recovery-image] May 08 16:44:36.472 INFO O| May 08 16:44:36.472 INFO STEP 6 (ensure_dir) COMPLETE
88282026-05-08T16:44:37.815Z[ recovery-image] May 08 16:44:36.472 INFO O| May 08 16:44:36.472 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88292026-05-08T16:44:37.815Z[ host-image] May 08 16:44:36.473 INFO O| May 08 16:44:36.473 INFO updating shadow file
88302026-05-08T16:44:37.815Z[ host-image] May 08 16:44:36.473 INFO O| May 08 16:44:36.473 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
88312026-05-08T16:44:37.815Z[ host-image] May 08 16:44:36.473 INFO O| May 08 16:44:36.473 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
88322026-05-08T16:44:37.815Z[ host-image] May 08 16:44:36.473 INFO O| May 08 16:44:36.473 INFO STEP 25 (shadow) COMPLETE
88332026-05-08T16:44:37.815Z[ host-image] May 08 16:44:36.473 INFO O| May 08 16:44:36.473 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88342026-05-08T16:44:37.820Z[ recovery-image] May 08 16:44:36.479 INFO O| May 08 16:44:36.479 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88352026-05-08T16:44:37.820Z[ recovery-image] May 08 16:44:36.479 INFO O| May 08 16:44:36.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88362026-05-08T16:44:37.823Z[ recovery-image] May 08 16:44:36.479 INFO O| May 08 16:44:36.479 INFO STEP 7 (ensure_dir) COMPLETE
88372026-05-08T16:44:37.823Z[ recovery-image] May 08 16:44:36.479 INFO O| May 08 16:44:36.479 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88382026-05-08T16:44:37.823Z[ host-image] May 08 16:44:36.481 INFO O| May 08 16:44:36.481 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88392026-05-08T16:44:37.823Z[ host-image] May 08 16:44:36.481 INFO O| May 08 16:44:36.481 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
88402026-05-08T16:44:37.823Z[ host-image] May 08 16:44:36.481 INFO O| May 08 16:44:36.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
88412026-05-08T16:44:37.823Z[ host-image] May 08 16:44:36.481 INFO O| May 08 16:44:36.481 INFO ok!
88422026-05-08T16:44:37.823Z[ host-image] May 08 16:44:36.481 INFO O| May 08 16:44:36.481 INFO STEP 26 (ensure_file) COMPLETE
88432026-05-08T16:44:37.823Z[ host-image] May 08 16:44:36.481 INFO O| May 08 16:44:36.481 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442026-05-08T16:44:37.827Z[ recovery-image] May 08 16:44:36.486 INFO O| May 08 16:44:36.486 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88452026-05-08T16:44:37.830Z[ recovery-image] May 08 16:44:36.487 INFO O| May 08 16:44:36.487 INFO STEP 8 (remove_files) COMPLETE
88462026-05-08T16:44:37.830Z[ recovery-image] May 08 16:44:36.487 INFO O| May 08 16:44:36.487 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88472026-05-08T16:44:37.830Z[ host-image] May 08 16:44:36.488 INFO O| May 08 16:44:36.488 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
88482026-05-08T16:44:37.830Z[ host-image] May 08 16:44:36.488 INFO O| May 08 16:44:36.488 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
88492026-05-08T16:44:37.830Z[ host-image] May 08 16:44:36.488 INFO O| May 08 16:44:36.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
88502026-05-08T16:44:37.830Z[ host-image] May 08 16:44:36.488 INFO O| May 08 16:44:36.488 INFO ok!
88512026-05-08T16:44:37.830Z[ host-image] May 08 16:44:36.488 INFO O| May 08 16:44:36.488 INFO STEP 27 (ensure_file) COMPLETE
88522026-05-08T16:44:37.830Z[ host-image] May 08 16:44:36.488 INFO O| May 08 16:44:36.488 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88532026-05-08T16:44:37.837Z[ recovery-image] May 08 16:44:36.496 INFO O| May 08 16:44:36.496 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88542026-05-08T16:44:37.840Z[ recovery-image] May 08 16:44:36.497 INFO O| May 08 16:44:36.497 INFO STEP 9 (remove_files) COMPLETE
88552026-05-08T16:44:37.840Z[ recovery-image] May 08 16:44:36.497 INFO O| May 08 16:44:36.497 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88562026-05-08T16:44:37.840Z[ host-image] May 08 16:44:36.499 INFO O| May 08 16:44:36.499 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88572026-05-08T16:44:37.840Z[ host-image] May 08 16:44:36.499 INFO O| May 08 16:44:36.499 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
88582026-05-08T16:44:37.840Z[ host-image] May 08 16:44:36.499 INFO O| May 08 16:44:36.499 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
88592026-05-08T16:44:37.840Z[ host-image] May 08 16:44:36.499 INFO O| May 08 16:44:36.499 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
88602026-05-08T16:44:37.840Z[ host-image] May 08 16:44:36.499 INFO O| May 08 16:44:36.499 INFO ok!
88612026-05-08T16:44:37.840Z[ host-image] May 08 16:44:36.499 INFO O| May 08 16:44:36.499 INFO STEP 28 (ensure_file) COMPLETE
88622026-05-08T16:44:37.840Z[ host-image] May 08 16:44:36.499 INFO O| May 08 16:44:36.499 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88632026-05-08T16:44:37.848Z[ recovery-image] May 08 16:44:36.508 INFO O| May 08 16:44:36.508 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88642026-05-08T16:44:37.851Z[ recovery-image] May 08 16:44:36.509 INFO O| May 08 16:44:36.508 INFO STEP 10 (remove_files) COMPLETE
88652026-05-08T16:44:37.851Z[ recovery-image] May 08 16:44:36.509 INFO O| May 08 16:44:36.508 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88662026-05-08T16:44:37.851Z[ host-image] May 08 16:44:36.509 INFO O| May 08 16:44:36.509 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
88672026-05-08T16:44:37.851Z[ host-image] May 08 16:44:36.510 INFO O| May 08 16:44:36.509 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
88682026-05-08T16:44:37.851Z[ host-image] May 08 16:44:36.510 INFO O| May 08 16:44:36.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
88692026-05-08T16:44:37.851Z[ host-image] May 08 16:44:36.510 INFO O| May 08 16:44:36.509 INFO ok!
88702026-05-08T16:44:37.851Z[ host-image] May 08 16:44:36.510 INFO O| May 08 16:44:36.509 INFO STEP 29 (ensure_file) COMPLETE
88712026-05-08T16:44:37.851Z[ host-image] May 08 16:44:36.510 INFO O| May 08 16:44:36.509 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88722026-05-08T16:44:37.859Z[ recovery-image] May 08 16:44:36.518 INFO O| May 08 16:44:36.518 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88732026-05-08T16:44:37.859Z[ recovery-image] May 08 16:44:36.518 INFO O| May 08 16:44:36.518 INFO STEP 11 (remove_files) COMPLETE
88742026-05-08T16:44:37.859Z[ recovery-image] May 08 16:44:36.518 INFO O| May 08 16:44:36.518 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88752026-05-08T16:44:37.862Z[ host-image] May 08 16:44:36.520 INFO O| May 08 16:44:36.520 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
88762026-05-08T16:44:37.862Z[ host-image] May 08 16:44:36.520 INFO O| May 08 16:44:36.520 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
88772026-05-08T16:44:37.862Z[ host-image] May 08 16:44:36.520 INFO O| May 08 16:44:36.520 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
88782026-05-08T16:44:37.862Z[ host-image] May 08 16:44:36.520 INFO O| May 08 16:44:36.520 INFO STEP 30 (ensure_dir) COMPLETE
88792026-05-08T16:44:37.862Z[ host-image] May 08 16:44:36.520 INFO O| May 08 16:44:36.520 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88802026-05-08T16:44:37.868Z[ recovery-image] May 08 16:44:36.528 INFO O| May 08 16:44:36.528 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88812026-05-08T16:44:37.868Z[ recovery-image] May 08 16:44:36.528 INFO O| May 08 16:44:36.528 INFO STEP 12 (remove_files) COMPLETE
88822026-05-08T16:44:37.871Z[ recovery-image] May 08 16:44:36.528 INFO O| May 08 16:44:36.528 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88832026-05-08T16:44:37.874Z[ host-image] May 08 16:44:36.531 INFO O| May 08 16:44:36.531 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
88842026-05-08T16:44:37.874Z[ host-image] May 08 16:44:36.531 INFO O| May 08 16:44:36.531 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
88852026-05-08T16:44:37.874Z[ host-image] May 08 16:44:36.531 INFO O| May 08 16:44:36.531 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
88862026-05-08T16:44:37.874Z[ host-image] May 08 16:44:36.531 INFO O| May 08 16:44:36.531 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
88872026-05-08T16:44:37.874Z[ host-image] May 08 16:44:36.531 INFO O| May 08 16:44:36.531 INFO ok!
88882026-05-08T16:44:37.874Z[ host-image] May 08 16:44:36.531 INFO O| May 08 16:44:36.531 INFO STEP 31 (ensure_file) COMPLETE
88892026-05-08T16:44:37.874Z[ host-image] May 08 16:44:36.531 INFO O| May 08 16:44:36.531 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88902026-05-08T16:44:37.879Z[ recovery-image] May 08 16:44:36.538 INFO O| May 08 16:44:36.538 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88912026-05-08T16:44:37.879Z[ recovery-image] May 08 16:44:36.538 INFO O| May 08 16:44:36.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88922026-05-08T16:44:37.882Z[ recovery-image] May 08 16:44:36.538 INFO O| May 08 16:44:36.538 INFO STEP 13 (ensure_dir) COMPLETE
88932026-05-08T16:44:37.882Z[ recovery-image] May 08 16:44:36.538 INFO O| May 08 16:44:36.538 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88942026-05-08T16:44:37.882Z[ host-image] May 08 16:44:36.541 INFO O| May 08 16:44:36.541 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
88952026-05-08T16:44:37.882Z[ host-image] May 08 16:44:36.541 INFO O| May 08 16:44:36.541 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
88962026-05-08T16:44:37.882Z[ host-image] May 08 16:44:36.541 INFO O| May 08 16:44:36.541 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
88972026-05-08T16:44:37.882Z[ host-image] May 08 16:44:36.541 INFO O| May 08 16:44:36.541 INFO STEP 32 (ensure_dir) COMPLETE
88982026-05-08T16:44:37.882Z[ host-image] May 08 16:44:36.541 INFO O| May 08 16:44:36.541 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88992026-05-08T16:44:37.889Z[ recovery-image] May 08 16:44:36.549 INFO O| May 08 16:44:36.549 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89002026-05-08T16:44:37.889Z[ recovery-image] May 08 16:44:36.549 INFO O| May 08 16:44:36.549 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89012026-05-08T16:44:37.892Z[ recovery-image] May 08 16:44:36.549 INFO O| May 08 16:44:36.549 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
89022026-05-08T16:44:37.892Z[ host-image] May 08 16:44:36.551 INFO O| May 08 16:44:36.551 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89032026-05-08T16:44:37.892Z[ host-image] May 08 16:44:36.551 INFO O| May 08 16:44:36.551 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 ...
89042026-05-08T16:44:37.892Z[ recovery-image] May 08 16:44:36.549 INFO O| May 08 16:44:36.549 INFO STEP 14 (ensure_dir) COMPLETE
89052026-05-08T16:44:37.892Z[ recovery-image] May 08 16:44:36.549 INFO O| May 08 16:44:36.549 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89062026-05-08T16:44:37.892Z[ host-image] May 08 16:44:36.551 INFO O| May 08 16:44:36.551 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
89072026-05-08T16:44:37.892Z[ host-image] May 08 16:44:36.551 INFO O| May 08 16:44:36.551 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
89082026-05-08T16:44:37.897Z[ host-image] May 08 16:44:36.551 INFO O| May 08 16:44:36.551 INFO ok!
89092026-05-08T16:44:37.897Z[ host-image] May 08 16:44:36.551 INFO O| May 08 16:44:36.551 INFO STEP 33 (ensure_file) COMPLETE
89102026-05-08T16:44:37.897Z[ host-image] May 08 16:44:36.551 INFO O| May 08 16:44:36.551 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
89112026-05-08T16:44:37.900Z[ recovery-image] May 08 16:44:36.558 INFO O| May 08 16:44:36.558 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89122026-05-08T16:44:37.900Z[ recovery-image] May 08 16:44:36.558 INFO O| May 08 16:44:36.558 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89132026-05-08T16:44:37.900Z[ recovery-image] May 08 16:44:36.558 INFO O| May 08 16:44:36.558 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
89142026-05-08T16:44:37.900Z[ recovery-image] May 08 16:44:36.558 INFO O| May 08 16:44:36.558 INFO STEP 15 (ensure_dir) COMPLETE
89152026-05-08T16:44:37.900Z[ recovery-image] May 08 16:44:36.558 INFO O| May 08 16:44:36.558 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89162026-05-08T16:44:37.903Z[ host-image] May 08 16:44:36.561 INFO O| May 08 16:44:36.561 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
89172026-05-08T16:44:37.903Z[ host-image] May 08 16:44:36.561 INFO O| May 08 16:44:36.561 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
89182026-05-08T16:44:37.903Z[ host-image] May 08 16:44:36.561 INFO O| May 08 16:44:36.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
89192026-05-08T16:44:37.903Z[ host-image] May 08 16:44:36.561 INFO O| May 08 16:44:36.561 INFO ok!
89202026-05-08T16:44:37.903Z[ host-image] May 08 16:44:36.561 INFO O| May 08 16:44:36.561 INFO STEP 34 (ensure_file) COMPLETE
89212026-05-08T16:44:37.903Z[ host-image] May 08 16:44:36.561 INFO O| May 08 16:44:36.561 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
89222026-05-08T16:44:37.908Z[ recovery-image] May 08 16:44:36.568 INFO O| May 08 16:44:36.568 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89232026-05-08T16:44:37.908Z[ recovery-image] May 08 16:44:36.568 INFO O| May 08 16:44:36.568 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
89242026-05-08T16:44:37.908Z[ recovery-image] May 08 16:44:36.568 INFO O| May 08 16:44:36.568 INFO STEP 16 (ensure_dir) COMPLETE
89252026-05-08T16:44:37.911Z[ recovery-image] May 08 16:44:36.568 INFO O| May 08 16:44:36.568 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89262026-05-08T16:44:37.914Z[ host-image] May 08 16:44:36.572 INFO O| May 08 16:44:36.572 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89272026-05-08T16:44:37.914Z[ host-image] May 08 16:44:36.572 INFO O| May 08 16:44:36.572 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
89282026-05-08T16:44:37.914Z[ host-image] May 08 16:44:36.572 INFO O| May 08 16:44:36.572 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
89292026-05-08T16:44:37.914Z[ host-image] May 08 16:44:36.572 INFO O| May 08 16:44:36.572 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
89302026-05-08T16:44:37.914Z[ host-image] May 08 16:44:36.572 INFO O| May 08 16:44:36.572 INFO ok!
89312026-05-08T16:44:37.914Z[ host-image] May 08 16:44:36.572 INFO O| May 08 16:44:36.572 INFO STEP 35 (ensure_file) COMPLETE
89322026-05-08T16:44:37.914Z[ host-image] May 08 16:44:36.572 INFO O| May 08 16:44:36.572 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
89332026-05-08T16:44:37.918Z[ recovery-image] May 08 16:44:36.578 INFO O| May 08 16:44:36.578 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89342026-05-08T16:44:37.918Z[ recovery-image] May 08 16:44:36.578 INFO O| May 08 16:44:36.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
89352026-05-08T16:44:37.918Z[ recovery-image] May 08 16:44:36.578 INFO O| May 08 16:44:36.578 INFO STEP 17 (ensure_dir) COMPLETE
89362026-05-08T16:44:37.921Z[ recovery-image] May 08 16:44:36.578 INFO O| May 08 16:44:36.578 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89372026-05-08T16:44:37.924Z[ host-image] May 08 16:44:36.584 INFO O| May 08 16:44:36.584 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
89382026-05-08T16:44:37.924Z[ host-image] May 08 16:44:36.584 INFO O| May 08 16:44:36.584 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
89392026-05-08T16:44:37.924Z[ host-image] May 08 16:44:36.584 INFO O| May 08 16:44:36.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
89402026-05-08T16:44:37.924Z[ host-image] May 08 16:44:36.584 INFO O| May 08 16:44:36.584 INFO ok!
89412026-05-08T16:44:37.924Z[ host-image] May 08 16:44:36.584 INFO O| May 08 16:44:36.584 INFO STEP 36 (ensure_file) COMPLETE
89422026-05-08T16:44:37.927Z[ host-image] May 08 16:44:36.584 INFO O| May 08 16:44:36.584 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
89432026-05-08T16:44:37.927Z[ recovery-image] May 08 16:44:36.587 INFO O| May 08 16:44:36.586 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89442026-05-08T16:44:37.927Z[ recovery-image] May 08 16:44:36.587 INFO O| May 08 16:44:36.587 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
89452026-05-08T16:44:37.927Z[ recovery-image] May 08 16:44:36.587 INFO O| May 08 16:44:36.587 INFO ok!
89462026-05-08T16:44:37.928Z[ recovery-image] May 08 16:44:36.587 INFO O| May 08 16:44:36.587 INFO STEP 18 (ensure_symlink) COMPLETE
89472026-05-08T16:44:37.928Z[ recovery-image] May 08 16:44:36.587 INFO O| May 08 16:44:36.587 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89482026-05-08T16:44:37.935Z[ host-image] May 08 16:44:36.595 INFO O| May 08 16:44:36.595 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89492026-05-08T16:44:37.935Z[ host-image] May 08 16:44:36.595 INFO O| May 08 16:44:36.595 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
89502026-05-08T16:44:37.938Z[ host-image] May 08 16:44:36.595 INFO O| May 08 16:44:36.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
89512026-05-08T16:44:37.938Z[ host-image] May 08 16:44:36.595 INFO O| May 08 16:44:36.595 INFO ok!
89522026-05-08T16:44:37.938Z[ host-image] May 08 16:44:36.595 INFO O| May 08 16:44:36.595 INFO STEP 37 (ensure_file) COMPLETE
89532026-05-08T16:44:37.938Z[ host-image] May 08 16:44:36.595 INFO O| May 08 16:44:36.595 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
89542026-05-08T16:44:37.941Z[ recovery-image] May 08 16:44:36.598 INFO O| May 08 16:44:36.598 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
89552026-05-08T16:44:37.941Z[ recovery-image] May 08 16:44:36.598 INFO O| May 08 16:44:36.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
89562026-05-08T16:44:37.941Z[ recovery-image] May 08 16:44:36.598 INFO O| May 08 16:44:36.598 INFO ok!
89572026-05-08T16:44:37.941Z[ recovery-image] May 08 16:44:36.598 INFO O| May 08 16:44:36.598 INFO STEP 19 (ensure_file) COMPLETE
89582026-05-08T16:44:37.941Z[ recovery-image] May 08 16:44:36.598 INFO O| May 08 16:44:36.598 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89592026-05-08T16:44:37.945Z[ host-image] May 08 16:44:36.604 INFO O| May 08 16:44:36.604 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
89602026-05-08T16:44:37.945Z[ host-image] May 08 16:44:36.604 INFO O| May 08 16:44:36.604 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
89612026-05-08T16:44:37.945Z[ host-image] May 08 16:44:36.604 INFO O| May 08 16:44:36.604 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
89622026-05-08T16:44:37.948Z[ host-image] May 08 16:44:36.604 INFO O| May 08 16:44:36.604 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
89632026-05-08T16:44:37.948Z[ host-image] May 08 16:44:36.604 INFO O| May 08 16:44:36.604 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
89642026-05-08T16:44:37.948Z[ host-image] May 08 16:44:36.604 INFO O| May 08 16:44:36.604 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
89652026-05-08T16:44:37.948Z[ host-image] May 08 16:44:36.604 INFO O| May 08 16:44:36.604 INFO ok!
89662026-05-08T16:44:37.948Z[ host-image] May 08 16:44:36.604 INFO O| May 08 16:44:36.604 INFO STEP 38 (ensure_file) COMPLETE
89672026-05-08T16:44:37.948Z[ host-image] May 08 16:44:36.604 INFO O| May 08 16:44:36.604 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89682026-05-08T16:44:37.948Z[ recovery-image] May 08 16:44:36.606 INFO O| May 08 16:44:36.606 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
89692026-05-08T16:44:37.948Z[ recovery-image] May 08 16:44:36.606 INFO O| May 08 16:44:36.606 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89702026-05-08T16:44:37.948Z[ recovery-image] May 08 16:44:36.606 INFO O| May 08 16:44:36.606 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
89712026-05-08T16:44:37.948Z[ recovery-image] May 08 16:44:36.606 INFO O| May 08 16:44:36.606 INFO ok!
89722026-05-08T16:44:37.948Z[ recovery-image] May 08 16:44:36.606 INFO O| May 08 16:44:36.606 INFO STEP 20 (ensure_symlink) COMPLETE
89732026-05-08T16:44:37.948Z[ recovery-image] May 08 16:44:36.606 INFO O| May 08 16:44:36.606 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89742026-05-08T16:44:37.955Z[ host-image] May 08 16:44:36.614 INFO O| May 08 16:44:36.614 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
89752026-05-08T16:44:37.955Z[ host-image] May 08 16:44:36.614 INFO O| May 08 16:44:36.614 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
89762026-05-08T16:44:37.958Z[ host-image] May 08 16:44:36.614 INFO O| May 08 16:44:36.614 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
89772026-05-08T16:44:37.958Z[ host-image] May 08 16:44:36.614 INFO O| May 08 16:44:36.614 INFO STEP 39 (ensure_dir) COMPLETE
89782026-05-08T16:44:37.958Z[ recovery-image] May 08 16:44:36.614 INFO O| May 08 16:44:36.614 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
89792026-05-08T16:44:37.958Z[ recovery-image] May 08 16:44:36.614 INFO O| May 08 16:44:36.614 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89802026-05-08T16:44:37.958Z[ host-image] May 08 16:44:36.614 INFO O| May 08 16:44:36.614 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89812026-05-08T16:44:37.958Z[ recovery-image] May 08 16:44:36.614 INFO O| May 08 16:44:36.614 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
89822026-05-08T16:44:37.958Z[ recovery-image] May 08 16:44:36.615 INFO O| May 08 16:44:36.614 INFO ok!
89832026-05-08T16:44:37.958Z[ recovery-image] May 08 16:44:36.615 INFO O| May 08 16:44:36.614 INFO STEP 21 (ensure_symlink) COMPLETE
89842026-05-08T16:44:37.958Z[ recovery-image] May 08 16:44:36.615 INFO O| May 08 16:44:36.614 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89852026-05-08T16:44:37.963Z[ recovery-image] May 08 16:44:36.623 INFO O| May 08 16:44:36.623 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
89862026-05-08T16:44:37.964Z[ recovery-image] May 08 16:44:36.623 INFO O| May 08 16:44:36.623 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89872026-05-08T16:44:37.964Z[ recovery-image] May 08 16:44:36.623 INFO O| May 08 16:44:36.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
89882026-05-08T16:44:37.967Z[ recovery-image] May 08 16:44:36.623 INFO O| May 08 16:44:36.623 INFO ok!
89892026-05-08T16:44:37.967Z[ recovery-image] May 08 16:44:36.623 INFO O| May 08 16:44:36.623 INFO STEP 22 (ensure_symlink) COMPLETE
89902026-05-08T16:44:37.967Z[ recovery-image] May 08 16:44:36.623 INFO O| May 08 16:44:36.623 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89912026-05-08T16:44:37.967Z[ host-image] May 08 16:44:36.625 INFO O| May 08 16:44:36.625 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
89922026-05-08T16:44:37.967Z[ host-image] May 08 16:44:36.625 INFO O| May 08 16:44:36.625 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 ...
89932026-05-08T16:44:37.967Z[ host-image] May 08 16:44:36.625 INFO O| May 08 16:44:36.625 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
89942026-05-08T16:44:37.967Z[ host-image] May 08 16:44:36.625 INFO O| May 08 16:44:36.625 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
89952026-05-08T16:44:37.967Z[ host-image] May 08 16:44:36.625 INFO O| May 08 16:44:36.625 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
89962026-05-08T16:44:37.967Z[ host-image] May 08 16:44:36.625 INFO O| May 08 16:44:36.625 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
89972026-05-08T16:44:37.967Z[ host-image] May 08 16:44:36.625 INFO O| May 08 16:44:36.625 INFO ok!
89982026-05-08T16:44:37.967Z[ host-image] May 08 16:44:36.625 INFO O| May 08 16:44:36.625 INFO STEP 40 (ensure_file) COMPLETE
89992026-05-08T16:44:37.967Z[ host-image] May 08 16:44:36.625 INFO O| May 08 16:44:36.625 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90002026-05-08T16:44:37.971Z[ recovery-image] May 08 16:44:36.630 INFO O| May 08 16:44:36.630 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
90012026-05-08T16:44:37.971Z[ recovery-image] May 08 16:44:36.630 INFO O| May 08 16:44:36.630 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90022026-05-08T16:44:37.974Z[ recovery-image] May 08 16:44:36.630 INFO O| May 08 16:44:36.630 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
90032026-05-08T16:44:37.974Z[ recovery-image] May 08 16:44:36.630 INFO O| May 08 16:44:36.630 INFO ok!
90042026-05-08T16:44:37.974Z[ recovery-image] May 08 16:44:36.630 INFO O| May 08 16:44:36.630 INFO STEP 23 (ensure_symlink) COMPLETE
90052026-05-08T16:44:37.974Z[ recovery-image] May 08 16:44:36.630 INFO O| May 08 16:44:36.630 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90062026-05-08T16:44:37.974Z[ host-image] May 08 16:44:36.632 INFO O| May 08 16:44:36.632 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90072026-05-08T16:44:37.974Z[ host-image] May 08 16:44:36.632 INFO O| May 08 16:44:36.632 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 ...
90082026-05-08T16:44:37.974Z[ host-image] May 08 16:44:36.632 INFO O| May 08 16:44:36.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90092026-05-08T16:44:37.974Z[ host-image] May 08 16:44:36.632 INFO O| May 08 16:44:36.632 INFO ok!
90102026-05-08T16:44:37.974Z[ host-image] May 08 16:44:36.632 INFO O| May 08 16:44:36.632 INFO STEP 41 (ensure_symlink) COMPLETE
90112026-05-08T16:44:37.974Z[ host-image] May 08 16:44:36.632 INFO O| May 08 16:44:36.632 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90122026-05-08T16:44:37.978Z[ recovery-image] May 08 16:44:36.637 INFO O| May 08 16:44:36.637 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90132026-05-08T16:44:37.978Z[ recovery-image] May 08 16:44:36.637 INFO O| May 08 16:44:36.637 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 ...
90142026-05-08T16:44:37.980Z[ recovery-image] May 08 16:44:36.637 INFO O| May 08 16:44:36.637 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
90152026-05-08T16:44:37.981Z[ recovery-image] May 08 16:44:36.637 INFO O| May 08 16:44:36.637 INFO ok!
90162026-05-08T16:44:37.981Z[ recovery-image] May 08 16:44:36.637 INFO O| May 08 16:44:36.637 INFO STEP 24 (ensure_file) COMPLETE
90172026-05-08T16:44:37.981Z[ recovery-image] May 08 16:44:36.637 INFO O| May 08 16:44:36.637 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90182026-05-08T16:44:37.981Z[ host-image] May 08 16:44:36.639 INFO O| May 08 16:44:36.639 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
90192026-05-08T16:44:37.981Z[ host-image] May 08 16:44:36.639 INFO O| May 08 16:44:36.639 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
90202026-05-08T16:44:37.981Z[ host-image] May 08 16:44:36.639 INFO O| May 08 16:44:36.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
90212026-05-08T16:44:37.981Z[ host-image] May 08 16:44:36.639 INFO O| May 08 16:44:36.639 INFO ok!
90222026-05-08T16:44:37.981Z[ host-image] May 08 16:44:36.639 INFO O| May 08 16:44:36.639 INFO STEP 42 (ensure_symlink) COMPLETE
90232026-05-08T16:44:37.981Z[ host-image] May 08 16:44:36.639 INFO O| May 08 16:44:36.639 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90242026-05-08T16:44:37.985Z[ recovery-image] May 08 16:44:36.644 INFO O| May 08 16:44:36.644 INFO updating shadow file
90252026-05-08T16:44:37.985Z[ recovery-image] May 08 16:44:36.644 INFO O| May 08 16:44:36.644 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90262026-05-08T16:44:37.985Z[ recovery-image] May 08 16:44:36.644 INFO O| May 08 16:44:36.644 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90272026-05-08T16:44:37.988Z[ recovery-image] May 08 16:44:36.644 INFO O| May 08 16:44:36.644 INFO STEP 25 (shadow) COMPLETE
90282026-05-08T16:44:37.988Z[ recovery-image] May 08 16:44:36.644 INFO O| May 08 16:44:36.644 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90292026-05-08T16:44:37.988Z[ host-image] May 08 16:44:36.645 INFO O| May 08 16:44:36.645 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
90302026-05-08T16:44:37.988Z[ host-image] May 08 16:44:36.645 INFO O| May 08 16:44:36.645 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
90312026-05-08T16:44:37.988Z[ host-image] May 08 16:44:36.646 INFO O| May 08 16:44:36.645 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
90322026-05-08T16:44:37.988Z[ host-image] May 08 16:44:36.646 INFO O| May 08 16:44:36.646 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
90332026-05-08T16:44:37.988Z[ host-image] May 08 16:44:36.646 INFO O| May 08 16:44:36.646 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
90342026-05-08T16:44:37.988Z[ host-image] May 08 16:44:36.646 INFO O| May 08 16:44:36.646 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
90352026-05-08T16:44:37.988Z[ host-image] May 08 16:44:36.646 INFO O| May 08 16:44:36.646 INFO ok!
90362026-05-08T16:44:37.988Z[ host-image] May 08 16:44:36.646 INFO O| May 08 16:44:36.646 INFO STEP 43 (ensure_file) COMPLETE
90372026-05-08T16:44:37.988Z[ host-image] May 08 16:44:36.646 INFO O| May 08 16:44:36.646 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90382026-05-08T16:44:37.991Z[ recovery-image] May 08 16:44:36.651 INFO O| May 08 16:44:36.651 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
90392026-05-08T16:44:37.991Z[ recovery-image] May 08 16:44:36.651 INFO O| May 08 16:44:36.651 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
90402026-05-08T16:44:37.994Z[ recovery-image] May 08 16:44:36.651 INFO O| May 08 16:44:36.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
90412026-05-08T16:44:37.994Z[ recovery-image] May 08 16:44:36.651 INFO O| May 08 16:44:36.651 INFO ok!
90422026-05-08T16:44:37.994Z[ recovery-image] May 08 16:44:36.651 INFO O| May 08 16:44:36.651 INFO STEP 26 (ensure_file) COMPLETE
90432026-05-08T16:44:37.994Z[ recovery-image] May 08 16:44:36.651 INFO O| May 08 16:44:36.651 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90442026-05-08T16:44:37.994Z[ host-image] May 08 16:44:36.652 INFO O| May 08 16:44:36.652 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90452026-05-08T16:44:37.994Z[ host-image] May 08 16:44:36.652 INFO O| May 08 16:44:36.652 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 ...
90462026-05-08T16:44:37.994Z[ host-image] May 08 16:44:36.652 INFO O| May 08 16:44:36.652 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
90472026-05-08T16:44:37.994Z[ host-image] May 08 16:44:36.652 INFO O| May 08 16:44:36.652 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
90482026-05-08T16:44:37.994Z[ host-image] May 08 16:44:36.652 INFO O| May 08 16:44:36.652 INFO ok!
90492026-05-08T16:44:37.994Z[ host-image] May 08 16:44:36.652 INFO O| May 08 16:44:36.652 INFO STEP 44 (ensure_file) COMPLETE
90502026-05-08T16:44:37.994Z[ host-image] May 08 16:44:36.652 INFO O| May 08 16:44:36.652 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90512026-05-08T16:44:37.998Z[ recovery-image] May 08 16:44:36.658 INFO O| May 08 16:44:36.658 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
90522026-05-08T16:44:37.998Z[ recovery-image] May 08 16:44:36.658 INFO O| May 08 16:44:36.658 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
90532026-05-08T16:44:37.998Z[ recovery-image] May 08 16:44:36.658 INFO O| May 08 16:44:36.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
90542026-05-08T16:44:38.002Z[ recovery-image] May 08 16:44:36.658 INFO O| May 08 16:44:36.658 INFO ok!
90552026-05-08T16:44:38.002Z[ recovery-image] May 08 16:44:36.658 INFO O| May 08 16:44:36.658 INFO STEP 27 (ensure_file) COMPLETE
90562026-05-08T16:44:38.002Z[ recovery-image] May 08 16:44:36.658 INFO O| May 08 16:44:36.658 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90572026-05-08T16:44:38.005Z[ host-image] May 08 16:44:36.662 INFO O| May 08 16:44:36.662 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
90582026-05-08T16:44:38.005Z[ host-image] May 08 16:44:36.662 INFO O| May 08 16:44:36.662 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
90592026-05-08T16:44:38.005Z[ host-image] May 08 16:44:36.662 INFO O| May 08 16:44:36.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
90602026-05-08T16:44:38.005Z[ host-image] May 08 16:44:36.662 INFO O| May 08 16:44:36.662 INFO ok!
90612026-05-08T16:44:38.005Z[ host-image] May 08 16:44:36.662 INFO O| May 08 16:44:36.662 INFO STEP 45 (ensure_file) COMPLETE
90622026-05-08T16:44:38.005Z[ host-image] May 08 16:44:36.662 INFO O| May 08 16:44:36.662 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90632026-05-08T16:44:38.008Z[ recovery-image] May 08 16:44:36.665 INFO O| May 08 16:44:36.665 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90642026-05-08T16:44:38.008Z[ recovery-image] May 08 16:44:36.665 INFO O| May 08 16:44:36.665 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
90652026-05-08T16:44:38.008Z[ recovery-image] May 08 16:44:36.665 INFO O| May 08 16:44:36.665 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90662026-05-08T16:44:38.008Z[ recovery-image] May 08 16:44:36.665 INFO O| May 08 16:44:36.665 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
90672026-05-08T16:44:38.008Z[ recovery-image] May 08 16:44:36.665 INFO O| May 08 16:44:36.665 INFO ok!
90682026-05-08T16:44:38.008Z[ recovery-image] May 08 16:44:36.665 INFO O| May 08 16:44:36.665 INFO STEP 28 (ensure_file) COMPLETE
90692026-05-08T16:44:38.008Z[ recovery-image] May 08 16:44:36.665 INFO O| May 08 16:44:36.665 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90702026-05-08T16:44:38.012Z[ host-image] May 08 16:44:36.671 INFO O| May 08 16:44:36.671 INFO updating shadow file
90712026-05-08T16:44:38.012Z[ host-image] May 08 16:44:36.671 INFO O| May 08 16:44:36.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
90722026-05-08T16:44:38.015Z[ host-image] May 08 16:44:36.671 INFO O| May 08 16:44:36.671 INFO STEP 46 (shadow) COMPLETE
90732026-05-08T16:44:38.015Z[ host-image] May 08 16:44:36.671 INFO O| May 08 16:44:36.671 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90742026-05-08T16:44:38.015Z[ recovery-image] May 08 16:44:36.674 INFO O| May 08 16:44:36.674 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
90752026-05-08T16:44:38.015Z[ recovery-image] May 08 16:44:36.674 INFO O| May 08 16:44:36.674 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
90762026-05-08T16:44:38.015Z[ recovery-image] May 08 16:44:36.674 INFO O| May 08 16:44:36.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
90772026-05-08T16:44:38.015Z[ recovery-image] May 08 16:44:36.674 INFO O| May 08 16:44:36.674 INFO ok!
90782026-05-08T16:44:38.015Z[ recovery-image] May 08 16:44:36.674 INFO O| May 08 16:44:36.674 INFO STEP 29 (ensure_file) COMPLETE
90792026-05-08T16:44:38.015Z[ recovery-image] May 08 16:44:36.674 INFO O| May 08 16:44:36.674 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90802026-05-08T16:44:38.021Z[ host-image] May 08 16:44:36.680 INFO O| May 08 16:44:36.680 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
90812026-05-08T16:44:38.021Z[ host-image] May 08 16:44:36.681 INFO O| May 08 16:44:36.680 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
90822026-05-08T16:44:38.024Z[ host-image] May 08 16:44:36.681 INFO O| May 08 16:44:36.681 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
90832026-05-08T16:44:38.024Z[ host-image] May 08 16:44:36.681 INFO O| May 08 16:44:36.681 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
90842026-05-08T16:44:38.024Z[ host-image] May 08 16:44:36.681 INFO O| May 08 16:44:36.681 INFO ok!
90852026-05-08T16:44:38.024Z[ host-image] May 08 16:44:36.681 INFO O| May 08 16:44:36.681 INFO STEP 47 (ensure_file) COMPLETE
90862026-05-08T16:44:38.024Z[ host-image] May 08 16:44:36.681 INFO O| May 08 16:44:36.681 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90872026-05-08T16:44:38.024Z[ host-image] May 08 16:44:36.681 INFO O| May 08 16:44:36.681 INFO skip step because feature "mfg" is not enabled
90882026-05-08T16:44:38.024Z[ host-image] May 08 16:44:36.681 INFO O| May 08 16:44:36.681 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90892026-05-08T16:44:38.024Z[ host-image] May 08 16:44:36.681 INFO O| May 08 16:44:36.681 INFO skip step because feature "mfg" is not enabled
90902026-05-08T16:44:38.024Z[ host-image] May 08 16:44:36.681 INFO O| May 08 16:44:36.681 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90912026-05-08T16:44:38.030Z[ recovery-image] May 08 16:44:36.685 INFO O| May 08 16:44:36.685 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90922026-05-08T16:44:38.030Z[ recovery-image] May 08 16:44:36.685 INFO O| May 08 16:44:36.685 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90932026-05-08T16:44:38.030Z[ recovery-image] May 08 16:44:36.685 INFO O| May 08 16:44:36.685 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
90942026-05-08T16:44:38.030Z[ recovery-image] May 08 16:44:36.685 INFO O| May 08 16:44:36.685 INFO STEP 30 (ensure_dir) COMPLETE
90952026-05-08T16:44:38.030Z[ recovery-image] May 08 16:44:36.685 INFO O| May 08 16:44:36.685 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90962026-05-08T16:44:38.033Z[ host-image] May 08 16:44:36.690 INFO O| May 08 16:44:36.690 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
90972026-05-08T16:44:38.033Z[ host-image] May 08 16:44:36.690 INFO O| May 08 16:44:36.690 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
90982026-05-08T16:44:38.036Z[ recovery-image] May 08 16:44:36.695 INFO O| May 08 16:44:36.695 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
90992026-05-08T16:44:38.036Z[ recovery-image] May 08 16:44:36.695 INFO O| May 08 16:44:36.695 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 ...
91002026-05-08T16:44:38.036Z[ recovery-image] May 08 16:44:36.695 INFO O| May 08 16:44:36.695 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
91012026-05-08T16:44:38.040Z[ recovery-image] May 08 16:44:36.696 INFO O| May 08 16:44:36.696 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
91022026-05-08T16:44:38.040Z[ recovery-image] May 08 16:44:36.696 INFO O| May 08 16:44:36.696 INFO ok!
91032026-05-08T16:44:38.040Z[ recovery-image] May 08 16:44:36.696 INFO O| May 08 16:44:36.696 INFO STEP 31 (ensure_file) COMPLETE
91042026-05-08T16:44:38.040Z[ recovery-image] May 08 16:44:36.696 INFO O| May 08 16:44:36.696 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
91052026-05-08T16:44:38.045Z[ recovery-image] May 08 16:44:36.704 INFO O| May 08 16:44:36.704 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
91062026-05-08T16:44:38.045Z[ recovery-image] May 08 16:44:36.704 INFO O| May 08 16:44:36.704 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
91072026-05-08T16:44:38.049Z[ recovery-image] May 08 16:44:36.704 INFO O| May 08 16:44:36.704 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
91082026-05-08T16:44:38.049Z[ recovery-image] May 08 16:44:36.704 INFO O| May 08 16:44:36.704 INFO STEP 32 (ensure_dir) COMPLETE
91092026-05-08T16:44:38.049Z[ recovery-image] May 08 16:44:36.704 INFO O| May 08 16:44:36.704 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91102026-05-08T16:44:38.056Z[ recovery-image] May 08 16:44:36.714 INFO O| May 08 16:44:36.714 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
91112026-05-08T16:44:38.056Z[ recovery-image] May 08 16:44:36.714 INFO O| May 08 16:44:36.714 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 ...
91122026-05-08T16:44:38.056Z[ recovery-image] May 08 16:44:36.714 INFO O| May 08 16:44:36.714 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
91132026-05-08T16:44:38.056Z[ recovery-image] May 08 16:44:36.714 INFO O| May 08 16:44:36.714 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
91142026-05-08T16:44:38.060Z[ recovery-image] May 08 16:44:36.714 INFO O| May 08 16:44:36.714 INFO ok!
91152026-05-08T16:44:38.060Z[ recovery-image] May 08 16:44:36.714 INFO O| May 08 16:44:36.714 INFO STEP 33 (ensure_file) COMPLETE
91162026-05-08T16:44:38.060Z[ recovery-image] May 08 16:44:36.714 INFO O| May 08 16:44:36.714 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91172026-05-08T16:44:38.060Z[ host-image] May 08 16:44:36.715 INFO O| May 08 16:44:36.715 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
91182026-05-08T16:44:38.061Z[ host-image] May 08 16:44:36.715 INFO O| May 08 16:44:36.715 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
91192026-05-08T16:44:38.061Z[ host-image] May 08 16:44:36.715 INFO O| May 08 16:44:36.715 INFO ok!
91202026-05-08T16:44:38.061Z[ host-image] May 08 16:44:36.715 INFO O| May 08 16:44:36.715 INFO STEP 50 (ensure_file) COMPLETE
91212026-05-08T16:44:38.061Z[ host-image] May 08 16:44:36.715 INFO O| May 08 16:44:36.715 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91222026-05-08T16:44:38.061Z[ host-image] May 08 16:44:36.715 INFO O| May 08 16:44:36.715 INFO skip step because feature "compliance" is not enabled
91232026-05-08T16:44:38.061Z[ host-image] May 08 16:44:36.715 INFO O| May 08 16:44:36.715 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91242026-05-08T16:44:38.065Z[ recovery-image] May 08 16:44:36.722 INFO O| May 08 16:44:36.722 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
91252026-05-08T16:44:38.065Z[ recovery-image] May 08 16:44:36.723 INFO O| May 08 16:44:36.722 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
91262026-05-08T16:44:38.065Z[ recovery-image] May 08 16:44:36.723 INFO O| May 08 16:44:36.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
91272026-05-08T16:44:38.065Z[ recovery-image] May 08 16:44:36.723 INFO O| May 08 16:44:36.723 INFO ok!
91282026-05-08T16:44:38.065Z[ recovery-image] May 08 16:44:36.723 INFO O| May 08 16:44:36.723 INFO STEP 34 (ensure_file) COMPLETE
91292026-05-08T16:44:38.065Z[ recovery-image] May 08 16:44:36.723 INFO O| May 08 16:44:36.723 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91302026-05-08T16:44:38.070Z[ host-image] May 08 16:44:36.726 INFO O| May 08 16:44:36.726 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
91312026-05-08T16:44:38.070Z[ host-image] May 08 16:44:36.726 INFO O| May 08 16:44:36.726 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
91322026-05-08T16:44:38.070Z[ host-image] May 08 16:44:36.726 INFO O| May 08 16:44:36.726 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
91332026-05-08T16:44:38.070Z[ host-image] May 08 16:44:36.726 INFO O| May 08 16:44:36.726 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
91342026-05-08T16:44:38.070Z[ host-image] May 08 16:44:36.726 INFO O| May 08 16:44:36.726 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
91352026-05-08T16:44:38.070Z[ host-image] May 08 16:44:36.726 INFO O| May 08 16:44:36.726 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
91362026-05-08T16:44:38.070Z[ host-image] May 08 16:44:36.726 INFO O| May 08 16:44:36.726 INFO ok!
91372026-05-08T16:44:38.070Z[ host-image] May 08 16:44:36.726 INFO O| May 08 16:44:36.726 INFO STEP 52 (ensure_file) COMPLETE
91382026-05-08T16:44:38.070Z[ host-image] May 08 16:44:36.726 INFO O| May 08 16:44:36.726 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91392026-05-08T16:44:38.074Z[ recovery-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.733 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
91402026-05-08T16:44:38.074Z[ recovery-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.734 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
91412026-05-08T16:44:38.078Z[ recovery-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.734 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
91422026-05-08T16:44:38.078Z[ recovery-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.734 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
91432026-05-08T16:44:38.078Z[ recovery-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.734 INFO ok!
91442026-05-08T16:44:38.078Z[ recovery-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.734 INFO STEP 35 (ensure_file) COMPLETE
91452026-05-08T16:44:38.078Z[ recovery-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.734 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91462026-05-08T16:44:38.078Z[ host-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.734 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91472026-05-08T16:44:38.078Z[ host-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.734 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 ...
91482026-05-08T16:44:38.078Z[ host-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.734 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
91492026-05-08T16:44:38.078Z[ host-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.734 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91502026-05-08T16:44:38.078Z[ host-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.734 INFO ok!
91512026-05-08T16:44:38.078Z[ host-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.734 INFO STEP 53 (ensure_file) COMPLETE
91522026-05-08T16:44:38.078Z[ host-image] May 08 16:44:36.734 INFO O| May 08 16:44:36.734 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91532026-05-08T16:44:38.084Z[ recovery-image] May 08 16:44:36.743 INFO O| May 08 16:44:36.743 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
91542026-05-08T16:44:38.084Z[ recovery-image] May 08 16:44:36.743 INFO O| May 08 16:44:36.743 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
91552026-05-08T16:44:38.087Z[ recovery-image] May 08 16:44:36.743 INFO O| May 08 16:44:36.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
91562026-05-08T16:44:38.087Z[ recovery-image] May 08 16:44:36.743 INFO O| May 08 16:44:36.743 INFO ok!
91572026-05-08T16:44:38.087Z[ recovery-image] May 08 16:44:36.743 INFO O| May 08 16:44:36.743 INFO STEP 36 (ensure_file) COMPLETE
91582026-05-08T16:44:38.087Z[ recovery-image] May 08 16:44:36.743 INFO O| May 08 16:44:36.743 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91592026-05-08T16:44:38.087Z[ host-image] May 08 16:44:36.744 INFO O| May 08 16:44:36.744 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
91602026-05-08T16:44:38.087Z[ host-image] May 08 16:44:36.744 INFO O| May 08 16:44:36.744 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 ...
91612026-05-08T16:44:38.087Z[ host-image] May 08 16:44:36.744 INFO O| May 08 16:44:36.744 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
91622026-05-08T16:44:38.087Z[ host-image] May 08 16:44:36.744 INFO O| May 08 16:44:36.744 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
91632026-05-08T16:44:38.087Z[ host-image] May 08 16:44:36.744 INFO O| May 08 16:44:36.744 INFO ok!
91642026-05-08T16:44:38.087Z[ host-image] May 08 16:44:36.744 INFO O| May 08 16:44:36.744 INFO STEP 54 (ensure_file) COMPLETE
91652026-05-08T16:44:38.087Z[ host-image] May 08 16:44:36.744 INFO O| May 08 16:44:36.744 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91662026-05-08T16:44:38.091Z[ recovery-image] May 08 16:44:36.750 INFO O| May 08 16:44:36.749 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91672026-05-08T16:44:38.091Z[ recovery-image] May 08 16:44:36.750 INFO O| May 08 16:44:36.750 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
91682026-05-08T16:44:38.091Z[ recovery-image] May 08 16:44:36.750 INFO O| May 08 16:44:36.750 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
91692026-05-08T16:44:38.091Z[ recovery-image] May 08 16:44:36.750 INFO O| May 08 16:44:36.750 INFO ok!
91702026-05-08T16:44:38.091Z[ recovery-image] May 08 16:44:36.750 INFO O| May 08 16:44:36.750 INFO STEP 37 (ensure_file) COMPLETE
91712026-05-08T16:44:38.091Z[ recovery-image] May 08 16:44:36.750 INFO O| May 08 16:44:36.750 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91722026-05-08T16:44:38.094Z[ host-image] May 08 16:44:36.751 INFO O| May 08 16:44:36.751 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
91732026-05-08T16:44:38.094Z[ host-image] May 08 16:44:36.751 INFO O| May 08 16:44:36.751 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 ...
91742026-05-08T16:44:38.094Z[ host-image] May 08 16:44:36.751 INFO O| May 08 16:44:36.751 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
91752026-05-08T16:44:38.094Z[ host-image] May 08 16:44:36.751 INFO O| May 08 16:44:36.751 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
91762026-05-08T16:44:38.094Z[ host-image] May 08 16:44:36.751 INFO O| May 08 16:44:36.751 INFO ok!
91772026-05-08T16:44:38.094Z[ host-image] May 08 16:44:36.751 INFO O| May 08 16:44:36.751 INFO STEP 55 (ensure_file) COMPLETE
91782026-05-08T16:44:38.094Z[ host-image] May 08 16:44:36.751 INFO O| May 08 16:44:36.751 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91792026-05-08T16:44:38.098Z[ recovery-image] May 08 16:44:36.757 INFO O| May 08 16:44:36.757 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
91802026-05-08T16:44:38.098Z[ recovery-image] May 08 16:44:36.757 INFO O| May 08 16:44:36.757 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
91812026-05-08T16:44:38.098Z[ recovery-image] May 08 16:44:36.757 INFO O| May 08 16:44:36.757 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91822026-05-08T16:44:38.098Z[ recovery-image] May 08 16:44:36.757 INFO O| May 08 16:44:36.757 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91832026-05-08T16:44:38.101Z[ recovery-image] May 08 16:44:36.757 INFO O| May 08 16:44:36.757 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91842026-05-08T16:44:38.101Z[ recovery-image] May 08 16:44:36.757 INFO O| May 08 16:44:36.757 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
91852026-05-08T16:44:38.101Z[ recovery-image] May 08 16:44:36.757 INFO O| May 08 16:44:36.757 INFO ok!
91862026-05-08T16:44:38.101Z[ recovery-image] May 08 16:44:36.757 INFO O| May 08 16:44:36.757 INFO STEP 38 (ensure_file) COMPLETE
91872026-05-08T16:44:38.101Z[ recovery-image] May 08 16:44:36.757 INFO O| May 08 16:44:36.757 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91882026-05-08T16:44:38.101Z[ host-image] May 08 16:44:36.758 INFO O| May 08 16:44:36.758 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
91892026-05-08T16:44:38.101Z[ host-image] May 08 16:44:36.758 INFO O| May 08 16:44:36.758 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 ...
91902026-05-08T16:44:38.101Z[ host-image] May 08 16:44:36.758 INFO O| May 08 16:44:36.758 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
91912026-05-08T16:44:38.101Z[ host-image] May 08 16:44:36.758 INFO O| May 08 16:44:36.758 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
91922026-05-08T16:44:38.101Z[ host-image] May 08 16:44:36.758 INFO O| May 08 16:44:36.758 INFO ok!
91932026-05-08T16:44:38.101Z[ host-image] May 08 16:44:36.758 INFO O| May 08 16:44:36.758 INFO STEP 56 (ensure_file) COMPLETE
91942026-05-08T16:44:38.101Z[ host-image] May 08 16:44:36.758 INFO O| May 08 16:44:36.758 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91952026-05-08T16:44:38.105Z[ recovery-image] May 08 16:44:36.763 INFO O| May 08 16:44:36.763 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91962026-05-08T16:44:38.105Z[ recovery-image] May 08 16:44:36.763 INFO O| May 08 16:44:36.763 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91972026-05-08T16:44:38.105Z[ recovery-image] May 08 16:44:36.763 INFO O| May 08 16:44:36.763 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
91982026-05-08T16:44:38.105Z[ recovery-image] May 08 16:44:36.763 INFO O| May 08 16:44:36.763 INFO STEP 39 (ensure_dir) COMPLETE
91992026-05-08T16:44:38.105Z[ recovery-image] May 08 16:44:36.763 INFO O| May 08 16:44:36.763 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92002026-05-08T16:44:38.109Z[ host-image] May 08 16:44:36.765 INFO O| May 08 16:44:36.765 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
92012026-05-08T16:44:38.109Z[ host-image] May 08 16:44:36.765 INFO O| May 08 16:44:36.765 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 ...
92022026-05-08T16:44:38.109Z[ host-image] May 08 16:44:36.765 INFO O| May 08 16:44:36.765 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
92032026-05-08T16:44:38.109Z[ host-image] May 08 16:44:36.765 INFO O| May 08 16:44:36.765 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
92042026-05-08T16:44:38.109Z[ host-image] May 08 16:44:36.765 INFO O| May 08 16:44:36.765 INFO ok!
92052026-05-08T16:44:38.109Z[ host-image] May 08 16:44:36.765 INFO O| May 08 16:44:36.765 INFO STEP 57 (ensure_file) COMPLETE
92062026-05-08T16:44:38.109Z[ host-image] May 08 16:44:36.765 INFO O| May 08 16:44:36.765 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92072026-05-08T16:44:38.115Z[ recovery-image] May 08 16:44:36.775 INFO O| May 08 16:44:36.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
92082026-05-08T16:44:38.115Z[ recovery-image] May 08 16:44:36.775 INFO O| May 08 16:44:36.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 ...
92092026-05-08T16:44:38.119Z[ recovery-image] May 08 16:44:36.775 INFO O| May 08 16:44:36.775 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
92102026-05-08T16:44:38.119Z[ recovery-image] May 08 16:44:36.775 INFO O| May 08 16:44:36.775 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
92112026-05-08T16:44:38.119Z[ recovery-image] May 08 16:44:36.775 INFO O| May 08 16:44:36.775 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
92122026-05-08T16:44:38.119Z[ recovery-image] May 08 16:44:36.775 INFO O| May 08 16:44:36.775 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
92132026-05-08T16:44:38.119Z[ recovery-image] May 08 16:44:36.775 INFO O| May 08 16:44:36.775 INFO ok!
92142026-05-08T16:44:38.119Z[ recovery-image] May 08 16:44:36.775 INFO O| May 08 16:44:36.775 INFO STEP 40 (ensure_file) COMPLETE
92152026-05-08T16:44:38.119Z[ recovery-image] May 08 16:44:36.775 INFO O| May 08 16:44:36.775 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92162026-05-08T16:44:38.122Z[ host-image] May 08 16:44:36.778 INFO O| May 08 16:44:36.778 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
92172026-05-08T16:44:38.122Z[ host-image] May 08 16:44:36.778 INFO O| May 08 16:44:36.778 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 ...
92182026-05-08T16:44:38.122Z[ host-image] May 08 16:44:36.779 INFO O| May 08 16:44:36.779 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
92192026-05-08T16:44:38.122Z[ host-image] May 08 16:44:36.779 INFO O| May 08 16:44:36.779 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
92202026-05-08T16:44:38.122Z[ host-image] May 08 16:44:36.779 INFO O| May 08 16:44:36.779 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
92212026-05-08T16:44:38.122Z[ host-image] May 08 16:44:36.779 INFO O| May 08 16:44:36.779 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
92222026-05-08T16:44:38.122Z[ host-image] May 08 16:44:36.779 INFO O| May 08 16:44:36.779 INFO ok!
92232026-05-08T16:44:38.122Z[ host-image] May 08 16:44:36.779 INFO O| May 08 16:44:36.779 INFO STEP 58 (ensure_file) COMPLETE
92242026-05-08T16:44:38.122Z[ host-image] May 08 16:44:36.779 INFO O| May 08 16:44:36.779 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92252026-05-08T16:44:38.126Z[ recovery-image] May 08 16:44:36.785 INFO O| May 08 16:44:36.785 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92262026-05-08T16:44:38.126Z[ recovery-image] May 08 16:44:36.785 INFO O| May 08 16:44:36.785 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 ...
92272026-05-08T16:44:38.129Z[ recovery-image] May 08 16:44:36.785 INFO O| May 08 16:44:36.785 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92282026-05-08T16:44:38.129Z[ recovery-image] May 08 16:44:36.785 INFO O| May 08 16:44:36.785 INFO ok!
92292026-05-08T16:44:38.129Z[ recovery-image] May 08 16:44:36.785 INFO O| May 08 16:44:36.785 INFO STEP 41 (ensure_symlink) COMPLETE
92302026-05-08T16:44:38.129Z[ recovery-image] May 08 16:44:36.785 INFO O| May 08 16:44:36.785 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92312026-05-08T16:44:38.129Z[ host-image] May 08 16:44:36.788 INFO O| May 08 16:44:36.788 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
92322026-05-08T16:44:38.129Z[ host-image] May 08 16:44:36.788 INFO O| May 08 16:44:36.788 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 ...
92332026-05-08T16:44:38.129Z[ host-image] May 08 16:44:36.788 INFO O| May 08 16:44:36.788 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
92342026-05-08T16:44:38.129Z[ host-image] May 08 16:44:36.788 INFO O| May 08 16:44:36.788 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
92352026-05-08T16:44:38.129Z[ host-image] May 08 16:44:36.788 INFO O| May 08 16:44:36.788 INFO ok!
92362026-05-08T16:44:38.129Z[ host-image] May 08 16:44:36.788 INFO O| May 08 16:44:36.788 INFO STEP 59 (ensure_file) COMPLETE
92372026-05-08T16:44:38.129Z[ host-image] May 08 16:44:36.788 INFO O| May 08 16:44:36.788 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92382026-05-08T16:44:38.134Z[ recovery-image] May 08 16:44:36.793 INFO O| May 08 16:44:36.793 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
92392026-05-08T16:44:38.134Z[ recovery-image] May 08 16:44:36.793 INFO O| May 08 16:44:36.793 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
92402026-05-08T16:44:38.134Z[ recovery-image] May 08 16:44:36.793 INFO O| May 08 16:44:36.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
92412026-05-08T16:44:38.137Z[ recovery-image] May 08 16:44:36.793 INFO O| May 08 16:44:36.793 INFO ok!
92422026-05-08T16:44:38.137Z[ recovery-image] May 08 16:44:36.793 INFO O| May 08 16:44:36.793 INFO STEP 42 (ensure_symlink) COMPLETE
92432026-05-08T16:44:38.137Z[ recovery-image] May 08 16:44:36.793 INFO O| May 08 16:44:36.793 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92442026-05-08T16:44:38.141Z[ host-image] May 08 16:44:36.797 INFO O| May 08 16:44:36.797 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
92452026-05-08T16:44:38.141Z[ host-image] May 08 16:44:36.797 INFO O| May 08 16:44:36.797 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
92462026-05-08T16:44:38.141Z[ host-image] May 08 16:44:36.797 INFO O| May 08 16:44:36.797 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
92472026-05-08T16:44:38.141Z[ host-image] May 08 16:44:36.797 INFO O| May 08 16:44:36.797 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
92482026-05-08T16:44:38.141Z[ host-image] May 08 16:44:36.797 INFO O| May 08 16:44:36.797 INFO ok!
92492026-05-08T16:44:38.141Z[ host-image] May 08 16:44:36.797 INFO O| May 08 16:44:36.797 INFO STEP 60 (ensure_file) COMPLETE
92502026-05-08T16:44:38.141Z[ host-image] May 08 16:44:36.797 INFO O| May 08 16:44:36.797 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92512026-05-08T16:44:38.145Z[ recovery-image] May 08 16:44:36.803 INFO O| May 08 16:44:36.803 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
92522026-05-08T16:44:38.145Z[ recovery-image] May 08 16:44:36.803 INFO O| May 08 16:44:36.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 ...
92532026-05-08T16:44:38.145Z[ recovery-image] May 08 16:44:36.804 INFO O| May 08 16:44:36.804 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
92542026-05-08T16:44:38.145Z[ recovery-image] May 08 16:44:36.804 INFO O| May 08 16:44:36.804 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
92552026-05-08T16:44:38.145Z[ recovery-image] May 08 16:44:36.804 INFO O| May 08 16:44:36.804 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
92562026-05-08T16:44:38.145Z[ recovery-image] May 08 16:44:36.804 INFO O| May 08 16:44:36.804 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
92572026-05-08T16:44:38.145Z[ recovery-image] May 08 16:44:36.804 INFO O| May 08 16:44:36.804 INFO ok!
92582026-05-08T16:44:38.146Z[ recovery-image] May 08 16:44:36.804 INFO O| May 08 16:44:36.804 INFO STEP 43 (ensure_file) COMPLETE
92592026-05-08T16:44:38.146Z[ recovery-image] May 08 16:44:36.804 INFO O| May 08 16:44:36.804 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92602026-05-08T16:44:38.150Z[ host-image] May 08 16:44:36.807 INFO O| May 08 16:44:36.807 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
92612026-05-08T16:44:38.150Z[ host-image] May 08 16:44:36.807 INFO O| May 08 16:44:36.807 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 ...
92622026-05-08T16:44:38.150Z[ host-image] May 08 16:44:36.807 INFO O| May 08 16:44:36.807 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
92632026-05-08T16:44:38.150Z[ host-image] May 08 16:44:36.807 INFO O| May 08 16:44:36.807 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
92642026-05-08T16:44:38.150Z[ host-image] May 08 16:44:36.807 INFO O| May 08 16:44:36.807 INFO ok!
92652026-05-08T16:44:38.150Z[ host-image] May 08 16:44:36.807 INFO O| May 08 16:44:36.807 INFO STEP 61 (ensure_file) COMPLETE
92662026-05-08T16:44:38.150Z[ host-image] May 08 16:44:36.807 INFO O| May 08 16:44:36.807 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92672026-05-08T16:44:38.155Z[ recovery-image] May 08 16:44:36.814 INFO O| May 08 16:44:36.814 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
92682026-05-08T16:44:38.155Z[ recovery-image] May 08 16:44:36.814 INFO O| May 08 16:44:36.814 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 ...
92692026-05-08T16:44:38.155Z[ recovery-image] May 08 16:44:36.814 INFO O| May 08 16:44:36.814 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
92702026-05-08T16:44:38.160Z[ recovery-image] May 08 16:44:36.814 INFO O| May 08 16:44:36.814 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
92712026-05-08T16:44:38.161Z[ recovery-image] May 08 16:44:36.814 INFO O| May 08 16:44:36.814 INFO ok!
92722026-05-08T16:44:38.161Z[ recovery-image] May 08 16:44:36.814 INFO O| May 08 16:44:36.814 INFO STEP 44 (ensure_file) COMPLETE
92732026-05-08T16:44:38.161Z[ recovery-image] May 08 16:44:36.814 INFO O| May 08 16:44:36.814 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92742026-05-08T16:44:38.161Z[ host-image] May 08 16:44:36.816 INFO O| May 08 16:44:36.816 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
92752026-05-08T16:44:38.161Z[ host-image] May 08 16:44:36.816 INFO O| May 08 16:44:36.816 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
92762026-05-08T16:44:38.161Z[ host-image] May 08 16:44:36.816 INFO O| May 08 16:44:36.816 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
92772026-05-08T16:44:38.161Z[ host-image] May 08 16:44:36.816 INFO O| May 08 16:44:36.816 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
92782026-05-08T16:44:38.161Z[ host-image] May 08 16:44:36.816 INFO O| May 08 16:44:36.816 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
92792026-05-08T16:44:38.161Z[ host-image] May 08 16:44:36.816 INFO O| May 08 16:44:36.816 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
92802026-05-08T16:44:38.161Z[ host-image] May 08 16:44:36.816 INFO O| May 08 16:44:36.816 INFO ok!
92812026-05-08T16:44:38.161Z[ host-image] May 08 16:44:36.816 INFO O| May 08 16:44:36.816 INFO STEP 62 (ensure_file) COMPLETE
92822026-05-08T16:44:38.161Z[ host-image] May 08 16:44:36.816 INFO O| May 08 16:44:36.816 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92832026-05-08T16:44:38.166Z[ recovery-image] May 08 16:44:36.825 INFO O| May 08 16:44:36.825 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
92842026-05-08T16:44:38.166Z[ recovery-image] May 08 16:44:36.825 INFO O| May 08 16:44:36.825 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
92852026-05-08T16:44:38.169Z[ recovery-image] May 08 16:44:36.825 INFO O| May 08 16:44:36.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
92862026-05-08T16:44:38.169Z[ recovery-image] May 08 16:44:36.825 INFO O| May 08 16:44:36.825 INFO ok!
92872026-05-08T16:44:38.169Z[ recovery-image] May 08 16:44:36.825 INFO O| May 08 16:44:36.825 INFO STEP 45 (ensure_file) COMPLETE
92882026-05-08T16:44:38.169Z[ recovery-image] May 08 16:44:36.825 INFO O| May 08 16:44:36.825 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92892026-05-08T16:44:38.170Z[ host-image] May 08 16:44:36.826 INFO O| May 08 16:44:36.826 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
92902026-05-08T16:44:38.170Z[ host-image] May 08 16:44:36.826 INFO O| May 08 16:44:36.826 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 ...
92912026-05-08T16:44:38.170Z[ host-image] May 08 16:44:36.826 INFO O| May 08 16:44:36.826 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
92922026-05-08T16:44:38.170Z[ host-image] May 08 16:44:36.826 INFO O| May 08 16:44:36.826 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92932026-05-08T16:44:38.170Z[ host-image] May 08 16:44:36.826 INFO O| May 08 16:44:36.826 INFO ok!
92942026-05-08T16:44:38.170Z[ host-image] May 08 16:44:36.827 INFO O| May 08 16:44:36.826 INFO STEP 63 (ensure_file) COMPLETE
92952026-05-08T16:44:38.170Z[ host-image] May 08 16:44:36.827 INFO O| May 08 16:44:36.826 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92962026-05-08T16:44:38.176Z[ recovery-image] May 08 16:44:36.835 INFO O| May 08 16:44:36.835 INFO updating shadow file
92972026-05-08T16:44:38.176Z[ recovery-image] May 08 16:44:36.836 INFO O| May 08 16:44:36.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
92982026-05-08T16:44:38.179Z[ recovery-image] May 08 16:44:36.836 INFO O| May 08 16:44:36.836 INFO STEP 46 (shadow) COMPLETE
92992026-05-08T16:44:38.179Z[ recovery-image] May 08 16:44:36.836 INFO O| May 08 16:44:36.836 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93002026-05-08T16:44:38.179Z[ host-image] May 08 16:44:36.836 INFO O| May 08 16:44:36.836 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93012026-05-08T16:44:38.179Z[ host-image] May 08 16:44:36.836 INFO O| May 08 16:44:36.836 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 ...
93022026-05-08T16:44:38.179Z[ host-image] May 08 16:44:36.836 INFO O| May 08 16:44:36.836 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
93032026-05-08T16:44:38.179Z[ host-image] May 08 16:44:36.836 INFO O| May 08 16:44:36.836 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
93042026-05-08T16:44:38.179Z[ host-image] May 08 16:44:36.836 INFO O| May 08 16:44:36.836 INFO ok!
93052026-05-08T16:44:38.179Z[ host-image] May 08 16:44:36.836 INFO O| May 08 16:44:36.836 INFO STEP 64 (ensure_file) COMPLETE
93062026-05-08T16:44:38.179Z[ host-image] May 08 16:44:36.836 INFO O| May 08 16:44:36.836 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93072026-05-08T16:44:38.187Z[ recovery-image] May 08 16:44:36.846 INFO O| May 08 16:44:36.846 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
93082026-05-08T16:44:38.187Z[ recovery-image] May 08 16:44:36.846 INFO O| May 08 16:44:36.846 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
93092026-05-08T16:44:38.187Z[ host-image] May 08 16:44:36.846 INFO O| May 08 16:44:36.846 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93102026-05-08T16:44:38.187Z[ host-image] May 08 16:44:36.846 INFO O| May 08 16:44:36.846 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 ...
93112026-05-08T16:44:38.187Z[ recovery-image] May 08 16:44:36.846 INFO O| May 08 16:44:36.846 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
93122026-05-08T16:44:38.187Z[ host-image] May 08 16:44:36.846 INFO O| May 08 16:44:36.846 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
93132026-05-08T16:44:38.191Z[ host-image] May 08 16:44:36.846 INFO O| May 08 16:44:36.846 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93142026-05-08T16:44:38.191Z[ recovery-image] May 08 16:44:36.846 INFO O| May 08 16:44:36.846 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
93152026-05-08T16:44:38.191Z[ host-image] May 08 16:44:36.846 INFO O| May 08 16:44:36.846 INFO ok!
93162026-05-08T16:44:38.191Z[ host-image] May 08 16:44:36.846 INFO O| May 08 16:44:36.846 INFO STEP 65 (ensure_file) COMPLETE
93172026-05-08T16:44:38.191Z[ recovery-image] May 08 16:44:36.847 INFO O| May 08 16:44:36.846 INFO ok!
93182026-05-08T16:44:38.191Z[ host-image] May 08 16:44:36.846 INFO O| May 08 16:44:36.846 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93192026-05-08T16:44:38.191Z[ recovery-image] May 08 16:44:36.847 INFO O| May 08 16:44:36.847 INFO STEP 47 (ensure_file) COMPLETE
93202026-05-08T16:44:38.191Z[ host-image] May 08 16:44:36.846 INFO O| May 08 16:44:36.846 INFO skip step because feature "mbist" is not enabled
93212026-05-08T16:44:38.191Z[ recovery-image] May 08 16:44:36.847 INFO O| May 08 16:44:36.847 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93222026-05-08T16:44:38.191Z[ host-image] May 08 16:44:36.846 INFO O| May 08 16:44:36.846 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93232026-05-08T16:44:38.198Z[ host-image] May 08 16:44:36.858 INFO O| May 08 16:44:36.858 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
93242026-05-08T16:44:38.198Z[ host-image] May 08 16:44:36.858 INFO O| May 08 16:44:36.858 INFO STEP 67 (ensure_dir) COMPLETE
93252026-05-08T16:44:38.198Z[ recovery-image] May 08 16:44:36.858 INFO O| May 08 16:44:36.858 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
93262026-05-08T16:44:38.198Z[ recovery-image] May 08 16:44:36.858 INFO O| May 08 16:44:36.858 INFO STEP 48 (ensure_dir) COMPLETE
93272026-05-08T16:44:38.199Z[ host-image] May 08 16:44:36.858 INFO O| May 08 16:44:36.858 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93282026-05-08T16:44:38.202Z[ recovery-image] May 08 16:44:36.858 INFO O| May 08 16:44:36.858 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93292026-05-08T16:44:38.209Z[ host-image] May 08 16:44:36.868 INFO O| May 08 16:44:36.868 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
93302026-05-08T16:44:38.209Z[ host-image] May 08 16:44:36.868 INFO O| May 08 16:44:36.868 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
93312026-05-08T16:44:38.209Z[ host-image] May 08 16:44:36.868 INFO O| May 08 16:44:36.868 INFO STEP 68 (ensure_dir) COMPLETE
93322026-05-08T16:44:38.209Z[ host-image] May 08 16:44:36.868 INFO O| May 08 16:44:36.868 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332026-05-08T16:44:38.213Z[ recovery-image] May 08 16:44:36.869 INFO O| May 08 16:44:36.869 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
93342026-05-08T16:44:38.213Z[ recovery-image] May 08 16:44:36.869 INFO O| May 08 16:44:36.869 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
93352026-05-08T16:44:38.213Z[ recovery-image] May 08 16:44:36.869 INFO O| May 08 16:44:36.869 INFO STEP 49 (ensure_dir) COMPLETE
93362026-05-08T16:44:38.213Z[ recovery-image] May 08 16:44:36.869 INFO O| May 08 16:44:36.869 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93372026-05-08T16:44:38.218Z[ host-image] May 08 16:44:36.877 INFO O| May 08 16:44:36.877 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
93382026-05-08T16:44:38.218Z[ host-image] May 08 16:44:36.878 INFO O| May 08 16:44:36.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
93392026-05-08T16:44:38.218Z[ host-image] May 08 16:44:36.878 INFO O| May 08 16:44:36.878 INFO STEP 69 (ensure_dir) COMPLETE
93402026-05-08T16:44:38.222Z[ host-image] May 08 16:44:36.878 INFO O| May 08 16:44:36.878 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93412026-05-08T16:44:38.222Z[ recovery-image] May 08 16:44:36.878 INFO O| May 08 16:44:36.878 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
93422026-05-08T16:44:38.222Z[ recovery-image] May 08 16:44:36.878 INFO O| May 08 16:44:36.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
93432026-05-08T16:44:38.222Z[ recovery-image] May 08 16:44:36.878 INFO O| May 08 16:44:36.878 INFO STEP 50 (ensure_dir) COMPLETE
93442026-05-08T16:44:38.222Z[ recovery-image] May 08 16:44:36.878 INFO O| May 08 16:44:36.878 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93452026-05-08T16:44:38.226Z[ host-image] May 08 16:44:36.885 INFO O| May 08 16:44:36.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93462026-05-08T16:44:38.226Z[ host-image] May 08 16:44:36.885 INFO O| May 08 16:44:36.885 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93472026-05-08T16:44:38.230Z[ recovery-image] May 08 16:44:36.886 INFO O| May 08 16:44:36.886 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
93482026-05-08T16:44:38.230Z[ recovery-image] May 08 16:44:36.887 INFO O| May 08 16:44:36.886 INFO copying /tmp/.tmpHY7vUR/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
93492026-05-08T16:44:38.349Z[ recovery-image] May 08 16:44:37.008 INFO O| May 08 16:44:37.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
93502026-05-08T16:44:38.365Z[ recovery-image] May 08 16:44:37.008 INFO O| May 08 16:44:37.008 INFO ok!
93512026-05-08T16:44:38.365Z[ recovery-image] May 08 16:44:37.008 INFO O| May 08 16:44:37.008 INFO STEP 51 (ensure_file) COMPLETE
93522026-05-08T16:44:38.365Z[ recovery-image] May 08 16:44:37.008 INFO O| May 08 16:44:37.008 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93532026-05-08T16:44:38.369Z[ recovery-image] May 08 16:44:37.019 INFO O| May 08 16:44:37.017 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
93542026-05-08T16:44:38.369Z[ recovery-image] May 08 16:44:37.019 INFO O| May 08 16:44:37.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
93552026-05-08T16:44:38.369Z[ recovery-image] May 08 16:44:37.019 INFO O| May 08 16:44:37.017 INFO STEP 52 (ensure_dir) COMPLETE
93562026-05-08T16:44:38.369Z[ recovery-image] May 08 16:44:37.019 INFO O| May 08 16:44:37.017 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93572026-05-08T16:44:38.369Z[ recovery-image] May 08 16:44:37.025 INFO O| May 08 16:44:37.024 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
93582026-05-08T16:44:38.369Z[ recovery-image] May 08 16:44:37.025 INFO O| May 08 16:44:37.024 INFO copying /tmp/.tmpHY7vUR/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
93592026-05-08T16:44:38.369Z[ recovery-image] May 08 16:44:37.025 INFO O| May 08 16:44:37.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
93602026-05-08T16:44:38.369Z[ recovery-image] May 08 16:44:37.025 INFO O| May 08 16:44:37.025 INFO ok!
93612026-05-08T16:44:38.369Z[ recovery-image] May 08 16:44:37.025 INFO O| May 08 16:44:37.025 INFO STEP 53 (ensure_file) COMPLETE
93622026-05-08T16:44:38.369Z[ recovery-image] May 08 16:44:37.025 INFO O| May 08 16:44:37.025 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93632026-05-08T16:44:38.393Z[ recovery-image] May 08 16:44:37.047 INFO O| May 08 16:44:37.046 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
93642026-05-08T16:44:38.393Z[ recovery-image] May 08 16:44:37.047 INFO O| May 08 16:44:37.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
93652026-05-08T16:44:38.393Z[ recovery-image] May 08 16:44:37.047 INFO O| May 08 16:44:37.046 INFO STEP 54 (ensure_dir) COMPLETE
93662026-05-08T16:44:38.393Z[ recovery-image] May 08 16:44:37.047 INFO O| May 08 16:44:37.046 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
93672026-05-08T16:44:38.413Z[ recovery-image] May 08 16:44:37.072 INFO O| May 08 16:44:37.072 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
93682026-05-08T16:44:38.413Z[ recovery-image] May 08 16:44:37.072 INFO O| May 08 16:44:37.072 INFO copying /tmp/.tmpHY7vUR/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
93692026-05-08T16:44:38.880Z[ host-image] May 08 16:44:37.539 INFO O| May 08 16:44:37.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
93702026-05-08T16:44:38.880Z[ host-image] May 08 16:44:37.539 INFO O| May 08 16:44:37.539 INFO ok!
93712026-05-08T16:44:38.884Z[ host-image] May 08 16:44:37.539 INFO O| May 08 16:44:37.539 INFO STEP 70 (ensure_file) COMPLETE
93722026-05-08T16:44:38.884Z[ host-image] May 08 16:44:37.539 INFO O| May 08 16:44:37.539 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732026-05-08T16:44:38.889Z[ host-image] May 08 16:44:37.549 INFO O| May 08 16:44:37.549 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93742026-05-08T16:44:38.889Z[ host-image] May 08 16:44:37.549 INFO O| May 08 16:44:37.549 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
93752026-05-08T16:44:39.542Z[ host-image] May 08 16:44:38.201 INFO O| May 08 16:44:38.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
93762026-05-08T16:44:39.542Z[ host-image] May 08 16:44:38.201 INFO O| May 08 16:44:38.201 INFO ok!
93772026-05-08T16:44:39.542Z[ host-image] May 08 16:44:38.201 INFO O| May 08 16:44:38.201 INFO STEP 71 (ensure_file) COMPLETE
93782026-05-08T16:44:39.548Z[ host-image] May 08 16:44:38.201 INFO O| May 08 16:44:38.201 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792026-05-08T16:44:39.552Z[ host-image] May 08 16:44:38.211 INFO O| May 08 16:44:38.211 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
93802026-05-08T16:44:39.552Z[ host-image] May 08 16:44:38.211 INFO O| May 08 16:44:38.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
93812026-05-08T16:44:39.552Z[ host-image] May 08 16:44:38.211 INFO O| May 08 16:44:38.211 INFO STEP 72 (ensure_dir) COMPLETE
93822026-05-08T16:44:39.555Z[ host-image] May 08 16:44:38.211 INFO O| May 08 16:44:38.211 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93832026-05-08T16:44:39.559Z[ host-image] May 08 16:44:38.219 INFO O| May 08 16:44:38.219 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93842026-05-08T16:44:39.559Z[ host-image] May 08 16:44:38.219 INFO O| May 08 16:44:38.219 INFO copying /tmp/.tmpHY7vUR/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 ...
93852026-05-08T16:44:39.562Z[ host-image] May 08 16:44:38.219 INFO O| May 08 16:44:38.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93862026-05-08T16:44:39.562Z[ host-image] May 08 16:44:38.219 INFO O| May 08 16:44:38.219 INFO ok!
93872026-05-08T16:44:39.562Z[ host-image] May 08 16:44:38.219 INFO O| May 08 16:44:38.219 INFO STEP 73 (ensure_file) COMPLETE
93882026-05-08T16:44:39.563Z[ host-image] May 08 16:44:38.219 INFO O| May 08 16:44:38.219 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93892026-05-08T16:44:39.566Z[ host-image] May 08 16:44:38.226 INFO O| May 08 16:44:38.226 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93902026-05-08T16:44:39.566Z[ host-image] May 08 16:44:38.226 INFO O| May 08 16:44:38.226 INFO copying /tmp/.tmpHY7vUR/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 ...
93912026-05-08T16:44:39.569Z[ host-image] May 08 16:44:38.226 INFO O| May 08 16:44:38.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93922026-05-08T16:44:39.569Z[ host-image] May 08 16:44:38.226 INFO O| May 08 16:44:38.226 INFO ok!
93932026-05-08T16:44:39.569Z[ host-image] May 08 16:44:38.226 INFO O| May 08 16:44:38.226 INFO STEP 74 (ensure_file) COMPLETE
93942026-05-08T16:44:39.569Z[ host-image] May 08 16:44:38.226 INFO O| May 08 16:44:38.226 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93952026-05-08T16:44:39.577Z[ host-image] May 08 16:44:38.237 INFO O| May 08 16:44:38.237 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93962026-05-08T16:44:39.577Z[ host-image] May 08 16:44:38.237 INFO O| May 08 16:44:38.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93972026-05-08T16:44:39.577Z[ host-image] May 08 16:44:38.237 INFO O| May 08 16:44:38.237 INFO STEP 75 (ensure_dir) COMPLETE
93982026-05-08T16:44:39.580Z[ host-image] May 08 16:44:38.237 INFO O| May 08 16:44:38.237 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992026-05-08T16:44:39.587Z[ host-image] May 08 16:44:38.247 INFO O| May 08 16:44:38.246 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94002026-05-08T16:44:39.587Z[ host-image] May 08 16:44:38.247 INFO O| May 08 16:44:38.247 INFO copying /tmp/.tmpHY7vUR/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 ...
94012026-05-08T16:44:39.587Z[ host-image] May 08 16:44:38.247 INFO O| May 08 16:44:38.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94022026-05-08T16:44:39.587Z[ host-image] May 08 16:44:38.247 INFO O| May 08 16:44:38.247 INFO ok!
94032026-05-08T16:44:39.590Z[ host-image] May 08 16:44:38.247 INFO O| May 08 16:44:38.247 INFO STEP 76 (ensure_file) COMPLETE
94042026-05-08T16:44:39.590Z[ host-image] May 08 16:44:38.247 INFO O| May 08 16:44:38.247 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052026-05-08T16:44:39.596Z[ host-image] May 08 16:44:38.255 INFO O| May 08 16:44:38.255 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94062026-05-08T16:44:39.596Z[ host-image] May 08 16:44:38.255 INFO O| May 08 16:44:38.255 INFO copying /tmp/.tmpHY7vUR/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 ...
94072026-05-08T16:44:39.596Z[ host-image] May 08 16:44:38.255 INFO O| May 08 16:44:38.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94082026-05-08T16:44:39.596Z[ host-image] May 08 16:44:38.255 INFO O| May 08 16:44:38.255 INFO ok!
94092026-05-08T16:44:39.599Z[ host-image] May 08 16:44:38.255 INFO O| May 08 16:44:38.255 INFO STEP 77 (ensure_file) COMPLETE
94102026-05-08T16:44:39.599Z[ host-image] May 08 16:44:38.255 INFO O| May 08 16:44:38.255 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112026-05-08T16:44:39.604Z[ host-image] May 08 16:44:38.264 INFO O| May 08 16:44:38.264 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94122026-05-08T16:44:39.604Z[ host-image] May 08 16:44:38.264 INFO O| May 08 16:44:38.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94132026-05-08T16:44:39.607Z[ host-image] May 08 16:44:38.264 INFO O| May 08 16:44:38.264 INFO STEP 78 (ensure_dir) COMPLETE
94142026-05-08T16:44:39.607Z[ host-image] May 08 16:44:38.264 INFO O| May 08 16:44:38.264 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152026-05-08T16:44:39.614Z[ host-image] May 08 16:44:38.272 INFO O| May 08 16:44:38.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94162026-05-08T16:44:39.614Z[ host-image] May 08 16:44:38.272 INFO O| May 08 16:44:38.272 INFO copying /tmp/.tmpHY7vUR/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 ...
94172026-05-08T16:44:39.618Z[ host-image] May 08 16:44:38.272 INFO O| May 08 16:44:38.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94182026-05-08T16:44:39.618Z[ host-image] May 08 16:44:38.272 INFO O| May 08 16:44:38.272 INFO ok!
94192026-05-08T16:44:39.618Z[ host-image] May 08 16:44:38.272 INFO O| May 08 16:44:38.272 INFO STEP 79 (ensure_file) COMPLETE
94202026-05-08T16:44:39.619Z[ host-image] May 08 16:44:38.272 INFO O| May 08 16:44:38.272 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212026-05-08T16:44:39.623Z[ host-image] May 08 16:44:38.281 INFO O| May 08 16:44:38.281 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94222026-05-08T16:44:39.623Z[ host-image] May 08 16:44:38.281 INFO O| May 08 16:44:38.281 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
94232026-05-08T16:44:39.626Z[ host-image] May 08 16:44:38.281 INFO O| May 08 16:44:38.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
94242026-05-08T16:44:39.626Z[ host-image] May 08 16:44:38.281 INFO O| May 08 16:44:38.281 INFO ok!
94252026-05-08T16:44:39.626Z[ host-image] May 08 16:44:38.281 INFO O| May 08 16:44:38.281 INFO STEP 80 (ensure_file) COMPLETE
94262026-05-08T16:44:39.626Z[ host-image] May 08 16:44:38.281 INFO O| May 08 16:44:38.281 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272026-05-08T16:44:39.630Z[ host-image] May 08 16:44:38.290 INFO O| May 08 16:44:38.290 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
94282026-05-08T16:44:39.630Z[ host-image] May 08 16:44:38.290 INFO O| May 08 16:44:38.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
94292026-05-08T16:44:39.633Z[ host-image] May 08 16:44:38.290 INFO O| May 08 16:44:38.290 INFO STEP 81 (ensure_dir) COMPLETE
94302026-05-08T16:44:39.633Z[ host-image] May 08 16:44:38.290 INFO O| May 08 16:44:38.290 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94312026-05-08T16:44:39.639Z[ host-image] May 08 16:44:38.298 INFO O| May 08 16:44:38.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94322026-05-08T16:44:39.639Z[ host-image] May 08 16:44:38.298 INFO O| May 08 16:44:38.298 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94332026-05-08T16:44:39.964Z[ host-image] May 08 16:44:38.622 INFO O| May 08 16:44:38.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
94342026-05-08T16:44:39.964Z[ host-image] May 08 16:44:38.622 INFO O| May 08 16:44:38.622 INFO ok!
94352026-05-08T16:44:39.964Z[ host-image] May 08 16:44:38.622 INFO O| May 08 16:44:38.622 INFO STEP 82 (ensure_file) COMPLETE
94362026-05-08T16:44:39.968Z[ host-image] May 08 16:44:38.622 INFO O| May 08 16:44:38.622 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94372026-05-08T16:44:39.975Z[ host-image] May 08 16:44:38.632 INFO O| May 08 16:44:38.632 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
94382026-05-08T16:44:39.975Z[ host-image] May 08 16:44:38.632 INFO O| May 08 16:44:38.632 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
94392026-05-08T16:44:40.072Z[ recovery-image] May 08 16:44:38.732 INFO O| May 08 16:44:38.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
94402026-05-08T16:44:40.072Z[ recovery-image] May 08 16:44:38.732 INFO O| May 08 16:44:38.731 INFO ok!
94412026-05-08T16:44:40.072Z[ recovery-image] May 08 16:44:38.732 INFO O| May 08 16:44:38.731 INFO STEP 55 (ensure_file) COMPLETE
94422026-05-08T16:44:40.072Z[ recovery-image] May 08 16:44:38.732 INFO O| May 08 16:44:38.731 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94432026-05-08T16:44:40.083Z[ recovery-image] May 08 16:44:38.741 INFO O| May 08 16:44:38.739 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
94442026-05-08T16:44:40.083Z[ recovery-image] May 08 16:44:38.741 INFO O| May 08 16:44:38.739 INFO copying /tmp/.tmpHY7vUR/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
94452026-05-08T16:44:40.542Z[ host-image] May 08 16:44:39.202 INFO O| May 08 16:44:39.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
94462026-05-08T16:44:40.542Z[ host-image] May 08 16:44:39.202 INFO O| May 08 16:44:39.202 INFO ok!
94472026-05-08T16:44:40.546Z[ host-image] May 08 16:44:39.202 INFO O| May 08 16:44:39.202 INFO STEP 83 (ensure_file) COMPLETE
94482026-05-08T16:44:40.546Z[ host-image] May 08 16:44:39.202 INFO O| May 08 16:44:39.202 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94492026-05-08T16:44:40.552Z[ host-image] May 08 16:44:39.211 INFO O| May 08 16:44:39.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94502026-05-08T16:44:40.552Z[ host-image] May 08 16:44:39.211 INFO O| May 08 16:44:39.211 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
94512026-05-08T16:44:41.597Z[ recovery-image] May 08 16:44:40.256 INFO O| May 08 16:44:40.256 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
94522026-05-08T16:44:41.597Z[ recovery-image] May 08 16:44:40.256 INFO O| May 08 16:44:40.256 INFO ok!
94532026-05-08T16:44:41.600Z[ recovery-image] May 08 16:44:40.256 INFO O| May 08 16:44:40.256 INFO STEP 56 (ensure_file) COMPLETE
94542026-05-08T16:44:41.600Z[ recovery-image] May 08 16:44:40.256 INFO O| May 08 16:44:40.256 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94552026-05-08T16:44:41.607Z[ recovery-image] May 08 16:44:40.267 INFO O| May 08 16:44:40.267 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
94562026-05-08T16:44:41.607Z[ recovery-image] May 08 16:44:40.267 INFO O| May 08 16:44:40.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
94572026-05-08T16:44:41.610Z[ recovery-image] May 08 16:44:40.267 INFO O| May 08 16:44:40.267 INFO STEP 57 (ensure_dir) COMPLETE
94582026-05-08T16:44:41.610Z[ recovery-image] May 08 16:44:40.267 INFO O| May 08 16:44:40.267 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94592026-05-08T16:44:41.617Z[ recovery-image] May 08 16:44:40.277 INFO O| May 08 16:44:40.276 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94602026-05-08T16:44:41.617Z[ recovery-image] May 08 16:44:40.277 INFO O| May 08 16:44:40.276 INFO copying /tmp/.tmpHY7vUR/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 ...
94612026-05-08T16:44:41.620Z[ recovery-image] May 08 16:44:40.277 INFO O| May 08 16:44:40.277 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
94622026-05-08T16:44:41.620Z[ recovery-image] May 08 16:44:40.277 INFO O| May 08 16:44:40.277 INFO ok!
94632026-05-08T16:44:41.620Z[ recovery-image] May 08 16:44:40.277 INFO O| May 08 16:44:40.277 INFO STEP 58 (ensure_file) COMPLETE
94642026-05-08T16:44:41.620Z[ recovery-image] May 08 16:44:40.277 INFO O| May 08 16:44:40.277 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94652026-05-08T16:44:41.626Z[ recovery-image] May 08 16:44:40.286 INFO O| May 08 16:44:40.286 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94662026-05-08T16:44:41.626Z[ recovery-image] May 08 16:44:40.286 INFO O| May 08 16:44:40.286 INFO copying /tmp/.tmpHY7vUR/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 ...
94672026-05-08T16:44:41.629Z[ recovery-image] May 08 16:44:40.286 INFO O| May 08 16:44:40.286 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
94682026-05-08T16:44:41.629Z[ recovery-image] May 08 16:44:40.286 INFO O| May 08 16:44:40.286 INFO ok!
94692026-05-08T16:44:41.629Z[ recovery-image] May 08 16:44:40.286 INFO O| May 08 16:44:40.286 INFO STEP 59 (ensure_file) COMPLETE
94702026-05-08T16:44:41.629Z[ recovery-image] May 08 16:44:40.286 INFO O| May 08 16:44:40.286 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94712026-05-08T16:44:41.636Z[ recovery-image] May 08 16:44:40.295 INFO O| May 08 16:44:40.295 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
94722026-05-08T16:44:41.636Z[ recovery-image] May 08 16:44:40.295 INFO O| May 08 16:44:40.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
94732026-05-08T16:44:41.639Z[ recovery-image] May 08 16:44:40.295 INFO O| May 08 16:44:40.295 INFO STEP 60 (ensure_dir) COMPLETE
94742026-05-08T16:44:41.639Z[ recovery-image] May 08 16:44:40.295 INFO O| May 08 16:44:40.295 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94752026-05-08T16:44:41.646Z[ recovery-image] May 08 16:44:40.306 INFO O| May 08 16:44:40.306 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94762026-05-08T16:44:41.646Z[ recovery-image] May 08 16:44:40.306 INFO O| May 08 16:44:40.306 INFO copying /tmp/.tmpHY7vUR/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 ...
94772026-05-08T16:44:41.650Z[ recovery-image] May 08 16:44:40.306 INFO O| May 08 16:44:40.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94782026-05-08T16:44:41.650Z[ recovery-image] May 08 16:44:40.306 INFO O| May 08 16:44:40.306 INFO ok!
94792026-05-08T16:44:41.650Z[ recovery-image] May 08 16:44:40.306 INFO O| May 08 16:44:40.306 INFO STEP 61 (ensure_file) COMPLETE
94802026-05-08T16:44:41.650Z[ recovery-image] May 08 16:44:40.306 INFO O| May 08 16:44:40.306 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94812026-05-08T16:44:41.655Z[ recovery-image] May 08 16:44:40.315 INFO O| May 08 16:44:40.314 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94822026-05-08T16:44:41.655Z[ recovery-image] May 08 16:44:40.315 INFO O| May 08 16:44:40.314 INFO copying /tmp/.tmpHY7vUR/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 ...
94832026-05-08T16:44:41.655Z[ recovery-image] May 08 16:44:40.315 INFO O| May 08 16:44:40.315 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
94842026-05-08T16:44:41.655Z[ recovery-image] May 08 16:44:40.315 INFO O| May 08 16:44:40.315 INFO ok!
94852026-05-08T16:44:41.658Z[ recovery-image] May 08 16:44:40.315 INFO O| May 08 16:44:40.315 INFO STEP 62 (ensure_file) COMPLETE
94862026-05-08T16:44:41.658Z[ recovery-image] May 08 16:44:40.315 INFO O| May 08 16:44:40.315 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94872026-05-08T16:44:41.712Z[ recovery-image] May 08 16:44:40.371 INFO O| May 08 16:44:40.371 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
94882026-05-08T16:44:41.712Z[ recovery-image] May 08 16:44:40.371 INFO O| May 08 16:44:40.371 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
94892026-05-08T16:44:41.712Z[ recovery-image] May 08 16:44:40.371 INFO O| May 08 16:44:40.371 INFO STEP 63 (ensure_dir) COMPLETE
94902026-05-08T16:44:41.712Z[ recovery-image] May 08 16:44:40.371 INFO O| May 08 16:44:40.371 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94912026-05-08T16:44:41.723Z[ recovery-image] May 08 16:44:40.383 INFO O| May 08 16:44:40.383 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94922026-05-08T16:44:41.723Z[ recovery-image] May 08 16:44:40.383 INFO O| May 08 16:44:40.383 INFO copying /tmp/.tmpHY7vUR/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 ...
94932026-05-08T16:44:41.726Z[ recovery-image] May 08 16:44:40.383 INFO O| May 08 16:44:40.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94942026-05-08T16:44:41.726Z[ recovery-image] May 08 16:44:40.383 INFO O| May 08 16:44:40.383 INFO ok!
94952026-05-08T16:44:41.726Z[ recovery-image] May 08 16:44:40.383 INFO O| May 08 16:44:40.383 INFO STEP 64 (ensure_file) COMPLETE
94962026-05-08T16:44:41.727Z[ recovery-image] May 08 16:44:40.383 INFO O| May 08 16:44:40.383 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
94972026-05-08T16:44:41.736Z[ recovery-image] May 08 16:44:40.396 INFO O| May 08 16:44:40.396 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
94982026-05-08T16:44:41.736Z[ recovery-image] May 08 16:44:40.396 INFO O| May 08 16:44:40.396 INFO copying /tmp/.tmpHY7vUR/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
94992026-05-08T16:44:41.739Z[ recovery-image] May 08 16:44:40.396 INFO O| May 08 16:44:40.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
95002026-05-08T16:44:41.739Z[ recovery-image] May 08 16:44:40.396 INFO O| May 08 16:44:40.396 INFO ok!
95012026-05-08T16:44:41.739Z[ recovery-image] May 08 16:44:40.396 INFO O| May 08 16:44:40.396 INFO STEP 65 (ensure_file) COMPLETE
95022026-05-08T16:44:41.739Z[ recovery-image] May 08 16:44:40.396 INFO O| May 08 16:44:40.396 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95032026-05-08T16:44:41.749Z[ recovery-image] May 08 16:44:40.409 INFO O| May 08 16:44:40.409 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
95042026-05-08T16:44:41.749Z[ recovery-image] May 08 16:44:40.409 INFO O| May 08 16:44:40.409 INFO STEP 66 (ensure_dir) COMPLETE
95052026-05-08T16:44:41.752Z[ recovery-image] May 08 16:44:40.409 INFO O| May 08 16:44:40.409 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95062026-05-08T16:44:41.765Z[ recovery-image] May 08 16:44:40.423 INFO O| May 08 16:44:40.423 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
95072026-05-08T16:44:41.765Z[ recovery-image] May 08 16:44:40.423 INFO O| May 08 16:44:40.423 INFO STEP 67 (ensure_dir) COMPLETE
95082026-05-08T16:44:41.765Z[ recovery-image] May 08 16:44:40.423 INFO O| May 08 16:44:40.423 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95092026-05-08T16:44:41.816Z[ recovery-image] May 08 16:44:40.475 INFO O| May 08 16:44:40.475 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
95102026-05-08T16:44:41.816Z[ recovery-image] May 08 16:44:40.476 INFO O| May 08 16:44:40.475 INFO STEP 68 (ensure_dir) COMPLETE
95112026-05-08T16:44:41.816Z[ recovery-image] May 08 16:44:40.476 INFO O| May 08 16:44:40.475 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95122026-05-08T16:44:41.830Z[ recovery-image] May 08 16:44:40.488 INFO O| May 08 16:44:40.488 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
95132026-05-08T16:44:41.830Z[ recovery-image] May 08 16:44:40.488 INFO O| May 08 16:44:40.488 INFO STEP 69 (ensure_dir) COMPLETE
95142026-05-08T16:44:41.830Z[ recovery-image] May 08 16:44:40.488 INFO O| May 08 16:44:40.488 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
95152026-05-08T16:44:41.890Z[ recovery-image] May 08 16:44:40.550 INFO O| May 08 16:44:40.550 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
95162026-05-08T16:44:41.890Z[ recovery-image] May 08 16:44:40.550 INFO O| May 08 16:44:40.550 INFO copying /tmp/.tmpHY7vUR/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
95172026-05-08T16:44:41.890Z[ recovery-image] May 08 16:44:40.550 INFO O| May 08 16:44:40.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
95182026-05-08T16:44:41.894Z[ recovery-image] May 08 16:44:40.550 INFO O| May 08 16:44:40.550 INFO ok!
95192026-05-08T16:44:41.894Z[ recovery-image] May 08 16:44:40.550 INFO O| May 08 16:44:40.550 INFO STEP 70 (ensure_file) COMPLETE
95202026-05-08T16:44:41.894Z[ recovery-image] May 08 16:44:40.550 INFO O| May 08 16:44:40.550 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95212026-05-08T16:44:41.900Z[ recovery-image] May 08 16:44:40.560 INFO O| May 08 16:44:40.560 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
95222026-05-08T16:44:41.903Z[ recovery-image] May 08 16:44:40.560 INFO O| May 08 16:44:40.560 INFO STEP 71 (remove_files) COMPLETE
95232026-05-08T16:44:41.903Z[ recovery-image] May 08 16:44:40.560 INFO O| May 08 16:44:40.560 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95242026-05-08T16:44:41.911Z[ recovery-image] May 08 16:44:40.571 INFO O| May 08 16:44:40.571 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
95252026-05-08T16:44:41.911Z[ recovery-image] May 08 16:44:40.571 INFO O| May 08 16:44:40.571 INFO STEP 72 (remove_files) COMPLETE
95262026-05-08T16:44:41.914Z[ recovery-image] May 08 16:44:40.571 INFO O| May 08 16:44:40.571 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95272026-05-08T16:44:41.919Z[ recovery-image] May 08 16:44:40.579 INFO O| May 08 16:44:40.579 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
95282026-05-08T16:44:41.922Z[ recovery-image] May 08 16:44:40.579 INFO O| May 08 16:44:40.579 INFO STEP 73 (remove_files) COMPLETE
95292026-05-08T16:44:41.922Z[ recovery-image] May 08 16:44:40.579 INFO O| May 08 16:44:40.579 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95302026-05-08T16:44:41.930Z[ recovery-image] May 08 16:44:40.590 INFO O| May 08 16:44:40.590 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
95312026-05-08T16:44:41.933Z[ recovery-image] May 08 16:44:40.590 INFO O| May 08 16:44:40.590 INFO STEP 74 (remove_files) COMPLETE
95322026-05-08T16:44:41.933Z[ recovery-image] May 08 16:44:40.590 INFO O| May 08 16:44:40.590 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95332026-05-08T16:44:41.940Z[ recovery-image] May 08 16:44:40.600 INFO O| May 08 16:44:40.599 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
95342026-05-08T16:44:41.943Z[ recovery-image] May 08 16:44:40.600 INFO O| May 08 16:44:40.600 INFO STEP 75 (remove_files) COMPLETE
95352026-05-08T16:44:41.943Z[ recovery-image] May 08 16:44:40.600 INFO O| May 08 16:44:40.600 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95362026-05-08T16:44:41.950Z[ recovery-image] May 08 16:44:40.609 INFO O| May 08 16:44:40.609 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
95372026-05-08T16:44:41.952Z[ recovery-image] May 08 16:44:40.609 INFO O| May 08 16:44:40.609 INFO STEP 76 (remove_files) COMPLETE
95382026-05-08T16:44:41.952Z[ recovery-image] May 08 16:44:40.609 INFO O| May 08 16:44:40.609 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95392026-05-08T16:44:41.956Z[ host-image] May 08 16:44:40.616 INFO O| May 08 16:44:40.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
95402026-05-08T16:44:41.956Z[ host-image] May 08 16:44:40.616 INFO O| May 08 16:44:40.616 INFO ok!
95412026-05-08T16:44:41.956Z[ host-image] May 08 16:44:40.616 INFO O| May 08 16:44:40.616 INFO STEP 84 (ensure_file) COMPLETE
95422026-05-08T16:44:41.960Z[ host-image] May 08 16:44:40.616 INFO O| May 08 16:44:40.616 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95432026-05-08T16:44:41.960Z[ recovery-image] May 08 16:44:40.617 INFO O| May 08 16:44:40.617 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
95442026-05-08T16:44:41.960Z[ recovery-image] May 08 16:44:40.617 INFO O| May 08 16:44:40.617 INFO STEP 77 (remove_files) COMPLETE
95452026-05-08T16:44:41.960Z[ recovery-image] May 08 16:44:40.617 INFO O| May 08 16:44:40.617 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95462026-05-08T16:44:41.967Z[ host-image] May 08 16:44:40.626 INFO O| May 08 16:44:40.626 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
95472026-05-08T16:44:41.970Z[ host-image] May 08 16:44:40.626 INFO O| May 08 16:44:40.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
95482026-05-08T16:44:41.970Z[ recovery-image] May 08 16:44:40.626 INFO O| May 08 16:44:40.626 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
95492026-05-08T16:44:41.971Z[ recovery-image] May 08 16:44:40.626 INFO O| May 08 16:44:40.626 INFO STEP 78 (remove_files) COMPLETE
95502026-05-08T16:44:41.971Z[ host-image] May 08 16:44:40.626 INFO O| May 08 16:44:40.626 INFO STEP 85 (ensure_dir) COMPLETE
95512026-05-08T16:44:41.971Z[ recovery-image] May 08 16:44:40.626 INFO O| May 08 16:44:40.626 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95522026-05-08T16:44:41.971Z[ host-image] May 08 16:44:40.626 INFO O| May 08 16:44:40.626 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532026-05-08T16:44:41.974Z[ host-image] May 08 16:44:40.632 INFO O| May 08 16:44:40.632 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95542026-05-08T16:44:41.974Z[ host-image] May 08 16:44:40.632 INFO O| May 08 16:44:40.632 INFO copying /tmp/.tmpHY7vUR/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 ...
95552026-05-08T16:44:41.974Z[ host-image] May 08 16:44:40.632 INFO O| May 08 16:44:40.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95562026-05-08T16:44:41.974Z[ host-image] May 08 16:44:40.632 INFO O| May 08 16:44:40.632 INFO ok!
95572026-05-08T16:44:41.974Z[ host-image] May 08 16:44:40.632 INFO O| May 08 16:44:40.632 INFO STEP 86 (ensure_file) COMPLETE
95582026-05-08T16:44:41.974Z[ host-image] May 08 16:44:40.632 INFO O| May 08 16:44:40.632 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592026-05-08T16:44:41.974Z[ recovery-image] May 08 16:44:40.633 INFO O| May 08 16:44:40.633 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
95602026-05-08T16:44:41.974Z[ recovery-image] May 08 16:44:40.633 INFO O| May 08 16:44:40.633 INFO STEP 79 (remove_files) COMPLETE
95612026-05-08T16:44:41.974Z[ recovery-image] May 08 16:44:40.633 INFO O| May 08 16:44:40.633 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95622026-05-08T16:44:41.981Z[ recovery-image] May 08 16:44:40.641 INFO O| May 08 16:44:40.641 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
95632026-05-08T16:44:41.981Z[ recovery-image] May 08 16:44:40.641 INFO O| May 08 16:44:40.641 INFO STEP 80 (remove_files) COMPLETE
95642026-05-08T16:44:41.984Z[ recovery-image] May 08 16:44:40.641 INFO O| May 08 16:44:40.641 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95652026-05-08T16:44:41.984Z[ host-image] May 08 16:44:40.641 INFO O| May 08 16:44:40.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95662026-05-08T16:44:41.984Z[ host-image] May 08 16:44:40.641 INFO O| May 08 16:44:40.641 INFO copying /tmp/.tmpHY7vUR/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 ...
95672026-05-08T16:44:41.984Z[ host-image] May 08 16:44:40.641 INFO O| May 08 16:44:40.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
95682026-05-08T16:44:41.984Z[ host-image] May 08 16:44:40.641 INFO O| May 08 16:44:40.641 INFO ok!
95692026-05-08T16:44:41.984Z[ host-image] May 08 16:44:40.641 INFO O| May 08 16:44:40.641 INFO STEP 87 (ensure_file) COMPLETE
95702026-05-08T16:44:41.984Z[ host-image] May 08 16:44:40.641 INFO O| May 08 16:44:40.641 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712026-05-08T16:44:41.991Z[ recovery-image] May 08 16:44:40.648 INFO O| May 08 16:44:40.648 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
95722026-05-08T16:44:41.991Z[ recovery-image] May 08 16:44:40.648 INFO O| May 08 16:44:40.648 INFO STEP 81 (remove_files) COMPLETE
95732026-05-08T16:44:41.991Z[ recovery-image] May 08 16:44:40.648 INFO O| May 08 16:44:40.648 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95742026-05-08T16:44:41.991Z[ host-image] May 08 16:44:40.650 INFO O| May 08 16:44:40.650 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95752026-05-08T16:44:41.991Z[ host-image] May 08 16:44:40.650 INFO O| May 08 16:44:40.650 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
95762026-05-08T16:44:41.994Z[ host-image] May 08 16:44:40.650 INFO O| May 08 16:44:40.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
95772026-05-08T16:44:41.994Z[ host-image] May 08 16:44:40.650 INFO O| May 08 16:44:40.650 INFO ok!
95782026-05-08T16:44:41.994Z[ host-image] May 08 16:44:40.650 INFO O| May 08 16:44:40.650 INFO STEP 88 (ensure_file) COMPLETE
95792026-05-08T16:44:41.994Z[ host-image] May 08 16:44:40.650 INFO O| May 08 16:44:40.650 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802026-05-08T16:44:41.997Z[ recovery-image] May 08 16:44:40.657 INFO O| May 08 16:44:40.657 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
95812026-05-08T16:44:41.997Z[ recovery-image] May 08 16:44:40.657 INFO O| May 08 16:44:40.657 INFO STEP 82 (remove_files) COMPLETE
95822026-05-08T16:44:42.001Z[ recovery-image] May 08 16:44:40.657 INFO O| May 08 16:44:40.657 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95832026-05-08T16:44:42.001Z[ host-image] May 08 16:44:40.659 INFO O| May 08 16:44:40.659 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
95842026-05-08T16:44:42.001Z[ host-image] May 08 16:44:40.659 INFO O| May 08 16:44:40.659 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
95852026-05-08T16:44:42.001Z[ host-image] May 08 16:44:40.659 INFO O| May 08 16:44:40.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
95862026-05-08T16:44:42.001Z[ host-image] May 08 16:44:40.659 INFO O| May 08 16:44:40.659 INFO ok!
95872026-05-08T16:44:42.001Z[ host-image] May 08 16:44:40.659 INFO O| May 08 16:44:40.659 INFO STEP 89 (ensure_file) COMPLETE
95882026-05-08T16:44:42.001Z[ host-image] May 08 16:44:40.659 INFO O| May 08 16:44:40.659 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892026-05-08T16:44:42.015Z[ recovery-image] May 08 16:44:40.666 INFO O| May 08 16:44:40.666 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
95902026-05-08T16:44:42.015Z[ recovery-image] May 08 16:44:40.666 INFO O| May 08 16:44:40.666 INFO STEP 83 (remove_files) COMPLETE
95912026-05-08T16:44:42.015Z[ recovery-image] May 08 16:44:40.666 INFO O| May 08 16:44:40.666 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95922026-05-08T16:44:42.015Z[ host-image] May 08 16:44:40.669 INFO O| May 08 16:44:40.669 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
95932026-05-08T16:44:42.015Z[ host-image] May 08 16:44:40.669 INFO O| May 08 16:44:40.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
95942026-05-08T16:44:42.015Z[ host-image] May 08 16:44:40.669 INFO O| May 08 16:44:40.669 INFO STEP 90 (ensure_dir) COMPLETE
95952026-05-08T16:44:42.015Z[ host-image] May 08 16:44:40.669 INFO O| May 08 16:44:40.669 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95962026-05-08T16:44:42.019Z[ recovery-image] May 08 16:44:40.674 INFO O| May 08 16:44:40.674 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
95972026-05-08T16:44:42.019Z[ recovery-image] May 08 16:44:40.675 INFO O| May 08 16:44:40.675 INFO STEP 84 (remove_files) COMPLETE
95982026-05-08T16:44:42.019Z[ recovery-image] May 08 16:44:40.675 INFO O| May 08 16:44:40.675 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95992026-05-08T16:44:42.019Z[ host-image] May 08 16:44:40.676 INFO O| May 08 16:44:40.676 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
96002026-05-08T16:44:42.019Z[ host-image] May 08 16:44:40.676 INFO O| May 08 16:44:40.676 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
96012026-05-08T16:44:42.019Z[ host-image] May 08 16:44:40.678 INFO O| May 08 16:44:40.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
96022026-05-08T16:44:42.019Z[ host-image] May 08 16:44:40.678 INFO O| May 08 16:44:40.678 INFO ok!
96032026-05-08T16:44:42.019Z[ host-image] May 08 16:44:40.678 INFO O| May 08 16:44:40.678 INFO STEP 91 (ensure_file) COMPLETE
96042026-05-08T16:44:42.019Z[ host-image] May 08 16:44:40.678 INFO O| May 08 16:44:40.678 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052026-05-08T16:44:42.023Z[ recovery-image] May 08 16:44:40.681 INFO O| May 08 16:44:40.681 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
96062026-05-08T16:44:42.023Z[ recovery-image] May 08 16:44:40.681 INFO O| May 08 16:44:40.681 INFO STEP 85 (remove_files) COMPLETE
96072026-05-08T16:44:42.023Z[ recovery-image] May 08 16:44:40.681 INFO O| May 08 16:44:40.681 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96082026-05-08T16:44:42.026Z[ host-image] May 08 16:44:40.685 INFO O| May 08 16:44:40.685 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
96092026-05-08T16:44:42.026Z[ host-image] May 08 16:44:40.685 INFO O| May 08 16:44:40.685 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
96102026-05-08T16:44:42.026Z[ host-image] May 08 16:44:40.685 INFO O| May 08 16:44:40.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
96112026-05-08T16:44:42.026Z[ host-image] May 08 16:44:40.685 INFO O| May 08 16:44:40.685 INFO ok!
96122026-05-08T16:44:42.026Z[ host-image] May 08 16:44:40.685 INFO O| May 08 16:44:40.685 INFO STEP 92 (ensure_file) COMPLETE
96132026-05-08T16:44:42.026Z[ host-image] May 08 16:44:40.685 INFO O| May 08 16:44:40.685 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96142026-05-08T16:44:42.030Z[ recovery-image] May 08 16:44:40.689 INFO O| May 08 16:44:40.689 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
96152026-05-08T16:44:42.030Z[ recovery-image] May 08 16:44:40.689 INFO O| May 08 16:44:40.689 INFO STEP 86 (remove_files) COMPLETE
96162026-05-08T16:44:42.030Z[ recovery-image] May 08 16:44:40.689 INFO O| May 08 16:44:40.689 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96172026-05-08T16:44:42.035Z[ host-image] May 08 16:44:40.695 INFO O| May 08 16:44:40.694 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
96182026-05-08T16:44:42.035Z[ host-image] May 08 16:44:40.695 INFO O| May 08 16:44:40.694 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
96192026-05-08T16:44:42.038Z[ recovery-image] May 08 16:44:40.696 INFO O| May 08 16:44:40.696 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
96202026-05-08T16:44:42.038Z[ recovery-image] May 08 16:44:40.696 INFO O| May 08 16:44:40.696 INFO STEP 87 (remove_files) COMPLETE
96212026-05-08T16:44:42.038Z[ recovery-image] May 08 16:44:40.696 INFO O| May 08 16:44:40.696 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222026-05-08T16:44:42.056Z[ recovery-image] May 08 16:44:40.713 INFO O| May 08 16:44:40.711 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
96232026-05-08T16:44:42.056Z[ recovery-image] May 08 16:44:40.713 INFO O| May 08 16:44:40.711 INFO STEP 88 (remove_files) COMPLETE
96242026-05-08T16:44:42.056Z[ recovery-image] May 08 16:44:40.713 INFO O| May 08 16:44:40.711 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252026-05-08T16:44:42.086Z[ recovery-image] May 08 16:44:40.746 INFO O| May 08 16:44:40.744 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
96262026-05-08T16:44:42.086Z[ recovery-image] May 08 16:44:40.746 INFO O| May 08 16:44:40.744 INFO STEP 89 (remove_files) COMPLETE
96272026-05-08T16:44:42.089Z[ recovery-image] May 08 16:44:40.746 INFO O| May 08 16:44:40.744 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282026-05-08T16:44:42.105Z[ recovery-image] May 08 16:44:40.757 INFO O| May 08 16:44:40.755 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
96292026-05-08T16:44:42.105Z[ recovery-image] May 08 16:44:40.757 INFO O| May 08 16:44:40.755 INFO STEP 90 (remove_files) COMPLETE
96302026-05-08T16:44:42.105Z[ recovery-image] May 08 16:44:40.757 INFO O| May 08 16:44:40.755 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96312026-05-08T16:44:42.115Z[ recovery-image] May 08 16:44:40.773 INFO O| May 08 16:44:40.773 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96322026-05-08T16:44:42.115Z[ recovery-image] May 08 16:44:40.773 INFO O| May 08 16:44:40.773 INFO STEP 91 (remove_files) COMPLETE
96332026-05-08T16:44:42.115Z[ recovery-image] May 08 16:44:40.773 INFO O| May 08 16:44:40.773 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342026-05-08T16:44:42.122Z[ recovery-image] May 08 16:44:40.781 INFO O| May 08 16:44:40.781 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
96352026-05-08T16:44:42.122Z[ recovery-image] May 08 16:44:40.781 INFO O| May 08 16:44:40.781 INFO STEP 92 (remove_files) COMPLETE
96362026-05-08T16:44:42.125Z[ recovery-image] May 08 16:44:40.781 INFO O| May 08 16:44:40.781 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96372026-05-08T16:44:42.131Z[ recovery-image] May 08 16:44:40.791 INFO O| May 08 16:44:40.791 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96382026-05-08T16:44:42.131Z[ recovery-image] May 08 16:44:40.791 INFO O| May 08 16:44:40.791 INFO STEP 93 (remove_files) COMPLETE
96392026-05-08T16:44:42.131Z[ recovery-image] May 08 16:44:40.791 INFO O| May 08 16:44:40.791 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96402026-05-08T16:44:42.142Z[ recovery-image] May 08 16:44:40.800 INFO O| May 08 16:44:40.800 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
96412026-05-08T16:44:42.142Z[ recovery-image] May 08 16:44:40.800 INFO O| May 08 16:44:40.800 INFO STEP 94 (remove_files) COMPLETE
96422026-05-08T16:44:42.142Z[ recovery-image] May 08 16:44:40.800 INFO O| May 08 16:44:40.800 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432026-05-08T16:44:42.148Z[ recovery-image] May 08 16:44:40.807 INFO O| May 08 16:44:40.807 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
96442026-05-08T16:44:42.148Z[ recovery-image] May 08 16:44:40.808 INFO O| May 08 16:44:40.807 INFO STEP 95 (remove_files) COMPLETE
96452026-05-08T16:44:42.148Z[ recovery-image] May 08 16:44:40.808 INFO O| May 08 16:44:40.807 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96462026-05-08T16:44:42.156Z[ recovery-image] May 08 16:44:40.815 INFO O| May 08 16:44:40.815 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
96472026-05-08T16:44:42.159Z[ recovery-image] May 08 16:44:40.815 INFO O| May 08 16:44:40.815 INFO STEP 96 (remove_files) COMPLETE
96482026-05-08T16:44:42.159Z[ recovery-image] May 08 16:44:40.816 INFO O| May 08 16:44:40.815 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492026-05-08T16:44:42.167Z[ recovery-image] May 08 16:44:40.827 INFO O| May 08 16:44:40.827 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
96502026-05-08T16:44:42.167Z[ recovery-image] May 08 16:44:40.827 INFO O| May 08 16:44:40.827 INFO STEP 97 (remove_files) COMPLETE
96512026-05-08T16:44:42.167Z[ recovery-image] May 08 16:44:40.827 INFO O| May 08 16:44:40.827 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522026-05-08T16:44:42.176Z[ recovery-image] May 08 16:44:40.836 INFO O| May 08 16:44:40.836 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
96532026-05-08T16:44:42.177Z[ recovery-image] May 08 16:44:40.836 INFO O| May 08 16:44:40.836 INFO STEP 98 (remove_files) COMPLETE
96542026-05-08T16:44:42.180Z[ recovery-image] May 08 16:44:40.836 INFO O| May 08 16:44:40.836 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552026-05-08T16:44:42.185Z[ recovery-image] May 08 16:44:40.844 INFO O| May 08 16:44:40.844 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
96562026-05-08T16:44:42.185Z[ recovery-image] May 08 16:44:40.844 INFO O| May 08 16:44:40.844 INFO STEP 99 (remove_files) COMPLETE
96572026-05-08T16:44:42.185Z[ recovery-image] May 08 16:44:40.844 INFO O| May 08 16:44:40.844 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96582026-05-08T16:44:42.198Z[ recovery-image] May 08 16:44:40.858 INFO O| May 08 16:44:40.858 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
96592026-05-08T16:44:42.201Z[ recovery-image] May 08 16:44:40.858 INFO O| May 08 16:44:40.858 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
96602026-05-08T16:44:43.091Z[ host-image] May 08 16:44:41.750 INFO O| May 08 16:44:41.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
96612026-05-08T16:44:43.091Z[ host-image] May 08 16:44:41.751 INFO O| May 08 16:44:41.750 INFO ok!
96622026-05-08T16:44:43.095Z[ host-image] May 08 16:44:41.751 INFO O| May 08 16:44:41.750 INFO STEP 93 (ensure_file) COMPLETE
96632026-05-08T16:44:43.095Z[ host-image] May 08 16:44:41.751 INFO O| May 08 16:44:41.750 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642026-05-08T16:44:43.100Z[ host-image] May 08 16:44:41.760 INFO O| May 08 16:44:41.760 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
96652026-05-08T16:44:43.100Z[ host-image] May 08 16:44:41.760 INFO O| May 08 16:44:41.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
96662026-05-08T16:44:43.103Z[ host-image] May 08 16:44:41.760 INFO O| May 08 16:44:41.760 INFO STEP 94 (ensure_dir) COMPLETE
96672026-05-08T16:44:43.103Z[ host-image] May 08 16:44:41.760 INFO O| May 08 16:44:41.760 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96682026-05-08T16:44:43.110Z[ host-image] May 08 16:44:41.769 INFO O| May 08 16:44:41.769 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
96692026-05-08T16:44:43.110Z[ host-image] May 08 16:44:41.769 INFO O| May 08 16:44:41.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
96702026-05-08T16:44:43.113Z[ host-image] May 08 16:44:41.769 INFO O| May 08 16:44:41.769 INFO STEP 95 (ensure_dir) COMPLETE
96712026-05-08T16:44:43.113Z[ host-image] May 08 16:44:41.769 INFO O| May 08 16:44:41.769 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722026-05-08T16:44:43.118Z[ host-image] May 08 16:44:41.778 INFO O| May 08 16:44:41.778 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
96732026-05-08T16:44:43.118Z[ host-image] May 08 16:44:41.778 INFO O| May 08 16:44:41.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
96742026-05-08T16:44:43.121Z[ host-image] May 08 16:44:41.778 INFO O| May 08 16:44:41.778 INFO STEP 96 (ensure_dir) COMPLETE
96752026-05-08T16:44:43.121Z[ host-image] May 08 16:44:41.778 INFO O| May 08 16:44:41.778 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96762026-05-08T16:44:43.127Z[ host-image] May 08 16:44:41.786 INFO O| May 08 16:44:41.786 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96772026-05-08T16:44:43.130Z[ host-image] May 08 16:44:41.786 INFO O| May 08 16:44:41.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96782026-05-08T16:44:43.130Z[ host-image] May 08 16:44:41.786 INFO O| May 08 16:44:41.786 INFO STEP 97 (ensure_dir) COMPLETE
96792026-05-08T16:44:43.130Z[ host-image] May 08 16:44:41.786 INFO O| May 08 16:44:41.786 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802026-05-08T16:44:43.135Z[ host-image] May 08 16:44:41.794 INFO O| May 08 16:44:41.794 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96812026-05-08T16:44:43.138Z[ host-image] May 08 16:44:41.794 INFO O| May 08 16:44:41.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96822026-05-08T16:44:43.138Z[ host-image] May 08 16:44:41.794 INFO O| May 08 16:44:41.794 INFO STEP 98 (ensure_dir) COMPLETE
96832026-05-08T16:44:43.138Z[ host-image] May 08 16:44:41.794 INFO O| May 08 16:44:41.794 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842026-05-08T16:44:43.143Z[ host-image] May 08 16:44:41.803 INFO O| May 08 16:44:41.803 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
96852026-05-08T16:44:43.143Z[ host-image] May 08 16:44:41.803 INFO O| May 08 16:44:41.803 INFO copying /tmp/.tmpHY7vUR/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 ...
96862026-05-08T16:44:43.146Z[ host-image] May 08 16:44:41.803 INFO O| May 08 16:44:41.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96872026-05-08T16:44:43.146Z[ host-image] May 08 16:44:41.803 INFO O| May 08 16:44:41.803 INFO ok!
96882026-05-08T16:44:43.146Z[ host-image] May 08 16:44:41.803 INFO O| May 08 16:44:41.803 INFO STEP 99 (ensure_file) COMPLETE
96892026-05-08T16:44:43.146Z[ host-image] May 08 16:44:41.803 INFO O| May 08 16:44:41.803 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902026-05-08T16:44:43.152Z[ host-image] May 08 16:44:41.812 INFO O| May 08 16:44:41.812 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
96912026-05-08T16:44:43.152Z[ host-image] May 08 16:44:41.812 INFO O| May 08 16:44:41.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
96922026-05-08T16:44:43.152Z[ host-image] May 08 16:44:41.812 INFO O| May 08 16:44:41.812 INFO STEP 100 (ensure_dir) COMPLETE
96932026-05-08T16:44:43.155Z[ host-image] May 08 16:44:41.812 INFO O| May 08 16:44:41.812 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96942026-05-08T16:44:43.161Z[ host-image] May 08 16:44:41.821 INFO O| May 08 16:44:41.821 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96952026-05-08T16:44:43.161Z[ host-image] May 08 16:44:41.821 INFO O| May 08 16:44:41.821 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96962026-05-08T16:44:43.476Z[ host-image] May 08 16:44:42.134 INFO O| May 08 16:44:42.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96972026-05-08T16:44:43.476Z[ host-image] May 08 16:44:42.134 INFO O| May 08 16:44:42.134 INFO ok!
96982026-05-08T16:44:43.479Z[ host-image] May 08 16:44:42.134 INFO O| May 08 16:44:42.134 INFO STEP 101 (ensure_file) COMPLETE
96992026-05-08T16:44:43.479Z[ host-image] May 08 16:44:42.134 INFO O| May 08 16:44:42.134 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97002026-05-08T16:44:43.484Z[ host-image] May 08 16:44:42.144 INFO O| May 08 16:44:42.144 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97012026-05-08T16:44:43.484Z[ host-image] May 08 16:44:42.144 INFO O| May 08 16:44:42.144 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97022026-05-08T16:44:43.487Z[ host-image] May 08 16:44:42.144 INFO O| May 08 16:44:42.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97032026-05-08T16:44:43.488Z[ host-image] May 08 16:44:42.144 INFO O| May 08 16:44:42.144 INFO ok!
97042026-05-08T16:44:43.488Z[ host-image] May 08 16:44:42.144 INFO O| May 08 16:44:42.144 INFO STEP 102 (ensure_file) COMPLETE
97052026-05-08T16:44:43.488Z[ host-image] May 08 16:44:42.144 INFO O| May 08 16:44:42.144 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97062026-05-08T16:44:43.493Z[ host-image] May 08 16:44:42.153 INFO O| May 08 16:44:42.152 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97072026-05-08T16:44:43.493Z[ host-image] May 08 16:44:42.153 INFO O| May 08 16:44:42.152 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97082026-05-08T16:44:43.502Z[ host-image] May 08 16:44:42.161 INFO O| May 08 16:44:42.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97092026-05-08T16:44:43.502Z[ host-image] May 08 16:44:42.161 INFO O| May 08 16:44:42.161 INFO ok!
97102026-05-08T16:44:43.505Z[ host-image] May 08 16:44:42.161 INFO O| May 08 16:44:42.161 INFO STEP 103 (ensure_file) COMPLETE
97112026-05-08T16:44:43.505Z[ host-image] May 08 16:44:42.161 INFO O| May 08 16:44:42.161 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97122026-05-08T16:44:43.510Z[ host-image] May 08 16:44:42.169 INFO O| May 08 16:44:42.169 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97132026-05-08T16:44:43.510Z[ host-image] May 08 16:44:42.169 INFO O| May 08 16:44:42.169 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
97142026-05-08T16:44:43.513Z[ host-image] May 08 16:44:42.169 INFO O| May 08 16:44:42.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
97152026-05-08T16:44:43.513Z[ host-image] May 08 16:44:42.169 INFO O| May 08 16:44:42.169 INFO ok!
97162026-05-08T16:44:43.513Z[ host-image] May 08 16:44:42.169 INFO O| May 08 16:44:42.169 INFO STEP 104 (ensure_file) COMPLETE
97172026-05-08T16:44:43.513Z[ host-image] May 08 16:44:42.169 INFO O| May 08 16:44:42.169 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182026-05-08T16:44:43.518Z[ host-image] May 08 16:44:42.178 INFO O| May 08 16:44:42.178 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
97192026-05-08T16:44:43.518Z[ host-image] May 08 16:44:42.178 INFO O| May 08 16:44:42.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
97202026-05-08T16:44:43.518Z[ host-image] May 08 16:44:42.178 INFO O| May 08 16:44:42.178 INFO STEP 105 (ensure_dir) COMPLETE
97212026-05-08T16:44:43.521Z[ host-image] May 08 16:44:42.178 INFO O| May 08 16:44:42.178 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222026-05-08T16:44:43.526Z[ host-image] May 08 16:44:42.186 INFO O| May 08 16:44:42.186 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
97232026-05-08T16:44:43.526Z[ host-image] May 08 16:44:42.186 INFO O| May 08 16:44:42.186 INFO copying /tmp/.tmpHY7vUR/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 ...
97242026-05-08T16:44:43.788Z[ host-image] May 08 16:44:42.447 INFO O| May 08 16:44:42.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
97252026-05-08T16:44:43.788Z[ host-image] May 08 16:44:42.447 INFO O| May 08 16:44:42.447 INFO ok!
97262026-05-08T16:44:43.788Z[ host-image] May 08 16:44:42.447 INFO O| May 08 16:44:42.447 INFO STEP 106 (ensure_file) COMPLETE
97272026-05-08T16:44:43.791Z[ host-image] May 08 16:44:42.447 INFO O| May 08 16:44:42.447 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282026-05-08T16:44:43.798Z[ host-image] May 08 16:44:42.457 INFO O| May 08 16:44:42.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
97292026-05-08T16:44:43.798Z[ host-image] May 08 16:44:42.457 INFO O| May 08 16:44:42.457 INFO copying /tmp/.tmpHY7vUR/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 ...
97302026-05-08T16:44:43.801Z[ host-image] May 08 16:44:42.457 INFO O| May 08 16:44:42.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
97312026-05-08T16:44:43.801Z[ host-image] May 08 16:44:42.457 INFO O| May 08 16:44:42.457 INFO ok!
97322026-05-08T16:44:43.801Z[ host-image] May 08 16:44:42.457 INFO O| May 08 16:44:42.457 INFO STEP 107 (ensure_file) COMPLETE
97332026-05-08T16:44:43.801Z[ host-image] May 08 16:44:42.457 INFO O| May 08 16:44:42.457 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342026-05-08T16:44:43.804Z[ host-image] May 08 16:44:42.464 INFO O| May 08 16:44:42.464 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
97352026-05-08T16:44:43.804Z[ host-image] May 08 16:44:42.464 INFO O| May 08 16:44:42.464 INFO copying /tmp/.tmpHY7vUR/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 ...
97362026-05-08T16:44:43.807Z[ host-image] May 08 16:44:42.464 INFO O| May 08 16:44:42.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
97372026-05-08T16:44:43.807Z[ host-image] May 08 16:44:42.464 INFO O| May 08 16:44:42.464 INFO ok!
97382026-05-08T16:44:43.807Z[ host-image] May 08 16:44:42.464 INFO O| May 08 16:44:42.464 INFO STEP 108 (ensure_file) COMPLETE
97392026-05-08T16:44:43.807Z[ host-image] May 08 16:44:42.464 INFO O| May 08 16:44:42.464 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402026-05-08T16:44:43.811Z[ host-image] May 08 16:44:42.471 INFO O| May 08 16:44:42.471 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
97412026-05-08T16:44:43.811Z[ host-image] May 08 16:44:42.471 INFO O| May 08 16:44:42.471 INFO copying /tmp/.tmpHY7vUR/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 ...
97422026-05-08T16:44:43.814Z[ host-image] May 08 16:44:42.471 INFO O| May 08 16:44:42.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
97432026-05-08T16:44:43.814Z[ host-image] May 08 16:44:42.471 INFO O| May 08 16:44:42.471 INFO ok!
97442026-05-08T16:44:43.814Z[ host-image] May 08 16:44:42.471 INFO O| May 08 16:44:42.471 INFO STEP 109 (ensure_file) COMPLETE
97452026-05-08T16:44:43.814Z[ host-image] May 08 16:44:42.471 INFO O| May 08 16:44:42.471 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462026-05-08T16:44:43.817Z[ host-image] May 08 16:44:42.477 INFO O| May 08 16:44:42.477 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
97472026-05-08T16:44:43.817Z[ host-image] May 08 16:44:42.477 INFO O| May 08 16:44:42.477 INFO copying /tmp/.tmpHY7vUR/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 ...
97482026-05-08T16:44:43.821Z[ host-image] May 08 16:44:42.477 INFO O| May 08 16:44:42.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
97492026-05-08T16:44:43.821Z[ host-image] May 08 16:44:42.477 INFO O| May 08 16:44:42.477 INFO ok!
97502026-05-08T16:44:43.821Z[ host-image] May 08 16:44:42.477 INFO O| May 08 16:44:42.477 INFO STEP 110 (ensure_file) COMPLETE
97512026-05-08T16:44:43.821Z[ host-image] May 08 16:44:42.477 INFO O| May 08 16:44:42.477 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522026-05-08T16:44:43.824Z[ host-image] May 08 16:44:42.483 INFO O| May 08 16:44:42.483 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
97532026-05-08T16:44:43.824Z[ host-image] May 08 16:44:42.483 INFO O| May 08 16:44:42.483 INFO copying /tmp/.tmpHY7vUR/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 ...
97542026-05-08T16:44:43.824Z[ host-image] May 08 16:44:42.483 INFO O| May 08 16:44:42.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
97552026-05-08T16:44:43.824Z[ host-image] May 08 16:44:42.483 INFO O| May 08 16:44:42.483 INFO ok!
97562026-05-08T16:44:43.824Z[ host-image] May 08 16:44:42.483 INFO O| May 08 16:44:42.483 INFO STEP 111 (ensure_file) COMPLETE
97572026-05-08T16:44:43.824Z[ host-image] May 08 16:44:42.483 INFO O| May 08 16:44:42.483 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582026-05-08T16:44:43.829Z[ host-image] May 08 16:44:42.489 INFO O| May 08 16:44:42.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
97592026-05-08T16:44:43.829Z[ host-image] May 08 16:44:42.489 INFO O| May 08 16:44:42.489 INFO copying /tmp/.tmpHY7vUR/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 ...
97602026-05-08T16:44:43.832Z[ host-image] May 08 16:44:42.489 INFO O| May 08 16:44:42.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
97612026-05-08T16:44:43.832Z[ host-image] May 08 16:44:42.489 INFO O| May 08 16:44:42.489 INFO ok!
97622026-05-08T16:44:43.832Z[ host-image] May 08 16:44:42.489 INFO O| May 08 16:44:42.489 INFO STEP 112 (ensure_file) COMPLETE
97632026-05-08T16:44:43.832Z[ host-image] May 08 16:44:42.489 INFO O| May 08 16:44:42.489 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642026-05-08T16:44:43.835Z[ host-image] May 08 16:44:42.495 INFO O| May 08 16:44:42.495 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
97652026-05-08T16:44:43.835Z[ host-image] May 08 16:44:42.495 INFO O| May 08 16:44:42.495 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
97662026-05-08T16:44:43.835Z[ host-image] May 08 16:44:42.495 INFO O| May 08 16:44:42.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
97672026-05-08T16:44:43.835Z[ host-image] May 08 16:44:42.495 INFO O| May 08 16:44:42.495 INFO ok!
97682026-05-08T16:44:43.835Z[ host-image] May 08 16:44:42.495 INFO O| May 08 16:44:42.495 INFO STEP 113 (ensure_file) COMPLETE
97692026-05-08T16:44:43.835Z[ host-image] May 08 16:44:42.495 INFO O| May 08 16:44:42.495 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97702026-05-08T16:44:43.842Z[ host-image] May 08 16:44:42.501 INFO O| May 08 16:44:42.501 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
97712026-05-08T16:44:43.845Z[ host-image] May 08 16:44:42.501 INFO O| May 08 16:44:42.501 INFO copying /tmp/.tmpHY7vUR/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 ...
97722026-05-08T16:44:43.845Z[ host-image] May 08 16:44:42.501 INFO O| May 08 16:44:42.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
97732026-05-08T16:44:43.845Z[ host-image] May 08 16:44:42.501 INFO O| May 08 16:44:42.501 INFO ok!
97742026-05-08T16:44:43.845Z[ host-image] May 08 16:44:42.501 INFO O| May 08 16:44:42.501 INFO STEP 114 (ensure_file) COMPLETE
97752026-05-08T16:44:43.845Z[ host-image] May 08 16:44:42.501 INFO O| May 08 16:44:42.501 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97762026-05-08T16:44:43.848Z[ host-image] May 08 16:44:42.506 INFO O| May 08 16:44:42.506 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
97772026-05-08T16:44:43.848Z[ host-image] May 08 16:44:42.506 INFO O| May 08 16:44:42.506 INFO copying /tmp/.tmpHY7vUR/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 ...
97782026-05-08T16:44:43.848Z[ host-image] May 08 16:44:42.506 INFO O| May 08 16:44:42.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
97792026-05-08T16:44:43.848Z[ host-image] May 08 16:44:42.506 INFO O| May 08 16:44:42.506 INFO ok!
97802026-05-08T16:44:43.848Z[ host-image] May 08 16:44:42.506 INFO O| May 08 16:44:42.506 INFO STEP 115 (ensure_file) COMPLETE
97812026-05-08T16:44:43.848Z[ host-image] May 08 16:44:42.506 INFO O| May 08 16:44:42.506 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97822026-05-08T16:44:43.852Z[ host-image] May 08 16:44:42.512 INFO O| May 08 16:44:42.512 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
97832026-05-08T16:44:43.852Z[ host-image] May 08 16:44:42.512 INFO O| May 08 16:44:42.512 INFO copying /tmp/.tmpHY7vUR/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 ...
97842026-05-08T16:44:43.856Z[ host-image] May 08 16:44:42.512 INFO O| May 08 16:44:42.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
97852026-05-08T16:44:43.856Z[ host-image] May 08 16:44:42.512 INFO O| May 08 16:44:42.512 INFO ok!
97862026-05-08T16:44:43.856Z[ host-image] May 08 16:44:42.512 INFO O| May 08 16:44:42.512 INFO STEP 116 (ensure_file) COMPLETE
97872026-05-08T16:44:43.856Z[ host-image] May 08 16:44:42.512 INFO O| May 08 16:44:42.512 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97882026-05-08T16:44:43.859Z[ host-image] May 08 16:44:42.518 INFO O| May 08 16:44:42.518 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
97892026-05-08T16:44:43.859Z[ host-image] May 08 16:44:42.518 INFO O| May 08 16:44:42.518 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
97902026-05-08T16:44:43.859Z[ host-image] May 08 16:44:42.518 INFO O| May 08 16:44:42.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
97912026-05-08T16:44:43.859Z[ host-image] May 08 16:44:42.518 INFO O| May 08 16:44:42.518 INFO ok!
97922026-05-08T16:44:43.859Z[ host-image] May 08 16:44:42.518 INFO O| May 08 16:44:42.518 INFO STEP 117 (ensure_file) COMPLETE
97932026-05-08T16:44:43.859Z[ host-image] May 08 16:44:42.518 INFO O| May 08 16:44:42.518 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97942026-05-08T16:44:43.864Z[ host-image] May 08 16:44:42.524 INFO O| May 08 16:44:42.524 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
97952026-05-08T16:44:43.864Z[ host-image] May 08 16:44:42.524 INFO O| May 08 16:44:42.524 INFO copying /tmp/.tmpHY7vUR/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 ...
97962026-05-08T16:44:43.867Z[ host-image] May 08 16:44:42.524 INFO O| May 08 16:44:42.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
97972026-05-08T16:44:43.867Z[ host-image] May 08 16:44:42.524 INFO O| May 08 16:44:42.524 INFO ok!
97982026-05-08T16:44:43.867Z[ host-image] May 08 16:44:42.524 INFO O| May 08 16:44:42.524 INFO STEP 118 (ensure_file) COMPLETE
97992026-05-08T16:44:43.867Z[ host-image] May 08 16:44:42.524 INFO O| May 08 16:44:42.524 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98002026-05-08T16:44:43.870Z[ host-image] May 08 16:44:42.529 INFO O| May 08 16:44:42.529 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
98012026-05-08T16:44:43.870Z[ host-image] May 08 16:44:42.529 INFO O| May 08 16:44:42.529 INFO copying /tmp/.tmpHY7vUR/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 ...
98022026-05-08T16:44:43.870Z[ host-image] May 08 16:44:42.529 INFO O| May 08 16:44:42.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
98032026-05-08T16:44:43.870Z[ host-image] May 08 16:44:42.529 INFO O| May 08 16:44:42.529 INFO ok!
98042026-05-08T16:44:43.870Z[ host-image] May 08 16:44:42.529 INFO O| May 08 16:44:42.529 INFO STEP 119 (ensure_file) COMPLETE
98052026-05-08T16:44:43.870Z[ host-image] May 08 16:44:42.529 INFO O| May 08 16:44:42.529 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98062026-05-08T16:44:43.878Z[ host-image] May 08 16:44:42.538 INFO O| May 08 16:44:42.537 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
98072026-05-08T16:44:43.878Z[ host-image] May 08 16:44:42.538 INFO O| May 08 16:44:42.537 INFO copying /tmp/.tmpHY7vUR/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 ...
98082026-05-08T16:44:43.882Z[ host-image] May 08 16:44:42.538 INFO O| May 08 16:44:42.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
98092026-05-08T16:44:43.882Z[ host-image] May 08 16:44:42.538 INFO O| May 08 16:44:42.538 INFO ok!
98102026-05-08T16:44:43.882Z[ host-image] May 08 16:44:42.538 INFO O| May 08 16:44:42.538 INFO STEP 120 (ensure_file) COMPLETE
98112026-05-08T16:44:43.882Z[ host-image] May 08 16:44:42.538 INFO O| May 08 16:44:42.538 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98122026-05-08T16:44:43.887Z[ host-image] May 08 16:44:42.544 INFO O| May 08 16:44:42.544 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
98132026-05-08T16:44:43.887Z[ host-image] May 08 16:44:42.544 INFO O| May 08 16:44:42.544 INFO copying /tmp/.tmpHY7vUR/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 ...
98142026-05-08T16:44:43.887Z[ host-image] May 08 16:44:42.544 INFO O| May 08 16:44:42.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
98152026-05-08T16:44:43.887Z[ host-image] May 08 16:44:42.544 INFO O| May 08 16:44:42.544 INFO ok!
98162026-05-08T16:44:43.887Z[ host-image] May 08 16:44:42.544 INFO O| May 08 16:44:42.544 INFO STEP 121 (ensure_file) COMPLETE
98172026-05-08T16:44:43.888Z[ host-image] May 08 16:44:42.544 INFO O| May 08 16:44:42.544 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98182026-05-08T16:44:43.892Z[ host-image] May 08 16:44:42.552 INFO O| May 08 16:44:42.552 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
98192026-05-08T16:44:43.892Z[ host-image] May 08 16:44:42.552 INFO O| May 08 16:44:42.552 INFO copying /tmp/.tmpHY7vUR/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 ...
98202026-05-08T16:44:43.895Z[ host-image] May 08 16:44:42.552 INFO O| May 08 16:44:42.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
98212026-05-08T16:44:43.895Z[ host-image] May 08 16:44:42.552 INFO O| May 08 16:44:42.552 INFO ok!
98222026-05-08T16:44:43.895Z[ host-image] May 08 16:44:42.552 INFO O| May 08 16:44:42.552 INFO STEP 122 (ensure_file) COMPLETE
98232026-05-08T16:44:43.895Z[ host-image] May 08 16:44:42.552 INFO O| May 08 16:44:42.552 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98242026-05-08T16:44:43.898Z[ host-image] May 08 16:44:42.558 INFO O| May 08 16:44:42.558 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
98252026-05-08T16:44:43.901Z[ host-image] May 08 16:44:42.558 INFO O| May 08 16:44:42.558 INFO copying /tmp/.tmpHY7vUR/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 ...
98262026-05-08T16:44:43.901Z[ host-image] May 08 16:44:42.558 INFO O| May 08 16:44:42.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
98272026-05-08T16:44:43.901Z[ host-image] May 08 16:44:42.558 INFO O| May 08 16:44:42.558 INFO ok!
98282026-05-08T16:44:43.901Z[ host-image] May 08 16:44:42.558 INFO O| May 08 16:44:42.558 INFO STEP 123 (ensure_file) COMPLETE
98292026-05-08T16:44:43.901Z[ host-image] May 08 16:44:42.558 INFO O| May 08 16:44:42.558 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98302026-05-08T16:44:43.905Z[ host-image] May 08 16:44:42.565 INFO O| May 08 16:44:42.565 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
98312026-05-08T16:44:43.908Z[ host-image] May 08 16:44:42.565 INFO O| May 08 16:44:42.565 INFO copying /tmp/.tmpHY7vUR/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 ...
98322026-05-08T16:44:43.909Z[ host-image] May 08 16:44:42.565 INFO O| May 08 16:44:42.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
98332026-05-08T16:44:43.909Z[ host-image] May 08 16:44:42.565 INFO O| May 08 16:44:42.565 INFO ok!
98342026-05-08T16:44:43.909Z[ host-image] May 08 16:44:42.565 INFO O| May 08 16:44:42.565 INFO STEP 124 (ensure_file) COMPLETE
98352026-05-08T16:44:43.909Z[ host-image] May 08 16:44:42.565 INFO O| May 08 16:44:42.565 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98362026-05-08T16:44:43.912Z[ host-image] May 08 16:44:42.571 INFO O| May 08 16:44:42.571 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
98372026-05-08T16:44:43.912Z[ host-image] May 08 16:44:42.571 INFO O| May 08 16:44:42.571 INFO copying /tmp/.tmpHY7vUR/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 ...
98382026-05-08T16:44:43.912Z[ host-image] May 08 16:44:42.571 INFO O| May 08 16:44:42.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
98392026-05-08T16:44:43.912Z[ host-image] May 08 16:44:42.571 INFO O| May 08 16:44:42.571 INFO ok!
98402026-05-08T16:44:43.912Z[ host-image] May 08 16:44:42.571 INFO O| May 08 16:44:42.571 INFO STEP 125 (ensure_file) COMPLETE
98412026-05-08T16:44:43.915Z[ host-image] May 08 16:44:42.571 INFO O| May 08 16:44:42.571 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98422026-05-08T16:44:43.918Z[ host-image] May 08 16:44:42.577 INFO O| May 08 16:44:42.577 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
98432026-05-08T16:44:43.918Z[ host-image] May 08 16:44:42.577 INFO O| May 08 16:44:42.577 INFO copying /tmp/.tmpHY7vUR/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 ...
98442026-05-08T16:44:43.918Z[ host-image] May 08 16:44:42.577 INFO O| May 08 16:44:42.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
98452026-05-08T16:44:43.918Z[ host-image] May 08 16:44:42.577 INFO O| May 08 16:44:42.577 INFO ok!
98462026-05-08T16:44:43.918Z[ host-image] May 08 16:44:42.577 INFO O| May 08 16:44:42.577 INFO STEP 126 (ensure_file) COMPLETE
98472026-05-08T16:44:43.918Z[ host-image] May 08 16:44:42.577 INFO O| May 08 16:44:42.577 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98482026-05-08T16:44:43.926Z[ host-image] May 08 16:44:42.586 INFO O| May 08 16:44:42.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
98492026-05-08T16:44:43.926Z[ host-image] May 08 16:44:42.586 INFO O| May 08 16:44:42.585 INFO copying /tmp/.tmpHY7vUR/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 ...
98502026-05-08T16:44:43.926Z[ host-image] May 08 16:44:42.586 INFO O| May 08 16:44:42.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
98512026-05-08T16:44:43.929Z[ host-image] May 08 16:44:42.586 INFO O| May 08 16:44:42.586 INFO ok!
98522026-05-08T16:44:43.929Z[ host-image] May 08 16:44:42.586 INFO O| May 08 16:44:42.586 INFO STEP 127 (ensure_file) COMPLETE
98532026-05-08T16:44:43.929Z[ host-image] May 08 16:44:42.586 INFO O| May 08 16:44:42.586 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98542026-05-08T16:44:43.933Z[ host-image] May 08 16:44:42.592 INFO O| May 08 16:44:42.592 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
98552026-05-08T16:44:43.933Z[ host-image] May 08 16:44:42.592 INFO O| May 08 16:44:42.592 INFO copying /tmp/.tmpHY7vUR/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 ...
98562026-05-08T16:44:43.936Z[ host-image] May 08 16:44:42.592 INFO O| May 08 16:44:42.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
98572026-05-08T16:44:43.936Z[ host-image] May 08 16:44:42.592 INFO O| May 08 16:44:42.592 INFO ok!
98582026-05-08T16:44:43.936Z[ host-image] May 08 16:44:42.592 INFO O| May 08 16:44:42.592 INFO STEP 128 (ensure_file) COMPLETE
98592026-05-08T16:44:43.936Z[ host-image] May 08 16:44:42.592 INFO O| May 08 16:44:42.592 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98602026-05-08T16:44:43.940Z[ host-image] May 08 16:44:42.600 INFO O| May 08 16:44:42.600 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
98612026-05-08T16:44:43.940Z[ host-image] May 08 16:44:42.600 INFO O| May 08 16:44:42.600 INFO copying /tmp/.tmpHY7vUR/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 ...
98622026-05-08T16:44:43.940Z[ host-image] May 08 16:44:42.600 INFO O| May 08 16:44:42.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
98632026-05-08T16:44:43.944Z[ host-image] May 08 16:44:42.600 INFO O| May 08 16:44:42.600 INFO ok!
98642026-05-08T16:44:43.944Z[ host-image] May 08 16:44:42.600 INFO O| May 08 16:44:42.600 INFO STEP 129 (ensure_file) COMPLETE
98652026-05-08T16:44:43.944Z[ host-image] May 08 16:44:42.600 INFO O| May 08 16:44:42.600 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98662026-05-08T16:44:43.948Z[ host-image] May 08 16:44:42.607 INFO O| May 08 16:44:42.607 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
98672026-05-08T16:44:43.948Z[ host-image] May 08 16:44:42.607 INFO O| May 08 16:44:42.607 INFO copying /tmp/.tmpHY7vUR/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 ...
98682026-05-08T16:44:43.951Z[ host-image] May 08 16:44:42.607 INFO O| May 08 16:44:42.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
98692026-05-08T16:44:43.951Z[ host-image] May 08 16:44:42.607 INFO O| May 08 16:44:42.607 INFO ok!
98702026-05-08T16:44:43.951Z[ host-image] May 08 16:44:42.607 INFO O| May 08 16:44:42.607 INFO STEP 130 (ensure_file) COMPLETE
98712026-05-08T16:44:43.951Z[ host-image] May 08 16:44:42.607 INFO O| May 08 16:44:42.607 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98722026-05-08T16:44:43.955Z[ host-image] May 08 16:44:42.615 INFO O| May 08 16:44:42.615 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
98732026-05-08T16:44:43.960Z[ host-image] May 08 16:44:42.615 INFO O| May 08 16:44:42.615 INFO copying /tmp/.tmpHY7vUR/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 ...
98742026-05-08T16:44:43.960Z[ host-image] May 08 16:44:42.615 INFO O| May 08 16:44:42.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
98752026-05-08T16:44:43.960Z[ host-image] May 08 16:44:42.615 INFO O| May 08 16:44:42.615 INFO ok!
98762026-05-08T16:44:43.960Z[ host-image] May 08 16:44:42.615 INFO O| May 08 16:44:42.615 INFO STEP 131 (ensure_file) COMPLETE
98772026-05-08T16:44:43.960Z[ host-image] May 08 16:44:42.615 INFO O| May 08 16:44:42.615 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98782026-05-08T16:44:43.965Z[ host-image] May 08 16:44:42.623 INFO O| May 08 16:44:42.623 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
98792026-05-08T16:44:43.965Z[ host-image] May 08 16:44:42.623 INFO O| May 08 16:44:42.623 INFO copying /tmp/.tmpHY7vUR/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 ...
98802026-05-08T16:44:43.965Z[ host-image] May 08 16:44:42.623 INFO O| May 08 16:44:42.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
98812026-05-08T16:44:43.965Z[ host-image] May 08 16:44:42.623 INFO O| May 08 16:44:42.623 INFO ok!
98822026-05-08T16:44:43.965Z[ host-image] May 08 16:44:42.623 INFO O| May 08 16:44:42.623 INFO STEP 132 (ensure_file) COMPLETE
98832026-05-08T16:44:43.965Z[ host-image] May 08 16:44:42.623 INFO O| May 08 16:44:42.623 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98842026-05-08T16:44:43.970Z[ host-image] May 08 16:44:42.630 INFO O| May 08 16:44:42.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
98852026-05-08T16:44:43.973Z[ host-image] May 08 16:44:42.630 INFO O| May 08 16:44:42.630 INFO copying /tmp/.tmpHY7vUR/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 ...
98862026-05-08T16:44:43.973Z[ host-image] May 08 16:44:42.630 INFO O| May 08 16:44:42.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
98872026-05-08T16:44:43.973Z[ host-image] May 08 16:44:42.630 INFO O| May 08 16:44:42.630 INFO ok!
98882026-05-08T16:44:43.973Z[ host-image] May 08 16:44:42.630 INFO O| May 08 16:44:42.630 INFO STEP 133 (ensure_file) COMPLETE
98892026-05-08T16:44:43.973Z[ host-image] May 08 16:44:42.630 INFO O| May 08 16:44:42.630 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98902026-05-08T16:44:43.978Z[ host-image] May 08 16:44:42.637 INFO O| May 08 16:44:42.637 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
98912026-05-08T16:44:43.978Z[ host-image] May 08 16:44:42.637 INFO O| May 08 16:44:42.637 INFO copying /tmp/.tmpHY7vUR/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 ...
98922026-05-08T16:44:43.978Z[ host-image] May 08 16:44:42.637 INFO O| May 08 16:44:42.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
98932026-05-08T16:44:43.981Z[ host-image] May 08 16:44:42.637 INFO O| May 08 16:44:42.637 INFO ok!
98942026-05-08T16:44:43.981Z[ host-image] May 08 16:44:42.637 INFO O| May 08 16:44:42.637 INFO STEP 134 (ensure_file) COMPLETE
98952026-05-08T16:44:43.981Z[ host-image] May 08 16:44:42.637 INFO O| May 08 16:44:42.637 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98962026-05-08T16:44:43.985Z[ host-image] May 08 16:44:42.644 INFO O| May 08 16:44:42.644 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
98972026-05-08T16:44:43.985Z[ host-image] May 08 16:44:42.644 INFO O| May 08 16:44:42.644 INFO copying /tmp/.tmpHY7vUR/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 ...
98982026-05-08T16:44:43.988Z[ host-image] May 08 16:44:42.644 INFO O| May 08 16:44:42.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
98992026-05-08T16:44:43.988Z[ host-image] May 08 16:44:42.644 INFO O| May 08 16:44:42.644 INFO ok!
99002026-05-08T16:44:43.988Z[ host-image] May 08 16:44:42.644 INFO O| May 08 16:44:42.644 INFO STEP 135 (ensure_file) COMPLETE
99012026-05-08T16:44:43.988Z[ host-image] May 08 16:44:42.644 INFO O| May 08 16:44:42.644 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99022026-05-08T16:44:43.991Z[ host-image] May 08 16:44:42.651 INFO O| May 08 16:44:42.650 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
99032026-05-08T16:44:43.991Z[ host-image] May 08 16:44:42.651 INFO O| May 08 16:44:42.650 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
99042026-05-08T16:44:43.991Z[ host-image] May 08 16:44:42.651 INFO O| May 08 16:44:42.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
99052026-05-08T16:44:43.991Z[ host-image] May 08 16:44:42.651 INFO O| May 08 16:44:42.651 INFO ok!
99062026-05-08T16:44:43.991Z[ host-image] May 08 16:44:42.651 INFO O| May 08 16:44:42.651 INFO STEP 136 (ensure_file) COMPLETE
99072026-05-08T16:44:43.991Z[ host-image] May 08 16:44:42.651 INFO O| May 08 16:44:42.651 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99082026-05-08T16:44:43.997Z[ host-image] May 08 16:44:42.657 INFO O| May 08 16:44:42.657 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
99092026-05-08T16:44:43.997Z[ host-image] May 08 16:44:42.657 INFO O| May 08 16:44:42.657 INFO copying /tmp/.tmpHY7vUR/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 ...
99102026-05-08T16:44:44.001Z[ host-image] May 08 16:44:42.657 INFO O| May 08 16:44:42.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
99112026-05-08T16:44:44.001Z[ host-image] May 08 16:44:42.657 INFO O| May 08 16:44:42.657 INFO ok!
99122026-05-08T16:44:44.001Z[ host-image] May 08 16:44:42.657 INFO O| May 08 16:44:42.657 INFO STEP 137 (ensure_file) COMPLETE
99132026-05-08T16:44:44.001Z[ host-image] May 08 16:44:42.657 INFO O| May 08 16:44:42.657 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99142026-05-08T16:44:44.005Z[ host-image] May 08 16:44:42.665 INFO O| May 08 16:44:42.665 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
99152026-05-08T16:44:44.005Z[ host-image] May 08 16:44:42.665 INFO O| May 08 16:44:42.665 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
99162026-05-08T16:44:44.008Z[ host-image] May 08 16:44:42.665 INFO O| May 08 16:44:42.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
99172026-05-08T16:44:44.008Z[ host-image] May 08 16:44:42.665 INFO O| May 08 16:44:42.665 INFO ok!
99182026-05-08T16:44:44.008Z[ host-image] May 08 16:44:42.665 INFO O| May 08 16:44:42.665 INFO STEP 138 (ensure_file) COMPLETE
99192026-05-08T16:44:44.008Z[ host-image] May 08 16:44:42.665 INFO O| May 08 16:44:42.665 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99202026-05-08T16:44:44.013Z[ host-image] May 08 16:44:42.672 INFO O| May 08 16:44:42.672 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
99212026-05-08T16:44:44.013Z[ host-image] May 08 16:44:42.672 INFO O| May 08 16:44:42.672 INFO copying /tmp/.tmpHY7vUR/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
99222026-05-08T16:44:46.539Z[ recovery-image] May 08 16:44:45.197 INFO O| May 08 16:44:45.197 INFO E| svccfg: Loaded 68 smf(7) service descriptions
99232026-05-08T16:44:46.543Z[ recovery-image] May 08 16:44:45.199 INFO O| May 08 16:44:45.199 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
99242026-05-08T16:44:46.551Z[ recovery-image] May 08 16:44:45.209 INFO O| May 08 16:44:45.209 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
99252026-05-08T16:44:46.664Z[ recovery-image] May 08 16:44:45.323 INFO O| May 08 16:44:45.323 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
99262026-05-08T16:44:46.727Z[ recovery-image] May 08 16:44:45.386 INFO O| May 08 16:44:45.386 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
99272026-05-08T16:44:46.793Z[ recovery-image] May 08 16:44:45.452 INFO O| May 08 16:44:45.452 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
99282026-05-08T16:44:46.793Z[ recovery-image] May 08 16:44:45.452 INFO O| May 08 16:44:45.452 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 ...
99292026-05-08T16:44:46.796Z[ recovery-image] May 08 16:44:45.454 INFO O| May 08 16:44:45.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
99302026-05-08T16:44:46.796Z[ recovery-image] May 08 16:44:45.454 INFO O| May 08 16:44:45.454 INFO ok!
99312026-05-08T16:44:46.796Z[ recovery-image] May 08 16:44:45.454 INFO O| May 08 16:44:45.454 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
99322026-05-08T16:44:46.796Z[ recovery-image] May 08 16:44:45.454 INFO O| May 08 16:44:45.454 INFO STEP 100 (seed_smf) COMPLETE
99332026-05-08T16:44:46.796Z[ recovery-image] May 08 16:44:45.454 INFO O| May 08 16:44:45.454 INFO steps complete; finalising image!
99342026-05-08T16:44:46.796Z[ recovery-image] May 08 16:44:45.454 INFO O| May 08 16:44:45.454 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
99352026-05-08T16:44:46.831Z[ recovery-image] May 08 16:44:45.491 INFO O| May 08 16:44:45.491 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Fri May 8 16:44:45 2026)
99362026-05-08T16:44:47.039Z[ recovery-image] May 08 16:44:45.698 INFO O| May 08 16:44:45.698 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri May 8 16:44:45 2026)
99372026-05-08T16:44:47.246Z[ recovery-image] May 08 16:44:45.905 INFO O| May 08 16:44:45.905 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri May 8 16:44:45 2026)
99382026-05-08T16:44:47.452Z[ recovery-image] May 08 16:44:46.111 INFO O| May 08 16:44:46.111 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri May 8 16:44:45 2026)
99392026-05-08T16:44:47.658Z[ recovery-image] May 08 16:44:46.317 INFO O| May 08 16:44:46.317 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri May 8 16:44:45 2026)
99402026-05-08T16:44:47.865Z[ recovery-image] May 08 16:44:46.524 INFO O| May 08 16:44:46.524 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri May 8 16:44:45 2026)
99412026-05-08T16:44:48.071Z[ recovery-image] May 08 16:44:46.731 INFO O| May 08 16:44:46.731 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri May 8 16:44:45 2026)
99422026-05-08T16:44:48.281Z[ recovery-image] May 08 16:44:46.940 INFO O| May 08 16:44:46.940 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri May 8 16:44:45 2026)
99432026-05-08T16:44:48.486Z[ recovery-image] May 08 16:44:47.145 INFO O| May 08 16:44:47.145 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri May 8 16:44:45 2026)
99442026-05-08T16:44:48.692Z[ recovery-image] May 08 16:44:47.351 INFO O| May 08 16:44:47.351 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri May 8 16:44:45 2026)
99452026-05-08T16:44:48.898Z[ recovery-image] May 08 16:44:47.557 INFO O| May 08 16:44:47.557 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri May 8 16:44:45 2026)
99462026-05-08T16:44:49.104Z[ recovery-image] May 08 16:44:47.763 INFO O| May 08 16:44:47.763 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri May 8 16:44:45 2026)
99472026-05-08T16:44:49.310Z[ recovery-image] May 08 16:44:47.970 INFO O| May 08 16:44:47.970 INFO trim TEMPORARY-sled-zfs-recovery: (90% trimmed, started at Fri May 8 16:44:45 2026)
99482026-05-08T16:44:49.529Z[ recovery-image] May 08 16:44:48.188 INFO O| May 08 16:44:48.188 INFO temporary pool has 490M used, 1.27G avail, 1.00x compressratio
99492026-05-08T16:44:49.529Z[ recovery-image] May 08 16:44:48.188 INFO O| May 08 16:44:48.188 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
99502026-05-08T16:44:49.795Z[ recovery-image] May 08 16:44:48.454 INFO O| May 08 16:44:48.454 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
99512026-05-08T16:44:49.795Z[ recovery-image] May 08 16:44:48.454 INFO O| May 08 16:44:48.454 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
99522026-05-08T16:44:50.430Z[ host-image] May 08 16:44:49.089 INFO O| May 08 16:44:49.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
99532026-05-08T16:44:50.430Z[ host-image] May 08 16:44:49.089 INFO O| May 08 16:44:49.089 INFO ok!
99542026-05-08T16:44:50.430Z[ host-image] May 08 16:44:49.089 INFO O| May 08 16:44:49.089 INFO STEP 139 (ensure_file) COMPLETE
99552026-05-08T16:44:50.433Z[ host-image] May 08 16:44:49.089 INFO O| May 08 16:44:49.089 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99562026-05-08T16:44:50.439Z[ host-image] May 08 16:44:49.099 INFO O| May 08 16:44:49.099 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
99572026-05-08T16:44:50.439Z[ host-image] May 08 16:44:49.099 INFO O| May 08 16:44:49.099 INFO STEP 140 (ensure_dir) COMPLETE
99582026-05-08T16:44:50.442Z[ host-image] May 08 16:44:49.099 INFO O| May 08 16:44:49.099 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99592026-05-08T16:44:50.448Z[ host-image] May 08 16:44:49.108 INFO O| May 08 16:44:49.108 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
99602026-05-08T16:44:50.448Z[ host-image] May 08 16:44:49.108 INFO O| May 08 16:44:49.108 INFO STEP 141 (ensure_dir) COMPLETE
99612026-05-08T16:44:50.451Z[ host-image] May 08 16:44:49.108 INFO O| May 08 16:44:49.108 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99622026-05-08T16:44:50.455Z[ host-image] May 08 16:44:49.115 INFO O| May 08 16:44:49.115 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
99632026-05-08T16:44:50.455Z[ host-image] May 08 16:44:49.115 INFO O| May 08 16:44:49.115 INFO STEP 142 (ensure_dir) COMPLETE
99642026-05-08T16:44:50.458Z[ host-image] May 08 16:44:49.115 INFO O| May 08 16:44:49.115 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99652026-05-08T16:44:50.462Z[ host-image] May 08 16:44:49.121 INFO O| May 08 16:44:49.121 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
99662026-05-08T16:44:50.462Z[ host-image] May 08 16:44:49.121 INFO O| May 08 16:44:49.121 INFO STEP 143 (ensure_dir) COMPLETE
99672026-05-08T16:44:50.462Z[ host-image] May 08 16:44:49.121 INFO O| May 08 16:44:49.121 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99682026-05-08T16:44:50.468Z[ host-image] May 08 16:44:49.128 INFO O| May 08 16:44:49.128 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
99692026-05-08T16:44:50.468Z[ host-image] May 08 16:44:49.128 INFO O| May 08 16:44:49.128 INFO copying /tmp/.tmpHY7vUR/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 ...
99702026-05-08T16:44:50.471Z[ host-image] May 08 16:44:49.128 INFO O| May 08 16:44:49.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
99712026-05-08T16:44:50.471Z[ host-image] May 08 16:44:49.128 INFO O| May 08 16:44:49.128 INFO ok!
99722026-05-08T16:44:50.471Z[ host-image] May 08 16:44:49.128 INFO O| May 08 16:44:49.128 INFO STEP 144 (ensure_file) COMPLETE
99732026-05-08T16:44:50.471Z[ host-image] May 08 16:44:49.128 INFO O| May 08 16:44:49.128 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99742026-05-08T16:44:50.476Z[ host-image] May 08 16:44:49.136 INFO O| May 08 16:44:49.136 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
99752026-05-08T16:44:50.476Z[ host-image] May 08 16:44:49.136 INFO O| May 08 16:44:49.136 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
99762026-05-08T16:44:50.476Z[ host-image] May 08 16:44:49.136 INFO O| May 08 16:44:49.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
99772026-05-08T16:44:50.479Z[ host-image] May 08 16:44:49.136 INFO O| May 08 16:44:49.136 INFO STEP 145 (ensure_dir) COMPLETE
99782026-05-08T16:44:50.479Z[ host-image] May 08 16:44:49.136 INFO O| May 08 16:44:49.136 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99792026-05-08T16:44:50.483Z[ host-image] May 08 16:44:49.143 INFO O| May 08 16:44:49.143 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
99802026-05-08T16:44:50.486Z[ host-image] May 08 16:44:49.143 INFO O| May 08 16:44:49.143 INFO copying /tmp/.tmpHY7vUR/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
99812026-05-08T16:44:50.486Z[ host-image] May 08 16:44:49.143 INFO O| May 08 16:44:49.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
99822026-05-08T16:44:50.486Z[ host-image] May 08 16:44:49.143 INFO O| May 08 16:44:49.143 INFO ok!
99832026-05-08T16:44:50.486Z[ host-image] May 08 16:44:49.143 INFO O| May 08 16:44:49.143 INFO STEP 146 (ensure_file) COMPLETE
99842026-05-08T16:44:50.486Z[ host-image] May 08 16:44:49.143 INFO O| May 08 16:44:49.143 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99852026-05-08T16:44:50.489Z[ host-image] May 08 16:44:49.149 INFO O| May 08 16:44:49.149 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
99862026-05-08T16:44:50.492Z[ host-image] May 08 16:44:49.149 INFO O| May 08 16:44:49.149 INFO STEP 147 (remove_files) COMPLETE
99872026-05-08T16:44:50.492Z[ host-image] May 08 16:44:49.149 INFO O| May 08 16:44:49.149 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99882026-05-08T16:44:50.499Z[ host-image] May 08 16:44:49.158 INFO O| May 08 16:44:49.158 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
99892026-05-08T16:44:50.499Z[ host-image] May 08 16:44:49.158 INFO O| May 08 16:44:49.158 INFO STEP 148 (remove_files) COMPLETE
99902026-05-08T16:44:50.499Z[ host-image] May 08 16:44:49.158 INFO O| May 08 16:44:49.158 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99912026-05-08T16:44:50.507Z[ host-image] May 08 16:44:49.166 INFO O| May 08 16:44:49.166 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
99922026-05-08T16:44:50.510Z[ host-image] May 08 16:44:49.166 INFO O| May 08 16:44:49.166 INFO STEP 149 (remove_files) COMPLETE
99932026-05-08T16:44:50.510Z[ host-image] May 08 16:44:49.166 INFO O| May 08 16:44:49.166 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99942026-05-08T16:44:50.515Z[ host-image] May 08 16:44:49.175 INFO O| May 08 16:44:49.175 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
99952026-05-08T16:44:50.518Z[ host-image] May 08 16:44:49.175 INFO O| May 08 16:44:49.175 INFO STEP 150 (remove_files) COMPLETE
99962026-05-08T16:44:50.518Z[ host-image] May 08 16:44:49.175 INFO O| May 08 16:44:49.175 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99972026-05-08T16:44:50.522Z[ host-image] May 08 16:44:49.182 INFO O| May 08 16:44:49.182 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
99982026-05-08T16:44:50.525Z[ host-image] May 08 16:44:49.182 INFO O| May 08 16:44:49.182 INFO STEP 151 (remove_files) COMPLETE
99992026-05-08T16:44:50.525Z[ host-image] May 08 16:44:49.182 INFO O| May 08 16:44:49.182 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100002026-05-08T16:44:50.530Z[ host-image] May 08 16:44:49.190 INFO O| May 08 16:44:49.190 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
100012026-05-08T16:44:50.533Z[ host-image] May 08 16:44:49.190 INFO O| May 08 16:44:49.190 INFO STEP 152 (remove_files) COMPLETE
100022026-05-08T16:44:50.533Z[ host-image] May 08 16:44:49.190 INFO O| May 08 16:44:49.190 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100032026-05-08T16:44:50.537Z[ host-image] May 08 16:44:49.197 INFO O| May 08 16:44:49.197 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100042026-05-08T16:44:50.540Z[ host-image] May 08 16:44:49.197 INFO O| May 08 16:44:49.197 INFO STEP 153 (remove_files) COMPLETE
100052026-05-08T16:44:50.540Z[ host-image] May 08 16:44:49.197 INFO O| May 08 16:44:49.197 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100062026-05-08T16:44:50.545Z[ host-image] May 08 16:44:49.204 INFO O| May 08 16:44:49.204 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100072026-05-08T16:44:50.548Z[ host-image] May 08 16:44:49.205 INFO O| May 08 16:44:49.205 INFO STEP 154 (remove_files) COMPLETE
100082026-05-08T16:44:50.548Z[ host-image] May 08 16:44:49.205 INFO O| May 08 16:44:49.205 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100092026-05-08T16:44:50.551Z[ host-image] May 08 16:44:49.211 INFO O| May 08 16:44:49.211 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
100102026-05-08T16:44:50.554Z[ host-image] May 08 16:44:49.211 INFO O| May 08 16:44:49.211 INFO STEP 155 (remove_files) COMPLETE
100112026-05-08T16:44:50.554Z[ host-image] May 08 16:44:49.211 INFO O| May 08 16:44:49.211 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100122026-05-08T16:44:50.560Z[ host-image] May 08 16:44:49.220 INFO O| May 08 16:44:49.219 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100132026-05-08T16:44:50.563Z[ host-image] May 08 16:44:49.220 INFO O| May 08 16:44:49.220 INFO STEP 156 (remove_files) COMPLETE
100142026-05-08T16:44:50.563Z[ host-image] May 08 16:44:49.220 INFO O| May 08 16:44:49.220 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100152026-05-08T16:44:50.567Z[ host-image] May 08 16:44:49.227 INFO O| May 08 16:44:49.226 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
100162026-05-08T16:44:50.567Z[ host-image] May 08 16:44:49.227 INFO O| May 08 16:44:49.227 INFO STEP 157 (remove_files) COMPLETE
100172026-05-08T16:44:50.570Z[ host-image] May 08 16:44:49.227 INFO O| May 08 16:44:49.227 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100182026-05-08T16:44:50.575Z[ host-image] May 08 16:44:49.235 INFO O| May 08 16:44:49.235 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
100192026-05-08T16:44:50.578Z[ host-image] May 08 16:44:49.235 INFO O| May 08 16:44:49.235 INFO STEP 158 (remove_files) COMPLETE
100202026-05-08T16:44:50.578Z[ host-image] May 08 16:44:49.235 INFO O| May 08 16:44:49.235 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100212026-05-08T16:44:50.583Z[ host-image] May 08 16:44:49.242 INFO O| May 08 16:44:49.242 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100222026-05-08T16:44:50.583Z[ host-image] May 08 16:44:49.242 INFO O| May 08 16:44:49.242 INFO STEP 159 (remove_files) COMPLETE
100232026-05-08T16:44:50.586Z[ host-image] May 08 16:44:49.242 INFO O| May 08 16:44:49.242 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100242026-05-08T16:44:50.590Z[ host-image] May 08 16:44:49.250 INFO O| May 08 16:44:49.250 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100252026-05-08T16:44:50.593Z[ host-image] May 08 16:44:49.250 INFO O| May 08 16:44:49.250 INFO STEP 160 (remove_files) COMPLETE
100262026-05-08T16:44:50.593Z[ host-image] May 08 16:44:49.250 INFO O| May 08 16:44:49.250 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100272026-05-08T16:44:50.598Z[ host-image] May 08 16:44:49.258 INFO O| May 08 16:44:49.257 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
100282026-05-08T16:44:50.598Z[ host-image] May 08 16:44:49.258 INFO O| May 08 16:44:49.258 INFO STEP 161 (remove_files) COMPLETE
100292026-05-08T16:44:50.601Z[ host-image] May 08 16:44:49.258 INFO O| May 08 16:44:49.258 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100302026-05-08T16:44:50.606Z[ host-image] May 08 16:44:49.265 INFO O| May 08 16:44:49.265 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100312026-05-08T16:44:50.606Z[ host-image] May 08 16:44:49.265 INFO O| May 08 16:44:49.265 INFO STEP 162 (remove_files) COMPLETE
100322026-05-08T16:44:50.608Z[ host-image] May 08 16:44:49.265 INFO O| May 08 16:44:49.265 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100332026-05-08T16:44:50.613Z[ host-image] May 08 16:44:49.272 INFO O| May 08 16:44:49.272 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100342026-05-08T16:44:50.616Z[ host-image] May 08 16:44:49.272 INFO O| May 08 16:44:49.272 INFO STEP 163 (remove_files) COMPLETE
100352026-05-08T16:44:50.616Z[ host-image] May 08 16:44:49.272 INFO O| May 08 16:44:49.272 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100362026-05-08T16:44:50.619Z[ host-image] May 08 16:44:49.279 INFO O| May 08 16:44:49.279 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
100372026-05-08T16:44:50.622Z[ host-image] May 08 16:44:49.279 INFO O| May 08 16:44:49.279 INFO STEP 164 (remove_files) COMPLETE
100382026-05-08T16:44:50.622Z[ host-image] May 08 16:44:49.279 INFO O| May 08 16:44:49.279 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100392026-05-08T16:44:50.627Z[ host-image] May 08 16:44:49.286 INFO O| May 08 16:44:49.286 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100402026-05-08T16:44:50.627Z[ host-image] May 08 16:44:49.286 INFO O| May 08 16:44:49.286 INFO STEP 165 (remove_files) COMPLETE
100412026-05-08T16:44:50.629Z[ host-image] May 08 16:44:49.286 INFO O| May 08 16:44:49.286 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100422026-05-08T16:44:50.633Z[ host-image] May 08 16:44:49.293 INFO O| May 08 16:44:49.293 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100432026-05-08T16:44:50.636Z[ host-image] May 08 16:44:49.293 INFO O| May 08 16:44:49.293 INFO STEP 166 (remove_files) COMPLETE
100442026-05-08T16:44:50.636Z[ host-image] May 08 16:44:49.293 INFO O| May 08 16:44:49.293 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100452026-05-08T16:44:50.640Z[ host-image] May 08 16:44:49.300 INFO O| May 08 16:44:49.300 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
100462026-05-08T16:44:50.640Z[ host-image] May 08 16:44:49.300 INFO O| May 08 16:44:49.300 INFO STEP 167 (remove_files) COMPLETE
100472026-05-08T16:44:50.641Z[ host-image] May 08 16:44:49.300 INFO O| May 08 16:44:49.300 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100482026-05-08T16:44:50.647Z[ host-image] May 08 16:44:49.307 INFO O| May 08 16:44:49.307 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
100492026-05-08T16:44:50.651Z[ host-image] May 08 16:44:49.307 INFO O| May 08 16:44:49.307 INFO STEP 168 (remove_files) COMPLETE
100502026-05-08T16:44:50.651Z[ host-image] May 08 16:44:49.307 INFO O| May 08 16:44:49.307 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100512026-05-08T16:44:50.655Z[ host-image] May 08 16:44:49.314 INFO O| May 08 16:44:49.314 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
100522026-05-08T16:44:50.655Z[ host-image] May 08 16:44:49.314 INFO O| May 08 16:44:49.314 INFO STEP 169 (remove_files) COMPLETE
100532026-05-08T16:44:50.655Z[ host-image] May 08 16:44:49.314 INFO O| May 08 16:44:49.314 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100542026-05-08T16:44:50.661Z[ host-image] May 08 16:44:49.321 INFO O| May 08 16:44:49.321 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
100552026-05-08T16:44:50.661Z[ host-image] May 08 16:44:49.321 INFO O| May 08 16:44:49.321 INFO STEP 170 (remove_files) COMPLETE
100562026-05-08T16:44:50.662Z[ host-image] May 08 16:44:49.321 INFO O| May 08 16:44:49.321 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100572026-05-08T16:44:50.668Z[ host-image] May 08 16:44:49.327 INFO O| May 08 16:44:49.327 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
100582026-05-08T16:44:50.671Z[ host-image] May 08 16:44:49.327 INFO O| May 08 16:44:49.327 INFO STEP 171 (remove_files) COMPLETE
100592026-05-08T16:44:50.671Z[ host-image] May 08 16:44:49.327 INFO O| May 08 16:44:49.327 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100602026-05-08T16:44:50.674Z[ host-image] May 08 16:44:49.333 INFO O| May 08 16:44:49.333 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
100612026-05-08T16:44:50.674Z[ host-image] May 08 16:44:49.333 INFO O| May 08 16:44:49.333 INFO STEP 172 (remove_files) COMPLETE
100622026-05-08T16:44:50.674Z[ host-image] May 08 16:44:49.333 INFO O| May 08 16:44:49.333 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100632026-05-08T16:44:50.681Z[ host-image] May 08 16:44:49.341 INFO O| May 08 16:44:49.341 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
100642026-05-08T16:44:50.684Z[ host-image] May 08 16:44:49.341 INFO O| May 08 16:44:49.341 INFO STEP 173 (remove_files) COMPLETE
100652026-05-08T16:44:50.684Z[ host-image] May 08 16:44:49.341 INFO O| May 08 16:44:49.341 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100662026-05-08T16:44:50.689Z[ host-image] May 08 16:44:49.349 INFO O| May 08 16:44:49.349 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
100672026-05-08T16:44:50.689Z[ host-image] May 08 16:44:49.349 INFO O| May 08 16:44:49.349 INFO STEP 174 (remove_files) COMPLETE
100682026-05-08T16:44:50.692Z[ host-image] May 08 16:44:49.349 INFO O| May 08 16:44:49.349 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100692026-05-08T16:44:50.696Z[ host-image] May 08 16:44:49.356 INFO O| May 08 16:44:49.356 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
100702026-05-08T16:44:50.699Z[ host-image] May 08 16:44:49.356 INFO O| May 08 16:44:49.356 INFO STEP 175 (remove_files) COMPLETE
100712026-05-08T16:44:50.699Z[ host-image] May 08 16:44:49.356 INFO O| May 08 16:44:49.356 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100722026-05-08T16:44:50.708Z[ host-image] May 08 16:44:49.368 INFO O| May 08 16:44:49.368 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
100732026-05-08T16:44:50.708Z[ host-image] May 08 16:44:49.368 INFO O| May 08 16:44:49.368 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
100742026-05-08T16:44:52.168Z[ recovery-image] May 08 16:44:50.828 INFO O| May 08 16:44:50.828 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
100752026-05-08T16:44:52.169Z[ recovery-image] May 08 16:44:50.828 INFO O| May 08 16:44:50.828 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
100762026-05-08T16:44:52.169Z[ recovery-image] May 08 16:44:50.828 INFO O| May 08 16:44:50.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
100772026-05-08T16:44:52.172Z[ recovery-image] May 08 16:44:50.828 INFO O| May 08 16:44:50.828 INFO completed processing sled/zfs-recovery
100782026-05-08T16:44:52.172Z[ recovery-image] May 08 16:44:50.828 INFO O| May 08 16:44:50.828 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
100792026-05-08T16:44:53.328Z[ host-image] May 08 16:44:51.987 INFO O| May 08 16:44:51.987 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
100802026-05-08T16:44:53.328Z[ host-image] May 08 16:44:51.987 INFO O| May 08 16:44:51.987 INFO E| svccfg: Loaded 79 smf(7) service descriptions
100812026-05-08T16:44:53.337Z[ host-image] May 08 16:44:51.996 INFO O| May 08 16:44:51.996 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "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"}
100822026-05-08T16:44:53.435Z[ host-image] May 08 16:44:52.094 INFO O| May 08 16:44:52.094 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
100832026-05-08T16:44:53.482Z[ recovery-image] May 08 16:44:52.142 INFO O| May 08 16:44:52.142 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
100842026-05-08T16:44:53.487Z[ host-image] May 08 16:44:52.146 INFO O| May 08 16:44:52.146 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
100852026-05-08T16:44:53.552Z[ host-image] May 08 16:44:52.211 INFO O| May 08 16:44:52.211 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
100862026-05-08T16:44:53.552Z[ host-image] May 08 16:44:52.211 INFO O| May 08 16:44:52.211 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
100872026-05-08T16:44:53.555Z[ host-image] May 08 16:44:52.213 INFO O| May 08 16:44:52.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
100882026-05-08T16:44:53.555Z[ host-image] May 08 16:44:52.213 INFO O| May 08 16:44:52.212 INFO ok!
100892026-05-08T16:44:53.555Z[ host-image] May 08 16:44:52.213 INFO O| May 08 16:44:52.213 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
100902026-05-08T16:44:53.555Z[ host-image] May 08 16:44:52.213 INFO O| May 08 16:44:52.213 INFO STEP 176 (seed_smf) COMPLETE
100912026-05-08T16:44:53.555Z[ host-image] May 08 16:44:52.213 INFO O| May 08 16:44:52.213 INFO steps complete; finalising image!
100922026-05-08T16:44:53.555Z[ host-image] May 08 16:44:52.213 INFO O| May 08 16:44:52.213 INFO TRIM POOL: TEMPORARY-sled-zfs
100932026-05-08T16:44:53.629Z[ recovery-image] May 08 16:44:52.288 INFO BUILD STRING "heads/stlouis-0-g2205894696\n"
100942026-05-08T16:44:53.629Z[ recovery-image] May 08 16:44:52.288 INFO expanded image name: "recovery a6d9737/${os_short_commit} 2026-05-08 16:29" -> "recovery a6d9737/2205894 2026-05-08 16:29"
100952026-05-08T16:44:53.632Z[ recovery-image] May 08 16:44:52.288 INFO output artefacts stored in: "/work/os-recovery"
100962026-05-08T16:44:53.632Z[ recovery-image] May 08 16:44:52.288 INFO collecting git info from project "image-builder"...
100972026-05-08T16:44:53.632Z[ host-image] May 08 16:44:52.290 INFO O| May 08 16:44:52.290 INFO trim TEMPORARY-sled-zfs: (7% trimmed, started at Fri May 8 16:44:52 2026)
100982026-05-08T16:44:53.637Z[ recovery-image] May 08 16:44:52.297 INFO collecting git info from project "pilot"...
100992026-05-08T16:44:53.647Z[ recovery-image] May 08 16:44:52.305 INFO collecting git info from project "pinprick"...
101002026-05-08T16:44:53.653Z[ recovery-image] May 08 16:44:52.311 INFO collecting git info from project "dmar-report"...
101012026-05-08T16:44:53.664Z[ recovery-image] May 08 16:44:52.321 INFO collecting git info from project "chelsio-t6-roms"...
101022026-05-08T16:44:53.679Z[ recovery-image] May 08 16:44:52.338 INFO collecting git info from project "bootserver"...
101032026-05-08T16:44:53.685Z[ recovery-image] May 08 16:44:52.344 INFO collecting git info from project "phbl"...
101042026-05-08T16:44:53.690Z[ recovery-image] May 08 16:44:52.350 INFO collecting git info from project "amd-host-image-builder"...
101052026-05-08T16:44:53.727Z[ recovery-image] May 08 16:44:52.386 INFO collecting git info from project "amd-firmware"...
101062026-05-08T16:44:53.848Z[ host-image] May 08 16:44:52.507 INFO O| May 08 16:44:52.507 INFO temporary pool has 799M used, 97.0M avail, 1.86x compressratio
101072026-05-08T16:44:53.848Z[ host-image] May 08 16:44:52.507 INFO O| May 08 16:44:52.507 INFO EXPORT POOL: TEMPORARY-sled-zfs
101082026-05-08T16:44:54.017Z[ recovery-image] May 08 16:44:52.676 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101092026-05-08T16:44:54.163Z[ host-image] May 08 16:44:52.823 INFO O| May 08 16:44:52.822 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
101102026-05-08T16:44:54.163Z[ host-image] May 08 16:44:52.823 INFO O| May 08 16:44:52.823 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
101112026-05-08T16:44:54.333Z[ recovery-image] May 08 16:44:52.993 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101122026-05-08T16:44:54.632Z[ recovery-image] May 08 16:44:53.292 INFO creating Oxide boot image...
101132026-05-08T16:44:54.633Z[ recovery-image] May 08 16:44:53.292 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery a6d9737/2205894 2026-05-08 16:29", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
101142026-05-08T16:44:54.859Z[ host-image] May 08 16:44:53.518 INFO O| May 08 16:44:53.518 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
101152026-05-08T16:44:54.859Z[ host-image] May 08 16:44:53.518 INFO O| May 08 16:44:53.518 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
101162026-05-08T16:44:54.859Z[ host-image] May 08 16:44:53.518 INFO O| May 08 16:44:53.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
101172026-05-08T16:44:54.862Z[ host-image] May 08 16:44:53.518 INFO O| May 08 16:44:53.518 INFO completed processing sled/zfs
101182026-05-08T16:44:54.862Z[ host-image] May 08 16:44:53.518 INFO O| May 08 16:44:53.518 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
101192026-05-08T16:44:59.575Z[ host-image] May 08 16:44:58.234 INFO O| May 08 16:44:58.234 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
101202026-05-08T16:44:59.662Z[ host-image] May 08 16:44:58.321 INFO BUILD STRING "heads/stlouis-0-g2205894696\n"
101212026-05-08T16:44:59.662Z[ host-image] May 08 16:44:58.321 INFO expanded image name: "ci a6d9737/${os_short_commit} 2026-05-08 16:29" -> "ci a6d9737/2205894 2026-05-08 16:29"
101222026-05-08T16:44:59.665Z[ host-image] May 08 16:44:58.321 INFO output artefacts stored in: "/work/os-host"
101232026-05-08T16:44:59.665Z[ host-image] May 08 16:44:58.321 INFO collecting git info from project "image-builder"...
101242026-05-08T16:44:59.669Z[ host-image] May 08 16:44:58.328 INFO collecting git info from project "pilot"...
101252026-05-08T16:44:59.675Z[ host-image] May 08 16:44:58.334 INFO collecting git info from project "pinprick"...
101262026-05-08T16:44:59.680Z[ host-image] May 08 16:44:58.339 INFO collecting git info from project "dmar-report"...
101272026-05-08T16:44:59.685Z[ host-image] May 08 16:44:58.345 INFO collecting git info from project "chelsio-t6-roms"...
101282026-05-08T16:44:59.691Z[ host-image] May 08 16:44:58.350 INFO collecting git info from project "bootserver"...
101292026-05-08T16:44:59.717Z[ host-image] May 08 16:44:58.376 INFO collecting git info from project "phbl"...
101302026-05-08T16:44:59.738Z[ host-image] May 08 16:44:58.397 INFO collecting git info from project "amd-host-image-builder"...
101312026-05-08T16:44:59.783Z[ host-image] May 08 16:44:58.442 INFO collecting git info from project "amd-firmware"...
101322026-05-08T16:44:59.855Z[ host-image] May 08 16:44:58.513 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101332026-05-08T16:45:00.477Z[ host-image] May 08 16:44:59.137 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101342026-05-08T16:45:00.858Z[ host-image] May 08 16:44:59.518 INFO creating Oxide boot image...
101352026-05-08T16:45:00.858Z[ host-image] May 08 16:44:59.518 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci a6d9737/2205894 2026-05-08 16:29", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
101362026-05-08T16:45:01.649Z[ host-image] May 08 16:45:00.308 INFO O| ok, image written!
101372026-05-08T16:45:01.653Z[ host-image] May 08 16:45:00.311 INFO O| ok, boot_image_csum file written!
101382026-05-08T16:45:01.656Z[ host-image] May 08 16:45:00.313 INFO creating boot archive (CPIO)...
101392026-05-08T16:45:01.656Z[ host-image] May 08 16:45:00.313 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
101402026-05-08T16:45:01.659Z[ host-image] May 08 16:45:00.318 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
101412026-05-08T16:45:01.659Z[ host-image] May 08 16:45:00.318 INFO E| + outfile=/work/os-host/cpio
101422026-05-08T16:45:01.659Z[ host-image] May 08 16:45:00.318 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
101432026-05-08T16:45:01.662Z[ host-image] May 08 16:45:00.320 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
101442026-05-08T16:45:01.662Z[ host-image] May 08 16:45:00.320 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
101452026-05-08T16:45:01.688Z[ host-image] May 08 16:45:00.347 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
101462026-05-08T16:45:01.688Z[ host-image] May 08 16:45:00.347 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
101472026-05-08T16:45:01.694Z[ host-image] May 08 16:45:00.353 INFO creating compressed cpio/unix for dev loaders...
101482026-05-08T16:45:01.694Z[ host-image] May 08 16:45:00.353 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
101492026-05-08T16:45:01.978Z[ host-image] May 08 16:45:00.637 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
101502026-05-08T16:45:05.889Z[ host-image] May 08 16:45:04.548 INFO creating reset image...
101512026-05-08T16:45:05.889Z[ host-image] May 08 16:45:04.548 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
101522026-05-08T16:45:26.036Z[ host-image] May 08 16:45:24.695 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')"
101532026-05-08T16:45:26.036Z[ host-image] May 08 16:45:24.695 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")
101542026-05-08T16:45:26.182Z[ host-image] May 08 16:45:24.841 INFO E| Updating crates.io index
101552026-05-08T16:45:26.472Z[ host-image] May 08 16:45:25.131 INFO E| Downloading crates ...
101562026-05-08T16:45:26.530Z[ host-image] May 08 16:45:25.187 INFO E| Downloaded colorchoice v1.0.5
101572026-05-08T16:45:26.536Z[ host-image] May 08 16:45:25.195 INFO E| Downloaded clap_derive v4.6.1
101582026-05-08T16:45:26.539Z[ host-image] May 08 16:45:25.197 INFO E| Downloaded anstream v1.0.0
101592026-05-08T16:45:26.543Z[ host-image] May 08 16:45:25.201 INFO E| Downloaded clap v4.6.1
101602026-05-08T16:45:26.547Z[ host-image] May 08 16:45:25.207 INFO E| Downloaded sigchld v0.2.4
101612026-05-08T16:45:26.550Z[ host-image] May 08 16:45:25.207 INFO E| Downloaded clap_lex v1.1.0
101622026-05-08T16:45:26.550Z[ host-image] May 08 16:45:25.209 INFO E| Downloaded shared_thread v0.2.0
101632026-05-08T16:45:26.550Z[ host-image] May 08 16:45:25.209 INFO E| Downloaded shared_child v1.1.1
101642026-05-08T16:45:26.553Z[ host-image] May 08 16:45:25.210 INFO E| Downloaded os_pipe v1.2.3
101652026-05-08T16:45:26.553Z[ host-image] May 08 16:45:25.212 INFO E| Downloaded duct v1.1.1
101662026-05-08T16:45:26.556Z[ host-image] May 08 16:45:25.214 INFO E| Downloaded anstyle v1.0.14
101672026-05-08T16:45:26.556Z[ host-image] May 08 16:45:25.215 INFO E| Downloaded anstyle-parse v1.0.0
101682026-05-08T16:45:26.564Z[ host-image] May 08 16:45:25.220 INFO E| Downloaded clap_builder v4.6.0
101692026-05-08T16:45:26.596Z[ host-image] May 08 16:45:25.255 INFO E| Compiling libc v0.2.185
101702026-05-08T16:45:26.599Z[ host-image] May 08 16:45:25.255 INFO E| Compiling proc-macro2 v1.0.106
101712026-05-08T16:45:26.599Z[ host-image] May 08 16:45:25.255 INFO E| Compiling quote v1.0.45
101722026-05-08T16:45:26.599Z[ host-image] May 08 16:45:25.255 INFO E| Compiling signal-hook v0.3.18
101732026-05-08T16:45:26.599Z[ host-image] May 08 16:45:25.256 INFO E| Compiling unicode-ident v1.0.24
101742026-05-08T16:45:26.599Z[ host-image] May 08 16:45:25.256 INFO E| Compiling utf8parse v0.2.2
101752026-05-08T16:45:26.599Z[ host-image] May 08 16:45:25.256 INFO E| Compiling is_terminal_polyfill v1.70.2
101762026-05-08T16:45:26.599Z[ host-image] May 08 16:45:25.256 INFO E| Compiling colorchoice v1.0.5
101772026-05-08T16:45:26.607Z[ host-image] May 08 16:45:25.266 INFO E| Compiling anstyle-query v1.1.5
101782026-05-08T16:45:26.611Z[ host-image] May 08 16:45:25.266 INFO E| Compiling anstyle v1.0.14
101792026-05-08T16:45:26.611Z[ host-image] May 08 16:45:25.266 INFO E| Compiling strsim v0.11.1
101802026-05-08T16:45:26.611Z[ host-image] May 08 16:45:25.266 INFO E| Compiling clap_lex v1.1.0
101812026-05-08T16:45:26.612Z[ host-image] May 08 16:45:25.267 INFO E| Compiling heck v0.5.0
101822026-05-08T16:45:26.612Z[ host-image] May 08 16:45:25.267 INFO E| Compiling shared_thread v0.2.0
101832026-05-08T16:45:26.703Z[ host-image] May 08 16:45:25.362 INFO E| Compiling anstyle-parse v1.0.0
101842026-05-08T16:45:26.839Z[ host-image] May 08 16:45:25.498 INFO E| Compiling anstream v1.0.0
101852026-05-08T16:45:27.032Z[ host-image] May 08 16:45:25.691 INFO E| Compiling clap_builder v4.6.0
101862026-05-08T16:45:27.304Z[ host-image] May 08 16:45:25.963 INFO E| Compiling errno v0.3.14
101872026-05-08T16:45:27.304Z[ host-image] May 08 16:45:25.964 INFO E| Compiling os_pipe v1.2.3
101882026-05-08T16:45:27.402Z[ host-image] May 08 16:45:26.062 INFO E| Compiling signal-hook-registry v1.4.8
101892026-05-08T16:45:27.608Z[ host-image] May 08 16:45:26.267 INFO E| Compiling syn v2.0.117
101902026-05-08T16:45:27.653Z[ host-image] May 08 16:45:26.312 INFO E| Compiling sigchld v0.2.4
101912026-05-08T16:45:27.742Z[ host-image] May 08 16:45:26.401 INFO E| Compiling shared_child v1.1.1
101922026-05-08T16:45:27.847Z[ host-image] May 08 16:45:26.506 INFO E| Compiling duct v1.1.1
101932026-05-08T16:45:29.511Z[ host-image] May 08 16:45:28.170 INFO E| Compiling clap_derive v4.6.1
101942026-05-08T16:45:30.661Z[ host-image] May 08 16:45:29.319 INFO E| Compiling clap v4.6.1
101952026-05-08T16:45:30.712Z[ host-image] May 08 16:45:29.372 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
101962026-05-08T16:45:31.472Z[ host-image] May 08 16:45:30.131 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
101972026-05-08T16:45:31.479Z[ host-image] May 08 16:45:30.139 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
101982026-05-08T16:45:31.674Z[ host-image] May 08 16:45:30.333 INFO E| Downloading crates ...
101992026-05-08T16:45:31.725Z[ host-image] May 08 16:45:30.384 INFO E| Downloaded bit_field v0.10.3
102002026-05-08T16:45:31.728Z[ host-image] May 08 16:45:30.386 INFO E| Downloaded cpio_reader v0.1.2
102012026-05-08T16:45:31.735Z[ host-image] May 08 16:45:30.395 INFO E| Downloaded bitflags v2.11.1
102022026-05-08T16:45:31.741Z[ host-image] May 08 16:45:30.401 INFO E| Downloaded bitstruct_derive v0.1.0
102032026-05-08T16:45:31.745Z[ host-image] May 08 16:45:30.405 INFO E| Downloaded bitstruct v0.1.1
102042026-05-08T16:45:31.748Z[ host-image] May 08 16:45:30.407 INFO E| Downloaded miniz_oxide v0.9.1
102052026-05-08T16:45:31.761Z[ host-image] May 08 16:45:30.420 INFO E| Downloaded raw-cpuid v10.7.0
102062026-05-08T16:45:31.926Z[ host-image] May 08 16:45:30.585 INFO E| Downloaded x86 v0.52.0
102072026-05-08T16:45:31.956Z[ host-image] May 08 16:45:30.616 INFO E| Updating crates.io index
102082026-05-08T16:45:32.003Z[ host-image] May 08 16:45:30.663 INFO E| Downloading crates ...
102092026-05-08T16:45:32.043Z[ host-image] May 08 16:45:30.703 INFO E| Downloaded rustc-literal-escaper v0.0.7
102102026-05-08T16:45:32.079Z[ host-image] May 08 16:45:30.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)
102112026-05-08T16:45:32.082Z[ host-image] May 08 16:45:30.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)
102122026-05-08T16:45:32.082Z[ host-image] May 08 16:45:30.738 INFO E| Compiling proc-macro2 v1.0.106
102132026-05-08T16:45:32.082Z[ host-image] May 08 16:45:30.738 INFO E| Compiling unicode-ident v1.0.24
102142026-05-08T16:45:32.082Z[ host-image] May 08 16:45:30.738 INFO E| Compiling quote v1.0.45
102152026-05-08T16:45:32.082Z[ host-image] May 08 16:45:30.738 INFO E| Compiling syn v1.0.109
102162026-05-08T16:45:32.082Z[ host-image] May 08 16:45:30.738 INFO E| Compiling x86 v0.52.0
102172026-05-08T16:45:32.082Z[ host-image] May 08 16:45:30.738 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102182026-05-08T16:45:32.082Z[ host-image] May 08 16:45:30.738 INFO E| Compiling seq-macro v0.3.6
102192026-05-08T16:45:32.982Z[ host-image] May 08 16:45:31.641 INFO E| Compiling syn v2.0.117
102202026-05-08T16:45:34.256Z[ host-image] May 08 16:45:32.915 INFO E| Compiling scroll_derive v0.13.1
102212026-05-08T16:45:35.286Z[ host-image] May 08 16:45:33.945 INFO E| Compiling bitstruct_derive v0.1.0
102222026-05-08T16:45:35.882Z[ recovery-image] May 08 16:45:34.541 INFO O| ok, image written!
102232026-05-08T16:45:35.883Z[ recovery-image] May 08 16:45:34.541 INFO O| ok, boot_image_csum file written!
102242026-05-08T16:45:35.886Z[ recovery-image] May 08 16:45:34.544 INFO creating boot archive (CPIO)...
102252026-05-08T16:45:35.886Z[ recovery-image] May 08 16:45:34.544 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/sled/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
102262026-05-08T16:45:35.890Z[ recovery-image] May 08 16:45:34.548 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
102272026-05-08T16:45:35.890Z[ recovery-image] May 08 16:45:34.548 INFO E| + outfile=/work/os-recovery/cpio
102282026-05-08T16:45:35.890Z[ recovery-image] May 08 16:45:34.548 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
102292026-05-08T16:45:35.893Z[ recovery-image] May 08 16:45:34.550 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
102302026-05-08T16:45:35.893Z[ recovery-image] May 08 16:45:34.550 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
102312026-05-08T16:45:35.915Z[ recovery-image] May 08 16:45:34.575 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
102322026-05-08T16:45:35.919Z[ recovery-image] May 08 16:45:34.575 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
102332026-05-08T16:45:35.922Z[ recovery-image] May 08 16:45:34.580 INFO creating compressed cpio/unix for dev loaders...
102342026-05-08T16:45:35.922Z[ recovery-image] May 08 16:45:34.580 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
102352026-05-08T16:45:36.137Z[ recovery-image] May 08 16:45:34.796 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
102362026-05-08T16:45:39.346Z[ recovery-image] May 08 16:45:38.005 INFO creating reset image...
102372026-05-08T16:45:39.346Z[ recovery-image] May 08 16:45:38.005 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
102382026-05-08T16:45:39.377Z[ recovery-image] May 08 16:45:38.036 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')"
102392026-05-08T16:45:39.377Z[ recovery-image] May 08 16:45:38.036 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")
102402026-05-08T16:45:39.439Z[ recovery-image] May 08 16:45:38.098 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
102412026-05-08T16:45:39.442Z[ recovery-image] May 08 16:45:38.099 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102422026-05-08T16:45:39.722Z[ recovery-image] May 08 16:45:38.381 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)
102432026-05-08T16:45:39.722Z[ recovery-image] May 08 16:45:38.381 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)
102442026-05-08T16:45:39.722Z[ recovery-image] May 08 16:45:38.381 INFO E| Compiling proc-macro2 v1.0.106
102452026-05-08T16:45:39.725Z[ recovery-image] May 08 16:45:38.381 INFO E| Compiling unicode-ident v1.0.24
102462026-05-08T16:45:39.726Z[ recovery-image] May 08 16:45:38.381 INFO E| Compiling quote v1.0.45
102472026-05-08T16:45:39.726Z[ recovery-image] May 08 16:45:38.382 INFO E| Compiling syn v1.0.109
102482026-05-08T16:45:39.726Z[ recovery-image] May 08 16:45:38.382 INFO E| Compiling x86 v0.52.0
102492026-05-08T16:45:39.732Z[ recovery-image] May 08 16:45:38.391 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102502026-05-08T16:45:39.734Z[ recovery-image] May 08 16:45:38.391 INFO E| Compiling seq-macro v0.3.6
102512026-05-08T16:45:40.633Z[ recovery-image] May 08 16:45:39.292 INFO E| Compiling syn v2.0.117
102522026-05-08T16:45:41.936Z[ recovery-image] May 08 16:45:40.595 INFO E| Compiling scroll_derive v0.13.1
102532026-05-08T16:45:42.884Z[ recovery-image] May 08 16:45:41.542 INFO E| Compiling bitstruct_derive v0.1.0
102542026-05-08T16:45:43.917Z[ host-image] May 08 16:45:42.576 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)
102552026-05-08T16:45:45.908Z[ host-image] May 08 16:45:44.567 INFO E| Compiling bitflags v1.3.2
102562026-05-08T16:45:45.908Z[ host-image] May 08 16:45:44.567 INFO E| Compiling log v0.4.29
102572026-05-08T16:45:45.911Z[ host-image] May 08 16:45:44.567 INFO E| Compiling plain v0.2.3
102582026-05-08T16:45:45.911Z[ host-image] May 08 16:45:44.567 INFO E| Compiling adler2 v2.0.1
102592026-05-08T16:45:45.911Z[ host-image] May 08 16:45:44.567 INFO E| Compiling scroll v0.13.0
102602026-05-08T16:45:45.911Z[ host-image] May 08 16:45:44.567 INFO E| Compiling bitflags v2.11.1
102612026-05-08T16:45:45.911Z[ host-image] May 08 16:45:44.567 INFO E| Compiling bit_field v0.10.3
102622026-05-08T16:45:45.911Z[ host-image] May 08 16:45:44.567 INFO E| Compiling bitstruct v0.1.1
102632026-05-08T16:45:45.911Z[ host-image] May 08 16:45:44.567 INFO E| Compiling static_assertions v1.1.0
102642026-05-08T16:45:45.974Z[ host-image] May 08 16:45:44.634 INFO E| Compiling raw-cpuid v10.7.0
102652026-05-08T16:45:46.010Z[ host-image] May 08 16:45:44.669 INFO E| Compiling miniz_oxide v0.9.1
102662026-05-08T16:45:46.053Z[ host-image] May 08 16:45:44.712 INFO E| Compiling cpio_reader v0.1.2
102672026-05-08T16:45:46.117Z[ host-image] May 08 16:45:44.776 INFO E| Compiling goblin v0.10.5
102682026-05-08T16:45:48.847Z[ host-image] May 08 16:45:47.506 INFO E| Finished `release` profile [optimized] target(s) in 17.35s
102692026-05-08T16:45:48.867Z[ host-image] May 08 16:45:47.527 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
102702026-05-08T16:45:48.899Z[ host-image] May 08 16:45:47.558 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')"
102712026-05-08T16:45:48.899Z[ host-image] May 08 16:45:47.558 INFO building ROM for cosmo
102722026-05-08T16:45:48.899Z[ host-image] May 08 16:45:47.558 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")
102732026-05-08T16:45:48.977Z[ host-image] May 08 16:45:47.636 INFO E| Downloading crates ...
102742026-05-08T16:45:49.045Z[ host-image] May 08 16:45:47.704 INFO E| Downloaded anstream v0.6.18
102752026-05-08T16:45:49.048Z[ host-image] May 08 16:45:47.706 INFO E| Downloaded shared_child v1.0.1
102762026-05-08T16:45:49.048Z[ host-image] May 08 16:45:47.707 INFO E| Downloaded is_terminal_polyfill v1.70.1
102772026-05-08T16:45:49.052Z[ host-image] May 08 16:45:47.709 INFO E| Downloaded os_pipe v1.2.1
102782026-05-08T16:45:49.055Z[ host-image] May 08 16:45:47.712 INFO E| Downloaded anstyle v1.0.10
102792026-05-08T16:45:49.058Z[ host-image] May 08 16:45:47.717 INFO E| Downloaded serde_spanned v0.6.8
102802026-05-08T16:45:49.061Z[ host-image] May 08 16:45:47.721 INFO E| Downloaded colorchoice v1.0.3
102812026-05-08T16:45:49.064Z[ host-image] May 08 16:45:47.721 INFO E| Downloaded anstyle-query v1.1.2
102822026-05-08T16:45:49.064Z[ host-image] May 08 16:45:47.723 INFO E| Downloaded toml_datetime v0.6.9
102832026-05-08T16:45:49.064Z[ host-image] May 08 16:45:47.724 INFO E| Downloaded toml_write v0.1.1
102842026-05-08T16:45:49.071Z[ host-image] May 08 16:45:47.730 INFO E| Downloaded anstyle-parse v0.2.6
102852026-05-08T16:45:49.074Z[ host-image] May 08 16:45:47.731 INFO E| Downloaded duct v0.13.7
102862026-05-08T16:45:49.077Z[ host-image] May 08 16:45:47.734 INFO E| Downloaded clap_derive v4.5.32
102872026-05-08T16:45:49.080Z[ host-image] May 08 16:45:47.737 INFO E| Downloaded clap v4.5.37
102882026-05-08T16:45:49.092Z[ host-image] May 08 16:45:47.752 INFO E| Downloaded toml_edit v0.22.26
102892026-05-08T16:45:49.111Z[ host-image] May 08 16:45:47.771 INFO E| Downloaded toml v0.8.22
102902026-05-08T16:45:49.131Z[ host-image] May 08 16:45:47.790 INFO E| Downloaded cc v1.2.20
102912026-05-08T16:45:49.134Z[ host-image] May 08 16:45:47.792 INFO E| Downloaded winnow v0.7.7
102922026-05-08T16:45:49.137Z[ host-image] May 08 16:45:47.797 INFO E| Downloaded clap_builder v4.5.37
102932026-05-08T16:45:49.151Z[ host-image] May 08 16:45:47.811 INFO E| Compiling libc v0.2.172
102942026-05-08T16:45:49.155Z[ host-image] May 08 16:45:47.811 INFO E| Compiling utf8parse v0.2.2
102952026-05-08T16:45:49.155Z[ host-image] May 08 16:45:47.811 INFO E| Compiling once_cell v1.21.3
102962026-05-08T16:45:49.155Z[ host-image] May 08 16:45:47.811 INFO E| Compiling anstyle v1.0.10
102972026-05-08T16:45:49.155Z[ host-image] May 08 16:45:47.811 INFO E| Compiling equivalent v1.0.2
102982026-05-08T16:45:49.155Z[ host-image] May 08 16:45:47.811 INFO E| Compiling anstyle-query v1.1.2
102992026-05-08T16:45:49.155Z[ host-image] May 08 16:45:47.811 INFO E| Compiling hashbrown v0.15.2
103002026-05-08T16:45:49.155Z[ host-image] May 08 16:45:47.811 INFO E| Compiling is_terminal_polyfill v1.70.1
103012026-05-08T16:45:49.155Z[ host-image] May 08 16:45:47.811 INFO E| Compiling colorchoice v1.0.3
103022026-05-08T16:45:49.155Z[ host-image] May 08 16:45:47.811 INFO E| Compiling shlex v1.3.0
103032026-05-08T16:45:49.155Z[ host-image] May 08 16:45:47.811 INFO E| Compiling winnow v0.7.7
103042026-05-08T16:45:49.155Z[ host-image] May 08 16:45:47.812 INFO E| Compiling clap_lex v0.7.4
103052026-05-08T16:45:49.184Z[ host-image] May 08 16:45:47.843 INFO E| Compiling strsim v0.11.1
103062026-05-08T16:45:49.187Z[ host-image] May 08 16:45:47.843 INFO E| Compiling anyhow v1.0.98
103072026-05-08T16:45:49.195Z[ host-image] May 08 16:45:47.854 INFO E| Compiling toml_write v0.1.1
103082026-05-08T16:45:49.198Z[ host-image] May 08 16:45:47.857 INFO E| Compiling syn v2.0.101
103092026-05-08T16:45:49.288Z[ host-image] May 08 16:45:47.947 INFO E| Compiling anstyle-parse v0.2.6
103102026-05-08T16:45:49.325Z[ host-image] May 08 16:45:47.984 INFO E| Compiling cc v1.2.20
103112026-05-08T16:45:49.429Z[ host-image] May 08 16:45:48.088 INFO E| Compiling anstream v0.6.18
103122026-05-08T16:45:49.625Z[ host-image] May 08 16:45:48.284 INFO E| Compiling clap_builder v4.5.37
103132026-05-08T16:45:49.677Z[ host-image] May 08 16:45:48.337 INFO E| Compiling indexmap v2.9.0
103142026-05-08T16:45:49.829Z[ host-image] May 08 16:45:48.489 INFO E| Compiling shared_child v1.0.1
103152026-05-08T16:45:49.829Z[ host-image] May 08 16:45:48.489 INFO E| Compiling os_pipe v1.2.1
103162026-05-08T16:45:49.942Z[ host-image] May 08 16:45:48.601 INFO E| Compiling duct v0.13.7
103172026-05-08T16:45:50.367Z[ host-image] May 08 16:45:49.026 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
103182026-05-08T16:45:51.372Z[ host-image] May 08 16:45:50.031 INFO E| Compiling serde_derive v1.0.219
103192026-05-08T16:45:51.372Z[ host-image] May 08 16:45:50.031 INFO E| Compiling clap_derive v4.5.32
103202026-05-08T16:45:51.682Z[ recovery-image] May 08 16:45:50.341 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)
103212026-05-08T16:45:52.633Z[ host-image] May 08 16:45:51.292 INFO E| Compiling clap v4.5.37
103222026-05-08T16:45:53.245Z[ host-image] May 08 16:45:51.902 INFO E| Compiling serde v1.0.219
103232026-05-08T16:45:53.790Z[ recovery-image] May 08 16:45:52.449 INFO E| Compiling bitflags v1.3.2
103242026-05-08T16:45:53.791Z[ recovery-image] May 08 16:45:52.449 INFO E| Compiling log v0.4.29
103252026-05-08T16:45:53.795Z[ recovery-image] May 08 16:45:52.449 INFO E| Compiling scroll v0.13.0
103262026-05-08T16:45:53.795Z[ recovery-image] May 08 16:45:52.449 INFO E| Compiling plain v0.2.3
103272026-05-08T16:45:53.795Z[ recovery-image] May 08 16:45:52.449 INFO E| Compiling bitflags v2.11.1
103282026-05-08T16:45:53.795Z[ recovery-image] May 08 16:45:52.449 INFO E| Compiling adler2 v2.0.1
103292026-05-08T16:45:53.795Z[ recovery-image] May 08 16:45:52.449 INFO E| Compiling bit_field v0.10.3
103302026-05-08T16:45:53.795Z[ recovery-image] May 08 16:45:52.449 INFO E| Compiling bitstruct v0.1.1
103312026-05-08T16:45:53.795Z[ recovery-image] May 08 16:45:52.450 INFO E| Compiling static_assertions v1.1.0
103322026-05-08T16:45:53.859Z[ recovery-image] May 08 16:45:52.518 INFO E| Compiling raw-cpuid v10.7.0
103332026-05-08T16:45:53.883Z[ recovery-image] May 08 16:45:52.541 INFO E| Compiling miniz_oxide v0.9.1
103342026-05-08T16:45:53.950Z[ recovery-image] May 08 16:45:52.609 INFO E| Compiling cpio_reader v0.1.2
103352026-05-08T16:45:54.020Z[ recovery-image] May 08 16:45:52.679 INFO E| Compiling goblin v0.10.5
103362026-05-08T16:45:55.017Z[ host-image] May 08 16:45:53.676 INFO E| Compiling serde_spanned v0.6.8
103372026-05-08T16:45:55.017Z[ host-image] May 08 16:45:53.676 INFO E| Compiling toml_datetime v0.6.9
103382026-05-08T16:45:55.159Z[ host-image] May 08 16:45:53.818 INFO E| Compiling toml_edit v0.22.26
103392026-05-08T16:45:56.342Z[ host-image] May 08 16:45:55.001 INFO E| Compiling toml v0.8.22
103402026-05-08T16:45:56.677Z[ recovery-image] May 08 16:45:55.336 INFO E| Finished `release` profile [optimized] target(s) in 17.22s
103412026-05-08T16:45:56.694Z[ recovery-image] May 08 16:45:55.353 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103422026-05-08T16:45:56.730Z[ recovery-image] May 08 16:45:55.389 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')"
103432026-05-08T16:45:56.730Z[ recovery-image] May 08 16:45:55.389 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
103442026-05-08T16:45:56.733Z[ recovery-image] May 08 16:45:55.389 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
103452026-05-08T16:45:56.733Z[ recovery-image] May 08 16:45:55.389 INFO building ROM for cosmo
103462026-05-08T16:45:56.733Z[ recovery-image] May 08 16:45:55.389 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")
103472026-05-08T16:45:56.816Z[ recovery-image] May 08 16:45:55.476 INFO E| Blocking waiting for file lock on artifact directory
103482026-05-08T16:45:58.239Z[ host-image] May 08 16:45:56.898 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s
103492026-05-08T16:45:58.246Z[ recovery-image] May 08 16:45:56.906 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
103502026-05-08T16:45:58.249Z[ recovery-image] May 08 16:45:56.909 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`
103512026-05-08T16:45:58.252Z[ host-image] May 08 16:45:56.909 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`
103522026-05-08T16:45:58.266Z[ recovery-image] May 08 16:45:56.926 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
103532026-05-08T16:45:58.269Z[ host-image] May 08 16:45:56.928 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
103542026-05-08T16:45:58.289Z[ host-image] May 08 16:45:56.949 INFO E| Blocking waiting for file lock on package cache
103552026-05-08T16:45:58.308Z[ recovery-image] May 08 16:45:56.968 INFO E| Blocking waiting for file lock on package cache
103562026-05-08T16:45:58.332Z[ recovery-image] May 08 16:45:56.991 INFO E| Blocking waiting for file lock on package cache
103572026-05-08T16:45:58.334Z[ host-image] May 08 16:45:56.993 INFO E| Blocking waiting for file lock on package cache
103582026-05-08T16:45:58.349Z[ recovery-image] May 08 16:45:57.008 INFO E| Blocking waiting for file lock on package cache
103592026-05-08T16:45:58.363Z[ host-image] May 08 16:45:57.022 INFO E| Blocking waiting for file lock on artifact directory
103602026-05-08T16:45:58.375Z[ recovery-image] May 08 16:45:57.034 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
103612026-05-08T16:45:58.381Z[ recovery-image] May 08 16:45:57.040 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`
103622026-05-08T16:45:58.385Z[ host-image] May 08 16:45:57.044 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
103632026-05-08T16:45:58.388Z[ host-image] May 08 16:45:57.048 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`
103642026-05-08T16:45:58.605Z[ recovery-image] May 08 16:45:57.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
103652026-05-08T16:45:58.605Z[ recovery-image] May 08 16:45:57.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
103662026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
103672026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
103682026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
103692026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
103702026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
103712026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
103722026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
103732026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
103742026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
103752026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
103762026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
103772026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
103782026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
103792026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
103802026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
103812026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
103822026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
103832026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
103842026-05-08T16:45:58.609Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
103852026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
103862026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
103872026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
103882026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
103892026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
103902026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
103912026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
103922026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
103932026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
103942026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
103952026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
103962026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
103972026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
103982026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
103992026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
104002026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
104012026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
104022026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
104032026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
104042026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
104052026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
104062026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
104072026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
104082026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
104092026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104102026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
104112026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
104122026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
104132026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
104142026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
104152026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
104162026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
104172026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.266 INFO O| Info: ABL version: 0x100af010
104182026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.266 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
104192026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.266 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
104202026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
104212026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104222026-05-08T16:45:58.610Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104232026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104242026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104252026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104262026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104272026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
104282026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
104292026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
104302026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
104312026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
104322026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
104332026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
104342026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
104352026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
104362026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
104372026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
104382026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
104392026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
104402026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
104412026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
104422026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
104432026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
104442026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
104452026-05-08T16:45:58.611Z[ host-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
104462026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
104472026-05-08T16:45:58.611Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
104482026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
104492026-05-08T16:45:58.611Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
104502026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
104512026-05-08T16:45:58.611Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
104522026-05-08T16:45:58.611Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
104532026-05-08T16:45:58.615Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104542026-05-08T16:45:58.615Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104552026-05-08T16:45:58.615Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
104562026-05-08T16:45:58.615Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104572026-05-08T16:45:58.615Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
104582026-05-08T16:45:58.615Z[ recovery-image] May 08 16:45:57.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
104592026-05-08T16:45:58.615Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
104602026-05-08T16:45:58.615Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
104612026-05-08T16:45:58.615Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
104622026-05-08T16:45:58.615Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104632026-05-08T16:45:58.615Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104642026-05-08T16:45:58.615Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104652026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104662026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104672026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
104682026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104692026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
104702026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
104712026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104722026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104732026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
104742026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104752026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
104762026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
104772026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
104782026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104792026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
104802026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104812026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
104822026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
104832026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
104842026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104852026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
104862026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
104872026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
104882026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
104892026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
104902026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
104912026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
104922026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
104932026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
104942026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
104952026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
104962026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104972026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
104982026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
104992026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
105002026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
105012026-05-08T16:45:58.616Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
105022026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
105032026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
105042026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.269 INFO O| Info: ABL version: 0x100af010
105052026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.269 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
105062026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.269 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
105072026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
105082026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105092026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105102026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105112026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105122026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105132026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105142026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105152026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105162026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105172026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105182026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105192026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105202026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105212026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105222026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105232026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105242026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105252026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105262026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105272026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
105282026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
105292026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
105302026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
105312026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
105322026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
105332026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
105342026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
105352026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
105362026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
105372026-05-08T16:45:58.617Z[ host-image] May 08 16:45:57.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
105382026-05-08T16:45:58.654Z[ recovery-image] May 08 16:45:57.313 INFO building ROM for gimlet
105392026-05-08T16:45:58.657Z[ recovery-image] May 08 16:45:57.313 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")
105402026-05-08T16:45:58.657Z[ host-image] May 08 16:45:57.316 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105412026-05-08T16:45:58.657Z[ host-image] May 08 16:45:57.316 INFO building ROM for gimlet
105422026-05-08T16:45:58.657Z[ host-image] May 08 16:45:57.316 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")
105432026-05-08T16:45:58.705Z[ host-image] May 08 16:45:57.364 INFO E| Blocking waiting for file lock on package cache
105442026-05-08T16:45:58.727Z[ recovery-image] May 08 16:45:57.387 INFO E| Blocking waiting for file lock on package cache
105452026-05-08T16:45:58.749Z[ host-image] May 08 16:45:57.409 INFO E| Blocking waiting for file lock on package cache
105462026-05-08T16:45:58.758Z[ recovery-image] May 08 16:45:57.418 INFO E| Blocking waiting for file lock on package cache
105472026-05-08T16:45:58.766Z[ recovery-image] May 08 16:45:57.425 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
105482026-05-08T16:45:58.769Z[ recovery-image] May 08 16:45:57.429 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`
105492026-05-08T16:45:58.772Z[ host-image] May 08 16:45:57.431 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
105502026-05-08T16:45:58.775Z[ host-image] May 08 16:45:57.434 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`
105512026-05-08T16:45:58.782Z[ recovery-image] May 08 16:45:57.441 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105522026-05-08T16:45:58.785Z[ host-image] May 08 16:45:57.444 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105532026-05-08T16:45:58.804Z[ host-image] May 08 16:45:57.463 INFO E| Blocking waiting for file lock on package cache
105542026-05-08T16:45:58.826Z[ recovery-image] May 08 16:45:57.485 INFO E| Blocking waiting for file lock on package cache
105552026-05-08T16:45:58.848Z[ host-image] May 08 16:45:57.508 INFO E| Blocking waiting for file lock on package cache
105562026-05-08T16:45:58.851Z[ recovery-image] May 08 16:45:57.508 INFO E| Blocking waiting for file lock on package cache
105572026-05-08T16:45:58.851Z[ host-image] May 08 16:45:57.509 INFO E| Blocking waiting for file lock on package cache
105582026-05-08T16:45:58.861Z[ recovery-image] May 08 16:45:57.521 INFO E| Blocking waiting for file lock on package cache
105592026-05-08T16:45:58.873Z[ host-image] May 08 16:45:57.532 INFO E| Blocking waiting for file lock on artifact directory
105602026-05-08T16:45:58.881Z[ recovery-image] May 08 16:45:57.540 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
105612026-05-08T16:45:58.884Z[ recovery-image] May 08 16:45:57.544 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`
105622026-05-08T16:45:58.890Z[ host-image] May 08 16:45:57.549 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
105632026-05-08T16:45:58.895Z[ host-image] May 08 16:45:57.555 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`
105642026-05-08T16:45:59.017Z[ recovery-image] May 08 16:45:57.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105652026-05-08T16:45:59.017Z[ recovery-image] May 08 16:45:57.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105662026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105672026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105682026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105692026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105702026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105712026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105722026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105732026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105742026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105752026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105762026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105772026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105782026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105792026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO O| Info: ABL version: 0x100f5010
105802026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105812026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105822026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105832026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105842026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105852026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105862026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105872026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105882026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105892026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105902026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105912026-05-08T16:45:59.021Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105922026-05-08T16:45:59.022Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105932026-05-08T16:45:59.022Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105942026-05-08T16:45:59.022Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105952026-05-08T16:45:59.022Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105962026-05-08T16:45:59.022Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105972026-05-08T16:45:59.022Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105982026-05-08T16:45:59.022Z[ recovery-image] May 08 16:45:57.677 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105992026-05-08T16:45:59.034Z[ host-image] May 08 16:45:57.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106002026-05-08T16:45:59.034Z[ host-image] May 08 16:45:57.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106012026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106022026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106032026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106042026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106052026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106062026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106072026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106082026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106092026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106102026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106112026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106122026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106132026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106142026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO O| Info: ABL version: 0x100f5010
106152026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106162026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106172026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106182026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106192026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106202026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106212026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106222026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106232026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106242026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106252026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106262026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106272026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106282026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106292026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106302026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106312026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106322026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106332026-05-08T16:45:59.037Z[ host-image] May 08 16:45:57.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106342026-05-08T16:45:59.058Z[ recovery-image] May 08 16:45:57.717 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106352026-05-08T16:45:59.072Z[ host-image] May 08 16:45:57.732 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106362026-05-08T16:45:59.072Z[ host-image] May 08 16:45:57.732 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106372026-05-08T16:46:00.282Z[ recovery-image] May 08 16:45:58.941 INFO image complete! materials are in "/work/os-recovery"
106382026-05-08T16:46:00.285Z[ host-image] May 08 16:45:58.943 INFO image complete! materials are in "/work/os-host"
106392026-05-08T16:46:00.285Z[ recovery-image]
106402026-05-08T16:46:00.285Z[ recovery-image] real 5:01.824867032
106412026-05-08T16:46:00.285Z[ recovery-image] user 1:50.736481950
106422026-05-08T16:46:00.285Z[ recovery-image] sys 26.276003088
106432026-05-08T16:46:00.285Z[ recovery-image] trap 0.066474541
106442026-05-08T16:46:00.285Z[ recovery-image] tflt 0.240572297
106452026-05-08T16:46:00.285Z[ recovery-image] dflt 0.289744703
106462026-05-08T16:46:00.285Z[ recovery-image] kflt 0.000044610
106472026-05-08T16:46:00.285Z[ recovery-image] lock 5:58.503227859
106482026-05-08T16:46:00.285Z[ recovery-image] slp 31:27.377530625
106492026-05-08T16:46:00.285Z[ recovery-image] lat 43.684612239
106502026-05-08T16:46:00.285Z[ recovery-image] stop 1.965433351
106512026-05-08T16:46:00.288ZMay 08 16:45:58.944 INFO [recovery-image] process exited with exit status: 0 (301.829498467s)
106522026-05-08T16:46:00.288Z[ host-image]
106532026-05-08T16:46:00.288Z[ host-image] real 5:29.424592924
106542026-05-08T16:46:00.288Z[ host-image] user 3:15.891236768
106552026-05-08T16:46:00.288Z[ host-image] sys 44.467341761
106562026-05-08T16:46:00.288Z[ host-image] trap 0.120739388
106572026-05-08T16:46:00.288Z[ host-image] tflt 0.494659285
106582026-05-08T16:46:00.288Z[ host-image] dflt 0.873052929
106592026-05-08T16:46:00.288Z[ host-image] kflt 0.000101940
106602026-05-08T16:46:00.288Z[ host-image] lock 19:25.114570234
106612026-05-08T16:46:00.289Z[ host-image] slp 30:43.838081879
106622026-05-08T16:46:00.289Z[ host-image] lat 1:00.186314001
106632026-05-08T16:46:00.289Z[ host-image] stop 6.336015635
106642026-05-08T16:46:00.289ZMay 08 16:45:58.947 INFO [host-image] process exited with exit status: 0 (329.43010128s)
106652026-05-08T16:46:00.289ZMay 08 16:45:58.947 INFO [tuf-repo] running task
106662026-05-08T16:46:19.623ZMay 08 16:46:18.282 INFO assembling repository in `/tmp/tufaceous5EmFRC`, component: OmicronRepoAssembler
106672026-05-08T16:46:24.357ZMay 08 16:46:23.016 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
106682026-05-08T16:46:24.571ZMay 08 16:46:23.231 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
106692026-05-08T16:46:32.968ZMay 08 16:46:31.627 INFO extracting uploaded archive to /tmp/.tmpXY4err
106702026-05-08T16:46:34.658ZMay 08 16:46:33.317 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.0C5HF9
106712026-05-08T16:46:34.782ZMay 08 16:46:33.441 INFO added artifact, length: 6681025, hash: 507f1a735b9415991df3bfb420eda19e9455dc702be3ae3eb6ca9e7a75cfa773, version: 1.0.67, kind: gimlet_sp, name: cosmo-a
106722026-05-08T16:46:34.906ZMay 08 16:46:33.565 INFO added artifact, length: 6682169, hash: 39114a9d24f509bedd076bbb3f5296f9986ac359b3df902f05e2a3f05e5f9733, version: 1.0.67, kind: gimlet_sp, name: cosmo-b
106732026-05-08T16:46:35.109ZMay 08 16:46:33.769 INFO added artifact, length: 5505128, hash: c9aba93ce5fc19767c084e23d725c13a0f39c70a41fc8715253c7e9418784d4b, version: 1.0.67, kind: gimlet_sp, name: gimlet-b
106742026-05-08T16:46:35.174ZMay 08 16:46:33.833 INFO added artifact, length: 5507388, hash: b4e19a43cee00d0af098c6e222d4f488fda6330fcb38af3ddef7ae9f80634172, version: 1.0.67, kind: gimlet_sp, name: gimlet-c
106752026-05-08T16:46:35.241ZMay 08 16:46:33.900 INFO added artifact, length: 5508118, hash: 36aada9452464887cae88b9b812e2264985f9a42e185c09ea33c04954010877c, version: 1.0.67, kind: gimlet_sp, name: gimlet-d
106762026-05-08T16:46:35.315ZMay 08 16:46:33.974 INFO added artifact, length: 5507840, hash: d0f30f19c49d9eb757bc595be110af3b13777a477e514f91d0196d070520ea71, version: 1.0.67, kind: gimlet_sp, name: gimlet-e
106772026-05-08T16:46:35.379ZMay 08 16:46:34.038 INFO added artifact, length: 5507881, hash: 2b28fe078969f29dcfbe28da86dbff83245ed97852777150937fe67e97cd2378, version: 1.0.67, kind: gimlet_sp, name: gimlet-f
106782026-05-08T16:46:35.526ZMay 08 16:46:34.185 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
106792026-05-08T16:46:35.526ZMay 08 16:46:34.185 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
106802026-05-08T16:46:35.611ZMay 08 16:46:34.270 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
106812026-05-08T16:46:35.611ZMay 08 16:46:34.270 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
106822026-05-08T16:46:35.674ZMay 08 16:46:34.334 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
106832026-05-08T16:46:35.674ZMay 08 16:46:34.334 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
106842026-05-08T16:46:36.383ZMay 08 16:46:35.042 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
106852026-05-08T16:46:36.383ZMay 08 16:46:35.042 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
106862026-05-08T16:46:36.468ZMay 08 16:46:35.127 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
106872026-05-08T16:46:36.468ZMay 08 16:46:35.127 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
106882026-05-08T16:46:36.517ZMay 08 16:46:35.176 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
106892026-05-08T16:46:36.517ZMay 08 16:46:35.176 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
106902026-05-08T16:46:36.562ZMay 08 16:46:35.222 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
106912026-05-08T16:46:36.563ZMay 08 16:46:35.222 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
106922026-05-08T16:46:36.566ZMay 08 16:46:35.223 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
106932026-05-08T16:46:36.566ZMay 08 16:46:35.223 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
106942026-05-08T16:46:36.566ZMay 08 16:46:35.224 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
106952026-05-08T16:46:36.566ZMay 08 16:46:35.224 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
106962026-05-08T16:46:36.566ZMay 08 16:46:35.225 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
106972026-05-08T16:46:40.966ZMay 08 16:46:39.625 INFO added artifact, length: 33554432, hash: bd3709c3f05145f5981554bab2bba516ea8d21ad696125d3a9509bb0688f5a0b, version: 20.0.0-0.ci+gita6d973754c6, kind: gimlet_host_phase_1, name: host
106982026-05-08T16:46:40.966ZMay 08 16:46:39.625 INFO added artifact, length: 33554432, hash: b2ffd904b0b6701efd3a95d5079185a028e307fdafe92ff0489fd70f7da17f47, version: 20.0.0-0.ci+gita6d973754c6, kind: cosmo_host_phase_1, name: host
106992026-05-08T16:46:40.966ZMay 08 16:46:39.625 INFO added artifact, length: 1101008896, hash: fb0447d256e52a96fd484a8e13981852192577cd46139e2fc0efd651fd41c87d, version: 20.0.0-0.ci+gita6d973754c6, kind: host_phase_2, name: host
107002026-05-08T16:46:41.750ZMay 08 16:46:40.409 INFO added artifact, length: 33554432, hash: 859d731d684c57617f4da64bb399177e8e9c549e07978e56c46aca93e7855039, version: 20.0.0-0.ci+gita6d973754c6, kind: gimlet_trampoline_phase_1, name: trampoline
107012026-05-08T16:46:41.750ZMay 08 16:46:40.409 INFO added artifact, length: 33554432, hash: a4ffd7014f4515a53dd66ef6886e745fdb93522a6d02e15b0d52683ee17a856a, version: 20.0.0-0.ci+gita6d973754c6, kind: cosmo_trampoline_phase_1, name: trampoline
107022026-05-08T16:46:41.750ZMay 08 16:46:40.409 INFO added artifact, length: 166050493, hash: d492f7792a4427ac14ef739a8b7a435ad74e515f28ecc2d0c02bdaa12536bbc4, version: 20.0.0-0.ci+gita6d973754c6, kind: trampoline_phase_2, name: trampoline
107032026-05-08T16:46:43.344ZMay 08 16:46:42.003 INFO added artifact, length: 311555886, hash: 67f05eab453249eda47766801c59e6f1dc0cd0c36528f90a8e85cabbbbc8e01f, version: 20.0.0-0.ci+gita6d973754c6, kind: zone, name: clickhouse_keeper
107042026-05-08T16:46:45.169ZMay 08 16:46:43.825 INFO added artifact, length: 326541880, hash: 041fdc437cab3793640c60b055418a52c7cdd230d89bded5dc9fa4814a623f3b, version: 20.0.0-0.ci+gita6d973754c6, kind: zone, name: clickhouse_server
107052026-05-08T16:46:46.810ZMay 08 16:46:45.470 INFO added artifact, length: 326542236, hash: bbf1e3b5195685e0795b7e90f9da3abde8de3dce9aba9e223a5e95dc3a1eeb5c, version: 20.0.0-0.ci+gita6d973754c6, kind: zone, name: clickhouse
107062026-05-08T16:46:47.630ZMay 08 16:46:46.290 INFO added artifact, length: 168546989, hash: 20f84c5a69d81f6f2667265b23b96a536801162dfd620bd7c73cac318f9d24e1, version: 20.0.0-0.ci+gita6d973754c6, kind: zone, name: cockroachdb
107072026-05-08T16:46:47.845ZMay 08 16:46:46.504 INFO added artifact, length: 44724587, hash: b98b2e770e97216c3bfe7399ec0125adcd60595db66127608f9c9befd64824f0, version: 20.0.0-0.ci+gita6d973754c6, kind: zone, name: crucible-pantry-zone
107082026-05-08T16:46:48.131ZMay 08 16:46:46.790 INFO added artifact, length: 59201828, hash: 1b8f1669cd92e3ded1bcb7466ba153003191b690ac69589e3c629a11d1dabb05, version: 20.0.0-0.ci+gita6d973754c6, kind: zone, name: crucible-zone
107092026-05-08T16:46:48.396ZMay 08 16:46:47.054 INFO added artifact, length: 50435308, hash: 08b21732d2c2b0273140d6015eea03d14d602f5158e6aa42515511a21743dd19, version: 20.0.0-0.ci+gita6d973754c6, kind: zone, name: external-dns
107102026-05-08T16:46:48.645ZMay 08 16:46:47.304 INFO added artifact, length: 50434907, hash: 67684d8d783ee708b1c168de89c3d9ff892abb647e6d7c4a937fac0833718142, version: 20.0.0-0.ci+gita6d973754c6, kind: zone, name: internal-dns
107112026-05-08T16:46:49.903ZMay 08 16:46:48.562 INFO added artifact, length: 224681873, hash: fc58e0ff2a5ab3ede4ca35d51ce340f153dc69213aa7f52ca1690f9a7fb87934, version: 20.0.0-0.ci+gita6d973754c6, kind: zone, name: nexus
107122026-05-08T16:46:50.065ZMay 08 16:46:48.724 INFO added artifact, length: 32373420, hash: 2ff38e6d49ace5cbdfe37ca9fa409e9f11ac454491291c533d7993c84ae2c234, version: 20.0.0-0.ci+gita6d973754c6, kind: zone, name: ntp
107132026-05-08T16:46:50.455ZMay 08 16:46:49.114 INFO added artifact, length: 66879182, hash: 4a31d329ec2b3d35e59d2b18d57367966186dcf03b49d90a64200d20aa59292e, version: 20.0.0-0.ci+gita6d973754c6, kind: zone, name: oximeter
107142026-05-08T16:46:50.474ZMay 08 16:46:49.132 INFO added artifact, length: 3109592, hash: 2ed1d02cb107534dd5c93b75bba3a1783c45b33aebb7381e275351e85fa36f50, version: 20.0.0-0.ci+gita6d973754c6, kind: zone, name: probe
107152026-05-08T16:46:50.477ZMay 08 16:46:49.132 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107162026-05-08T16:46:50.477ZMay 08 16:46:49.133 INFO added artifact, length: 829, hash: 4f0867908a9cec01289c4e8f6d9b590dff33a183fdf37e5592ad146774472fdb, version: 1.0.67, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.67
107172026-05-08T16:46:50.477ZMay 08 16:46:49.133 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107182026-05-08T16:46:50.512ZMay 08 16:46:49.165 INFO added artifact, length: 4138115, hash: 7aba723634e1207644df6841843b35f8312d8023594c006f4f48c7bda121d152, version: 1.0.67, kind: psc_sp, name: psc-b
107192026-05-08T16:46:50.536ZMay 08 16:46:49.193 INFO added artifact, length: 4141808, hash: fc025c39b8f2900228a168a3fa29bb264d79b0de3b74c5cdd1126c5388150c17, version: 1.0.67, kind: psc_sp, name: psc-c
107202026-05-08T16:46:50.581ZMay 08 16:46:49.240 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107212026-05-08T16:46:50.581ZMay 08 16:46:49.240 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107222026-05-08T16:46:50.633ZMay 08 16:46:49.291 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107232026-05-08T16:46:50.636ZMay 08 16:46:49.291 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107242026-05-08T16:46:50.682ZMay 08 16:46:49.340 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107252026-05-08T16:46:50.685ZMay 08 16:46:49.340 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107262026-05-08T16:46:50.728ZMay 08 16:46:49.388 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107272026-05-08T16:46:50.728ZMay 08 16:46:49.388 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107282026-05-08T16:46:50.731ZMay 08 16:46:49.388 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107292026-05-08T16:46:50.731ZMay 08 16:46:49.389 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107302026-05-08T16:46:50.732ZMay 08 16:46:49.389 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107312026-05-08T16:46:50.777ZMay 08 16:46:49.437 INFO added artifact, length: 6959600, hash: 11fc30ac326d25dcdb40343e8e991aae1add089cbedd39ade879879ec1c1c393, version: 1.0.67, kind: switch_sp, name: sidecar-b
107322026-05-08T16:46:50.886ZMay 08 16:46:49.530 INFO added artifact, length: 6977107, hash: 6f8e9f4bed4983694047ec1554f717e59197cfb3d2abeee8897defdf8a367cd2, version: 1.0.67, kind: switch_sp, name: sidecar-c
107332026-05-08T16:46:50.965ZMay 08 16:46:49.624 INFO added artifact, length: 6977239, hash: 36cd4351b68f939124c0dadd69503800aa6118438193e17abb96f4251118707c, version: 1.0.67, kind: switch_sp, name: sidecar-d
107342026-05-08T16:46:51.062ZMay 08 16:46:49.720 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107352026-05-08T16:46:51.062ZMay 08 16:46:49.720 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107362026-05-08T16:46:51.110ZMay 08 16:46:49.769 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107372026-05-08T16:46:51.110ZMay 08 16:46:49.769 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107382026-05-08T16:46:51.158ZMay 08 16:46:49.818 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107392026-05-08T16:46:51.159ZMay 08 16:46:49.818 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107402026-05-08T16:46:51.206ZMay 08 16:46:49.865 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
107412026-05-08T16:46:51.210ZMay 08 16:46:49.865 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
107422026-05-08T16:46:51.210ZMay 08 16:46:49.865 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
107432026-05-08T16:46:51.210ZMay 08 16:46:49.866 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107442026-05-08T16:46:51.210ZMay 08 16:46:49.866 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
107452026-05-08T16:46:51.210ZMay 08 16:46:49.867 INFO added artifact, length: 924, hash: 851bf2c33bbd4132bb015829b954bc0f7019e2862b8aa24638a8261d72a805d9, version: 20.0.0-0.ci+gita6d973754c6, kind: installinator_document, name: installinator_document
107462026-05-08T16:46:51.575ZMay 08 16:46:50.234 INFO extracting uploaded archive to /tmp/.tmpsXZdao
107472026-05-08T16:46:53.240ZMay 08 16:46:51.899 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.iLVB4b
107482026-05-08T16:46:53.288ZMay 08 16:46:51.947 INFO added artifact, length: 6681025, hash: 507f1a735b9415991df3bfb420eda19e9455dc702be3ae3eb6ca9e7a75cfa773, version: 1.0.67, kind: gimlet_sp, name: cosmo-a
107492026-05-08T16:46:53.365ZMay 08 16:46:52.024 INFO added artifact, length: 6682169, hash: 39114a9d24f509bedd076bbb3f5296f9986ac359b3df902f05e2a3f05e5f9733, version: 1.0.67, kind: gimlet_sp, name: cosmo-b
107502026-05-08T16:46:53.434ZMay 08 16:46:52.093 INFO added artifact, length: 5505128, hash: c9aba93ce5fc19767c084e23d725c13a0f39c70a41fc8715253c7e9418784d4b, version: 1.0.67, kind: gimlet_sp, name: gimlet-b
107512026-05-08T16:46:53.511ZMay 08 16:46:52.169 INFO added artifact, length: 5507388, hash: b4e19a43cee00d0af098c6e222d4f488fda6330fcb38af3ddef7ae9f80634172, version: 1.0.67, kind: gimlet_sp, name: gimlet-c
107522026-05-08T16:46:53.596ZMay 08 16:46:52.255 INFO added artifact, length: 5508118, hash: 36aada9452464887cae88b9b812e2264985f9a42e185c09ea33c04954010877c, version: 1.0.67, kind: gimlet_sp, name: gimlet-d
107532026-05-08T16:46:53.681ZMay 08 16:46:52.339 INFO added artifact, length: 5507840, hash: d0f30f19c49d9eb757bc595be110af3b13777a477e514f91d0196d070520ea71, version: 1.0.67, kind: gimlet_sp, name: gimlet-e
107542026-05-08T16:46:53.758ZMay 08 16:46:52.418 INFO added artifact, length: 5507881, hash: 2b28fe078969f29dcfbe28da86dbff83245ed97852777150937fe67e97cd2378, version: 1.0.67, kind: gimlet_sp, name: gimlet-f
107552026-05-08T16:46:53.848ZMay 08 16:46:52.507 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107562026-05-08T16:46:53.848ZMay 08 16:46:52.507 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107572026-05-08T16:46:53.894ZMay 08 16:46:52.553 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107582026-05-08T16:46:53.894ZMay 08 16:46:52.553 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107592026-05-08T16:46:53.941ZMay 08 16:46:52.600 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107602026-05-08T16:46:53.945ZMay 08 16:46:52.600 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107612026-05-08T16:46:53.990ZMay 08 16:46:52.648 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107622026-05-08T16:46:53.990ZMay 08 16:46:52.648 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107632026-05-08T16:46:54.035ZMay 08 16:46:52.694 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107642026-05-08T16:46:54.038ZMay 08 16:46:52.694 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107652026-05-08T16:46:54.080ZMay 08 16:46:52.737 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107662026-05-08T16:46:54.080ZMay 08 16:46:52.737 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107672026-05-08T16:46:54.130ZMay 08 16:46:52.788 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107682026-05-08T16:46:54.130ZMay 08 16:46:52.788 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107692026-05-08T16:46:54.133ZMay 08 16:46:52.788 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107702026-05-08T16:46:54.133ZMay 08 16:46:52.789 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107712026-05-08T16:46:54.133ZMay 08 16:46:52.789 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107722026-05-08T16:46:54.133ZMay 08 16:46:52.790 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107732026-05-08T16:46:54.133ZMay 08 16:46:52.791 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107742026-05-08T16:46:58.770ZMay 08 16:46:57.429 INFO added artifact, length: 33554432, hash: bd3709c3f05145f5981554bab2bba516ea8d21ad696125d3a9509bb0688f5a0b, version: 20.0.0-0.ci+gita6d973754c6, kind: gimlet_host_phase_1, name: host
107752026-05-08T16:46:58.770ZMay 08 16:46:57.429 INFO added artifact, length: 33554432, hash: b2ffd904b0b6701efd3a95d5079185a028e307fdafe92ff0489fd70f7da17f47, version: 20.0.0-0.ci+gita6d973754c6, kind: cosmo_host_phase_1, name: host
107762026-05-08T16:46:58.774ZMay 08 16:46:57.429 INFO added artifact, length: 1101008896, hash: fb0447d256e52a96fd484a8e13981852192577cd46139e2fc0efd651fd41c87d, version: 20.0.0-0.ci+gita6d973754c6, kind: host_phase_2, name: host
107772026-05-08T16:46:59.655ZMay 08 16:46:58.314 INFO added artifact, length: 33554432, hash: 859d731d684c57617f4da64bb399177e8e9c549e07978e56c46aca93e7855039, version: 20.0.0-0.ci+gita6d973754c6, kind: gimlet_trampoline_phase_1, name: trampoline
107782026-05-08T16:46:59.655ZMay 08 16:46:58.314 INFO added artifact, length: 33554432, hash: a4ffd7014f4515a53dd66ef6886e745fdb93522a6d02e15b0d52683ee17a856a, version: 20.0.0-0.ci+gita6d973754c6, kind: cosmo_trampoline_phase_1, name: trampoline
107792026-05-08T16:46:59.655ZMay 08 16:46:58.314 INFO added artifact, length: 166050493, hash: d492f7792a4427ac14ef739a8b7a435ad74e515f28ecc2d0c02bdaa12536bbc4, version: 20.0.0-0.ci+gita6d973754c6, kind: trampoline_phase_2, name: trampoline
107802026-05-08T16:47:04.511ZMay 08 16:47:03.170 INFO added artifact, length: 1722981398, hash: 56f42496446a8b6b0c92e6de8d009ecafd63c22c20da289111ed332643ad5755, version: 20.0.0-0.ci+gita6d973754c6, kind: control_plane, name: control-plane
107812026-05-08T16:47:04.515ZMay 08 16:47:03.171 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107822026-05-08T16:47:04.515ZMay 08 16:47:03.171 INFO added artifact, length: 829, hash: 4f0867908a9cec01289c4e8f6d9b590dff33a183fdf37e5592ad146774472fdb, version: 1.0.67, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.67
107832026-05-08T16:47:04.515ZMay 08 16:47:03.171 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107842026-05-08T16:47:04.542ZMay 08 16:47:03.201 INFO added artifact, length: 4138115, hash: 7aba723634e1207644df6841843b35f8312d8023594c006f4f48c7bda121d152, version: 1.0.67, kind: psc_sp, name: psc-b
107852026-05-08T16:47:04.572ZMay 08 16:47:03.232 INFO added artifact, length: 4141808, hash: fc025c39b8f2900228a168a3fa29bb264d79b0de3b74c5cdd1126c5388150c17, version: 1.0.67, kind: psc_sp, name: psc-c
107862026-05-08T16:47:04.620ZMay 08 16:47:03.280 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107872026-05-08T16:47:04.621ZMay 08 16:47:03.280 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107882026-05-08T16:47:04.669ZMay 08 16:47:03.329 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107892026-05-08T16:47:04.669ZMay 08 16:47:03.329 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107902026-05-08T16:47:04.725ZMay 08 16:47:03.385 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107912026-05-08T16:47:04.728ZMay 08 16:47:03.385 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107922026-05-08T16:47:04.774ZMay 08 16:47:03.433 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107932026-05-08T16:47:04.777ZMay 08 16:47:03.433 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107942026-05-08T16:47:04.777ZMay 08 16:47:03.434 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107952026-05-08T16:47:04.777ZMay 08 16:47:03.434 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107962026-05-08T16:47:04.777ZMay 08 16:47:03.435 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107972026-05-08T16:47:04.828ZMay 08 16:47:03.487 INFO added artifact, length: 6959600, hash: 11fc30ac326d25dcdb40343e8e991aae1add089cbedd39ade879879ec1c1c393, version: 1.0.67, kind: switch_sp, name: sidecar-b
107982026-05-08T16:47:04.925ZMay 08 16:47:03.584 INFO added artifact, length: 6977107, hash: 6f8e9f4bed4983694047ec1554f717e59197cfb3d2abeee8897defdf8a367cd2, version: 1.0.67, kind: switch_sp, name: sidecar-c
107992026-05-08T16:47:05.028ZMay 08 16:47:03.685 INFO added artifact, length: 6977239, hash: 36cd4351b68f939124c0dadd69503800aa6118438193e17abb96f4251118707c, version: 1.0.67, kind: switch_sp, name: sidecar-d
108002026-05-08T16:47:05.127ZMay 08 16:47:03.786 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108012026-05-08T16:47:05.131ZMay 08 16:47:03.786 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108022026-05-08T16:47:05.188ZMay 08 16:47:03.847 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108032026-05-08T16:47:05.188ZMay 08 16:47:03.847 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108042026-05-08T16:47:05.241ZMay 08 16:47:03.900 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108052026-05-08T16:47:05.244ZMay 08 16:47:03.900 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108062026-05-08T16:47:05.288ZMay 08 16:47:03.947 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108072026-05-08T16:47:05.292ZMay 08 16:47:03.947 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108082026-05-08T16:47:05.292ZMay 08 16:47:03.948 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108092026-05-08T16:47:05.292ZMay 08 16:47:03.949 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108102026-05-08T16:47:05.292ZMay 08 16:47:03.949 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108112026-05-08T16:47:05.292ZMay 08 16:47:03.949 INFO added artifact, length: 924, hash: 851bf2c33bbd4132bb015829b954bc0f7019e2862b8aa24638a8261d72a805d9, version: 20.0.0-0.ci+gita6d973754c6, kind: installinator_document, name: installinator_document
108122026-05-08T16:47:05.660ZMay 08 16:47:04.317 INFO [tuf-repo] task succeeded (65.369660857s)
108132026-05-08T16:50:37.156Z[verify-libraries] Finished `release` profile [optimized] target(s) in 9m 35s
108142026-05-08T16:50:37.496ZMay 08 16:50:36.154 INFO [verify-libraries] process exited with exit status: 0 (579.345215923s)
108152026-05-08T16:50:37.496ZMay 08 16:50:36.154 INFO all jobs completed in 1264.542901104s
108162026-05-08T16:50:38.365Zprocess exited: duration 1486048 ms, exit code 0
 
108172026-05-08T16:50:38.377Zfound 41 output files
108182026-05-08T16:50:38.377Zuploading: /work/manifest.toml (17174 bytes)
108192026-05-08T16:50:39.390Zuploaded: /work/manifest.toml
108202026-05-08T16:50:39.390Zuploading: /work/repo.zip (2975835155 bytes)
108212026-05-08T16:51:10.954Zuploaded: /work/repo.zip
108222026-05-08T16:51:10.954Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108232026-05-08T16:51:11.997Zuploaded: /work/repo.zip.sha256.txt
108242026-05-08T16:51:11.997Zuploading: /work/helios.json (647 bytes)
108252026-05-08T16:51:13.006Zuploaded: /work/helios.json
108262026-05-08T16:51:13.006Zuploading: /work/incorporation.p5m (113249 bytes)
108272026-05-08T16:51:14.018Zuploaded: /work/incorporation.p5m
108282026-05-08T16:51:14.019Zuploading: /work/incorporation.p5p (133120 bytes)
108292026-05-08T16:51:15.033Zuploaded: /work/incorporation.p5p
108302026-05-08T16:51:15.033Zuploading: /work/helios-incorp.log (522 bytes)
108312026-05-08T16:51:16.042Zuploaded: /work/helios-incorp.log
108322026-05-08T16:51:16.042Zuploading: /work/helios-setup.log (56178 bytes)
108332026-05-08T16:51:17.054Zuploaded: /work/helios-setup.log
108342026-05-08T16:51:17.054Zuploading: /work/host-image.log (244562 bytes)
108352026-05-08T16:51:18.072Zuploaded: /work/host-image.log
108362026-05-08T16:51:18.072Zuploading: /work/host-package.log (33536 bytes)
108372026-05-08T16:51:19.086Zuploaded: /work/host-package.log
108382026-05-08T16:51:19.086Zuploading: /work/host-target.log (101 bytes)
108392026-05-08T16:51:20.094Zuploaded: /work/host-target.log
108402026-05-08T16:51:20.095Zuploading: /work/incorp-create.log (0 bytes)
108412026-05-08T16:51:21.103Zuploaded: /work/incorp-create.log
108422026-05-08T16:51:21.103Zuploading: /work/incorp-fmt.log (0 bytes)
108432026-05-08T16:51:22.110Zuploaded: /work/incorp-fmt.log
108442026-05-08T16:51:22.110Zuploading: /work/incorp-pkgsend.log (108 bytes)
108452026-05-08T16:51:23.121Zuploaded: /work/incorp-pkgsend.log
108462026-05-08T16:51:23.121Zuploading: /work/incorp-publisher.log (0 bytes)
108472026-05-08T16:51:24.130Zuploaded: /work/incorp-publisher.log
108482026-05-08T16:51:24.130Zuploading: /work/omicron-package.log (9169 bytes)
108492026-05-08T16:51:25.140Zuploaded: /work/omicron-package.log
108502026-05-08T16:51:25.140Zuploading: /work/recovery-image.log (586674 bytes)
108512026-05-08T16:51:26.158Zuploaded: /work/recovery-image.log
108522026-05-08T16:51:26.158Zuploading: /work/recovery-package.log (2546 bytes)
108532026-05-08T16:51:27.166Zuploaded: /work/recovery-package.log
108542026-05-08T16:51:27.167Zuploading: /work/recovery-target.log (98 bytes)
108552026-05-08T16:51:28.178Zuploaded: /work/recovery-target.log
108562026-05-08T16:51:28.179Zuploading: /work/stamp-clickhouse.log (117 bytes)
108572026-05-08T16:51:29.190Zuploaded: /work/stamp-clickhouse.log
108582026-05-08T16:51:29.190Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
108592026-05-08T16:51:30.198Zuploaded: /work/stamp-clickhouse_keeper.log
108602026-05-08T16:51:30.199Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
108612026-05-08T16:51:31.209Zuploaded: /work/stamp-clickhouse_server.log
108622026-05-08T16:51:31.209Zuploading: /work/stamp-cockroachdb.log (118 bytes)
108632026-05-08T16:51:32.220Zuploaded: /work/stamp-cockroachdb.log
108642026-05-08T16:51:32.220Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
108652026-05-08T16:51:33.229Zuploaded: /work/stamp-crucible-pantry-zone.log
108662026-05-08T16:51:33.229Zuploading: /work/stamp-crucible-utils.log (118 bytes)
108672026-05-08T16:51:34.238Zuploaded: /work/stamp-crucible-utils.log
108682026-05-08T16:51:34.238Zuploading: /work/stamp-crucible-zone.log (120 bytes)
108692026-05-08T16:51:35.247Zuploaded: /work/stamp-crucible-zone.log
108702026-05-08T16:51:35.247Zuploading: /work/stamp-external-dns.log (119 bytes)
108712026-05-08T16:51:36.255Zuploaded: /work/stamp-external-dns.log
108722026-05-08T16:51:36.255Zuploading: /work/stamp-installinator.log (103 bytes)
108732026-05-08T16:51:37.264Zuploaded: /work/stamp-installinator.log
108742026-05-08T16:51:37.264Zuploading: /work/stamp-internal-dns.log (119 bytes)
108752026-05-08T16:51:38.274Zuploaded: /work/stamp-internal-dns.log
108762026-05-08T16:51:38.274Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
108772026-05-08T16:51:39.283Zuploaded: /work/stamp-mg-ddm-gz.log
108782026-05-08T16:51:39.283Zuploading: /work/stamp-nexus.log (112 bytes)
108792026-05-08T16:51:40.292Zuploaded: /work/stamp-nexus.log
108802026-05-08T16:51:40.292Zuploading: /work/stamp-ntp.log (110 bytes)
108812026-05-08T16:51:41.300Zuploaded: /work/stamp-ntp.log
108822026-05-08T16:51:41.300Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
108832026-05-08T16:51:42.310Zuploaded: /work/stamp-omicron-sled-agent.log
108842026-05-08T16:51:42.310Zuploading: /work/stamp-overlay.log (114 bytes)
108852026-05-08T16:51:43.319Zuploaded: /work/stamp-overlay.log
108862026-05-08T16:51:43.319Zuploading: /work/stamp-oximeter.log (115 bytes)
108872026-05-08T16:51:44.329Zuploaded: /work/stamp-oximeter.log
108882026-05-08T16:51:44.329Zuploading: /work/stamp-oxlog.log (109 bytes)
108892026-05-08T16:51:45.338Zuploaded: /work/stamp-oxlog.log
108902026-05-08T16:51:45.338Zuploading: /work/stamp-probe.log (112 bytes)
108912026-05-08T16:51:46.347Zuploaded: /work/stamp-probe.log
108922026-05-08T16:51:46.347Zuploading: /work/stamp-propolis-server.log (122 bytes)
108932026-05-08T16:51:47.356Zuploaded: /work/stamp-propolis-server.log
108942026-05-08T16:51:47.356Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
108952026-05-08T16:51:48.365Zuploaded: /work/stamp-pumpkind-gz.log
108962026-05-08T16:51:48.365Zuploading: /work/stamp-switch-asic.log (118 bytes)
108972026-05-08T16:51:49.374Zuploaded: /work/stamp-switch-asic.log
108982026-05-08T16:51:49.374Zuploading: /work/verify-libraries.log (13784 bytes)
108992026-05-08T16:51:50.383Zuploaded: /work/verify-libraries.log